/* General Style */
@font-face{
    font-family: 'roboto-medium';
    src: url('/tp/T0317/fonts/Roboto-Medium.ttf');
}
@font-face{
    font-family: 'roboto-regular';
    src: url('/fonts/Roboto/regular.woff');
}
body, html{
    font-size: 14px;
    scroll-behavior: smooth;
    font-family: roboto-medium;
    position: relative;
    overflow-x: hidden;
}
img{
    width: 100%;
    max-width: 100%;
}
img.lazyload{
    opacity: .001;
}
input:focus, textarea:focus, select:focus{
    border-color: transparent!important;
    box-shadow: none!important;
    color: #acacac!important;
    outline: none;
}
input, textarea{
    color: #acacac!important;
    height: 33.5px;
}
input::placeholder, textarea::placeholder{
    color: #acacac!important;
}
input[type=number]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
a{
    color: #000;
}
a:hover{
    color: #d4ae80;
    text-decoration: none;
}
.form-control{
    color: #acacac;
    border: 1px solid #acacac;
    border-radius: 0;
}
.hide{
    display: none;
}
.pointer{
    cursor: pointer;
}
.uploading{
    padding: 0 15px 15px;
}
.sticky{
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

/* Header Style */
.header-top{
    background: #222;
    color: #fff;
    border-bottom: 1px solid #acacac;
    padding: 10px 30px;
    margin-left: 0;
    margin-right: 0;
}
.header-top-left{
    width: 405px;
}
.header-top-left a{
    color: #d4ae80;
}
.header-top-left a:hover{
    color: #fff;
}
.header-top-hotline{
    font-weight: 700;
}
.header-top-middle .search-button{
    padding: 3.5px 10px;
    position: absolute;
    background: #fff;
    color: #acacac;
}
.header-top-middle .search-button i{
    vertical-align: middle;
}
.header-top-middle{
    width: calc(100% - 818px);
}
.header-top-middle input{
    padding-left: 38px;
    border: 1px solid #fff;
    width: 70%;
    border-radius: 5px;
}
/*#cusUsedPoint{*/
/*    height: 33.5px!important;*/
/*    width: 60%!important;*/
/*    color: #000!important;*/
/*    padding: 0 10px!important;*/
/*}*/
.header-top-right{
    width: 413px;
}
.header-top-right-social{
    width: 110px;
}
.header-top-right-social img{
    width: 20px;
    margin: 0 7px;
}
.header-top-right-social a:hover{
    text-decoration: none;
}
.header-top-right-check-order{
    width: 200px;
}
.header-top-right-check-order a{
    color: #d4ae80;
    border: 1px solid #d4ae80;
    border-radius: 12px;
    padding: 2px 15px;
}
.header-top-right-check-order a:hover{
    color: #fff;
    border: 1px solid #fff;
}
.header-top-right-account{
    padding-left: 0;
}
.header-top-right-account-title{
    border-left: 1px solid #acacac;
    padding-left: 20px;
    width: 103px;
}
.header-top-right-account-title i{
    font-size: .71rem;
    margin-left: 7px;
}
.header-top-right-account-content{
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 200px;
    padding: 15px;
    right: 0;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2),
                0 1px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
}
.header-top-right-account-content-list:first-child{
    font-weight: 600;
}
.header-top-right-account-content-list i{
    color: #000;
    margin-right: 5px;
    width: 14px;
}
.header-top-right-account-content-list a:hover, .header-top-right-account-content-list a:hover i{
    color: #d4ae80;
    text-decoration: none;
}
.header-main{
    background: #222;
    color: #fff;
    padding: 10px 30px;
}
.header-main-logo{
    width: 150px;
}
.header-main-logo img{
    transition: all ease .3s;
}
.header-fixed.sticky .header-main-logo img{
    width: 100px;
}
.header-main-menu{
    width: calc(100% - 240px);
    padding: 0 15px;
}
.header-main-control{
    width: 90px;
}
.header-main-wish-list{
    margin-right: 20%;
}
.header-main-cart{
    margin-right: 15px;
}
.header-main-control i{
    font-size: 1.8rem;
}
.header-main-wish-list-count, .header-main-cart-count{
    background: #fe491a;
    position: absolute;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -10px;
    right: -15px;
}
.nav-link-1{
    color: #acacac;
}
.nav-link:hover{
    color: #d4ae80;
}
.nav-item-1:hover .nav-ul-2{
    display: block;
}
.nav-ul-2{
    position: absolute;
    width: 230px;
    z-index: 2;
    background: #fff;
    left: 0;
    top: 100%;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .5),
                0 1px 2px 0 rgba(0, 0, 0, .2);
}
.nav-item-2{
    width: 100%;
}
.nav-link-2{
    color: #000;
}
.nav-item-2:hover .nav-ul-3{
    display: block;
}
.nav-ul-3{
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    top: 0;
    left: 100%;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .5),
                0 1px 2px 0 rgba(0, 0, 0, .2);
}
.nav-item-3{
    width: 100%;
}
.nav-link-3{
    color: #000;
}
.header-bottom{
    padding: 10px 45px;
    background: #d4ae80;
    color: #fff;
    font-weight: 600;
    display: none;
}
.header-bottom a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
    transition: 300ms;
}
.header-bottom a:hover{
    padding: 0 30px;
    text-decoration: underline;
}

/* Footer Style */
footer{
    background: #222;
    color: #acacac;
    padding: 30px 0 50px;
}
.footer-title{
    font-weight: 600;
    color: #b8aaa2;
    height: 50px;
    margin-bottom: 0;
    font-size: 1.5rem;
}
.footer-left-title{
    text-transform: uppercase;
}
.footer-company-info-title{
    height: auto;
    margin: 7px 0;
    text-transform: uppercase;
    color: #acacac;
}
.footer-content p{
    margin-bottom: 0;
}
.footer-content ul{
    margin: 0;
    padding-left: 15px;
}
.footer-content ul li{
    margin-bottom: 7px;
}
footer a{
    color: #acacac;
}
.footer-company-info div{
    margin-bottom: 7px;
}
.footer-address{
    line-height: 28px;
}
.footer-address p{
    margin-bottom: 0;
}
.bo-cong-thuong{
    width: 70%;
    margin: 14px 0 0 -7px;
}
.site-identified{
    display: none;
}
.site-identified .row{
    margin-left: 0;
    margin-right: 0;
}

