#minidelivery {
  position: relative;
  box-sizing: border-box;
  font-family: "Futura PT", Arial, Helvetica, sans-serif;
  overflow: auto;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "tnum" on;
  width: 100%;
}

#minidelivery .agreement {
  margin-top: 1em;
  font-size: 0.7em;
  color: rgba(155, 155, 155, 0.4);
}

#minidelivery .agreement a {
  color: rgba(155, 155, 155, 0.4);
}

#minidelivery * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

#minidelivery .invoice-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 100%;
}

#minidelivery .invoice-actions {
  margin-top: 20px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#minidelivery .invoice-actions button {
  font-size: 1.2em !important;
  margin: 10px !important;
}

#minidelivery .error-container {
  width: auto;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 90vh;
}

#minidelivery .error-message {
  font-weight: 600;
  font-size: 2rem;
  align-self: center;
  text-align: center;
}

#minidelivery .loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

#minidelivery .carbis-footer {
  font-size: 11px;
  font-weight: 200;
  color: #888;
  /*background-color: silver;*/
  width: 100%;
  height: auto;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px !important;
}

#minidelivery .info-block a {
  font-weight: 200;
  color: #888;
  text-decoration: none;
}

#minidelivery .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  align-self: center;
}

#minidelivery .lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background-color: #F39C12;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

#minidelivery .lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

#minidelivery .lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

#minidelivery .lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

#minidelivery .menu-head {
  position: absolute;
  padding: 10px;
  line-height: 2em;
  left: 0px;
  top: 0;
  background: linear-gradient(0deg, rgba(200, 198, 198, 1) 0%, rgba(254, 254, 254, 1) 2%, rgba(254, 254, 254, 1) 100%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 3;
}

#minidelivery .fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

#minideilvery .cart-widget {
  position: relative;
}

#minidelivery .cart-widget-button {
  margin: 2px;
  padding: 5px 8px;
  line-height: 1em;
  font-size: 1em;
  background-color: #FEFEFE;
  text-decoration: none;
  color: #DD3028;
  white-space: nowrap;
  height: 3em;
  border: #DD3028;
  outline: #DD3028;
  cursor: pointer;
}

#minidelivery .cart-widget-button svg {
  height: 90%;
  width: auto;
}

#minidelivery .cart-widget-window {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 660px;
  height: auto;
  background-color: #FEFEFE;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#minidelivery .cart-widget-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}

#minidelivery .cart-widget-window button {
  outline: none;
  border: none;
  /*background-color: #fefefe;*/
  padding: 10px;
  border-radius: 8px;
  line-height: 1em;
  height: 45px;
}

#minidelivery .cart-widget-window .apply:hover {
  background-color: #27AE60;
  color: #FEFEFE;
}

#minidelivery .cart-widget-window .deny:hover {
  background-color: #C0392B;
  color: #FEFEFE;
}

#minidelivery .cart-widget-window ul {
  max-height: 60vh;
  overflow-y: auto;
}

#minidelivery .cart-widget-window li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin: auto;
  list-style: none;
  margin-bottom: 8px;
  border: solid 1px #EEE;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 3px;
}

#minidelivery .cart-widget-window ul li div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#minidelivery .cart-widget-window .item_allnames {
  flex-direction: column !important;
}

#minidelivery .cart-widget-window .item_allnames ul {
  font-size: 12px;
}

#minidelivery .cart-widget-window .item_allnames li {
  border: none;
  border-radius: 0;
  padding: 3px 0 0 0;
  margin: 0;
  line-height: 1.1em;
  overflow: hidden;
  box-shadow: none;
}

#minidelivery .menu-categories {
  height: auto;
  width: 100%;
  z-index: 1000;
}

#minidelivery .menu-categories li {
  display: inline-block;
}

#minidelivery .checkview {
  margin-top: 10px;
  width: auto;
}

#minidelivery .checkview table {
  width: 100%;
}

#minidelivery .menu-category-link {
  margin: 2px;
  padding: 5px 8px;
  background-color: #FEFEFE;
  text-decoration: none;
  line-height: 1em;
  color: black;
  display: inline-block;
  white-space: nowrap;
}

#minidelivery .menu-category-link:hover {
  background-color: #DCE0E1;
}

#minidelivery .check-data tr td {
  font-weight: 600;
  white-space: nowrap;
}

#minidelivery .guest-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  width: 80%;
}

#minidelivery .guest-row-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#minidelivery .guest-input-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
}

