@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&family=Squada+One&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --bs-heading-color: #333333;
    --bs-link-hover-color: rgba(70, 191, 32, 1);
    --bs-text-color: rgb(51 51 51 / 54%);
    --bs-text-light-color: #666666;
    --bs-white: #ffffff;
    --bs-transparent: transparent;
    --bs-black: black;
    --bs-green-theme: rgba(70, 191, 32, 1);
    --bs-red-theme: rgba(255, 77, 0, 1);
    --bs-green-theme-bg: rgba(70, 191, 32, 1);
    --bs-light-gray: #F9F9F9;
    --bs-btn-bg-color: rgba(70, 191, 32, 1);
    --bs-select-bg-color: rgba(70, 191, 32, 1);
    --bs-select-text-color: white;
    --bs-warning-color: #F2C94C;
    --bs-border-bottom-color: rgba(229, 229, 229, 1);
    --bs-border-focus-border-color: rgba(70, 191, 32, 1);
    --bs-table-border-color: #DDDDDD;
    --bs-border-color: rgba(70, 191, 32, 1);
    --bs-danger-color: rgba(253, 11, 10, 1);
    --bs-success-color: #1CAC52;
    --bs-product-bg-color: #F5F5F5;
    --bs-rating-star-color: rgba(242, 201, 76, 1);
    --bs-light-color: #BDBDBD;
    --bs-btn-light-green-bg: rgba(28, 172, 82, 0.1);
    --bs-btn-light-green-text: rgba(28, 172, 82, 1);
    --bs-btn-light-red-bg: rgba(234, 21, 2, 0.1);
    --bs-btn-light-red-text: #EA1502;
    --bs-btn-light-gray-bg: rgba(238, 238, 238, 1);
    --bs-btn-light-gray-text: rgba(51, 51, 51, 1);
    --bs-box-shasow-color: rgb(178 178 178 / 16%);
    --bs-box-shasow-color2: rgba(53, 115, 249, 0.06);
    --bs-box-shasow-color3: rgb(209 232 255 / 49%);
    --bs-font-family-roboto: 'Roboto', sans-serif;
    --bs-font-family-poppins: 'Poppins', sans-serif;
    --bs-font-family-squada-one: 'Squada One', cursive;
    --bs-font-family-montserrat: 'Montserrat', sans-serif;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: var(--bs-transparent);
    font-family: var(--bs-font-family-poppins);
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    font-family: var(--bs-font-family-poppins);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 1.2;
}

a {
    text-decoration: none;
    color: var(--bs-heading-color);
}

p:last-child {
    margin-bottom: 0px;
}

::selection {
    background-color: var(--bs-select-bg-color);
    color: var(--bs-select-text-color);
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: var(--bs-transparent);
}

.site-heading h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--bs-heading-color);
    line-height: 33px;
    font-family: var(--bs-font-family-squada-one);
}