/* Product Box Style */
.product-img{
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2),
                0 1px 2px 0 rgba(0, 0, 0, .1);
}
.product-img img{
    width: 100%;
    height: 100%;
    padding: 15px;
    object-fit: contain;
}
.product-percent-discount{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: .857rem;
    background: red;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(227, 227, 227, .7),
                0 1px 0 0 rgba(227, 227, 227, .7);
}
.product-show-new{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d4ae80;
    border-radius: 50%;
    color: #fff;
    font-size: .7rem;
}
.product-show-hot{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c70000;
    border-radius: 50%;
    color: #fff;
    font-size: .7rem;
}
.product-show-new-title, .product-show-hot-title{
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-box-control{
    position: absolute;
    width: 100%;
    top: -30px;
    margin-left: 0;
    margin-right: 0;
}
.add-to-wish-list, .quick-cart{
    font-size: .857rem;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 7px;
    box-shadow: 0 0 0 5px rgba(227, 227, 227, .7),
    0 1px 0 0 rgba(227, 227, 227, .7);
}
.add-to-wish-list{
    color: #d4ae80;
}
.add-to-wish-list:hover{
    color: #fe491a;
}
.add-to-wish-list.active{
    color: #fe491a;
}
.quick-cart:hover{
    color: #d4ae80;
}
.out-of-stock{
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, .7);
    padding: 5px 7px;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.product-name{
    overflow: hidden;
    margin: 15px 0;
    padding-top: 10px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
}
.product-name a:hover{
    color: #d4ae80;
}
.product-price {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-price-old{
    font-size: .857rem;
    margin-right: 10px;
    margin-top: 3px;
}
.product-price-current{
    font-size: 1.2rem;
    font-weight: 700;
}
.product-rating{
    margin-bottom: 15px;
}
.vote-view i{
    color: #acacac;
}
#voteView1 .star-1, #voteView2 .star-1, #voteView2 .star-2, #voteView3 .star-1, #voteView3 .star-2, #voteView3 .star-3, #voteView4 i:not(:last-child), #voteView5 i, .voteHover{
    color: #f8b735;
}

/* Owl Carousel Nav Button Style */
.owl-nav .owl-prev{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    border: 1px solid #acacac!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px!important;
    font-weight: 300!important;
}
.owl-nav .owl-next{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    border: 1px solid #acacac!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px!important;
    font-weight: 300!important;
}
.owl-nav button:hover{
    color: #d4ae80!important;
    border: 1px solid #d4ae80!important;
}
.owl-nav button:focus{
    outline: none;
}

/* Owl Carousel Dots Style */
.owl-dots{
    text-align: center;
    padding: 20px 0 40px;
}
.owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: #acacac!important;
    border-radius: 50%;
    margin: 0 7px;
}
.owl-dots .owl-dot.active{
    background: #000!important;
}

/* Modal Style */
.modal-header{
    padding: 15px 15px 15px 30px;
}
.modal-body{
    padding: 30px;
}
.modal-warning{
    padding-bottom: 15px;
}
.modal-body input{
    border: none;
    border-bottom: 1px solid #acacac;
}
.modal-body input:focus{
    border-bottom: 1px solid #acacac!important;
}
.form-group label{
    font-weight: 600;
}
#checkConfirm{
    color: #000;
    font-weight: 600;
    margin: 0;
}
#checkConfirm input{
    margin-right: 5px;
}
.check-confirm-content{
    margin: 0;
    padding-left: 18px;
}
.form-action{
    margin: 30px 0 20px;
}
.form-action a, #btnSaveChange{
    background: #d4ae80;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #fff;
}
.form-action a:hover, #btnSaveChange:hover{
    color: #d4ae80!important;
    background: #fff;
    border: 1px solid #d4ae80;
    text-decoration: none;
}

/* Calender Picker Style */
.ui-datepicker .ui-datepicker-header{
    background: #d4ae80;
    border: 1px solid #d4ae80;
}
.ui-datepicker .ui-datepicker-prev{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    left: 5px;
    top: 3px;
}
.ui-datepicker .ui-datepicker-prev:after{
    content: '<';
}
.ui-datepicker-prev:hover{
    left: 5px;
    top: 3px;
    background: none;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: 5px;
    top: 3px;
}
.ui-datepicker .ui-datepicker-next:after{
    content: '>';
}
.ui-datepicker-next:hover{
    right: 5px;
    top: 3px;
    background: none;
    cursor: pointer;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color: #d4ae80;
}

/* Index Banner Main Style */
.index-banner-privacy{
    padding: 20px 0;
}
.index-banner-privacy .row{
    margin-left: 0;
    margin-right: 0;
}
.index-banner-privacy-icon img{
    width: 70%;
}
.index-banner-privacy-label{
    text-transform: uppercase;
    font-weight: 700;
    color: #d4ae80;
    margin-bottom: 7px;
    font-size: 1rem;
    line-height: 1.2;
}
.index-banner-privacy-title{
    font-size: .857rem;
}

/* Index Product Block */
.index-product-block{
    background: #f0ebe5;
    padding: 40px 0;
}
.index-product-icon-lotus img{
    width: 300px;
}
.index-product-title{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 8px;
    margin: 0;
    padding: 25px 0 75px;
    font-size: 2.5rem;
    line-height: 1.2;
}

/* Index Banner Privacy Style */
.index-banner-privacy-icon{
    padding: 0;
}

