@font-face {
    font-family: SF-Pro-Display;
    src: url(../fonts/SF-Pro-Display-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Display;
    src: url(../fonts/SF-Pro-Display-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Display;
    src: url(../fonts/SF-Pro-Display-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Display;
    src: url(../fonts/SF-Pro-Display-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: SF-Pro-Display;
    src: url(../fonts/SF-Pro-Display-Light.woff2) format("woff2");
    font-weight: 300;
    font-display: swap
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: SF-Pro-Display, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;

}

html {
    overflow: visible;

}
body{
	background: #fff;
}
body.ishome{
	background: #f5f5f5
}
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 50%;

}

body::-webkit-scrollbar-track {
    background: transparent
}

body::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 4px
}

@media screen and (max-width:600px) {
    body::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        border-radius: 50%
    }
}

@media screen and (max-width:600px) {

    body,
    html {
        background-color: #fff
    }
}

:root {
    --bg: #fff;
    --surface: #111827;
    --muted: #94a3b8;
    --text: #444;
    --primary: #3b82f6;
    --primary-600: #2563eb;
    --card: #0b1220;
    --border: #1f2937;
    --warning: #ddab15;
    --warning-dark: #e0a800;
    --warning-light: #b78f18;
    --green: #10b981;
    --amber: #f59e0b;
    --red: #ef4444;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .35);
    --bs-warning-rgb: 255, 193, 7;
}

:root {
    --text-color: #000000;
    --body-background: #F8F8F8;
    --text-secondary-color: #868d9e;
    --primary-color: #000000;
    --secondary-color: #868d9e;
    --price-color: #000000;
    --subheader-background: #e5677d;
    --subheader-color: #f9f9f6;
    --header-category-bg: #f9cbca;
    --header-category-color: #fff3f4;
    --label-background: #16AD5B;
    --label-color: #ffffff;
    --footer-bg: #16AD5B;
    --footer-color: #ffffff;
    --show-loadmore: none !important;
    --order-loadmore: -1 !important;
    --sale-pop-color: #16AD5B;
    --addtocart-bg: #16AD5B;
    --addtocart-text-color: #ffffff;
    --cta-color: #FFC845;
    --section-coupon-bg: #ffffff;
    --coupon-title-color: #d30b37;
    --coupon-button-color: #d30b37;
    --col-menu: 4;
    --border-color: #f1f1f1;
    --link-color: #16AD5B;
    --coupon-code-background: #ffffff;
    --coupon-lite-border: #d30b37;
    --product-promotion-bg: #f33828;
    --policies-bg: #f0f0f0;
    --policies-color: #030000;
    --theme-font: 'Inter';
}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

a {
    color: #222222;
}

a.link:hover {
    color: #16AD5B;
    text-decoration: none;
}
a:hover {
    color: #16AD5B;
    text-decoration: none;
}

#header-mtop {
    margin-top: 64px;
    width: 100%;
}

#header-top {
    width: 100%;
    background: #fff;
    position: fixed;
    box-shadow: 0px 2px 4px -1px rgba(57, 76, 96, .15);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    top: 0;
    left: auto;
    right: 0;
    z-index: 9999;
}

#header-top.sticky {
    top: -92px;
}

/* #header-top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000; 
	transition: all 0.5s ease-in;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} */

.header-left img {
    height: 60px;
    width: 100%;
}

.header-top-placeholder {
    display: none
}

;

