@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/* =====================
HEADER
===================== */
.kno-sidemenu{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
}
.kno-sidemenu p {
        font-family: "Montserrat", sans-serif;
    font-weight: 500 !important;
    font-size: 14px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    /* Or your header background */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease;
}

.fixed-header .logo_slide {
    display: none;
}

.fixed-header .col-auto img {
    width: 20px;
}

header .menu_line {
    padding: 10px 0;
}



header .container-fluid-ln {
    border-top: 1px solid #ccc;
}

header a.hd-btn {
    align-items: center;
    font-size: 13px;
    line-height: 22px;
    padding: 2px 15px;
    color: rgb(255 255 255);
    background-color: rgb(0 0 0);
    border-radius: 3rem;
    transition: background-color 300ms ease-in;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 16px;
    display: inline-block;
}

#nav-links {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

#nav-links .grd {
    margin-right: 50px;
}

#nav-links .grd:last-child {
    margin-right: 0;
}

#nav-links a {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #000;
    line-height: 1.146;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.sidebar {
    height: 100%;
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    background: #f0f0f0;
    overflow-y: auto;
    z-index: 1050;
    transition: 0.4s ease;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
    padding-top: 14px;
    padding-left: 0;
    padding-right: 10px;
}

.sidebar .section {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin: 0;
}

/* .sidebar .section.mt-0{} */
.sd-br-icn {
    margin: 0 0 10px 0;
}

.sd-br-icn a {
    text-align: right;
    margin-top: 0;
    font-size: 18px;
    cursor: pointer;
    margin-left: 0;
    color: #000;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
}

.sidebar.show {
    left: 0;
}

.sidebar .sd-br-icn img {
    width: 17px;
}

.sidebar .list-unstyled .sidebar-link {
    padding: 8px 0;
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;
    margin: 0;
    position: relative;
    transition: all 600ms ease-in-out;
        font-family: 'Montserrat';
        font-size: 16px;
}

.sidebar .sidebar-link:hover {
    padding: 8px 15px 8px 15px
}

.sidebar .sidebar-link a {
    text-decoration: none;
    color: #000;
    display: block;
}

.sidebar .sidebar-link.active ul {
    display: block !important;
}

.sidebar .sidebar-link ul li a {
    text-decoration: none;
    color: #000;
}

.sidebar li:hover {
    background: #f5f5f5;
}

.sidebar li.sidebar-link2,
.sidebar li.sidebar-link1 {
    padding: 0px 0 !important;
}

.sidebar li.sidebar-link2:hover,
.sidebar li.sidebar-link1:hover {
    background: transparent;
}

.sidebar li.sidebar-link1 span:hover,
.sidebar li.sidebar-link2 span:hover {
    background-color: rgba(0, 0, 0, 0.06);
    padding: 8px 15px 8px 15px;
    border-radius: 7px;
}

.sidebar .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.sidebar .sidebar-link span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px 8px 0;
    transition: all 600ms ease-in-out;
    border-radius: 7px;
}

.sidebar .sidebar-link ul {
    padding: 0;
    margin: 0;
}

.sidebar .sidebar-link ul li {
    list-style: none;
    margin: 0px 0 0 18px;
    padding: 8px 0;
    border-radius: 7px;
    transition: all 600ms ease-in-out;
}

/* .sidebar .sidebar-link ul li{ margin: 0 0 5px 20px; }*/
.sidebar .sidebar-link ul li:hover {
    padding: 8px 0 8px 10px;
}

.sidebar .sidebar-link ul li:last-child {
    margin-bottom: 0;
}

#sidebarMenu {
    height: 100vh;
    overflow-y: auto;
    background: #f9f9f9;
    padding: 10px !important;
    scrollbar-width: thin;
    scrollbar-color: #f9f9f9 transparent;
}

/* Webkit (Chrome, Edge, Safari) */
#sidebarMenu::-webkit-scrollbar {
    width: 6px;
}

#sidebarMenu::-webkit-scrollbar-track {
    background: transparent;
}