/* Index Product Block Style */
.index-product-tab-list{
    padding-bottom: 25px;
}
.index-product-tab-list-item{
    color: #d4ae80;
    padding-right: 30px;
    font-weight: 700;
}
.index-product-tab-list-item:hover{
    color: #000;
    text-decoration: none;
}
.index-product-tab-list-item:hover:after{
    content: '';
    background: #d4ae80;
    width: calc(100% - 35px);
    height: 2px;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
}
.index-product-tab-list-item.active{
    color: #000;
}
.index-product-tab-list-item.active:after{
    content: '';
    background: #d4ae80;
    width: calc(100% - 35px);
    height: 2px;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
}
.index-product-tab-button{
    margin: 15px 0 0;
}
.index-product-tab-button a{
    display: inline-block;
    color: #fff;
    background: #d4ae80;
    padding: 10px 35px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.index-product-category{
    padding-top: 46px;
}
.index-product-category-search .search-button{
    position: absolute;
    top: 0;
    left: 0;
    color: #acacac;
}
.index-product-category input{
    padding-left: 34px;
    background: transparent;
    border: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #acacac;
}
.index-product-category input:focus{
    border-color: transparent!important;
    box-shadow: none!important;
    background: none!important;
    border-bottom: 1px solid #acacac!important;
}
.index-product-category-title{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-ul-cate{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.nav-li-cate:not(:last-child){
    margin-bottom: 20px;
}
.nav-a-cate{
    color: #000;
}
.nav-a-cate:hover{
    color: #d4ae80;
}

/* Index Banner Bottom Style */
.index-banner-bottom{
    margin-left: 0;
    margin-right: 0;
}
.index-banner-bottom-img{
    padding-left: 0;
    padding-right: 0;
}

/* Index News Style */
.index-news{
    padding: 30px 0 50px;
}
.index-news-label{
    margin: 0 0 30px;
}
.index-news-title{
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
}
.index-news-link{
    color: #acacac;
    text-decoration: underline;
}
.index-news-link:hover{
    color: #d4ae80;
    text-decoration: underline;
}
.index-news-publish-date{
    margin-top: 10px;
    color: #acacac;
}

/* News Item Style */
.news-img{
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-publish-date{
    color: #acacac;
    margin: 10px 0;
}
.news-name{
    margin: 0;
    font-size: 1.25rem;
}

/* Index Customer Feedback Style */
.index-customer-feedback{
    min-height: 230px;
    margin-bottom: 20px;
}
.index-customer-feedback .position-absolute{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.index-customer-feedback .container, .index-customer-feedback .row.align-items-center.justify-content-end{
    height: 100%;
}
.feedback-content{
    margin-bottom: 20px;
}
.feedback-info.row{
    margin-left: 0;
    margin-right: 0;
}
.feedback-img{
    border-radius: 50%;
    border: 3px solid #ed6d63;
    overflow: hidden;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}
.feedback-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customer-name{
    z-index: 1;
    font-size: 1.25rem;
    line-height: 1.2;
}
.customer-name-after{
    content: '';
    width: 100%;
    height: 7px;
    background: #ed6d63;
    position: absolute;
    left: 10px;
    top: 14px;
    opacity: 0.4;
}

/* Index Email Subscribe Style */
.index-email-subscribe .position-absolute{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.index-email-subscribe .container{
    height: 100%;
}
.index-email-subscribe-content-label{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.index-email-subscribe-content-title{
    color: #fff;
    font-size: 1.21rem;
    font-weight: 300;
}
.index-email-subscribe-input input{
    border-radius: 17px;
    padding-right: 30px;
}
.email-subscribe-button{
    position: absolute;
    top: 0;
    right: 15px;
    color: #acacac;
}

/* Site Breadcrumb */
.site-breadcrumb{
    padding: 5px 0;
}
.breadcrumb-link{
    color: #000;
}
.breadcrumb-link:hover{
    color: #d4ae80;
}

/* Section News Style */
.news-banner-title{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    margin: 0;
}
.news-title{
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2;
}
.news-category{
    padding: 15px 0;
}
.news-category-list{
    color: #acacac;
}
.news-category-list:hover{
    color: #d4ae80;
}
.news-category-list:not(:last-child){
    margin-right: 15px;
}
.news-category-list.active{
    color: #000;
}
.section-news .news-name{
    margin-bottom: 30px;
}
.news-view-title{
    margin: 30px 0 20px;
}
.news-view-title div{
    width: 60%;
}
.news-view-info{
    margin-bottom: 35px;
    color: #acacac;
}
.news-view-content img{
    height: auto!important;
}
.news-view-tags{
    padding: 30px 0 20px;
}
.news-view-tags span{
    margin-right: 5px;
}
.news-view-tags a{
    color: #acacac;
    margin-right: 5px;
}
.news-view-tags a:not(:last-child):after{
    content: ',';
}
.news-view-share{
    padding: 20px 0;
}
.news-view-share span{
    font-weight: 600;
}
.news-view-share a{
    color: #acacac;
}
.news-view-share a:not(:last-child){
    margin: 10px;
}
.news-view-more-title{
    margin: 20px 0 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}
.news-list-item{
    margin-bottom: 30px;
}
.news-view-more-list .news-name{
    padding: 10px 0;
}
.section-news .paginator .labelPages{
    display: none;
}

/* Section Product Style */
.section-product{
    background: #f0ebe5;
}
.product-banner{
    margin-bottom: 30px;
}
.product-banner-title{
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
}
.product-layout-list{
    margin: 0 15px;
}
.product-sidebar-filter-price{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08),
                0 1px 2px 0 rgba(0, 0, 0, .2);
}
.product-sidebar-filter-price-title{
    text-transform: uppercase;
    font-weight: 600;
}
.product-sidebar-filter-price-slider p{
    margin: 0;
}
#sliderRange{
    margin-top: 20px;
}
.ui-slider-range.ui-widget-header.ui-corner-all{
    height: 2px;
    background: #d4ae80;
    position: absolute;
}
.widget_price_filter .row{
    margin-left: 0;
    margin-right: 0;
}
.widget_price_filter .ui-widget-content{
    background-image: none;
    height: 4px;
    position: relative;
    z-index: 1;
    border: 1px solid #d4ae80;
    margin-bottom: 5px;
}
.widget_price_filter .ui-slider .ui-slider-handle{
    margin-left: -8px;
    top: -7px;
    background: #fff !important;
    border: 1px solid #000;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    cursor: ew-resize;
    width: 15px;
    height: 15px;
}
.product-sidebar-category{
    padding-top: 20px;
    line-height: 27px;
}
.nav-ul-product-sidebar-cate{
    padding: 0;
    list-style-type: none;
}
.nav-ul-product-sidebar-cate{
    padding-left: 15px;
}
.nav-li-product-sidebar-cate{
    margin-top: 10px;
}
.nav-li-product-sidebar-cate-2{
    margin-top: 0;
}
.nav-a-product-sidebar-cate{
    color: #000;
    font-weight: 600;
}
.nav-a-product-sidebar-cate:hover{
    color: #d4ae80;
}
.nav-a-product-sidebar-cate-2{
    font-weight: 300;
}
.product-list .row{
    margin-left: 0;
    padding-left: 0;
}
.section-product .product-box{
    padding: 0 0 0 30px;
}
.product-category-content{
    padding: 0 0 30px;
}
product-category-content p{
    margin-bottom: 7px;
}

/* Page Paginator Style */
.paginator{
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
}
.paginator .labelPages{
    float: right;
    height: 24px;
    display: flex;
    align-items: center;
}
.paginator .labelPages:before{
    content: 'Hiển thị';
    margin-right: 7px;
}
/*.paginator .labelPages:after{*/
/*    content: 'Tổng số sản phẩm';*/
/*    margin-left: 7px;*/
/*}*/
.paginator .titlePages{
    display: none;
}
.paginator a{
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}
.paginator a:hover{
    text-decoration: none;
    color: #fff;
    background: #d4ae80;
    border-radius: 3px;
}
.paginator .currentPage{
    color: #fff;
    background: #d4ae80;
    display: inline-flex;
    width: 25px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    border-radius: 3px;
}
.paginator .paging-first:after{
    content: "|\f104";
    font-family: Font Awesome\ 5 Pro;
}
.paginator .paging-previous:after{
    content: "\f104";
    font-family: Font Awesome\ 5 Pro;
}
.paginator .paging-next:after{
    content: "\f105";
    font-family: Font Awesome\ 5 Pro;
}
.paginator .paging-last:after{
    content: "\f105|";
    font-family: Font Awesome\ 5 Pro;
}

/* Product View Style */
.section-product-view .index-banner-privacy{
    background: #222;
    color: #fff;
}
.row.no-margin{
    margin-left: -15px;
    margin-right: -15px;
}
.section-product-view .site-breadcrumb{
    background: #ececec;
    padding: 15px 0;
}
.section-product-view .site-breadcrumb .container{
    padding: 0;
}
.product-view{
    background: #ececec;
    padding: 0 0 50px;
}
.product-view-img-child{
    padding-left: 0;
    overflow-y: scroll;
}
.product-view-img-child-box:not(:last-child){
    margin-bottom: 15px;
}
.product-view-img-main{
    overflow: hidden;
    background: #fff;
}
.product-view-img-main img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-view-img-child-mobile{
    margin-top: 15px;
    margin-right: -15px;
    margin-left: -15px;
}
.product-view-product-name{
    font-weight: 700;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.2;
}
.product-view-rating.row, .product-view-price.row{
    margin-left: 0;
    margin-right: 0;
}
.product-view-rating p{
    margin: 0;
    color: #acacac;
}
.evaluate-count{
    padding-left: 10px;
}
.product-view-rating .voteView{
    margin-left: -7px;
}
.product-view-price-old{
    margin-right: 15px;
}
.product-view-main-price-current{
    margin: 0;
    font-weight: 700;
}
.product-view-intro{
    padding: 10px 0;
    font-weight: 700;
}
.product-view-intro-content{
    color: #850000;
}
.product-view-main-description{
    margin-bottom: 20px;
    overflow-y: scroll;
    max-height: 63px;
}
.product-view-main-description p{
    margin: 0;
}
.number-minus{
    position: absolute;
    top: 0;
    left: 15px;
    width: 33.5px;
    height: 33.5px;
    color: #acacac;
    font-size: 1.4rem;
}
.number-plus{
    position: absolute;
    right: 15px;
    top: 0;
    width: 33.5px;
    height: 33.5px;
    color: #acacac;
    font-size: 1.4rem;
}
.number{
    padding: 5px 30px;
    border-radius: 0;
}
.product-view-control a:hover{
    text-decoration: none;
    color: #000;
}
.product-view-buy-button{
    background: #d4ae80;
    color: #fff;
    font-weight: 600;
    transition: all ease .3s;
}
.product-view-buy-button:hover{
    color: #d4ae80!important;
    background: #fff;
    border: 1px solid #d4ae80;
}
.product-view-out-of-order-button{
    background: #acacac;
    color: #fff;
    font-weight: 600;
    cursor: not-allowed;
}
.product-view-out-of-order-button:hover{
    color: #fff!important;
}
.product-view-wish-list{
    margin: 30px 0;
    padding: 0;
}
.product-view-wish-list-content{
    font-weight: 700;
}
.product-view-wish-list-content i{
    color: #cc0000;
    margin-right: 5px;
}
.product-view-wish-list-content:hover{
    color: #d4ae80!important;
}
.product-view-policy-list{
    margin-bottom: 15px;
}
.product-view-policy-list p{
    display: inline;
}
.product-view-share{
    display: none;
}
.product-view-share a{
    color: #acacac;
    margin-left: 10px;
}
.product-view-share a:hover{
    color: #d4ae80;
}
.product-view-policy p{
    margin-bottom: 10px;
}
.sample-condition{
    color: #d4ae80;
}
.sample-condition:hover{
    color: #acacac;
}
.product-view-policy i{
    margin-right: 5px;
}
.product-view-information-list{
    padding: 40px 0 ;
}
.product-view-information-label{
    color: #acacac;
}
.product-view-information-label:hover, .product-view-information-label.active:hover{
    color: #d4ae80;
}
.product-view-information-label.active{
    color: #000;
}
.product-view-information-title{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.75rem;
}
.product-view-vote-count{
    font-weight: 700;
    margin-bottom: 15px;
}
.product-view-vote-percent-list{
    display: flex;
    margin-bottom: 10px;
}
.product-view-vote-percent-star{
    width: 93px;
    margin-right: 15px;
    text-align: right;
    color: #acacac;
}
.product-view-vote-percent-bar{
    background: #fff;
    display: inline-block;
    font-size: 0;
    height: 21px;
    width: 250px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-right: 15px;
}
.product-view-vote-percent-bar span {
    background: #f2b309;
    display: inline-block;
    height: 100%;
    border-radius: 5px;
}
.product-view-vote-right-title{
    margin-bottom: 15px;
    color: #1470f5;
}
.product-view-cote-right-content{
    height: 145px;
}
.product-view-cote-right-content i{
    font-size: 1.6rem;
}
.product-user-vote{
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #acacac;
    display: none;
}
.product-user-vote-title{
    font-weight: 600;
    margin-bottom: 10px;
}
#userVoteView{
    margin: 0 15px;
    color: #acacac;
}
#userVoteView i.active{
    color: #f2b309;
}
.product-user-vote-label, .product-user-vote-content{
    border: 1px solid #acacac;
    border-radius: 7px;
    padding: 10px 15px;
    margin-top: 30px;
}
.product-user-vote-label-title, .product-user-vote-content-title{
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 5px;
    font-weight: 500;
}
#title, #commentText{
    width: 100%;
    border: none;
    padding: 5px;
    resize: none;
}
.btn-user-vote{
    background: #d4ae80;
    color: #fff;
    margin-top: 15px;
    border: 1px solid #fff;
}
.btn-user-vote:hover{
    background: #fff;
    color: #d4ae80;
    border: 1px solid #d4ae80;
}
.user-comment-avatar img{
    border: 3px solid #acacac;
    border-radius: 50%;
}
.product-user-comment-list{
    padding: 30px 0;
    border-bottom: 1px solid #acacac;
}
.product-user-comment-list:last-child{
    border: none;
}
.product-view-information-item{
    padding: 75px 0;
    border-bottom: 1px solid #acacac;
}
.vote-view{
    margin: 0;
}
.user-rate-label{
    margin: 0;
    padding: 3px 0;
}
#productViewEvaluate{
    border: none;
    padding-bottom: 0;
}
.product-view-more-info{
    padding: 15px 0;
    border-bottom: 1px solid #acacac;
}
.product-view-more-info div{
    color: #acacac;
}
.product-view-more-info div:not(:last-child){
    margin-right: 20px;
}
.product-view-more-info strong{
    color: #000;
}
.product-view-more-info a{
    color: #acacac;
    margin-left: 4px;
}
.product-view-more-info a:not(:last-child):after{
    content: ',';
}
.product-view-related{
    padding: 60px 0 0;
}
.product-view-related-title{
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 2rem;
}

/* User Style */
.section-profile, .section-profile-edit{
    padding-bottom: 80px;
}
.sign-in-block, .profile-edit-block{
    padding: 40px;
}
.sign-in-title, .sign-up-title, .get-password-title, .profile-edit-title{
    margin-bottom: 40px;
    font-size: 1.75rem;
    line-height: 1.2;
}
.section-sign-in input:focus, .section-sign-up input:focus, .section-get-password input:focus, .section-profile-edit input:focus{
    box-shadow: 0 0 0 1px #acacac!important;
}
.sign-in-control, .sign-up-control, .get-password-control{
    padding: 10px 0 0;
}
#sectionSignUpCheckConfirm{
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
}
#sectionSignUpCheckConfirm input{
    margin-right: 5px;
}
.profile-edit-email{
    margin-bottom: 1rem;
    height: 33.5px;
    border: 1px solid #acacac;
    color: #acacac;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.profile-edit-select{
    border: 1px solid #acacac;
}
.profile-edit-form select{
    width: 100%;
    height: 33.5px;
    background: transparent;
    border-radius: 0;
    color: #acacac;
    border: none;
}
.profile-title{
    margin: 50px 0 60px;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.2;
}
.profile-information-list{
    margin-bottom: 40px;
}
.profile-information-list a{
    margin: 0 20px;
    color: #acacac;
}
.profile-information-list a.active{
    color: #000;
}
.profile-info{
    background: #ebebeb;
    padding: 30px;
}
.profile-info-icon img{
    width: 50%;
    border: 3px solid #acacac;
    border-radius: 50%;
}
.profile-info-title{
    font-weight: 600;
    margin: 20px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #acacac;
}
.profile-info-list{
    color: #acacac;
}
.profile-info-list p{
    margin-bottom: 7px;
}
.profile-info-list span{
    color: #000;
}
.profile-info-edit{
    padding: 25px 0 0;
    text-decoration: underline;
    font-weight: 700;
}
.profile-history-order{
    padding-left: 50px;
}
.profile-history-order-title, .profile-address-title{
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #acacac;
    margin-bottom: 30px;
}
.profile-history-order-header{
    border-bottom: 1px solid #acacac;
    padding-bottom: 7px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
}
.profile-history-order-date{
    padding-left: 0;
}
.profile-history-order-body{
    color: #acacac;
    max-height: 345px;
    overflow: hidden;
}
.profile-history-order-list{
    border-bottom: 1px solid #acacac;
    padding: 15px 0;
    margin-left: 0;
    margin-right: 0;
}
.profile-history-order-product-item:not(:last-child){
    padding-bottom: 7px;
}
.profile-history-order-check, .profile-address-info-edit{
    padding: 20px 0;
}
.profile-history-order-check a, .profile-address-info-edit a{
    color: #0099cc;
    font-style: italic;
}
.profile-history-order-check a:hover, .profile-address-info-edit a:hover{
    color: #d4ae80;
}
.profile-address-warning{
    color: #acacac;
    margin-bottom: 45px;
}
.profile-address-info-title{
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.profile-address-info-list p{
    margin-bottom: 5px;
    color: #acacac;
}
.profile-address-info-list p span{
    color: #000;
}

/* Checkout Style */
.checkout-title{
    margin: 50px 0 60px;
    font-weight: 600;
}
.checkout-cart-title{
    margin-bottom: 30px;
    font-weight: 400;
}
.checkout-cart .row{
    margin-left: 0;
    margin-right: 0;
}
.checkout-cart-header{
    background: #ebebeb;
    color: #acacac;
    padding: 10px 0;
    border-bottom: 1px solid #acacac;
}
.checkout-cart-list{
    padding: 30px 0;
    border-bottom: 1px solid #acacac;
}
.checkout-cart-product-name{
    font-weight: 600;
    font-size: 1.07rem;
}
.checkout-cart-quantity{
    padding: 0;
}
.checkout-cart-quantity .number-minus{
    left: 0;
    top: 0;
}
.checkout-cart-quantity .number-plus{
    right: 0;
}
.checkout-cart-total-money{
    padding: 20px 120px 20px 0;
    font-weight: 700;
    font-size: 1.07rem;
}
.checkout-cart-control{
    padding: 10px 0 20px;
}
.continue-shopping{
    padding: 10px 30px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.continue-shopping:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.remove-all{
    padding: 10px 30px;
    background: #fff;
    border: 1px solid #000;
}
.remove-all:hover{
    background: #000;
    color: #fff;
}
#formCheckout.row{
    padding: 60px 0 100px;
}
.checkout-form-title{
    font-weight: 400;
    margin: 25px 0;
}
#formCheckout input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #acacac;
    padding: 0 10px 7px;
    height: 29px;
}
.payment-method input{
    width: auto!important;
    height: auto!important;
}
#formCheckout input:focus, #formCheckout select:focus, #formCheckout textarea:focus{
    border-bottom: 1px solid #acacac!important;
}
#cusUsedPoint{
    padding: 0 10px!important;
}
.checkout-form-information-list{
    margin-bottom: 25px;
}
#formCheckout select{
    width: 100%;
    height: 33.5px;
    background: transparent;
    border: none;
    color: #acacac;
}
.checkout-form-select-city{
    margin-bottom: 25px;
}
.checkout-form-select-city:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #acacac;
    position: absolute;
    bottom: 0;
    left: 0;
}
#formCheckout select#customerCityId:focus, #formCheckout select#customerDistrictId:focus, #formCheckout select#customerWardId:focus{
    border-bottom: none!important;
}
.checkout-form-select-district:after, .checkout-form-select-ward:after{
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background: #acacac;
    position: absolute;
    bottom: 0;
    left: 15px;
}
#formCheckout textarea{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #acacac;
    resize: none;
    padding: 0 10px 7px;
    color: #acacac;
}
.checkout-form-payment-method{
    color: #acacac;
}
.payment-method{
    margin-bottom: 15px;
}
.payment-method span{
    margin-left: 10px;
}
#couponCode{
    padding-right: 81px!important;
}
#getCoupon{
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.checkout-form-point{
    margin-top: 17px;
    color: #acacac;
}
.checkout-form-point a{
    font-weight: 600;
}
.point-block{
    background: #000;
    padding: 17px;
    color: #fff;
}
.point-label{
    padding-bottom: 17px;
}
.point-label strong{
    color: #d4ae80;
}
.checkout-form-confirm-block{
    background: #ebebeb;
    border: 1px solid #acacac;
    padding: 25px;
}
.confirm-money, .ship-fee{
    border-bottom: 1px solid #acacac;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.confirm-money div:last-child, .ship-fee div:last-child, .total-money div:last-child{
    font-weight: 700;
}
.coupon-code, .discount-point{
    color: #c00;
}
.discount-point{
    margin-bottom: 15px;
}
.total-money{
    font-size: 1.2rem;
}
#showTotalMoney{
    font-weight: 700;
}
.checkout-form-submit{
    margin-top: 15px;
}
.button-checkout{
    width: 100%;
    padding: 15px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.button-checkout:hover{
    background: #fff;
    color: #000;
}

/* Order Style */
.section-order{
    padding: 60px 0 140px
}
.order-icon{
    font-size: 45px;
    color: #4baf4c;
}
.order-title{
    font-weight: 600;
    padding: 20px 0 30px;
}
.order-info{
    padding-bottom: 30px;
}
.order-info-count strong:not(:last-child):after{
    content: ',';
    margin-right: 3px;
}
.buy-more-button{
    padding-bottom: 30px;
}
.buy-more-button a{
    color: #fff;
    background: #000;
    border: 1px solid #000;
    padding: 10px 15px;
}
.shipping-info{
    color: #acacac;
    padding: 20px 0;
}
.shipping-info strong{
    color: #000;
}
.back-to-home-page a{
    color: #c00;
    text-decoration: underline;
}
.back-to-home-page a:hover{
    color: #d4ae80;
}
.search-order-title{
    margin: 40px 0;
    font-size: 1.75rem;
    line-height: 1.2;
}
#searchOrderForm input{
    border: none;
    border-bottom: 1px solid #acacac;
    padding-right: 33.5px;
}
#searchOrderForm input:focus{
    border-bottom: 1px solid #acacac!important;
}
#searchOrderForm .search-button{
    position: absolute;
    width: 33.5px;
    height: 33.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #acacac;
    top: 0;
    right: 15px;
}
.search-order-table{
    padding: 40px 0 60px;
}
.search-order-header{
    background: #ebebeb;
    color: #acacac;
    padding: 10px 0;
    border-bottom: 1px solid #acacac;
}
.search-order-body .uploading{
    padding-top: 15px;
    border-bottom: 1px solid #acacac;
    margin: 0 -15px;
}
.search-order-list{
    padding: 30px 0;
    border-bottom: 1px solid #acacac;
}

