#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls {
  position: absolute;
  float: right;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  background: #8BBD46;
  border-radius: 24px;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls .addToCartButton {
  opacity: 1;
  visibility: visible;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls .minusButton {
  opacity: 0;
  visibility: hidden;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls .plusButton {
  opacity: 0;
  visibility: hidden;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls .cartProductAmount {
  visibility: hidden;
  opacity: 0;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart {
  position: absolute;
  float: right;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 40px;
  background: #393939;
  border-radius: 24px;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .addToCartButton {
  opacity: 0;
  visibility: hidden;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .addToCartButton .iconCart {
  transform: translate(-24px,0);
  transition: all 1s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .minusButton {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 24px 0 0 24px;
  visibility: visible;
  opacity: 1;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .minusButton .iconMinus {
  content: url(/img/menu/icon-minus.svg);
  position: absolute;
  left: 11px;
  top: 12px;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .plusButton {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-radius: 0 24px 24px 0;
  visibility: visible;
  opacity: 1;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .plusButton .iconPlus {
  content: url(/img/menu/icon-plus.svg);
  position: absolute;
  right: 11px;
  top: 12px;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .cartProductAmount {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls .addToCartButton {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 24px;
  visibility: visible;
  opacity: 1;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls .addToCartButton .iconCart {
  content: url(/img/menu/icon-cart.svg);
  position: absolute;
  right: 8px;
  top: 8px;
  transition: all .7s;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls span {
  font-size: 14px;
}
@media (max-width: 960px) {
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diTitle {
    padding-right: 72px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls {
    top: -4px;
    width: 36px;
    height: 36px;
    border-radius: 20px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart {
    top: -4px;
    width: 72px;
    height: 36px;
    border-radius: 20px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .addToCartButton .iconCart {
    transform: translate(-16px,0);
    transition: all 1s;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .minusButton {
    width: 36px;
    height: 36px;
    border-radius: 20px 0 0 20px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .minusButton .iconMinus {
    left: 8px;
    top: 10px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .plusButton {
    width: 36px;
    height: 36px;
    border-radius: 0 20px 20px 0;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls.inCart .plusButton .iconPlus {
    right: 8px;
    top: 10px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls .addToCartButton {
    width: 36px;
    height: 36px;
    border-radius: 20px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls .addToCartButton .iconCart {
    right: 6px;
    top: 6px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls a {
    width: 36px;
    height: 36px;
    line-height: 35px;
    border-radius: 36px;
    right: 0;
    bottom: 1px;
    padding: 0 10px;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diControls a .ico {
    font-size: 16px;
    top: 25%;
  }
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .diImage .product-img {
  border-radius: 5px;
}
.icon-zoom-in {
  background-image: url('fonts/zoom-in.svg');
  background-repeat: no-repeat;
  background-size: 60px;
  background-position-x: center;
  background-position-y: top;
  height: 80px;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .product-img .more {
  background: rgba(0, 0, 0, 0);
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-top: 24%;
  font-size: 60px;
  font-weight: bold;
  border-radius: 5px;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .product-img .more:hover {
  background: rgba(0, 0, 0, 0.6);
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .product-img .more .ico{
  display: none;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .product-img .more:hover .ico{
  display: block;
}
.windows8 {
  position: relative;
  width: 78px;
  height: 78px;
  margin: auto;
}
.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}
.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #a22428;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}
.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}
.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}
.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}
.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
/*
#indexCategories{
    max-height: 60px;
    overflow-y: hidden;
}
*/
@media (hover: none) {
  /* start mobile styles */
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
  /* end mobile styles */
}
.favAdd,
.favDel {
  cursor: pointer;
}
#profile .ppMain .profilePageContent .profile-favorite .items-container .item .item-link.user-menu-link,
a.item-link.fav-delete-link {
  cursor: pointer;
}
#profile .ppMain .profilePageContent .profile-favorite .items-container .item .item-link.user-menu-link.active .ico:after,
#profile .ppMain .profilePageContent .profile-favorite .items-container .item .item-link.user-menu-link.active .ico:after {
  opacity: 1;
}
#restaurantChooseWrapper .ajaxClosePicker {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  z-index: 140;
  cursor: pointer;
}
#restaurantChooseWrapper .ajaxClosePicker span {
  display: block;
  height: 0;
  width: 18px;
  border-bottom: 2px solid #393939;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  transform-origin: 50% 50%;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
#restaurantChooseWrapper .ajaxClosePicker span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#restaurantChooseWrapper .ajaxClosePicker span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
#restaurantChooseWrapper .ajaxClosePicker:hover span {
  border-bottom: 2px solid #A22428;
}
#restaurantChooseWrapper .ajaxClosePicker:hover span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
#restaurantChooseWrapper .ajaxClosePicker:hover span:last-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.ajaxCloseLogin {
  position: absolute;
  top: 80px;
  right: 50px;
  height: 20px;
  width: 20px;
  z-index: 140;
  cursor: pointer;
}
.ajaxCloseLogin span {
  display: block;
  height: 0;
  width: 18px;
  border-bottom: 2px solid #393939;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  transform-origin: 50% 50%;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.ajaxCloseLogin span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.ajaxCloseLogin span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.ajaxCloseLogin:hover span {
  border-bottom: 2px solid #A22428;
}
.ajaxCloseLogin:hover span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.ajaxCloseLogin:hover span:last-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.common-breadcrumbs li {
  line-height: 18px;
}
#ajaxItemWrapper #ajaxItemContent #itemMainBlock #itemInfo #itemExtras .checkboxlist .checkboxExtra {
  width: auto;
}
#deliveryHolder {
  min-height: 450px;
}
#deliveryHolder .windows8 {
  padding-top: 30px;
}
#cartFullContent #cartReminder .wrapper ul li:before {
  display: none;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .slide {
  vertical-align: top;
}
.orderItemBlockError {
  color: red;
  padding-left: 15px;
  padding-top: 10px;
}
.form-group.submit-group.hidden {
  display: none;
}
.form-group.submit-group.active {
  display: block;
  color: red;
}
.loginform .back-link {
  display: inline-block;
  color: #868686;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.loginform .back-link .ico {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 8px;
  font-size: 14px;
  margin-top: -8px;
}
.addressdata {
  border-radius: 0;
  box-shadow: none !important;
  height: 60px;
  padding: 0 30px 0 14px;
  border: 1px solid #393939 !important;
  background-color: #FFFDF8;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  width: 100%;
  margin-bottom: 15px;
  color: #999;
}
.addressdata.active {
  color: black;
}
.dadatapicker {
  height: 60px;
}
.dadatapicker input[type=text] {
  border-radius: 0;
  box-shadow: none !important;
  height: 60px;
  padding: 0 30px 0 14px;
  border: 1px solid #393939 !important;
  background-color: #FFFDF8;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  width: 100%;
  margin-bottom: 15px;
}
.dadatapicker #dadatacity {
  width: 70%;
  float: left;
}
.dadatapicker #dadatahouse {
  width: 25%;
  float: right;
}
.dadatapicker .suggestions-wrapper {
  top: 60px;
}
#delivery .order-left-flex .orderBlock.left {
  width: 55%;
  margin-right: 5%;
}
@media screen and (max-width: 960px) {
  #delivery .order-left-flex .orderBlock.left {
    width: 100%;
    margin-right: 0;
  }
}
#delivery .order-left-flex .addressBlock .form-group.field-order-street input {
  text-align: left;
}
#delivery .order-left-flex .addressBlock .add-block.form-street {
  width: 250px;
}
#delivery .order-left-flex select {
  width: 250px;
  background: none;
  border: 0;
  outline: 0;
  padding: 0;
  height: 24px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #979797 !important;
  color: #393939;
  font-weight: 300;
  font-size: 13px;
}
#profile .ppMain .profilePageContent .profileForms .addresses-header .address-tab:before {
  display: none;
}
#profile .ppMain .profilePageContent .profileForms .addresses-header {
  line-height: 20px;
}
#profile .ppMain .profilePageContent .profileForms .addresses-header .add-address-link {
  height: 20px;
  background: none;
}
.orderFormBlock .select2-container.select2-container--krajee {
  z-index: 900;
}
.field-order-chosenrest {
  width: 250px;
}
#indexSwitcher .deliverySwitchermenu li .rest_picker_btn {
  top: auto;
  bottom: 3px;
}
#indexSwitcher .deliverySwitchermenu li {
  padding-right: 30px;
}
.select2-container.select2-container--krajee .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  overflow: hidden;
}
.select2 .selection .select2-selection {
  overflow: hidden;
}
#delivery .help-block {
  font-size: 14px;
  position: relative;
}
#delivery .field-order-depositamount .help-block {
  position: absolute;
  font-size: 12px;
}
.change-btn {
  max-width: 100%;
  width: 100%;
  height: 44px;
  border-radius: 0;
  border: 1px solid #393939;
  background-color: transparent;
  color: #393939;
  font-size: 12px;
  padding: 0;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
}
.change-btn:hover {
  background-color: #393939;
  color: #FFFFFF;
}
#menuDelivery {
  min-height: 450px;
}
#menuDelivery #indexDelivery #indexCategories {
  position: sticky;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.icon-arrow-med-left,
.icon-arrow-med-right {
  display: block !important;
}
.iphone {
  position: sticky;
  top: 0;
  background: #333;
  color: white;
  font-size: 12px;
  text-align: center;
  z-index: 1200;
  width: 100%;
}
.iphone.modal {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0.9;
  top: 0;
  bottom: 0;
  font-size: 14px;
  max-height: 100vh;
  height: 100vh;
  padding: 0 15%;
}
.iphone.modal .iphone-modal-close{
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  font-size: 40px;
  padding: 0;
  width: 46px;
  height: 46px;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .3;
}
.iphone_wrapper{
  font-size: 12px;
  text-align: center;
  visibility: hidden;
  display:none;
}
@media (max-width: 960px) {
  .iphone {
    align-items: center;
    justify-content: center;
    max-height: 82px;
    font-size: 11px;
  }
  .iphone_wrapper {
    align-items: center;
    justify-content: center;
    max-height: 65px;
    font-size: 11px;
  }
}
.mobileAlert {
  position: sticky;
  top: 0;
  background: #333;
  color: white;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  z-index: 1200;
  width: 100%;
}
.mobileAlertWrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 36px 0 16px;
}
.mobileAlertLogos {
  display: flex;
  margin-right: 18px;
}
.mobileAlertLogo {
  width: max-content;
}
.mobileAlertIphoneLogo {
  margin: 22px 12px 22px 9px;
}
.mobileAlertAndroidLogo {
  margin: 22px 0;
}
.mobileAlertText {
  align-self: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.alertClose {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .alertClose {
    margin-top: 0;
    top: 8px;
    right: 8px;
  }
  .mobileAlertLogos {
    margin-right: 0;
  }
}
#indexCategories {
  opacity: 0;
  z-index: 1000;
  top: 70px;
}
#indexCategories.active {
  opacity: 1;
}
@media (max-width: 960px) {
  .deliveryCategoriesSlider::-webkit-scrollbar {
    display: none;
  }
  #indexCategories .deliveryCat:hover:after {
    display: none;
  }
  #indexCategories .active-slide .deliveryCat:hover:after {
    display: none;
  }
  #indexCategories .active-slide .deliveryCat:hover:after {
    display: block;
  }
}

