:root {
    --primary-clr: #3b71de;
}

/*Redesign CSS*/
body {
    color: #262d34;
    font-family: var(--font-family-plus_jakarta);
    text-align: start;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.01em;
    color: #212629;
}

.quick-view {
    display: block;
}

a {
    display: inline-block;
}

.product-single-hover {
    border-radius: 15px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
    position: relative;
    box-shadow: 0px 8.1793107986px 16.3586215973px -2.4537930489px rgba(145, 158, 171, 0.05),
        0px 0px 1.635862112px 0px rgba(145, 158, 171, 0.2);
    box-shadow: 0px 4px 36px 0px #537d5a24;
}
@media screen and (max-width: 575px) {
    .product-single-hover {
        box-shadow: 0px 0px 5px rgba(0, 113, 220, 0.15) !important;
    }
    .product-single-hover .quick-view,
    .product-single-hover .single-product-details {
        text-align: center;
    }
    /* .product-single-hover .product-price {
        justify-content: center;
    } */
}
.product-single-hover.style--card {
    background-color: #fff;
    height: 100%;
}
.product-single-hover.style--card .inline_product {
    border: none;
}
.product-single-hover.style--card .inline_product img {
    border-radius: 0.5rem;
}
.product-single-hover.style--card .inline_product .quick-view {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    left: 18%;
    top: 26%;
    border-radius: 0.5rem;
}
.product-single-hover.style--card:hover {
    box-shadow: 0px 16px 32px -4px rgba(145, 158, 171, 0.05),
        0px 0px 8px 0px rgba(145, 158, 171, 0.2);
}
.product-single-hover.style--category .inline_product {
    border: none;
}
.product-single-hover.style--category .inline_product img {
    border-radius: 0.5rem;
}

.product-single-hover .single-product-details {
    position: relative;
    min-height: 95px;
    padding-top: 10px;
    border-radius: 0px 0px 5px 5px;
    transition: all ease 0.3s;
}

.product-single-hover .single-product-details a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    font-family: var(--font-family-plus_jakarta);
    color: #22492b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
}

.product-single-hover .inline_product {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border: 1px solid #e9f3ff;
    transition: all 300ms ease-in-out;
}

.product-single-hover:hover .inline_product {
    border-color: rgba(14, 66, 136, 0.3019607843);
}

.p-10px {
    padding: 10px;
}

.product-single-hover .inline_product .center-div {
    display: block;
}

.product-single-hover .inline_product img {
    transition: all ease 0.5s;
    /* -o-object-fit: cover; */
    /* object-fit: cover; */
    width: 100%;
    height: 185px;
    border-radius: 10px;
    object-fit: contain;
}

@media screen and (max-width: 424px) {
    .product-single-hover .inline_product img {
        height: unset;
        aspect-ratio: 1;
    }
}
.product-single-hover .quick-view {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    border-radius: 8px;
}

.product-single-hover:hover .quick-view {
    background-color: rgba(14, 66, 136, 0.3019607843);
}

.product-single-hover .quick-view .btn-circle {
    transform: translateY(50%) scale(0.6);
    opacity: 0;
    transition: all 300ms ease-in-out;
}

.product-single-hover:hover .quick-view .btn-circle {
    transform: translateY(0%) scale(1);
    opacity: 1;
}

.btn-circle {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    background-color: #fff;
    display: grid;
    place-items: center;
    color: var(--primary-clr);
}

.btn-buy-now{
    width: 100%;
    background: linear-gradient(94.15deg, #313F31 33.4%, #1A251B 100.93%);
    box-shadow: 7px 12px 24px 0px #52655782;
    color: white;
    height: 48px;
    text-align: center;
    border-radius: 50px;
}
/* .product-single-hover:hover .inline_product img {
    transform: scale(1.14);
} */

.for-discount-value {
    /* position: absolute;
    top: 8px; */
    inset-inline-start: 8px;
    z-index: 3;
    white-space: nowrap;
}

.feature-product {
    padding: 15px 50px 25px;
    overflow: hidden;
}

.feature-product .owl-item:not(.active) {
    transition: all ease 0.3s;
}

@media (min-width: 768px) {
    .feature-product:not(:hover) .owl-item:not(.active) {
        opacity: 0;
    }
    .profile_menu {
        height: 64px;
    }
}
.owl-nav {
    z-index: 99 !important;
}

.owl-nav {
    width: calc(100% + 40px);
    left: -20px;
    height: 0 !important;
}

.owl-nav button {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50% !important;
}

.owl-nav button * {
    background: transparent !important;
}

.__language-bar .dropdown-menu {
    min-width: 0 !important;
    width: 120px;
}

.__close-announcement {
    position: absolute;
    right: 9px;
    top: 5px;
    color: #cd0000;
    cursor: pointer;
}

#new-arrivals-product .owl-stage-outer,
#featured_products_list .owl-stage-outer {
    overflow: visible;
}

@media (max-width: 534px) {
    #featured_products_list {
        max-width: 240px;
        margin: 0 auto;
    }
}
.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
}

#new-arrivals-product .owl-nav {
    width: calc(100% + 20px);
    left: -10px;
}

.flash_deal_product {
    box-shadow: none !important;
    border: 1px solid #e1efff;
    cursor: pointer;
    font-size: 14px;
}
.flash_deal_product .flash-product-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 6px;
}

#anouncement {
    font-size: 14px;
}

.g-4 {
    margin: -15px;
}

.g-4 > *[class*="col-"] {
    padding: 15px;
}

.g-2 > *[class*="col-"] {
    padding: 5px;
}

.g-3 {
    margin: -10px;
}