/* Recruit Style */
.recruit-banner-title{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.recruit-content{
    padding-top: 40px;
}
.recruit-label{
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}
.recruit-list-header{
    padding: 40px 0 20px;
}
.recruit-list-title{
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
}
.recruit-search .search-button{
    position: absolute;
    top: 0;
    left: 0;
    color: #acacac;
}
.recruit-search input{
    padding-left: 34px;
    background: transparent;
    border: none;
}
.recruit-search input:focus{
    border-color: transparent!important;
    box-shadow: none!important;
    background: none!important;
}
.recruit-search #searchForm:after{
    position: absolute;
    top: 100%;
    left: 10px;
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #acacac;
}
.recruit-item-content{
    background: #000;
    padding: 17px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .6),
                0 1px 2px 0 rgba(0, 0, 0, .2);
}
.recruit-item-name{
    margin: 0;
    max-height: 50px;
    overflow: hidden;
}
.recruit-item-name a{
    color: #d4ae80;
}
.recruit-item-name a:hover{
    color: #fff;
}
.recruit-item-date{
    color: #acacac;
}
.recruit-item-date span{
    color: #d4ae80;
}
.recruit-item-intro{
    color: #fff;
    margin: 20px 0;
    height: 85px;
    overflow: hidden;
}
.recruit-item-control a{
    background: #d4ae80;
    display: inline-block;
    padding: 7px 15px;
    font-weight: 600;
    border-radius: 17px;
}
.recruit-item-control a:hover{
    background: #fff;
}
.recruit-list-body .labelPages{
    display: none;
}

