.list-promotion .item{
    background-color: #414142;
    color: #c3c3c3;
    cursor: pointer;
    width: 25%;
    padding: 9px 0;
}
.list-promotion .d-flex{
    display: flex;
    align-items: center;
}
.list-promotion .item span:first-child{
    font-size: 24px;
}
.list-promotion .item span{
    display: block;
    line-height: 1.2;
}
.list-promotion .item.color-active {
    color: #fff;
    background-color: #ee4d2d;
    cursor: context-menu;
}
.barPromotion {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffd665;
    width: 100%;
    font-weight: 700;
}
.pro-loop a.blockBarPro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    padding: 5px;
}
.pro-loop a.blockBarPro .cdBarRight{
    display: flex;
    align-items: center;
}
.pro-loop a.blockBarPro .cdBarRight .barCountDown{
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.pro-loop a.blockBarPro .cdBarRight .barCountDown p{
    margin: 0;
}
.pro-loop a.blockBarPro .cdBarRight .barCountDown p.milliseconds{
    color: #fff;
    background-color: #212121;
    width: 10px;
    margin-right: 5px;
}
.pro-loop a.blockBarPro .cdBarRight .barCountDown span{
    margin-right: 2px;
}
.not-flashSale .barPromotion {
     display: none;
}
.list-productSale{
    margin-top: 30px;
}

.sidebar-sort li input[type=checkbox]{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 5px;
    border: 1px solid #999;
}
.size-filter li{
    width: 100%;
    float: unset;
}
.size-filter ul{
    max-height: 205px;
}
.group-filter[aria-expanded=true] .layered-content{
    margin: 0 0 0 20px;
}
.group-filter,
.layered-category{
    margin-bottom: 30px;
    padding: 9px 0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.group-filter .layered_subtitle,
.tree-menu>li>a{
    margin: 0 20px 5px;
    padding: 0 0 9px;
    border-bottom: 1px solid #ccc;
}
.colorAttr .colorContent{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
}
.frameImageChilds {
    min-height: 54px;
}

.color-swatches li {
    display: inline-flex;
    border: 1px solid #999;
    padding: 3px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 3px;
}
.color-swatches {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    padding-top: 3px;
}
.color-swatches{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    background: #fff;
}
.color-swatches::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.color-swatches::-webkit-scrollbar {
    height: 1px;
    background-color: rgba(0,0,0,.125);
}
.color-swatches::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,.125);
}
.color-swatches li:hover img, .color-swatches li.active img {
    box-shadow: 0 0 0 1px #e32124;
}
.color-swatches li span{
    width: 15px;
    height: 15px;
    border-radius: 20px;
    display: inline-block;
    /*box-shadow: 0 0 0 1px #000;*/
}
.color-swatches li.active{
    border-color: #333;
}
.quickg-inside{
    width: 614px;
    height: 320px;
    display: inline-block;
    padding: 25px 45px;
    float: left;
    position: relative;
}
.quickg-outside {
    width: 36px;
    height: 320px;
    display: inline-block;
    position: relative;
    float: left;
    background-color: rgb(0, 0, 0);
    cursor: pointer;
}
.quickg-outside.active i:before{
    content: "\f0da";
}
.inside-ing{
    position: absolute;
    bottom: 25px;
    left: 60px;
}
.outside-txt{
    top: 50%;
    left: 50%;
    width: 270px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 22px;
    color: #faeff3;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(-50%,-50%) rotate(
            -90deg
    );
    transform: translate(-50%,-50%) rotate(
            -90deg
    );
    overflow: hidden;
    position: absolute;
    text-align: center;
}
.inside-ing .form-newsletter #contactFormEmailRight{
    width: 340px;
    display: inline-block;
    background: rgb(255, 255, 255);
    border: 1px solid #999;
    height: 36px;
    padding: 0 12px;
    border-radius: unset;
}
.inside-ing .form-newsletter #contactFormEmailRight::placeholder{
    line-height: 36px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #999;
    font-style: italic;
    font-size: 12px;
    font-weight: 700;
}
.inside-ing .form-newsletter #contactFormSubmitRight{
    background-color: rgb(248, 168, 149);
    color: rgb(255, 255, 255);
    border: 1px solid #f08679;
    height: 36px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    min-width: 144px;
    margin-left: 5px;
}
.c-quick-register{
    right: -614px;
    -webkit-transition: right .2s;
    transition: right .2s;
}
.c-quick-register{
    position: fixed;
    bottom: 160px;
    z-index: 999;
    width: 650px;
    height: 320px;
}
.quickg-outside i{
    color: #fff;
    font-size: 22px;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
}
.c-quick-register.c-quick-register-hide {
    right: 0;
}

