
  /* -- quantity1 box -- */

  .quantity1 {
    display: inline-block; }
   
   .quantity1 .input-text.qty {
    width: 150px;
    height: 40px;
    padding: 0 0px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
    border-radius: 0;
   }
   
   .quantity1.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border: none;
    border-radius: 10px;
    width: auto;
 }
   
   .quantity1.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
   }
   
   .quantity1.buttons_added .minus,
   .quantity1.buttons_added .plus {
       padding: 0px 20px 3px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
    width: 53px;
    border-radius: 0;
    font-size: 20px;
}
   
   .quantity1.buttons_added .minus {
    border-right: 0; }
   
   .quantity1.buttons_added .plus {
    border-left: 0; }
   
   .quantity1.buttons_added .minus:hover,
   .quantity1.buttons_added .plus:hover {
    background: #eeeeee; }
   
   .quantity1 input::-webkit-outer-spin-button,
   .quantity1 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }
    
    .quantity1.buttons_added .minus:focus,
   .quantity1.buttons_added .plus:focus {
    outline: none; }
   
    /* spicel leval */
    .p-1{
       padding: 5px 16px !important;
    }
   
    /* cart */
   
    .p-2{
       padding: 0px 0px !important;
       font-size: 18px;
       color: #390f15;
       border-bottom: 1px solid #d0d5da;
    }
   
    .f-r{
        float:right;
    }
   
    .total{
       font-size: 16px;
       color: black;
       background: #d0d5da;
       padding: 10px 8px;
    }
   
    .view-cart-btn-mobile {
       background-color: #fff;
       box-shadow: 0 -0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
       z-index: 1010;
   }

   .if-dont-{
      text-align:justify;border-left: 2px solid #000;padding: 5px;
      margin-top: 22px;
      font-size: 12px;
   }

   .text-decoration{
      text-decoration: underline;
   }

   /* cart total  end*/

/* OTP */
.bgWhite{
   background:white;
   box-shadow:0px 3px 6px 0px #cacaca;
 }

 .f-15{
   font-size: 15px;
 }
 
 .title{
   /* font-weight:600;
   margin-top:20px;
   font-size:24px */
   text-align: justify;
 }

 .badge-payment{
   position: relative;
   width: 20px;
   height: 20px;
   display: inline-block;
   text-align: center;
   color: var(--white-color);
   padding: 5px 14px 16px 5px;
   border-radius: 50%;
   top: -17px !important;
   right: -24px;
   font-weight: 400;
   font-size: 0.7em;
   background: black;
}  

.card-payment{
   height: 40px;background:white !important; border-left: none;
}

.card-payment:focus{
   border: 1px solid var(--border-color);
   background: #f6f6f6 !important;
   opacity: 0.8;
}

.right-pop-up{
   right: 0px;
   position: absolute;
   margin-top: 0px;
}
 
 
 .customBtn{
   border-radius:0px;
   padding:10px;
 }
 
 form input{
   display:inline-block;
   width:50px;
   height:50px;
   text-align:center;
   padding: 10px;
 }
   
/* OTP end*/

.m-w-700{
   min-width: 700px;
   background: white;
}

.clear-cart{
   float: right;
   margin-right: 18px;
   text-decoration: underline;
   font-size: 12px;
}

.total-price{
   float:right;
   margin:0px 25px 0px 0px;
}

.subtotal{
   float:right;
   margin:0px 15px 0px 0px
}
.next{
   float:right;padding: 10px 14px 10px 13px;border-radius: 0;     font-size: 12px; 
}

.payment-card{
   background: #f3f3f3; border-top: none; border-bottom: none;
   max-width: 666px;
}

.email-number{
   text-align: center;
    font-size:15px;
    margin-top: 7px;
}

#paymentcredit{
   display: inline-block;
}
#applePay{
   display: none;
}

#Gpay{
   display: none;
}




/* body.modal{
   overflow: hidden;
} */



/* multi-menu */