#indexDeliveryMenu .deliveryCategoryBlockWrapper {
  height: 100%;
}
#indexDeliveryMenu .deliveryCategoryBlockWrapper.loaded {
  height: auto;
}
.usavedaddress-block label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #393939 !important;
  cursor: pointer;
}
.usavedaddress-block label input[type=radio] {
  display: none;
}
.usavedaddress-block label .fake-input {
  margin-right: 8px;
}
.usavedaddress-block label .fake-input:before,
.usavedaddress-block label .fake-input:after {
  content: '';
  border-radius: 50%;
}
.usavedaddress-block label .fake-input:before {
  display: block;
  height: 14px;
  width: 14px;
  box-sizing: border-box;
  border: 1px solid #979797;
}
.usavedaddress-block label .fake-input:after {
  top: 50%;
  position: absolute;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #979797;
  opacity: 0;
}
.usavedaddress-block label input[type=radio]:checked + .fake-input:after {
  opacity: 1;
}
#ajaxItemWrapper #ajaxItemContent #itemMainBlock #itemInfo .itemStats {
  margin-top: 10px;
}
#indexSwitcher .deliverySwitchermenu li .error {
  font-weight: 600;
  color: red;
}
.select2 .selection .select2-selection .select2-selection__placeholder .rstOpt .warn,
.select2 .selection .select2-selection .select2-selection__rendered .rstOpt .warn,
.select2-container.select2-container--krajee .select2-dropdown .select2-results .select2-results__options .select2-results__option .rstOpt .warn {
  color: red;
}
.willopenWarn {
  color: red;
}
.time-block .input-group {
  display: block;
}
.time-block .input-group-addon {
  position: absolute;
  opacity: 0;
}
.time-block input {
  float: none;
}
.profilePersonal .checkbox-block input {
  display: none;
}
.profilePersonal .checkbox-block label {
  font-size: 11px;
  padding-left: 24px;
  line-height: 18px;
  font-weight: 400;
}
.profilePersonal .checkbox-block label:before,
.profilePersonal .checkbox-block label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  margin-top: -8px;
}
.profilePersonal .checkbox-block label:before {
  border: 1px solid #979797;
}
.profilePersonal .checkbox-block label:after {
  content: "\e90a";
  font-family: 'icomoon' !important;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  opacity: 0;
}
.profilePersonal .checkbox-block input:checked + label:after {
  opacity: 1;
}
.profilePersonal .checkbox-block a {
  color: #979797;
  text-decoration: underline;
}
.page-content h1 {
  font-size: 36px;
}
.page-content h2 {
  font-size: 24px;
}
.page-content ul {
  margin-left: 40px;
}

