
.boxed section.order-section.menu-order .menu-order-center {
  flex: 0 0 calc(70% - 2vw - 10px);
  max-width: calc(70% - 2vw - 10px);
  width: calc(70% - 2vw - 10px);
}
@media (max-width: 991.98px) {
  .boxed section.order-section.menu-order .menu-order-center {
    padding: 5vh 0 0 0;
    flex: 0 0 calc(102% - 2vw + 7px);
    max-width: calc(102% - 2vw + 7px);
    width: calc(102% - 2vw + 7px);
  }
}
.boxed section.order-section.menu-order .menu-order-lateral {
  flex: 0 0 calc(35% - 2vw);
  max-width: calc(35% - 2vw);
  width: calc(35% - 2vw);
}
.boxed section.order-section.menu-order .menu-order-lateral .lateral-cart-container {
  margin: auto !important;
}

section.order-section {
  padding: 0 3vw;
}
section.order-section .container, section.order-section .content {
  margin: 0;
  padding: 0 !important;
  width: 100%;
}
section.order-section .container .row-primary, section.order-section .content .row-primary {
  margin: auto !important;
}
section.order-section.menu-order .menu-order-alert {
  margin-bottom: 0 !important;
  background: #F0B823 !important;
  padding: 15px !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200 !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4) !important;
}
@media (min-width: 992px) {
  section.order-section.menu-order .menu-order-alert {
    position: relative;
    top: unset;
  }
}
section.order-section.menu-order .menu-order-alert .row-order-alert {
  margin: auto;
}
section.order-section.menu-order .menu-order-alert .row-order-alert .col-order-alert {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 !important;
}
section.order-section.menu-order .menu-order-alert i.text-danger, section.order-section.menu-order .menu-order-alert b.text-danger {
  color: #ff0000 !important;
}
section.order-section.menu-order .menu-order-alert i {
  font-size: 30px !important;
  line-height: 40px !important;
  margin-right: 5px !important;
  color: #545555 !important;
}
section.order-section.menu-order .menu-order-alert p {
  max-width: calc(100% - 35px);
  position: relative;
  text-align: left;
  font-size: 14px !important;
  line-height: 17px !important;
  margin: 10px 0 0 !important;
  color: #fff !important;
}
section.order-section.menu-order .menu-order-center {
  padding: 3vh 10px 0 0;
  flex: 0 0 calc(72% - 3vw - 10px);
  max-width: calc(72% - 3vw - 10px);
  width: calc(72% - 3vw - 10px);
}
@media (max-width: 991.98px) {
  section.order-section.menu-order .menu-order-center {
    padding: 3vh 0 0 0;
    flex: 0 0 calc(102% - 3vw + 7px);
    max-width: calc(102% - 3vw + 7px);
    width: calc(102% - 3vw + 7px);
  }
}
@media (max-width: 767.98px) {
  section.order-section.menu-order .menu-order-center .content-offer .col-offer {
    width: 100% !important;
  }
}
section.order-section.menu-order .menu-order-center .content-offer {
  width: 100%;
  padding-bottom: 10px;
  margin: auto;
}
section.order-section.menu-order .menu-order-center .content-offer .col-offer {
  border: 1px dashed #545555;
  min-height: 130px;
  height: auto;
  padding: 20px 15px;
  width: calc(50% - 12px);
}
section.order-section.menu-order .menu-order-center .content-offer .col-offer.col-l {
  float: left;
}
section.order-section.menu-order .menu-order-center .content-offer .col-offer.col-r {
  float: right;
}
section.order-section.menu-order .menu-order-center .content-offer .col-offer .row {
  margin: auto;
  display: flex;
}
section.order-section.menu-order .menu-order-center .content-offer .col-offer .col-image {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
section.order-section.menu-order .menu-order-center .content-offer .col-offer .col-image img {
  max-width: 200px;
  width: 100%;
}
section.order-section.menu-order .menu-order-center .content-offer .col-offer .col-body {
  padding-left: 10px;
  padding-right: 0;
}
section.order-section.menu-order .menu-order-lateral {
  padding-top: 3vh !important;
  flex: 0 0 calc(35% - 3vw);
  max-width: calc(35% - 3vw);
  width: calc(35% - 3vw);
  padding: 0px;
  height: 100vh !important;
}
@media (max-width: 991.98px) {
  section.order-section.menu-order .menu-order-lateral {
    display: none !important;
  }
}