body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    color:#333333;
    font-size: 14px;
}
a{
    text-decoration: none !important;
    color:#333333 ;
}
a:hover {
    text-decoration: underline !important;
    text-underline-offset: 0.35em;
    text-decoration-thickness: 1px;
}
.page-wrapper{
    overflow-x: hidden;
}
b, strong{
    font-weight:bold;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
a, a:hover {
    text-decoration: none !important; }
img{max-width: 100%;}
hr {
    border-color:#CD7F2F;
    opacity:1;
}
    input:focus, input:hover, select {
    outline: none !important;
    box-shadow: none !important;
    /*border-color: transparent !important;*/
}
.form input:focus, .form input:hover, .form textarea:focus, .form textarea:hover {
    border: 1px solid #CD7F2F !important;
}
.header_search form input:focus, .header_search form input:hover {
    border: none !important;
}
.text-primary {
    color: #00A3EB !important;
}
::-webkit-input-placeholder {
    color: #B7B7B7;
    font-size: 12px;
    opacity: 1;
}
::-moz-placeholder {
    color: #B7B7B7;
    font-size: 12px;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #B7B7B7;
    font-size: 12px;
}
::placeholder {
    color: #B7B7B7;
    font-size: 12px;
    opacity: 1;
}

.sr-only{display: none;}
select {
    width: 100%;
    min-width: 120px;
    height: auto;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-right: 20px;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAAACXBIWXMAACxLAAAsSwGlPZapAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACKSURBVHgBzdZZCsAgDATQuam5eY/gEax2gdLauiVjA5GAwjz8CgC42D72cszseuSnIVyaiXK37ATbjjAB5TK56XMgmQtrlHvJlPMBE1XEMFHVGAaqGWOJ6sZYoIYxmig1jAZKHTOCMsP0oMwxLSgapgZFx5RQUzAtKAG5BD/CfKEEk0uwL1YeCpgVIQTDBddLJhQAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 8px 4px;
    cursor: pointer;
}

/*=== TOP HEADER ===*/
.site-navbar-wrap ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header_social ul li {
        margin-right: 14px;
    }
    .header_social ul li a {
    font-size: 15px;
    color: #fff;
}
/*=== TOP BAR ===*/
.free_shipping_text {
    height: 24px; /* chỉnh theo chiều cao text */
    overflow: hidden;
    text-align: center;
}

.free_shipping_text .carousel-inner {
    height: 100%;
}

.carousel.vertical .carousel-inner {
    display: flex;
    flex-direction: column;
}

.carousel.vertical .carousel-item {
    transition: transform 0.6s ease-in-out;
}

.carousel.vertical .active.carousel-item-start,
.carousel.vertical .carousel-item-next {
    transform: translateY(100%);
}

.carousel.vertical .active.carousel-item-end,
.carousel.vertical .carousel-item-prev {
    transform: translateY(-100%);
}

.carousel.vertical .carousel-item-next,
.carousel.vertical .carousel-item-prev,
.carousel.vertical .carousel-item.active {
    display: block;
}

/*=== MAIN MENU ===*/
.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.site-navbar-wrap {
    /*position: absolute;*/
    z-index: 99;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #CD7F2F;
    /*padding-bottom: 30px;*/
}
.site-navbar-wrap a {
    color: #fff; }
.is-sticky a.js-menu-toggle {
    color: #CD7F2F !important;
}
.is-sticky .header_bottom{
    display:none !important;
}
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    background: #CD7F2F;
     }

.site-navbar {
    margin-bottom: 0px;
    width: 100%; }
.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
   
    position: relative; }
.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500; }
.site-navbar .site-navigation UL.site-menu {
    padding-left: 0; }
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 25px 5px; }
.site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    text-decoration: none !important; }
.site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff; }
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #CD7F2F; }
.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0; }
.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0; }
.site-navbar .site-navigation .site-menu .has-children {
    position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; }
    .site-navbar .site-navigation .site-menu .has-children > a:before {
        position: absolute;
        content: "\F282";
        font-size: 13px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'bootstrap-icons';
    }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 0 0 4px 4px; 
width: 250px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; 
    z-index:9;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #CD7F2F; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #CD7F2F; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 10px 20px;
    display: block; 
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #eeefe6;
    color: #333; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #ebeef0;
    color: #212529; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #CD7F2F; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
