@charset "UTF-8";
* {
    box-sizing: border-box;
    outline: none;
}

body.choose-restaurant-class .container > div:not(.choose-restaurant) {
    display: none;
}

input, select, button, form, textarea {
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: unset;
    border: 0;
    box-shadow: unset;
    outline: none;
    padding: 0;
    margin: 0;
}

body, html {
    margin: 0;
    box-sizing: border-box;
    color: #37393e;
    font-family: 'Bliss Pro';
}

a {
    color: #37393e;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

.container {
    width: 1284px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    width: 68px;
}

.logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

header {
    padding-top: 18px;
}

.header-container, .footer-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer {
    padding-bottom: 40px;
}

.choose-text-title_top {
    font-size: 12px;
    font-weight: 300;
}

.choose-text-title_bottom {
    font-size: 16px;
    font-weight: 700;
}

.menu {
    margin-left: auto;
    margin-right: auto;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.menu ul li:not(:last-child) {
    margin-right: 28px;
}

.menu ul a {
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
}

.facebook {
    width: 9px;
    height: 15px;
    background: url(../img/svg/facebook.svg) no-repeat center;
    display: inline-block;
    background-size: 15px;
    margin-right: 15px;
}

.instagram {
    width: 14px;
    height: 14px;
    background: url(../img/svg/instagram.svg) no-repeat center;
    display: inline-block;
    background-size: contain;
    margin-bottom: -1px;
}

.socials {
    display: flex;
    align-items: center;
}

.choose-title-button {
    width: 12px;
    height: 12px;
    background-color: #e6e6e6;
    border-radius: 50%;
    margin-bottom: 3px;
    margin-left: 9px;
}

.choose-title-button .choose-title-button_icon {
    background: url(../img/svg/arrowOpen.svg) no-repeat center;
    background-size: 6px;
    width: 12px;
    height: 12px;
}

.choose-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.choose-block .choose-title-button {
    cursor: pointer;
}

.choose-block-separator {
    width: 2px;
    height: 48px;
    background: #f0f0f1;
    margin-left: 28px;
    margin-right: 28px;
}

.logo {
    margin-right: 40px;
}

.choose-block-rest {
    margin-right: 27px;
}

.choose-block {
    position: relative;
}

.choose-block .choose-list {
    position: absolute;
    top: 100%;
    left: -2px;
}

.choose-title-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 0px #00000042;
    text-transform: uppercase;
}

.choose-block-phone {
    margin-right: 13px;
}

.choose-block-phone .choose-title-icon {
    background: url(../img/svg/phone.svg) no-repeat center;
    background-size: 12px;
    background-color: #fff;
}

.choose-block-lang {
    margin-left: 0;
}

.choose-block-clock {
    margin-right: 13px;
}

.choose-block-clock .choose-title-icon {
    background: url(../img/svg/clock.svg) no-repeat center;
    background-size: 14px;
    background-color: #fff;
}

.choose-block-phone .choose-title, .choose-block-clock .choose-title {
    position: relative;
    z-index: 2;
}

.choose-block-phone .choose-title .choose-title-button, .choose-block-clock .choose-title .choose-title-button {
    position: absolute;
    margin: 0;
    bottom: -1px;
    right: -4px;
}

.choose-block-phone .choose-list, .choose-block-clock .choose-list {
    top: 15px;
}

.choose-block-lang .choose-title {
    position: relative;
    z-index: 2;
}

.choose-block-lang .choose-title .choose-title-button {
    position: absolute;
    margin: 0;
    bottom: -1px;
    right: -4px;
}

.choose-block-lang .choose-title-icon {
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.choose-block-lang .choose-list {
    top: 25px;
}

.choose-block-lang .choose-title-icon {
    background: #fff;
}

.socials {
    margin-left: auto;
    margin-right: 0;
}

.choose-list {
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 15px;
    white-space: nowrap;
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choose-block-city .choose-list, .choose-block-rest .choose-list {
    top: calc(100% + 5px);
}

.choose-list .choose-list_item {
    font-size: 14px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.choose-block-rest .choose-list .choose-list_item{
text-transform: unset;
}

.choose-list .choose-list_item:last-child {
    margin-bottom: 0;
}

.choose-list .choose-list_item a {
    text-decoration: none;
}

.choose-list {
    display: none;
}

.choose-block.open {
    z-index: 5;
}

.choose-block.open .choose-list {
    display: flex;
}

.choose-block.open .choose-title-button {
    background: #fcf64a;
}

.choose-block.open .choose-title-button .choose-title-button_icon {
    transform: rotate(180deg);
}

.left-part {
    width: 212px;
    padding-left: 8px;
}

.category-item img {
    width: 18px;
    height: auto;
    min-width: 18px;
    margin-right: 7px;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.category-item a {
    display: flex;
    text-decoration: none;
}

.categories-icon {
    position: relative;
    margin-right: 7px;
}

.categories-icon:after {
    content: " ";
    width: 18px;
    height: 18px;
    background: url(../img/svg/cats.svg) no-repeat center;
    min-width: 18px;
    z-index: 2;
    display: block;
    background-size: contain;
    position: relative;
}

.categories-icon-d:after {
    display: none !important;
}

.categories_title {
    display: flex;
    margin-top: 8px;
    text-decoration: none;
}

.categories-icon:before {
    content: " ";
    position: absolute;
    width: 36px;
    height: 36px;
    background: #faf44b;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    left: -8px;
    top: -11px;
}

.category-item {
    margin-top: 15px;
}

.category-item .category-text {
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.categories-text {
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.main-block {
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.right-part {
    width: 358px;
    padding-left: 35px;
}

.middle-part {
    width: calc(100% - 358px - 212px);
}

.middle-part {
    width: calc(100% - 358px - 212px);
}


@media (min-width: 992px) {


    .scroll-all .middle-part {
        margin-left: 212px;
        margin-right: 358px;
    }

    .scroll-all .left-part {
        position: fixed;
        z-index: 5;
        top: 20px;
        left: calc(50vw - 650px);
        background: #fff;
    }

    .scroll-all .right-part {
        position: fixed;
        z-index: 5;
        top: 20px;
        right: calc((100vw - 1301px) / 2);

    }
}


.zero-mob {
    display: none !important;
}


.breadcrumbs {
    padding-top: 8px;
    margin-bottom: 0px;
}

.breadcrumbs a {
    text-decoration: none;
    font-weight: 300;
}

.breadcrumbs span {
    font-size: 12px;
}

.products-tag {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
    height: 30px;
    padding-left: 13px;
    padding-right: 13px;
    box-shadow: 0px 0px 7px 0px #00000030;
    border-radius: 9px;
    justify-content: center;
    border: 1px solid #fff;

}

.product-open-block .products-tag{
box-shadow: unset;
border-color: #f0f0f1;
}



.products-tag.active {
    border-color: #faf44b;
}


.products-tag img {
    width: 10px;
    height: 12px;
    min-width: 10px;
    object-fit: contain;
    object-position: center;
    margin-right: 10px;
}

.products-tags {
    display: flex;
    align-items: center;
    margin-left: -5px;
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.products-item_link {
    width: 36px;
    height: 36px;
    background: url(../img/svg/addToCart.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.products-item {
    margin-bottom: 26px;
    position: relative;
}

.products-item .products-item-top {
    text-align: center;
}

body .products-item img {
    width: 150px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
}

.products-item {
    width: 33.333%;
    padding-left: 12px;
    padding-right: 12px;
}

.products-list {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.products-item_title {
    font-size: 14px;
    margin-top: 28px;
    min-height: 32px;
    margin-bottom: 15px;
}

.option-item_text {
    font-weight: 300;
    font-size: 12px;
}

.products-item_price {
    font-size: 20.48px;
}

.products-item_price .price_currency {
    font-size: 11.7px;
    font-weight: 300;
}

.products-item-inner {
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebec;
    border-radius: 11px;
    padding-top: 25px;
    padding-left: 13px;
    padding-right: 13px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products-item-inner:before {
    content: " ";
    width: 258px;
    height: 258px;
    position: absolute;
    background: #37393e;
    display: block;
    border-radius: 50%;
    opacity: 0.03;
    top: calc(100% - 60px);
    right: -73px;
    z-index: -1;
}


.products-item-top a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.products-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 6px;
    position: relative;
    margin-bottom: 0;
    margin-top: auto;
}

.products-item-bottom:after {
    content: " ";
    width: 60px;
    height: 2px;
    background: #f0f0f1;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.products-item_price {
    margin-right: 4px;
    margin-left: auto;
}

.products-item-option {
    margin-top: 3px;
}

.products-item-tag {
    width: 22px;
    min-width: 22px;
    height: 22px;
    background-size: contain !important;
    margin-right: 1.5px;
    margin-left: 1.5px;
}

.products-item-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    padding: 0 12px;
    z-index: 2;
}



.cart_title {
    font-size: 16px;
    margin-top: 8px;
}

.cart-product-item {
    position: relative;
}

a.remove.cart-product-item_remove {
    width: 11px;
    height: 11px;
    background: url(../img/svg/close.svg) no-repeat center !important;
    background-size: contain !important;
    display: block;
    position: absolute;
    top: 5px;
    right: 6px;
    line-height: unset;
    font-weight: 400;
}

.cart_title {
    text-align: center;
}

.cart_icon {
    width: 56px;
    height: 56px;
    background: url(../img/svg/cart.svg) no-repeat center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.cart-block {
    position: relative;
    margin-top: 28px;
}

.cart-block .woocommerce-mini-cart__empty-message {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.cart-block .cart-top {
    margin-top: -26px;
}

.hide-mobile_cart {
    display: none;
}

.cart-block {
    border: 1px solid #e3e4e4;
    border-radius: 15px;
}

.cart-block {
    padding-left: 25px;
    padding-right: 25px;
}

.cart-inner {
    margin-top: 30px;
}

.cart-product_image img {
    width: 75px;
    height: 58px;
    min-width: 75px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.cart-product-info > a {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
}

.cart-product-info_option {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 5px;
}

.cart-product-info-quantity .minus, .cart-product-info-quantity .plus {
    font-size: 16px;
    background: #e6e6e6;
    width: 18px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 18px;
}

.cart-product-info-quantity .minus {
    padding-bottom: 3px;
    line-height: 15px;
}

.cart-product-info-quantity .plus {
    padding-bottom: 0px;
    line-height: 18px;
}

@supports (-webkit-touch-callout: none) {
    .cart-product-info-quantity .plus {
        padding-bottom: 3px;
        line-height: 15px;
    }
}

@supports not (-webkit-touch-callout: none) {
    .cart-product-info-quantity .plus {
        padding-bottom: 3px;
        line-height: 15px;
    }
}


.cart-product-list::-webkit-scrollbar {
    width: 3px;
}

.cart-product-list::-webkit-scrollbar-track {

}

.cart-product-list::-webkit-scrollbar-thumb {
    background-color: rgba(169, 169, 169, 0.212);

}


.cart-product-info-quantity .qty {
    width: 25px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 18px;
}

.cart-product-info-quantity {
    display: flex;
    align-items: flex-start;
}

.cart-product-item {
    display: flex;
    margin-bottom: 35px;
    padding-right: 22px;
}

.cart-product-list .cart-product-item:last-child {
    margin-bottom: 30px;
}

.cart-product-info_price {
    margin-top: 8px;
    font-size: 20.48px;
    font-weight: 700;
}

.cart-product-info {
    margin-left: 17px;
}

.price_currency {
    font-size: 11.7px;
    font-weight: 300;
}

.total-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
    padding-top: 15px;
}

.total-block {
    position: relative;
    padding-top: 18px;
    margin-top: 25px;
}

.checkout_price-before {
    background: #fff;
}

#delivery_date_now {

}

.total-price {
    padding-right: 15px;
}

.total-price:before {
    content: " ";
    width: 133px;
    height: 1px;
    background: #e0e0e1;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.total-price_text {
    font-weight: 300;
    font-size: 14px;
    margin-right: 5px;
}

.total-price-num {
    font-weight: 700;
    font-size: 20.48px;
}

.total-price-currency {
    font-weight: 300;
    font-size: 11.7px;
}

.total-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.total-link a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    line-height: 35px;
}

.total-link a:before {
    content: " ";
    width: 35px;
    height: 35px;
    background: #f4ee4b;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.copyright-container {
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    margin-top: 23px;
}

.footer-pays-image {
    background: url(../img/svg/pays.svg) no-repeat center;
    width: 83px;
    height: 24px;
    background-size: contain;
}

.footer-pays-image.likpay {
    background: url(../img/svg/LIQPAY.svg) no-repeat center;
    width: 83px;
    height: 27px;
    background-size: contain;
}

.footer-links-block, .footer-links-block2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-links-block li, .footer-links-block2 li {
    list-style: none;
}

.footer-links-block a, .footer-links-block2 a {
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-links-block a:last-child, .footer-links-block2 a:last-child {
    margin-bottom: 0;
}

.footer {
    margin-top: 110px;
}

.footer .choose-block-clock {
    margin-right: 40px;
}

.footer-links-block {
    padding-left: 38px;
    padding-right: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-left: 1px solid #d9dadb;
    border-right: 1px solid #d9dadb;
    margin-right: 55px;
}

.footer-links-block2 {
    margin-right: 48px;
}


.products-block {
    margin-bottom: -26px;
    margin-top: 18px;
}

.product-open-image img {
    width: 235px;
    height: 184px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.product-open-inner {
    display: flex;
    position: relative;
    overflow: hidden;
}

.product-open-inner:before {
    content: " ";
    width: 342px;
    height: 342px;
    position: absolute;
    background: #37393e;
    display: block;
    border-radius: 50%;
    opacity: 0.03;
    bottom: -255px;
    right: -98px;
    z-index: -1;
}

.product-open-info {
    padding-left: 30px;
    width: 100%;
}

.product-open-info .products-tags {
    justify-content: flex-start;
    margin-bottom: 11px;
}

.product-open-inner {
    padding-left: 28px;
    padding-top: 21px;
    padding-bottom: 12px;
    padding-right: 15px;
    border: 1px solid #e0e0e1;
    border-radius: 10px;
}

.product-open-block {
    padding-left: 63px;
    position: relative;
    margin-top: 10px;
}

.back-link {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 37px;
    height: 37px;
    background: #faf44b;
    border-radius: 50%;
}

.page-all-wrap {
    position: relative;
}

.page-all-wrap .back-link {
    top: 11px;
}

.back-link_inner {
    background: url(../img/svg/arrowOpen.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
}

.product-open_title {
    font-size: 18px;
    font-weight: 700;
}

.product-open_description {
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
    min-height: 38px;
    margin-bottom: 10px;
}

.product-open_option {
    font-weight: 300;
    font-size: 12px;
}

.product-open-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 8px;
}

.product-open-info > form {
    margin-bottom: 0;
    margin-top: auto;
}

.product-open-info {
    display: flex;
    flex-direction: column;
}

.product-open-bottom:after {
    content: " ";
    width: 100px;
    height: 2px;
    background: #f0f0f1;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.priduct-open-priceWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}

.menu ul li.current-menu-item a {
    position: relative;
    font-weight: 700;
}

.menu ul li a {
    font-weight: 700;
}

.close-but .close-but-inner {
    position: relative;
}

.close-but .close-but-inner:after {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    display: block !important;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}

.menu ul li.current-menu-item a:before {
    content: " ";
    width: 35px;
    height: 35px;
    background: #f4ee4b;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.page-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.contact-inner {
    display: flex;
    flex-wrap: wrap;
}

.contact-inner .contact-address {
    width: 100%;
}

.page-title {
    margin-right: -11px;
    margin-left: auto;
    max-width: 645px;
    padding-right: 11px;
}

.delPay-content {
    margin-right: -11px;
    margin-left: auto;
    max-width: calc(100% - 60px);
    padding-right: 11px;
    margin-top: 15px;
}

.politics-content {
    margin-right: -11px;
    margin-left: auto;
    max-width: calc(100% - 60px);
    padding-right: 11px;
}

.page-all-wrap .page-title {
    max-width: calc(100% - 60px);
}

.page-all-wrap .page-title.contact-title {
    margin-left: auto;
    margin-right: -11px;
    max-width: 645px;
    padding-right: 11px;
}

.contact-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: -11px;
    max-width: 645px;
    padding-right: 11px;
}

.contact-blocks .contact-block {
    width: 50%;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 75px;
}

.contact-info-contains {
    display: flex;
    flex-direction: column;
}

.contact-logo {
    width: 162px;
    height: 113px;
    background-size: contain !important;
    margin-left: auto;
    margin-right: auto;
}

.contact-inner {
    padding: 9px;
    border: 1px solid #cdcecf;
    border-radius: 9px;
}

.contact-map {
    width: 100%;
}

.contact-map img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

.contact-logo-block {
    width: 100%;
    text-align: center;
    margin-top: -56px;
    margin-bottom: 23px;
}

.option-item_icon, .product-open_option-icon {
    background: url(../img/svg/weight.svg) no-repeat center;
    width: 9px;
    min-width: 9px;
    height: 9px;
    background-size: contain;
    background-position: center;
    margin-bottom: 2px;
    margin-right: 3px;
}

.products-item-option, .product-open_option {
    display: flex;
    align-items: flex-end;
}

.contact-info-title_text {
    font-weight: 300;
    font-size: 12px;
}

.contact-info-phone .contact-info-title_text:before {
    content: " ";
    width: 10px;
    height: 10px;
    background: url(../img/svg/phoneYellow.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 3px;
}

.contact-info-clock .contact-info-title_text:before {
    content: " ";
    width: 10px;
    height: 10px;
    background: url(../img/svg/clockYellow.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 3px;
}

.contact-info-contains a, .contact-info-contains span {
    font-family: 'Bebas Neue';
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

.contact-info-contains {
    margin-left: 13px;
}

.contact-info-phone .contact-info-contains {
    margin-top: 6px;
}

.contact-info-title {
    margin-bottom: 2px;
}

.contact-info-wrap {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact-address {
    font-family: 'Bebas Neue';
    font-size: 16px;
}

.contact-address {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 18px;
}

.contact-address:before {
    content: " ";
    width: 14px;
    height: 14px;
    background: url(../img/svg/address.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.delivery-block {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 25px 20px;
    padding-top: 20px;
    margin-bottom: 13px;
}

.delivery-item {
    margin-bottom: 5px;
}

.delivery-block_title {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

.delivery-item-cour .delivery-item_icon {
    width: 54px;
    height: 44px;
    background: url(../img/svg/delivery.svg) no-repeat center;
    background-size: 53px;
    margin: auto;
}

.delivery-item-takeSelf .delivery-item_icon {
    width: 39px;
    height: 44px;
    background: url(../img/svg/takeSelf.svg) no-repeat center;
    background-size: 52px;
    margin: auto;
}

.delivery-list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 196px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23px;
}

.delivery-item_text {
    font-size: 14px;
    margin-top: 7px;
}

.delivery-pay_icon {
    width: 48px;
    height: 48px;
    background: url(../img/svg/price.svg) no-repeat center;
    background-size: 52px;
    margin: auto;
}

.delivery-pay_title {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

.delivery-block-pay .delivery-list {
    width: auto;
    justify-content: center;
}

.delivery-pay_subTitle {
    font-weight: 300;
    font-size: 12px;
    margin-top: 6px;
}

.delivery-block-payWay .delivery-list {
    width: 425px;
}

.delivery-block-payWay .delivery-item {
    min-width: 115px;
}

.delivery-item-payRest .delivery-item_icon {
    width: 45px;
    height: 43px;
    background: url(../img/svg/cashRest.svg) no-repeat center;
    background-size: 50px;
    margin: auto;
}

.delivery-item-payCour .delivery-item_icon {
    width: 45px;
    height: 43px;
    background: url(../img/svg/cashCour.svg) no-repeat center;
    background-size: 50px;
    margin: auto;
}

.delivery-item-paySelf .delivery-item_icon {
    width: 45px;
    height: 43px;
    background: url(../img/svg/card.svg) no-repeat center;
    background-size: 50px;
    margin: auto;
}

.politic-block {
    border: 1px solid #e3e4e4;
    border-radius: 10px;
    padding: 15px 20px;
    padding-bottom: 25px;
}

.politics-content {
    margin-top: 20px;
}

.politic-block_title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}

body {
    counter-reset: list;
}

.politic-item_title {
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.politic-item_title:before {
    counter-increment: list; /* Инкрементирует счётчик*/
    content: "" counter(list) ". ";
    position: relative;
    z-index: 2;
}

.politic-item_title:after {
    content: " ";
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    background: #fbf66f;
    position: absolute;
    left: -4px;
    top: 0px;
}

.politic-item_desc {
    font-weight: 300;
    font-size: 14px;
}

.politic-item {
    margin-bottom: 20px;
}

.politic-blocks {
    display: flex;
    justify-content: space-between;
}

.politic-blocks .politic-block {
    width: calc(50% - 10px);
}

.footer-column, .footer-column-menu-inner {
    display: flex;
}

.choose-wrap-header {
    display: flex;
    align-items: center;
}

header {
    z-index: 9;
}

.mobile-menu {
    display: none;
}

.mobile-menu .mobile-menu_icon {
    position: relative;
}

.mobile-menu .mobile-menu_icon:after {
    content: " ";
    width: 30px;
    height: 30px;
    background: url(../img/svg/cats.svg) no-repeat center;
    min-width: 30px;
    z-index: 2;
    display: block;
    background-size: 40px;
    position: relative;
}

.mobile-menu .mobile-menu_icon:before {
    content: " ";
    position: absolute;
    width: 36px;
    height: 36px;
    background: #faf44b;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 5px;
}

.total-mobile {
    display: none;
}

.close-but {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: #f9f9f9;
}

.close-but .close-but-inner {
    width: 20px;
    height: 20px;
    background: url(../img/svg/close.svg) no-repeat center;
    background-size: contain;
}

.product-open-mobile {
    display: none;
}

.minicart-ddk, .woocommerce-Price-currencySymbol {
    display: none;
}

.added_to_cart {
    font-size: 0;
    color: rgba(255, 255, 255, 0);
}

body:not(.home) .categories_title .categories-icon:before {
    background: unset;
}

.categories-icon.categories-icon-d {
    margin-right: 0 !important;
}

.home .categories-text, .current-cut .category-text {
    font-weight: 700;
}

.home .breadcrumbs {
    display: none;
}

.woocommerce ul.products {
    width: 100%;
}

.single-product form.cart input {
    width: 18px !important;
}

.related.products .products, .upsells.products .products {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
}

@media (min-width: 630px) {
    body .products-item .products-item-inner {
        transition: all 0.2s;
    }

    body .products-item:hover .products-item-inner {
        box-shadow: 0px 0px 7px 0px #00000030;
    }
}


.related.products, .upsells.products {
    padding-left: 63px;
}

.related.products h2, .upsells.products h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 24px;
}

.woocommerce section {
    padding-top: 31px;
}

.related.products ul.products, .up-sells ul.products ul.products {
    justify-content: flex-start !important;
}

.woocommerce .related.products ul.products, .woocommerce-page .related.products ul.products, .woocommerce .up-sells.products ul.products, .woocommerce-page .up-sells.products ul.products {
    flex-direction: row !important;
}

.wp-embedded-content {
    display: none !important;
}

.price-before-block_title {
    font-weight: 300;
    font-size: 14px;
}

.price-before-block_data {
    font-weight: 700;
    font-size: 20.48px;
}

.checkout_price_title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.checkout_price_data {
    font-size: 20.48px;
}

.price-before-block, .checkout_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-checkout .total-block {
    display: none;
}

.checkout_price-before {
    margin-top: -5px;
    border-top: 1px solid #e0e0e1;
    padding-top: 5px;
    padding-bottom: 10px;
}

.checkout_price-before {
    position: relative;
}

.checkout_price-before:before {
    content: " ";
    width: 140px;
    height: 1px;
    background: #e0e0e1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.checkout_price {
    margin-bottom: 18px;
    margin-top: 15px;
}

.page-checkout-content {
    margin-top: 17px;
}

.data-check_title {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    color: #37393e;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-checkout .page-all-wrap .page-title.contact-title {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.input-blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.input-blocks p {
    margin: 0;
}

.input-blocks p input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #37393e !important;
    opacity: 0.6;
}

.input-blocks p input::-moz-placeholder { /* Firefox 19+ */
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #37393e !important;
    opacity: 0.6;
}

.input-blocks p input:-ms-input-placeholder { /* IE 10+ */
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #37393e !important;
    opacity: 0.6;
}

.input-blocks p input:-moz-placeholder { /* Firefox 18- */
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #37393e !important;
    opacity: 0.6;
}

.input-blocks p input[type="text"], .input-blocks p input[type="tel"] {
    line-height: 40px;
    border: 1px solid #e8e8e9;
    border-radius: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.input-blocks {
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
}

.input-blocks p {
    width: 50% !important;
    padding-left: 7px;
    padding-right: 7px;
}

.data-check_title {
    margin-top: 23px;
    margin-bottom: 30px;
}

.data-check-block .fields-wrap {
    padding-bottom: 25px;
}

.data-check-block-inner {
    border: 1px solid #e8e8e9;
    border-radius: 10px;
    margin-bottom: 15px;
}

.data-check_title {
    position: relative;
}


.woocommerce-billing-fields__field-wrapper .data-check-block .data-check_title:before {
    content: "01";
    font-size: 72.97px;
    color: #e6e6e6;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    z-index: -1;
    opacity: 0.3;
}

.woocommerce-billing-fields__field-wrapper .data-check-block:nth-child(2) .data-check_title:before {
    content: "02";
}

#shipping_method li label {
    font-size: 17px;
    font-weight: 400;
    color: #37393e;
}

#shipping_method li {
    cursor: pointer;
}


#shipping_method li input:checked + label {
    font-weight: 700;
}

#shipping_method li {
    position: relative;
}

#shipping_method li label:before {
    content: " ";
    width: 6px;
    height: 6px;
    border: 5px solid #ebebeb;
    background: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    cursor: pointer;
}

#shipping_method li {
    padding-left: 27px;
}

#shipping_method li input {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%);
}


#shipping_method li input:checked + label:before {
    border-color: #37393e;
    background: #faf44b;

}


#delivery_date_now_field .optional {
    position: relative;
    width: 16px;
    height: 16px;
    border: 5px solid #ebebeb;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 0 !important;
    color: rgba(255, 255, 255, 0);
}

#delivery_date_now_field .checkbox {
    font-size: 0 !important;
    color: rgba(255, 255, 255, 0);
    display: block;
    position: relative;
}

#delivery_date_now {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


#delivery_date_now_field input:checked + .optional {
    border-color: #37393e;
    background: #faf44b;

}

#delivery_date_now_field {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.input-blocks #shipping_method {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0 !important;
}

#shipping_method li label {
    line-height: 1.3 !important;
}

.price-before-block_data .cur_d, .checkout_price_data .cur_d {
    font-weight: 300;
    font-size: 11.7px;
    color: #37393e;
}

.timeBlock {
    display: flex;
    padding-left: 20px;
    flex-direction: column;
}

.timeBlock-info {
    display: flex;
    align-items: center;
}

.timeBlock_title {
    font-weight: 300;
    font-size: 14px;
    color: #37393e;
}

.timeBlock .choose-title-button {
    margin-bottom: 0;
    margin-left: 7px;
}

.input-blocks-deliv {
    margin-top: 35px;
    margin-top: 0;
}

.checkout.woocommerce-checkout > .data-check-block .input-blocks-deliv {
    margin-top: 35px;
}

.deliv-addr {
    display: flex;
    width: 100%;
}

.input-blocks p#billing_address_1_field {
    width: 100% !important;
}

.input-blocks p#buildDDK_field {
    width: 24.4444% !important;
}

.deliv-block {
    width: 100%;
}

.deliv-block {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#shipping_method li {
    margin-bottom: 15px !important;
}

.deliv-addr-text {
    font-weight: 300;
    font-size: 14px;
    color: #37393e;
    text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}

.deliv-addr-text {
    padding-left: 7px;
    padding-right: 7px;
}

.deliv-input-left {
    display: flex;
    flex-wrap: wrap;
}

.deliv-input {
    display: flex;
    flex-wrap: wrap;
}

.deliv-input .input-blocks p {
    padding-left: 4px;
    padding-right: 4px;
}

.deliv-input-left {
    width: 75.5555%;
}

.deliv-input-right {
    width: 24.4444%;
}

.input-blocks .deliv-input-left p {
    width: 33.33333% !important;
}

.input-blocks .deliv-input-right p {
    width: 100% !important;
}

.input-blocks .deliv-input-textarea .deliv-input-left p {
    width: 100% !important;
}

.input-blocks-deliv p {
    margin-bottom: 10px;
}

.input-blocks-deliv p#delivery_date_field {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 77px !important;
    margin-left: auto;
}

.deliv-inputs-block {
    margin-top: 25px;
}

.cart-product-quantity-wrap {
    display: flex;
}

.cart-product-quantity_title {
    margin-left: 18px;
    font-weight: 300;
    font-size: 14px;
    color: #37393e;
}

.deliv-last-seatings {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 5px;
    width: 100%;
}

.saltPepper li {
    list-style: none;
}

.saltPepper ul {
    margin: 0;
    padding: 0;
}

.saltPepper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.saltPepper ul, .deliv-last-seatings {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.saltPepper_title {
    margin-right: 12px;
}

.saltPepper_title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

.cart-product-quantity-wrap {
    margin-right: 20px;
}

.saltPepper label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}


.saltPepper li label {
    font-size: 17px;
    font-weight: 400;
    color: #37393e;
}

.saltPepper li {
    cursor: pointer;

}


.saltPepper li input:checked + label {
    font-weight: 700;
}

.saltPepper li {
    position: relative;
    margin-right: 10px;
}

.saltPepper li label:before {
    content: " ";
    width: 6px;
    height: 6px;
    border: 5px solid #ebebeb;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.saltPepper li {
    padding-left: 20px;
}

.saltPepper li input {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    z-index: 5;
    cursor: pointer;
}


.saltPepper li input:checked + label:before {
    border-color: #37393e;
    background: #faf44b;
}

.checkout.woocommerce-checkout > .data-check-block .data-check_title:before {
    content: "03";
    font-size: 72.97px;
    color: #e6e6e6;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    z-index: -1;
    opacity: 0.3;
}


.woocommerce-checkout form[name=checkout] {
    display: block !important;
}

.wc_payment_methods.payment_methods.methods {
    margin: 0;
    padding: 0;
    width: 100%;
}

.payment_box {
    display: none !important;
}


#payment li label {
    font-size: 17px;
    font-weight: 400;
    color: #37393e;

}

#payment li {
    cursor: pointer;
    text-align: left;
}


#payment li input:checked + label {
    font-weight: 700;
}

