﻿:root {
    /* --primary-color: #003b56;
    --primary-color: #0071bc; */
    --primary-color: #014d7f;
}
body {
    font-family: 'Poppins', sans-serif !important;
}
.containerr {
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}
.content-body {
    background-color: #fff;
    padding-bottom: 30px;
}
.content-wrapper {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
}  
.btn-custom-1 {
    border: none;
    background-color: unset;
}
.customs-btn:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, .4);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 3px;
    overflow: hidden;
}
.customs-btn {
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 3px;
    padding: 6px 15px;
    outline: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customs-btn:hover:after {
    height: 100%;
    top: 0;
}
.success-btn {
    background-color: var(--primary-color);
}
.success-btn:hover {
    background-color: #333;
    color: #fff;
}
.danger-btn {
    background-color: #333;
}
.danger-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
/* header-top */
.header-top {
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
    padding: 0;
}
.main_header .container {
    width: 1730px;
    max-width: 100%;
}
.desktop-top-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-nav-offer-text {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    display: flex    ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}
.header-nav-offer-text i {
    font-size: 16px;
    color: #000000;
    margin-right: 5px;
}
.header-nav-offer-text p {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0;
}
.header-language-currency-wrapper {
    text-align: right;
}
.desktop-top-wrapper .header-compare, .header-language, .header-currency {
    display: inline-block;
    position: relative;
    vertical-align: middle;
} 
.header-nav-hotline {
    margin-left: 15px;
}
.header-top-right {
    justify-content: flex-end;
    font-size: 15px;
} 
.header-contact {
    margin-left: 15px;
} 
.header-language {
    margin-left: 15px;
} 
.language-btn {
    position: relative;
    padding: 0 4px;
}
.forward-slash {
    position: relative;
}
.forward-slash::before {
    position: absolute;
    content: "/";
    top: 1px;
    left: -6px;
}


/* header nav */
.logo-wrapperr {
    position: relative;
}
.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company-name {
    padding-left: 10px;
    margin-top: 7px;
    font-size: 1.1rem;
    color: #0071bc;
    text-align: center;
}
.search_container {
    width: 60%;
}
.search_container form {
    border-color: #c2bfbf;
    border-radius: 0;
    width: 100% !important;
}
.search_box button {
    background: transparent !important;
    color: #222222 !important;
}
.header_account_area {
    margin-left: auto;
    min-width: 40%;
}
.header-nav-right-block {
    padding: 0px 15px;
    display: flex;
    align-items: center;
}
.header-nav-right-block button {
    padding: 0px 5px;
}
.header-nav-right-block button:not(:first-child) {
    margin-left: 8px;
}
.header-nav-right-block button span {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.header_account_list span.lnr-cart {
    font-size: 43px;
}

/* menu  */
.header-menu  {
    background-color: var(--primary-color);
} 
.header-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.menu-list li {
    position: relative;
}
.menu-list > li > a {
    display: block;
    text-shadow: 1.2px 1px #00000020;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Roboto";
    letter-spacing: .8px;
    padding: 0 15px;
    line-height: 48px;
    text-transform: uppercase;

}.menu-list > li:first-child > a {
    /* padding-left: 0 !important; */
}
.menu-list  {
    display: flex;
    justify-content: flex-start;
}
.menu-list > li:hover {
    background-color: #f9f9f9; 
    transition: background-color .3s ease-in;
}
.menu-list > li:hover > a {
    color: #333;  
}
.menu-list > li > ul li:hover {
    background-color: var(--primary-color); 
    transition: background-color .3s ease-in;
}
.menu-list > li> ul li:hover > a {
    color: #fff; 
}
.menu-list li ul {
    position: absolute;
    min-width: 250px;
    z-index: 99999;
    background-color: #fafafa;
    border-radius: 0 0 5px 5px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); 
    transform: perspective(600px) rotateX(-90deg); 
    transform-origin: 0 0 0;
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    border-bottom: 4px solid #333;
    padding-bottom: 5px;
}
.menu-list ul li {
    min-width: 220px;
}
.menu-list ul li a {
    margin: 0 20px;
    padding: 8px 0;
    display: inline-block;
}
.menu-list ul li ul {
    top: 0;
    left: 100%;
}
.menu-list ul li a.item-has-child::after {
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 18px;
    top: 9px;
    font-size: 10px;
    color: #666;
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
}

.menu-list li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0; 
}
 