/* Navigation header*/
.navigation-wrapper {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.navigation {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}

.navigation li.menu-item {
    padding: 20px 15px;
    line-height: 1.5;
    /*
	position:relative; */
}

.navigation li.menu-item.active>a {
    position: relative;
    color: #16ad5b;
}

.navigation>li.menu-item.active>a:before {
    content: '';
    display: block;
    border-bottom: 4px #16ad5b solid;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.navigation>li.menu-item>a {
    padding: 22px 0;
    font-weight: bold;
}

.navigation li.menu-item:hover {}

.navigation li a {
    color: #000;
}

.navigation li.menu-item:hover a.item__link,
.navigation li.menu-item a.item__link:hover {
    color: #16ad5b;
}

.submenu {
    display: none;
}

.navigation li.menu-item:hover .submenu {
    margin-top: 1px;
    display: block;
    visibility: visible;
    opacity: 1;
	background:#fff;
}


.navigation .submenu {

    width: 100%;
    height: 330px;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    top: 100%;
    left: 0;
    margin-left: 0px;
    z-index: 10;
    overflow: auto;
    font-size: 1rem;
    transition: all 0.3s ease 0s;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.navigation .submenu.default {
    width: auto;
    bottom: initial;
    left: inherit;
    height: auto;
    width: 250px;
}

.navigation .submenu.default .navigation .submenunav,
.navigation .submenu.default .submenu__list {
    display: block;
	padding:0;
	margin:0;
}

.navigation .submenu.default .submenu__list a {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.navigation .submenu__list>div.row {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 14px;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-radius: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.navigation .submenunav.image {
    display: flex;
    flex-direction: column;
    align-items: right;


}

.navigation .submenunav.image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    aspect-ratio: 1 / 1.3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.menuitem {
    padding: 10px;
    border: 2px #f9f9f9 solid;
    transition: border 0.3s ease;
    background: #fafafa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.menuitem img.icon-menu {
    width: 35px;
}

.menuitem:hover {
    border: 2px #16ad5b solid;
}

.navigation li a:hover {
    color: #000;
}

.navigation .submenu.default .submenu__list {
    border-radius: 5px;
    box-shadow: rgba(64, 87, 109, 0.07) 0px 5px 5px -3px, rgba(64, 87, 109, 0.07) 0px 8px 10px 1px;
    -webkit-box-shadow: rgba(64, 87, 109, 0.07) 0px 5px 5px -3px, rgba(64, 87, 109, 0.07) 0px 8px 10px 1px;
    -moz-box-shadow: rgba(64, 87, 109, 0.07) 0px 5px 5px -3px, rgba(64, 87, 109, 0.07) 0px 8px 10px 1px;
}

.navigation .submenu.default .submenu__list .menuitems {
    display: flex;
    width: 100%;
    align-items: center;
	padding: 5px;
}

.navigation .submenu.default .submenu__list .menuitems a:hover {
    color: #16AD5B;
    text-decoration: underline;
}

.navigation .submenu.default .submenu__list .menuitems img.icon-menu {
    width: 24px;
}


.count_item {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    background: red;
}

/* .account-action{
    display: none;
} */
.mini-cart {
    position: relative;
}

.header-right i {
    font-size: 20px;
}

.top-cart-content {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: 400px;
    right: 0%;
    top: calc(100% + 0px);
    color: var(--text-color);
    padding: 10px 15px;
    font-size: 14px;
    background: #fff;
    /* Thêm transition cho mượt mà */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;

    /* Thêm transform ban đầu để slide up khi ẩn */
    transform: translateY(-10px);
}

.bread-crumb{
	margin-top: 5rem;
}
.bread-crumb,
.bread-crumb .link {
	
}

.bread-crumb,
.bread-crumb .breadcrumb {
    background:#fff; 
	margin-bottom:0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.breadcrumb li:last-child .mr_lr {
    display: none;
}

#sitemodal{
    z-index: 9999 !important;
}
#icon-search {}

#icon-account {}

.toggle-nav,
.icon-bar {
    width: 24px;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    border-radius: 3px;
	border:none;
}

.toggle-nav .bar,
.icon-bar .bar {
    height: 3px;
    background: #333;
    width: 24px;
    border-radius: 1px;
}


.sliderhome {
    position: relative;
    z-index: 0;
    height: 550px;
    overflow: hidden;
    padding: 30px;
}

 .sliderhome img.back_drop {
    border-radius: 8px;
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.section-threed-cards .threed-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    perspective: 2500px;
}

.section-threed-cards .threed-wrapper {
    transition: all 0.5s;
    width: 100%;
    z-index: -1;
}

.section-threed-cards .threed-hover-img {
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: -1;
}

@media (min-width: 1200px) {
    /* .section-threed-cards .threed-wrapper::before, .section-threed-cards .threed-wrapper::after {
        content: "";
        opacity: 0;
        width: 100%;
        height: 80px;
        transition: all 0.5s;
        position: absolute;
        left: 0;
    }
    .section-threed-cards .threed-wrapper::after {
        bottom: 0;
        opacity: 1;
        background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
    }
    
    .section-threed-cards .threed-wrapper::before {
        top: 0;
        height: 100%;
        background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
    }
    .section-threed-cards .threed-card:hover .threed-wrapper::before, .section-threed-cards .threed-wrapper::after {
        opacity: 1;
    }
    .section-threed-cards .threed-card:hover .threed-hover-img {
        opacity: 1;
        transform: translate3d(0, -30%, 0);
    } */

    .section-threed-cards .row {
        overflow: initial;
    }

    .section-threed-cards .threed-wrapper::before,
    .section-threed-cards .threed-wrapper::after {
        content: "";
        opacity: 0;
        width: 100%;
        height: 80px;
        transition: all 0.5s;
        position: absolute;
        left: 0;
    }

    .section-threed-cards .threed-wrapper::before {
        top: 0;
        height: 100%;
        background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
    }

    .section-threed-cards .threed-wrapper::after {
        bottom: 0;
        opacity: 1;
        background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, rgba(12, 13, 19, 0.8) 97%);
    }

    .section-threed-cards .threed-card:hover .threed-wrapper {
        transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
        box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
    }

    .section-threed-cards .threed-card:hover .threed-wrapper::before,
    .section-threed-cards .threed-wrapper::after {
        opacity: 1;
    }

    .section-threed-cards .threed-card:hover .threed-wrapper::after {
        height: 120px;
    }

    .section-threed-cards .threed-card:hover .threed-hover-img {
        opacity: 1;
        transform: translate3d(0, -30%, 0);
    }


}



/* Container chính của sản phẩm */
.item_product_main {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Product thumbnail container */
.product-thumbnail {
    position: relative;
    overflow: hidden;
}

/* Ảnh sản phẩm */
.product-thumbnail .image_thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ảnh đầu tiên - hiển thị mặc định */
.product-thumbnail .img-first {
    position: relative;
    opacity: 1;
    transform: scale(1);
}

/* Ảnh thứ hai - ẩn mặc định */
.product-thumbnail .img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1.1);
}

/* Hover vào product thumbnail */
.item_product_main:hover .img-first {
    opacity: 0;
    transform: scale(1.1);
}

.item_product_main:hover .img-secondary {
    opacity: 1;
    transform: scale(0.95);
}

.pointer {
    cursor: pointer;
}

/* Action bar - buttons */
.action-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;

    padding: 15px;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
}

/* Hiển thị buttons khi hover */
.item_product_main:hover .action-bar {
    transform: translateY(0);
}

/* Style cho buttons */
.action-child {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
    border-radius: 0;
    -webkit-border-radius: ;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
}

.item_product_main:hover .action-bar .action-child:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.item_product_main:hover .action-bar .action-child:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.action-child i {
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
}

/* Hover vào buttons */
.action-child:hover {
    background: #c41e3a;
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);

}

.action-child:hover i {
    color: #fff;
}

/* Tooltip cho buttons */
.action-name {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: #333;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    margin-bottom: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* Mũi tên tooltip */
.action-name::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
}

/* Hiển thị tooltip khi hover */
.action-child:hover .action-name {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Product info */
.product-info {
    padding: 15px 10px;
    transition: all 0.3s ease;
}

.item_product_main:hover .product-info {
    transform: translateY(-5px);
}

/* Product name link */
.product-name .link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    font-weight: 600;
    margin: 8px 0;
}

.product-name .link:hover {
    color: #c41e3a;
}

.panel-product-viewed .product-name .link {
    text-transform: uppercase;
}

.panel-product-viewed .panel-heading span {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 15px 0;
    display: block;
}

/* Price styling */
.price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.price .money {
    color: #c41e3a;
    font-size: 18px;
}