#payment li {
    position: relative;
}

#payment li label:before {
    content: " ";
    width: 6px;
    height: 6px;
    border: 5px solid #ebebeb;
    background: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    cursor: pointer;
}

#payment li {
    padding-left: 27px;
    margin-bottom: 15px;
}

#payment li input {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%);
}


#payment li input:checked + label:before {
    border-color: #37393e;
    background: #faf44b;

}

.input-blocks #payment {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0 !important;
    width: 100%;
    text-align: center;
    position: relative;
}

.input-blocks.input-blocks-deliv {

}


#payment li label {
    line-height: 1.3 !important;
}

.payment_methods.methods li {
    list-style: none;
}

.payment_methods.methods {
    margin: 0 !important;
    padding: 0;
}

#place_order {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    line-height: 35px;
    cursor: pointer;
}

#place_order:before {
    content: " ";
    width: 35px;
    height: 35px;
    background: #f4ee4b;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset !important;
    margin-top: 20px;
}

#billing_country_field {
    display: none;
}

.input-blocks p#personDDK_field, .woocommerce form .form-row#personDDK_field .input-text, .woocommerce-page form .form-row#personDDK_field .input-text {
    width: unset !important;
    margin-bottom: unset !important;
    line-height: 16px;
}

.woocommerce form .form-row#personDDK_field .input-text {
    width: 25px !important;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    line-height: 18px;
    border: 0 !important;
}

