/* @font-face {
    font-family: Fira Sans;
    src: url("fira_sans_regular.otf") format("opentype");
} */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,500i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

html, body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #000000;
    font-family: "Fira Sans";
    font-size: 14px;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.mobile {
    display: block;
}

.desktop {
    display: none !important;
}

/* top banner */

.topbanner {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: #f54029;
    text-align: center;
}

.topbanner img {
    max-width: 100%;
}

/* top bar */

.topbar {
    position: fixed;
    z-index: 10;
    /*top: 80px;*/
    width: 100%;
    height: 67px;
    background-color: #000000;
    font-size: 0px;
}

.topbar-item {
    display: inline-block;
    line-height: 34px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
}

.topbar-item a {
    color: #fcfbf3;
}

.topbar-item:hover {
    background-color: #363636;
}

.topbar-item.selected {
    background-color: #f54029;
}

.topbar-item.selected a {
    text-decoration: none;
}

.topbar-item.selected:hover { }

.topbar-item img {
    /* margin-right: 5px; */
    height: 20px;
    vertical-align: middle;
}

.topbar-item.pull-right {
    background-color: #f54029;
    cursor: pointer;
}

.topbar-item-reserve {
    background-color: #e7be19;
}

.topbar-item-feedback {
    background-color: #e7be19 !important;
}

.topbar-item-delivery {
  background-color: #e7be19 !important;
  line-height: 1;
}
.topbar-item-delivery a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 34px;
}
.topbar-item-delivery img {
  margin-left: 5px;
}
.topbar-item-delivery span {
  font-size: 9px;
  font-weight: 300;
}

.topbar-item-feedback {
  background-color: #000 !important;
  line-height: 1;
}
.topbar-item-feedback a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 34px;
}
.topbar-item-feedback img {
  margin-left: 5px;
}
.topbar-item-feedback span {
  text-align: right;
  font-size: 9px;
  font-weight: 300;
}

/* cart block */

.cartblock {
    position: fixed;
    display: none;
    z-index: 1;
    /*top: 100px;*/
    top: 67px;
    left: 0;
    width: 100%;
    height: 100% !important;
    overflow: auto;
    background-color: #e9e8d6;
    color: #363636;
}

