/* Style the tab */
body{

    /*font-family: 'Open Sans Condensed', sans-serif !important;*/
    font-family: "Open Sans", Arial, sans-serif !important;
    background-color: #ccc;
}

/*.order-body{
  background-color: #D3D3D3; 
}*/

.order-cont{
  background-color: #fff;
  padding-bottom: 10%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.user_cart.order-cont{
	background-color:#fff;
}
.main-wrap{
  padding-top: 64px;
}

.main-wrapper{
  padding: 0;
}
.error_span{
  color:red;
  font-size:12px;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-bottom: 0px solid #000;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #3c8dbc;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent form{
	background-color: #3c8dbc;
	padding-top: 4%; 
	padding-bottom: 2%;
	color: #fff;
}	

.tabcontent form a{
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tabcontent form label{
	font: inherit;
}

.btn-center{
	text-align: center;
}

.bw-btn{
	color: #fff!important;
	font-weight: normal;
	margin-left: 5px;
}

#booking_date{
	width: 40%;
	padding: 0px;
	margin-top: 1%;
}


/* Step 1 Booking CSS*/
/*#####################*/
.user-company #logo-area{
	text-align: center;
    padding: 60px 120px;
}

.user-company .company-info{
	position: relative;
    top: 100px;
}

.user-company #contact-area p{
	font-size: 16px;
	text-align: center;
	color: #000;
}

.coll-header .login-logo{
	  font-size: 16px;
    padding: 10px 10px;
    /* margin-bottom: 40px; */
    color: #fff;
}

.booking-area .meal_type{
	/*padding: 20px 25px;*/
}

.booking-area{
	position: relative;
  font-size: 23px;
}

.booking-area input[type=radio]{
	height: 16px;
  width: 16px;
  position: relative;
  right: 5px;
}

.booking-area button{
    font-size: 18px;
}

.booking-area .modal-footer{
	border-top: 0px solid #e5e5e5;
}


.booking-area .meal_type label{
	font-weight: bold;
	padding-right: 30px;
}

#get_slot_by_date input[type=text]{
	cursor: pointer;
  width: 125px;
  text-align: center;
  background-color: #00b159;
  border: 0px solid gainsboro;
  margin: 3px 40px 22px 3px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  padding: 14px 2px 28px 2px;
}

/*#get_slot_by_date input[type=text]:hover{
  border: 1px solid #2E8B57;
  background-color: #D3D3D3;
  color: #006400;
}*/

.each_order_slot{
  position: relative;
  cursor: pointer;
}

.available_slot{
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 28px;
  left: 38px;
  color: #ffffff;
}

/*.each_order_slot .available_slot:hover{
  background-color: #f37735!important;
  color: #ffffff!important;
}*/

.each_order_slot:hover>#get_slot_by_date{
  background-color: #f37735!important;
  color: #ffffff!important;
}

/*.available_slot:active, .available_slot:focus, .available_slot:hover {
  background-color: #ffffff!important;
  color: #000000!important;
}*/

/*.available_slot:hover{
  background-color: #ffffff;
  color: #006400;
}*/

#get_slot_by_date .active_slot:active, #get_slot_by_date .active_slot:visited, #get_slot_by_date .active_slot:focus{
  outline: none;
}

.collection_day{
  padding: 50px 0 20px 0;
}


#get_slot_by_date input[type=text]:focus, #get_slot_by_date input[type=text]:active, #get_slot_by_date input[type=text]:hover{
	background-color: #f37735!important;
  color: #ffffff!important;
}

#get_slot_by_date input[type=text]:focus .available_slot, #get_slot_by_date input[type=text]:active .available_slot, #get_slot_by_date input[type=text]:hover .available_slot{
  color: #000000!important;
}


/* Step 2 Booking CSS*/
/*####################*/

.subsection-style p{
	font-size: 16px;
	color: #000;
}

#your-info .manage-padding-left{
	padding-left: 2px!important;
  padding-right: 0;
}

#your-info .manage-padding-right{
	padding-right: 2px!important;
  padding: 0;
}

