body {
  opacity: 0.4;
}
.product-name small {
  font-weight: normal;
  color: #00a1e1;
  font-size: 12px;
}
.product-panel .removeItemBtn {
  position: absolute;
  right: 19px;
  top: 4px;
}
.foodItem {
  min-height: 444px;
  padding-bottom: 20px;
}
.foodItem .heading {
  min-height: 293px;
}
.summaryItems .item {

}
.product-panel .body a.product-name {
  font-size: 14px;
}
#orderSummary {
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#orderSummary #nameWrap {
  overflow: hidden;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#orderSummary.sticky {
  /* position: fixed; */
  height: 100%;
  top: 0px;
  right: 0px;
}
#orderSummary.sticky #nameWrap {
  height: 0;
}

#saveOrderBtn,
#orderBtn {
  margin-top: 10px;
  background-color: #FF6A00;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  font-size: 16px;
  font-weight: 900;
}
.deliveryTypeWrap {
  display: none;
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}
.deliveryTypeWrap .deliveryType {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.deliveryTypeWrap .deliveryType.active {
  background-color: rgba(255,255,255,0.2);
  border-radius: 3px;

}


#applyCredit,
#applyCoupon {
  background-color: #ff6000;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  height: 30px;
  box-sizing: border-box;
  padding: 1px 10px;
  border-radius: 0px;
  position: relative;
  top: -1px;
}

#creditError,
#couponError {
  display: block;
  font-size: 12px;
  color: red;
  line-height: 24px;
}

.notPaid {
  background-color: #fecccc;
}

.left {
  float: left;
}
.right {
  float: right;
}
#orderSummary h3 {
  background-color: #16a085;
  text-transform: uppercase;
  margin: 0px;
  font-weight: 900;
  padding: 0px;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  font-size: 18px;
}
.summaryItems .item {
  padding: 5px;
  text-align: center;
  font-size: 13px;
}
.summaryItems .item:nth-child(even) {
  background-color: #DDDDDD;
}

#basic_info .panel-controls {
  display: none;
}
.ui-autocomplete {
  overflow: auto;
  height: 300px;
}

.txt-discount{
  color:red;
}
.txt-totoal{
  color: green;
}

#orderSummary .summaryItems{
  overflow: auto;
  max-height: 150px;
}

.addBtn{
  position: absolute;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #16A085;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  border-width: 0px;
}

.minusBtn{
  position: absolute; 
  left: 5px; 
  width: 40px; 
  height: 40px; 
  border-radius: 40px; 
  background-color:#16A085; 
  color: #ffffff; 
  text-align:center; 
  line-height:40px; 
  border-width: 0px;
  font-size:30px;
}