.input-blocks-deliv p#personDDK_field {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#personDDK_field .woocommerce-input-wrapper {
    display: flex !important;
}

 .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none !important;
} 

.pay-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -10px;
}

.woocommerce form .form-row .input-text#lostDDK, .woocommerce-page form .form-row .input-text#lostDDK {
    width: 80px;
}

.input-blocks p#lostDDK_field {
    width: unset !important;
    margin-bottom: 0 !important;
}

.pay_title {
    white-space: nowrap;
}

.pay-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#shipping_method .woocommerce-Price-amount.amount, .woocommerce-notices-wrapper {
    display: none !important;
}


body:not(.woocommerce-checkout) .checkout_price-before, body:not(.woocommerce-checkout) .checkout_price {
    display: none !important;
}


/* Choose restaurant popup */
.choose-restaurant {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh; /* height: 100vh; */
    z-index: 9999;
    display: none;
}

.choose-restaurant__wrapper {
    min-height: 100vh;
    padding: 55px 50px 55px;
    background: #fff;
    background-size: cover;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.choose-restaurant-logo {
    margin-bottom: 70px;
    text-align: center;
    display: none;
}

.choose-city-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.city-label {
    background-color: transparent;
    color: #000000;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-bottom: 1px dashed #000000;
}

.choose-city__sep {
    margin: 0 15px;
    border-left: 1px solid #000000;
}

.choose-restaurant-title {
    margin-bottom: 40px;
    text-align: center;
    color: #000000;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
}

/* Legacy style */
.choose-restaurant-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.choose-rest-item__box {
    height: 100%;
    width: 215px; /* margin: 0 75px; */
    padding: 30px 25px 25px;
    background-color: #262627;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.choose-rest-item {
    margin-right: 35px;
    margin-left: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.choose-rest-item__box:hover {
    border-color: rgba(253, 234, 67, 0.25);
    -webkit-box-shadow: 0 0 15px 5px rgba(253, 234, 67, 0.25);
    box-shadow: 0 0 15px 5px rgba(253, 234, 67, 0.25);
}

.choose-restaurant-photo {
    position: relative;
    display: block;
    text-align: center;
}

.choose-restaurant__name-wrap {
    position: absolute;
    bottom: 17px;
    left: calc(50% - 125px);
    display: block;
    width: 250px;
    padding: 6px 5px 2px;
    background-color: #ffffff;
    line-height: 1;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 5px rgba(70, 70, 70, 0.3);
    box-shadow: 0 0 15px 5px rgba(70, 70, 70, 0.3);
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
}

.choose-restaurant__name {
    color: #1D1D1B;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.choose-restaurant__addr {
    margin-top: 30px;
}

.choose-restaurant__addr, .choose-restaurant-phones-list a {
    display: block;
    color: #ffffff;
    font-family: 'Bebas Neue', 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.choose-restaurant__addr:visited {
    color: #ffffff;
}

.choose-restaurant__addr:hover, .choose-restaurant-phones-list a:hover {
    color: #fdea43;
}

.choose-restaurant__sep {
    margin: 5px 0;
    color: #fdea43;
    line-height: 1;
    text-align: center;
}

.choose-restaurant-phones-list {
    margin-bottom: 15px;
    text-align: center;
}

.choose-restaurant-phones-list a {
    display: block;
}

.choose-restaurant-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: 'Bebas Neue', 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
}

.choose-restaurant-time img {
    margin-right: 5px;
}

.choose-restaurant-work-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.choose-restaurant-delivery {
    color: #fdea43;
    font-family: 'Bebas Neue', 'Roboto', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
}

.choose-restaurant__close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
}

.choose-restaurant__close img {
    height: 25px;
    width: 25px;
}

/* MEDIA QUERIES */
@media (max-width: 1150px) {
    .choose-rest-item {
        margin-right: 25px;
        margin-left: 25px;
    }

    .choose-rest-item__box {
        width: 180px;
    }

    .choose-restaurant-photo img {
        height: 128px;
        width: 128px;
    }

    .choose-restaurant__name-wrap {
        left: calc(50% - 110px);
        bottom: 7px;
        width: 220px;
    }
}

@media (max-width: 1024px) {
    .choose-restaurant__wrapper {
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        height: auto;
    }

    .choose-restaurant-logo {
        margin-bottom: 50px;
    }

    .choose-restaurant__name-wrap {
        left: calc(50% - 100px);
        bottom: 5px;
        width: 200px;
    }

    .choose-rest-item {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 900px) {
    .choose-rest-item__box {
        width: 150px;
        padding: 15px 10px 15px;
    }

    .choose-restaurant-photo {
        display: block;
    }

    .choose-restaurant-photo img {
        height: 120px;
        width: 120px;
    }

    .choose-restaurant__name-wrap {
        left: calc(50% - 85px);
        bottom: 5px;
        width: 170px;
    }

    .choose-restaurant-logo img {
        height: 77px;
        width: 150px;
    }
}

@media (max-width: 820px) and (max-height: 400px) {
    .choose-restaurant-logo {
        margin-bottom: 15px;
    }

    .choose-restaurant-logo {
        position: absolute;
        top: 20px;
        left: 20px;
        margin-bottom: 0;
    }

    .choose-restaurant-logo img {
        height: 51px;
        width: 100px;
    }

    .choose-restaurant-title {
        margin-bottom: 30px;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .choose-restaurant__wrapper {
        padding: 30px 50px;
    }

    .choose-restaurant-logo {
        position: absolute;
        top: 20px;
        left: 20px;
        margin-bottom: 0;
    }

    .choose-restaurant-logo img {
        height: 51px;
        width: 100px;
    }

    .choose-city-wrapper {
        margin-bottom: 10px;
    }

    .choose-restaurant-title {
        margin-bottom: 30px;
        font-size: 1.5rem;
    }

    .choose-restaurant-container ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .choose-restaurant-container li {
        width: 50%;
        margin: 0 0 20px;
    }

    .choose-rest-item__box {
        margin: 0 auto;
    }

    .choose-restaurant-photo img {
        height: 100px;
        width: 100px;
    }

    .choose-restaurant__addr {
        margin-top: 15px;
    }

    .choose-restaurant__name {
        font-size: 1.1rem;
    }

    .choose-restaurant__name-wrap {
        padding: 3px 0px 1px;
    }
}

@media (max-width: 500px) {

    .footer-column-menu-inner {
        flex-direction: column;
        justify-content: center;
    }

    .choose-restaurant__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
        height: auto;
    }

    .choose-restaurant-logo {
        display: none;
    }

    /*.choose-restaurant__close { top: 25px; right: 25px; }*/
    .choose-restaurant-container li {
        line-height: 1;
    }

    .choose-restaurant-title {
        margin-bottom: 20px;
        font-size: 1.1rem;
    }

    .choose-restaurant-photo img {
        height: 70px;
        width: 70px;
    }

    .choose-restaurant__name-wrap {
        bottom: 0;
        left: calc(50% - 75px);
        width: 150px;
    }

    .choose-restaurant__name-wrap {
        padding: 2px 0 1px;
    }

    .choose-restaurant__name {
        font-size: 0.9rem;
    }

    .choose-restaurant__addr, .choose-restaurant-phones-list a {
        font-size: 0.85rem;
    }

    .choose-rest-item__box {
        width: 140px;
        padding: 10px 5px 10px;
    }

    .choose-restaurant__close {
        top: 15px;
        right: 15px;
    }

    .choose-restaurant__close img {
        height: 20px;
        width: 20px;
    }

    .choose-restaurant-time {
        font-size: 0.85rem;
    }

    .choose-restaurant-time img {
        display: none;
    }
}

.right-part.active .cart-product-list, .right-part.active .cart-top {
    display: block !important;
}

.right-part.active {
    height: calc(100%);
    top: 0 !important;
    z-index: 999;
}



:root {
    --app-height: 100%;
 }
 
 html.scroll-hide{
     padding: 0;
     margin: 0;
     overflow: hidden;
     width: 100vw;
     height: 100vh;
     height: var(--app-height);
 }

 body.scroll-hide{
    overflow: hidden;
    width: 100vw;
    height: 100%;  
    margin: 0;
 }
/*
 .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
    display: none;
 }
*/






.choose-rest-item {
    display: none;
}

.choose-rest-item.active {
    display: block;
}

.blockOverlay, .hidden-d {
    display: none !important;
}


.woocommerce-billing-fields__field-wrapper.hideFields #billing_address_1_field, .woocommerce-billing-fields__field-wrapper.hideFields .deliv-inputs-block .deliv-input:not(.deliv-input-textarea) {
    display: none !important;
}

.woocommerce-billing-fields__field-wrapper.hideFields .deliv-addr-text {
    display: none;
}

.woocommerce-billing-fields__field-wrapper.hideFields .deliv-inputs-block {
    margin-top: 0;
}

.deliv-inputs-block {
    width: 100%;
}

.payHide .pay-short-change {
    display: none;
}

.choose-wrap-header-mobile {
    display: none;
}


@media (min-width: 992px) {


    .input-blocks #payment:before {
        content: " ";
        width: 258px;
        height: 258px;
        position: absolute;
        background: #37393e;
        display: block;
        border-radius: 50%;
        opacity: 0.03;
        top: calc(100% - 60px);
        right: calc(50% - 129px);
        z-index: -1;
    }


    .checkout.woocommerce-checkout .data-check-block-inner {
        overflow: hidden;
    }


    .scroll-all .cart-product-list {
        max-height: calc(100vh - 400px);
        overflow: auto;
    }

    .cart-product-list {
        max-height: calc(100vh - 400px);
        overflow: auto;
    }

    .woocommerce-checkout.scroll-all .cart-product-list {
        max-height: calc(100vh - 500px);
        overflow: auto;
    }

    .woocommerce-checkout .cart-product-list {
        max-height: calc(100vh - 390px);
        overflow: auto;
    }

    body:not(.woocommerce-checkout) .cart-block .before {
        position: absolute;
        display: block;

        bottom: 0;
        right: 0px;
        z-index: -1;
        background: url('../img/svg/checkout.png') no-repeat right bottom;
        width: 320px;
        height: 233px;
    }

    .woocommerce-checkout .cart-block .before {
        position: absolute;
        display: block;

        bottom: 0;
        right: 0px;
        z-index: -1;
        background: url('../img/checkout2.png') no-repeat right bottom;
        width: 320px;
        height: 233px;
    }

    .cart-block {
        position: relative;
    }


}

