/*
Template Name: Groci - Organic Food & Grocery Market Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.3
*/


/*
	-- Body 
	-- Top Menu 
	-- Link Menu 
	-- Category Slider 
	-- Main Slider 
	-- Featured Product 
	-- Featured Box 
	-- Footer 
	-- Cart Sidebar 
	-- Shop Filters 
	-- Shop Detail 
	-- Cart Page 
	-- Checkout Page 
	-- Login Modal 
	-- My Account 
	-- About Page
	-- Blog Page
    -- Pagination
	-- Mobile Media
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Body */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 88%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--white-color);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    color: #0A0A0A;
    height: 100%;
}
:root {
  --indigo-color: #2e317e;
  --yellow-color: #FEDF31;
  --green-color: #248c44 ;
  --light-green-color: #daecdf;
  --white-color: #FFF;
  --black-color: #000;
}
/* .main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--indigo-color);
}

p {
    font-size: 14px;
    line-height: 22px;
    color: #0A0A0A;
}

img {
    height: auto;
    max-width: 100%;
}

ul,
ol {
    list-style: outside none none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    transform-style: preserve-3d;
}

a {
    text-decoration: none !important;
    color: #0A0A0A;
    transition-duration: 0.4s;
}

a:hover {
    transition-duration: 0.4s;
    color: var(--indigo-color);
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: medium none;
    outline-offset: 0;
}

body.modal-open header.sticky {
    z-index: 10;
}

header {
    position: relative;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    animation: smoothScroll 1s forwards;
    z-index: 99;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.border-none {
    border: medium none !important;
}

.section-padding {
    padding: 20px 0;
}

.margin-auto {
    margin: auto;
}

.dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer {
    margin-top: 15px;
    padding: 0;
}

.help-block li {
    color: red;
}

.bg-success {
    background: var(--indigo-color) none repeat scroll 0 0 !important;
}

.bg-dark {
    background: #1c2224 none repeat scroll 0 0 !important;
}

.btn-secondary {
    background: #FFDE34 none repeat scroll 0 0 !important;
    color: var(--indigo-color);
    border: 1px solid #FFDE34 !important;
}

.btn-secondary:hover {
    background: #F7ECFF none repeat scroll 0 0 !important;
    color: var(--indigo-color);
    border: 1px solid var(--indigo-color) !important;
}

.text-secondary {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: var(--green-color)!important;
}
a.text-secondary{
    cursor: pointer;
}

.badge {
    border-radius: 2px;
    font-weight: 400;
}

.btn {
    border: medium none;
    border-radius: 2px !important;
    font-size: 13px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 15px 0;
}
.sidemenu_content_mainBox .section-header a {
    line-height: normal;
    font-size: 12px;
}

.heading-design-h5 {
    color: #0A0A0A;
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
}


.heading-design-h5 span {
    display: block;
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 500;
    line-height: 15.6px;
    text-align: left;
    padding: 5px 0 0 0;
}

.heading-design-h5 a {
    font-size: 14px;
    line-height: 22px;
}

.border-top {
    border-top: 1px solid #eeeeee !important;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee !important;
}
.mobile-logo {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f9f9f9 !important;
    color: #1c2224 !important;
    text-decoration: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    width: 100%;
}

.select2-container .select2-selection--single {
    height: 40px;
    border-radius: 20px;
    background-color: #F2F2F2;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 20px;
    font-size: 14px;
}

label.control-label {
    color: #0A0A0A;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 4px;
    top: 5px;
}

.checkout-step-two .select2-container {
    width: 100% !important;
}

.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:first-of-type {
    border: 1px solid #eeeeee;
}

.select2-dropdown {
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 4px #dcdcdc !important;
}

.owl-controls .owl-nav {
    justify-content: center;
    display: flex;
}

.owl-controls .owl-nav div {
    background: none 0px 0px repeat scroll #F7ECFF !important;
    color: #5F5F5F !important;
}

.owl-controls .owl-nav div:hover {
    background: none 0px 0px repeat scroll var(--indigo-color) !important;
    color: #FFDE34 !important;
}

.owl-controls .owl-nav div,
.footer-social a {
    transform: scale(1);
    transition-duration: 0.4s;
}

.owl-controls .owl-nav div:hover,
.footer-social a:hover {
    transform: scale(1.09);
}

.input-group-text {
    border-radius: 2px;
    padding: 4px 10px;
}

.card-header {
    background-color: #F7ECFF;
    border: 1px solid var(--indigo-color);
    padding: 0;
}


/* 
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:first-of-type {
    border: 1px solid var(--indigo-color);
} */


/* .card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid var(--indigo-color);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
} */

.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-top {
    background: var(--indigo-color) none repeat scroll 0 0 !important;
}

.breadcrum-link {
    color: var(--indigo-color);
}


/* Top Menu */

.osahan-menu {
    padding: 0;
    background-color: var(--white-color);
    margin: 0 0 10px 0;
    box-shadow: 0 0px 10px #0000002b;
}

.osahan-menu .navbar-brand {
    padding: 5px 0;
    display: contents;
}

.navbar-brand img {
    max-width: 50%;
}

.headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.headerBox .logoBox {
    width: 33.33%;
}

.header_icons_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 66.66%;
}
.header_icons_box #menu_mainbox{
    width: 100%;
}

/* .osahan-menu .navbar-brand:hover {
    background: #384042 none repeat scroll 0 0;
} */

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.main_menu_mobile{
    display: none;
}
.main-nav-right li {
    margin: 0 !important;
}

.main-nav-right .osahan-top-dropdown img {
    border: 2px solid #fff;
    border-radius: 50px;
    height: 32px;
    left: 20px;
    position: absolute;
    top: 18px;
    width: 32px;
}

.main-nav-right .osahan-top-dropdown .dropdown-toggle {
    padding-left: 65px;
}

.cart-btn .mdi {
    font-size: 16px;
    line-height: 0;
    margin-right: 5px;
    vertical-align: -3px;
}

.cart-btn .btn {
    font-weight: 500;
    position: relative;
}

.cart-btn .cart-value {
    background: #fede33 none repeat scroll 0 0;
    color: var(--indigo-color);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    height: 15px;
    left: 18px;
    line-height: 16px;
    min-width: 15px;
    position: absolute;
    top: 0px;
}

.banner_img {
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.banner_img img{
    border-radius: 20px;
}
.trialpackImg{
    background-color: var(--light-green-color);
    padding: 2px;
}
.location-top {
    color: #fff !important;
}

.location-top i {
    font-size: 25px;
    vertical-align: sub;
}

.top-categories-search {
    background-color: #fff;
    border-radius: 30px;
}

.top-categories-search .form-control {
    border: medium none;
    font-size: 13px;
    height: 40px;
    width: 350px;
    border-radius: 30px !important;
    border: 1px solid var(--indigo-color);
}

.top-categories-search .btn {
    font-weight: 500;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: var(--light-green-color);
    color: var(--indigo-color);
    text-transform: uppercase;
    z-index: 3;
    border-radius: 60px !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -36px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    position: relative;
    z-index: 5;
}

.top-categories-search .btn img {
    max-width: 25px;
}

.top-categories-search .select2-selection.select2-selection--single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ececec -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 2px 0 0 2px;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    height: 38px;
}

.top-categories-search .form-control-select,
.top-categories-search .select2-container {
    width: 168px !important;
}

.top-categories-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 36px;
    padding: 0 16px;
}

.top-categories-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
}

.list-inline-item a {
    text-align: center;
    color: var(--indigo-color);
    line-height: normal;
    font-weight: 500;
    font-size: 12px;
    margin: 0 10px;
    display: block;
    position: relative;
    cursor: pointer;
}
.list-inline-item{
    transition-duration: 0.5s;
}
.top_other_icon_img {
    /* background-color: #fede33; */
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: grid;
    place-content: center;
    padding: 8px;
    margin: 0 auto;
    transition-duration: 0.5s;
}
.list-inline-item:hover .top_other_icon_img{
    background-color: var(--light-green-color);
}
.order_again_list {
    width: 15%;
}

.order_again_listBox {
    background-color: #EBECF5;
    border-radius: 10px;
    padding: 8px;
    position: relative;
}

.order_again_imgBox {
    border-radius: 8px;
    background-color: #fff;
    transition-duration: 0.5s;
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.order_again_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}

.order_again_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(0.8);
    transition-duration: 0.5s;
}

.order_again_img:hover img {
    transform: scale(1);
}

.order_again_img.count_box {
    font-size: 22px;
    font-weight: 600;
    color: #666666;
}

.order_again_count {
    color: var(--black-color);
    position: absolute;
    left: 8px;
    z-index: 1;
    right: 8px;
    bottom: 8px;
    height: auto;
    padding: 4px;
    background-color: #fff4b8;
    border-radius: 5px;
    text-align: center;
}

.brand-item {
    background-color: #DADBF0;
    margin: 0 auto 10px;
    object-fit: scale-down;
    padding: 5px;
    transform: scale(1);
    transition-duration: 0.4s;
    max-width: 130px;
    border-radius: 8px;
}

.brand-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.brand-item a img {
    aspect-ratio: 1/1;
    object-fit: contain;
    padding: 8px;
    border-radius: 10px;
    background-color: var(--white-color);
}

.brand_item_box {
    background-color: #DADBF0;
    object-fit: scale-down;
    padding: 5px;
    transform: scale(1);
    transition-duration: 0.4s;
    max-width: 136px;
    border-radius: 10px;
}

.brand_item_box a img {
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 6px;
    padding: 5px;
    background-color: var(--white-color);
}

.brand_list {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}


/* Link Menu */

.osahan-menu-2 {
    background: var(--white-color) none repeat scroll 0 0 !important;
    border-radius: 0;
    box-shadow: 0 2px 2px #eaeaea;
    margin-bottom: 15px;
    padding: 0;
}

.osahan-menu-2 .nav-link {
    color: #5F5F5F !important;
    font-size: 14px;
    padding: 12px 13px !important;
}

.dropdown-menu {
    border: medium none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 4px 4px #dcdcdc;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    color: #5F5F5F;
    font-size: 13px;
    padding: 5px 14px !important;
}

.osahan-menu-2 .nav-link.shop {
    border-right: 1px solid #ececec;
    color: var(--indigo-color) !important;
    font-weight: 500;
    margin-right: 11px;
    padding-right: 22px !important;
}

.osahan-menu-2 .nav-link:hover {
    background: #f4f4f4 none repeat scroll 0 0;
    color: var(--indigo-color) !important;
}


/* Category Slider */

.category-item a {
    display: inline-block;
}

.category-item img {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    object-fit: scale-down;
    padding: 7px;
    transform: scale(1);
    transition-duration: 0.4s;
    max-width: 120px;
}

.category-item:hover img {
    transform: scale(.9);
}

.top-category .category-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.top-category .category-item a {
    height: 100px;
    width: 100%;
}

.top-category .category-item img {
    padding: 0 0 8px 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-item {
    padding: 8px;
    text-align: center;
    margin: 0 0 20px 0;
}

.category-item h6 {
    font-size: 13px;
    margin: 0;
}

.top-category {
    padding: 20px 0;
}

.category-item p {
    margin: 0;
}
.categories_list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}

/* Main Slider */
.home_banner {
    border-radius: 20px;
    overflow: hidden;
}
.owl-carousel-slider a {
    width: 100%;
    height: 500px;
}

.owl-carousel-slider a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    transform: translate(0%, -50%);
    top: 50%;
    z-index: -1;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav1 {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.owl-carousel .owl-dot {
    background-color: #E0E0E0 !important;
    float: left;
    width: 8px;
    height: 6px;
    margin: 0 2px 0 0;
    border-radius: 20px;
}

.owl-carousel .owl-dot.active {
    height: 6px;
    width: 25px;
    background-color: var(--indigo-color) !important;
}

.owl-carousel .owl-nav button {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
    font-size: 0 !important;
    margin: 0 10px 0 0;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url('../images/left_arrow.svg') !important;
    background-position: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin: 0 0 0 -35px;
    background-color: transparent !important;
    float: left;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url("../images/right_arrow.svg") !important;
    background-position: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    font-size: 0;
    margin: 0 -35px 0 0;
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    float: right;
}


/* Featured Product */

.product {
    background: var(--white-color) none repeat scroll 0 0;
    border-radius: 10px;
    position: relative;
    border: 1px solid #248c4429;
    /* text-align: center; */
    height: 100%;
    overflow: hidden;
    margin: 0 0 1px 0;
    box-sizing: border-box;
}
.related_product .product{
    height: auto;
}

.product_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-footerBox {
    min-height: 78px;
}

.product-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background-color: #fff;
    /* display: grid; */
    place-items: center;
    margin: 0;
    text-align: center;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* 
.product-img:hover img {
    transform: scale(1);
} */
.product_featured_cat_icon_list {
    position: absolute;
    left: 6px;
    bottom: 45%;
}
.product_featured_cat_icon {
    display: flex;
    flex-direction: column-reverse;
}
.product_featured_cat_icon img{
    max-width: 35px;
    margin: 3px 0 0 0;
}

.product .cart_btn {
    display: flex;
    justify-content: flex-end;
}

button.add-to-cart-btn {
    background-color: var(--light-green-color);
    border: 0;
    border-radius: 5px;
    padding: 3px 35px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--black-color);
}
button.add-to-cart-btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}

.subscriptionBox {
    background-color: var(--green-color);
    cursor: pointer;
}

.subscriptionBtn img {
    max-width: 28px;
    margin: 0 5px;
}

.product .qtyBox {
    display: flex;
    overflow: hidden;
    justify-content: center;
    border-radius: 6px;
}

.notify_box {
    background-color: #fff0f2;
    height: auto;
    border-radius: 10px;
}
.product_unavailable {
    margin: 0;
    padding: 0 15px 8px 15px;
}

.product_unavailable_title {
    color: #C82038;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
}
.product_unavailable p{
    margin: 0;
    font-size: 10px;
    line-height: normal;
}

.product_unavailable_subtitle {
    color: #C82038;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    padding: 8px 0 0;
}
.remove_product_text {
    padding: 0 15px 8px;
}
.remove_product_text .product_unavailable_subtitle{
    padding: 0;
}
.productDetail_unavailable {
    color: #C82038;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #ffedf06e;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.productDetail_unavailable .product_unavailable_title{
    font-size: 14px;
    line-height: normal;
    padding: 0 0 5px 0;
}
.productDetail_unavailable p{
    margin: 0;
    line-height: normal;
}
.product_list_box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(184px, 1fr));
    gap: 20px;
    height: 100%;
}

.right_subCate_listingMainBox .product_list_box {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: 10px;
}
.data_not_available .imageBox{
    text-align: center;
}
.data_not_available .imageBox img{
   max-width: 60%;
}
.right_subCate_listingMainBox .data_not_available .imageBox img{
   max-width: 100%;
}
.all_product_list .product{
    margin: 0;
}
.product_name {
    color: var(--black-color);
    font-size: 14px;
    line-height: normal;
    padding: 10px 15px 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* line-height: 18px; */
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-align: left;
}

.product_weight {
    color: #7A7A7A;
    padding: 5px 15px 0px;
    height: 24px;
    line-height: normal;
    text-align: left;
}
.order_repeat_count {
    font-size: 12px;
    padding: 5px 0 5px 15px;
    line-height: normal;
}
.order_repeat_count span{
    font-weight: 600;
    color: var(--green-color);
}

.product_weight span {
    font-size: 12px;
}

.product-footer {
    padding: 0px 15px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.product-footer .product_detail,
.product-footer .cart_btn {
    width: 50%;
}

.subscribe_text {
    text-align: center;
    color: var(--white-color);
    background-color: var(--green-color);
    font-weight: 600;
    padding: 3px 0;
    display: none;
}

.offer-price {
    color: #0A0A0A;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-align: left;
}

.regular-price {
    color: #9B9B9B !important;
    font-size: 12px !important;
    line-height: 15px;
    position: relative;
    /* text-decoration: line-through; */
    /* margin: 0 0 0 10px; */
}
.regular-price::after {
    position: absolute;
    bottom: 7px;
    left: -3px;
    height: 0.5px;
    width: 58px;
    background-color: #9B9B9B;
    transform: rotate(348deg);
    content: "";
}

.subscription_btn {
    background-color: var(--green-color);
    text-align: center;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 7px;
    border-radius: 6px;
    cursor: pointer;
}

.product-footer .btn {
    border-radius: 49px !important;
    font-size: 11px;
    padding: 6px 10px;
    font-weight: 600;
    background: #FFDE34 none repeat scroll 0 0;
    color: var(--indigo-color);
}

.product-footer .btn:hover {
    background: var(--indigo-color) none repeat scroll 0 0 !important;
    color: #FFDE34;
}

.product_top_left {
    display: flex;
    background-color: #248c440f;
    border-radius: 10px 0;
    border-right: 1px solid #248c441a;
    transform: translateX(0px);
    transition-duration: 0.5s;
}
.shop-detail-slider:hover .product_top_left,
.product:hover .product_top_left{
    transform: translateX(0);
}

.country_flag {
    padding: 3px 10px;
    display: flex;
    align-items: center;
}

.country_flag img {
    max-width: 25px;
}

.discount_text {
    background-color: var(--green-color);
    color: var(--white-color);
    border-radius: 10px 0;
    padding: 0px 10px;
    line-height: normal;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    height: 30px;
}

.discount_text span {
    font-weight: normal;
}

.product_top_right {
    position: absolute;
    right: 0;
    z-index: 1;
}
.shop-detail-slider .product_top_right {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0px;
}
.product_top_right {
    padding: 4px 10px;
    background-color: var(--white-color);
    border-radius: 0 10px 0 10px;
    border-left: 1px solid #248c4429;
    border-bottom: 1px solid #248c4429;
    transform: translateX(0px);
    transition-duration: 0.5s;
}


.shop-detail-slider:hover .product_top_right,
.product:hover .product_top_right{
    transform: translateX(0);
}
.product_top_right .product_wishlist:not(:last-child) {
    margin: 0 0 3px 0;
}
.qtyBox {
    display: flex;
    overflow: hidden;
    border-radius: 6px;
}

.qtyBox .input-qty {
    font-size: 14px;
    text-align: center;
    height: 30px;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4.19px 4.19px 0px #0A0A0A12;
    border: 1px solid var(--green-color);
    background-color: #fff;
    font-weight: 600;
    outline: 0;
    border-radius: 0;
    box-sizing: content-box;
}
button.qty-btn.qty-btn-minus{
    border-radius: 5px 0 0 5px;
}
button.qty-btn.qty-btn-plus{
    border-radius: 0 5px 5px 0;
}
button.qty-btn {
    border: 1px solid var(--green-color);
    background-color: var(--green-color);
    color: var(--white-color);
    font-size: 16px;
    text-align: center;
    height: 30px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4.19px 4.19px 0px #0A0A0A12;
    box-sizing: content-box;
}

button.qty-btn1 {
    border: 0;
    background-color: var(--green-color);
    color: var(--white-color);
    font-size: 16px;
    text-align: center;
    height: 30px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4.19px 4.19px 0px #0A0A0A12;
}
button.qty-btn1.qty-btn-plus {
    border-radius: 0 6px 6px 0;
}
h2#swal2-title {
    font-size: 14px;
    padding: 30px 0 0 0;
}
button.swal2-confirm.swal2-styled {
    background-color: var(--green-color);
    color: var(--white-color);
    padding: 4px 20px;
    border-radius: 6px;
}
[class^=swal2] {
    -webkit-tap-highlight-color: unset !important;
}
button.swal2-cancel.swal2-styled{
    background-color: var(--indigo-color);
    color: var(--white-color);
    padding: 4px 20px;
    border-radius: 6px;
}
.wallet_box {
    background-color: var(--indigo-color);
    color: var(--white-color);
    padding: 25px 20px;
    border-radius: 6px;
    margin: 10px 0;
}

