html, body {
    overflow-x: hidden;
}

.filter-section li > a.active .inner-switch > i:before {
    content: "\f14a";
}

.list-attributes {
    display: flex;
    flex-wrap: wrap;
}

.list-attributes li {
    margin-right: 5px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

b, strong {
    font-weight: 600;
}
.opacity-1{
    opacity: 1 !important;
}
.bg-transparent{
    background-color: transparent !important;
}

.overflow-hidden{
    overflow: hidden;
}
.hidden{
    display: none;
}

.bg-red{
    background-color: var(--red);
}

.bg-orange{
    background-color: var(--orange);
}

.active.d-none{
    display: block !important;
}

.logo-section img {
    max-height: 50px;
}

.product-item img{
    object-fit: contain !important;
}

/*Module search san pham*/
#form_search{
    border-radius: 5px;
}
.search-section__categories {
    width: 30%;
    height: 40px;
    padding: 0 10px;
    color: var(--gray);
    border: 0;
    border-radius: 5px 0 0 5px;
}

.search-section .input-group{
    border-left: 1px solid #dee2e6;
    margin-left: 5px;
}
.search-section .btn-submit {
    background: #fff;
    color: var(--black);
    font-size: 18px;
    border-radius: 0 5px 5px 0;
}

/*Module search san pham*/

.bg-menu .container > .row {
    margin: 0;
    background-color: var(--orange);
}
.bg-menu .container > .row > div {
    padding: 0;
}

/*Menu danh muc san pham doc*/
.title-category{
    font-size: 17px;
    line-height: 45px;
    padding: 0 15px;
    color: var(--white);
    display: flex;
    align-items: center;
}
.category-vertical .list-category{
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    background-color: var(--white);
    width: 100%;
    z-index: 100;
}
.category-vertical .list-category > ul > li:last-child > a{
    border-bottom: 0 !important;
}
.category-vertical .list-category a {
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.category-vertical .list-category > li:last-child a {
    border-bottom: 0 !important;
}
.category-vertical .list-category a img{
    width: 25px;
    height: 25px;
}

body:not(.home) .category-vertical:hover .list-category{
    display: block;
}
    
body.home .category-vertical .list-category{
    display: block;
}
.title-category:hover{
    cursor: pointer;
}

.position-right{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.sub-category{
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100%);
    background-color: var(--white);
    display: table;
    width: 100%;
    height: 100%;
    box-shadow: 3px 2px 8px rgb(0 0 0 / 15%);
    transform: translateY(30px);
    opacity: 0;
    transition: all .4s;
    pointer-events: none
}

.sub-category-2{
    width: 200%;
}
.border-transparent{
    border-bottom: 1px solid transparent;
}

.list-category > ul > li:hover .sub-category{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

/*Menu danh muc san pham doc*/

/*Header*/

.bg-slide .container > .row {
    margin: 0;
    padding-bottom: 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: var(--white);
}
.bg-slide .container > .row > div:nth-child(2){
    padding: 0;
}

.header-main>.container>.row {
    align-items: center;
}

/*End Header*/
.bg-slide .container>.row>div {
    padding: 0;
}

.banner-home__right .collection-banner:nth-child(1) {
    margin-top: 0;
}
/*Banner right*/
.collection-banner {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}
.collection-banner .contain-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}
.collection-banner.text-right .contain-banner {
    justify-content: flex-end;
}

.contain-banner h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

.collection-banner .contain-banner h2 {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
    font-size: 25px;
}

.contain-banner-btn {
    padding: 5px 10px;
    color: var(--white);
    border: none;
    font-size: 12px;
    background-color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.collection-banner img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 220px;
}

.collection-banner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*Banner right*/

/*Module san pham khuyen mai*/
.box-product-small .title-section{
    background: var(--red);
    display: inline-block;
    left: 50%;
    transform: translateX(-50%) translateY(-22px);
    padding: 3px 20px;
    border-radius: 20px;
    color: var(--white);
    margin-bottom: 0;
    font-size: 18px;
}

/*Module san pham khuyen mai*/

/*Module san pham theo danh muc*/
.box-product{
    border-top: 3px solid var(--red) !important;
}
.no-line:before{
    content: none;
}
.list-small .product-item:last-child{
    border-bottom: 0 !important;
}
/*Module san pham theo danh muc*/


/*Products Tabs Slider*/
.product-tab-slider {
    
}

/*End Products Tabs Slider*/

.product-detail-head .product-image-detail .inner-image {
    padding-top: 100%;
}

/*Module danh muc san pham trang chu*/
.menu-grid .item-category .img{
    border-radius: 5px;
    overflow: hidden;
}
.title-parent a{
    font-size: 15px !important;
    font-weight: 600;
}
.menu-grid ul{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--light-orange);
    width: 100%;
    height: auto;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
}
.menu-grid > div:nth-child(2n) ul{
    background-color: var(--light-red);
}
.menu-grid ul > li > a{
    color: var(--white);
    font-size: 13px;
}