/* Error Style */
.section-error{
    padding: 171px 0;
}
.error-icon img{
    width: 45px;
}
.error-title{
    padding: 35px 0 20px;
    margin: 0;
}
.error-content{
    color: #acacac;
    padding-bottom: 35px;
}
.error-content a{
    color: #c00;
    text-decoration: underline;
}
.error-content a:hover{
    color: #d4ae80;
}
.error-search input{
    padding-right: 33.5px;
}
.error-search input:focus{
    border: 1px solid #acacac!important;
}
.error-search .search-button{
    position: absolute;
    top: 0;
    right: 16px;
    color: #acacac;
    width: 33.5px;
    height: 33.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Check Order Style */
.section-check-order{
    padding: 40px 0 80px;
}
.customer-title{
    margin-bottom: 40px;
}
.section-check-order input:focus{
    box-shadow: 0 0 0 1px #acacac!important;
}
#btnCheckOrder{
    background: #d4ae80;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #fff;
}
#btnCheckOrder:hover{
    color: #d4ae80!important;
    background: #fff;
    border: 1px solid #d4ae80;
    text-decoration: none;
}
.check-order-title{
    margin-bottom: 30px;
    font-size: 1.75rem;
    line-height: 1.2;
}
.check-order-date{
    padding-bottom: 25px;
    color: #acacac;
}
.check-order-info-title{
    font-weight: 600;
    margin-bottom: 10px;
}
.check-order-info-list p{
    margin-bottom: 0;
    color: #acacac;
}
.check-order-info-list span{
    color: #000;
}
.check-order-product-list-item{
    color: #acacac;
    padding: 30px 0;
    border-bottom: 1px solid #acacac;
}