.wallet_box p {
    color: var(--white-color);
    font-size: 14px;
}

.wallet_text {
    color: var(--white-color);
    border-bottom: 1px solid;
    margin: 0px 0 8px 0;
    padding: 4px 0 6px 0;
    font-weight: 600;
    font-size: 14px;
}

.amountBox {
    color: var(--yellow-color);
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 6px 0;
}

.amountBox span {
    font-size: 30px;
    font-weight: 600;
}

.car_product_list .repeatDays_box {
    margin: 20px 0 0 0;
}

.car_product_list .order-subheading {
    font-size: 14px;
}

.car_product_list_mainBox .ordered_product .order_info {
    width: 80%;
}
.order-namingBox {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.order-namingBox .item:last-child {
    width: 30%;
}
.required_info_text.cursor_pointer {
    line-height: normal;
    margin-top: 5px;
    font-size: 12px;
}

.sub_btn_mainBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.cart_button_Box{
    display: flex;
    align-items: center;
    gap: 5px;
}
.cart_deletebox img {
    cursor: pointer;
}
.categories_product_list{
    margin: 20px 0;
}
.offer_sliderBox{
    display: flex;
    overflow-x: auto; 
    overflow-y: hidden; 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    flex-wrap: nowrap; 
    gap: 15px;
    scroll-behavior: smooth;
}
.offer_sliderBox .item {
    flex: 0 0 auto; 
    width: 40%; 
}
.sneaky_bannerBox,
.popup_bannerBox,
.trialpack_bannerBox{
    width: 50%;
}
.modal .trialpack_bannerBox{
    width: 100%;
}
.sneaky_bannerBox a,
.popup_bannerBox a,
.trialpack_bannerBox a{
    width: 100%;
    /* height: 250px; */
    display: block;
    aspect-ratio: 1/1;
    cursor: pointer;
}
.sneaky_bannerBox a img,
.popup_bannerBox a img,
.trialpack_bannerBox a img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/* Order details start */

.order-infoMainBox {
    margin: 30px 0;
}

.order_infobox {
    background-color: #EBECF5;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #dadbf0;
    padding: 20px 15px;
    box-shadow: 0px 3px 15px 0px #00000008;
    position: relative;
    margin: 0 0 20px 0;
}

.order_infobox .order_info {
    width: 70%;
}

.ordered_product .order_info {
    width: 72%;
}

.ordered_product {
    display: flex;
    gap: 20px;
    align-items: center;
    align-items: stretch;
}

.ordered_product .product_imgbox a{
    background-color: var(--white-color);
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.product_imgbox img {
    max-width: 165px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.order_info .order_product_name {
    color: #0A0A0A;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    margin: 0 0 5px 0;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.change_btn {
    font-size: 13px;
    cursor: pointer;
    line-height: normal;
}

.order_details ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 3px 0;
}

.order_details ul li span {
    font-weight: 500;
}

.order_details ul li span.price {
    font-size: 14px;
}

.weightBox,
.priceBox .actual_price,
.priceBox .mrp_price {
    font-weight: 400;
    color: #7A7A7A;
    line-height: normal;
}

.weightBox span,
.priceBox .actual_price span,
.priceBox .mrp_price span {
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
}

.mrp_price {
    font-size: 12px;
    /* text-decoration: line-through; */
}

.order_detailbox {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0px 3px 15px 0px #00000008;
    border: 1px solid #F5F5F5;
    margin: 0 0 10px 0;
}

.order_details table {
    width: 100%;
}

.order_details tr {
    vertical-align: baseline;
    border-bottom: 1px solid #f8f8f8;
}

.order_details tr:last-child {
    border-bottom: 0;
}

.order_details tr td {
    width: 50%;
    /* font-size: 12px; */
    padding: 0px 0;
}

.order_details tr td:nth-child(2) {
    text-align: right;
}

.order_details tr.small-text td:first-child {
    font-size: 13px;
    font-weight: 300;
}

.order_details tr td:first-child {
    color: #0A0A0A;
    font-weight: 500;
}

.order-subheading {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #0A0A0A;
    margin: 0 0 5px 0;
}
.car_order_detailsBox p{
    font-size: 13px;
    line-height: normal;
    margin: 0;
}

.order-subheading.d-flex {
    gap: 5px;
    align-items: center;
}

.subscription_duration .order-subheading.d-flex {
    gap: 5px;
    align-items: center;
}
.subscription_duration .heading {
    line-height: normal;
}
.subscription_duration .subheading {
    margin: 0 0 5px 0;
    line-height: normal;
    font-size: 14px;
}

.subscription_duration .order-subheading.d-flex img {
    margin: -4px 0 0 0;
}

.order-subheading.d-flex .subheading {
    font-size: 13px;
    font-weight: 400;
    padding: 6px 0;
}
.door_img_box {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

#zoomModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 991;
}
#zoomImage {
    max-width: 90%;
    max-height: 90%;
}
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.allDay_checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
}

.allDay_checkbox .form-check-input {
    margin: 0;
}

.allDay_checkbox .form-check-input:checked {
    background-color: var(--indigo-color);
    border-color: transparent;
}

.allDay_checkbox .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.delivery_detailbox {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 6px #C2C2C2;
    position: relative;
    margin: 0 0 20px 0;
}

.delivery_status {
    gap: 6px 20px;
    flex-wrap: wrap;
    margin: 16px 0;
}

.status_list {
    gap: 5px;
}

.status_color {
    background-color: #68DF3F;
    padding: 10px;
    border-radius: 25px;
}

.status_name {
    color: #3D3D3D;
    font-weight: 500;
    font-size: 14px;
}

.pause .status_color {
    background-color: #BDA6E1;
}

.pending .status_color {
    background-color: #DDC66C;
}

.cancel .status_color {
    background-color: #DF3F56;
}

.cancel_btn {
    background-color: #ffb4bf;
    color: var(--black-color);
    font-weight: 600;
    text-align: center;
    padding: 4px 32px;
    width: fit-content;
    border-radius: 6px;
    margin: 0 auto;
    cursor: pointer;
    transition-duration: 0.4s;
    display: inline-block;
    border: 0;
}

.cancel_btn_1 {
    background-color: var(--white-color);
    color: var(--indigo-color);
    font-weight: 600;
    text-align: start;
    padding: 4px 4px;
    width: fit-content;
    border-radius: 6px;
    border-color: var(--indigo-color);
    border-width: 10px;
    /* margin: 0 auto; */
    cursor: pointer;
    transition-duration: 0.4s;
    /* display: inline-block; */
}

.cancel_btn:hover {
    background-color: #DF3F56;
    color: var(--white-color);
    box-shadow: 0px 2px 0px #ddd;
}

.sub_order_btns .orderBtn {
    display: flex;
    gap: 10px;
}

.vacation_box {
    position: absolute;
    top: 20px;
    right: 20px;
}

.vacation_box .vacation_btn {
    background-color: var(--indigo-color);
    color: var(--white-color);
    padding: 3px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.vacation_box .vacation_btn img {
    max-width: 20px;
}

.delivery_dateBox {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.delivery_dateList {
    color: var(--white-color);
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 30px;
    margin: 0 0 5px 0;
}
.complate {
    background-color: #68DF3F;
}
.pause {
    background-color: #BDA6E1;
}
.pending {
    background-color: #DDC66C;
}
.cancel {
    background-color: #DF3F56;
}

.delivery_dateList.complate {
    background-color: #68DF3F;
}

.delivery_dateList.pause {
    background-color: #BDA6E1;
}

.delivery_dateList.pending {
    background-color: #DDC66C;
}

.delivery_dateList.cancel {
    background-color: #DF3F56;
}

.calender_listbox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.calender_list,
.calender_status_list {
    background-color: #FF7E38;
    border-radius: 10px;
    box-shadow: 3px 4px 5px #ddd;
    width: 85px;
    color: #0A0A0A;
    text-align: center;
    position: relative;
    margin: 0 0 10px 0;
    color: var(--white-color);
    cursor: pointer;
}

.calender_list::after,
.calender_status_list::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 7px;
    border: 2px solid #e4e4e4;
    background-color: #FF7E38;
    border-radius: 10px;
    top: -8px;
    right: 18px;
}

.calender_list::before,
.calender_status_list::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 7px;
    border: 2px solid #e4e4e4;
    background-color: #FF7E38;
    border-radius: 10px;
    top: -8px;
    left: 18px;
}
.modal .calender_list {
    background-color: #c0c0c0;
    color: var(--black-color);
}
.modal .calender_list::after,
.modal .calender_list::before{
    background-color: #c0c0c0;
}
.modal .calender_list:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}
.modal .calender_list:hover::after,
.modal .calender_list:hover::before{
    background-color: var(--green-color);
}

.calender_list.active {
    background-color: var(--green-color);
}

.calender_list.active::after {
    background-color: var(--green-color);
}

.calender_list.active::before {
    background-color: var(--green-color);
}

.calender_day {
    border-bottom: 2px solid #fff;
    padding: 10px 6px 3px 6px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.calender_date {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    padding: 5px;
}

.calender_date span {
    display: block;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
}

.calender_btn .submit_btn {
    font-weight: 600;
    padding: 6px 25px;
    border-radius: 8px !important;
    border: 1px solid var(--indigo-color);
    color: var(--indigo-color);
    background-color: var(--white-color);
    display: flex;
    justify-self: flex-end;
}

.calender_status {
    border-bottom: 2px solid #fff;
    padding: 0px 6px 0px 6px;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender_status_list {
    width: 100px;
}

.calender_status_list.complete {
    background-color: var(--green-color);
    cursor: auto;
}

.calender_status_list.complete::after {
    background-color: var(--green-color);
}

.calender_status_list.complete::before {
    background-color: var(--green-color);
}
.calender_status_list.pause {
    background-color:#BDA6E1;
    color: var(--black-color);
}

.calender_status_list.pause::after {
    background-color:#BDA6E1;
}

.calender_status_list.pause::before {
    background-color:#BDA6E1;
}

.calender_status_list.pending {
    background-color: #c0c0c0;
    color: var(--black-color);
    
}

.calender_status_list.pending::after {
    background-color: #c0c0c0;
}

.calender_status_list.pending::before {
    background-color: #c0c0c0;
}

.calender_status_list.cancel {
    background-color: #df3f56;
    color: var(--white-color);
    cursor: auto;
}

.calender_status_list.cancel::after {
    background-color: #df3f56;
}

.calender_status_list.cancel::before {
    background-color: #df3f56;
}
.calender_status_list .calender_date span:not(:last-child) {
    border-bottom: 1px solid;
}

.calender_status_list .calender_date span {
    font-size: 11px;
    padding: 3px 0;
}

.calender_status_list .calender_date {
    padding: 3px 8px;
}

.instruction_text img {
    max-width: 20px;
    margin: 0 3px 0 0;
}

.calender_list input[type="checkbox"] {
    display: none;

    &:not(:disabled)~label {
        cursor: pointer;
        color: var(--white-color);
    }

    &:disabled~label {
        color: var(--white-color);
    }
}

.calender_list input[type="checkbox"]:checked+label {
    background: #FF8D34;
    color: var(--white-color);
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.sub-order-details-data {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.sub-order-details-data.date {
    text-align: right;
}

.subscription_duration {
    padding: 25px 0;
    border-top: 1px solid #dcdcdc;
}
#subscribe .subscription_duration {
    padding: 20px 0;
    border-top: 1px solid #dcdcdc;
}
#subscribe .order-subheading.d-flex .subheading {
    padding: 0 0;
    margin: 2px 0 0 0;
}
#subscribe .dateBox {
    margin: 10px 0 0 0;
}
.dateBox input[type="date" i] {
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 4px 20px;
    color: var(--black-color);
    cursor: pointer;
    border: 1px solid var(--indigo-color);
}

.button_wrap {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.button_wrap .order_cancel_btn {
    background-color: #DF3F56;
    color: #fff;
    padding: 4px 30px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #DF3F56;
    cursor: pointer;
}

.button_wrap .order_cancel_btn:hover {
    border: 1px solid #DF3F56;
    color: #DF3F56;
    background-color: #F5F5F5;
}

.button_wrap .order_confirm_btn {
    background-color: var(--green-color);
    color: #fff;
    padding: 4px 30px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--green-color);
    cursor: pointer;
}

.button_wrap .order_confirm_btn:hover {
    border: 1px solid var(--green-color);
    color: var(--green-color);
    background-color: var(--white-color);
}



/* order details end */


/* order history page start */

.ordered_product .product_imgbox a img {
    max-width: 100%
}

.ordered_product .table {
    width: 100%;
    margin-bottom: 0;
    color: var(--indigo-color);
}

.ordered_product .table td,
.ordered_product .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: none;
}

.ordered_product .product_prize {
    font-size: 14px;
    font-weight: 400;
}

.ordered_product .order_product_name a {
    font-weight: 500;
    font-size: 14px;
    color: var(--indigo-color);
}

.order_mianbox .order_product_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    color: #0A0A0A;
    font-weight: 600;
    font-size: 14px;
}


/* order history page end */


/* order summary page start */

.order_box .product_imgbox img {
    max-width: 100px;
}

.days {
    text-transform: capitalize;
    color: var(--indigo-color);
    font-size: 13px;
}

.order_mianbox {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.order_mianbox .order_infobox {
    background-color: #F7ECFF;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #C2C2C2;
    padding: 20px;
    width: 360px;
    position: relative;
}

.order_time {
    border-bottom: 1px dashed;
    padding: 5px 0;
    display: flex;
    gap: 10px;
}

.order_time:last-child {
    border-bottom: none;
}

.time_details span {
    display: block;
    line-height: 20px;
}


/* order summary page end */


/* Featured Box */

.feature-box p {
    margin: 0;
}

.feature-box h6 {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0 0;
    color: #0A0A0A;
}

.feature-box .mdi {
    border: 1px solid #FFDE34;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    height: 60px;
    line-height: 56px;
    margin: 0px 15px 0px 0px;
    text-align: center;
    background-color: #FFDE34;
    width: 60px;
    transition-duration: 0.3s;
}

.feature-box .mdi:hover {
    background-color: transparent;
    border: 1px dashed var(--indigo-color);
    color: var(--indigo-color);
}


/* --------COUPON PAGE START------ */

.coupon_list_mainBox {
    border-top: 2px solid #f5f5f5;
    margin: 10px 0 0 0;
}
.coupon_item_list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 15px;
}
.coupon_item {
    padding: 20px;
    background-image: url('../images/Subtract.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.subheading {
    color: #0A0A0A;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 10px;
}

.unavailable_coupons .coupon_details_text {
    line-height: normal;
    font-size: 12px;
}

.coupon_data {
    position: relative;
    border-bottom: 2px dashed #D1BFEC;
    padding: 0 0 20px 0;
}

.coupon_data p {
    color: #3D3D3D;
    font-weight: 500;
    margin: 0;
    padding: 10px 0 0 0;
    /* position: absolute;
    top: 0;
    right: 0; */
}
.coupon-code-box{
    display: flex;
    gap: 5px;
    align-items: center;
}

.coupon_code_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupon_item.unavailable_coupons .coupon_code_data {
    opacity: 0.3;
}
.couponListContainer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.coupon_code {
    display: flex;
    align-items: center;
    gap: 20px;
}

.coupon_apply_btn {
    color: #DF3F56;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.coupon_img a{
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    width: 90px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    cursor: pointer;
}

.coupon_img a img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.coupon_code_text {
    border: 2px dashed var(--indigo-color);
    border-radius: 6px;
    width: auto;
    padding: 1px 10px;
    background-color: #e9eaff;
    font-weight: 600;
    color: var(--indigo-color);
    position: relative;
    cursor: pointer;
}
#couponListContainer .coupon_code_text::after{
    display: none;
}
.coupon_code_text::after {
    position: absolute;
    content: "";
    background-image: url('../images/copy.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
    z-index: 1;
    top: 0;
    right: -26px;
    bottom: 0;
    margin: auto;
}

.coupon_code_text.copied {
    background-color: var(--indigo-color);
    color: #fff;
}

.coupon_details {
    color: #7A7A7A;
    line-height: normal;
    padding: 10px 0;
    font-size: 12px;
}

.unavailble_offer_text {
    color: #DF3F56;
    font-weight: 600;
    font-size: 17px;
}

.coupon_searchBox button {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: var(--indigo-color);
    font-weight: 600;
    font-size: 17px;
}

.coupon_search {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px 0;
}

.coupon_search .form-control {
    font-size: 14px;
    background-color: #ffffff;
    padding: 8px 20px;
    height: 40px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}


/* --------COUPON PAGE END------ */


/* -----CARD DETAILS PAGE START ----------*/

.payment_option {
    border-radius: 10px;
    border: 1px solid #E0E0E080;
    background-color: var(--white-color);
    padding: 15px;
    box-shadow: 0px 2px 4px 0px #0000001A;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.payment_option input {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    accent-color: var(--indigo-color);
}

input[type="checkbox" i] {
    accent-color: var(--indigo-color);
}

.payment_option [type="radio"] {
    height: 18px;
    width: 18px;
}

.payment_details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.card_text {
    font-size: 14px;
}

.payment_method {
    margin: 0 0 15px 0;
}

.cod_order_box {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.add_card_btn {
    background-color: var(--light-green-color);
    border-radius: 5px;
    color: var(--black-color);
    font-weight: 600;
    padding: 5px;
    transition-duration: 0.4s;
    border: 1px solid var(--green-color);
    cursor: pointer;
    line-height: normal;
    text-align: center;
}

.add_card_btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
    box-shadow: 0px 2px 4px 0px #0000001A;
}


/* -----CARD DETAILS PAGE END --------------- */


/* ----DAILY ORDERS PAGE START---------- */
.my-order-mainList {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.sub_order_list.my-order-list {
    margin: 0;
}
.daily_order_infoBox a {
    background-color: var(--white-color);
    border-radius: 10px;
    border: 1px solid #dadbf0;
    padding: 15px 20px;
    box-shadow: 0px 3px 15px 0px #00000008;
    position: relative;
    margin: 0 0 20px 0;
    display: block;
    transition-duration: 0.3s;
    height: 100%;
}

.daily_order_infoBox a:hover {
    background-color: #eeeeee;
}

.daily_order_infoBox .order_status {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.daily_order_infoBox .order_status.ready_for_pickup {
    color: #FFBF78;
}

.daily_order_infoBox .order_status.out_for_delivery {
    color: #FFBF78;
}

.daily_order_infoBox .order_status.completed {
    color: var(--green-color);
}

.daily_order_infoBox .order_status.placed {
    color: #FF7D29;
}

.daily_order_infoBox .order_status.order_processed {
    color: var(--indigo-color);
}

.daily_order_infoBox .order_status.order_cancelled {
    color: #DF3F56;
}

.order_details_list li {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 3px 0;
}

.order_details_list li span {
    font-weight: 500;
}

.order_track_mainBox {
    margin: 0 0 30px 0;
}
.order_track_mainBox .buyAgain_btn{
    height: auto;
    padding: 5px 14px;
}
.sub_order_details_heading {
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 6px 0;
}
.order_daily_detail_mainbox .cancel_orderBtn{
    margin: 5px 0 0 0;
}
.order_track_list {
    display: flex;
    align-items: center;
    margin: 15px 0 15px 0;
}

.track_list {
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
}

.track_list_sept {
    width: 12%;
    height: 5px;
    background-color: #EBECF5;
}

.track_list_sept.track_select {
    background-color: var(--green-color);
}

.track_list_arrow {
    width: 100%;
    margin: -30px 0 5px 0;
}

.track_list_check img {
    filter: grayscale(100%);
    max-height: 30px;
    opacity: 0.5;
    border: 1px solid var(--green-color);
    border-radius: 100%;
    padding: 2px;
}

.track_list_check.track_select img {
    filter: none;
    opacity: 1;
}

.track_list_text {
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
}

.track_list.track_list_select .track_list_text {
    font-weight: 400;
    line-height: normal;
}

.track_status {
    width: 100px;
    text-align: left;
    font-size: 12px;
}

.track_status.list2 {
    margin: 0 0 0 -15px;
}

.track_status.list3 {
    margin: 0 0 0 -15px;
}

.track_status.list4 {
    margin: 0 0 0 15px;
}

.order_details_list.payment li {
    font-weight: 500;
    font-size: 14px;
}

.order_details_list.payment li span {
    font-size: 16px;
    font-weight: 600;
    color: var(--green-color);
}

.daily_payment_detail_section {
    background-color: #EBECF5;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #dadbf0;
    padding: 20px 15px;
    box-shadow: 0px 3px 15px 0px #00000008;
    position: relative;
    margin: 0 0 20px 0;
}

.cancel_orderBtn {
    width: max-content;
    color: var(--indigo-color);
    border: 1px solid var(--indigo-color);
    border-radius: 50px;
    font-weight: 500;
    padding: 4px 15px;
    margin: 10px 0 0 0;
    cursor: pointer;
    transition-duration: 0.4s;
}

.cancel_orderBtn:hover {
    box-shadow: 2px 4px 3px 0 rgb(215 215 215);
}

.cancel_orderBtn img {
    max-width: 20px;
}
.cancel_order_btn .daily-order-status-btn1 {
    width: max-content;
    border: 1px solid;
    border-radius: 50px;
    font-weight: 500;
    padding: 7px 15px;
    margin: 0;
    transition-duration: 0.4s;
}

.order_cancelled_box {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    align-items: center;
}

.order_cancelled_box .order_cancelled_img {
    border-radius: 10px;
    border: 1px solid #DF3F56;
    padding: 4px 20px;
}

.order_cancelled_box .order_cancelled_img img {
    max-width: 30px;
}

.order_cancelled_text {
    line-height: normal;
}

/* ------DAILY ORDERS PAGE END-------------- */


/* ------ CANCEL ORDER POPUP START---------- */

#cancel_order .modal-body {
    padding: 20px;
}

#otherReason {
    display: none;
    width: 100%;
    padding: 0 10px;
    margin: 10px 0 20px;
}

.reasons_list input {
    accent-color: var(--indigo-color);
}

.reasons_list [type="radio"] {
    height: 18px;
    width: 18px;
}

.reasons_list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal .link.green {
    color: var(--green-color);
    font-weight: 600;
    font-size: 14px;
}


/* ------ CANCEL ORDER POPUP END---------- */


/* ----- CATEGORIES LISTING PAGE START----------- */
.cart_tabbing_mainBox{
    margin: 0px 0 30px 0;
}
.cart_tabbing_mainBox .nav {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
}

.nav-pills .nav-link {
    color: var(--black-color);
    background-color: var(--white-color);
    border-radius: 10px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    width: 140px;
}

.categories_list_text {
    color: var(--black-color);
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    margin: 5px 0;
    min-height: 32px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--white-color);
    position: relative;
}