@media (min-width: 992px) {
    .descriptionPc{
        margin-bottom: 30px;
    }

    .descriptionPc h2 {
        text-transform: uppercase;
        margin: 0;
        font-size: 20px;
    }

    .descriptionPc .seperate-icon {
        margin: 10px 0 20px;
    }

    .product-desc-info .pdi-item.content-product{
        display: none;
    }
}

@media (min-width: 1200px) {
    .c-quick-registerMobile{
        display: none;
    }
}

@media (max-width: 991px) {
    .descriptionPc{
        display: none;
    }

    .product-desc-info .pdi-item.content-product{
        display: block;
    }
}

@media (max-width: 768px) {
    .list-img-detai .owl-theme .owl-nav button {
        top: 33%;
    }
    .c-quick-register {
        display: none;
    }
    .c-quick-register .show-register-small {
        padding: .24rem;
        background-color: rgb(155, 155, 155);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        min-height: 1.28rem;
    }
    .show-register-small{
        background-color: rgb(155, 155, 155);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    .show-register-small i{
        background: rgba(0,0,0,.2);
        font-size: 16px;
        border-radius: 20px;
        padding: 5px 8px;
        color: #fff;
    }
    .show-register-small .content{
        color: rgb(255, 255, 255);
        font-weight: 700;
        margin: 0 20px 0 0;
        letter-spacing: 1px;
    }
    .show-register-small .j-quick-register-btn{
        background-color: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        padding: 4px 14px;
    }
    .j-show-register{
        background-color: rgb(255, 240, 229);
        display: none;
        position: relative;
    }
    .j-show-register img{
        height: 110px;
        width: 100%;
        object-fit: cover;
    }
    .j-show-register .register-ctn{
        background-color: rgb(255, 240, 229);
    }
    .j-show-register .register-ctn .form-group{
        display: flex;
        padding: 15px;
        margin: 0;
    }
    .j-show-register .register-ctn #contactFormEmailMobile{
        color: rgb(0, 0, 0);
        width: 100%;
        border: 1px solid #b8b8b8;
        border-radius: 0;
        padding: 8px;
        height: auto;
    }
    .j-show-register .register-ctn #contactFormSubmitMobile{
        background-color: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        display: inline-block;
        padding: 8px 0;
        min-width: 88px;
        text-align: center;
        font-weight: 600;
        margin-left: 10px;
        border: none;
    }
    .c-quick-registerMobile{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .show-register-small.hideBox{
        display: none;
    }
    .j-show-register.showBox{
        display: block;
    }
    .j-show-register .closeNewletter i{
        background: rgba(0,0,0,.2);
        font-size: 16px;
        border-radius: 20px;
        padding: 5px 8px;
        color: #fff;
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .pro-loop .product-detail h3 a{
        -webkit-line-clamp: 1;
        text-transform: unset;
    }
    .goodsli-discount{
        width: 30px;
        height: 30px;
    }
    .goodsli-discount:after {
        bottom: -5px;
        border-top: 6px solid #fdd464;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        width: 30px;
    }
    .goodsli-discount .disc-num {
        font-size: 20px;
    }
    .goodsli-discount .disc-txt{
        font-size: 14px;
    }
    .frameImageChilds{
        display: none;
    }
    .wrapper-collection-1 .product-img{
        min-height: 285px!important;
    }
    .wrapper-home-service.animation-tran.service-section .row{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .wrapper-home-service.animation-tran.service-section .col-xs-12 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .product-list .pro-loop {
        padding: 0 7.5px;
    }
    p.pro-price {
        display: flex;
        justify-content: center;
    }
}
.product-detail-main{
    padding-left: 0;
}
.product-fix .product-resize, .product-fixView .product-resize, .product-fix .product-img.image-resize, .product-fixView .product-img.image-resize {
    height: auto !important;
}
.size a.deactive::before,
.size a.deactive::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.size a.deactive::before {
    transform: rotate(-30deg);
    transform-origin: center;
}

.size a.deactive::after {
    transform: rotate(30deg);
    transform-origin: center;
}
.cloudzoom-zoom{
    z-index: 999;
}