@charset "utf-8";
/* CSS Document */


#signin_box {
  padding: 0 15px;
  width: 94%;
  height: 100%;
  top: 0;
  background-color: #fff;
  border-left: solid #900 0;
  position: fixed;
  right: 0;
  z-index: 21;
  display: none;
  -webkit-box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
  box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
}

#signinbox {
  width: 100%;
  border-radius: 5px;
  position: static;
  background-color: #FFF;
  min-height: 350px;
  padding: 15px;
}

#cartshadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 20;
  display: none;
  top: 0;
}

#headingbox {
  width: 100%;
  height: 100px;
}

#signin_header {
  font-size: 22px;
  color: #333;
}

#signin_from_box {
  width: 100%;
  height: 100%;
}

.signin_input_wrapper {
  margin-top: 25px;
}

.signin_input {
  width: 95%;
  padding: 10px;
  padding-left: 0;
  border: solid #CCC 1px;
  outline: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.signinotp_input {
  width: 95%;
  padding: 10px;
  padding-left: 0;
  border: solid #CCC 1px;
  outline: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 20px;
}

#signinotpbtn {
  width: 98%;
  padding: 12px 0 12px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
  background-color: #C00;
  border-radius: 4px;
  margin-top: 20px;
}

#signincnfotpbtn {
  width: 98%;
  padding: 12px 0 12px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 20px;
  color: #FFF;
  background-color: #C00;
  border-radius: 4px;
  margin-top: 20px;
}

/* .resendotp{ position:absolute; color:#F00; top:247px; right:38px; font-size:12px; cursor:pointer;} */
#terms-signin {
  font-size: 16px;
  width: 98%;
  margin-top: 30px;
  text-align: center;
  color: #666;
}

#terms-signin a {
  color: #F00;
}

#error_wrapper {
  width: 97%;
  padding: 8px 0 8px 0;
  text-align: center;
  background-color: #EBF2FE;
  border: solid #C5E4FE 1px;
  margin-top: 18px;
  display: none;
}

#error_wrapper span {
  font-size: 14px;
}

.cartheading {
  font-size: 22px;
  padding: 27px 0 0 10px;
  font-weight: normal;
  float: left;
}

/* .closeicon{ font-size:30px; color:#F00; float:right; margin:25px 10px 0 0; font-weight:normal; cursor:pointer;} */
.sigcloseicon {
  font-size: 30px;
  color: #F00;
  float: right;
  margin: 25px 0 0 0;
  font-weight: normal;
  cursor: pointer;
}

.forgotbox {
  width: 97%;
  height: auto;
  margin: -10px 0 0 0;
  padding: 10px 5px 10px 5px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
}

.forerror {
  color: #F00;
  font-size: 12px;
}

.loginotpbox {
  text-align: center;
  letter-spacing: 20px;
  font-size: 14px;
  font-weight: bold;
}

/*Shoping Cart*/

.cart_icon {
  color: #c60001;
  font-size: 18px;
  margin-right: 0;
  cursor: pointer;
}

#cart_box {
  width: 32%;
  height: 100%;
  background-color: #FFF;
  border-left: solid #900 0;
  position: fixed;
  right: 0;
  z-index: 21;
  display: none;
  -webkit-box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
  box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
  /*-5px 0 74px rgb(0 0 0 / 80%)*/
}

#cartshadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 20;
  display: none;
}

#headingbox {
  width: 100%;
  height: 100px;
}

.cartheading {
  font-size: 22px;
  padding: 27px 0 0 10px;
  font-weight: normal;
  float: left;
}

/* .closeicon{ font-size:30px; color:#F00; float:right; margin:25px 10px 0 0; font-weight:normal; cursor:pointer;} */

#cartloader {
  margin-left: 32%;
  margin-top: 30%;
}

#cartorders {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #F5F5F5;
}

#cartorderbox {
  width: 93%;
  height: 80%;
  margin: 0 auto;
  background-color: #FFF;
  margin-top: 10px;
  padding: 4px 0 0 8px;
}

#cartbottombox {
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
}

.cartamount {
  width: 40%;
  color: #F00;
  font-size: 22px;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

.cartbtn {
  width: 35%;
  float: right;
  text-align: center;
  background-color: #C00;
  padding: 17px 0 16px 0;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
}

.cartbtn:hover {
  background-color: #00a651 !important;
  border-color: #00a651 !important;
  color: #fff !important;
}

#addcartbtn {
  position: relative;
  padding: 8px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: title-font;
  /* font-weight: 900;*/
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  background-color: #C00;
  box-shadow: var(--shadow-color) 2px 2px 22px;
  border-radius: 4px;
  z-index: 0;
  overflow: hidden;
  margin-top: 2px;
}

/* #cartcount{ padding:4px;  color:#FFF; position:absolute; margin-top:-20px; margin-left:22px; font-size:11px; border-radius:2px; } */


#cartitems {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 500px;
  overflow-y: scroll;
}

#cartitems::-webkit-scrollbar {
  width: 5px;
  background: #F0F0F0;
}

#cartitems::-webkit-scrollbar-thumb {
  background-color: #C00;
  border-radius: 5px;
}


#cartitems li {
  height: auto;
  border-bottom: solid #EAEAEA 1px;
  padding: 5px;
  margin-bottom: 5px;
  padding-left: 0;
}

.snocart {
  font-family: title-font;
  font-size: 15px;
  background-color: #F2F2F2;
  float: left;
  padding: 5px 8px 5px 8px;
  margin-right: 10px;
}

.carttitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
  float: left;
}

.cartremove {
  font-family: Arial, Helvetica, sans-serif;
  color: #900;
  float: right;
  padding-top: 8px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 16px;
}

.cartremove1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #900;
  float: right;
  padding-top: 8px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 16px;
}

#cartrow {
  width: 100%;
  display: flex;
}

.cartprice {
  margin-top: 10px;
  margin-left: 35px;
  color: #DF0000;
  font-size: 14px;
  padding: 3px;
  float: right;
}

#cartweight {
  color: #DF0000;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  border: solid #CCC 1px;
  border-radius: 5px;
  border-radius: 2px;
  padding: 3px;
}

#nocart {
  width: 30%;
  padding: 15px;
  margin: 0 auto;
  background: none;
  border-radius: 3px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 100px;
}

