/*:root {*/
/*    --primary-color: rgb(210 143 57);*/
/*    --secondary-color: rgb(187 18 35);*/
/*    --txtcolor1: #474747;*/
/*    --txtcolor2: #d28f39;*/
/*    --white: #ffffff;*/
/*    --dark: #000000;*/
/*}*/

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #2f2f2f;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

* {
    transition: 0.2s;
}

a {
    text-decoration: none;
}


.data_required {
    color: red;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: black;
    border-color: black;
}

/*.hero-banner {
    color: white;
    padding: 60px 0;
    position: relative;
}

.feature-point {
    position: absolute;
    background: #3e3eff;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.ebike-image-container {
    position: relative;
}

.ebike-image-container img {
    max-width: 100%;
    height: auto;
}

.spec-box h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

.btn-outline-light {
    border-radius: 30px;
    padding: 10px 25px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 10px;
}

.fetures {
    color: white;
}*/

/*social media icons*/
    .social_md_list ul {
        padding: 0;
        margin: 0;
    }
    .social_md_list a{
        color: rgb(255 255 255 / 0%);
    }
    .social_md_list li {
        display: inline-block;
        width: 35px;
        height: 35px;    /*background: var(--txtcolor1);*/
        color: var(--white);
        padding: 0px 0 0;
        font-size: 16px;
        border-radius: 10px;
        margin: 0px 5px 5px 0px;
        text-align: center;
        line-height: 1.6;
    }

    .social_md_list li svg {
        fill: var(--txtcolor1);
        position: relative;
        top: 2px;
    }

    .social_md_list li:hover {
        background: var(--color2);
        color: #fff;
        transform: scale(1.2);
    }

    .social_md_list li:hover svg {
        fill: var(--dark);
    }
/*social media icons*/

/*Common Style*/
    .section-title {
        font-size: 32px;
        margin-bottom: 10px;
        font-weight: 600;
        color: black;
        position: relative;
        z-index: 1;
    }

    .section-title::after {
        content: '';
        width: 320px;        
        max-width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 2px solid black;
        display: none;
    }

    .section-subtitle {
        max-width: 1000px;
        margin: 0 auto 40px;
        font-size: 17px;
        color: #555;
        line-height: 1.6;
    }
    .section-subtitle a{
        text-decoration: underline;
    }
/*end*/

/*Heading*/
    /* ===== Search Bar Styling ===== */
    .site-search {
        display: inline-flex;
        align-items: center;
        border: 1px solid var(--header-bg);
        border-radius: 25px;
        padding: 2px 10px;
        margin-right: 20px;
        background: white;
        max-width: 300px;
        width: 100%;
    }

    .site-search input {
        border: none;
        outline: none;
        flex: 1;
        padding: 5px 10px;
        font-size: 14px;
        background: transparent;
    }

    .site-search button {
        background: none;
        border: none;
        color: var(--header-bg);
        font-size: 16px;
        cursor: pointer;
    }

    /* ===== Cart Button Styling ===== */
    .cart-btn {
        display: flex;
        justify-content: center;
        margin-right: 0px;
        margin-left: 30px;
        align-items: center;
        flex-direction: column;
    }

    .cart-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        border: 1px solid white;
        border-radius: 50%;
        color: white;
        text-decoration: none;
        font-size: 16px;
        background: var(--secondary-color);
        position: relative;
        flex-direction: column-reverse;
        position: relative;
        z-index: 1;
    }

    .cart-btn .cart-text {
        font-size: 12px;
    }

    .cart-btn .cart_count {
        font-size: 12px;
        position: absolute;
        top: -4px;
        right: 0px;
        width: 24px;
        height: 24px;
        background: #ffffff;
        color: var(--secondary-color);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }

    .cart-btn svg {
        color: rgb(255, 255, 255);
        width: 26px;
        height: 26px;
    }

    header {
        /*margin-bottom: 75px;*/
    }

    header.fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 999;
    }

    .navbar {
        margin-bottom: 0;
        background: rgb(0 0 0 / 0%);
        z-index: 9999;
        border: 0;
        font-size: 12px !important;
        line-height: 1.4 !important;
        border-radius: 0;
        box-shadow: 0 0 0px rgb(0 0 0 / 0);
        font-family: 'Inter', sans-serif;
    }

    header.fixed .navbar {
    }

    .navbar.navbar-default .container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        background: var(--txtcolor2);
        border-radius: 100px;
        margin-top: 15px;
        backdrop-filter: blur(10px);
    }

    .sticky .navbar.navbar-default .container {
        background: var(--header-bg);
    }

    .fixed .navbar.navbar-default .container {
        box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
    }

    .navbar .navbar-brand {
        height: unset;
        padding: 0px 0;
        padding-left: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        color: #fff;
        gap: 15px;
    }

    .navbar .navbar-brand .brand_name {
    }

    .navbar .navbar-brand .brand_name h2 {
        font-size: 36px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }

    .navbar .navbar-brand .brand_name h5 {
        font-size: 14px;
        margin: 0;
    }

    .navbar-nav li a:hover, .navbar-nav li.active a {
        color: #f4511e !important;
        background-color: #fff !important;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
        color: #fff !important;
        display: none;
    }

    .navbar-header {
        margin-left: 0px !important;
    }

    .navbar .brand {
        max-width: 230px;
        max-height: 90px;
        object-fit: contain;
        padding: 5px 0 7px 0;
    }

    .navbar-default .navbar-collapse {
        padding: 3px 0;
        display: unset;
        flex: auto;
    }

    .navbar .menu {
        padding: 0;
        text-align: right;
        margin: 0px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    .navbar .menu li {
        position: relative;
        display: inline-block;
        text-align: center;
        padding: 4px 5px;
        margin: 5px 12px;
        font-size: 16px;
        border-radius: 50px;
        font-weight: 600;
        z-index: 1;
    }

    .navbar .menu>li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0px;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        background: rgb(255 255 255 / 13%);
        z-index: -1;
        transition: 0.3s;
    }
    .navbar .menu>li:hover:after{
        height: 30px;
    }

    /*.navbar .menu>li:nth-last-child(2):after {*/
    /*    display: none;*/
    /*}*/

    .navbar .menu li.special {
        position: relative;
        background: transparent;
        color: var(--secondary-color) !important;
        z-index: 1;
        border: none !important;
        border-radius: 5px;
        overflow: hidden;
    }

    .navbar .menu li.special:hover {
        transform: scale(1.05);
    }

    .navbar .menu li.special:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 205%;
        height: 100%;
        background: linear-gradient(45deg, #e31e24, #ff363c, #e31e24);
        z-index: -1;
        transition: .3s;
    }

    .navbar .menu li:hover {

        /*background: var(--primary-color);*/
    }

    .navbar .menu li.special:hover:after {
        transform: translateX(-45%);
    }

    .navbar .menu li a {
        text-decoration: none;
        color: var(--txtcolor1);
        padding: 4px 5px;
        display: inline-block;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
    }

    .navbar .menu li.current-menu-item a {
        color: var(--txtcolor2);
        border-bottom: 1px solid var(--txtcolor2);
    }

    .navbar .menu li.special a {
        color: #fff !important;
        padding: 8px 24px;
    }

    .navbar .menu li:hover a {
        color: var(--txtcolor1);
    }

    .menu .menu-item-has-children>a:first-child {
        padding-right: 26px;
    }

    .menu .navcticn {
        position: absolute;
        color: #fff;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        z-index: 2;
        right: 0;
        top: 4px;
        padding: 8px 8px;
        cursor: pointer;
    }

    .navbar .menu li:hover .navcticn {
        color: var(--color2);
        transform: rotate(180deg);
    }

    .navbar .menu .sub-menu {
        padding: 20px 10px;
        position: absolute;
        width: 235px;
        right: 0;
        top: 100px;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        z-index: 9;
        transition: .2s;
        border-radius: 3px;
        box-shadow: 0px 15px 20px rgb(0 0 0 / 7%);
    }

    .navbar .menu li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        top: 40px;
    }

    .navbar .menu .sub-menu li {
        display: block;
        text-align: left;
        margin: 0;
    }

    .navbar .menu .sub-menu li:hover {

        /*background: #fff3eb;*/
    }

    .navbar .menu .sub-menu li a {
        color: var(--color2);
        letter-spacing: 0;
        width: 100%;
        display: block;
        padding: 5px 10px;
    }

    .navbar .menu .sub-menu li:hover a {
        color: var(--txtcolor2);
    }

    .navbar .menu .sub-menu .sub-menu {
        width: 250px;
        right: 50%;
        top: 0;
        background: #e5f4ff;
        z-index: -1;
        border-radius: 10px 0px 10px 10px;
    }

    .navbar .menu .sub-menu .sub-menu li a {
        color: black;
    }

    .navbar .menu .sub-menu .sub-menu li:hover a {
        color: #0043ff;
    }

    .navbar .menu .sub-menu li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        right: 100%;
        top: 0;
        z-index: 2;
    }

    .navbar .menu .sub-menu li.menu-item-has-children:hover {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .navbar-default .navbar-toggle {

        /*display: unset;
        float: left;
        margin: 18px 15px 18px 0;
        padding: 8px;*/
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 5px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--white);
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
        transition: .5s;
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
        width: 82%;
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
        width: 50%;
    }

    .navbar-default .navbar-toggle.collapsed .icon-bar {
        width: 28px;
    }

    .navbar-default .navbar-collapse {

        /* max-height: 57.4px !important; */
        overflow: hidden !important;
        margin: 0px 0 0px auto;
        transition: 0s;
    }

    .navbar-default .navbar-collapse:hover {
        overflow: visible !important;
    }

    .navbar-collapse.collapse[aria-expanded="false"] {
        visibility: hidden;
        opacity: 0;
    }