.cartbox {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cart-close {
    display: none;
}

.cart-heading {
    display: none;
}

.cart-row {
    margin-left: 20px;
    margin-right: 20px;
}

.cart-working-hours {
    margin-top: 30px;
    margin-bottom: 10px;
}

.cart-item-clock {
    display: table-cell;
    width: 14px;
}

.cart-item-clock img {
    width: 100%;
}

.cart-item-clock-text {
    display: table-cell;
    padding-left: 10px;
    width: auto;
    vertical-align: top;
    color: #f54029;
    line-height: 14px;
    font-weight: bold;
}

.cart-items-box {
    border: 1px solid #f54029;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 0 0 0;
}

.cart-item {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

.cart-item-count {
    margin-left: -13px;
    width: 24px;
}

.cart-item-count-box {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #f54029;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
    background-color: #fcfbf3;
}

.cart-item-name {
    display: table-cell;
    width: auto;
    padding: 5px;
    line-height: 14px;
}

.cart-item-btn {
    display: table-cell;
    width: 24px;
    line-height: 24px;
    text-align: center;
    color: #c6c8c1;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.cart-item-btn-minus {
    height: 24px;
    border: 1px solid #c6c8c1;
    -webkit-border-top-left-radius: 14px;
    -moz-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border-right-color: transparent;
}

.cart-item-btn-plus {
    height: 24px;
    border: 1px solid #c6c8c1;
    -webkit-border-top-right-radius: 14px;
    -moz-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.cart-item-price {
    display: table-cell;
    width: 20%;
    text-align: center;
}

.cart-items-summary {
    padding-left: 12px;
    padding-right: 8px;
    background-color: #f54029;
    color: #fcfbf3;
    line-height: 30px;
    border: 1px solid transparent;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cart-box-heading {
    margin-top: 10px;
    color: #c6c8c1;
}

.cart-contacts-box {
    border: 1px solid #c6c8c1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.cart-contacts-box-empty {
    margin: 10px 20px;
}

.cart-contacts-row {
    display: block;
    padding: 5px;
    font-size: 0px;
    border-bottom: 1px solid #c6c8c1;
}

.cart-contacts-box .cart-contacts-row:last-of-type {
    border-bottom: none;
}

.cart-field {
    width: 100%;
    font-size: 14px;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    text-overflow: ellipsis;
}

.cart-field::-webkit-input-placeholder { color: #c6c8c1; }
.cart-field::-moz-placeholder { color: #c6c8c1; }
.cart-field:-moz-placeholder { color: #c6c8c1; }
.cart-field:-ms-input-placeholder { color: #c6c8c1; }

.cart-field.width100 {
    display: table-cell;
    width: 99% !important;
}

.cart-field.width50 {
    display: table-cell;
    width: 49% !important;
}

.cart-field.width33 {
    display: table-cell;
    width: 32% !important;
}

.cart-field.width25 {
    display: table-cell;
    width: 23% !important;
}

.cart-selector {
    display: table;
    width: 100%;
    width: calc(100% + 1px);
    min-height: 35px;
    border: 1px solid #c6c8c1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
}

.cart-selector input[type=radio] {
    display: none;
}

.cart-selector label {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.cart-selector label:first-of-type {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cart-selector label:last-of-type {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cart-selector input[type=radio]:checked+label {
    background-color: #f54029;
    color: #fcfbf3;
}

.cart-contacts-box .cart-selector {
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -2px;
}

.cart-text-suggestion {
    position: absolute;
    z-index: 100;
    height: auto;
    padding: 5px;
    border: 1px solid #c6c8c1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #e9e8d6;
    font-size: x-small;
    cursor: pointer;
}

.cart-spinner {
    display: table;
    width: 100%;
    width: calc(100% + 1px);
    min-height: 35px;
    font-size: 0px;
    text-align: center;
}

.cart-spinner-btn {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    font-size: 18px;
    background-color: #f54029;
    color: #fcfbf3;
    cursor: pointer;
}

.cart-spinner-minus {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cart-spinner-plus {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cart-spinner-text {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.cart-spinner-text select {
    color: #f54029;
    font-size: 14px;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cart-spinner-text select::-ms-expand {
    display: none;
}

.cart-agreement input {
    display: inline;
    border: 1px solid #c6c8c1;
    outline: none;
}

.cart-agreement label {
    display: inline;
    cursor: pointer;
}

.cart-submit {
    position: fixed;
    overflow: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #f54029;
    color: #fcfbf3;
    text-align: center;
    /* text-transform: uppercase; */
    line-height: 40px;
    cursor: pointer;
}

.cart-waiting {
    display: none;
    position: fixed;
    overflow: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #f54029;
    color: #fcfbf3;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
}

.cart-waiting img {
    margin-top: -20px;
    height: 80px;
}

/* notification */

.notify-added {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #f54029;
    color: #fcfbf3;
    font-size: 14px;
    text-align: center;
}

/* content block */

.contentblock {
    width: 100%;
    padding: 70px 5px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fcfbf3;
}

/* menu bar */

.menubar {
    width: 100%;
    padding: 0 0 0 0;
    color: #111111;
}

.menubar-cell {
    display: table-cell;
}

.menu-item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.menu-item a {
    color: inherit;
}

.menu-item:hover {
    border-color: #f54029;
}

.menu-item:hover a {
    color: #f54029;
    text-decoration: none;
}

/* info bar */

.infobar-w-line {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 10px;
    border-bottom: 3px solid #f54029;
}

.infobar {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 20px;
}

.logo {
    display: block;
    width: 100%;
}

.logo img {
    width: 100%;
}

.infobar-w-line .delivery img {
  height: 20px;
  float: right;
  margin-bottom: 5px;
}

.addrbox {
    float: right;
    display: inline-block;
    height: 25px;
    cursor: pointer;
}

.addr-point {
    display: inline-block;
}

.addr-point img {
    height: 25px;
}

.addr-text {
    display: inline-block;
    width: 60px;
    color: #f54029;
    vertical-align: top;
    line-height: 14px;
}

.newregions-notification {
    float: right;
    display: inline-block;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    background-color: #f54029;
    color: #fcfbf3;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* goods block */

.goodsblock {
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.goods-group {
    font-size: 26px;
    color: #363636;
    display: block;
    padding-left: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.goodsbox {
    display: inline-flex;
    width: 50%;
    margin-bottom: 10px;
}

.goods-item {
    position: relative;
    width: 100%;
    margin: 2px 2px;
}

.goods-image {
    width: 100%;
    cursor: pointer;
}

.goods-detailsbox {
    position: relative;
    height: 35px;
    overflow: hidden;
    padding: 5px 7px;
    font-size: 14px;
}

.goods-details-name {
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 100%;
    padding-right: 74px;
    box-sizing: border-box;
    height: auto;
    max-height: 35px;
    overflow: hidden;
    line-height: 17px;
    color: #f54029;
}

.goods-details-price {
    position: absolute;
    top: 5px;
    right: 31px;
    padding: 4px 7px 4px 4px;
    height: 31px;
    line-height: 23px;
    box-sizing: border-box;
    border: 1px solid #f54029;
    border-right: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #f54029;
}

.goods-details-plus {
    position: absolute;
    top: 5px;
    right: 0px;
    cursor: pointer;
    padding: 0;
    width: 31px;
    height: 31px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
    background-color: #f54029;
    background-image: url(/catalog/view/theme/hivtheme/image/plus-new.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* footer block */

.footerblock {
    width: 100%;
    padding: 20px 10px 70px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fcfbf3;
}

.flogobar {
    min-width: 150px;
    /* width: 15%; */
    margin-top: 10px;
    text-align: center;
}

.flogobar a {
    display: block;
    margin-bottom: 15px;
}

.flogobar img {
    width: 100%;
}

.fmenubar {
    width: 100%;
    margin-top: 10px;
    font-size: 0px;
}

.fmenubox {
    width: 100%;
    display: inline-block;
    font-size: 10px;
    line-height: 19px;
}

.fmenu-item a {
    color: inherit;
    text-decoration: none;
}

.fcreditsbar {
    margin-top: 10px;
    color: #737373;
    font-size: 10px;
    line-height: 19px;
}

/* maps */

#map {
    display: none;
    position: fixed;
    z-index: 11;
    overflow: auto;
    left: 1%;
    top: 10%;
    width: 97%;
    height: 89%;
    background-color: #fcfbf3;
    border: 2px solid #f54029;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* detail view */

#detailview {
    display: none;
    position: fixed;
    overflow: auto;
    z-index: 11;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100% !important;
    background-color: #fcfbf3;
}

.product-block {
    /* position: relative; */
}

.product-block img {
    width: 100%;
}

.product-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-image: url(/catalog/view/theme/hivtheme/image/close.png);
    background-repeat: no-repeat;
    background-position: center;
}

.product-close img {
    width: 100%;
}

.product-info {
    display: table-cell;
    width: 80%;
    padding: 0px 10px;
}

.product-info h1 {
    font-size: 18px;
    color: #f54029;
    font-weight: bold;
}

.product-price {
    display: table-cell;
    width: auto;
    font-size: 18px;
}

.product-add {
    display: table-cell;
    width: 40px;
    cursor: pointer;
}

/* reservation popup */

#reservation {
    display: none;
    position: absolute;
    z-index: 11;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -70px;
    width: 300px;
    height: 140px;
    background-color: #e3dfbf;
}

.reservation-block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 15px;
}

.reservation-close {
    position: absolute;
    top: -25px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.reservation-heading {
    text-transform: uppercase;
    font-size: 18px;
}

.reservation-field-box {
    margin: 10px 30px 5px 0px;
    background-color: #fcfbf3;
    border: 1px solid #f54029;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.reservation-field-row {
    display: block;
    padding: 5px;
    font-size: 0px;
}

.reservation-field {
    width: 100%;
    font-size: 14px;
    background-color: #fcfbf3;
    border: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    color: #f54029;
    text-overflow: ellipsis;
}

.reservation-submit {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #f54029;
    color: #fcfbf3;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
}

/* phones popup */

#phones {
    display: none;
    position: fixed;
    top: 150px;
    left: 76%;
    width: 23%;
    background-color: #e9e8d6;
    color: #363636;
    border: 1px solid #f54029;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.phones-content {
    margin: 10px 10px;
}

.phones-tbl {
    display: table;
    width: 100%;
}

.phones-row {
    display: table-row;
}

.phones-cell {
    display: table-cell;
    padding-bottom: 5px;
}

.phones-cell:first-of-type {
    width: 30%;
}

.phones-cell:last-of-type {
    width: 50%;
    text-align: center;
}

.phones-cell a {
    color: inherit;
    text-decoration: none;
}

.phones-close {
    margin: 5px 5px 5px auto;
    font-size: smaller;
    color: #f54029;
    cursor: pointer;
}

.phones-open {
    cursor: pointer;
}

.btn-to-delivery {
  padding-left: 10px;
  padding-right: 10px;
  height: 24px;
  background-color: #f54029;
  color: #fcfbf3;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Fira Sans";
  font-size: 14px;
  cursor: pointer;
}

.smart-reserve-button {
  display: block;
  width: 80%;
  margin: 15px auto 5px auto;
  background: #e7be19;
  border: 0;
  color: #fcfbf3;
  box-shadow: #666 1px 1px 5px 0px;
  padding: 0 0 4px 0;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
.smart-reserve-button img {
  margin-top: 15px;
  margin-bottom: -4px;
  margin-right: 10px;
}

.cart-item-flush {
  float: right;
  cursor: pointer;
}
.cart-item-flush:hover {
  color: #f54029;
}

.change_amount {
  display: none;
}
.cart-field-change-amount {
  width: 70px;
  padding: 5px;
}

.goods-details-options {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%;
  height: auto;
  background: #e9e8d6;
  border-radius: 5px;
  padding: 20px;
  z-index: 333333333;
  box-sizing: border-box;
  font-size: 14px;
}
.goods-details-options > span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.goods-details-option {
  margin-bottom: 5px;
  cursor: pointer;
  height: 31px;
  box-sizing: border-box;
  line-height: 31px;
  background: #dcdbca;
  padding-left: 10px;
  border-radius: 5px 0 0 5px;
}

.goods-details-option span {
  display: table-cell;
  vertical-align: top;
  float: left;
  width: 100px;
}
.goods-details-option img {
  float: right;
}

.topbar-city {
  display: none;
}
.topbar-city-mobile {
  display: none;
  line-height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  color: #FFF;
}

.topbar-location {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
  border-top: 1px solid #292929;
  border-radius: 5px;
  padding: 4px 10px;
  width: 100%;
  display: none;
  box-sizing: border-box;
}
.topbar-location.mobile {
  display: block;
}
.topbar-location .choose-city {
  text-align: center;
  padding: 2px 0;
}

.topbar-location .icon {
  float: right;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin: 4px 0 2px 3px;
  cursor: pointer;
}
.topbar-location .icon.down {
  position: absolute;
  right: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.topbar-location .dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 2;
}
.topbar-location .dropdown a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 6px 10px;
}

.topbar-location .popup {
  display: none;
  position: absolute;
  top: 36px;
  left: 2px;
  width: 200px;
  background: #e9e8d6;
  border: 1px solid #f54029;
  border-radius: 5px;
  text-align: center;
  padding: 15px 10px;
  color: #363636;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
}

.topbar-location .popup:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 16%;
  border-left: 1px solid #f54029;
  border-top: 1px solid #f54029;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background: #e9e8d6;
}

.topbar-location .popup button {
  display: block;
  margin: 10px auto;
  background: #f54029;
  box-shadow: none;
  border: 0;
  box-sizing: border-box;
  padding: 10px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
}

.topbar-location .popup a {
  color: #363636;
  text-decoration: none;
}
.topbar-location .popup a span {
  color: #f54029;
  font-weight: bold;
}
.topbar-location .popup a:hover span {
  text-decoration: underline;
}

.announcement img {
  width: 100% !important;
}

.mapLegend {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 10px;
  background: #fff;
  padding: 10px;
  /* width: 200px;
  height: 150px; */
}
.mapLegend ul {
  padding: 0;
  margin: 0;
}
.mapLegend li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mapLegend .hiv-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(3, 75, 57, 0.5);
  margin-bottom: -1px;
}
.mapLegend .lip-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(31, 120, 230, 0.5);
  margin-bottom: -1px;
}

.mobile .hiv-reserve-button {
  display: block;
  width: 80%;
  margin: 15px auto 5px auto;
  background: #e7be19;
  border: 0;
  color: #fcfbf3;
  box-shadow: #666 1px 1px 5px 0px;
  padding: 0 0 4px 0;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.mobile .hiv-reserve-button img {
    margin-top: 15px;
    margin-bottom: -4px;
    margin-right: 10px;
}

#hiv-reserve-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  display: none;
  background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
  z-index: 55;
}

#hiv-reserve-overlay .hiv-reserve-popup {
  /* display: none; */
  position: relative;
  margin: 0 auto;
  top: 25%;
  width: 90%;
  overflow: hidden;
  background: #e9e8d6;
  border: 1px solid #f54029;
  border-radius: 5px;
  text-align: center;
  padding: 0px 10px;
  color: #363636;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
  box-sizing: border-box;
}

#hiv-reserve-overlay .hiv-reserve-popup .buttons {
  width: 280px;
  margin: 10px auto;
  overflow: hidden;
}

#hiv-reserve-overlay .hiv-reserve-popup button {
  display: block;
  margin: 0 auto;
  background: #f54029;
  box-shadow: none;
  border: 0;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  float: left;
  line-height: 20px;
  text-decoration: none;
  width: 120px;
  margin: 0 10px;
  font-size: 13px;
}

#hiv-reserve-overlay .hiv-reserve-popup button img {
  float: left;
  margin-right: 5px;
}

#hiv-reserve-overlay .hiv-rests-popup {
  display: none;
  position: relative;
  margin: 0 auto;
  top: 15%;
  width: 90%;
  overflow: hidden;
  background: #e9e8d6;
  border: 1px solid #f54029;
  border-radius: 5px;
  text-align: center;
  padding: 0px 10px;
  color: #363636;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
  box-sizing: border-box;
}

#hiv-reserve-overlay .hiv-rests-popup .buttons {
  width: 80%;
  margin: 10px auto;
  overflow: hidden;
}

#hiv-reserve-overlay .hiv-rests-popup button {
  display: block;
  background: #f54029;
  box-shadow: none;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  width: 100%;
  margin: 5px auto;
  font-size: 13px;
}

#hiv-reserve-overlay .hiv-rests-popup button {
  display: block;
  background: #f54029;
  box-shadow: none;
  border: 0;
  padding: 12px;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  width: 100%;
  margin: 5px auto;
  font-size: 1.1rem;
}

#hiv-reserve-overlay .hiv-manageres-link {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#hiv-reserve-overlay .hiv-manageres-popup {
  display: none;
  position: relative;
  margin: 0 auto;
  top: 1%;
  width: 100%;
  overflow: hidden;
  background: #e9e8d6;
  border: 1px solid #f54029;
  border-radius: 5px;
  text-align: center;
  padding: 0px;
  color: #363636;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
  box-sizing: border-box;
}
#hiv-reserve-overlay .hiv-manageres-popup iframe {
  width: 100%;
  height: 500px;
  border-radius: 5px;
}
#hiv-reserve-overlay .hiv-manageres-popup button {
  display: block;
  background: #f54029;
  box-shadow: none;
  border: 0;
  padding: 12px;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  width: 200px;
  margin: 5px auto;
  font-size: 1.1rem;
}

#hiv-reserve-overlay .hiv-manageres-link {
  margin: 5px;
}
#hiv-reserve-overlay .hiv-manageres-link a {
    color: inherit;
}