#your-info .row{
	margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
	.user-company .company-info {
	    position: relative;
	    top: 25px;
	}

  .main-header {
      position: fixed;
      min-height: 65px;
      z-index: 9;
      width: 100%;
  }

  .coll-header{
    width: 100%;
  }

 

}

/*  changes in css bistro bookings by mukesh */

.hide-lg{
	display: none;
}

#is_holiday_text{
	font-size: 18px;
    color: #7F8134;
}

.meal_heading{
	text-align: left;
	font-size: 18px;
	margin: 5px 0 0 0!important;
	font-weight: 700;
}

.get_slot_by_date{
	text-align: left;
}

.active_slot{
	/*color: #fff;
  background-color: #337ab7!important;
  border-color: #2e6da4!important;*/
  background-color: #f37735!important;
  color: #ffffff!important;
}


@media only screen and (max-width: 600px) {
  	.hide-lg{
		display: block;
	}
}

.book-btn{
	padding: 5px 50px!important;
  margin-right: 1.2em;
  margin-top: 5em;
  color: rgba(255, 255, 255);
  /*border: 1px solid rgba(144, 93, 33, 0.6);*/
  font-size: 24px;
  background-color: #000000;
  /* float: right; */
  border-radius: 0;
  /*float: right;*/
  min-width: 210px;
}

.book-btn:hover {
    /*color: #f00;*/
    color: #fff;
    /*background-color: #905D21;*/
}


#date_time_form .book-btn{
  margin-top: 3em!important;
}

/* media query for fixed top Headers  */


@media (min-width: 768px){
  .add-booking-modal {
    /*width: 650px;*/
    /*height: 350px;*/
    /*margin: 30px auto;*/
}

.modal-sm {
    width: auto;
}

/*.menu-section .main-cart-area{
  position: fixed;
  right: 0;
  overflow-y: scroll;
}*/
  .main-header, .coll-header {
    width: 750px;
  }

  .menu-section .main-cart-area{
    /*top: 121px;*/
    right: 34px;
    width: 172px;
  }
}

@media (min-width: 992px){
  .main-header, .coll-header {
      width: 970px;
  }

  .menu-section .main-cat{
    width: 255px;
  }

  .menu-section .main-cart-area{
    right: 64px;
    width: 230px;
  }

}

@media (min-width: 1200px){
  .main-header, .coll-header {
      width: 1170px;
  }

  .menu-section .main-cat{
    width: 305px;
  }

  .menu-section .main-cart-area{
    right: 111px;
    width: 280px;
  }

}

.coll-head-box{
    padding: 0; 
  }


  @media only screen and (min-width: 568px) and (max-width: 768px){
    .coll-header{
      background-color: #d11141;
      margin-top: 65px;
      position: fixed;
      /*width: 100%;*/
      z-index: 9;
    }
  }


.coll-header{
    background-color: #d11141;
    margin-top: 75px;
    position: fixed;
    /*width: 100%;*/
    z-index: 9;
  }

  .coll-date-section .coll-body{
    /*box-shadow: 0 0 10px hsla(0,0%,78%,.5);*/
    padding: 12% 5% 15% 5%;
  }


.coll-date-section #slot_err{
    font-size: 18px;
}

.coll-date-section #book_by_call{
    font-size: 18px;
}


  @media screen and (max-width: 680px){
    .coll-date-section #book_by_call{
        font-size: 16px;
    }

    .booking-area {
        top: 10px!important;
    }

    .coll-date-section .coll-body {
      padding: 150px 15px 40px 15px;
    }

    .coll-body .input-group{
        margin: 0 auto;
    }
  
    #get_slot_by_date input[type=text]{
      /*width: 65px;*/
      font-size: 12px!important;
      cursor: pointer;
      width: 65px;
      margin: 3px 7px 22px 3px;
      border-radius: 3px;
      padding: 10px 2px 24px 2px;
    }

    .available_slot {
      font-size: 11px;
      left: 12px;
      color: #ffffff;
    }


    #date_time_form .book-btn{
      padding: 5px 60px!important;
      margin-top: 2em!important;
      display: block;
      width: 100%;
    }

    #payment_section .book-btn{
      padding: 5px 50px!important;
      margin-top: 2em!important;
      display: inline-block;
      font-size: 18px;
      font-weight: 400;
      min-width: 210px;
    }

    #get_slot_by_date .col-md-12{
      padding-bottom: 24px;
    }

    span#slot_err{
      font-size: 16px;
      padding: 10px 4px;
    }

  }

 
  @media only screen and (min-width: 680px) and (max-width: 992px){
    .coll-date-section .coll-body {
      padding: 150px 15px 40px 15px;
    }
  }



