body #cart_items_avail_warn_popup{
    z-index:9999
}
body #pincode_popup{
    z-index:9999
}
body #pincode_popup .modal-dialog{
    height:auto
}
.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}
body #preorder_wrng_popup{
    z-index:9999
}
body #preorder_wrng_popup .modal-dialog{
    height:auto
}
body #nosale_model{
    z-index:9999
}
body #cart_items ::-webkit-scrollbar,body #cart_pop_v2 ::-webkit-scrollbar,body #cart_view ::-webkit-scrollbar{
    width:5px
}
body #cart_items ::-webkit-scrollbar-track,body #cart_pop_v2 ::-webkit-scrollbar-track,body #cart_view ::-webkit-scrollbar-track{
    background:#f1f1f1
}
body #cart_items ::-webkit-scrollbar-thumb,body #cart_pop_v2 ::-webkit-scrollbar-thumb,body #cart_view ::-webkit-scrollbar-thumb{
    background:#e6e6e6
}
body #cart_items ::-webkit-scrollbar-thumb:hover,body #cart_pop_v2 ::-webkit-scrollbar-thumb:hover,body #cart_view ::-webkit-scrollbar-thumb:hover{
    background:#555
}
body #cart_items .head_part,body #cart_pop_v2 .head_part,body #cart_view .head_part{
    padding:12px 10px;
    background:#f3f4f6;
    cursor:pointer;
    outline:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.FroentPageCart{
    padding: 0px 10px 10px !important;
}
.PricingSales{
    white-space: nowrap;
}
.PricingAmout{
    font-weight: 600;
}

.price-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 12px;
  }
  
  .price-summary-label {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
  }
  
  .price-summary-amount {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
  }
  
/* ==================david css==================== */

.scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    padding: 18px;
    background: #ffffff;
    border-radius: 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 19px;
}
.scroll-container .promocode-list{
    display: flex;
    gap: 6px;
}
  .Promocard {
    flex: 0 0 auto;
    border-radius: 10px;
    padding: 10px;
    min-width: 120px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    cursor: pointer;
  }

  .Promocard.active {
    /* background-color: #fff4e5; */
    border: 2px solid var(--primary-color);
    /* box-shadow: 0 0 0 2px #ffa726; */
  }
#pincode_popup .postcode_change_title{
    color: #000 !important;
}
#pincode_popup .postcode_change_log_details{
   margin-top: 10px !important;
}
#pincode_popup .delivery_postcode_checkout_pageNow{
   margin: 0 !important;
}
.CartCheckoutPrice{
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
    align-items: center;
    margin: 0 0 20px 0;
    border: 1px solid var(--secondary-color);
    padding: 14px;
    border-radius: 12px;
}

#pincode_popup .postcode_change_proceed_Btn{
    background: var(--primary-color) !important;
    width: 96% !important;
    margin: auto;
}
/* #pincode_popup .delivery_postcodeContent{
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  } */


   
  
#pincode_popup .postcode_change_input{
   margin-bottom: 40px !important;
   padding: 0px 10px;
}

  .amount {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .amount .info {
    font-size: 14px;
    margin-left: 4px;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    color: #ccc;
  }

  .Promocard.active .info {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }

  .expiry {
    margin-top: 4px;
    font-size: 13px;
    color: var(--online-Ordering-primary-text-color);
    font-weight: 600;
  }
  .div_iteam_flex.deals_main_items {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.04); */
    /* padding: 12px 20px; */
    max-width: 400px;
  }
  .div_iteam_flex.deals_main_items p {
    font-size: 16px; /* Adjust font size as needed */
    font-weight: 500; /* Semi-bold */
    margin: 4px 0; /* Optional spacing */
}
body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 {
    width: auto !important;
}
.name_1_pNow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.div_iteam_flex.deals_main_items p span {
    font-weight: bold; /* Optionally style quantity and price */
}

  .name_1 p {
    font-size: 1.1em;
    font-weight: 500;
    margin: 0;
    color: #222;
  }
  
  .name_q_2 p {
    font-size: 1em;
    font-weight: 600;
    margin: 0 10px 0 0;
    color: #444;
  }
  
  .name_p p {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    color: #1a8917;
  }
  .scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 18px;
    background: #ffffff;
    border-radius: 12px;
  
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
  }
  
  .scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }
  

  /* ===tip card css================ */
  .tip-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    width: 100%;
    cursor: pointer;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    margin-bottom: 20px;
    margin-top: 16px;
  }
  .cartPaymentRate{
    color: #000;
    font-weight: 600;
    font-size: 20px;
  }
  .extraTip-button {
   border: 1px solid #d9d9d9 !important;
  }
.cnf_check{
    border-radius: 10px !important;
}
#delivery_btn1:focus {
    /* border: 1px solid var(--primary-color) !important; */
    box-shadow: none !important;
    /* border-radius: 10px !important; */
}
#collection_btn1:focus {
    /* border: 1px solid var(--primary-color) !important; */
    box-shadow: none !important;
    /* border-radius: 10px !important; */
}

