:root {
    --theme-color: #7C204D;
 }
 .accout_bg {
     background-color: #7C204D;
 }
 
 .theme_background {
     background-color: #7C204D !important;
     ;
 }
 
 .theme_color {
     color: #7C204D;
 }
 
 .circle_size {
     font-size: 40px;
     color: #7C204D;
 }
 
 .circle_size:before {
     color: #7C204D;
     font-size: 9rem
 }
 
 a:hover {
     color: #7C204D;
 }
 
 .mn_tp {
     margin-top: 67px
 }
 
 .mrn_tp {
     margin-top: 100px
 }
 
 .theme_border {
     border: 2px solid #7C204D;
 }
 
 .jconfirm .jconfirm-box.jconfirm-type-green {
     border-top: solid 7px #7C204D !important;
 }
 
 .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
     background-color: #7C204D !important;
 }
 
 .normal_btn {
     color: #7C204D;
     background: rgb(255, 255, 255)
 }
 
 .number-input input[type="number"] {
     max-width: 30px
 }
 
 .number-input button {
     color: #fff;
 }
 
 .widthisd_code {
     width: 20%;
     border-radius: .25rem;
     height: 33px;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     border: 1px solid #ddd;
     background: #eceeef;
     text-align: center
 }
 
 #checkout_accordion .collapse_number, #guest_checkout_accordion .collapse_number{
     border: 1px solid #7C204D;
 }
 
 .active_number {
     border: 1px solid #7C204D!important;
     color: #fff!important;
     background-color: #7C204D;
 }
 
 .order_type_btn {
     border: 1px solid #7C204D;
     color: #7C204D;
 }
 
 .chk_delivery_nxt {
     background: #7C204D;
 }
 
 .order_type_btn.active {
     background: #7C204D;
     color: #fff
 }
 
 .contain input:checked~.paymet_checkmark {
     background-color: #7C204D;
     border: 1px solid #7C204D;
 }
 
 .section--checkout .checkout__order {
     color: #fff!important;
     background-color: #7C204D;
 }
 
 .contain input:checked~.ship_checkmark {
     background-color: #7C204D;
     border: 1px solid #7C204D;
 }
 /* The container of the map search results */
 .pac-container {
     /* position: fixed !important; */
     z-index: 999999 !important;
     /* display: block !important; */
     /* top: 415px !important; */ /* Comment this so that the element can use its inline style */
 }
 
 .quantity {
     background: #f443360f;
 }
 
 .ms_login_btn {
     background: #7C204D;
 }
 
 .ps-button {
     background-color: #7C204D !important;
 }
 
 .chec_bt {
     background-color: #7C204D!important;
     border-color: #7C204D!important;
 }
 
 .navigation__link1.active {
     color: #7C204D;
     background-color: rgba(0, 0, 0, .1);
     border-left: 5px solid #7C204D;
 }
 
 .mini-cart__footer .checkout {
     background-color: #7C204D;
     color: #fff;
     border-color: #7C204D;
     margin-left: 5px;
 }
 
 .mini-cart__footer .view-cart {
     background-color: #7C204D;
     color: #fff;
     border: 1px solid #7C204D;
 }
 
 .number-input button {
     background-color: #7C204D;
 }
 
 .number-input {
     border: 1px solid rgb(181, 181, 181);
 }
 
 .active_day {
     border-bottom: 2px solid #7C204D !important
 }
 
 .dayselect:hover {
     border-color: #ffffff #ffffff #7C204D #ffffff!important
 }
 
 .st_active {
     background: #7C204D;
 }
 
 .cartlist_badge {
     background-color: #7C204D;
 }
 .quantity-btn {
    width: 12rem !important;
    height: 3.5rem !important;
 }
 .resto_theme_background {
    background-color: #7C204D !important;
 }
 .cart_btn{
    padding: 8px 45px !important;
    height: 3.5rem !important;
 }
 .ps-product--detail .ps-product__addcart{
    display: inline-block;
 }
 .rtl .text-end {
    text-align: left !important;
 }
 .rtl .ps-product--mini-cart .ps-product__name, .ps-product--mini-cart u{
    text-align: right !important;
 }
 .rtl .ps-product__meta {
    text-align: right !important;
 }
 .rtl .mini-cart__footer .title {
    text-align: right !important;
 }
 .rtl .mini-cart__footer .view-cart{
    margin-left: 5px !important;
    margin-right: 0px !important;
 }
 .rtl .mini-cart__footer .total{
    text-align: left !important;
 }
 @media screen and (max-width: 768px) {
    .checkout_btn {
        position: fixed;
        bottom: 0px;
        width: 100% !important;
        z-index: 9999;
        margin: 0 !important;
        border-radius: 0 !important;
        height: 60px;
        display: flex !important;
        /* justify-content: space-between; */
        align-items: center;
     }
     .place-order-btn {
        position: fixed;
        width: 100% !important;
        bottom: 0px;
        z-index: 9999;
        height: 60px;
        margin: 0;
        border: 0;
        background: #7C204D;
        color: #fff;
        font-weight: bold;
     }
 }

 .mob-cart {
    font-size: 22px;
    font-weight: 600;
    /* border-bottom: 1px solid #d5d1d1; */
    /* padding-bottom: 8px; */
    margin: 0 10px;
 }
 .paymet_checkmark,.service_checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    margin-top: 8px;
    box-shadow: 0 0 0 2px #7C204D;
    border: 2px solid #fff !important;
    background: #fff;
    border-radius: 5px;
  }
  .contain input:checked ~ .paymet_checkmark {
    background-color: #7C204D;
  }
  .gust-label label {
    margin-right: 15px;
  }
  .contain {
    padding-left: 20px;
  }
  #mobileHomeCart{
    position: fixed;
    z-index: 999999;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: none;
  }
  .mob-goto-cart {
    display: flex;
    align-items: center;
    height: 60px;
    background: #7C204D;
    color: #fff;
    font-weight: bold;
  }
  #mobHomeCartQty {
    padding: 3px 10px 5px 10px;
    border: 1px solid #ffff;
    border-radius: 30px;
  }