.g-3 > *[class*="col-"] {
    padding: 10px;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .__dropdown-menu {
        right: 0%;
        display: block !important;
        margin-top: 25px !important;
        margin-right: 11px;
        border: 1px solid rgba(204, 204, 204, 0.7019607843);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: none;
        min-width: 250px !important;
    }
    .__dropdown-menu .dropdown-menu {
        min-width: 250px !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .__dropdown-menu-2 {
        right: 0%;
        margin-top: 8px !important;
        margin-right: 11px;
        border: none !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        /*box-shadow: none !important;*/
        min-width: 250px !important;
        animation: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transition: all ease 0.1s;
    }
    .__dropdown-menu-2 .dropdown-menu {
        min-width: 250px !important;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .__dropdown-menu-2.show {
        visibility: visible;
        opacity: 1;
    }
    .dropdown:hover .__dropdown-menu-2 {
        visibility: visible;
        opacity: 1;
        display: block !important;
    }
    .__dropdown-menu-3 {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .__dropdown-menu-2 li {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .__dropdown-menu-2 li:not(:last-child) {
        border-bottom: 1px solid #eef6ff;
    }
    .__dropdown-menu-2 li a {
        padding-top: 0.67rem;
        padding-bottom: 0.7rem;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 !important;
    }
    .__dropdown-menu-2 li a:first-child {
        flex-grow: 1;
        display: flex;
        font-size: 14px;
    }
    .__dropdown-menu-2 li a:first-child span {
        align-self: center;
    }
}
@media (min-width: 768px) {
    .__dropdown-menu-sizing {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-bottom: 0;
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .__dropdown-menu li,
    .__dropdown-menu-2 li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }
    .__dropdown-menu li:not(:last-child),
    .__dropdown-menu-2 li:not(:last-child) {
        border-bottom: 1px solid #cbdbd2;
    }
    .__dropdown-menu li a,
    .__dropdown-menu-2 li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 !important;
    }
    .__dropdown-menu li a:first-child,
    .__dropdown-menu-2 li a:first-child {
        flex-grow: 1;
        display: flex;
        font-size: 14px;
        margin-right: 20px;
    }
    .__dropdown-menu li a:first-child span,
    .__dropdown-menu-2 li a:first-child span {
        align-self: center;
    }
    .__dropdown-menu li .dropdown-menu,
    .__dropdown-menu-2 li .dropdown-menu {
        right: unset !important;
        margin: 0 !important;
        transform: translate(0) !important;
        width: 100% !important;
    }
    .__dropdown-menu li .dropdown-menu li a,
    .__dropdown-menu-2 li .dropdown-menu li a {
        font-size: 14px;
    }
    .__dropdown-menu li .dropdown-menu .dropdown-menu,
    .__dropdown-menu-2 li .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    .navbar-tool-icon-box {
        width: 2.25rem;
        height: 2.25rem;
    }
    .navbar-tool-icon-box .navbar-tool-icon {
        font-size: 1rem;
        line-height: 2.25rem;
    }
}
.__mega-nav {
    width: 254px !important;
    margin-top: 0 !important;
}

.__mega-nav .nav-item .nav-link {
    font-size: 18px;
}

.__mega-nav .nav-item .nav-link span {
    margin-right: 35px;
    margin-left: 35px;
}

.mega-nav .nav-item .nav-link {
    padding-top: 13px !important;
    padding-bottom: 12px !important;
}

.navbar-stuck-menu > .container {
    padding: 5px 15px !important;
}

@media (max-width: 991px) {
    .navbar-stuck-menu > .container {
        padding: 0 15px !important;
    }
}
.navbar-stuck-menu {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.navbar-expand-md .navbar-nav .nav-item button,
.navbar-expand-md .navbar-nav .nav-item > a {
    transition: all ease 0.3s;
}

.navbar-expand-md .navbar-nav .nav-item .dropdown > button:hover,
.navbar-expand-md .navbar-nav .nav-item > button:hover,
.navbar-expand-md .navbar-nav .nav-item > a:hover {
    opacity: 0.6 !important;
}

.__top-slider-images .carousel-inner a {
    display: block;
}

@media (min-width: 768px) {
    .__top-slider-images .__slide-img {
        height: 340px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
    }
}
@media (min-width: 992px) {
    .__top-slider-images .__slide-img {
        height: 386px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
    }
}
@media (max-width: 767px) {
    .__slide-img {
        /* height: 240px; */
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left center;
        object-position: left center;
    }
}
/* @media (max-width: 575px) {
    .__slide-img {
        height: 140px;
    }
} */
@media (min-width: 1280px) {
    .__top-slider-images {
        width: calc(100% - 254px);
        max-width: calc(100% - 254px);
        flex: 0 0 calc(100% - 254px);
    }
    .__top-slider-cate {
        flex: 0 0 254px;
    }
    .__slide-img {
        height: unset;
        max-height: 420px;
    }
    /* .p-xl-35 {
      padding: 35px !important;
  } */
}
.footer_banner_img {
    height: unset !important;
    width: 100%;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.__best-selling {
    position: relative;
    display: block;
}

.__best-selling:not(:last-child) {
    margin-bottom: 15px;
}

.__best-selling img {
    aspect-ratio: 1;
    transition: all ease 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
}

.__best-selling .ptr {
    transition: all ease 0.3s;
}

.__best-selling:hover img {
    transform: scale(1.14);
}

.__best-selling:hover .ptr {
    color: #1b7fed;
}

.best-selling-image {
    overflow: hidden;
}

.size-30 {
    height: 30px;
    width: 30px;
}

.size-60 {
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .size-60 {
        width: 40px;
        height: 40px;
    }
}
.view-all-text {
    font-size: 14px;
    font-weight: 600;
}

.view-all-text * {
    background: transparent !important;
    color: inherit;
    font-size: 12px;
}

.__m-5px {
    margin: 5px;
}

.font-semi-bold,
.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.categories-title .font-semi-bold,
.categories-title .font-semibold {
    font-size: 16px;
}

.__shadow {
    box-shadow: 0px 12px 24px -4px rgba(27, 127, 237, 0.05),
        0px 0px 2px rgba(27, 127, 237, 0.1);
    border: none;
}

.__img-125px {
    width: 110px;
    aspect-ratio: 1;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all ease 0.5s;
}

.flash_deal_product .flash-product-title {
    transition: all ease 0.3s;
}

.flash_deal_product:hover .__img-125px {
    transform: scale(1.14);
}

.flash_deal_product:hover .flash-product-title {
    color: #1b7fed;
}

.btn-scroll-top {
    background: #68bd6b;
    color: #fff !important;
}

.arrival-title {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrival-title img {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .arrival-title {
        font-size: 22px;
    }
    .arrival-title img {
        width: 90px;
        height: 90px;
    }
}
.__brand-item {
    display: block;
    max-width: 85px;
    border-radius: 50%;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.__brand-item:hover img {
    transform: scale(1.2);
}

.__brand-item img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.recomanded-buy-button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.recomanded-buy-button .buy_btn {
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 20px;
}

.__i-1 {
    background: #ffffff;
    margin: 20px;
    padding-top: 10px;
    min-height: 200px;
    border-radius: 0px 0px 5px 5px;
}

.__p-20px {
    padding: 20px;
}

.deal_of_the_day {
    box-shadow: 0 0 18px rgba(177, 175, 175, 0.0588235294);
    border: 1.315px solid #99c7fd;
    background: #f3f8fe;
    border-radius: 4.382px;
}

@media (max-width: 1199px) {
    .deal_of_the_day {
        height: unset !important;
    }
}
@media (max-width: 767px) {
    .deal_of_the_day {
        /* max-width: 350px; */
        margin: 0 auto;
    }
    .deal_of_the_day h1 {
        font-size: 20px;
    }
}
.__btn-grp {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.__btn-grp button {
    height: 42px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    width: 48%;
}

@media (max-width: 575px) {
    .__btn-grp {
        gap: 8px;
    }
    .__btn-grp button {
        font-size: 14px;
        padding: 0 15px;
        height: 38px;
        line-height: 38px;
    }
}
.czi-arrow-left,
.czi-arrow-right {
    background: transparent;
}

.__cate-item img {
    transition: all ease 0.5s;
}

.__cate-item:hover img {
    transform: scale(0.88);
}

.widget-list-item {
    text-transform: capitalize;
}

.widget-list-item a {
    color: #ffffff;
}

.__cate-item {
    text-align: center;
}

.page-footer {
    background: #ecf2ee;
}

.page-footer hr {
    background: rgba(255, 255, 255, 0.1882352941) !important;
    border: none !important;
    height: 1px;
    width: 100% !important;
}

.page-footer .form-control {
    background: white !important;
    border: 1px solid #cbdbd2;
    color: #fff;
    /* height: 55px; */
    color: #22492b;
}

.page-footer .form-control::-moz-placeholder {
    color: #b4c1ba;
    font-family: var(--font-family-plus_jakarta);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.page-footer .form-control::placeholder {
    color: #b4c1ba;
    font-family: var(--font-family-plus_jakarta);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.page-footer .subscribe-button {
    top: 5px;
    inset-inline-end: 5px !important;
    /* height: 45px; */
    background: #fff;
    border-radius: 6px !important;
    color: #111;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 12px !important;
    text-transform: uppercase;
}

.page-footer .store-contents img {
    max-width: 180px;
}

@media (max-width: 767px) {
    .page-footer .store-contents {
        margin-bottom: 20px;
    }
}
::-moz-selection {
    background: #1b7fed;
    color: #fff;
}

::selection {
    background: #1b7fed;
    color: #fff;
}

.__auth-dropdown {
    max-width: 150px;
    min-width: 0 !important;
}

.navbar-stuck-toggler i {
    display: none;
}

.navbar-stuck-toggler:not(.show) .open-icon {
    display: block;
}

.navbar-stuck-toggler.show .close-icon {
    display: inline-block;
}

@media (min-width: 1280px) {
    .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
        animation: fadeInUp 0.5s;
        -webkit-animation: fadeInUp 0.5s;
        -moz-animation: fadeInUp 0.5s;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .btn.dropdown-toggle {
        transform: translateY(3px);
    }
    .navbar-stuck .navbar-expand-md .navbar-nav .nav-link {
        padding-top: 0.875rem;
    }
    .navbar-stuck .navbar-expand-md .navbar-nav .btn.dropdown-toggle {
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        transform: translateY(5px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.__img-18 {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
}

.cz-product-gallery .cz-preview {
    border: 1px solid rgba(27, 127, 237, 0.1);
    box-shadow: 0px 23px 24px -4px rgba(205, 205, 205, 0.1),
        0px 4px 2px rgba(205, 205, 205, 0.1);
    border-radius: 10px;
    margin: 0 0 12px 0;
    padding: 5px;
}

.__h-100 {
    min-height: calc(100% - 84px);
}

.checkbox-color {
    flex-wrap: wrap;
    gap: 6px;
}

.checkbox-color label {
    width: 18px;
    height: 18px;
    border-radius: 100% !important;
}

.checkbox-color input:checked ~ label {
    position: relative;
    border: none !important;
    transform: scale(1) !important;
}

.checkbox-color input:checked ~ label .outline {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid var(--primary-clr);
}

.checkbox-alphanumeric--style-1 {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.checkbox-alphanumeric--style-1 label {
    float: none;
    margin: 0;
    /* min-width: 24px; */
    /* height: 24px; */
    padding: 9px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.4546285569667816px;
    text-transform: capitalize;
    background: white;
    color: #b4c1ba !important;
}

.__m-10px {
    margin: 10px !important;
}

.__color-fea569 {
    color: #fea569 !important;
}

.__color-E96A6A {
    color: #e96a6a !important;
}

.__pl-15 {
    padding-left: 15px;
}

.product-quantity .input-number,
.product-quantity .btn-number {
    height: 35px !important;
    border-radius: 4px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #22492b !important;
}

.__gap-15 {
    gap: 15px;
}

.product-title2 {
    text-transform: capitalize;
    display: block !important;
}

.__cate-side-price {
    width: 100%;
    /* padding: 10px 10px 16px; */
}

.__cate-side-title {
    padding: 14px;
}

.__p-25-10 {
    padding: 25px 10px;
}

.__search-sidebar [class*="border"] {
    border-color: #f3f5f9 !important;
}

.__search-sidebar .form-control-sm {
    border-radius: 5px;
    border: none;
}

.__search-sidebar .input-group-append-overlay,
.__search-sidebar .input-group-prepend-overlay {
    top: 0;
}

.__search-sidebar .input-group-prepend-overlay {
    left: 0;
}

.__search-sidebar .input-group-append-overlay {
    right: 0;
}

.__search-sidebar .custom-select {
    background: #ffffff;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 100%;
    /* border-radius: 5px !important; */
    border: 1px solid rgba(27, 127, 237, 0.5);
    color: #212629;
    margin-bottom: 20px;
}

.__search-sidebar .__number-filter-btn a {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: #1b7fed;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.__brands-cate-wrap {
    max-height: 12rem;
    padding: 0 20px 5px;
    font-size: 13px;
    color: #212629;
}

.__brands-cate-badge {
    background: #f3f5f9;
    border-radius: 10px;
    padding: 2px 13px 2px;
    color: #212629;
    font-weight: 400;
    font-size: 12px;
}

.__cate-side-arrordion .card-header {
    border-color: #f3f5f9 !important;
}

.__cate-side-arrordion label {
    font-size: 12px;
    line-height: 16px;
}

.cursor-pointer {
    cursor: pointer;
}

.cz-countdown span:nth-child(1) {
    font-size: 16px;
}

.cz-countdown span:nth-child(2) {
    font-size: 13px;
}

.cz-countdown [class*="cz-countdown-"] {
    padding: 3px 6px !important;
}

.__dropdown-menu-sizing li .dropdown-item {
    padding-top: 0.725rem;
    padding-bottom: 0.725rem;
}

.__dropdown-menu-sizing li .count-value {
    line-height: 2.4rem;
}

@media (max-width: 767px) {
    .__dropdown-menu-sizing li .count-value {
        line-height: 2.7rem;
    }
}

.featured_deal_title {
    display: inline-block;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 64px;
    text-align: center;
    margin-top: 52px;
}
.featured_deal_title span {
    position: relative;
    display: block;
    background-color: #3d7c5a;
    padding: 0px 10px;
    transform: skewY(-10deg);
}
.featured_deal_title span:first-child:before{
    content: "";
    display: block;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 0% 100%, 100% 100%);
    height: 4px;
    width: 65%;
    background-color: #312D2D;
    position: absolute;
    top: -5px;
    left: 0px;
    transform: skewY(1deg);
}
.featured_deal_title span:first-child:after{
    content: "";
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 0%, 40px 100%);
    height: 32px;
    width: 100%;
    background-color: #312D2D;
    position: absolute;
    bottom: -31px;
    left: 0px;
}
.featured_deal_title span:last-child{
    transform: skewY(-11deg) translateX(40px) translateY(1px);
}
.featured_deal_title span:last-child:before{
    content: "";
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    height: 4px;
    width: 65%;
    background-color: #312D2D;
    position: absolute;
    bottom: -7px;
    left: 0px;
}
.featured_deal_title span:last-child:after{
    content: "";
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    height: 32px;
    width: 40px;
    background-color: #312D2D;
    position: absolute;
    bottom: -31px;
    right: 0px;
}
.featured_deal .custom-owl-nav{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}
.featured_deal .custom-owl-nav button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #48896A;
    border-radius: 6px;
    width: 36px;
    height: 36px;
}
.featured_deal .custom-owl-nav button:hover{
    background-color: #95d0b4;
}
@media (max-width: 767px) {
    .featured_deal .flash_deal_product_1 {
        left: -16%;
    }
}

.__deal-of {
    margin: -11px;
}
.__deal-of > *[class*="col-"] {
    padding: 11px;
}

.__countdown {
    width: 100%;
    max-width: 310px;
}

@media (min-width: 576px) {
    .__countdown {
        min-width: 310px;
    }
}
.for-banner img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 575px) {
    .for-banner img {
        height: 200px;
        -o-object-position: left center;
        object-position: left center;
    }
}
@media (max-width: 767px) {
    .__cate-product-side-img {
        max-width: 360px;
    }
}
.__cate-product-side-img img {
    width: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.for-hover-bg {
    background: #212629;
}

.btn:hover {
    filter: brightness(0.85);
    transition: all ease 0.4s;
}

.navbar-sticky.navbar-stuck {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.05);
}

.close {
    margin: -20px -10px -1rem auto !important;
}

.__rounded-10 {
    border-radius: 10px;
}
.__max-w-220 {
    max-width: 220px;
}
.top-rated-image,
.product-single-hover .inline_product a,
.flash-deals-background-image {
    overflow: hidden;
}

.footer-web-logo a {
    display: block;
}

.footer-web-logo a img {
    width: 100%;
    height: 44px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}

.__cate-item {
    flex-grow: 1;
}

.__cate-item .__img {
    height: 100px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.0509803922);
}
.__cate-item .__img .temporary-closed {
    border-radius: 50%;
}

.__cate-item .__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.__cate-item .__img.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.__img-20 {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.__img-64 {
    width: 64px;
    height: 64px;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.__text-sm {
    font-size: 14px;
}

.__img-70 {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* .__review-overview {
    background: #ffffff;
    border: 1px solid rgba(27, 127, 237, 0.1);
    box-shadow: 0 0 2px rgba(0, 113, 220, 0.15);
    border-radius: 10px;
} */

.__shop-apply {
    max-width: 760px;
    margin: 0 auto;
}

.__card {
    background: #ffffff;
    border: 1px solid rgba(27, 127, 237, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
    border-radius: 12px;
}

.__card .custom-file-label,
.__card .card-header,
.__card .form-control {
    border-color: rgba(204, 235, 255, 0.4784313725);
}

.__card.shadow-0 {
    box-shadow: none !important;
}

.__h-40 {
    height: 40px;
}

.__max-w-620 {
    max-width: 620px;
}

.brand_div-wrap {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.brand_div {
    background: #fff;
    opacity: 1;
    overflow: hidden;
    height: 100%;
    display: block;
    filter: drop-shadow(0px 0px 15px rgba(20, 85, 172, 0.05));
    padding: 10px;
}

.brand_div img {
    transition: all ease 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1;
}

.brand_div:hover img {
    transform: scale(1.1);
}

.all_seller {
    background: #fcfcfc no-repeat padding-box;
    border: 1px solid #e2f0ff;
    border-radius: 6px;
    opacity: 1;
    overflow: hidden;
    height: 100%;
    display: block;
}

.all_seller img {
    transition: all ease 0.5s;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: middle;
    height: 6rem;
    border-radius: 3%;
}

.all_seller:hover img {
    transform: scale(1.1);
}

.__shop-page-banner {
    width: 100%;
    height: auto;
    max-height: 13.75rem;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* @media (min-width: 768px) {
    .checkout_details {
        padding-right: 20px;
    }
}
@media (min-width: 1200px) {
    .checkout_details {
        padding-right: 40px;
    }
} */
.checkout_details .steps-light .step-item:hover {
    color: #000;
}

.__cart-total {
    border-radius: 10px;
    background: #fff;
    padding: 14px 12px;
    /* border: 1px solid rgba(27, 127, 237, 0.1); */
    /* box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15); */
}

.__cart-total .cart_total > div:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 0.5px dashed #b4c1ba;
    padding-bottom: 13px;
}

@media (min-width: 992px) {
    .__cart-total .order-summery-footer-image {
        width: 35px;
        height: 35px;
        margin-bottom: 8px;
    }
    .__cart-total .deal-title {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .__cart-total .order-summery-footer-image {
        width: 35px;
        height: 35px;
        margin-bottom: 8px;
    }
    .__cart-total .deal-title {
        font-size: 16px !important;
    }
}
.__line-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__line-2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__cart-table {
    font-size: 14px;
}

.__cart-table thead th {
    font-size: 14px;
}

/* @media (max-width: 1199px) {
    .__cart-table {
        min-width: 780px;
    }
} */
.table-align-middle td {
    vertical-align: middle;
}

.__img-48,
.__img-62 {
    --size: 62px;
    height: var(--size);
    width: var(--size);
    min-width: var(--size);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #eef6ff;
}

.__img-48 {
    --size: 48px;
}

.__img-60 {
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #eef6ff;
}

.__cart-input {
    width: 75px;
    border: 1px solid #e5e5e5;
    outline: none;
    box-shadow: none !important;
    height: 30px;
    border-radius: 6px;
    padding: 0 15px;
}

.btn--primary:hover {
    color: #fff !important;
}

.btn--primary:not(:hover) {
    color: #fff;
}

.img-circle {
    border-radius: 50%;
}

.__seller-author {
    font-size: 12px;
}

.__seller-author h6 {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}

.__chat-seller-btn {
    background: #f3f5f9;
    border-radius: 2px;
    padding: 4px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 15px;
    position: absolute;
    top: 26px;
}

.__chat-seller-btn svg {
    margin-right: 5px;
}

.product-details-shipping-details .chat-seller-info {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

.__table .thead-light {
    background: #f1f8ff;
}

.__table thead th,
.__table thead td {
    border-top: none;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    white-space: nowrap;
}

.__table tbody {
    font-size: 14px;
}

.__table * {
    border-color: #eef6ff !important;
}

.__action-btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.__btn-grp-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.__customer-sidebar {
    padding: 18px 9px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 9.0754146576px 18.1508293152px -2.7226247787px rgba(145, 158, 171, 0.05),
        0px 0px 1.8150832653px 0px rgba(145, 158, 171, 0.2);
    position: sticky;
    top: 80px;
}
@media screen and (max-width: 991px) {
    .__customer-sidebar {
        padding-top: 0;
    }
}
.__customer-sidebar .widget-title {
    font-weight: 400;
    margin: 0;
}

.__customer-sidebar .widget-title .active-menu {
    background: #d8e3d8;
    box-shadow: 5px 8px 14.8px 0px #d7e9db78;
    border-radius: 8px;
}

.__customer-sidebar .widget-title a {
    text-transform: capitalize;
    padding: 15px 20px;
    font-size: 15px;
    display: block;
    display: flex;
    align-items: center;
    min-height: 40px;
    gap: 10px;
    border-radius: 5px;
}

/* .__customer-sidebar .widget-title:not(:last-child) a {
    border-bottom: 1px solid #eef6ff;
} */

.headerTitle {
    text-transform: capitalize;
}

.__img-full {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wishlist_product_icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 575px) {
    .__card-mobile-340 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .__card-mobile-340 .wishlist_product_img img {
        max-height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 375px) {
    .__profile-btns .btn {
        flex-grow: 1;
    }
}
.__customer-profile .font-name {
    font-weight: 600;
    margin-top: 0px !important;
    margin-bottom: 0;
    font-size: 15px;
    color: #030303;
}

.__customer-profile .font-nameA {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 7px !important;
    font-size: 17px;
    color: #030303;
}

.__customer-profile label {
    font-size: 14px;
    font-weight: 600;
}

.__customer-profile input {
    font-size: 14px;
}

@media (max-width: 600px) {
    .__customer-profile .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
    .__customer-profile .headerTitle {
        font-size: 1.45rem;
    }
}
@media (max-width: 600px) {
    .headerTitle {
        font-size: 1.65rem;
    }
}
.__account-address .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__account-address .font-nameA {
    display: inline-block;
    margin-top: 5px !important;
    font-size: 13px !important;
    color: #555555;
}
.__account-address .font-nameA strong {
    color: #020512;
}

.__account-address .font-name {
    font-weight: 600;
    padding-bottom: 0;
}

.__account-address .modal-footer {
    border-top: none;
    padding-bottom: 0;
    padding-top: 10px;
    gap: 15px;
}

.__account-address .modal-footer > * {
    margin: 0;
}

.__account-address .modal-header {
    justify-content: center;
    text-transform: capitalize;
}

.__account-address .cz-sidebar-body h3:hover + .divider-role {
    transition: 0.2s ease-in-out;
}

.__account-address label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #030303;
}

.__account-address .nav-pills .nav-link.active {
    box-shadow: none;
    color: #ffffff !important;
}

.__account-address .nav-pills .nav-link {
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    background-color: #ffffff;
    color: #050b16 !important;
    font-size: 0.9375rem;
    border: 1px solid #e4dfdf;
}

.__account-address .nav-pills .nav-link :hover {
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    background-color: #ffffff;
    color: #050b16 !important;
    font-size: 0.9375rem;
    border: 1px solid #e4dfdf;
}

.__account-address .nav-pills .nav-link.active,
.__account-address .nav-pills .show > .nav-link {
    color: #fff;
}

.__account-address .iconHad {
    padding: 4px;
}

.__account-address .iconSp {
    margin-top: 0.7rem;
}

.__account-address .fa-lg {
    padding: 4px;
}

.__account-address .fa-trash {
    color: #ff4d4d;
}

.__account-address .namHad {
    color: #030303;
    position: absolute;
    padding-top: 8px;
}

.__account-address .donate-now {
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
}

.__account-address .donate-now li {
    float: left;
    width: 100px;
    height: 40px;
    position: relative;
    padding: 22px;
    text-align: center;
}

.__account-address .donate-now label,
.__account-address .donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}

.__account-address .donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.__account-address .donate-now input[type="radio"]:checked + label,
.__account-address .Checked + label {
    color: white !important;
    border: none;
}

.__account-address .donate-now label {
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 90;
}

.__account-address .donate-now label:hover {
    background: #ddd;
}

.__account-address #edit {
    cursor: pointer;
}

.__account-address .pac-container {
    z-index: 100000 !important;
}

.__account-address #location_map_canvas {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .__account-address #location_map_canvas {
        height: 200px;
    }
    .__account-address .card-header {
        font-size: 14px;
    }
}
.__chat-seller .inbox_people {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    /*width:;*/
    border-right: 1px;
}

.__chat-seller .inbox_msg {
    border: none;
    clear: both;
    overflow: hidden;
}

.__chat-seller .top_spac {
    margin: 20px 0 0;
}

.__chat-seller .recent_heading {
    float: left;
    width: 40%;
}

.__chat-seller .srch_bar {
    display: inline-block;
    color: #92c6ff;
    width: 100%;
}

.__chat-seller input {
    border: none;
}

.__chat-seller .heading_search {
    overflow: hidden;
    border-bottom: none;
}

.__chat-seller .recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
}

.__chat-seller .chat_ib h5 {
    font-size: 13px;
    color: #030303;
    cursor: pointer;
    margin: 0 0 8px 0;
}

.__chat-seller .chat_ib h5 span {
    font-size: 80%;
    float: right;
    padding: 10px;
    background: #4884ea;
    color: white;
    border-radius: 100%;
}

.__chat-seller .chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto;
}

.__chat-seller .chat_img {
    float: left;
    width: 12%;
    cursor: pointer;
}

.__chat-seller .chat_ib {
    float: left;
    width: 88%;
    margin-top: 0.56rem;
}

.__chat-seller .chat_people {
    overflow: hidden;
    clear: both;
}

.__chat-seller .chat_list {
    border-bottom: none;
    margin: 0;
    padding: 10px 16px;
}

.__chat-seller .inbox_chat {
    height: 355px;
    overflow-y: scroll;
}

.__chat-seller .active_chat {
    background: #ebebeb;
}

.__chat-seller .received_msg {
    display: inline-block;
    vertical-align: top;
    width: 92%;
}

.__chat-seller .received_withdraw_msg p {
    background-color: rgba(133, 148, 159, 0.1);
    border-radius: 5px;
    color: #030303;
    font-size: 14px;
    margin: 1px;
    width: 100%;
    padding: 8px;
}

.__chat-seller .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.__chat-seller .received_withdraw_msg {
    width: 57%;
}

@media (max-width: 575px) {
    .__chat-seller .received_withdraw_msg {
        width: 80%;
    }
}

.__chat-seller .send_msg p {
    background: #4884ea none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 14px;
    margin: 1px;
    padding: 8px;
    color: #fff;
    width: 100%;
}

.__chat-seller .outgoing_msg {
    /* overflow: hidden; */
    margin: 10px 0;
}

.__chat-seller .send_msg {
    float: right;
    width: 46%;
}

@media (max-width: 575px) {
    .__chat-seller .send_msg {
        width: 80%;
    }
}

.__chat-seller .input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
}

.__chat-seller .type_msg {
    border-top: 1px solid rgba(20, 85, 172, 0.05);
    position: relative;
}

.__chat-seller .msg_send_btn {
    background: none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #4884ea;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.__chat-seller .msg_history {
    height: 370px;
    overflow-y: auto;
}

.__chat-seller .aSend {
    padding: 10px;
    color: #4884ea;
    font-size: 16px;
    font-weight: 600;
}

.__chat-seller .price_sidebar {
    padding: 20px;
}

.__chat-seller .active {
    background: #1b7fed;
}

.__chat-seller .active h5 {
    color: white;
}

.__chat-seller .incoming_msg {
    /* display: flex; */
    margin: 10px 0;
}

.__chat-seller .incoming_msg_img img {
    width: 20px;
    border-radius: 10px;
}

.__chat-seller .active-text {
    font-weight: 900 !important;
}

@media (max-width: 600px) {
    .__chat-seller .sidebar_heading {
        background: #1b7fed;
    }
    .__chat-seller .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
    .__chat-seller .Chat {
        margin-top: 2rem;
    }
    .__chat-seller .sidebarR {
        padding: 24px;
    }
    .__chat-seller .price_sidebar {
        padding: 20px;
    }
}
.table thead th {
    border-bottom-width: 1px;
}

.table thead th.border-t-0 {
    border-top: none !important;
}

.action-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    transition: all ease 0.3s;
}

.action-btn.btn--danger {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(199, 0, 0) !important;
}

.action-btn.btn--danger:not(:hover) {
    color: rgb(199, 0, 0);
    background: transparent;
}

.action-btn.btn--danger:hover {
    background: rgb(199, 0, 0);
    color: #fff;
}

.action-btn.btn--primary {
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-clr) !important;
}

.action-btn.btn--primary:not(:hover) {
    color: var(--primary-clr);
    background: transparent !important;
}

.action-btn.btn--primary:hover {
    background: var(--primary-clr);
    color: #fff;
}

.btn--container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.__ticket-table .thead-light {
    background: #f1f8ff;
}

.__ticket-table th {
    font-weight: 700;
    text-transform: capitalize;
    border-top: none;
    white-space: nowrap;
}

.__ticket-table th,
.__ticket-table td {
    font-size: 15px;
    padding: 5px 20px;
    vertical-align: middle;
}

.__ticket-table td {
    padding: 15px 20px;
}

.__ticket-table tbody {
    font-size: 14px;
}

.__ticket-table * {
    border-color: #eef6ff !important;
}

@media (max-width: 991px) {
    .__ticket-table {
        min-width: 720px;
    }
}
.__media-wrapper {
    height: 320px;
    overflow-y: auto;
}

.__media-wrapper .__outgoing-msg,
.__media-wrapper .__incoming-msg {
    width: 90%;
    max-width: 470px;
    padding: 8px;
    border-radius: 5px;
    margin: 1px 0;
}

.__media-wrapper .__outgoing-msg .media-body,
.__media-wrapper .__incoming-msg .media-body {
    padding-inline-start: 15px;
}

.__media-wrapper .__outgoing-msg {
    margin-inline-start: auto;
}

.__media-wrapper .__outgoing-msg h6 {
    color: #fff;
}

.__media-wrapper .__outgoing-msg .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

.__media-wrapper .__incoming-msg p {
    background-color: rgba(133, 148, 159, 0.1);
}

.__media-wrapper .rounded-circle {
    background: #111;
}

/*Inline CSS Remove CSS*/
.__inline-1 {
    height: 32rem;
}

.__inline-2 {
    z-index: 9;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.__inline-3 .image-preview {
    height: 17px !important;
    display: inline-block !important;
    margin-right: 5px !important;
    margin-left: 3px !important;
    margin-top: -5px !important;
}

.__inline-4 {
    width: 75px !important;
    height: 42px !important;
}

.__inline-5 {
    max-height: 40px;
    width: auto;
}

.__inline-6 .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 23px;
}

.__inline-6 .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.__inline-6 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.__inline-6 .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}

.__inline-6 input:checked + .slider {
    background-color: #377dff;
}

.__inline-6 input:focus + .slider {
    box-shadow: 0 0 1px #377dff;
}

.__inline-6 input:checked + .slider:before {
    transform: translateX(26px);
}

.__inline-6 .slider.round {
    border-radius: 34px;
}

.__inline-6 .slider.round:before {
    border-radius: 50%;
}

.__inline-6 #banner-image-modal .modal-content {
    width: 1116px !important;
    margin-left: -264px !important;
}

@media (max-width: 768px) {
    .__inline-6 #banner-image-modal .modal-content {
        width: 698px !important;
        margin-left: -75px !important;
    }
}
@media (max-width: 375px) {
    .__inline-6 #banner-image-modal .modal-content {
        width: 367px !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 500px) {
    .__inline-6 #banner-image-modal .modal-content {
        width: 400px !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 500px) {
    .__inline-7 #sign_in {
        margin-top: -23% !important;
    }
}
.__inline-8 #partitioned {
    padding-left: 2px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(
        to left,
        black 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
}

.__inline-8 #divInner {
    left: 0;
    position: sticky;
}

.__inline-8 #divOuter {
    width: 190px;
    overflow: hidden;
}

.blog-list-link {
    transition: color 0.25s ease-in-out;
    color: #000000;
    opacity: 0.6;
    font-size: 0.875rem;
    font-weight: normal;
}

.__inline-9 .blog-list-link:hover{
    color: #999898
}

.__inline-9 .blog-list-link~span{
    color: #22492B;
    padding: 0px 6px;
}

.__inline-9 .widget-list-link {
    color: #000000 !important;
    opacity: 0.6;
}

.__inline-9 .widget-list-link:hover {
    color: #999898 !important;
}

.__inline-9 .subscribe-border {
    border-radius: 8px;
}

.__inline-9 .subscribe-button {
    position: absolute;
    top: 5px;
    padding: 8px 25px;
    text-transform: capitalize;
    border: none;
    box-shadow: 7.91px 12.65px 23.41px 0px #52655782;
    background: linear-gradient(93.48deg, #313f31 26.61%, #1a251b 83.76%);
    color: white;
    border-radius: 8px;
}

.__inline-9 .start_address {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.__inline-9 .address_under_line {
    width: 299px;
}

.__inline-9 .end-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 500px) {
    .__inline-9 .start_address {
        display: block;
    }
    .__inline-9 .footer-web-logo {
        justify-content: center !important;
        padding-bottom: 25px;
    }
    .__inline-9 .footer-padding-bottom {
        padding-bottom: 15px;
    }
    .__inline-9 .mobile-view-center-align {
        justify-content: center !important;
        padding-bottom: 15px;
    }
    .__inline-9 .last-footer-content-align {
        display: flex !important;
        justify-content: center !important;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .__inline-9 .end-footer {
        display: block;
        align-items: center;
    }
}
@media only screen and (max-width: 1200px) {
    .__inline-9 .start_address_under_line {
        display: none;
    }
    .__inline-9 .address_under_line {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .start_address .widget-list-link > span {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
    }
}
.__inline-10 .card-body.search-result-box {
    overflow: scroll;
    height: 400px;
    overflow-x: hidden;
}

.__inline-10 .active .seller {
    font-weight: 700;
}

.__inline-10 .for-count-value {
    position: absolute;
    right: 0.6875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.__inline-10 .count-value {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

@media (min-width: 992px) {
    .__inline-10 .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
        display: block;
        height: 55px !important;
    }
}
@media (min-width: 768px) {
    .__inline-10 .navbar-stuck-menu {
        line-height: 15px;
        padding-bottom: 6px;
    }
}
@media (max-width: 767px) {
    .__inline-10 .search_button {
        background-color: transparent !important;
    }
    .__inline-10
        .navbar-expand-md
        .dropdown-menu
        > .dropdown
        > .dropdown-toggle {
        position: relative;
    }
    .__inline-10 .mega-nav1 {
        background: white;
        border-radius: 3px;
    }
}
@media (max-width: 768px) {
    .__inline-10 .tab-logo {
        width: 10rem;
    }
}
@media (max-width: 360px) {
    .__inline-10 .mobile-head {
        padding: 3px;
    }
}
@media (max-width: 471px) {
    .__inline-10 .mega-nav1 {
        background: white;
        border-radius: 3px;
    }
}
.__inline-11 {
    /* height: 48px !important; */
    width: 120px;
}

.__inline-12 {
    height: 38px !important;
    width: auto;
}
@media screen and (max-width: 575px) {
    .__inline-12 {
        /* max-width: 70px; */
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.__inline-13 {
    position: absolute;
    background: white;
    z-index: 999;
    width: 100%;
    display: none;
}

.card.search-card.__inline-13 {
    top: 100%;
}

.__inline-14 {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

@media (max-width: 767px) {
    .navbar-tool-icon-box,
    .__inline-14 {
        width: 2.25rem;
        height: 2.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.__inline-15 {
    font-size: 8px !important;
    background: none !important;
    color: #4b5864;
}

.__inline-16 {
    font-size: 10px !important;
    background: none !important;
    color: #4b5864;
    font: bold;
}

.__inline-17 {
    border-bottom: 1px solid #e3e9ef;
    display: flex;
    justify-content: space-between;
}

.__inline-18 {
    font-size: 12px !important;
    color: grey !important;
}

.__inline-19 {
    position: fixed;
    z-index: 9999;
    left: 40%;
    top: 37%;
    width: 100%;
}

.__inline-20 #partitioned {
    padding-left: 2px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(
        to left,
        black 70%,
        rgba(255, 255, 255, 0) 0%
    );
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
}

.__inline-20 #divInner {
    left: 0;
    position: sticky;
}

.__inline-20 #divOuter {
    width: 190px;
    overflow: hidden;
}

.__inline-21 {
    height: 8rem;
    width: 9rem;
}

.__inline-22 input[type="file"] {
    display: none;
}

.__inline-22 .custom-file-upload {
    margin-left: 38%;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.__inline-23 th,
.__inline-23 td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.__inline-23 thead {
    color: white;
}

.__inline-23 .product-details-shipping-details {
    background: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(33, 38, 41, 0.7);
    box-shadow: 0px 0px 2px 0px rgba(205, 205, 205, 0.1),
        0px 12px 24px 0px rgba(205, 205, 205, 0.1);
}

.__inline-23 .shipping-details-bottom-border {
    border-bottom: 1px #f9f9f9 solid;
}

.__inline-23 .msg-option {
    display: none;
}

.__inline-23 .chatInputBox {
    width: 100%;
}

.__inline-23 .go-to-chatbox {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    display: none;
}

.__inline-23 .feature_header {
    display: flex;
    justify-content: center;
}

.__inline-23 .feature_header span {
    font-weight: 700;
    font-size: 25px;
    background-color: #ffffff;
    text-transform: uppercase;
}

.__inline-23 .flash-deals-background-image {
    border-radius: 5px;
    width: 105px;
    height: 105px;
}

@media (max-width: 768px) {
    .__inline-23 .feature_header span {
        margin-bottom: -40px;
    }
    .__inline-23 .font-for-tab {
        font-size: 11px !important;
    }
    .__inline-23 .pro {
        font-size: 13px;
    }
}
@media (max-width: 375px) {
    .__inline-23 .for-discount-div {
        margin-top: -5%;
    }
}
@media (max-width: 500px) {
    .__inline-23 .for-discount-div {
        margin-top: -4%;
    }
    .__inline-23 .view-btn-div {
        margin-top: -9%;
    }
    .__inline-23 .viw-btn-a {
        font-size: 10px;
        font-weight: 600;
    }
    .__inline-23 .feature_header span {
        margin-bottom: -7px;
    }
}
.__inline-24 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #22492b;
    width: 94%;
}

.__inline-25 {
    width: 0px;
    height: 10px;
    border: 0.5px solid #707070;
    margin-top: 6px;
    font-weight: 400 !important;
}

.__inline-26 {
    background: #ffa825 !important;
    color: #ffffff;
}

.__inline-27 {
    color: black !important;
    font-weight: 400;
    font-size: 24px;
}

.__inline-28 {
    font-weight: 500;
    font-size: 50px;
}

.__inline-29 {
    padding: 0px !important;
    width: 40%;
    height: 25px;
}

.__inline-30 {
    display: block;
    width: 100%;
    text-align: center;
    background: #f3f4f5;
    border-radius: 5px;
    padding: 5px;
}

.__inline-31 {
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    font-weight: 400;
    color: #212629;
    margin-top: 10px;
}

.__inline-32 {
    height: 65px;
    width: 65px;
    border-radius: 50%;
}

.__inline-33 {
    position: absolute;
    border-radius: 50%;
    margin-top: -25px;
}

.__inline-34 .headerTitle {
    font-size: 26px;
    font-weight: bolder;
    margin-top: 3rem;
}

.__inline-34 .for-count-value {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: black;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.__inline-34 .for-count-value {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.__inline-34 .page-item.active > .page-link {
    box-shadow: 0 0 black !important;
}

.__inline-34 .for-sorting {
    font-weight: 600;
    font-size: 14px;
    color: #030303;
}

.__inline-34 .sidepanel {
    width: 0;
    position: fixed;
    z-index: 6;
    height: 500px;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

.__inline-34 .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.__inline-34 .sidepanel a:hover {
    color: #f1f1f1;
}

.__inline-34 .sidepanel .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
}

.__inline-34 .openbtn {
    font-size: 18px;
    cursor: pointer;
    background-color: transparent !important;
    color: #373f50;
    width: 40%;
    border: none;
}

.__inline-34 .openbtn:hover {
    background-color: #444;
}

.__inline-34 .for-display {
    display: block !important;
}

@media (max-width: 360px) {
    .__inline-34 .openbtn {
        width: 59%;
    }
}
@media (max-width: 500px) {
    .__inline-34 .openbtn:hover {
        background-color: #fff;
    }
    .__inline-34 .for-display {
        display: flex !important;
    }
    .__inline-34 .for-tab-display {
        display: none !important;
    }
    .__inline-34 .openbtn-tab {
        margin-top: 0 !important;
    }
}
@media screen and (min-width: 500px) {
    .__inline-34 .openbtn {
        display: none !important;
    }
}
@media screen and (min-width: 800px) {
    .__inline-34 .for-tab-display {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .__inline-34 .headerTitle {
        font-size: 23px;
    }
    .__inline-34 .openbtn-tab {
        margin-top: 3rem;
        display: inline-block !important;
    }
    .__inline-34 .for-tab-display {
        display: inline;
    }
}
.__inline-35 {
    margin-bottom: -10px;
    border-radius: 5px;
}

.__inline-36 {
    padding: 14px;
    padding-top: 30px;
}

.__inline-37 {
    font-size: 10px;
    color: #ffffff;
}

.__inline-38 {
    background: #ffffff;
    padding: 22px;
    font-size: 13px;
    border-radius: 5px !important;
}

.__inline-39 {
    cursor: pointer;
    padding: 2px;
    padding-right: 15px;
}

.__inline-40 {
    background: whitesmoke;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: 100%;
}

.__inline-41 {
    border: 1px solid whitesmoke;
    margin-bottom: 14px;
    margin-top: -6px;
}

.__inline-42 {
    cursor: pointer;
    padding: 2px;
}

.__inline-43 {
    background: white;
    margin: 0px;
    border-radius: 5px;
}

.__inline-44 {
    background: white;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 5px;
    border: 1px solid rgba(27, 127, 237, 0.5);
    padding: 5px;
}

.__inline-45 .headerTitle {
    font-size: 24px;
    font-weight: 600;
    margin-top: 1rem;
}

.__inline-45 .sidebar {
    max-width: 20rem;
}

.__inline-45 .custom-control-label {
    cursor: pointer;
}

.__inline-45 body {
    font-family: "Titillium Web", sans-serif;
}

.__inline-45 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-45 .spanTr {
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

.__inline-45 .font-nameA {
    display: inline-block;
    font-size: 13px;
    color: #030303;
}

.__inline-45 .spandHead {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-left: 25px;
}

.__inline-45 .spandHeadO {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.__inline-45 .font-name {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 6px;
    color: #030303;
}

.__inline-45 .btn-p {
    color: #fff;
    background-color: #1b7fed;
    border-color: #1b7fed;
    box-shadow: none;
}

.__inline-45 .btn-p:hover {
    color: #fff;
    background-color: #1b7fed;
    border-color: #1b7fed;
    box-shadow: none;
}

.__inline-45 .tdBorder {
    border-right: 1px solid #f7f0f0;
    text-align: center;
}

.__inline-45 .bodytr {
    border: 1px solid #dadada;
}

.__inline-45 .sellerName {
    font-size: 15px;
    font-weight: 600;
}

.__inline-45 .modal-footer {
    border-top: none;
}

.__inline-45 a {
    color: #030303;
    cursor: pointer;
}

.__inline-45 a:hover {
    color: #4884ea;
    cursor: pointer;
}

.__inline-45 .divider-role {
    border-bottom: 1px solid whitesmoke;
}

.__inline-45 .cz-sidebar-body h3:hover + .divider-role {
    border-bottom: 3px solid #1b7fed !important;
    transition: 0.2s ease-in-out;
}

.__inline-45 label {
    font-size: 15px;
    font-style: bold;
    margin-bottom: 8px;
    color: #030303;
}

.__inline-45 .nav-pills .nav-link.active {
    box-shadow: none;
    color: #ffffff !important;
}

.__inline-45 .modal-header {
    border-bottom: none;
}

.__inline-45 .nav-pills .nav-link {
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    background-color: #ffffff;
    color: #050b16 !important;
    font-size: 0.9375rem;
    border: 1px solid #e4dfdf;
}

.__inline-45 .nav-pills .nav-link :hover {
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    background-color: #ffffff;
    color: #050b16 !important;
    font-size: 0.9375rem;
    border: 1px solid #e4dfdf;
}

.__inline-45 .nav-pills .nav-link.active,
.__inline-45 .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #216fff;
}

.__inline-45 .iconHad {
    color: #1b7fed;
    padding: 4px;
}

.__inline-45 .modal-body {
    padding: none;
}

.__inline-45 .iconSp {
    margin-top: 0.7rem;
}

.__inline-45 .fa-lg {
    padding: 4px;
}

.__inline-45 .fa-trash {
    color: #ff4d4d;
}

.__inline-45 .namHad {
    color: #030303;
    position: absolute;
    padding-left: 13px;
    padding-top: 8px;
}

.__inline-45 .cardColor {
    border: 1px solid #92c6ff !important;
}

.__inline-45 .card-header {
    border-bottom: 1px solid #92c6ff !important;
}

.__inline-45 .closeB {
    border: 1px solid #ffd5a4 !important;
    padding: 10px 30px 9px 30px;
    border-radius: 7px;
    color: #ffd5a4;
    background: white;
}

.__inline-45 .donate-now {
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
}

.__inline-45 .donate-now li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}

.__inline-45 .donate-now label,
.__inline-45 .donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.__inline-45 .donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.__inline-45 .donate-now input[type="radio"]:checked + label,
.__inline-45 .Checked + label {
    background: #1b7fed;
}

.__inline-45 .donate-now label {
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 90;
}

.__inline-45 .donate-now label:hover {
    background: #ddd;
}

.__inline-45 .price_sidebar {
    padding: 20px;
}

@media (max-width: 600px) {
    .__inline-45 .sidebar_heading {
        background: #1b7fed;
    }
    .__inline-45 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
    .__inline-45 .sidebarR {
        padding: 24px;
    }
    .__inline-45 .price_sidebar {
        padding: 20px;
    }
    .__inline-45 .btn-b {
        width: 350px;
        margin-right: 30px;
        margin-bottom: 10px;
    }
    .__inline-45 .div-secon {
        margin-top: 2rem;
    }
}
.__inline-46 {
    height: 3em;
    width: -moz-fit-content;
    width: fit-content;
}

.__inline-47 .page-item.active > .page-link {
    box-shadow: 0 0 black !important;
}

.__inline-47 .widget-categories .accordion-heading > a:hover {
    color: #ffd5a4 !important;
}

.__inline-47 .widget-categories .accordion-heading > a {
    color: #ffd5a4;
}

.__inline-47 body {
    font-family: "Titillium Web", sans-serif;
}

.__inline-47 .card {
    border: none;
}

.__inline-47 .totals tr td {
    font-size: 13px;
}

.__inline-47 .footer span {
    font-size: 12px;
}

.__inline-47 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-47 .spanTr {
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
}

.__inline-47 .spandHeadO {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 13px;
}

.__inline-47 .font-name {
    font-weight: 600;
    font-size: 12px;
    color: #030303;
}

.__inline-47 .amount {
    font-size: 15px;
    color: #030303;
    font-weight: 600;
}

.__inline-47 a {
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}

.__inline-47 a:hover {
    cursor: pointer;
}

@media (max-width: 600px) {
    .__inline-47 .sidebar_heading {
        background: #1b7fed;
    }
    .__inline-47 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
}
.word-nobreak {
    white-space: nowrap;
}

@media (max-width: 360px) {
    .__inline-47 .for-mobile-glaxy {
        display: flex !important;
    }
}
@media (max-width: 600px) {
    .__inline-47 .for-mobile-glaxy {
        display: flex !important;
    }
    .__inline-47 .order_table_tr {
        display: grid;
    }
    .__inline-47 .order_table_td {
        border-bottom: 1px solid #fff !important;
    }
    .__inline-47 .order_table_info_div {
        width: 100%;
        display: flex;
    }
    .__inline-47 .order_table_info_div_1 {
        width: 50%;
    }
    .__inline-47 .order_table_info_div_2 {
        width: 49%;
    }
    .__inline-47 .spandHeadO {
        font-size: 16px;
    }
    .__inline-47 .spanTr {
        font-size: 16px;
        margin-top: 10px;
    }
    .__inline-47 .amount {
        font-size: 13px;
    }
}
.__inline-48 {
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
}

.__inline-49 .headerTitle {
    font-size: 24px;
    font-weight: 600;
    margin-top: 1rem;
}

.__inline-49 .widget-categories .accordion-heading > a:hover {
    color: #ffd5a4 !important;
}

.__inline-49 .widget-categories .accordion-heading > a {
    color: #ffd5a4;
}

.__inline-49 body {
    font-family: "Titillium Web", sans-serif;
}

.__inline-49 .card {
    border: none;
}

.__inline-49 .totals tr td {
    font-size: 13px;
}

.__inline-49 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-49 .spandHeadO {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.__inline-49 .amount {
    font-size: 15px;
    color: #030303;
    font-weight: 600;
}

.__inline-49 .tdBorder {
    text-align: center;
}

.__inline-49 .bodytr {
    text-align: center;
}

.__inline-49 .sellerName {
    font-size: 15px;
    font-weight: 400;
}

.__inline-49 .sidebarL h3:hover + .divider-role {
    transition: 0.2s ease-in-out;
}

.__inline-49 tr td {
    padding: 3px 5px !important;
}

.__inline-49 td button {
    padding: 3px 13px !important;
}

@media (max-width: 600px) {
    .__inline-49 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
}
.__inline-50 .gallery {
    margin: 10px 50px;
}

.__inline-50 .gallery img {
    width: 100px;
    height: 100px;
    padding: 5px;
    filter: grayscale(100%);
    transition: 1s;
}

.__inline-50 .gallery img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

.__inline-51 .headerTitle {
    font-size: 25px;
    font-weight: 700;
    margin-top: 2rem;
}

.__inline-51 .for-container {
    width: 91%;
    border: 1px solid #d8d8d8;
    margin-top: 3%;
    margin-bottom: 3%;
}

.__inline-51 .for-padding {
    padding: 3%;
}

.__inline-52 .active {
    color: gray !important;
}

.__inline-52 .active-category-text {
    color: white !important;
}

.__inline-52 .side-category-bar {
    border: 1px solid rgba(0, 0, 0, 0.1215686275);
    border-radius: 6px;
    cursor: pointer;
    background: white;
}

/* .__inline-53 {
    @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
} */

.__inline-53 body {
    font-family: "Montserrat", sans-serif;
}

.__inline-53 .card {
    border: none;
}

.__inline-53 .totals tr td {
    font-size: 13px;
}

.__inline-53 .footer span {
    font-size: 12px;
}

.__inline-53 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-53 .spanTr {
    font-weight: 700;
}

.__inline-53 .spandHeadO {
    color: #030303;
    font-weight: 500;
    font-size: 20px;
}

.__inline-53 .font-name {
    font-weight: 600;
    font-size: 13px;
}

.__inline-53 .amount {
    font-size: 17px;
}

@media (max-width: 600px) {
    .__inline-53 .p-5 {
        padding: 2% !important;
    }
    .__inline-53 .spanTr {
        font-weight: 400 !important;
        font-size: 12px;
    }
    .__inline-53 .spandHeadO {
        font-weight: 300;
        font-size: 12px;
    }
    .__inline-53 .table th,
    .__inline-53 .table td {
        padding: 5px;
    }
}
.__inline-54 .nav-tabs .nav-link.active,
.__inline-54 .nav-tabs .nav-item.show .nav-link {
    border-radius: 6px;
    color: white !important;
}

.__inline-54 .nav-tabs .nav-link {
    border-radius: 6px;
    color: #f2f3ff !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.__inline-55 {
    max-width: 150px;
    margin-top: -10px;
}

.__inline-56 .btn-outline {
    color: #020512;
}

.__inline-56 .btn-outline:hover {
    color: white;
}

.__inline-56 #location_map_canvas {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .__inline-56 #location_map_canvas {
        height: 200px;
    }
}
.__inline-57 {
    cursor: pointer;
    background: rgba(245, 245, 245, 0.51);
}

.__inline-58 .headerTitle {
    font-size: 25px;
    font-weight: 700;
    margin-top: 2rem;
}

.__inline-58 .for-contact-image {
    padding: 6%;
}

@media (max-width: 600px) {
    .__inline-58 .headerTitle {
        font-weight: 700;
        margin-top: 1rem;
    }
    .__inline-58 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
}
.__inline-59 .for-banner {
    margin-top: 5px;
}

.__inline-59 .countdown-background {
    padding: 10px;
    border-radius: 5px;
    color: #ffffff !important;
}

@media screen and (min-width: 1200px) {
    .countdown-background {
        padding: 20px !important;
    }
}

.__inline-59 .cz-countdown-days {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 8px 16px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column; /* IE 10 */
    flex: 1;
}

.__inline-59 .cz-countdown-hours {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 8px 16px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column; /* IE 10 */
    flex: 1;
}

.__inline-59 .cz-countdown-minutes {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 8px 16px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column; /* IE 10 */
    flex: 1;
}

.__inline-59 .cz-countdown-seconds {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 8px 16px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    flex-direction: column; /* IE 10 */
    flex: 1;
}

[class*="cz-countdown-"] {
    position: relative;
}

.cz-countdown {
    padding-bottom: 20px;
}

.cz-countdown-text {
    position: absolute;
    bottom: -23px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 12px;
}

.__inline-59 .flash_deal_title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.__inline-59 .cz-countdown {
    font-size: 18px;
}

.__inline-59 .flex-center {
    display: flex;
    justify-content: space-between !important;
}

.__inline-59 .flash_deal_product_details .flash-product-price {
    font-weight: 700;
    font-size: 25px;
}

.__inline-59 .for-image {
    width: 100%;
    height: 200px;
}

@media (max-width: 600px) {
    .__inline-59 .flash_deal_title {
        font-weight: 600;
        font-size: 26px;
    }
    .__inline-59 .cz-countdown {
        font-size: 14px;
    }
    .__inline-59 .for-image {
        height: 100px;
    }
}
@media (max-width: 768px) {
    .__inline-59 .for-deal-tab {
        display: contents;
    }
    .__inline-59 .flex-center {
        display: flex;
        justify-content: center !important;
    }
}
.__inline-60 .headerTitle {
    font-size: 25px;
    font-weight: 700;
    margin-top: 2rem;
}

.__inline-60 body {
    font-family: "Titillium Web", sans-serif;
}

.__inline-60 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-60 .btn-link {
    color: rgba(76, 80, 86, 0.8901960784);
}

.__inline-60 .btnF {
    display: inline-block;
    font-weight: normal;
    margin-top: 4%;
    color: #4b566b;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 0.9375rem;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}

@media (max-width: 600px) {
    .__inline-60 .sidebar_heading h1 {
        text-align: center;
        color: aliceblue;
        padding-bottom: 17px;
        font-size: 19px;
    }
    .__inline-60 .headerTitle {
        font-weight: 700;
        margin-top: 1rem;
    }
}
.__inline-61 .media {
    background: white;
}

.__inline-61 .section-header {
    display: flex;
    justify-content: space-between;
}

.__inline-61 .cz-countdown-days {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column; /* IE 10 */
    flex: 1;
}

.__inline-61 .cz-countdown-hours {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column; /* IE 10 */
    flex: 1;
}

.__inline-61 .cz-countdown-minutes {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 0px !important;
    display: flex;
    flex-direction: column; /* IE 10 */
    flex: 1;
}

.__inline-61 .cz-countdown-seconds {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1882352941);
    padding: 0px 6px;
    border-radius: 3px;
    display: flex;
    flex-direction: column; /* IE 10 */
    flex: 1;
}
.__inline-61 .featured-deal-countdown-background{
    padding-left: 15%;
    padding-right: 15%;
}
.__inline-61 .featured-deal-countdown-background .featured-deal-text{
    color: #22492B;
    font-size: 16px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 8px;
}
.__inline-61 .featured-deal-countdown-background .cz-countdown{
    gap: 16px;
    padding-bottom: 32px;
    text-align: center;
}
.__inline-61 .featured-deal-countdown-background .cz-countdown .cz-countdown-days,.__inline-61 .featured-deal-countdown-background .cz-countdown .cz-countdown-hours,.__inline-61 .featured-deal-countdown-background .cz-countdown .cz-countdown-minutes,.__inline-61 .featured-deal-countdown-background .cz-countdown .cz-countdown-seconds{
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 0px !important;
}
.__inline-61 .featured-deal-countdown-background .cz-countdown .cz-countdown-value{
    font-size: 22px !important;
    color: #22492B;
    padding: 0px !important;
}
.__inline-61 .featured-deal-countdown-background .cz-countdown .cz-countdown-text{
    font-size: 14px;
    color: #22492B;
    bottom: -32px;
}

.__inline-61 .flash_deal_product_details .flash-product-price {
    font-weight: 700;
    font-size: 14px;
}

.__inline-61 .featured_deal_left {
    height: 130px;
    padding: 10px 13px;
    text-align: center;
}

.__inline-61 .deal_of_the_day {
    border-radius: 3px;
}

.__inline-61 .__deal-of .deal_of_the_day{
    padding: 24px;
    border-radius: 26px;
    border: 10px solid #FFFFFF;
    background-image: url("../img/media/deal_of_day_bg.png");
    background-position: center;
    background-repeat: no-repeat;
}
.__inline-61 .__deal-of .deal_of_the_day h4 {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.__inline-61 .__deal-of .deal_of_the_day .deal-of-day-product-thumbnail{
    border: 0px;
    border-radius: 12px;
}
.__inline-61 .__deal-of .deal_of_the_day span, .__inline-61 .__deal-of .deal_of_the_day del {
    letter-spacing: 1px;
}

.__inline-61 .__deal-of .deal_of_the_day .deal-of-day-off{
    position: absolute;
    right: -24px;
    color: #4B8759;
    font-weight: 700;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: normal;
    background-color: #FFFFFF;
    padding: 0px 10px 0px 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 20% 100%);
}

/* .__inline-61 .__deal-of .deal_of_the_day .btn-buy-now {
    position: absolute;
    width: calc(100% - 48px);
    bottom: 24px;
} */

.__inline-61 .deal-title {
    font-size: 12px;
}

.__inline-61 .for-flash-deal-img img {
    max-width: none;
}

.__inline-61 .best-selleing-image {
    width: 100px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.__inline-61 .best-selling-details {
    padding: 10px;
    width: 0;
    flex-grow: 1;
}

.__inline-61 .top-rated-image {
    width: 100px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.__inline-61 .top-rated-details {
    padding: 10px;
    width: 0;
    flex-grow: 1;
}

@media (max-width: 375px) {
    .__inline-61 .cz-countdown {
        display: flex !important;
    }
    .__inline-61 .cz-countdown .cz-countdown-seconds {
        margin-top: -5px !important;
    }
    .__inline-61 .for-feature-title {
        font-size: 17px !important;
    }
}
@media (max-width: 600px) {
    .__inline-61 .flash_deal_title {
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }
    .__inline-61 .cz-countdown .cz-countdown-value {
        font-size: 15px !important;
        font-weight: 700 !important;
    }
    .__inline-61 .cz-countdown {
        display: inline-block;
        flex-wrap: wrap;
        font-weight: normal;
        margin-top: 4px;
        font-size: smaller;
    }
    .__inline-61 .view-btn-div-f {
        margin-top: 6px;
        float: right;
    }
    .__inline-61 .view-btn-div {
        float: right;
    }
    .__inline-61 .viw-btn-a {
        font-size: 10px;
        font-weight: 600;
    }
    .__inline-61 .for-mobile {
        display: none;
    }
    .__inline-61 .featured_for_mobile {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 360px) {
    .__inline-61 .featured_for_mobile {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 375px) {
    .__inline-61 .featured_for_mobile {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .__inline-61 .displayTab {
        display: block !important;
    }
}
@media (max-width: 800px) {
    .__inline-61 .latest-product-margin {
        margin-left: 0px !important;
    }
    .__inline-61 .for-tab-view-img {
        width: 40%;
    }
    .__inline-61 .for-tab-view-img {
        width: 105px;
    }
    .__inline-61 .widget-title {
        font-size: 19px !important;
    }
    .__inline-61 .flash-deal-view-all-web {
        display: none !important;
    }
    .__inline-61 .recommended-product-card {
        border-radius: 5px;
    }
}
@media (min-width: 801px) {
    .__inline-61 .flash-deal-view-all-mobile {
        display: none !important;
    }
}
.__inline-61 .featured_deal_carosel .carousel-inner {
    width: 100% !important;
}

.__inline-61 .badge-style2 {
    color: black !important;
    background: transparent !important;
    font-size: 11px;
}

.__inline-61 .countdown-card {
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .flash-deal-text {
        text-align: center;
    }
}
.__inline-61 .flash-deal-text {
    font-size: 20px;
    border-radius: 5px;
}
.__inline-61 .flash-deal-text span {
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (min-width: 1200px) {
    .__inline-61 .flash-deal-text {
        margin-top: -15px;
    }
    .__inline-61 .flash-deal-text span {
        font-size: 26px;
    }
}
.__inline-61 .flash-deal-text small {
    font-size: 16px;
}

.__inline-61 .countdown-background {
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.__inline-61 .carousel-wrap {
    position: relative;
}

.__inline-61 .owl-nav {
    top: 40%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.__inline-61 .owl-prev {
    float: left;
}

.__inline-61 .owl-next {
    float: right;
}

.__inline-61 .flash-deals-background-image {
    border-radius: 5px;
    width: 105px;
    height: 105px;
}

.__inline-61 .feature-product-title {
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
}

.__inline-61 .feature-product .czi-arrow-left {
    font-size: 12px;
}

.__inline-61 .feature-product .owl-nav {
    top: 40%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    z-index: -999;
}

.__inline-61 .feature-product .czi-arrow-right {
    font-size: 12px;
}

.__inline-61 .shipping-policy-web {
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
}

.__inline-61 .shipping-method-system {
    height: 130px;
    width: 70%;
    margin-top: 15px;
}

.__inline-61 .flex-between {
    display: flex;
    justify-content: space-between;
}

.__inline-62 {
    background: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
}

.__inline-63 {
    width: 100%;
    border-radius: 5px;
    height: auto !important;
}

/* @media (max-width: 575px) {
    .__inline-63 {
        border-radius: 0;
    }
} */

/* .__inline-64 {
    @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
} */

.__inline-64 body {
    font-family: "Montserrat", sans-serif;
}

.__inline-64 .card {
    border: none;
}

.__inline-64 .totals tr td {
    font-size: 13px;
}

.__inline-64 .footer span {
    font-size: 12px;
}

.__inline-64 .product-qty span {
    font-size: 14px;
    color: #6a6a6a;
}

.__inline-64 .spanTr {
    font-weight: 700;
}

.__inline-64 .spandHeadO {
    color: #030303;
    font-weight: 500;
    font-size: 20px;
}

.__inline-64 .font-name {
    font-weight: 600;
    font-size: 13px;
}

.__inline-64 .amount {
    font-size: 17px;
}

.__inline-65 .page-item.active > .page-link {
    box-shadow: 0 0 black !important;
}

.__inline-65 .btnF {
    cursor: pointer;
}

.__inline-65 .list-link:hover {
    color: #030303 !important;
}

.__inline-65 .seller_div {
    background: #fcfcfc no-repeat padding-box;
    border: 1px solid #e2f0ff;
    border-radius: 5px;
    opacity: 1;
    padding: 5px;
}

.__inline-66 {
    vertical-align: middle;
    height: 6rem;
    border-radius: 3%;
}

.__inline-67 .headerTitle {
    font-size: 34px;
    font-weight: bolder;
    margin-top: 3rem;
}

.__inline-67 .page-item.active > .page-link {
    box-shadow: 0 0 black !important;
}

.__inline-67 .sidepanel {
    width: 0;
    position: fixed;
    z-index: 6;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    width: 100%;
    z-index: 9999;
}

.__inline-67 .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.__inline-67 .sidepanel a:hover {
    color: #f1f1f1;
}

.__inline-67 .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
}

.__inline-67 .openbtn {
    font-size: 18px;
    cursor: pointer;
    background-color: #ffffff;
    color: #373f50;
    width: 40%;
    border: none;
}

.__inline-67 .openbtn:hover {
    background-color: #444;
}

.__inline-67 .for-display {
    display: block !important;
}

@media (max-width: 360px) {
    .__inline-67 .openbtn {
        width: 59%;
    }
    .__inline-67 .for-sorting-mobile {
        margin-right: 0% !important;
    }
    .__inline-67 .for-mobile {
        margin-left: 10% !important;
    }
}
@media screen and (min-width: 375px) {
    .__inline-67 .for-sorting-mobile {
        margin-right: 7% !important;
    }
    .__inline-67 .custom-select {
        width: 86px;
    }
}
@media (max-width: 500px) {
    .__inline-67 .for-mobile {
        margin-left: 27%;
    }
    .__inline-67 .openbtn:hover {
        background-color: #fff;
    }
    .__inline-67 .for-display {
        display: flex !important;
    }
    .__inline-67 .for-sorting-mobile {
        margin-right: 11%;
    }
    .__inline-67 .for-tab-display {
        display: none !important;
    }
    .__inline-67 .openbtn-tab {
        margin-top: 0 !important;
    }
    .__inline-67 .seller-details {
        justify-content: center !important;
        padding-bottom: 8px;
    }
}
@media screen and (min-width: 500px) {
    .__inline-67 .openbtn {
        display: none !important;
    }
}
@media screen and (min-width: 800px) {
    .__inline-67 .for-tab-display {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .__inline-67 .headerTitle {
        font-size: 23px;
    }
    .__inline-67 .openbtn-tab {
        margin-top: 3rem;
        display: inline-block !important;
    }
    .__inline-67 .for-tab-display {
        display: inline;
    }
}
.__inline-68 {
    width: 120px;
    border-radius: 5px;
}
@media screen and (max-width: 400px) {
    .__inline-68 {
        width: 80px;
    }
}

.__inline-69 {
    border-left: 1px solid #c4c4c4;
    margin: 5px;
}

.__inline-70 {
    border-radius: 25px;
    border: 1px solid #1b7fed;
    color: #1b7fed;
}

.__inline-71 {
    border-bottom: 2px solid #eef6ff;
    background: none !important;
}

.__inline-72 {
    width: 20px;
    border-radius: 5px;
    height: 20px;
}

.__inline-73 {
    border: 1px solid whitesmoke;
    margin-bottom: 14px;
    margin-top: 5px;
}

.__dir-ltr {
    direction: ltr;
}

.__bg-F3F5F9 {
    background: #f3f5f9;
}

.__min-h-200px {
    min-height: 200px;
}

.__bg-e2f0ff {
    background: #e2f0ff;
}

.__bg-4bcc02 {
    background: #4bcc02;
}

.__closet {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    color: #4b566b;
    text-shadow: none;
    opacity: 0.5;
}

.w-10rem {
    width: 10rem;
}

.__pt-20 {
    padding-top: 20px;
}

.__m-20-r {
    margin: 0 20px -20px 20px;
}

.__mb-10px {
    margin-bottom: 10px;
}

.__color-crimson {
    color: crimson;
}

.__mt-n-10 {
    margin-top: -10px;
}

.__mt-n-11 {
    margin-top: -11px;
}

.__h-100px {
    height: 100px;
}

.__feature_header {
    background: #dcdcdc;
    line-height: 1px;
}

.__color-92C6FF {
    color: #92c6ff;
}

.__color-0f9d58 {
    color: #0f9d58;
}

.__text-100px {
    font-size: 100px;
}

.__text-10px {
    font-size: 10px;
}

.__text-17px {
    font-size: 17px;
}

.__vertical-middle {
    vertical-align: middle;
}

.__gap-6px {
    gap: 6px;
}

.__text-414141 {
    color: #414141 !important;
    padding-top: 5px;
}

.__w-45px {
    width: 45px;
}

.__pt-12 {
    padding-top: 12px;
}

.__color-6A6A6A {
    color: #6a6a6a;
}

.__color-92C6FF {
    color: #92c6ff;
}

.__mb-11 {
    margin-bottom: 11px;
}

.bg-aliceblue {
    background: aliceblue;
}

.__color-3498db {
    color: #3498db;
}

.__color-1B7FED {
    color: #1b7fed;
}

.__max-h-12rem {
    max-height: 12rem;
}

.__px-5p {
    padding-left: 5%;
    padding-right: 5%;
}

.__mb-n-10 {
    margin-bottom: -10px;
}

.__p-12 {
    padding: 12px;
}

.__min-h-70px {
    min-height: 70px;
}

.__text-30px {
    font-size: 30px;
}

.__text-26px {
    font-size: 26px;
}

.__h-79px {
    height: 79px;
}

.__h-5px {
    height: 5px;
}

.overflow-scroll {
    overflow: scroll;
}

.__color-FE961C {
    color: #fe961c;
}

.__max-h-323px {
    max-height: 323px;
}

.__max-h-515px {
    max-height: 515px;
}

.__pl-3 {
    padding-left: 3px;
}

.__dir-rtl {
    direction: rtl;
}

.__p-2p {
    padding: 2%;
}

.__w-8rem {
    width: 8rem;
}

.__h-32rem {
    height: 32rem;
}

.__close {
    z-index: 99;
    background: white !important;
    padding: 3px 8px !important;
    border-radius: 50%;
}

.__w-5p {
    width: 5%;
}

.__w-30p {
    width: 30%;
}

.__w-45p {
    width: 45%;
}

.__w-35p {
    width: 35%;
}

.__w-10p {
    width: 10%;
}

.__w-15p {
    width: 15%;
}

.__w-70p {
    width: 70%;
}

.__h-60p {
    height: 60%;
}

.__h-70p {
    height: 70%;
}

.__text-12px {
    font-size: 12px;
}

.__text-24px {
    font-size: 24px;
}

.__p-3px {
    padding: 3px !important;
}

.__p-1px {
    padding: 1px;
}

.__min-w-165px {
    min-width: 165px !important;
}

.__r-100 {
    right: 100%;
}

.__text-8px {
    font-size: 8px;
}

.__ml-50px {
    margin-left: 50px;
}

.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.__min-w-7rem {
    min-width: 7rem;
}

.__mt-20 {
    margin-top: 20px;
}

.__w-100px {
    width: 100px;
}

.__w-18rem {
    width: 18rem;
}

.__h-18rem {
    height: 18rem;
}

.cursor-pointer {
    cursor: pointer;
}

.__empty-img {
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
    max-height: 200px;
}

.__h-200px {
    height: 200px !important;
}

.__h-400px {
    height: 400px;
}

.__p-10 {
    padding: 10px;
}

.__h-20rem {
    height: 20rem;
}

.__w-20rem {
    width: 20rem;
}

.__h-15rem {
    height: 15rem;
}

.__w-15rem {
    width: 15rem;
}

.__w-7rem {
    width: 7rem;
}

.__w-5px {
    width: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.__color-8a8a8a {
    color: #8a8a8a;
}

.__w-30px {
    width: 30px;
}

.__w-50px {
    width: 50px;
}

.__center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.text-black {
    color: #000;
}

.__w-16rem {
    width: 16rem;
}

.__pb-13px {
    padding-bottom: 13px;
}

.__pb-10px {
    padding-bottom: 10px;
}

.__text-14px {
    font-size: 14px;
}

.__text-16px {
    font-size: 16px;
}

.__text-18px {
    font-size: 18px;
}

.__text-20px {
    font-size: 20px;
}

.__text-22px {
    font-size: 22px;
}

.__w-160px {
    width: 160px;
}

.__mt-35 {
    margin-top: 35px;
}

.__color-coral {
    color: coral;
}

.__color-1573ff {
    color: #1573ff;
}

.__color-01ff2cfa {
    color: rgba(1, 255, 44, 0.9803921569);
}

.__color-ff2a05fa {
    color: rgba(255, 42, 5, 0.9803921569);
}

.__ml-20 {
    margin-left: 20px;
}

.__img-40 {
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.__mr-2px {
    margin-right: 2px;
}
.mr-2,
.mx-2 {
    margin-inline-end: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-inline-start: 0.5rem !important;
}

.__chat-seller-btn svg {
    margin-inline-end: 5px !important;
    margin-inline-start: 0 !important;
}

.__chat-seller-btn {
    inset-inline-end: 0 !important;
    inset-inline-start: unset !important;
}

.__inline-61 .owl-nav {
    left: 0;
}

.navbar-expand-md .dropdown:hover > .dropdown-menu {
    height: unset;
}

.btn-success {
    background-color: #42d697 !important;
}

.w-47 {
    width: 47%;
}

.gap-8 {
    gap: 8px;
}

@media (min-width: 576px) {
    .pl-sm-3,
    .px-sm-3 {
        padding-inline-start: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-inline-end: 1rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-inline-end: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-inline-start: 1.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-inline-end: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-inline-start: 0.5rem !important;
    }
    .text-sm-left {
        text-align: start !important;
    }
    .text-sm-right {
        text-align: end !important;
    }
}
.list-group {
    padding-inline-start: 0;
}

.rtl.__inline-65 .input-group .form-control {
    border-radius: 0 5px 5px 0 !important;
}

.rtl.__inline-65 .input-group .input-group-append button {
    border-radius: 5px 0 0 5px !important;
}

.text-start {
    text-align: start !important;
}

.text-end {
    text-align: end !important;
}

.close {
    margin-inline-start: auto !important;
    margin-inline-end: -10px !important;
}

.flash_deal_product .for-discount-value {
    inset-inline-start: 12px;
    inset-block-start: 12px;
    font-weight: 800;
    font-size: 13px;
    border-radius: 6px !important;
}

.flash_deal_product_details .for-discount-value {
    inset-inline-end: 12px;
}

.flash_deal_product_details {
    width: 0;
    flex-grow: 1;
}

@media (min-width: 992px) {
    .pr-lg-4 {
        padding-inline-start: 0 !important;
    }
    .pl-lg-4 {
        padding-inline-end: 0 !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-inline-end: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-inline-start: 1.5rem !important;
    }
}
.right-align {
    -o-object-position: right center !important;
    object-position: right center !important;
}

@media (max-width: 767px) {
    .right-align {
        -o-object-position: center center !important;
        object-position: center center !important;
    }
}

.row.__rtl {
    flex-direction: row-reverse;
}

.ml-3 {
    margin-inline-start: 0 !important;
}

.mr-3 {
    margin-inline-end: 0 !important;
}

.mr-3,
.mx-3 {
    margin-inline-end: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-inline-start: 1rem !important;
}

.ml-4 {
    margin-inline-end: 0 !important;
    margin-inline-start: 1.5rem !important;
}

.mr-4 {
    margin-inline-start: 0 !important;
    margin-inline-end: 1.5rem !important;
}

/*.inline_product .for-discount-value {*/
/*    inset-inline-end: 0;*/
/*}*/
.custom-file-label::after {
    inset-inline-start: unset !important;
    inset-inline-end: 0 !important;
    border-inline-end: unset !important;
    border-inline-start: 1px solid #ecf5ff !important;
    border-radius: 6px !important;
}

.track-order-success {
    background: #4bcc02;
}

.owl-theme .owl-nav *,
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
}

.__customer-sidebar .widget-title a,
.__customer-profile {
    text-align: start;
    color: #9b9b9b;
}

.__customer-sidebar .widget-title a {
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
}

.bootstrap-select .dropdown-menu {
    inset-inline-end: unset !important;
    inset-inline-start: 0 !important;
    text-align: start !important;
}

.filter-option-inner-inner {
    text-align: start !important;
}

.navbar-light {
    background-color: #fff;
}

@media (max-width: 767px) {
    .navbar-light .navbar-brand {
        margin-inline-end: auto !important;
        margin-inline-start: 16px;
        padding-top: 0.25625rem;
    }
    .footer-web-logo a img {
        -o-object-position: center center;
        object-position: center center;
    }
}
.navbar-stuck-menu .dropdown-item {
    white-space: initial;
}

.__top-slider-images .carousel-inner {
    border-radius: 6px;
}

.mb-4px {
    margin-bottom: 3px;
}

.flex-grow {
    flex-grow: 1;
}

@media (max-width: 575.9px) {
    .wishlist_product_img {
        width: 120px !important;
    }
    .wishlist_product_desc {
        width: calc(100% - 120px) !important;
        font-size: 0.875rem;
    }
    .wishlist_product_icon {
        right: unset;
        left: 15px;
    }
}
.filter-show-btn {
    display: none;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .filter-show-btn {
        display: block;
    }
    #shop-sidebar {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .__top-slider-images {
        padding: 0 !important;
    }
}
@media (max-width: 575.98px) {
    .max-sm-order-1 {
        order: -1;
        width: 100%;
    }
}
.__pl-2 {
    padding-inline-start: 0.5rem !important;
}

.__pr-2 {
    padding-inline-end: 0.5rem !important;
}

.__rev-txt {
    min-width: 98px;
    margin-inline-end: 15px;
}

.navbar-tool.ml-md-3 {
    margin-left: 1rem;
}

.navbar-tool.mr-md-3 {
    margin-right: 1rem;
}

@media (min-width: 768px) {
    .ml-md-3 {
        margin-left: 1.5rem;
    }
    .mr-md-3 {
        margin-right: 1.5rem;
    }
}
@media (max-width: 767px) {
    .__text-30px {
        font-size: 24px;
    }
    .btn-full-max-sm > * {
        flex-grow: 1;
    }
}
@media (max-width: 575px) {
    .__text-30px {
        font-size: 22px;
    }
}
/*Report CSS*/
.__form-control {
    height: 45px;
}

.min-w-120 {
    min-width: 120px;
}

.inline-page-menu ul li:not(.active) a {
    font-weight: 400;
}

.__table tbody td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.__table thead th {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.__table .badge {
    padding: 9px 17px 8px;
    border-radius: 14px;
}

.__table-refund tbody td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.__table-refund thead th {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.__table-refund .badge {
    padding: 9px 17px 8px;
    border-radius: 14px;
}

.rating {
    color: #4153b3;
}

.coupon__discount {
    gap: 5px;
    color: #9eadc1;
}

.coupon__discount strong {
    font-weight: 700;
    font-size: 16px;
}

@media (width < 1450px) {
    .coupon__discount strong {
        font-size: 14px;
    }
}
@media (1200px < width < 1450px) {
    .coupon__discount {
        font-size: 12px;
    }
}
.store-report-content {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.store-report-content .left-content,
.store-report-content .right-content {
    width: 265px;
    flex-grow: 1;
}

@media (min-width: 1500px) {
    .store-report-content .left-content.expense--content {
        max-width: 450px;
    }
}
.store-report-content .center-chart-area {
    flex-grow: 1;
    width: 520px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
    border-radius: 8px;
}

.store-report-content .center-chart-area .center-chart-header {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.store-report-content .center-chart-area .center-chart-header .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 175%;
    color: #232d42;
    margin: 0;
}

.store-report-content .center-chart-area .center-chart-header .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    color: #232d42;
    margin: 0;
}

@media (max-width: 575px) {
    .store-report-content .center-chart-area .center-chart-header {
        gap: 5px;
    }
}
@media (max-width: 1499px) {
    .store-report-content .center-chart-area {
        width: 450px;
    }
}
@media (max-width: 1335px) {
    .store-report-content .center-chart-area {
        width: 380px;
    }
}
@media (max-width: 1255px) {
    .store-report-content .center-chart-area {
        width: 300px;
    }
}
@media (max-width: 991px) {
    .store-report-content {
        flex-wrap: wrap;
    }
    .store-report-content .left-content,
    .store-report-content .center-chart-area {
        width: 100%;
    }
}
.store-report-content .left-content {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
}

.store-report-content .left-content-card {
    background: #ffffff;
    box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.1);
    border-radius: 5px;
    padding: 20px 30px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.store-report-content .left-content-card img {
    width: 35px;
}

.store-report-content .left-content-card .info {
    width: 0;
    flex-grow: 1;
    padding-left: 21px;
}

.store-report-content .left-content-card .info .subtitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    font-family: "Roboto", sans-serif;
}

.store-report-content .left-content-card .info .subtitle sub {
    font-size: 80%;
    bottom: 0;
}

.store-report-content .left-content-card .info .subtext {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.store-report-content .left-content-card .info .info-txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #00aa6d;
    text-align: right;
    gap: 5px;
}

@media (min-width: 992px) and (max-width: 1280px) {
    .store-report-content .left-content-card {
        padding: 20px;
    }
    .store-report-content .left-content-card .info .subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    .store-report-content .left-content {
        flex-direction: row;
    }
    .store-report-content .left-content-card {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .store-report-content .left-content-card {
        width: 100%;
    }
}
@media (max-width: 374px) {
    .store-report-content .left-content-card {
        padding: 20px;
    }
    .store-report-content .left-content-card .info .subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}
.store-report-content .right-content .card-header {
    box-shadow: none;
}

.store-report-content .right-content .card-header .card-title {
    font-size: 18px;
}

.pie-chart .apexcharts-canvas {
    margin: 0 auto;
}

.pie-chart .apexcharts-legend .apexcharts-legend-series {
    margin-top: 10px !important;
}

@media (max-width: 345px) {
    .pie-chart #dognut-pie {
        transform: translateX(-5px);
    }
}
@media (max-width: 335px) {
    .pie-chart #dognut-pie {
        transform: translateX(-10px);
    }
}
.apex-legends {
    color: #758590;
    display: flex;
    flex-wrap: wrap;
    max-width: 310px;
    margin: 0 auto;
    padding: 0 10px;
}

.apex-legends div {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}

.apex-legends div::before {
    width: 9px;
    border-radius: 50%;
    height: 9px;
    content: "";
    margin-right: 6px;
    display: block;
    transform: translateY(5px);
}

.apex-legends div.before-bg-004188::before {
    background: #004188;
}

.apex-legends div.before-bg-A2CEEE::before {
    background: #a2ceee;
}

.apex-legends div.before-bg-0177CD::before {
    background: #0177cd;
}

.apex-legends div:not(:last-child) {
    margin-right: 15px;
}

.total--orders {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.total--orders h3 {
    margin: 0;
    font-weight: 700 !important;
    font-size: 19px;
    line-height: 23px;
    color: #334257 !important;
}

@media screen and (max-width: 575px) {
    .total--orders h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 1650px) {
    .total--orders h3 {
        font-size: 24px;
        line-height: 24px;
    }
}
.text-004188 {
    color: #004188;
}

.text-A2CEEE {
    color: #a2ceee !important;
}

.text-0177CD {
    color: #0177cd !important;
}

.text-F5A200 {
    color: #f5a200 !important;
}

.text-56b98f {
    color: #56b98f !important;
}

.payment-statistics-shadow {
    background: #ffffff;
    box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.1);
    border-radius: 5px;
    border: none;
}

.store-center-chart {
    height: 340px !important;
}

.store-center-chart.style-2 {
    height: 300px !important;
}

@media (max-width: 1650px) {
    .store-center-chart {
        height: 300px !important;
    }
}
@media (max-width: 575px) {
    .store-center-chart {
        height: 250px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1255px) {
    .store-center-chart {
        height: 250px !important;
    }
}
.earning-statistics-content {
    text-align: center;
}

.earning-statistics-content .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #232d42;
    margin-bottom: 18px;
}

.earning-statistics-content .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #334257;
    display: inline-block;
    margin-bottom: 15px;
}

.earning-statistics-content .subtxt {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8a92a6;
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
    .earning-statistics-content .subtitle {
        font-size: calc(16px + 0.1vw);
    }
    .earning-statistics-content .title {
        font-size: calc(28px + 0.2vw);
    }
    .earning-statistics-content .subtxt {
        font-size: calc(12px + 0.1vw);
    }
}
.p-name {
    max-width: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mw-145 {
    max-width: 145px;
}

.wishlisted-p-name {
    min-width: 240px;
}

.__badge {
    padding: 6px 10px 5px;
    border-radius: 15px;
}

.__badge[class*="soft-success"] {
    color: #16b559;
    background: rgba(22, 181, 89, 0.1);
}

.__badge[class*="soft-primary"] {
    color: #0286ff;
    background: rgba(2, 134, 255, 0.1);
}

.__badge[class*="soft-danger"] {
    color: #ff6767;
    background: rgba(255, 103, 103, 0.1);
}

.white-space-initial {
    white-space: initial !important;
}

@media (max-width: 575px) {
    .max-sm-100 {
        width: 100%;
    }
}
.__floating-btn {
    position: fixed;
    bottom: 73px;
    right: 20px;
    z-index: 9;
}

/* whatsapp chat css start */
.wa-widget-send-button {
    /* margin: 0 0 80px 0 !important; */
    padding-left: 15px;
    padding-right: 15px;
    z-index: 16000160 !important;
    text-align: center !important;
    border-radius: 100px;
    visibility: visible;
    transition: none !important;
    background-color: transparent;
    /*box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    position: relative !important;
}

.fb_reset {
    position: relative;
    width: 44px;
    height: 44px;
}

.wa-messenger-svg-whatsapp {
    fill: white;
    width: 44px;
    height: 44px;
    stroke: none;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* whatsapp chat css end */
.temporary-closed {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    z-index: 3;
}

.temporary-closed-details {
    position: absolute;
    text-align: center;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
}

.vacation-closed {
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding: 6px;
    width: 100%;
}

.vacation-closed-shop-details {
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding: 6px;
    width: 100%;
}

/* cookie settings css start */
.column-gap-4 {
    -moz-column-gap: 1.7142857143rem;
    column-gap: 1.7142857143rem;
}

.row-gap-3 {
    row-gap: 1.1428571429rem;
}

.cookie-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0b2239;
    color: var(--white);
    z-index: 999;
    padding: 25px 0;
}

.cookie-section .text-wrapper {
    width: 460px;
    flex-grow: 1;
    font-size: 0.8571428571rem;
    line-height: 1.2857142857rem;
}

.cookie-section .text-wrapper .title {
    color: var(--white);
}

.cookie-section .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 15px;
}

@media (max-width: 575px) {
    .cookie-section .btn-wrapper {
        justify-content: flex-end;
        flex-grow: 1;
    }
}

.cookie-section .btn-wrapper .text-success {
    color: #4ad295 !important;
    text-decoration: underline;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-inline: 0;
    border: none !important;
}

.cookie-section .btn-wrapper .btn-success {
    background: #4ad295;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* cookie settings css end */
/* refer and earn section css Start */
.refer_and_earn_section .primary-heading {
    color: #22492B;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.refer_and_earn_section .secondary-heading {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.refer_and_earn_section .text-secondary-color {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.refer_and_earn_section .refer_code_box {
    border: 1px solid #B4C1BA;
    border-radius: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.refer_and_earn_section .refer_code_box .refer_code {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.refer_and_earn_section .refer_code_box .refer_code_copy {
    cursor: pointer;
}

.refer_and_earn_section .share-icons-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.refer_and_earn_section .share-on-social {
    flex-wrap: wrap;
}

.refer_and_earn_section .share-on-social span,
.refer_and_earn_section .share-on-social a {
    margin: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    overflow: hidden;
}

.refer_and_earn_section .share-on-social img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
}

.refer_and_earn_section .information-section {
    background-color: #83B77E4D;
    border: 1px solid #83B77E;
    border-radius: 20px;
    padding: 25px;
    margin: 25px 0;
}

.refer_and_earn_section .information-section h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
}

.refer_and_earn_section .information-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.refer_and_earn_section .information-section li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: flex;
    margin-bottom: 10px;
}

.refer_and_earn_section .information-section li .item-custom-index {
    box-shadow: 0 3px 6px 0 rgba(27, 127, 237, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #589553;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 10px;
}

[dir="rtl"] .refer_and_earn_section .information-section li .item-custom-index {
    margin-left: 10px;
    margin-right: 0;
}

.refer_and_earn_section .information-section .custom-info-icon {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(75, 86, 107);
    color: rgb(75, 86, 107);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refer_and_earn_section .information-section  .item-custom-text{
    color: #22492B;
}
/* refer and earn section css end */
/* Coupons Page CSS - Start */
.ticket-box {
    background-color: #f7f7f7;
    display: flex;
    border-radius: 0.25rem;
}

.ticket-box p {
    color: #999;
    font-size: 0.75rem;
}

.ticket-border {
    border-inline-start: 2px dashed #fff;
    position: relative;
}

.ticket-border::after,
.ticket-border::before {
    --size: 1rem;
    inline-size: var(--size);
    block-size: var(--size);
    inset-inline-start: -1px;
    inset-block-start: calc(var(--size) / -2);
    transform: translateX(-50%);
    background-color: #fff;
    content: "";
    position: absolute;
    border-radius: var(--size);
}

.ticket-border::before {
    inset-block-start: auto;
    inset-block-end: calc(var(--size) / -2);
}

.ticket-amount {
    font-weight: 700;
    font-size: 1.3rem;
    white-space: nowrap;
    margin-block-end: 0.3rem;
}

.ticket-start {
    padding: 1.5rem;
    text-align: center;
}

.ticket-start img {
    margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
    .ticket-amount {
        font-size: 1rem;
        white-space: normal;
    }
    .ticket-start {
        min-width: 117px;
    }
}
.ticket-end {
    padding: 2rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 0.5rem;
}

.ticket-end button {
    outline: 1px dashed var(--blue);
    color: var(--blue);
    border: none;
    font-weight: 700;
    background-color: rgba(var(--blue), 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    margin-block-end: 0.5rem;
}

@media (max-width: 575px) {
    .ticket-end button {
        font-size: 0.75rem;
    }
}
.ticket-end button:focus {
    outline: 1px dashed var(--blue);
}

.ticket-end h6 {
    font-size: 0.85rem;
}

/* Coupons Page CSS - End */
.blur-section {
    filter: blur(1px);
}
.rounded-10 {
    border-radius: 10px;
}

.add-fund-carousel.owl-carousel .owl-item img.slider-card-bg-img {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
    opacity: 0.2 !important;
    width: 80px;
    height: auto;
}

@media screen and (max-width: 575px) {
    .add-fund-carousel-card {
        font-size: 14px;
    }
}
.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.add-fund-carousel-card {
    background-color: rgba(20, 85, 172, 0.03);
    border-color: #1455ac !important;
    background-color: rgba(var(--bs-primary-rgb), 0.03);
    min-height: 200px !important;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.fs-18 {
    font-size: 18px;
}

.fs-14 {
    font-size: 14px;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(246, 246, 246) !important;
}

/* Add Fund Modal - Start */
.form--check {
    position: relative;
    padding: 0;
    margin: 0;
}

.form--check .check-icon {
    border: 1px solid rgb(75, 86, 107);
    display: inline-flex;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 16px;
    aspect-ratio: 1;
    display: inline-flex;
}

.form--check .check-icon svg {
    display: none;
}

.form--check .form-check-input:checked {
    opacity: 0;
}

.form--check .form-check-input:checked ~ .check-icon {
    border: none;
}

.form--check .form-check-input:checked ~ .check-icon svg {
    display: flex;
}

.form--check input:checked ~ .form-check-label {
    background: var(--bs-light);
}

/* .form--check .form-check-label:hover {
    background: var(--bs-light);
} */
.form--check .form-check-label {
    padding: 14px;
    border-radius: 8px;
    padding: 16px 16px 16px 48px;
    transition: all ease 0.3s;
    font-size: 16px;
}

.text-24 {
    font-size: 24px;
    font-weight: 500;
}

.h-70 {
    height: 70px;
}

#addFundToWallet .gateways_list {
    max-height: 40vh;
    overflow-y: auto;
}

#addFundToWallet .gateways_list::-webkit-scrollbar {
    width: 5px;
}

#addFundToWallet .gateways_list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#addFundToWallet .gateways_list::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

#addFundToWallet .gateways_list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Add Fund Modal - End */
.wallet-card-bg {
    width: 80%;
    max-height: 85%;
    position: absolute;
    bottom: 0;
    opacity: 0.12;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-object-fit: contain;
    -o-object-position: right bottom;
    object-position: right bottom;
    -webkit-object-position: right bottom;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1290px;
    }
    .recommended-product-card img {
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.__color-9B9B9B {
    color: #9b9b9b !important;
}

.__shadow-2 {
    box-shadow: 0px 5px 10px 0px rgba(20, 85, 172, 0.05);
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #ffffff;
    background: #1455ac;
}

.row-gap-0 {
    row-gap: 0 !important;
}

.carousel-wrap-2 {
    position: relative;
}
.carousel-wrap-2 .owl-stage-outer {
    overflow: visible;
}

.others-store-card {
    border-radius: 10px;
    border: 1px solid rgba(153, 199, 253, 0.6);
    background: #fff;
    display: block;
}
.others-store-card .other-store-banner {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 73px;
    border-bottom: 1px solid rgba(153, 199, 253, 0.6);
}
.others-store-card img {
    transition: all ease 0.3s;
}
.others-store-card:hover img {
    transform: scale(1.12);
}
.others-store-card:hover .name-area img {
    transform: scale(1.2);
}
.others-store-card .temporary-closed {
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
}
.others-store-card .name-area {
    position: relative;
    margin-top: -17px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 17px 13px;
}
@media screen and (max-width: 374px) {
    .others-store-card .name-area {
        gap: 10px;
        padding: 0 12px 13px;
    }
}
.others-store-card .name-area .other-store-logo {
    border: 3px solid #f8fbfe;
    border-radius: 50%;
}
.others-store-card .name-area img {
    width: 75px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
@media screen and (max-width: 374px) {
    .others-store-card .name-area img {
        width: 66px;
    }
}
.others-store-card .name-area .info {
    width: 0;
    flex-grow: 1;
}
.others-store-card .name-area .info h5 {
    margin: 0;
    color: #444a4e;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}
.others-store-card .name-area .info h6 {
    font-size: 12.724px;
    margin: 0;
}
.others-store-card .name-area .info i {
    font-size: 12px;
}
.others-store-card .info small {
    font-size: 12px;
    color: #66717c;
}
.others-store-card .info-area {
    padding: 0 17px 16px;
    display: flex;
    gap: 10px;
}
@media screen and (max-width: 374px) {
    .others-store-card .info-area {
        padding: 0 12px 12px;
    }
}
.others-store-card .info-area .info-item {
    border-radius: 3px;
    background: #f3f5f9;
    flex-grow: 1;
    padding: 4px 0.7142857143rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4642857143rem;
    gap: 8px;
    color: #334257;
    font-size: 14px;
}
.others-store-card .info-area .info-item h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 450px) {
    .others-store-card .info-area .info-item {
        gap: 4px;
        font-size: 10px;
    }
    .others-store-card .info-area .info-item h6 {
        font-size: 12px;
    }
}

.text-star {
    color: #fdbc15;
}

.flash-deals-wrapper {
    background: linear-gradient(90deg, #f2f7fe 0%, #edecfe 100%);
    padding: 22px 26px;
}
.flash-deals-wrapper .product-single-hover {
    transition: all ease 0.3s;
}
.flash-deals-wrapper .product-single-hover:not(:hover) {
    background: transparent;
}
@media screen and (max-width: 767px) {
    .flash-deals-wrapper {
        padding: 15px 10px;
    }
}

.cz-countdown-value {
    line-height: 54px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 374px) {
    .cz-countdown-value {
        line-height: 34px;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .cz-countdown .cz-countdown-value {
        font-size: 26px !important;
    }
    .countdown-background {
        max-width: 500px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 575px) {
    .countdown-background {
        max-width: 320px;
        margin-inline: auto;
    }
}
@media screen and (min-width: 1200px) {
    .cz-countdown .cz-countdown-value {
        font-size: 26px !important;
    }
}
.__progress {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    height: 6px;
    margin-top: 8px;
}
.__progress .progress-bar {
    background: #fff;
    border-radius: 6px;
}
@media screen and (max-width: 500px) {
    .__progress {
        margin-top: 5px;
    }
}

.mega-nav .dropdown-menu > .dropdown > a {
    padding-block: 0.74rem;
}

.min-height-0 {
    min-height: 0px;
}

.cart-dropdown .widget-cart-item {
    padding-bottom: 18px;
    text-align: start;
}
.cart-dropdown .widget-cart-item:not(:last-child) {
    border-bottom: 1px solid #e9f3ff;
}
.cart-dropdown .widget-cart-item:not(:first-child) {
    padding-top: 18px;
}

.line--limit-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.__quantity .cart-qty-btn,
.__quantity .cart-qty-input {
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
}

[theme="dark"] .__quantity .cart-qty-btn {
    color: #ffffff;
}

.dropdown-menu .__quantity .cart-qty-btn {
    font-size: 1.25rem;
}

.dropdown-menu .__quantity .cart-qty-btn .bi-trash3-fill {
    font-size: 0.85rem;
}

.s-20px {
    width: 16px !important;
    height: 16px !important;
}

.__quantity {
    border-radius: 0.5rem;
    position: relative;
}
.__quantity .cart-qty-input {
    height: 82px !important;
    border-radius: 100px;
    border: 1px solid #cfe4fd;
}
.__quantity .cart-qty-btn {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    left: 0;
}
.__quantity .cart-qty-btn i {
    font-size: 1rem !important;
}
.__quantity .quantity__minus {
    top: 0;
}
.__quantity .quantity__plus {
    bottom: 0;
}

.__quantity .cart-qty-btn,
.__quantity .cart-qty-input {
    width: 2rem;
    height: 2rem;
    font-size: 0.85rem;
}

.total-cost-wrapper .title {
    font-size: 1.2rem;
}

@media (max-width: 575px) {
    .newsletter-wrapper .title {
        font-size: 1.2rem;
    }
    .form-check-label {
        font-size: 0.75rem;
    }
}
.widget-cart-item {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .cart-dropdown {
        width: 420px !important;
    }
    .cart-dropdown .widget-cart-item {
        margin-right: 20px;
    }
    .cart-dropdown .widget-cart-item .media {
        align-items: center;
        gap: 5px;
    }
    .cart-dropdown .widget-cart-item .media a img {
        width: 80px;
        aspect-ratio: 1;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid #c7c7c7;
        border-radius: 8px;
    }
    .cart-dropdown .widget-cart-item .media .__quantity {
        margin-inline-start: auto;
    }
}
.bg-DFEDFF {
    background: #dfedff;
}

.hero-slider {
    direction: ltr;
}
@media screen and (max-width: 992px) {
    .hero-slider {
        padding-top: 3px;
    }
}

.owl-nav {
    transition: all ease 0.3s;
}
.owl-nav button {
    transition: all ease 0.3s;
}

.owl-theme:not(:hover) .owl-nav {
    opacity: 0;
}
.owl-theme:not(:hover) .owl-nav .owl-prev {
    transform: translateX(50px);
}
.owl-theme:not(:hover) .owl-nav .owl-next {
    transform: translateX(-50px);
}

#featured_products_list.owl-theme .owl-nav .owl-prev {
    transform: translateX(30px);
}
#featured_products_list.owl-theme .owl-nav .owl-next {
    transform: translateX(-30px);
}

@media (max-width: 767px) {
    .owl-theme:not(:hover) .owl-nav .owl-prev {
        transform: translateX(15px);
    }
    .owl-theme:not(:hover) .owl-nav .owl-next {
        transform: translateX(-15px);
    }

    .owl-theme .owl-nav .owl-prev {
        transform: translateX(15px);
    }
    .owl-theme .owl-nav .owl-next {
        transform: translateX(-15px);
    }

    #featured_products_list.owl-theme .owl-nav .owl-prev {
        transform: translateX(-40px);
    }
    #featured_products_list.owl-theme .owl-nav .owl-next {
        transform: translateX(40px);
    }
}
.product_img_slider .owl-dots {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.owl-dots button {
    margin: 0;
    transition: all ease 0.3s;
    height: 6px;
    width: 6px;
    opacity: 0.4;
    background: #cde0d4 !important;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #cde0d4;
    border-radius: 3px;
}
.owl-dots button.active {
    width: 18px;
    opacity: 1;
    background: #22492b !important;
}
.owl-dots button span {
    display: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.change-profile-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    background: var(--base);
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; */
    cursor: pointer;
}

.profile--info {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 25px 16px;
    border-radius: 8px;
    background: linear-gradient(281.09deg, #1a251b 31.26%, #628b65 116.89%);
    margin-bottom: 20px;
}
.profile--info .profile-img {
    border-radius: 50%;
    /* margin: 0 auto 16px; */
    /* border: 1px solid rgba(221, 221, 221, 0.4509803922); */
}
.profile--info .profile-img img {
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.__customer-profile .card-inner {
    /* max-width: 800px; */
    margin-inline: auto;
}
.__customer-profile .card {
    box-shadow: 0px 0px 20px 1px #e2e2e2 !important;
    border-radius: 10px;
    /* border-color: rgba(20, 85, 172, 0.05); */
}
.__customer-profile .form-control {
    background: #ffffffe5;
    border: 1px solid #cbdbd2;
    border-radius: 10px;
    height: auto;
    padding: 16px;
}

.border-base {
    border-color: #22492b !important;
}

.gap-10px {
    gap: 10px;
}

.wishlist-item {
    padding: 20px;
    display: flex;
    gap: 11px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid rgba(20, 85, 172, 0.05);
    background: #fff;
    align-items: flex-start;
}
@media screen and (max-width: 399px) {
    .wishlist-item {
        padding: 10px;
    }
}
.wishlist-item .wishlist-img {
    width: 75px;
}
.wishlist-item .wishlist-img img {
    width: 75px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(20, 85, 172, 0.05);
}
.wishlist-item .wishlist-cont {
    width: 0;
    flex-grow: 1;
    display: flex;
    gap: 5px;
}
.wishlist-item .wishlist-cont .wishlist-text {
    width: 0;
    flex-grow: 1;
}
.wishlist-item .wishlist-cont .remove--icon {
    border: 1px solid rgba(27, 127, 237, 0.05);
    filter: drop-shadow(0px 4px 5px rgba(27, 127, 237, 0.07));
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.card-footer:empty {
    padding: 0;
}

.pagination {
    flex-wrap: wrap;
}

.__table-2 {
    border-spacing: 0 10px;
    border-collapse: separate;
}
.__table-2 tbody tr td {
    border-top: 1px solid #eef6ff !important;
    border-bottom: 1px solid #eef6ff !important;
    vertical-align: middle;
    padding-block: 1rem;
}
.__table-2 tbody tr td:last-child {
    border-right: 1px solid #eef6ff !important;
    border-radius: 0 6px 6px 0;
}
.__table-2 tbody tr td:first-child {
    border-left: 1px solid #eef6ff !important;
    border-radius: 6px 0 0 6px;
}

.btn-shadow {
    border: 1px solid rgba(76, 144, 236, 0.05);
    box-shadow: 0px 4px 5px rgba(20, 85, 172, 0.05);
}

.search-page-header {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(27, 127, 237, 0.15);
    padding: 15px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    .search-page-header {
        background: transparent;
        box-shadow: none;
        padding: 0px;
    }
    .search-page-header h5 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .search-page-header .view-page-item-count {
        font-size: 10px;
    }
}

.sorting-item {
    border-radius: 5px;
    border: 1px solid rgba(76, 144, 236, 0.15);
    box-shadow: 0px 4px 5px rgba(20, 85, 172, 0.05);
    padding-inline-start: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
}
.sorting-item label {
    margin: 0;
}
.sorting-item select {
    box-shadow: none !important;
    background: transparent;
    height: 35px;
    padding-inline-end: 15px;
    outline: none !important;
    border: none !important;
    height: 40px;
}

.media-order {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}
.media-order img {
    width: 75px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #eef6ff !important;
    border-radius: 6px;
}
.media-order .cont {
    width: 160px;
}

.text-start {
    text-align: start;
}

[dir="rtl"] .__table-2 {
    border-spacing: 0 10px;
}
[dir="rtl"] .__table-2 tbody tr td:last-child {
    border-right: none !important;
    border-left: 1px solid #eef6ff !important;
    border-radius: 6px 0 0 6px;
}
[dir="rtl"] .__table-2 tbody tr td:first-child {
    border-left: none !important;
    border-right: 1px solid #eef6ff !important;
    border-radius: 0 6px 6px 0;
}

span.badge-primary {
    color: #fe696a;
    background-color: rgba(254, 105, 106, 0.2509803922);
    font-weight: 600;
}
span.badge-primary:hover {
    color: #fe696a !important;
}

span.badge-success {
    color: #42d697;
    background-color: rgba(66, 214, 151, 0.2509803922);
    font-weight: 600;
}
span.badge-success:hover {
    color: #42d697 !important;
}

span.badge-info {
    color: #69b3fe;
    background-color: rgba(105, 179, 254, 0.2509803922);
    font-weight: 600;
}
span.badge-info:hover {
    color: #69b3fe !important;
}

span.badge-warning {
    color: #fea569;
    background-color: rgba(254, 165, 105, 0.2509803922);
    font-weight: 600;
}
span.badge-warning:hover {
    color: #fea569 !important;
}

span.badge-danger {
    color: #f34770;
    background-color: rgba(243, 71, 112, 0.2509803922);
    font-weight: 600;
}
span.badge-danger:hover {
    color: #f34770 !important;
}

span.badge-dark {
    color: #373f50;
    background-color: rgba(55, 63, 80, 0.2509803922);
    font-weight: 600;
}
span.badge-dark:hover {
    color: #373f50 !important;
}

span.badge-accent {
    color: #4e54c8;
    background-color: rgba(78, 84, 200, 0.2509803922);
    font-weight: 600;
}
span.badge-accent:hover {
    color: #4e54c8 !important;
}

.mw-1000 {
    max-width: 1000px;
}

.order-track-info {
    row-gap: 20px;
    overflow: hidden;
}
.order-track-info .media-tab-media {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 85, 172, 0.05);
    border-radius: 6px;
    border: none;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3;
}
.order-track-info .media-tab-media > img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 0;
}
.order-track-info .nav-item .nav-link {
    position: relative;
}
.order-track-info .nav-item .nav-link .badge {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 4;
    font-size: 10px;
}
.order-track-info .nav-item .nav-link::after {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    inset-inline-end: calc(50% + 25px);
    top: 32px;
    border-bottom: 2px dashed #d2d2d2;
}
/* @media screen and (max-width: 575px) {
  .order-track-info .nav-item .nav-link::after {
    display: none;
  }
} */
.order-track-info .nav-item .nav-link img {
    opacity: 0.4;
}
.order-track-info .nav-item .nav-link.active-status img {
    opacity: 1;
}
.order-track-info .nav-item .nav-link.active-status::after {
    border-color: var(--base-2);
}
.order-track-info .nav-item:first-child .nav-link::after {
    display: none;
}

.rounded-full {
    border-radius: 999px;
}

.tooltip.show {
    opacity: 1;
}

.add-fund-btn {
    font-size: 12px;
    padding: 6px 15px;
    align-items: center;
    font-weight: 400;
    display: flex;
    gap: 3px;
    justify-content: center;
}

.fs-13 {
    font-size: 13px;
}

.fs-16 {
    font-size: 16px;
}

.bg--light {
    background-color: rgba(248, 248, 248, 0.4);
}

.bg--light.hover-none:hover {
    background-color: rgba(248, 248, 248, 0.4);
    filter: brightness(1);
}

.min-h-21 {
    min-height: 21px;
}

.gateways_list .form--check .form-check-label img {
    max-height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
}
.gateways_list .form--check:not(.active) .check-icon {
    border-color: #e6e6e6;
    background-color: #f9fbfc;
}
.gateways_list .form--check.active {
    background: #f3fafd;
}

.my-wallet-card-content {
    font-weight: 400;
    font-size: 0.9285714286rem;
    line-height: 1.1428571429rem;
    background: #ecf2ee;
    padding: 1.1428571429rem 1.4285714286rem;
    color: #262d34;
    border-radius: 8px;
    white-space: initial;
    word-break: break-all;
}

.my-wallet-card-content .subtitle {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2857142857rem;
    margin-bottom: 0.7142857143rem;
}

.my-wallet-card-content ul {
    padding-inline-start: 1.4285714286rem;
}

.my-wallet-card-content ul li {
    list-style: disc;
}

.my-wallet-card-content ul li:not(:last-child) {
    margin-bottom: 0.7142857143rem;
}

.loyalty-card {
    box-shadow: 0px 9.0754146576px 18.1508293152px -2.7226247787px rgba(145, 158, 171, 0.05),
        0px 0px 1.8150832653px 0px rgba(145, 158, 171, 0.2);
}

.mb-10px {
    margin-bottom: 10px;
}

.empty:empty {
    margin: 0;
    padding: 0;
}

.wishList-pos-btn {
    position: absolute;
    right: 29px;
    top: 20px;
    z-index: 99;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 4px;

    border: 0.725px solid rgba(27, 127, 237, 0.2);
    box-shadow: 0px 4px 15px 0px rgba(27, 127, 237, 0.08);
}

.share--icons {
    position: absolute;
    z-index: 99;
    right: 26px;
    top: 0;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .share--icons {
        top: 60px;
    }
}

.share--icons:hover {
    background: #fff;
}
.share--icons .st-btn {
    padding: 0 !important;
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0 !important;
    border-radius: 50% !important;
    top: unset !important;
}
.share--icons .st-btn .st-label {
    display: none !important;
}
.share--icons .st-btn img {
    top: unset !important;
    width: 24px !important;
    height: 24px !important;
}
.share--icons .st-btn:last-child {
    order: -1;
}
.share--icons:not(:hover) .st-btn:not([data-network="sharethis"]) {
    display: none !important;
}
.share--icons [data-network="sharethis"] {
    position: relative;
    z-index: 1;
}

.st-btn {
    text-transform: uppercase;
}

.nav--tabs li a {
    color: #222222;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 100px !important;
    padding: 9px 17px;
}
.nav--tabs li a::before {
    display: none !important;
}
.nav--tabs li a.active {
    color: #ffffff !important;
    background: linear-gradient(
        281.09deg,
        #1a251b 31.26%,
        #628b65 116.89%
    ) !important;
}

.hr-right-before {
    position: relative;
}
.hr-right-before::before {
    content: "";
    top: 20%;
    bottom: 20%;
    width: 1px;
    position: absolute;
    background: #f2f4f8;
    right: 0;
}

.__flash-deals-bg {
    padding: 30px;
}
@media screen and (max-width: 576px) {
    .__flash-deals-bg {
        padding: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .__inline-59 .container {
        max-width: 1230px;
    }
    .col--xl-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.widget-cart-top {
    background: #e9f3ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    gap: 8px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .search-form-mobile {
        position: fixed;
        left: 0;
        top: 0;
        padding: 15px;
        /* padding-top: 0; */
        z-index: 99;
        background: rgb(233, 243, 255);
        transition: all ease 0.3s;
        box-shadow: 0px 9.0754146576px 18.1508293152px -2.7226247787px rgba(145, 158, 171, 0.05),
            0px 0px 1.8150832653px 0px rgba(145, 158, 171, 0.2);
        width: 100% !important;
    }
    .search-form-mobile .search_form {
        position: relative;
    }
    .search-form-mobile:not(.active) {
        transform: translateY(-100%);
    }
}
@media screen and (max-width: 767px) {
    #navbarCollapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff !important;
        z-index: 99999;
        padding: 20px;
        padding-bottom: 50px;
        max-width: 295px;
        transition: all ease 0.3s;
        overflow-y: auto;
        font-size: 13px;
        box-shadow: 0px 0px 5px 0px #aaa;
    }
    #navbarCollapse .czi-menu {
        display: none;
    }
    #navbarCollapse .dropdown-toggle span {
        margin-left: 0 !important;
    }
    #navbarCollapse .__dropdown-menu-2 {
        min-width: 0 !important;
        padding: 5px 0 !important;
        background: #68bd6b !important;
        border-radius: 8px !important;
        border: none !important;
        font-size: 12px;
    }
    .navbar-nav .dropdown-menu .dropdown-menu {
        background-color: #cbedc97a !important;
        margin: 0 10px 10px !important;
        border-radius: 8px !important;
    }

    #navbarCollapse .dropdown-menu * {
        font-size: 12px;
    }
    #navbarCollapse .__dropdown-menu-2 .dropdown {
        flex-wrap: no-wrap;
        z-index: 1;
    }
    #navbarCollapse .__dropdown-menu-2 .dropdown a:first-child {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 0;
        flex-grow: 1;
    }
    #navbarCollapse .__dropdown-menu-2 .dropdown span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #navbarCollapse .nav-item {
        border: none !important;
    }
    #navbarCollapse .nav-item.__inline-17 > div {
        flex-grow: 1;
    }
    #navbarCollapse .dropdown-menu .dropdown a {
        color: #fff !important;
        display: block;
        font-weight: 600;
    }

    #navbarCollapse .dropdown-menu .dropdown a .__inline-16 {
        color: #fff !important;
        font-weight: 600;
    }

    #navbarCollapse .__dropdown-menu-2 .dropdown-menu a,
    #navbarCollapse .__dropdown-menu-2 .dropdown-menu a .__inline-16 {
        color: #22492b !important;
        font-weight: 600;
    }

    .featured-deal-countdown-background{
        margin-bottom: 32px;
    }
    .max-md-shadow-0 {
        box-shadow: none !important;
    }
    .__best-selling {
        border-radius: 5px;
        border: 1px solid #e9f3ff;
        background: #fff;
        padding: 10px;
    }
    .flash-deal-slider .owl-stage-outer {
        overflow: visible;
    }
    .text-max-md-dark {
        color: #222222 !important;
    }
    .logout-btn {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 295px;
        background: #fff;
        margin: 0 !important;
        z-index: 99;
    }
    .logout-btn a {
        padding-inline: 20px !important;
    }
    .logout-btn a strong {
        color: #22492b !important;
    }
}
.menu--caret {
    transition: all ease 0.3s;
    margin-inline-start: auto;
}

.menu--caret-accordion .card-header {
    padding-block: 10px;
    align-items: center;
    gap: 7px;
    display: flex;
}
.menu--caret-accordion .card-header .pull-right {
    display: inline-flex;
}
.menu--caret-accordion .card-header label,
.__review-side .product_name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: #22492b !important;
}
.menu--caret-accordion.open > div > .menu--caret {
    transform: rotate(90deg);
}

[dir="rtl"] .menu--caret-accordion.open > div > .menu--caret .pull-right {
    transform: rotate(0deg);
}
[dir="rtl"] .menu--caret-accordion > div > .menu--caret .pull-right {
    transform: rotate(180deg);
}

.cz-sidebar {
    border-radius: 20px;
    /* border: 1px solid #f3f5f9; */
    background: #fff;
    box-shadow: 0px 4px 36px 0px #537d5a24;
    padding: 10px;
}

.chat--sidebar-card {
    border-radius: 5px;
    background: #f0f7ff !important;
}
.chat--sidebar-card .chat--sidebar-top {
    padding: 15px 20px;
}
.chat--sidebar-card .nav--tabs {
    margin: 0 !important;
}
.chat--sidebar-card .nav--tabs .nav-link {
    color: rgba(38, 45, 52, 0.7) !important;
    padding: 10px !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
}
.chat--sidebar-card .nav--tabs .nav-link.active {
    background-color: transparent !important;
    color: #262d34 !important;
    border-color: var(--base) !important;
}

.inbox_chat .chat_list {
    position: relative;
}
.inbox_chat .chat_list .chat_people {
    display: flex;
    justify-content: space-between;
    gap: 11px;
}
.inbox_chat .chat_list .chat_people .click-area {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.inbox_chat .chat_list .chat_people .chat_img {
    width: 50px;
}
.inbox_chat .chat_list .chat_people .date {
    font-size: 12px;
    opacity: 0.7;
}
.inbox_chat .chat_list .chat_people img {
    width: 50px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 500%;
}
.inbox_chat .chat_list .chat_people .chat_ib {
    width: 0;
    flex-grow: 1;
    padding: 0;
    margin: 0;
}
.inbox_chat .chat_list .chat_people .last-msg {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 0;
    flex-grow: 1;
    opacity: 0.7;
    font-size: 11px;
}
.inbox_chat .chat_list .chat_people .badge {
    font-size: 11px;
    padding: 3px 6px 4px;
}
.inbox_chat .chat_list h5 {
    width: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin: 0;
}
.inbox_chat .chat_list.active {
    border-bottom: 1px solid rgba(27, 127, 237, 0.08);
    background: #dfedff;
}
.inbox_chat .chat_list.active h5 {
    color: #000000;
}
.inbox_chat .chat_list.active .last-msg,
.inbox_chat .chat_list.active .date {
    opacity: 1;
}

.w-0 {
    width: 0 !important;
}

.msg-user {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 15px;
    border-bottom: 1px solid #e9f3ff;
}
.msg-user img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.msg-user h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.bg-section {
    background: #f8f8fa;
}

.gap-2 {
    gap: 8px;
}

.gap-4 {
    gap: 24px;
}

.gap-3 {
    gap: 16px;
}

.gap-1 {
    gap: 4px;
}

.fs-12 {
    font-size: 12px;
}

.fw-bold {
    font-weight: 700;
}

.fw-semibold {
    font-weight: 600;
}

.ticket-view-control {
    border: none !important;
    resize: none;
    height: 54px !important;
}
/* @media screen and (max-width: 399px) {
    .ticket-view-control {
        height: 100px !important;
    }
} */

.z-index-99 {
    z-index: 99;
}

.__shop-banner-main {
    position: relative;
    padding: 70px 10px 10px;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.__shop-banner-main .__shop-page-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.__shop-page-sidebar .__cate-side-arrordion {
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    border: 1px solid #eef6ff;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 113, 220, 0.05),
        0px 2px 5px -4px rgba(27, 127, 237, 0.05);
}
@media screen and (max-width: 991px) {
    .__shop-page-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 9999;
        width: calc(100% - 15px);
        max-width: 300px;
        height: 100vh;
        transition: all ease 0.3s;
        overflow-y: auto;
    }
    .__shop-page-sidebar .__cate-side-arrordion {
        border-bottom: none;
        border-inline: none;
    }
    .__shop-page-sidebar:not(.active) {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-70px);
    }
}

.me-auto {
    margin-inline-end: auto !important;
}

.ms-auto {
    margin-inline-start: auto !important;
}

.search-form-input-group .btn--primary {
    border-radius: 0 5px 5px 0 !important;
}

[dir="rtl"] .search-form-input-group .btn--primary {
    border-radius: 5px 0 0 5px !important;
}

@media screen and (max-width: 767px) {
    .w-max-md-100 {
        width: 100%;
    }
}

.quantity-box {
    width: 100px;
}

.checkbox-alphanumeric input:checked ~ label {
    transform: scale(1);
    border-color: #628b65 !important;
    background: linear-gradient(281.09deg, #1a251b 31.26%, #628b65 116.89%);
    color: white !important;
} /*# sourceMappingURL=style.css.map */

.free-delivery-area {
    max-width: 400px;
}

.free-delivery-progress {
    height: 4px;
    background: #dfedff;
    border-radius: 5px;
    overflow: hidden;
}
.free-delivery-progress .progress-bar {
    border-radius: 5px;
    background: #1455ac;
}
.pulse-button {
    display: inline-block;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.8);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}
.product-table-wrap {
    max-height: 500px;
    overflow-y: auto;
}
.f-20 {
    font-weight: 700 !important;
    font-size: 28px;
}

.list-inline-dot {
    --padding-inline: 0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-inline-dot > li {
    padding-inline: var(--padding-inline);
}

.list-inline-dot > li:last-child {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}

.list-inline-dot > li:first-child {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.list-inline-dot > li:not(:last-child) {
    position: relative;
}

.list-inline-dot > li:not(:last-child):after {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-end: -0.125rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    inline-size: 0.25rem;
    block-size: 0.25rem;
    background-color: #ddd;
    content: "";
}

.btn-soft-info {
    border-radius: 10px;
    border: 1px solid #71ffcc;
    opacity: 0.8;
    background: #eafff7;
    color: #037b50;
    font-size: 13px;
    font-weight: 600;
}

.lh-1 {
    line-height: 1 !important;
}

.coba_review .spartan_remove_row {
    border-radius: 100% !important;
    font-size: 8px;
    color: #fff !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    right: -8px !important;
    top: -8px !important;
    background-color: #d2d2d2 !important;
}

.coba_review .file_upload {
    border: 1px dashed #daebff !important;
    overflow: visible !important;
}

.coba_review .spartan_item_wrapper:not(:last-child) .file_upload {
    border: 1px solid #daebff !important;
}

.coba_refund .spartan_remove_row {
    border-radius: 100% !important;
    font-size: 8px;
    color: #fff !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    right: -8px !important;
    top: -8px !important;
    background-color: #d2d2d2 !important;
}

.coba_refund .file_upload {
    border: 1px dashed #daebff !important;
    overflow: visible !important;
}

.coba_refund .spartan_item_wrapper:not(:last-child) .file_upload {
    border: 1px solid #daebff !important;
}

.w-70px {
    width: 70px !important;
}

.rating-label-wrap-wrap .rating_content {
    position: absolute;
    top: 100%;
    left: 155px;
    transition: all 300ms;
}
.rating-label-wrap-wrap .rating_content_delivery_man {
    position: absolute;
    top: 100%;
    left: 155px;
    transition: all 300ms;
}
.h-70px {
    height: 70px !important;
}
.img_remove_icon {
    border-radius: 100%;
    font-size: 8px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: -8px;
    top: -8px;
    background-color: #d2d2d2;

    background: rgb(229, 228, 237);
    text-align: center;
    text-decoration: none;
    position: absolute;
}

.filearray:not(:empty) {
    padding-block: 0.5rem;
}

.upload_img_box {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid #f5f5f5;
}

.upload_img_box .img-clear {
    position: absolute;
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: #ff3c3c;
    border-radius: 100%;
    right: -6px;
    top: -6px;
    display: grid;
    place-items: center;
    line-height: 1;
    cursor: pointer;
}

.upload_img_box .tio-clear {
    font-size: 14px;
}

.upload_img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* @media (min-width: 768px) {
  .navbar-expand-md .dropdown-menu > .dropdown .dropdown-menu {
      width: 1018px !important;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .navbar-expand-md .dropdown-menu > .dropdown:hover .dropdown-menu {
      width: 1018px !important;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
} */

.megamenu-wrap {
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.megamenu-wrap.active,
.megamenu-wrap.show,
.megamenu-wrap:hover {
    visibility: visible;
    opacity: 1;
}
.megamenu-wrap.show,
.megamenu-wrap:hover {
    z-index: 999;
}

@media (max-width: 767px) {
    .megamenu-wrap {
        display: none;
    }
}

.category-menu-wrap {
    position: relative;
    --cm-w: 254px;
}

.category-menu-wrap .category-menu {
    list-style: none;
    padding: 5px 10px 5px 15px;
    display: flex;
    flex-direction: column;
    width: var(--cm-w);
    background-color: #fff;
    padding-block: 0.5rem;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #eef6ff;
    box-shadow: 0px 0px 2px 0px rgba(0, 113, 220, 0.05),
        0px 2px 5px -4px rgba(27, 127, 237, 0.05);
    margin-top: 1rem;
    margin-bottom: 0;
    max-height: 386px;
    overflow-y: auto;
}

.category-menu-wrap .category-menu > li {
    padding: 0.625rem 0rem;
}

.category-menu-wrap .category-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.category-menu-wrap .category-menu > li > a i {
    font-size: 12px;
    color: #ddd;
    transition: all 200ms;
}

.category-menu-wrap .category-menu > li > a:hover i {
    color: #f58300;
}

.category-menu-wrap .category-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(185, 185, 185, 0.2);
}

.category-menu-wrap .mega_menu {
    position: absolute;
    width: calc(100% - var(--cm-w));
    top: 0;
    inset-inline-start: var(--cm-w);
    background-color: #f8fafc;
    padding: 1.25rem;
    padding-left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    row-gap: 1.5rem;
    min-height: 100%;
    transition: all 300ms;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0.5rem, 0.5rem);
    transform-origin: left;
}

.category-menu-wrap .category-menu > li.has-sub-item:hover .mega_menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0rem, 0rem);
}

@media (min-width: 1200px) {
    .category-menu-wrap .mega_menu {
        padding: 2.5rem 1.5rem;
    }
}

.category-menu-wrap .mega_menu_inner {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-inline: 1.25rem;
}

.category-menu-wrap .mega_menu_inner:not(:nth-child(4n)) {
    border-right: 1px solid #e2e8f0;
}

.category-menu-wrap .mega_menu h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.category-menu-toggle-btn-text {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

@media (max-width: 991px) {
    .category-menu-toggle-btn-text {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .__mega-nav {
        width: 180px !important;
    }
    .nav-item .dropdown-toggle::after {
        margin-left: 6px !important;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 14px;
    }
}
.category-menu-toggle-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.min-h-30px {
    min-height: 30px;
}

/* OTP Fields CSS */
.otp-form .otp-field {
    --size: 3.75rem;
    inline-size: var(--size);
    block-size: var(--size);
    border: none;
    outline: none !important;
    border-bottom: 0.0625rem solid #1455ac;
    text-align: center;
    background-color: transparent;
}

@media (min-width: 768px) {
    .otp-form .otp-field {
        inline-size: 6rem;
    }
}

@media only screen and (max-width: 479px) {
    .otp-form .otp-field {
        --size: 2.5rem;
    }
}

.otp-form .otp-field:focus {
    border-color: #262d34;
}
/* End OTP Fields CSS */

.other-store-logo {
    background-color: #f9f9f9;
}

.out_fo_stock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    line-height: 1;
}

@media (max-width: 575px) {
    .category-product-view-title .for-feature-title {
        font-size: 14px !important;
    }
}

#st-1 {
    z-index: 9 !important;
}

.bottom-sticky_ele,
.bottom-sticky4,
.bottom-sticky3,
.bottom-sticky2,
.bottom-sticky {
    border-radius: 5px 5px 0 0;
    border: 1px solid rgba(20, 85, 172, 0.05);
    box-shadow: 0 -7px 30px 0 rgba(0, 113, 220, 0.1);
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 150ms ease-in-out;
}
.bottom-sticky_ele {
    width: 100%;
    position: fixed;
}

.bottom-sticky_ele.stick,
.bottom-sticky4.stick,
.bottom-sticky3.stick,
.bottom-sticky2.stick,
.bottom-sticky.stick {
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.column-gap-2 {
    column-gap: 0.5rem !important;
}

@media (max-width: 575px) {
    .gmnoprint button {
        padding: 0 !important;
        font-size: 12px !important;
        min-width: auto !important;
        height: auto !important;
    }

    .gmnoprint {
        margin: 0.25rem !important;
        gap: 0.125rem;
        display: flex;
    }
}

.seller-info-img {
    width: 77px;
}

@media (max-width: 575px) {
    .order-details-nav {
        white-space: nowrap;
        font-size: 13px;
    }

    .seller-info-img {
        width: 50px;
    }
    .seller-info-title {
        font-size: 14px;
    }

    .delivery-man-info-box > img {
        width: 50px;
    }

    .delivery-man-info-box h6 {
        font-size: 14px;
    }

    .review-item-img {
        width: 80px;
    }

    .review-item-title {
        font-size: 14px;
    }
}
@media (min-width: 575px) {
    .bg-sm-white {
        background-color: #fff !important;
    }
}

@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #e3e9ef !important;
    }
    .bg-lg-white {
        background-color: #fff !important;
    }
}

@media (min-width: 576px) {
    .border-sm {
        border: 1px solid #e3e9ef !important;
    }
    .bg-sm-white {
        background-color: #fff !important;
    }
}

@media (max-width: 991px) {
    .mobile-full {
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
    }
}

.mt-1px {
    margin-top: 1px;
}
.border-aliceblue {
    border-color: #d6ecff !important;
}
.scroll-bar-saved-address {
    max-height: 300px;
    overflow-y: auto !important;
}

@media (max-width: 575px) {
    .nav-justified .nav-item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .order-track-info {
        display: flex;
        flex-direction: column;
    }
    .order-track-info .nav-item .nav-link::after {
        width: auto;
        right: auto;
        inset-inline-start: 35px;
        top: -40px;
        border-left: 2px dashed #d2d2d2;
        height: 56%;
    }
}

@media (min-width: 576px) {
    .gap-sm-0 {
        gap: 0 !important;
    }
}
@media (max-width: 575px) {
    .mobile-fs-14 {
        font-size: 14px !important;
    }
}

.how-to-use-hover-ele {
    padding: 1rem;
    border-radius: 10px;
    background: #f3f8fe;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
    width: 280px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: all 300ms ease-in-out;
}
.how-to-use-info-button:hover + .how-to-use-hover-ele {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.min-w-60px {
    display: inline-block;
    min-width: 60px;
}
.mx-h-200 {
    max-height: 200px !important;
}
.message-text {
    padding: 8px;
    border-radius: 5px;
}
@media screen and (max-width: 575px) {
    .px-max-sm-0 {
        padding-inline: 0 !important;
    }
}
.mb-14px {
    margin-bottom: 14px !important;
}
.max-240px {
    max-width: 240px;
}
.fz-30 {
    font-size: 30px;
}
input.form-control.fz-30 {
    height: 50px;
    font-weight: 700;
}
.select_shipping_address,
.select_billing_address {
    cursor: pointer;
}

.category-menu-toggle-btn.dropdown-toggle::after {
    margin-inline-start: auto !important;
    margin-inline-end: 0 !important;
}

.__outgoing-msg .message-text {
    width: fit-content !important;
}

.upload_img_box_img,
.upload_images_area .upload_img_box {
    width: 70px;
    height: 70px;
    margin-inline-end: 1rem !important;
}
.upload_img_box_img {
    margin-inline-end: 0 !important;
}

.upload_images_area .upload_img_box img {
    object-fit: cover;
}
.__max-w-360 {
    max-width: 360px;
}
.login-card {
    border-radius: 10px;
    border: 1px solid rgba(27, 127, 237, 0.1);
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 113, 220, 0.15);
    padding: 27px 0 29px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--base);
    background-color: var(--base);
}
.text-underline {
    text-decoration: underline;
}
.__max-w-760 {
    max-width: 760px;
}
.__max-w-356 {
    max-width: 356px;
}
.form-label {
    text-transform: capitalize;
}

.no-gutter {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
}
.modal-open .modal {
    background: rgba(0, 0, 0, 0.7);
}
.bg--secondary {
    background: #e9f3ff;
}
@media screen and (max-width: 575.98px) {
    .chat-with-seller-button {
        padding: 0 !important;
        width: 30px;
        height: 30px;
        text-align: center;
        position: absolute;
        right: 8px;
        top: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .chat-with-seller-button img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
}

@media (max-width: 575px) {
    .dropdown-menu {
        min-width: max-content !important;
    }
}

@media screen and (max-width: 767px) {
    .mx-max-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .px-max-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.feature-product {
    direction: ltr;
}
.cz-product-gallery-icons {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
}

.text-break-word {
    word-break: break-word;
}

.mw-100px {
    max-width: 100px;
}

.min-w300 {
    min-width: 300px !important;
}

.min-w400 {
    min-width: 400px !important;
}

.owl-carousel {
    direction: ltr;
}
.max-width-661 {
    max-width: 661px;
}
.__h-44 {
    height: 44px;
}

.pos-btn {
    display: inline-block;
    font-weight: normal;
    color: #4b566b;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.625rem 1.375rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
}
.mw-90 {
    max-width: 90px;
}

.img-fit {
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.category_product_section {
    margin-top: 120px;
}

.__seller-side {
    border-bottom: 1px solid rgba(0, 0, 0, 0.085);
}

.menu--caret-accordion .card-header {
    border-bottom: 1px solid #22492b66 !important;
}

.__cate-side-price input[type="range"], #price_range, #price_range .noUi-connect {
    -webkit-appearance: none;
    -moz-apperance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    background-color: #22492b;
    border-radius: 5px;
    padding: 0 !important;
}

#price_range
{
    margin-top: 36px;
}

.noUi-target
{
    border: none !important;
    box-shadow: unset !important;
}

.__cate-side-price input[type="range"]::-webkit-slider-thumb , #price_range::-webkit-slider-thumb, #price_range .noUi-handle{
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #22492b;
    box-shadow: 0px 8px 10px 0px #36a45540;
}

#price_range .noUi-horizontal .noUi-handle, .noUi-horizontal .noUi-handle, #price_range .noUi-handle
{
    top: -14px !important;
}

.noUi-handle:after, .noUi-handle:before
{
    display: none;
}

.__cate-side-price span,
.__cate-side-price input {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    text-align: left;
    color: #22492b;
}

.__search-sidebar input.cz-filter-search {
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: unset !important;
}

.discount_stock_check .discounted_items_wrap {
    padding: 15px 0;
    border-bottom: 1px solid #22492b66 !important;
}

.discount_stock_check .in_stocks_wrap {
    padding: 15px 0 10px;
}

.discount_stock_check label, .customer_review_wrap label, .customer_brand_wrap label, .customer_seller_wrap label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #22492b;
    padding-left: 10px;
    max-width: 85%;
}

.discount_stock_check [type="checkbox"], .customer_review_wrap [type="checkbox"], .customer_brand_wrap [type="checkbox"], .customer_seller_wrap [type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px !important;
    height: 20px !important;
    border-radius: 4px !important;
    background: #ffffffe5;
    border: 1px solid #cbdbd2;
    position: relative;
    cursor: pointer;
    outline: none;
}

.discount_stock_check input[type="checkbox"]:checked, .customer_review_wrap input[type="checkbox"]:checked, .customer_brand_wrap input[type="checkbox"]:checked, .customer_seller_wrap input[type="checkbox"]:checked {
    background-color: #4b8759;
    border-color: #4b8759;
}

.discount_stock_check input[type="checkbox"]:checked::after, .customer_review_wrap input[type="checkbox"]:checked::after, .customer_brand_wrap input[type="checkbox"]:checked::after, .customer_seller_wrap input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    top: -2px;
    left: 4px;
    font-size: 14px;
    color: white;
}

#st-1 .st-btn[data-network="sharethis"] {
    background-color: #e7f3e9 !important;
    background-image: url(../img/media/share-2.svg);
    border: 1px solid #a8c1b3 !important;
    background-repeat: no-repeat;
    background-position: center;
}

#st-1 .st-btn[data-network="sharethis"] img {
    display: none !important;
}

.share_btn_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #a8c1b3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 26px;
    z-index: 10 !important;
    background: linear-gradient(180deg, #e7f3e9 0%, #e7f3e9 100%);
    display: none;
}

.__gap-24 {
    gap: 24px;
}

.discount_coupon .coupon_top {
    background: linear-gradient(90deg, #e2b762 0%, #e4c34d 100%);
    border-top-left-radius: 8px;
    padding: 9px 30px 9px 11px;
}

.discount_coupon #copyvalue,
.discount_coupon #copyvalue1,
.discount_coupon #copyvalue2,
.discount_coupon #copyvalue3 {
    border: 2px dotted #9fb1a6;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    text-align: center;
    color: #333333;
    background: #fff;
}

.discount_coupon .copybtn,
.discount_coupon .copybtn1,
.discount_coupon .copybtn2,
.discount_coupon .copybtn3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.6px;
    color: #333333;
    background: unset;
    border: none;
}

.discount_coupon .copybtn svg,
.discount_coupon .copybtn1 svg,
.discount_coupon .copybtn2 svg,
.discount_coupon .copybtn3 svg {
    margin-right: 5px;
}

.discount_slider_wrap .owl-dots {
    display: none;
}

.coupon_top .circle_element,
.coupon_bottom .circle_element,
.coupon_bottom .circle_element1 {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ecf2ee;
    position: absolute;
    top: 6px;
    right: -18px;
}

.coupon_bottom .circle_element,
.coupon_bottom .circle_element1 {
    border: 1px solid #cbdbd2;
    top: 0px;
    border: solid 1px transparent;
    border-radius: 50%;
    background-image: linear-gradient(#ecf2ee, #ecf2ee),
        radial-gradient(circle at right top, #cbdbd2 53%, #ffffff00 47%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transform: rotate(226deg);
}

.coupon_bottom .circle_element1 {
    top: 50%;
}

.discount_coupon .coupon_bottom {
    background: #ffffff;
    border: 1px solid #cbdbd2;
    padding: 18px 30px 13.5px 11px;
    border-bottom-left-radius: 8px;
}

.discount_coupon .coupon_bottom .discount_per {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    text-align: left;
    color: #333333;
    margin-bottom: 5px;
}

.discount_coupon .coupon_bottom .offer {
    font-size: 10px;
    font-weight: 400;
    line-height: 12.6px;
    text-align: left;
    color: #94a19a;
    margin-bottom: 5px;
}

.cart_item_count {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.cart_item_count span {
    color: #585858;
}

.delivery_due .delivery_due_date {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #8e9f96;
}

.delivery_due .delivery_due_date b {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    color: #22492b;
}

.saving_money {
    background: linear-gradient(91.11deg, #ccddce -74.65%, #c2dac4 82.98%);
    border-radius: 4px;
    padding: 5px 15px;
    width: fit-content;
}

.saving_money p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    letter-spacing: -0.40799999237060547px;
    color: #2a382b;
}

.saving_money p b {
    font-weight: 700;
}

.cart.for-discount-value {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
}

.cart.qty {
    border: 0.5px solid #22492b;
    border-radius: 5px;
}

.cart_product_img {
    width: 25%;
    height: 150px;
    text-align: center;
}

.cart_product_description {
    width: 75%;
}

.cart_product_description .delivery_due {
    margin-bottom: 12px;
}

.product_name.__line-2 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #22492b;
}

#coupon-code-ajax div {
    border-radius: 10px;
    border: 1px solid #cbdbd2;
    background: #ffffffe5;
    width: 80%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

#coupon-code-ajax #apply-coupon-code {
    background: linear-gradient(
        94.39deg,
        rgba(49, 63, 49, 0.3) 8.67%,
        rgba(26, 37, 27, 0.3) 79.78%
    );
    border-radius: 8px;
    color: white;
}

#apply-coupon-code-on-order{
    background: linear-gradient(
        94.39deg,
        rgba(49, 63, 49, 0.3) 8.67%,
        rgba(26, 37, 27, 0.3) 79.78%
    );
    border-radius: 8px;
    color: white;
}

.single_pro_feature p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #22492b;
    margin-bottom: 0;
    padding-left: 14px;
}

.proceed_to_next_button {
    background: linear-gradient(92.79deg, #313f31 22.93%, #1a251b 69.3%);
    box-shadow: 7px 12px 24px 0px #52655782;
    border-radius: 50px;
    color: white !important;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_page .product-description-label {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.top_breadcrums .back_page {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #898989;
}

.top_breadcrums .current_page {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.delivery_address_sec {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

.delivery_address_sec .delivery_address {
    background: #ffffff;
    border: 1px solid #c2dac4;
    border-radius: 10px;
    padding: 9px 17px;
}

.delivery_address_sec .delivery_address .user_name p,
.delivery_address_sec .delivery_address .address {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    color: #22492b;
}

.delivery_address_sec .delivery_address .mobile_no {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    color: #22492b;
}

.delivery_address_sec .change_address_btn {
    background: #ffffff;
    border: 0.8px solid #b4c1ba;
    border-radius: 50px;
    height: 40px;
    padding: 0px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.filter-show-btn {
    background-color: #22492b !important;
}

.star-rating i.tio-star.text-secondary {
    color: #b4c1ba !important;
}

.product-mrp-price {
    border-radius: 20px 20px 0 0;
}

.product-og-price {
    background: linear-gradient(91.39deg, #589553 0.26%, #41643e 98.48%);
    border-radius: 0px 0px 20px 20px;
    padding: 16px;
}

.product-og-price p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
}

.product-og-price p span,
.product-mrp-price p,
.product-mrp-price p span {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-right: 15px;
}

.product-mrp-price p {
    color: #22492b;
}

.product-og-price .for-discount-value {
    font-size: 14px;
    font-weight: 800;
    line-height: 17.64px;
    padding: 5px 10px;
}

.payment_method_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.accordion.payment_methods .menu--caret-accordion,
.accordion.queries_accordination .menu--caret-accordion {
    background: #ffffffe5;
    border: 1px solid #cbdbd2;
    border-radius: 8px;
    padding: 6px 15px;
}

.accordion.payment_methods .menu--caret-accordion .card-header,
.accordion.queries_accordination .menu--caret-accordion .card-header {
    border-bottom: none !important;
}

.accordion.payment_methods .menu--caret-accordion.open > div > .menu--caret {
    transform: rotate(180deg);
}

.accordion.payment_methods .menu--caret-accordion .card-header label p,
.accordion.queries_accordination
    .menu--caret-accordion
    .card-header
    label
    p {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    width: 65%;
    color: #747474;
}

.accordion.payment_methods .custom-radio{
    position: relative !important;
}

.payment_method_label {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #585858;
    text-align: left;
}

.payment_page_coupon #apply-coupon-code {
    background: linear-gradient(
        94.39deg,
        #313f31 8.67%,
        #1a251b 79.78%
    ) !important;
    box-shadow: 7.91px 12.65px 23.41px 0px #52655782;
}

.single_pro_feature {
    display: flex;
}

.thank_you_page {
    box-shadow: 0px 0px 20px 1px #e2e2e2;
    border-radius: 10px;
    padding: 20px 0;
    margin-top: 20px;
    border: none !important;
}

.thank_you_page .earned_points {
    background: #3d8764;
    padding: 12px 0;
}

.thank_you_page .earned_points h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: white;
    margin-bottom: 0;
    margin-left: 3px;
}

.order-confirmed_tag {
    background: #fffbd7;
    padding: 12px;
    width: 250px;
    display: flex;
    justify-content: center;
    height: fit-content;
    margin-bottom: 28px;
    position: relative;
}

.order-confirmed_tag p {
    color: #22492b;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: -0.40799999237060547px;
}

.order-confirmed_wrap .thankyou_img {
    margin-left: -18%;
    margin-top: -7%;
    width: 24%;
    position: relative;
}

.confirm_order_gif 
{
    position: absolute;
    width: 140px;
    height: 140px;
    top: -45%;
    left: -30%;
}

.thankyou_msg_wrap {
    padding: 21px 0 14px;
    text-align: center;
    background: linear-gradient(90deg, #f7ce7f 0%, #ecce61 100%);
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 26px;
}

.thankyou_msg_wrap .thankyou_msg {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.thankyou_msg_wrap .order_id span,
.thankyou_msg_wrap .order_id {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #22492b;
}

.thankyou_msg_wrap .order_id {
    font-weight: 700;
}

.product_item_date {
    padding: 0 20px;
}

.product_item_date .delivery_date {
    border: 0.5px solid #4b8759;
    border-radius: 7px;
    padding: 5px 0;
    margin-bottom: 12px;
}

.product_item_date .delivery_date p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #4b8759;
}

.product_item_date .delivery_date p span {
    font-weight: 600;
}

.product_item_wrap, .order_details {
    display: flex;
    border: 0.5px solid #4b8759;
    border-radius: 8px;
    padding: 20px;
    gap: 16px;
    margin-bottom: 12px;
}

.product_item_wrap .product_img_wrap {
    background: #eaf1ed;
    border-radius: 6px;
    width: 20%;
    height: 115px;
    display: flex;
    overflow: hidden;
}

.product_item_wrap .product_img_wrap img 
{
    /* height: -webkit-fill-available; */
}

.product_item_wrap .product_info_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_item_wrap .product_info_wrap .product_name {
    color: #22492b;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}

.product_item_wrap .product_info_wrap .product_option {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.product_item_wrap .product_info_wrap .product_option span {
    font-weight: 500;
}

.product_item_wrap .product_info_wrap .price_wrap {
    display: flex;
    gap: 7px;
    align-items: center;
}

.product_item_wrap .product_info_wrap .price_wrap .discount_price {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 0;
}

.product_item_wrap .product_info_wrap .price_wrap del {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    letter-spacing: -0.40799999237060547px;
    color: #b4c1ba;
}

.product_item_date .delivery_address_wrap .section_title,
.product_item_date .payment_details_wrap .section_title,
.product_item_date .delivery_option_wrap .section_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
}

.product_item_date .delivery_address_wrap .delivery_address,
.product_item_date .payment_details_wrap .payment_details,
.product_item_date .delivery_option_wrap .delivery_option {
    padding: 14px 17px 14px 22px;
    background: #ecf2ee;
    border-radius: 8px;
    margin-bottom: 26px;
}

.product_item_date .delivery_option_wrap .delivery_option .delivery_type {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    margin-bottom: 0;
    color: #22492b;
    padding: 6px 0;
}

.product_item_date .delivery_address_wrap .delivery_address .user_name {
    font-size: 14px;
    font-weight: 600;
    line-height: 15.12px;
    color: #22492b;
    margin-bottom: 9px;
}

.product_item_date .delivery_address_wrap .delivery_address .address {
    width: 60%;
    font-size: 13px;
    font-weight: 600;
    line-height: 14.86px;
    color: #22492b;
}

.product_item_date .delivery_address_wrap .delivery_address .mobile_number {
    font-size: 11px;
    font-weight: 400;
    line-height: 13.86px;
    color: #8e9f96;
}

.product_item_date .delivery_address_wrap .mobile_number span {
    font-size: 13px;
    font-weight: 500;
    line-height: 13.86px;
    color: #22492b;
}

.product_item_date .payment_details_wrap .total_amount {
    margin-bottom: 13px;
}

.product_item_date .payment_details_wrap .total_amount p {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.12px;
    letter-spacing: -0.40799999237060547px;
    color: #8e9f96;
}

.product_item_date .payment_details_wrap .total_amount span {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.product_item_date .payment_details_wrap .payment_details .paid_method {
    gap: 8px;
}

.product_item_date .payment_details_wrap .paid_method span {
    font-size: 14px;
    font-weight: 400;
    line-height: 13.86px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.thank_you_page.review_form {
    padding: 20px;
}

.thank_you_page.review_form .review_sec_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ecf2ee;
    margin-bottom: 12px;
}

.thank_you_page.review_form .review_sec_title h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin: 0;
}

.thank_you_page.review_form
    .review_form_wrap
    #product_review_form
    .question_wrap {
    padding-bottom: 13px;
    border-bottom: 1px solid #ecf2ee;
    margin-bottom: 13px;
}

.thank_you_page.review_form #product_review_form .question_wrap p.question {
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
}

.review_form_wrap .rating-label-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    flex-direction: column;
}

.review_form_wrap .rating-label-wrap label {
    margin-bottom: 0;
    text-align: center;
}

.review_form_wrap .rating-label-wrap p {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #585858;
    text-align: center;
}

.review_form_wrap .rating-label-wrap input,
.review_form_wrap .product_find_wrap input {
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
}

.review_form_wrap .rating-label-wrap span {
    width: 30px;
    height: 30px;
    font-size: 11px;
    font-weight: 500;
    line-height: 13.86px;
    letter-spacing: -0.40799999237060547px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #585858;
    background-color: #fff;
    margin: auto;
}

.review_form_wrap .rating-label-wrap span.rating1 {
    border: 1px solid #ff3a44;
}

.review_form_wrap .rating-label-wrap span.rating2 {
    border: 1px solid #ff8d3a;
}

.review_form_wrap .rating-label-wrap span.rating3 {
    border: 1px solid #ffc83a;
}

.review_form_wrap .rating-label-wrap span.rating4 {
    border: 1px solid #9cde5a;
}

.review_form_wrap .rating-label-wrap span.rating5 {
    border: 1px solid #28be49;
}

.review_form_wrap .rating-label-wrap input:checked + label span {
    background-color: #ffc83a;
    border: 1px solid #ffc83a;
    color: #fff;
}

.thank_you_page.review_form
    .review_form_wrap
    #product_review_form
    .question_wrap
    .product_find {
    gap: 9px;
}

.thank_you_page.review_form
    #product_review_form
    .question_wrap
    .product_find_wrap
    label {
    margin-bottom: 0;
    border: 0.8px solid #b4c1ba;
    padding: 8px 27px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    color: #22492b;
    background-color: #fff;
    border-radius: 50px;
}

/* .thank_you_page.review_form
    #product_review_form
    .question_wrap
    .product_find_wrap
    label
    span {
    border: 0.8px solid #b4c1ba;
    padding: 8px 27px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    color: #22492b;
    background-color: #fff;
    border-radius: 50px;
} */

/* .review_form_wrap .product_find_wrap input:checked + label span {
    background-color: #22492b;
    color: #fff;
} */

.thank_you_page.review_form
    .review_form_wrap
    #product_review_form
    .question_wrap
    #additional_comments {
    border: 1px solid #c2dac4;
    border-radius: 8px;
}

.thank_you_page.review_form
    .review_form_wrap
    #product_review_form
    .submit_review {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    color: white;
    padding: 18px 0;
    width: 100%;
    border-radius: 50px;
    border: none;
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    box-shadow: 7px 12px 24px 0px #52655782;
}

/******************************* sign_up_modal ******************************/

.sign_up_modal .modal-content,
.sign_up_modal .modal-body {
    background: none;
    padding: 0;
    border: none;
    box-shadow: unset;
}

.sign_up_modal .modal-dialog {
    max-width: 90%;
    margin-top: 70px;
}

.modal-open .modal.sign_up_modal {
    background: #a6c4b09c;
}

.sign_up_modal .sign_up_modal_left {
    background: #48896a;
    border: 1px solid #24ae6c;
    border-radius: 16px 0 0 16px;
    margin: 24px 0;
    /* padding: 30px; */
    padding-top: 55px;
    margin-right: -40px;
    padding-left: 0;
    text-align: center;
}

.sign_up_modal .sign_up_modal_left .coupon_wrap p {
    margin-bottom: 0;
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: center;
    top: 55px;
    width: 54%;
    right: 16.5%;
    padding-bottom: 23px;
    border-bottom: 1px solid #adadad;
}

.sign_up_modal .sign_up_modal_left .coupon_wrap p span {
    font-weight: 600;
}

.sign_up_modal .sign_up_modal_left .app_link_wrap {
    display: flex;
    justify-content: center;
    gap: 11px;
    position: absolute;
    bottom: 23%;
    right: 21%;
}

.sign_up_modal .sign_up_modal_left .app_link_wrap img {
    height: 38px;
}

.sign_up_modal .sign_up_modal_left .signup_left_img {
    width: 75%;
}

.sign_up_modal .sign_up_modal_right .sign_up_modal_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #22492b;
    margin-top: 38px;
    margin-bottom: 24px;
}

.sign_up_modal .close {
    font-size: 2.5rem;
    color: #000000;
}

.sign_up_modal .sign_up_modal_right {
    background: #ffffff;
    box-shadow: -7px 0px 15px 0px #0000001a, -27px 0px 27px 0px #00000017,
        -60px 0px 36px 0px #0000000d, -107px 0px 43px 0px #00000003,
        -167px 0px 47px 0px #00000000;
    border-radius: 16px;
    padding: 30px 50px;
    height: 100%;
}

.sign_up_modal .sign_up_modal_right ul {
    list-style-type: none;
    padding: 0px 30px 40px;
    margin-bottom: 0;
}

.sign_up_modal .sign_up_modal_right li {
    display: block;
}

.sign_up_modal .sign_up_modal_right input[type="radio"] {
    display: none;
}

.sign_up_modal .sign_up_modal_right .select_role_wrap label {
    display: block;
    position: relative;
    margin-top: 25px;
    cursor: pointer;
}

.sign_up_modal .sign_up_modal_right .select_role_wrap label:before {
    background: #ffffff;
    content: " ";
    display: block;
    border-radius: 5.11px;
    position: absolute;
    top: 16.2%;
    right: 5.1%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(1);
    font-weight: 600;
}

.sign_up_modal .sign_up_modal_right .select_role_wrap label img {
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sign_up_modal
    .sign_up_modal_right
    .select_role_wrap
    input[type="radio"]:checked
    + label:before {
    content: "✓";
    transform: scale(1);
    color: #22492b;
}

.sign_up_modal_right .mobile_farmer_wrap .sign_up_modal_title,
.sign_up_modal_right .mobile_dealer_wrap .sign_up_modal_title {
    margin-bottom: 16px;
}

.sign_up_modal .sign_up_modal_right .select_role_wrap label .select_role_title{
    position: absolute;
    top: 15%;
    left: 5%;
    color: #32672D;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0px;
}

.sign_up_modal .sign_up_modal_right .select_role_wrap label .select_role_sub_text{
    position: absolute;
    top: 35%;
    left: 5%;
    color: #0000007d;
    font-size: 1rem;
    max-width: 11rem;
    margin: 0px;
}

@media screen and (max-width: 480px) {
    .sign_up_modal .sign_up_modal_right .select_role_wrap label .select_role_title{
        font-size: 1rem;
        font-weight: 800;
    }
    .sign_up_modal .sign_up_modal_right .select_role_wrap label .select_role_sub_text{
        font-size: 0.8rem;
        max-width: 9rem;
    }
}


.sign_up_modal_right .mobile_farmer_wrap p,
.sign_up_modal_right .mobile_dealer_wrap p,
.sign_up_modal_right .verification_form_wrap p,
.sign_up_modal_right .kyc_details_wrap p {
    font-size: 16px;
    font-weight: 500;
    color: #48594c;
    text-align: center;
    margin-bottom: 28px;
}

.sign_up_modal_right .mobile_farmer_wrap #mobile_farmer_form,
.sign_up_modal_right .mobile_dealer_wrap #mobile_dealer_form,
.sign_up_modal_right .verification_form_wrap #verification_form {
    width: 80%;
    margin: auto;
    padding: 10px 0 50px;
}

.sign_up_modal_right .mobile_farmer_wrap .mobile_number,
.sign_up_modal_right .mobile_dealer_wrap .mobile_number {
    border: 1px solid #cbdbd2;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.sign_up_modal_right .mobile_farmer_wrap .mobile_code_farmer,
.sign_up_modal_right .mobile_dealer_wrap .mobile_code_dealer {
    border: none !important;
    height: auto;
    padding: 0;
}

.mobile_farmer_wrap .iti--separate-dial-code .iti__selected-flag,
.mobile_dealer_wrap .iti--separate-dial-code .iti__selected-flag {
    background-color: unset;
    border-right: 1px solid #cbdbd2;
}

.mobile_farmer_wrap .iti__arrow,
.mobile_dealer_wrap .iti__arrow {
    display: none;
}

.mobile_farmer_wrap .iti--separate-dial-code .iti__selected-dial-code,
.mobile_dealer_wrap .iti--separate-dial-code .iti__selected-dial-code {
    color: #b4c1ba;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.mobile_farmer_wrap .iti__selected-flag,
.mobile_dealer_wrap .iti__selected-flag {
    padding: 0;
    padding-right: 10px;
}

.sign_up_modal_right .mobile_farmer_wrap .custom_checkbox,
.sign_up_modal_right .mobile_dealer_wrap .custom_checkbox,
.sign_up_modal_right .kyc_details_wrap .unregistered_dealer {
    margin-bottom: 12px;
    padding-left: 0;
}

.sign_up_modal_right .mobile_farmer_wrap .custom_checkbox .container,
.sign_up_modal_right .mobile_dealer_wrap .custom_checkbox .container,
.sign_up_modal_right .kyc_details_wrap .unregistered_dealer .container {
    display: block;
    position: relative;
    padding-left: 26px;
}

.sign_up_modal_right .mobile_farmer_wrap .custom_checkbox .container input,
.sign_up_modal_right .mobile_dealer_wrap .custom_checkbox .container input,
.sign_up_modal_right .kyc_details_wrap .unregistered_dealer .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sign_up_modal_right
    .mobile_farmer_wrap
    .custom_checkbox
    .container
    .checkmark,
.sign_up_modal_right
    .mobile_dealer_wrap
    .custom_checkbox
    .container
    .checkmark,
.sign_up_modal_right
    .kyc_details_wrap
    .unregistered_dealer
    .container
    .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #cbdbd2;
}

.sign_up_modal_right
    .kyc_details_wrap
    .unregistered_dealer
    .container
    .checkmark {
    background-color: #fff;
}

.sign_up_modal_right
    .mobile_farmer_wrap
    .custom_checkbox
    .container:hover
    input
    ~ .checkmark,
.sign_up_modal_right
    .mobile_dealer_wrap
    .custom_checkbox
    .container:hover
    input
    ~ .checkmark,
.sign_up_modal_right
    .kyc_details_wrap
    .unregistered_dealer
    .container:hover
    input
    ~ .checkmark {
    background-color: #ccc;
}

.sign_up_modal_right
    .mobile_farmer_wrap
    .custom_checkbox
    .container
    input:checked
    ~ .checkmark,
.sign_up_modal_right
    .mobile_dealer_wrap
    .custom_checkbox
    .container
    input:checked
    ~ .checkmark,
.sign_up_modal_right
    .kyc_details_wrap
    .unregistered_dealer
    .container
    input:checked
    ~ .checkmark {
    background-color: #fff;
}

.sign_up_modal_right .mobile_farmer_wrap .custom_checkbox .checkmark:after,
.sign_up_modal_right .mobile_dealer_wrap .custom_checkbox .checkmark:after,
.sign_up_modal_right .kyc_details_wrap .unregistered_dealer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sign_up_modal_right
    .mobile_farmer_wrap
    .custom_checkbox
    .container
    input:checked
    ~ .checkmark:after,
.sign_up_modal_right
    .mobile_dealer_wrap
    .custom_checkbox
    .container
    input:checked
    ~ .checkmark:after,
.sign_up_modal_right
    .kyc_details_wrap
    .unregistered_dealer
    .container
    input:checked
    ~ .checkmark:after {
    display: block;
}

.sign_up_modal_right
    .mobile_farmer_wrap
    .custom_checkbox
    .container
    .checkmark:after,
.sign_up_modal_right
    .mobile_dealer_wrap
    .custom_checkbox
    .container
    .checkmark:after,
.sign_up_modal_right
    .kyc_details_wrap
    .unregistered_dealer
    .container
    .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #48594c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sign_up_modal_right .mobile_farmer_wrap .custom_checkbox label,
.sign_up_modal_right .mobile_dealer_wrap .custom_checkbox label,
.sign_up_modal_right .kyc_details_wrap .unregistered_dealer label {
    font-size: 12px;
    font-weight: 400;
    color: #48594c;
    line-height: 20px;
}

.sign_up_modal_right
    .mobile_farmer_wrap
    .custom_checkbox
    input[type="checkbox"],
.sign_up_modal_right
    .mobile_dealer_wrap
    .custom_checkbox
    input[type="checkbox"],
.sign_up_modal_right
    .kyc_details_wrap
    .unregistered_dealer
    input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.sign_up_modal_right .view-dealer-agreement{
    display: inline;
    border-bottom: 1px solid #48896a;
    color: #48896a;
    font-weight: 600;
}
.sign_up_modal_right .mobile_farmer_wrap .send_code_farmer,
.sign_up_modal_right .mobile_dealer_wrap .send_code_dealer,
.sign_up_modal_right
    .verification_form_wrap
    #verification_form
    .farmer_verify_code,
.sign_up_modal_right
    .verification_form_wrap
    #verification_form
    .dealer_verify_code,
.sign_up_modal .sign_up_modal_right .kyc_details_wrap .kyc_next_btn,
.sign_up_modal .sign_up_modal_right .kyc_submit_btn,
.signin_select_role_form .signin_proceed_btn,
.select_role_form .proceed_btn {
    height: 55px;
    text-align: center;
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    box-shadow: 5px 8px 14.8px 0px #52655782;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.02em;
    color: white;
    border-radius: 50px;
    width: 100%;
    margin: 20px 0 30px;
}

.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px 0 24px;
}

.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #cbdbd2;
}

.or-divider:not(:empty)::before {
    margin-right: 0.25em;
}

.or-divider:not(:empty)::after {
    margin-left: 0.25em;
}

.or-divider span {
    padding: 0 10px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b94;
}

.sign_up_modal_right .signin_with_gmail,
.sign_up_modal_right .signin_with_facebook,
.sign_up_modal_right .signin_with_instagram {
    padding: 11px 0;
    border: 1px solid #cbdbd2;
    border-radius: 4px;
    background: #fdfefd;
    gap: 10px;
    color: #b4c1ba;
}

.sign_up_modal_right .signin_with_gmail:hover,
.sign_up_modal_right .signin_with_facebook:hover,
.sign_up_modal_right .signin_with_instagram:hover {
    background: #ffffff;
    box-shadow: -2px 1px 8.3px 0px #468567b0;
}

.sign_up_modal_right .signin_with_gmail p,
.sign_up_modal_right .signin_with_facebook p,
.sign_up_modal_right .signin_with_instagram p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.sign_up_modal_right
    .verification_form_wrap
    #verification_form
    .verification_code {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 42px;
    margin-bottom: 21px;
}

.sign_up_modal_right
    .verification_form_wrap
    #verification_form
    .verification_code
    .digit {
    height: 56px;
    width: 56px;
    border-radius: 10px;
    border: 1px solid #cbdbd2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    color: #22492b;
    text-align: center;
}

.sign_up_modal_right .verification_form_wrap #verification_form .resend_otp {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #22492b;
    margin-bottom: 40px;
}

.logged_in_popup {
    background: rgb(0 0 0 / 50%) !important;
}

.logged_in_popup .modal-dialog {
    margin: 20% auto 0;
    max-width: 70%;
}

.logged_in_popup .modal-dialog .modal-content {
    border-radius: 16px;
}

.logged_in_popup .modal-dialog .modal-content .modal-body .close {
    font-size: 2.5rem;
    color: black;
    margin-top: -13px !important;
    margin-right: -2px !important;
}

.logged_in_popup .modal-dialog .modal-content .content_wrap {
    gap: 36px;
    align-items: center;
}

.logged_in_popup .modal-dialog .modal-content .content_wrap h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #22492b;
    margin-bottom: 12px;
}

.logged_in_popup .modal-dialog .modal-content .content_wrap p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #48594c;
    margin-bottom: 0;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap {
    height: 100%;
    padding: 50px 26px;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap .kyc_details_wrap_inner {
    background: #ebf5ef;
    border-radius: 10px;
    padding: 25px 40px;
    height: 100%;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap .sign_up_modal_title {
    margin-top: 0;
    margin-bottom: 10px;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap input[type="email"],
.sign_up_modal .sign_up_modal_right .kyc_details_wrap input[type="text"],
.state_dropdown a.js-link,
.bank_name_dropdown a.js-link {
    background: #ffffffe5;
    border: 1px solid #cbdbd2;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #22492b;
    height: 48px;
}

.bank_name_dropdown a.js-link {
    height: auto;
    /* line-height: 1.5; */
}

.sign_up_modal
    .sign_up_modal_right
    .kyc_details_wrap
    input[type="email"]::placeholder,
.sign_up_modal
    .sign_up_modal_right
    .kyc_details_wrap
    input[type="text"]::placeholder,
.state_dropdown a.js-link,
.bank_name_dropdown a.js-link {
    color: #b4c1ba;
}

.sign_up_modal
    .sign_up_modal_right
    .kyc_details_wrap
    input[type="text"],
.state_dropdown a.js-link,
.bank_name_dropdown a.js-link {
    border-radius: 10px;
    border: 1px solid #cbdbd2;
    border-right: 1px solid #cbdbd2;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap .for_email_id span {
    background: #ffffffe5;
    border: 1px solid #cbdbd2;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    padding: 16px;
    height: 48px;
    display: flex;
    align-items: center;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap .for_email_id span svg,
.sign_up_modal .sign_up_modal_right .kyc_details_wrap .for_gst_in span svg {
    opacity: 0;
    transition: opacity 0.3s;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap .upload_gst_file {
    width: 100%;
    background: #ffffffe5;
    border: 1px solid #cbdbd2;
    border-right: 0;
    border-radius: 10px;
    padding: 12px 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap .verification_status {
    background: #1c271d;
    border-radius: 50px;
    height: 35px;
    padding: 0 15px;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    display: flex;
    transition: opacity 0.5s ease;
}

.sign_up_modal .sign_up_modal_right .kyc_details_wrap .verification_status p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    letter-spacing: -0.02em;
}

.sign_up_modal .sign_up_modal_right .dealer-agreement-text{
    font-size: 12px !important;
    text-align: left;
}

.state_dropdown,
.bank_name_dropdown {
    position: relative;
    width: 100%;
}

.state_dropdown a.js-link,
.bank_name_dropdown a.js-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.state_dropdown a.js-link.selected,
.bank_name_dropdown a.js-link.selected {
    color: #22492b;
}

.state_dropdown ul.js-dropdown-list,
.bank_name_dropdown ul.js-dropdown-list {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding: 10px !important;
    margin: 0;
    border-radius: 5px;
    max-height: 16rem;
    margin-top: 0.5rem;
    overflow-y: auto;
}
.bank_name_dropdown ul.js-dropdown-list{ 
    margin-top: 12px;
    overflow-y: auto;
    max-height: 200px
}

.state_dropdown ul.js-dropdown-list li,
.bank_name_dropdown ul.js-dropdown-list li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.state_dropdown ul.js-dropdown-list li:last-child,
.bank_name_dropdown ul.js-dropdown-list li:last-child {
    border-bottom: none;
}

.state_dropdown ul.js-dropdown-list li:hover,
.bank_name_dropdown ul.js-dropdown-list li:hover {
    background-color: #ddd;
    color: #22492b;
}

.profile_sidebar .active-menu {
    color: #585858 !important;
}

.btn.profile-aside-btn {
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
}

.__customer-profile .card-body {
    padding: 20px;
}

.__customer-profile .card-inner .form_input:nth-child(odd) {
    padding: 10px 17px 10px 5px;
}

.__customer-profile .card-inner .form_input:nth-child(even) {
    padding: 10px 5px 10px 17px;
}

.save_details,
.discard {
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    border-radius: 50px;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.02em;
    text-align: center;
    display: flex;
    align-items: center;
    color: white;
    width: 100%;
    justify-content: center;
    box-shadow: 7px 12px 24px 0px #52655782;
    margin-top: 42px;
}

.__customer-profile .card-inner .discard {
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    opacity: 30%;
}

.profile--info .user_info_completion .progress {
    height: 8px;
    background-color: #ffffff;
    margin: 8px 0;
}

.profile--info .user_info_completion .progress-bar {
    background-color: #48896a;
}

.profile--info .user_info_completion .user_phone {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.profile--info .user_info_completion .profile_complete {
    font-size: 11px;
    font-weight: 500;
    line-height: 24px;
}

.profile--info .user_info_completion .profile_complete span {
    font-weight: 00;
}

.user_profile_heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.user_profile_heading span {
    font-weight: 400;
}

.user_profile_heading_wrap {
    margin-bottom: 25px;
}

#set-wish-list .card-body {
    padding: 10px 15px;
}

.step1_add_bank_account .no_bank_account {
    background: #48896a;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.step1_add_bank_account .no_bank_account img {
    width: 12%;
}

.step1_add_bank_account .no_bank_account p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #ffffff;
    margin-bottom: 0;
    width: 27%;
}

.step1_add_bank_account .no_bank_account span {
    font-weight: 700;
}

.step1_add_bank_account .add_bank_account {
    background: linear-gradient(94.69deg, #313f31 44.26%, #1a251b 84.69%);
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: auto;
    margin-top: 25px;
    border-radius: 50px;
    width: 65%;
    border: none;
}

.step1_add_bank_account .add_bank_account:hover {
    box-shadow: 7px 12px 24px 0px #52655782;
}

.step1_add_bank_account .add_bank_account p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: white;
}

.step2_fill_bank_details .form_heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.40799999237060547px;
    text-align: left;
    color: #22492b;
}

.step2_fill_bank_details #fill_bank_details_form .form-group input {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #22492b;
}

.step2_fill_bank_details #fill_bank_details_form .form-group input::placeholder,
.bank_name_dropdown a.js-link {
    color: #b4c1ba;
}

.step2_fill_bank_details #fill_bank_details_form .bank_details_submit {
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    box-shadow: 7px 12px 24px 0px #52655782;
    color: white;
    height: 56px;
    text-align: center;
    border-radius: 50px;
    width: 100%;
    margin-top: 34px;
}

.editBankDetailsForm #bank_details_submit {
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    box-shadow: 7px 12px 24px 0px #52655782;
    color: white;
    height: 56px;
    text-align: center;
    border-radius: 50px;
    width: 100%;
    margin-top: 34px;
}

.step3_edit_bank_details .bank_details_wrap {
    background: #ecf2ee;
    border-radius: 10px;
    padding: 21px;
}

.step3_edit_bank_details .bank_details_wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    margin-bottom: 6px;
    color: #22492b;
}

.step3_edit_bank_details .bank_details_wrap span {
    font-weight: 600;
}

.step3_edit_bank_details .edit_remove_btn {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    justify-content: end;
    align-items: center;
}

.step3_edit_bank_details .edit_remove_btn button {
    height: 56px;
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #b4c1ba;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
}

.hero_slider_wrap.owl-theme .owl-nav.disabled + .owl-dots {
    margin-right: 0%;
}

.wallet .wallet_feature_wrap {
    border: 1px solid #c2dac4;
    border-radius: 10px;
    padding: 10.9px 12px;
    gap: 8px;
    margin-bottom: 31.83px;
}

.wallet .wallet_feature_wrap .wallet_feature {
    background: #fffbd7;
    border-radius: 8px;
    padding: 14px 0;
    gap: 6px;
    width: 100%;
}

.wallet .wallet_feature_wrap .wallet_feature p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    color: #22492b;
}