#cartempty {
  display: none;
  width: 30%;
  padding: 15px;
  margin: 0 auto;
  background-color: #F8F8F8;
  border-radius: 3px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
}

#cartemptyfinal {
  display: none;
  width: 30%;
  padding: 15px;
  margin: 0 auto;
  background-color: #F8F8F8;
  border-radius: 3px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}

#cartemptyfinal1 {
  display: nones;
  width: 30%;
  padding: 15px;
  margin: 0 auto;
  background-color: #F8F8F8;
  border-radius: 3px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
}


#checkoutbox {
  margin: 0 auto;
  background-color: #FFF;
  overflow: hidden;
  padding: 0;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 20px;
}

#checkoutitems {
  width: 95%;
  float: none;
  margin: 0 auto;
}

#checkoutdata {
  width: 100%;
  padding: 5px;
}

#checkoutheading {
  width: 80%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  float: left;
}

#checkoutcartitems {
  width: 98%;
  overflow: auto;
  padding-top: 15px;
  margin: 0 auto;
}

#cartitemsfinal {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 400px;
  overflow-y: scroll;
}

#cartitemsfinal::-webkit-scrollbar {
  width: 5px;
  background: none;
}

#cartitemsfinal::-webkit-scrollbar-thumb {
  background-color: #C00;
  border-radius: 5px;
}

#cartitemsfinal li {
  height: 70px;
  border-bottom: solid #EAEAEA 1px;
  padding: 5px;
  margin-bottom: 5px;
  padding-left: 0;
}

#cartitemsfinal li:last-child {
  border: none;
}

#cartbottomboxfinal {
  width: 97%;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
  position: absolute;
  margin-top: 232px;
  margin-left: -14px;
}

#cartbottomboxfinal1 {
  width: 97%;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -1px 4px 2px rgba(0, 0, 0, 0.14);
  position: absolute;
  margin-top: 30px;
  margin-left: -8px;
}

.cartfinalamount {
  width: 35%;
  color: #F00;
  font-size: 22px;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

#checkoutaddress {
  width: 96%;
  float: none;
  margin: 0 auto;
}

#addressheading {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  margin-top: 10px;
}

#confirmaddress {
  width: 100%;
  padding: 5px 0 0 0;
  text-transform: capitalize;
  color: #333;
  line-height: 22px;
}

#addressbar {
  width: 100%;
  padding: 10px 0 10px 0;
}

.sameaddress {
  font-size: 12px;
  padding: 5px 0 5px 0;
  margin-left: -5px;
}

#mrpss {
  float: left;
  color: #F00;
  font-weight: bold;
  font-family: title-font1;
  text-align: left;
  margin-bottom: 20px;
}

#mrpss span {
  font-size: 19px;
}

.inputadd {
  width: 90%;
  height: 70px;
  outline: none;
}

#itemsleft1_cart {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
  margin-top: 55px;
}

#itemtype {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
}

#mobilecart {
  position: absolute;
  top: 5px;
  width: 30px;
}

.cart_icon {
  color: #c60001;
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}

#cart_box {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-left: solid #900 0;
  position: fixed;
  right: 0;
  z-index: 21;
  display: none;
  -webkit-box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
  box-shadow: -30px -1px 32px -11px rgba(0, 0, 0, 0.3);
  /*-5px 0 74px rgb(0 0 0 / 80%)*/
}

/* #cartcount{ display:none; padding:4px;  color:#FFF; position:absolute; margin-top:-20px; margin-left:22px; font-size:11px; border-radius:2px; font-family:title-font;} */
#cartcount1 {
  display: none;
  padding: 2px 4px 2px 4px;
  background-color: #504f4f;
  color: #FFF;
  position: absolute;
  margin-top: -18px;
  margin-left: 20px;
  font-size: 11px;
  border-radius: 2px;
  font-family: title-font;
}

.cartfinalamount {
  width: 35%;
  color: #F00;
  font-size: 22px;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

/*End*/


#acccess_btns {
  position: absolute;
  margin: 0;
  right: 20px;
}

#acccess_btns span {
  cursor: pointer;
  text-transform: capitalize;
}

#accessbtn {
  padding: 11px;
  color: #FFF;
  cursor: pointer;
  float: right;
  text-align: center;
  margin-top: -5px;
  margin-right: -5px;
  border-radius: 2px;
  text-transform: uppercase;
  background-color: #C00;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-sizing: border-box;
}

#accessbtn:hover {
  background-color: #333;
  color: #FFF;
}

.forpass {
  color: #06F;
  cursor: pointer;
}


#orderbox1 {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  clear: both;
  margin-bottom: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
  height: auto;
  margin-top: 50px;
  display: none;
  text-align: center;
}

#orderbox1 #form {
  float: none;
  width: 100%;
  text-align: left;
  margin-top: 0;
}

#orderbox1 input {
  padding: 12px;
  outline: none;
  margin-top: 10px;
  width: 90%;
  border: solid #CCC 1px;
}

#orderbox1 select {
  padding: 12px;
  outline: none;
  margin-top: 12px;
  border: solid #ccc 1px;
  width: 97.5%;
}

#orderbox1 p {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
  text-align: left;
}

#orderbox1 #call {
  width: 100%;
  float: none;
  margin-top: 10px;
  font-size: 22px;
  color: #000;
  text-align: left;
}

#price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #C00;
  padding: 10px 0 0 20px;
  margin: 0;
  width: 210px;
  float: left;
  font-weight: 600;
}

#price span {
  font-size: 16px;
}

#price1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #C00;
  padding: 10px 0 0 0;
  margin: 0;
  width: 210px;
  float: left;
  font-weight: 600;
  margin-left: -10px;
}

#price1 span {
  font-size: 16px;
}

.mrps {
  margin-left: 10px;
  font-weight: normal;
  color: #333;
}

.mrps span {
  text-decoration-line: line-through;
}

.mrps i {
  margin-right: 3px;
}

.fa-rupee-sign {
  font-size: 10px;
  margin-right: -2px;
}

.offerprice {
  color: #060;
  font-weight: bold;
  float: right;
}

#mrps {
  width: 45%;
  height: auto;
  float: left;
  color: #F00;
  font-weight: bold;
  font-family: title-font1;
  text-align: left;
  margin-bottom: 20px;
}

#mrpss {
  width: 62%;
  float: left;
  color: #F00;
  font-weight: bold;
  font-family: title-font1;
  text-align: left;
  margin-bottom: 5px;
  margin-left: -10px;
}