.price .discounts_money {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

/* Animation cho từng sản phẩm */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-col {
    animation: fadeInUp 0.6s ease forwards;
}

/* Responsive */
@media (max-width: 768px) {
    .action-child {
        width: 40px;
        height: 40px;
    }

    .action-child i {
        font-size: 16px;
    }

    .action-name {
        font-size: 11px;
        padding: 5px 10px;
    }
}

.btn-main {
    border: 1px solid #e8e8e2;
    padding: 15px 20px !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #000;
    font-weight: 500;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-main:hover {
    color: #fff;
    background: #000;
}

h2.head-title-style {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section {
    padding: 12px 0;
}

.awe-section-8 {
    background: #F7F7F7;
    padding: 2rem 0;
}

.awe-section-8 p {
    padding: 140px;
    font-size: 1.4rem;
}

.awe-section-9 {}

.giatricotloi {}

.giatricotloi img {
    width: 100%
}

.giatricotloi {
    position: relative;

    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;

}

.giatricotloi:hover {
    transform: scale(1.08) translateZ(0);
    cursor: pointer;
}

.headingv2_title {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}

.awe-section-10 {
    background: #F7F7F7;
    padding: 4rem 0;
}

.quytrinhgiaohang h3.quytrinh-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.25rem;
    text-align: center;
}

.quytrinhgiaohang img {
    height: 100px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.news-group {}

.news-group .images-thumbs {
    width: 100%;
    object-fit: cover;
    /* height: 100px; */
    margin: 0 auto;
    display: block;
}

.news-group .images-thumbs:hover img {
    opacity: 0.8;
}

.news-group a.show {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.25rem;
    text-align: left;
    display: block;
    color: #333;
}

.news-group p.news-hometext {
    text-align: justify;
}

#footer {
    padding: 4rem 0;
    width: 100%;
    background-color: #243648;
    position: relative;
    overflow: hidden;
}


.company_info li,
.menu-footer a,
.company_info span,
.company_info a {
    color: #fff;
}

.company_info li em {
    margin-right: 5px;
}

.page-header h1 {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.wraper-image img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.wraper-content h3 a {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.25rem;
    text-align: left;
    display: block;
    color: #333;
}

.wraper-content h3 a:hover {
    color: #16AD5B;
}

.btn-primary {
    background-color: var(--addtocart-bg);
    color: var(--addtocart-text-color);
}

.btn-primary {
    background-color: #259240;
    border-color: #259240;

}
.btn-primary:hover {
    background-color: #16AD5B;
    border-color: #16AD5B;
}

/* BLOCK TEMPLATE */
.block-default {
    border: 1px solid #e8e8e2;
    padding: 10px;
    margin-bottom: 15px;
}

.block-default h3 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

.block-footer {}

.block-footer .block-title {}

.block-footer .block-title h3,
.block-footer .block-title h3 a {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.block-footer .block-body {}

.visible-xs-inline-block {
    display: none;
}

.socialList {
    display: flex;
    gap: 10px;
}

.socialList li a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialList li a.facebook {
    background: #3b5999;
}

.socialList li a.youtube {
    background: #d70404;
}

.socialList li a.twitter {
    background: #128af2;
}

.socialList li a.feeds {
    background: #ba9605;
}

.socialList li a i {
    color: #fff;
}

.socialList li a:hover {
    border: 1px #cccccc33 solid;
    box-shadow: #cccccc33 -1px 0px 0px 1px;
}

.info-title h1 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.25rem;
    text-align: left;
    display: block;
    color: #333;
}

/* .product-detail-left{
    position: sticky;
    top: 80px;
    height: calc(100vh + 240px);
} */

.product-detail-left .slickthumb_relative_product_1,
.product-detail-left .large-image {
    float: left;
}

.product-detail-left .slickthumb_relative_product_1 {
    width: 95px;
    padding-right: 10px;
}

.product-detail-left .large_default {
    width: calc(100% - 100px);
    padding-right: 10px;
}

.product-detail-left .col_large_full {
    width: 100%;
}

.large-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

 

#gallery_1:not(.slick-slider) {
    display: flex;
    align-items: center;
    overflow: hidden;
}

#gallery_1:not(.slick-slider) .item {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

#gallery_1:not(.slick-slider) img {
    content-visibility: initial !important;
    text-align: center;
}

#gallery_1:not(.slick-slider) img.lazyload:not(.loaded) {
    display: none;
}

#gallery_1 .slick-arrow {
    background: #fff;
    border: none;
}

#gallery_1 .icon-button-play {
    width: 64px !important;
}

#gallery_02 {
    /**.item.slick-slide.slick-current.slick-active{
	border-color: var(--primary-color);
}
	**/
}

#gallery_02:not(.slick-slider) {
    display: flex;
    align-items: center;
    overflow: hidden;
}

#gallery_02:not(.slick-slider) .icon-button-play {
    display: none;
}

#gallery_02:not(.slick-slider) .item {
    width: 102px;
    flex: 0 0 102px;
    border: 1px solid transparent;
    text-align: center;
    margin: auto;
}

@media (max-width: 767px) {
    #gallery_02:not(.slick-slider) .item {
        width: 80px;
        flex: 0 0 80px;
    }
}

#gallery_02:not(.slick-slider) .item+.item {
    margin-left: 10px;
}

#gallery_02:not(.slick-slider) img {
    max-height: 80px;
    object-fit: contain;
}

#gallery_02 .item.slick-slide.slick-slide {
    /*margin: 0 0 5px;*/
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid transparent;
    margin-top: 2px;
}

#gallery_02 .item.slick-slide.slick-current.slick-active {
    border-color: var(--primary-color);
}

#gallery_02 .item.slick-slide {
    position: relative;
    height: 76px;
}

#gallery_02 .item.slick-slide img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px;
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}


.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}



.slick-track {
    position: relative;
    top: 0 !important;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

 

[dir='rtl'] .slick-slide {
    float: right
}

 

.slick-slide .luxury-seemore img {
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}
 

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    --size: 44px;
    top: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: var(--size);
    height: var(--size);
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ebebeb;
    line-height: var(--size);
    text-align: center;
    z-index: 1;
    overflow: hidden;
    opacity: .7;
    border-radius: 100%
}

.slick-arrow:hover,
.slick-arrow:focus {
    outline: none
}

.slick-arrow.slick-disabled {
    cursor: default;
    display: none !important
}