.menu-hotline {
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.menu-hotline a {
    display: flex;
    align-items: center;
}
.menu-hotline span {
    display: inline-block;
    font-size: 15px;
}
.menu-hotline .hotline-text {
    margin-right: 10px;
}
.menu-hotline .number {
    font-weight: 500;
}
.menu-hotline i {
    font-size: 18px;
    padding-top: 3px;
    margin-right: 5px;
}

/* slider section */
.slider-wrapper {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    flex-wrap: wrap;
    /* gap: 10px; */
}
.slider-cate {
    width: 280px;
    border: 1px solid #a7a7a7;
    font-family: "Poppins", sans-serif;
    background-color: rgb(234 241 251);
    position: relative;
    z-index: 10000;
}
.category-model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgb(127 127 127 / 65%);
}
.slider-cate:hover ~ .category-model{
    display: block;
}
.category-head {
    background-color: var(--primary-color);
    color: #fff;
    height: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.category-content {
    /* padding: 10px 0; */
} 
.cate-items:hover {
    text-decoration: none;
    background-color: #f2f2f2;
}

.cate-list a {
    display: block;
    padding: 6px 0 6px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.cate-items-link:hover {
    background-color: #fff;
    color: var(--primary-color);
    text-decoration: underline;
}
.cate-items-link-a:hover {
    background-color: #fff;
    color: var(--primary-color);
    text-decoration: underline;
}
.cate-items-list {
    position: absolute;
    top: -2px;
    left: 100%;
    z-index: 200;
    display: none;
    /* width: auto; */
    background-color: #fff;
    /* border: 1px solid #a7a7a7;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); */
    min-width: 370px;
    height: 100%;
    overflow-y: auto;
}
.cate-items:hover .cate-items-list {
    display: block;
}
.cate-items-list li {
    border-bottom: 1px solid rgba(75, 85, 99, 0.2);
}
.cate-items-list li:hover {
    background-color: rgb(234 241 251);
}
.cate-items-list li a {
    font-size: 16px;
    font-weight: 500;
}
.cate-items-list li:hover a {
    color: var(--primary-color);

}





.slider-slide {
    width: calc(100% - 280px);
}
.single_slider {
    background-repeat: no-repeat;
    height: auto !important;
}
.slide-wr {
    width: 100%;
}
.slider-right {
    width: 250px;
    background: url(../img/bg/sale-person.jpg);
    background-size: cover;
    background-position-x: 77%;
}
.slider-right-wr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0 59 86 / 55%) ;
}
.slider-contact {
    color: #fff;
    text-align: center;
}
.slider-contact h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.slider-contact a {
    margin-bottom: 3px;
    display: block;
}

/* shipping area */
.shipping_area {
    /* Khoảng cách đệm trên và dưới để tách biệt với các khối khác */
    padding: 30px 0;
    /* Nền trắng hoặc xám nhạt */
    background: #ffffff;
    border-top: 1px solid #eeeeee; /* Đường kẻ mỏng phía trên */
    border-bottom: 1px solid #eeeeee; /* Đường kẻ mỏng phía dưới */
}
.single_shipping {
    display: flex; /* Bật Flexbox để sắp xếp icon và content */
    align-items: center; /* Căn chỉnh theo chiều dọc (giữa) */
    padding: 15px 0;
    margin-bottom: 10px;
}
.shipping_icone {
    /* Kích thước của vùng chứa icon */
    width: 40px; 
    height: 40px; 
    min-width: 40px; /* Đảm bảo kích thước không đổi */
    text-align: center;
    
    /* Thiết lập hình tròn hoặc vuông */
    border-radius: 50%; /* Làm hình tròn (tùy chọn) */
    background-color: #f5f5f5; /* Nền nhẹ cho icon */
    
    /* Căn giữa icon bên trong */
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin-right: 15px; /* Khoảng cách với nội dung */
}