#minidelivery .form__input {
  font-family: inherit;
  color: #333;
  font-size: 1rem;
  margin: 0 10px;
  padding: 10px 15px;
  border-radius: 0.2rem;
  border: none;
  width: 100%;
  display: flex;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
  border-bottom: 2px solid silver;
  outline: none;
}

#minidelivery .form__input:focus {
  border-bottom: 2px solid black;
}

#minidelivery .form__input:invalid {
  border-bottom: 2px solid red;
}

#minidelivery hr {
  margin-bottom: 5px;
}

#minidelivery h1 {
  margin-top: 10px;
}

#minidelivery .radio {
  padding-left: 10px;
  cursor: pointer;
}

#minidelivery .radio input {
  opacity: 0;
  position: absolute;
}

#minideluvery .radio-label {
  cursor: pointer;
}

#minidelivery .radio input[type="radio"] + .radio-label:before {
  margin: auto;
  content: '';
  background: #F4F4F4;
  border-radius: 100%;
  border: 1px solid #B4B4B4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

#minidelivery .radio input[type="radio"]:checked + .radio-label:before {
  background-color: black;
  box-shadow: inset 0 0 0 4px #F4F4F4;
}

#minidelivery .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: black;
}

#minidelivery .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #F4F4F4;
  border-color: #B4B4B4;
  background: #B4B4B4;
}

#minidelivery .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

#minidelivery .menu-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 5px;
}

#minidelivery .popup_windw {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}

#minidelivery .menu_popup_window {
  /*position: fixed;
    left:15px;
    right: 15px;
    height: auto;
    height: 65vh;
    top:50%;*/
  /*max-height: calc(100vh - 30px);*/
  overflow-y: hidden;
  background-color: white;
  z-index: 10000;
  -webkit-box-shadow: 0px 0px 30px 17px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 30px 17px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 30px 17px rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  opacity: 1;
  /*transform: scale(1) translateY(-50%);*/
  transition: all 0.1s ease-in-out;
  padding: 10px;
}

#minidelivery .popup_abstop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  padding: 5px 10px;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

#minidelivery .popup_absbot {
  /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
  
    padding: 15px 10px;*/
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#minidelivery .popup_row_container {
  /*position: absolute;
    top: 3em;
    left: 0;
    right: 0;
    bottom: 3em;
    /*height: calc(100% - 3em);*/
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  overflow-y: auto;
}

#minidelivery .popup_row {
  /*background-color: teal;*/
  width: 100%;
  height: 95%;
  margin: 5px;
  overflow-y: auto;
}

#minidelivery .popup_row pre {
  white-space: pre-line;
}

#minidelivery .popup_header {
  font-size: 1.6rem;
  font-weight: 700;
}

#minidelivery .popup-image-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
}

#minidelivery .popup-image-container img {
  width: 100%;
  height: auto;
}

#minidelivery .modi_group {
  margin-top: 10px;
}

#minidelivery .modi_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 5px;
}

#minidelivery .modi_item_list {
  list-style: none;
  margin-right: 5px;
}

#minidelivery .menu-item {
  background-color: #FEFEFE;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 250px;
  min-width: 250px;
  min-height: 300px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease;
}

#minidelivery .menu-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
}

#minidelivery .menu-item-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#minidelivery .menu-item-name {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 10px;
  max-width: calc(100% - 10px);
  overflow-wrap: break-word;
  /* не поддерживает IE, Firefox; является копией word-wrap */
  word-wrap: break-word;
  word-break: keep-all;
  /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
  line-break: auto;
  /* нет поддержки для русского языка */
  hyphens: manual;
  /* значение auto не поддерживается Chrome */
  text-align: center;
  min-height: 3.3em;
}

#minidelivery .menu-item-price {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 10px;
  max-width: calc(100% - 10px);
  overflow-wrap: break-word;
  /* не поддерживает IE, Firefox; является копией word-wrap */
  word-wrap: break-word;
  word-break: keep-all;
  /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
  line-break: auto;
  /* нет поддержки для русского языка */
  hyphens: manual;
  /* значение auto не поддерживается Chrome */
  text-align: center;
}

#minidelivery .menu-item-recipe {
  max-width: 230px;
  white-space: pre-line;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 8px 0;
  z-index: 2;
  background-color: white;
}

#minidelivery .menu-item-footer {
  z-index: 2;
  /*display: flex;*/
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  bottom: 10px;
  width: 100%;
  padding: 10px;
  display: none;
}

#minidelivery .menu-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  background-color: white;
  border-radius: 5px;
  padding-bottom: 10px;
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.1s ease;
}