.nav-pills .nav-link::after {
    position: absolute;
    background-color: var(--white-color);
    border: 1px solid #F6F2FC;
    border-radius: 10px;
    height: 65%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    transition-duration: 0.3s;
}

.nav-pills .nav-link.active::after,
.nav-pills .show>.nav-link::after {
    position: absolute;
    background-color: #F6F2FC;
    border-radius: 10px;
    height: 60%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    content: ""
}

.categories_list_img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
    box-shadow: 1px 1px 20px #ddd;
    background-color: var(--white-color);
}

.categories_list_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.categories_list_box {
    gap: 10px;
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
}
.sub_cate_nav .categories_list_text{
    min-height: auto;
    text-align: start;
}

.all_cate_subCate_list .nav-link {
    margin: 0 0 4px 0;
    padding: 10px 10px 10px 15px;
    background-color: rgb(36 140 68 / 6%);
    border: 0;
    width: 100%;
    border-right: 4px solid var(--green-color);
}
.all_cate_subCate_list .nav-link:hover, .all_cate_subCate_list .nav-link.active {
    border-right: 0;
    background: var(--white-color);
    /* background: linear-gradient(90deg, #248c4475 0%, rgb(36 140 68 / 29%) 50%, rgba(255, 255, 255, 0.40304043980873594) 100%); */
}
.all_cate_subCate_list .nav-link:hover .categories_list_img, .all_cate_subCate_list .nav-link.active .categories_list_img{
    box-shadow: none;
    background-color: var(--light-green-color);
}

/* ----- CATEGORIES LISTING PAGE END----------- */


/* -----NOTIFICATION PAGE START------- */

.notification_listing .accordion {
    column-count: 1;
}
.notificationBox{
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    background-color: #ffffff;
    box-shadow: 0px 2px 0px #ccc;
    transition-duration: 0.7s;
}
.notification_heading {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding: 0 0 3px 0;
}
.notification_text {
    font-size: 12px;
    line-height: normal;
}

.notification_img{
    width: 100px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
}
.notification_img img {
   height: 100%;
   width: 100%;
   object-fit: cover;
}
.notification_date {
    font-size: 12px;
    font-weight: 500;
    background-color: #d5eddd;
    line-height: normal;
    border: 1px solid var(--green-color);
    border-radius: 6px;
    padding: 3px 10px;
    width: fit-content;
    margin: 0 0 6px 0;
    position: absolute;
    right: 4px;
    top: 3px;
}
/* -----NOTIFICATION PAGE END */


.cart_flating_btn {
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: var(--indigo-color);
    border: 1px solid var(--indigo-color);
    padding: 7px 7px;
    border-radius: 60px;
    line-height: normal;
    z-index: 20;
    cursor: pointer;
    /* display: grid; */
    display: none;
}

.cart_flating_btn img {
    max-width: 25px;
    align-self: end;
    justify-self: center;
}

.cart_flating_btn .cart-value {
    background: #f1f1f1 none repeat scroll 0 0;
    color: var(--indigo-color);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    height: 16px;
    left: 23px;
    line-height: 17px;
    min-width: 16px;
    position: absolute;
    text-align: center;
    top: 6px;
}

.order_placeBox {
    background-color: var(--indigo-color);
    padding: 15px;
    border-radius: 10px;
    z-index: 1;
    right: 0;
    left: 0;
    margin: 0 30%;
    bottom: 5%;
    text-align: center;
    position: fixed;
}

.top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-color: var(--indigo-color);
    border: 1px solid var(--indigo-color);
    padding: 7px 7px;
    border-radius: 60px;
    line-height: normal;
    transition-duration: 0.6s;
    transform: scale(0);
    z-index: 20;
    cursor: pointer;
}

.top_btn.show {
    transform: scale(1);
}

.show_footer {
    background-color: #248c442b;
    padding: 10px;
    line-height: normal;
    border-radius: 10px 10px 0 0;
    border-top: 2px solid var(--green-color);
    display: none;
    font-size: 12px;
    font-weight: 500;
}
.FooterLinks__Grid{
    display: grid;
    grid-template-columns: 1fr 2fr;
}
ul.FooterLinks__List {
    list-style: none;
    padding: 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 12px 24px;
}
.Footer__Wrapper {
    background-color: #248c442b;
    color: var(--white-color);
    padding: 20px 0 40px;
}
.DownloadAndFollowRow__Wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    background-color: var(--green-color);
    max-width: 100%;
    color: var(--white-color);
}
.DownloadAndFollowRow__Grid{
    width: auto;
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 16px 0px;
    align-items: center;
}
.download_buttonBox{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.download_btnText {
    font-weight: 600;
    font-size: 14px;
    margin: 0 16px;
}
.download_buttons_Item {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: 15px;
}
.DownloadAndFollowRow__Item.socialMedia {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.DownloadAndFollorRow_SocialIcon{
    margin: 0px 4px;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
}
.DownloadAndFollorRow_SocialIcon img {
    height: 35px;
    width: 35px;
}
.footer-bottom {
    background-color: var(--green-color);
}

.footer .footer_heading {
    color: var(--green-color);
    margin: 0 0 10px 0;
    font-weight: 600;
}

.footer-bottom {
    padding: 8px 0;
}

footer li {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
}
footer li a {
    color: var(--black-color);
}
.footer_heading {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 18px;
    margin: 24px 0px;
}
.footer_heading span a {
    color: var(--indigo-color);
    font-size: 12px;
    margin: 0 0 0 5px;
}
.footer_listing li {
    position: relative;
    padding-left: 12px;
    font-size: 13px;
    line-height: normal;
    margin: 0 0 10px 0;
}

.footer_listing li::before {
    content: '-';
    position: absolute;
    top: 0px;
    left: 0;
    color: var(--black-color);
}

.footer_link {
    text-align: right;
}

.footer_link a:hover {
    color: #fede33;
}

footer li:hover a {
    color: var(--green-color);
}

.footer_link a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-left: 1px solid #ccc;
    line-height: normal;
    padding: 0 10px 0 10px;
    transition-duration: 0.3s;
}

.app img {
    height: 32px;
    margin: 0 10px 10px 0;
}

.footer-bottom p {
    line-height: 16px;
    color: var(--white-color);
}

.footer-social a {
    display: inline-block;
    height: 30px;
    width: 30px;
}

.featureBox_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
}

.feature-box {
    display: grid;
    grid-template-columns: 23% 1fr;
    align-items: center;
    gap: 0px;
}

.feature_box_text {
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.feature_box_img {
    border: 1px solid var(--indigo-color);
    border-radius: 50px;
    display: grid;
    align-self: center;
    height: 50px;
    background-color: var(--indigo-color);
    width: 50px;
    transition-duration: 0.3s;
}

.feature_box_img:hover {
    background-color: var(--green-color);
    border: 1px solid var(--green-color);
}

.feature_box_img img {
    max-width: 35px;
    align-self: center;
    justify-self: center;
}

/* Cart Sidebar */

body.toggled {
    overflow: hidden;
}

body.toggled::after {
    background: #0A0A0A none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
}

.navbar-top .login_cartbox {
    display: block;
}
.login_cartbox_mobile {
    display: none;
}
.mobile_text,
.toggle_close_logo {
    display: none;
}
.cart-sidebar {
    background: #fff none repeat scroll 0 0;
    overflow: auto;
    position: fixed;
    right: -420px;
    top: 0;
    width: 420px;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
}

.toggled .cart-sidebar {
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cart-sidebar-body {
    height: 66vh;
    overflow: inherit;
}

.cart-sidebar-header {
    background: #1c2224 none repeat scroll 0 0;
    color: #fff;
    padding: 18px 20px;
}

.cart-sidebar-header h5 {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.cart-sidebar-header .float-right {
    background: #fff none repeat scroll 0 0;
    border-radius: 24px;
    color: #0A0A0A;
    height: 26px;
    line-height: 25px;
    text-align: center;
    width: 26px;
}

.cart-list-product {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 20px 20px 14px 20px;
    position: relative;
}

.cart-list-product img {
    float: left;
    height: 95px;
    margin: 0 10px 0 auto;
    object-fit: fill;
    width: 80px;
}

.cart-list-product h5 a {
    font-size: 14px;
    color: var(--indigo-color);
    font-weight: 500;
}

.cart-list-product h5 {
    margin: 0;
}

.cart-list-product h6 {
    font-size: 11px;
    color: #5F5F5F;
    font-weight: 300;
}

.cart-list-product>h6 span {
    color: #FFDE34;
}

.remove-cart {
    position: absolute;
    right: 18px;
    top: 12px;
}

.cart-list-product .badge {
    background-image: url(../images/offer_bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 2px;
    color: var(--white-color);
    font-size: 10px;
    font-weight: 400;
    padding: 4px 6px 6px;
}

.cart-sidebar-footer {
    background: #ececec none repeat scroll 0 0;
    padding: 14px 20px;
}

.cart-store-details p {
    margin: 0 0 3px;
}

.cart-store-details h6 {
    margin: 10px 0 19px;
}

.cart-sidebar-footer .btn {
    padding: 15px 17px;
}

.cart-delivery-list {
    padding: 20px;
    border-bottom: 1px solid #ececec;
}

.cart-delivery-list:last-child {
    border-bottom: none;
}

.cart-list-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 0 20px;
}

.edit_btn img {
    max-width: 25px;
}


/* .cart-delivery .modal-backdrop {
    z-index: 2000;
} */

.week-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}

.week-list input[type="radio"] {
    display: none;

    &:not(:disabled)~label {
        padding: 2px 8px;
        color: var(--black-color);
        cursor: pointer;
        background: rgb(255, 255, 255);
        border-radius: 30px;
        border: 0.5px solid rgb(235, 235, 235);
        box-shadow: rgba(28, 28, 28, 0.06) 0px 1px 4px 0px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    &:disabled~label {
        padding: 2px 8px;
        color: var(--black-color);
        cursor: pointer;
        background: rgb(255, 255, 255);
        border-radius: 30px;
        border: 0.5px solid rgb(235, 235, 235);
        box-shadow: rgba(28, 28, 28, 0.06) 0px 1px 4px 0px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

.week-list input[type="radio"]:checked+label {
    background: #dadbf0;
    color: var(--black-color);
    border-radius: 30px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Jivan css start */
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup Content Box */
.popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 80%;
    max-height: 80%;
    text-align: center;
}

/* Popup Image */
.popup-content img {
    max-width: 70%;
    max-height: 70%;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

/* Show Popup */
.show-popup {
    display: flex !important;
}


.order_daily_detail_mainbox ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-end;
}

.order_daily_detail_mainbox .daily-order-status-btn{
    width: max-content;
    border: 1px solid;
    border-radius: 50px;
    font-weight: 500;
    padding: 6px 15px;
    margin: 5px 0 0 0;
    cursor: pointer;
    transition-duration: 0.4s;
}
.order-mrp_mainBox {
    display: flex;
    justify-content: space-between;

}

/* .new_payment_mainBox {
    position: relative;
} */

#ajaxLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

#ajaxLoader img {
    max-width: 100px;
}
.share-options1 {
    display: flex;
    gap: 10px; /* spacing between icons */
    align-items: center;
    margin-top: 10px;
}

.share-options1 a img {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}

.share-options1 a:hover img {
    transform: scale(1.1); /* optional hover effect */
}

/* Jivan css end */
.text-with-bg {
    color: white; 
    background-color: var(--green-color); 
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    height: 20px;
    width: 70px;
}
.order_details .text-with-bg{
    margin: auto 0 auto auto;
}

.loader {
    border: 2px solid #F3F3F3;
    /* Light grey */
    border-top: 2px solid #28292A;
    /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Rahul css statrt */
.trial_pack_mainbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(257px, 1fr));
    gap: 15px;
    
}
.trial_pack_listing{
    transition-duration: 0.6s;
}
.trial_pack_heading {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 600;
    margin: 0;
    color: var(--white-color);
}

.trial_pack_headingbox {
    background-color: var(--green-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    transition-duration: 0.6s;
}
.trial_pack_listing:hover .trial_pack_headingbox{
    background-color: var(--indigo-color);
}


.trial_pack_listing {
    border: 1px solid #248c4429;
    border-radius: 10px;
    overflow: hidden;
}

.tial_pack_img img {
    border-radius: 10px 10px 0 0;
}

.trial_pack_section {
    padding: 50px 0;
}

.trial_pack_model button.btn-close {
    position: relative;
    right: 0;
    top: 0;
}

.trial_pack_product_img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    background-color: #DADBF0;
    border-radius: 6px;
}

.trial_pack_product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trial_pack_product_listing {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trial_pack_product_rupees {
    display: flex;
    gap: 10px;
}

.trial_pack_product_rupees p {
    margin: 0;
}

.trial_pack_product_name {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.go_to_cart_btn {
    background-color: var(--indigo-color);
    border: 0;
    border-radius: 5px;
    padding: 3px 35px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

.trial_radio_btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.trial_radio_mainbox {
    display: flex;
    gap: 20px;
}

.trial_radio_btn_box {
    margin: 10px 0 0 0;
}
input[type="radio" i]:focus-visible {
    outline: none;
}
.content-div {
    display: none;
}

#div2 {
    display: block;
    /* Show the second div by default */
}

.content-div-two {
    display: none;
}

#div4 {
    display: block;
    /* Show the second div by default */
}

.cod_icon_test_mainbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cod_content_box {
    font-size: 14px;
    color: red;
    line-height: normal;
}
.acard_details {
    font-size: 12px;
    line-height: normal;
}
.acard_details span {
    display: block;
}

.trial_radio_btn label {
    padding: 0;
    cursor: pointer;
    font-size: 14px;
}

.trial_radio_btn input[type="radio"] {
    accent-color: var(--indigo-color);
}

.pay_btn_sub_content {
    font-size: 8px;
    line-height: normal;
}

.pay_btn_listing {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 6px;
    background-color: #f2f2f2;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 10px;
    border: 1px solid #ccc;
    align-items: center;
    cursor: pointer;
    width: auto;
}

.pay_btn_content {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: normal;
}

.pay_btnbox {
    display: flex;
    justify-content: space-between;
}
#quickPay .pay_btnbox,
#quickpay .pay_btnbox,
#payNowQuick .pay_btnbox {
    display: grid;
    grid-template-columns: 28% 22% 46%;
    gap: 2%;
    align-items: end;
}

.pay_btnbox .pay_btn_listing:last-child {
    background-color: #000000;
    border-radius: 10px;
    border: 1px solid #000000;
    color: #ffffff;
}

.payment_address_box.payment_address_box_without_border {
    border: 0;
    margin: 10px 0 10px 0;
}

.pay_btn_wrap.new_pay_btn_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.trial_total_box {
    text-align: start;
}

.total_heading {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: normal;
}

.total_amount {
    font-size: 12px;
    line-height: normal;
}

.missed-items-slider.calender_flex_class {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    align-items: center;
}

.calender_flex_class .heading-design-h5 {
    font-size: 14px;
    line-height: normal;
}

.calender_flex_class .section-header {
    margin: 0;
}

.other_category_content {
    color: var(--green-color);
    font-size: 12px;
    line-height: normal;
}

.other_category_content span {
    font-weight: 600;
}

.other_category_box {
    display: grid;
    grid-template-columns: 1fr 20px;
    gap: 10px;
    align-items: center;
}

.pass-date.cursor_pointer {
    line-height: normal;
}

.new_weeks label {
    display: grid;
    grid-template-columns: 15px 1fr;
    gap: 5px;
    padding: 3px 10px !important;
    height: 100%;
    align-items: center;
}

.new_weeks .delivery_instruction_text {
    font-size: 12px;
}

.instruction_box .weeks.new_weeks {
    width: 100%;
}
.instruction_box .new_week-list .weeks.new_weeks{
    width: auto;
}
.new_payment_mainBox .pay_btn_wrap {
    background-color: #DCE9D8;
    padding: 10px;
    margin: 10px 0 0 0;
    color: var(--black-color);
    border-radius: 0 0 10px 10px;
}

.cursor_pointer {
    cursor: pointer;
}

.cart_forgot_text a {
    color: #17d1c6;
    text-decoration: underline !important;
}

/* add adderess page start */
.add_adderess_section {
    padding: 50px 0;
}

.add_adderess_listing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: center;
}

.locate_map_text {
    font-size: 10px;
    line-height: normal;
    font-weight: 600;
}

.locate_map_button a {
    display: inline-block;
    padding: 4px 20px;
    background-color: #dedede;
    border-radius: 10px;
    border: 1px solid var(--indigo-color);
    color: var(--indigo-color);
    font-weight: 600;
}

.add_adderess_section fieldset.form-group {
    margin: 0;
}

.locate_map_button_box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    height: 100%;
    border-bottom: 1px solid #dedede;
}

.required_icon {
    color: red;
}

.add_adderess_listing label {
    font-size: 12px;
}

.add_adderess_listing:not(:last-child) {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dedede;
}

.add_address_subheading {
    font-weight: 600;
    margin: 0 0 5px 0;
}

.add_address_radio_listing input {
    display: none;
}

.add_address_radio_mainbox {
    display: flex;
    gap: 10px;
}

.add_address_radio_listing label {
    line-height: normal;
    display: flex;
    padding: 6px 10px;
    background-color: var(--white-color);
    border-radius: 10px;
    border: 1px solid var(--indigo-color);
    color: var(--indigo-color);
    font-weight: 600;
    cursor: pointer;
    align-items: center;
    gap: 4px;
}

#home:checked~.add_lable_1,
#work:checked~.add_lable_2,
#other:checked~.add_lable_3 {
    background-color: var(--light-green-color);
    border: 1px solid var(--green-color);
}
input.btn.submitAddress_btn {
    background: var(--light-green-color);
    color: var(--black-color);
    width: 100%;
    border-radius: 10px !important;
    padding: 10px;
}
input.btn.submitAddress_btn:hover {
    background-color: var(--green-color);
    color: #FFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.data_not_available a>div {
    background: var(--light-green-color);
    color: var(--black-color);
}
.data_not_available a>div:hover {
    background-color: var(--green-color);
    color: #FFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

/* add adderess page ends */
/* Login page start */
#login .modal-body{
    padding: 0;
}
#login .heading-design-h5{
    text-align: center;
}
.login_img_box {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    height: 100%;
}
.login_img_box img {
    height: auto;
}
.login_form_mainbox {
    max-width: 90%;
    margin: 0 auto;
}
.login_box {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-content: center;
    align-items: center;
}
.login_mainbox {
    display: grid;
    justify-content: center;
    align-items: center;
}