#mrpss1 {
  width: 45%;
  float: left;
  color: #F00;
  font-weight: bold;
  font-family: title-font1;
  text-align: left;
  margin-bottom: 10px;
}

#mrps span {
  font-size: 22px;
}

#mrpss span {
  font-size: 25px;
}

#offerdiv {
  float: right;
  margin-right: 120px;
  margin-top: 12px;
}

.mrps {
  margin-left: 5px;
  font-weight: normal;
  color: #333;
}

.mrps span {
  text-decoration-line: line-through;
}

.mrps i {
  margin-right: 3px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  letter-spacing: .4px !important;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: title-font;
  src: url(../fonts/AVGARDN.TTF),
    url(../fonts/AVGARDNI.TTF);
}


@font-face {
  font-family: content-font;
  src: url(../fonts/trebuc.ttf),
    url(../fonts/trebuc.ttf);
}

@font-face {

  src: url(../fonts/ABALC.TTF),
    url(../fonts/ABALC.TTF);
}

@font-face {
  font-family: item-heading;
  src: url(../fonts/calibri.ttf),
    url(../fonts/calibri.ttf);
}


@font-face {

  src: url(../fonts/calibri.ttf),
    url(../fonts/calibri.ttf);
}

@font-face {
  font-family: title-font1;
  src: url(../fonts/ITC.TTF);
}

@font-face {
  font-family: reviews;
  src: url(../fonts/Diner.TTF);
}

:root {
  /* --text-color: hsla(210, 50%, 85%, 1);
  --shadow-color: hsla(210, 40%, 52%, .4);
  --btn-color: rgb(0, 0, 0);
  --btn1-color: #000;
  --bg-color: #141218;*/
}

/*
* {
  box-sizing: border-box;
}
*/

button {
  position: relative;
  padding: 10px 20px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;

  font-family: title-font;
  /* font-weight: 900;*/
  text-transform: uppercase;
  font-size: 16px;
  color: var(--text-color);

  background-color: var(--btn-color);
  /*box-shadow: var(--shadow-color) 2px 2px 22px;*/
  border-radius: 4px;
  z-index: 0;
  overflow: hidden;

}

#orderfinal {
  position: relative;
  padding: 8px;
  border: none;
  background: none;
  cursor: pointer;

  font-family: title-font;
  /* font-weight: 900;*/
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  ;

  background-color: #C00;
  box-shadow: var(--shadow-color) 2px 2px 22px;
  border-radius: 4px;
  z-index: 0;
  overflow: hidden;
  margin-top: 10px;

}

#orderfinal:hover {
  background-color: #333;
  color: #FFF;
}

.savebtn {
  padding: 15px 25px 15px 25px;
  color: #FFF;
  cursor: pointer;
  border-radius: 2px;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  background-color: #C00;
}

.savebtn:hover {
  background-color: #333;
  color: #FFF;
}

/*#orderfinal {
  position:relative;
  padding: 8px 15px 10px 15px;  
  border: none;
  background: none;
  cursor: pointer;
  
  font-family:title-font;
 /* font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;  
  color: var(--text-color);
  
  background-color:#C00;
  box-shadow: var(--shadow-color) 2px 2px 22px;
  border-radius: 4px; 
  z-index: 0;  
  overflow: hidden;

}
*/

/*button:focus {
  outline-color: transparent;
  box-shadow: var(--btn-color) 2px 2px 22px;
}


.right::after, button::after {
  content: var(--content);
  display: block;
  position: absolute;
  white-space: nowrap;
  padding: 40px 40px;
  pointer-events:none;
  
}

#orderfinal::after{
  font-weight: 200;
  top: -30px;
  left: -25px;
}

button::after{
  font-weight: 200;
  top: -30px;
  left: -20px;
} 

.right, .left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.right {
  left: 66%;
}
.left {
  right: 66%;
}
.right::after {
  top: -30px;
  left: calc(-66% - 20px);
  background-color:#090;
  color:transparent;
  transition: transform .4s ease-out;
  transform: translate(0, -90%) rotate(0deg)
}

button:hover .right::after {
  transform: translate(0, -47%) rotate(0deg)
}

button .right:hover::after {
  transform: translate(0, -50%) rotate(-7deg)
}

button .left:hover ~ .right::after {
  transform: translate(0, -50%) rotate(7deg)
}*/

/* bubbles 
button::before {
  content: '';
  pointer-events: none;
  opacity: .6;
  background:
    radial-gradient(circle at 20% 35%,  transparent 0,  transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px),
    radial-gradient(circle at 75% 44%, transparent 0,  transparent 2px, var(--text-color) 3px, var(--text-color) 4px, transparent 4px),
    radial-gradient(circle at 46% 52%, transparent 0, transparent 4px, var(--text-color) 5px, var(--text-color) 6px, transparent 6px),
    radial-gradient(circle at 86% 18%, transparent 0, transparent 4px, var(--text-color) 5px, var(--text-color) 6px, transparent 6px),	
	radial-gradient(circle at 36% 22%, transparent 0, transparent 4px, var(--text-color) 5px, var(--text-color) 6px, transparent 6px);

  width: 100%;
  height: 300%;
  top: 0;
  left: 0;
  position: absolute;
  animation: bubbles 2s linear infinite both;
}

@keyframes bubbles {
  from {
    transform: translate();
  }
  to {
    transform: translate(0, -66.666%);
  }
}

*/
#orderform input::placeholder {
  /* Firefox, Chrome, Opera */

  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.text-marquee {
  position: relative;
  display: block;
  overflow: hidden
}

.text-marquee .text-marquee__text {
  white-space: nowrap;
  color: #FFF;
}

/*start*/
#Meatmain {
  width: 100%;
  height: auto;
  /* background-image:url(../images/Meatbg.jpg);*/
}

#fssai {
  width: 156px;
  height: 50px;
  position: absolute;
  right: 10%;
}

#ctlheader {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}

/* #header{width:100%; background-color:#eaeaea; height:22px;} */

#logobar {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.19);
  background-color: #FFF;
  position: relative;
  clear: both;
  z-index: 5;
}

#mmlogo {
  width: 60%;
  float: none;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

#mmlogo img {
  margin-left: 0;
}

#logobox {
  width: 90%;
  height: auto;
  margin: 0 auto;
}


