#variant-swatch-0 .select-swap span a {
    height: 41px;
    width: 40px;
    margin: 5px 1%;
    border-radius: 50%;
    border: solid 2px #ddd;
    overflow: hidden;
    display: inline-block;
    float: unset;
    background-size: 100%;
    box-sizing: border-box;
    padding: 2px;
    position: relative;
    z-index: 0;
}
#variant-swatch-0 .select-swap span a:first-child, #variant-swatch-1 .select-swap span a:first-child {
    margin-left: 0;
}
#variant-swatch-0 .select-swap span a img {
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 34px;
    object-fit: cover;
    object-position: center;
    position: relative;
    vertical-align: middle;
    width: 40px;
}
#variant-swatch-0 .select-swap span a.active {
    border: solid 2px #f48c42;
}
#variant-swatch-1 .select-swap span a{
    display: inline-block;
    background: #fff;
    min-width: 40px;
    height: 40px;
    margin: 5px 1% 5px 0;
    line-height: 40px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 0 4px;
}
#variant-swatch-1 .select-swap span a.deactive{
    opacity: 0.3;
    pointer-events: none;
    background: #eee;
}
#variant-swatch-1 .select-swap span a.active{
    background: #000;
    color: #fff;
}
.pro-soldold{
    vertical-align: text-bottom;
}
.vote .si {
    float: left;
    width: 20px;
    height: 15px;
    background-position: 3px -329px;
    cursor: pointer;
}
.vote .si.voteHover, .vote .si.active {
    background-position: 3px -249px;
}
#comment {
    width: 100%;
    min-height: 100px;
    margin: 10px 0;
    padding: 10px;
}
#btnRate a, #btnRate button, #btnSignIn{
    font-size: 13px;
    background: #fff;
    border: 1px solid #252a2b;
    color: #252a2b;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    padding: 13px 20px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.vote .si.voteHover, .vote .si.active {
    background-position: 3px -249px;
}
.si {
    background: transparent url("../img/spriteIcon.png") no-repeat scroll 0 0;
}
#btnRate{
    text-align: center;
}
.commentItem{
    border-top: 1px solid #eee;
    margin: 10px 0;
    padding: 10px;
}
.commentList{
    max-height: 200px;
    overflow-y: auto;
}
.description-productdetail{
    overflow-y: auto;
}
.commentList::-webkit-scrollbar-track, .description-productdetail::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.commentList::-webkit-scrollbar, .description-productdetail::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.commentList::-webkit-scrollbar-thumb, .description-productdetail::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.tags-list a{
    background: #000;
    color: #fff;
    padding: 3px;
    display: inline-block;
    border-radius: 5px;
    margin: 3px;
}
.tags-list a:hover{
    color: #fff;
}
.relative_descrip{
    position: relative;
}
.relative_descrip i{
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 0;
}
@media (min-width: 970px) {
    #variant-swatch-1 .select-swap span a:hover{
        border: 1px solid #000;
    }
}
.product-detail-main .product-gallery__thumbs, .product-detail-main .product-content-desc{
    position: relative;
    top: unset;
}
.tab-content{
    margin: 20px 0 20px 0;
}
select#select-size{
    height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
    width: 200px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    min-width: 60px;
    max-width: 100%;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent inset;
    color: rgba(0,0,0,0.5);
}
.tab-content .size-img{
    display: block;
}
.box-icon .banner-footer-item {
    border: 1px black solid;
    padding: 10px 10px 52px 10px;
    margin-bottom: 45px;
}
.box-icon .banner-footer-item img {
    float: left;
    margin-left: 0px;
    max-height: 37px;
}
.box-icon .banner-footer-item .banner-footer-item-info {
    float: left;
    padding-left: 15px;
    margin: 10px 0 0 0;
}
.box-icon .banner-footer-item .banner-footer-item-info .banner-footer-item-title {
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.hdchonsize a{
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
    padding: 5px 15px;
    line-height: 22px;
    width: 60%;
    float: left;
    margin-right: 2%;
    cursor: pointer;
    position: relative;
    background: #15a2fa;
    color: #fff;
}

.selector-actions button#addToCart:hover{
    background: #08f532;
}
.selector-actions button#addToCart{
    background: #1dc83b;
}

.selector-actions button.btn-addtocart img{
    width: 20px;
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
}
.selector-actions button.btn-addtocart a{
    margin-top: 0;
    color: #fff;
}
.selector-actions #show-store:hover, .hdchonsize a:hover{
    background: #059fffa6;
}
.hdchonsize a:hover{
    color: #fff;
}
.selector-actions #show-store{
    background: #15a2fa;
}
#show-store-product .modal-title{
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
#show-store-product .nameProductStore{
    font-size: 16px;
    text-align: center;
}
#show-store-product .priceProductStore .tp_product_detail_price{
    margin-right: 15px;
}
#show-store-product .priceProductStore{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#show-store-product .number-store{
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    width: 80%;
}
#show-store-product .list-store{
    height: 179px;
}