.pringle-product {
   box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
   min-height: 473px;
   max-height: 500px;
   padding: 0px;
   position: relative;
   margin-top: 10px;
   color: initial;
   border-radius: 4px;
   background-color: white;
   text-align: center;
}
.product_image {
   width: 100%;
   height:216px !important;
}
.top-right {
   position: absolute;
   top: 41%;
   right: 0px;
   padding: 3px 15px;
   border-radius: 4px;
   background-color: #ff000b;
   font-weight: 700;
   font-size: 15px;
   color: white;
}
.pringle-product-title {
   color: black;
   font-weight: 700;
   font-size: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   text-transform: capitalize;
   font-family: 'Poppins', sans-serif;
   margin-top: 20px;
}
.pringle-product-description p{
   font-size: 16px;
}
.rating {
   color: #ff9933;
   font-size: 16px;
   text-align: center;
}
.menu-price {
   font-size: 22px;
   font-weight: 700;
   color: #ff000b;
   text-transform: capitalize;
   margin-bottom: 30px;
   margin-top: 13px;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
}

.tf__add_to_cart {
   position: absolute;
   left: -12px;
   bottom: 25px;
   background: #ff000b;
   padding: 6px 25px 6px 25px;
   text-transform: capitalize;
   font-size: 16px;
   font-weight: 600;
   color: #fff;
   border-radius: 0px 4px 4px 4px;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
}

.cart-menu a {
   width: 35px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   background: #fff;
   color: #ff000b !important;
   font-size: 14px;
   margin-left: 10px;
   border-radius: 3px;
   transition: all linear .3s;
   border: 1px solid #ff000b;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   padding: 7px 9px;
   margin-right: 8px;
}

.tf__add_to_cart::after {
   position: absolute;
   content: "";
   top: -19px;
   left: 0px;
   z-index: 1;
   transition: all linear .3s;
   -webkit-transition: all linear .3s;
   -moz-transition: all linear .3s;
   -ms-transition: all linear .3s;
   -o-transition: all linear .3s;
   width: 0;
   height: 0;
   border-top: 20px solid transparent;
   border-right: 13px solid #ff000b;
   border-bottom: 0 solid transparent;
}
.menu-price del {
   color: #736f6f;
   margin-left: 7px;
   font-size: 18px;
   font-weight: 500;
}
.pringle-product-description {
   color: rgb(0,0,0,0.5);
   font-size: 13px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.btn-order {
   border-radius: 0 !important;
   border: none !important;
   padding: 7px 8px 9px 25px !important;
   bottom: 4px;
   position: absolute;
   display: list-item;
   text-transform: capitalize !important;
   width: 100%;
   font-size: 18px;
   background-color: #ff000b !important;
}
.pringle-product:hover {
   box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}


@media only screen and (max-width: 991px){
.product_image {
    width: 100%;
    /* height: 100px !important; */
}
.pringle-product {
   min-height: 245px;
}
}
/* rugsan end */

/* Kamal Start */
.menu-body {
   /* margin-bottom: 50px; */
   background: transparent;
   padding: 0px 12px 0px 0px;
   border-radius: 0px;
   box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
   height: 110px;
}
.menu-left {
   text-align: left;
}
.menu-body.menu-left .menu-thumbnail {
   float: left;
   margin: 0px 11px 0 0px;
   width: 110px;
   margin-bottom: 0;
   height: 110px;
}
.menu-body .menu-thumbnail img {
   width: 100%;
   height: 100%;
}
.center-block {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.menu-body.menu-left .menu-details {
   display: flow-root;
}
.menu-body.menu-left .menu-title {
   display: block;
   border-bottom: 1px dashed #909090;
   padding-bottom: 0;
   padding-top: 3px;
}
.menu-body .menu-title {
   margin-bottom: 2px;
}
.menu-body.menu-white .menu-title h4, .menu-body.menu-white p {
   color: #000000;
   font-family: 'Roboto', sans-serif;
}
.menu-body.menu-left .menu-title h4 {
   display: inline-block;
}
.menu-body .menu-title h4 {
   color: #fff;
   font-size: 18px;
}
.menu-body .menu-details .price {
   color: #e93e21;
   font-size: 18px;
   font-family: 'Roboto', sans-serif;
   font-weight: 600;
}
.menu-body.menu-white .menu-title h4, .menu-body.menu-white p {
   color: #000000;
   font-family: 'Roboto', sans-serif;
}
.menu-body.menu-left .menu-details .price {
   float: right;
   color: #e93e21;
}
.add-kamal{
   background: red;
    float: right;
    font-size: 15px;
}

.text-kamal{
   padding: 10px;
   color: white;
}

/* multi-menu */