/*#mmlogo{ width:24%; float:left; background-color:#fff;}
#mmlogo img{ margin-left:10px;}*/
#locations {
  margin-top: 10px;
  height: auto;
  float: left;
  text-align: center;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  margin-left: 250px;
  display: none;
}

#locations p {
  padding: 8px;
  margin: 0;
  color: #F00;
}

#locations span {
  font-size: 14px;
  font-weight: normal;
}

#loc {
  width: 50%;
  float: left;
}

locations #links a {
  color: #333;
  font-size: 12px;
  margin-top: 2px;
}

#links a:hover {
  color: #C00;
}


#loginbox {
  margin-top: 20px;
  height: auto;
  float: left;
  text-align: center;
  background-color: #FFF;
  float: right;
  margin-right: 20px;
  text-transform: capitalize;
  display: none;
}

#loginbox p {
  padding: 8px;
  margin: 0;
  color: #F00;
}

#loginbox span {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}

#scroll p {
  font-size: 12px;
  color: #666;
  padding: 2px 0 2px 0;
  margin: 0;
  display: none;
}

#scroll span {
  color: #900;
  font-size: 14px;
  font-weight: normal;
}

#menubox {
  width: 100%;
  height: auto;
  background-color: #00a651;
  float: left;
  text-align: left;
}

#menus {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#menus ul {
  padding: 0;
  margin: 0;
}

#menus ul li:first-child {
  border: none;
}

#menus ul li {
  display: inline-block;
  text-align: center;
  padding: 0 10px 0 10px;
  vertical-align: middle;
  border-left: solid #CCC 1px;
}

#menus ul li img {
  display: block;
  margin: 5px auto;
  width: 60px;
}

#menus ul li a {
  display: inline-block;
  font-family: title-font;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  padding: 10px 0;
  text-decoration: none;
}

#menus ul li a:hover {
  color: #f00;
}

#sliders {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.19);
  position: relative;
  top: 180px;
}

.customer_comments {
  border: solid #F60 3px;
  height: 125px;
  padding: 5px;
  margin-top: 150px;
}

#customer_title {
  position: absolute;
  margin-top: -25px;
  font-size: 20px;
  margin-left: 19%;
  padding: 5px 10px 5px 10px;
  background-color: #FFF;
  color: #000;
}

.comments {
  width: 100%;
  padding: 5px;
  float: left;
  height: 90px;
  overflow-y: scroll;
  background-color: #FFF;
  border: solid #EAEAEA 1px;
  list-style: none;
  border-radius: 5px;
  margin: 20px 6.3px 0 5px;
}

.comments li {
  margin: 0;
  padding: 0;
}

.comments li h3 {
  padding-bottom: 5px;
  font-size: 14px;
  color: #333;
  margin: 0 0 0 0;
  text-align: left;
  padding: 0 0 5px 0;
  font-family: title-font1;
}

.comments li div {
  max-height: 65px;
  width: 95%;
  margin: 0 auto;
}

.comments li h4 {
  font-size: 12px;
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 22px;
}

#mixedSlider .MS-content .item {
  width: 360px;
}

.comments::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}

.comments::-webkit-scrollbar-thumb {
  background-color: #C00;
  border-radius: 5px;
}



#leftbox {
  width: 100%;
  height: auto;
  /* float:left;*/
}

#orderno {
  width: 25%;
  padding: 5px;
  text-align: center;
  padding-top: 0;
  float: left;
  text-align: left;
}

#orderno h1 {
  font-family: title-font;
  font-size: 30px;
  color: #FF0;
  padding: 0;
  padding-top: 0;
  margin: 0;
}

#notes {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
}

#scroll {
  width: 100%;
  padding: 0;
  text-align: center;
  float: left;
  padding-top: 0;
  background-color: #FFF;
}

/* #scroll h1{  font-size:10px; color:#333; padding:0;margin:0; font-weight:normal;} */

#location {
  width: 30%;
  padding: 5px;
  text-align: center;
  padding-top: 0;
  float: right;
  text-align: right;
}

#location h1 {
  font-family: title-font;
  font-size: 36px;
  color: #FF0;
  padding: 0;
  padding-top: 0;
  margin: 0;
}

#ordernodevice {
  width: 100%;
  text-align: center;
  height: 200px;
  display: none;
}

#titles {
  width: 100%;
  height: 140px;
  margin-top: 100px;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#titles h1 {
  font-family: title-font;
  font-size: 20px;
  color: #FFF;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#titles h2 {
  font-family: title-font;
  font-size: 91px;
  color: #FFF;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#Meatimg {
  width: 100%;
  height: 150px;
  /*background-image:url(../images/Meat.png); background-repeat:no-repeat;*/
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  background-position: center;
}

#orderform {
  width: 30%;
  border-radius: 15px;
  background-color: #fff;
  height: 28px;
  padding: 5px;
  margin: 0 auto;
  margin-top: 10px;
  float: right;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}

#orderform input {
  margin-top: 0;
  width: 137px;
  height: 20px;
  padding: 5px;
  background-color: #fff;
  border: solid #CCC 0px;
  outline: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

#quot {
  width: 100%;
  text-align: center;
}

#quot h1 {
  font-size: 35px;
  color: #FFF;
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
}

#body {
  width: 99%;
  margin: 0 auto;
  height: auto;
  background-color: #f3f3f3;
  margin-top: 0;
}

#itemsleft {
  width: 100%;
  height: auto;
  float: none;
  margin-bottom: 0;
  margin-top: 135px;
}

#itemsleft1 {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
}

/*#itemtype{ width:99%; margin:0 auto; height:auto; padding:0; background-color:#FFF; margin-bottom:20px;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);}*/
#itemtype h1 {
  font-family: title-font;
  font-size: 28px;
  color: #000;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

#itemtype p {
  font-size: 14px;
  font-weight: 100;
  color: #26262699 !important;
  padding: 0 5px 0 0;
  margin: 0;
  line-height: 20px;
}

#Meatitem_box {
  height: 481px;
  padding: 0;
  border: solid #FFF 1px;
  margin-top: 20px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
}

/*#Meatitem_box:hover{ background-color:#E1F0FF; border:solid  #CEE7FF 1px;}*/
#Meatitem_box_img {
  width: 100%;
  height: 230px;
}

.Meatitem_box_img img {
  width: 100%;
}