.slick-arrow:not(.slick-disabled):hover {
    opacity: 1;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #333
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
    font-family: "FontAwesome";
    background: transparent;
    font-weight: 900;
    height: var(--size);
    width: var(--size);
    font-size: 18px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:before {
    content: "\f104"
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:before {
    content: "\f105"
}

.slick-dots {
    text-align: center
}

.slick-dots li {
    display: inline-block
}

.slick-dots li button {
    border-radius: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0;
    font-size: 0
}

.slick-dots li.slick-active button {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    padding: 0;
    border-radius: 15px;
    height: 24px;
    align-items: center;
    display: flex !important;
    justify-content: center
}

.slick-dots li button {
    height: 2px;
    width: 16px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
    margin: 0 3px;
    opacity: .5
}

.slick-dots li button:hover {
    opacity: 1
}

.slick-dots li.slick-active button {
    opacity: 1
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive::before {
    display: block;
    content: "";
}


.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.accordion-item {
    border: none;
}

.accordion-item .panel-collapse {
    padding: 0px;
}

.accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.accordion-item .accordion-button {
    border-bottom: 1px solid rgb(0 0 0 / 90%);
}

.accordion-button.collapsed::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 0px 0 10px 0;
}

.accordion-button:hover {
    background: #fff;
}

#collapseOne .bodytext {

    height: 300px;
    overflow: hidden;
}

#collapseOne .seemore {
    position: relative;
}

#collapseOne .seemore:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(190deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%);
    pointer-events: none;
}



.wraper-quantity {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.custom.input_number_product {
    display: flex;
    max-width: 150px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background: white;
}

.wraper-quantity .btn_num {
    width: 40px;
    border: none;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wraper-quantity .btn_num:hover {
    background: #e0e0e0;
}

.wraper-quantity .btn_num:active {
    background: #d0d0d0;
}

.wraper-quantity .prd_quantity {
    flex: 1;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    min-width: 50px;
}

.wraper-quantity .prd_quantity::-webkit-inner-spin-button,
.wraper-quantity .prd_quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wraper-quantity .button_actions {
    flex: 1;
    margin-bottom: 0;
}

.wraper-quantity .btn_add_cart {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
}

.wraper-quantity .btn_add_cart:hover {
    background: #7a1616;
    color: #fff;
}

.wraper-quantity .btn_add_cart:active {}

.wraper-quantity .fa-minus,
.wraper-quantity.fa-plus {
    font-size: 14px;
    color: #333;
}

.btn-order-buy {
    width: 100%;
    border: none;
    background: #7a1616;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 10px;
}

.btn-order-buy:hover,
.btn-order-buy:visited {
    background: #a92121;
    color: #fff;
}

/* 
.sidebar{position:fixed;top:0;right:-280px;width:280px;max-width:85vw;height:100%;background:#fff;box-shadow:-6px 0 18px rgba(0,0,0,.08);z-index:10000;transition:right .28s ease}
.sidebar.open{right:0}
.sidebar .side-header{background:#039;color:#fff;padding:12px 16px;font-weight:700}
.sidebar .menu{padding:8px 0}
.sidebar .menu li a{display:block;padding:12px 16px;border-bottom:1px solid #f0f0f0}
.sidebar .menu li ul li a{padding-left:28px} */

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10000;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    z-index: 10000;
    overflow-y: auto;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
}

.sidebar.active {
    left: 0;
}

.sidebar-header {
    background: #000;
    color: white;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-header .u1 {
    padding-right: 10px;
}

.sidebar-header .u1 i {
    font-size: 26px;
}

.sidebar-header .u2 a {
    display: block;
    width: 100%;
    color: #fff;
}


.sidebar-title {
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu li {
    border-bottom: 1px solid #eee;
}

.sidebar-menu a {
    display: block;
    padding: 15px 20px;
    color: #000;
    text-decoration: none;
    transition: background 0.2s;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
    background: #f5f5f5;
    color: #039;
}

.menu-item-has-children>a {
    position: relative;
    padding-right: 45px;
}

.menu-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: transform 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-item-has-children.open .menu-toggle-icon {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}


.menu-item-has-children.open .submenu {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f9f9f9;
    display: block;
}

.menu-item-has-children.open .submenu {
    max-height: 500px;
}

.menu-item-has-children.open .submenu a {
    padding-left: 30px;

}

.menu-item-has-children.open .submenu a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.menu-item-has-children.open .submenunav.image {
    display: none;
}

.menu-item-has-children.open .sub-menu__item.sub-menu__item a {
    padding-left: 20px;
}

.menu-item-has-children.open .submenu__item.submenu__item--main a {
    font-weight: bold
}

.menu-item-has-children.open .submenu__item.sub-submenu__item--main a:before {
    transform: translateY(0%) rotate(90deg);
    -webkit-transform: translateY(0%) rotate(90deg);
    -moz-transform: translateY(0%) rotate(90deg);
    -ms-transform: translateY(0%) rotate(90deg);
    -o-transform: translateY(0%) rotate(90deg);
}


/* Footer Bar */

/* Menu Popover */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.menu-popover {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 20px 20px 0 0;
    transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    max-height: 70vh;
    overflow-y: auto;
}

.menu-popover.active {
    bottom: 0;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.menu-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.menu-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    color: #666;
    transition: all 0.2s;
}

.menu-close:active {
    transform: scale(0.9);
    background: #e0e0e0;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 20px;
}

.menu-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 15px 10px;
    border-radius: 12px;
    transition: all 0.2s;
    background: #f8f9fa;
}

.menu-grid-item:active {
    transform: scale(0.95);
    background: #e9ecef;
}

.menu-grid-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 8px;
}

.menu-grid-item:nth-child(2) .menu-grid-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.menu-grid-item:nth-child(3) .menu-grid-icon {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.menu-grid-item:nth-child(4) .menu-grid-icon {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.menu-grid-item:nth-child(5) .menu-grid-icon {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.menu-grid-item:nth-child(6) .menu-grid-icon {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}

.menu-grid-item:nth-child(7) .menu-grid-icon {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.menu-grid-item:nth-child(8) .menu-grid-icon {
    background: linear-gradient(135deg, #ff9a56 0%, #ff6a88 100%);
}

.menu-grid-item:nth-child(9) .menu-grid-icon {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}

.menu-grid-text {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

/* Responsive - Only show on mobile */
@media (min-width: 769px) {
    .footer-bar {
        display: none !important;
    }

    body {
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .footer-bar {
        display: block;
    }
}


.icon-search {

    cursor: pointer;
    transition: transform 0.3s ease;
}

.icon-search:hover {
    transform: scale(1.1);
}

.search-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1000;
}

.search-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
}

.search-form {
    display: flex;
    gap: 0;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    background: white;
}

.search-input {
    flex: 1;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.search-input:focus {
    outline: none;
}

.search-btn {
    padding: 15px 20px;
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.search-btn:hover {
    background: #000;
}

.search-suggestions {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #666;
}

.search-suggestions span:first-child {
    font-weight: 500;
}

.search-suggestions a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.search-suggestions a:hover {
    color: #333;
}

.close-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-search:hover {
    color: #333;
}

#icon-account {
    position: relative;
    cursor: pointer;
}

#icon-account .account-action {
    position: absolute;
    background: #333;
    border-radius: 5px;
    color: #fff;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: 95px;
    z-index: 100;
}

#icon-account:hover .account-action {
    opacity: 1;
    visibility: visible;
}

#icon-account .account-action:before {
    background: transparent;
    content: '';
    position: absolute;
    bottom: 100%;
    height: 10px;
    left: 0;
    width: 100%;
}

#icon-account .account-action:after {
    background: #333333;
    content: '';
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
    z-index: -1;
    left: calc(50% - 7px);
    top: -7px;
}

#icon-account .account-action a:hover {
    background: #6666;
}

#icon-account .account-action a {
    display: block;
    padding: 7px 8px;
    color: #fff;
}

.news-group-right {
    margin-bottom: 5px;
    padding: 10px 0;
    border-bottom: 1px #ccc solid;
}

.news-group-right .item-title {
    line-height: 1.25rem;

}

.news-group-right .item-title a {
    color: #000;
	font-weight:bold;
}

.news-group-right .item-title a:hover {
    color: #16AD5B
}

ul#cart-sidebar {
    /* padding: 5px 0px;
    margin: 0;
    max-height: 582px;
    width: 300px;
    border: solid 1px #ebebeb;
    border-bottom: 0px; */
}

