﻿/**************************************************************************/
/* Product Group */
/**************************************************************************/
select {
    color: #000;
}

#divGroupPath {
}

.ProductListContainer {
    border: 0px solid red;
    width: 100%;
    float: right;
}
.ProductList-Reletive{
    position:relative;
    margin-right:-15px;
}
.ProductListTop {
    width: 100%;
    float: right;
    border: 0px solid red;
    color: #3d3d3d;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}

.productListGroupPath {
    float: right;
    font-size: 13px;
}

    .productListGroupPath li {
        float: right;
    }

        .productListGroupPath li:after {
            content: " > ";
            float: right;
            margin: 0px 8px;
            color: #3d3d3d;
        }

        .productListGroupPath li:last-child a {
            color: #bebebe !important;
        }

    .productListGroupPath a {
        color: #3d3d3d !important;
    }

        .productListGroupPath a:hover {
            color: #4161e2 !important;
        }



.productListPageSize {
    float: left;
    margin: 0 20px 0 0;
    font-size: 13px;
}

.productListSort {
    float: left;
    margin: 0 20px;
    font-size: 13px;
}

#product-list-place {
    position: relative;
    width: 100%;
    min-height: 600px;
    float: right;
}

.ProductListLeftCol {
    border: 0px solid blue;
    width: 870px;
    float: right;
    background-color: #fff;
    min-height: 500px;
}

.ProductListRightCol {
    border: 0px solid green;
    width: 210px;
    margin: 0 0 0 20px;
    float: right;
    background-color: #fff;
}

.ProductListBanner {
    width: 100%;
    float: right;
    overflow: hidden;
}

    .ProductListBanner img {
        width: 100%;
    }

#div-product-viewkind-place {
    float: left;
}

#a-productView-list {
    float: left;
    padding: 7px;
    border: 1px solid gray;
    margin: 2px;
    color: #D7D7D7;
}

#a-productView-table {
    float: left;
    padding: 7px;
    border: 1px solid gray;
    margin: 2px;
    color: #D7D7D7;
}

#a-productView-bar {
    float: left;
    padding: 7px;
    border: 1px solid gray;
    margin: 2px;
    color: #D7D7D7;
}

.productView-active {
    color: #ffd800 !important;
}
/************************************/
#div-price-range-place {
    height: 45px;
    padding: 5px 10px 0 0;
    float: right;
    width: 100%;
    margin: 10px 0px;
}

#h-startPrice {
    float: left;
    padding-left: 5px;
    font-family: Tahoma;
}

#h-endPrice {
    float: right;
    padding-right: 5px;
    font-family: Tahoma;
}

#div-slider-price-range {
    width: 90%;
    margin: 0 4%;
    float: right;
    margin: 5px 0;
    margin-right: 13px;
}

.ui-slider-handle {
    cursor: hand !important;
    cursor: pointer !important;
}

.countDownPlace {
    font-size: 10px;
    height: 37px;
    margin-top: 5px;
    position: absolute;
    top: 0px;
    left: -60px;
    width: 250px;
    display: none;
    background-color: #575656;
    color: #ffd800;
}

.div-product-rank-star {
    display: inline-block;
    position: relative;
    height: 5px;
    background-color: #767474;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 160px;
}

.div-product-rank-star-opa {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffd800;
    width: 0px;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 900ms;
}

.sp-product-rank-amount {
    color: #000 !important;
    position: absolute;
    top: -9px;
    left: 167px;
}

.sp-product-rank-star {
    color: #ffd800 !important;
    position: absolute;
    top: -5px;
    left: -14px;
}

.div-product-rank-star span {
    color: #ffd800;
}


.div-main-operation {
}

    .div-main-operation a {
        padding: 5px;
        border: 1px solid #FBF9F9;
        margin: 2px;
        color: #A4A4A4;
        transition: all 500ms;
        font-size: 13px;
    }

        .div-main-operation a:hover {
            color: #ffd800;
            -webkit-box-shadow: -13px 6px 7px -13px rgba(0,0,0,0.75);
            -moz-box-shadow: -13px 6px 7px -13px rgba(0,0,0,0.75);
            box-shadow: -13px 6px 7px -13px rgba(0,0,0,0.75);
        }


.sp-existInStock {
    color: #1dc733;
    float: right;
    margin: 11px 0 0 0;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.sp-orderForBuy {
    color: #ff6a00;
    float: right;
    margin: 11px 0 0 0;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.sp-specialSale {
    color: #ffd800;
    position: absolute;
    bottom: -5px;
    left: -5px;
    background-image: url('/media/img/default/special.png');
    background-size: 100%;
    width: 80px;
    height: 80px;
}

    .sp-specialSale .sp-special-title {
        position: absolute;
        top: 42px;
        left: 4px;
        font-size: 12px;
        color: #000;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

.sp-special-clock {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #000;
}

.sp-switcherIcon {
    margin: 9px;
    color: #8b8b8b;
}
/**************************************************************************/
/* Product Box */
/**************************************************************************/
.product-box {
    text-align: center;
    float: right;
    width: 24.5%;
    height: 300px;
    margin: 0 0.5% 0.5% 0;
    background-color: #fff;
    border: 2px solid rgb(222, 222, 222);
    box-sizing: border-box;
    transition: all 200ms;
    position: relative;
    overflow: hidden;
}

    .product-box:hover {
        border: 2px solid #171e96;
    }

.product-pic {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    /* margin: 5px 0; */
}

    .product-pic img {
        width: 100%;
        margin: 0 auto;
    }

.product-name {
    padding: 5px 0;
    height: 25px;
    font-size: 12px;
}

.product-discount {
    /* padding: 5px 0; */
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    color: #2FBB2F;
}

.product-price-base {
    padding: 5px 0;
    color: #B6B6B6;
    font-family: Arial;
    font-size: 13px;
}

.product-price-final {
    padding: 0px 0;
    font-family: Arial;
    font-size: 13px;
}

.product-price-red {
    text-decoration: line-through;
    font-size: 1em;
}

.sp-final-product-price {
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
}

.product-operation {
    padding: 0% 0;
    margin-top: 0px;
}

.product-addToCart {
    background-color: rgb(249, 85, 85);
    padding: 1px 4%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 200ms;
    color: #fff;
    font-size: 13px;
}

    .product-addToCart .fa-list {
        border-right: 1px solid #E1B5B5;
        padding: 1px 6px;
        color: #F6EDED;
    }



    .product-addToCart:hover {
        background-color: gray;
        color: #fff;
        -webkit-box-shadow: inset 3px 3px 66px -7px rgba(0,0,0,0.75);
        -moz-box-shadow: inset 3px 3px 66px -7px rgba(0,0,0,0.75);
        box-shadow: inset 3px 3px 66px -7px rgba(0,0,0,0.75);
    }








/***************************************/


.div-product-more-info {
    display: inline-block;
    border-right: 1px solid #e1e1e1;
    float: left;
    text-align: right;
    display: none;
    padding: 5px;
    min-height: 380px;
    font-size: 13px;
}

.div-product-base-info {
    display: inline-block;
    border: 0px solid #e1e1e1;
    float: right;
    width: 100%;
}

.attrib-name-value {
    padding: 5px;
}

.lb-attrib-name {
    color: #0094ff;
    padding: 1px;
}

.lb-attrib-value {
    padding: 1px;
    margin: 5px 8px;
    border: 1px dotted #F7F6F6;
}


.div-product-color-small {
    width: 100%;
    overflow: hidden;
}

    .div-product-color-small img {
        width: 12px;
        margin: 1px;
        border: 1px solid #e1e1e1;
        height: 12px;
    }
