/* COMMON STYLES
–––––––––––––––––––––––––––––––––––––––––––––– */
:root {
    --white: #fff;    
    --black: #28282B;    
    --poppins: "Poppins", serif;
    --lexend: "Lexend", serif;
    --siliguri: "Hind Siliguri", serif;
    --bebas: "Bebas Neue", serif;
    --transparent: transparent;
}
* {
    box-sizing: border-box;
}
body {
    font-family: "Poppins", serif !important;
    overflow-x: hidden;
}
.lexend{
    font-family: "Lexend", serif !important;
}
.poppins{
    font-family: "Poppins", 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;
    font-family: var(--bebas);
    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;
    background-color: #F6F9FD;
}
.header-top .header-info>ul>li:before {
    display: none;
}
body header.header-style-3 .header-top-ptb-1 i {
    background: black;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: ghostwhite !important;
    display: inline-block;
}
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 .nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid var(--black) !important;
}
body .nav-tabs .nav-link:hover,body .nav-tabs .nav-link.active{
    border-color: var(--primary) !important;
}
body div.slider-section img,body .right-slider-item img {
    border-radius: 10px;
}
body header.header-style-3 div.header-top-ptb-1 {
    background-color: transparent;
}
body header.header-style-3 .header-top-ptb-1 a {
    color: #777777;
}
body header.header-style-3 .header-top-ptb-1 i {
    font-size: 14px;
    margin-right: 3px;
}
body .notice > p{
    font-size: 14px !important;
}
body .search-style-2 form button>i {
    font-size: 16px;
}
body header.header-style-3 .search-style-2 form input {
    border-radius: 4px;
    margin: 0 !important;
    padding: 6px 50px 6px 20px;
    border: 2px solid #f4f4f4;
    transition: 400ms;
    /* 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; */
}
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;
}
body div.header-action-right i{
    color: #28282B;
    font-size: 20px;
}
body div.header-action-right .pro-count {
    position: absolute;
    left: 20px;
    top: -3px;
    font-size: 12px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: var(--primary);
    color: white;
    text-align: center;
    line-height: 16px;
}
body .header-action-right .header-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, var(--primary-rgba-1) 0%, var(--primary-rgba-7) 100%);
    border-radius: 2px;
    color: white;
    padding: 6px 8px;
}
body footer.main {
    background: #F6F9FD;
}
body header.sticky-bar.stick .header-middle.d-lg-block {
    display: block !important;
}
body .header-action-right .header-btn i{
    color: white;
    font-size: 18px !important;
    margin-right: 3px;
    transition: 300ms;
}
body .header-action-right .cart-info{
    margin: 10px 0 0 7px;
}
.theme2 .header-action-right a:hover,.theme2 .header-action-right a:hover i {
    color: black !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.theme2 div.header-action-right a.mini-cart-icon,
body.theme2 div.header-action-right a.mini-cart-icon:hover {
    color: #28282B !important;
}
body.theme2 div.header-nav {
    width: 100%;
    justify-content: center;
}
body.theme2 div.header-style-3 .main-nav{
    justify-content: center;
}
body div.main-menu nav ul li.position-static > a > i{
    display: none;
}
body div.main-menu nav ul li.position-static > a{
    display: flex;
    align-items: center;
    width: max-content;
    background-color: transparent;
    padding: 0px 8px;
    border-radius: 2px;    
    transition: 400ms;
}
body.theme2 .main-menu>nav>ul>li>a:hover::after {
    display: none;
}
body div.main-menu nav ul li.position-static>a:hover{
    background-color: var(--primary);
    color: white !important;
}
body div.main-menu nav .mega-menu .sub-mega-menu ul li a {
    font-weight: 500 !important;
    font-size: 13px;
    color: #777777;
}
body.theme2 .header-style-3 .header-bottom-bg-color {
    border-top: 1px solid transparent;
}
body.theme2 .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: 20px;
    margin-right: 3px;
}
body.theme2 .main-menu>nav>ul>li>a i {
    margin-left: 3px;
}
body.theme2 .logo.logo-width-1 a img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
body .text-color {
    color: var(--primary);
}
body .save-pc-btn{
    color: #28282B !important;
    font-weight: normal;
    background-color: transparent !important;
}
body .save-pc-btn:hover{
    color: #28282B !important;
    background-color: transparent !important;
}
body.theme2 .btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
body.theme2.fixed .logo.logo-width-1 a img {
    width: 120px;
    min-width: 60px;
    height: 100%;
    line-height: initial;
}
body.theme2 .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: 60px;
    height: 4px;
    /* border: 1px solid transparent; */
}
body .slider-section ul.slick-dots li button {
    width: 30px;
    height: 4px;
    /* border: 1px solid var(--primary); */
}
body.theme2 .header-style-3.stick .header-middle-ptb-1 {
    padding: 15px 0 0px 0;
}
body.theme2.fixed .header-nav .main-menu {
    padding: 0;
}
body.theme2 .main-menu>nav>ul>li ul.mega-menu {
    max-height: 350px;
}
body section .section-title {
    font-size: 36px;
    font-family: var(--bebas) !important;
    text-align: center;
    letter-spacing: 1px;
    padding: 20px 0 0 0;
    margin: 0;
    color: #28282B !important;
    width: 100%;
}
body.theme2 .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.theme2 header.header-style-3 .header-bottom-bg-color {
    background-color: transparent !important;
}
body.theme2 .header-nav .main-menu{
    padding: 5px 0 5px 0;
}
body section.popular-categories .card-1 h5 a {
    font-size: 12px;
}
body .highlighted-categories.popular-categories .card-1 {
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    box-shadow: none;
}
.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.theme2 .slider-section {
    margin: 10px 0;
}
body.theme2 .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;
    font-family: cursive;
}