.delivery_postcodeContent{
    max-width: 400px !important;
}
  /* =======================cart css david css=============== */
  .cart-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-top: 60px;
  }
  .topay span {
    padding: 0 5px !important;
    font-weight: 700;
 }
 
  
  .cart-heading-text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0 !important; /* or bold if preferred */
  }
  
  .cart-item-count {
    font-size: 16px;
    font-weight: 600;
  }
  .PricingAmount{
    padding-left:10px;
  }
  .addon-section {
   margin-top: 20px;
    /* font-family: Arial, sans-serif; */
  }
  
  .addon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
  }
  .addon-title {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
  .addon-total-price {
    font-size: 1rem;
  }
  
  .addon-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    line-height: 28px;
  }
  
  .addon-item {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 4px;
  }
  
  .addon-quantity,
  .addon-price {
    font-weight: bold;
    color: #555;
    margin-left: 4px;
  }
  
  .addon-edit-button {
    background: none;
    border: none;
    color: #f06c00;
    font-size: 0.95rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    margin-top: 5px;
    transition: opacity 0.2s ease;
  }
  
  .addon-edit-button:hover {
    opacity: 0.7;
  }
  .CardPageBtn{
    background-color: var(--primary-color) !important;
  }
  .gift-action-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 10px 16px;
    width: 100%;
    max-width: 300px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    background-color: #ffffff;
  }
  
  .gift-icon-i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('gift-icon.png'); /* Replace with actual icon path */
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
  }
  
  .gift-label-text {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
  
  .gift-arrow-i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('arrow-right.png'); /* Replace with actual arrow icon path */
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  /* =============end */

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

  .tip-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* background-color: #f0f0f0; */
    border-radius: 6px;
  }

  .tip-label {
    font-size: 18px;
    color: var(--online-Ordering-primary-text-color);
    font-weight: var(--online-Ordering-primaryfont-weight);
}

  .tip-right {
    display: flex;
    align-items: center;
    font-weight: var(--online-Ordering-primaryfont-weight);
    font-size: 18px;
    color: #ff6f00;
    gap: 6px;
  }
.TipArrow{
    font-size: 14px;
    color: var(--online-Ordering-primary-text-color);
}
.accordion-itemP{
  border-radius: 16px !important;
}
  .display_dilv_p{
    /* padding: 10px 10px !important; */
    margin-top: 10px !important;
  }
  .select-add{
    padding: 4px 20px 8px 20px !important;
  }
  #cart_items .changepin-cartNow{
    font-size: 13px !important;
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
  }
  .accordion-item{
    border-radius: 20px !important;
  }
  /* ===============ed=================== */

  /* =============total oder css=============== */
  .order-summary {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    margin-top: 16px;
    /* max-width: 400px; */
    margin-bottom: 20px;
    /* box-shadow: 0 0 0 1px #e5e5e5; */
  }

  .order-summary h2 {
    font-size: 18px;
    font-weight: var(--online-Ordering-primaryfont-weight);
    margin-bottom: 20px;
    color: var(--online-Ordering-primary-text-color);
  }

  .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    font-size: 15px;
    color: var(--online-Ordering-primary-text-color);
    font-weight: 500;
    line-height: 28px;
  }

  .summary-row.total {
    margin-top: 20px;
    font-size: 18px;
    font-weight: var(--online-Ordering-primaryfont-weight);
  }

  .summary-note {
    margin-top: 0px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b6b6b;
    margin-bottom: 24px;
    padding-left: 0px;
  }

  /* ==============end============================== */