.menu-grid > div .view-all{
    background-color: var(--orange);
    text-align: center;
    padding: 7px 15px;
    border-radius: 5px;
    margin-top: 10px;
    color: var(--white);
}
.menu-grid > div:nth-child(2n) a.view-all{
    background-color: var(--red);
}
/*End Module danh muc san pham trang chu*/

/*Products Flash sale*/
.rti-35{
    padding-top: 35% !important;
}
.products-slider-small .slick-slider {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-right: 0;
}

.products-slider-small .slick-list,
.products-slider-small .slick-slide {
    margin: 0;
    border-right: 1px solid #e5e5e5;
}
.products-slider-small .slick-slide > div:first-child {
    /*border-bottom: 1px solid #e5e5e5;*/
}
.products-slider-small .product-item {
    display: flex!important;
    align-items: center;
    margin-bottom: 0;
}

.products-slider-small .product-item .inner-image {
    margin-bottom: 0;
    width: 45%;
    padding: 5px;
}

.products-slider-small .product-item .inner-content {
    flex: 1;
    padding: 10px;
}

.products-slider-small .price-amount.old-price {
    display: inline-block;
    margin-left: 5px;
}

.products-slider-small .product-item .inner-content .product-title {
    line-height: 1.3;
}

.products-slider-small .product-item .inner-content .product-title a {
    color: var(--black);
}

.products-slider-small .product-item .inner-content .product-title a:hover {
    color: var(--color-main);
}

.time_counter{
    direction: flex;
    align-items: center;
    justify-content: center;
}
.time_counter li{
    direction: inline-block;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
    float: left;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: var(--orange);
    color: var(--white);
    min-width: 35px;
    font-size: 12px;
}

.wrp-rating-price{
    height: 50px;
    margin-bottom: 5px;
}
.time-sale{
    padding: 5px;
    border-radius: 3px;
    background-color: var(--red);
    color: var(--white);
}
.time-sale .price-amount{
    color: var(--white);
    line-height: 1.5;
}
.time-sale .old-price:after{
    background-color: var(--white);
}
.time-sale .time_counter li{
    padding: 0;
    background-color: transparent;
    color: var(--white);
    min-width: auto;
}
.time-sale .time_counter li:nth-child(2){
    margin-right: 0;
}
.time-sale .time_counter li:nth-child(3),
.time-sale .time_counter li:last-child{
    display: none;
}


/*End Products Flash sale*/

/*Module danh muc san pham - anh - san pham*/
.box-product-home{
    border-top: 3px solid var(--red)
}
.catalog-title .title-section{
    background-color: var(--red);
    color: var(--white);
    font-weight: 500;
    transform: translateY(-3px);
    padding: 2px 0 2px 15px;
    font-size: 18px;
}
.catalog-title > a {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}

.box-product-home .view-all{
    border: 2px solid var(--red);
    text-align: center;
    display: block;
    padding: 3px 5px;
    font-weight: 600;
}
.box-product-home .product-item{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0 !important;
}


.box-product-home .product-item{
    padding: 10px;
}
.box-product-home .product-item .inner-content{
    /*padding: 0 10px 10px;*/
}
.box-product-home .product-item .star-rating{
    display: none;
}

/*Module danh muc san pham - anh - san pham*/

/*Brands*/
.brand-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand-section .brand-item {
    width: calc(100%/6);
    text-align: center;
    margin: 10px 0;
}
/*End Brands*/

/*Form - dang ky nhan tin*/
.deal-section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.box-register .title-section{
    color: var(--white);
}
#register_email .btn-submit{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 0 5px 5px 0;
    background-color: var(--red);
}
/*Form - dang ky nhan tin*/

/*Module mang xa hoi - footer*/
.social-footer-section ul li a{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--black);
    color: var(--white);
    font-size: 20px;
    display: block;
    transition: all .4s;
}
.social-footer-section ul li a:hover{
    background-color: var(--red);
    color: var(--white);
}
/*Module mang xa hoi - footer*/