#sidebarMenu::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 10px;
}

#sidebarMenu::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

.sidebar .section .add-bx {
    padding-bottom: 20px;
    display: block;
}

.sidebar .section .add-bx h6 {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    font-family: "Montserrat", sans-serif;
}

.sidebar .section .add-bx a.mb-ct {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
     font-family: "Montserrat", sans-serif;
         text-decoration: none;
}

.sidebar .section .add-bx h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 10px 0;
}

.section-title {
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 23px;
    font-weight: 500;
    color: #595c5f !important;
}

/* .sidebar .product-scroll {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 16px;
    scroll-behavior: smooth;
    cursor: grabbing;
    cursor: -webkit-grabbing;
    justify-content: space-between;
}

.sidebar .product-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
    scrollbar-width: none;
} */


.sidebar .product-scroll .owl-item .item .product-card img {
    width: auto !important;
    height: 104px;
    margin: auto;
}

.sidebar .product-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
}

.sidebar .product-scroll::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in Chrome/Safari */
}

.sidebar .arrow {
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 0;
    border-radius: 0;
    z-index: 9999;
    padding: 0;
}

.sidebar .left-arrow {
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 30px;
    background: url(../../images/home_v2/slider-left.png) no-repeat;
    display: inline-block;
    background-size: 17px;
    vertical-align: middle;
    background-position: center;
    padding: 5px;
    background-color: #f2f6f7;
    border-radius: 50px;
    padding: 0;
}

.sidebar .right-arrow {
    right: 0;
    bottom: -10px;
    width: 30px;
    height: 30px;
    background: url(../../images/home_v2/slider-right.png) no-repeat;
    display: inline-block;
    background-size: 17px;
    vertical-align: middle;
    background-position: center;
    padding: 5px;
    background-color: #f2f6f7;
    border-radius: 50px;
    padding: 0;
}

.sidebar .arw-bx {
    z-index: 999;
    position: absolute;
    width: 23%;
    right: 0;
    top: 0;
    height: 20px;
}

.product-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 160px;
    background: #f8f8f8;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
    transition: background 0.3s ease;
}

div#closeSidebar {
    text-align: right;
    margin-top: 0;
    font-size: 20px;
    cursor: pointer;
    margin-left: 23px;
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 28px;
}

/* .product-card:hover {
  background: #fff;
} */

.product-card img {
    height: 104px;
    margin-bottom: 15px !important;
    pointer-events: none;
    width: auto !important;
    margin: auto;
}

.product-card p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #000 !important;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.product-card a {
    text-decoration: none;
    color: #000;

}

.product-scroll-wrapper,
.product-scroll,
.product-card,
.product-card * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    scrollbar-width: thin;
    scrollbar-color: #f9f9f900 transparent;
}

.product-scroll {
    cursor: grab;
}

.product-scroll.dragging {
    cursor: grabbing;
}

.product-scroll,
.product-scroll * {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.product-scroll a {
    text-decoration: none !important;
}
.kno-sidemenu {
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    transition: all .3s 
ease;
    background: #fff;
    padding: 10px;
}
.kno-sidemenu a.hd-btn {
    align-items: center;
    font-size: 13px;
    line-height: 22px;
    padding: 2px 15px;
    color: rgb(255 255 255);
    background-color: rgb(0 0 0);
    border-radius: 3rem;
    transition: background-color 300ms 
ease-in;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 16px;
    display: inline-block;
    text-decoration: none;
}
@media screen and (max-width: 1200px) {
.kno-sidemenu {
    top: 34px;
}
}
@media screen and (max-width: 767px) {
    .kno-sidemenu a.hd-btn {
        align-items: center;
        font-size: 12px;
        line-height: 17px;
        padding: 3px 12px;
    }
     img#menuToggle {
        width: 23px;
    }
}
@media screen and (max-width: 389px) {
.kno-sidemenu a.hd-btn{
    font-size: 11px;
    padding: 3px 10px;
}
}
/* =====================
Banner
===================== */