/*End*/

/*top bar search*/
    #menu-header-menu #search_results {
        position: absolute;
        background: #fff;
        width: 30%;
        border: 1px solid #ddd;
        max-height: 187px;
        overflow-y: auto;
        display: none;
        z-index: 9999;
        margin-top: 233px;
        right: 466px;
        border-radius: 20px;
    }

    #menu-header-menu .search-item img {
        width: 80px;   /* 👈 adjust size */
        height: 80px;  /* 👈 make square */
        object-fit: cover; /* crop nicely */
        border-radius: 5px;
        margin-right: 10px;
    }

    #menu-header-menu .search-item {
        display: flex;
        align-items: center;
        padding: 6px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    #menu-header-menu .search-details {
        display: flex;
        flex-direction: column;
    }

    #menu-header-menu .search-title {
        color: black;
        font-size: 17px;
        font-weight: 700;
    }
/*end*/

/*Banner Search bar*/

    #search_results {
        position: absolute;
        background: #fff;
        width: 95%;
        border: 1px solid #ddd;
        max-height: 250px;
        overflow-y: auto;
        display: none;
        z-index: 9999;/* 👈 important */
        border-radius: 20px;
        padding-bottom: 0px;
    }
    #search_results .all_search{
        /*position: absolute;*/
        bottom: 0;
        background: var(--txtcolor2);
        color: #fff;
        width: 100%;
        display: block;
        left: 0;
        text-align: center;
        padding: 5px 0;
        z-index: 9;
    }
    .search-item img {
        width: 80px;/* 👈 adjust size */
        height: 80px;/* 👈 make square */
        object-fit: cover;/* crop nicely */
        border-radius: 5px;
        margin-right: 10px;
    }

    .search-item {
        display: flex;
        align-items: center;
        padding: 6px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

    .search-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .search-title {
        color: black;
        font-size: 17px;
        font-weight: 700;
    }

    .search-price .product-price > span {
        font-size: 13px;
    }
/*end*/

/* Hero Slider Container */

    .hero-slider {
        position: relative;
        width: 100%;
        height: 94vh;
        overflow: hidden;
    }
    .baner_label {
        position: absolute;
        top: -70px;
        left: 15%;
        transform: translateX(-50%);
        background: #ff2616;
        color: #ffffff;
        padding: 10px 15px;
        border-radius: 10px;
        font-weight: 600;
        /*animation: blink 3s infinite;*/
    }

    /* Swiper Slide Images */
    .hero-slider .swiper-slide img {
        width: 100%;
        height: 94vh;
        object-fit: cover;
        filter: brightness(0.7);
    }

    /* Fixed Text & Search */
    .hero-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        z-index: 10;
        width: 1000px;
        max-width: 90%;
        padding: 20px;
    }

    .hero-text h1 {
        font-size: 2.8rem;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .hero-text p {
        font-size: 1.2rem;
        margin-bottom: 25px;
        line-height: 1.5;
    }

    /* Search Bar Styling */
    .hero-search {
        display: flex;
        justify-content: center;
        background: white;
        border-radius: 30px;
        overflow: hidden;
        max-width: 100%;
        margin: 0 auto;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .hero-search input {
        flex: 1;
        padding: 12px 15px;
        border: none;
        outline: none;
        font-size: 1rem;
    }

    .hero-search button {
        background: var(--secondary-color);
        border: none;
        color: white;
        padding: 0 20px;
        cursor: pointer;
        font-weight: bold;
    }

    /* Swiper Pagination */
    .hero-slider .swiper-pagination-bullet {
        background: white !important;
        opacity: 0.7;
    }

    .hero-slider .swiper-pagination-bullet-active {
        background: var(--secondary-color) !important;
        opacity: 1;
    }

    .hero-slider .swiper {
        width: 100%;
        height: 94vh;    /* full height */
    }

    .hero-slider .swiper-wrapper {
        height: 100%;
    }

    .hero-slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
/* end */

/* category btn part */
.explore-container {
    border: 1px solid #e0dfe3;
    border-radius: 12px;
    padding: 20px 20px 30px 20px;
    background-color: white;
    margin-bottom: 35px;
    margin-top: 35px;
}

.explore-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: var(--heading-font);
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    padding: 6px 12px;
    border: 1px solid var(--txtcolor2);
    border-radius: 999px;
    font-size: 14px;
    color: var(--txtcolor2);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.tag:hover {
    background-color: var(--primary-color);
    color: #000000;
}

.tag.active {
    background-color: var(--txtcolor2);
    color: white;
    border-color: #00000000;
}
/* end */

/* product list view section*/
    .product-section {
        text-align: center;
        padding: 5px 0px 50px;
    }

    .product-grid {
        display: flex;
        gap: 15px;
        justify-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
    }

    .product-card {
        padding: 10px;
        text-align: center;
        min-width: 200px;
        width: calc(25% - 12px);
        transition: 0.3s;
        position: relative;
        border-radius: 7px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e0dfe3;
    }

    .swiper-slide .product-card {
        min-width: 200px;
        width: 100%;
    }

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 12px 50px rgb(0 0 0 / 10%), 0 8px 30px rgb(0 0 0 / 10%);
        z-index: 2;
    }

    .product-card img {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 10px;
        aspect-ratio: 1 /1;
        object-fit: cover;
        background: #f6f6f6;
        background: linear-gradient(-45deg, #ffffff, #e3e3e3, #ffffff, #f6f6f6);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
    }

    .product-badge {
        position: absolute;
        top: 0px;
        left: 0px;
        background: var(--sale-badge);
        color: var(--txtcolor1);
        font-size: 12px;
        font-weight: bold;
        padding: 4px 8px;
        border-radius: 0 0 5px 0;
    }

    .product-title {
        font-size: 16px;
        font-weight: 600;
        margin: 10px 0 5px;
        color: black;
    }

    .product-details {
        text-align: left;
    }

    .product-price {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }

    .product-price .price_cross {
        text-decoration: line-through;
        color: #999;
        margin-right: 6px;
    }

    .star {
        color: #999;
    }

    .pd-action {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 8px;
    }

    .pd-action .product-btn {
        display: inline-block;
        background: gainsboro;
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 8px 10px 8px 22px;
        cursor: pointer;
        font-weight: 600;
        transition: background 0.3s ease;
        width: calc(50% - 4px);
        text-align: center;
        position: relative;
        z-index: 1;
        font-size: 13px;
    }
    .pd-action.pd-singlepg .product-btn {
        padding: 12px 10px 12px 35px;
        font-size: 16px;
        max-width: 200px;
    }
    .pd-action .product-btn.cartBtn{
        background: var(--dark);
    }
    .pd-action .product-btn.cartBtn:hover{
        background: var(--dark);
    }
    .pd-action .product-btn.add-to-cart{
        background: var(--primary-light);
        color: var(--txtcolor1);
    }
    .pd-action .product-btn.add-to-cart:hover{
        background: var(--primary-color);
    }

    .pd-action .product-btn svg {
        position: absolute;
        left: 5px;
        width: 14px;
        top: 50%;
        transform: translateY(-50%);
    }
    .pd-action.pd-singlepg .product-btn svg{
        width: 18px;   
        left: 10px;
    }

    .pd-action .product-btn:hover {
        background: var(--secondary-color) ;
    }

    .pd-action .product-btn.buy-now {
        background: var(--secondary-light);
    }

    .pd-action .product-btn.buy-now:hover {
        background:  var(--secondary-color);
    }
/* end */

/* feture section */
    .features {
        padding: 60px 20px;
        background: #fff;
        font-family: 'Segoe UI', sans-serif;
    }
    
    .feat {
        margin: auto;
        display: flex;
        gap: 100px;
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .feature-box {
        width: calc(33.3% - 50px);
        padding: 20px;
        position: relative;
        z-index: 1;
    }
    
    .feature-box::after {
        content: "";
        position: absolute;
        right: -50px;
        top: 10px;
        height: calc(100% - 20px);
        width: 1px;
        background: #E4E4E4;
    }
    
    .feature-box:last-child::after {
        display: none;
    }
    
    .feature-box img {
        height: 65px;
        object-fit: contain;
        margin-bottom: 12px;
    }
    
    .feature-box .icon img {
        width: 50px;
        height: auto;
    }
    
    .feature-box h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0px;
        color: #222;
        font-family: var(--heading-font);
        margin-top: 20px;
    }
    
    .feature-box p {
        font-size: 15px;
        color: #333333;
        margin-top: 26px;
        font-family: var(--body-font);
        font-weight: 400;
    }
/* end */

/*Gallery*/
  .gallery-slider{
    overflow: hidden;
  }
  .gallery-slider .heading2{
    color: var(--primary-color);
  }
  .clctn{
    position: relative;
  }
  .clctn .thumb_img{
    width: 100%;
  }
  .clctn .thumb_img img{
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .clctn .item_info{
    position: absolute;
    bottom: -1px;
    background: linear-gradient(0deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%), rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 0 0px;
    width: 100%;
    box-shadow: 0 15px 40px rgb(0 0 0 / 10%);
  }
  .clctn h4{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0.5em auto 0.5em;
    padding: 0 15px;
    display: none;
  }
  .swiper-collections .swiper-slide{
    transition: .4s;
    opacity: .5;
  }
  .swiper-collections .swiper-slide-next{
    transform: scale(1.5);
    z-index: 3;
    opacity: 1;
  }
  .swiper-collections .swiper-slide-next .clctn{
    box-shadow: 0 5px 70px rgb(0 0 0 / 12%);
  }
  .swiper-collections .swiper-button-next, .swiper-collections .swiper-button-prev{
    border: 2px solid var(--button);
    background: var(--button);
    width: 44px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    right: -1464px;
    bottom: 118px;
    margin-left: -112px;
  }
 
  .swiper-collections .swiper-button-next:after, .swiper-collections .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
     position: relative;
    z-index: 1;
   
  }
  .gallery-slider .btn{
    min-width: 170px;
    padding: 12px 18px;
    background: var(--primary);
    color: #fff;
    position: relative;
    left: -10px;
    animation: pulsh 7s infinite;
  }
  .gallery-slider .btn:hover{
    animation: pulsh 3s infinite;
    background: var(--primary-color);
  }
/*end*/

/* FAQ */
    .faq {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .faq .main_hd {
        color: #323232;
        font-size: 38px;
        margin-bottom: 50px;
        font-weight: 700;
        font-family: var(--heading-font);
    }

    .faq .accordion-item {
        border: none;
        border-radius: 0px;
        overflow: hidden;
        margin-bottom: 20px;
        background: rgb(0 0 0 / 0%);
        box-shadow: none;
        border-bottom: 1px solid rgb(140 145 150 / 30%);
    }

    .faq .accordion-header {
        padding: 0;
        background: transparent;
    }

    .faq .accordion-header {}

    .faq .accordion-header .accordion-button {
        position: relative;
        display: block;
        padding: 15px 0 15px 0;
        padding-right: 55px;
        color: #323232;
        font-weight: 500;
        font-size: 22px;
        background: rgb(0 0 0 / 0%);
        border: none;
        box-shadow: none;
        font-family: var(--heading-font);
    }

    .faq .accordion-button:focus {
        border: none;
        box-shadow: none;
    }

    .faq .accordion-header .accordion-button::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        width: 4px;
        height: 47%;
        background: var(--primary-color);
        border-radius: 5px;
        display: none;
    }

    .faq .accordion-header .accordion-button[aria-expanded="true"] {
        color: var(--primary-color);
    }

    .faq .accordion-header .accordion-button:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 14px;
        color: inherit;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        display: flex;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        background: rgb(0 0 0 / 0%);
    }

    .faq .accordion-header .accordion-button[aria-expanded="true"]:after {
        content: "\f106";
    }

    .faq .accordion-body {
        border: none !important;
        padding: 5px 0 20px 0;
        color: var(--text-light);
        font-family: var(--body-font);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        opacity: 0.9;
    }

    .dnld_btn,
    .theme-btn {
        /*box-shadow: 3.8px 3.8px 7.6px 0px #B8C5CA;*/
        background: #502478;
        padding: 7px 15px;
        text-align: center;
        width: 280px;
        max-width: 100%;
        display: inline-block;
        border-radius: 12px;
        font-size: 24px;
        color: #F4F4F2;
        text-decoration: none !important;
        cursor: pointer;
        font-family: var(--heading-font);
        transition: 0.3s;
        font-weight: 400;
    }

    .dnld_btn:hover,
    .theme-btn:hover {
        transform: scale(1.1);
        background: #381B53;
        color: #F4F4F2;
    }
/* end */

/* single product page */
    .container {
        /*display: flex;
        max-width: 1200px;
        margin: 50px auto;
        gap: 40px;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);*/
    } 

    .gallery {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gallery img.main-img {
        width: 100%;
        height: auto;
        max-height: 70vh;
        min-height: 230px;
        object-fit: contain;
        border-radius: 10px;
        background: #f1f1f1;
    }

    .thumbnails {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .thumbnails img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
    }

    .details {
        flex: 1.5;
    }

    .details h2 {
        font-size: 30px;
        margin-bottom: 10px;
        color: black;
        font-weight: 700;
    }

    .price {
        margin: 10px 0;
        font-size: 20px;
    }

    .price del {
        color: #e40000;
        margin-right: 10px;
    }

    .price span {
        color: #0e0e0e;
        font-weight: bold;
    }

    .product-view .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;    
        /* margin-top: 200px; */
    }

    .details p {
        color: black;
    }

    .details select {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border-radius: 15px;
    }

    .details input {
        width: 100%;
        border-radius: 15px;
        padding: 10px;
        margin-top: 5px;
    }
    .details .quantity-add{
        display: none!important;
    }
    .details .category{
        margin-top: 30px;
    }
    .description .container p {
        color: black;
    }

    .description .container h4 {
        color: black;
    }

    .description .container desc {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .details form {
        background-color: #f5f5f5;
        padding: 20px;
        border-radius: 8px;
    }

    .details form label {
        display: block;
        font-weight: bold;
        color: black;
    }

    .quantity-add {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 20px 0;
    }

    .quantity-add input[type="number"] {
        width: 60px;
        padding: 5px;
        font-size: 16px;
        text-align: center;
        border-radius: 5px;
    }

    .add-to-cart {
        background-color: var(--color1);
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 12px;
    }

    .buy-now {
        background-color: var(--color1);
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 12px;
    }

    .view-all {
        background-color: var(--color1);
        color: #fff;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 12px;
    }

    .button {
        display: flex;
        justify-content: space-between;
    }

    .product-section .swiper-wrapper {
        margin: 20px;
    }

    .category {
        font-size: 14px;
        color: #555;
    }
/*end*/

/* Custom card design */
    .mycard-container {
        border-radius: 10px;
        box-shadow: 11px 14px 12px rgb(0 0 0 / 79%);
        padding: 16px;
        text-align: left;
        position: relative;
        transition: transform 0.5s ease, box-shadow 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        margin-bottom: 20px;
    }

    .mycard-container:hover {
        transform: translateY(-5px);
    }

    .mybadge {
        position: absolute;
        top: 10px;
        left: 10px;
        background: #ff0000;
        color: white;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 8px;
        border-radius: 20px;
    }

    .myimg-wrap {
        width: 100%;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .myimg-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .mycard-details {
        margin-top: 12px;
        color: black;
    }

    .mytitle {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .myprice {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .myold-price {
        text-decoration: line-through;
        color: #888;
        margin-right: 8px;
    }

    .mybtn {
        background: #007bff;
        color: #fff;
        padding: 10px 18px;
        border: none;
        border-radius: 6px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s;
    }

    .mybtn:hover {
        background: #0056b3;
    }
/*end*/

/* checkout */
    .check-product {
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
    }

    .Checkout h2 {
        text-align: center;
        margin-bottom: 27px;
    }

    .checkout-table {
        /*width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        text-align: center;
        border-bottom: 3px solid var(--txtcolor2);*/
    }

    .checkout-table th, .checkout-table td {
        padding: 12px;
        border: none;
        vertical-align: middle;
    }

    .checkout-table thead th {
        font-weight: bold;    /* border-bottom: 2px solid #ddd; */
    }

    /* Product column */
    .checkout-table .product-remove {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 24px;
    }

    .checkout-table .product-remove img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 4px;
    }

    /* Remove button */
    .checkout-table .remove-btn {
        background: none;
        border: none;
        color: #999;
        font-size: 20px;
        cursor: pointer;
    }

    .checkout-table .remove-btn:hover {
        color: red;
    }

    /* Product name link */
    .checkout-table .product-name a {
        color: #0073e6;
        text-decoration: none;
    }

    .checkout-table .product-name a:hover {
        text-decoration: underline;
    }

    /* Update Cart button */
    .cart-btn button {
        background: #0073e6 !important;
        color: #fff !important;
        padding: 10px 20px !important;
        border: none !important;
        font-weight: bold !important;
        cursor: pointer !important;
        border-radius: 3px !important;
    }

    .cart-btn button:hover {
        background: #005bb5;
    }
/*end*/

/*about page*/
    .about-section {
        position: relative;
        background: url(../save/1.jpg) no-repeat center center / cover;
        padding: 185px 0px;
        color: #fff;    /* margin-top: 138px; */

        /* width: 100vh; */
        height: 100vh;    /* aspect-ratio: 2 / 0; */
        object-fit: cover;
        width: 100%;
    }

    .about-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 71%); /* dark overlay */
    }

    .about-section .container {
        position: relative;
        z-index: 2;
    }
.about-title a{
    color: var(--txtcolor1) !important;
    text-decoration: none !important;
}
    .about-title {
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 44px;
    }

    .about-section p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.8;
        color: var(--txtcolor1) !important;
    }
/*end*/

/*about page*/
    .privacy-section {
        position: relative;
        background: url(../img/banner-about.webp) no-repeat center center / cover;
        padding: 185px 0px;
        color: #fff;    /* margin-top: 138px; */

        /* width: 100vh; */
        height: 100vh;    /* aspect-ratio: 2 / 0; */
        object-fit: cover;
        width: 100%;
    }

    .privacy-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 85%); /* dark overlay */
    }

    .privacy-section .container {
        position: relative;
        z-index: 2;
    }

    .privacy-title {
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 44px;
    }

    .privacy-section p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.8;
    }