.main-header {
    position: fixed;
    min-height: 65px;
    z-index: 9;
    /*width: 86.8%;*/
    margin-left: -15px;
}




/*  Header & Footer CSS*/
.nav ul {
    margin: 10px 0 0 0;
    width: 30%;
    float: right;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
    padding: .5em;
    color: white;
    text-decoration: none;
}

.main-nav {
    text-align: center;
    font-size: 1.1em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    min-height: 62px;
}

.main-nav .nav{
    padding-top: 10px!important;
}

.main-nav li img{
    width: 30px;
}

.main-nav li {
    padding: 0 5%;
}

.nav a:hover {
    background-color: #DA2826;
    border-radius: 2px;
}

.main-header {
  background-color: rgb(255, 255, 255);
  background-image: url("Images/Header Background.jpg");
  background-blend-mode: multiply;
  background-size: cover;
  min-height: 100px;
  color: rgba(0, 0, 0);
}

.main-footer {
  background-color: #000000;
  color: white;
  padding: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}



.main-footer-container {
    display: flex;
    align-items: center;
    padding: 12px;
}

.main-footer-container ul {
    flex-grow: 1;
    text-align: end;
}

.footer-nav li>a {
    display: inline; 
}

.footer-nav li {
    padding: 0 .5em;
}

.footer-nav>li>a:focus, .footer-nav>li>a:hover {
    text-decoration: none;
    background-color: #DA2826;
}

#booking_date_add{
  font-size: 18px;
  padding: 20px 50px;
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 0;
}

/*  Checkout page css */

.form-check-inline{
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-label{
  font-size: 16px;
  font-weight: 400;
}
    
.cho-cont{
  padding-top: 120px;
}

.cho-price{
  margin-left: 35%;
}

#detail_checkout_cart .cart-items .cart-item{
  width: 80%;
}

#detail_checkout_cart .cart-items .cart-row{
  min-height: 40px;
}

.checkout-main-box{
  padding: 10px 20px;
  box-shadow: 0 0 10px hsla(0,0%,78%,.5);
  margin-left: 2%;
  margin-right: 2%;
}

.checkout-main-box .bottom-section{
  font-size: 14px;
}

.checkout-section .section-cart{
  margin: 1% 5% 1% 5%;
  padding: 4% 4% 4% 4%!important;
  border: 1px solid #cccccc;
}

.btn:focus{
  color: #fff!important;
}

/* For Mobile Resolution */
@media (max-width: 767px){
  .payment-page .subsection-style{ 
    padding: 50px 2px 0 30px;
  }

  .payment-page .section-cart{
    padding: 4% 2% 0 2%;
  }

  .payment-page form{
    text-align: center;
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

/* For Laptop & desktop Resolution */  
@media (min-width: 768px){
  .center-me{
    text-align: center;
  }
  
  .checkout-form{
    width: 90%;
  }

  .checkout-section #your-info{
    padding: 20px 50px 0 50px;
  }

  .checkout-section .checkout-main-box{
    margin: 0 2% 0 20%;
  }

  .payment-page{
    /*width: 76%;*/
    margin: 0 auto;
    padding: 0 6% 6% 6%;
    /*box-shadow: 0 0 10px hsla(0,0%,78%,.5);*/
  }

  .payment-page .pay-order-info{
    box-shadow: 0 0 10px hsla(0,0%,78%,.5);
    padding: 60px 10px 60px 30px;
  }

  .payment-page .section-cart{
    margin: 1% 5% 1% 5%;
    padding: 4% 4% 4% 4%!important;
    border: 1px solid #cccccc;
  }

  .payment-page .subsection-style{ 
    /*padding-top: 120px;*/
  }

  .payment-page .subsection-style p{ 
    line-height: 36px;
  }

  .payment-page .subsection-style h4{ 
    font-size: 20px;
    font-weight: 600;
  }

  .checkout-section{
    padding-bottom: 5%;  
  }
  
  .success-page{
    min-height: 500px;
  }
  
}

.voucher_list li{
  list-style: none;
  padding-left: 0;
}
.mb-10{
  margin-bottom: 10px;
}
.voucher_list{
   padding-left: 15px;
}
#personalmsg label,
#notestorest label{
   width: 100%;
}

