
  /* -- quantity1 box -- */

  .quantity1 {
    display: inline-block; }
   
   .quantity1 .input-text.qty {
    width: 50px;
    height: 50px;
    padding: 0 5px;
    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: 4px 10px 3px;
    height: 50px;
    /* background-color: #ffffff; */
    border: 1px solid #efefef;
    cursor: pointer;
    width: 30px;
    border-radius: 0;
}
   
   .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:18px;
   height:18px;
   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;
} */