/*end*/

/*All category page*/
    .all-category{
        margin-top: 85px;
        padding: 50px 15px !important;
    }
    .categories-list {
        text-align: left;
        background: #f1f1f1;
        border-radius: 5px;
        padding: 10px 15px;
        margin-bottom: 50px;
    }

    .categories-list h5 {
        text-align: left;
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
        border-bottom: 1px solid gainsboro;
        padding-bottom: 10px;
    }

    .three-product-row {
        padding-left: 20px;
    }

    .three-product-row .product-card {
        width: calc(33% - 12px);
    }

    .list-unstyled li {
        position: relative;
        padding-left: 28px; /* space for the icon */
        margin-bottom: 10px;
        list-style: none; /* remove default bullet */
    }
    .list-unstyled li a:hover{
        color: #0011f7;
        font-weight: 600;
    }
    .list-unstyled li.active a {
        font-weight: 600;
        color: #004c7d;
    }

    .list-unstyled li::before {
        content: '';
        position: absolute;
        left: 3px;
        top: 6px;
        width: 14px;
        height: 14px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns=!string!width=!string!height=!string!fill=!string!stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-linejoin=!string!%3E%3Ccircle cx=!string!cy=!string!r=!string!/%3E%3Cpath d=!string!/%3E%3C/svg%3E");
        opacity: 0.5;
    }