.accordion-button {
    background: #fff !important;
    border-radius: 16px;
    color: var(--online-Ordering-primary-text-color) !important;
    font-weight: var(--online-Ordering-primaryfont-weight);
    box-shadow: none !important;
    margin-right: 10px;
    border-radius: 11px !important;
    padding: 23px;
    /* margin-bottom: 20px; */
}
.CardSvg{
    margin-right: 10px;
}
.accordion-item{
    border: none !important;
}
.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    /* font-family: Arial, sans-serif; */
    margin-bottom: 6px;
  }

  .promo-title {
    font-weight: var(--online-Ordering-primaryfont-weight);
    font-size: 16px;
    color: var(--online-Ordering-primary-text-color);
  }

  .see-all {
    color: #f7931e; /* Orange color */
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .charges_p{
    font-weight: 600 !important;
    font-size: 13px !important;
    padding-top: 6px !important;
    text-align: left;
  }
.CouponApply{
    font-weight: 600 !important;
}
  .see-all i {
    margin-left: 5px;
  }
  .accordion-body, .left_scroll{
    padding: 0px !important;
  }
  .left_scroll{
    padding: 0px !important;
  }
 
@media only screen and (min-width:1125px){
    body #cart_items .head_part,body #cart_pop_v2 .head_part,body #cart_view .head_part{
        background-color:#fff
    }
}
body #cart_items .head_part .additem,body #cart_pop_v2 .head_part .additem,body #cart_view .head_part .additem{
    -ms-flex-negative:0;
    flex-shrink:0
}
@media only screen and (min-width:1125px){
    body #cart_items .head_part .additem,body #cart_pop_v2 .head_part .additem,body #cart_view .head_part .additem{
        display:none
    }
}
body #cart_items .head_part .additem .add p,body #cart_pop_v2 .head_part .additem .add p,body #cart_view .head_part .additem .add p{
    margin:0;
    font-size:12px;
    color:#ff2222fa;
    text-align:center
}
body #cart_items .head_part .additem .add p svg,body #cart_pop_v2 .head_part .additem .add p svg,body #cart_view .head_part .additem .add p svg{
    fill:#ff2222fa
}
body #cart_items .head_part .additem .add p span,body #cart_pop_v2 .head_part .additem .add p span,body #cart_view .head_part .additem .add p span{
    display:block
}
body #cart_items .head_part .back,body #cart_pop_v2 .head_part .back,body #cart_view .head_part .back{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:revert;
    -ms-flex-pack:revert;
    justify-content:revert
}
body #cart_items .head_part .back .bak,body #cart_pop_v2 .head_part .back .bak,body #cart_view .head_part .back .bak{
    margin-right:5px
}
body #cart_items .head_part .back .bak img,body #cart_pop_v2 .head_part .back .bak img,body #cart_view .head_part .back .bak img{
    width:30px
}
@media only screen and (min-width:1125px){
    body #cart_items .head_part .back .bak img,body #cart_pop_v2 .head_part .back .bak img,body #cart_view .head_part .back .bak img{
        display:none
    }
}
body #cart_items .head_part .back .title h3,body #cart_pop_v2 .head_part .back .title h3,body #cart_view .head_part .back .title h3{
    margin:0;
    font-size:18px
}
@media only screen and (min-width:1125px){
    body #cart_items .head_part .back .title h3,body #cart_pop_v2 .head_part .back .title h3,body #cart_view .head_part .back .title h3{
        font-size:25px;
        color:#1a1a1a;
    }
}
body #cart_items .head_part .back .title h3 span,body #cart_pop_v2 .head_part .back .title h3 span,body #cart_view .head_part .back .title h3 span{
    display:block;
    font-size:15px;
    color:#93959f
}
@media only screen and (min-width:1125px){
    body #cart_items .head_part .back .title h3 span,body #cart_pop_v2 .head_part .back .title h3 span,body #cart_view .head_part .back .title h3 span{
        margin-top:10px
    }
}
body #cart_items .cat_main_div,body #cart_pop_v2 .cat_main_div,body #cart_view .cat_main_div{
    position:-webkit-sticky;
    position:sticky;
    top:74px;
    width:100%;
    padding:0
}
@media only screen and (max-width:1125px){
    body #cart_items .cat_main_div,body #cart_pop_v2 .cat_main_div,body #cart_view .cat_main_div{
        position:revert
    }
}
body #cart_items .cat_main_div .div_order .new-cart-head,body #cart_pop_v2 .cat_main_div .div_order .new-cart-head,body #cart_view .cat_main_div .div_order .new-cart-head{
    padding:12px 10px;
    background:#f3f4f6;
    cursor:pointer;
    outline:0
}
@media only screen and (min-width:1125px){
    body #cart_items .cat_main_div .div_order .new-cart-head,body #cart_pop_v2 .cat_main_div .div_order .new-cart-head,body #cart_view .cat_main_div .div_order .new-cart-head{
        background-color:#fff
    }
}
body #cart_items .cat_main_div .div_order .new-cart-head h1,body #cart_pop_v2 .cat_main_div .div_order .new-cart-head h1,body #cart_view .cat_main_div .div_order .new-cart-head h1{
    font-size:25px;
    text-transform:capitalize;
    margin:0
}
body #cart_items .cat_main_div .div_order .new-cart-head .cart-items h3,body #cart_pop_v2 .cat_main_div .div_order .new-cart-head .cart-items h3,body #cart_view .cat_main_div .div_order .new-cart-head .cart-items h3{
    margin-top:10px;
    display:block;
    font-size:15px;
    color:#93959f;
    margin-bottom:0
}
body #cart_items .cat_main_div .scrol-cart .cartempty_mobile,body #cart_pop_v2 .cat_main_div .scrol-cart .cartempty_mobile,body #cart_view .cat_main_div .scrol-cart .cartempty_mobile{
    position:relative
}
body #cart_items .cat_main_div .scrol-cart .cartempty_mobile h2,body #cart_pop_v2 .cat_main_div .scrol-cart .cartempty_mobile h2,body #cart_view .cat_main_div .scrol-cart .cartempty_mobile h2{
    color:#bfc6dc;
    font-size:35px
}
body #cart_items .cat_main_div .scrol-cart .cartempty_mobile img,body #cart_pop_v2 .cat_main_div .scrol-cart .cartempty_mobile img,body #cart_view .cat_main_div .scrol-cart .cartempty_mobile img{
    position:absolute;
    left:0;
    right:0;
    width:200px;
    margin:0 auto
}
body #cart_items .cat_main_div .scrol-cart .left_scroll,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll,body #cart_view .cat_main_div .scrol-cart .left_scroll{
    /* height:calc(465px - 197px); */
    overflow-y:auto;
    overflow-x:hidden;
    padding:10px;
    scrollbar-width:thin
}
@media only screen and (max-width:1125px){
    body #cart_items .cat_main_div .scrol-cart .left_scroll,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll,body #cart_view .cat_main_div .scrol-cart .left_scroll{
        height:auto
    }
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to{
    margin:0 0 20px
}
#cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to {
    padding: 20px !important;
}
.img_divNow img{
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 6px;
    /* display: none; */
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:flex-start;
    margin-bottom:8px;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1{
    width:100%;
    padding-right:5px;
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 .PricingSales{
    text-wrap: auto;
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 p{
    font-size:14px;
    font-weight:400;
    margin:0
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q{
    -ms-flex-negative:0;
    flex-shrink:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:80px;
    -webkit-box-shadow:0 3px 6px rgba(0,0,0,.46);
    box-shadow:0 3px 6px rgba(0,0,0,.46);
    height:32px;
    border-radius:5px;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec{
    width:30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a{
    text-decoration:none
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a img,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a img,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .dec span a img{
    width:13px;
    height:13px
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc{
    width:30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a{
    text-decoration:none
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a img,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a img,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .inc span a img{
    width:13px;
    height:13px
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:30px;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.left_scroll .slect_iteam_to .div_iteam_flex{
    /* margin-top: 0px !important; */
    margin-bottom: 0px !important;
    align-items: center !important;
}
#cart_view .name_q{
    border: 1px solid #d9d9d9d9;
    padding: 6px 8px;
    border-radius: 40px !important;
    box-shadow: 0px 1.5px 3px 0px #0000000F !important;
}
#cart_view .cart-qty-sectionNow{
    border: 1px solid #d9d9d9d9;
    padding: 6px 8px;
    border-radius: 40px !important;
    box-shadow: 0px 1.5px 3px 0px #0000000F !important;
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q .q_n p{
    margin:0;
    font-weight:700;
    font-size:16px;
    color:#000;
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2{
    -ms-flex-negative:0;
    flex-shrink:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:auto;
    height:32px;
    border-radius:5px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 p{
    margin:0;
    font-size:16px
}
body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .input{
    display: grid;
    gap: 10px;
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:30px;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_q_2 .q_n p{
    margin:0;
    font-size:16px
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p{
    width:20%;
    text-align:right
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_p p{
    margin:0;
    font-weight:400;
    font-size:14px
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod{
    margin:2px 0
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:0 0 0;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    color:#949494
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2{
    width:50%
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2 p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2 p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_2 p{
    margin: 3px 0;
    font-size: 14px;
    padding-left: 0px;
    white-space: nowrap;
    font-weight: 500;
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2 p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2 p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_q_2 p{
    margin:0;
    font-size:13px
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p{
    width:20%;
    text-align:right
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p p,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .iteam_mod .div_iteam_flex_2 .name_p p{
    margin:0;
    font-size:12px
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input .form-control,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input .form-control,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .box_in_input .form-control{
    border:0;
    background:#f4f4f4;
    height:50px;
    width:100%;
    border-radius:6px;
    padding:0 15px;
    color:#1a1a1a;
    font-size:14px;
    outline:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin:5px 0 0;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin-top: 10px !important;
    font-weight: 600;
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .remove_btn,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .remove_btn,body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .remove_btn{
    display:none
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart,body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart{
    text-align:center
}
@media only screen and (min-width:1125px){
    body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart,body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart{
        display:none
    }
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart h3,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart h3,body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart h3{
    color:#bfc6dc;
    font-size:24px;
    margin-top:0;
    font-weight: 600;
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart img,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart img,body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart img{
    width:105px
}
body #cart_items .cat_main_div .scrol-cart .left_scroll .empty-cart p,body #cart_pop_v2 .cat_main_div .scrol-cart .left_scroll .empty-cart p,body #cart_view .cat_main_div .scrol-cart .left_scroll .empty-cart p{
    color:#9c9c9c;
    text-align:center;
    padding:0px 20px
}
body #cart_items .cat_main_div .total_box,body #cart_pop_v2 .cat_main_div .total_box,body #cart_view .cat_main_div .total_box{
    padding:10px
}
body #cart_items .cat_main_div .total_box .felx_total,body #cart_pop_v2 .cat_main_div .total_box .felx_total,body #cart_view .cat_main_div .total_box .felx_total{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
body #cart_items .cat_main_div .total_box .felx_total .total_fo h4,body #cart_pop_v2 .cat_main_div .total_box .felx_total .total_fo h4,body #cart_view .cat_main_div .total_box .felx_total .total_fo h4{
    margin:0;
    font-size:16px;
    font-weight:700
}
body #cart_items .cat_main_div .total_box .felx_total .total_p h4,body #cart_pop_v2 .cat_main_div .total_box .felx_total .total_p h4,body #cart_view .cat_main_div .total_box .felx_total .total_p h4{
    margin:0;
    font-size:16px;
    font-weight:700
}
body #cart_items .cat_main_div .total_box .taxs_in_q p,body #cart_pop_v2 .cat_main_div .total_box .taxs_in_q p,body #cart_view .cat_main_div .total_box .taxs_in_q p{
    margin:0;
    margin-top:6px;
    color:#93959f;
    font-size:14px
}
body #cart_items .cat_main_div .scroll-checkout,body #cart_pop_v2 .cat_main_div .scroll-checkout,body #cart_view .cat_main_div .scroll-checkout{
    position:initial;
    width:100%!important;
    padding:10px 14px;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv,body #cart_view .cat_main_div .scroll-checkout .display_dilv{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border: 1px solid #ccc !important;
    border-radius:50px
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .active,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .active,body #cart_view .cat_main_div .scroll-checkout .display_dilv .active{
    color:#080808;
    font-weight:400!important;
    border-radius:50px;
    width:100%;
    height:57px;
    background:#bfc6dc;
    font-size:13px;
    border: none !important;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .active:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .active:focus,body #cart_view .cat_main_div .scroll-checkout .display_dilv .active:focus{
    border:0;
    outline:0
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del{
    width:50%;
    padding:0 10px 0 0;
    text-align:center;
    position:relative
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del .btn,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del .btn,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del .btn:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del .btn:focus,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del .btn:focus{
    border:0;
    outline:0
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del img,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del img,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del img{
    width:auto;
    padding:0 10px;
    -webkit-filter:invert(1);
    filter:invert(1)
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del p,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del p,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del p{
    font-size:12px;
    margin:0;
    margin-left: 10px;
}

body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active {
    background: #111;
    color: #fff !important;
    font-weight: 500;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active span,
body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active p,
body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active small,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active span,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active p,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active small,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active span,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active p,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active small {
    color: #fff !important;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active svg path,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active svg path,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active svg path {
    fill: #fff !important;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active),
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active),
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) {
    background: transparent;
    color: #111 !important;
    font-weight: 400;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active) span,
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active) p,
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active) small,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active) span,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active) p,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active) small,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) span,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) p,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) small {
    color: #111 !important;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active) svg path,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active) svg path,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) svg path {
    fill: #111 !important;
}

 .cat_main_div .scroll-checkout .display_dilv .btn_del p :active{
   color:#fff !important;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_del p span,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_del p span,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_del p span{
    font-weight:700;
    display:block
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col{
    width:50%;
    padding:0;
    text-align:center;
    position:relative
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col:focus,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col:focus{
    border:0;
    outline:0
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col .btn,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col .btn,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col .btn{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col img,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col img,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col img{
    width:auto;
    padding:0 10px;
    -webkit-filter:invert(1);
    filter:invert(1)
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col p,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col p,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col p{
    font-size:12px;
    margin:0;
    margin-left: 10px;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv .btn_col p span,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv .btn_col p span,body #cart_view .cat_main_div .scroll-checkout .display_dilv .btn_col p span{
    font-weight:700;
    display:block
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button,body #cart_view .cat_main_div .scroll-checkout .display_dilv button{
    color:#080808;
    font-weight:400!important;
    border-radius:50px;
    width:100%;
    height:57px;
    font-size:13px;
    background-color:transparent
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:focus,body #cart_view .cat_main_div .scroll-checkout .display_dilv button:focus{
    border:0;
    outline:0
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button p,body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button p,body #cart_view .cat_main_div .scroll-checkout .display_dilv button p{
    font-size:12px
}
body #cart_items .cat_main_div .scroll-checkout .post_code_box,body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box,body #cart_view .cat_main_div .scroll-checkout .post_code_box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    margin-top:15px
}
body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code,body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code,body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%
}
body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .type,body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .type,body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .type{
    width:100%;
    text-align:center
}
body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .type input[type=text],body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .type input[type=text],body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .type input[type=text]{
    width:100%;
    outline:0;
    margin-left:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:5px!important;
    border:1px solid #f2f7fd;
    height:45px;
    background-color:#d9d9d97a !important;
    -webkit-box-shadow:none;
    box-shadow:none
}
body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .type p,body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .type p,body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .type p{
    font-size:11px
}
body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b,body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b,body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b{
    padding:0;
    width:35%;
    padding-left:15px
}
body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button,body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button,body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button{
    background:#fff;
    -webkit-box-shadow:0 3px 6px rgba(110,116,134,.24);
    box-shadow:0 3px 6px rgba(110,116,134,.24);
    border-radius:8px;
    height:45px;
    font-size:16px;
    color:var(--secondary-color);
    width:100%;
    border: 1px solid #d9d9d9 !important;
    border:0;
    font-weight: 700;
    border: 1px solid var(--secondary-color) !important;
}
body #cart_items .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button:focus,body #cart_view .cat_main_div .scroll-checkout .post_code_box .box_post_code .text_b button:focus{
    border:0;
    outline:0
}
body #cart_items .cat_main_div .scroll-checkout .coupondiv,body #cart_items .cat_main_div .scroll-checkout .loyalty_div,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div,body #cart_view .cat_main_div .scroll-checkout .coupondiv,body #cart_view .cat_main_div .scroll-checkout .loyalty_div{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom:10px;
    margin-top:10px
}
body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon_text,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon_text,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon_text,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon_text,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon_text,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon_text{
    position:relative;
    width:65%
}
body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon_text input,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon_text input,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon_text input,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon_text input,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon_text input,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon_text input{
    padding:0 9px 0 31px!important;
    width:100%;
    outline:0;
    margin-left:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:8px!important;
    border:1px solid #cecfd4;
    height:45px
}
body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon_text img,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon_text img,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon_text img,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon_text img,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon_text img,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon_text img{
    position:absolute;
    left:7px;
    top:12px;
    width:auto
}
body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon{
    padding:0;
    width:35%;
    padding-left:15px
}
body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn,body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel,body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem,body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt {
    background:#fff;
    border:1px solid #f2f2f2 !important;
    border-radius:8px;
    height:45px;
    font-size:16px;
    color:#1a1a1a;
    width:100%;
    border:0
}
body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn:focus,body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel:focus,body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem:focus,body #cart_items .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn:focus,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel:focus,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem:focus,body #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem:focus,body #cart_pop_v2 .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .coupon_btn:focus,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .lty_cancel:focus,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .lty_redeem:focus,body #cart_view .cat_main_div .scroll-checkout .coupondiv .coupon .remove_coupon_bt:focus,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .coupon_btn:focus,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_cancel:focus,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .lty_redeem:focus,body #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon .remove_coupon_bt:focus{
    outline:0;
    border:0
}
body #cart_items .cat_main_div .scroll-checkout .lty_cancel,body #cart_items .cat_main_div .scroll-checkout .remove_coupon_bt,body #cart_pop_v2 .cat_main_div .scroll-checkout .lty_cancel,body #cart_pop_v2 .cat_main_div .scroll-checkout .remove_coupon_bt,body #cart_view .cat_main_div .scroll-checkout .lty_cancel,body #cart_view .cat_main_div .scroll-checkout .remove_coupon_bt{
    color:#ff2222fa!important
}
body #cart_items .cat_main_div .scroll-checkout .checkout_btn a,body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a,body #cart_view .cat_main_div .scroll-checkout .checkout_btn a{
    color:#fff;
    text-decoration:none;
    margin-right:0;
    font-weight:400
}
body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn,body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn,body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn{
    cursor:pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background:var(--primary-color);
    -webkit-box-shadow:0 3px 6px rgba(110,116,134,.24);
    box-shadow:0 3px 6px rgba(110,116,134,.24);
    border-radius:8px;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    /* justify-content:space-between; */
    height:50px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:0 11px
}
body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l,body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l,body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:0!important;
    font-weight:700!important;
    /* width:50% */
}
body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3,body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3,body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3 img,body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3 img,body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-l h3 img{
    width:auto;
    padding-left:5px
}
body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r,body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r,body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    margin-bottom:0!important;
    font-weight:700!important;
    text-align:right;
    width:50%
}
body #cart_items .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r h3,body #cart_pop_v2 .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r h3,body #cart_view .cat_main_div .scroll-checkout .checkout_btn a .last_btn .spn-r h3{
    margin:0;
    font-size:17px;
    font-weight:700;
    color:#fff;
    text-align:right
}
body #cart_items .cat_main_div .scroll-checkout .pre-ordr,body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr,body #cart_view .cat_main_div .scroll-checkout .pre-ordr{
    margin-top:15px
}
body #cart_items .cat_main_div .scroll-checkout .pre-ordr #preorder_button,body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr #preorder_button,body #cart_view .cat_main_div .scroll-checkout .pre-ordr #preorder_button{
    margin-bottom:20px
}
body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box,body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box,body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box .input,body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box .input,body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .input{
    width:100%
}
body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box .input .group,body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box .input .group,body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .input .group{
    position:relative;
    margin-bottom:15px
}
body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box p,body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box p,body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box p{
    margin:0;
    font-size:18px
}
body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button .pre-yes-btn,body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button .pre-yes-btn,body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button .pre-yes-btn{
    color:#8505f9!important
}
body #cart_items .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button button,body #cart_pop_v2 .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button button,body #cart_view .cat_main_div .scroll-checkout .pre-ordr .pre-box .preorder_select_button button{
    background:#fff;
    -webkit-box-shadow:0 3px 6px rgba(110,116,134,.24);
    box-shadow:0 3px 6px rgba(110,116,134,.24);
    border-radius:8px;
    height:45px;
    font-size:16px;
    color:#ff2222fa;
    width:100%;
    outline:0
}
.total_box{
    padding: 16px 4px !important;
}

/* Updated CSS */
/* Fixed bottom inside modal */
.cartSliderBodyContainer .checkout_btn {
  position: unset;
  bottom: 0;
  right: 0;
  width: 100% !important;
  z-index: 99;
  padding: 8px 0px;
  border-radius: 16px 16px 0 0;
  width: 100%;
}
#offcanvasRight .bottomCheckout{
    position: fixed !important;
    bottom: 0;
    width: 449px !important;
    border-radius: 12px 12px 0 0;
    padding: 8px 14px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
/* Subtotal row styling */
.checkout_btn .price-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 0px;
}
.checkout_btn .subTotalRow{
    padding: 0px !important;
}
/* Subtotal label and amount */
.checkout_btn .price-summary-label,
.checkout_btn .price-summary-amount {
  font-size: 1.2em;
  font-weight: 600;
  color: #111;
}

/* Checkout button styling */
.checkout_btn .last_btn.cart_normalorder_checkout_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 18px auto 0 auto;
  background: var(--primary-color, #10b39c); /* fallback to green if not set */
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 1.2em;
  font-weight: 600;
  padding: 16px 24px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: none;
}

.checkout_btn .last_btn.cart_normalorder_checkout_button:hover {
  background: #0e9e87;
}

/* Checkout text and arrow */
.checkout_btn .spn-l h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}

.checkout_btn .spn-l svg {
  margin-left: 10px;
  vertical-align: middle;
}

/* Checkout amount on the right */
.checkout_btn .spn-r h3 {
  margin: 0 0 0 24px;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
}
.scroll-checkout .coupon_div{
    margin-bottom: 28px !important;
        margin-top: 20px !important;
  }
  #cart_view .cart_coll_btn{
    padding-top: 0px !important;
  }
  #cart_view .inc a{
   font-size: 24px !important;
   font-weight: 500 !important;
  }
  #cart_view .name_q .dec span a{
   font-size: 24px !important;
   font-weight: 500 !important;
  }
  .new_default_pizza_size_container{
    margin-top: 12px;
  }
  #cart_view .cat_main_div .scroll-checkout .loyalty_div .coupon_text #loyalty_points{
    padding-left: 14px !important;
  }
  #cart_items .cat_main_div .scroll-checkout .loyalty_div .coupon_text #loyalty_points{
    padding-left: 14px !important;
  }
  .crust_name{
     width: 48% !important;
  }
  #cart_view .btn_del{
   padding-right: 0px !important;
  }