.top-cart-content .mini-products-list {
    position: relative;
}

ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto
}

ul#cart-sidebar li.action {
    display: none
}

ul#cart-sidebar.hasclass li.action {
    display: block
}

ul#cart-sidebar .list-item-cart {
    max-height: 260px;
    overflow-y: auto;
    position: relative
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 4px
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    background: #ebebeb
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    background: #e4b95b;
    border-radius: 0px
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb:active {
    background: #e4b95b;
    border-radius: 15px
}

ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 7px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: #ebebeb
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #e4b95b;
    border-radius: 0px
}

ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
    background: #e4b95b;
    border-radius: 15px
}

.top-cart-content .list-item-cart {
    padding: 0px 15px;
}

.top-cart-content li.item {
    overflow: hidden;
    padding: 0px;
    position: relative;
}

.top-cart-content li.item .wrap_item {
    overflow: hidden;
    padding: 10px 20px 10px 0px;
    border-bottom: solid 1px #ebebeb;
    width: 100%;
    float: left;
}

.top-cart-content li.item .product-image {
    float: left;
    display: block;
    width: 65px;
    position: relative;
    margin-right: 15px;
    padding: 5px;
}

.top-cart-content li.item .product-image img {
    vertical-align: top;
}

.top-cart-content li.item .detail-item {
    display: block;
    float: left;
    width: calc(100% - 85px);
    -o-width: calc(100% - 85px);
    -moz-width: calc(100% - 85px);
    -webkit-width: calc(100% - 85px);
}

.top-cart-content li.item .detail-item .remove-item-cart {
    position: absolute;
    right: 10px;
    font-size: 13px;
    color: #333;
    text-align: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.top-cart-content li.item .detail-item .remove-item-cart:before {
    margin-left: 4px;
}

.top-cart-content .product-name {
    margin: 0;
    font-weight: 500;
    width: 160px;
    line-height: 16px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden;
}

.top-cart-content .product-name a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.top-cart-content .product-name:hover>a {
    text-decoration: none;
    color: #16AD5B;
}

.top-cart-content .actions .btn-checkout:hover {
    color: #fff;
    opacity: 0.8;
    background: #7a1616;
    border-color: #7a1616;
}

.top-cart-content .actions .btn-checkout.pink {
    background: #7a1616;
}

.top-cart-content .product-details-bottom {
    line-height: 38px;
}

.top-cart-content .product-details-bottom span {
    font-size: 14px;
    font-weight: 700;
    color: #16AD5B;
    display: inline-block;
}

.qty_drop_cart {
    position: relative;
    height: 25px;
    padding-left: 0px;
}


.top-cart-content li.item .detail-item button.items-count {
    display: inline-block;
}

.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #e1e1e1;
}

.qty_drop_cart input {
    height: 25px;
    float: left;
    width: 30px !important;
    min-height: unset;
    border-left: 0px;
    border-right: 0px;
}

.qty_drop_cart .btn_increase,
.qty_drop_cart .btn_reduced {
    width: 25px;
    height: 25px;
    color: #000;
    float: left;
}

.qty_drop_cart button.btn_reduced {
    height: 25px;
    width: 25px;
    line-height: 25px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
}