/*end*/

/*checkout page*/
    .checkout-section {
        color: black;
        margin-top: 200px;
    }

    .checkout-container {
        display: flex;
        grid-template-columns: 1fr 350px;
        gap: 2rem;
        margin: 2rem auto;
        padding: 1rem;
    }

    .checkout-left, .checkout-right {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px;
    }

    .checkout-section .section {
        margin-bottom: 20px;
    }

    .input, select {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .input-group {
        display: flex;
        gap: 10px;
    }

    .check-btn {
    }

    .check-btn svg {
        color: red;
    }

    .payment-section {
        position: relative;
        z-index: 1;
    }

    .payment-badge img {
        max-width: 100%;
        margin-top: 50px;
    }

    .payment-badge {
        position: relative;
    }

    .payment-section .gif {
        position: absolute;
        bottom: 0px;
        top: -15px;
        left: 5px;
        width: 120px;
        max-width: 25%;
    }

    .cuppon {
        border: 1px solid var(--txtcolor2);
        border-radius: 6px;
        background-color: #d8f0ff91;
        padding: 3px 12px;
        color: var(--txtcolor2);
        text-transform: uppercase;
    }

    .checkbox, .radio {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 5px;
        font-size: 0.9rem;
    }

    .note {
        font-size: 0.9rem;
        color: #555;
    }

    .payment-option {
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 6px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .payment-option.active {
        border-color: var(--txtcolor2);
        background: #f6fff8;
    }

    .payment-info {
        font-size: 0.85rem;
        color: #444;
        margin-top: 5px;
    }

    .checkout-section .checkout-right > .btn {
        display: block;
        width: 100%;
        background: var(--txtcolor2);
        color: #fff;
        padding: 12px;
        font-size: 1rem;
        border: none;
        border-radius: 8px;
        cursor: pointer;
    }

    .checkout-right .product {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .product img {
        border-radius: 6px;
        margin-right: 10px;
        max-width: 30%;
    }

    .product-info {
        flex-grow: 1;
    }

    .product-title {
        font-weight: bold;
    }

    .discount {
        display: flex;
        gap: 10px;
        margin: 15px 0;
    }

    .checkout-section .btn-apply {
        background: #000;
        color: white;
        border: none;
        padding: 4px 13px;
        border-radius: 6px;
        cursor: pointer;
        height: 44px;
    }

    .checkout-left label {
        font-weight: bold;
    }
/*end*/

/* Summary Box */
    .summary {
        color: black;
        padding: 20px;
        border-radius: 12px;
        font-size: 0.95rem;
        margin-top: 15px;
    }

    .summary-row {
        display: flex;
        justify-content: space-between;
        margin: 8px 0;
    }

    .summary-row span {
        font-weight: 400;
    }

    .summary-row.total {
        font-size: 1.1rem;
        font-weight: bold;
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 10px;
    }

    .shipping-info {
        color: #545454;
        font-style: italic;
    }

    .summary-savings {
        /* margin-top: 12px; */
        /* font-size: 0.9rem; */
        color: var(--txtcolor2);    /* font-weight: bold; */
        text-align: left;
    }
/*end*/

/*Side bar - check out*/
    .cart-offcanvas .offcanvas-header{
        background: #f6f6f6;
    }
    .recommended-slider hr {
        border-top: 1px solid #ccc;
        margin: 0;
    }

    .swiper-slide {
        /*background: #fff;*/
        /*border: 1px solid #eee;*/
        border-radius: 6px;    
        /*padding: 10px;*/
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #999;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background-color: #333;
    }

    .cart-offcanvas {
        width: 400px;
        max-width: 90%;
        background: #fff;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    }

    .cart-items {
        max-height: 56vh;
        overflow: auto;
        min-height: 270px;
        padding: 0px;
    }

    .checkout-section .cart-items {
        max-height: 30vh;
    }

    .cart-item {
        font-size: 14px;
        padding: 10px;
        border-radius: 5px;
    }

    .cart-items .cart-item:last-child {
        border: none !important;
    }

    .cart-img {
        width: 98px;
        height: unset;
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 4px;
    }

    .cart-title {
        font-weight: 500;
        font-size: 14px;
    }

    .qty-control {
        display: flex;
        align-items: stretch;
        gap: 0px;
        margin: 5px 0;
        opacity: .7;
        pointer-events: none;
    }

    .qty-control > .btn {
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        background: #fbfbfb;
        padding: 2px 8px;
    }

    .qty-control > .btn:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }

    .qty-control .qty-input {
        width: 40px;
        text-align: center;
        border: 1px solid #f1f1f1;
        border-radius: 0px;
        background: #fcfcfc;
        pointer-events: none;
    }

    .qty-control > .btn:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
    }

    .qty-control > .btn svg {
        color: #555555;
        width: 16px;
    }

    .price {
        display: block;
        font-weight: 600;
        margin-top: 5px;
    }
    .cart-summary {
        border-top: 1px solid #ddd;
        padding-top: 15px;
    }
    
    .myRecommendationSwiper .swiper-slide > .d-flex{
        padding: 0 15px;
    }
    .myRecommendationSwiper .swiper-slide > .d-flex img{
        width: 100px;
        object-fit: cover;
        aspect-ratio: 1;
        border-radius: 5px;
        box-shadow: 3px 6px 10px rgb(0 0 0 / 10%);
        background: #f3f3f3;
    }
    .delete_animation {
        position: relative;
        background-color: #ff4d4f !important; /* red background */
        color: #fff !important;
        transform: translateX(0);
        opacity: 1;
        transition: transform 0.5s ease-in-out;
        transition-delay: 0.3s;
        
    }

    .delete_animation {
      transform: translateX(100%);
      /*opacity: 0;*/
    }
    .delete_animation > *{
        opacity: 0.5;
    }
/*end*/

/*Footer*/
    .section-footer {
        color: #fff;
    }
    .section-footer a{
        text-decoration: underline;
    }
    footer {
        /*position: relative;*/
        padding: 70px 0 0;
        z-index: 1;
        background-color: var(--footer-bg);
    }

    footer form {
        max-width: 600px;
        margin: auto;
    }

    footer label {
        display: block;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: bold;
        color: var(--txtcolor1);
    }

    footer input, footer textarea {
        width: 96%;
        padding: 7px;
        border: 1px solid #ccc;
        border-radius: 10px;
        box-sizing: border-box;
        margin-bottom: 0px;
        height: 32px;
    }

    footer textarea {
        width: 96%;
        height: 70px;
    }

    footer button {
        margin-top: 5px;
        width: 130px;
        height: 49px;
        padding: 10px 20px;
        background-color: #00000000;
        border: 3px solid #ffffff;
        color: #ffffff;
        cursor: pointer;
        border-radius: 15px;
    }

    footer button:hover {
        background-color: #0288d1;
        color: #fff;
    }

    footer em {
        display: block;
        margin-bottom: 20px;
        font-style: italic;
    }

    footer:after {
        /*content: "";
        background-image: url(../img/bg_footer_2.jpg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .2;
        z-index: -1;*/
    }

    .fbraning img {
        max-width: 100px;
    }

    .fbraning p {
        opacity: 0.8;
        color: var(--txtcolor1);
    }

    .fnote h3 {
        margin-top: 0;
        color: var(--txtcolor1);
    }

    .fsocial ul {
        padding: 0;
        color: var(--txtcolor1);
    }

    .fsocial li {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: #f2f2f2;
        padding: 4px 0 0;
        font-size: 18px;
        border-radius: 10px;
        margin: 10px 2px 10px 0px;
        text-align: center;
        color: var(--txtcolor2);
    }

    .fsocial li:hover {
        background: var(--color2);
        color: #fff;
    }

    .fpoints h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 20px;
        color: var(--txtcolor1);
    }

    .fpoints ul {
        padding: 0;
        margin: 0;
        color: var(--txtcolor1);
    }

    .fpoints li {
        position: relative;
        list-style: none;
        margin-bottom: 6px;
        padding: 3px 0 3px 15px;
        border-radius: 5px;
    }

    .fpoints li:hover {

        /*background: gainsboro;*/
    }

    .fpoints li:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        height: 5px;
        width: 5px;
        opacity: 1;
        border-radius: 5px;
        background-color: #fff;
        transition: .8s;    /*box-shadow: -3px 0 0px 0px var(--color2);*/
    }

    .fpoints li:hover:after {
        box-shadow: -8px 0 0px 0px #fff, -5px 0 0px 0px #fff, -3px 0 0px 0px #fff;
    }

    .fpoints li:has(.fa):after {
        display: none;
    }

    .fpoints li a {
        color: var(--txtcolor1);
        text-decoration: none;
        display: block;
        display: inline-flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 7px;
        opacity: 0.8;
    }

    .fpoints li a .fa {
        position: relative;
        margin-top: 4px;
        color: var(--color2);
        margin-right: 10px;
        margin-left: -10px;
    }

    .fpoints li:hover a {
        font-weight: 500;
        color: var(--txtcolor1);
        opacity: 1;
    }

    .ftb {
        border-top: 1px solid #dcdcdc;
        padding: 30px 0;
        margin-top: 35px;
    }

    .ftb p span {

        /*color: black;
        padding: 5px;
        margin: 0 10px;*/
    }

    .ftb p strong, .ftb p b {
        font-weight: 600;
    }

    .cpyrgt a {
        color: var(--txtcolor1);
    }