#hiv-reserve-overlay .hiv-manageres-link:hover {
    border-color: #f54029;
}

#hiv-reserve-overlay .hiv-manageres-link:hover a {
    color: #f54029;
    text-decoration: none;
}

/* New notifications */
#hiv-notification-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  display: none;
  background-color: rgba(22,22,22,0.5); /* complimenting your modal colors */
  z-index: 55;
}

#hiv-notification-overlay .hiv-notification-popup {
  /* display: none; */
  position: relative;
  margin: 0 auto;
  top: 25%;
  width: 90%;
  overflow: hidden;
  background: #e9e8d6;
  border: 1px solid #f54029;
  border-radius: 5px;
  padding: 0px 10px;
  color: #363636;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.17);
  box-sizing: border-box;
}

#hiv-notification-overlay .hiv-notification-popup p strong{
  display: block;
  margin-bottom: 10px;
  font-weight: 900 !important;
  font-size: 1.1rem;
}

#hiv-notification-overlay .hiv-notification-popup .buttons {
  text-align: center;
  margin: 10px auto;
  overflow: hidden;
}

#hiv-notification-overlay .hiv-notification-popup button {
  display: inline-block;
  margin: 0 auto;
  background: #f54029;
  box-shadow: none;
  border: 0;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  width: 110px;
  margin: 0 10px;
  font-size: 13px;
}