/* Promotion Style */
.promotion-list-item{
    padding-bottom: 30px;
}
.promotion-img{
    overflow: hidden;
}
.promotion-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promotion-name{
    margin: 10px 0 0;
}

/* Quick Cart Modal Style */
.quick-cart-title{
    margin-bottom: 25px;
}
.quick-cart-table input{
    padding: 5px;
    border: 1px solid #acacac;
}
.quick-cart-body .checkout-cart-total-money{
    padding: 20px 0;
    margin-right: -15px;
}
.quick-cart-quantity{
    padding: 15px 0;
}
.quick-cart-body .checkout-cart-delete{
    position: unset;
}
.quick-cart-body .continue-shopping, .quick-cart-body .remove-all{
    width: auto;
}
.fixed_mobile{
    display: none;
}
.item_ft {
    width: 25%;
    overflow: hidden;
    padding: 10px 3px;
    text-align: center;
}
.flex_ft {
    display: flex;
    align-items: center;
}
.text_item_ft span{
    font-size: 12px;
}
.img_item_ft {
    font-size: 18px;
}
/*combo*/
.combo-shopping {
    margin-top: 30px;
}
.combo-shopping h2 {
    font-size: 14px;
    margin-bottom: 14px;
    color: #4a4a4a;
    font-weight: 700;
    margin-top: 0;
}
.combo-shopping .style-list .imge_combo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.combo-shopping .imge_item {
    width: 100px;
    height: auto;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 2px;
}
.combo-shopping .imge_combo span{
    padding: 10px;
}
.btn_combo{
    flex: 1;
    text-align: right;
}
.btn_combo button{
    background: #d4ae80;
    color: #fff;
    font-weight: 600;
    transition: all ease .3s;
    outline: none;
    padding: 5px;
    border: 1px solid #d4ae80;
}
.btn_combo button:hover {
    color: #d4ae80!important;
    background: #fff;
    border: 1px solid #d4ae80;
}
.btn_combo p{
    text-align: right;
    margin-bottom: 5px;
}
.combo-shopping .style-list .item .checkbox-wrap .checkbox {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}
.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox] {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}
.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]:checked+span.ico .fa-check-square {
    display: block;
}
.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]:checked+span.ico .fa-square{
    display: none;
}
.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]+span.ico .fa-check-square{
    display: none;
}
.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]+span.ico .fa-square{
    display: block;
}

