@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: #1CAC52;
    --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: #1CAC52;
    --bs-green-theme-bg: #1CAC52;
    --bs-light-gray: #F9F9F9;
    --bs-btn-bg-color: #1CAC52;
    --bs-select-bg-color: #c1ffd9;
    --bs-select-text-color: rgba(0,0,0,1);
    --bs-warning-color: #F2C94C;
    --bs-border-bottom-color: #EEEEEE;
    --bs-border-focus-border-color: #999999;
    --bs-table-border-color: #DDDDDD;
    --bs-border-color: #E5E5E5;
    --bs-danger-color: #EA1502;
    --bs-success-color: #1CAC52;
    --bs-product-bg-color: #F5F5F5;
    --bs-rating-star-color: #F2C94C;
    --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: #1CAC52;
}
.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;
}
.mb-40{
    margin-bottom:40px;
}
.max-w-100{
    max-width:100% !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: #FFFBF1;
}
.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: #1CAC52;
    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: #1CAC52;
    }

    50% {
        color: #0B7E36;
    }
    90% {
        color: #1CAC52;
    }
}

    .header-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        background-color:#ffffff;
    }
.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: #1CAC52;
                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: #EA1502;
    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: #1CAC52;
            }
        .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 ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 11px 0;
        margin: 0;
    }

    .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: #1CAC52;
            }
            .header-menu ul li:first-child {
                color: #666666;
            }
/*outer-card*/
.outer-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .deliver-img {
        padding-right: 20px;
    }

    .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:#1cac52;
}
.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: 80%;
}
    .slider-right .carousel-item {
        height: 420px;
        display: flex;
        align-items: center;
    }
.slider-right-box {
    display: flex;
    justify-content: center;
}
.left-slider-text-style{
    display:flex;
    align-items:center;
    padding-left:65px;
}
.slider-left-box h1 {
    color: var(--bs-heading-color);
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 47px;
    font-family: var(--bs-font-family-squada-one);
}
.slider-left-box h6 {
    color: rgb(51 51 51 / 75%);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}

.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: #1CAC52;
                border-bottom: 2px solid #1CAC52;
                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;
    padding: 15px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-img {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

    .product-img img {
        max-width: 70px;
        zoom:1.2;
    }

.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;
}
    .product-name h6::first-letter{
        text-transform:uppercase;
    }

    .piece-sec {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .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;
    }

    .price-sec p span {
        font-weight: 400;
        color: #BDBDBD;
    }

    .price-sec {
        padding: 8px 0;
    }

    .rating {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-rating {
        font-size: 12px;
        font-weight: 400;
        line-height: 1;
        color: var(--bs-heading-color);
    }

    .product-rating i {
        color: #F2C94C;
        padding-right: 7px;
    }

    .cart-add-btn {
        background-color: #1CAC52;
        border-radius: 9px;
    }

        .cart-add-btn span {
            color: #ffffff;
            display: inline-block;
            padding: 3px 11px;
        }

.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: #84534f;
    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: #FFFBF1;
        border: 1px solid #FAD950;
        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: center;
        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;
    }

    .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-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: #1CAC52;
        }
        .footer-links li {
            list-style-type: none;
            line-height: 1;
        }

    .footer-links ul {
        padding: 0;
        margin: 0;
        padding-top: 13px;
        padding-bottom: 15px;
    }

    .footer-social-icon {
        padding-top: 15px;
    }

    .footer-social-icon img:not(:last-child) {
        padding-right: 12px;
    }

    .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;
    }

    .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: #1CAC52;
        }
        .copyright {
            text-align: center;
            padding: 30px 0;
        }

    .copyright p {
        color: var(--bs-heading-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }

    .footer-border {
        border-bottom: 1px solid #E5E5E5;
    }

    .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: #1CAC52;
        height: 100%;
        width: 100%;
        z-index: -1;
        top: 0;
        transform: skew(-25deg);
        left: 0;
        border-radius: 2px 6px;
    }
.cancel-order-btn.diagonal-btn {
    color: #EA1502 !important;
}

    .cancel-order-btn.diagonal-btn:before {
        background-color: rgb(234 21 2 / 10%);
    }
.track-order-btn.diagonal-btn {
    color: #1CAC52 !important;
}
    .track-order-btn.diagonal-btn:before {
        background-color: #E8F7EE;
    }
.cart-order-btn.diagonal-btn {
    color: #1CAC52 !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: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: #1CAC52;
    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;
}
.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: #F2C94C;
    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);
    margin-left:20px;
}
    .pro-piece span i {
        color: #F2C94C;
        margin-right: 8px;
    }
.pro-offers p {
    color: #ffffff;
    background-color: #1CAC52;
    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: #1CAC52;
        }
.pro-inclusive p {
    color: #BDBDBD;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.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: #1CAC52;
    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;
}

    .review-left ul {
        padding: 0;
        margin: 0;
    }

    .review-left li {
        list-style-type: none;
    }


        .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;
            white-space: nowrap;
        }
        .review-left li:hover a {
            color: #1CAC52;
        }
            .review-left li.active a {
                color: #1CAC52;
                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: #F2C94C;
        }
        .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;
}

.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: #1CAC52;
    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 {
    border: 1px solid #1CAC52;
    padding: 8px !important;
    border-radius: 5px;
    margin-bottom:20px;
}
.faq-drawer__content ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
    .faq-drawer__content ul li {
        max-width: 140px;
        width: 100%;
    }
    .faq-drawer__content ul li:first-child {
        max-width: 120px;
        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;
}

.banner-slider .slider.slider-nav {
    height: 420px;
    overflow: hidden;
}

.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: 30px;
}
.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 {
    text-align: center;
}

    .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: #1CAC52;
    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 #1CAC52;
    }
    .order-inner-box.completed .order-dots {
        background-color: #1CAC52;
        outline-color: rgb(28 172 82 / 20%);
    }
.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: 999;
    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: #1CAC52;
}

.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: 400;
    position: relative;
    padding: 10px 15px;
    z-index: 1;
    font-family: var(--bs-font-family-roboto);
    min-height: 44px;
}
.active .top-up-btn {
    color: #1CAC52;
}
.top-up-btn:before {
    background-color: #ffffff;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #E5E5E5;
    border-radius: 2px 4px 2px 4px;
    z-index: -1;
    transform: skew(-20deg);
}
.active .top-up-btn:before {
    background-color: #E8F7EE;
    border-color: #E8F7EE;
}
.active svg path {
    fill: #1CAC52;
}
.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: #1CAC52;
    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;
}

.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;
}
.pro-img img {
    max-width: 65px;
}

.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: #1CAC52;
    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: #EA1502;
    }

.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: #1CAC52;
        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 #1CAC52;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 8px 20px;
    margin-bottom: 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: #1CAC52;
        border-color: #1CAC52;
    }
.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 solid #E5E5E5;
}

    .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 #E5E5E5;
            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: 10px;
}
.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: #1CAC52;
}

.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 #E5E5E5;
}
.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: #1CAC52;
    cursor: pointer;
    font-weight: 600;
    border-bottom: 2px solid #1CAC52;
}
.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: #1CAC52;
}
.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 {
    width: 90px;
    background-color: rgb(242 201 76 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    position: relative;
    height: 90px;
}

.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%);
}

.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 #1cac52;
        }
.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
}