/* Menu Carousel */
.owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.owl-carousel {
  z-index: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  touch-action: manipulation;
}
.owl-carousel .item {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
.owl-carousel .item img {
  width: 100%;
  border-radius: 50%;
}
.owl-carousel .item span {
  color: #000;
  text-decoration: none;
}
.owl-carousel.off {
  display: inline-block !important;
  width: auto;
}
.owl-carousel.off .item {
  display: inline-block;
  margin-right: 10px;
}
.owl-carousel.off .item img {
  display: none;
}
.menubar-cell {
  display: none;
}

.mobile-menu {
  position: relative;
}


/* Options Special Styles */
.goods-details-options .options-close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 13px;
  height: 16px;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
/* Чили */
.option-id-228 .goods-details-option {
  display: table;
  width: 100%;
  height: 31px;
  padding-left: 6px;
  font-size: 14px;
  line-height: 14px;
}
.option-id-228 .goods-details-option span {
  float: none;
  width: 75%;
  vertical-align: middle;
}
/* Желток */
.option-id-231 .goods-details-option, .option-id-232 .goods-details-option {
  display: table;
  width: 100%;
  height: 31px;
  padding-left: 6px;
  font-size: 11px;
  line-height: 11px;
}
.option-id-231 .goods-details-option span, .option-id-232 .goods-details-option span {
  float: none;
  width: 75%;
  vertical-align: middle;
}

.goods-details-option {
  display: table;
  width: 100%;
  height: 31px;
  padding-left: 6px;
  font-size: 11px;
  line-height: 11px;
}
.goods-details-option span {
  float: none;
  width: 75%;
  vertical-align: middle;
}

/* Feedback form */
.select-css {
	display: block;
	font-size: 16px;
	font-family: "Fira Sans", sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.3;
	padding: .2em .4em .1em .4em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23e6361f%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #000;
	outline: none;
}
.select-css option {
	font-weight:normal;
}

.textarea-css {
	display: block;
	font-size: 16px;
	font-family: "Fira Sans", sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.3;
	padding: .2em .4em .1em .4em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	background-color: #fff;
  resize: vertical;
}

/* Gifts */
.gift-select {
	font-size: 14px;
	font-family: "Fira Sans", sans-serif;
	font-weight: 300;
	color: #000;
	line-height: 1.3;
	padding: .2em 1.6em .1em .4em;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23e6361f%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
  max-width: 180px;
}
.gift-select::-ms-expand {
	display: none;
}
.gift-select:hover {
	border-color: #888;
}
.gift-select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.gift-select option {
	font-weight:normal;
}

.delivery-error {
  margin-top: 5px;
  border: 1px solid #f54029;
  border-radius: 6px;
  padding: 5px;
  font-size: 90%;
}

/* quantity badges */
.product-block .product-info {
  display: block;
  float: left;
  width: 70%;
  box-sizing: border-box;
}
.product-block .product-btns {
  display: block;
  float: right;
  width: 30%;
}
.product-block .product-price {
  display: inline-block;
  margin-top: 10px;
}
.product-block .product-add {
    position:relative;
    float: right;
    margin-right: 16px;
    margin-top: 7px;
    width: 45px;
    height: 31px;
    background-image: url(/catalog/view/theme/hivtheme/image/plus.png);
}
.product-block .product-add span.quantity {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fcfbf3;
  border-radius: 50%;
  border: 1px solid #f34444;
  width: 18px;
  height: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  padding: 2px;
}

.goods-item .goods-quantity {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: #f54029;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
}

/* Options Special Styles */
.product-block-options .options-close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 13px;
  height: 16px;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.product-block-options {
  display: none;
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 100%;
  height: auto;
  background: #e9e8d6;
  border-radius: 5px;
  padding: 20px;
  z-index: 333333333;
  box-sizing: border-box;
  font-size: 14px;
}
.product-block-options > span {
  display: block;
  margin-bottom: 5px;
  width: auto;
}

.product-block-option {
  margin-bottom: 5px;
  cursor: pointer;
  height: 31px;
  box-sizing: border-box;
  line-height: 31px;
  background: #dcdbca;
  padding-left: 10px;
  border-radius: 5px 0 0 5px;
}

.product-block-option span {
  display: table-cell;
  vertical-align: top;
  float: left;
  width: auto;
}
.product-block-option img {
  float: right;
  width: auto;
}
.product-block-option .option-plus {
    float: right;
    width: 31px;
    height: 31px;
    background-image: url(/catalog/view/theme/hivtheme/image/plus-new.png);
}

/* Feedback form */
.feedback-button {
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  background-color: #f54029;
  color: #fcfbf3;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Fira Sans";
  font-size: 14px;
  cursor: pointer;
}
.feedback-button:hover {
  background-color: #f54029;
  border-color: #000;
}


.topbar-item.selected > a {
  font-size: 12px;
  line-height: 10px !important;
  display: flex;
  align-items: center;
  height: 34px;
  max-width: 110px;
  text-align: center;
}


.product-info::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.product-info::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.product-info::-webkit-scrollbar-thumb {
  background: #f54029;
  border: 0px none #ffffff;
  border-radius: 20px;
}
.product-info::-webkit-scrollbar-thumb:hover {
  background: #f54029;
}
.product-info::-webkit-scrollbar-thumb:active {
  background: #f54029;
}
.product-info::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 40px;
}
.product-info::-webkit-scrollbar-track:hover {
  background: #666666;
}
.product-info::-webkit-scrollbar-track:active {
  background: #333333;
}
.product-info::-webkit-scrollbar-corner {
  background: transparent;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.rest-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .rest-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .rest-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .rest-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .rest-carousel .owl-wrapper,
  .rest-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .rest-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .rest-carousel .owl-item img {
    display: block;
    width: 100%; }
  .rest-carousel .owl-nav.disabled,
  .rest-carousel .owl-dots.disabled {
    display: none; }
  .rest-carousel .owl-nav .owl-prev,
  .rest-carousel .owl-nav .owl-next,
  .rest-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .rest-carousel .owl-nav button.owl-prev,
  .rest-carousel .owl-nav button.owl-next,
  .rest-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .rest-carousel.owl-loaded {
    display: block; }
  .rest-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .rest-carousel.owl-hidden {
    opacity: 0; }
  .rest-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .rest-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .rest-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .rest-carousel.owl-rtl {
    direction: rtl; }
  .rest-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .rest-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.rest-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.rest-carousel .owl-animated-in {
  z-index: 0; }

.rest-carousel .owl-animated-out {
  z-index: 1; }

.rest-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.rest-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .rest-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .rest-carousel .owl-item .owl-lazy[src^=""], .rest-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .rest-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.rest-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.rest-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.rest-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.rest-carousel .owl-video-playing .owl-video-tn,
.rest-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.rest-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.rest-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



  .rests-phone {
    font-size: 120%;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 90%;

  }
  .rests-phone h3 {
    margin-bottom: 6px;
  }
  .rests-phone a {
    /* font-weight: bold; */
    color: #000;
    text-decoration: none;
    margin-bottom: 2px;
  }

  .rests {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .rests .rest {
    width: 100%;
    text-align: left;
    float: left;
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .rests .rest:last-child {
    margin-bottom: 40px;
  }
  .rests .rest img {
    width: 100%;
    margin-bottom: 20px;
  }
  .rests .rest strong {
    display: block;
    font-size: 110%;
    margin-bottom: 10px;
  }

  .rests .rest p {
    font-size: 90%;
    line-height: 1;
    margin: 0;
  }

  .menu-links {
    margin: 15px auto;
    width: 90%;
    margin-bottom: 35px;
  }
  .menu-links a {
    padding: 3px 0px;
    background-color: #f54029;
    color: #fcfbf3;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    margin: 10px auto 5px auto;
    display: block;
    text-align: center;
    line-height: 24px;
  }

.lb-caption {
  /* position: absolute;
  top: 50px;
  z-index: 2; */
  padding: 5px 20px;
  background: rgba(0,0,0,.4);
}
.lb-dataContainer {
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  z-index: 11;
}
.lb-closeContainer {
  margin-right: 5px;
}


.rests-reserve .hiv-reserve-button {
  display: block;
  width: 90%;
  margin: 15px auto 5px auto;
  background: #e7be19;
  border: 0;
  color: #fcfbf3;
  box-shadow: #666 1px 1px 5px 0px;
  padding: 0 0 4px 0;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.to-delivery-link {
  padding-left: 10px;
  padding-right: 10px;
  height: 24px;
  background-color: #f54029;
  color: #fcfbf3;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Fira Sans";
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.product-block-image {
  width: 100% !important;
  height: 33vh !important;
}

@media only screen and (max-width: 600px) {
  .goods-details-name {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 800px) {
  .goods-details-name {
    position: absolute;
    left: 0px;
    top: 4px;
    bottom: auto;
    width: 100%;
    padding-right: 90px;
    box-sizing: border-box;
    font-size: 13px;
    max-height: 44px;
    overflow: hidden;
    line-height: 14px;
    color: #f54029;
    display: table-cell;
    text-overflow: ellipsis;
  }
  .goods-details-price {
    padding: 4px 2px 4px 2px;
  }
}

.button-delivery {
  display: flex;
  align-items: center;
}
.button-delivery span {
  flex-grow: 1;
}


.bottomMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
}

.bottomMenu div {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  height: 36px;
  color: #FFF;
  padding: 0 6px;
  box-sizing: border-box;
  font-weight: 300;
}

.bottomMenu .toTop {
  background: #e7be19;
}
.bottomMenu .toTop img {
  margin-left: 4px;
  width: 16px;
}
.bottomMenu .bottomCart {
  background: #000;
}
.bottomMenu .bottomCart img {
  height: 16px;
}
.bottomMenu .replainButton {
  background: #f54029;
  text-align: left;
  text-decoration: none;
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  height: 36px;
  color: #FFF;
  padding: 0 6px;
  box-sizing: border-box;
  font-weight: 300;
}
.bottomMenu .replainButton svg {
  margin-left: 2px;
}



.cartBottomMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
}
.cartBottomMenu .toTop {
  background: #e7be19;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  width: 20%;
  height: 36px;
  color: #FFF;
  padding: 0 6px;
  box-sizing: border-box;
  font-weight: 300;
}
.cartBottomMenu .toTop img {
  margin-left: 4px;
  height: 14px;
}
.cartBottomMenu .cart-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  width: 60%;
  height: 36px;
  color: #FFF;
  padding: 0 6px;
  box-sizing: border-box;
  font-weight: 300;
  position: relative;
  background: #000;
  overflow: hidden;
}
.cartBottomMenu .replainButton {
  background: #f54029;
  text-align: left;
  text-decoration: none;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  height: 36px;
  color: #FFF;
  padding: 0 6px;
  box-sizing: border-box;
  font-weight: 300;
}

.topbar-item.selected.mobile {
  box-sizing: border-box;
  width: 33%;
}
.topbar-item.topbar-item-delivery {
  width: 33%;
  box-sizing: border-box;
}
.topbar-item-delivery a {
  justify-content: center;
}
.topbar-item-delivery span {
  text-align: right;
}
.topbar-item.topbar-item-feedback {
  width: 34%;
  box-sizing: border-box;
}
.topbar-item-feedback a {
  justify-content: center;
}

.soc.mobile{
  width: 30px;
  margin: 0 auto 10px auto;
  overflow: hidden;
}

.mobile-center {
  text-align: center;
}