/*#Meatitem_box_img img{border-top-left-radius:5px; border-top-right-radius:5px;width:385px; margin-left:-1px; margin-top:-1px;}*/
#Meatitem_box_text {
  width: 100%;
  height: auto;
  height: auto;
  padding: 0 5px 5px 0;
  margin-top: 5px;
}

#Meatitem_box_text h1 {
  font-family: item-heading;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  padding: 10px 10px 0px 10px;
  margin: 0;
  text-transform: capitalize;
}

/* #weight{font-family:mrp-regulartext-font; font-size:14px; color:#666; padding:10px 0 10px 10px; margin:0;width:130px; float:left;} */
#Meatitem_box_text p {
  font-size: 13px;
  color: #454545;
  padding: 10px 10px 10px 10px;
  margin: 0;
  line-height: 18px;
}

#price {
  font-size: 14px;
  color: #C00;
  padding: 10px 0 0 10px;
  margin: 0;
  width: 130px;
  float: left;
  font-weight: normal;
}

/*#price span{ font-size:18px;}*/
#orderbtn {
  padding: 5px;
  border: solid #C00 0px;
  background-color: #C00;
  color: #fff;
  float: right;
  text-align: center;
  margin-right: 20px;
  margin-top: 5px;
  border-radius: 2px;
  text-transform: uppercase;
}

#orderbtn:hover {
  background-color: #333;
  color: #FFF;
}

#orderbtn1 {
  padding: 8px;
  color: #FFF;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #C00;
}

#orderbtn1:hover {
  background-color: #333;
  color: #FFF;
}

#profilebtn {
  padding: 5px;
  border: solid #C00 0px;
  border-radius: 6px !important;
  background-color: #C00;
  color: #fff;
  float: right;
  text-align: center;
  margin-right: 0;
  margin-top: 5px;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 12px;
}

#profilebtn:hover {
  background-color: #333;
  color: #FFF;
}

#searchbtn {
  padding: 8px;
  border: solid #C00 0px;
  background-color: #C00;
  color: #fff;
  text-align: center;
  margin-right: 20px;
  margin-top: 5px;
  border-radius: 2px;
  text-transform: uppercase;
}

#searchbtn:hover {
  background-color: #333;
  color: #FFF;
}

/*#price h2{font-family:Verdana, Geneva, sans-serif; font-size:15px; color:#666; padding:0; margin:0;float:left;margin-right:10px; font-weight:normal;}
#price h3{font-family:title-font; font-size:25px; color:#C00; padding:0; margin:0; padding-bottom:10px;float:left;}
#price input{ width:20px; padding:5px; border:solid #CCC 1px; outline:none; text-align:center; float:left; margin-right:2px; margin-top:2px;}*/

#otherright {
  width: 23%;
  height: 500px;
  background-color: #fff;
  float: left;
  border-radius: 5px;
}

#deliverystatus {
  width: 100%;
  height: 200px;
  background-image: url(../images/order1.gif);
  background-repeat: no-repeat;
  background-position: center;
}

#Meatcuts {
  width: 100%;
  height: 600px;
  padding-top: 50px;
}

#text {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  height: auto;
  background-color: #FFF;
  padding-bottom: 490px;
  overflow: auto;
}

#text h1 {
  font-family: title-font;
  font-size: 25px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

#text p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 25px;
  color: #000;
  font-weight: normal;
}

#text1 {
  width: 95%;
  padding: 10px;
  height: auto;
  background-color: #FFF;
  padding-bottom: 20px;
}

#text1 h1 {
  font-family: title-font;
  font-size: 25px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

#text1 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 25px;
  color: #000;
  font-weight: normal;
}

#text2 {
  width: 95%;
  padding: 10px;
  height: auto;
  background-color: #FFF;
  padding-bottom: 150px;
}

#text2 h1 {
  font-family: title-font;
  font-size: 25px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

#text2 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 25px;
  color: #000;
  font-weight: normal;
}

#text3 {
  width: 95%;
  padding: 10px;
  height: auto;
  background-color: #FFF;
  padding-bottom: 150px;
}

#text3 h1 {
  font-family: title-font;
  font-size: 25px;
  padding: 0;
  margin: 0;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

#text3 p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 25px;
  color: #000;
  font-weight: normal;
}

#text3 ul {
  padding: 5px;
  margin: 0;
  list-style: none;
  background-color: #FCFAE0;
}

#text3 li {
  padding: 5px;
}

#text3 input {
  font-weight: normal;
  width: 300px;
  height: 30px;
  margin-top: 5px;
  padding: 5px;
  border: solid #999 1px;
  outline: 0;
  border-radius: 5px;
  font-size: 15px;
}

#text3 textarea {
  font-weight: normal;
  width: 500px;
  height: 150px;
  resize: none;
  margin-top: 5px;
  padding: 5px;
  border: solid #999 1px;
  outline: 0;
  border-radius: 5px;
  font-size: 15px;
}

/*#rightbox{ width:100%; height:auto; height:620px; float:rightu; background-color:#fff;}
#rightheader{ width:92%; height:60px; padding:5px 0 5px 0; border-bottom:solid  rgba(0,0,0,0.1) 1px; margin-left:30px;}
#logo{ width:250px; height:60px; background-color:#FFF; float:left;}

#righttext{font-size:20px; padding:30px;  color:#333; font-weight:normal; line-height:29px;}*/

#load {
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  text-align: center;
  padding: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  display: none;
  z-index: 7;
}

#conformbox {
  background-color: #F60;
  width: 700px;
  height: 280px;
  padding: 10px;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.35);
  border: solid 5px #FFF;
  z-index: 100;
  display: none;
}

#conmsg {
  width: 400px;
  float: left;
  font-family: title-font;
  font-size: 26px;
  color: #fff;
}

#ordercode {
  width: auto;
  height: auto;
  padding: 0;
  margin: 30px;
  background-color: #FC0;
  border-radius: 10px;
  color: #000;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.53);
}

#ordercode p {
  padding: 10px;
  color: #000;
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#conformbox img {
  width: 300px;
  float: right;
}

#close {
  width: 32px;
  height: 32px;
  background-image: url(../icons/close.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}

#Meattype {
  width: 95%;
  margin: 0 auto;
  background-color: #FFF;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 130px;
  padding-bottom: 20px;
}

#Meattype_img {
  width: 100%;
  float: none;
}