.heading-color h3 {
    color: var(--bs-green-theme);
}

    .heading-color h3 span {
        color: var(--bs-red-theme);
    }

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-0 {
    padding-left: 0px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-60 {
    padding-bottom: 60px;
}

.p-l-r-40 {
    padding-left: 40px;
    padding-right: 40px;
    background: #F6FCF4;
    /*z-index: 9;*/
    position: relative;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.max-w-100 {
    max-width: 100% !important;
}
.mt-60{
    margin-top:60px !important;
}
img {
    max-width: 100%;
}

.lang-btn-padding {
    padding: 17px 23px !important;
}
/*top-header-style*/
.header-top {
    position: relative;
    padding-bottom: 5px;
}

.light-pink {
    background-color: rgba(252, 203, 0, 0.05);
}

.light-pink-2 {
    background-color: rgb(245 255 242);
}

.app_links {
    position: absolute;
    left: 0;
}

.header-top-text {
    text-align: center;
}

.app_links span, .app_links span a {
    margin-right: 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: var(--bs-heading-color);
    transition: all .3s ease;
}

    .app_links span a:hover {
        color: #1CAC52;
    }

.app_links img {
    margin-right: 10px;
    margin-top: -5px;
}

.header-top-text span {
    color: var(--bs-red-theme);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    /*transition:all .3s ease;*/
    animation: offer-blink-text .8s linear infinite;
}

@keyframes offer-blink-text {
    0% {
        color: var(--bs-red-theme);
    }

    50% {
        color: rgb(222 77 14);
    }

    90% {
        color: var(--bs-red-theme);
        ;
    }
}

.header-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ffffff;
}
.logo-left-side ul li a img {
    max-width: 147px;
}
.sticky-header {
    position: sticky;
    top: 0px;
    z-index: 998;
}

.logo-left-side ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

    .logo-left-side ul li {
        list-style-type: none;
        position: relative;
    }


        .logo-left-side ul li a {
            display: inline-block;
        }

        .logo-left-side ul li span {
            display: inline-block;
            color: var(--bs-heading-color);
            font-size: 14px;
            font-weight: 400;
            transition: all .3s ease;
        }

        .logo-left-side ul li.active span {
            color: var(--bs-link-hover-color);
            font-weight: 500;
        }

        .logo-left-side ul li span span {
            text-decoration: underline;
            font-weight: 500;
        }

        .logo-left-side ul li:first-child {
            padding-right: 40px;
        }

.logo-right-side ul li a i {
    font-style: normal;
}

.logo-right-side ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

    .logo-right-side ul li {
        list-style-type: none;
        position: relative;
    }

        .logo-right-side ul li:hover {
            cursor: pointer;
        }

.cart-num-notification {
    background-color: var(--bs-danger-color);
    color: #ffffff;
    padding: 3px 6px;
    display: inline-block;
    line-height: 1;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    font-weight: 500;
    left: 14px;
    top: -15px;
    z-index: 5;
    border: 1px solid #fff;
}

.logo-right-side ul li a {
    color: var(--bs-heading-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

    .logo-right-side ul li a span, .logo-right-side ul li a i {
        transition: all .3s ease;
    }

.logo-right-side ul li.active a span {
    color: #1CAC52;
    font-weight: 500;
}

.logo-right-side ul li a:hover span, .logo-right-side ul li a:hover i {
    color: var(--bs-link-hover-color);
}

.logo-right-side ul li a img {
    margin-right: 10px;
    max-width: 24px;
}

.logo-right-side > ul > li:not(:last-child) {
    margin-right: 30px;
}
.header-menu{
    position:relative;
}
.header-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0;
    margin: 0;
   /* overflow-x: auto;*/
}
.category-mobile{
    display:none;
}
.category-menu ul {
    position: absolute;
    top: 15px;
    right: 0;
    background-color: rgb(255 255 255 / 100%);
    z-index: 9;
    padding: 15px;
    min-width: 250px;
    box-shadow: 0px 0px 4px #ebe9e9;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translateY(15px);
    display: none;
    opacity: 0;
    transition: all .3s ease;
    max-height: 520px;
    overflow-x: auto;
}
.category-menu:hover ul {
    transform: translateY(0px);
    opacity:1;
    display: block;
}
.category-menu ul:before {
    content: '';
    width: 100%;
    background-color: #f5fff2;
    position: absolute;
    height: 30px;
    left: 0;
    top: -15px;
}
.category-menu ul li {
    padding: 8px;
}
.category-menu {
    position: relative;
}
    .header-menu:after {
        content: '';
        display:none;
        width: 30px;
        height: 20px;
        background: linear-gradient(90deg, rgb(2 0 36 / 0%) 0%, rgb(245 255 242 / 88%) 35%, rgb(245 255 242) 100%);
        position: absolute;
        right: 39px;
        z-index: 1;
        top: 10px;
    }

    .header-menu ul::-webkit-scrollbar {
        height: 0px;
        display: none;
        transition: .5s;
        background-color: rgb(70 191 32 / 25%);
        border-radius: 12px;
        opacity: 0;
        width:10px;
    }

    .header-menu ul::-webkit-scrollbar-thumb {
        background-color: rgba(70, 191, 32, 1);
        border: 2px solid transparent;
        border-radius: 12px;
        background-clip: content-box;
    }

    .header-menu ul:hover::-webkit-scrollbar {
        opacity:1;
        display:block;
        transition: .5s;
    }

    .header-menu ul li {
        list-style-type: none;
        line-height: 1;
    }

    .header-menu ul li {
        padding-right: 30px;
    }

        .header-menu li a, .header-menu ul li:first-child {
            display: inline-block;
            color: var(--bs-heading-color);
            font-size: 12px;
            text-decoration: none;
            font-weight: 500;
            line-height: 18px;
            text-transform: uppercase;
            transition: all .3s ease;
            white-space: nowrap;
        }

            .header-menu li a:hover {
                color: var(--bs-link-hover-color);
            }

        .header-menu ul li:first-child {
            color: #666666;
        }

.banner-slider .slick-slide img {
    max-height: 630px;
    width: 100%;
}
/*outer-card*/
.outer-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.deliver-img {
    padding-right: 20px;
}
.deliver-img img{
    max-width:60px;
}
.bg-color-vegi-1 {
    width: 100px;
}
.deliver-text p {
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

    .deliver-text p span {
        display: block;
    }

.shopByCategory .category-card:hover h5 {
    color: var(--bs-link-hover-color);
}

.diagonal-btn:not(:last-child) {
    margin-right: 15px;
}
/*slider section style*/
.hero-slider {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider-left {
    width: 20%;
}

.slider-right {
    width: 100%;
}

    .slider-right .carousel-item {
        display: block;
        position: relative;
        padding-bottom: 33%;
    }

    .slider-right .slider-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        z-index: 1;
    }

.slider-right-box {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 35%;
}

.left-slider-text-style {
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.slider-left-box h1 {
    color: var(--bs-white);
    font-size: 45px;
    font-weight: 500;
    padding-bottom: 40px;
    line-height: 47px;
    font-family: var(--bs-font-family-poppins);
}

.slider-left-box h6 {
    color: var(--bs-white);
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 10px;
    font-family: var(--bs-font-family-poppins);
}

.hero-slider .carousel-indicators {
    position: absolute;
    bottom: 25px;
    display: flex;
    justify-content: center;
    height: auto;
    width: auto;
}
/*.carousel-control-prev {
    width: 36px;
    height: 36px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
}
.carousel-control-prev-icon {
    background-image:none;
}*/
.name-pro h4 {
    font-size: 32px;
    color: var(--bs-heading-color);
    line-height: 33px;
    font-weight: 400;
    font-family: var(--bs-font-family-squada-one);
    padding-bottom: 10px;
}

.name-pro p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: var(--bs-text-light-color);
    font-family: var(--bs-font-family-poppins)
}

.product-sort-drop span {
    color: rgba(51, 51, 51, 1);
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.product-sort-drop ul {
    display: none;
}

.first-color {
    background-color: rgba(216, 244, 240, 1);
}

.second-color {
    background-color: rgba(210, 230, 245, 1);
}

.third-color {
    background-color: rgba(225, 248, 248, 1);
}

.row-flrx {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.col-sm4 {
    width: calc(33.33% - 15px);
}

.new-arriv {
    /*height: 405px;*/
}

.product-sort-drop select {
    border: 1px solid var(--bs-border-bottom-color);
    padding: 6px 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 5px;
}

    .product-sort-drop select:focus {
        outline: none
    }

.border-product {
    border-bottom: 1px solid var(--bs-border-bottom-color);
}

.name-pro {
    padding-top: 20px;
    padding-bottom: 20px;
}

.filter-left {
    background-color: rgba(249, 249, 249, 1);
    min-height: 700px;
    position: sticky;
    top: 124px;
}

.filter-head h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--bs-heading-color);
}

.filter-head {
    padding: 20px 40px;
    border-bottom: 1px solid var(--bs-border-bottom-color);
}

.tab-head {
    padding: 10px 40px;
    border-top: 1px solid var(--bs-border-bottom-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--bs-heading-color);
    cursor: pointer;
    position: relative;
}

    .tab-head:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border: 1px solid var(--bs-black);
        border-top: transparent;
        transform: rotate(45deg);
        border-left: transparent;
        top: 15px;
        right: 17px;
        transition: all .3s ease;
    }

.active.tab-head:before {
    transform: rotate(-135deg);
    top: 20px;
}

.tab-inner li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.tab-inner input[type="checkbox"] {
    height: 16px;
    width: 16px;
    accent-color: #29a900;
    cursor: pointer;
}

.tab-inner li:not(:last-child) {
    margin-bottom: 13px;
}

.tab-inner {
    padding-left: 40px;
}

    .tab-inner label {
        cursor: pointer;
        padding-left: 10px;
        color: var(--bs-heading-color);
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        font-family: var(--bs-font-family-poppins);
    }

.hero-slider .carousel-indicators button {
    width: 10px !important;
    height: 10px;
    background-color: rgb(255 255 255 / 35%);
    display: block;
    max-width: 10px;
    border-radius: 50%;
    padding: 0;
}

    .hero-slider .carousel-indicators button.active {
        background-color: var(--bs-white);
    }

    .hero-slider .carousel-indicators button:not(:last-child) {
        margin-right: 5px
    }

.slider-left-box p {
    color: rgb(51 51 51 / 54%);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 30px;
}

.slider-left-card {
    height: 33.33%;
    display: flex;
    align-items: center;
    padding-left: 25px;
    position: relative;
}

.slider-card-text {
    padding-left: 10px;
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

    .slider-card-text span {
        display: block;
    }

.slider-left-card.active:after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 20px solid var(--bs-transparent);
    border-bottom: 0px solid var(--bs-transparent);
    border-left: 20px solid #ffe26a;
    z-index: 9;
    transition: all .6s ease;
}

.slider-left-card.active[data-bs-slide-to="0"]:after {
    border-left-color: #ffe26a;
}

.slider-left-card.active[data-bs-slide-to="1"]:after {
    border-left-color: #FFA7A2;
}

.slider-left-card.active[data-bs-slide-to="2"]:after {
    border-left-color: #D2D432;
}

.carousel-indicators {
    position: static;
    display: block;
    margin: 0;
    height: 100%;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: border-box;
        flex: auto;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        height: 33.33%;
        text-indent: inherit;
        cursor: pointer;
        background-color: var(--bs-transparent);
        background-clip: border-box;
        border: 0;
        border-top: 0;
        border-bottom: 0;
        opacity: 1;
        transition: opacity .6s ease;
        display: flex;
        align-items: center;
        padding-left: 25px;
        position: relative;
    }
/*category-card*/
.category-card h5 {
    color: var(--bs-heading-color);
    padding-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    transition: all .3s ease;
}

.product-sort-links ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    justify-content: center;
}

    .product-sort-links ul li {
        list-style-type: none;
        bottom: -1px;
        position: relative;
    }

        .product-sort-links ul li span {
            padding-right: 12px;
        }

        .product-sort-links ul li img {
            padding-inline: 5px;
        }

        .product-sort-links ul li:not(:last-child) {
            margin-right: 40px;
        }

    .product-sort-links ul a, .product-sort-links ul li {
        color: var(--bs-heading-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding-bottom: 15px;
        transition: all .2s ease;
    }

        .product-sort-links ul li a.active {
            color: var(--bs-link-hover-color);
            border-bottom: 2px solid var(--bs-link-hover-color);
            font-weight: 600;
            position: relative;
        }

.site-heading p {
    color: var(--bs-heading-color);
    text-align: center;
    max-width: 70%;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 15px;
}
/*product style*/
.product-card {
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-img {
    display: flex;
    justify-content: center;
}
.bg-color-light-vegi-1{
    display:flex;
    justify-content:center;
}
/*.product-img img {
        max-width: 70px;
        zoom:1.2;
    }*/
.product-details {
    padding: 15px 15px 20px 15px;
}
.pro-bg-color img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.site-heading-new p {
    color: var(--bs-text-light-color);
    font-size: 24px;
    font-weight: 300;
    font-family: var(--bs-font-family-poppins);
    margin-bottom: 0;
}

.site-heading-new h3 {
    color: var(--bs-heading-color);
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
    font-family: var(--bs-font-family-squada-one);
    margin-bottom: 0;
}

.product-name h6, .product-name h6 a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s ease;
    padding-bottom: 8px
}

    .product-name h6::first-letter {
        text-transform: uppercase;
    }

.piece-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px
}

.price-sec-text {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    line-height: 18px;
}

.price-img {
    line-height: 1;
    position: relative;
}

.price-sec p {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

    .price-sec p span {
        font-weight: 400;
        color: #BDBDBD;
    }

.price-sec {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px
}

.product-rating {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: var(--bs-heading-color);
}

    .product-rating i {
        color: var(--bs-rating-star-color);
        padding-right: 7px;
    }

.cart-add-btn button {
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: var(--bs-btn-bg-color);
    padding-right: 15px;
}

.cart-number {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    width: 22px;
    border: none;
    box-shadow: none;
    background-color: var(--bs-transparent);
    text-align: center;
    color: #ffffff;
}

.cart-add-btn i {
    font-size: 10px;
    font-weight: 500;
}

.offers {
    position: absolute;
    right: 0;
    background-color: var(--bs-danger-color);
    border-radius: 0 16px 0 16px;
    padding: 6px 10px;
    top: 0;
}

    .offers p {
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
    }

.delivery-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.border-bg {
    background-color: rgba(252, 203, 0, 0.05);
    border: 1px solid rgba(252, 203, 0, 0.3);
    border-radius: 20px;
    padding: 26px 15px;
}

.delivery-info-text h3 {
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--bs-heading-color);
    line-height: 33px;
    margin-bottom: 20px;
    font-family: var(--bs-font-family-squada-one);
}

.delivery-info-text h5 {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.delivery-info-text p {
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.phone_address, .phone_address a {
    display: flex;
    align-items: start;
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 20px;
}

.map-icon {
    padding-right: 12px;
}

.phone-text span {
    display: block;
}

.phone-text {
    display: flex;
    padding-top: 3px;
}

.footer-links h5 {
    color: var(--bs-heading-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    font-family: var(--bs-font-family-squada-one);
}

.footer-logo-sec {
    padding-top: 18px;
}

    .footer-logo-sec img {
        max-width: 179px;
    }

.footer-links li a {
    color: var(--bs-heading-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    padding: 6px 0;
    transition: all .3s ease;
}

    .footer-links li a:hover {
        color: var(--bs-link-hover-color);
    }

.footer-links li {
    list-style-type: none;
    line-height: 1;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 15px;
}

.footer-menus {
    display: flex;
    gap: 35px;
}

.social-icon {
    position: absolute;
    right: 0;
    top: 26px;
}

.footer-social-icon {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 302px;
}

.consult-text {
    width: 48%;
}

    .consult-text h6 span {
        color: rgba(244, 0, 2, 1);
        font-size: 11px;
        text-transform: uppercase;
    }

    .consult-text h6 {
        color: rgba(0, 0, 0, 1);
        font-size: 14px;
    }

.Consult-Healthcare-Professional {
    display: flex;
    align-items: center;
    background-color: rgba(219, 255, 208, 1);
    height: 70px;
    border: 1px solid rgba(174, 255, 147, 1);
    border-radius: 10px;
    padding: 0px 10px 0px 7px;
    gap: 15px;
    max-width: 300px;
}

.cunsult-btn a {
    width: 26px;
    height: 26px;
    background-color: rgba(70, 191, 32, 1);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

    .cunsult-btn a:before {
        content: "";
        border: 2px solid #fff;
        width: 9px;
        height: 9px;
        display: block;
        border-bottom: transparent;
        border-left: transparent;
        transform: rotate(45deg);
        position: absolute;
        top: 8px;
        left: 7px;
    }

.cunsult-btn {
    height: auto;
}

    .cunsult-btn span {
        display: flex;
    }

.doctor-consult {
    position: relative;
    top: 5px;
    width:60px;
}
.footer-social-icon img {
    width: 67px;
}

.app-link-box span {
    padding-right: 8px;
}

    .app-link-box span a {
        display: inline-block;
        margin-bottom: 10px;
    }

.small-links-footer {
    padding-top: 20px;
    padding-bottom: 30px;
}

.small-links-footer {
    padding-top: 20px;
    padding-bottom: 30px;
}

.social-icon a {
    display: inline-block;
}

    .social-icon a:not(:last-child) {
        margin-right: 10px;
    }

.small-links-footer a {
    color: var(--bs-heading-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    transition: all .3s ease;
}

    .small-links-footer a:hover {
        color: var(--bs-link-hover-color);
    }

.copyright {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

    .copyright p {
        color: var(--bs-heading-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }

.footer-border {
    border-bottom: 1px solid #E5E5E5;
    padding-top: 20px
}

.app-link-box {
    padding-bottom: 22px;
}

.btn-diagonal-contain {
    max-width: 230px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    line-height: 1;
    position: relative;
}

.btn-diagonal {
    outline: none;
    cursor: pointer;
    min-height: 48px;
    background-color: #1CAC52;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    border-radius: 2px 6px 2px 6px;
}

.btn-diagonal-inner {
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    color: #ffffff;
    top: calc(50% - 7px);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    left: 0;
}

.diagonal-btn {
    padding: 17px 40px;
    position: relative;
    min-width: 100px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 99;
    transition: all .25s ease;
}

    .diagonal-btn:before {
        content: '';
        display: block;
        position: absolute;
        background-color: var( --bs-btn-bg-color);
        height: 100%;
        width: 100%;
        z-index: -1;
        top: 0;
        /* transform: skew(-25deg);*/
        left: 0;
        border-radius: 5px;
    }

.diagonal-btn-1 {
    border: 1px solid var(--bs-border-color);
    padding: 13px 25px;
    border-radius: 5px;
    background-color: var(--bs-white);
    color: var(--bs-link-hover-color);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--bs-font-family-poppins);
    transition: all .4s ease;
    display: inline-block
}
/*.diagonal-btn-1:hover{
    background-color:var(--bs-link-hover-color);
    color:var(--bs-white);
}*/
.cancel-order-btn.diagonal-btn {
    color: var(--bs-danger-color) !important;
}

    .cancel-order-btn.diagonal-btn:before {
        background-color: var(--bs-white);
        border: 1px solid var(--bs-danger-color)
    }

.track-order-btn.diagonal-btn {
    color: var(--bs-green-theme) !important;
}

    .track-order-btn.diagonal-btn:before {
        background-color: var(--bs-white);
        border: 1px solid var(--bs-green-theme)
    }

.cart-order-btn.diagonal-btn {
    color: var(--bs-green-theme) !important;
}

    .cart-order-btn.diagonal-btn:before {
        background-color: #ffffff;
    }

.side-whatsaap {
    position: fixed;
    z-index: 800;
    right: -72px;
    /*top: calc(50% - 42px);*/
    bottom: 100px;
    transform: rotate(-90deg);
}

.max-w-166 {
    max-width: 166px;
}

.max-w-174 {
    max-width: 174px;
}
/*.login-page {
    background: url('../images/login-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    min-height: 100vh;
}

.login-inner {
    max-width: 500px;
    background-color: #F9F9F9;
    margin: 0 auto;
    padding: 40px 50px;
    min-height: 599px;
    padding-top: 75px;
    height:100vh;
}
.signin-1 .login-inner {
    margin: 0;
    width:500px;
}
.login-bg-right {
    width: calc(100% - 500px);
    background: #fad950;*/
/* background: url(../images/login-bg-2.png); */
/*background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
}

.login-page.signin-1 {
    display: flex;
    background:#ffffff;
}
.back-btn span, .back-btn a{
    display: inline-block;
}
.login-text-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 10px;
}
    .login-text-img h1 {
        color: var(--bs-heading-color);
        font-size: 32px;
        font-weight: 400;
        line-height: 33px;
        font-family: var(--bs-font-family-squada-one);
    }
.login-btn {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

.login-footer-text {
    text-align: center;
    padding-bottom: 40px;
}

    .login-footer-text p {
        color: var(--bs-heading-color);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .login-footer-text a {
        color: #1CAC52;
    }
.text-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 20px;
}

.input-field {
    width: 100%;
    padding: 0px 20px;
    font-size: 16px;
    height: 56px;
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    color: var(--bs-heading-color);
    box-shadow: none;
    padding-top: 5px;
    padding-top: 20px;
    background-color: #ffffff;
}

.input-label {
    position: absolute;
    left: 20px;
    font-size: 16px;
    font-weight: 400;
    transform-origin: left center;
    pointer-events: none;
    background: var(--bs-transparent);
    transition: transform 0.2s ease-out;
    color: var(--bs-heading-color);
    margin-bottom: 0px;
    top: 12px;
}

:is(.input-field:focus) {
    outline: none;
    border-color: #999999;
}*/


.main-wrapper {
    /* background: rgba(246, 252, 244, 1);*/
}

.login-inner {
    max-width: 50%;
    margin: 0 auto;
}

.signin-1 .login-inner {
    margin: 0;
    width: 50%;
    position: relative;
    padding: 100px;
    background: #fff;
    border-radius: 30px 0px 0px 30px;
}
/*.login-innernew-wrap {
    min-width: 400px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/
.login-bg-right {
    width: 50%;
}

    .login-bg-right img {
        width: 100%;
    }

.loginsliderwrap {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 0;
}

    .loginsliderwrap .login-bg-right .slider-right .carousel-item {
        height: 100vh
    }

.loginsliderwrap-left {
    width: 50%;
}

.login-page.signin-1 {
    box-shadow: 0px 0px 74px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    width: 90%;
    margin: auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.05);
}

.back-btn {
    display: flex;
    align-items: center;
    width: 100%;
}

    .back-btn span, .back-btn a {
        display: inline-block;
    }

        .back-btn span:first-of-type {
            display: block;
            width: 50%;
        }

.login-text-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 10px;
}

    .login-text-img h1 {
        color: var(--bs-heading-color);
        font-size: 32px;
        font-weight: 400;
        line-height: 33px;
        font-family: var(--bs-font-family-squada-one);
    }

.login-btn {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
}

.login-footer-text {
    text-align: center;
    padding-bottom: 40px;
}

    .login-footer-text p {
        color: var(--bs-heading-color);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .login-footer-text a {
        color: #1CAC52;
    }

.text-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.input-field {
    width: 100%;
    padding: 0px 20px;
    font-size: 16px;
    height: 56px;
    font-weight: 400;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    color: var(--bs-heading-color);
    box-shadow: none;
    padding-top: 5px;
    padding-top: 20px;
    background-color: #ffffff;
}

.input-label {
    position: absolute;
    left: 20px;
    font-size: 16px;
    font-weight: 400;
    transform-origin: left center;
    pointer-events: none;
    background: var(--bs-transparent);
    transition: transform 0.2s ease-out;
    color: var(--bs-heading-color);
    margin-bottom: 0px;
    top: 12px;
}

:is(.input-field:focus) {
    outline: none;
    border-color: #999999;
}

:is(.input-field:focus, .input-field:valid, .input-field:disabled) + .input-label {
    transition: 0.2s ease-out;
    transform: translateY(-10px);
    color: var(--bs-green-theme);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    top: 16px;
}

:is(.input-field:invalid) + .input-label + i {
    display: none;
}

:is(.input-field:focus) + .input-label + i {
    display: block;
}

.quantity-card {
    position: absolute;
    background-color: #ffffff;
    padding: 10px 10px 20px 10px;
    z-index: 9;
    min-width: 250px;
    border-radius: 8px;
    bottom: 50px;
    left: calc(50% - 125px);
    box-shadow: 0px 0px 2px -1px #838282;
    display: none;
    transition: all .3s ease;
}

.product-main .col-sm-6:nth-child(6) .quantity-card, .product-main .col-sm-6:nth-child(12) .quantity-card {
    right: 0;
    left: auto;
}

.product-main .col-xl-4 {
    max-width: 330px;
}

.quantity-card.active {
    display: block;
}

.quantity-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}

.quantity-card ul {
    padding: 0px;
    margin-bottom: 0px;
}

    .quantity-card ul li {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        padding: 10px;
    }

        .quantity-card ul li:hover {
            cursor: pointer;
        }

        .quantity-card ul li.active {
            border-color: #1CAC52;
        }

.Piece-text-left, .Piece-text-right {
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

    .Piece-text-left p:first-child, .Piece-text-right p:first-child {
        margin: 0px;
    }

    .Piece-text-left p:last-child {
        color: #1CAC52;
        font-size: 12px;
        font-weight: 500;
    }

    .Piece-text-right p:last-child {
        color: #BDBDBD;
        font-size: 12px;
        font-weight: 500;
    }

.quantity-card:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 0;
    left: calc(50% - 15px);
    height: 0;
    border-left: 15px solid var(--bs-transparent);
    border-right: 15px solid var(--bs-transparent);
    border-top: 15px solid #ffffff;
    z-index: 9;
}
/*rating style*/
.reviews-card {
    border-radius: 20px;
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin: 0 10px;
}

    .reviews-card h6 {
        color: var(--bs-heading-color);
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        padding-bottom: 15px;
    }

    .reviews-card p {
        color: var(--bs-heading-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        padding-bottom: 30px;
        margin: 0;
    }

.rating-sec {
    display: flex;
    align-items: center;
}

.rating-img {
    padding: 10px;
    padding-right: 27px;
}

.rating-name h6 {
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 0;
}

.rating-name p {
    color: #BDBDBD;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding: 0;
}

.rating-name i {
    color: var(--bs-rating-star-color);
    font-size: 16px;
}

    .rating-name i:not(:last-child) {
        padding-right: 8px;
    }

.pro-name h5 {
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    color: var(--bs-heading-color);
    font-family: var(--bs-font-family-squada-one);
}

.pro-piece {
    padding-top: 10px;
    padding-bottom: 30px;
}

    .pro-piece span {
        color: #666666;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

        .pro-piece span:last-child {
            color: var(--bs-heading-color);
            display: block;
            padding-top: 10px;
        }

        .pro-piece span i {
            color: var(--bs-rating-star-color);
            margin-right: 8px;
        }

.pro-offers p {
    color: #ffffff;
    background-color: var(--bs-danger-color);
    border-radius: 0 16px 0 16px;
    padding: 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
}

.pro-quantity h6 {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.pro-quantity ul {
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 15px;
}

    .pro-quantity ul li {
        list-style-type: none;
        margin-right: 10px;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        padding: 10px;
        margin-top: 10px;
        max-width: 120px;
        width: 100%;
        transition: all .3s;
        margin-bottom: 15px;
    }

        .pro-quantity ul li:hover {
            cursor: pointer;
        }

        .pro-quantity ul li.active {
            border-color: var(--bs-border-color);
        }

.pro-inclusive p {
    color: #BDBDBD;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.pro-quantity ul li p:nth-child(1) {
    color: var(--bs-heading-color);
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
}

.pro-quantity ul li p:nth-child(2) {
    color: var(--bs-green-theme);
    font-weight: 500;
    line-height: 18px;
    font-size: 12px;
    margin: 0;
}

.pro-quantity ul li p:nth-child(3) {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 18px;
    font-size: 12px;
    margin: 0;
}

    .pro-quantity ul li p:nth-child(3) del {
        color: #BDBDBD;
        margin-left: 5px;
    }

.pro-amt-text h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

    .pro-amt-text h5 del {
        color: #BDBDBD;
        margin-left: 10px;
    }

.pro-amount {
    display: flex;
    align-items: center;
}

    .pro-amount div:first-child {
        margin-right: 27px;
    }

/*review style*/
.review-profile {
    display: flex;
    align-items: center;
}

.review-img {
    max-width: 68px;
}

.review-name h6 {
    color: var(--bs-heading-color);
    font-size: 30px;
    line-height: 33px;
    font-weight: 400;
    font-family: var(--bs-font-family-squada-one);
}

.review-name ul {
    padding: 0;
    margin: 0;
    display: flex;
}

    .review-name ul li {
        list-style-type: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 33px;
    }

        .review-name ul li:nth-child(2) {
            padding: 0 10px;
        }

.review-name {
    padding-left: 35px;
}

.review-left {
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 30px;
}

.position-sticky-menu {
    position: sticky;
    top: 140px;
}

.review-left:not(:last-child) {
    margin-bottom: 20px;
}

.contact-page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inner-contact {
    display: flex;
    gap: 10px;
}

.text-con p {
    margin-bottom: 10px;
}

.text-con h6 {
    font-size: 16px;
    font-weight: 600;
}

.icon-con {
    padding-top: 2px;
}

.review-left ul {
    padding: 0;
    margin: 0;
}

.review-left li {
    list-style-type: none;
}

    .review-left li:first-child {
        color: rgba(51, 51, 51, 1);
        font-family: var(--bs-font-family-poppins);
        font-size: 16px;
        font-weight: 600;
    }


    .review-left li a {
        color: var(--bs-heading-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase;
        transition: all .3s ease;
    }

    .review-left li:hover a {
        color: var(--bs-green-theme);
    }

    .review-left li.active a {
        color: var(--bs-green-theme);
        font-weight: 600;
    }

    .review-left li:not(:last-child) {
        margin-bottom: 20px;
    }

.review-order {
    display: flex;
    padding-bottom: 35px;
}

.review-back-btn {
    display: inline-block;
}

.review-heading h3 {
    color: var(--bs-heading-color);
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: var(--bs-font-family-squada-one);
}

.review-heading {
    padding-left: 20px;
}

    .review-heading h6 {
        color: #000000;
        font-weight: 600;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .review-heading p {
        line-height: 1;
    }

        .review-heading p i {
            font-size: 36px;
            color: var(--bs-rating-star-color);
        }

            .review-heading p i:hover {
                cursor: pointer;
            }

            .review-heading p i:not(:last-child) {
                margin-right: 15px;
            }

.Review-Title textarea {
    min-height: 180px;
    resize: none;
    line-height: 30px;
}

.Review-Title .input-field {
    max-width: 430px;
}

.animated {
    animation: myAnim 2s ease 0s infinite normal forwards;
}

@keyframes myAnim {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}

.review-thank-page {
    padding-top: 27px;
    margin-bottom: 20px;
}

    .review-thank-page h6 {
        font-size: 14px;
        line-height: 21px;
    }

    .review-thank-page p {
        font-size: 14px;
        color: #000000;
    }

/*order-section style*/
.order-heading-main h4 {
    color: var(--bs-heading-color);
    font-size: 32px;
    line-height: 33px;
    font-weight: 400;
    font-family: var(--bs-font-family-squada-one);
}

.order-section {
    border: 1px solid #E5E5E5;
    border-radius: 19px;
    padding: 30px;
    margin: 30px 0 30px 0px;
}

    .order-section ul {
        padding: 0;
        margin: 0;
    }

        .order-section ul li {
            list-style-type: none;
        }

.order-outer-sec {
    display: flex;
}

.order-left-sec h5 {
    color: #000000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.order-left-sec p {
    color: var(--bs-heading-color);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.order-left-sec ul h6 {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.order-left-sec ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

    .order-left-sec ul h6 span {
        font-weight: 600;
        font-family: var(--bs-font-family-roboto);
    }

.order-name-text {
    padding: 0 15px;
}

.order-sec-btn {
    padding-top: 8px;
}

    .order-sec-btn .col {
        text-align: right;
    }

.order-section ul li:nth-child(2) {
    padding: 0 8px;
}

.track-order-btn .btn-diagonal {
    background-color: #E8F7EE;
}

.track-order-btn .btn-diagonal-inner {
    color: #1CAC52;
}

.order-left-sec ul li a {
    color: var(--bs-green-theme);
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

    .order-left-sec ul li a img {
        margin-left: 5px;
        margin-bottom: 5px;
    }
/* order-accordion*/
.order-accordion {
    padding-top: 15px;
}

.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-top: #E5E5E5 1px solid;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    line-height: 21px;
    padding: 10px 0;
    color: #000;
}

    .faq-drawer__title::after {
        border-style: solid;
        border-width: 2px 0px 0 0;
        content: " ";
        display: inline-block;
        height: 12px;
        right: 0;
        position: absolute;
        top: 20px;
        transition: 0.35s ease-in-out;
        width: 12px;
        border-color: var(--bs-heading-color);
    }

    .faq-drawer__title::before {
        border-style: solid;
        border-width: 0px 2px 0 0;
        content: " ";
        display: inline-block;
        height: 12px;
        right: 5px;
        position: absolute;
        top: 15px;
        transition: 0.35s ease-in-out;
        width: 12px;
        border-color: var(--bs-heading-color);
        opacity: 1;
    }

/* OPTIONAL HOVER STATE */

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::before {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.order-accordion input[type="checkbox"] {
    display: none;
}

.faq-drawer__content ul li {
    margin-bottom: 10px;
}

.faq-drawer__content ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

    .faq-drawer__content ul li {
        max-width: 345px;
        width: 100%;
    }

        .faq-drawer__content ul li:first-child {
            max-width: 345px;
            width: 100%;
        }

.order-upper-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .order-upper-text h6 {
        color: var(--bs-heading-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .order-upper-text p {
        color: #666666;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .order-upper-text span {
        color: var(--bs-heading-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

.order-total p {
    color: var(--bs-heading-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.Delivered-time p {
    color: var(--bs-heading-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
}

.faq-drawer__title span {
    position: absolute;
    right: 35px;
    top: 12px;
    text-transform: uppercase;
    color: var(--bs-heading-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
/*profile popup*/
.profile-popup {
    position: absolute;
    top: 40px;
    background-color: rgb(255 255 255 / 90%);
    padding: 20px;
    border-radius: 10px;
    z-index: 9;
    right: 0;
    width: 230px;
    box-shadow: 0px 0px 4px #ebe9e9;
    display: none;
}

    .profile-popup ul {
        display: block;
    }

        .profile-popup ul li {
            padding: 10px 0;
        }

            .profile-popup ul li a {
                display: block;
            }

.profile-menu.active .profile-popup {
    display: block;
}
/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}

.banner-slider .slider.slider-for {
    max-width: calc(100% - 160px);
}

.banner-slider .slider.slider-nav {
    max-width: 160px;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}

.vehicle-detail-banner .slick-next.slick-arrow, .vehicle-detail-banner .slick-prev.slick-arrow {
    height: 36px;
    width: 36px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - -18px);
    box-shadow: 0px 0px 5px #b5b4b485;
}

.vehicle-detail-banner .slick-arrow:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    z-index: 9;
    top: 13px;
}

.vehicle-detail-banner .slick-prev.slick-arrow:before {
    border: 2px solid var(--bs-black);
    border-top: transparent;
    border-right: transparent;
    transform: rotate(45deg);
    left: 14px;
}

.vehicle-detail-banner .slick-next.slick-arrow:before {
    border: 2px solid var(--bs-black);
    border-bottom: transparent;
    border-left: transparent;
    transform: rotate(45deg);
    left: 11px
}

.vehicle-detail-banner .slick-next.slick-arrow {
    left: auto;
    right: 30px;
}

.vehicle-detail-banner .slick-prev.slick-arrow {
    left: 30px;
    right: auto;
}

.banner-slider .slider.slider-nav {
    /*height: 420px;*/
    overflow: hidden;
    margin-top: 10px;
}

    .banner-slider .slider.slider-nav .slick-list.draggable {
        height: auto !important;
    }
/*.slider-banner-image {
    height: 420px;
}*/
/*.slider-nav .slick-slide.thumbnail-image .thumbImg {
    width:140px;
    height: 140px;
}*/
/*.slider-nav .slick-slide .thumb-inner .thumb-img-inner {
    padding: 10px;
    border-radius: 50%;
}*/
/*.slider-nav .slick-slide[data-slick-index='0'] .thumb-inner .thumb-img-inner {
    background-color: rgb(242 201 76 / 20%);
}
.slider-nav .slick-slide[data-slick-index='1'] .thumb-inner .thumb-img-inner {
    background-color: rgb(255 82 73 / 20%);
}
.slider-nav .slick-slide[data-slick-index='2'] .thumb-inner .thumb-img-inner {
    background-color: rgb(155 157 13 / 20%);
}
.slider-nav .slick-slide[data-slick-index='3'] .thumb-inner .thumb-img-inner {
    background-color: rgb(255 82 73 / 20%);
}*/
/* .slider-nav .slick-slide .thumb-inner .thumb-img-inner div {
        border-radius: 50%;
    }*/
.slider-nav .slick-slide .thumb-inner .thumb-img-inner img {
    position: relative;
    left: 0px;
    top: 0px;
}
/*.slider-nav .slick-slide[data-slick-index='0'] .thumb-inner .thumb-img-inner div {
    background: #F2C94C;
}
.slider-nav .slick-slide[data-slick-index='1'] .thumb-inner .thumb-img-inner div {
    background: #FF5249;
}
.slider-nav .slick-slide[data-slick-index='2'] .thumb-inner .thumb-img-inner div {
    background: #9B9D0D;
}
.slider-nav .slick-slide[data-slick-index='3'] .thumb-inner .thumb-img-inner div {
    background: #FF5249;
}*/
.thumbImg .thumg-inner {
    width: 78px;
}
/*.slider-nav .slick-slide .thumb-inner {
    padding: 25px;
}*/
/*.slider-nav .slick-slide[data-slick-index='0'] .thumb-inner {
    background-color: #FFE26A;
}
.slider-nav .slick-slide[data-slick-index='1'] .thumb-inner {
    background-color: #FFA7A2;
}
.slider-nav .slick-slide[data-slick-index='2'] .thumb-inner {
    background-color: #D2D432;
}
.slider-nav .slick-slide[data-slick-index='3'] .thumb-inner {
    background-color: #FFA7A2;
}*/
/*.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg::after {
        content: '';
        position: absolute;
        right: 0px;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 20px solid var(--bs-transparent);
        border-bottom: 0px solid var(--bs-transparent);
        border-left: 20px solid #ffe26a;
        z-index: 9;
        transition: all .6s ease;
    }*/
/*.slider-nav .slick-slide.slick-current.thumbnail-image[data-slick-index='0'] .thumbImg::after {
    border-left-color: #FFE26A;
}
.slider-nav .slick-slide.slick-current.thumbnail-image[data-slick-index='1'] .thumbImg::after {
    border-left-color: #FFA7A2;
}
.slider-nav .slick-slide.slick-current.thumbnail-image[data-slick-index='2'] .thumbImg::after {
    border-left-color: #D2D432;
}
.slider-nav .slick-slide.slick-current.thumbnail-image[data-slick-index='3'] .thumbImg::after {
    border-left-color: #FFA7A2;
}*/
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-banner-image .slider-banner-inner {
    height: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}

.slider-img-inner {
    /* background-color: rgb(242 201 76 / 20%);*/
    /*border-radius: 50%;*/
    padding: 10px;
}
/*.slider-banner-image.slick-slide.slick-current[data-slick-index='0'] .slider-img-inner {
    background-color: rgb(242 201 76 / 20%);
}
.slider-banner-image.slick-slide.slick-current[data-slick-index='1'] .slider-img-inner {
    background-color: rgb(255 82 73 / 20%);
}
.slider-banner-image.slick-slide.slick-current[data-slick-index='2'] .slider-img-inner {
    background-color: rgb(155 157 13 / 20%);
}
.slider-banner-image.slick-slide.slick-current[data-slick-index='3'] .slider-img-inner {
    background-color: rgb(255 82 73 / 20%);
}*/
.slider-banner-img-inner {
    /*background-color: #F2C94C;*/
    /*border-radius: 50%;*/
    padding: 0;
}
/*.slider-banner-image.slick-slide.slick-current[data-slick-index='0'] .slider-banner-img-inner {
    background-color: #F2C94C;
}
.slider-banner-image.slick-slide.slick-current[data-slick-index='1'] .slider-banner-img-inner {
    background-color: #FF5249;
}
.slider-banner-image.slick-slide.slick-current[data-slick-index='2'] .slider-banner-img-inner {
    background-color: #9B9D0D;
}
.slider-banner-image.slick-slide.slick-current[data-slick-index='3'] .slider-banner-img-inner {
    background-color: #FF5249;
}*/
/*.slider-banner-img-inner img {
    position: relative;
    left: 10px;
    top: 10px;
}*/
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slick-vertical .slick-slide {
    border: none;
    position: relative;
}

.slider-nav .slick-slide.slick-active {
    text-align: center;
    border: 5px solid var(--bs-white);
    border-radius: 5px;
}

.slider-nav .slick-slide.slick-current {
    border-color: rgba(55, 125, 226, 1);
}

.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}

.slick-arrow {
    width: 100%;
    background-color: var(--bs-transparent);
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-prev {
    top: 0;
}

.slick-next {
    bottom: 0;
    background-color: #fff;
}

.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
    height: 0;
    padding: 0;
}

.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
    height: 0;
    padding: 0;
}
/*End USE CSS for Slider*/
.order-detail-back {
    display: flex;
    align-items: center;
}

    .order-detail-back h4 {
        color: var(--bs-heading-color);
        margin-left: 20px;
        font-size: 32px;
        line-height: 33px;
        font-weight: 400;
        font-family: var(--bs-font-family-squada-one);
    }

.cancel-order-btn .btn-diagonal-inner {
    color: #EA1502;
}

.cancel-order-btn .btn-diagonal {
    background-color: rgb(234 21 2 / 10%);
}

.order-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #E5E5E5;
}

.order-text h6 {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.order-inner-box.completed .order-text h6 {
    color: var(--bs-green-theme);
    font-weight: 600;
}

.order-track {
    padding-bottom: 20px;
}

.order-inner-box .order-dots {
    width: 16px;
    height: 16px;
    background-color: #BDBDBD;
    border-radius: 50%;
    margin: auto;
    outline: 8px rgb(189 189 189 / 20%) solid;
    margin-bottom: 15px;
}

.order-inner-box {
    padding-bottom: 20px;
    width: 38%;
    position: relative;
    display: block;
}

    .order-inner-box:first-child, .order-inner-box:last-child {
        width: 12%;
    }

    .order-inner-box:nth-child(2) .order-main-inner {
        left: 34px;
        position: relative;
    }

    .order-inner-box:nth-child(3) .order-main-inner {
        right: 34px;
        position: relative;
    }

    .order-inner-box.completed:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -2px;
        border: 1px solid var(--bs-border-color);
    }

    .order-inner-box.completed .order-dots {
        background-color: var(--bs-green-theme);
        outline-color: rgba(28, 172, 82, 0.2);
    }

.order-confirm-date p {
    color: var(--bs-heading-color);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

    .order-confirm-date p span {
        font-weight: 600;
    }

    .order-confirm-date p img {
        margin-bottom: 6px;
        margin-left: 15px;
    }

.order-confirm-date {
    padding-bottom: 30px;
}

.payment-order-pop-up {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    padding: 18px 20px;
    min-width: 250px;
    width: 100%;
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 997;
    bottom: calc(100% + 15px);
}

li.payment-box-pop-up {
    position: relative;
}

.payment-box-pop-up.active .payment-order-pop-up {
    display: block;
}

.payment-order-inner .payment-name-amt {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.payment-order-inner ul {
    display: block;
}

    .payment-order-inner ul li:nth-child(2) {
        padding: 0;
    }

.payment-name-amt div {
    color: #BDBDBD;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
    font-weight: 400;
}

.first-li .payment-name-amt div, .last-li .payment-name-amt div, .payment-name-amt .amt-order {
    color: var(--bs-heading-color);
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

    .last-li .payment-name-amt div a {
        color: var(--bs-heading-color);
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        margin-right: 10px;
    }

.last-li {
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
}

.manage-address {
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 19px;
}

.manage-address-inner {
    display: flex;
    gap: 20px;
}

.manage-address-right h5 {
    color: var(--bs-heading-color);
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: var(--bs-font-family-squada-one);
}

    .manage-address-right h5 span {
        float: right;
        color: #000000;
        font-size: 28px;
        font-weight: 600;
        line-height: 26px;
        font-family: var(--bs-font-family-roboto);
    }

        .manage-address-right h5 span i {
            font-size: 24px;
            font-weight: 400;
            line-height: 24px;
        }

.manage-address-right p {
    color: rgb(51 51 51 / 54%);
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
}

.manage-address-right {
    width: 100%;
}

.edit-delete-btn {
    display: flex;
    flex-wrap: wrap;
}

.delete-add .btn-diagonal-inner {
    color: #EA1502;
}

.delete-add .btn-diagonal {
    background-color: rgb(234 21 2 / 10%);
}

.add-address .btn-diagonal-inner {
    color: #1CAC52;
}

.add-address .btn-diagonal {
    background-color: #E8F7EE;
}

.please-notes p {
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.please-notes h4 {
    color: var(--bs-heading-color);
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.transaction-history {
    padding: 0;
    margin: 0;
}

    .transaction-history li {
        list-style-type: none;
    }

        .transaction-history li:not(:last-child) {
            padding-bottom: 20px;
            border-bottom: 1px solid #E5E5E5;
        }

        .transaction-history li:not(:first-child) {
            padding-top: 20px;
        }

        .transaction-history li h6 {
            color: var(--bs-heading-color);
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

            .transaction-history li h6 b {
                font-weight: 600;
                float: right;
            }

.text-color-green {
    color: var(--bs-green-theme);
}

.transaction-history li p {
    color: rgb(51 51 51 / 54%);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

    .transaction-history li p b {
        float: right;
        font-weight: 400;
        color: #666666;
        font-size: 16px;
    }

.profile-img {
    max-width: 240px;
    margin: 0 auto;
    position: relative;
}

.image-change {
    position: absolute;
    width: 50px;
    bottom: 15px;
    right: 4px;
    height: 50px;
    cursor: pointer;
    border-radius: 50px;
    background-color: #FFFFFF;
    border: 1px solid #E8F7EE;
    color: var(--bs-transparent);
}

::-webkit-file-upload-button {
    color: var(--bs-transparent);
    background-color: var(--bs-transparent);
    outline: 0;
    border: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
}

.image-change:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    top: 8px;
    left: 10px;
    background-image: url(../images/edit-line.svg);
    background-repeat: no-repeat;
    background-size: 61%;
}

.top-up-wallet1 {
    padding-left: 10px;
    margin-bottom: 0px;
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
}

    .top-up-wallet1 li {
        list-style-type: none;
    }

.top-up-btn {
    color: var(--bs-heading-color);
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 10px 15px;
    z-index: 1;
    font-family: var(--bs-font-family-roboto);
    min-height: 44px;
}

.active .top-up-btn {
    color: var(--bs-white);
}

.top-up-btn:before {
    background-color: #ffffff;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid var(--bs-border-bottom-color);
    border-radius: 5px;
    z-index: -1;
}

.active .top-up-btn:before {
    background-color: var(--bs-green-theme);
    border-color: var(--bs-green-theme);
}

.active svg path {
    fill: var(--bs-white);
}

.address-heading-top h3 {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}

.order-accordion.faqs-page {
    padding-top: 30px;
}

.faqs-page .faq-drawer {
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    padding: 20px 30px;
    border-radius: 19px;
}

.faqs-page .faq-drawer__title {
    border: none;
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.faqs-page .faqs-para {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.search-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

.cart-page-top {
    background-color: var(--bs-green-theme);
    padding: 20px 30px;
    border-radius: 19px;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-left p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cart-left .save-amt {
    color: #1CAC52;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 0 10px;
}

.cart-right {
    width: 50%;
    float: right;
    justify-content: end;
    display: flex;
    align-items: center;
}

.totat-items-q {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: calc(50% - 18px);
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: white;
    height: 36px;
    border-radius: 50%;
}

.carousel-control-prev-icon:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid var(--bs-heading-color);
    transform: rotate(45deg);
    border-top: transparent;
    border-right: transparent;
    top: 11px;
    left: 14px;
}

.carousel-control-next-icon:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid var(--bs-heading-color);
    transform: rotate(-135deg);
    border-top: transparent;
    border-right: transparent;
    top: 11px;
    left: 10px;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev {
    left: 40px;
}

.carousel-control-next {
    right: 40px;
}

.Sub-total {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.Fresh-item-name {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.items-number {
    color: var(--bs-heading-color);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.pro-img img {
    max-width: 65px;
    border-radius: 5px;
}

.pro-img {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-n-pice h6 {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.product-n-pice p {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.save-later-delete a {
    color: var(--bs-green-theme);
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.save-later-delete {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .save-later-delete a:last-child {
        color: var(--bs-danger-color);
    }

.cart-amt h5 {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}


    .cart-amt h5 del {
        color: #BDBDBD;
        font-weight: 600;
        padding-left: 10px;
    }

.cart-amt {
    text-align: center;
}

.total-amt-save p {
    margin: 0;
    color: var(--bs-heading-color);
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

    .total-amt-save p span {
        color: var(--bs-green-theme);
        font-weight: 600;
    }

.total-amt-save .pro-inclusive {
    color: #BDBDBD;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.total-amt-save {
    text-align: right;
}

.cart-border {
    border: 1px solid var(--bs-green-theme);
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 8px 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.other-page-add-btn .cart-add-btn {
    background-color: #762b2b;
    border-radius: 0;
}

.other-page-add-btn span {
    color: var(--bs-heading-color);
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid #E5E5E5;
    border-radius: 9px;
    cursor: pointer;
}

.other-page-add-btn i {
    font-size: 10px;
    font-weight: 500;
}

.other-page-add-btn .cart-number {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    width: 55px;
    border: none;
    box-shadow: none;
    background-color: var(--bs-transparent);
    text-align: center;
    color: #000000;
    font-family: var(--bs-font-family-roboto);
}

.other-page-add-btn {
    display: flex;
    justify-content: center;
}

    .other-page-add-btn span.plus-box {
        color: #ffffff;
        background-color: var(--bs-green-theme);
        border-color: var(--bs-green-theme);
    }

.cart-order-btn .btn-diagonal {
    background-color: #ffffff;
}

.cart-order-btn .btn-diagonal-inner {
    color: #1CAC52;
}

.cart-amt-detail ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    border-top: 1px dashed var(--bs-border-bottom-color);
}

    .cart-amt-detail ul li {
        list-style-type: none;
        color: #666666;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        padding-bottom: 10px;
    }

        .cart-amt-detail ul li b {
            float: right;
            font-weight: 500;
            color: var(--bs-heading-color);
        }

        .cart-amt-detail ul li:first-child {
            text-transform: uppercase;
            color: var(--bs-heading-color);
        }

        .cart-amt-detail ul li:last-child {
            text-transform: uppercase;
            color: var(--bs-heading-color);
            border-top: 1px solid var(--bs-border-bottom-color);
            padding-top: 10px;
        }

.cart-amt-detail {
    padding-top: 12px;
}

.checkout-right {
    padding: 55px;
    padding-top: 65px;
    padding-bottom: 165px;
    background-color: #F9F9F9;
    height: 100%;
}

.heading-text-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .heading-text-check h5 {
        color: var(--bs-heading-color);
        font-size: 32px;
        line-height: 33px;
        font-weight: 400;
        font-family: var(--bs-font-family-squada-one);
    }

    .heading-text-check img {
        max-width: 65px;
    }

.heading-text-check {
    padding-bottom: 36px;
}

.text-left {
    text-align: left !important;
}

.checkout-amt h5 {
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    font-family: var(--bs-font-family-roboto);
}

    .checkout-amt h5 a {
        color: #BDBDBD !important;
    }

.border-radius-8 {
    border-radius: 8px;
}

.pr-0 {
    padding-right: 0 !important;
}

.checkout-left {
    padding: 0 15px 50px 0px;
}

.select-delivery-address h4 {
    color: var(--bs-heading-color);
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--bs-font-family-squada-one);
    padding-bottom: 10px;
}

.select-delivery-address p {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.select-delivery-address {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-side-icon {
    position: absolute;
    left: -67px;
    top: 3px;
    background-color: #ffffff;
}

.checkout-address {
    padding-left: 70px;
    padding-top: 50px;
    position: relative;
}

.select-delivery-address p span {
    color: var(--bs-green-theme);
}

.checkout-address:before {
    content: '';
    position: absolute;
    height: 100%;
    border-left: 1px dashed #BDBDBD;
    left: 26px;
    top: 100px;
}

.checkout-address:last-child:before {
    display: none;
}
/*table style*/

.tabs-nav {
    display: flex;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid var(--bs-border-bottom-color);
}

    .tabs-nav li {
        list-style-type: none;
    }

        .tabs-nav li:first-child a {
            border-right: 0;
            border-top-left-radius: 6px;
        }

        .tabs-nav li:last-child a {
            border-top-right-radius: 6px;
        }

    .tabs-nav a {
        color: var(--bs-heading-color);
        font-weight: 400;
        padding: 10px 25px;
        padding-bottom: 20px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        display: inline-block;
        border-bottom: 2px solid var(--bs-transparent);
        top: 1px;
        position: relative;
    }

.tab-active a {
    background: #fff;
    color: var(--bs-green-theme);
    cursor: pointer;
    font-weight: 600;
    border-bottom: 2px solid var(--bs-border-color);
}


.new-tab-track-order .tabs-nav {
    border: none;
    gap: 10px;
}

.new-tab-track-order .tabs-stage {
    padding-top: 20px;
}

.new-tab-track-order .tabs-nav a {
    padding-bottom: 11px;
    border: 2px solid var(--bs-border-bottom-color);
    border-radius: 5px;
    white-space: nowrap;
}

.new-tab-track-order .tab-active a {
    border: 2px solid var(--bs-border-color);
}

.new-tab-track-order .tabs-nav li:first-child a {
    border-right: 2px solid var(--bs-border-bottom-color);
}

.new-tab-track-order .tabs-nav li:first-child.tab-active a {
    border-right: 2px solid var(--bs-border-color);
}

.my-wallet-text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: var(--bs-heading-color);
    margin-bottom: 50px;
}

    .my-wallet-text span {
        float: right;
        font-weight: 700;
        font-size: 32px;
        line-height: 37px;
        color: #000000;
        font-family: var(--bs-font-family-roboto);
    }

.use-balance p {
    color: #666666;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0;
}

.use-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.wallet-heading h6 {
    color: var(--bs-heading-color);
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--bs-font-family-squada-one);
}

.wallet-heading {
    padding-top: 40px;
    padding-bottom: 20px;
}

.pay-with-upi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.text-right {
    text-align: right;
}

.google-pay {
    text-align: center;
    position: relative;
    width: 25%;
    min-width: 100px;
}

.active-upi {
    position: absolute;
    top: -7px;
    right: 23px;
    display: none;
}

.google-pay.active .active-upi {
    display: block;
}

.google-pay .img-upi {
    border: 2px solid var(--bs-transparent);
    border-radius: 50px;
}

.google-pay.active .img-upi {
    border-color: var(--bs-green-theme);
}

.google-pay:hover {
    cursor: pointer;
}

.google-pay p {
    color: var(--bs-heading-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 20px;
}

/*captcha code css*/
.ReloadBtn {
    background: url('../images/solar_refresh-linear.png') left top no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    border: 0px;
    outline: none;
    position: absolute;
    top: 8px;
    right: 0;
    outline: none;
    cursor: pointer;
}

.error {
    color: red;
    font-size: 12px;
    display: none;
}

.CaptchaWrap {
    margin-bottom: 15px;
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.bg-color-light-vegi {
    width: 165px;
    height: 165px;
    background-color: rgb(224 101 84 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    position: relative;
}

.bg-color-vegi {
    background-color: #e06554;
    border-radius: 50%;
    position: relative;
    width: 100%;
    height: 100%;
}

.shopByCategory .col:nth-child(2) .bg-color-light-vegi {
    background-color: rgb(128 144 74 / 20%);
}

.shopByCategory .col:nth-child(2) .bg-color-vegi {
    background-color: #80904A;
}

.shopByCategory .col:nth-child(3) .bg-color-light-vegi {
    background-color: rgb(242 201 76 / 20%);
}

.shopByCategory .col:nth-child(3) .bg-color-vegi {
    background-color: #F2C94C;
}

.shopByCategory .col:nth-child(4) .bg-color-light-vegi {
    background-color: rgb(255 85 78 / 20%);
}

.shopByCategory .col:nth-child(4) .bg-color-vegi {
    background-color: #FF554E;
}

.shopByCategory .col:nth-child(5) .bg-color-light-vegi {
    background-color: rgb(78 61 34 / 20%);
}

.shopByCategory .col:nth-child(5) .bg-color-vegi {
    background-color: #4E3D22;
}
/*.pro-bg-color-light {
    background-color: rgb(242 201 76 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}*/

/*.pro-bg-color {
    background-color: #F2C94C;
    border-radius: 50%;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
/*.pro-bg-color img{
        max-width:75px;
    }*/
/*.product-main .col-sm-6:nth-child(1) .pro-bg-color-light, .product-main .col-sm-6:nth-child(7) .pro-bg-color-light {
        background-color: rgb(242 201 76 / 20%);
    }
.product-main .col-sm-6:nth-child(1) .pro-bg-color, .product-main .col-sm-6:nth-child(7) .pro-bg-color {
    background-color: #F2C94C;
}
.product-main .col-sm-6:nth-child(2) .pro-bg-color-light, .product-main .col-sm-6:nth-child(8) .pro-bg-color-light {
    background-color: rgb(111 207 151 / 20%);
}
.product-main .col-sm-6:nth-child(2) .pro-bg-color, .product-main .col-sm-6:nth-child(8) .pro-bg-color {
    background-color: #6FCF97;
}
.product-main .col-sm-6:nth-child(3) .pro-bg-color-light, .product-main .col-sm-6:nth-child(9) .pro-bg-color-light {
    background-color: rgb(234 21 2 / 20%);
}
.product-main .col-sm-6:nth-child(3) .pro-bg-color, .product-main .col-sm-6:nth-child(9) .pro-bg-color {
    background-color: #EA1502;
}
.product-main .col-sm-6:nth-child(4) .pro-bg-color-light, .product-main .col-sm-6:nth-child(10) .pro-bg-color-light {
    background-color: rgb(144 89 167 / 20%);
}
.product-main .col-sm-6:nth-child(4) .pro-bg-color, .product-main .col-sm-6:nth-child(10) .pro-bg-color {
    background-color: #9059A7;
}
.product-main .col-sm-6:nth-child(5) .pro-bg-color-light, .product-main .col-sm-6:nth-child(11) .pro-bg-color-light {
    background-color: rgb(39 174 96 / 20%);
}
.product-main .col-sm-6:nth-child(5) .pro-bg-color, .product-main .col-sm-6:nth-child(11) .pro-bg-color {
    background-color: #27AE60;
}
.product-main .col-sm-6:nth-child(6) .pro-bg-color-light, .product-main .col-sm-6:nth-child(12) .pro-bg-color-light {
    background-color: rgb(216 158 74 / 20%);
}
.product-main .col-sm-6:nth-child(6) .pro-bg-color, .product-main .col-sm-6:nth-child(12) .pro-bg-color {
    background-color: #D89E4A;
}
.potato-login .pro-bg-color-light{
    background-color: rgb(216 158 74 / 20%);
}*/
.product-main .container {
    max-width: 1300px;
}
/*.potato-login .pro-bg-color {
    background-color: #D89E4A;
}
.tomatto-login .pro-bg-color-light {
    background-color: rgb(234 21 2 / 20%);
}
*/
/*.tomatto-login .pro-bg-color {
    background-color: #EA1502;
}*/
/*.cabbage-login .pro-bg-color-light {
    background-color: rgb(111 207 151 / 20%);
}*/

/*.cabbage-login .pro-bg-color {
    background-color: #6FCF97;
}*/
.header-address-popup {
    position: absolute;
    top: 40px;
    background-color: rgb(255 255 255 / 95%);
    padding: 15px;
    border-radius: 10px;
    z-index: 9;
    left: 0;
    width: 260px;
    box-shadow: 0px 0px 4px #ebe9e9;
    display: none;
}

.add-popup-sec.active .header-address-popup {
    display: block;
}

.header-address-popup ul {
    display: block;
}

    .header-address-popup ul li {
        padding: 10px;
        border: 1px solid var(--bs-transparent);
        border-radius: 4px;
        transition: all ease .3s;
        font-size: 14px;
        line-height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 50px;
        position: relative;
    }

        .header-address-popup ul li:first-child {
            padding-right: 50px;
        }

        .header-address-popup ul li b {
            position: absolute;
            right: 10px;
            top: 11px;
            font-size: 10px;
            font-weight: 500;
            background-color: #e7e7e7;
            border-radius: 4px;
            padding: 0px 3px;
            text-transform: uppercase;
        }

        .header-address-popup ul li:hover {
            cursor: pointer;
        }

        .header-address-popup ul li.active {
            border: 1px solid var(--bs-border-color);
        }

.ordered-success {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(215 215 215 / 87%);
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.order-success-inner {
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    max-width: 400px;
    box-shadow: 10px red;
    width: 100%;
}

.order-success-img {
    text-align: center;
    margin-bottom: 20px;
}

.order-success-text {
    padding-bottom: 25px;
}

    .order-success-text h6 {
        color: var(--bs-heading-color);
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

    .order-success-text p {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        line-height: 30px;
    }

.order-success-img img {
    max-width: 80px;
}

#password-star {
    position: absolute;
    top: 21px;
    left: 19px;
    font-size: 20px;
    font-weight: 700;
}

.input-field.password-star {
    color: var(--bs-transparent);
}

/*btn loading style*/

.load1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .load1::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        border: 3px solid #fff;
        width: 30px;
        height: 30px;
        border-left: 3px solid var(--bs-transparent);
        border-bottom: 3px solid var(--bs-transparent);
        animation: loading1 1s ease infinite;
        z-index: 10
    }

    .load1::before {
        content: '';
        position: absolute;
        border-radius: 50%;
        border: 3px dashed #fff;
        width: 30px;
        height: 30px;
        border-left: 3px solid var(--bs-transparent);
        border-bottom: 3px solid var(--bs-transparent);
        animation: loading1 2s linear infinite;
        z-index: 5
    }

@keyframes loading1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.diagonal-btn.activeLoading .loading1 {
    visibility: visible;
    opacity: 1
}

.diagonal-btn.activeLoading .button-name1 {
    opacity: 0;
    visibility: hidden
}

.diagonal-btn .loading1 {
    opacity: 0;
    visibility: hidden
}

.doc-img {
    display: flex;
    justify-content: center;
}

    .doc-img img {
        max-width: 135px;
        border-radius: 50%;
    }

.doc-name h6 {
    color: #333333;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 0;
    padding-top: 15px;
}

.doc-exp p {
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 20px;
}

.doc-specialization p {
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 10px;
}

    .doc-specialization p span {
        color: #666666;
    }

.doc-email-i p {
    color: #1CAC52;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 0px;
}

.map-view {
    height: 100%;
}

    .map-view iframe {
        border: 1px solid #E5E5E5;
        border-radius: 19px;
    }

.map-address {
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    padding: 30px;
    position: relative;
}

.map-mob-code {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.map-pin img {
    max-width: 24px;
    filter: contrast(0.3);
}

.map-address.active
.map-pin img {
    filter: opacity(.4) drop-shadow(0 0 0 green) contrast(138%) brightness(2.2)
}

.map-mub p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.add-map p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.map-address:not(:last-child) {
    margin-bottom: 20px;
}

.number-add {
    position: absolute;
    bottom: -13px;
    right: 13px;
    width: 36px;
    height: 36px;
    background-color: #666666;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.map-address.active {
    background-color: #DBFFD0;
}

    .map-address.active .number-add {
        background-color: #46BF20;
    }

.gallery-box {
    border: 1px solid #E5E5E5;
    border-radius: 19px;
    padding: 20px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.review-left.block-menu1 li a, .review-left.block-menu2 li a {
    white-space: normal;
    text-transform: none;
}

    .review-left.block-menu1 li a p span {
        display: block;
        color: #666666;
        font-size: 14px;
    }

    .review-left.block-menu2 li a span {
        color: #666666;
        font-size: 14px;
    }

.review-left.block-menu1 li:not(:last-child,:first-child), .review-left.block-menu2 li:not(:last-child,:first-child) {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog-sec {
    border: 1px solid #E5E5E5;
    border-radius: 19px;
    padding: 20px;
    height: calc(100% - 25px);
    margin-bottom: 25px;
}

.blog-text h6 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}

.blog-text p {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.blog-img {
    position: relative;
    margin-bottom: 32px;
}

.date-blog {
    position: absolute;
    bottom: -22px;
    right: 22px;
    background-color: #46BF20;
    width: 58px;
    border-radius: 10px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

    .date-blog span span {
        display: block;
    }

    .date-blog span {
        line-height: 18px;
    }

.health-care-text {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    padding-bottom: 10px;
}


/*=============================
	pagination CSS
===============================*/

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-bottom: 15px;
}

    .simple-pagination li:not(:last-child) {
        margin-right: 10px;
    }

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 4px 12px;
        text-decoration: none;
        border: 1px solid #8ef96e;
        background-color: #f5fff2;
        box-shadow: none;
        display: inline-block;
        border-radius: 5px;
        min-width:38px;
        min-height:38px;
        line-height:28px;
        position:relative;
    }
.simple-pagination .prev:after {
    content: '';
    border: 2px solid #666;
    width: 8px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    border-top: 0;
    border-right: 0;
    top: 13px;
    left: 16px;
}

.simple-pagination .next:after {
    content: '';
    border: 2px solid #666;
    width: 8px;
    height: 8px;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
    top: 13px;
    left: 13px;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #46bf20;
    border-color: #46bf20;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #f5fff2;
    border-color: #dddddd;
    color: transparent;
    cursor: not-allowed;
}
.simple-pagination li a.next, .simple-pagination li span.prev, .simple-pagination li a.prev, .simple-pagination li span.next {
    color: transparent
}
.simple-pagination li a:hover {
    color: #46bf20;
}
.simple-pagination li a.next:hover, .simple-pagination li a.prev:hover {
    background: #f5fff2;
    border-color: #46bf20;
    color: transparent;
}

.Events-heading h4 {
    font-size: 28px;
    color: #46bf20;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 30px;
    font-family: var(--bs-font-family-squada-one);
}
.event-head {
    display: flex;
    gap: 20px;
    margin-bottom:40px;
}
.event-head.ev-bg-color {
    background-color: #f5fff2;
    border-radius: 10px;
    padding: 20px;
}
.event-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.event-text p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px;
}
    .event-text p span{
        font-weight:600;
    }
    .event-img {
        width: 33%;
    }

.event-text {
    width: calc(66% - 20px);
}
.event-date {
    padding: 30px;
    padding-top: 0;
}

    .event-date p {
        color: #666;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
    }

    .event-date h6 {
        font-size: 28px;
        color: #46bf20;
        line-height: 25px;
    }

.event-text h5 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.event-text h5 a:hover {
    text-decoration:underline;
}
.no-events p {
    margin: 40px 0;
    text-align: center;
    background-color: #eeeeee;
    padding: 20px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
}
.event-search li {
    list-style-type: none;
    display: inline-block;
}

.event-search {
    display: flex;
   /* align-items: center;*/
    height: 100%;
    justify-content: flex-end;
}
    .event-search ul {
        padding: 0;
        margin: 0;
    }
    .event-search li:first-child{
        margin-right:15px;
    }
    .event-search li a {
        padding: 10px;
        display: inline-block;
        font-size: 16px;
        color: #46bf20;
    }
.event-tabs {
    margin-top: 35px;
}

    .event-tabs li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        height: 15px;
        min-width: 30px;
        margin-right: 20px;
    }
        .event-tabs li a {
            color: #46bf20;
        }
        .event-tabs ul {
            padding: 0;
            margin: 0;
        }
    .arrow-prev {
        content: '';
        position: absolute;
        top: 4px;
        left: 12px;
        border: 2px solid #666;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        border-top: 0;
        border-right: 0;
    }
.arrow-next {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    border: 2px solid #666;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
}
    .arrow-next.disable {
        border-color:#d2d0d0;
    }
.today-event {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #46bf20;
    border-radius: 5px;
}
.upcoming-event {
    display: block;
    padding-right: 35px;
    position: relative;
    border: none;
    color: #46bf20;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
    .upcoming-event:focus{
        border:none;
        box-shadow:none;
        outline:none;
    }
    #datepicker {
        min-width: 200px;
    }

        #datepicker:before {
            content: '';
            position: absolute;
            top: 9px;
            right: 20px;
            border: 2px solid #46bf20;
            width: 8px;
            height: 8px;
            transform: rotate(45deg);
            border-top: 0;
            border-left: 0;
            z-index: 1;
        }
}
.border-hr {
    border-bottom: 1px solid #bbb4b4;
    margin-bottom: 40px;
    position:relative;
}
    .border-hr span {
        position: absolute;
        background-color: #fff;
        top: -15px;
        display: inline-block;
        padding: 5px 20px;
    }
.Events-prev-next {
    display: flex;
    justify-content: space-between;
}

.Events-next-b span, .Events-prev-b span {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.Events-prev-b span {
    padding-right: 0px;
    padding-left:30px;
}

    .Events-next-b span:before {
        content: '';
        position: absolute;
        border: 2px solid #666;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        border-bottom: 0;
        border-left: 0;
        top: 6px;
        right: 2px;
    }
    .Events-prev-b span:before {
        content: '';
        position: absolute;
        border: 2px solid #666;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        border-top: 0;
        border-right: 0;
        top: 6px;
        left: 2px;
    }

.Events-next-b {
    position: relative;
}
    .Events-next-b a:hover span:before, .Events-prev-b a:hover span:before {
        border-color: #46bf20;
    }
    .Events-next-b.disable-b span:before, .Events-prev-b.disable-b span:before, .Events-next-b.disable-b a:hover span:before, .Events-prev-b.disable-b a:hover span:before {
        border-color: #ddd;
    }
    .Events-next-b.disable-b span, .Events-prev-b.disable-b span {
        color: #ddd;
    }
.passed-event p {
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}
.event-date-details h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #46bf20;
}

.gallery-text h4 {
    padding: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.detail-event-text h5 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 16px;
    color: #46bf20;
    text-align: center;
}

.detail-event-text p {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}

.event-img-d {
    text-align: center;
}
.events-detail-width{
    max-width:1100px;
    margin:0 auto;
}
.back-btn h4 a:hover {
    color: #333333;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background: #b5ff9e !important;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background: #46bf20 !important;
}