#minidelivery .exceptor {
  display: none;
}

#minidelivery .menu-item:hover .exceptor:not(:empty) + .menu-item-hover {
  display: flex;
  opacity: 1;
  height: 100%;
}

#minidelivery .menu-item:hover .exceptor:not(:empty) + .menu-item-hover >
.menu-item-footer {
  display: flex;
}

#minidelivery .deliveryzone {
  box-sizing: border-box !important;
  position: relative;
  width: 100%;
  margin: 0 10px;
  padding: 5px;
  border-radius: 0.2rem;
  display: block;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start;
}

#minidelivery .deliveryzone pre {
  white-space: pre-line;
}

@media (max-width: 542px) {
  #minidelivery .modi_item {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-top: 10px;
    margin-left: 15px;
  }
  
  #minidelivery .modi_item span {
    margin-bottom: 5px;
  }
  
  #minidelivery .menu-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    min-height: 150px;
    max-height: 180px;
    /*height: auto;*/
    font-size: 1.3em !important;
  }
  
  #minidelivery .menu-item-data {
    width: 60%;
  }
  
  #minidelivery .menu-item > .menu-item-spin {
    display: none;
  }
  
  #minidelivery .menu-item-hover {
    display: flex;
    opacity: 1;
    height: 100%;
    width: 60%;
    left: 40%;
    font-size: inherit;
  }
  
  #minidelivery .menu-item-hover .menu-item-name {
    /*white-space: nowrap;*/
    font-size: 0.9em !important;
    margin: 3px 3px 3px 3px;
  }
  
  #minidelivery .menu-item-recipe {
    display: none;
  }
  
  #minidelivery .menu-item-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

#minidelivery .menu-item-spin {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-weight: 500;
  font-size: 1.1em;
  width: 100%;
  padding: auto;
}

#minidelivery .button-container {
  /*background-color: #ecf0f1;*/
  background-color: #DCE0E1;
  border-radius: 10px;
  white-space: nowrap;
}

#minidelivery .sum-container {
  opacity: 0;
  margin-right: 20px;
}

#minidelivery .spin-button {
  outline: none;
  cursor: pointer;
  background-color: white;
  color: black;
  border: solid 2px black !important;
  /*border:none;*/
  border-radius: 8px;
  min-width: 105px;
  padding: 2px;
  font-weight: 500;
  font-size: 1.1em;
}

#minidelivery .spin_value_container {
  padding: 5px;
}

#minidelivery .spin_value {
  font-size: 24px;
}

#minidelivery .modi_group_invalid {
  animation: modi_group_blink 1s infinite;
}

@keyframes modi_group_blink {
  0% {
    opacity: 1;
  }
  
  50% {
    opacity: 0.3;
  }
  
  100% {
    opacity: 1;
  }
}

#minidelivery .popup_cart_button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  border: none;
  outline: none;
  /*background-color: transparent;*/
  padding: 5px;
  letter-spacing: 2px;
}

#minidelivery .spin-button:disabled {
  color: #CCC;
  cursor: not-allowed;
  border: solid 2px #CCC !important;
}

#minidelivery .spin_buttons {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

#minidelivery .modi_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

#minidelivery .edit_button {
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 100%;
  padding: 1px;
  background-color: transparent;
}

#minidelivery .inline_display_class {
  display: inline !important;
}

#minidelivery .spin-button:hover {
  transform: scale(1.05);
}

#minidelivery .edit_button:hover {
  background-color: transparent;
  transform: scale(1.05);
}

#minidelivery .spin-value {
  margin: 10px;
  color: black;
}

#minidelivery .visible {
  opacity: 1;
}

#minidelivery .menu-category-container {
  margin: 5px;
}

#minidelivery .menu-category-button {
  display: none;
  margin: 2px;
  padding: 5px 8px;
  line-height: 1em;
  font-size: 1em;
  background-color: #FEFEFE;
  text-decoration: none;
  color: black;
  white-space: nowrap;
  height: 3em;
  border: none;
  outline: none;
  cursor: pointer;
}

#minidelivery .validate-container {
  position: relative;
  min-height: 70vh;
}

#minidelivery .validate-table-scroller {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-height: 40vh;
  overflow-y: auto;
}

#minidelivery .validate-container table td {
  padding-left: 2em;
  padding-bottom: 5px;
}

#minidelivery .validate-actions {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

