

  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  input,textarea,select{
    border: 0px !important;
    border-bottom: 1px solid #42160b !important;
    border-top: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding-left: 10px !important;
  }
   input:focus,textarea:focus{
    box-shadow: none !important;
    outline:0px !important;
    border-bottom: 1px solid #42160b !important;
    border-top: 0px !important;
    -webkit-appearance:none;
    background: #42160b29;
    padding-left: 10px !important;
  
  }

  select{
     padding-left: 10px !important;
  }
  select:focus{
    box-shadow: none !important;
    outline:0px !important;
    border-bottom: 1px solid #42160b !important;
    border-top: 0px !important;
    padding-left: 10px;
    -webkit-appearance:none;

  }

  .btn-cart{
    width: 80%; background-color: #799e8b; color:#ffffff; border-radius: 7px; border:0; height: 40px;
  }
  .float-right{
    float: right;
  }

  @media(max-width: 700px){

    .btn-cart{
      width: 100%
    }
    .table.cart-list,
    .table.cart-list thead,
    .table.cart-list tbody,
    .table.cart-list th,
    .table.cart-list td,
    .table.cart-list tr {
      display: block;
      border: 0;
    }

    .table.cart-list thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .table.cart-list tr {
      border: 1px solid #eee;
    }

    .table.cart-list td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 30%;
      width: 90% !important;
      padding-top: 10px;
    }
    .table.cart-list td:before {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
    .table.cart-list td:nth-of-type(1):before, .table.cart-list td:nth-of-type(2):before, .table.cart-list td:nth-of-type(3):before, .table.cart-list td:nth-of-type(4):before {
      font-weight: 600;
      color: #111;
    } 
    .table.cart-list td:nth-of-type(1):before {
      content: "Name";
    }

    .table.cart-list td:nth-of-type(2):before {
      content: "Price";
    }

    .table.cart-list td:nth-of-type(3):before {
      content: "Buy ";
    }

    .table.cart-list br{
      display: block !important;
    }
  }

#loader{
    display: flex;
    position: fixed;
    z-index: 50000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fbfbfbba;
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}

  .item_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  
  /* Create three equal columns that floats next to each other */
  .column {
    display: none; /* Hide all elements by default */
    padding: 25px;
    padding-bottom: 0px;

  }


  .column a{
    color: #333;
  }

  .column a:hover{
    color: #999;
    text-decoration: none;
  }

  /* Clear floats after rows */ 
  .row-port:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Content */
  .content {
    background-color: #ffffff;
    box-shadow: 20px 20px 10px #eee;
    padding: 5px;
    min-height: 112px;
    padding-bottom: 10px;

  }

  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }

  /* Style the buttons */

  #myBtnContainer{
    display: flex;
    overflow: scroll;
    background-color: white;

  }
  #myBtnContainer a {

    border-radius: 0;
    outline: none;
    padding: 10px 20px;
    background: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    color: black;

  }

  #myBtnContainer::-webkit-scrollbar  {
    width: 0px;
    height: 0px;
  }

  #myBtnContainer a:hover {

  }

  #myBtnContainer a.active {
    color: #42160b;
    border-bottom: 2px solid #42160b;
    font-weight: 600;
  }

  #myBtnContainer a:focus{
    outline: 0;
  }

  #myBtnContainer i{
    font-size: 25px;
  }

  .cbox{
    height: 100%; max-width: 100%; background-color: #ffffff; position: fixed;float:right; left: 68%; top: 15%;
  }
  .sidenav {
    height: calc( 100% - 87px);
    width: 400px;
    position: fixed;
    z-index: 1;
    top: 87px;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 20px;
    box-shadow: 20px 20px 50px grey;
  }

 /* .sidenav span{
    float: right; padding-right: 10px;
  }*/

  .sidenav #checkout{
    background-color: grey;
    padding: 15px 25px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    display: block;
    text-decoration: none;
  }
   .item_container{ 
    padding: 0px;
  }
  #scrol::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  .cbutton{
    display: none;

  }

  .sidenav #add_more{
    display: none;
    background-color: #42160b;
    padding: 15px 25px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
  }
  @media(max-width: 768px){
    .cbox{
      left: 0;
      top: 0;
      min-height: 100%;

    }
    .sidenav{
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      display: none;
    }

    .cbutton{
      display: block;
      width: 100%;
      height: 50px;
      background-color: #42160b;
      position: fixed;
      bottom: 0;
      padding: 10px;
      color: #ffffff;
      text-align: center;
      font-size: 20px;
    }
    .cbutton .m-total-items{
     padding-right: 10px;
     padding-top: 2px;
   
    }

    .cbutton:hover{
      color: #ffffff;
      text-decoration:none;
    }
    .heading-cont{
      width: 100% !important;
      background-size: cover;
    }
    .heading-cont .page-heading{
      font-size: 18vw !important;
    }
    .menu-container{
      width: 100% !important;
      padding: 0px !important
    }
    #myBtnContainer{
      padding:0px 0px;
    }

    .item_container .column{
     padding-top: 0px;
     padding-bottom: 15px;
   }
   .sidenav #action_buttons{
    display: block;
    }
    .sidenav #add_more{
      display: inline-block;
      width: 40%;
    }
    .sidenav #checkout{
      display: inline-block;
      width: 55%;
      float: right;
    }
 }

 .ex1 {
  background-color: #ffffff;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  padding-right: 10px;
}