@media (max-width: 600px) {
  .checkout_btn {
    padding: 16px 0 8px 0;
  }
  .cat_main_div{
    background-color: #fff !important;
  }
  .cart-header-container{
    margin-top: 60px !important;
    display: none;
  }
  .scroll-checkout .coupon_div{
    margin-bottom: 0px !important;
        margin-top: 20px !important;
  }
  .checkout_btn .price-summary-row {
    padding: 0 0px;
  }
 
  .checkout_btn .last_btn.cart_normalorder_checkout_button {
    width: 98%;
    font-size: 1em;
    padding: 12px 12px;
  }
 
  .cart-web{
display: block !important;
  }
  .cartSliderBodyContainer .checkout_btn {
width: 100% !important;

}
.inc a{
    color: #000 !important;
}
#change_password_popup .checkout-page{
    background-color: transparent !important;
}
.offcanvas-end{
border-left: none !important;
}
#cart_items{
    display: none !important;
}
  .cart-header-container {
    padding: 0px 0px;
    margin-bottom: 0px;
}
body .checkout-page .inner-part .fixed_btn .contune .process_btn .process button {
    width: 100% !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .offcanvas-end {
        width: 95% !important;
    }
    .cartSliderBodyContainer .checkout_btn{
        width: 95% !important;
    }
    .cat_main_div .scrol-cart .left_scroll .slect_iteam_to {
        margin: 0px 0px !important;
        padding: 0px 4px !important;
        border-radius: 8px !important;
        /* border: 0.5px solid #dbdada3d !important; */
        background: #fff;
        /* box-shadow: 0px 14px 20px 0px rgb(255 123 123 / 6%) !important; */
    }
    .cartTitleAdditionNew{
        display: none !important;
    }
    .checkout_btn .last_btn.cart_normalorder_checkout_button {
      
        width: 96%;

      }
}
/* Center the fixed bar under the modal only */

