#cart {
  display: none;
}

.cart .imgFood{
  height: 55px;
}

.sidecart {
  background-color: #ffffff;
  right: 0;
  height: -webkit-fill-available;
  position: fixed;
  z-index: 5;
  bottom: 0;
  box-shadow: -3px 0px 8px grey;
  top: 85px;
  overflow: auto;
}
.side {
  height: -webkit-fill-available;
  overflow: auto;
}
.sc-cart-summary-subtotal{
  padding: 0 10px;
}
.sidecart hr {
  margin-top: 2px;
  margin-bottom: 5px;
}
.storeMenu {
  margin-bottom: 90px;
}
.jumbotron{ margin-bottom: 5px;}

.jumbotron img {
  width: 100%;
  height: inherit;
}
.input-number-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.input-number-group .input-group-button {
  line-height: calc(80px/2 - 5px);
}
.input-number-group .input-number {
  width: 40px;
  padding: 0 5px;
  vertical-align: top;
  text-align: center;
  outline: none;
  display: block;
  margin: 0;
}
.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  border: 1px solid #cacaca;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 10px;
}
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 40px;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
}
.input-number-group .input-number-decrement {
  margin-right: 0.3rem;
}
.input-number-group .input-number-increment {
  margin-left: 0.3rem;
}
.btnCount {
  border: none !important;
  background-color: transparent !important;
}
.input-group-button img {
  width: 25px !important;
  height: auto !important;
}
.table td,
.table th {
  padding: 5px 2px;
}
.btnCheckout {
  border-color: #009a23;
  background-color: #009a23;
  border-radius: 0;
  font-weight: 600;
  font-size: initial;
}
.btnCheckout:hover {
  border-color: #007b1c;
  background-color: #007b1c;
}
.btnClear {
  border-color: #ED1C24;
  background-color: #ED1C24;
  border-radius: 0;
  font-weight: 600;
  font-size: initial;
}
.btnClear:hover {
  border-color: #d41920;
  background-color: #d41920;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
}
.summaryCheckout {
  position: fixed;
  bottom: 0;
  width: 30%;
  margin-left: -15px;
  border-top: 1px solid rgb(226, 226, 226);
  background-color: #ffffff;
}
.summarytotal {
  padding: 10px 20px 0px;
  margin-bottom: 5px;
}
#cd-cart-trigger a {
  width: 60px;
  height: 100%;
}
#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: 10px;
  background-color: #e9ecef;
  border: 0;
}
/* Cart-list */
#cd-cart .sc-cart-heading, .sc-cart-count{
 text-align: right;
 font-size: 16px;
}
#cd-cart h4{
  font-size: 18px
}
.sc-cart-item-list {
  min-height: 50px
}
.sc-cart-remove {
  background: 0 0;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0
}
.sc-cart-remove:hover {
  color: red;
}
.sc-cart-empty-msg {
  color: #999;
  margin: 0;
  padding: 10px;
  text-align: center
}
.sc-cart-item-qty {
  width: 55px;
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 0 3px 6px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  -webkit-transition: border-color .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0s;
  transition: border-color .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0s;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s, -webkit-box-shadow .15s ease-in-out 0s
}
.sc-cart-item-summary {
  text-align: right;
  margin-top: 5px;
  padding-top: 5px
}
.sc-cart-summary {
  /* text-align: right; */
  font-size: 1.5em
}
.sc-cart-toolbar {
  margin-top: 10px;
  text-align: right;
  width: 100%;
}
.sc-cart-toolbar button {
  margin: 0px
}
.sc-cart-toolbar button.disabled img {
  opacity: .5
}
.sc-cart-item img {
  margin-right: 10px;
  width: 60px
}
.sc-highlight {
  -webkit-animation: highlight 1s;
  animation: highlight 1s
}

@keyframes highlight {
  from {
    background: #faebcc
  }
  to {
    background: 0 0
  }
}

@-webkit-keyframes highlight {
  from {
    background: #faebcc
  }
  to {
    background: 0 0
  }
}
.sc-product-item {
  position: relative
}
.sc-product-item:after,
.sc-product-item:before {
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}
.sc-added-item {
  border-color: #5cb85c
}
.sc-cart-subtotal{
  float: right;
}
.sc-added-item:after {
  content: "\2713 ";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap
}
.sc-added-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  border-color: rgba(255, 255, 255, 0) #00aeef rgba(255, 255, 255, 0) rgba(255, 255, 255, 0)
}