.login_mainbox>* {
    grid-area: 1 / 1;
}

.login_logobox img {
    max-width: 230px;
}

.login_background_img {
    width: 100vw;
    height: 100vh;
}

.login_background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login_content_mainbox {
    background-color: #ffffff;
    position: relative;
    width: 400px;
    justify-self: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #87CEEB;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login_logobox {
    text-align: center;
}

.login_headingbox {
    font-size: 14px;
    text-align: center;
}

.login_section .form-group input {
    width: 100%;
}

.login_submit_box .submit_btn {
    padding: 6px 20px;
    cursor: pointer;
}

.login_submit_box {
    text-align: center;
    margin: 20px 0 0 0;
}

.otp_para {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.otp_para span {
    color: var(--indigo-color);
}

.otp_resend {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
}

.sign_up_para {
    color: #707070;
    font-size: 12px;
}

.sign_up_para span a {
    color: var(--indigo-color);
    font-weight: 600;
    font-size: 14px;
}

.form-group-accept {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 5px;
    align-items: center;
    margin: 10px 0 0 0;
}

.form-group-accept label {
    font-size: 12px;
}

.term_condition_text {
    color: var(--indigo-color) !important;
}
.form-fields {
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
}
/* Login page ends */
/* Rahul css ends */
@media (min-width: 992px) {

    .cart-delivery .modal-lg,
    .cart-delivery .modal-xl {
        max-width: 570px;
    }
}

.tial_pack_img {
    overflow: hidden;
}


.tial_pack_img {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
}

.tial_pack_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}

/* Shop Filters */

.show>.btn-secondary.dropdown-toggle {
    color: var(--indigo-color);
}

.shop-filters .card-header .btn {
    color: var(--indigo-color);
    font-size: 14px;
    padding: 7px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.shop-filters .card-header .btn .mdi {
    position: absolute;
    right: 0;
}

.shop-filters .card-body {
    padding: 4px;
}

.card-shop-filters {
    padding: 0 18px !important;
}

.card-shop-filters .custom-control {
    margin: 8px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.card-shop-filters .custom-control .badge {
    float: right;
    margin: 6px 0 0;
}

.card-shop-filters .custom-control label {
    width: 100%;
    margin: 0;
}

.gray_box {
    background-color: #F5F5F5;
    padding: 20px;
}

.list-group-item {
    border: 1px solid #eeeeee;
    color: var(--indigo-color);
    font-weight: 600;
    margin: 0 0 5px 0;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
}

.list-group-item:hover,
.list-group-item.active {
    background: var(--light-green-color) none repeat scroll 0 0;
    border-color: var(--light-green-color);
    color: var(--indigo-color);
}
.account-left .list-group-item.active {
    background: var(--light-green-color) none repeat scroll 0 0;
    border-color: var(--light-green-color);
    color: #302a3f;
    font-weight: 500;
    font-size: 14px;
    border: 1px dashed var(--indigo-color);
}

.account-left .list-group-item.active:hover {
    background-color: var(--indigo-color);
    color: var(--white-color);
    border: 1px dashed var(--indigo-color);
    font-weight: 500;
    font-size: 14px;
}

.account-left .list-group-item:hover {
    background: #FFDE34 none repeat scroll 0 0;
    border-color: #FFDE34;
    color: var(--indigo-color);
    font-weight: 500;
    font-size: 14px;
}

.shop-filters .card {
    margin: 0 0 6px 0;
}

.shop-filters .card .list-group-item {
    padding: 6px 10px;
}

.content_headingBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 0px 3px 15px 0px #00000008; */
    background-color: var(--white-color);
    padding: 5px 10px;
}

.content_headingBox .heading-design-h5 {
    display: flex;
    gap: 5px;
    align-items: center;
}

.content_headingBox .heading-design-h5 img {
    max-width: 35px;
}

.contentData {
    margin: 10px 0 0 0;
    
}
.added_profileData {
    display: grid;
    grid-template-columns: 27% 1fr;
    gap: 20px;
}

.avatar-upload {
    position: relative;
    /* max-width: 100%; */
    margin: auto;
    height: 100%;
}
#profile .avatar-upload {
    position: relative;
    max-width: 40%;
    margin: auto;
    height: 100%;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    background-image: url('../images/edit.png');
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.avatar-upload .avatar-preview {
    /* width: 140px;
    height: 140px; */
    position: relative;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1/1;
}

fieldset a {
    cursor: pointer;
}

.contact_data {
    font-weight: 600;
    padding: 10px 0;
}

.form_links {
    margin: 10px 0;
}

.form_links img {
    max-width: 35px;
    margin: 0 8px 0 0;
    height: 35px;
    width: 35px;
}


.from-control-link {
    background-image: url(../images/chevron-down.png);
    background-position: 97% 50%;
    background-size: 18px 50%;
    background-repeat: no-repeat;
}


/* Shop Detail */

.shop-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.shop-head .btn-group {
    margin: 10px 0 0 0;
}

.shop-detail-slider .product_header {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
}

.shop-detail-slider .product {
    margin: 0;
}

.main_sliderBox {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: var(--white-color);
}
.main_sliderBox .product_featured_cat_icon img {
    max-width: 40px;
    margin: 3px 0 0 0;
}
.main_sliderBox .product_featured_cat_icon_list {
    bottom: 50%;
    left: 15px;
}
.shop-detail-slider #sync1 {
    /* max-width: 350px;
    margin: 0 auto; */
    width: 100%;
    height: auto;
}    
.main_sliderBox #sync1 a{
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
}

.main_sliderBox #sync1 a img {
    transition-duration: 0.4s;
    padding: 0px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.product_details_mainBox{
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 30px;
}
/* .main_sliderBox:hover #sync1 img {
    transform: scale(1);
} */

.shop-detail-slider {
    position: relative;
    overflow: hidden;
}
.shop-detail-slider .product_top_right{
    padding: 5px 10px;
}

.favourite-icon a {
    background: var(--indigo-color) none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    height: 35px;
    line-height: 34px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 35px;
    z-index: 9;
    transition-duration: 0.3s;
}

.favourite-icon a:hover {
    background: #FFDE34 none repeat scroll 0 0;
    color: var(--indigo-color);
}

.shop-detail-slider #sync2 img {
    border: 2px solid #eeeeee;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition-duration: 0.3s;
}

.shop-detail-slider #sync2 .item {
    text-align: center;
    height: 63px;
    width: 100%;
}

.shop-detail-right {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 30px;
    margin: 0 0 20px 0;
}

.shop-detail-right .buttonBox {
    margin: 20px 0 0;
}

.shop-detail-slider #sync2 .synced img,
.shop-detail-slider #sync2 img:hover {
    border-color: #1c2224;
}

.shop-detail-slider #sync2 {
    margin: 0 auto;
    overflow: hidden;
}

.productDetail_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #0A0A0A;
}

.productDetail_weight {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    padding: 6px 0;
}

.productDetail_weight span {
    font-weight: 600;
    line-height: 15.6px;
}

.product_proce_rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_proce_rate .rate {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.product_proce_rate .rate span {
    font-size: 24px;
    color: #ccc;
    position: relative;
    display: inline-block;
}

.product_proce_rate .rate .filled {
    color: #FEDE33;
}

.product_proce_rate .rate .half::before {
    content: '★';
    color: #ccc;
    position: absolute;
    right: 0;
    width: 50%;
    overflow: hidden;
}
.shop-detail-slider .product_top_right {
    display: flex;
    flex-direction: row-reverse;
}

.share-container {
  position: relative;
  display: inline-block;
}

.share-btn {
    cursor: pointer;
    padding: 0 6px 0 0;
}

.share-options {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 5px;
  overflow: hidden;
  z-index: 100;
}

.share-options a,
.share-options button {
  display: block;
  padding: 6px;
  text-decoration: none;
  color: #333;
  background: #f9f9f9;
  border: none;
  text-align: left;
  width: 100%;
}

.share-options a:hover,
.share-options button:hover {
  background: #eee;
}


.rating_stars {
    position: relative;
}

.rating_stars::before {
    content: '★ ';
    color: #FEDE33;
    font-size: 26px;
}
.product_rating_profile_img{
    width: 60px; 
    height: 60px; 
    border-radius: 50%;
    object-fit: contain;
}
.ratingBox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0 6px;
}
.review_time span{
    color: var(--green-color);
    font-weight: 600;
}
.rating_name {
    color: var(--indigo-color);
    font-weight: 600;
}

.shop-detail-right .badge {
    background-image: url(../images/offer_bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 2px;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 500;
    padding: 5px 6px 9px;
    z-index: 9;
}

.shop-detail-right h2 {
    font-size: 24px;
    margin: 10px 0 5px;
    color: var(--indigo-color);
}

.shop-detail-right>h6 {
    color: #5F5F5F;
    font-size: 14px;
    margin: 0 0 19px;
    font-weight: 400;
}

.shop-detail-right .btn {
    font-weight: 500;
    margin: 29px 0;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 14px;
}

.short-description {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    padding: 22px;
}

.shop-detail-right .regular-price {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 10px;
    color: #666666;
}

.shop-detail-right .offer-price {
    font-size: 14px;
    font-weight: 400;
    color: #0A0A0A;
}

.shop-detail-right .offer-price .value {
    font-weight: 600;
    font-size: 16px;
}

.shop-detail-right .feature-box .mdi {
    background: #FFDE34 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    transition-duration: 0.3s;
}

.shop-detail-right .feature-box .mdi:hover {
    background-color: transparent;
    border: 1px dashed var(--indigo-color);
    color: var(--indigo-color);
}

.shop-detail-right .feature-box h6 {
    font-weight: 400;
}

.shop-detail-right .feature-box {
    margin: 4px 0;
}

.buttonBox {
    margin: 20px 0;
    display: flex;
    gap: 10px;
}

.subscribe_btn {
    display: inline-block;
    border: 1px solid var(--green-color);
    color: var(--green-color);
    background-color: var(--white-color);
    border-radius: 6px;
    border-radius: 8px;
    padding: 5px 50px;
    margin: 0 10px 0 0;
    font-weight: 600;
    cursor: pointer;
    transition-duration: 0.4s;
}

.subscribe_btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}

#subscribe .modal-body {
    padding: 1.5rem;
}

.buttonBox .cart_btn {
    display: inline-block;
    border: 1px solid var(--green-color);
    color: var(--green-color);
    background-color: var(--white-color);
    border-radius: 6px;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    font-weight: 600;
    cursor: pointer;
    transition-duration: 0.4s;
}

.buttonBox .cart_btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}

.product_heading {
    font-weight: 600;
    font-size: 14px;
}

.listingBox li {
    position: relative;
    padding-left: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.listingBox li::before {
    content: '\2022';
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 600;
    line-height: 23px;
    font-size: 26px;
}

.listingBox li span {
    font-weight: 500;
}

.cart_btnBox button.qty-btn,
.cart_btnBox .qtyBox .input-qty,
.cart_btnBox button.qty-btn1{
    width: 36px;
    height: 36px;
}

.deatils-input-qty {
    width: 36px;
    height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4.19px 4.19px 0px #0A0A0A12;
    border: 1px solid #F5F5F5;
}




.freeDeliverytext {
    color: var(--white-color);
}

.freeDeliverytext img {
    max-width: 32px;
    margin: 0 5px 0 0;
}

.freeDeliverytext span {
    font-weight: 600;
}

.saveText {
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 10px 0;
}

.saveText span {
    font-size: 16px;
}

.countText {
    color: var(--yellow-color);
    font-weight: 600;
    font-size: 22px;
    padding: 5px 0;
}

.count_bag {
    position: relative;
}

.count_bag img {
    max-width: 46px;
}

.count_bag .cart-value {
    background: #dbdbdb none repeat scroll 0 0;
    color: #0A0A0A;
    border-radius: 50px;
    font-weight: 500;
    height: 22px;
    width: 22px;
    left: 31px;
    line-height: 17px;
    position: absolute;
    top: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Cart Page */

.cart_tabbing_tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
}

.cart-tab-item {
    border: 3px solid var(--green-color);
    border-bottom: 0;
    color: #0A0A0A;
    padding: 8px;
    border-radius: 10px 10px 0 0;
    width: 23%;
    text-align: center;
    font-weight: 600;
    background-color: #ECECEC;
    opacity: 0.5;
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
}

.cart-tab-item:hover {
    opacity: 1;
    color: var(--green-color);
}

.cart-tab-item.active {
    box-shadow: 0px 4px 4px 0px #0000001F;
    background-color: var(--white-color);
    opacity: 1;
    color: var(--green-color);
}

.cart_product img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 3px #ececec;
    float: left;
    height: 88px;
    margin: 0px;
    object-fit: scale-down;
    width: 72px;
}

.cart_summary td {
    vertical-align: middle;
}

.cart_summary td :not(:disabled)~label {
    padding: 1px 8px !important;
    font-size: 12px !important;
}

.cart_summary td .week-list {
    gap: 5px;
}

.cart_summary>thead,
.cart_summary>tfoot {
    background: #f7f7f7 none repeat scroll 0 0;
}

.cart_summary {
    border: medium none !important;
    font-size: 14px;
}

.qty .form-control {
    border-radius: 2px !important;
    margin: 0 2px;
    text-align: center;
    width: 0px;
    height: 30px;
    background-color: var(--white-color);
    padding: 0;
    border: none;
}

.qty .btn {
    background: var(--indigo-color) none repeat scroll 0 0;
    border-radius: 20px !important;
    color: #fff;
    font-size: 16px;
    height: 27px;
    line-height: 15px;
    padding: 0;
    text-align: center !important;
    vertical-align: baseline;
    width: 27px;
}

.delete_btn {
    background: var(--indigo-color) none repeat scroll 0 0;
    border-radius: 20px !important;
    color: #fff;
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center !important;
    vertical-align: baseline;
    width: 27px;
}

.delete_btn:hover {
    background: #FFDE34 none repeat scroll 0 0;
    color: var(--indigo-color);
}

.cart_description h5 {
    font-size: 14px;
    margin: 0 0 15px;
}

.cart_description .product-name a {
    color: var(--indigo-color);
}

.cart_description h6 {
    font-size: 12px;
    font-weight: 300;
    color: #5F5F5F;
}

.availability .badge {
    font-size: 11px;
    padding: 6px 11px;
}

.cart-table {
    border-top: medium none;
    padding: 0;
}

.cart-table .table {
    margin-bottom: 0;
}

.cart-table .btn-secondary {
    border-radius: 0 !important;
    font-size: 14px;
    padding: 20px;
    text-transform: uppercase;
}

.gift_section {
    background-color: #EBECF5;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.gift_mainBox {
    border: 1px solid #E0E0E080;
    border-radius: 14px;
    overflow: hidden;
}

