/*menubox*/
.menubox{
	width: 100%;
	display: table;
	padding: 150px 0;
	background-color: var(--section-bg-color);
}
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color: #f3a51d;
}
.image-checkbox .fa.fcheck {
  position: absolute;
  color: #0a1a2e;
  background-color: #ef8e21;
  padding: 10px;
  top: -20px;
left: -12px;
border-radius: 5px;
}
.image-checkbox-checked .fa.fcheck {
  display: block !important;
}
.menuitem1{position: relative; display: table; width: 100%}
.menuitem1 .image-checkbox{
	width: 100%;
	padding: 15px;
	background-color: #fff;
	border-radius: 0;
	/* min-height: 180px; */
	display: table;
	margin-bottom: 20px;
    transition: all 0.3s;
	font-family: 'Josefin Sans', sans-serif;
	position: relative;
	border: 1px solid #ccc;
    border-radius: 10px;
}
.menuitem1 .image-checkbox:hover{
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.menuitem1 .fcheck{
	display: none;
}

.leftmenubox h2, .rightmenubox h2{
	font-size: 36px;
	margin-bottom: 30px;
	color: #ef8e21;
	position: relative;
  margin-top: 20px;
}
.leftmenubox h2 span, .rightmenubox h2 span{background-color: var(--section-bg-color); position: relative; padding-right: 15px;}
.leftmenubox h2:before, .rightmenubox h2:before{
	position: absolute;
	left: 0px;
	width: 93%;
	content: "";
	top: 20px;
	height: 1px;
	background-color: #ef8e21
}
.rightmenubox h2:before{width: 100%;}
.leftmenubox h3{
	position: relative;
	margin-top: 0;
	font-size: 21px;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
	width: 65%;
	font-weight: 600;
}
.foodtype{
	float: left;
	position: relative;
	margin-right: 7px;
	width: 15px;
	height: 15px;
	border: 1px solid #168a16;
	display: block;
	margin-top: 3px;
}
.foodtype:before{
	position: absolute;
	left: 3px;
	top: 3px;
	height: 7px;
	width: 7px;
	content: "";
	border-radius: 7px;
	background-color: #168a16;
}
.veg{border-color: #168a16}
.veg:before{background-color: #168a16;}

.nonveg{border-color: #ff0000}
.nonveg:before{background-color: #ff0000;}

.leftmenubox h3 span.price1{
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 16px;
	color: #000
}
.checkqtydiv {
    display: table;
    float: left;
    width: 122px;
    /* border-radius: 5px; */
    overflow: hidden;
    border: 0;
    position: absolute;
    right: 100px;
    top: 16px;
}
.checkoutpage_qty {
        width: 40px;
    height: 36px;
    font-size: 18px;
    text-align: center;
    color: #000;
    /* background-color: #fff3d2; */
    display: inline-block;
    float: left;
    /* border: 1px solid #ff6b00; */
    box-shadow: none;
    border: 0;
}
a.qutadd {
    float: left;
    text-decoration: none;
    color: #000 !important;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    outline: none;
    font-weight: 400;
    width: 40px;
    display: inline-block;
    height: 36px;
    padding: 0;
    border-radius: 0;
    transition: ease all .5s;
    border: 1px solid #ccc !important;
    border: #ccc;
    background-color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
}
a.qutadd:hover {
    /* color: #fff;
    background-color: #e4b64e;
    transition:ease all .5s; */

}
.menuitem1 .col-sm-12 a{
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 36px;
    margin-top: 0px;
    text-align: center;
    background-color: #fff;
    color: #f3a51d;
    border: 1px solid #f3a51d;
    /* border-radius: 15px; */
    transition: all 0.3s;
    float: right;
    text-align: center;
    font-size: 14px;
    top: 3px;
    position: relative;
    
    font-weight: 500;
    text-transform: uppercase
}
.menuitem1 .col-sm-12 a.btn2{background-color: #fff; position: absolute; right: 15px; top: 0;top: 13px;}
.menuitem1 .col-sm-12 a.btn1{background-color: #748599; 
	color: #fff; border-color: #748599;}
.hspace{height: 50px;}
.leftmenubox p{font-size: 21px; margin-bottom: 0;font-weight: 600;color: #000;}
/*menubox*/

.cartitems1{
	width: 100%;
	padding: 15px;
	background-color: var(--section-bg-color);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	border-radius: 0;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.table thead > tr > th, .table thead > tr > td, .table tbody > tr > th, .table tbody > tr > td, .table tfoot > tr > th, .table tfoot > tr > td{
	border: 0;
}
.table{font-size: 16px; font-family: 'Josefin Sans', sans-serif;}
.table h3{
	position: relative;
	margin-top: 0;
	font-size: 16px;
	font-family: 'Josefin Sans', sans-serif;
	color: #000;
	
}
.table tr td{vertical-align: middle !important;}
.tablecheckqtydiv{
	position: relative;
	left: auto;
	top: auto;
	right:auto;
	bottom: auto;
	width: 80px;
	height: 30px;
}
.tablecheckqtydiv a.qutadd{width: 25px; font-size: 9px; height: 30px; line-height: 30px;}
.tablecheckqtydiv .checkoutpage_qty{width: 28px; font-size: 12px; height: 30px;
 line-height: 30px;}

 .borderbx{border-top: 1px solid #ccc;}
 .table tr td h4{
 	color: #000;
 	font-size: 18px;
	 font-family: 'Josefin Sans', sans-serif;
 	font-weight: 600;
 	display: inline;
 }
 a.checkoutbx{
 	background-color: #ef8e21;
 	color: #fff;
 	text-decoration: none;
 	text-transform: capitalize;
 	transition: all 0.3s;
 	width: 100%;
 	display: block;
 	height: 50px;
 	line-height: 50px;
 	text-align: center;
	 font-family: 'Josefin Sans', sans-serif;
 	font-size: 18px;
 	box-shadow: 0 2px 8px #d4d5d9
 }
  a.checkoutbx:hover{background-color: #fff; color: #ef8e21;}

 .forgottenpassword
{
	width:100%;
	float:left;
}
.forgotsubmit
{
    /* float: right; */
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	padding: 10px 40px;
	transition: all 0.3s ease 0s;
	border: 1px solid #ef8e21;
	background-color: #ef8e21;
	
	font-size: 15px;
	cursor: pointer;
}
.forgotsubmit:hover
{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.forgottenpassword label
{
	width:20%;
	float:left;
    font-size: 14px;
    font-weight: 500;
	position:relative;
    text-align: left;
	line-height:40px;
	text-transform: capitalize;
    padding-left: 20px;
}
/* .forgottenpassword label:after
{
	content:':';
	font-family:'FontAwesome';
	color: #222;
	position:absolute;
	right:0px;
	top:0px;
} */
.forgottenpassword_fields
{
	background-color: white;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #000333;
    display: block;
    padding: 15px 15px;
    width:78%;
	float:right;
	border-radius: 0px;
    word-break: normal;
    font-size: 14px;
}
.fieldset {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.image{width: 100%; display: block; position: relative;}
.image span {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 24px;
    z-index: 9;
    opacity: 0;
    transform: scale(0.4) translate(-50%, -50%);
    visibility: hidden;
    transition: .5s ease;
    transition-delay: .5s;
}

.image:hover span {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translate(-50%, -50%);
}

.image span:hover {
    color: #ca953b;
}

.image:before {
    background: rgba(53, 53, 53, 0.56);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(75deg) translateZ(0px);
    z-index: 3;
    opacity: 0;
}

 .image:hover:before{
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition-delay: 0.1s; 
    opacity: 1;
}


.contact_pop{ 
  width:100%;height:100%;position:fixed;top:0;left:0;
  background:rgba(0, 0, 0, 0.5);
  z-index:99999999999;display: none;}
.contact_content{
    width: 700px; display: table; margin: auto;
    margin-top: 8%; position: relative;
    background-color: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); 
    border-radius: 15px;
}
.contactpopbx{
    display: table;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 50px 20px 20px;
}
.contactpopbx h3{color: #ef8e21; font-size: 24px; margin-bottom: 40px;
 font-weight: 600; position: relative;}
.contactpopbx h3:before{
    position: absolute;
    left: calc(50% - 30px);
    bottom: -20px;
    width: 60px;
    height: 2px;
    background-color: #ccc;
    content: ""
}
.contactpopbx h2{color: #ec0345; font-size: 42px;}
.contactpopbx p{font-size: 18px; color: #000;}
.pop_content_addr { width:700px;}
.popuplogo{
    position: fixed;
    left: 5%;
    top: 5%;
}
.popuplogo img{width: 200px; display: block;}
.close_btn { 
  color: #92a1b3;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 40px;
    top: 40px; z-index: 999999;
}
.close_btn1{top: 15px; right: 20px;}
.close_btn img{width: 30px; display: block;}
.close_error_btn { 
    color: #dcdcdc;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.menubox ul#accordion{list-style: none;  margin: auto; 
	margin-bottom: 30px;
  }
  .menubox .accordion {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  text-align: left;
  
  }
  
  .menubox .accordion .link {
  cursor: pointer;
  display: block;
  padding: 10px 55px 10px 15px;
  color: #ef8e21;
  font-size: 32px;
  /* font-weight: 600; */
  /* box-shadow: 0 2px 10px -2px rgba(0,0,0,0.2),0 20px 60px -10px rgba(0,0,0,.3); */
  /* box-shadow: 0 2px 4px rgba(0,0,0,.1); */
  border: 4px solid #4e4e4e;
  background-color: var(--section-bg-color);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  
  margin-bottom: 0px;
  
  width: 100%;
  }
  
  .menubox .accordion .link:before{
  position: absolute;
  right: 22px;
  top: 22px;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url('../images/down-arrow.png');
  background-repeat: no-repeat;
  background-size: 25px;
  }
  .menubox .accordion li.open .link:before {background-image: url('../images/up-arrow.png');}
  
  
  
  .menubox .accordion li.open .link { /* color: #fff; background-color: #c1272d; border-color: #c1272d; */}
  
  /* .menubox .accordion li.open i { color: #fff; } */
  
  .menubox .accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  }
  
  .menubox .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  list-style: none;
  width: 100%;
  padding: 30px 30px 15px;
  margin:0;
  background-color: #4e4e4e;
  /* margin-bottom: 10px; */
  }
  
	  .flyer_pop {width:100%;height:100%;top:-100%;left:0;z-index:99999;background:rgba(0,0,0,0.25);text-align:center;padding:10px;overflow:hidden;position:fixed;transition:all 2s;}
  .flyer_pop.open {top:0;transition:all 2s;}
  .flyer_pop.hideit {top:100%;transition:all .5s;}
  .flyer_img {width:100%;max-width:600px;display:table;margin:30px auto;position:relative;}
  .flyer_img img {width:100%;margin-bottom:20px;display:block;}
  .flyer_close {position:absolute;top:0px;right:0px;border-radius:50px;width:40px;font-weight:600;font-size:20px;background:#f9b126;color:#fff;text-align:center;line-height:40px;cursor:pointer;}
  
  .menuboxcat1{
      width: 100%;
    display: table;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
       }

  .leftmenubox{width: 60%; float: left; display: inline-block; padding-right: 30px;}
  .rightmenubox{width: 40%; float: right; 
  	position: sticky;
	-webkit-position: sticky;
	-moz-position: sticky;
	-o-position: sticky;
	-ms-position: sticky;
	top: 100px;
	right: 0;
  }
span.price1{font-size: 18px; color: #000;}
  
  
  
  
/*login_popup*/
.login_pop, .new_address_bill, .new_address_shipp, .edit_address_pop, 
.prescriptions_pop, .po_error_pop, .notifypop { 
  width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.65);
  z-index:99999;display: none;}
.pop_content { width:400px;display: table;margin-top:10%;
  margin-left:auto;margin-right:auto;position:relative; 
  background-color: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); border-radius: 4px; }
.pop_content_addr { width:700px;}
.close_btn { 
  color: #000;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 10px; z-index: 999999;
}
.close_error_btn { 
    color: #dcdcdc;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.ok_btn { 
    color: #6B6B6B;
    cursor: pointer;
    font-size: 12px;
    padding:4px 8px;
  border:1px solid #B6B6B6;
  border-radius:4px;
  text-decoration:none;
}
.pop_hd { font-size:30px;color:#000333;padding-bottom:10px; }
.login_box, .reg_box , .fpwd_box, .enquiry_box, .track_box { float:left; padding:15px;
  display:block; width: 100%;}

.error_box{ width:600px;margin-top:12%;text-align:center;color:#FF6600; }

.new_address1 .pop_content{margin-top: 10%; height: auto;}
input.ptxt, textarea.ptxt{max-width:100% !important;}


.login_pop_left{
  float: left;
  display: table;
  width: 305px;
  height: 100%;
  background-color: #00b9f5;
  padding: 45px 35px;
}
.login_pop_left .img{
  clear: both;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;  
}
.login_pop_left .hd1{
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.login_pop_left ul{
  clear: both;
  width: 100%;
  display: block; 
}
.login_pop_left ul li{
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;  
}
.login_pop_left ul li i{
  margin-right: 5px;
  font-size: 14px;  
}


.login_pop_rt{
  width: 100%;
}
.pop_box_hd1{
  width: 100%;
  text-align:center;
  font-size: 16px;
  color: #000;
  display: table; 
  margin-bottom: 10px;
  margin-top: 15px;
}
.pop_box_hd1 label{color: #ef8e21; font-weight: 700; cursor: pointer;}
.pop_box_hd2{
  width: 100%;
  text-align:center;
  font-size: 28px;
  color: #ef8e21;  
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "freight-big-pro";
  text-transform: uppercase
}


form.login_frm { color:#000000;padding:10px;}
label.ptxt { width:100%;font-size:14px;color:#000;text-align:left;margin:10px 0 ;height:40px; }
input.ptxt, textarea.ptxt { 
  background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    margin: 0 0 6px;
    padding: 0 15px;
    height: 42px;
    width: 100%;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input.ptxt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
.latestnew_txt{
  background-color: #fff;
    border: 1px solid #ededed !important;
    border-radius: 4px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    margin: 0 0 6px;
    max-width: 180px;
    float: right;
    display: inline-block;
    margin-top: 5px;
    padding: 6px 10px 6px 13px;
    width: 100%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.captchatxt{
  max-width: 180px;
    float: right;
}
.captchatxt2{
  max-width: 60%;
    float: right;
    margin-right: 20%;
}
.latestnew_txt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}
/*.reg_box , .fpwd_box{ display:none; }*/
input.pbtn {padding: 0 20px; height:38px;
  background:#ce0812;color:#fff;float:right;border:none;cursor:pointer; 
  font-size: 16px; font-weight: 400; line-height: 38px; float: none;
  transition: all 0.3s ease 0s; text-transform: uppercase; border-radius: 0px;
  width: 100%; clear: both; box-shadow: 0 2px 8px #d4d5d9;
}
input.pbtn:hover{background-color: #ef8e21;}
input.pbtn2 {margin: 15px auto 0; display: table;}
label.fbtn { font-size:12px;text-decoration:none; font-weight: 400;
  color:#000;margin:0px 0px;cursor:pointer; height: 38px; line-height: 38px; 
  text-align: center; width: 100%;}
.pop_name{
  clear: both;
  width: 100%;
  display: table; 
  margin-bottom: 5px;
}
.pop_name label{
  font-weight: 300;
  color: #666;
  font-size: 14px;  
}
.pop_name label span{
  margin-left: 5px;
  color: #F00;  
}

.formterms{
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.formterms input{position: relative; top: 2px; margin-right: 3px;}
.formterms a{
	text-decoration: none;
	color: #f86402;
}
/*login_popup*/  
.contactform {
  clear: both;
  width: 100%;
  display: table;
}
.contactform h2 {
  color: #f4af16;
  font-size: 32px;
  position: relative;
  font-weight: 700;
  margin-top: 0;

  margin-bottom: 15px;
}
.contactform h3 {
  color: #cc020d;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  margin-top: 0;

  margin-bottom: 15px;
}
.contactform p {
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  margin-top: 0;

  margin-bottom: 35px;
}
.contactform input.form-control,
.contactform textarea.form-control {
  background-color: #fff;
    height: 70px;
    margin-bottom: 15px;
    color: #000;
    border-radius: 0;
    border: 0;
    padding: 0 30px;
    font-size: 15px;
        border: 1px solid #ccc;
    border-radius: 10px;
}
.contactform textarea.form-control {
  height: 150px;
  padding: 30px;
  display: block;
}
textarea::-webkit-input-placeholder {
  color: #fff;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

textarea:-ms-input-placeholder {
  color: #fff;
}
.contactform input.btn {
  border: 0;
  text-transform: uppercase;
  background-color: #ef8e21;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s;
  margin-top: 15px;
  color: #fff;
    width: 100%;
  padding: 0 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 50px;
  line-height: 50px;
      font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    box-shadow: 0 2px 8px #d4d5d9;
}

.contactform input.btn:hover {
  background-color: #fff;
  color: #ef8e21;
}
@media only screen and (min-width: 240px) and (max-width: 960px) {
    
  .menubox {
    display: block;
    padding: 80px 10px;
  }
  .leftmenubox {
    width: 100%;
    display: block;
  }
  .rightmenubox {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
  }
  .checkqtydiv {
    right: 20px;
    top: 70px;
  }
  .leftmenubox h3 {
    font-size: 16px;
    width: 70%;
  }
  .leftmenubox p {
    font-size: 18px;
  }
  .menuitem1 .image-checkbox {
    min-height: 115px;
  }
  .menuboxcat1 {
    display: block;
    padding-right: 0;
  }
  .leftmenubox {
    padding: 0;
  }
  .menubox .accordion .link {
    font-size: 18px;
  }
  .menubox .accordion .link::before {
    top: 10px;
    background-size: 25px;
  }
  .rightmenubox {
    padding: 20px;
  }
  .tablecheckqtydiv {
    top: auto;
    right: auto;
  }
  .table h3 {
    font-size: 14px;
    padding-right: 20px;
  }
  span.price1 {
    font-size: 14px;
  }

  .standard-image__image1,
  .standard-image__content1,
  .standard-image__image2 {
    width: 100%;
    clear: both;
    max-width: 100%;
  }
}