/* Let's get this party started */
.ex1::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.ex1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
}

/* Handle */
.ex1::-webkit-scrollbar-thumb {
  background: rgba(191, 191, 191, 1); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.ex1::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4); 
}
.bullets-wi-small ul{
  font-size: 14px;
  padding-left: 10px;
}
.purchase{
  width: 100%;
  padding: 15px 10px;
  border: none;
  font-size: 18px;
  background: #42160b;
  color: white;
}

  #checkout_from_modal .modal-content{
    border-radius: 0px !important;
    border: 0px;
  }
  #checkout_from_modal .modal-content .modal-header{
    padding: 0px; 
  }
  #checkout_from_modal .modal-content .modal-header>button.close{
    color: white;
    background: #6a0000;
    opacity: 1;
    padding: 3px 7px;
    margin-top: 0px;
  }


  #checkout_from_modal .modal-header{
    padding :10px !important;
  }


  #modal-success-order .modal-content{
    border-radius: 0px !important;
    border: 0px;
  }
  #modal-success-order .modal-content .modal-header{
    padding: 0px; 
  }
  #modal-success-order .modal-content .modal-header>button.close{
    color: white;
    background: #6a0000;
    opacity: 1;
    padding: 3px 7px;
    margin-top: 0px;
  }
  #modal-success-order .modal-header{
    padding :10px !important;
  }


  @media (max-width:  425px){
 
  #checkout_from_modal{
    padding-right: 0px !important;
  }
  #checkout_from_modal .modal-dialog{
    margin: 0px !important;
  }
  #checkout_from_modal .modal-content{
    border: 0px !important;
    margin: 0px !important;
  }

  #modal-success-order{
    padding-right: 0px !important;
  }
  #modal-success-order .modal-dialog{
   
  }
  #modal-success-order .modal-content{
    border: 0px !important;
    margin: 0px !important;
  }
  
  

}
.payment_mode ,.area{
  width: 100%;
  padding: 5px;
}


/* ===============================================
      CHOICE GROUP MODAL CSS
  ================================================ */


    #item_with_choice_modal .modal-content{
    border-radius: 0px !important;
    border: 0px;
  }
  #item_with_choice_modal .modal-content .modal-header{
    padding: 0px; 
  }
  #item_with_choice_modal .modal-content .modal-header>button.close{
    color: white;
    background: #6a0000;
    opacity: 1;
    padding: 3px 7px;
    margin-top: 0px;
  }
  #item_with_choice_modal .modal-content .modal-body .item-detail {
   border-bottom: 1.5px solid #6a0000;
  } 
  #item_with_choice_modal .modal-content .modal-body .item-detail .title{
     font-weight: bold;
     font-size: 24px;

  } 
  #item_with_choice_modal .modal-content .modal-body .item-detail .price{
     float: right;
     font-size: 24px;
     margin: 0px
  } 
  #item_with_choice_modal .modal-content .modal-body .item-detail .description{
     display: block;
     margin: 0px;
     font-size: 14px;
     min-height: 10px;
  }

  #item_with_choice_modal .modal-content .modal-body .choice_group_div{
    padding-top: 10px;
    margin: 10px -15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .v-inputs-group-item{
    display: flex;
    margin-top: 20px;
  }
  .v-inputs-group-item .v-radio {
    width: 18px;
    height: 18px;
    opacity:0;
    z-index: 10;
  }


  .v-inputs-group-item label{
    padding-left: 10px;
    font-weight: 100;
    width: 100%;
  }
  .v-inputs-group-item>span{
    position: absolute;
    width: 18px; 
    height: 18px;
    border: 1px solid #6a00008c;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
   .v-inputs-group-item>span.chk{
    position: absolute;
    width: 18px; 
    height: 18px;
    border: 1px solid #6a00008c;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .v-inputs-group-item>span.chk{
    position: absolute;
    width: 18px; 
    height: 18px;
    border: 1px solid #6a00008c;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


.v-inputs-group-item>span::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background:  #6a0000;
    opacity: 0;

}
.v-inputs-group-item>.chk::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background:  #6a0000;
    opacity: 0;

}

/* CHOICE */


 .c-inputs-group-item{
    display: flex;
    /*margin-top: 20px;*/
    align-content: center;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .c-inputs-group-item .c-radio , .c-inputs-group-item .c-checkbox {
    width: 18px;
    height: 18px;
    opacity:0;
    z-index: 10;
  }




  .c-inputs-group-item label{
    padding-left: 25px;
    font-weight: 100;
    width: 100%;
  }
  
   .c-inputs-group-item.radio>span.chk{
    position: absolute;
    width: 18px; 
    height: 18px;
    border: 1px solid #6a00008c;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-inputs-group-item.checkbox>span.chk{
    position: absolute;
    width: 18px; 
    height: 18px;
    border: 1px solid #6a00008c;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


.c-inputs-group-item>span::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background:  #6a0000;
    opacity: 0;

}
.c-inputs-group-item>.chk::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0px;
    background:  #6a0000;
    opacity: 0;

}