.gift_details {
    background-color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.gift_product_details {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 80%;
}

.gift_product_des {
    width: 70%;
}

.gift_product_details .gift_product_name {
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.gift_product_details ul li {
    font-size: 14px;
    font-weight: 400;
}

.gift_product_details ul li span {
    font-weight: 600;
    color: #3f4177;
}

.add_btn {
    background-color: var(--indigo-color);
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    transition-duration: 0.4s;
    border: 1px solid var(--indigo-color);
}

.add_btn:hover {
    color: var(--indigo-color);
    background-color: #fff;
}

.add_btnBox {
    padding: 0 25px;
}

.gift_offer {
    background-color: #dadbf0;
    padding: 10px 15px;
    display: flex;
    gap: 10px;
}

.gift_product_img {
    background-color: var(--white-color);
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px
}

.gift_product_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.gift_boxlist .owl-carousel .owl-dots {
    padding: 10px 0;
    position: absolute;
    top: -24px;
    right: 0;
}

.quickart-cash td {
    color: var(--indigo-color) !important;
    font-size: 13px !important;
}

.car_product_list {
    border: 1px solid #E0E0E0;
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.sub_box {
    text-align: center;
    margin: 5px;
}

.sub_box .subscribe_btn {
    padding: 7px 15px;
    margin: 0;
    font-size: 12px;
    height: 30px;
    line-height: normal;
}

.schedule_box {
    border: 1px solid var(--indigo-color);
    border-radius: 10px;
    overflow: hidden;
}

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

.arrow_box {
    background-color: var(--indigo-color);
    padding: 6px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8%;
    cursor: pointer;
}

.arrow_box img {
    max-width: 20px;
}

.schedule_header.expanded .arrow_box img {
    transform: rotate(180deg);
}

.schedule_header .day_box,
.schedule_header .time_box {
    border-right: 1px solid var(--indigo-color);
    width: 46%;
    text-align: center;
    line-height: 34px;
}

.schedule_header.expanded .day_box,
.schedule_header.expanded .time_box {
    border-bottom: 1px solid var(--indigo-color);
}

.schedule_deatils_box {
    padding: 10px 20px;
    display: none;
}

.schedule_deatils_box.expanded {
    display: block;
}

.schedule_deatils_box.trailpack_schedule_box.expanded {
    display: block;
    background-color: #f5f5f5;
    border-radius: 10px;
    border: 1px solid var(--indigo-color);
    margin: 10px 0;
}
.schedule_deatils_box .subheading {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.schedule-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
}
.schedule-DateList {
    display: grid;
    gap: 10px;
    margin: 0 0 10px 0;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
}
.schedule {
    cursor: pointer;
}

.schedule-list input[type="radio"] {
    display: none;

    &:not(:disabled)~label .dateBox {
        background-color: var(--white-color);
        border-radius: 20px;
        padding: 2px 15px;
        color: var(--black-color);
        cursor: pointer;
        border: 1px solid var(--indigo-color);
        text-align: center;
    }

    &:disabled~label .dateBox {
        background-color: var(--white-color);
        border-radius: 20px;
        padding: 2px 15px;
        color: var(--black-color);
        border: 1px solid var(--indigo-color);
    }
}

.schedule-list .schedule .dayBox {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
}

.schedule-list input[type="radio"]:checked+label .dateBox {
    background: #dadbf0;
    color: var(--black-color);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.required_info_text {
    color: #c71e25;
}

.required_info_text.clicked {
    display: none;
}

.subscription_selectDetails {
    display: none;
}

.subscription_selectDetails.show {
    display: block;
}

.subscription_date_time span {
    color: var(--green-color);
    font-weight: 500;
}

.subscription_date_time {
    padding: 10px 0 0 0;
}

.free_deliveryBox {
    background-color: #DCE9D8;
    padding: 5px 15px;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #C2E2B6;
    align-items: center;
}

.coupons_box {
    background-color: var(--white-color);
    padding: 10px 15px;
    gap: 10px;
    border-radius: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #F5F5F5;
    align-items: center;
    box-shadow: 0px 3px 15px 0px #00000008;
    position: relative;
    cursor: pointer;
}
#couponView span{
    padding: 0 0 0 10px;
}
#couponView{
    position: relative;
}
#couponView::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    background-image: url('../images/right-arrow.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 15px;
    width: 15px;
    margin: auto;
}
#couponApplied{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    cursor: auto;
}
.remove-coupon{
    cursor: pointer;
}
.autorenewcheck {
    padding: 10px 15px;
    line-height: normal;
}
.payment_mainBox {
    background-color: var(--white-color);
    padding: 0;
    border-radius: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 15px 0px #00000008;
}
.payment_mainBox.new_payment_mainBox .trial_radio_btn_box,
/* .payment_mainBox.new_payment_mainBox .payment_address_box, */
.payment_mainBox.new_payment_mainBox .pay_btnbox{
    padding: 10px 15px;
    margin: 0;
}
.payment_mainBox.new_payment_mainBox .payment_address_box{
    padding: 0;
    margin: 0;
}
.payment_address_box.payment_address_box_without_border{
    gap: 10px;
}
.payment_address_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #F5F5F5;
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
}

.payment_address_box:last-child {
    border-bottom: 0;
}

.address_detailsBox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.address_head {
    line-height: normal;
    padding: 0 0 4px 0;
}
.address_location{
    line-height: normal;
}
.address_location p{
    color: var(--indigo-color);
}
.address_location span.loaction {
    color: #7A7A7A;
    font-weight: 400;
    font-size: 14px;
}

.distance {
    color: var(--indigo-color);
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

.change_btn a {
    color: var(--green-color);
    font-weight: 600;
    font-size: 14px;
}

.card_details {
    color: var(--indigo-color);
    font-size: 17px;
    font-weight: 500;
}

.pay_btn_wrap {
    text-align: center;
    margin: 20px 0;
}

.pay_btn {
    width: auto;
    border: 1px solid var(--green-color);
    padding: 8px 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    text-decoration: none;
    position: relative;
    cursor: pointer;
    line-height: normal;
    border-radius: 8px;
    display: inline-block;
    background-color: var(--green-color);
    overflow: hidden;
    transition-duration: 0.5s;
    z-index: 1;
}

.pay_btn span {
    position: relative;
    z-index: 5;
    line-height: normal;
}

/* .pay_btn::after {
    content: '';
    background-color: var(--green-color);
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    top: 0;
    color: var(--white-color);
    transition-duration: 0.5s;
    border-radius: 8px;
} */

.pay_btn:hover {
    color: var(--white-color);
}

.pay_btn:hover::after {
    width: 100%;
}

.instruction_box .weeks {
    width: 23%;
}

.smiley_icon {
    font-size: 14px;
}

.instruction_box .week-list input[type="radio"] {
    display: none;

    &:not(:disabled)~label {
        background-color: var(--white-color);
        border-radius: 10px;
        padding: 4px 18px;
        color: var(--black-color);
        cursor: pointer;
        border: 1px solid #EBECF5;
        width: 100%;
    }

    &:disabled~label {
        background-color: var(--white-color);
        border-radius: 30px;
        padding: 4px 20px;
        color: var(--black-color);
    }
}

.delivery_instruction_text {
    line-height: normal;
    font-weight: 300;
}

.instruction_box .week-list input[type="radio"]:checked+label {
    background: #dadbf0;
    color: var(--black-color);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.featured_cate_mainbox {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
    gap: 15px;
}

.featured_cat_MainBox {
    background-color: var(--light-green-color);
    border-radius: 20px;
    height: 94%;
    padding: 20px;
}
.featured_cate_list {
    width: 100%;
    text-align: center;
}

.featured_cate_img img {
    max-width: 60px;
}
.featured_cate_text {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.empty_cartMainbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.empty_cartMainbox .imageBox {
    text-align: center;
    margin: 0 0 30px 0;
}
.empty_cartMainbox .imageBox img {
    max-width: 65%;
}


/* Checkout Page */

.checkout-step .card {
    margin: 0 0 5px;
}

.checkout-step .card .card-header .btn {
    color: #FFDE34;
    font-size: 17px;
    text-align: left;
    text-decoration: none;
    width: 100%;
    background-color: var(--indigo-color);
    border-bottom: 1px solid #FFDE34;
    padding: 15px 20px;
}

.checkout-step .card .card-header .btn.collapsed {
    color: var(--indigo-color);
    background-color: #faf4ff;
    border-bottom: 1px solid var(--indigo-color);
}

.checkout-step .card .card-header .btn .number {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 34px;
    line-height: 28px;
    margin: 0 8px 0 0;
    text-align: center;
    text-decoration: none;
    vertical-align: 0;
    width: 34px;
}

.checkout-step .card .card-header .btn.collapsed .number {
    border: 2px solid var(--indigo-color);
    color: var(--indigo-color);
}

.checkout-step .card .card-header .btn .number {
    color: #FFDE34;
    border: 2px solid #FFDE34;
}

.order-done .mdi {
    font-size: 135px;
    line-height: 161px;
}

.wallet_detail .custom-control .custom-control-label {
    gap: 8px;
    font-size: 14px;
}

.wallet_detail .custom-control-label span {
    /* display: block; */
    font-size: 17px;
    color: var(--indigo-color);
}

.wallet_detail .custom-control-label::before {
    border: var(--indigo-color) solid 1px;
}

.wallet_detail input[type="radio"]:checked+.custom-control-label:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: var(--indigo-color);
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px var(--indigo-color);
    box-shadow: 0px 0px 0px 2px var(--indigo-color);
}

.payment_subheading a {
    font-size: 14px;
    font-weight: 400;
    color: var(--indigo-color);
}

.wallet-card-list {
    border-bottom: 1px dashed;
    padding: 10px 0;
    color: var(--indigo-color);
}

.wallet-card-list:last-child {
    border-bottom: none;
}

.wallet-card-list p {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0 0;
}

.payment_subheading img {
    max-width: 30px;
}

.home_btn {
    background: var(--indigo-color);
    color: var(--white-color);
    border-radius: 5px !important;
    padding: 8px 25px;
}

.home_btn:hover {
    background: #FFDE34;
    color: var(--indigo-color);
}


/* Login Modal */
.popup_logoBox img {
    max-width: 60%;
    margin: 0 0 20px 0;
}

.login_formBox {
    padding: 30px 40px;
    background-image: radial-gradient(circle at 77% 66%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 9%, transparent 9%, transparent 43%, transparent 43%, transparent 100%), radial-gradient(circle at 6% 56%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 20%, transparent 20%, transparent 56%, transparent 56%, transparent 100%), radial-gradient(circle at 48% 45%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 15%, transparent 15%, transparent 85%, transparent 85%, transparent 100%), radial-gradient(circle at 89% 6%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 5%, transparent 5%, transparent 32%, transparent 32%, transparent 100%), radial-gradient(circle at 71% 38%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 14%, transparent 14%, transparent 21%, transparent 21%, transparent 100%), radial-gradient(circle at 84% 78%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 11%, transparent 11%, transparent 85%, transparent 85%, transparent 100%), radial-gradient(circle at 92% 72%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 42%, transparent 42%, transparent 51%, transparent 51%, transparent 100%), radial-gradient(circle at 73% 95%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 48%, transparent 48%, transparent 63%, transparent 63%, transparent 100%), radial-gradient(circle at 29% 29%, rgba(46, 49, 126, 0.02) 0%, rgba(46, 49, 126, 0.02) 24%, transparent 24%, transparent 73%, transparent 73%, transparent 100%), linear-gradient(90deg, hsl(147, 0%, 99%), hsl(147, 0%, 99%));
}

.formBox fieldset.form-group {
    margin: 0 0 20px 0;
}

.numberBox .iti--allow-dropdown {
    width: 100%;
    display: flex;
    gap: 10px;
}
.iti{
    width: 100%;
}
.numberBox .iti__flag-container {
    position: relative;
    width: 30%;
    float: left;
    padding: 8px;
    border: 1px solid #868686;
    border-radius: 10px;
}

.numberBox .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.numberBox .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.numberBox .form-control {
    padding: 8px 20px !important;
    width: 67%;
    height: 42px;
    border-radius: 10px;
    float: right;
    border: 1px solid #868686 !important;
    background-color: var(--white-color);
}

.formBox .signup span,
.signup_modal {
    color: var(--indigo-color);
    font-weight: 500;
}

.formBox .submit_btn {
    padding: 8px 20px;
    width: max-content;
}

.submit_btn.save_btn {
    padding: 10px 40px;
    margin: 20px 0;
}

fieldset.form-group {
    margin: 0 0 10px 0;
}

.form-control-select,
.form-control {
    font-size: 14px;
    background-color: var(--white-color);
    padding: 8px 20px;
    height: 40px;
    border: 1px solid #868686;
    border-radius: 10px;
}

.form-control:focus {
    box-shadow: none;
}

label {
    /* font-size: 12px; */
    color: #0A0A0A;
    font-weight: 500;
    display: block;
    padding: 0 0 2px 0;
}

.form-group label span {
    color: red;
}

button.close.close-top-right {
    position: absolute;
    top: -50px;
    right: 16px;
}

.signup_modal {
    cursor: pointer;
}

.modal {
    background-color: #00000096;
}

.modal-backdrop.show {
    opacity: 0;
    height: 0;
}

.modal-backdrop {
    position: unset;
}

.modal-open .fade:not(.show) {
    opacity: 1;
}

.modal-content {
    border: medium none;
    border-radius: 20px;
}

.login-modal-right {
    padding: 27px;
}

.login-icons {
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.login-footer-tab .nav-link {
    background-color: #FFDE34 !important;
    color: var(--indigo-color);
    border: medium none;
    border-radius: 40px !important;
    margin: 10px 3px 0 2px;
    padding: 7px 20px;
    font-size: 14px;
    opacity: 0.5;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--indigo-color) !important;
    color: #FFDE34;
    font-weight: 600;
    opacity: 1;
}

.login-footer-tab .nav {
    border: medium none;
    display: flex;
    justify-content: center;
}

.login-footer-tab .nav.nav-tabs .nav-item {
    width: 35%;
}

.tab-pane .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 24px;
    font-size: 14px;
}

.tab-pane .city .select2-container {
    width: 100% !important;
}

.mobile_box {
    display: flex;
    gap: 5px;
}

.btn-facebook {
    background: #395b9a none repeat scroll 0 0;
    color: #fff;
}

.btn-google {
    background: #c71e25 none repeat scroll 0 0;
    color: #fff;
}

.btn-twitter {
    background: #3a9ed8 none repeat scroll 0 0;
    color: #fff;
}

.login-with-sites p {
    margin: 0 0 7px;
}

.login-with-sites {
    margin-bottom: 10px;
}

.location_Box img {
    max-width: 30px;
}

.location_Box {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--indigo-color);
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0;
}

.form_title {
    color: var(--indigo-color);
    font-weight: 600;
    font-size: 16px;
}

.error {
    color: #f00;
    font-size: 12px;
}
.otp-input {
    display: flex;
    gap: 10px;
    margin: 0 0 15px 0;
    justify-content: center;
}
/* .modal-backdrop.show {
    z-index: 0;
} */


/* .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #00000052;
} */

.submit_btn {
    background-color: var(--light-green-color);
    border: none;
    font-size: 14px;
    font-weight: 600;
    transition-duration: 0.3s;
    padding: 5px 20px;
    gap: 10px;
    border-radius: 6px;
    color: var(--indigo-color);
}

.submit_btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.buttonWrap{
    text-align: center;
}
.logout_heading img{
    max-width: 30%;
}

button.btn-close {
    height: 10px;
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #fff;
    padding: 10px;
    border-radius: 32px;
    width: 10px;
    opacity: 1;
    z-index: 1;
}
button.btn-close:hover {
    opacity: 1;
}
.location_address {
    line-height: normal;
}

.input_field_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}
.resend-text {
    text-align: end;
}
.input_field_box input {
    border: none;
    max-width: 18%;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #ced4da;
}

.input_field_box input:focus {
    outline: 1.5px solid var(--indigo-color);
}

.otp-options {
    display: flex;
    gap: 10px;
    margin: 0 0 15px 0;
}
.otp-input .form-control{
    width: 50px;
}

.signup_formBox .form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.otp-options .form-control {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ced4da;
}


/* checkout start */

.address input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.address {
    cursor: pointer;
    width: 100%;
    margin: 0 0 10px 0;
}

.address .address-content {
    display: flex;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e2e7;
    border-radius: 10px;
    transition: box-shadow 0.4s;
    position: relative;
    height: 100%;
}

.container .title {
    font-size: 14px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: var(--indigo-color);
    margin-bottom: 20px;
}

.address .address-details p {
    color: var(--indigo-color);
    font-size: 14px;
    line-height: 5px;
}

.address .address-content:hover{
    -webkit-box-shadow: 0px 3px 5px 0px #F7ECFF;
    box-shadow: 0px 3px 5px 0px #F7ECFF;
}

.address input[type="radio"]:checked+.address-content:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: var(--indigo-color);
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px var(--indigo-color);
    box-shadow: 0px 0px 0px 2px var(--indigo-color);
}

.address input[type="radio"]:checked+.address-content {
    border: 2px solid var(--indigo-color);
    background: #F7ECFF;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.address-content .address input[type="radio"] {
    position: absolute;
    opacity: 1;
}

.cardit_list .address input[type="radio"]:checked+.address-content:after {
    left: 20px !important;
}

.cardit_list .address-details {
    padding: 0 0 0 48px;
    width: 100%;
}

.card-heading {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 30px 0;
}

.credit_btn {
    background-color: #FFDE34;
    color: var(--indigo-color);
    box-shadow: 0px 0px 0px 2px #FFDE34;
    border-radius: 20px !important;
    margin: 20px 0;
}

.credit_btn img {
    max-width: 20px;
}

.coupons_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0;
}

.coupons_list button {
    background: none;
    color: var(--indigo-color);
    font-size: 14px;
    font-weight: 400;
    border: none;
}


/* checkout end */


/* orderlist start */

.custom-table thead th {
    background-color: var(--indigo-color);
    color: var(--white-color);
}

.custom-table td span {
    background-color: #FF8D34;
    color: var(--white-color);
    border-radius: 20px;
    padding: 4px 15px;
}

.view_btn {
    background-color: var(--indigo-color);
    border-radius: 100px !important;
    line-height: 20px;
}

.view_btn img {
    max-width: 13px;
}

.custom-table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--white-color);
}

.custom-table.table-striped tbody tr:nth-of-type(even) {
    background-color: #F7ECFF;
}


/* orderlist end */


/* My Account */
.profile_page_mainBox{
    display: grid;
    gap: 20px;
    grid-template-columns: 20% 1fr;
}
.account-page .mx-auto {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    padding: 0;
}

.account-page .mx-auto .card {
    border: medium none;
}

.account-right {
    border-left: 1px solid #eeeeee !important;
    min-height: 508px;
}

.user-profile-header img {
    border-radius: 50px;
    height: 100px;
    margin-bottom: 15px;
    object-fit: scale-down;
    width: 100px;
}

.user-profile-header {
    padding: 10px 36px;
    text-align: center;
}

.user-profile-header p {
    margin: 0;
}

.delete_accountBox a {
    color: #f00;
}

.edit_btn {
    cursor: pointer;
}

.account-left {
    margin-right: -1px;
}

.account-left .list-group {
    padding: 10px;
}

.account-left .close_btn {
    margin: 10px;
    padding: 10px 10px;
    background-color: var(--indigo-color);
    text-align: center
}

.account-left .close_btn a {
    color: var(--white-color);
    background-color: var(--indigo-color);
}

.text16_content p {
    line-height: normal;
    margin: 0;
}
.contentBox {
    border-bottom: 1px solid #DDD;
}
.contentBox:last-child p {
    margin: 0 0 10px 0;
}
.contentBox h5{
    margin: 10px 0;
}
.contentBox ul{
    margin: 0 0 10px 0;
}