#minidelivery .validate-actions button {
  white-space: nowrap;
  color: black;
  /*margin-left: 3em;
    margin-right: 3em;*/
}

#minidelivery .validate-container button {
  outline: none;
  border: none;
  /*background-color: #fefefe;*/
  padding: 10px;
  border-radius: 8px;
  line-height: 1em;
  height: 45px;
}

#minidelivery .validate-container .apply:hover {
  background-color: #27AE60;
  color: #FEFEFE;
}

#minidelivery .validate-container .deny:hover {
  background-color: #C0392B;
  color: #FEFEFE;
}

#minidelivery .shoplist-page {
  height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#minidelivery .shoplist-container {
  font-size: 1.3em;
  margin: auto;
  height: 100%;
  max-width: 800px;
  width: 100%;
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  overflow-y: auto;
}

#minidelivery .shoplist {
  margin-top: 2em;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 350px));
  grid-gap: 10px;
}

#minidelivery .shop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}

#minidelivery .shop:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#minidelivery .shop-offline {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
}

#minidelivery .central-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#minidelivery .shop-offilne-span {
  color: #C0392B;
}

#minidelivery .shop-online-span {
  color: #27AE60;
}

#minidelivery .shop-offline:hover {
  cursor: default;
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
}

#minidelivery .hidden {
  display: none;
}

#minidelivery .shop .shopname {
  white-space: nowrap;
  font-size: 1.4em;
  font-weight: 500;
}

#minidelivery .shop .shopaddr {
  font-size: 0.9em;
  font-weight: 300;
  white-space: normal;
}

#minidelivery .shop .shopdesc {
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: 100;
  white-space: pre-wrap;
}

#minidelivery .validate-blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

@media (max-width: 700px) {
  #minidelivery .cart-widget-window {
    width: 480px;
  }
}

@media (max-width: 800px) {
  #minidelivery .guest-row-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 850px) {
  #minidelivery .popup_row_container {
    justify-content: flex-start;
    flex-direction: column;
  }
  
  #minidelivery .popup_row {
    overflow-y: visible;
    padding: 5px;
  }
}

@media (max-width: 1100px) {
  #minidelivery .allowvertical {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 630px) {
  #minidelivery .validate-blocks {
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-around;
  }
}

@media (max-width: 500px) {
  #minidelivery .catlist-navigator {
    overflow-y: unset !important;
  }
  
  #minidelivery .spin-button,
  .spin-value {
    font-size: 0.9em;
  }
  
  #minidelivery .validate-container {
    height: auto;
  }
  
  #minidelivery .guest-container {
    width: 100%;
  }
  
  #minidelivery .menu-head {
    width: 100%;
  }
  
  #minidelivery .menu-item-recipe {
    font-size: 0.7em;
  }
  
  #minidelivery .radio {
    padding-right: 10px;
  }
  
  #minidelivery .validate-blocks {
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-around;
  }
  
  #minidelivery .allowvertical {
    flex-direction: column;
    align-items: stretch;
  }
  
  #minidelivery .allowvertical label {
    margin-top: 10px;
  }
  
  #minidelivery .guest-row-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  #minidelivery .shop .shopname {
    white-space: initial;
  }
  
  #minidelivery .menu-category-button {
    display: block;
    margin: 2px;
    padding: 5px 8px;
    line-height: 1em;
    font-size: 1em;
    background-color: #FEFEFE;
    text-decoration: none;
    color: black;
    white-space: nowrap;
    height: 3em;
    border: none;
    outline: none;
    cursor: pointer;
  }
  
  #minidelivery .menu-categories {
    /* position: fixed; */
    /* left: 5px; */
    top: auto;
    /* right: 5px; */
    height: auto;
    overflow-y: auto;
    /* bottom: 5px; */
    background-color: #FEFEFE;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
  }
  
  #minidelivery .cart-widget-window ul {
    max-height: 60vh;
  }
  
  #minidelivery .cart-widget-window li {
    flex-direction: column;
    align-items: flex-start;
  }
  
  #minidelivery .menu-categories li {
    display: block;
  }
  
  #minidelivery .menu-category-link {
    margin: 2px;
    padding: 5px 8px;
    background-color: #FEFEFE;
    font-size: 1.5em;
    text-decoration: none;
    line-height: 1em;
    color: black;
    display: block;
    white-space: nowrap;
  }
  
  #minidelivery .cart-widget-window {
    position: fixed;
    top: auto;
    left: 5px;
    right: 5px;
    bottom: 10px;
    width: auto;
  }
  
  #minidelivery .cart-widget-actions {
    margin-top: 10px;
  }
  
  #minidelivery .menu-item {
    font-size: 1.5em;
  }
  
  #minidelivery .menu-category-link:hover {
    background-color: initial;
  }
  
  #minidelivery .invoice-actions {
    flex-direction: column;
  }
  
  /* #minidelivery .spin-button:hover {
      background-color: none;
    } */
  #minidelivery .validate-container table td {
    padding-left: 0;
  }
  
  #minidelivery .sum-container {
    margin-right: 1px;
  }
}