.shipping_icone i {
    font-size: 18px; 
    color: #dc3545; /* Màu thương hiệu (ví dụ: đỏ) */
}

.shipping_content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 2px; /* Khoảng cách nhỏ với đoạn p */
    font-family: 'Poppins', sans-serif;
}

.shipping_content p {
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
/* product section */
.product-card-wrapper {
    padding: 0 7.5px;
    margin-bottom: 15px;
}
.product-card {
    background-color: #fbfbfb;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #eee;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.product-card:hover {
    box-shadow: 0px 5px 10px 0px rgba(23, 84, 116, 0.18);
    transition: all 0.5s ease-in-out;
}
.card-image-wr {
    overflow: hidden;
    padding-right: 0;
    position: relative;
}
.card-image-wr a {
    text-align: center;
    display: block;
    position: relative;
}
.card-image-wr img {
    display: block;
    width: 100%;
    margin: auto;
}
.product-card .product-hover-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(30px);
    transform-style: preserve-3d;
    transition: all 0.6s ease-in-out;
    background-color: #fff;
}
.product-card:hover .product-hover-img {
    opacity: 1;
    transition: all 0.6s ease-in-out;
    transform: translateX(0px);
}
.product-flags {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    margin: 0;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.product-online-new-wrapper {
    left: 0px;
    right: auto;
    text-align: left;
}
.product-flag-new {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.6s ease-in-out;
    margin-bottom: 5px;
}
.product-online-new-wrapper li {
    left: 0;
    right: auto;
    text-align: left;
    height: 20px;
    background-color: #444;
    padding: 1px 15px 0 12px;
    clip-path: polygon(0 0%, 85% 0, 100% 50%, 85% 100%, 100% 100%, 0 100%, 0 100%, 0 0);
}
.product-card:hover .product-flags {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.product-info-wrapper {
    padding: 15px;
    text-align: center;
}
.product-description {
    
}
.aggregateRating {
    
}
.all-product-star-icon {
    padding-bottom: 12px;
    line-height: 15px;
}
.star_content {
    
}
.all-product-star-icon .star {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.all-product-star-icon .star i {
    font-size: 10px;
    color: #cccccc;
    margin: 0 1px;
}
.all-product-star-icon .star.star_on i {
    color: #ffc315;
}
.product-title {
    padding: 0 0 10px 0;
}
.product-title h6 {
    color: #333;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 1.35;
    height: 35px;
    overflow: hidden;
    position: relative;
}

.product-title h6::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    line-height: 1;
}
.product-description .product-price {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    color: #232323;
    font-weight: 700;
    text-align: center;
}
.product-price span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}
.product-card:hover .product-price {
    opacity: 0;
}
.product-hover-btn {
    position: absolute;
    top: auto;
    bottom: 7px;
    z-index: 10;
    display: flex;
    justify-content: center;
    text-align: center;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.product-hover-btn li {
    margin: 0 5px;
    background-color: transparent;
    border-radius: 50px;
    border: none;
    display: inline-block;
    vertical-align: middle;
}
.product-hover-btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background-color: #003b56;
    border-radius: 3px;
    color: #fff; 
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    padding: 7px;
}
.product-hover-btn li a span {
    color: #fff;
    font-size: 12px;
}
.product-card:hover .product-hover-btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

/* section  */
.section {
    margin-top: 30px;
}
.section-title-wr {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-title {
    position: relative;
    /* float: left; */
    display: inline-block;
}
.section-title::before {
    content: '';
    width: 110%;
    height: 30px;
    background: linear-gradient(to left, #f5f5f5, transparent);
    display: block;
    position: absolute;
    right: -20%;
    top: 5px;
}
.section-title h2 {
    font-size: 24px;
    color: #333;
    text-transform: capitalize;
    line-height: 36px;
    position: relative;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    padding-bottom: 20px;
    letter-spacing: .3px;
    margin-bottom: 0;
    display: block;
    text-align: center;
}
.section-title h2 i {
    color: #ffc107;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.w-section-banner {
    width: 23%;
}
.w-section-content {
    width: 77%;
}
.section-banner {
    height: calc(100% - 25px);
    position: relative;
}
.section-banner img {
    height: 100%;
    width: 100%;
    /*object-fit: cover;*/
}
.section-banner h3 {
    position: absolute;
    width: 77%;
    height: 100px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}
.section-right > .row {
    margin-left: 0;
    margin-right: 0;
}
/* random product section */
.random-tab {
    margin-right: 70px;
}
.random-tab-list {
    display: flex;
    border-bottom: none;
}
.random-tab-items {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 1px solid transparent;
    margin: 0 8px;
    border-radius: 3px;
    background-color: #eee;
}
.random-tab-items::before { 
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 3px;
    top: 0;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0,1,1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: #c80436;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    transition: transform .3s;
    left: 0;
    display: none;
}
.random-tab-items:hover::before { 
    display: block;
}
.random-tab-items:has(.active) { 
    background-color: var(--primary-color) !important; 
}
.random-tab-items:has(.active) a {  
    color: #fff;
}
.random-tab-link {
    display: block;
    padding: 6px 25px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    position: relative;
    z-index: 1;
    letter-spacing: .6px;
    font-family: 'Poppins';
    text-transform: capitalize;
    vertical-align: middle;
}
.random-carousel .owl-nav {
    position: absolute;
    top: -75px;
    right: 0px;
}
.random-carousel .owl-nav i {
    padding: 8px 12px;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 500;
}
.random-carousel .owl-nav i:hover { 
    color: #000;
}

/* category section */
/* brand section */
.brand-block {
    height: 50px;
    align-content: center;
}
.brand-block img {
    height: 100%;
    width: auto !important;
    vertical-align: bottom;
}


/* page-detail */
.page-details {
    margin-top: 30px;
    margin-bottom: 30px;
}
.sidebar-category-wr {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 0;
    background-color: #fff;
}
.sidebar-cate-head {
    background-color: #fbfbfb;
    padding: 10px 15px;
    text-align: left;
}
.sidebar-head-link {
    text-align: left;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .3px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: capitalize;
    display: block;
    position: relative;
}
.sidebar-head-link::before {
    content: '';
    position: absolute;
    background-color: #003b56;
    width: 40px;
    height: 2px;
    bottom: -3px;
}
.sidebar-cate-content {
    margin: 0;
    padding: 10px 20px;
}
.sidebar-items {
    position: relative;
    padding: 0;
}
.sidebar-items:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}
.sidebar-items a {
    font-weight: 500;
    font-size: 15px;
    color: #666;
    padding: 10px 0;
    margin: 0;
    display: block;
    width: 100%;
}

.page-detail-content-wr {
    padding: 0px 20px;
}
.page-detail-title h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
.page-detail-section {
    margin-top: 20px;
}
.page-detail-section-title {

}
.page-detail-section-content .row {
    margin: 0 -7.5px;
}
.page-detail-banner {
    width: 100%;
    padding: 0;
}
.page-detail-banner:not(:first-child) img { 
    margin-top: 15px;
}
.page-detail-banner img {
    width: 100%;
    height: auto;
    object-fit: cover; 
}

/* product detail */
.quantity_box {
    margin-bottom: 15px;
}
/* .product-details-tab {
    display: flex;
}
.zoomWrapper.single-zoom {
    width: calc(100% - 150px);
}
.single-zoom-thumb {
    width: 140px;
} */

/* popup bảng chọn thông số */
.model-content-wr {
    max-width: 600px !important;
} 
.specification-group:not(:first-child) {
    margin-top: 15px;
}
.specification-head h5 {
    font-size: 15px;
    line-height: 1.5;
}
.specification-content {
    margin-left: 25px;
}
.specification-content label {
    font-size: 15px;
}
.model-header-wr h4 {
    line-height: 1;
}
.model-header-wr h4:first-child {
    margin-bottom: 6px;
}
.specification-head {
    position: relative;
}
.specification-head::before {
    /* content: '';
    width: 110%;
    height: 30px;
    background: linear-gradient(to left, #f5f5f5, transparent);
    display: block;
    position: absolute;
    right: -20%;
    top: 5px; */
}
.specification-input-group {
    display: inline-block;
    padding: 5px 4px;
}
.input-group-wr {
    margin-top: 4px;
}
/* footer */

.footer-social {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
}
.footer-social-items img {
    height: 35px;
    width: auto;
    margin-right: 15px;
} 

/* sticky right button */
.right-0 {
    right: 0;
}
.left-0 {
    left: 0;
}
.page-button-sticky { 
    position: fixed;
    top: 0;
    white-space: nowrap;
    width: auto;
    margin: auto;
    bottom: 0;
    max-height: 200px;
    z-index: 2;
}
.button-sticky {
    position: relative;
    min-width: 40px;
    width: auto;
}
.button-sticky-wrapper {
    position: absolute;
}
.button-left-sticky-wrapper {
    position: absolute;
    right: 0;
}
.sticky-button-items {
    background-color: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    padding: 0 10px;
    height: 28px;
    text-transform: uppercase;
    display: block; 
    transition: all 0.2s ease;
    margin: 10px 0;
    overflow: hidden;
}
.sticky-right-items {
    border-radius: 15px 0 0 15px;
}
.sticky-left-items {
    border-radius: 0 15px 15px 0;
}
.sticky-button-link {
    width: 100%;
    display: inline-block;
}
.sticky-button-link i {
    color: #6f6f6f;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    transition: all 0.2s ease;
}
.sticky-right-items i {
    float: left; 
}
.sticky-left-items i {
    float: right;
}
.scrollTop-icon {
    rotate: 90deg; 
    position: relative;
    left: 2px;
    bottom: 1px;
}
.sticky-button-name {
    color: #fff;
    font-size: 11px;
    line-height: 28px;
    opacity: 0; 
    transition: all 0.2s ease;
}
.sticky-left-items .sticky-button-name {
    float: right;
    margin: 0 11px 0 0px;
}
.sticky-right-items .sticky-button-name {
    margin: 0 0 0 11px;
    float: left;
} 
.sticky-right-items:hover {
    background-color: #333;
    margin-left: calc(-100% + 30px);
}
.sticky-left-items:hover {
    background-color: #333;
    margin-right: calc(-100% + 30px);
}
.sticky-button-items:hover .sticky-button-name {
    opacity: 1;
}
.sticky-button-items:hover .sticky-button-link i {
    color: #fff; 
}
.mobile-search {
    display: none;
}
.canvas_open {
    display: none;
}













@media (max-width: 1661px) {
    .content-wrapper {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    } 
}
@media (min-width: 992px) and (max-width: 1200px) {
    .slider-cate {
        width: 240px;
    }
    .slider-slide {
        width: calc(100% - 240px);
    }
    .slider-right {
        width: 190px;
    }
    .hotline-text {
        display: none !important;
    }
    .menu-list > li > a {
        font-size: 13px;
        padding: 0px 11px;
    }
}
@media (max-width: 992px) {
    .content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
   .logo {
    padding-top: 10px;
   }
   .mobile-search {
        display: flex;
        justify-content: center; 
        margin-bottom: 5px;
    }
   .mobile-search form {
        width: 60%;
    }
    .search_box {
        border: 1px solid #ededed;
    }
    .slider-cate {
        width: 190px;
    }
    .slider-slide {
        width: calc(100% - 190px);
        display: flex;
        flex-direction: column;
    }
    .category-model {
        display: none !important;
    }
    .category-product-section .w-section-content > .row {
        /* max-height: 631px; */
        overflow: hidden;
    }
    .product-info-wrapper {
        padding: 10px 10px 2px;
    }
    .section-content.d-flex {
        flex-wrap: wrap;
    }
    .section-banner {
        height: 100%;
    }
    .product-card-wrapper {
        margin-bottom: 5px;
    }
    .product-card-wrapper:nth-child(7),
    .product-card-wrapper:nth-child(8),
    .product-card-wrapper:nth-child(9),
    .product-card-wrapper:nth-child(10),
    .product-card-wrapper:nth-child(11),
    .product-card-wrapper:nth-child(12) {
        display: none;
    }
    .product-card {
        margin-bottom: 1px;
    }
    .product-title {
        padding: 0 0 5px 0;
    }
    .product-hover-btn {
        position: relative;
        opacity: 1;
        visibility: visible;
        margin-top: 10px;
    }
    .product-hover-btn .compare {
        display: none;
    }
    .product-hover-btn li {
        margin: 0 2px;
    }

    .offcanvas {
        z-index: 99999;
    }
    .offcanvas-wrapper {
        padding: 50px 15px 30px;
    }
    .offcanvas-wrapper .call-support {
        display: block;
        position: relative;
    }
    .offcanvas-wrapper .call-support button {
        position: absolute;
        right: 10px;
    }
    .canvas_open {
        display: block;
    }
    .slider-wrapper {
        padding-top: 10px;
    }
    .cate-list a {
        font-size: 14px;
    }
    .slider-slide .slider-contact {
        width: 100%;
        height: 100%;
        background: url(../img/bg/sale-person.jpg);
        background-size: cover;
        background-position-x: 77%;
        padding: 10px 25px 5px;
    }
    .random-tab {
        margin-right: 90px;
        padding-bottom: 10px;
    }
    .section-title h2 {
        padding-bottom: 10px;
    }
    .w-section-banner {
        width: 39%;    
    }
    .w-section-content {
        width: 61%;    
    }
}
@media (max-width: 668px) {
   .header-menu {
    display: none;
   }
   .header-top-right {
    display: none !important;
   }
   .header-nav-offer-text {
    text-align: center;
   }
   .header-nav-right-block button span {
    font-size: 14px;
   }
   .header_account_list span.lnr-cart {
    font-size: 25px;
   }
   .company-name {
    font-size: .8rem;
   }
   .slider-slide {
    width: 100%;
   }
   .section-left,
   .section-right {
    width: 100%;
    padding-top: 10px;
   }
   .d-mobile-none {
    display: none !important;
   }
   .section-title-wr {
        flex-direction: column;
    }
    .section-title::before {
        display: none;
    }
    .random-tab {
        margin-right: 10px;
        margin-bottom: 30px;
    }
    .random-tab-list {
        gap: 10px;
    }
    .random-tab-items {
        margin: 0;
    }
    .random-tab-link {
        padding: 6px 19px;
    }
    .random-carousel .owl-nav {
        top: -62px;
        right: 50%;
        transform: translateX(50%);
    }
    .category-product-section .w-section-content > .row {
        max-height: none;
    }
}

.file-design-box {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background: #f9f9f9;
}

.file-item:hover {
    background-color: #fff !important;
    transition: 0.3s;
}

/* Tùy chỉnh nút bấm nhỏ xinh */
.btn-action {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-radius: 4px !important;
    margin-left: 5px;
}

.btn-close-custom {
    opacity: 0.6; /* Bình thường hơi mờ để không tranh chấp với tiêu đề */
    background: none !important;
    border: none !important;
    color: #333 !important;
    font-size: 35px !important;
    font-weight: 300;
    line-height: 1;
    transition: all 0.2s;
    padding: 0 15px !important;
    outline: none !important;
}

    .btn-close-custom:hover {
        opacity: 1;
        color: #ff4d4d !important; /* Chỉ khi muốn đóng, di chuột vào nó mới đỏ lên */
        transform: scale(1.2); /* Phóng to nhẹ một chút */
    }

/* Thêm một đường kẻ ngăn cách nhẹ ở Header */
.modal-header {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding: 12px 20px;
}