@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');


ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
a:hover {
    color: #8b7355;
    text-decoration: none;
}
.action-header{
    display: flex;
    align-items: center;
    gap: 20px;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display", serif;
}
p,span,a,label,input::placeholder,div,#_btnSendContact ,textarea::placeholder{
    font-family: "Montserrat", sans-serif;
}
/*MENU*/
header{
    position: relative;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.main-menu{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.main-menu .list-group-item{
    position: unset;
}
.main-menu .list-group-item.menu-lv2{
    position: relative;
}
.main-menu .menu-item>a {
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    position: relative;
}
.main-menu .list-group-item>a:after{
    background-color: currentColor;
    bottom: calc(1.25rem - 5px);
    content: "";
    height: 2px;
    left: 1rem;
    position: absolute;
    width: 0;
    transition: width .2s ease-in-out;
}
.main-menu .list-group-item:hover > a:after,
.main-menu .list-group-item > a.active:after{
    width: calc(100% - 30px);
}
.main-menu .list-group-item>a.active:after{
    background-color: #8b7355;
}
.main-menu .list-group-item>a.active>span{
    color: #8b7355;
}
/* item cấp 3 */
.submenu__item{
    position: relative;
    width: 100%;
}
.menu-item-lv3{
    position: absolute;
    top: 0;
    left: 200px;
    background: #fff;
    min-width: 200px;
    list-style: none;
    margin: 0;
    display: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    z-index: 100;
}
.submenu__item:hover > .menu-item-lv3{
    display: block;
}
.menu-item-lv3 li a{
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
}
.menu-item-lv3 li a:hover{
    background: #f5f5f5;
}
.main-menu .submenu {
    display: none;
    width: 100%;
    height: 350px;
    padding: 14px 20px;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    top: 85%;
    left: 0;
    background: #fff;
    margin-left: 0;
    box-shadow: rgba(0, 0, 0, 0.06) 0 5px 8px 0;
    z-index: 1;
    overflow: unset;
    font-size: 1rem;
}
.main-menu .submenu.default {
    bottom: initial;
    left: inherit;
    height: auto;
    width: 250px;
    top: 90%;
}
.main-menu .menu-item .submenu:hover, .main-menu .menu-item a:hover + .submenu {
    display: block;
    z-index: 900;
}
.main-menu .submenu__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px 5px;
    padding: 0;
    list-style: none;
}
.main-menu .submenu__col {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 1rem;
}
.main-menu .submenu__item--main {
    font-weight: bold;
    margin-bottom: 5px;
}
.main-menu .submenu__col .submenu__item {
    margin-bottom: 4px;
}
.submenu__col .submenu__item:not(.submenu__item--main) a {
    color: #666666;
    font-size: 14px;
}
.main-menu .submenu.default .submenu__list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.action-header i{
    font-size: 20px;
}
.h-cart ._miniCart{
    width: 20px;
    height: 20px;
    display: flex;
    background: #ffb6c1;
    border-radius: 50%;
    top: -10px;
    left: 10px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}
.h-search{
    position: relative;
}
.searchform-wrapper{
    position: absolute;
    top: 28px;
    right: -25px;
    z-index: 9;
}
.search-form {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 25px;
    display: flex;
    position: relative;
}
.search-form input {
    border: none;
    outline: none !important;
    background: transparent;
    padding: 0 15px;
    height: 38px;
    font-size: 1rem;
    min-width: 300px;
}
.search-form input.form-control:focus{
    box-shadow: none;
    background-color: transparent;
    color: unset;
    border-color: unset;
}
.search-form button {
    width: 50px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    right: 0;
}

/*SLIDE BANNER*/
.item-slide{
    position: relative;
}
.info-slide{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.info-slide h3{
    font-size: 4.5rem;
    font-style: italic;
    color: #8b7355;
}
.info-slide p{
    font-size: 1.5rem;
    color: color-mix(in oklab, #1a1a1a 80%, transparent);
}
.btn-slide{
    display: inline-flex;
    background: #8b7355;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
    gap: 10px;
    align-items: center;
}
.btn-slide:hover{
    color: #fff;
}
.title-twobanner h2{
    font-style: italic;
    text-align: center;
    color: #8b7355;
    font-size: 2.25rem;
    margin-bottom: 3rem;
}
.item-banner {
    position: relative;
}
.two-banner .row{
    --bs-gutter-x: 2rem;
}
.item-banner a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.item-banner img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.8s ease;
    will-change: transform;
}
.item-banner a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.35) 50%,
            rgba(0, 0, 0, 0.65) 100%
    );
    z-index: 1;
}
.item-banner:hover img {
    transform: scale(1.08);
}
.two-banner .info-banner {
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 2;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}
.info-banner h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 400;
}
.info-banner p {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 18px;
}
.info-banner span {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
.mb-12 {
    margin-bottom: 48px;
}
.hot-product {
    padding: 64px 0;
}
.hot-product h2 {
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    color: #8b7355;
    margin-bottom: 0;
}
.hot-product a {
    text-decoration: none;
}
.item_product_main {
    margin-bottom: 30px;
}
.product-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 3 / 4;
    background: #f5f5f5;
}
.product-thumbnail::before {
    content: "";
    display: block;
    padding-top: 133.33%;
}
.product-thumbnail > a,
.product-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.product-thumbnail img {
    object-fit: cover;
    transition: transform 0.6s ease;
}
.product-thumbnail:hover img {
    transform: scale(1.1);
}
.action-bar {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.product-thumbnail:hover .action-bar {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.action-bar .btn {
    background: #fff;
    padding: 8px 16px;
    font-size: 14px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
/*.action-bar .btn:hover {*/
/*    background: #000;*/
/*    color: #fff;*/
/*}*/
.product-info {
    margin-top: 15px;
}
.product-name a {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product-name a:hover {
    color: #8b7355;
}
.price-box {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.price {
    color: #8b7355;
}
.old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 6px;
}
.percent {
    background: #f8d7da;
    color: #c0392b;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 20px;
}
.stock {
    display: none;
}
.product-info .color-atb-product a {
    border: 0.125rem solid #dedede;
    margin-right: 5px;
    padding: 0;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.product-info .color-atb-product a.active {
    border: 0.125rem solid #333f48 !important;
}
.color-pro-cart {
    width: 1.2rem;
    height: 1.2rem;
    font-weight: 600;
    display: block;
    min-width: 0.875rem;
    border: 0.0625rem solid #E6E7E8;
    border-radius: 100%;
    padding: 0.125rem;
    background-color: #485158;
}
.color-atb-product span {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    margin: 0;
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_site {
    font-weight: 500;
    text-transform: uppercase;
    color: #8b7355;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
}
.title_site h3{
    font-size: 30px;
    line-height: 40px;
}
.sub_title_site {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #454545;
    text-transform: capitalize;
}
.slide-bannerInsta h4{
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 5px;
}
.slide-bannerInsta .prev {
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
    transform: translateY(-50%);
    border: none;
}
.slide-bannerInsta .next {
    position: absolute;
    top: 50%;
    z-index: 99;
    right: 10px;
    transform: translateY(-50%);
    border: none;
}
.link-insta{
    text-align: center;
}
.link-insta a{
    display: inline-block;
    margin: 60px auto 0;
    padding: 10px 16px;
    color: #FFFFFF;
    background-color: #8b6f47;
    border-radius: 20px;
}

/*FOOTER*/

.footer-section {
    background-color: #f5f5f5;
    color: #6c757d;
    font-size: 15px;
    margin-top: 80px;
}

.footer-logo {
    font-size: 28px;
    font-style: italic;
    color: #8b6f47;
    margin-bottom: 15px;
}

.footer-desc {
    max-width: 260px;
    line-height: 1.6;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 8px;
}

.footer-column a {
    text-decoration: none;
    color: #6c757d;
    transition: all 0.3s ease;
}

.footer-column a:hover {
    color: #8b6f47;
    padding-left: 3px;
}

.footer-divider {
    border-top: 1px solid #8b7355;
}

.footer-bottom {
    font-size: 14px;
    color: #6c757d;
}

.heart {
    color: #f4a6b8;
}


/*product.css*/
.blockTileList_product {
    text-align: center;
    margin-bottom: 25px;
    padding-top: 48px;
}
.title_listpro {
    font-size: 3rem;
    font-style: italic;
    color: #8a7257;
    margin-bottom: 16px;
}
.sub_title_site {
    font-size: 16px;
    color: #7b7b7b;
}
.blockListCategory ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin-top: 25px;
    list-style: none;
    flex-wrap: wrap;
}
.blockListCategory ul li a {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 30px;
    background: #f2f2f2;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}
.blockListCategory ul li a:hover {
    background: #8a7257;
    color: #fff;
}
.blockListCategory ul li.active a {
    background: #8a7257;
    color: #fff;
}
.blockOpenFilter {
    text-align: right;
    position: relative;
}
.blockOpenFilter .openFilter {
    /*text-decoration: underline;*/
    /*font-size: 20px;*/
    /*line-height: 24px;*/
    /*color: #000000;*/

    line-height: 24px;
    background: #8a7257;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.openSort {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 320px;
    overflow: hidden;
    z-index: 3;
    display: none;
    margin-bottom: 0;
}
.openSort ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.openSort li {
    width: 50%;
    text-align: center;
    border: 0.2px solid #000000;
}
.openSort li:first-child {
    width: 100%;
    border-bottom: none;
}
.openSort li{
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    display: block;
    transition: all ease .3s;
}
.openSort li.active, .openSort li:hover {
    background: #8a7257;
    color: #FFFFFF;
    cursor: pointer;
    border: 0.2px solid #8a7257;
}
.all-product{
    margin-top: 22px;
}
.paginator_custom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}
.paginator_custom .titlePages, .paginator_custom .labelPages {
    display: none;
}
.paginator_custom .paging-first, .paginator_custom .paging-last {
    display: none;
}
.paginator_custom a {
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}
.paginator_custom .currentPage {
    background-color: #8b7355;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin: 0 4px;
}
.paginator_custom .paging-previous:before {
    content: "\f100";
    font-family: "Font Awesome 6 Pro", serif;
    color: #000;
}
.paginator_custom .paging-next:before {
    content: "\f101";
    font-family: "Font Awesome 6 Pro", serif;
    color: #000;
}
.datawishlist {
    top: 10px;
    z-index: 2;
    right: 10px;
}
._addWishList.active{
    color: red;
}
.datawishlist i{
    font-size: 22px;
}



/*CSS PRODUCT DETAIL*/
.breadcrumb-list {
    padding-top: 48px;
    margin-bottom: 32px;
}
.p-name{
    font-size: 32px;
    font-weight: 500;
    color: #8b7355;
}
.brand-name{
    color: #999;
}
.p-price-public{
    font-size: 32px;
    font-weight: 600;
    color: #8b7355;
}
.p-price-origin{
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
}
.p-discount{
    font-size: 14px;
    color: #666;
}
.description-productdetail{
    margin-top: 15px;
    color: #6b7280;
    line-height: 1.6;
}
.p-line{
    margin-top: 20px;
}
.p-line-title{
    font-size: 16px;
    margin-bottom: 10px;
}
.p-line-content a{
    padding: 10px 18px;
    border: 2px solid #e5e5e5;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}
.p-line-content a:hover{
    border-color: #8b7355;
}
.p-line-content a.active{
    background: #8b7355;
    color: #fff;
    border-color: #8b7355;
}
.p-quantity button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
}
.p-quantity input{
    width: 60px;
    text-align: center;
    border-radius: 8px;
}
.wrap-p-btn{
    margin-top: 20px;
}
.p-btn{
    flex: 1;
    height: 60px;
    border-radius: 999px;
    background: #8b7355;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    border:none;
    gap: 10px;
}

.p-btn:hover{
    background:#6f553a;
}
.p-wishlist{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #8b7355;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #8b7355;
    font-size:20px;
}
.p-wishlist.active{
    background:#8b7355;
    color:#fff;
}
.p-line-content{
    gap:10px;
}
.productbycategory-list{
    margin-top: 80px;
}
.head-title{
    margin-bottom: 32px;
    text-align: center;
    font-style: italic;
    color: #8b7355;
    font-size: 30px;
}
.head-title h4{
    font-size: 1.875rem;
}


/*NEWS.CSS*/
.title-news{
    margin-top: 56px;
    text-align: center;
    margin-bottom: 2.5rem;
}
.title-news h1{
    margin-bottom: 1.25rem;
    font-size: 32px;
}
.title-news ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.title-news ul li a{
    font-size: 17px;
    font-weight: 500;
    color: #8b7355;
    border: 1px solid #8b7355;
    padding: 7px 14px;
    border-radius: 20px;
}

.title-news ul li{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.title-news ul li a:hover ,.title-news ul li a.active{
    background: #8b7355;
    color: #fff;
}
.list-news {
    margin-top: 20px;
}
.item-news {
    margin-bottom: 30px;
}
.item-news img {
    width: 100%;
    height: auto;
    display: block;
}
.item-news.col-12 img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.item-news.col-6 img,
.item-news.col-md-4 img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.cate-news {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.item-news .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    color: #222;
    text-decoration: none;
}
.item-news.col-6 .title,
.item-news.col-md-4 .title {
    font-size: 16px;
}
.description-news {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 10px;
}
.item-news.col-6 .description-news,
.item-news.col-md-4 .description-news {
    font-size: 14px;
}
.read-more-news {
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.read-more-news::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s ease;
}
/* hover → mất từ phải sang trái */
.read-more-news:hover::after {
    transform: scaleX(0);
    transform-origin: left;
}


.description-news {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.thumb-news {
    display: block;
    overflow: hidden;
}

.thumb-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.4s ease;
}
.thumb-news:hover img {
    transform: scale(1.08);
}







.blogpage {
    background: #f3f3f3;
}


/* ===== ảnh full ===== */

.news-image {
    width: 100%;
    height: 520px;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ===== container ===== */

.bg_blog {
    position: relative;
    margin-top: -120px; /* đè lên ảnh */
}


/* ===== box trắng ===== */

.article-details {
    background: #fff;
    padding: 50px 60px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


/* ===== giới hạn width ===== */

.right-content {
    max-width: 900px;
}


/* ===== date + cate ===== */

.posts {
    display: flex;
    gap: 10px;
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.posts .catename-post::before {
    content: "•";
    margin: 0 6px;
}


/* ===== title ===== */

.article-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #222;
}


/* ===== content ===== */

.rte {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.rte p {
    margin-bottom: 16px;
}
.blog_related{
    background: #000;
}
.blog_related .title{
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.blog_related .info-news,.blog_related .item-news .title,
.blog_related .read-more-news{
    color: #fff !important;
}
.blog_related .read-more-news::after{
    background: #fff !important;
}
._colorSelect a{
    width: 72px;
}
.sort-filter{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}
.open-filter{
    background: #8a7257;
    color: #fff;
    font-weight: 700;
}
.sidebar_mobi {
    position: fixed;
    right: 10px;
    width: 0;
    z-index: 11;
    height: calc(100vh - 16px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease;
}
@media (min-width: 992px) {
    .sidebar_mobi {
        top: 8px !important;
    }
}
.sidebar_mobi.open {
    visibility: visible;
    opacity: 1;
    width: 25%;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
@media (min-width: 768px) {
    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }
}
.modal-open {
    overflow: hidden;
}
.aside-filter {
    overflow-y: auto;
    overflow-x: hidden;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.text-main {
    color: #8a7257;
}
.h2.title-head {
    font-size: 18px;
}
.filter-group ul {
    overflow-y: auto;
    margin: 15px 0;
    max-height: 200px;
}
label[for] {
    cursor: pointer;
}
.filter-item--check-box .fa {
    width: 20px;
    min-width: 20px;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.filter-item--check-box input + .fa:before {
    content: "";
    border-radius: 10px;
    font-size: 18px;
    border: solid 1px #929292;
    line-height: 40px;
    position: absolute;
    top: -15px;
    height: 20px !important;
    width: 20px;
}
.filter-item--check-box input:checked + .fa:before {
    border-color: #8a7257;
    background: #8a7257;
}
.filter-item--check-box input:hover + .fa:after {
    filter: brightness(0.5);
    opacity: 1;
}
.filter-item--check-box label:hover {
    color: #8a7257;
}
.filter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.filter-item--check-box .fa2 {
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}
.filter-item--check-box input:checked + .fa2 {
    border-color: #8a7257 !important;
    color: #8a7257;
}
.filter-item--check-box input:hover + .fa2 {
    border-color: #8a7257 !important;
    color: #8a7257;
}
.gap_8 {
    gap: 8px;
}
.filter-container__selected-filter-header-title {
    color: #8a7257;
    font-size: 18px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.filter-container__selected-filter-item a {
    font-size: 14px;
    color: #fff;
    padding: 3px 10px 3px 5px;
    background: #8a7257;
    border-radius: 15px;
}
.filter-container__selected-filter-item svg {
    fill: #d80000;
    background: #fff;
    border-radius: 20px;
    padding: 3px;
    vertical-align: text-top;
}
.sidebar_mobi .close_fillter {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #8a7257;
}
.filter-item--check-box input + .fa:after {
    content: "";
    background-image: url(//theme.hstatic.net/200000865177/1001219418/14/checked_filter.png?v=2845);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 60%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -16px;
    left: 0px;
    opacity: 0;
    transition: 0.5s all;
}
.filter-item--check-box input:checked + .fa:after {
    opacity: 1;
}
@media (max-width: 768px) {
    .sidebar_mobi.open{
        width: 70%;
        top: 0;
    }
    .sidebar_mobi .close_fillter{
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: unset;
        left: unset;
    }
}
.ov-hidden {
    overflow: hidden;
}

/*reponsive.css*/
@media (max-width: 767px) {
    .header-mobi{
        padding: 20px 0;
    }
    .slide-homebanner .item-slide{
        height: 600px;
    }
    .slide-homebanner .item-slide img{
        height: 100%;
        object-fit: cover;
    }
    .slide-homebanner .info-slide{
        width: 80%;
    }
    .slide-homebanner .info-slide h3{
        font-size: 34px;
    }
    .slide-homebanner .info-slide p{
        font-size: 16px;
    }
    .sidebar-main .sitenav-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1010;
        background: transparent;
    }
    .sidebar-main .sitenav-wrapper.sitenav-left {
        left: 0;
    }
    .sidebar-main.is-show-left .sitenav-wrapper.show {
        right: 0 !important;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .sidebar-main .sitenav-wrapper .sitenav-inner {
        margin: 0;
        max-width: 480px;
        position: absolute;
        top: 0;
        bottom: 0;
        background: #ffffff;
        background-clip: padding-box;
        display: flex;
        flex-direction: column;
    }
    .sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
        left: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
        transition: transform 0.35s ease, left 0.25s ease, visibility 0s;
    }
    .sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
        left: 0;
        width: 85%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .sitenav-inner .sitenav-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px;
        border-bottom: 1px solid var(--shop-color-border);
    }
    .sitenav-inner .sitenav-header__title {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
    }
    .sitenav-inner .sitenav-header__btn i {
        font-size: 25px;
    }
    .sitenav-inner .sitenav-content {
        padding: 15px;
        position: relative;
        overflow-y: scroll;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }
    .menuList-links {
        margin: 0;
    }
    .menuList-links li {
        position: relative;
    }
    .menuList-links > li {
        border-bottom: 1px dashed #eae4e8;
    }
    .sitenav-menu .menuList-links > li {
        border: 0;
    }
    .menuList-links li a {
        color: #000;
        position: relative;
        font-size: 13px;
        display: block;
    }
    .menuList-links > li > a {
        padding: 12px 0;
        font-weight: 500;
        font-size: 15px;
    }
    .sitenav-menu .menuList-links > li > a {
        font-weight: 600;
    }
    .menuList-links > li.has-submenu > a {
        padding-right: 30px;
    }
    .menuList-links > li.has-submenu span.icon-plus-submenu {
        width: 25px;
        height: 25px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 1px solid transparent;
    }
    .icon-plus-submenu:after, .icon-plus-submenu:before {
        background: rgba(9, 9, 9, 0.6);
        content: '';
        display: block;
        position: absolute;
        margin-right: 7px;
        top: 50%;
        right: 0;
        -moz-transition: all .25s linear;
        -o-transition: all .25s linear;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }
    .icon-plus-submenu:before {
        width: 9px;
        height: 1px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .icon-plus-submenu:after {
        width: 1px;
        height: 9px;
        right: 4px;
        transform-origin: center;
        -moz-transform: translateY(-50%) scale(1, 1);
        -ms-transform: translateY(-50%) scale(1, 1);
        -webkit-transform: translateY(-50%) scale(1, 1);
        transform: translateY(-50%) scale(1, 1);
    }
    li.has-submenu.opened > a .icon-plus-submenu:after {
        -moz-transform: translateY(-50%) scale(1, 0);
        -ms-transform: translateY(-50%) scale(1, 0);
        -webkit-transform: translateY(-50%) scale(1, 0);
        transform: translateY(-50%) scale(1, 0);
    }
    ul.menuList-links li ul.submenu-links {
        display: none;
    }
    li.has-submenu.level0 > ul.submenu-links {
        border-top: 1px dashed #eae4e8;
    }
    .sitenav-menu .menuList-links li.has-submenu.level0 > ul.submenu-links {
        border: 0;
    }
    ul.submenu-links li a {
        padding: 8px 0 8px 0px;
    }
    li.has-submenu.level0 > ul.submenu-links li a {
        padding-left: 12px;
    }
    .sitenav-menu .menuList-links .has-submenu.level0 > ul.submenu-links li a {
        font-weight: 500;
    }
    li.has-submenu.level1 > ul.submenu-links li a {
        padding-left: 25px;
    }
    .sitenav-menu .menuList-links .has-submenu.level0 > ul.submenu-links li a {
        font-weight: 500;
    }
    .sitenav-inner .sitenav-footer {
        padding: 15px;
        margin-top: auto;
        border-top: 1px solid #eae4e8;
    }
    .sitenav-menu .mobile-menu__section .mobile-menu__section-title {
        font-size: 15px;
        color: #333;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 500;
        font-style: normal;
    }
    .sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper {
        color: #677279;
        display: flex;
        display: -ms-flex;
        align-items: center;
    }
    .mobile-menu__help-wrapper i {
        font-size: 24px;
        margin-right: 15px;
    }
    .sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper a {
        border-bottom: 0 !important;
        text-transform: none !important;
    }
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .sitenav-wrapper.show .sidebar-overlay {
        opacity: 1;
        visibility: visible;
    }
    .sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper + .mobile-menu__help-wrapper {
        margin-top: 15px;
    }
}
@media (min-width: 992px) {
    .modal-product-quickview .modal-dialog-centered {
        max-width: 840px;
    }
}
.bg-cover {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    cursor: var(--overlayimg) 28 28, auto;
    position: fixed;
    display: none;
}

.boxgallerybox {
    display: grid;
    grid-template-columns: 0.15fr 0.85fr;
    gap: 10px;
}
.vislicnfthe {
    display: block;
    margin: 5px 1px;
}
.vislicnfthe img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #f5f5f5;
    width: 100%;
}
.boxgallerybox > div {
    min-width: 0;
}
.boxgallerybox2slider {
    position: relative;
}
.boxgallerybox1 {
    .slick-next {
        border-radius: 0px 0px 2px 2px;
        top: 0;
    }
}
.boxgallerybox1 {
    .slick-prev {
        border-radius: 2px 2px 0 0;
        bottom: 10px;
        top: auto;
    }
}
.boxgallerybox1 {
    .slick-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        background: rgba(0, 0, 0, 0.24);
        border: none;
        outline: none;
        width: 48px;
        height: 20px;
        z-index: 1;
    }
}
.slick-prev:before, .slick-next:before{
    content: unset !important;
}
.btn._quickView:hover,._addCartWidget.btn:hover{
    background: #8b7355;
    color: #fff;
}
._slideMain .slick-prev{
    left: 30px;
    z-index: 9;
}
._slideMain .slick-prev i,._slideMain .slick-next i{
    font-size: 45px;
    color: #fff;
}
._slideMain .slick-next{
    right: 30px;
}
.p-line-content a.deactive{
    background: gray;
    cursor: not-allowed;
}
@media (max-width: 767px) {
    .boxgallerybox .boxgallerybox1 {
        display: none;
    }
    .boxgallerybox {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 768px) {
    .title-news ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        gap: 10px;
        padding: 10px;
    }

    .title-news ul li {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .title-news ul::-webkit-scrollbar {
        display: none;
    }
}
._colorSelect a{
    width: 72px;
    padding: 2px;
    border-radius: 25px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}
._colorSelect a img{
    width: 68px;
    height: 42px;
    object-fit: cover;
    border-radius: 25px;
}
.social-footer{
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}
.social-footer img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}