#Meattype h1 {
  font-family: title-font;
  font-size: 18px;
  color: #C00;
  font-weight: normal;
  padding: 0 0 20px 0;
  margin: 0;
  text-transform: capitalize;
  display: none;
}

#Meattype_img img {
  border-radius: 5px;
  width: 378px;
  height: auto;
}

#Meattype_details {
  width: 100%;
  height: auto;
  float: none;
  margin-bottom: 10px;
  margin-right: 20px;
}

#Meattitle {
  width: 100%;
  padding: 10px 0 10px 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  border-bottom: solid #CCC 1px;
}

#Meattitle h1 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0;
  text-transform: capitalize;
  display: block;
}

#Meattype p {
  font-size: 14px;
  color: #555555;
  padding: 20px 0 0 0px;
  margin: 0;
}

#orderbox1 p {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
  text-align: left;
}

.availability {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #666;
  border-top: solid #F5F5F5 1px;
  padding-top: 5px;
}

.fa-utensils {
  margin-left: 5px;
  margin-right: 9px;
}

.fa-concierge-bell {
  margin-left: 0px;
  margin-right: 7px;
  font-size: 16px;
}

.fa-Meat {
  font-size: 17px;
  margin-left: 1px;
}

#product_info {
  width: 100%;
  overflow: auto;
}

.headings {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0;
  text-transform: capitalize;
  display: block;
}

#loginborder {
  border-right: solid #CCC 0px;
  float: left;
  height: 350px;
  width: 5px;
  margin-top: 50px;
}

/*#Meatchart{ width:100%; height:auto; border-radius:5px; border:solid  #EAEAEA 1px; padding:5px; margin-top:20px; overflow:auto;}
#Meatchart ul{ margin:0; padding:0; list-style:none; margin-bottom:5px;margin-top:5px;}
#Meatchart li{ color:#666; padding:1px; font-size:13px; float:left;}
#Meatchart li div{ width:135px;  float:left;}
#Meatchart li .center{ padding-left:0px;}
#Meatchart li .mrp{ color:#F00; font-weight:bold;  font-size:20px;}
#Meatchart li img{ width:25px;}
#Meatchart .border{ border-bottom:solid #EFEFEF 1px; width:93%; margin:0 auto; margin-top:40px;}*/


#Meatchart {
  width: 99%;
  height: auto;
  border-radius: 5px;
  border: solid #EAEAEA 1px;
  padding: 0;
  margin-top: 20px;
  overflow: auto;
}

#Meatchart ul {
  margin: 0;
  padding: 10px 0 10px 0;
  list-style: none;
}

#Meatchart li {
  color: #666;
  padding: 0;
  font-size: 9px;
  float: left;
  padding-left: 1px;
}

#Meatchart li div {
  width: 122px;
  float: left;
}

#Meatchart li .center {
  padding-left: 0px;
}

#Meatchart li .mrp {
  color: #F00;
  font-weight: bold;
  font-size: 20px;
}

#Meatchart li img {
  width: 20px;
}

#Meatchart .border {
  border-bottom: solid #EFEFEF 1px;
  width: 93%;
  margin: 0 auto;
  margin-top: 20px;
}

.fa-utensils {
  margin-left: 5px;
  margin-right: 4px;
}

.fa-concierge-bell {
  margin-left: 7px;
  margin-right: 1px;
  font-size: 14px;
}

.chicken-icon {
  width: 12px;
  margin-left: 5px;
}



#orderview {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}

#orderview1 {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}

#mrp {
  width: 55%;
  margin: 0 auto;
  padding: 5px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #C00;
  font-weight: 600;
}

#mrp span {
  font-size: 20px;
}

#orderbtnview {
  margin: 0 auto;
  margin-top: 2px;
  padding: 5px 10px 5px 10px;
  float: left;
  color: #FFF;
  background-color: #C00;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

#duration {
  width: 90%;
  font-size: 14px;
  color: #666;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  margin-top: 10px;
}

#note {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  clear: both;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
}

#note h1 {
  font-size: 20px;
  color: #C00;
  padding: 10px;
  margin: 0;
}

#note ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  text-align: left;
}

#note li {
  font-size: 14px;
  color: #555555;
  padding: 10px;
  margin: 0;
  float: left;
}

#note img {
  width: 18px;
  margin-right: 5px;
}

#orderbox {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  margin-top: 50px;
  clear: both;
  margin-bottom: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.23);
  height: auto;
  display: block;
  text-align: left;
}

#orderbox #form {
  float: none;
  width: 100%;
  text-align: left;
  margin-top: 5px;
}

#orderbox input {
  padding: 12px;
  outline: none;
  margin-top: 12px;
  width: 90%;
  border: solid #CCC 1px;
}

.input {
  padding: 8px;
  outline: none;
  margin-right: 0;
  border: solid #999 1px;
}

.select {
  padding: 8px;
  outline: none;
  margin-right: 0;
  border: solid #999 1px;
}

.p {
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  font-size: 12px;
  color: #555555;
}

#orderbox select {
  padding: 12px;
  outline: none;
  margin-top: 12px;
  border: solid #ccc 1px;
  width: 97.5%;
}

#orderbox p {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
  color: #555555;
  text-align: left;
}

#orderbox #call {
  width: 100%;
  float: none;
  margin-top: 10px;
  font-size: 22px;
  color: #000;
  text-align: left;
}

.phone {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
  display: none;
}

.error {
  color: #F00;
  font-size: 12px;
}

.errorr {
  color: #F00;
  font-size: 12px;
}

#success {
  color: #060;
  font-size: 12px;
}

#error {
  color: #F00;
  font-size: 12px;
}

#about_parts {
  width: 80%;
  overflow: auto;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 20px;
}

#abtext {
  width: 50%;
  float: left;
  padding: 10px;
  margin: 10px;
}

#abtext h1 {
  font-size: 34px;
  padding: 0;
  margin: 0;
  color: #000;
  padding-bottom: 10px;
}

/* #abtext p{font-size:20px;  color:#666;  line-height:1.3; font-weight:normal;} */

#abtext1 {
  width: 95%;
  float: left;
  padding: 10px;
  margin: 10px;
}

#abtext1 h1 {
  font-size: 34px;
  padding: 0;
  margin: 0;
  color: #000;
  padding-bottom: 10px;
}

/* #abtext1 p{font-size:20px;  color:#666;  line-height:1.3; font-weight:normal;} */