.input-blocks .deliv-input-textarea p {
    width: 100% !important;
}

#billing_city_field {
    display: none !important;
}

.choose-restaurant-class .choose-restaurant {
    display: block;
}

.choose-restaurant-class {
    max-height: 100vh;
    overflow: hidden !important;
}


.choose-text-title {
    cursor: pointer;
}


.cart-product-info-quantity .minus {

}

.cart-product-info-quantity .plus {
    background: url(../img/svg/plus.svg) #e6e6e6 no-repeat center;
    width: 18px;
    height: 18px;
    color: #00000000;
    background-size: 9px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.cart-product-info-quantity .minus {
    background: url(../img/svg/minus.svg) #e6e6e6 no-repeat center;
    width: 18px;
    height: 18px;
    color: #00000000;
    background-size: 9px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.input-blocks p input[name="delivery_date"] {
    min-width: 130px;
    text-align: center;
}

body.fullHeight, html {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.fullHeight header {
    flex: 0 0 auto;
}

.choose-wrap-header-mobile {
    flex: 0 0 auto;

}

body.fullHeight > .container {
    flex: 1 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.fullHeight.single-product > .container {
    align-items: flex-start;
}

body.fullHeight .footer {
    flex: 0 0 auto;
}

.not_found_title {
    font-size: 120px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.not_found_subTitle {
    font-size: 24px;
}

.contact-map iframe {
    height: 250px;
}

.contact-logo_nameInner {
    font-family: 'Bebas Neue';
    font-size: 14.29px;
    font-weight: 700;
    color: #fff;
}

.contact-logo_name {
    /*
    position: absolute;
    bottom: 17px;
    left: calc(50% - 125px);
    */
    padding: 0px 5px 0px;
    background-color: #37393e;
    line-height: 19px;
    text-align: center;
    -webkit-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    transform: skewY(-8deg);
    display: block;
    width: 152px;
    margin-left: auto;
    margin-right: auto;

}

.contact-logo-block {
    position: relative;
}

.contact-logo_name {
    margin-top: -36px;
}

.datepick-inner {
    display: none;
    margin-top: 10px;
    margin-bottom: 5px;
}

.hidden_page {
    opacity: 0;
}

.woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-pagination{
display: none !important;
}







  
 