/* 2020/05 */
.card-cart .card-header {
    background-color: transparent;
}
.card-footer.card-cart-footer {
    background-color: transparent;
    border-top: none;
}
.input-number-decrement, .input-number-increment {
    border-radius: 50% !important;
    margin: 0 10px;
    border: none !important;
    background: #EC2A7F !important;
    color: #fff !important;
    font-size: 25px;
}
.input-number{
    border-radius: 4px;
}
.text-drak {
    color: #212529 !important;
    opacity: 0.7;
}
.text-drak span {
    color: #212529;
    opacity: 0.7;
}
.card {
    border-radius: 15px;
}
.card.card-cart {
    border: none;
}
.card.card-cart .card-header{
    border-bottom:none;
}
.card.card-cart .card-body{
    padding: 0.5rem 0 !important;
    border-top: 1px solid rgba(0,0,0,.125);
}
.card.card-cart .modal-content{
     min-width: 280px;
}
.card.card-cart .modal-content .close{
    background-color: #EC2A7F;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin: 0 0 0 auto;
    font-weight: normal;
    color: #fff;
    opacity:1;
}
.card.card-cart .modal-content .close span{
    position: relative;
    top: -2px;
}
.card.card-cart .modal-content .modal-header{
     border-bottom: none;
}
.card.card-cart .modal-content .modal-footer{
     border-top: none;
}
/*Mobile*/
@media (min-width: 300px) and (max-width: 768px) {
    #cd-cart-trigger {
    position: absolute;
    top: 12px;
    right: 75px;
    height: fit-content;
  }
  .storeMenu p {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .storeMenu .col {
    /* font-size: 10px; */
    padding: 10px;
  }
  .summaryCheckout b,
  .summaryCheckout .col {
    font-size: 14px;
  }
  .jqEmoji {
    font-size: 18px !important;
  }
  .number-style span {
    width: 15px;
    height: 15px;
  }
  .summaryCheckout {
    width: 255px;
  }
  .number input {
    width: 40px;
    font-size: 14px;
  }
  #cd-cart h4{ font-size: 12px;}
  .jumbotron-summary{ font-size: 10px}
  .summarytotal{font-size: small;}
  .list-group-item {
    padding: 10px 5px;
  }
  .sc-cart-remove {
    font-size: 14px;
  }

  /* 2020/05 */
 .input-number-decrement{
     margin-left:0 !important;
 }
.input-number-decrement, .input-number-increment {
    height: 23px !important;
    width: 23px !important;
    padding: 0px 5px;
    line-height: 21px !important;
    font-size: 21px !important;
  }
.input-number{
    width:40px !important;
    height: 24px !important;
}
 .card.card-cart .card-body{
     padding: 1rem 0 !important
 }
}

.number-style input {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  text-align: center;
  border: none;
  font-size: 15px;
  color: #000000;
  border: 1px solid #cacaca;
  border-radius: 7px;
}
.number-style span {
  /* position: relative;
  display: inline-block; */
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  /* box-shadow: 1px 0px 5px grey; */
}
.number{
  float: right;
  font-size: inherit;
}
.number input {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  border: none;
  font-size: 15px;
  color: #000000;
  border: 1px solid #cacaca;
  border-radius: 7px;
}
.number span {
  /* position: relative;
  display: inline-block; */
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  /* box-shadow: 1px 0px 5px grey; */
}
.number-style span.disabled::after,
.number-style span.disabled::before {
  background-color: #fff;
}
.number-style input[type='number'] {
  -moz-appearance: textfield;
}
.number-style input::-webkit-outer-spin-button,
.number-style input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  #cd-cart {
    width: 350px;
  }
  #cd-cart-trigger {
    position: absolute;
    top: 10px;
    right: 80px;
    height: 100%;
  }
  .storeMenu p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .table td,
  .table th {
    font-size: 11px;
  }
  .storeMenu .col {
    /* font-size: 10px; */
    padding: 10px;
  }
  .summaryCheckout {
    width: 47%;
  }
  .summaryCheckout b,
  .summaryCheckout .col {
    font-size: 14px;
  }
  .number-style span {
    width: 20px;
    height: 20px;
  }
  .food-box-body .title{
    font-size: 12px !important;
  }
}
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

xheader 

-------------------------------- */

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #31353d;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 4;
}

@media only screen and (min-width: 1200px) {
  header {
    height: 80px;
  }
}

#logo {
  padding-top: 5px;
  /* delete this property if you don't want your logo to scale down on mobile devices */
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

@media only screen and (min-width: 1200px) {
  #navbar-toggler {
    display: none;
  }
}

#cd-cart-trigger a {
  font-weight: bold;
  color: rgba(0, 0, 0, .5);
  right: 55px;
}

@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
  width: fit-content;
  padding: 0px 10px;
  }
  #cd-cart-trigger .fa {
    font-size: 26px;
    margin: 18px 0px;
    padding: 0px 4px 0px 0px;
  }
  #cd-cart-trigger a {
  }
  #cd-cart-trigger .badge-danger {
    margin: 10px 0px;
  }
}

#main-nav,
#cd-cart {
  position: fixed;
  height: 100%;
  width: 255px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px #495057;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  #main-nav,
  #cd-cart {
    width: 350px;
  }
}

@media only screen and (min-width: 1200px) {
  #main-nav,
  #cd-cart {
    width: 30%;
    padding-top: 80px;
  }
}

#main-nav {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

#main-nav.speed-in {
  left: 0;
}

#main-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  border-bottom: 1px solid #e0e6ef;
}

#main-nav ul .current {
  box-shadow: inset 3px 0 #435779;
}

@media only screen and (min-width: 1200px) {
  #main-nav {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  #main-nav ul a {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1em 1.4em;
    border-bottom: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.25em;
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #FFF;
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF;
  }
}
.no-js #main-nav {
  position: fixed;
}

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}

#cd-cart.speed-in {
  right: 0;
  top: 15px;
}

#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}

#cd-cart .cd-cart-items {
  padding: 0;
}

#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}

#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}

#cd-cart .cd-qty,
#cd-cart .cd-price {
  color: #a5aebc;
}

#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}

#cd-cart .cd-cart-total span {
  float: right;
}

#cd-cart .cd-cart-total::after {
  content: '';
  display: table;
  clear: both;
}

#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #7dcf85;
  color: #FFF;
  text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}

#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}

#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

main {
  position: relative;
  min-height: 100%;
  background: #eeeff7;
  padding-top: 70px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  main {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  main {
    padding-top: 120px;
  }
}

#cd-gallery-items li {
  margin-bottom: 1.5em;
}

#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}

@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}
#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 2;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}