body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active {
    background: #111;
    color: #fff !important;
    font-weight: 500;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active span,
body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active p,
body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active small,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active span,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active p,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active small,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active span,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active p,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active small {
    color: #fff !important;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button.active svg path,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button.active svg path,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button.active svg path {
    fill: #fff !important;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active),
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active),
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) {
    background: transparent;
    color: #111 !important;
    font-weight: 400;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active) span,
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active) p,
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active) small,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active) span,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active) p,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active) small,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) span,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) p,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) small {
    color: #111 !important;
}
body #cart_items .cat_main_div .scroll-checkout .display_dilv button:not(.active) svg path,
body #cart_pop_v2 .cat_main_div .scroll-checkout .display_dilv button:not(.active) svg path,
body #cart_view .cat_main_div .scroll-checkout .display_dilv button:not(.active) svg path {
    fill: #111 !important;
}
.cart_page_head_part .title .topay{
    margin-top: 5px !important;
    font-size: 16px !important;
    margin-top:10px;
    color: #333;
    font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .cat_main_div .scrol-cart .left_scroll .slect_iteam_to {
        margin: 0px 0px !important;
        padding: 0px 4px !important;
        border-radius: 8px !important;
        /* border: 0.5px solid #dbdada3d !important; */
        background: #fff;
        /* box-shadow: 0px 14px 20px 0px rgb(255 123 123 / 6%) !important; */
    }
    #cart_items{
        display: none !important;
    }
}
.offcanvas-body{
    padding: 40px 0 90px 0;
}