.wallet .availabel_balance_wrap {
    border: 1px solid #c2dac4;
    border-radius: 10px;
    padding: 19px;
}

.wallet .availabel_balance_wrap .availabel_balance {
    padding-bottom: 13px;
    border-bottom: 1px solid #c2dac4;
    margin-bottom: 19px;
}

.wallet .availabel_balance_wrap .availabel_balance .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    letter-spacing: -0.40799999237060547px;
    color: #22492bb3;
}

.wallet .availabel_balance_wrap .availabel_balance .total_balance {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.wallet
    .availabel_balance_wrap
    .availabel_balance_accordion
    > .card
    > .card-header {
    margin: 0;
}

.wallet .availabel_balance_wrap .availabel_balance_accordion .card {
    background-color: unset;
    margin-bottom: 12px;
    background: #ecf2ee;
    border-radius: 10px;
    padding: 19px 14px;
}

.wallet .availabel_balance_wrap .availabel_balance_accordion .card:last-child {
    margin-bottom: 0;
}

.wallet .availabel_balance_wrap .availabel_balance_accordion .card h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.wallet .availabel_balance_accordion .card h2 div {
    gap: 6px;
}

.wallet .availabel_balance_accordion .card h2 div .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
}

.wallet .availabel_balance_accordion .card h2 div .title span {
    font-weight: 600;
}