.qty_drop_cart button.btn_increase {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-style: hidden;
    border: 1px solid #ebebeb;
    background: #fff !important;
    font-size: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.wrap_total {
    padding: 10px 15px 0px;
    margin-top: 10px;
}

.top-subtotal {
    color: #333;
    font-weight: 400;
    padding: 0px;
    line-height: 24px;
    text-transform: none;
    padding: 0px 0px 0px;
    font-size: 14px;
    text-align: left;
}

.top-subtotal .price,
.top-subtotal .pricex {
    font-size: 14px;
    font-weight: 700;
    color: #7a1616;
    text-align: right !important;
    float: right;
}

.top-subtotal .price,
.top-subtotal .pricex {
    font-size: 14px;
    font-weight: 700;
    color: #7a1616;
    text-align: right !important;
    float: right;
    display: block;
}

.wrap_button {
    padding: 0px 15px 15px;
    line-height: 50px;
    margin-top: 20px;
    width: 100%;
    float: left;
}

.top-cart-content .actions .btn-checkout {
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
    height: 38px;
    margin-top: 0px;
    border-radius: 0px;
    line-height: 38px;
    padding: 0px;
    font-weight: 700;
    background: #16AD5B;
    border-color: #16AD5B;
    color: #fff;
    text-transform: uppercase;
}

.modal-open {
    overflow: hidden;
}

.fade {
    transition: opacity .15s linear;
}

.show:not(.hidden) {
    display: block;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.fade.in.modal-stack {
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}


.align-vertical {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#popupCartModal button.close {
    position: absolute;
    right: 15px;
    top: 9px;
}

#popupCartModal h4.title.right_title,
#popupCartModal .modal-title {
    font-size: 1rem;
    display: flex;
    align-items: center;
    background: #eff8f0;
    padding: 10px 20px;
    color: #2eb346;
    font-weight: normal;
    border-radius: 2px;

}

#popupCartModal .modal-body {
    padding: 1rem;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#popupCartModal .media-left.thumb_img {
    margin-right: 1.25rem;
}

#popupCartModal .thumb_img {
    margin-right: 10px;
    position: relative;
    border-radius: 0px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    min-width: 70px;
    min-height: 70px;
    width: 70px;
}

#popupCartModal .media-body.body_content {
    font-size: 1rem;
    line-height: 1.3;
}

.variant_title {
    color: #979797;
}

#popupCartModal h4.title.right_title svg,
#popupCartModal .modal-title svg {
    margin-right: 4px;
}

#popupCartModal .right_title {
    border-top: 1px solid #f0f1f2;
    padding: 20px;
}

#popupCartModal .count {
    color: #979797;
}

#popupCartModal .cart-action {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #f0f1f2;
    padding: 0 10px;
    margin-bottom: 10px;
    gap: 5px;
}

#popupCartModal .btn {
    font-size: 14px;
    padding: 10px;
}

#popupCartModal .checkout_button {
    background: #16AD5B;
    border-color: #16AD5B;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}

#popupCartModal .checkout_button:hover {
    background: #cc3e40;
    border-color: #cc3e40;

}

.center {
    text-align: center;
}

figure img {
    display: inline-block;
}

.bodytext img {
    display: inline-block;
}

#paytab {
    margin-top: 10px;
    margin-bottom: 10px;
}

#paytab .nav-tabs {
    border-bottom: 1px solid #ddd;
}

#paytab .nav-tabs::before,
#paytab .nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

#paytab .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

#paytab .nav>li {
    position: relative;
    display: block;
}

#paytab .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#paytab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

#paytab .nav-tabs>li.active>a,
#paytab .nav-tabs>li.active>a:focus,
#paytab .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#paytab .tab-content {
    padding: 0.5rem;
}

.panel-body-cart .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 350px;
}

.panel-body-cart .input-group input[type="text"] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}

.panel-body-cart .input-group .input-group-btn input[type="button"] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

}

.addThis_listSharing {
    position: fixed;
    bottom: 85px;
    z-index: 999;
    top: auto !important;
    right: 12px;
    opacity: 0;
    display: none;
}

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 12px !important;
    ;
}

.addThis_listSharing {
    opacity: 1;
    display: block;
}

.addThis_listing .addThis_item {
    margin-bottom: 5px
}

.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 4px 15px rgba(0, 0, 0, .13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.actionToolbar_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px;
}

.fb_dialog_content>iframe {
    right: -6px !important
}


.backtop {
    right: 12px;
    bottom: 196px;
    top: auto !important;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 44px;
    width: 44px;
    background-color: var(--primary-color);
    line-height: 36px;
    border-radius: 100%;
    font-size: 30px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff !important;
    margin-bottom: 5px
}

.backtop:hover {
    filter: brightness(1.3)
}

.backtop.show {
    z-index: 999;
    transition: transform 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible
}

@media (max-width:576px) {
    .backtop {
        bottom: 60px
    }

}

.icon {
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.login-box h2 {
    font-weight: 500;
    font-size: 1.6rem;
}

.userBlock {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
}

figure.avatar figcaption {
    font-size: 10px;
}

.dropdown.open>.dropdown-menu {
    display: block;
}

#funcList>li>a {
    display: block;
    padding: 6px 16px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.users-menu .dropdown.active {
    border: 1px #ccc solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    position: relative;
    bottom: -1px;
    background: #fff;

}

.users-menu .dropdown.active {}

.user-page .tab-content {
    border: 1px #ccc solid;
}

h2.register {
    font-weight: 500;
    font-size: 1.6rem;
}

.input-group-btn {
    display: flex;

}

.input-group-btn.open>.dropdown-menu {
    display: block;
}

.input-group-btn.open>.dropdown-menu>li {
    border: 1px #ccc solid;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: none;
    position: relative;
    bottom: -1px;
    background: #fff;
}

.input-group-btn.open>.dropdown-menu>li>a {
    display: block;
    padding: 6px 16px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.input-group-btn.open>.dropdown-menu>li>a:hover {
    color: #16AD5B;
}

label.radio-box {
    margin-right: 10px;
}

.fa-pointer {
    cursor: pointer;
}

.copyright {
    background-color: #243648;
    border-top: 1px solid rgba(198, 198, 198, 0.3);
    padding: 5px 0 0 0;
    color: #999999;
}

.btn-custom-green {
    background-color: #259240;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: SF-Pro-Display;
    color: #fff;
    text-transform: none;
    box-shadow: unset;
    min-width: 125px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    min-height: 40px !important;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    border-radius: 100px;
    padding: 8px 16px;
    background: linear-gradient(270deg, rgb(22, 173, 91) 1.34%, rgb(32, 144, 94) 100%);
}

.btn-custom-green:hover {
    background-color: #16AD5B;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.125rem 0.25rem;
}

.btn-custom-green:focus {
    background-color: #16AD5B;
}

.header-center {
    flex: 1;
}

/* Scrollbar styling for list group */
#list-group-book {
    overflow-y: auto;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.1);
    /* For Firefox */
}

/* For Chrome, Edge, and Safari */
#list-group-book::-webkit-scrollbar {
    width: 8px;
}

#list-group-book::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