.hdchonsize:hover a::before {
    color: #fcd203;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hdchonsize a::before {
    content: '';
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #fcd203;
}

.btn-showroom{
    margin-top: 0;
    padding: 40px;
}

#variant-swatch-0 .select-swap span a img{
    border-radius: 0;
    width: auto;
    height: 37px;
}
#variant-swatch-0 .select-swap span a{
    border-radius: 0;
    width: auto;
    min-width: 40px;
    padding: 0;
}
#variant-swatch-0 .select-swap span a span{
    padding: 0 10px;
}
#variant-swatch-0 .select-swap span a.active {
    border: 1px solid #000;
}
#variant-swatch-1 .select-swap span a.active{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
#variant-swatch-0 .select-swap span a.active:before, #variant-swatch-1 .select-swap span a.active:before {
    content: '';
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(/tp/T0602/img/bg-product.png);
}
.slide_mobile_thumb{
    display: none;
}

.product-gallery__thumbs-container{
    margin-right: 0 !important;
}

.product-image-detail{
    padding-left: 10px;
}

#prevSlideZ {
    position: absolute;
    top: -25px;
    left: 55px;
    font-size: 20px;
    z-index: 9999;
    text-align: center;
}
#nextSlideZ {
    position: absolute;
    bottom: -5px;
    left: 55px;
    font-size: 20px;
    z-index: 9999;
    text-align: center;
}

.hdchonsize{
    display: flex;
    align-items: center;
}
#add-item-form .hdchonsize a {
    padding: 1px 15px;
    background: #111;
}
#show-store{
    padding: 0;
    background: none;
}
#show-store a img {
    width: 15px;
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
    filter: invert(1);
}
/*#add-item-form .swatch{*/
/*    padding: 5px 0 0;*/
/*}*/
.qty-sz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.qty-sz input {
    width: 50px;
    height: 50px;
    text-align: center;
}
#add-item-form .swatch .header{
    margin: 0 0 5px;
}
#add-item-form #variant-swatch-0 .select-swap span a{
    margin: 0 1% 5px;
    float: left;
}

#variant-swatch-1 .select-swap span a {
    margin: 0 1% 5px;
}
.product-description{
    margin: 10px 0;
}
.info-bellow-product{
    display: none;
}

.product-image-detail .goodsli-discount{
    width: 100px;
    height: 100px;
}
.product-image-detail .goodsli-discount .disc-txt{
    font-size: 40px;
}
.product-image-detail .goodsli-discount .disc-txt .disc-num{
    font-size: 70px;
}

.product-image-detail .goodsli-discount:after {
    width: 50px;
    bottom: -10px;
    border-top: 10px solid #fdd464;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
}

@media (min-width: 768px){
    #sizeModal .modal-dialog, #show-store-product .modal-dialog {
        width: 65%!important;
    }



    .info-des-product img{
        height: auto !important;
    }

}
@media (max-width: 768px){
    .selector-actions button.btn-addtocart{
        padding: 15px;
    }
    .box__product-gallery .owl-carousel.owl-hidden{
        opacity: 1;
    }
    .product-detail-main .product-content-desc{
        margin-top: 0;
    }
}
@media screen and (max-width: 1023px){
    .slide_mobile_thumb{
        display: block;
    }
    .product-gallery__thumb img{
        background-color: transparent;
    }
    .product-gallery__thumb, .product-gallery__thumb.active{
        border: none;
        padding: 0;
    }
    .slide_mobile_thumb .owl-nav button {
        position: absolute;
        top: 50%;
        height: 50px;
        width: 50px;
        background: #fff!important;
        border-radius: 50% !important;
        font-size: 30px!important;
        opacity: .7;
        z-index: 9999;
        color: #000;
    }
    .slide_mobile_thumb .owl-nav button.owl-next {
        right: 0;
    }
    .slide_mobile_thumb .owl-nav button.owl-prev {
        left: 0;
    }
    .slide_mobile_thumb .owl-nav button:active, .slide_mobile_thumb .owl-nav button:focus{
        color: #000!important;
    }
}