.modal-dialog{
    top: 30%;
    transform: translateY(-30%) !important;
}

/*Module fix dat hang - chi tiet san pham*/
.zoomWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

:not(.slick-vertical).slider-thumbs.slick-slider img{
    height: auto;
}
.fix_button{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block !important;
    z-index: 10;
}
@media (min-width: 1680px){
    #fix_button{
        width: 80%;
    }
}
    
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Module fix dat hang - chi tiet san pham*/

@media (min-width: 1280px){
    .box-product-home .box-product-item{
        flex: 0 0 53.33%;
        max-width: 53.33%;
    }
}

@media (min-width: 1024px){
    .bg-slide > .container > .row > div:first-child,
    .bg-menu > .container > .row > div:first-child{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .bg-slide > .container > .row > div:nth-child(2){
        flex-basis: calc(80% - 266px);
        max-width: calc(80% - 266px);
    }

    .bg-slide > .container > .row > div:nth-child(3){
        flex: 0 0 266px;
        max-width: 266px;
    }
    .menu-section > ul > li > a{
        color: var(--white);
    }
    
    .btn-mini-cart {
        bottom: -5px;
    }
    
    /*Module cate - anh - san pham*/
    .box-product-home .img-cate{
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    .box-product-home .list-product div:nth-child(3n) .product-item{
        border-right: 1px solid transparent !important;
    }
    .box-product-home .list-product div:nth-child(4) .product-item,
    .box-product-home .list-product div:nth-child(5) .product-item,
    .box-product-home .list-product div:nth-child(6) .product-item{
        border-bottom: 0 !important;
    }
    /*Module cate - anh - san pham*/
    
    
    /*Module san pham khuyen mai*/
    .box-product-small .list-product-small > div:nth-child(3),
    .box-product-small .list-product-small > div:nth-child(6){
        border-right: 0 !important;
    }
    .box-product-small .list-product-small > div:nth-child(1) .product-item,
    .box-product-small .list-product-small > div:nth-child(2) .product-item,
    .box-product-small .list-product-small > div:nth-child(3) .product-item{
        border-bottom: 1px solid #dee2e6;
    }
    /*Module san pham khuyen mai*/
    .slider-home {
        padding-right: 5px;
    }
    .slider-section .item img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    .slider-section .img-slide {
        padding-top: 61.815%;
    }
    
    .collection-banner img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .collection-banner {position: relative;padding-top: 77%;}

}

@media (min-width: 992px) and (max-width: 1024px){
    .entry-order-review .entry-table{
        max-height: inherit;
        overflow: hidden;
    }
    .cart-item{
        width: 100%;
        margin-bottom: 10px;
        display: table;
    }
    .cart-item .item-total{
        text-align: left;
    }
    .entry-order-review thead th.text-right{
        opacity: 0;
    }
    .entry-order-review tfoot th,
    .entry-order-review td{
        padding: 5px 0;
        float: left;
        width: 100%;
        text-align: left !important;
    }
    .cart-item .item-name{
        padding-bottom: 0;
    }
    
}

@media (max-width: 768px){
    .container, .container-md, .container-sm{
        max-width: 768px;
    }
    
    .box-product-home .view-all{
        margin: 0 15px;
    }
    
    .catalog-title .title-section{
        margin-bottom: 15px !important;
    }
    .slider-section, .slider-section img{
        height: 63vw !important;
    }
    
}

@media (min-width: 577px) and (max-width: 768px){
    .box-product-small .list-product-small > div:nth-child(2),
    .box-product-small .list-product-small > div:nth-child(4),
    .box-product-small .list-product-small > div:nth-child(6){
        border-right: 0 !important;
    }
    .box-product-small .list-product-small > div:nth-child(5) .product-item,
    .box-product-small .list-product-small > div:nth-child(6) .product-item{
        border-bottom: 0 !important;
    }
    
    .box-product-small .list-product-small .product-item{
        border-bottom: 1px solid #dee2e6;
    }
    
}

@media (max-width: 576px){
    .box-product-home .price{
        min-height: 50px;
    }
    
    .box-product-small .list-product-small > div{
        border-right: 0 !important;
    }
    .box-product-small .list-product-small > div .product-item{
        border-bottom: 1px solid #dee2e6;
    }
    .box-product-small .list-product-small > div:last-child .product-item{
        border-bottom: 0;
    }
    
}
@media (max-width: 375px){
    .time-sale .time_counter li{
        font-size: 11px;
    }
    
}



.product-flash-sale .product-tab>li {
    flex: 0 0 20%;
    max-width: 20%;
}

.product-flash-sale .product-tab>li.nav-item>a {
    border-radius: 0 !important;
    background: #414142;
    padding: 10px 0;
}

.product-flash-sale .product-tab>li.nav-item>a>span {
    display: block;
    color: var(--white);
}
.product-flash-sale .product-tab>li.nav-item>a>span.time {
    font-size: 22px;
    line-height: 30px;
}


.product-item .inner-image{
    overflow: hidden;
}
.product-item .inner-image img{
    transition: all 1.5s;
}
.product-item .inner-image:hover img{
    transform: scale(1.1);
}


 /*CSS BY HIEUTX*/
 .product-tab-slider .inner-image img {
    object-fit: contain;
    transition: 1.5s;
}
.product-tab-slider .inner-image:hover img {
    transform: scale(1.1);
}
.product-right-light .title-light {
    line-height: 40px;
    background: linear-gradient(45deg, #d9282f, #f55525);
}
.product-right-light {
    border-radius: 8px;
    overflow: hidden;
}

.product-right-light.commit-light .entry-content>.item-left {
    flex: 0 0 42px;
    max-width: 42px;
    padding-top: 5px;
}
.product-right-light.commit-light .entry-content>.item-left>.inner-icon img {
    height: 30px;
    object-fit: contain;
    width: 28px;
}
.product-right-light.commit-light .entry-content:last-child {
    margin-bottom: 0 !important;
}
.rounded-10{
    border-radius: 10px;
}
span.discount_percent {
    padding: 3px 5px;
    border-radius: 3px;
    background-color: var(--color-hightlight);
    color: var(--white);
}
.avatar>img {
    height: 32px;
}

.title-section-tab span.img-flash-sale img {
    height: 30px;
    width: 114px;
    object-fit: contain;
}

.title-section-tab span.img-flash-sale {
    margin-right: 10px;
}

.title-section-tab span {font-size: 16px;}

span#time_flash_sale {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.title-section-tab {
    display: flex;
    justify-content: center;
    align-items: center;
}

span#time_flash_sale p {
    margin-bottom: 0;
    margin-right: 5px;
    background: var(--black);
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    padding: 0 7px;
    color: var(--white);
    border-radius: 3px;
    font-weight: 700;
}
 /*CSS BY HIEUTX*/
 
.display-me .d-none{
    display: block !important;
}
.display-me  .my-button{
    width: 120px;
    background-color: #f59017;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px 20px;
    border-radius: 9px;
    color: var(--white);
}
.color-hover {
    color: var(--color-hightlight) !important;
}

.las-2x {
    font-size: 24px;
}
.color-teal {
    color: var(--teal);
}
.color-blue-black {
    color: var(--blue-black);
}
.las-6x {
    font-size: 6em;
}

.product-item .add-to-cart-buy {
    visibility: hidden;
    display: block;
    background: var(--blue);
    color: var(--white);
    text-align: center;
    padding: 4px;
    text-transform: uppercase;
}

.product-item:hover .add-to-cart-buy {
    visibility: visible;
}

.show-mobile {
    display: none!important;
}

.is-mobile .show-desktop {
    display: none!important;
}

.is-mobile .show-mobile {
    display: block!important;
}
.product-right-light.phone-right .content-product-right-light>.entry-content:nth-child(n+2)>span:last-child {
    /* display: block; */
}
.contact-right {
    position: fixed;
    right: 25px;
    bottom: 88px;
}
.contact-right li.entry-content {
    list-style: none;
    margin-top: 20px;
}

.contact-right li.entry-content img {
    width: 47px;
    height: 47px;
}
.content_face iframe {
    width: 100%;
    height: 200px;
}

.top-name-right .so-luong .product-quantity {
    float: none;
    width: fit-content;
}
.pay-content .inner-icon img {
    display: table;
    margin: 0 auto;
    height: 30px;
}
.img-bct img {
    height: 70px;
}
.color-company_name {
    color: #fb9100;
}

.border-box {
    border: 1px solid var(--orange);
}

.border-box .title-section-1 {
    background: var(--orange);
    margin: 0;
    padding: 10px;
    color: white;
}

.border-box .categories-section {
    padding: 10px;
}

.border-box .filter-section {
    padding: 0 10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}