.contentBox ul li {
    position: relative;
    padding: 0 0 15px 20px;
    line-height: normal;
}
.contentBox ul li::after {
    content: "";
    position: absolute;
    background-image: url("../images/checked.svg");
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
}
.sub_heading {
    font-size: 16px;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

.condition_box ul li {
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 14px;
}

.text40_heading {
    font-size: 25px;
    color: var(--indigo-color);
    margin: 0 0 20px 0;
}

.text16_content {
    font-size: 14px;
}

/* cart days section start */

.qty .input-group>.form-control {
    flex: 0.4;
}

.cart-list {
    width: 100%;
    float: left;
}

.cart-img {
    width: 26%;
    float: left;
}

.cart-details {
    width: 74%;
    float: left;
}

.cart-details .input-group {
    width: 50%;
}

.repeat_day img {
    max-width: 14px;
    height: 15px;
    margin: 5px 6px 0 0;
}

ul.day_count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    border-radius: 10px;
    margin: 15px 0;
}

.cart-list-product .input-group>.form-control {
    flex: 0.25;
}

ul.day_count li {
    position: relative;
    list-style: none;
    text-align: center;
    margin: 2px;
}

ul.day_count li label {
    position: relative;
    cursor: pointer;
}

ul.day_count li label input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

ul.day_count li label :checked~.day-box {
    background-color: var(--indigo-color);
    color: var(--white-color);
}

ul.day_count li label :checked~.day-box .fa {
    transform: scale(0.95);
}

ul.day_count li label .day-box {
    width: 35px;
    height: 35px;
    background: #dadbf0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #0A0A0A;
    font-weight: 600;
    font-size: 14px;
}


/* cart days section end */


/* About Page */

.team-card img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
}


/* Blog Page */

.blog .card-body,
.sidebar-card .card-body,
.reviews-card .card-body {
    padding: 25px;
}

.blog-header {
    border: 2px solid #fff;
}

.sidebar-card-list li a {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
}

.sidebar-card-list li:last-child a {
    border: medium none;
    padding-bottom: 0;
}

.tag-cloud-link {
    background: #ccc none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 2px 0;
    padding: 4px 13px;
    transition-duration: 0.3s;
}

.tag-cloud-link:hover {
    background: #0A0A0A none repeat scroll 0 0;
    color: #fff;
}

.blog .card-title a {
    color: #222 !important;
}

.blog .card-title {
    margin: 0 0 7px;
}

.entry-meta {
    margin-bottom: 13px;
}

.blog .card-body a {
    color: #FFDE34;
}

.entry-meta a {
    color: #9c9c9c !important;
}

.entry-meta .mdi {
    background: #acacac none repeat scroll 0 0;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 19px;
}

.reviews-card .d-flex {
    height: 50px;
    width: 50px;
}

.reviews-card h5 small {
    color: #848484;
    font-size: 12px;
    margin: 0 0 0 8px;
}

.star-rating i {
    font-size: 14px;
    letter-spacing: -6px;
}


/* all categories page start */

.category-listbox .category-item img {
    height: 50;
    width: 50;
    margin: 1px 0 6px;
    object-fit: scale-down;
    padding: 7px;
    transform: scale(.9);
    transition-duration: 0.4s;
}

.category-listbox .category-item:hover img {
    transform: scale(1);
}

.category-listbox .category-item h6 {
    font-size: 14px;
}
.mainCate_list {
    padding: 6px;
    background-color: #f5f5f5;
    border-radius: 5px;
    line-height: normal;
    text-align: center;
    border: 1px solid #ddd;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}
.mainCate_list:hover,
.mainCate_list.active{
    border: 1px solid var(--green-color);
    background-color: var(--light-green-color);
    color: var(--green-color);
}
.right_subCate_listingMainBox .heading-design-h5 span{
    display: inline;
}
.left_subCate_listingMainBox .all_cate_subCate_list {
    display: block;
    border-bottom: 1px solid var(--indigo-color) 42;
}
.left_subCate_listingMainBox .all_cate_subCate_list:first-child {
    border-top: 1px solid var(--indigo-color) 42;
}
.subcategories_banner {
    margin: 0 0 25px 0;
}
.all_categories_listing_mainBox {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
}
.sub_cate_nav {
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 151px);
    left: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: sticky;
    top: 100px;
    width: 100%;
    margin: 0 0 50px 0;
}
.sub_cate_nav::-webkit-scrollbar{display:none}
/* all categories page end */


/* Pagination */

nav {
    margin: 0 auto;
    padding-top: 60px;
}

.page-link:focus {
    box-shadow: none;
}

.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}

.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}

.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: var(--indigo-color);
}

.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: var(--indigo-color);
    color: #fff;
}

.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight: bold;
}

.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}

.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}

.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.page-link {
    border: none !important;
}

.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
    border: 1px solid var(--indigo-color) !important;
    background-color: white;
    color: var(--indigo-color);
    font-weight: bold;
}

.pagination .page-item.active .page-link {
    box-shadow: none;
}

.pagination .page-item .page-link {
    color: var(--indigo-color);
}

.terms_content ul li {
    margin: 0 0 10px;
}


/* Mobile Media */


/* ADDRESSS PAGE START */

.address_listingBox {
    margin: 20px 0;
}
.address_listingBox form {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}
.address_listingBox form .address{
    margin: 0;
    height: 100%;
}
.address_listingBox form .address_img{
    max-width: 35px;
}
.address_listingBox form .addressBox .subtitle{
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.address_listingBox form .addressIcon{
    width: 100%;
}
.address_listingBox form  .addressBox {
    width: 100%;
}
.address-details {
    width: 100%;
}

.address .icons img {
    margin: 0 5px;
    max-width: 26px;
}

.addressIcon {
    display: flex;
    justify-content: center;
}

.address_img {
    max-width: 50px;
    margin: 0 10px 0 0;
}

.addressBox .subtitle {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.modal .addressBox .subtitle{
    gap: 5px;
}

.subtitle a {
    font-size: 12px;
    font-weight: 600;
    color: var(--indigo-color);
}

.addressBox .subtitle span {
    font-size: 12px;
    color: var(--black-color);
}
.address:hover .subtitle{
    color: #248c44;
}
.address:hover .subtitle span a {
    color: #248c44;
}
.addressBox address {
    margin: 5px 0;
    font-weight: 300;
    line-height: normal;
}
#addressListContainer .address_listingBox {
    margin: 0;
}

#addressModal .section-header,
#cardModal .section-header{
    margin: 0;
}