@media (min-width: 1400px) and (max-width: 2000px) {
    #sliderproduct .owl-nav button {
        position: absolute;
        top: 50%;
        width: 200px;
        font-size: 30px !important;
        z-index: 9999;
        color: #000;
    }
    .product-gallery__thumb img {
        height: 138px;
        width: 138px;
    }
    .product-gallery__thumb {
        line-height: 0;
        margin-bottom: 10px;
        border: 1px solid #f7f7f8;
        width: 140px;
        height: 138px;
        display: inline-block;
    }
    .owl-item {
        width: 668px !important;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    #sliderproduct .owl-nav button {
        position: absolute;
        top: 50%;
        width: 50px;
        font-size: 30px !important;
        z-index: 9999;
        color: #000;
    }
    .product-gallery__thumb img {
        height: 73px;
        width: 100px;
    }
    .product-gallery__thumb {
        line-height: 0;
        margin-bottom: 10px;
        border: 1px solid #f7f7f8;
        width: 100px;
        height: 100px;
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .hot-new-left .cover-product-group {
        margin: 0 10px;
    }
}
.goodsli-discount {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 50px;
    opacity: .9;
    background: #fdd464;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-flex: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}
.goodsli-discount .disc-txt {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    color: #333;
    font-size: 20px;
}
.goodsli-discount .disc-nowrap {
    white-space: nowrap;
    margin-bottom: 5px;
}
.goodsli-discount .disc-num {
    font-size: 35px;
    color: #333;
}
.goodsli-discount:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    display: inline-block;
    border-top: 5px solid #fdd464;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    width: 25px;
}

#sliderproduct .owl-nav button.owl-next{
    right: 0;
}

#sliderproduct .owl-nav button.owl-prev{
    left: 0;
}
.product-gallery__thumb.active, .product-gallery__thumb.active:hover {
    border-color: #808284;
}


.product-title {
    margin-bottom: 50px;
}
.tp_product_detail_price {
    font-size: 24px;
    font-weight: 560;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #c19977;
    color: #fff;
    text-decoration: none;
}

.nav-tab > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tab > li.active > a, .nav-tab > li.active > a:focus, .nav-tab > li.active > a:hover {
    color: #555;
    cursor: default;
    border-bottom: 2px solid #333;
}
.nav-tab > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.style-h2-small {
    text-align: center;
}
.pull-left {
    padding: 30px 0 0;
    font-size: 16px;
}
.cover-product-group {
    margin: 0 200px;
}
/*-----------------size-color-view---------------------*/
.product-swatch-content {
    position: relative;
}
/*.swatch {*/
/*    padding: 10px 0;*/
/*    width: 100%;*/
/*    float: left;*/
/*    border-bottom: 1px dotted #000;*/
/*}*/
.swatch .header {
    margin: 0 0 8px;
    font-size: 13px;
    text-align: left;
    color: #4c4c4b;
    line-height: initial;
}
.hide {
    display: none!important;
}
.sizePicker {
    padding-left: 15px;
}
.swatch .select-swap {
    width: 200px;
    height: 50px;
}
.colorPicker .select-swap a {
    height: 41px;
    width: 40px;
    margin: 5px 1%;
    border-radius: 50%;
    border: solid 2px #ddd;
    overflow: hidden;
    display: inline-block;
    float: unset;
    background-size: 100%;
    box-sizing: border-box;
    padding: 2px;
    position: relative;
    z-index: 0;
}
.colorPicker .select-swap a.active {
    border: solid 2px #f48c42;
}
.sizePicker .select-swap a {
    display: inline-block;
    background: #fff;
    min-width: 40px;
    height: 40px;
    margin: 5px 1% 5px 0;
    line-height: 40px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 0 4px;
}
.sizePicker .select-swap a.active {
    background: #000;
    color: #fff;
}
.deactive {
    cursor: not-allowed;
}
.colorPicker .select-swap a:first-child, .sizePicker .select-swap a:first-child {
    margin-left: 0;
}
button.btn-addtocart, button.coming_soon {
    font-size: 14px;
    background: #252a2b;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    padding: 14px 35px;
    line-height: 22px;
    width: 100%;
    border-radius: unset;
    font-family: 'SVN-Gilroy';
    font-weight: 600;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff !important;
}
.slick-next {
    position: absolute;
    z-index: 15;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    outline: none !important;
    background-color: transparent;
    color: #fff;
    font-size: 29px;
}
.slick-prev {
    position: absolute;
    z-index: 15;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    outline: none !important;
    color: #fff;
    font-size: 29px;
    left: 1%;
    background-color: transparent;
}
.product-gallery__thumb.slick-current {
    border: 1px red solid;
}
/*-----------------end-size-color---------------------*/

/*------------------responsive-view--------------------*/
.product-gallery__thumbs-mb {
    display: none;
}
@media (max-width: 991px) {
    .product-image-detail {
        padding: 0px;
    }
    .product-gallery__thumbs-dt {
        display: none;
    }
    .product-gallery__thumbs-mb {
        display: block !important;
    }
    .product-gallery__thumb {
        margin: 0 5px 0 5px;
    }
}
@media (max-width: 991px) {
    .product-gallery__thumbs-dt {
        display: none;
    }
    .product-gallery__thumbs-mb {
        display: block !important;
    }
}
.product-gallery__thumbs-mb {
    display: none;
}
/*------------------end-responsive-view--------------------*/

.cover-product-group {
    display: flex;
    flex-wrap: wrap;
}