.page-content img {
  max-width: 100%;
  height: auto !important;
}

@media screen and (max-width: 960px) {
  #delivery {
    padding-top: 125px;
    padding-bottom: 30px;
  }
}

.offlineMenuWrap {
  position: sticky;
  top: 71px;
  display: flex;
  justify-content:center;
  align-items:center;
  background-color: white;
  z-index: 2000;
  height: auto;
  justify-content: center;
  overflow: hidden;
  padding: 0 5vw;
}

.offlineMenuWrap.operatorMenu {
  top: 115px;
}

.offlineMenuWrap .offlineMenuTitle {
  justify-content: center;
  display: block;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 8px 0;
  color: #333333;
}
#menuDelivery #indexDelivery #indexCategories {
  top: 70px;
}

@media (max-width: 960px) {
  #menuDelivery #indexDelivery #indexCategories {
    top: 70px;
  }
  #menuDelivery #indexDelivery #indexCategories {
    top: 70px;
  }
  .order-confirm-page {
    padding: 130px 0 30px;
  }
}
.delivery-page .page-content p,
.delivery-page .page-content li {
  font-size: 13px;
  margin: 0 0 16px;
}
.delivery-page .page-content h1 {
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .delivery-page .pageHeader {
    flex-direction: column;
    margin-bottom: 0;
  }
  .delivery-page .pageHeader .common-breadcrumbs {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .delivery-page .pageHeader h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 30px;
  }
}
#about .about-descr .cards-list ul {
  list-style: none;
  font-size: 13px;
  margin-bottom: 6px;
}
#about .about-descr .cards-list ul li {
  display: inline-block;
  margin-right: 26px;
  margin-bottom: 24px;
}
#about .about-descr .cards-list ul li a {
  display: block;
  font-weight: 500;
  padding-bottom: 1px;
}
#about .about-descr .cards-list ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #A22428;
}
#about .pageHeading .pageHeadingText h6 {
  display: block;
  font-size: 13px;
  margin: 0 0 20px;
}
#about .quote {
  width: 630px;
  max-width: 100%;
  margin: 0 auto 20px;
}
#about .double .pbBlock a {
  overflow: initial;
  padding-right: 0;
}
.ajaxFullCart {
  cursor: pointer;
}
.sideform-page .simple-input textarea {
  height: 120px;
  border: 1px solid #979797 !important;
}
.sideform-page .simple-input .hightextarea textarea {
  height: 200px;
}
#header .menu-pop .menu-pop-close {
  z-index: 14000;
  top: 4px;
  right: 14px;
}
.file-block .file_name {
  margin-bottom: 10px;
  font-size: 13px;
  color: #868686;
}
.error-summary {
  color: #a94442;
  margin-bottom: 20px;
}
#about .restaurants-tiles {
  justify-content: left;
}
.cabinet-link {
  text-align: center;
}
.cabinet-link a {
  color: #A22428;
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  #indexCategories .deliveryCat {
    margin-right: 0;
  }
}
#about .about-nav ul li a {
  white-space: nowrap;
}
.promocodeError {
  margin-top: -10px;
  font-weight: bolder;
}
.promocodeError.has-error {
  color: #a94442;
}
.promocode-btn {
  width: 150px;
  height: 27px;
  border-radius: 0;
  border: 1px solid #393939;
  background-color: #393939;
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 8px;
  padding: 0;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  line-height: 27px;
  position: absolute;
  right: 0;
  top: -3px;
}
.promocode-btn:hover {
  background: transparent;
  color: #393939;
}
#delivery .orderFormBlock .promoCodeBlock input {
  max-width: 250px;
}
@media (max-width: 960px) {
  .fulllink {
    display: none;
  }
}
#about .video-container {
  padding: 28% 0;
  max-width: 100%;
}
#about .video-container iframe {
  max-width: 100%;
  max-height: 100%;
}
.page-content-obyav img {
  max-width: 100%;
}
.page-content-obyav a {
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem .product-img .more {
    display: none;
  }
  #indexSwitcher {
    width: 95%;
    padding-top: 8px;
  }
  #indexSwitcher .deliverySwitchermenu {
    display: flex;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper {
    padding: 0 10px;
    width: 100%;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock {
    display: block;
    overflow: auto;
    width: 100%;
    padding-bottom: 0;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 20px;
    width: 50%;
  }
  #indexDeliveryMenu .deliveryCategoryBlockWrapper .deliveryCategoryBlock .deliveryItem img {
    width: 100%;
  }
}