.edit_address_mainBox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.edit_address_mainBox.add_address_mainBox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 4px 4px 8px 1px #f6f6f6;
}
.gmnoprint.gm-style-mtc-bbw {
    display: none;
}
.pac-target-input {
    top: 10px !important;
    width: 70%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid var(--indigo-color);
    border-radius: 40px;
    font-size: 16px;
    color: var(--indigo-color);
    box-shadow: 0px 0px 6px 0px #4d4d4d;
}
.location_confirm_btn {
    color: var(--black-color);
    background: var(--light-green-color);
    padding: 8px 12px 8px 8px;
    text-align: center;
    border-radius: 12px; 
    border: 0;
    outline: 0;
}
.location_confirm_btn:hover {
    background-color: var(--green-color);
    color: #FFF;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.pac-target-input input:focus-visible {
    outline-offset: 0px;
    outline: none;
}
.location_map_MainBox{
    width: 45%;
    position: relative;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.location_form_MainBox{
    width: 53%;
    padding: 15px 10px;
    position: relative;
}
.add_adderess_list label{
    font-size: 12px;
    line-height: normal;
}
.add_adderess_list fieldset{
    margin: 0 0 10px 0 !important;
}
.location_textBox {
    position: absolute;
    display: flex;
    padding: 12px 12px 24px;
    gap: 12px;
    flex-direction: column;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 16px 0px;
    z-index: 9;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.location_infoBox {
    display: flex;
    padding: 8px 12px 8px 8px;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 0.5px solid rgb(232, 232, 232);
    background: rgb(246, 252, 252);
}
.add_address_mainBox{
    display: flex;
    padding: 0;
    gap: 8px;
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid rgb(232, 232, 232);
}
/* ADDRESS PAGE END */


/* SUBSCRIPTION PRODUCT LIST PAGE START */
.active_order {
    display: flex;
    gap: 5px;
    padding: 0 10px;
    align-items: center;
}
.active_order .product-img {
    height: 60px;
    width: 100px;
    margin: 0;
}
.active_order .product_header{
    height: auto;
}
.active_order .product_top_left {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px;
    transform: translateX(0px);
}
.active_order:hover .product_top_left {
    transform: translateX(-78px);
}
.subscription_slider .discount_text{
    border-radius: 0 10px;
    min-height: auto;
    padding: 3px 6px !important;
}
.active_order .product-body{
    width: 100%;
}
.active_order .product_name {
    margin: 15px 0 0 0;
    color: var(--black-color);
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
    width: 100%;
    height: 32px;
    overflow: hidden;
    padding: 0;
}
.sub_order_listBox {
    margin: 30px 0;
}

.sub_order_list {
    border: 1px solid #F5F5F5;
    box-shadow: 0px 3px 15px 0px #00000008;
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.orderBox_box {
    cursor: pointer;
}

/*a.orderBox_box:hover {*/
/*    color: #F5F5F5;*/
/*}*/

.order_statusBox {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 10px;
    border-radius: 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
}

.order_statusBox.delivered,
.order_statusBox.active {
    background-color: var(--green-color);
}

.order_statusBox.inactive {
    background-color: var(--yellow-color);
}

.order_statusBox.cancelled {
    background-color: #DF3F56;
}

.order_statusBox.process {
    background-color: #DDC66C;
}

.sub_order_name {
    font-weight: 500;
    font-size: 14px;
}

.sub_order_id {
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
}

.sub_order_time {
    font-weight: 300;
    font-size: 13px;
}

.repeat_days {
    font-weight: 600;
    border-top: 1px solid #F5F5F5;
    color: var(--indigo-color);
    margin: 8px 0 0 0;
}

.sub_order_details {
    width: 78%;
}

.sub_order_priceBox .priceBox {
    text-align: end;
    font-size: 14px;
}

.sub_order_priceBox span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}
b, strong {
    font-weight: 600;
}

.view_box {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
    cursor: pointer;
}

.change_card {
    border: 1px solid var(--indigo-color);
    background-color: var(--white-color);
    padding: 2px 8px;
    gap: 2px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    font-weight: 500;
    font-size: 13px;
    color: var(--indigo-color);
    transition-duration: 0.4s;
    cursor: pointer;
}

.buyAgain_btn {
    border: 1px solid var(--green-color);
    background-color: var(--white-color);
    padding: 2px 8px;
    gap: 2px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    font-weight: 500;
    font-size: 13px;
    color: var(--green-color);
    transition-duration: 0.4s;
    cursor: pointer;
}

.rate_order_btn {
    border: 1px solid #ff7700;
    background-color: var(--white-color);
    padding: 2px 8px;
    gap: 2px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    height: 30px;
    font-weight: 500;
    font-size: 13px;
    color: #ff7700;
    transition-duration: 0.4s;
}

.change_card:hover,
.buyAgain_btn:hover {
    box-shadow: 2px 4px 3px 0 rgb(215 215 215);
}

.change_card img {
    max-width: 16px;
}

.buyAgain_btn img {
    max-width: 16px;
}

.buyAgain_btn:hover img {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.sub_order_btns {
    display: flex;
    gap: 6px;
    margin: 10px 0 0 0;
    flex-wrap: wrap;
}

.order_detailbox .sub_order_btns {
    justify-content: space-between;
}

.position__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.sub_order_list_product_imgbox {
    display: flex;
    justify-content: space-between;
}
.sub_order_list_product_img{
    display: flex;
    gap: 10px;
}
.sub_order_list_product_img img{
    max-width: 65px;
}
.order-summary-text{
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
}
.sub_order_ProductList_product {
    border: 1px solid #DDD;
    box-shadow: 0px 3px 15px 0px #00000008;
    border-radius: 8px;
    background: #FFF;
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.orderDetail {
    cursor: pointer;
}
.sub_order_list_product_details .sub_order_list_product_imgbox.list1 {
    background-color: #e5f2ff78;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
}
.sub_order_list_product_details .sub_order_list_product_imgbox{
    padding: 10px 20px;
}
.sub_order_list_product_detailsButtons {
    padding: 0 20px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn_icon img{
    max-width: 20px;
}
.view_invoice_btn, .manage_subscription_btn {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 12px;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
}
.order_summary_details_Box {
    display: flex;
    justify-content: space-between;
}
.order_summary_Box {
    font-size: 13px;
    line-height: normal;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.deliveries_details {
    padding: 3px 0;
}
.order_summary_Box_heading {
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 5px 0
}
.bill_details_box {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}
.bill_title {
    font-weight: 500;
}
.order_summary_address_box {
    padding: 10px 0 0 0;
}
.order_summary_heading {
    font-weight: 500;
    padding: 0 0 3px 0;
}
.order_summary_productName {
    font-weight: 600;
    padding: 0 0 4px 0;
}
.order_summary_days {
    padding: 4px 0;
}
.order_summary_status {
    padding: 3px 0;
    font-weight: 600;
}
.total_bill,
.total_bill_amount {
    font-weight: 600;
    font-size: 14px;
}

.autorenewal_btn {
    width: max-content;
    color: #3c9959;
    border: 1px solid #3c9959;
    border-radius: 50px;
    font-weight: 500;
    padding: 4px 15px;
    margin: 10px 0 0 0;
    cursor: pointer;
    
}
.modal .autorenewal_btn{
    cursor: auto;
}
.autorenewal_btn img {
    max-width: 20px;
}
.autorenewal_btn:hover {
    box-shadow: 2px 4px 3px 0 rgb(215 215 215);
}
.autorenewal_btn:hover img{
    transition-duration: 0.4s;
    animation: spin 1s linear infinite;
}
.order_summary_buttons {
    display: flex;
    gap: 10px;
}
/* SUBSCRIPTION PRODUCT LIST PAGE END */

/* Ratings and reviews section start */
.rating_review_section {
    padding: 30px 0;
}

 .rate {
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
    justify-content: start;
}

.rate:not(:checked)>input {
    display: none;
}

.rate:not(:checked)>label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #FEDE33;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #FEDE33;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #FEDE33;
} 

.rating_review_card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    padding: 20px;
    border-radius: 12px;
    width: 49%;
    align-items: center;
    box-shadow: 0px 0px 8px #ccc;
}
.rating_review_order {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    padding: 20px;
    border-radius: 12px;
    align-items: center;
    box-shadow: 0px 0px 8px #ccc;
}
.rating_review_mainbox .heading-design-h5 {
    margin: 0 0 20px 0;
}

.rating_review_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating_review_mainbox .locate_map_button a {
    background-color: var(--light-green-color);
    margin: 15px 0 0 0;
    color: var(--black-color);
    border: 1px solid var(--light-green-color);
    cursor: pointer;
}

.rating_review_mainbox .locate_map_button a:hover {
    background-color: var(--green-color);
    margin: 15px 0 0 0;
    color: var(--white-color);
    border: 1px solid var(--green-color);
    box-shadow: 1px 3px 1px #ddd;
}

.rating_review_secondbox {
    margin: 40px 0 0 0;
}

.rating_review_second_cardbox {
    display: flex;
    gap: 20px;
    /* flex-wrap: wrap; */
}

.rating_review_list {
    padding: 20px;
    border-radius: 12px;
    width: fit-content;
    align-items: center;
    box-shadow: 0px 0px 8px #ccc;
    width: 40%;
}

.rating_review_mainBox {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.rating_review_list .rating_name {
    font-weight: 600;
    color: var(--indigo-color);
}

.rating_review_mainBox1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px; 
}

.rating_review_list1 {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.rating_review_list .rating_count {
    font-weight: 500;
}

/* Ratings and reviews section ends */

/* FAQ PAGE START */
.faq_contact_details {
    position: sticky;
    top: 100px;
}

.faq_listingBox .accordion-button,
.faq_listingBox .accordion-body {
    padding: 10px;
}

.faq_listingBox .accordion-item {
    border: 1px solid #ddd !important;
    margin: 0 0 5px 0;
    border-radius: 10px;
    overflow: hidden;
}

.faq_listingBox .accordion-button:focus {
    z-index: 3;
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}

.faq_listingBox .accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: #f6f6f6;
    box-shadow: none;
}

/* FAQ PAGE END */


/* Ensuring search box stays at the top center */
.search-section {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Centering the search container */
.search-container-box {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Search box styling */
.searchBox {
    width: 100%;
}
.search-box {
    /* display: flex;
    align-items: center;
    gap: 10px; */
    position: relative;
}

/* Input field */
 .search-input {
    flex: 1;
    padding: 8px 20px;
    height: 35px;
    border: 1px solid #868686 !important;
    border: none;
    outline: none;
    font-size: 14px;
    border-radius: 25px;
    background: #FFF;
}
.search_buttonBox {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #daecdf;
    border-radius: 26px !important;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:35px;
}

.search_icon {
    width: 20px;
}
div#searchLoader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    inset: 0px;
    z-index: 1000;
    height: 70vh;
    overflow: hidden;
    outline: 0px;
    margin: auto;
}
/* Search button */
.search-input .search-button {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    margin-left: 10px;
    transition: background 0.3s ease-in-out;
}

.search-button:hover {
    background: #0056b3;
}

/* Cancel button */
.cancel-button {
    color: #dc3545;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
    border: none;
    background-color: transparent;
}

.cancel-button:hover {
    text-decoration: underline;
    color: #a71d2a;
}

.brand-slider-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Adjust the space as needed */
}

.owl-carousel.brand-slider {
    margin-bottom: 20px;
    /* Adds spacing between the two sliders */
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 100%;
    max-width: 400px;
    height: 40px;
    text-align: center;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.back-btn,
.clear-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
}

.search-text {
    font-size: 14px;
    line-height: normal;
    color: var(--indigo-color);
    display: flex;
    gap: 5px;
}

.shop-list .search-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.shop-list .search-item .search_item_list  {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 4px 10px;
    color: var(--black-color);
    width: 100%;
    display: inline-block;
}

/* Aniket 13-2-25 End */

.order_confirmed_box {
    text-align: center;
}

.order_confirmed_box img {
    max-width: 100px;
}

.green_text {
    color: var(--green-color);
    font-weight: 500;
    cursor: pointer;
}

.continue_btn {
    background-color: var(--light-green-color);
    color: var(--black-color);
    padding: 5px 20px;
    border-radius: 10px;
    margin: 20px auto 40px;
    max-width: fit-content;
    cursor: pointer;
    display: block;
}

.continue_btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}

/* ======= CUSTOM POPUP MESSAGE START ======= */
.custom-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.popup-contentBox {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease;
}
.popup_contentHeading {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0 5px 0;
    color: var(--black-color);
}
.popup_conetntMsg {
    line-height: normal;
    color: var(--black-color);
    font-size: 15px;
}
.popup_content_imageBox img{
    max-width: 50%;
}
/* Success Styling */
.popup-contentBox.success {
    border-left: 6px solid var(--green-color);
}

/* Error Styling */
.popup-contentBox.error {
    border-left: 6px solid red;
}

.custom-popup .close-popup {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    line-height: normal;
    color: #333;
    cursor: pointer;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: var(--light-green-color);
    justify-content: center;
    align-items: center;
    transition-duration: .4s;
}

.custom-popup .close-popup:hover{
    background-color: var(--green-color);
    color: var(--white-color);
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

/* ======= CUSTOM POPUP MESSAGE END ======= */

/* ====== ACCOUNT PAGES SUBMENU START ========== */
.sidemenu_mainBox {
    display: grid;
    gap: 20px;
    grid-template-columns: 250px 1fr;
}
.open-current-submenu {
    padding: 0;
    margin: 0;
}
.sidemenu_mainBox .product_list_box{
    height: auto;
}
aside#sidebar{
    background-color: #f5f5f5;
    position: sticky;
    top: 100px;
}
.sub-menu-list{
    position: relative;
    width: 100%;
}
.sub-menu-list .sub-menu-list-link,
.sub-menu-list.dropdown {
    display: grid;
    height: 40px;
    padding: 0 20px;
    color: var(--indigo-color);
    width: 100%;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}
.sub-menu-list .sub-menu-list-link:hover,
.sub-menu-list.dropdown:hover {
    color: var(--black-color);
    background: var(--light-green-color);
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}
.sub-menu-list .sub-menu-list-link::after,
.sub-menu-list.dropdown::after {
    content: "";
    transition: transform 0.3s;
    border-right: 1px solid currentcolor;
    border-bottom: 1px solid currentcolor;
    width: 5px;
    height: 5px;
    position: absolute;
    transform: rotate(-45deg);
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.sub-menu-list.dropdown.active::after ,
.sub-menu-list.dropdown.menu-active::after{
    transform: rotate(45deg);
}
.menu_item .collapse {
    background-color: #ddd;
}
.sub-inner-links {
    padding: 3px 0 3px 35px;
    display: block;
    border-bottom: 1px dashed;
    font-weight: 500;
}
.btn-toggle-nav li:last-child .sub-inner-links{
    border-bottom: 0;
}
.sub-inner-links:hover {
    color: var(--black-color);
}
a.sub-inner-links.active-menu {
    color: var(--black-color);
    background: var(--light-green-color);
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}
.menu_item.menu-active {
    background-color: var(--green-color);
}
.sub-menu-list.dropdown.menu-active{
    color: var(--white-color);
}

a.sub-inner-links.menu-active {
    background-color: #248c4454;
    padding-left: 45px;
}
.sub-menu-list > a.menu-active{
    background-color: var(--green-color);
    color: var(--white-color);
}
a.sub-inner-links.menu-active::before {
    content: "-";
    margin: 0 5px 0 0;
}
.sub-menu-list.dropdown.menu-active:hover {
    background-color: transparent;
}
/* ====== ACCOUNT PAGES SUBMENU END ========== */

/* ======= COMING SOON PAGE START ===== */
.coming_text {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    color: var(--green-color);
}
.coming_content {
    font-size: 25px;
    font-weight: 500;
    font-style: italic;
    line-height: normal;
    margin: 10px 0;
}
/* ======= COMING SOON PAGE END ===== */
/*----CART OFFER SECTION START ----*/
.cart_offers_mainBox {
    background-color: #d5d6ea80;
    padding: 10px;
    border-radius: 8px;
    margin: 20px 0;
}
.cart_offer_buy_textBox {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 6px;
    align-items: center;
}
.cart_offer_textBox {
    font-size: 12px;
    font-weight: 500;
}
.cart_offer_product_mainBox .ordered_product .product_imgbox a {
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.cart_offer_product_mainBox {
    border: 1.5px solid #2E317E;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
    position: relative;
}
.offers_bomb {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 5%;
    right: inherit;
    top: 0;
    text-align: center;
    transform: rotate(180deg);
}
.cart_offer_product_mainBox .cart_product_list{
    padding: 10px;
    color: var(--black-color);
}
.unlocked_product_box {
    padding: 8px 10px;
    background-color: var(--light-green-color);
}
.cart_offer_product_mainBox .cart_product_list .ordered_product .order_info{
    width: 80%;
}
.blue_button {
    background-color: #2E317E;
    color: #FFF;
    padding: 6px 18px;
    border-radius: 5px;
    width: fit-content;
    font-weight: 500;
    line-height: normal;
    text-align: end;
    cursor: pointer;
}
.cart_offer_product_mainBox .order-namingBox {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
}
 /*----CART OFFER SECTION END ----*/

 /* --- COMMON SEARCH BOX START ---- */
 /* Hide overlay by default */
/* Hide the overlay initially */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

/* Keep the input on top of the overlay */
.search-wrapper {
  position: relative;
  z-index: 1002;
  width: 100%;
}

/* Optional: add transition for smoother experience */
.search-overlay.fade-in {
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.suggestions-scroll-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px; /* space between items */
  padding: 20px !important;
}
.suggestions-scroll-box > div {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    background: #248c441f;
    border-radius: 6px;
    padding: 10px 8px !important;
    transition: transform 0.5s ease;
}

.suggestions-scroll-box > div:hover {
  transform: translateY(-2px);
  background: var(--green-color);
  color: var(--white-color);
}
#suggestionsModal .btn-close {
    top: 20px;
    right: 20px;
}
 /* --- COMMON SEARCH BOX END -------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 1500px) {
    .added_profileData {
        display: grid;
        grid-template-columns: 20% 1fr;
        gap: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .account-left {
        margin-right: 0;
    }

    .account-page .mx-auto {
        margin: 0 15px !important;
    }

    .account-right {
        border-left: medium none !important;
        border-top: 1px solid #eeeeee !important;
        min-height: auto !important;
    }

    .location-top {
        display: none;
    }

    .container,
    .container-fluid {
        max-width: 100%;
        width: 100%;
    }

    .main-nav-right .osahan-top-dropdown .dropdown-toggle {
        padding: 18px 16px !important;
    }

    .main-nav-right .osahan-top-dropdown img {
        left: auto;
        position: relative;
        top: 0;
    }

    .osahan-menu-2 .nav-link.shop {
        border-right: medium none;
        margin-right: 0;
    }

    .shop-detail-slider #sync2 {
        padding: 0;
    }

    .shop-detail-slider #sync2 img {
        margin: 2px 0 10px 0;
    }

    .navbar-toggler {
        background: #fff none repeat scroll 0 0 !important;
        border: medium none;
        border-radius: 2px;
        margin: 0 16px 0 0;
        padding: 6px 9px;
    }

    .top-categories-search-main {
        margin-top: 0 !important;
    }

    .login-modal-left {
        display: none;
    }

    .app img {
        margin-bottom: 4px;
    }

    .footer-social a {
        margin-bottom: 3px;
    }

    .top-categories-search .form-control {
        min-width: auto;
    }

    .feature-box {
        margin-bottom: 6px;
        overflow: hidden;
    }

    .top-categories-search .form-control-select,
    .top-categories-search .select2-container {
        width: 138px !important;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .location-top {
        display: none;
    }

    .main-nav-right .osahan-top-dropdown .dropdown-toggle {
        padding: 18px 16px !important;
    }

    .main-nav-right .osahan-top-dropdown img {
        left: auto;
        position: relative;
        top: 0;
    }

    .osahan-menu-2 .nav-link.shop {
        border-right: medium none;
        margin-right: 0;
    }

    .shop-detail-slider #sync2 {
        padding: 0;
    }

    .navbar-toggler {
        background: #fff none repeat scroll 0 0 !important;
        border: medium none;
        border-radius: 2px;
        margin: 0 16px 0 0;
        padding: 6px 9px;
    }

    .top-categories-search-main {
        margin-top: 0 !important;
    }

    .login-modal-left {
        display: none;
    }

    .app img {
        margin-bottom: 4px;
    }

    .footer-social a {
        margin-bottom: 3px;
    }

    .top-categories-search .form-control {
        min-width: auto;
    }

    .feature-box {
        margin-bottom: 6px;
        overflow: hidden;
    }

    .top-categories-search .form-control-select,
    .top-categories-search .select2-container {
        width: 138px !important;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1200px) {
    .osahan-menu-2 .nav-link {
        font-size: 13px;
        padding: 13px 8px !important;
    }

    .main-nav-right .osahan-top-dropdown img {
        left: auto;
        position: relative;
        top: 0;
    }

    .main-nav-right .osahan-top-dropdown .dropdown-toggle {
        padding: 18px 16px !important;
    }

    .location-top {
        display: none;
    }

    .top-categories-search .form-control {
        min-width: auto;
    }

    .top-categories-search .form-control-select,
    .top-categories-search .select2-container {
        width: 138px !important;
    }

    .container {
        max-width: 100%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (max-width: 1300px) {
    .top-categories-search .form-control {
        min-width: auto;
    }

    .week-list {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .week-list::-webkit-scrollbar {
        display: none;
    }

    .instruction_box .weeks {
        width: 100%;
    }

    .delivery_instruction_text {
        white-space: normal;
    }
    .navbar-brand img {
        max-width: 50%;
    }
    .headerBox .logoBox {
        width: 32%;
    }
    .feature_box_img {
        height: 40px;
        width: 40px;
    }
    .feature_box_img img {
        max-width: 25px;
    }
    .feature_box_text {
        font-size: 12px;
    }
    .footer .logo img{
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .featured_cate_img img {
        max-width: 48px;
    }
    .featured_cate_mainbox {
        gap: 10px;
    }
    .order_again_listBox {
        padding: 4px;
    }

    .order_again_count {
        left: 4px;
        z-index: 1;
        right: 4px;
        bottom: 4px;
        padding: 1px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .owl-carousel .owl-nav {
        position: relative;
        width: 100%;
        transform: translate(0%, 0%);
        top: inherit;
        z-index: -1;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .track_list_text {
        font-size: 13px;
    }

    .order_details_list li span {
        font-size: 14px;
    }

    .order_infobox,
    .order_detailbox,
    .daily_payment_detail_section {
        padding: 10px;
    }

    .order_details_list li {
        font-size: 13px;
    }

    .order_statusBox {
        padding: 3px 10px;
        line-height: normal;
    }

    .order_info .order_product_name {
        margin: 10px 0;
        font-size: 14px;
    }
    .car_product_list .order_info .order_product_name {
        margin: 0 0 0 0;
        font-size: 14px;
    }

    .sub_box .subscribe_btn {
        padding: 9px 6px;
        font-size: 9px;
    }
    .order_details_list li {
        font-size: 14px;
    }
    .order_details_list li span {
        font-weight: 500;
        font-size: 13px;
    }
    .order-subheading{
        font-size: 14px;
    }
    .featured_cate_img img {
        max-width: 50px;
    }
    .feature-box {
        grid-template-columns: 20% 1fr;
        gap: 10px;
    }
    .sub_order_list_product_detailsButtons{
        gap: 10px;
    }
    .product {
        width: 190px;
        margin: 0 0 10px 0;
    }
    .sub_order_list{
        display: block;
        padding: 10px;
    }
    .sub_order_details {
        width: 100%;
    }
    .sub_order_priceBox .priceBox {
        text-align: start;
        font-size: 13px;
    }
    .sub_order_priceBox span {
        font-size: 14px;
    }
    .sub_order_details .orderBox_box{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sub_order_listBox {
        margin: 15px 0;
    }
    .sub_order_details li{
        font-size: 13px;
    }
    .sub_order_name {
        font-weight: 500;
        font-size: 13px;
        line-height: normal;
    }
    .right_subCate_listingMainBox .product_list_box {
        grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
    }
    .right_subCate_listingMainBox .product_list_box .product {
        width: 100%;
    }
    .right_subCate_listingMainBox .product_list_box .product .product_weight {
        padding: 0 10px 0px;
    }
    .right_subCate_listingMainBox .product_list_box .product .product_name {
        padding: 10px 10px 0;
    }
    .right_subCate_listingMainBox .product_list_box .product .product-footer {
        padding: 8px 10px;
    }
    .all_categories_listing_mainBox {
        grid-template-columns: 250px 1fr;
    }
    .DownloadAndFollowRow__Grid{
        gap: 10px;
        padding: 10px;
    }
    .download_btnText {
        margin: 0 12px 0 0;
    }
    .DownloadAndFollowRow__Item {
        line-height: normal;
        text-align: center;
    }
    .login_img_box img{
        height: auto;
    }
    .change_btn {
        font-size: 10px;
        cursor: pointer;
    }
    .pay_btn_listing {
        gap: 4px;
        padding: 5px 5px;
    }
}


@media (max-width:992px) {
    .daily_order_detailsBox .daily_orderBox {
        flex-direction: column-reverse;
    }
    .feature_box_text {
        line-height: normal;
        font-size: 10px;
    }
    .feature_box_img {
        height: 40px;
        width: 40px;
    }
    .feature_box_img img {
        max-width: 28px;
    }
    footer li{
        text-align: left;
    }
    .footer .footer_heading{
        text-align: left;
    }
    ul.footer_listing,
    .app {
        margin: 0 0 20px 0;
    }
    .track_list_sept {
        width: 9%;
    }
    .track_list_sept.track_select:nth-child(2){
        width: 10%;
    }
    .track_list_sept.track_select:nth-child(4){
        width: 10%;
    }
    .right_subCate_listingMainBox .all_product_list .product{
        width: auto;
    }
    .right_subCate_listingMainBox .product_list_box {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
        gap: 10px;
    }
    .right_subCate_listingMainBox .product_list_box .product .product-footer .row .col-6:first-child {
        padding: 0 0 0 10px;
    }
    .right_subCate_listingMainBox .product_list_box .product .product-footer .row .col-6:last-child {
        padding: 0 10px 0 0;
    }
    .right_subCate_listingMainBox .product_name{
        padding: 10px 10px 0;
    }
    .right_subCate_listingMainBox .order_repeat_count{
        padding: 0 0 0 10px;
    }
    .right_subCate_listingMainBox .product_weight {
        padding: 0 10px 0px;
    }
    .right_subCate_listingMainBox .product_unavailable {
        margin: 0;
        padding: 8px 10px;
    }
}

@media (max-width: 920px) {
   
    .footer_link {
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer_link a{
        font-size: 13px;
    }

    .login-footer-tab .nav.nav-tabs .nav-item {
        width: 100%;
    }

    .navbar-top .login_cartbox {
        display: none;
    }

    .osahan-menu {
        padding: 10px 0;
    }

    .login_cartbox {
        display: block;
    }

    .cart-sidebar {
        right: -100%;
    }

    .login-footer-tab {
        margin: 0 0 10px 0;
    }

    .address .address-details p {
        line-height: 20px;
    }

    .login_box {
        flex-direction: column-reverse;
    }

    .modal-body {
        padding: 2rem;
    }

    button.close.close-top-right {
        position: absolute;
        top: -130px;
        right: 0px;
    }

    ul.day_count {
        flex-wrap: nowrap;
    }

    .table thead th {
        vertical-align: middle;
    }

    .cart-page tfoot .form-group {
        width: 60%;
    }

    .cart-page tfoot .submit_btn {
        padding: 9px 25px;
        margin: 0 0 14px 0;
    }

    .calender_list {
        width: 31%;
    }

    .order_detailbox {
        margin: 20px 0;
    }
    .order_detailsMainbox .order_detailbox {
        margin: 0 0 10px 0;
    }
    .order_details ul li span.price {
        font-size: 13px;
    }

    .ordered_product .product_box {
        flex-direction: column;
    }

    .ordered_product tr {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .ordered_product .table td,
    .ordered_product .table th {
        padding: 5px 0;
        width: 100%;
        text-align: center;
    }

    .order_mianbox .order_infobox {
        width: 100%;
    }

    .order_mianbox {
        flex-wrap: wrap;
    }

    .order_mianbox .order_product_name {
        white-space: break-spaces;
        width: 100%;
    }

    .order_info .order_product_name {
        font-size: 14px;
    }

    .order_details tr td {
        width: 58%;
    }

    .modal-content {
        box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
        border-radius: 10px;
    }

    button.close.close-top-right1 {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .top-categories-search .form-control {
        width: 245px;
    }
    .headerBox .logoBox {
        width: 36%;
    }
    .navbar-brand img {
        max-width: 88%;
    }
    ul.footer_listing{
        margin: 0 0 20px 0;
        column-count: 2;
    }
    .cart-tab-item{
        width: 26%;
    }
    .subscribe_btn,
    .buttonBox .cart_btn {
        padding: 5px 9px;
        font-size: 13px;
        margin: 0;
    }
    .feature-box {
        grid-template-columns: 25% 1fr;
        gap: 10px;
    }

    /* header start */
    
    /* header end */
    
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 770.98px){
    .login_cartbox{
        width: 100%;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        background-color: var(--white-color);
        display: block;
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
        transition: all 0.3s linear;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: 1005;
        border: 1px solid #c4c4c4;
    }
    .login_cartbox_mobile {
        display: flex;
        justify-content: flex-end;
    }
    .mobile_profile_box {
        max-width: 100%;
        height: 32px;
        width: 32px;
    }
    .mobile_profile_box img {
        object-fit: contain;
        object-position: center;
    }
    .menu_open .login_cartbox{
        display: block;
        padding: 15px 0px 30px;
        margin: 0 auto;
        float: none;
        max-width: 80%;
        transform: translateX(0%);
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    ul.list-inline.main-nav-right {
        margin: 0;
        display: none;
    }
    .menu_open .main_menu_mobile {
        display: block;
        overflow-x: scroll;
        height: 80vh;
        margin: 10px 0 30px;
    }
    .menu_open .login_cartbox .list-inline-item{
        width: 100%;
        margin: 0;
    }
    .menu_open .login_cartbox .list-inline-item a {
        padding: 5px 0;
        margin: 0 10px;
        line-height: normal;
        display: flex;
        align-items: center;
        border-bottom: 1px dashed;
    }
    .menu_open .login_cartbox .list-inline-item:last-child a{
        border-bottom: 0;
    }
    .menu_open .login_cartbox .top_other_icon_img {
        margin: 0 8px 0 0;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background-color: rgb(247, 247, 247);
        border-radius: 12px;
        width: 30px;
        height: 30px;
    }
    .menu_open .login_cartbox .top_other_icon_heading {
        color: var(--black-color);
        font-size: 14px;
        font-weight: 400;
    }
    .overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 0.45s ease-in-out;
    }
    .menu_open .overlay {
        opacity: 1;
        visibility: visible;
    }
    body:has(.menu_open) {
        overflow: hidden;
    }
    .toggle_close_logo {
        display: block;
        cursor: pointer;
        text-align: end;
        position: absolute;
        right: 10px;
        max-width: 25px;
        top: 10px;
    }
    .mobile_text {
        display: block;
        text-align: left;
        padding: 30px 10px 0 10px;
        font-size: 12px;
    }
    
    .navbar-brand img {
        max-width: 65%;
    }
    .headerBox {
        justify-content: space-between;
    }
    .header_icons_box {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        gap: 10px;
    }
    .header_icons_box #menu_mainbox {
        width: 40%;
    }
}
@media (max-width: 767.98px) {
    
    
    .searchBox img {
        width: 300vh;
    }
    .header_icons_box {
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }
    .account-left {
        margin-right: 0;
    }
    
    .account-page .mx-auto {
        margin: 0 15px !important;
    }

    .account-right {
        border-left: medium none !important;
        border-top: 1px solid #eeeeee !important;
        min-height: auto !important;
    }

    .location-top {
        display: none;
    }

    .container {
        max-width: 100%;
        width: 100%;
    }

    .main-nav-right .osahan-top-dropdown .dropdown-toggle {
        padding: 18px 16px !important;
    }

    .main-nav-right .osahan-top-dropdown img {
        left: auto;
        position: relative;
        top: 0;
    }

    .osahan-menu-2 .nav-link.shop {
        border-right: medium none;
        margin-right: 0;
    }

    .shop-detail-slider #sync2 {
        padding: 0;
    }

    .shop-detail-slider #sync2 img {
        margin: 26px 0 10px 0;
    }

    .navbar-toggler {
        background: #fff none repeat scroll 0 0 !important;
        border: medium none;
        border-radius: 2px;
        margin: 0 16px 0 0;
        padding: 6px 9px;
    }

    .top-categories-search-main {
        margin-top: 0 !important;
    }

    .osahan-menu .my-2.my-lg-0 .main-nav-right {
        position: absolute;
        right: 90px;
        top: 25px;
    }

    .login-modal-left {
        display: none;
    }

    .app img {
        margin-bottom: 4px;
    }

    .footer-social a {
        margin-bottom: 3px;
    }

    .top-categories-search .form-control {
        width: 100%;
    }

    .cart-sidebar {
        width: 100%;
    }

    .login-modal-right {
        padding: 6px;
        margin: 10px 0;
    }

    .feature-box {
        margin-bottom: 6px;
        overflow: hidden;
    }

    .footer .footer_heading {
        margin: 10px 0;
    }

    .top-categories-search .form-control-select,
    .top-categories-search .select2-container {
        width: 138px !important;
        display: none;
    }

    .order_again_listBox {
        padding: 7px;
    }

    .order_again_count {
        left: 7px;
        right: 7px;
        bottom: 7px;
    }

    .notification_listing .accordion {
        column-count: 1;
    }

    /* .headerBox .logoBox {
        width: 30%;
    } */

    
    .top-categories-search .btn {
        height: 35px;
        width: 35px;
    }

    .order_track_mainBox .headerBox {
        flex-direction: row;
    }

    .top-categories-search .input-group {
        flex-wrap: nowrap;
    }

    .top-categories-search .form-control-select,
    .top-categories-search .form-control {
        padding: 8px 15px;
        height: 36px;
    }

    .top_other_icon_img {
        height: 36px;
        width: 36px;
    }

    .list-inline-item a {
        margin: 0 6px;
        line-height: normal;
    }

    .osahan-menu .navbar-brand {
        margin: 0;
        padding: 0;
        display: contents;
    }

    .osahan-menu {
        padding: 0;
    }

    .your_order_details_box {
        padding: 0 0 10px;
        border-bottom: 1px solid #dadbf0;
        margin: 0 0 10px 0;
    }

    .track_list {
        width: 100%;
        min-height: auto;
        display: flex;
        text-align: left;
    }

    .order_track_list {
        display: flex;
        align-items: center;
        margin: 10px 0 10px 0;
        flex-direction: column;
    }

    .track_list_arrow {
        width: auto;
        margin: 0 10px 0 0;
    }

    .track_list_sept {
        width: 13%;
        height: 2px;
        background-color: #EBECF5;
    }

    .daily_payment_detail_section {
        display: inline-block;
    }
   .featured_cate_text {
        line-height: normal;
        font-size: 12px;
        padding: 4px 0 0 0;
    }
    .featured_cate_mainbox {
        display: flex;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: wrap;
    }
    .featured_cat_MainBox{
        height: 100%;
    }
    .section-header .heading-design-h5{
        width: 85%;
    }
    .section-header .text-secondary{
        width: 15%;
        font-size: 12px;
        text-align: end;
    }
    .address_page .section-header .text-secondary{
        width: 28%;
        font-size: 12px;
        text-align: end;
    }
    .address .icons img {
        margin: 0 2px;
        max-width: 20px;
    }
    .product{
        width: 190px;
    }
    .heading-design-h5 {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
    }
    .heading-design-h5 span {
        font-size: 10px;
        font-weight: 500;
        line-height: normal;
        padding: 0;
    }
    .shop-detail-right {
        padding: 10px;
        margin: 10px 0;
    }
    .shop-single .shop-detail-right {
        margin: 0 0 20px 0;
    }
    .shop-detail-right .productDetail_name{
        font-size: 16px;
        line-height: normal;
    }
    .shop-detail-right .productDetail_weight span {
        font-size: 14px;
    }
    .shop-detail-right .offer-price .value {
        font-size: 16px;
    }
    
    .product-items-slider .product_weight {
        padding: 5px 15px 0px;
        line-height: normal;
    }
    footer {
        z-index: 10;
        position: relative;
    }

    .order_placeBox {
        left: 0;
        padding: 10px;
        border-radius: 10px;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 6;
        margin: 0 10%;
    }

    .place_order_btn .yellow_btn {
        margin: 5px 0 0;
    }

    .countText {
        color: var(--yellow-color);
        font-weight: 600;
        font-size: 14px;
        padding: 5px 0;
        line-height: normal;
    }

    .saveText span {
        font-size: 14px;
    }

    .saveText {
        color: var(--white-color);
        font-weight: 600;
        font-size: 13px;
        padding: 0 0 5px 0;
        line-height: normal;
    }

    .footer_link a {
        padding: 0 6px;
    }

    .cart_tabbing_mainBox .nav {
        white-space: inherit;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap;
        display: flex;
        width: 100%;
        justify-content: flex-start !important;
    }

    .cart_tabbing_mainBox .nav li.nav-item {
        width: 50%;
    }

    .cart-tab-item {
        width: 47%;
    }

    .gift_section {
        padding: 15px;
    }

    .gift_offer {
        align-items: center;
    }

    .subscription_duration {
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .order-subheading.d-flex .subheading {
        margin: 0;
    }

    .addres_type .icons {
        display: flex;
        align-items: center;
    }

    .sub_order_btns {
        gap: 5px;
    }

    .sub_order_btns a .subscription_btn {
        padding: 4px 6px;
        font-size: 14px;
        font-weight: 400;
        height: 30px;
    }

    .order_statusBox {
        padding: 4px 10px;
        font-size: 12px;
        line-height: normal;
        font-weight: 500;
    }

    .order_info .order_product_name {
        margin: 0 0 8px 0px;
    }
    .order_detailbox .your_order_details_box{
        border-bottom: 0;
    }

    .sub-order-details-data {
        font-size: 14px;
    }

    .sub-order-details-data span {
        display: block;
    }

    .order_detailbox .sub_order_btns {
        justify-content: center;
    }

    .vacation_box {
        position: absolute;
        top: 0;
        right: 0;
    }

    .order_detailsMainbox .cancelBtn {
        text-align: center;
    }

    .owl-carousel-slider a {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .add_btnBox {
        padding: 0 5px;
    }

    .instruction_box .week-list input[type="radio"] {
        &:not(:disabled)~label {
            width: 140px;
        }
    }

    .feature_section {
        display: none;
    }
    .owl-carousel .owl-nav button{
        display: none;
    }
    .category-item h6 {
        font-size: 10px;
    }
    .categories_list {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
    .footer-bottom p {
        line-height: normal;
        color: var(--white-color);
        font-size: 12px;
    }
    .footer_link{
        text-align: left;
        margin: 0;
    }
    .footer_link a{
        font-size: 10px;
    }
    .sneaky_bannerBox a, .popup_bannerBox a, .trialpack_bannerBox a{
        /* height: 200px; */
    }
    .popup_bannerBox .trialpackImg, 
    .trialpack_bannerBox .trialpackImg{
        margin: 0;
    }
    .offer_sliderBox .item {
        flex: 0 0 auto;
        width: 56%;
    }
    .featured_cate_list {
        width: 14%;
    }
    .rate_order_btn,
    .change_card,
    .buyAgain_btn {
        height: 26px;
        font-size: 12px;
        line-height: normal;
    }
    .sub_order_name span,
    .sub_order_id span{
        color: var(--green-color);
    }
    .sub_order_details li {
        font-size: 13px;
        line-height: normal;
        padding: 3px 0;
    }
    
    .empty_cartMainbox img {
        max-width: 60%;
    }
    .cart_tabbing_mainBox{
        margin: 30px 0;
    }
    .order_details .sub_btn_mainBox {
        display: flex;
        justify-content: space-between;
    }
    .required_info_text {
        line-height: normal;
        margin: 10px 0 0 0;
        font-size: 12px;
    }
    .change_btn span {
        display: none;
    }
    .change_btn.btn_addresslist span {
        display: block;
    }
    .my-order-mainList {
        grid-template-columns: 1fr;
    }
    .product_details_mainBox{
        display: block;
    }
    .main_sliderBox #sync1 a {
        display: grid;
        place-items: center;
        width: auto;
        aspect-ratio: auto;
    }
    .main_sliderBox #sync1 a img {
        transition-duration: 0.4s;
        padding: 0px;
        height: auto;
        width: auto;
        object-fit: contain;
        object-position: center;
    }
    .shop-detail-slider #sync2 img {
        margin: 0 0 20px 0;
    }
    .subscribe_btn {
        padding: 5px 10px;
        margin: 0;
    }
    .search_page .search-input {
        padding: 2px 15px;
        height: 30px;
    }
    .search_page .searchBox button .search_icon {
        width: 20px;
    }
    .search_page .header_icons_box #menu_mainbox{
        width: auto;
    }
    .search_page .searchBox .search_buttonBox {
        padding: 5px;
    }
    .brand_list {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    }
    .sidemenu_mainBox,
    .added_profileData{
        grid-template-columns:1fr;
    }
    .sidemenu_menu_mainBox{
        display: none;
    }
    .avatar-upload {
        position: relative;
        max-width: 60%;
        margin: auto;
        height: 100%;
    }
    .product_top_left{
        transform: translateX(0);
    }
    .product_top_right {
        transform: translateX(0px);
    }
    .shop-detail-slider {
        margin: 0 0 20px 0;
    }
    .ordered_product .order-namingBox .priceBox {
        display: block;
    }
    .ordered_product{
        gap: 15px;
    }
    .shop-detail-slider #sync1{
        aspect-ratio: 1/1;
    }
    #addressModal .modal-header .col-lg-12 {
        width: 100%;
    }
    #addressModal .modal-body {
        padding: 20px;
    }
    .locate_map_button_box #map{
        height: 500px !important;
    }
    
    .location_textBox {
        position: absolute;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-radius: 16px;
    }
    .location_map_MainBox{
        border-radius: 20px;
    }
    .rating_review_card{
        width: 100%;
    }
    

}