body {
  margin: 0;
}

/* 
#minidelivery {
  position: relative;
  box-sizing: border-box;
  font-family: "Futura PT", Arial, Helvetica, sans-serif;
  overflow: auto;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "tnum"on;
  width: 100%;
} */
#minidelivery .menu-categories li {
  display: inline-flex;
  align-items: center;
}

#minidelivery .menu-categories li:nth-child(3) {
  width: 100%;
}

#minidelivery .menu-category-link {
  margin: 2px;
  padding: 7px 13px;
  border-radius: 16px;
  background-color: #F5F5F5;
  text-decoration: none;
  line-height: 1em;
  color: black;
  display: inline-block;
  white-space: nowrap;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 300;
}

#minidelivery .menu-category-link:hover,
#minidelivery .menu-category-link.active {
  background-color: #FF8562;
  color: #FFF;
}

#minidelivery .menu-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

#minidelivery .menu-item {
  background-color: #FEFEFE;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 100%;
  min-width: 250px;
  min-height: 300px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
}

#minidelivery .menu-item:hover {
  box-shadow: none;
  transform: scale(1.01);
}

#minidelivery .menu-item-image-container {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  align-self: center;
  min-height: 155px;
  max-height: 572px;
  max-width: 500px;
  /* height: 100%; */
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 767px) {
  #minidelivery .menu-item-image-container {
    min-height: 400px;
  }
}

#minidelivery .catlist-navigator {
  overflow-y: auto;
  width: 100%;
}

#minidelivery .catlist-navigator::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

#minidelivery .catlist-navigator::-webkit-scrollbar-track {
  border-radius: 0px;
  background: transparent;
}

#minidelivery .catlist-navigator::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: black;
  cursor: ew-resize;
}

#minidelivery .menu-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 15px;
  width: auto;
  height: 40px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  position: absolute;
  transform: translateX(-160px);
  transition: transform 0.25s ease 0s;
}

#minidelivery .menu-logo svg,
#minidelivery .menu-logo img {
  width: 40px;
  height: 40px;
}

#minidelivery .menu-logo span {
  font-size: 16px;
  font-weight: 500;
}

#minidelivery .menu-head.fixed .menu-logo {
  position: relative;
}

#minidelivery .menu-head.fixed .menu-logo {
  transform: translateX(0);
}

#minidelivery .menu-category-name {
  color: #3D3D3D;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 100;
  background-color: #FAF7F5;
  padding: 10px 15px;
}

#minidelivery .menu-category-container hr {
  display: none !important;
}

#menu-wrapper {
  max-width: 1170px;
  margin: 114px auto auto;
}

#minidelivery .menu-item-data {
  align-items: flex-start;
}

#minidelivery .menu-item-price {
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  order: 1;
}

#minidelivery .menu-item-name {
  font-size: 20px;
  line-height: 1.13;
  font-weight: 100;
  order: 2;
}

.item-cart-btn {
  /* margin: 10px !important; */
  /* padding: 10px 15px !important; */
  order: 3;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
  border: 1px solid #666666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.item-cart-btn:hover {
  color: #FF8562;
  border: 1px solid #FF8562;
}

/* .cart-widget {
  position: fixed;
  top: 80px;
  right: 20px;
  background: #3C7E31;
  border-radius: 50%;
} */
#minidelivery .cart-widget-button {
  background-color: #DD3028;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

#minidelivery .cart-widget-button svg {
  height: 40px;
  fill: #fff;
}

#minidelivery .modi_item {
  font-weight: 300;
}

#minidelivery .popup_header {
  font-weight: 300;
}

#minidelivery .spin_value {
  font-size: 16px;
}

#minidelivery .modi_head .modi_group_info h3 {
  font-weight: 400;
}

#minidelivery .popup_windw {
  padding: 15px;
  border-radius: 20px;
}

#minidelivery .popup_row {
  font-weight: 300;
}

#menu-head > div:not(.cart-widget) {
  display: flex;
}