.site-mobile-menu .site-nav-wrap a {
    padding: 7px 20px;
    display: block;
    position: relative;
    color: #333333; }
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
    color: #CD7F2F; }
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; }
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #CD7F2F; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "bootstrap-icons";
    content: "\f286";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    }
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    padding-left: 60px; }

.sticky-wrapper {
    /*position: absolute;*/
    z-index: 100;
    width: 100%; 
    height:auto !important;
    /*padding: 15px 0;*/
}
.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar ul li.active a {
        color: #CD7F2F;
    }
    .sticky-wrapper.is-sticky .site-navbar {
        background-color: #FFF;
        border-bottom: 1px solid #CD7F2F;
    }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
    padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(0, 0, 0, 1);
    font-size: 15px; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
        color: #CD7F2F !important;
    }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
        color: #CD7F2F !important;
    }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #CD7F2F;
    }
/* CSS tùy chỉnh cho mobile */
@media (max-width: 991.98px) {
    .header-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-top {
        width: 100%;
        justify-content: space-between;
    }

    .header-bottom {
        width: 100%;
        display: flex !important; 
        justify-content: center;
        flex-wrap: wrap; 
    }

    .header_search {
        flex-grow: 1; 
    }

    .head-menu .site-menu.main-menu {
        display: none !important;
    }
}

/* CSS cho desktop, giữ nguyên bố cục ban đầu */
@media (min-width: 992px) {
    .header-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .header-bottom {
        display: none !important; /* Ẩn cụm này trên desktop */
    }
}
/* search */
.search__inside-wrapper {
    position: relative;
    background-color: #eeefe6;
    border: 1px solid #eeefe6;
    padding:3px 0;
}
.is-sticky .search__inside-wrapper {
    border-color: #eeefe6;
}
    /*.search__inside-wrapper:before {
    background-color: #2B2B28;
    opacity: 0.15;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    z-index: 0;
}*/
.search__inside-wrapper input {
    border: 0;
    background-color: transparent;
    font-size: 13px;
    padding: 0.5em 0.75em;
    width: 210px;
}
.search__input::placeholder, .is-sticky .search__input::placeholder {
    color: #949494;
}
.search__button{margin-top: 5px;}
.search__button::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/images/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mini-cart__quantity-badge::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/images/cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.account_link::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 24px;
    background-image: url(/images/myaccount.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
/*.is-sticky .account_link::before, .is-sticky .mini-cart__quantity-badge::before, .is-sticky .search__button::before {
    filter: invert(1);
}*/
.header_account>ul>li {
    position: relative;
}
.header_account>ul>li span.item_count {
    font-size: 11px;
    font-weight: 300;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #CD7F2F;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -4px;
    right: -4px;
}

/***
====================================================================
	Banner Section
====================================================================
***/
.banner-section {
    position: relative;
    z-index: 1;
}

.banner-carousel {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: #111111;
    color: #ffffff;
    overflow: hidden;
    height:100vh;
}

.banner-carousel .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000;
    opacity: 0.6;*/
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    z-index: 11;
}

.banner-carousel .content-box .content {
    position: relative;
    padding: 200px 0px 160px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    max-width: 700px;
}
.banner-carousel .content-box .inner h2{
    font-size:40px;
    margin-bottom:30px;
    font-weight:600;
    letter-spacing:4px;
    line-height:60px;
}
.banner-carousel .content-box .sub-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .content-box .sub-title:before {
    position: absolute;
    left: -5px;
    bottom: -21px;
    right: 0;
    height: 23px;
    width: 365px;
    background-repeat: no-repeat;
    content: "";
}

.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel .content-box h1 {
    position: relative;
    display: block;
    margin: 19px 0 43px;
    font-size: 150px;
    line-height: 149px;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel .content-box .link-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel .active .content-box .link-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 350px;
    height: 90px;
    text-align: right;
    right: 0;
    margin: 0;
    display:none;
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    position: relative;
    display: block;
    float: left;
    width: 175px;
    height: 90px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 90px;
    text-align: center;
    opacity: 1;
    border-radius: 0%;
    outline: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    letter-spacing: 0.2em;
}

.banner-carousel .owl-nav .owl-next {
    background: var(--thm-black) !important;
    border-radius: 0 !important;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
    vertical-align: middle;
}