.combo-shopping .style-list .item .checkbox-wrap .checkbox input[type=checkbox]+span.ico {
    user-select: none;
    font-size: 18px;
    color: #d4ae80;
    display: inline-block;
    margin-right: 5px;
}
.content_combo .item{
    display: flex;
    padding-top: 5px;
}
.combo-shopping .style-list .item .name {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.combo-shopping .style-list .item .variant_price {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    flex: 1;
}
span.input_price_js {
    padding: 0!important;
}
.form_quickorder {
    padding: 15px 0;
    width: 100%;
}
.form_quickorder>div {
    font-size: 17px;
    color: #5a5a5a;
    padding-bottom: 10px;
    line-height: 1.2;
}
.form_quickorder input[type=text] {
    margin: 5px 0;
    width: 100%;
    padding: 13px 20px;
    border: 1px solid #acacac;
}
.form_quickorder #submit-phone {
    margin-top: 5px;
    width: 100%;
    background: #d4ae80;
    color: #fff;
    border: none;
    padding: 13px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    border: 1px solid transparent;
}
.form_quickorder #submit-phone:hover{
    color: #d4ae80;
    background: #fff;
    border: 1px solid #d4ae80;
}
.form_quickorder .formError .formErrorContent{
    min-width: 50px!important;
}
#btncombo span{
    padding: 0!important;
}
select.input.childProducts {
    margin-bottom: 15px;
    padding: 7px;
}
select.childProducts:focus{
    color: #212529!important;
}
/*goi y tim kiem header*/
#searchFolding {
    display: grid;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 999;
    position: absolute;
    text-align: left;
}

#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    color: #7e7e7e;
}

#searchFolding a:nth-of-type(odd) {
    background: #f6f6f6;
}

#searchFolding a i {
    color: #0e76bc;
}

#searchFolding a span {
    float: right;
    color: #7e7e7e;
}

#searchFolding a .image_search{
    display: inline-block;
    margin-right: 10px;
    float: left;
}
#searchFolding a .image_search img{
    width: 80px;
    height: 80px;
}
#searchFolding a .info_search .name{
    float: unset;
    display: block;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*max-width: 150px;*/
}
#searchFolding a .info_search .price{
    float: unset;
    display: block;
}
#searchFolding a .info_search{
    float: left;
    width: 80%;
    display: inline-block;
}




#searchFoldingM {
    display: grid;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 999;
    position: absolute;
    max-height: 580px;
    overflow: auto;
}

#searchFoldingM a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    color: #7e7e7e;
}

#searchFoldingM a:nth-of-type(odd) {
    background: #f6f6f6;
}

#searchFoldingM a i {
    color: #0e76bc;
}

#searchFoldingM a span {
    float: right;
    color: #7e7e7e;
}
#searchFolding a .image_search{
    display: inline-block;
    margin-right: 5px;
}

#searchFoldingM a .image_search{
    display: inline-block;
    margin-right: 10px;
    float: left;
}
#searchFoldingM a .image_search img{
    width: 80px;
    height: 80px;
}
#searchFoldingM a .info_search .name{
    float: unset;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
#searchFoldingM a .info_search .price{
    float: unset;
    display: block;
}
#searchFoldingM a .info_search{
    float: left;
    width: 70%;
    display: inline-block;
}

header #searchFormM {
    border-radius: 5px;
    border: 1px solid #fff;
}
header #searchFormM input {
    width: 100%;
    padding: 7px 10px 7px 34px;
}
header #searchFormM .search-button {
    position: absolute;
    color: #acacac;
}
.wrapper-promotion .title_chir .title-promotion-wrap {
    display: flex;
    align-items: center;
}

.wrapper-promotion .title_chir{
    background: #333;
    display: flex !important;
    justify-content: space-between;
}
.saleProContent {
    margin-left: 10px;
    margin-bottom: -1px;
}
.listtime li {
    font-size: 20px;
    color: #fff;
    border: none;
    width: 40px;
    line-height: 36px;
}
.wrapper-promotion .title_chir .view-more {
    color: #fff;
    margin: 5px 10px;
    font-size: 20px;
}
.listtime .a {
    width: 22px;
    color: #fff;
    font-size: 27px;
}
.title_chir {
    border-bottom: 1px solid #f1f1f1;
}
.label-sold {
    z-index: 8;
    font-weight: 700;
    padding: 2px 4px;
    background: hsla(0,0%,100%,.8);
    font-size: 12px;
    letter-spacing: .8px;
    color: #d01345;
    line-height: 16px;
    top: 10px;
    right: 0;
}
.barPromotion {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #ffd665;
    width: 100%;
    font-weight: 700;
    font-family: Arial;
    display: none;
}
.blockBarPro {
    display: inline-flex;
    width: 100%;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
    font-size: 9px;
}
.blockBarPro .cdBarRight,
.blockBarPro .barCountDown {
    align-items: center;
}
.titleCdRight {
    margin-right: 5px;
}
.blockBarPro p {
    margin: 0;
}
.barCountDown .milliseconds {
    width: 10px;
    display: inline-block;
    color: #fff;
    background-color: #212121;
    text-align: center;
    height: 13px;
    line-height: 13px;
    margin-left: 2px;
    margin-right: 1px;
}
.tagSalePro {
    display: inline-block;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-img{
    width: 100%;
    height: 184px;
}
#promotion-product .product-img{
    height: 198px;
}
.tagSalePro img{
    padding: 5px;
}
#flash-sale{
    background: #f0ebe5;
}
.product-list.promotionList .product-price{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.product-list.promotionList .product-price-current{
    order: 1;
}
.product-list.promotionList .product-price-old{
    order: 2;
    margin-left: 10px;
}
.product-list.promotionList .product-name{
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 52px;
}
.product-price-current{
    color: #ff0000;
}
.wrapper-promotion .title_chir h2 {
    color: #fff;
    padding-left: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media(max-width: 768px){
    .wrapper-promotion .title_chir {
        background-image: none;
        background-repeat: no-repeat;
        background: #333;
        padding: 5px 0;
    }
    .wrapper-promotion .title_chir h2 {
        top: 0;
        margin: 10px;
        width: 118px;
        font-size: 22px;
        font-style: italic;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 0;
    }
    .saleProContent {
        width: 40%;
        padding-top: 0 !important;
        margin-left: 0;
    }
    .wrapper-promotion .title_chir .view-more {
        width: 85px;
        display: inline-block;
        font-size: 13px;
        margin: 0;
        /*flex: 1;*/
    }
    .listtime li {
        background-color: #fff;
        border-radius: 5px;
        width: 30px;
        height: 25px;
        margin-right: 0;
        font-size: 11px;
        position: relative;
        line-height: 25px;
        color: #333;
    }
    .listtime .a {
        width: 10px;
        font-size: 14px;
    }
    .blockBarPro {
        font-size: 7px;
    }
    .product-img {
        height: 158px;
    }
    #promotion-product .product-img{
        height: 158px;
    }
}
.product-view-rating.prd-view-rat, #productViewEvaluate, .prd-view-eval {
    display: none;
}
.product-view-price.prd-view-prc {
    margin-top: 10px;
}