.v-inputs-group-item .v-radio:checked ~ span::before {
    opacity: 1;
}
.c-inputs-group-item .c-radio:checked ~ span.chk::before {
    opacity: 1;
    border-radius: 20px;
}


.v-inputs-group-item .v-radio:checked ~ span::before {
    opacity: 1;
}




.c-inputs-group-item .c-checkbox:checked ~ span.chk::before {
    opacity: 1;
}

#item_with_choice_modal .modal-content .modal-body .item-variations{
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
} 
#item_with_choice_modal .modal-content .modal-body textarea{
  border-radius: 0px;
} 
#item_with_choice_modal .modal-content .modal-body textarea:focus{
  border-radius: 0px; 
  border: 1px solid #6a0000;
  outline: none;
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
} 
#item_with_choice_modal .modal-content .modal-body select.item-action{
    width: 100%;
    padding: 10px;
    border: 1px solid #6a0000;
} 
#item_with_choice_modal .modal-content .modal-body select.item-action option{
    padding: 10px;
    background: #ffffff;
}
#item_with_choice_modal .modal-content .modal-body select.item-action option:hover{
    padding: 10px;
    color: white;
    background: #6a0000;
}
#item_with_choice_modal .modal-content .modal-body select.item-action:focus ,
#item_with_choice_modal .modal-content .modal-body select.item-action:active{
    width: 100%;
    padding: 10px;
    border: 1px solid #6a0000;
} 
.f-10{
  font-size: 10px !important;
}
 
.f-11{
  font-size: 11px !important;
}
 
.f-12{
  font-size: 12px !important;
}
 
.f-13{
  font-size: 13px !important;
}
 
.f-14{
  font-size: 14px !important;
}

 
.f-16{
  font-size: 16px !important;
}
 
.f-18{
  font-size: 18px !important;
}
.f-20{
  font-size: 20px !important;
}
.f-22{
  font-size: 22px !important;
}
.f-24{
  font-size: 24px !important;
}
.f-26{
  font-size: 26px !important;
}
.f-28{
  font-size: 28px !important;
}
 
@media (max-width:  425px){
  .item-banner-img{
    height: 180px !important;
  }
  .modal-dialog{
   
  }
  .modal-content{
    border: 0px !important;
  }
}



  #cart-items-list .cart-items {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e4e3e3;
      }
      #cart-items-list .cart-items .cart-item-h{
        font-size: 14px;
        color: #9a0505;
        font-weight: bold;
      }
      #cart-items-list .cart-items .cart-item-price{
       font-size: 14px;
       color: gray;
       float: right;
      } 
      #cart-items-list .cart-items .cart-item-variation{
       font-size: 12px;
       color: black;
       font-weight: bold;
      }
      #cart-items-list .cart-items .cart-item-choice{
       font-size: 12px;
       color: gray;
       padding-top: 5px;
      }
      #cart-items-list .cart-items .cart-item-choice span{
       display: block;

      }
      #cart-items-list .cart-items  .cart-action-btn{
        background: none;
        border: none;padding: 5px 10px;
        font-size: 15px;
      }
       #cart-items-list .cart-items  .cart-action-btn.delete{
        color: red;
      }
      #cart-items-list .cart-items  .minus{
        display: none;
      }
      #cart-items-list .cart-items  .cart-qty-input{
        width: 30px;
        padding: 0px;
        border: none !important;
        pointer-events: none;
        text-align: center;
      }
      #cart-items-list .cart-items  .cart-action-main-div{
        width: 100%;
        position: relative;
        display: inline-block;
      }
      #cart-items-list .cart-items  .cart-action-main-div .cart-action-btn-container{
        float: right;
        box-shadow: 0px 0px 10px #e7e7e7;
      }
      .sidenav #total_cart {
        width: 100%;
        font-size: 22px;
        font-weight: 900;
        padding-bottom: 10px;
      border-bottom: 1px solid #b86666;
      }
      .sidenav #total_cart .row{
        font-weight: normal;
      }
      .sidenav #total_cart .total-wi{
        display: inline-block;
      } 
      .sidenav #total_cart #total_display{
        display: inline-block;
        float: right;
      }
      .sidenav .cart_calculation_total p{
       margin: 0px 0px 2px;
      }

      #menu-lock-screen{
        position:absolute;width:100%;background:#ffffffcf;height:100%;display: none;justify-content: center;align-items: center;z-index: 100;
      }

      @media (max-width: 425px){
        .order_time_div .col-sm-4{
          padding-top: 15px;
        }
      }

      .swal2-popup {
        width: 37em !important;
      }
      .swal2-styled{
        font-size: 18px !important;
        padding: 0.625em 2.5em !important;
        border-radius: 0px !important;
      }

      .cart-item-p-discount{
        /*background: #42160b;*/
        color: #f70000;
        padding: 0px 0px;
        font-size: 10px !important;
      }