.order-placed-home{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.order-placed-home-btn {
    width: 100%;
    height: 60px;
    color: #fff;
    font-weight: bold;
    border: 0;
    background: #7C204D;
}
.order-item-row img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 20px;
    background: #f0f0f6;
}
.order-item-row {
    padding: 5px 0;
}
.header-back{
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #d5d1d1;
    padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
    .header-back{
        display: none;
    }
}
/* .radio_label input:checked ~ .service_checkmark, .checkbox-label input:checked~.checkbox-check-mark {
    background: #7C204D;
} */
.checkbox-check-mark {
    border: 2px solid var(--theme-color);
}

 .checkbox-label input:checked~.checkbox-check-mark {
    border: 2px solid var(--theme-color);
}

.checkbox-label .checkbox-check-mark:after {
    border-right: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}
.checkbox-label .checkbox-check-mark:after {
    background: none;
}
.section--checkout .checkout__products {
    background-color: #f7f7f7;
    padding: 20px 15px;
}
.h-150 {
    height: 150px;
}
.payment-button {
    padding: 5px 10px;
    border: 1px solid #7C204D;
    border-radius: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .paymet_checkmark{ 
    display: none;
} */
.selected {
    background-color:#7C204D;
    color: #fff;
}
.btn-txt-pos {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.attribute-text {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width:768px) {
    .payment-button {
        font-size: 11px !important;
    }
    .st_prd_cnr_mb_md {
        width: 100%;
    }
    .attribute-text {
        font-size: 14px;
    }
    .addToCart {
        padding: 8px 80px !important;
        height: 4rem !important;
        margin-right: 0 !important;
        font-size: 16px !important;
    }
}
.service-list-cart{
    display: flex;
    flex-wrap: wrap;
}
.cart-service-box{
    border: 1px solid gray;
    padding: 2px 4px;
    border-radius: 4px;
    margin: 2px;
}
.crt_sr_cancel {
    font-size: 16px;
    padding: 0 5px !important;
    line-height: 22px;
    color: red;
}
.c-heading{
    margin: 2px;
}
.resto-cart-total {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: right;
    color: green;
}
.hide{
    display: none !important;
}
.dealer_stn {
    padding: 0px 40px 0 10px;
  }
.log_op_box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.empty-cart{
    height: 70vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.delete-button {
    background: white !important;
    color: black;
    border-bottom: 1px dotted #080303;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.theme-font-color {
    color: white !important;
}
@media(min-width: 992px) {
    .empty-cart-box {
        margin-top: 200px;
    }
}
.login-signup-btn{
    padding: 7px 15px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  color: var(--theme-color);
  font-size: 18px !important;
}
.my-rewards-box, .my-wallet-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #bab4b4;
    margin-bottom: 20px;
    text-align: center;
}
@media(min-width: 992px) {
    .my-rewards-box, .my-wallet-box {        
        width: 220px;
        margin-right: 10px;
    }
}
.refer-text {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 800;
    /* color: #fff; */
    line-height: 18px;
}
.refer-button a {
    padding: 7px 10px;
    font-size: 16px;
    font-weight: 800;
    background: #fff;
    /* border-radius: 4px; */
}
.refer-button-section {
    padding: 0 !important;
    justify-content: center;
    display: flex;
    align-items: center;
}
.refer-img {
    height: 100px;
    padding: 8px 10px 0px 10px;
}
.refer-hr {
    color: #808080cf;
}
.my-rewards-box, .my-wallet-box h6 {
    font-size: 16px;
    font-weight: 600;
}
.my-rewards-box img {
    height: 30px;
    padding: 0 20px;
}
.my-wallet-box img {
    height: 30px;
}
.refer-section {
    /* background-image: url('../images/web-reffer.webp'); */
    background-color: #eacadd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 992px) {
    .rewards-container {
        flex-direction: column;
    }
    .refer-section {
        background-color: #f6d6e6;
    }
}
.reffer-text {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin: 0 4rem 0 10px;
}
@media (max-width: 992px) {
    .my-referral-code-box .clipboard_copy {
        margin-top: 10px;
    }
}
.my-referral-code-box .concealed {
    color: white;
}
.header-menu-list {
    color: white;
}
#show_lang div {
    margin-top: 5px;
}

/* ------------------------------------------------------ End of Grocery related rules ----------------------------------------------------- */
#checkout_heading_box {
    padding-top: 15px;
}