.wallet .availabel_balance_wrap .availabel_balance_accordion .card .card-body {
    padding: 13px 0 0;
}

.wallet .availabel_balance_accordion svg.minus_icon {
    position: absolute;
    right: 0;
}

.wallet .availabel_balance_accordion svg.minus_icon,
.wallet .availabel_balance_accordion svg.plus_icon {
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.wallet
    .availabel_balance_accordion
    .collapsible-link[aria-expanded="true"]
    .minus_icon,
.wallet
    .availabel_balance_accordion
    .collapsible-link[aria-expanded="false"]
    .plus_icon {
    opacity: 1;
    transform: rotate(0deg);
}

.wallet
    .availabel_balance_accordion
    .collapsible-link[aria-expanded="true"]
    .plus_icon,
.wallet
    .availabel_balance_accordion
    .collapsible-link[aria-expanded="false"]
    .minus_icon {
    opacity: 0;
    transform: rotate(90deg);
}

.wallet .availabel_balance_accordion .card .card-body .refund_wrap {
    padding-top: 13px;
}

.wallet
    .availabel_balance_accordion
    .card
    .card-body
    .refund_wrap:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #dddddd;
}

.wallet
    .availabel_balance_accordion
    .card
    .card-body
    .refund_wrap
    .refund_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 5px;
}