/*Footer end*/

/*keyframe animations*/
    /*image loading*/
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }

    }
    /*Blinking animation*/
    @keyframes blink {
        0% { 
            opacity: 1;
        } 
        50% { 
            opacity: 0;
        } 
        100% { 
            opacity: 1;
        } 
    }
/*end*/


@media (max-width:1199px) {
    .navbar .menu, .navbar.navbar-default .container{
        justify-content: center;
    }
}

@media (max-width:767px) {
    .section-title {
        font-size: 24px;
    }
    .section-subtitle{
        font-size: 14px;
    }
    .section-title::after{
        width: 230px;
    }
    /*Header*/
        header {
            margin-bottom: 80px;
        }

        .navbar {
            padding: 0;
            margin: 0;
        }

        .navbar.navbar-default .container {
            display: block;
            border-radius: 18px;
            max-width: 95%;
            margin: 0;
            max-width: 100%;
            border-radius: 0;
        }

        .navbar-header {
            margin-left: 0px !important;
            padding: 0 0px;
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
        }

        .navbar .brand {
            max-width: 120px;
            max-height: 70px;
            padding: 0;
        }

        .navbar .navbar-brand .brand_name h2 {
            font-size: 18px;
        }

        .navbar .navbar-brand .brand_name h5 {
            font-size: 10px;
        }

        .navbar .collapse {
            display: inherit;
        }

        .navbar-collapse .menu-header-menu-container {
            transform: scale(0.1) translateY(-100%);
            visibility: hidden;
            opacity: 0;
            transition: 0.2s;
        }

        .navbar-collapse.collapsed .menu-header-menu-container {
            transform: scale(1) translateY(0%);
            visibility: visible;
            opacity: 1;
        }

        .navbar-collapse.collapse[aria-expanded="false"] {
            visibility: visible;
            opacity: 1;
            margin: 0;
        }

        .navbar-collapse.collapse[aria-expanded="true"] {
        }

        .navbar-default .navbar-toggle:hover .icon-bar {

            /*width: initial;*/
        }

        .navbar-default .navbar-collapse {
            max-height: 0px !important;
            padding: 0;
        }

        .navbar-default .navbar-collapse.collapsed {
            max-height: unset !important;
            border-top: 1px solid rgb(255 255 255 / 11%);
            padding: 10px 0;
        }

        .navbar .menu {
            max-height: 100%;
            overflow: auto;
            display: block;
            text-align: center;
        }

        .navbar .navbar-brand {
            padding: 12px 0;
        }

        .navbar-default .navbar-toggle {
            display: inline-block;
        }

        .navbar .menu li {
            display: block;
            text-align: center;
            border-radius: 6px;
        }

        .navbar .menu .sub-menu {
            position: relative;
            width: 100%;
            top: 0 !important;
            border-radius: 0 0 5px 5px;
            background: #fdfdfd;
            display: none;
            visibility: visible !important;
            opacity: 1 !important;
        }

        .navbar .menu li .sub-menu.active {
            display: block;
        }

        .menu .navcticn.active {
            transform: rotate(180deg);
        }

        .navbar .menu>li:after {
            display: none;
        }
        .navbar .cart-btn{
            position: fixed;
            top: 18px;
            right: 70px;
            margin-right: 0;
        }
        .navbar .cart-btn a{
            width: 55px;
            height: 55px;
        }
        .cart-btn svg{
            width: 20px;
            height: 20px;
        }
        .site-search{
            margin: 0 auto;
        }
    /*end*/

    /*Hero Slider Container*/
        .hero-slider{
            margin-top: 80px;
        }
        .hero-slider, .hero-slider .swiper, .hero-slider .swiper-slide img{
            height: 36vh;
        }
        .hero-text h1 {
            font-size: 24px;
        }

        .hero-text p {
            font-size: 12px;
        }
        .hero-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            color: white;
            z-index: 10;
            min-width: 407px;
            max-width: 90%;
            padding: 20px;
        }

        .baner_label {
            font-size: 12px;
            top: unset;
            bottom: -36px;
            left: 50%;
        }
    /*end*/

    /*Quick Search*/
        #search_results {
            position: absolute;
            background: #fff;
            width: 89% !important;
            border: 1px solid #ddd;
            max-height: 250px;
            overflow-y: auto;
            display: none;
            z-index: 9999;
            border-radius: 20px;
        }
    /*end*/

    /*Product list view*/
        .product-section{
            padding: 10px 0px 30px;
        }
        .product-grid {
            gap: 10px;
            justify-content: center;
        }
        .product-card{
            padding: 7px;
            border-radius: 7px;
            min-width: 140px;
            width: calc(50% - 5px);
        }
        .product-card img{
            border-radius: 4px;
            margin-bottom: 0;
        }
        .product-price{
            font-size: 14px;
        }
        .pd-action {
            flex-direction: column;
        }
        .pd-action .product-btn {
            padding: 8px 15px 8px 30px;
            font-size: 13px;
            width: 100%;
        }
        .pd-action .product-btn svg{
            width: 14px;
        }
        .three-product-row{
            padding-left: 12px;
            padding-right: 12px;
        }
        .three-product-row .product-card{
            width: calc(50% - 6px);
        }
    /*end*/

    /*All category page*/
        .all-category{
            margin-top: 85px;
            padding: 50px 15px;
        }
        .all-category .list-unstyled{
            max-height: unset;
            overflow: auto;
        }
    /*end*/

    /*Checkout page*/
        .payment-section .gif {
            top: 0px;
            left: 0px;
        }
        .checkout-container{
            flex-direction: column;
        }
    /*end*/

    /*single product page*/
        .container {
            /*flex-direction: column;
            gap: 20px;*/
        }

        .gallery img.main-img {
            width: 100%;
        }

        .thumbnails {
            justify-content: center;
        }
        .prod_dtl_sec > .row{
            flex-direction: column;
        }
        .product-view .categories-list{
            order: 2;
            margin-top: 20px;
        }
    /*end*/

    /*footer*/
        footer{
            padding-top: 0;
        }
        .section-footer{
            text-align: center;
        }
        .fpoints {
            text-align: left;
        }
        .section-footer form{
            text-align: left;
        }
        .cpyrgt{
            text-align: center !important;
            margin-top: 20px;
        }
    /*end*/
    
    /*Features*/
    .features {
        padding-top: 0;
    }

    .feat {
        gap: 30px;
        flex-direction: column;
    }

    .feature-box {
        width: 320px;
        max-width: 90%
    }

    .feature-box::after {
        background: #E4E4E4;
        width: 100%;
        height: 1px;
        top: calc(100% + 15px);
        right: 0;
    }

    .feature-box img {
        width: 45px;
    }

    .feature-box h3 {
        font-size: 22px;
    }

    .feature-box p {
        font-size: 16px;
    }
    /*end*/
    
    /*Gallery*/
      .gallery-slider{
        padding-bottom: 0;
      }
      .swiper-collections .swiper-slide{
        transform: scale(0.8)!important;
        z-index: 1;
        opacity: .5;
      }
      .swiper-collections .swiper-slide-next .clctn{
        box-shadow: none;
      }
      .swiper-collections .swiper-slide-active{
        transform: scale(1)!important;
        z-index: 3;
        opacity: 1;
      }
      .swiper-collections .swiper-slide-active .clctn{
        box-shadow: 0 5px 70px rgb(0 0 0 / 12%);
      }
    /*End*/
}