#personalmsg,
#notestorest{
   width: 100%;
   height: 122px;
   border: 1px solid #ccc;
   resize: none;
   padding: 6px 12px;
   border-radius: 4px;
   box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.previewHolder{
   margin-top: 150px;
   border: 1px solid #e7eaec;
   padding: 15px;
}
.previewHolder td{
   /*padding: 10px 0;*/
}
.previewHolder .previewLogo,
.cardHolder .previewLogo{
  border: 1px solid #c6c6c6;
    border-radius: 5px;
    /* width: 70%; */
    display: block;
    text-align: center;
    padding: 48px 48px;
    margin: 20px auto;
    /* box-shadow: 10px 10px 6px -7px rgba(0, 0, 0, 0.75); */
    -webkit-box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, 0.75);
    padding: 25px;
}


table.previewHolderTable tr:last-child td { 
   font-weight: bold;
   border-top: 1px solid #c6c6c6 !important;
   padding: 10px 0;
}

.previewLogo img{
  width: 125px;
  margin: 0 auto;
  display: block;
}
.mt-0{
  margin-top: 0 !important;
}
.pt-130{
  padding-top: 130px;;
}
.contact-address{
font-size: 14px;
/*color: #ccc;*/
margin-left: 20px;
position: relative;
top: 0px;
}
.contact-info{
float: right;
font-size: 16px;
/*color: #ccc;*/
margin-right: 20px;
margin-top: 20px;
position: relative;
top: 0px;
}
.button {background-color: black;border-radius: 0px;color:white;padding: 5px; font-size: 18px;
font-weight: 600;width:325px;margin-top: 25px; }
.space-form {
margin-top: -5px;
}
.order-cont{
margin-top: 0px;
}
.colspace{
padding-right: 30px;
}
.voucher-form{
margin: 0 auto; 
width: 100%;
}
@media screen and (max-width: 1024px){
/*.mb-space{
padding-top: 8px;
}*/
/*.yemaddress{
margin-top: -9px;
}*/
.colspace{
padding-right: 15px;
}
.space-form{
margin-top: -3px;
}
.rea{
margin-bottom: 1px;
}
}
@media screen and (max-width: 768px) {
.pad-rt-0{
  padding-right: 0;
}
.plt-0{
  padding-left: 0;
}
.button{
margin-top: 15px;
}
}
@media screen and (max-width: 767px) 
{
.booking-area
{
top: 0;
}
.contact-address{
font-size: 13px;
padding: 10px 10px 0 0;
float: right;
}
.contact-info{
font-size: 12px;
margin-right: 12px;
margin-top: 30px;
position: absolute;
bottom: 6px;
right: 0;
}


.button{
width: 100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 766px){
  .plm-15 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 680px){
.form-check{
margin-bottom: 1px !important;
}
.space-form {
margin-top: -20px !important;
}
.rea {
margin-bottom: 1px !important;
}
.yfn{
margin-top: -2px !important;
}
.mb-space{
padding-top: 0px !important;
}
.dispatch{
padding-top: 16px !important;
}
.recipientname{
margin-top: 17px !important;
}
.yemaddress {
margin-top: -16px !important;
}
.button{
margin-top: 6px;
}
}
@media screen and (max-width: 426px){
  .order-body{
    background: #fff;
  }
  .contact-address {
    font-size: 12px;
    /* top: -4px; */
    top: 0px;
  }
  .voucher_value{
    display: inline-block;
  }
  .mb-none{
    display: none;
  }
  .pad-rm-0{
    padding-right: 0;
  }
  .previewHolder{
    /*display: none;*/
    margin-top: 20px!important;
  }
  .big_checkout_btn{
    display: none;
  }
}
@media screen and (min-width: 427px){
  .big_checkout_btn{
    display: none;
  }
}
@media screen and (max-width: 390px){
.contact-address {
/* text-align: right;
float: left;
position: absolute;
top: -6px; */
}
.contact-info{
/* margin-top: 45px; */
}
}
@media screen and (max-width: 363px){
 .previewHolder{
  margin-top: 10px;
 }
.button{
padding: 5px 15px;
font-size: 15px;
}
}
.clearfix{
clear: both;
}
.btn.btn-transparent{
   border: 1px solid #000 !important;
   background: transparent !important;
   color: #000;
   font-weight: bold;
   /* text-transform: uppercase; */
   width: 100%;
   border-radius: 0;
   padding: .50em .09em;
}
.btn.btn-transparent.active,
.btn.btn-transparent:focus{
   color: #fff;
   background: #000 !important;
}

.btn.btn-transparent:hover{
  background: #D3D3D3 !important;
}
.ft-cap{
   text-transform: uppercase;
}
.full-width{
   width: 100%;
}
.mb-10{
   margin-bottom: 10px;
}.payment-iframe iframe{
border: 0px;
}
@media (max-width: 680px) {
  .mtm-30{
    margin-top:30px;
  }
.checkout-section .btn-purchase{
padding: 5px 60px!important;
margin-top: 2em!important;
display: block;
width: 100%;
font-size: 16px;
}
.loader{
position: absolute;
top: 45%;
left: 30%;
z-index: 9999;
}
.payment-iframe{
padding-top: 100px;
}
}
@media (min-width: 768px) {
.payment-iframe{
padding-top: 120px;
}
.loader{
position: absolute;
top: 45%;
left: 42%;
z-index: 9999;
}
}
#no_items{color: #DA2826;}  
#back_to_menu{display: inline-block;margin-bottom: 24px;}
.send_later_holder{
   margin-top: 10px;
}
.mt-40{
   margin-top: 40px;
}
.mt-10{
  margin-top: 10px;
}

.previewHolderTable td:nth-child(2) {
  text-align: right;
}
#notestorest{
  height: 70px;
}
.gift_info{
  margin-top: 10px;
}
.ui-draggable, .ui-droppable {
  background-position: top;
}
.btn-full{
  width: 100%;
}
.fs-18{
  font-size: 18px;
}
.bb-1{
  border-bottom: 1px solid #e7eaec;
  overflow: hidden;
}
.pad-l-0{
  padding-left: 0;
}
.pad-r-0{
  padding-right: 0;
}
/*@media screen and (max-width: 425px) {
  .previewHolder{
    display: none;
  }
  .big_checkout_btn{
    display: block;
  }
}*/
.btn-list li.small_btn{
  width: 80px;
}
.btn-list li.small_btn a{
  padding: 5px;
  font-size: 13px;
}
.button.mt-150{
  margin-top: 150px;
}
.mt-0{
  margin-top: 0;
}
.mt-200{
  margin-top: 200px;;
}
.bb{
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.pl-0{
	padding-left: 0;
}
.user_cart_bg{
	padding-top: 130px;
	padding-bottom:50px;
	background:#fff;
}

.previewHolder b.v_name, .previewHolder b.v_value{
  font-weight: 400!important;
}

.previewHolder span.subtotal{
  font-weight: 600!important;
}

/*card design*/
.gv-card-wrapper{
    padding: 0;
    text-align: center;
    margin-bottom: 12px;
}

.card-box{
    width: 240px;
    height: 150px;
    border: 1px solid #c6c6c6;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    position: relative;
    box-shadow: 10px 10px 6px -7px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 10px 10px 6px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
}

.card-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}