@media (max-width: 575.96px) {
    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .headerBox .logoBox {
        width: 33.33%;
    }
    .navbar-brand img {
        max-width: 40%;
        margin: 0 0 0 10px;
    }
    .featured_cate_list {
        width: 29%;
    }
    .cart-btn .cart-value {
        font-size: 8px;
        font-weight: bold;
        height: 14px;
        left: 13px;
        min-width: 14px;
        top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product_list_box {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 10px;
    }
    .product_list_box .product{
        width: auto;
    }
    .product_name{
        padding: 10px 10px 0;
    }
    .order_repeat_count{
        padding: 0 0 0 10px;
    }
    .product_weight {
        padding: 0 10px 0px;
    }
    .product_unavailable {
        margin: 0;
        padding: 8px 10px;
    }
    .product_featured_cat_icon_list {
        bottom: 45%;
    }
    .sub_order_list_product_detailsButtons .btn_text {
        line-height: normal;
    }
    .sub_order_list {
        padding: 10px;
        display: block;
    }
    .brand-item{
        max-width: 100px;
    }
    .show_footer{
        display: block;
    }
    /* footer {
        display: none;
    }
    footer.active {
        display: block;
    } */
    ul.footer_listing{
        margin: 0 0 20px 0;
        column-count: 2;
    }
    .FooterLinks__Grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    ul.FooterLinks__List {
        list-style: none;
        padding: 0px;
        display: grid;
        grid-template-columns: auto auto;
        gap: 12px 24px;
        margin: 0 0 20px 0;
    }
    .home_banner,.banner_img,.banner_img img,.featured_cat_MainBox{
        border-radius: 10px;
    }
    .DownloadAndFollowRow__Grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 15px;
        row-gap: 20px;
    }
    .Footer__Wrapper {
        padding: 30px 0;
    }
    .download_buttonBox {
        -webkit-box-pack: center;
        justify-content: center;
        flex-direction: column;
    }
    .DownloadAndFollowRow__Item {
        line-height: normal;
    }
    .download_btnText {
        margin: 0 0 6px 0;
    }
    .DownloadAndFollowRow__Item.socialMedia {
        justify-content: center;
    }
    .footer_heading {
        font-size: 15px;
        margin: 15px 0;
        line-height: normal;
    }
    .all_categories_listing_mainBox {
        display: grid;
        grid-template-columns: 4rem 1fr;
        gap: 0px;
    }
    .all_cate_subCate_list .nav-link{
        padding: 5px 5px 5px 0;
        border: 0;
        background-color: var(--white-color);
    }
    .categories_list_img {
        box-shadow: 1px 1px 4px #dddddd;
    }
    .categories_list_box {
        gap: 5px;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
    }
    .sub_cate_nav .categories_list_text {
        text-align: center;
        margin: 0;
        line-height: normal;
        font-size: 10px;
    }
    .sub_cate_nav{
        top: 50px;
    }
    .all_cate_subCate_list .nav-link:hover, 
    .all_cate_subCate_list .nav-link.active{
        border: 0;
        background: none;
        position: relative;
    } 
    .all_cate_subCate_list .nav-link.active{
        position: relative;
    }
    .all_cate_subCate_list .nav-link.active::after{
        width: .25rem;
        background-color: var(--green-color);
        border-radius: 10px 0 0 10px;
        right: 0;
        height: 100%;
        position: absolute;
        content: "";
        top: 0;
    }
    .categories_list_img{
        width: 40px;
        height: 40px;
        background-color: rgb(246 246 246)
    }
    .all_cate_subCate_list .nav-link.active .categories_list_img{
        background-color: #d6eadc;
    }
    .right_subCate_listingMainBox {
        background-color: #f6f6f6;
        padding: 6px;
    }
    .left_subCate_listingMainBox {
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.08) 4px 0px 4px 0px;
        z-index: 1;
    }
    .right_subCate_listingMainBox .section-header .heading-design-h5 {
        width: 100%;
    }
    .right_subCate_listingMainBox .product_list_box {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
    }
    .product_unavailable_title{
        font-size: 12px;
    }
    .product_name {
        font-size: 12px;
        line-height: normal;
    }
    
    .category-listbox .category-item h6 {
        font-size: 12px;
    }
    .cart_tabbing_mainBox{
        margin: 10px 0;
    }
    .cart_section.subcate_section.section-padding{
        padding: 0;
    }
    .shop-detail-slider #sync2 img {
        margin: 0px 0 20px 0;
    }
    .gray_box{
        padding: 10px;
    }
    .profile_page_mainBox {
        grid-template-columns: 1fr;
    }
    .profile_page_mainBox .profile_page_left {
        display: none;
    }
    .rating_review_mainBox1{
        grid-template-columns: 1fr;
    }
    .rating_review_section{
        padding: 20px 0;
    }
    .offer_sliderBox .item {
        flex: 0 0 auto;
        width: 92%;
    }
    .cart-tab-item {
        padding: 5px;
        font-weight: 600;
        font-size: 14px;
    }
    hr{
        margin: 0.5rem 0;
    }
    .missed-items-slider.calender_flex_class {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .car_product_list .order_info .order_product_name {
        margin: 0 0 0 0;
        font-size: 14px;
    }
    .order_info .weightBox{
        padding: 5px 0;
        font-size: 12px;
    }
    .sub_btn_mainBox {
        display: block;
    }
    .sub_btn_mainBox .sub_box {
        text-align: left;
        margin: 6px 0;
    }
    .cart_forgot_text a {
        margin: 5px 0 10px;
        display: inline-block;
    }
    .order_detailbox {
        margin: 10px 0;
    }
    .pay_btnbox {
        display: flex;
        gap: 8px;
    }
    .location_map_MainBox, .location_form_MainBox {
        width: 100%;
        border-top: 1px solid #ddd;
    }
    .pay_btn_listing {
        width: 100%;
    }
    .order-namingBox{
        display: block;
    }
    .order_info .order-namingBox{
        display: flex;
    }
    .ordered_product .order_details .sub_btn_mainBox {
        display: flex;
        justify-content: flex-start;
        margin: 10px 0;
    }
    .order-namingBox .priceBox {
        text-align: left !important;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin: 0 0 7px 0;
    }
    .order-namingBox .priceBox .mrp_price{
        margin: 0 10px 0 0;
    }
    .login_img_box {
        display:none;
    }
    .login_box{
        display: block;
    }
    .form-fields {
        column-gap: 15px;
        grid-template-columns: 1fr;
    }
    .login_submit_box fieldset {
        margin: 0 0 10px 0;
    }
    #profile .loginBox {
        padding: 10px 20px;
    }
    .header_icons_box #menu_mainbox{
        padding: 0;
    }
    .header_icons_box {
        justify-content: space-between;
        width: 100%;
        gap: 10px;
    }
    .header_icons_box #menu_mainbox {
        width: 40%;
    }
    .faq_listingBox .accordion-button, .faq_listingBox .accordion-body {
        padding: 10px;
        font-size: 12px;
    }
    #quickPay .pay_btnbox, 
    #quickpay .pay_btnbox, 
    #payNowQuick .pay_btnbox {
        grid-template-columns: 50% 50%;
        grid-template-rows: auto auto;
        row-gap: 20px;
    }

    #quickPay .pay_btnbox > :nth-child(3),
    #quickpay .pay_btnbox > :nth-child(3),
    #payNowQuick .pay_btnbox > :nth-child(3) {
        grid-column: 1 / -1;
    }
    .pay_btnbox.subscription_cart_btn {
        display: block;
    }
    .subscription_cart_btn #applyBtn {
        width: 100%;
    }
    .subscription_cart_btn #quickPay {
        margin: 0 0 20px 0;
    }
}
@media (max-width: 410px){
    .right_subCate_listingMainBox .product_list_box {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 5px;
    }
    .offer-price,
    .product_unavailable_title {
        font-size: 11px;
    }
    .product_name{
        height: 40px;
    }
    button.qty-btn,
    button.qty-btn1,
    .qtyBox .input-qty{
        height: 26px;
    }
    .header_icons_box #menu_mainbox {
        width: auto;
    }
}
@media (max-width: 380px){
    .right_subCate_listingMainBox .product_list_box {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 5px;
    }
    .product_unavailable_title {
        font-size: 11px;
    }
}