#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;
}
.swatch .select-swap{
    width: 100%;
}
#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;
    cursor: pointer;
}

.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;
}
.product-detail {padding: 30px 0;}
.product-detail-main {margin-bottom: 40px;}
.product-content-desc {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: calc(var(--header-height) + 15px);
}
.product-title {}
.product-title h1 {
    font-size: 18px;
    font-weight: 700;
    color: #252a2b;
    margin: 0 0 5px;
    line-height: 26px;
    text-transform : uppercase;
}
.pro_sku {font-size: 12px;color: #a3a5a7;}
.hook-reviews {border-bottom: 1px dotted #dfe0e1;padding-bottom: 15px;}
.hook-reviews .rating {
    line-height: 1;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.hook-reviews .rating .rating {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
}
.hook-reviews .rating .icon {display: inline-block;}
.hook-reviews .rating .icon::before {
    color: #d5d5d5;
    content: "\f005";
    font-family: "Font Awesome\ 5 Free";
    font-size: 13px;
    font-style: normal;
}
.hook-reviews .rating .icon.star-full::before {color: #ffae00;}
.number-rating {padding-left: 5px;font-size: 13px;}
.product-price {padding: 10px 0;border-bottom: 1px dotted #dfe0e1;}
.product-price span.pro-price {
    color: #252a2b;
    font-size: 18px;
    opacity: .92;
    font-weight: bold;
}
.product-price span.pro-sale{
    display: inline-block;
    padding:5px 15px;
    margin-right: 10px;
    background: #ededed;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.product-price del{font-size: 13px;color:#777a7b;padding-left: 10px;font-weight: 500;}

.khtt {
    display: flex;
    justify-content: center;
    padding: 6px;
    align-items: center;
    border: 1px solid #a73340;
    text-align: center;
}
.khtt-item:first-child {
    padding-right: 25px;
    border-right: 1px solid rgba(167, 51, 64, 0.5);
}
.khtt-item:not(:first-child) {padding-left:25px;}
.khtt-item-type {
    text-transform: uppercase;
    font-weight: 500;
}
.khtt-item-description strong {
    color: #a73340;
}
.khtt-check {
    padding: 10px 0;
    color: #a73340;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}
#myModal .modal-header {
    background: #252a2b;
}
#myModal button, #myModal h4 {
    color: white;
    opacity: 1;
}

.modal-khtt-phone {
    padding: 20px;
    border: 4px solid #ffeae3;
}
.modal-khtt-phone strong {
    font-weight: 600;
}
.modal-khtt-phone-description {
    margin-bottom: 15px;
}
.modal-khtt-phone-input {
    display: flex;
    justify-content: space-between;
}
.modal-khtt-phone-input input {
    padding: 5px 10px;
    width: 75%;
    flex-shrink: 0;
    border: 1px solid #252a2b;
}
.modal-khtt-phone-input button {
    width: 24%;
    background: #252a2b;
    text-transform: uppercase;
}
.modal-khtt-info {
    background: #ffeae3;
    padding: 20px;
}
.modal-khtt-info .highlight {
    font-weight: 600;
    color: #a73340;
}
.modal-khtt-info-icon {
    text-align: center;
}
.modal-khtt-info-icon img { width: 80px; }
.modal-khtt-info-greeting {
    padding-top: 10px;
    text-align: center;
    font-size: 1.15em;
}
.modal-khtt-info-rank {
    padding: 10px 0;
}
.modal-khtt-info-bonuses {
    padding: 0 20px 0 50px;
    line-height: 1.5em;
}
@media only screen and (max-width: 480px)  {
    .modal-khtt-info-bonuses {
        padding: 0
    }
}

.selector-actions { width: 100%; float: left;margin-top: 15px;}
.wrap-addcart a { margin-top: 15px; display: block; }
button.btn-addtocart,button.coming_soon{
    font-size: 14px;
    background:#252a2b;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    padding: 14px 35px;
    line-height: 22px;
    width:100%;
}
button.btn-addtocart.gift-lixi{ background: #6d1010; color: #f1c251; }
button.btn-addtocart[disabled] {opacity: 0.8;}
button.btn-addtocart:hover{background:#323030;}
.size-guide a {text-decoration: underline;}


.limit-w .select-swap { float:left; }
.limit-w .size-guide {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: left;
    height: 40px;
    vertical-align: top;
    line-height: 40px;
    font-size: 12px;
    white-space: nowrap;
}

#add-item-form #quantity {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}

#add-item-form i[class*='detail-step-'] {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    margin: 0;
    vertical-align: bottom;
}
#add-item-form .detail-step-down { border-radius: 4px 0 0 4px; margin-left: 0px !important; cursor: pointer; }
#add-item-form .detail-step-up { border-radius: 0 4px 4px 0; border-left: none; margin-left: -4px; cursor: pointer;}
.select-quantity {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
}

#provinceStore { width: 100%; padding: 10px; display: flex;}
#provinceStore option[data-value="Hồ Chí Minh"] {order:1;}

/*
.size-chart__table {font-size: 13px;}
.size-chart__table tr:nth-child(even) {background: #f7f7f8;}
.size-chart__table tr td {border: none}
*/
@media (min-width: 768px) {
    #size-guide-modal .modal-dialog {width: 700px;}
    .language-hd .language{
        min-width: 80px;
    }
}
@media (min-width: 1024px){
    #size-guide-modal .modal-dialog {width: 950px;margin: 30px auto;
    }
}

.product-description {margin: 20px 0; color: #444}
.product-description .title-bl h2,
.product-description h2,
.product-description h3{
    color:#000;
    font-size:14px;
    font-weight:700;
}
.product-gallery__thumbs-container {
    width: 12%;
    margin-right: 10px;
}
.product-gallery__thumbs {
    box-sizing: border-box;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-height) + 15px);
    padding-bottom:1px;
}
.product-gallery__thumb a {background-color: #f3f3f3;display: block;}
.product-gallery__thumb {
    line-height: 0;
    margin-bottom: 10px;
    border: 1px solid #f7f7f8;
    width: 100%
}
.product-gallery__thumb:last-child {margin-bottom: 0}
.product-gallery__thumb:hover {border-color: #a3a5a7}
.product-gallery__thumb img {
    cursor: pointer;
    background-color: #f7f7f8;
    width: 100%
}
.product-gallery__thumb.active,
.product-gallery__thumb.active:hover {
    border-color: #808284
}
.product-gallery__thumb.active img {
    opacity: .9;
    width: 100%
}
.product-gallery__thumb--video {
    position: relative;
    background-color: #f7f7f8
}
.product-gallery__thumb--video:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    content: '';
    width: 40%;
    height: 35%;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    background-image: url(https://everlane.imgix.net/static/play.svg?dpr=1.5&q=60);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 57% 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.05)
}
.product-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.product-image-detail {
    width: 88%;
    position:relative;
}

.prod-guarantee li:before {
    content: "\f00c";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    width: .6875rem;
    height: 100%;
    position: absolute;
    right: calc(100% + 8px);
}
.prod-guarantee li {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.prod-guarantee{
    margin: 25px 0 15px 20px;

}

.text-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-header-container h2 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 56px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;

}
.text-header-container h5 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -.07px;
    line-height: 56px;
    text-transform: inherit;
}
.text-header-container .eyebrow_text {
    display: flex;
    align-items: center;
}
.text-header-container .eyebrow_text .slash-img {
    left: 1rem;
    margin-right: 3rem;
}

.slash-img {
    height: 2.75rem;
    width: .0625rem;
    background: #9c1722;
    display: inline-flex;
    transform: rotate(
            -45deg
    );
    position: relative;
    flex-shrink: 0;
}
.p-img-box:hover img{
    opacity: 0.7;
}
.content-product-list .owl-nav .owl-next{
    right: 2.5rem
}
.content-product-list .owl-nav .owl-prev{
    left: 2.5rem;
}
.content-product-list .owl-nav button{
    background: #fff!important;
    box-shadow: rgb(255 255 255 / 60%) 0px 1px 0px;
    padding: 7px 1px 9px 0!important;
    position: absolute;
    top: 40%;
    width: 2rem;
    height: 2rem;
}
.content-product-list h4 a{
    text-align: left;
}
.content-product-list .ProductItem__PriceList span.Price--highlight{
    color: rgb(153, 0, 0);
}
.content-product-list .ProductItem__PriceList span{
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 0.2em;
    margin-left: 0.25em;
    margin-right: 0.25em;
    display: inline-block;
}
.content-product-list h4{
    margin-top: 26px;
    letter-spacing: 1px;
    line-height: 1.125rem;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
.tp_product_detail_related{
    margin-bottom: 50px;
}

@media screen and (min-width: 1920px) {
    .product-gallery__thumbs-container
    {
        width: 15%;
    }

    .product-image-detail
    {
        width: 85%;
    }
}
.product-gallery-item {
    background-color: #fff;
    margin-bottom: 10px;
    display: block;
}
.product-gallery-item.video {position: relative;}
.product-gallery-item.video .product-image-feature {visibility: hidden;opacity:0;}
.product-gallery-item.video video {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 9;
}

@media (min-width: 970px) {
    #variant-swatch-1 .select-swap span a:hover{
        border: 1px solid #000;
    }
}
@media (max-width: 767px) {
    .productDetail-page .row {
        margin: 0 !important;
    }

    #sliderproduct .owl-nav button {
        position: absolute;
        top: 50%;
        height: 50px;
        width: 50px;
        background: #fff;
        border-radius: 50%;
        font-size: 30px;
        opacity: .7;
        z-index: 9999;
    }

    #sliderproduct .owl-nav button.owl-next {
        right: 0;
    }

    .breadcrumb {
        padding-right: 0;
    }

    .product-image-detail {
        width: 100%;
    }

    .PDP_bottom {
        padding: 0 15px;
    }

    .text-header-container h2 {
        font-size: 25px;
    }
}