#privacytext {
  width: 100%;
}

#privacytext h1 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #333;
  padding-bottom: 10px;
}

#privacytext p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  font-weight: normal;
}

#abimage {
  width: 40%;
  float: left;
  text-align: center;
  padding: 10px;
  margin: 10px;
}

#reasons {
  list-style: none;
  padding: 0;
  margin: 10px;
  margin-top: 30px;
}

#reasons li {
  width: 310px;
  height: 80px;
  padding: 5px;
  margin: 5px;
  float: left;
  margin-bottom: 20px;
  border: solid 0px #999;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);

}

#reasons h2 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #000;
  padding-bottom: 10px;
}

#reasons span {
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
  float: left;
  width: 230px;
}

.reasonimg {
  width: 75px;
  position: absolute;
  margin-top: -30px;
  margin-left: 5px;
}

#msg {
  padding: 5px;
  color: #060;
}

#footerfixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #C00;
  padding: 10px 0 10px 0;
}

#footerfixed h1 {
  font-size: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-family: title-font;
}

#Meatfooter {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  background-color: #00a651 !important;
  color: #FFF;
  font-family: title-font;
  clear: both;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.12);
}

#footercontent {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
  overflow: auto;
}

#footerleft {
  width: 30%;
  height: auto;
  float: left;
}

#footerright {
  width: 50%;
  height: auto;
  float: left;
  color: #666;
}

#footerright p {
  font-size: 14px;
  color: #666;
}

#footerright h2 {
  font-size: 12px;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

#footercontent h1 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  margin-left: 0;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

#footercontent ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#footercontent li {
  margin: 5px;
  margin-left: 0;
}

#footercontent li a {
  padding: 5px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  padding-left: 0;
}

#footercontent li a:hover {
  padding: 5px;
  color: #F00;
  text-decoration: none;
  font-weight: normal;
  padding-left: 0;
}

#product {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  color: #000;
  margin-top: 30px;
}

#product h1 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  margin-left: 0;
  font-weight: none;
  color: #333;
  margin-bottom: 10px;
}

#product p {
  margin-bottom: 5px;
  line-height: 24px;
  padding-top: 5px;
}

#product span {
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-left: 0;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}

#message {
  width: 100%;
  height: auto;
  color: #333;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
}

#message h1 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-left: 0;
  font-weight: none;
  color: #333;
  margin-bottom: 10px;
}

#message p {
  margin-bottom: 20px;
  line-height: 24px;
  padding-top: 0;
}

#message span {
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-left: 0;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}

#appimg {
  float: right;
  display: none;
}

#appimg img {
  width: 150px;
}

.signin {
  background-color: #c60001;
  padding: 5px;
  border-radius: 4px;
  color: #FFF;
}

.signin:hover {
  color: #fff !important;
  background-color: #c60001 !important;
}



#thankyou {
  width: 40%;
  padding: 10px;
  background-color: #090;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.47);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.47);
  border-radius: 5px;
}

#thankmsg {
  width: 100%;
  font-size: 26px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
}

#yesmark {
  width: 100%;
  font-size: 56px;
  color: #fff;
  font-family: title-font1;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
}

#confmsgbox {
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
}

#confmsgbox p {
  font-size: 16px;
  color: #fff;
  margin: 8px 0 0 0;
  padding: 0;
}

#deliveryimage {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

#mybtn {
  background-color: #FC0;
  color: #000;
  width: 105px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  display: block;
  cursor: pointer;
}

#mybtn a {
  text-decoration: none;
  color: #000;
}

/*#mobilemenu{ display:none;}*/

#mobilemenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 30px;
  font-size: 20px;
  padding: 5px;
  color: #333;
  display: block;
}

#mobileleftmenu {
  width: 55%;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

#closebtn {
  height: 30px;
  padding: 5px 0 0 0;
  float: right;
}

#closebtn .far {
  color: #F00;
  font-size: 24px;
  height: 20px;
  padding: 5px 5px 0 0;
  cursor: pointer;
}

#closebtn .far:hover {
  color: #333;
}

#mobileaccountname {
  width: 100%;
  background-color: #FFF;
  padding: 0 5px 10px 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  float: left;
}

#mobilemenuaccount {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  float: left;
}

#mobilemenulinks {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}

#mobilemenulinks li {
  border-bottom: solid #EBEBEB 1px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  display: inline;
}

#mobilemenulinks a {
  color: #333;
  display: block;
  padding: 10px;
}

#mobilemenulinks li a:hover {
  color: #fff;
  display: block;
  background-color: #CCC;
}

.active,
#mobilemenulinks li a:hover {
  background-color: #CCC;
  color: #F00;
}


#accoutnbox {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);

  margin: 0 auto;
  background-color: none;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 120px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #FFF;
}


#leftmenu {
  width: 20%;
  float: left;
  display: none;
}

#menuaccount {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

#accountname {
  background-color: #FFF;
  padding: 10px 5px 10px 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

#accountname p {
  margin: 0;
  padding: 0;
  color: #333;
}

#mobileleftmenu {
  display: none;
}

/*#loginbox1{ width:40%; height:auto; float:left; padding:2px;margin:10px; height:200px; margin-left:100px;}
#registerbox{ width:40%; height:auto; margin:0 auto; margin:10px; padding:2px; float:right;}*/

#loginbox1 {
  width: 85%;
  height: auto;
  float: none;
  padding: 2px;
  margin: 10px;
  margin: 0 auto;
  margin-top: 40px;
}

#registerbox {
  width: 85%;
  height: auto;
  padding: 2px;
  float: none;
  margin: 0 auto;
  margin-top: 25px;
}

#menulinks {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 5px;
}

#menulinks li {
  border-bottom: solid #EBEBEB 1px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
}

#menulinks a {
  color: #333;
  display: block;
  padding: 10px;
}

#menulinks li a:hover {
  color: #fff;
  display: block;
  background-color: #CCC;
}

.active,
#menulinks li a:hover {
  background-color: #CCC;
  color: #F00;
}

/*#accountdata{ width:98%;padding:2px; float:none; background-color:#FFF; height:auto; margin:0 auto;}*/

#accoutinfo {
  width: 98%;
  overflow: auto;
  padding: 5px;
  margin-top: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  margin-bottom: 30px;
}

#accoutinfo ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 140px;
}