/* MEDIA */
@media screen and (max-width: 767px) {
  #minidelivery .menu-items-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px !important;
    grid-template-columns: none;
    grid-gap: 0;
  }
  
  #minidelivery .menu-categories {
    flex-direction: row;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 5px;
    width: 100%;
  }
  
  #menu-head > div:not(.cart-widget) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  #minidelivery .menu-item-data {
    width: 100%;
  }
  
  #minidelivery .menu-item-name {
    text-align: left;
  }
  
  #minidelivery .menu-head .menu-logo {
    transform: translateX(0);
    position: relative;
  }
}

/* body {
  margin: 0;
} */
#minidelivery .menu-categories li {
  display: inline-flex;
  align-items: center;
}

#minidelivery .menu-categories li:nth-child(3) {
  width: 100%;
}

#minidelivery .menu-category-link {
  margin: 2px;
  padding: 7px 13px;
  border-radius: 16px;
  background-color: #F5F5F5;
  text-decoration: none;
  line-height: 1em;
  color: black;
  display: inline-block;
  white-space: nowrap;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 300;
}

#minidelivery .menu-category-link:hover,
#minidelivery .menu-category-link.active {
  background-color: #DD3028;
  color: #FFF;
}

#minidelivery .menu-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

#minidelivery .menu-item {
  background-color: #FEFEFE;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  width: 100%;
  min-width: 250px;
  min-height: 500px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
}

#minidelivery .menu-item:hover {
  box-shadow: none;
  transform: scale(1.01);
}

#minidelivery .menu-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 15px;
  width: auto;
  height: 40px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  position: absolute;
  transform: translateX(-160px);
  transition: transform 0.25s ease 0s;
}

#minidelivery .menu-logo svg,
#minidelivery .menu-logo img {
  width: 40px;
  height: 40px;
}

#minidelivery .menu-logo span {
  font-size: 16px;
  font-weight: 500;
}

#minidelivery .menu-head.fixed .menu-logo {
  position: relative;
}

#minidelivery .menu-head.fixed .menu-logo {
  transform: translateX(0);
}

#minidelivery .menu-category-name {
  color: #3D3D3D;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 100;
  background-color: #FAF7F5;
  padding: 10px 15px;
}

#minidelivery .menu-category-container hr {
  display: none !important;
}

#menu-wrapper {
  max-width: 1170px;
  margin: 114px auto auto;
}

#minidelivery .menu-item-data {
  align-items: flex-start;
}

#minidelivery .menu-item-price {
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  order: 1;
}

#minidelivery .menu-item-name {
  font-size: 20px;
  line-height: 1.13;
  font-weight: 100;
  order: 2;
}

.item-cart-btn {
  /* margin: 10px !important; */
  padding: 10px 15px !important;
  order: 3;
  white-space: nowrap;
  overflow: hidden;
  color: #FFFFFF;
  border: 1px solid #666666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #DD3028;
}

.item-cart-btn:hover {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.cart-widget {
  position: absolute;
  top: 120px;
  right: 20px;
  background: #DD3028;
  border-radius: 50%;
}

#minidelivery .cart-widget-button {
  background-color: #DD3028;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

#minidelivery .cart-widget-button svg {
  height: 40px;
  fill: #fff;
}

#minidelivery .modi_item {
  font-weight: 300;
}

#minidelivery .popup_header {
  font-weight: 300;
}

#minidelivery .spin_value {
  font-size: 16px;
}

#minidelivery .modi_head .modi_group_info h3 {
  font-weight: 400;
}

#minidelivery .popup_windw {
  padding: 15px;
  border-radius: 20px;
}

#minidelivery .popup_row {
  font-weight: 300;
}

#menu-head > div:not(.cart-widget) {
  display: flex;
}

/* MEDIA */
@media screen and (max-width: 767px) {
  #minidelivery .menu-items-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -10px !important;
    grid-template-columns: none;
    grid-gap: 0;
  }
  
  #minidelivery .menu-item {
    min-width: auto;
    min-height: 350px;
    max-height: none;
    width: calc(50% - 20px);
    margin: 10px;
  }
  
  #minidelivery .menu-categories {
    flex-direction: row;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 5px;
    width: 100%;
  }
  
  #menu-head > div:not(.cart-widget) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  #minidelivery .menu-item-data {
    width: 100%;
  }
  
  #minidelivery .menu-item-name {
    text-align: left;
  }
  
  #minidelivery .menu-head .menu-logo {
    transform: translateX(0);
    position: relative;
  }
}
