:root {
    --color1:#0274be;
    --color2:#0274be;
    --white: #ffffff;
    --dark: black;
    --bs-success-rgb: 49, 207, 4;
    --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
    --item1-filter: blur(30px);
    --item1-zIndex: 11;
    --item1-opacity: 0;
    --item2-transform: translateX(0);
    --item2-filter: blur(0px);
    --item2-zIndex: 10;
    --item2-opacity: 1;
    --item3-transform: translate(44%, 8%) scale(0.6);
    --item3-filter: blur(10px);
    --item3-zIndex: 9;
    --item3-opacity: 1;
    --item4-transform: translate(75%, 12%) scale(0.3);
    --item4-filter: blur(30px);
    --item4-zIndex: 8;
    --item4-opacity: 1;
    --item5-transform: translate(120%, 30%) scale(0.2);
    --item5-filter: blur(40px);
    --item5-zIndex: 7;
    --item5-opacity: 0;
}

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(--color1);
    border-color: var(--color1);
}

.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;
}*/
/*Google reCAPTCHA */
    .grecaptcha-badge{
        z-index: 99;
    }
/*end*/

/*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*/

/*social media icons*/
    .social_md_list ul {
        padding: 0;
        margin: 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(--white);
        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(--black);
    }
/*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;
    }

    .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 #0274be;
        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: #0274be;
        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: #004a95;
        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: #004a95;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
    }

    .cart-btn svg {
        color: rgb(255, 255, 255);
        width: 18px;
    }

    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: #0274be;
        border-radius: 100px;
        margin-top: 15px;
        backdrop-filter: blur(10px);
    }

    .sticky .navbar.navbar-default .container {
        background: rgb(2 116 190);
    }

    .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: 30px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }

    .navbar .navbar-brand .brand_name h5 {
        font-size: 18px;
        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;
    }

    .navbar .menu>li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 80%;
        top: 50%;
        transform: translateY(-50%);
        right: -7px;
        background: rgb(255 255 255 / 50%);
        rotate: 15deg;
        box-shadow: 5px -1px 0px rgb(255 255 255 / 50%);
    }

    .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(--white);
        padding: 4px 5px;
        display: inline-block;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 16px;
    }

    .navbar .menu li.current-menu-item a {
        color: var(--black);
        border-bottom: 1px solid var(--black);
    }

    .navbar .menu li.special a {
        color: #fff !important;
        padding: 8px 24px;
    }

    .navbar .menu li:hover a {
        color: var(--black);
    }

    .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(--black);
    }

    .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: #0274be;
        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: #0073c6;
        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: #0073c6 !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 */

/* 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 {
        box-shadow: 0px 5px 15px rgb(0 0 0 / 25%);
        padding: 10px;
        text-align: center;
        min-width: 200px;
        width: calc(20% - 12px);
        transition: 0.3s;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
    }

    .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: #ff0000;
        color: white;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 8px;
        border-radius: 0 0 10px 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: var(--color1);
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 8px 36px 8px 36px;
        cursor: pointer;
        font-weight: 600;
        transition: background 0.3s ease;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .pd-action .product-btn.cartBtn{
        background: #ffe24d;
        color: #323232;
    }
    .pd-action .product-btn.cartBtn:hover{
        background: #ffe364;
    }
    .pd-action .product-btn.add-to-cart{
        background: #ffc450;
        color: #323232;
    }
    .pd-action .product-btn.add-to-cart:hover{
        background: #fed813;
    }

    .pd-action .product-btn svg {
        position: absolute;
        left: 10px;
        width: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .pd-action .product-btn:hover {
        background: #004a95;
    }

    .pd-action .product-btn.buy-now {
        /*background: #333;*/
    }

    .pd-action .product-btn.buy-now:hover {
        /*background: #000;*/
    }
/* 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;
    }

    .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 #0274be;*/
    }

    .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(../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%;
    }

    .about-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 85%); /* dark overlay */
    }

    .about-section .container {
        position: relative;
        z-index: 2;
    }

    .about-title {
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 44px;
    }

    .about-section p {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.8;
    }
/*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(25% - 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 #0274be;
        border-radius: 6px;
        background-color: #d8f0ff91;
        padding: 3px 12px;
        color: #0274be;
        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: #0274be;
        background: #f6fff8;
    }

    .payment-info {
        font-size: 0.85rem;
        color: #444;
        margin-top: 5px;
    }

    .checkout-section .checkout-right > .btn {
        display: block;
        width: 100%;
        background: #0274be;
        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;
    }
    .checkout-container .checkout_page_container .buy-from-cart{
        display: none!important;
    }
/*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: #0274be;    /* 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;
    }
    .cart-offcanvas .cart-summary .discount-cont-cart{
        display: none!important;
    }
    .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: #0274be;
    }

    footer form {
        max-width: 600px;
        margin: auto;
    }

    footer label {
        display: block;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    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;
    }

    .fnote h3 {
        margin-top: 0;
    }

    .fsocial ul {
        padding: 0;
    }

    .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;
    }

    .fsocial li:hover {
        background: var(--color2);
        color: #fff;
    }

    .fpoints h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 20px;
    }

    .fpoints ul {
        padding: 0;
        margin: 0;
    }

    .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: #fff;
        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(--white);
        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(--black);
    }
/*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;
    }
    /*Currency switcher*/
        .currency_switch{
            padding-right: 26px;
            overflow: visible;
        }
        .currency_switch .open{
            position: absolute;
            top: 50%;
            right: -15px;
            background: #025f9c;
            transform: translateY(-50%);
            border-radius: 0 50% 50% 0;
            color: #fff;
            width: 16px;
            display: flex;
            z-index: -1;
        }
        .currency_switch .open svg{
            width: 20px;
            height: 20px;
        }
        .currency_switch h5{
            position: absolute;
            width: 70px;
            height: 25px;
            transform: rotate(90deg);
            right: -22px;
            top: 23px;
            font-size: 11px;
        }
        .currency_switch ul{
            width: 2px;
            overflow: hidden;
            transition: 0.2s;
        }
        .currency_switch.active ul{
            width: 80px;
        }
        .currency_switch li{
            white-space: nowrap;
        }
        .currency_switch a:last-child li{
            
        }
        .currency_switch li:hover{
            
        }
        .currency_switch li.active{
            
        }
        .currency_switch li img{
            width: 20px;
            height: 35px;
            object-fit: contain;
        }
        .currency_switch li:hover img{
            
        }
        .currency_switch li span{
            font-size: 12px;
        }
        .currency_switch li:hover span{
            
        }
        /*end*/

    /*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: 60px;
        }

        .navbar .navbar-brand .brand_name h2 {
            font-size: 20px;
        }

        .navbar .navbar-brand .brand_name h5 {
            font-size: 12px;
        }

        .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: 14px;
            right: 70px;
            margin-right: 0;
        }
        .navbar .cart-btn a{
            width: 55px;
            height: 55px;
        }
        .site-search{
            margin: 0 auto;
        }
    /*end*/

    /*Hero Slider Container*/
        .hero-slider{
            margin-top: 80px;
            overflow: visible;
        }
        .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 .product-btn {
            padding: 8px 15px 8px 30px;
            font-size: 13px;
        }
        .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 0px!important;
        }
        .all-category .list-unstyled{
            max-height: calc(100vh - 250px);
            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;
        }
        .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*/
}

@media (min-width:768px) {
    .site-header .navbar{
        padding: 0;
        margin: 0;
        background: #0274be;
        box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
    }
    .site-header .navbar .container{
        margin: 0 auto;
        max-width: 1320px;
        box-shadow: none!important;
    }
}