#accoutinfo li h1 {
  font-size: 12px;
  color: #000;
  padding: 0;
  margin: 0;
}

#accoutinfo li span {
  font-size: 14px;
  color: #333;
}

#faq {
  width: 95%;
}

#faq p {}

.accounttext {
  padding: 10px;
  margin: 0;
  font-size: 15px;
  color: #333;
  line-height: 28px;
}

.accoutinput {
  margin-top: 0;
  width: 230px;
  padding: 15px;
  background-color: #F8F8F8;
  border: solid #CCC 1px;
  outline: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  border-radius: 2px;
  text-transform: capitalize;
}

.accoutinput1 {
  margin-top: 0;
  width: 200px;
  padding: 10px;
  background-color: #F8F8F8;
  border: solid #CCC 1px;
  outline: 0;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  border-radius: 2px;
}

.gender {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}

#editbtn {
  margin-left: 10px;
  color: #03F;
  cursor: pointer;
  font-size: 14px;
}

#suggestiontable {
  border: solid #EEE 0px;
  border-radius: 5px;
  width: 100%;
  margin-top: 5px;
}

#suggestiontable td {
  border: solid #EEE 0px;
}

.orderscount {
  margin-bottom: 10px;
  color: #333;
  font-size: 11px;
}

#profiletable {
  border: solid #EEE 0px;
  border-radius: 5px;
  margin: 5px;
}

#profiletable td {
  border: solid #EEE 0px;
}

#suggestions {
  width: 350px;
}

#ordertable {
  border: solid #EEE 0px;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}

#ordertable td {
  border: solid #EEE 1px;
}

.chartheads {
  color: #FFF;
  font-size: 12px;
}

.charttitle {
  color: #333;
  font-size: 12px;
}

#search_bar {
  margin: 5px;
  margin-top: 0;
  padding-top: 0;
  padding: 5px;
  margin-left: 0;
}

.datesearch {
  width: 100px;
  padding: 10px;
  border-radius: 2px;
  border: solid #CCC 1px;
  outline: none;
  color: #666;
}

.accountheadings {
  font-size: 18px;
  color: #000;
}

.verifying {
  color: #fff;
  font-size: 12px;
  background-color: #666;
  padding: 5px;
  border-radius: 5px;
}

.process {
  color: #fff;
  font-size: 12px;
  background-color: #000;
  padding: 5px;
  border-radius: 5px;
}

.way {
  color: #fff;
  font-size: 12px;
  background-color: #F30;
  padding: 5px;
  border-radius: 5px;
}

.reached {
  color: #fff;
  font-size: 12px;
  background-color: #090;
  padding: 5px;
  border-radius: 5px;
}

.delivered {
  color: #fff;
  font-size: 12px;
  background-color: #030;
  padding: 5px;
  border-radius: 5px;
}

.cancelled {
  color: #fff;
  font-size: 12px;
  background-color: #F00;
  padding: 5px;
  border-radius: 5px;
}

#otpconfrm {
  width: 98%;
  padding: 5px;
  border: solid #F30 1px;
  margin-top: 1px;
  padding-bottom: 10px;
  background-color: #FDEDCE;
}

#cnfrmmsg {
  width: 98%;
  padding: 5px;
  margin-top: 1px;
  padding-bottom: 10px;
  background-color: #060;
  color: #FFF;
}

#otpconfrm1 {
  width: 94.5%;
  padding: 5px;
  border: solid #F30 1px;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 5px;
  background-color: #FDEDCE;
}

#sendotp {
  padding: 5px;
  background-color: #333;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}

#cnfrmotp {
  padding: 5px;
  background-color: #333;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
}

.otpmsg {
  margin-top: 5px;
  padding: 5px;
  display: none;
  outline: none;
  text-align: center;
  letter-spacing: 5px;
  color: #000;
  font-weight: bold;
}

#mrps {
  width: 45%;
  height: auto;
  float: left;
  color: #F00;
  font-weight: bold;
  font-family: title-font1;
  text-align: left;
  margin-bottom: 20px;
}

#mrps span {
  font-size: 25px;
}

#placeorderbtn {
  width: 45%;
  height: auto;
  float: left;
  text-align: right;
}

.chickenicon {
  width: 12px;
  margin-left: 1px;
}


.signinhead {
  color: #333;
  font-size: 45px;
  text-transform: uppercase;
  font-family: title-font1;
}

/*#signmes{ border:solid #ccc 1px; font-size:18px; height:100px; margin-top:60px;}*/
#signmes {
  border: solid #ccc 1px;
  font-size: 18px;
  height: 100px;
  margin: 0 auto;
  margin-top: 40px;
  width: 96%;
}



#signbox {
  background-color: #FFF;
  position: relative;
  z-index: 3;
  height: 150px;
  margin-top: -30px;
  width: 90%;
}

#copy {
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.note {
  padding: 0;
  margin: 0;
}

.note1 {
  font-size: 12px;
}

.comments::-webkit-scrollbar {
  width: 5px;
  background: #999;
}

.comments::-webkit-scrollbar-thumb {
  background-color: #C00;
  border-radius: 5px;
}

body::-webkit-scrollbar {
  width: 5px;
  background: #999;
}

body::-webkit-scrollbar-thumb {
  background-color: #C00;
  border-radius: 5px;
}

.bg-box {
  background-color: #ffffff;
  /* box-shadow: 0px 0px 14px #e9e9e9; */
  height: 384px;
  margin-bottom: 20px;
  border-radius: 13px;
  border: 1px solid #eee;


}

.h1,
h1 {
  font-size: 16px !important;
}

#notes h1 {
  font-size: 13px !important;
  letter-spacing: 0.5px;
  font-weight: normal;
}



.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.category_item_box .img_container img {
  margin-bottom: 10px;
}

.banner_big {
  background-color: #cddfd6;
  margin-top: 100px !important;
}

.banner_big img {
  margin-top: 34px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.closeicon {
  font-size: 30px;
  color: #F00;
  float: right;
  margin: 9px 10px 0 0;
  font-weight: normal;
  cursor: pointer;
}

#cartcount {
  padding: 4px;
  color: #FFF;
  font-size: 11px;
  border-radius: 2px;
}

.white {
  color: #fff;
}

.iconsize {
  font-size: 25px;
}

.items-list {
  border: 1px solid #e7e3e3;
  border-radius: 12px;
  height: 430px;
  margin-top: 30px;
}