.wallet .availabel_balance_accordion .card .card-body .refund_wrap .refund_id {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #585858;
    margin-bottom: 0;
}

.wallet
    .availabel_balance_accordion
    .card
    .card-body
    .refund_wrap
    .refund_id
    span {
    font-weight: 700;
}

.wallet
    .availabel_balance_accordion
    .card
    .card-body
    .refund_wrap
    .refund_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #585858;
    margin-bottom: 5px;
}

.wallet
    .availabel_balance_accordion
    .card
    .card-body
    .refund_wrap
    .refund_amount {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    color: #589553;
    margin-bottom: 0;
}

.rating-show .tio-star.text-secondary {
    color: #dfece4 !important;
}

.order_page .search_order_wrap input {
    border: 1px solid #cbdbd2;
    background: #ffffffe5;
    width: 402px;
    box-sizing: border-box;
    border-radius: 10px;
    background-image: url("../img/media/search_icon.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 16px 20px 16px 40px;
    background-position: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #22492b;
}

.order_page .search_order_wrap input::placeholder {
    color: #b4c1ba;
}

.order_process_wrap .tab {
    overflow: hidden;
    display: flex;
    gap: 14px;
}

.order_process_wrap .tab .tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 18px 41px;
    transition: 0.3s;
    font-size: 17px;
    border-radius: 6px;
    color: #b4c1ba;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.40799999237060547px;
}