.chackoutTimeDate{
    margin-bottom: 90px !important;
}
.scroll-checkout .checkout_btn_preorder{
    margin-bottom: 0px !important;
}
.checkout_btn_preorder .pre-box .input-field {
    height: auto !important;
}
.withoutPreorder{
    margin-bottom: 0px !important;
}
.empty-cart .emtycartHeading{
   color: #000 !important;
   margin-top: 10px !important;
}
.empty-cart .emtycartText{
   color: #777 !important;
   font-weight: 600 !important;
}
.offcanvas-header{
    /* border-bottom: 1px solid #DDDDDD; */
    border-radius: 0px 0px 12px 12px !important;
    box-shadow: 1px 1px 5px #ddd;
}
.offcanvas-body .title{
    margin-top: 24px !important;
}
.offcanvas-body .title{
    width: 100% !important;
}
.offcanvas-body .title .cartHeading{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offcanvas-body .title .cartHeading h3{
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.offcanvas-body .title .cartHeading p{
    color: #777 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 0px;
}
.cat_main_div .scrol-cart .left_scroll .slect_iteam_to{
    border-bottom: 1px dashed #ddd !important;
    border-width: 2px !important;
}
.cart-header-container .checkoutCount{
    margin-bottom: 0px !important;
    color: #777 !important;
    font-weight: 600;
    font-family: 16px;
}
.chackout_scroll_cart{
    padding: 5px 18px !important;
    margin-top: 15px;
    margin-bottom: 200px;
}
.pre-box .checkout_date_group{
    margin-bottom: 0px !important;
}
@media screen and (max-width: 767px)  {
    .offcanvas-end{
        width: 100% !important;
    }
   
    .slect_iteam_to .div_iteam_flex{
        align-items: center !important;
    }
    .offcanvas-header{
        margin-bottom: 12px;
        box-shadow: none;
        padding: 18px 10px;
    }
    .checkoutHeaderContainer{
        width: 100% !important;
        border-radius: 0px !important;
    }
    #offcanvasRight .bottomCheckout{
        width: 100% !important;
        background:#fff;
    }
    #offcanvasRight .bottomCheckout #totalBox{
        margin: 0px !important;
        padding: 20px 0px !important;
    }
    .offcanvas-header h5{
        margin: auto !important;
    }
    .backSvgNow{
        position: absolute;
    }
    .cartSliderBodyContainer .checkout_btn{
      padding: 0px 20px 30px !important;
    }
    .cartSliderBodyContainer .chackoutTimeDate{
        padding: 0px 0px 30px !important;
    }
    #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to {
        padding: 20px 0px !important;
    }
    .pre-box .checkout_date_group {
        margin-bottom: 15px !important;
      }
}



.left_scroll .slect_iteam_to .div_iteam_flex .deals_main_items {
margin-top: 15px !important;
margin-bottom: 0 !important;
}

body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 .PricingSales p {
    font-size: 18px !important;
    font-weight: 700 !important;
}

body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 .name_p p {
    font-size: 16px !important;
    font-weight: 600 !important;
}
body #cart_view .cat_main_div .scrol-cart .left_scroll .slect_iteam_to .div_iteam_flex .name_1 .name_p {
    margin-top: 0px !important;
}

.left_scroll .slect_iteam_to .div_iteam_flex.deals_main_items {
    margin-top: 10px !important;
}.left_scroll .slect_iteam_to .div_iteam_flex.deals_main_items:nth-child(1) {
    margin-top: 20px !important;
}