/* COMMON STYLES
–––––––––––––––––––––––––––––––––––––––– */
:root {
    --white: #fff;    
    --black: #28282B;    
    --poppins: "Poppins", serif;
    --siliguri: "Hind Siliguri", serif;
    --transparent: transparent;
}
body.theme2.theme5 .font-bold-300{
    font-weight: 300 !important;
} 
body.theme2.theme5 .font-bold-400{
    font-weight: 400 !important;
} 
body.theme2.theme5 .font-bold-500{
    font-weight: 500 !important;
} 
body.theme2.theme5 .font-bold-600{
    font-weight: 600 !important;
} 
body.theme2.theme5 .font-bold-700{
    font-weight: 700 !important;
} 
body.theme2.theme5 .font-bold-800{
    font-weight: 800 !important;
} 
* {
    box-sizing: border-box;
}
body.theme2.theme5 {
    font-family: "Poppins", serif !important;
    overflow-x: hidden;
}
body.theme2.theme5 .poppins,body.theme2.theme5 .font-poppins{
    font-family: "Poppins", serif !important;
}
body.theme2.theme5 .siliguri,body.theme2.theme5 .font-siliguri{
    font-family: "Hind Siliguri", serif !important;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul,li{
    list-style: none;
}
.font-bold{
    font-weight: bold;
}
.font-bolder{
    font-weight: bolder;
}
.color-transparent{
    color: transparent !important;
}
.line-height-5{
    line-height: 5px;
}
.col-lg-19{
    width: 19%;
}
.col-lg-20{
    width: 20%;
}
.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-21 {
    font-size: 21px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-23 {
    font-size: 23px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-27 {
    font-size: 27px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-29 {
    font-size: 29px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.width-18 {
    width: 18%;
}
.width-19 {
    width: 19%;
}
.width-20 {
    width: 20%;
}
.radius-1{
    border-radius: 1px;
}
.radius-2{
    border-radius: 2px;
}
.radius-3{
    border-radius: 3px;
}
.radius-4{
    border-radius: 4px;
}
.radius-5{
    border-radius: 5px;
}
.radius-6{
    border-radius: 6px;
}
.radius-7{
    border-radius: 7px;
}
.radius-8{
    border-radius: 8px;
}
.radius-9{
    border-radius: 9px;
}
.radius-10{
    border-radius: 10px;
}
body .product-cart-wrap .product-badges span.hot {
    background-color: #f54853;
}
.button-primary{
    background-color: var(--primary);
}
.button-primary:hover{
    background-color: var(--primary);
    box-shadow: var(--primary-rgba);
}
.slider-prev,
.slider-next,
.owl-prev,
.owl-next {
    cursor: pointer;
    width: 25px;
    height: 35px;
    display: block;
    color: var(--primary);
    background: var(--white);
    border: 1px solid var(--primary);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.owl-prev,.slider-prev {
    left: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 12px;
}

.owl-next,.slider-next {
    right: -20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
}

.slider-prev:hover,
.slider-next:hover,
.owl-prev:hover,
.owl-next:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
}
.section-title {
    font-size: 36px;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 0 0 0;
    margin: 0 0 10px 0;
}
.form-control:focus {
    box-shadow: none;
}
.primary-color{
    color: var(--primary);
}
.dropdown-item{
    font-size: 14px;
    transition: 300ms;
}
.dropdown-item:hover{
    color: var(--white);
    background-color: var(--primary);
}
.lg-arrow-none .owl-nav{
    display: none;
}
.show.offcanvas{
    z-index: 2000;
}
.banner-section img{
    border-radius: 4px;
}
body .product-section .category-banner .img img,
body section.home-slider .owl-carousel .owl-stage-outer,
body .slider-banner-carousel .owl-stage-outer {
    border-radius: 4px;
}
body div.main-content {
    width: 100%;
    padding: 0;
    margin-left: 0;
    min-height: 100vh;    
}
body header.header-area.make-blur.header-style-3.header-height-2.sticky-bar{
    position: relative !important;
}
body .main-menu.main-menu-padding-1.main-menu-lh-2 > nav{
    text-align: center;
}
body.fixed header.header-area.make-blur.header-style-3.header-height-2.sticky-bar{
    position: fixed !important;
}
body div.slider-section img {
    border-radius: 0px;
}
body header.header-style-3 div.header-top-ptb-1 {
    background-color: #f4f4f4;
}
body header.header-style-3 .header-top-ptb-1 a {
    color: #777777;
}
body header.header-style-3 .header-top-ptb-1 i {
    font-size: 16px;
    margin-right: 3px;
}
body .notice > p{
    font-size: 14px !important;
}
body header.header-style-3 .search-style-2 form input {
    border-radius: 2px;
    margin: 0 !important;
    padding: 6px 50px 6px 20px;
    border: 0;
    /* box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; */
    transition: 300ms;
}
body header.header-style-3 .search-style-2 form input:focus {
    /* border-color: var(--primary); */
    /* border-radius: 4px !important; */
    /* box-shadow: rgba(93, 198, 219, 0.06) 0px 0px 0px 1px,
        rgba(93, 198, 219, 0.03) 0px 1px 1px -0.5px,
        rgba(93, 198, 219, 0.04) 0px 2px 2px -1px,
        rgba(93, 198, 219, 0.04) 0px 3px 3px -1.5px,
        rgba(93, 198, 219, 0.03) 0px 5px 5px -2.5px,
        rgba(93, 198, 219, 0.03) 0px 10px 10px -5px,
        rgba(93, 198, 219, 0.03) 0px 24px 24px -8px; */
}
body header.header-style-3 .search-style-2 form input::placeholder{
    font-style: normal !important;
    font-size: 13px;
}
body header.header-style-3 .search-style-2 form input{
    font-size: 14px;
    height: auto;
}
body div.header-action-right i.ti{
    font-size: 32px;
}
body div.header-action-right .mini-cart-icon {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    justify-content: center;
}
body div.header-action-right .header-action-2 {
    gap: 20px;
}
body div.header-action-right .create-account {
    background-color: var(--primary);
    color: #28282B;
    padding: 5px 10px;
    border-radius: 2px;
}
body.theme2 .header-action-right a:hover {
    color: white !important;
}
body div.header-action-right i{
    color: #28282B;
    font-size: 16px;
}
.header-right .search-style-2 .top-search-btn > i{
    color: #fff;
}
body.theme5 .header-right .search-style-2 form input:focus {
    border-radius: 12px !important;
}
body.theme5 .search-style-2 form button.top-search-btn {
    background: var(--primary);
    border-radius: 0px 2px 2px 0;
    display: flex;
    align-items: center;
}
body div.header-action-right .pro-count {
    position: absolute;
    left: 20px;
    top: -7px;
    font-size: 12px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: white;
    color: var(--primary);
    text-align: center;
    line-height: 16px;
}
body .header-action-right .cart-info{
    margin: 10px 0 0 7px;
}
body.theme5 div.header-action-right a.mini-cart-icon,
body.theme5 div.header-action-right a.mini-cart-icon:hover {
    color: #28282B !important;
}
body.theme5 div.header-nav {
    width: 100%;
    justify-content: center;
}
body.theme5 div.header-style-3 .main-nav{
    justify-content: center;
}
body div.main-menu nav ul li:hover>a{
    color: var(--primary);
}
body div.main-menu nav ul li > a{
    display: flex;
    align-items: center;
    width: max-content;
}
body div.main-menu nav .mega-menu .sub-mega-menu ul li a {
    font-weight: 500 !important;
    font-size: 13px;
    color: #777777;
}
body.theme5 .header-style-3 .header-bottom-bg-color {
    border-top: 1px solid transparent;
}
body.theme5 .main-menu>nav>ul>li ul.mega-menu li ul {
    margin-left: 0px;
}
body div.main-menu nav .mega-menu .sub-mega-menu ul li a:hover {
    font-weight: 500 !important;
}
body div.main-menu nav .mega-menu .sub-mega-menu .menu-title {
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: -0.5px;
    font-weight: 500 !important;
}
body div.main-menu nav ul li a > img{
    width: 14px;
    margin-right: 3px;
}
body.theme5 .all-categories .main-sidebar {
    margin-top: 0;
    width: 200px;
    height: calc(100vh - 300px);
    overflow: hidden;    
}
body.theme5 header.header-style-3 .header-bottom-bg-color {
    border: none;
}
body.theme5 header.sticky-bar.stick .header-middle {
    display: block !important;
}
body.theme5 .all-categories .main-sidebar {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
body.theme5 .main-menu>nav>ul>li>a i {
    margin-right: 3px;
}
body.theme5 .footer-with-overlay {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    overflow: hidden;
}
body.theme5 .footer-with-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #231f20;
    z-index: 1;
}
.footer-with-overlay .footer-content {
    position: relative;
    z-index: 2;
}
.footer-content .widget-about,.footer-content .widget-about p,.footer-content .app-name p , .footer-content .app-name a,.footer-content .footer-title h5, .footer-mid ul li a{
    color: var(--primary);
}
body.theme5 .main .footer-content .footer-mid .logo.logo-width-1 a img {
    width: 200px;
}
/* body.theme5 .logo.logo-width-1 a img {
    width: 160px;
    max-width: 160px;
    height: 80px;
    display: block;
} */
body.theme5 .logo.logo-width-1 a img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
body.theme5.fixed .logo.logo-width-1 a img {
    width: auto;
    min-width: auto;
    height: 100%;
    line-height: initial;
}
body.theme5 .main-menu>nav>ul>li ul.mega-menu li ul li {
    margin-bottom: 3px;
}
body div.main-menu nav .mega-menu .sub-mega-menu a.menu-title:hover {
    font-weight: 500 !important;
    color: var(--primary);
}
body .slider-section ul.slick-dots li.slick-active button {
    width: 30px;
    height: 4px;
    /* border: 1px solid transparent; */
}
body .slider-section ul.slick-dots li button {
    width: 15px;
    height: 4px;
    /* border: 1px solid var(--primary); */
}
body.theme5 .header-style-3 .header-middle-ptb-1 {
    padding: 10px !important;
    background-color: #231F20;
}
body.theme2 div.search-style-2 .offers-top-btn, body.theme2 .header-action-2 a, body.theme2 .header-action-2 a i {    
   color: #fff;
}
body.theme2 .header-action-2 .mini-cart-icon i{
  color: var(--primary)
}
body.theme5 .header-style-3.stick .header-middle-ptb-1 {
    padding: 15px 0 0px 0;
}
body.theme5.fixed .header-nav .main-menu {
    padding: 0;
}
body.theme5 .main-menu>nav>ul>li ul.mega-menu {
    height: 100vh;
    box-shadow: none !important;
}
body section .section-title {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 0 0 0;
    margin: 0;
    width: 100%;
    font-weight: 600;
    font-family: var(--poppins);
}
body.theme5 .main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-22 {
    width: 19%;
    margin-right: 1%;
}
body .main-menu .line-1 {
    white-space: nowrap !important;
    width: 100% !important;
}
body.theme5 header.header-style-3 .header-bottom-bg-color {
    background-color: transparent !important;
}
body.theme5 .header-nav .main-menu{
    padding: 0 0 0 0;
}
body section.popular-categories .card-1 h5 a {
    font-size: 12px;
}
body .highlighted-categories.popular-categories .card-1 {
    border-radius: 6px;
}
.newsletter-section .email-box input {
    border: 1.5px solid var(--primary);
    padding: 10px 15px;
}
.newsletter-section .news-email, 
.newsletter-section .news-text{
    color: #28282B;
}
.product-section .slider-prev {
    left: -5px;
}
.product-section .slider-next {
    right: -5px;
}
.brand-section .owl-prev {
    left: -10px;
}
.brand-section .owl-next {
    right: -10px;
}
body section.brand-section .brand-item .brand-logo {
    border-radius: 4px;
    height: 120px;
}
body .brand-section .brand-item {
    border-radius: 4px;
}
body .footer-title h5 {
    font-size: 14px;
    text-transform: uppercase;
}
body .footer-mid .footer-title {
    margin-bottom: 15px;
}
@-webkit-keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }

    100% {
        background-position: 650px 0;
    }
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }

    100% {
        background-position: 650px 0;
    }
}
/* PRELOADING ASSETS CSS */
body.theme5 .slider-section {
    margin: 10px 0;
}
body.theme5 .main-sidebar .cd-accordion .sidebar-menu-item {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
    width: 100%;
    height: 20px;
    color: white !important;
    border-radius: 3px;
    overflow: hidden;
}
.preload-categories {
    display: flex;
    overflow: hidden;
    padding-top: 15px;
}

.preload-categories .card-1 {
    width: 19%;
    margin: 5px 5px 5px 5px;
    min-height: 172px;
}

.preload-categories .card-1 figure::after {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-categories .line-1 {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 94%;
    height: 20px;
    transform: translate(-50%, 0);
    border-radius: 3px;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-offer {
    display: flex;
    overflow: hidden;
}

.preload-offer .offer-item {
    width: 31%;
}

.preload-offer .card-date {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
    height: 20px;
}

.preload-offer .card-title {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
    height: 20px;
    margin-top: 5px;
}

.preload-offer .card-text {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
    height: 20px;
}

.preload-offer .card-img-top {
    width: 100%;
    height: 120px;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
    margin-bottom: 10px;
}

.preload-blogs,
.preload-brands,
.preload-arrival,
.preload-brand-tabs,
.preload-category-tabs,
.preload-offer-products,
.preload-category1-products,
.preload-category2-products,
.preload-category3-products,
.preload-category4-products {
    display: flex;
    overflow: hidden;
}

.preload-arrival .product-cart-wrap,
.preload-brand-tabs .product-cart-wrap,
.preload-category-tabs .product-cart-wrap,
.preload-offer-products .product-cart-wrap,
.preload-category1-products .product-cart-wrap,
.preload-category2-products .product-cart-wrap,
.preload-category3-products .product-cart-wrap,
.preload-category4-products .product-cart-wrap {
    margin-top: 5px;
}

.preload-arrival .product-category,
.preload-brand-tabs .product-category,
.preload-category-tabs .product-category,
.preload-offer-products .product-category,
.preload-category1-products .product-category,
.preload-category2-products .product-category,
.preload-category3-products .product-category,
.preload-category4-products .product-category {
    width: 60px;
    height: 15px !important;
    margin-top: 3px;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-arrival .product-name,
.preload-brand-tabs .product-name,
.preload-category-tabs .product-name,
.preload-offer-products .product-name,
.preload-category1-products .product-name,
.preload-category2-products .product-name,
.preload-category3-products .product-name,
.preload-category4-products .product-name {
    width: 100%;
    height: 25px !important;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-arrival .rating-review,
.preload-brand-tabs .rating-review,
.preload-category-tabs .rating-review,
.preload-offer-products .rating-review,
.preload-category1-products .rating-review,
.preload-category2-products .rating-review,
.preload-category3-products .rating-review,
.preload-category4-products .rating-review {
    width: 75px;
    height: 15px;
    margin: 5px 0;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-arrival .product-price,
.preload-brand-tabs .product-price,
.preload-category-tabs .product-price,
.preload-offer-products .product-price,
.preload-category1-products .product-price,
.preload-category2-products .product-price,
.preload-category3-products .product-price,
.preload-category4-products .product-price {
    width: 60px;
    height: 20px;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-brands .brand-item {
    width: 19%;
}

.preload-brands .brand-item .brand-logo {
    height: 120px;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.blog-section .read-more-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    background: var(--primary);
    color: white;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 12px;
}

.blog-section .read-more-btn i {
    margin-top: 2.2px;
    margin-left: 3px;
}

.preload-blogs .blog-item-main {
    width: 32%;
}

.preload-blogs .img {
    width: 265px;
    height: 180px;
    border-radius: 10px;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-blogs .text {
    height: 15px;
    border-radius: 3px;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-blogs .text:last-child {
    height: 10px;
    width: 50%;
}

.preload-testimonials {
    display: flex;
    overflow: hidden;
}

.preload-testimonials .testimonial-item {
    width: 32%;
}

.preload-testimonials .comment {
    width: 100%;
    height: 30px;
    margin: 5px auto 0px auto;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-testimonials .name {
    width: 120px;
    height: 20px;
    margin: 5px auto;
    display: block;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-testimonials .rating {
    width: 80px;
    height: 25px;
    margin: 0px auto 5px auto;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, rgba(237, 237, 237, 0.5) 2%, #fafafa 18%, rgba(237, 237, 237, 0.5) 33%);
}

.preload-testimonials .img img {
    border-radius: 50%;
}
/* NAVBAR STYLE
–––––––––––––––––––––––––––––––––––––– */
.category-banner>.img>img {
    max-height: 250px;
    width: 100%;
}
body .latest-product-section .owl-nav,
body .category-product-section .owl-nav,
body .best-selling-section .owl-nav {
    display: block !important;
}
body .latest-product-section .owl-nav .owl-prev, body .latest-product-section .owl-nav .owl-next,
body .category-product-section .owl-nav .owl-prev, body .category-product-section .owl-nav .owl-next,
body .best-selling-section .owl-nav .owl-prev, body .best-selling-section .owl-nav .owl-next{
    top: 50% !important;
    transform: translate(0%, -50%);
    background: transparent !important;
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}
body.theme2 .owl-nav .owl-next {
    right: -15px;
}
body.theme2 .owl-nav .owl-prev {
    left: -15px;
}
body.theme2 .owl-nav>div>i {
    color: var(--primary);
}
.popular-categories .owl-nav>div {
    top: 110px !important;
}
.popular-categories .owl-nav .owl-next {
    right: -10px !important;
}
.brand-section .owl-nav>div {
    top: 65px !important;
}
body.theme5 .product-cart-wrap p.p-sku {
    font-size: 12px;
    margin: 0;
    min-height: 24px;
}
body .product-info-col .product-info .name {
    font-size: 19px;
    font-weight: 600;
    color: black;
    line-height: 26px;
}
body.theme5 .d-cart-actions {
    display: block;
    align-items: center;
    flex-direction: column;
    height: auto;
}
body .product-view-section .product-quantity i,
.product-view-section .product-quantity input {
    height: 41px;
    width: 35px;
    line-height: 41px;
}
body .product-view-section .product-quantity i:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
body .product-view-section .product-quantity i:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.product-info-col .social-share{
    text-align: center;
}
.product-info-col .social-share>a {
    border: 1.5px solid #ddd;
    border-radius: 50%;
    margin: 0 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
body.theme5 .ms-2{
    margin-left: 7px !important;
}
body .product-view-section .description .nav-item {
    flex: none;
}
body .product-view-section .description .nav.nav-pills {
    justify-content: start;
    border-bottom: 1px solid #ddd;
}
body .product-view-section .description .nav-item .nav-link {
    border-radius: 0;
    border: 1px solid transparent;
    border-top: 3px solid transparent;
    border-bottom: 0;
    color: #28282B;
}
body .product-view-section .description .nav-item .nav-link.active {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-top: 3px solid var(--primary);
    border-bottom: 0;
}
body .cd-accordion__label--icon-folder::before {
    font-size: 12px;
}
body .main-sidebar{
    overflow-x: hidden;
    padding: 5px 0px 0 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.19);
}
body.theme5.fixed .sidebar-side.main-sidebar {
    padding: 5px 0px 0 5px;
}
body.theme5 .cd-accordion__label>span>a {
    font-size: 14px !important;
}
body.theme5 .main-sidebar{
    transition: 300ms;
    margin-top: 0px;
    width: 100%;
    position: unset;
    scrollbar-width: none;
    overflow-y: auto;
    height: 300px;
    border-radius: 2px;
}
body.theme5 .sidebar-side{
    width: 18%;
    margin-right: 1%;
}  
body.theme5 .slider-side{
    width: 81%;
}
body.theme5 .all-categories:hover .main-sidebar{
    display: block !important;
}
body.theme5 .cd-accordion__item a {
    line-height: initial;
}
body .slider-banner-carousel.gap-10{
    gap: 10px; /* Adjust spacing */
}
body .slider-banner-carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}
body .slider-banner-carousel .banner-item {
    flex: 0 0 auto; /* Prevent shrinking */
    width: calc(100% / 12 * var(--col-size) - 10px); /* Dynamically calculate width */
}
/* Extract col-* value and set --col-size */
body .slider-banner-carousel .col-1 {--col-size: 1;}
body .slider-banner-carousel .col-2 {--col-size: 2;}
body .slider-banner-carousel .col-3 {--col-size: 3;}
body .slider-banner-carousel .col-4 {--col-size: 4;}
body .slider-banner-carousel .col-5 {--col-size: 5;}
body .slider-banner-carousel .col-6 {--col-size: 6;}
body .slider-banner-carousel .col-7 {--col-size: 7;}
body .slider-banner-carousel .col-8 {--col-size: 8;}
body .slider-banner-carousel .col-9 {--col-size: 9;}
body .slider-banner-carousel .col-10 {--col-size: 10;}
body .slider-banner-carousel .col-11 {--col-size: 11;}
body .slider-banner-carousel .col-12 {--col-size: 12;}
body .col-w-20 {width: 20%;}
.product-cart-wrap .product-action-1.carts-btn {
    position: unset;
}
.product-cart-wrap .product-action-1 a.action-btn:after {
    left: 50%;
}  
.product-cart-wrap .product-action-1.carts-btn a.action-btn::after,
.product-cart-wrap .product-action-1.carts-btn a.action-btn::before{
    display: none !important;
}
body .product-cart-wrap .product-action-1.carts-btn a.action-btn i {
    font-size: 14px;
    margin-left: 0;
    margin-right: 5px;
}
.product-cart-wrap .product-action-1.carts-btn a.action-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
    color: white;
}
body .product-cart-wrap .product-content-wrap {
    padding: 5px 12px 10px 12px;
    background: var(--primary-rgba1);
    margin-top: 5px;
    margin-bottom: 0px;
}
body .product-cart-wrap:hover .product-content-wrap{
    background: var(--primary-rgba);
}
body.theme5 .product-cart-wrap {
    margin-top: 3px;
}
body .new-badge.product-badges{
    top: 30px !important;
}
.product-cart-wrap .new-badge.product-badges span {
    padding: 8px 22px;
}
body .slider-title{
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 99;
    width: 100%;
    display: flex;
    flex-wrap: wrap;    
    align-items: center;
    justify-content: start;
    height: 100%;
    font-size: 48px;    
    padding-left: 50px;
    font-weight: bold;
    /* background: linear-gradient(90deg, var(--secondary-rgba-1) 15%, var(--secondary-rgba) 60%); */
    /* background: linear-gradient(90deg,var(--secondary-rgba-1) 0%,var(--secondary-rgba-1) 15%,var(--secondary-rgba) 60%,rgba(255, 255, 0, 0) 90%); */
}
body .slider-title span{
    max-width: 60px;
    line-height: initial;
}
body .col-w-18 {
    width: 18%;
}
body .col-w-19 {
    width: 19%;
}
body .col-w-20 {
    width: 20%;
}
.coupon-banner-section{
    padding: 0px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.coupon-banner-section .coupon-overlay{
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background: rgba(255, 255, 255, 0.8);
}
.coupon-banner-section p{
    text-align: center;
}
.coupon-banner-section .banner-coupon{
    border: 1px solid var(--primary);
    border-radius: 18px;
    padding: 5px 15px;
    color: var(--primary);
}
body.theme5 .product-cart-wrap {
    transition: 300ms;
    box-shadow: none;
}
.product-cart-wrap .product-content-wrap .product-price {
    padding-bottom: 5px;
}
body.theme5 .product-cart-wrap:hover {
    box-shadow: 0px 0px 10px 0px var(--primary-rgba);
}
body.theme5 .product-cart-wrap .product-action-1 .action-btn i{
    color: var(--white)
}
body.theme5 .product-cart-wrap:hover .product-action-1 .action-btn i{
    color: var(--white)
}
body.theme2.theme5 .offer-products .card {
    border: none;
}
body.theme5 .product-cart-wrap .product-action-1 button, 
body.theme5 .product-cart-wrap .product-action-1 a.action-btn {
	color: white;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    transition: 300ms;
}
body.theme5 .product-cart-wrap:hover .product-action-1 button, 
body.theme5 .product-cart-wrap:hover .product-action-1 a.action-btn {
    color: var(--white);
  	border-color: #FCB040 !important;    
    background-color: #FCB040 !important;    
}
body .product-cart-wrap .product-content-wrap .product-category a {
    color: var(--primary);
    font-size: 10px;
    background: white;
    display: inline-block;
    width: auto;
    padding: 0 5px;
    border-radius: 10px;
}
.product-cart-wrap .product-content-wrap .product-price span.old-price {
    font-size: 12px;
    font-weight: 500;
    color: #5D031C;
}
.product-cart-wrap .product-content-wrap .product-price span {
    font-size: 20px;
    font-weight: 600;
}
body .product-cart-wrap .product-img a img {
    height: 170px;
}
body.theme5 .product-cart-wrap .product-content-wrap h2 a {
    color: #5D031C;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: var(--poppins);
    height: 32px;
}
body.theme5 .product-cart-wrap {
    height: auto;
    padding: 0;
    border-radius: 3px;
    border: 1px solid var(--primary-rgba);
    box-shadow: 0px 0px 10px 0px var(--primary-rgba);
}
body.theme5 .m-d-none.product-cart-wrap.p-0{
    box-shadow: none;
}
body.theme5 section .section-title {
    text-align: start;
    margin-bottom: 15px !important;
    letter-spacing: 0;
    padding: 0;
    color: #28282B;
}
.offer-section .offer-countdown {
    text-align: center;
    border: 2px solid var(--secondary);
    padding: 60px 0;
    border-radius: 3px;
    background-color: #FFF6F8;
    width: 40%;
}

.offer-section .offer-countdown small {
    font-size: 24px;
    text-transform: uppercase;
    color: #6B6400;
    padding-bottom: 20px;
    display: block;
    font-weight: 500;
}

.offer-section .offer-countdown h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: bold;
    margin: 5px 0;
}

.offer-section .offer-countdown p {
    font-size: 12px;
    line-height: initial;
    width: 80%;
    margin: 0 auto;
}

.offer-section .offer-countdown .simple-timer .syotimer__body {
    display: flex;
    justify-content: center;
}

.offer-section .offer-countdown .simple-timer .syotimer-cell {
    margin: 10px 5px;
}

.offer-section .offer-countdown .simple-timer .syotimer-cell .syotimer-cell__value {
    background: var(--secondary);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #6B6400;
    border-radius: 2px;
    font-size: 28px;
    font-weight: 500;
}

.offer-section .offer-countdown .simple-timer .syotimer-cell .syotimer-cell__unit {
    text-transform: capitalize;
    font-size: 10px;
    line-height: initial;
}

.offer-products {
    position: relative;
    border: 1.9px solid #ececec;
    width: 58%;
    margin-left: 2%;
}

.offer-products .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.offer-products .card {
    padding: 40px 5px;
    height: 270px;
    overflow: hidden;
}

.offer-section .thumbnails {
    display: flex;
    justify-content: center;
    margin: 5px auto;
}

.offer-section .thumb-item img {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    border: 1px solid var(--primary);
    margin: auto 2px;
}

.offer-section .product-show-price {
    color: var(--primary);
    font-size: 18px;
}

.offer-section .product-rating {
    color: orange;
}

.offer-section .product-description {
    font-size: 12px;
    line-height: initial;
    margin: 5px 0;
    display: block;
}

.offer-products .slick-dots li {
    margin: 0 3px;
}

.offer-products .slick-dots li button {
    border: none;
    width: 10px;
    height: 12px;
    font-size: 0px;
    color: white;
    border-radius: 50%;
    display: block;
}

.offer-products .slick-dots li.slick-active button {
    background-color: var(--primary);
}
body.theme5 .blog-section .img {
    height: auto;
}
body .popular-categories .card-1 figure::after {
    display: none;
}
.popular-categories .card-1 a {
    margin-top: 10px;
    padding: 5px;
    background: var(--primary);
    color: white;
}
body .sub-category-main .card-1 a{
    background: transparent;
}
body .sub-category-main .card-1 a.line-1{
    background: var(--primary);
    color: white;
}
body.theme5 .highlighted-categories.popular-categories .card-1 {
    border-radius: 0px !important;
    border: 1px solid var(--primary-rgba);
}
/* Nav doc CSS */
.multi-drop .navbar-doc table {
    border-collapse: collapse;
    width: 100%;
    background: transparent;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.multi-drop .navbar-doc table tr th,
.multi-drop .navbar-doc table tr td {
    text-align: left;
    padding: 15px;
}

.multi-drop .navbar-doc table tr:nth-child(odd) th,
.multi-drop .navbar-doc table tr:nth-child(odd) td {
    background: #f0f5f7;
}

.multi-drop .navbar-doc table tr:nth-child(even) td {
    background: #e9f0f3;
}

.multi-drop .navbar-doc table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.multi-drop .navbar-doc table tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

.multi-drop .navbar-doc table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.multi-drop .navbar-doc table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.multi-drop .navbar-doc table tr:not(:first-child) {
    border-top: 1px solid #e5ecef;
}

.multi-drop .navbar-doc code {
    background: #aed2f5;
    border-radius: 3px;
    color: #000000;
    line-height: 1;
    font-size: 1.2rem;
    padding: 1px 4px;
}

.multi-drop .navbar-doc p {
    font-size: 1.4rem;
    line-height: 1.5;
}

/* Main CSS */
.multi-drop .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 5px 10px; */
    position: relative;
    transition: 0.3s linear;
}

.multi-drop .navbar ul {
    list-style: none;
}

.multi-drop .navbar ul a {
    text-decoration: none;
}

.multi-drop .navbar .navbar-toggler,
.multi-drop .navbar .nav-link,
.multi-drop .navbar .utils-search {
    color: #636363;
}

.multi-drop .navbar .navbar-utils>* {
    cursor: pointer;
}

.multi-drop .navbar .btn-search {
    font-size: 1.5rem;
    background: transparent;
    outline: none;
    border: none;
    color: inherit;
    cursor: pointer;
}

.multi-drop .navbar-nav {
    display: flex;
    list-style: none;
}

.multi-drop .navbar-nav .nav-link {
    padding: 5px 5px 5px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: block;
    transition: 150ms ease;
    position: relative;
}

.multi-drop .navbar-nav .nav-item {
    margin: 0 10px 0 0;    
}

.multi-drop .navbar-nav>.nav-item:hover:after {
    transform: scaleX(1);
    opacity: 1;
}

.multi-drop .navbar-toggler {
    padding: 0.1rem 0.45rem;
    cursor: pointer;
    font-size: 1.5rem;
    background: none;
    outline: none;
    border: 1px solid #636363;
    border: none;
    border-radius: 3px;
    transition: 0.15s linear;
    display: none;
    margin-left: auto;
    margin-right: 20px;
}

.multi-drop .navbar-toggler:hover,
.multi-drop .navbar-toggler:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.36);
}

.multi-drop .navbar-nav .nav-link i{
    transition: 300ms;
}
.multi-drop .navbar-nav .nav-link:hover, .multi-drop .navbar-nav .nav-link:hover i {
    color: var(--primary);
}
.multi-drop .navbar-nav .dropdown .nav-link:hover{
    background: var(--primary);
    color: white !important;
}
.multi-drop .nav-item.icon .dropdown a:before {
    right: 5px;
}

.multi-drop .navbar-nav .nav-link {
    padding: 5px 10px 5px 10px;
}
/* Dropdown CSS */
.multi-drop .nav-item .dropdown {
    width: 200px;
    height: 400px;
    display: block;
    position: absolute;
    top: -5px;
    left: 105%;
    transition: 300ms;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    background: #fff;
    border-radius: 1px;
    z-index: 999;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.multi-drop .nav-item .dropdown .nav-link {
    color: #636363;
}

.multi-drop .nav-item .dropdown .dropdown {
    top: 1px;
    left: calc(100% + 0px);
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.multi-drop .navbar-nav .dropdown .nav-item {
    margin: 0 0px 0 0;
}
.multi-drop .nav-item .dropdown .dropdown:before {
    top: 10px;
    left: -10px;
    border: 5px solid transparent;
    border-right-color: #000;
}

.multi-drop .nav-item .dropdown:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border: 5px solid transparent;
    border-bottom-color: #000;
    display: none;
}

.multi-drop .nav-item .dropdown .nav-item:not(:last-child) {
    margin-bottom: 5px;
}
body .multi-drop .no-dropdown.nav-item .dropdown, 
body .multi-drop .no-dropdown.nav-item > .nav-link::before{
    display: none !important;
}
.multi-drop .nav-item:hover>.dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.multi-drop .nav-item:hover>a::before {
    transform: rotate(90deg);
}

.multi-drop .nav-close {
    margin-left: auto;
    margin-top: 10px;
    display: none;
}

.multi-drop .nav-close .btn-nav-close {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 2.5rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #363636;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multi-drop .nav-close .btn-nav-close .close-btn {
    transform: rotate(45deg);
}

.multi-drop .nav-close .btn-nav-close:hover,
.multi-drop .nav-close .btn-nav-close:focus {
    background: #363636;
    color: #fff;
}

.multi-drop .nav-item.icon>a:before {
    content: "";
    position: absolute;
    right: 0px;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: inherit;
    transition: 0.15s linear;
}

.multi-drop .nav-item.icon:hover>a::before {
    transform: rotate(90deg);
}

/* Responsive (navbar alignments options) */
@media (min-width: 992px) {

    .multi-drop .navbar-brand,
    .multi-drop .navbar-utils {
        flex: auto;
    }

    .multi-drop .navbar-nav {
        flex: 2;
        justify-content: center;
    }

    .multi-drop .navbar-utils {
        text-align: right;
    }

    .multi-drop .navbar-right .navbar-brand,
    .multi-drop .navbar-right .navbar-utils {
        flex: initial;
    }

    .multi-drop .navbar-right .navbar-nav {
        justify-content: flex-end;
        margin-right: 20px;
    }

    .multi-drop .navbar-left .navbar-nav {
        order: 1;
        justify-content: flex-start;
    }

    .multi-drop .navbar-left .navbar-brand {
        order: 2;
    }

    .multi-drop .navbar-left .navbar-utils {
        order: 3;
    }

    .multi-drop .navbar-right .dropdown .dropdown {
        left: unset;
        right: calc(100% + 20px);
        border-top: 0;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
}

/* Nav Option (Logo Center) */
@media (min-width: 992px) {
    .multi-drop .navbar-left .navbar-brand {
        text-align: right;
    }

    .multi-drop .navbar-left .navbar-toggler {
        display: block;
        margin-right: 0;
    }

    .multi-drop .navbar-left .navbar-nav {
        background: #ffffff;
        flex-direction: column;
        z-index: 99999;
        padding: 0 20px;
        opacity: 0;
        transition: 300ms ease;
        /* Sidebar */
        position: fixed;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        overflow-y: auto;
        box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
        transform: translateX(-300px);
    }

    .multi-drop .navbar-left .navbar-nav .nav-link {
        margin: 10px 0;
        color: #636363;
        display: flex;
        align-items: center;
    }

    .multi-drop .navbar-left .navbar-nav>.nav-item:first-child {
        margin-top: 20px;
    }

    .multi-drop .navbar-left .navbar-nav>.nav-item:last-child {
        margin-bottom: 20px;
    }

    .multi-drop .navbar-left .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .multi-drop .navbar-left .navbar-nav .nav-item:hover>.nav-link {
        color: var(--primary);
    }

    .multi-drop .navbar-left .navbar-nav .nav-close {
        display: block;
    }

    .multi-drop .navbar-left .navbar-nav.active {
        max-height: initial;
        opacity: 1;
        transform: translateX(0);
        left: 0;
        box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
    }

    .multi-drop .navbar-left .nav-item .dropdown {
        padding: 0;
        position: initial;
        max-height: 0;
        width: initial;
        border: none;
        box-shadow: none;
    }

    .multi-drop .navbar-left .nav-item .dropdown .dropdown {
        border: none;
    }

    .multi-drop .navbar-left .nav-item .dropdown:before {
        display: none;
    }

    .multi-drop .navbar-left .nav-item:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        max-height: initial;
    }

    .multi-drop .navbar-left .nav-item.icon a:before {
        top: unset;
        right: 0;
    }
}

/* Responsive navbar */
@media (max-width: 991px) {
    .multi-drop .navbar-toggler {
        display: block;
    }

    .multi-drop .navbar-nav {
        background: #ffffff;
        flex-direction: column;
        z-index: 99999;
        padding: 0 20px;
        opacity: 0;
        transition: 300ms ease;
        /* Sidebar */
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100%;
        overflow-y: auto;
        transform: translateX(-300px);
    }

    .multi-drop .navbar-nav .nav-link {
        margin: 10px 0;
        color: #636363;
        display: flex;
        align-items: center;
    }

    .multi-drop .navbar-nav>.nav-item:first-child {
        margin-top: 20px;
    }

    .multi-drop .navbar-nav>.nav-item:last-child {
        margin-bottom: 20px;
    }

    .multi-drop .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .multi-drop .navbar-nav .nav-item:hover>.nav-link {
        color: var(--primary);
    }

    .multi-drop .navbar-nav .nav-close {
        display: block;
    }

    .multi-drop .navbar-nav.active {
        max-height: initial;
        opacity: 1;
        transform: translateX(0);
        left: 0;
        box-shadow: 0px 0px 0 10000px rgba(0, 0, 0, 0.5);
    }

    .multi-drop .nav-item .dropdown {
        padding: 0;
        position: initial;
        max-height: 0;
        width: initial;
        border: none;
        box-shadow: none;
    }

    .multi-drop .nav-item .dropdown .dropdown {
        border: none;
    }

    .multi-drop .nav-item .dropdown:before {
        display: none;
    }

    .multi-drop .nav-item:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        max-height: initial;
    }

    .multi-drop .nav-item.icon a:before {
        top: unset;
        right: 0;
        transform: translateY(0px);
    }
}
.multi-drop .nav-item .dropdown>.nav-item>.nav-link,
.multi-drop .nav-item .dropdown>.nav-item>.nav-link i,
.multi-drop .navbar-nav .nav-link{
    color: #5D031C;
}
.multi-drop .navbar-nav .nav-link i{
    font-size: 14px;
    margin-right: 3px;
    color: #5D031C;
}
body .multi-drop{
    transition: 300ms;
    margin-top: 0px;
    width: 100%;
    scrollbar-width: none;
    overflow-y: auto;
    height: 356px;
    border-radius: 2px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #FFFDE6;
    background: #FFF;
    box-shadow: 0px 0px 15.8px 0px rgba(0, 0, 0, 0.06);
}
.toggle-multi-btn:hover .toggle-multi-drop{
    display: block !important;
}
.toggle-multi-btn{
    position: relative;
}
.toggle-multi-btn .toggle-multi-drop{
    position: absolute;
    top: 40px;
    left: 0px;
    height: 400px;
}
.toggle-multi-btn .nav-link {
    width: 100%;
    text-align: left;
}
.toggle-multi-btn .nav-link {
    line-height: initial;
}
body.theme5 .headerMenu i {
    font-size: 18px;
}
body.theme2 .main-menu>nav>ul>li>a {
    font-weight: 400;
    font-size: 14px;
  	text-transform: uppercase;
  	position: relative;
}
body.theme2 .main-menu>nav>ul>li>a::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(0, -50%);
    background: #e8e8e8;
    width: 2px;
    height: 40%;
}
body.theme2 .main-menu>nav>ul>li:last-child>a:before {
    display: none;
}
body .blog-section .img img {
    border-radius: 3px;
}
.blog-section .text h5 {
    color: #504302;
    font-size: 15px;
}
.blog-section .text p {
    color: #666666;
    font-size: 11px;
}
.blog-section .text p:first-child{
    margin-right: 20px;
    position: relative;
}
.blog-section .text p:first-child::after {
    content: '';
    position: absolute;
    right: -11px;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666666;
}
body.theme2 .product-cart-wrap .product-badges .offer-badge{
    width: 50px;
}
body.theme5 .product-cart-wrap .product-badges span.hot {
    background: transparent;
    padding: 0;
    color: white;
    position: absolute;
    top: 17px;
    left: 50%;
    font-size: 15px;
    font-weight: bold;
    transform: translate(-50%, 0);
}
.preload-product-section
{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 345px;
}
body.theme2 .product-cart-wrap
{
    margin: 0 !important;
}
body.theme2 .preload-product-section .product-cart-wrap
{
    width: 23%;
    margin: 0 1% !important;
}
/* MEGA MENU CSS START */
.nest-mega-menu .clearfix {
    clear: both;
}

.nest-mega-menu .left {
    text-align: left;
}

.nest-mega-menu .center {
    text-align: center;
}

.nest-mega-menu {
    text-align: left;
    position: relative;    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nestable-menu .btn-mega {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary);
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 98;
    cursor: pointer;
}
.nestable-menu ul.menu {
    position: absolute;
    top: -20px;
    opacity: 0;
    display: none;
    visibility: hidden;
    height: 516px;
    overflow-y: auto;
    scrollbar-width: none;
    width: 100%;
    z-index: 90;
    background-color: #fff;
    border: 1px solid #d4d4d4;  
    box-shadow: 0px 0px 15.8px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.theme2 .sidebar-side.nestable-menu ul.menu {
    position: absolute;
    top: 0px;
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    z-index: 90;
    box-shadow: none;
    overflow-y: visible;
    scrollbar-width: none;
}
body.theme2 .sidebar-side.nestable-menu li>a {
    border-bottom: 1px solid transparent;
}
body.theme2 .sidebar-side.nestable-menu ul.menu {    
    border: 1px solid transparent;
}
body.theme2 .sidebar-side.nestable-menu li:hover>.drop-menu {
    transform: translateX(-1%);
}
.nest-mega-menu:hover ul.menu {
    top: 40px;
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nestable-menu li>a {
    width: 100% !important;
    padding: 8px 10px 8px 5px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
}
body.theme2 .nestable-menu.sidebar-side .drop-menu {    
    top: 43px !important;
}
.nestable-menu li:last-child>a {
    border-bottom: none;
}

.nestable-menu li:hover>a .menu-title {
    color: var(--primary);
}

.nestable-menu li:hover>a .menu-title {
    color: var(--primary);
}

.nestable-menu li>a .menu-img i{
    color: #28282B;
}

.nestable-menu li:hover>a .menu-img i{
    color: var(--primary);
}

.nestable-menu li:hover>a.dropdown:after {
    color: var(--primary);
}

.nestable-menu li>a.dropdown:after {
    content: '\f105';
    position: absolute;
    font-family: 'fontawesome';
    right: 15px;
    font-size: 14px;
    color: #484848;
}

.nestable-menu li>a .menu-img {
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
}

.nestable-menu li>a .menu-title {
    color: #484848;
    font-size: 14px;
    font-weight: bold;
}

.nest-mega-menu.style1>ul.menu {
    transform: translateY(0%);
    opacity: 1;
    top: -1px;
    visibility: visible;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
body.theme2 .nestable-menu{
    position: relative;
}
body.theme2 .nestable-menu .drop-menu {
    transition: opacity 0.2s ease;
}

body.theme2 .nestable-menu .drop-menu.hide-nest {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.nestable-menu .show-nest.drop-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}

.nestable-menu .drop-menu {
    transform: translateX(-3%);
    opacity: 0;
    visibility: hidden;
    padding: 27px 7px 27px 0;
    position: absolute;
    top: 41px;
    left: 100.5%;
    width: 875px;
    border-radius: 0px;
    z-index: 10;
    height: 516px;
    background: white;
    box-shadow: 0px 0px 15.8px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nestable-menu .drop-menu>.one-third {
    width: 33.3%;
    float: left;
    padding-left: 42px;
    padding-right: 15px;
    text-align: left;
}

.nestable-menu .drop-menu>.one-third .cat-title {
    color: var(--primary);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.nestable-menu .drop-menu>.one-third ul li {
    margin-bottom: 5px;
}

.nestable-menu .drop-menu>.one-third ul li a:not(:hover) {
    color: #484848;
}

.nestable-menu .drop-menu>.one-third .show a {
    color: var(--primary);
    font-weight: bold;
    position: relative;
}

.nestable-menu .drop-menu>.one-third .show a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    right: 0;
    background: var(--primary);
    -webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    -o-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

.nestable-menu .drop-menu>.one-third .show a:hover:before {
    width: 100%;
    left: 0;
}

.nestable-menu .drop-menu>.one-third ul.banner li {
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    background-color: #e5e5e5;
    height: 110px;
    padding: 30px 10px 30px 18px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nestable-menu .drop-menu>.one-third ul.banner li:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nestable-menu .drop-menu>.one-third ul.banner li .banner-text {
    float: left;
}

.nestable-menu .drop-menu>.one-third ul.banner li .banner-text .banner-title {
    font-weight: bold;
    font-size: 18px;
    color: var(--primary);
}

.nestable-menu .drop-menu>.one-third ul.banner li .banner-text .more-link a img {
    margin-left: 10px;
}

.nestable-menu .drop-menu>.one-third ul.banner li .banner-img {
    float: right;
}
/* MEGA MENU CSS END */
body.theme2.theme5 .out-of-stock-btn {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}
.fixed .header-style-3 .header-bottom-bg-color{
    display: none;
}