.order_process_wrap .tab .tablinks.active,
.order_process_wrap .tab .tablinks:hover {
    background: linear-gradient(281.09deg, #1a251b 31.26%, #628b65 116.89%);
    color: white;
}

.order_process_wrap .tabcontent {
    display: none;
    margin-top: 23px;
}

.order_process_wrap .process_wrap_top {
    background: #c2dac4;
    border-radius: 8px 8px 0 0;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

@keyframes moveRightAndBack {
    0% {
        margin-right: 8px;
    }
    50% {
        margin-right: 0;
    }
    100% {
        margin-right: 8px;
    }
}

.order_process_wrap .process_wrap_top svg.go_to_next {
    animation: moveRightAndBack 2s infinite; /* Adjust the duration as needed */
}

.order_process_wrap .process_wrap_top .order_status_wrap {
    display: flex;
    gap: 18px;
    align-items: center;
}

.order_process_wrap .process_wrap_top .order_status .status_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 4px;
}

.order_process_wrap .process_wrap_top .order_status .order_date {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 0;
}

.order_process_wrap .process_wrap_top .order_status .order_date span {
    font-weight: 600;
}

.order_process_wrap .process_wrap_bottom {
    background: #ffffffe5;
    border: 1px solid #cbdbd2;
    border-radius: 0 0 12px 12px;
    /* display: flex; */
    padding: 20px;
    gap: 16px;
}

.rate_product_wrap{
    margin-top: 20px;
}

.order_process_wrap .process_wrap_bottom .product_img_wrap {
    width: 15%;
    background: #FFFFFF;
    mix-blend-mode: multiply;
}

.order_process_wrap .process_wrap {
    margin-bottom: 20px;
}

.order_process_wrap .process_wrap_bottom .return_due_date {
    border: 0.5px solid #4b8759;
    border-radius: 7px;
    padding: 11px 17px;
    width: max-content;
}

.order_process_wrap .process_wrap_bottom .return_due_date p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #4b8759;
}