.banner-carousel .owl-nav .owl-next p,
.banner-carousel .owl-nav .owl-prev p {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.banner-carousel .owl-nav .owl-next p {
    display: inline-block;
    padding-right: 10px;
}

.banner-carousel .owl-nav .owl-prev span {
    color: var(--thm-black);
}

.banner-carousel .owl-nav .owl-prev p {
    color: var(--thm-black);
    padding-left: 10px;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 15px;
    /*left: 50%;
    text-align: center;
    transform: translateY(50%) translateX(-50%);*/
    width: 100%;
    /*max-width: 1170px;
    margin-left: auto;
    margin-right: auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
}

.banner-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: block;
    vertical-align: top;
    margin: 0 4px;
    outline: none;
}

    .banner-section .owl-theme .owl-dots .owl-dot span {
        position: relative;
        display: block;
        width: 15px;
        height: 15px;
        background: rgba(205, 127, 47, 0.5);
        border-radius: 50px;
         transition: all .7s ease-out;
    }

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: #CD7F2F;
    width: 30px;
}
.owl-nav {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.8);
}
.owl-nav .owl-prev,  .owl-nav .owl-next {
    background: rgb(255, 255, 255, 0.8) !important;
    width:60px; height: 60px;
    line-height: 33px !important;
}
.owl-nav .owl-prev {
    border-radius: 0 5px 5px 0;
    left:0;
    position: absolute;
}
.owl-nav .owl-next {
    border-radius: 5px 0 0 5px;
    right: 0;
    position: absolute;
}


.text-orange {
    color: #CD7F2F;
}
.policy i{
    border: 1px solid #CD7F2F;
    border-radius: 50%;
    padding: 10px;
}
.btn-orange {
    background-color: #CD7F2F;
    color: #fff;
    border-radius: 30px;
    padding: 8px 19px;
    font-size: 14px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

    .btn-orange:hover {
        background-color: #fff;
        border-color: #CD7F2F
    }

.rounded-4 {
    border-radius: 20px !important;
}
.discount-badge {
    display: inline-block;
    background: url('/images/discount-badge.svg') no-repeat left center;
    background-size: contain;
    padding: 0 7px 0 15px;
    height: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #EC3815;
    font-size: 13px;
    background-color: transparent;
}
.discount-badge2 {
    display: inline-block;
    background: #FCEAEC;
    padding: 3px 5px;
    height: 23px;
    font-weight: 300;
    color: #D31717;
    font-size: 13px;
}
.price .currency {
    font-size: 15px;
    vertical-align: baseline;
    position: relative;
}
/*=== FOOTER ===*/

footer {
    background: #EEEFE6;
}
.footer-bottom{
    border-top: 1px solid #CD7F2F;
}
.social i{color:#8E8E8E;}
footer ul{
    padding-left: 0;
}
footer ul li{
    list-style: none;
}

.breadcrumb {
    background: #F2F2F2;
}
    .breadcrumb a, .breadcrumb span {
        color: #0055AA !important;
    }
.breadcrumb-item + .breadcrumb-item::before {
content:"";
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
}
.page-item:first-child .page-link {
   
    text-align: center;
}
.page-link {
   /* margin-right: 5px;
    border-radius: 50px;
    border: 1px solid #707070;
    color: #333333;
    font-weight: 600;
    padding: 5px 0;
    width:35px;
    text-align:center;*/
}
.page-link.active, .active > .page-link {
   background:none;
    border:1px solid #333 !important;
    color:#333;
}
/***
====================================================================
	PRODUCT
====================================================================
***/
.grid-product-detail {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0px;
}
.grid-product-title {
    max-width: 85%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.grid-product-price:not([data-block-name]) {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;*/
    margin-top:5px;
}
.grid-product-price del {
    font-size: 12px;
    line-height: 1.2;
    color: #7c7c7c;
}
.grid-product-price ins {
    text-decoration: none;
    margin-left: 10px;
}
.grid-product-add-to-cart:not([data-block-name]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.grid-product-add-to-cart a {
    font-size: 20px;
}
.grid-product-add-to-cart a:hover {
    text-decoration: underline !important;
    text-underline-offset: 0.35em;
    text-decoration-thickness: 1px;
}
.grid-product:hover .grid-product-title {
    /*opacity: 0;
    visibility: hidden;*/
}
.grid-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grid-product-onsale {
    font-size: 12px;
    position: absolute;
    left: 24px;
    top: 24px;
    background-color: #CD7F2F;
    color:#fff;
    border-radius: 20px;
    padding: 0.3em 0.9em;
    margin: 0;
    line-height: 1.2;
}
.grid-product:hover .grid-product-add-to-cart:not([data-block-name]) {
    opacity: 1;
    visibility: visible;
}
.overview .product-name {
    overflow: hidden;
}

    .overview .product-name h1 {
        font-size: 23px;
    }
.gallery {
    margin: 0 0 40px;
}

    .gallery .picture {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 0;
    }

        .gallery .picture a {
            display: inline-block;
            max-width: 100%;
        }

    .gallery .picture-thumbs {
        text-align: center;
        font-size: 0;
        margin: 0 0 30px;
        letter-spacing: 0;
    }

        .gallery .picture-thumbs:after {
            content: "";
            display: block;
            clear: both;
        }

    .gallery .thumb-item {
        width: 18.2%;
        margin: 2% 0 0 2.25%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        border: 1px dashed #ccc;
    }

        .gallery .thumb-item:nth-child(5n + 1) {
            margin-left: 0;
        }

        .gallery .thumb-item:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .gallery .thumb-item img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.product-reviews-overview {
    margin: 0 0 20px;
}

.product-review-box {
    display: inline-block;
}

    .product-review-box .rating {
        background: #e5e5e5 url("/images/rating.svg") repeat-x;
        width: 55px;
        height: 10px;
    }

        .product-review-box .rating div {
            background: #f0483e url("/images/rating.svg") repeat-x;
            height: 10px;
        }

.product-no-reviews a,
.product-review-links {
    color: #909090;
    text-transform: none;
    font-size: 14px;
}

    .product-review-links a,
    .product-no-reviews a {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .product-review-links a:hover,
        .product-no-reviews a:hover {
            color: #f0483e;
        }

.overview {
    
}

.discontinued-product {
    color: #e75862;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
}

    .discontinued-product h4 {
        height: 150px;
        width: 300px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 100px 0 0;
        text-align: center;
        text-transform: none;
    }

        .discontinued-product h4:before {
            content: "!";
            width: 70px;
            height: 70px;
            line-height: 68px;
            text-align: center;
            font-size: 35px;
            border: 1px dashed #ccc;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.overview .short-description,
.variant-overview .variant-description {
    margin: 30px 0;
    text-transform: none;
    line-height: 25px;
}

.overview .label,
.variant-overview .label,
.overview .value,
.variant-overview .value {
    font-size: 14px;
    color: #909090;
    text-transform: none;
}

.overview .value,
.variant-overview .value {
    color: #2c2c2c;
}

    .overview .value a,
    .variant-overview .value a {
        color: #f0483e;
    }

.overview .manufacturers {
    margin: 0 0 5px;
}

.back-in-stock-subscription {
    font-size: 0;
}

.overview .additional-details div,
.variant-overview .additional-details div {
    margin: 0 0 5px;
}

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 0 0 5px;
}

.attributes {
    position: relative;
    z-index: 2;
}

.variant-overview .attributes {
    border: none;
    padding: 0;
    margin: 30px 0 40px;
}

.attributes dt {
    display: block;
    white-space: nowrap;
}

    .attributes dt > label {
        line-height: 32px;
    }

.attributes dd {
    display: block;
    max-width: 450px;
    margin: 0 auto 20px;
}

    .attributes dd:last-child {
        margin: 0 auto;
    }

.attributes select,
.attributes input[type="text"] {
    width: 450px;
    max-width: 100%;
}

.attributes .qty-box {
    margin: 10px 0;
}

    .attributes .qty-box label {
        margin: 0 5px 0 0;
    }

    .attributes .qty-box input {
        width: 50px;
        padding: 0;
        text-align: center;
        height: 50px;
    }

.attributes .option-list {
    position: relative;
    padding-left:0;
}

    .attributes .option-list li {
        position: relative;
        display: inline-block;
        margin: 0 3px 3px 0;
        max-width: 100%;
    }

        .attributes .option-list li:last-child {
            margin-right: 0;
        }

    .attributes .option-list label {
        display: inline-block;
        color: #909090;
        font-size: 15px;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.attributes input[type="radio"] {
    display: none;
}

.attributes .option-list input[type="radio"] ~ label {
    border: 1px solid #CD7F2F;
    padding: 5px 10px;
}

.attributes .option-list input[type="radio"]:checked ~ label {
    background: #CD7F2F;
    color: #fff;
}

.attributes .option-list input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

    .attributes .option-list input[type="checkbox"] ~ label {
        display: block;
        width: 1000px;
        max-width: 100%;
        padding: 9px 9px 9px 25px;
        text-align: left;
        text-transform: none;
    }

        .attributes .option-list input[type="checkbox"] ~ label:before {
            content: "";
            display: block;
            width: 17px;
            height: 17px;
            border: 1px solid #ededed;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

    .attributes .option-list input[type="checkbox"]:checked ~ label:after {
        content: "";
        display: block;
        background: #f0483e;
        position: absolute;
        top: 0;
        width: 11px;
        height: 11px;
        left: 3px;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
.attribute-squares {
    font-size: 12px;
}

    .attribute-squares.option-list li {
        display: inline-block;
        line-height: normal !important;
        margin: 0 3px 3px;
        text-align: center;
    }
    .attribute-squares label {
        display: block;
        margin: 0 !important;
        padding: 1px;
    }

    .attribute-squares input {
        position: relative;
        z-index: -1;
        margin: -32px 0 0;
    }

    .attribute-squares span {
        display: block;
    }

.attribute-square {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #ededed;
    cursor: pointer;
}
.attribute-squares.option-list li input[type="radio"] ~ label {
    border: none !important;
    padding: 0 !important;
}
.attribute-squares.option-list li input[type="radio"]:checked ~ label .attribute-square {
    border: 1px solid #CD7F2F !important;
    background:none;
}
.attribute-square-active {
    border-color: #f0483e;
}

.selected-value .attribute-square {
    outline: 1px solid #b2b2b2;
}

.attribute-squares .tooltip-container {
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.attribute-squares li:hover .tooltip-container {
    display: block;
}

.attribute-squares .tooltip-header {
    height: 10px;
    position: relative;
}

    .attribute-squares .tooltip-header:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
        right: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
    }

.attribute-squares .tooltip-body {
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.09);
}

.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification,
.pre-order-availability-date {
    margin: 30px 0 20px;
    text-align: center;
}

.overview .qty-dropdown {
    margin: 0 5px 0 0;
}


.plus, .minus {
        /*position: absolute;
        right: 0;
        width: 20px;
        height: 24px;*/
        background: #f0f0f0;
        border: 1px solid #cccccc;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        display:inline-block;
    padding: 8px;
    }
.minus{
    margin-right: -1px;
}
.plus{
    margin-left: -1px;
}

/*.add-to-cart-qty-wrapper .plus:before,
.add-to-cart-qty-wrapper .minus:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}*/

        .plus:hover, .minus:hover {
            background: #ddd;
        }

    /*.add-to-cart-qty-wrapper .plus {
        top: 0;
    }

        .add-to-cart-qty-wrapper .plus:before {
            border-width: 0 4px 4px 4px;
            border-color: transparent transparent #2c2c2c transparent;
        }

    .add-to-cart-qty-wrapper .minus {
        bottom: 0;
    }

        .add-to-cart-qty-wrapper .minus:before {
            border-width: 4px 4px 0 4px;
            border-color: #2c2c2c transparent transparent transparent;
        }*/
.price-value-1 {
    font-size:20px;
}
    .overview .qty-input, .variant-overview .qty-input, .overview .qty-dropdown, .variant-overview .qty-dropdown
    , .cart .qty-input{
    width: 60px;
    height: 39px;
    padding: 12px;
    text-align: center;
    font-size: 14px;
        border: 1px solid #cccccc;
}

/*.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    padding: 15.5px 25px;
    border: none;
    color: #fff;
    background: #D31717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/
.overview .add-to-cart-button2,
.variant-overview .add-to-cart-button2 {
    background: #FCEAEC;
    border: 1px solid #D31717;
    color: #D31717;
}
    /*.overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background: #fff;
        border: 1px solid #D31717;
        color: #D31717;
    }*/
.overview .add-to-cart-button2:hover,
.variant-overview .add-to-cart-button2:hover {
    background: #D31717;
    color: #fff;
}
.light-theme .overview .add-to-cart-button,
.light-theme .variant-overview .add-to-cart-button {
    color: #fff;
}

.variant-overview .add-to-cart-button {
    width: 160px;
}

.grouped-product-details-page .product-essential .overview-buttons {
    display: block;
    text-align: center;
}

    .grouped-product-details-page .product-essential .overview-buttons > * {
        display: inline-block;
    }

.variant-overview-buttons.overview-buttons {
    margin: 15px auto;
    display: inline-block;
    font-size: 0;
}

.overview-buttons .add-to-wishlist-button,
.overview-buttons .add-to-compare-list-button,
.overview-buttons .email-a-friend-button,
.overview-buttons .subscribe-button,
.download-sample-button {
    display: inline-block;
    background: #ededed;
    border: none;
    padding: 5px 10px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.zalo-detail {
    background: rgb(33, 150, 243);
    width: 50%;
    padding: 7px 20px 11px 20px;
    float: left;
    margin-top: 15px;
}

.facebook-detail {
    background: rgba(0,132,255,1);
    width: 50%;
    padding: 7px 20px 11px 20px;
    float: left;
    margin-top: 15px;
}

.zalo-detail, .facebook-detail {
    color: #fff;
    text-align: center;
}

@media all and (max-width: 600px) {
    .zalo-detail, .facebook-detail {
        width: 100%;
        float: inherit;
    }

    .full-description {
        padding: 40px 10px;
    }
}
.content-detail{
    text-align: justify;
    font-size:15px;
}
/***
====================================================================
	PRODUCT GALLERY
====================================================================
***/
.product-gallery {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.slider-container { display:flex; gap:20px; flex-wrap:wrap; align-items:flex-start; }
.slider-for { width:80%; position:relative; order:1; }
.slider-nav { width:15%; position:relative; max-height:520px; overflow:hidden; order:0; }

.slider-for img {
    /*width: 100%;
    border-radius: 6px;*/
    transition: transform 0.3s ease;
    cursor: zoom-in;
}
.slider-for img:hover {
    transform: scale(1.1);
}
.slider-nav img {
    /*width: 100%;
    border-radius: 4px;*/
    border: 1px solid transparent;
    cursor: pointer;
}
.slider-nav .slick-current img {
    border-color: #CD7F2F;
}
/* mobile default reorder (đảm bảo) */
@media (max-width:767.98px){
    .slider-container { flex-direction:column; }
    .slider-for { width:100%; order:0; }
    .slider-nav { width:100%; order:1; }
}

.main-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#mainImage {
    width: 100%;
    display: block;
}

#zoomLens {
    position: absolute;
    border: 1px solid #999;
    width: 100px;
    height: 100px;
    display: none;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 10;
}

.thumbnail-list {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    list-style: none;
}

.thumbnail-list img.thumb {
    width: 75px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
}

.thumbnail-list img.thumb.active {
    border-color: red;
}

.imgScrollWrap_3 {
    position: relative;
    height: 75px;
    overflow: hidden;
}

.imgScrollBtn01_3, .imgScrollBtn02_3 {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    /*background: url(images/mainBG.png) no-repeat 0 0;*/
    background: rgba(242, 242, 242, 0.8);
    border-radius: 50px;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s;
    padding-top: 3px;
    text-align: center;
}

.imgScrollBtn01_3 {
    top: 40px;
    left: 10px;
}

.imgScrollBtn02_3{
    top: 40px;
    right: 10px;
    /*background-position: -22px 0;*/
}

.imgScrollBtn01_3:hover, .imgScrollBtn02_3:hover {
    /*background-position: 0 -40px;*/
    background: #CD7F2F;
}

/*.imgScrollBtn02_2:hover, .imgScrollBtn02_2:hover {
    background-position: -22px -40px;
}*/

.imgScrollList_3 {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.imgScrollList_3 ul {
    position: relative;
    width: 9999px;
}

.imgScrollList_3 li {
    float: left;
    overflow: hidden;
}

.imgScrollList_3 li a {
    float: left;
    margin: 12px 6px;
    overflow: hidden;
}

/***
====================================================================
	CART
====================================================================
***/
.table-wrapper {
    border-right: 1px solid #CD7F2F;
}
.cart {
    width: 100%;
}
.cart tr,
.cart td {

}

.cart col {
    float: left;
}
table thead th {
    line-height: 1.2;
    padding: 15px 0;
    border-bottom: 1px solid;
    border-color: #CD7F2F;
    text-align: left;
}
.cart tr {
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    /*box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);*/
}
table tbody tr:not(:last-child) {
    border-bottom: 1px solid;
    border-color: #CD7F2F;
}
    .cart td {
        font-size: 14px;
        padding: 15px 0;
        border: none;
        text-align: center;
    }
.cart .remove{
    color: #BEBCBC;
}
.cart .remove-from-cart,
.cart .add-to-cart {
    width: 50%;
    height: 48px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
}

.cart .remove-from-cart input[type="checkbox"] + label,
.cart .add-to-cart input[type="checkbox"] + label {
    position: relative;
    z-index: 2;
    padding: 0.5px 0 0.5px 24px;
}

.cart .remove-from-cart:before,
.cart .add-to-cart:before {
    content: "";
    position: absolute;
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    z-index: 1;
}

.cart .remove-from-cart ~ .add-to-cart:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 48px;
    background: #fff;
    z-index: 3;
}

.shopping-cart-page .cart .remove-from-cart {
    width: 100%;
}

.cart .sku {
   /* border-bottom: 1px dashed #ccc;*/
}

.cart .product-picture {
    float: left;
   
    padding-right: 0;
}

.cart .product-picture a {
    position: relative;
    display: block;
}


.cart .product-picture img {
    margin: auto;
    width: 100px;
}

.cart .product-picture ~ td {
    text-align: left;
    padding: 10px;
}



.cart .quantity,
.cart .subtotal {
    margin: 0 !important;
}

.cart .quantity label,
.cart .quantity span {
    line-height: 21px;
}

.cart .attributes,
.cart .discount,
.cart .rental-info {
    font-size: 14px;
    line-height: 18px;
}

.cart .quantity {
    text-transform: none;
    line-height: 18px;
}

.cart .qty-input,
.cart .qty-dropdown {

}

.cart .subtotal {
    text-align: right !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart .subtotal label {
    color: #909090;
    text-transform: none;

    line-height: 18px;
}

.cart .subtotal div {
    display: none;
}
.cart .coupon {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #EEEFE6;
    border-radius: 30px;
    max-width: 620px;
    margin-left: auto;
}
.cart .coupon input {
    width: 100%;
    height: 44px;
    padding: 0 1.2em;
    background-color: transparent;
    border: 0;
}
    .cart .coupon button {
        position: absolute;
        right: 0;
        padding: 0.875em 1.2em;
        height: auto;
        min-height: 0;
        border: 0;
        color: currentColor;
        border-radius:30px;
        background:transparent;
    }
.cart button[name=update_cart] {
    position: relative;
    height: 48px;
    border-color: #CD7F2F;
    color: #CD7F2F;
    border-radius: 30px;
    overflow: hidden;
    border-width: 1px;
}
.cart .button[disabled] {
    opacity: 0.4;
}
.continue-shopping-button{
    border:1px solid #fc6e3f;
    padding:8px 19px;
    font-size: 14px;
}
.border-cart {
    border: 1px solid #CD7F2F;
}
.order-confirmation-container {
    max-width: 650px; /* Giới hạn chiều rộng tổng thể */
    margin: auto; /* Căn giữa */
}

/* Phần thông tin nhận hàng */
.info-card {
    padding: 25px 30px;
}
.info-card-header {
    
    margin-bottom: 20px;
    text-transform: uppercase;
}
.info-row {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}
.info-row:last-of-type { 
    border-bottom: none;
}
.info-label {
    flex-shrink: 0;
    width: 150px;
    
    line-height: 1.5;
}
.info-value {
    flex-grow: 1;
    line-height: 1.5;
    font-weight: 500;
}

/* Phần xác nhận đơn hàng */
.order-summary-card {
    background-color: #F2F2F2;
    border-radius: 5px;
    padding: 25px 30px;
    margin-left: 30px;
}
.order-confirmation-message {
    color: #CD7F2F;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.order-summary-row {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.order-summary-row:last-child {
    padding-bottom: 0;
}
.order-summary-label {
    flex-shrink: 0;
    width: 180px; 
    font-weight: normal;
}
.order-summary-value {
    flex-grow: 1;
    font-weight: 500; 
}
.currency-symbol {
    font-size: 0.9em;
    /*vertical-align: top; */
    margin-left: 2px;
}

/* Responsive adjustments */
@media (max-width: 575.98px) { 
    .info-card, .order-summary-card {
        padding: 20px;
        margin-left: 0;
    }
    .info-card-header {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .info-row, .order-summary-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 0;
    }
    .info-label, .order-summary-label {
        width: 100%;
        margin-bottom: 3px;
        font-size: 0.9rem;
    }
    .info-value, .order-summary-value {
        font-size: 0.9rem;
        width: 100%;
    }
    .order-confirmation-message {
        font-size: 1rem;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}

#add-to-cart-butto {
    position: relative;
    transition: all 0.3s ease;
}

    #add-to-cart-butto .btn-loading {
        transition: opacity 0.3s ease;
    }
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-4px);
    }

    100% {
        transform: translateX(0);
    }
}

.btn-warning-effect {
    animation: shake 0.4s ease;
    background-color: #ffc107 !important;
    color: #000 !important;
}
.block-spacer{
    border-bottom: 1px solid #CD7F2F;
}
/* Overlay */
.cart-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
}

/* Sidebar */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header, .cart-footer {
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.cart-footer {
    padding: 15px;
    top: 1px solid #333;
}

.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.cart-item {
    display: flex;
    margin-bottom: 15px;
}

.cart-item img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}

/*--------------------------------------------------------------
#  share
--------------------------------------------------------------*/
.share-wrapper {
    /*transform: translateY(-50%);*/
    z-index: 1000;
}

.share-button {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-group {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.share-button .icon {
    background-color: #c8c4bd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    color: #333;
    font-size:13px;
}

.share-button .icon:nth-child(1) { transition-delay: 0.05s; }
.share-button .icon:nth-child(2) { transition-delay: 0.1s; }
.share-button .icon:nth-child(3) { transition-delay: 0.15s; }

.icon-group.show {
    opacity: 1;
    pointer-events: auto;
}

.icon-group.show .icon {
    opacity: 1;
    transform: translateX(0);
}

.share-button .icon:hover {
    background-color: #CD7F2F;
    color: #fff;
}

.shadow-sm {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 4px 4px -1px !important;
}
.shipping_inner {
    padding-bottom: 53px;
    border-bottom: 1px solid #d8d8d8;
}
.shipping_icon {
    margin-right: 22px;
}
    .shipping_icon i {
        font-size: 24px;
        color: #6a7964;
    }
.shipping_text h3 {
    margin-bottom: 9px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.shipping_text p {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    font-weight: 400;
}
.shipping_text p:last-child {
    margin-bottom:0;
}
.pxl-scroll-top {
    width: 25px;
    height: 45px;
    border-radius:20px;
    position: fixed;
    bottom: 110px;
    right: 35px;
    background-color: #CD7F2F;
    z-index: 9999;
    font-size: 38px;
    visibility: hidden;
    -webkit-transform: translateX(130%);
    -khtml-transform: translateX(130%);
    -moz-transform: translateX(130%);
    -ms-transform: translateX(130%);
    -o-transform: translateX(130%);
    transform: translateX(130%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .pxl-scroll-top.pxl-on {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }

    
    .pxl-scroll-top:after {
        right: 6px;
    }

    .pxl-scroll-top:before {
        left: 6px;
    }

    .pxl-scroll-top i {
        line-height: 1;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

.pxl-image-effect2 {
    animation: pxl_bottom_top_small 3s ease-out infinite;
    -webkit-animation: pxl_bottom_top_small 3s ease-out infinite;
}

@keyframes pxl_bottom_top_small {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}
.block-cover-image {
    position: relative;
    background-position: 50%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.block-cover-image .block-cover__image-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
.is-light {
    background: #EEEFE6;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border:none;
border-bottom:1px solid #CD7F2F !important;
}

.nav-tabs .nav-link:hover {
    border-color:transparent;
}
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
}

.bottom-nav .nav-item {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-nav .nav-item i {
  font-size: 20px;
  margin-bottom: 2px;
}

.bottom-nav .nav-item.active {
  color: #0d6efd; 
}
.fancybox-inner{
    text-wrap: nowrap !important;
}