.social-fixed{
    position: fixed;
    right: 25px;
    bottom: 93px;
    z-index: 9999;
}

.social-fixed.social-spa {
    bottom: 165px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.social-fixed.social-spa p, .social-fixed.social-spa i {
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.social-fixed.social-spa i {
    margin-left: 8px;
}

.social-fixed a.zalo-fixed{
    background-color: #0084cb;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.social-fixed a.zalo-fixed img{
    width: 36px;
}
.social-fixed.social-spa a.zalo-fixed{
    background: transparent;
    margin-left: auto;
    box-shadow: 1px 1px 1px #ccc;
}
.social-fixed.social-spa a.zalo-fixed img {
    width: 100%;
}
.site-breadcrumb {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-icon {
    margin: 0 3px;
}
.searchCateFolding {
    background: #CDCED3;
    box-shadow: 0 0 5px #bbb;
    z-index: 999;
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    padding: 15px 20px;
    display: none;
}
.searchCate {
    display: flex;
    flex-wrap: wrap;
}
.sc-item {
    padding: 5px 15px;
    background: #fff;
    margin: 5px 10px 5px 0;
    font-family: "roboto-regular";
}
.uploading {
    width: 100%;
}
.uploading img {
    display: block;
    margin: 15px auto;
    width: 235px;
}
.second-search {
    width: 100%;
    display: flex;
    margin-top: 15px;
}
.second-search input {
    width: 78%;
    border-radius: 0;
    border: 1px solid #222;
    text-indent: 10px;
}
.second-search button {
    width: 22%;
    font-size: 12px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 0;
}
.help-contact span {
    color: #f60;
}
.help-contact {
    margin-top: 15px;
}
.sort-list {
    margin: 15px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.sort-list>div {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: 80%;
    overflow-x: auto;
    margin-left: 15px;
}
.sort-list a {
    padding: 5px 10px;
    background: #fff;
    margin: 0 10px 10px 0;
}
.sort-list a.active {
    color: #fff;
    background: #222;
}
.product-view-price-current {
    font-size: 2rem;
    line-height: 1.2;
}
.childs-cate {
    white-space: nowrap;
    width: 100%;
    margin-top: 15px;
    list-style: none;
    padding: 0;
    overflow: auto;
    padding-bottom: 10px;
    display: none;
}
.childs-cate>li {
    width: 120px;
    margin-right: 10px;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px -3px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 4px 4px -3px rgba(0,0,0,0.1);
    box-shadow: 0 4px 4px -3px rgb(0 0 0 / 10%);
}
.childs-cate>li>a {
    display: block;
}
.cc-name {
    padding: 10px 0;
    text-align: center;
}
.discover-more {
    margin: 15px 0;
}
.discover-more a {
    margin: 10px auto 0;
    width: fit-content;
    padding: 0 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    color: #fff;
    background: #222;
}
.pview-btn-contact{
    border: 1px solid #d4ae80;
    display: block;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    color: #d4ae80;
    background: #fff;
}
figure.image img, .product-view-information-content img {
    height: auto !important;
}
.item-Bank {
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 5px;
    cursor: pointer;
}
.item-Bank.active{
    border: 1px solid #009cf6;
    background: #f5f5f5;
}
.item-Bank.active .resultQr{
    display: block !important;
}
.listBank .item-Bank > .col-6{
    width: 70% ;
    font-size: 13px;
}
.item-Bank > .col-6.text-right{
    width: 28%;
}
.listBankWrp .col-12{
    border: none;
}
@media screen and (max-width: 900px){
    .listBankWrp .col-12{
        padding: 0 15px !important;
    }
}
.resultQr{
    padding: 0;
}
.resultQr .row{
    margin: 0;
}
.resultQr .row > div{
    width: 100% !important;
}
.resultQr .row > div:nth-child(2) > p{
    margin-bottom: 10px !important;
    font-size: 12px;
}
.d-block{
    display: block;
}
.item-Bank img{
    vertical-align: super;
    width: 100px;
}
.item-Bank input{
    margin-right: 5px;
}
.item-Bank .col-6{
    width: 49%;
    display: inline-block;
    vert-align: top;
    padding: 0;
}
.item-Bank .float-left{
    float: left;
}
.transfer-monney__content{
    display: inline-block;
    position: relative;
    width: 100%;
}
.listBankWrp .form-group{
    border: 1px solid #dedede;
    border-radius: 5px;
    cursor: pointer;
}
.listBankWrp.deactive_bank > div{
    pointer-events:none !important;
    opacity: 0.6;
    background: #00000033;
}
.listBankWrp .form-group.active{
    border: 1px solid #009cf6;
    background: #f5f5f5;
}
.form-group.active .resultQr{
    display: block !important;
}
@media screen and (max-width: 900px){
    .listBankWrp .col-12{
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 768px){
    .text-banks-title {
        display: inline-block;
        max-width: 45%;
    }
    .listBankWrp .form-group{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.deactive_bank .loaderWrp{
    display: block;
}
.loaderWrp{
    display: none;
}
.loaderWrp .loader {
    margin-top: 7%;
    width: 48px;
    height: 48px;
    border: 3px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loaderWrp .loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #FF3D00 transparent;
}
.loaderWrp{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    background: #cbcbcbba;
    top: 0;
    z-index: 999;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}