#list-group-book::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: background 0.3s ease;
}

#list-group-book::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Optional: Hide scrollbar when not hovering */
#list-group-book::-webkit-scrollbar {
    width: 0;
}

#list-group-book:hover::-webkit-scrollbar {
    width: 8px;
}

#list-group-book {
    height: 480px;
    overflow-y: auto;
    padding: 10px;
}

#list-group-book>li {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 24px;
    background-color: rgb(227 225 225 / 40%);
    height: 120px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    color: #fff;
}

#list-group-book>li:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

#list-group-book>li>span {
    display: block;
    margin-right: 10px;
}

#list-group-book>li>span>img {
    display: block;
    max-width: 100%;
    max-height: 100px;
}

#list-group-book>li>a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.glass-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.cover {
    width: 330px;
    min-width: 330px;
    height: 422px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
    transform-origin: center left;
    background: #0b1227;
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}

.featured {
    color: #fff;
    max-height: 450px;
    display: flex;
    align-items: center;
}

.glass {

    /*  background: rgba(255,255,255,.06);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(10px); */

}

.featured .meta {
    padding-left: 28px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.featured .meta .stat {
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-right: 18px;
}

.featured .meta .stat svg {
    margin-right: 4px;
}


.book2-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
}

#feat-category,
#feat-format {
    margin: 10px 0;
    font-family: SF-Pro-Display;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;

}

#feat-btn {
    max-width: 170px;
}


.list-wrap {
    padding: 14px;
    max-height: 560px;
    overflow: auto;
}

.list-group-item h3.text a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.list-group-item .stat {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: flex;
    margin-right: 10px;
}

.list-group-item .flex-shrink-1 {
    flex: 1;
}

.list-group-item .stat.f1 svg,
.list-group-item .stat.f1 span {
    display: inline-block;
}

.list-group-item .stat.f1 svg {
    margin-right: 4px;
}

#carousel-category {
    padding: 0 20px;
    position: relative;
}

.carousel-category .owl-nav button.owl-prev,
.carousel-category .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: #ccc solid 1px !important;
    color: #222 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
}

.carousel-category .owl-nav button.owl-prev {
    left: -25px;
}

.carousel-category .owl-nav button.owl-next {
    right: -25px;
}

.carousel-category .owl-nav button.owl-prev.disabled,
.carousel-category .owl-nav button.owl-next.disabled {
    opacity: 0;
}

.carousel-category .owl-nav button:hover {
    border: #bbbaba solid 1px !important;
    color: #333 !important;
}

.category-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 0;
    transition: all 0.3s ease;
    padding-top: 4px;
}

.category-box:hover {
    top: -4px;
    /* box-shadow: 0 5px 15px rgba(218, 218, 218, 0.466); */
}

.category-box .category-image img {
    width: 46px;
    height: 46px;
    object-fit: cover;

}

.category-box a.category-link {
    font-size: 16px;


}

.category-box a.category-link:hover {
    color: #16AD5B;

}

.category-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
    justify-content: center;
	text-align:center;
}

.category-fullbox {
    background: #fff;
    padding: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

.category-fullbox>.row {
    align-items: center;
    min-height: 170px;

}


.text-ellipsis-1-row, .text-ellipsis-2-row {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;

}

.product-book {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-book .product-info {
    display: flex;
    flex-direction: column;
    flex: 1;
 
    /* Chiếm hết không gian còn lại */
}

.product-book .meta {
    margin-top: auto !important;
    /* Đẩy xuống dưới cùng */
}

.product-book .product-info .meta .stat {
    color: #222;
    display: inline-flex;
    align-items: center;
    border: 1px #9dc24c solid;
    background-color: #eeeeee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0px 5px;
    font-size: 14px;
}

.product-book .product-info .meta .stat svg {
    margin-right: 2px;
}

.product-book .product-info .meta .stat svg.heart {
    color: rgb(196, 3, 3);
}

.product-book .product-info .product-name {
    display: block;
    font-weight: 600;
}



.product-book .product-info .product-type {}

.box-new-book>.card-header {
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

#carousel-product {
    padding: 0 20px;
    position: relative;
}

.carousel-product .owl-nav button.owl-prev,
.carousel-product .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: #ccc solid 1px !important;
    color: #222 !important;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
}

.carousel-product .owl-nav button.owl-prev {
    left: -25px;
}

.carousel-product .owl-nav button.owl-next {
    right: -25px;
}

.carousel-product .owl-nav button.owl-prev.disabled,
.carousel-product .owl-nav button.owl-next.disabled {
    opacity: 0;
}

.carousel-product .owl-nav button:hover {
    border: #bbbaba solid 1px !important;
    color: #222 !important;
}

.box-new-book {
    padding: 32px 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.box-new-book .custom-card-header {
    justify-content: space-between;
    padding: 0 16px;
    display: flex;
    font-weight: bold;
    align-items: center;

}

.box-new-book .custom-card-header h3 {
    font-size: 24px;

}

.box-new-book .custom-card-header a.see-all {
    color: #16AD5B;
    display: flex;
    align-items: center;
}

.box-new-book .custom-card-header a.see-all h6 {
    margin-right: 2px;
}

.box-new-book .custom-card-header a.see-all svg {
    height: 14px;
}

.custom-card-body {
    padding-top: 16px;
}

.homeslider {
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.homeslider img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.homeslider .owl-nav button.owl-prev,
.homeslider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: #ccc solid 1px !important;
    color: #222 !important;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
}

.homeslider .owl-nav button.owl-prev {
    left: -25px;
}

.homeslider .owl-nav button.owl-next {
    right: -25px;
}

.homeslider .owl-nav button.owl-prev.disabled,
.homeslider .owl-nav button.owl-next.disabled {
    opacity: 0;
}

.homeslider .owl-nav button:hover {
    border: #bbbaba solid 1px !important;
    color: #222 !important;
}

.homeslider.owl-theme .owl-dots .owl-dot.active span,
.homeslider.owl-theme .owl-dots .owl-dot:hover span {
    background: #16AD5B;
}

.homeslider.owl-theme .owl-dots .owl-dot span {

    background: #8e8e8e;

}

.homeslider.owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    top: -30px;
    margin: 0;
}

.filter-container {
    background: white;
    border-radius: 8px;
    max-width: 350px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.filter-header h3 {
    font-size: 18px;
    font-weight: 600;
}

.clear-filter {
    color: #00b96b;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.clear-filter:hover {
    text-decoration: underline;
}

.filter-section {
    margin-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 15px 0px 15px;
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 12px;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #262626;
}

.toggle-icon {
    color: #8c8c8c;
    transition: transform 0.3s;
}

.toggle-icon.collapsed {
    transform: rotate(180deg);
}

.section-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.section-content.hidden {
    max-height: 0;
}

.filter-option {
    display: flex;
    align-items: center;
    padding: 5px 0;
    cursor: pointer;
}

.filter-option:hover {
    background: #fafafa;
}

.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    cursor: pointer;
    accent-color: #00b96b;
}

.filter-option label {
    cursor: pointer;
    font-size: 14px;
    color: #262626;
    flex: 1;
}

.filter-option.selected label {
    color: #262626;
    font-weight: 500;
}

/* Custom radio button */
input[type="radio"] {
    appearance: none;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    position: relative;
}

input[type="radio"]:checked {
    border-color: #00b96b;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00b96b;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Custom checkbox */
input[type="checkbox"] {
    appearance: none;
    border: 2px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
}

input[type="checkbox"]:checked {
    background: #00b96b;
    border-color: #00b96b;
}

input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-overlay.active {
    display: flex;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #00b96b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
 
#filter-container {
    padding: 0 10px 0 0;
    overflow-y: auto;
    /* Cuộn dọc */
    scroll-behavior: smooth;
    /* Scroll mượt mà */
    height: 500px;
    /* Chiều cao cố định để kích hoạt scroll */

}

#filter-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#filter-container::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

#filter-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #16AD5B
}

/* 
#filter-container::-webkit-scrollbar {
    width: 4px; 
}

#filter-container::-webkit-scrollbar-track {
    background:transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#filter-container::-webkit-scrollbar-thumb {
    outline: 1px solid #ffffff;
    background: transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
} */

#filter-container::-webkit-scrollbar-thumb:hover {
    background: #fff;
    /* Màu khi hover (xám đậm hơn) */
}