.order_process_wrap .process_wrap_bottom .return_due_date p span {
    font-weight: 600;
}

.rate_product_wrap {
    cursor: pointer;
    margin-top: 11px;
}

.rate_product_wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    color: #22492b;
    margin-bottom: 14px;
}

.rate_product_wrap .rating-show .tio-star {
    font-size: 22px;
}

.modal-open .modal.cancel_order_modal,
.modal-open .modal.add_delivery_address_modal,
.modal-open .modal.refund_update_popup,
.modal.kycModal {
    background: #a6c4b09c;
    backdrop-filter: blur(4px);
}

.img_video_verify .upload_product_img1 {
    width: 100%;
    border: 0.5px solid #b4c1ba;
    border-radius: 8px;
    padding: 0 16px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_video_verify .upload_product_img1 span {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    color: #22492b;
    display: flex;
    gap: 6px;
}

.img_video_verify .uploaded_image_item {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0 8px 0 0;
    border-radius: 5px;
    width: fit-content;
}

.img_video_verify .uploaded_image_item {
    border: none;
}

.img_video_verify .uploaded_image_item img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 4px;
    border-radius: 5px;
    background: #ecf2ee;
    padding: 5px;
}

.img_video_verify .uploaded_image_item .file_info {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    margin-right: 10px;
    flex-direction: column;
}

.img_video_verify .uploaded_image_item .remove_file {
    cursor: pointer;
    color: red;
    font-size: 16px;
}

/* #single_order_process_wrap {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
} */

.hidden {
    opacity: 0;
    display: none !important;
    transition: opacity 0.5s ease-in-out;
}

/* Fading in */
.fade-in {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/* Fading out */
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.single_order_process_wrap .user_profile_heading,
.order_return_wrap .user_profile_heading,
.cancel_order_wrap .user_profile_heading,
.return_request_wrap .user_profile_heading {
    gap: 7px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 34px;
}

.single_order_process_wrap .user_profile_heading span,
.order_return_wrap .user_profile_heading span,
.cancel_order_wrap .user_profile_heading span,
.return_request_wrap .user_profile_heading span {
    font-weight: 600;
}

.single_order_process_wrap .user_profile_heading .go_to_order,
.order_return_wrap .user_profile_heading .go_to_return,
.cancel_order_wrap .user_profile_heading .go_to_return1,
.return_request_wrap .user_profile_heading .go_to_return1 {
    color: #898989;
    cursor: pointer;
}

.single_order_process_wrap .product_item_wrap {
    gap: 21px;
    margin-bottom: 41px;
}

.single_order_process_wrap .product_item_wrap .product_img_wrap,
.check_cancel_status_body .product_item_wrap .product_img_wrap,
.recent_queires_wrap .product_item_wrap .product_img_wrap {
    width: 15%;
}

.single_order_process_wrap .product_item_wrap .product_name,
.return_request_wrap .product_item_wrap .product_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 14px;
    color: #22492b;
}

.single_order_process_wrap .product_item_wrap .product_info_wrap .order_id,
.single_order_process_wrap .product_item_wrap .product_info_wrap .order_date,
.single_order_process_wrap .product_item_wrap .product_info_wrap .invoice_number,
.return_request_wrap .product_item_wrap .product_info_wrap .order_id,
.return_request_wrap .product_item_wrap .product_info_wrap .order_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #585858;
    margin-bottom: 10px;
}

.single_order_process_wrap .product_item_wrap .product_info_wrap .order_id span,
.single_order_process_wrap .product_item_wrap .product_info_wrap .order_date span,
.single_order_process_wrap .product_item_wrap .product_info_wrap .invoice_number span,
.return_request_wrap .product_item_wrap .product_info_wrap .order_id span,
.return_request_wrap .product_item_wrap .product_info_wrap .order_date span {
    font-weight: 600;
}

.single_order_process_wrap .order-process,
.check_cancel_status_body .order-process,
.return_request_wrap .order-process,
.return_request_wrap .order-steps-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 41px 57px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #c2dac4;
    position: relative;
    margin-bottom: 20px;
}

/* .order-process-container {
    position: relative;
} */

/* .order-steps-slider {
    margin: 0 auto;
    width: 90%;
} */

.check_cancel_status_body .order-process {
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.return_request_wrap .order-process {
    padding: 45px 22px;
}

.single_order_process_wrap .order-process {
    position: relative;
}

.single_order_process_wrap .order-step,
.check_cancel_status_body .order-step,
.return_request_wrap .order-step {
    text-align: center;
    position: relative;
    width: auto;
}

.check_cancel_status_body .order-step {
    width: auto;
}

.single_order_process_wrap .order-process .order_progress,
.check_cancel_status_body .order-process .process_bar,
.return_request_wrap .order-process .process_bar {
    position: absolute;
    top: 37%;
    right: 17%;
    width: 70%;
    height: 7px;
    background-color: #f0f0f0;
}

.shipped_process, .delivery_process, .out_delivery_process, .return_request_process, .order_pickup_process, .refund_process, .return_approve_process {
    height: 7px;
    background: #D2D2D2;
    position: absolute;
    width: 86%;
    right: 55%;
    top: 27%;
    z-index: -1;
}

.single_order_process_wrap .order-process .order_progressbar {
    background-color: #4a8f48;
}

.single_order_process_wrap .order-process .order_progressbar {
    height: 100%;
    width: 0;
    background-color: #4caf50;
    transition: width 0.3s;
}

.check_cancel_status_body .order-process .process_bar,
.return_request_wrap .order-process .process_bar {
    top: 28%;
    right: 9%;
    width: 82%;
    background-color: #589553;
    background: #589553;
}

.return_request_wrap .order-process .process_bar {
    background: #e2af2c;
    top: 38%;
    right: 13%;
    width: 77%;
}

.single_order_process_wrap .icon,
.check_cancel_status_body .icon,
.return_request_wrap .icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background: #589553;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single_order_process_wrap .icon {
    background: #b4c1ba;
}

.order_process_active, .order_processbar_active {
    background: #589553 !important;
}

.order_process_active, .order_halfprocessbar_active {
    background: linear-gradient(to right, #589553 50%, #d2d2d2 50%);
}

.ordernext_processbar_active, .ordernext_process_active
{
    background: #E2AF2C !important;
}

.check_cancel_status_body .ordered .icon {
    margin: 0 17px;
}

.check_cancel_status_body .canceled_order .icon {
    background: #bb3f3f;
    margin-right: 17px;
    margin-left: 30px;
}

.return_request_wrap .return_requested .icon {
    background: #e2af2c;
}

.single_order_process_wrap .icon img,
.check_cancel_status_body .icon img {
    width: 30px !important;
    height: 30px;
}

.single_order_process_wrap .step-details,
.check_cancel_status_body .step-details,
.return_request_wrap .step-details {
    margin-top: 6px;
    font-family: var(--font-family-plus_jakarta);
}

.single_order_process_wrap .status,
.check_cancel_status_body .status,
.return_request_wrap .status {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 4px;
}

.single_order_process_wrap .status {
    color: #585858;
}

.order_status_active {
    color: #22492b !important;
}

.single_order_process_wrap .date,
.check_cancel_status_body .date,
.return_request_wrap .date {
    font-size: 11px;
    font-weight: 600;
    line-height: 13.86px;
    letter-spacing: -0.40799999237060547px;
    margin: 0;
    color: #585858;
}

.check_cancel_status_body .canceled_order .status,
.check_cancel_status_body .canceled_order .date {
    color: #bb3f3f;
}

.single_order_process_wrap .return_wrap,
.return_request_wrap .return_wrap {
    margin-bottom: 20px;
}

.return_request_wrap .return_wrap {
    margin-bottom: 40px;
}

.single_order_process_wrap .return_wrap .cancellation_date,
.return_request_wrap .return_wrap .cancellation_date {
    border: 0.5px solid #4b8759;
    border-radius: 7px;
    padding: 17px;
    width: max-content;
    cursor: pointer;
}

.order_process_wrap .process_wrap_bottom .cancellation_date,
.order_process_wrap .process_wrap_bottom .return_due_date {
    cursor: pointer;
}

.single_order_process_wrap .return_wrap .cancellation_date:hover,
.order_process_wrap .process_wrap_bottom .cancellation_date:hover,
.order_process_wrap .process_wrap_bottom .return_due_date:hover,
.return_request_wrap .return_wrap .cancellation_date:hover {
    background-color: #4b8759;
    color: white;
}

.single_order_process_wrap .return_wrap .cancellation_date p,
.return_request_wrap .return_wrap .cancellation_date p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #4b8759;
}

.order_process_wrap
    .process_wrap_bottom
    .cancellation_date:hover
    .cancellation_date_p,
.order_process_wrap
    .process_wrap_bottom
    .return_due_date:hover
    .cancellation_date_p,
.return_request_wrap
    .return_wrap
    .cancellation_date:hover
    .cancellation_date_p {
    color: white;
}

.single_order_process_wrap .return_wrap .cancellation_date p span {
    font-weight: 600;
}

.single_order_process_wrap .return_help_btns,
.return_request_wrap .return_wrap,
.return_request_wrap .return_help_btns {
    gap: 19px;
    align-items: center;
}

.single_order_process_wrap .return_help_btns button,
.return_request_wrap .return_help_btns button {
    height: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b4c1ba;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    background: white;
}

.single_order_process_wrap .shopping_details {
    padding-bottom: 32px;
    border-bottom: 1px solid #b4c1ba;
}

.single_order_process_wrap .shopping_details .title,
.single_order_process_wrap .payment_details .title,
.return_request_wrap .payment_details .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    padding: 18px 0 14px;
    border-bottom: 1px solid #ecf2ee;
    color: #22492b;
    margin-bottom: 11px;
}

.single_order_process_wrap .shopping_details .customer_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    color: #22492b;
    margin-bottom: 16px;
}

.single_order_process_wrap .shopping_details .customer_address {
    width: 293px;
    margin-bottom: 16px;
}

.single_order_process_wrap .shopping_details .order_deliver_type,
.single_order_process_wrap .shopping_details .customer_mobile,
.single_order_process_wrap .shopping_details .customer_address {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    letter-spacing: -0.4000000059604645px;
    color: #585858;
}

.single_order_process_wrap .payment_details .total_price,
.single_order_process_wrap .payment_details .payment_item,
.single_order_process_wrap .payment_details .delivery,
.single_order_process_wrap .payment_details .item_discount,
.single_order_process_wrap .payment_details .discount_coupon,
.return_request_wrap .payment_details .total_price,
.return_request_wrap .payment_details .delivery,
.return_request_wrap .payment_details .item_discount,
.return_request_wrap .payment_details .discount_coupon {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #585858;
    border-bottom: 0.5px dashed #b4c1ba;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.single_order_process_wrap .payment_details .total_amount,
.return_request_wrap .payment_details .total_amount {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    padding: 12px 10px 19px;
    border-bottom: 1px solid #ecf2ee;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.single_order_process_wrap .payment_details .payment_method,
.return_request_wrap .payment_details .payment_method {
    background: #ecf2ee;
    border-radius: 4px;
    padding: 3px 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    width: max-content;
}

.order_return_wrap .return_due_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 12px;
    border: 0.5px solid #b4c1ba;
    border-radius: 7px;
    margin-bottom: 20px;
}

.order_return_wrap .return_due_date p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #22492b;
}

.order_return_wrap .return_due_date p span {
    font-weight: 600;
}

.order_return_wrap .return_due_date .view_policy_btn {
    border-radius: 7px;
    border: 0.5px solid #b4c1ba;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #22492b;
    height: 40px;
    padding: 0 14px;
}

.select_returning_reason p {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
    padding-bottom: 8px;
    border-bottom: 1px solid #ecf2ee;
}

.select_returning_reason .form-check,
.select_cancel_reason .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 21px;
}

.select_returning_reason .form-check label,
.select_cancel_reason .form-check label {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #585858;
}

.select_returning_reason input[type="radio"],
.select_cancel_reason input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #cbdbd2;
    border-radius: 50%;
    margin-right: 10px;
    background-color: transparent;
    position: relative;
    top: 6px;
}

.select_returning_reason input[type="radio"]:checked::before,
.select_cancel_reason input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #22492b;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: appear 0.8s;
}

@keyframes appear {
    0% {
        transform: translate(-50%, -50%) scale(0);
        background-color: #fff;
    }
    45% {
        transform: translate(-50%, -50%) scale(1.6);
        background-color: #22492b;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.7);
        background-color: #22492bb5;
    }
    55% {
        transform: translate(-50%, -50%) scale(1.6);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        background-color: #22492b;
    }
}

.order_return_wrap .returning_reason_form .img_video_label {
    background: #fffbd7;
    border-radius: 8px;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
}

.order_return_wrap .returning_reason_form .img_video_label .label1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
    margin-bottom: 10px;
}

.order_return_wrap .returning_reason_form .img_video_label .label2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #585858;
    margin-bottom: 0;
}

.order_return_wrap .returning_reason_form .returning_reason {
    border: 1px solid #b4c1ba;
    border-radius: 7px;
    padding: 19px 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #22492b;
    margin-bottom: 17px;
    width: 100%;
}

.order_return_wrap .returning_reason_form .returning_reason::placeholder {
    color: #22492b99;
}

.order_return_wrap .returning_reason_form .confirm_return {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: #585858 !important;
    padding-bottom: 25px;
    border-bottom: 1px solid #cbdbd2;
}

.order_return_wrap .returning_reason_form .confirm_return input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.order_return_wrap .returning_reason_form .confirm_return .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #cbdbd2;
    border-radius: 4px;
    background-color: #ffffffe5;
}

.order_return_wrap
    .returning_reason_form
    .confirm_return:hover
    input
    ~ .order_return_wrap
    .returning_reason_form
    .confirm_return
    .checkmark {
    background-color: #ccc;
}

.order_return_wrap
    .returning_reason_form
    .confirm_return
    input:checked
    ~ .order_return_wrap
    .returning_reason_form
    .confirm_return
    .checkmark {
    background-color: #2196f3;
}

.order_return_wrap .returning_reason_form .confirm_return .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.order_return_wrap
    .returning_reason_form
    .confirm_return
    input:checked
    ~ .checkmark:after {
    display: block;
}

.order_return_wrap .returning_reason_form .confirm_return .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #48594c;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order_return_wrap .returning_next_wrap {
    margin-top: 17px;
}

.order_return_wrap .returning_next_wrap .label {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 6px;
}

.order_return_wrap .returning_next_wrap .refund_amount {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 0;
}

.order_return_wrap .returning_next_wrap .returning_next_btn,
.order_return_wrap .returning_next_wrap .submit_return_varification,
.cancellation_reason_form .cancel_order_confirm {
    height: 56px;
    padding: 0 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: white;
    border-radius: 50px;
    background: linear-gradient(94.33deg, #313f31 25.6%, #1a251b 85.79%);
}

.cancellation_reason_form .cancel_order_confirm {
    margin-top: 20px;
    margin-left: auto;
}

.order_return_wrap .img_video_verify .sec_titlee {
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 16px;
    color: #22492b;
}

.order_return_wrap .img_video_verify .upload_product_img_wrap {
    border: 1px solid #c2dac4;
    border-radius: 8px;
    padding: 21px 17px 31px 21px;
}

.order_return_wrap .img_video_verify .upload_product_img_wrap .title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 21px;
}

.order_return_wrap .img_video_verify .upload_product_img_wrap .title span {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
    margin-bottom: 0;
}

.order_return_wrap .img_video_verify .upload_product_img_wrap .instructions {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.40799999237060547px;
    color: #585858;
}

.order_return_wrap .img_video_verify_wrap {
    padding-bottom: 150px;
    border-bottom: 1px solid #ecf2ee;
}

.order_return_wrap .thankyou_wrap_body .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
    margin-bottom: 20px;
    margin-top: 24px;
}

.order_return_wrap .thankyou_wrap_body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.64px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    color: #585858;
    width: 34%;
    margin: auto;
}

.order_return_wrap .thankyou_wrap_body p span {
    font-weight: 600;
}

.order_return_wrap .thankyou_wrap_body .back_to_home {
    background: linear-gradient(94.03deg, #313f31 30.46%, #1a251b 86.72%);
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    width: 30%;
    margin: auto;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 60px;
    border-radius: 50px;
}

.modal.cancel_order_modal .modal-dialog,
.modal.kycModal .modal-dialog {
    margin-top: 100px;
}

.modal.cancel_order_modal .modal-content,
.modal.kycModal .modal-content {
    border-radius: 17px;
    border: none;
    box-shadow: -7px 0px 15px 0px #0000001a, -27px 0px 27px 0px #00000017,
        -60px 0px 36px 0px #0000000d, -107px 0px 43px 0px #00000003,
        -167px 0px 47px 0px #00000000;
}

.modal.cancel_order_modal .modal-content .modal-header {
    background: #c2dac4;
    padding: 20px;
    border-radius: 17px 17px 0 0;
    border: none;
    align-items: start;
}

.modal.cancel_order_modal .modal-content .modal-header .close,
.modal.kycModal .modal-content .modal-header .close {
    color: black !important;
    font-size: 32px;
    opacity: 1;
    margin: -29px -4px -1rem auto !important;
}

.cancel_order_modal .product_item_wrap .product_img_wrap {
    width: 30%;
}

.cancel_order_modal .product_item_wrap .product_info_wrap h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 14px;
    color: #22492b;
}