.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 .popular-categories .owl-nav,
body .brand-section .owl-nav,
body .trending-section .slider-arrow,
body .new-arrival .slider-arrow,
body .clearence-sale .slider-arrow {
    /* display: block !important; */
}
.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 .popular-categories .card-1 figure::after {
    display: none;
}
body .highlighted-categories.popular-categories .card-1 {
    background: #F6F9FD;
    padding-top: 1px;
}
body .popular-categories .card-1 figure {
    margin: 10px 10px 0px 10px;
}
.main-slider {
    --hero-banner-max-height: 520px;
    --hero-banner-min-height: 220px;
    --hero-banner-height: clamp(var(--hero-banner-min-height), 42vw, var(--hero-banner-max-height));
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 16px 20px;
    align-items: stretch;
}
.main-slider .slider-section {
    width: 100%;
    height: var(--hero-banner-height);
    max-height: var(--hero-banner-max-height);
    min-height: var(--hero-banner-min-height);
    margin: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}
.main-slider .slider-section > img,
.main-slider .slider-section .initial-slider-item,
.main-slider .slider-section .initial-slider-item img,
.main-slider .slider-section .slick-images-wrapper,
.main-slider .slider-section .slick-list,
.main-slider .slider-section .slick-track,
.main-slider .slider-section .slick-slide,
.main-slider .slider-section .slick-slide > div,
.main-slider .slider-section .slick-img-item,
.main-slider .slider-section .slick-img-item img,
.main-slider .slider-section .slick-slider-img {
    width: 100%;
    height: 100%;
}
.main-slider .slider-section .slick-slider-img,
.main-slider .slider-section > img {
    object-fit: cover;
    object-position: center;
}
.main-slider .right-slider.banner-slider-section {
    width: 100%;
    height: var(--hero-banner-height);
    max-height: var(--hero-banner-max-height);
    min-height: var(--hero-banner-min-height);
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(0, 1fr);
    gap: 16px;
}
.main-slider .right-slider-item {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}
.main-slider .right-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991.98px) {
    .main-slider {
        --hero-banner-max-height: 320px;
        --hero-banner-min-height: 180px;
        --hero-banner-height: clamp(var(--hero-banner-min-height), 48vw, var(--hero-banner-max-height));
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 12px 15px;
    }
    .main-slider .slider-section,
    .main-slider .right-slider-item {
        border-radius: 8px;
    }
    .main-slider .right-slider.banner-slider-section {
        height: auto;
        max-height: none;
        min-height: 0;
        gap: 12px;
    }
    .main-slider .right-slider-item {
        height: clamp(140px, 36vw, 220px);
    }
}
body .popular-categories .card-1 h5 a {
    margin-top: 10px;
}
.offer-section .offer-countdown {
    text-align: center;
    border: 2px solid var(--primary);
    padding: 30px 0;
    border-radius: 3px;
}
.offer-section .offer-countdown small {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--primary);
}
.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(--primary);
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: white;
    border-radius: 2px;
}
.offer-section .offer-countdown .simple-timer .syotimer-cell .syotimer-cell__unit {
    text-transform: capitalize;
}
.offer-products{
    position: relative;
}
.offer-products .slick-dots{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.offer-products .card {
    padding: 15px 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;
}
.product-cart-wrap .product-content-wrap .product-short-description {
    font-size: 15px;
    line-height: 1.45;
    color: #595959;
    margin: 8px 0 10px;
    min-height: auto;
    max-height: none;
    overflow: visible;
}
.product-cart-wrap .product-content-wrap .product-short-description p {
    margin: 0 0 3px;
    padding-left: 14px;
    position: relative;
}
.product-cart-wrap .product-content-wrap .product-short-description p::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.45;
}
.product-cart-wrap .product-content-wrap .product-short-description ul,
.product-cart-wrap .product-content-wrap .product-short-description ol {
    margin: 0;
    padding-left: 0;
}
.product-cart-wrap .product-content-wrap .product-short-description ul > li,
.product-cart-wrap .product-content-wrap .product-short-description ol > li {
    margin-bottom: 3px;
    list-style: disc !important;
    list-style-position: inside;
}
.product-cart-wrap .product-content-wrap .product-short-description ul > li:nth-child(n+5),
.product-cart-wrap .product-content-wrap .product-short-description ol > li:nth-child(n+5),
.product-cart-wrap .product-content-wrap .product-short-description > p:nth-child(n+5) {
    display: none;
}
.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);
}
.parts-title{
    font-family: var(--bebas) !important;
    letter-spacing: 1px;
}
.parts-item{
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}
.builder-product .product-cart-wrap{
    display: flex;
}
.builder-product .product-content-wrap{
    width: max-content;
}
.builder-product .product-cart-wrap .product-img-action-wrap {
    padding: 10px 12px 10px 12px;
}
.builder-product .product-cart-wrap .product-content-wrap .product-category {
    margin-top: 5px;
}
.builder-product .product-cart-wrap .product-content-wrap .product-price {
    padding-top: 0px;
    margin-bottom: 10px;
    margin-right: 7px;
}
.builder-product .product-cart-wrap .product-action-1 .wish-view.action-btn {
    min-width: 40px;
}
.builder-product .product-cart-wrap .product-action-1 a.action-btn {
    width: auto;
    min-width: 70px;
    color: white;
    font-size: 13px;
}
.builder-product .product-cart-wrap .product-action-1 a.action-btn i {
    margin-right: 3px;
    font-size: 12px;
}
.main .build-actions>a,
.main .build-actions>button {
    margin: 0 10px;
    border: 1px solid var(--primary);
    border-radius: 2px;
    padding: 3px 10px;
}
.parts-item:last-child{
    border-bottom: none;
}
.header-widget .cartlist-icon .icon {
    background-color: var(--primary);
    border-radius: 0;
    padding: 0px 0 0px 0;
    display: flex;
    align-items: center;
}
.header-widget .cartlist-icon {
    border: none;
    background: transparent !important;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
.header-widget .cartlist-icon .text {
    padding: 5px 10px;
    background: #e8e8e8;
    line-height: initial;
}
.header-widget .cartlist-icon .icon{
    padding: 5px 10px;
}
.header-widget .cartlist-icon .icon div {
    line-height: initial;
    color: white;
    margin-top: 0;
    font-size: 12px;
}