#filter-container::-webkit-scrollbar-button {
    display: none;
    /* Ẩn hoàn toàn */
    /* Hoặc nếu muốn giữ nhưng khớp màu nền (không nổi bật): */
    background: transparent;
    /* border: none; */
    /* height: 0; width: 0; */
    /* Làm kích thước = 0 */
}


/* skeleton */
.skeleton-wrapper {
    pointer-events: none;
    padding: 10px;
}

.skeleton-box,
.skeleton-text {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-image {
    width: 100%;
    padding-top: 140%; /* Aspect ratio for book cover */
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
}

.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-text-title {
    height: 20px;
    width: 90%;
    margin-bottom: 12px;
}

.skeleton-text-short {
    height: 14px;
    width: 60%;
    margin-bottom: 6px;
}

.skeleton-text-mini {
    height: 14px;
    width: 80px;
    display: inline-block;
    margin-right: 12px;
}

.skeleton-wrapper .product-image {
    display: block;
    overflow: hidden;
}

.skeleton-wrapper .meta {
    display: flex;
    gap: 12px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.block-news{
	
}
.block-news .block-title{
	
}
.block-news .block-title h3 {
    border-bottom: 2px #16ad5b solid;
    display: inline-block;
    width: fit-content;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.news-style2 .views{
	padding: 2px 4px;
	display:flex;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#eeeeee;
	color:#6B6B6B;
	width:fit-content;
	font-size: 14px;
	border:1px #ccc solid;
}
.news-style2 .views svg{
	margin-right: 4px;
	width: 14px;
    height: 14px;
	position: relative;
    top: 3px;
}
body.about .bread-crumb{
	display:none;
}
body.videos.detail, body.photos.detail_album {
	background:#f5f5f5
}
body.videos.detail, body.photos.detail_album .bread-crumb .breadcrumb, body.photos.detail_album .bread-crumb{
	background:#f5f5f5
}

.bg-white{
	background:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 20px;
}

.item-image .wrapper{
	position:relative;
	
}

.item-image .wrapper svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    background: #00000073;
    color: #fff;
}

/* Khung slider */
.slider-container {
	 
}

.book__swiper .swiper {
	overflow: visible; 
}

.book__swiper .swiper-slide {
	width: 320px;
	/* height: 400px; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.4s ease;
	overflow: hidden;
}

.book__swiper .swiper-slide::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.book__swiper .swiper-slide-content {
	padding: 8px;
}
.book__swiper .swiper-slide-content img{
	/* max-height: 500px; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.book__swiper .slide-number {
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 20px;
	opacity: 0.3;
}

.book__swiper .slide-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.book__swiper .slide-description {
	font-size: 14px;
	opacity: 0.7;
	line-height: 1.6;
}

/* Active slide styling */
.book__swiper .swiper-slide-active {
	transform: scale(1.1);
	z-index: 10;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

.book__swiper .swiper-slide-active .slide-number {
	opacity: 0.6;
}

/* Prev and next slides */
.book__swiper .swiper-slide-prev,
.book__swiper .swiper-slide-next {
	opacity: 0.6;
	transform: scale(0.85);
}

/* Other slides */
.book__swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
	opacity: 0.4;
	transform: scale(0.75);
}

/* Navigation buttons */
.book__swiper .swiper-button-next,
.book__swiper .swiper-button-prev {
	color: white;
	background: rgba(255, 255, 255, 0.1);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	backdrop-filter: blur(10px);
}

.book__swiper .swiper-button-next:after,
.book__swiper .swiper-button-prev:after {
	font-size: 20px;
}

/* Pagination */
.book__swiper .swiper-pagination-bullet {
	background: white;
	opacity: 0.5;
}

.book__swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #667eea;
}

.pagination{
	justify-content:center;
}
.pagination li.active a, .pagination li.disabled a, .pagination li.active span, .pagination li.disabled span{ 
	background:#f2f0f0
}
.page-link, .pagination>li>a{
	color:#222;
}
.pagination-info{
	display:none;
}
.pagination li.disabled a{
	cursor: not-allowed;
}