
.box-product-image .lSSlideOuter .lSPager.lSGallery li.active {
    border: 2px solid #fcd30b;
}

.box-product-image .lSSlideOuter .lSPager.lSGallery li.active, .box-product-image .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.box-product-image {
    position: relative;
}

.box-product-image .goto {
    position: absolute;
    left: 0;
    width: 145px;
    height: 30px;
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.box-product-image .goto:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.box-product-image #go-prev {
    top: 0;
}

.box-product-image #go-next {
    bottom: 0;
}

.box-slider-image-mobile .lSAction a{
    background-color: #333;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    line-height: 32px;
}
.box-slider-image-mobile .lSAction a:hover{
    background-color: #e9a31b;
    color: #fff;
}


.sub-description-product h6 {
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.sub-description-product h6 span{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.sub-description-product h6 span:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
    background-color: #f3ae06;
}
.sub-info-product span{
    font-weight: normal;
    color: #808080;
    width: 80px;
    display: inline-block;
}
.sub-info-product .text-decoration{
    text-decoration: underline;
}

.box-price-product .text_price{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: -40px;
    font-size: 12px;
    font-style: italic;
    font-stretch: condensed;
    text-align: center;
}
.box-price-product .text_price span{
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
}
.box-price-product .price{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.box-price-product .check-carpet span{
    background-color: #eee;
    width: 20px;
    height: 20px;
    font-size: 25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
}
.box-price-product .check-carpet i{
    position: absolute;
    top: -3px;
    left: 0;
    display: none;
}
.box-price-product .check-carpet label{
    font-size: 16px;
    margin-left: 5px;
    float: left;
}
.box-extension .rating .fa-stack{
    font-size: 18px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6rem;
}
.box-extension .sharing > div > a{
    margin-top: 5px;
    margin-bottom: 0;
}
.box-extension #button-cart{
    padding: 0 0 0 10px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: unset;
}
.box-extension #button-cart:hover{
    cursor: pointer;
    background-color: #e9a31b;
   color: #fff;
}

.color-image {
    margin-right: 30px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
.color-image img {
    margin-bottom: 10px;
    margin-top: 15px;
    border: 5px #fff solid;
}
.color-image.active img, .color-image:hover img{
    border-color: #f4af06;
}


/*mobile*/
@media screen and (max-width: 767px){
    .box-price-product .text_price{
         position: unset;
         margin-top: unset;
    }
    .box-price-product .check-carpet{
        text-align: center;
        padding: 20px 0;
        margin-top: 10px;
        border: 1px solid #eee;
        border-right: none;
        border-left: none;
    }
    .box-price-product .check-carpet span, .box-price-product .check-carpet label{
        float: unset;
    }
}