.cancel_order_modal .product_item_wrap .product_info_wrap h3 span {
    font-weight: 700;
}

.cancel_order_modal .modal-body h4.alert_msg {
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 15px;
}

.cancel_order_modal .modal-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.40799999237060547px;
    color: #585858;
    margin-bottom: 0;
}

.cancel_order_modal .modal-body .btns_wrap {
    margin-top: 34px;
}

.cancel_order_modal .modal-body .btns_wrap button {
    border: 1px solid #b4c1ba;
    height: 56px;
    padding: 0 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.cancellation_reason_form .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
    padding-bottom: 8px;
    border-bottom: 1px solid #ecf2ee;
}

.select_cancel_reason {
    padding-bottom: 135px;
    border-bottom: 1px solid #ecf2ee;
}

.cancellation_confirmed_body .cancellation_confirmed_wrap {
    border: 1px solid #c2dac4;
    padding: 19px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 8px;
    margin-bottom: 26px;
}

.cancellation_confirmed_body .cancellation_confirmed_wrap .order_info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
    margin-bottom: 12px;
}

.cancellation_confirmed_body .cancellation_confirmed_wrap .order_info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.40799999237060547px;
    color: #585858;
    margin-bottom: 0;
}

.cancellation_confirmed_body .cancellation_confirmed_wrap .order_info p span {
    font-size: 700;
}

.cancellation_confirmed_card {
    height: 92%;
}

.cancellation_confirmed_body .action_btns .check_cancel_status,
.check_cancel_status_body .action_btns .need_help_btn {
    border: 1px solid #b4c1ba;
    height: 56px;
    border-radius: 50px;
    width: 100%;
    padding: 0 29px;
    cursor: pointer;
    text-align: center;
}

.check_cancel_status_body .action_btns .need_help_btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.cancellation_confirmed_body .action_btns .check_cancel_status:hover,
.check_cancel_status_body .action_btns .need_help_btn:hover {
    box-shadow: 5px 8px 14.8px 0px #d7e9db78;
}

.cancellation_confirmed_body .action_btns .check_cancel_status p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-bottom: 0;
}

.continue_shopping_btn,
.add_delivery_address,
.save_address_continue,
.save_new_address, .get_best_priceAddress {
    background: linear-gradient(97.03deg, #313f31 9.2%, #1a251b 103%);
    color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    border-radius: 50px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

.add_delivery_address {
    width: 50%;
}

.add_delivery_address:hover {
    box-shadow: 5px 8px 14.8px 0px #d7e9db78;
}

.continue_shopping_btn:hover {
    color: white !important;
}

.check_cancel_status_body .product_item_wrap {
    padding: 14px;
    border: 1px solid #cbdbd2;
    border-radius: 10px;
}

.check_cancel_status_body .reason_cancelation h4 {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #22492b;
    margin-bottom: 8px;
}

.check_cancel_status_body .reason_cancelation p {
    padding: 14px 16px;
    background: #ecf2ee;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #22492b;
}

.check_cancel_status_body .reason_cancelation {
    margin-bottom: 35px;
}

.add_delivery_address_modal .modal-dialog {
    margin-top: 100px;
}

.add_delivery_address_modal .modal-dialog .modal-content {
    box-shadow: -7px 4px 15px 0px #00000040;
    padding: 18px 22px;
    border: none;
}

.add_delivery_address_modal .add_delivery_address_form h3, .get_best_priceform .delivery_location h3 , .get_best_priceform .additional_requirenment h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #22492b;
    margin-bottom: 20px;
}

.add_delivery_address_modal .add_delivery_address_form .contact_details,
.add_delivery_address_modal .add_delivery_address_form .address_details {
    margin-bottom: 40px;
}

.add_delivery_address_modal .add_delivery_address_form .contact_details input,
.add_delivery_address_modal .add_delivery_address_form .address_details input, .get_best_priceform input{
    border: 1px solid #cbdbd2;
    background: #ffffffe5;
    border-radius: 10px;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #48594c;
    width: 100%;
}

.add_delivery_address_modal
    .add_delivery_address_form
    .contact_details
    input::placeholder,
.add_delivery_address_modal
    .add_delivery_address_form
    .address_details
    input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #b4c1ba;
}

.save_address_continue:hover,
.save_new_address:hover, .get_best_priceAddress:hover {
    color: white !important;
}

.change_delivery_address_form .add_new_address_btn {
    border: 0.8px solid #b4c1ba;
    border-radius: 50px;
    height: 56px;
    margin-bottom: 40px;
    gap: 4px;
    width: 100%;
}

.change_delivery_address_form .add_new_address_btn p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.change_delivery_address_form .address-card {
    border: 1px solid #c2dac4;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.change_delivery_address_form .address-card.selected {
    border-color: #4a8f48;
}

.change_delivery_address_form .address-card input[type="radio"] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    opacity: 1;
    cursor: pointer;
    clip: unset !important;
    accent-color: #22492b !important;
}

.change_delivery_address_form .address-card .customer_name {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    color: #22492b;
    margin-bottom: 12px;
}

.change_delivery_address_form .address-card .customer_address {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #22492b;
    margin-bottom: 11px;
    height: 53px;
    overflow-y: auto;
}

.change_delivery_address_form .address-card .customer_number {
    font-size: 11px;
    font-weight: 500;
    line-height: 13.86px;
    color: #22492b;
    margin-bottom: 10px;
}

.change_delivery_address_form .address-card .customer_number span {
    font-weight: 300;
    color: #8e9f96;
}

.change_delivery_address_form .custom-radio {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #c2dac4;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}

.change_delivery_address_form
    .address-card
    input[type="radio"]:checked
    + .custom-radio {
    border-color: #4a8f48;
    background-color: #4a8f48;
}

.change_delivery_address_form .custom-radio::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #4a8f48;
    border-radius: 50%;
    display: none;
}

.change_delivery_address_form
    .address-card
    input[type="radio"]:checked
    + .custom-radio::before {
    display: block;
}

.deliver_to_address {
    display: block;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    border: none;
    cursor: not-allowed;
    box-shadow: 7px 12px 24px 0px #52655782;
    transition: background-color 0.3s ease;
    background-color: grey;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    color: white;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deliver_to_address.enabled {
    background-color: #4a8f48;
    cursor: pointer;
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
}

.widget-cart-top svg path {
    fill: #68bd6b !important;
}

.widget-cart-top {
    background-color: #cbedc97a !important;
}

.widget-cart-top span {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    margin-left: 5px;
}

.dropdown-saved-amount small,
.cart-dropdown .widget-cart-item span.text-accent,
.cart-dropdown span.text-accent {
    color: #22492b !important;
}

.cart-dropdown .btn.btn--primary {
    background: linear-gradient(281.09deg, #1a251b 31.26%, #628b65 116.89%);
    border-radius: 50px !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.main_header .nav-item {
    position: relative;
}

.mega-menu {
    display: none;
    position: absolute;
    top: 101%;
    left: -100%;
    background-color: white;
    width: 638px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 101;
    padding: 40px 55px;
}

.mega-menu-content {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-content a
{
    width: 100%;
    height: 100%;
}

.mega-menu .product {
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 16.62px 0px #76767640;
    border-radius: 13px;
    cursor: pointer;
    height: 100%;
}

.mega-menu .product img {
    max-width: 100px; /* Adjust image size */
    height: auto;
    display: block;
    margin: 0 auto 10px;
    height: 100px;
}

.mega-menu .product p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.21px;
    letter-spacing: -0.44916898012161255px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.mega_menu_product_item {
    position: relative;
}

.mega_menu_product_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 13px;
}

.mega_menu_product_item.more .mega_menu_product_overlay {
    opacity: 1;
}

/* Show the mega menu on hover */
.main_header .nav-item:hover .mega-menu {
    display: block;
}

.dropdown-menu.show > i.__inline-16 {
    transform: rotate(90deg);
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    border-bottom: 5px solid white;
}

.refund_update_popup .modal-dialog {
    margin-top: 100px;
}

.refund_update_popup .modal-dialog .close {
    opacity: 1;
    font-size: 2.5rem;
    color: #000000;
}

.refund_update_popup .modal-body .refund_update_wrap {
    background: #48896a;
    border-radius: 10px;
    padding: 20px 18px;
    margin-bottom: 20px;
}

.refund_update_popup .modal-body .refund_update_wrap h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: white;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff;
}

.refund_update_popup .modal-body .refund_update_wrap p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: center;
    color: white;
    margin-bottom: 3px;
}

.refund_update_popup .modal-body .refund_update_wrap p span {
    font-weight: 600;
}

.refund_update_popup .modal-body .view_refund_summry_btn {
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    box-shadow: 5px 8px 14.8px 0px #52655782;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.02em;
    color: white;
    border: 1px solid #1a251b;
    border-radius: 50px;
    width: 100%;
}

.refund_update_popup .modal-body .view_refund_summry_btn:hover {
    background: white;
    color: #1a251b;
}

.important-style {
    display: block !important;
}

.pickup_address_wrap,
.return_mode_wrap {
    margin-bottom: 27px;
}

.pickup_address_wrap .title,
.return_mode_wrap .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    color: #22492b;
    margin-bottom: 12.5px;
}

.pickup_address_wrap .pickup_address_details,
.return_mode_wrap .return_mode_details {
    border: 1px solid #c2dac4;
    padding: 14.5px 23px;
    border-radius: 7px;
}

.pickup_address_wrap .pickup_address_details .customer_name {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    color: #22492b;
    margin-bottom: 12px;
}

.pickup_address_wrap .pickup_address_details .customer_address {
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
    color: #22492b;
    margin-bottom: 10px;
    width: 233px;
}

.pickup_address_wrap .pickup_address_details .customer_mobile {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    color: #22492b;
}

.return_mode_wrap .return_mode_details p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #22492b;
}

.reason_for_return_wrap .title,
.comment_wrap .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 14px;
    color: #22492b;
    margin-bottom: 16px;
}

.reason_for_return_wrap .reason_for_return,
.comment_wrap .comment {
    background: #ecf2ee;
    border-radius: 8px;
    padding: 14px 19px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #22492b;
    margin-bottom: 24px;
}

.pickup_address_wrap .return_requested,
.return_mode_wrap .return_requested {
    background: #ecf2ee;
    border: none !important;
}

.recent_queires_wrap .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    padding-bottom: 16px;
    border-bottom: 1.44px solid #c2dac4;
    color: #22492b;
}

.recent_queires_wrap .product_item_wrap .product_info_wrap .product_name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    color: #232323;
}

.recent_queires_wrap .product_item_wrap .product_info_wrap .resolved_tag {
    background: #589553;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.86px;
    text-align: center;
    color: white;
    padding: 7px 15px;
    width: max-content;
    margin-bottom: 22px;
}

.recent_queires_wrap .product_item_wrap .product_info_wrap .due_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #22492b;
    margin-bottom: 0;
}

.recent_queires_wrap .view_all_queries {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #22492b;
    text-decoration: underline;
}

.recent_queires_wrap svg {
    width: 25px;
}

.queries_accordination .btn-check:checked + .btn,
.queries_accordination .btn.active,
.queries_accordination .btn.show,
.queries_accordination .btn:first-child:active,
.queries_accordination :not(.btn-check) + .btn:active {
    border: none !important;
}

.queries_accordination .card-header label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.14px;
    color: #585858 !important;
}

.queries_accordination .card-header .menu--caret {
    transform: rotate(-90deg);
    color: #22492b !important;
}

.queries_accordination
    .menu--caret-accordion.open
    > div
    > .menu--caret {
    transform: none;
}

.queries_accordination .card-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #585858 !important;
}

.save_address_wrap .search_address {
    border: 1px solid #cbdbd2;
    background: #ffffffe5;
    width: 80%;
    box-sizing: border-box;
    border-radius: 10px;
    background-image: url("../img/media/search_icon.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 15px 20px 15px 40px;
    background-position: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #22492b;
    margin-bottom: 18px;
}

.save_address_wrap .search_address::placeholder {
    color: #b4c1ba;
}

.save_address_wrap .new_address_wrap {
    padding-top: 18px;
    border-top: 1px solid #ecf2ee;
}

.save_address_form .address-card .action_btn_wrap {
    margin-top: 24px;
}

.save_address_form .address-card .defualt_edit_wrap {
    gap: 8px;
}

.save_address_form .address-card .default_btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    color: #22492b;
    background: #c2dac4;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
}

.save_address_form .address-card .set_default_btn,
.save_address_form .address-card .edit_btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: -0.40799999237060547px;
    text-align: center;
    color: #22492b;
    padding: 10px 20px;
    border-radius: 50px;
    border: 0.8px solid #b4c1ba;
    background: none;
}

.save_address_form .address-card .delete_address_btn {
    padding: 0;
    border: none;
    background: none;
}

.change_delivery_address_form .add_new_address_btn:hover {
    box-shadow: 5px 8px 14.8px 0px #d7e9db78;
}

.after_login_dropdown {
    padding: 15px;
    left: -90%;
}

.after_login_dropdown:before {
    content: "";
    width: 33%;
    position: absolute;
    height: 10px;
    background: #22492b;
    left: 34%;
    top: 0;
}

.profile_menu {
    height: 80px;
}
@media (max-width: 768px) {
    .profile_menu {
        height: 64px;
    }
}
.after_login_dropdown .user_name_number .user_name,
.after_login_dropdown .user_name_number .user_number {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 15.12px;
    color: #22492b;
}

.after_login_dropdown .user_name_number .user_number {
    font-weight: 400;
}

.after_login_dropdown .title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #22492b;
    margin: 16px 0 8px;
    padding: 0.425rem 1.3rem;
}

.kyc_details_wrap .note {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 15.12px;
    text-align: left;
    color: #48594c;
    margin-bottom: 10px;
}

.kyc_details_wrap .file_upload_label {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 0.48px dashed #22492b;
    cursor: pointer;
    background: white;
    border-radius: 5.71px;
    width: 100%;
    height: 40px;
    gap: 18px;
}

.kyc_details_wrap .file_upload_label input {
    display: none;
}

.kyc_details_wrap .file_upload_label label {
    display: flex;
    flex-direction: column;
}

.kyc_details_wrap .file_upload_label label p,
.kyc_details_wrap .file_upload_label label span {
    font-size: 10px;
    font-weight: 500;
    line-height: 7.62px;
    color: #b4c1ba;
}

.kyc_details_wrap .file_upload_label label span {
    font-size: 6.67px;
    margin-top: 5px;
}

.kyc_details_wrap .upload_file_wrap {
    background: #ffffffe5;
    border: 1px solid #cbdbd2;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    padding: 5px;
    height: 48px;
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: end;
}

.kycModal .modal-body {
    padding: 0 0 60px;
}

.kycModal .modal-body h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 44.94px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #22492b;
    margin-bottom: 3px;
}

.kycModal .modal-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: center;
    color: #48594c;
}

.delivery_type_sec .delivery_option .option {
    border: 1px solid #c2dac4;
    border-radius: 8px;
    padding: 16px;
}

.delivery_type_sec .delivery_option .option h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    color: #22492b;
    margin-bottom: 2px;
}

.delivery_type_sec .delivery_option .option p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #8b988e;
    margin-bottom: 0;
}

.delivery_type_sec .delivery_option .option .transport_details textarea, .get_best_priceform .additional_requirenment textarea {
    background: #ecf2ee;
    border-radius: 9px;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
    border: none;
    height: 89px;
    margin-top: 16px;
}

.get_best_priceform .additional_requirenment textarea
{
    background: #FFFFFFE5;
    width: 100%;
    border: 1px solid #CBDBD2;
    margin-top: 0;
}

.delivery_type_sec .delivery_option .option .transport_details::placeholder {
    color: #5858588f;
}

.delivery_type_sec input[type="radio"] {
    width: 24px;
    height: 24px;
    opacity: 1;
    position: relative;
    cursor: pointer;
    clip: unset !important;
    accent-color: #22492b !important;
}

.reward_points_wrap .reward_points,
.transaction_log_wrap {
    border: 1px solid #c2dac4;
    padding: 17px 16px;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}

.transaction_log_wrap {
    border: 1px solid #c2dac4;
    border-radius: 8px;
}

.reward_points_wrap .reward_points .reward_point,
.reward_points_wrap .reward_points .reward_amount,
.transaction_log_wrap .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25.2px;
    letter-spacing: -0.40799999237060547px;
    color: #22492bb3;
    margin-bottom: 0;
}

.transaction_log_wrap .title {
    padding-bottom: 17px;
    border-bottom: 1px solid #c2dac4;
    margin-bottom: 20px;
}

.reward_points_wrap .reward_points .reward_amount {
    color: #22492b;
}

.reward_points_wrap {
    margin-bottom: 23px;
}

.reward_points_wrap .reward_note_wrap {
    padding: 12px 16px 16px;
    background: #48896a;
    border-radius: 0 0 8px 8px;
}

.reward_points_wrap .reward_note_wrap p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    margin-bottom: 10px;
    color: white;
}

.reward_points_wrap .reward_note_wrap ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: white;
}

.reward_points_wrap .reward_note_wrap ul li span {
    font-weight: 600;
}

.transaction_log_wrap .transaction_log {
    background: #ecf2ee;
    border-radius: 8px;
    padding: 14px 14px 17px;
}

.transaction_log_wrap .transaction_log:not(:last-child) {
    margin-bottom: 20px;
}

.transaction_log_wrap .transaction_log .order_details {
    padding-bottom: 19px;
    border-bottom: 0.5px solid #d9d9d9;
    margin-bottom: 6px;
}

.transaction_log_wrap .order_details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.40799999237060547px;
    color: #22492b;
}

.transaction_log_wrap .order_details p span {
    font-weight: 600;
}

.transaction_log_wrap .order_details p.transiction_id {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #585858;
}

.transaction_log_wrap .order_details p.transiction_id span,
.transaction_log_wrap .order_details .date_amount .amount {
    font-weight: 700 !important;
}

.transaction_log_wrap .transaction_log .points {
    font-size: 11px;
    font-weight: 600;
    line-height: 13.86px;
    text-align: right;
    color: #22492b;
}

.owl-item.active
{
    z-index: 1000000 !important;
}

.order_process_slider.owl-theme:not(:hover) .owl-nav {
    opacity: 1;
}

.order_process_slider.owl-theme .owl-nav
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 9%;
}

.order_process_slider.owl-theme .owl-nav button
{
    transform: none;
}

.order_process_slider.owl-theme:not(:hover) .owl-nav .owl-prev , .order_process_slider.owl-theme .owl-nav .owl-prev
{
    transform: translateX(-10px);
}

.order_process_slider.owl-theme:not(:hover) .owl-nav .owl-next, .order_process_slider.owl-theme .owl-nav .owl-next
{
    transform: translateX(35px);
}

.order_process_slider.owl-theme .owl-nav button
{
    height: 37px !important;
    width: 37px !important;
}

.order_process_slider.owl-theme .owl-nav button.owl-prev, .order_process_slider.owl-theme .owl-nav button.owl-next
{
    background-image: url("../img/media/owl-pre.png"), linear-gradient(180deg, #61AE5A 0%, #0A7D00 100%) !important;
    background-size: auto !important;
    background-repeat: no-repeat;
    background-position: center;
}

.order_process_slider.owl-theme .owl-nav button.owl-next
{
    background-image: url("../img/media/owl-next.png"), linear-gradient(180deg, #61AE5A 0%, #0A7D00 100%) !important;
}

.order_process_slider.owl-theme .owl-nav .owl-prev span , .order_process_slider.owl-theme .owl-nav .owl-next span
{
    font-size: 0 !important;
    background: transparent !important;
}

#preloader_overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #CBEDC9;
    transition: 1s 0.4s;
  }

.loader_circle
{
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #589553;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.main_header .nav-item:first-child .mega-menu, .main_header .nav-item:nth-child(2) .mega-menu
{
    left: 0;
}

.main_header .nav-item:last-child .mega-menu, .main_header .nav-item:nth-last-child(2) .mega-menu, .main_header .nav-item:nth-last-child(3) .mega-menu
{
    left: inherit;
    right: 0%;
}

#navbarCollapse .__dropdown-menu-2 .dropdown a:first-child
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.out-of-stock-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: 1rem;
    background-color: var(--white);
    border-radius: 50px;
    border: 1px solid var(--red-dark);
    padding: 18px 0px;
    font-size: 16px;
    color: var(--red-dark);
    font-weight: 500;
    font-family: var(--font-family-plus_jakarta);
}
.out-of-stock-button:hover{
    background-color: var(--red-light);
}
.action-reveal-price-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: 1rem;
    border-radius: 50px;
    border: 0px;
    padding: 18px 0px;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--font-family-plus_jakarta);
    background: linear-gradient(94.04deg, #313F31 17.27%, #1A251B 73.71%);
}
.card-out-of-stock-button{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: var(--white);
    border-radius: 50px;
    border: 1px solid var(--red-dark);
    padding: 6.73px 0;
    font-size: 14px;
    color: var(--red-dark);
    font-weight: 500;
    font-family: var(--font-family-plus_jakarta);
    height: 37.45px;
    align-items: center;
}
.card-out-of-stock-button:hover{
    background-color: var(--red-light);
}
.no-review-img{
    width: 65px;
    height: 65px;
}
.no-review-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 16px;
    text-align: center;
    width: 100%;
    color: var(--grey);
}

.get-price-btn 
{
    position: absolute;
    top: 30%;
}

.get_best_priceform .radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #FFFFFFE5;
    border-radius: 10px;
    border: 1px solid #B4C1BA;
    height: 100%;
    padding: 6px;
}

.get_best_priceform .radio_container input[type="radio"] {
    appearance: none;
    display: none;
}

.get_best_priceform .radio_container .get_price_btn, .get_best_priceform .radio_container .get_nos_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    transition: linear 0.3s;
    color: #22492B;
    margin-bottom: 0;
    font-size: 12px;
    width: 50%;
    height: 100%;
    border: none !important;
    background: none;
}

.get_price_action {
    background: linear-gradient(180deg, #313F31 0%, #212D22 32.4%, #1A251B 88.9%) !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    transition: 0.3s !important;
}

.get_best_priceform .delivery_location
{
    margin-top: 32px;
}

.get_best_priceform .delivery_location h3 
{
    margin-bottom: 20px;
}

.get_best_priceModal .requirement_submitted h3 
{
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    color: #22492B;
}

.get_best_priceModal .requirement_submitted p 
{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #22492BD6;
}

.loyalty-wrap .transaction_log_wrap .transaction_log .points 
{
    font-size: 16px;
    font-weight: 800;
}

.price_locked_wrap 
{
    position: relative;
    overflow: hidden;
}

.price-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    overflow: hidden;
}

/* Blurred and faded background */
.blur-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 76%);
    backdrop-filter: blur(2px); 
    -webkit-backdrop-filter: blur(2px);
    z-index: -1;
}

/* Overlay content (not blurred) */
.overlay-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #333;
    opacity: 1; 
    gap: 5px;
}

.overlay-content .icon-lock {
    font-size: 24px;
    margin-bottom: 8px;
}

.overlay-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-align: center;

}

.blurry_text 
{
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    filter: blur(2px);
}

/* Earn With Us Start */
.join_as_dealer_container, .join_as_seller_container{
    position: absolute;
    top: 13%;
}
.join_as_dealer_container{
    left: 5%;
}
.join_as_seller_container{
    right: 5%;
    text-align: right;
}
.join_as_dealer_container .join_as_dealer_title, .join_as_seller_container .join_as_seller_title{
    color: #22492B;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0px;
}
.join_as_dealer_container .join_as_dealer_sub_text, .join_as_seller_container .join_as_seller_sub_text{
    color: #22492B;
    font-size: 1rem;
    max-width: 15rem;
    margin-top: 0.5rem;
    font-weight: 500;
    height: 82px;
}
.join_as_dealer_container button, .join_as_seller_container button{
    height: 56px;
    text-align: center;
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    box-shadow: 5px 8px 14.8px 0px #52655782;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.02em;
    color: white;
    border-radius: 50px;
    width: 74%;
    margin-top: 20%;
}
@media screen and (max-width:575px){
    .join_as_dealer_container .join_as_dealer_title, .join_as_seller_container .join_as_seller_title{
        font-size: 1.2rem;
    }
    .join_as_dealer_container .join_as_dealer_sub_text, .join_as_seller_container .join_as_seller_sub_text{
        font-size: 0.8rem;
        max-width: 11rem;
        margin-bottom: 0rem;
    }
    .join_as_dealer_container button, .join_as_seller_container button{
        margin-top: 0px;
        height: 36px;
        padding: 0px;
    }
}
@media screen and (min-width:575px) and (max-width:1024px){
    .join_as_dealer_container .join_as_dealer_title, .join_as_seller_container .join_as_seller_title{
        font-size: 1.2rem;
    }
    .join_as_dealer_container .join_as_dealer_sub_text, .join_as_seller_container .join_as_seller_sub_text{
        font-size: 0.8rem;
        max-width: 11rem;
        margin-bottom: 0rem;
    }
    .join_as_dealer_container button, .join_as_seller_container button{
        margin-top: 10%;
        height: 48px;
        padding: 0px;
    }
}
/* Earn With Us End */

/* Rate Product Modal End */
.rate_product_modal .modal-content{
    border-radius: 1rem;
}
.rate_product_modal .modal-content .modal-header h6{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin-bottom: 0px;
}
.rate_product_modal .modal-content .modal-header button span{
    font-size: 2rem;
    line-height: 1.4rem;
    color: #000000;
}
.rate_product_modal .modal-content .modal-body hr{
    border: none;
    border-top: 0.1rem solid #ECF2EE;
}
.rate_product_modal .modal-content .modal-body .review-product-card{
    border: 0.1rem solid #ECF2EE;
    border-radius: 0.8rem;
}
.rate_product_modal .modal-content .modal-body .review-product-card h6{
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 600;
    color: #22492B;
}
.rate_product_modal .modal-content .modal-body .review-product-card small{
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 500;
    color: #22492B;
}
.rate_product_modal .modal-content .modal-body .price-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.rate_product_modal .modal-content .modal-body .review-product-card p{
    font-size: 1.2rem;
    font-weight: 500;
    color: #22492B;
    margin-bottom: 0rem;
}
.rate_product_modal .modal-content .modal-body .review-product-card del{
    font-size: 0.7rem;
    font-weight: 400;
    color: #B4C1BA;
}
.rate_product_modal .modal-content .modal-body .rating-card, .rate_product_modal .modal-content .modal-body .review-card{
    gap: 0.8rem;
    border: 0.1rem solid #ECF2EE;
    border-radius: 0.8rem;
    padding: 1rem;
}
.rate_product_modal .modal-content .modal-body .rating-card p{
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1rem;
    color: #22492B;
}
.rate_product_modal .modal-content .modal-body .rating-card .rating{
    --fill: #F6D273;
    --starsize: 1.8rem;
}
.rate_product_modal .modal-content .modal-body .review-card p{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    color: #22492B;
}
.rate_product_modal .modal-content .modal-body .review-card .textarea{
    font-size: 0.8rem;
}
.rate_product_modal .modal-content .modal-body .submit-rate-review{
    font-size: 1rem;
    line-height: 1.4rem;
    min-width: 18rem;
    background: linear-gradient(93.71deg, #313F31 28.31%, #1A251B 89.1%);
    min-width: 18rem;
    color: #FFFFFF;
    border-radius: 2rem;
    padding: 1rem 2rem;
}
.rate_product_modal .modal-content .modal-body .img_remove_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rate_product_modal .modal-content .modal-body .img_remove_icon{
    background-color: #ef324b;
    color: #FFFFFF;
}
/* Rate Product Modal End */
a.cta-btn {
    width: 268px;
    height: 55px;
    text-align: center;
    background: linear-gradient(93.71deg, #313f31 28.31%, #1a251b 89.1%);
    box-shadow: 5px 8px 14.8px 0px #52655782;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.02em;
    color: white;
    border-radius: 50px;
    margin: 0px auto;
    align-self: flex-end;
    padding: 18px;
}