@media (min-width:768px) {
    .site-header .navbar{
        /*padding: 0;*/
        /*margin: 0;*/
        background: rgb(0 0 0 / 0%);
    }
    .site-header.sticky .navbar{
        padding: 0;
        margin: 0;
    }
    .site-header .navbar .container{
        margin: 0 auto;
        max-width: 1320px;
        /*box-shadow: none!important;*/
        box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
        z-index: 1;
    }
    .site-header .navbar .container::after{
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: var(--header-bg);
        width: 100%;
        height: 100%;
        border-radius: 100px;
        z-index: -1;
        transition: 0.5s;
    }
    .site-header.sticky .navbar .container::after{
        width: 120vw;
        height: 100%;
    }
}

/*Currency switcher*/
    .currency_switch{
        position: fixed;
        z-index: 99;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #0274be;
        box-shadow: 5px 6px 20px rgb(0 0 0 / 10%), 1px 1px 5px 0px rgb(0 0 0 / 15%);
        border-radius: 0 3px 3px 0;
        overflow: hidden;
    }
    .currency_switch .open{
        display: none;
    }
    .currency_switch h5{
        font-size: 12px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0;
        padding: 5px 0 5px 0;
        background: rgb(0 0 0 / 18%);
    }
    .currency_switch ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .currency_switch li{
        padding: 0 5px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        cursor: pointer;
    }
    .currency_switch a:last-child li{
        border-bottom: none;
    }
    .currency_switch li:hover{
        background: rgb(255 255 255 / 20%);
    }
    .currency_switch li.active{
        background: rgb(0 0 0 / 38%);
        border-left: 3px solid #fceb05;
    }
    .currency_switch li img{
        width: 35px;
        margin-right: 3px;
        transition: 0.3s;
    }
    .currency_switch li:hover img{
        transform: scale(1.1);
    }
    .currency_switch li span{
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        transition: 0.3s;
    }
    .currency_switch li:hover span{
        transform: scale(1.1);
    }
/*end*/
