@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes wobble-hor-bottom {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(10%) rotate(6deg);
        transform: translateX(10%) rotate(6deg);
    }

    30% {
        -webkit-transform: translateX(-5%) rotate(-6deg);
        transform: translateX(-5%) rotate(-6deg);
    }

    45% {
        -webkit-transform: translateX(5%) rotate(3.6deg);
        transform: translateX(5%) rotate(3.6deg);
    }

    60% {
        -webkit-transform: translateX(-2%) rotate(-2.4deg);
        transform: translateX(-2%) rotate(-2.4deg);
    }

    75% {
        -webkit-transform: translateX(1%) rotate(1.2deg);
        transform: translateX(1%) rotate(1.2deg);
    }
}

@keyframes wobble-hor-bottom {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(10%) rotate(6deg);
        transform: translateX(10%) rotate(6deg);
    }

    30% {
        -webkit-transform: translateX(-5%) rotate(-6deg);
        transform: translateX(-5%) rotate(-6deg);
    }

    45% {
        -webkit-transform: translateX(5%) rotate(3.6deg);
        transform: translateX(5%) rotate(3.6deg);
    }

    60% {
        -webkit-transform: translateX(-2%) rotate(-2.4deg);
        transform: translateX(-2%) rotate(-2.4deg);
    }

    75% {
        -webkit-transform: translateX(1%) rotate(1.2deg);
        transform: translateX(1%) rotate(1.2deg);
    }
}


@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 200;
    src: url("../../fonts/YekanBakh/YekanBakhThin.woff2");
    src: url("../../fonts/YekanBakh/YekanBakhThin.woff") format("woff")
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/YekanBakh/YekanBakhLight.woff2");
    src: url("../../fonts/YekanBakh/YekanBakhLight.woff") format("woff")
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/YekanBakh/YekanBakhRegular.woff2");
    src: url("../../fonts/YekanBakh/YekanBakhRegular.woff") format("woff")
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/YekanBakh/YekanBakhMedium.woff2");
    src: url("../../fonts/YekanBakh/YekanBakhMedium.woff") format("woff")
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/YekanBakh/YekanBakhBold.woff2");
    src: url("../../fonts/YekanBakh/YekanBakhBold.woff") format("woff")
}

@font-face {
    font-family: YekanBakh;
    font-style: normal;
    font-weight: 800;
    src: url("../../fonts/YekanBakh/YekanBakhHeavy.woff2");
    src: url("../../fonts/YekanBakh/YekanBakhHeavy.woff") format("woff")
}

@font-face {
    font-family: YekanBakhFat;
    font-style: normal;
    font-weight: bold;
    src: url("../../fonts/YekanBakh/YekanBakhFat.woff2");
    src: url("../../fonts/YekanBakh/YekanBakhFat.woff") format("woff")
}

body {
    font-family: YekanBakh;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

#content {
    padding: 0 !important;
}

svg {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

a:focus,
a:active,
a:visited {
    outline: 0;
}

button {
    font-family: inherit;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 20px var(--body-menu-main);
}

.body-menu-main {
    font-family: YekanBakh;
}

:root {
    --body-menu-main: #036666;
    --stroke: #E0E0E0;
    --text: #0A0A0A;
    --gray-light: #f4f4f4;
    --gray-dark: #737373;
    --black: #071117;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

.body-menu-main {
    padding: 0 16px 32px;
}

/* Elements */
.body-menu-main__group {
    margin: 0 0 36px;
}

/* Modifiers */
/*
.body-menu-main--sections-tabs .body-menu-main__group {
  display: none;
}
*/

.body-menu-main--sections-tabs .body-menu-main__group:first-of-type {
    display: block;
}

body button {
    font-family: YekanBakh;
}


/* Block. */
.button,
.drawer__cart .mini-cart__buttons .button.checkout,
.drawer__close {
    display: inline-block;
    border: 2px solid #000;
    background: none;
    padding: 0 24px;
    height: 40px;
    line-height: 36px;
    white-space: nowrap;
    border-radius: 20px;
    color: #000;
    text-transform: none;
    margin: 0;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.button:active,
.drawer__cart .mini-cart__buttons .button.checkout:active,
.drawer__close:active,
.button:focus,
.drawer__cart .mini-cart__buttons .button.checkout:focus,
.drawer__close:focus {
    outline: none;
}

.button--active,
.button:active,
.drawer__cart .mini-cart__buttons .button.checkout:active,
.drawer__close:active,
.button:focus,
.drawer__cart .mini-cart__buttons .button.checkout:focus,
.drawer__close:focus,
.button--hover,
.button:hover,
.drawer__cart .mini-cart__buttons .button.checkout:hover,
.drawer__close:hover {
    /*border-color: #000;*/
    /*background: #000;*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*-webkit-box-shadow: none;*/
    /*        box-shadow: none;*/
}

/* Modifiers */
.button--filled,
.drawer__cart .mini-cart__buttons .button.checkout {
    color: var(--body-menu-main);
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.mini-cart-wrapper ul.mini-cart button.edit-cart-item__button::after {
    right: 4px;
    border-top-color: var(--body-menu-main);
    border-right-color: var(--body-menu-main);
}

.button.edit-cart-item__button.button--filled:hover,
.button.edit-cart-item__button.button--filled:focus {
    background-color: transparent;
    color: var(--body-menu-main);
}

.button--filled--hover,
.button--filled:hover,
.drawer__cart .mini-cart__buttons .button.checkout:hover {
    /*background: #000 !important;*/
    /*color: #fff;*/
}

.button--full {
    width: 100%;
}

.button--loading {
    position: relative;
}

.button--loading::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin 0.6s ease-out infinite;
    animation: spin 0.6s ease-out infinite;
}

.quantity-roller__roller .button--loading::after {
    border-top-color: var(--body-menu-main);
    border-right-color: var(--body-menu-main);
    right: -7px;
}

.sb-container.button--loading::after {
    border-top: 2px solid var(--body-menu-main);
    border-right: 2px solid var(--body-menu-main);
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.button.button--out-of-stock,
.drawer__cart .mini-cart__buttons .button--out-of-stock.button.checkout,
.button--out-of-stock.drawer__close,
.button.button--out-of-stock.button--hover,
.drawer__cart .mini-cart__buttons .button--out-of-stock.button--hover.button.checkout,
.button--out-of-stock.button--hover.drawer__close,
.button.button--out-of-stock:hover,
.drawer__cart .mini-cart__buttons .button--out-of-stock.button.checkout:hover,
.button--out-of-stock.drawer__close:hover,
.button.button--out-of-stock:focus,
.drawer__cart .mini-cart__buttons .button--out-of-stock.button.checkout:focus,
.button--out-of-stock.drawer__close:focus,
.button.button--out-of-stock:active,
.drawer__cart .mini-cart__buttons .button--out-of-stock.button.checkout:active,
.button--out-of-stock.drawer__close:active {
    cursor: not-allowed;
    color: #a8bdc7;
}

.-button-style-square .button,
.-button-style-square .drawer__cart .mini-cart__buttons .button.checkout,
.drawer__cart .mini-cart__buttons .-button-style-square .button.checkout,
.-button-style-square .drawer__close {
    border-radius: 0;
}

/* Block */
/* Modifiers */
.input--select,
select.input--select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 10px;
    border: 2px solid #E6ECEF;
    border-radius: 8px;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c1cfd7'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 16px;
    background-position: calc(100% - (100% - 14px)) 19px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.input--select:focus,
select.input--select:focus {
    outline: none;
    border-color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>");
}

.input.input--text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 10px;
    border: 2px solid #E6ECEF;
    border-radius: 8px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input.input--text:focus {
    outline: none;
    border-color: #000;
    background-color: #fff;
}

/* Block */
.body-menu-main__sections h2.category-heading__title {
    display: none;
}

/* Block */
.products-list {
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list:last-child {
    margin-bottom: 0;
}


@media screen and (min-width: 480px) {
    .products-list .product__hero {
        width: 200px;
        position: relative;
    }

}

@media screen and (min-width: 480px) {
    .products-list .product__image {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (min-width: 480px) {
    .products-list .product__content-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
}

.products-list .product__actions {
    margin-top: 16px;
}


/* Elements */
.products-list.single-column-card-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-list__item {
    width: 100%;
    margin: 0 0 24px;
}

.products-list__item.single-column-card {
    width: calc(50% - 4px);
    margin: 4px 0;
}

/* Modifiers */
@media screen and (min-width: 540px) {
    .products-list--grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px;
    }
}

@media screen and (min-width: 768px) {
    .products-list--grid .products-list__item {
        margin: 0 0 24px;
        padding: 0 12px;
        width: 100%;
    }

    .products-list--grid .products-list__item.single-column-card {
        width: 100%;
    }
}


@media screen and (min-width: 992px) {
    .products-list--grid .products-list__item.single-column-card {
        width: 50%;
    }
}

@media screen and (min-width: 1120px) {
    .products-list--grid .products-list__item {
        width: 33.33%;
    }

    .products-list--grid .products-list__item.single-column-card {
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    .products-list--grid .product {
        padding: 0 0 88px;
        display: block;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

@media screen and (min-width: 768px) {
    .products-list--grid .product__hero {
        width: auto;
    }

    .products-list--grid .product__hero img {
        -o-object-fit: fill;
        object-fit: fill;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .products-list--grid .product__content-wrap {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .products-list--grid .product__actions {
        padding: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {

    .products-list__item .product.out-of-service {
        cursor: not-allowed;
        pointer-events: none;
    }
}

.product .product__title {
    font-size: 20px;
    font-weight: bold;
}

.drawer__inner .product__title {
    text-align: center;
}

/* Block */
.product {
    position: relative;
}


.drawer .product>div {
    z-index: 2;
}

/* Elements */
.product .food-info {
    display: flex;
    justify-content: space-between;
}

.products-list__item.single-column-card .product .food-info {
    flex-direction: column-reverse;
    align-items: center;
}

.product .product__hero {
    width: 250px;
    margin: 32px auto 24px auto;
    display: flex;
    align-items: center;
}

.product__hero {
    position: relative;
}


.mini-cart-header {
    display: flex;
    position: absolute;
    top: 8px;
}

.shop_table.shop_table_responsive {
    border-radius: 24px;
    background-color: var(--gray-light);
    margin-top: 24px;
    margin-bottom: 35px;
}

.shop_table>div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--stroke);
    padding: 12px 16px;
}

.shop_table .cart-static-sent {
    display: block;
    border-bottom: 1px solid var(--stroke);
    padding: 12px 16px;
}

.cart-static-sent-pay {
    display: inline-block;
}

.cart-static-sent-status {
    display: inline-block;
    position: absolute;
    left: 16px;
}

.cart-static-sent-discription {
    padding-top: 8px;
    font-size: 14px;
    color: var(--gray-dark);
}


.shop_table .order-total {
    border-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.shop_table.shop_table_responsive tbody>tr:nth-child(2n+1)>td,
table tbody>tr:nth-child(2n+1)>th {
    background-color: var(--gray-light);
}

.shop_table_responsive tr {
    border-bottom: 1px solid var(--stroke);
}

.shop_table_responsive td {
    text-align: left;
    border: none;
}

.shop_table_responsive th {
    border: none;
}

.mini-cart-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.product__hero img:first-child {
    border-radius: 16px;
    margin: 0;
    display: block;
    width: 100%;
    height: auto !important;
    max-width: none !important;
    position: relative;
    z-index: 2;
}

.mini-cart-content .product__hero img:first-child {
    width: auto;
}

ul.body-menu-main__tabs>li>a img {
    max-height: 38px;
    vertical-align: middle;
    margin-left: 8px;
}

.mini-cart-content img {
    max-height: 140px;
}

.product__content {
    margin-top: 8px;
    padding-left: 8px;
    flex-basis: 50%;
}

.products-list__item.single-column-card .product__content {
    padding: 0 8px;
    min-height: 50px;
    margin-bottom: 12px !important;
}

.products-list__item.single-column-card .product__hero {
    width: 90%;
    min-height: 159px;
}

.product__content :last-child {
    margin-bottom: 0;
}

.products-list__item .product__description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 4px 8px;
    margin: 0 -8px 14px -8px;
    border-radius: 4px;
}

.products-list__item .product__description:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.products-list__item .product__description:active {
    background-color: rgba(0, 0, 0, 0.05);
}

/* حالت expanded - نمایش کامل توضیحات */
.products-list__item.product-expanded .product__description {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
    max-height: none;
}

/* بزرگ کردن باکس محصول در حالت expanded */
.products-list__item.product-expanded {
    z-index: 10;
    position: relative;
    width: 100% !important;
}

@media screen and (min-width: 992px) {
    .products-list--grid .products-list__item.product-expanded {
        width: 100% !important;
    }
}

@media screen and (min-width: 1120px) {
    .products-list--grid .products-list__item.product-expanded {
        width: 100% !important;
    }
}

.products-list__item.product-expanded .product {
    min-height: auto;
    height: auto;
    padding-bottom: 24px;
}

.products-list__item.product-expanded .product__description {
    white-space: normal;
    word-wrap: break-word;
}

.product__description_Price {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 14px;
    margin: 0;
    font-size: 14px;
}

.products-list__item.single-column-card .product__description {
    display: none;
}

.product__title {
    margin: 0 0 12px !important;
}

.product__description {
    margin: 0;
    font-size: 14px;
}

.product__tags {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none none outside;
}

img+.product__tags {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px;
    z-index: 20;
}

.product__tags li {
    margin: 6px 0 0 0;
}

.product__options {
    margin: 12px 0 24px;
    padding: 0;
    border-radius: 6px;
}

.product__options:last-child {
    margin-bottom: 0;
}

.products-list__item.single-column-card .product .product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: right;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 !important;
}

.product__options th,
.product__options td {
    background-color: transparent !important;
    padding: 0 0 12px;
    text-align: right;
    display: block;
    margin: 0;
}

.product__options th {
    font-size: 18px;
    line-height: 22px;
}

.product__options td {
    padding-bottom: 24px;
}

.product__options tr {
    padding: 0;
    margin: 0;
}

.product__options tr:last-child td {
    padding-bottom: 0;
}

.product__actions {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.products-list__item.single-column-card .product__actions {
    flex-direction: row-reverse;
    border-top: 1px solid var(--stroke);
}

.product__actions.variable {
    flex-direction: column;
    margin-top: 24px;
}

.variable__actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.variation-name {
    font-weight: bold;
    font-size: 14px;
}

.product__actions:last-child {
    margin-bottom: 0;
}


.product__actions-button {
    width: 128px;
    text-align: center;
    padding: 14px 16px;
    line-height: 32px;
}

ins span.Price-amount {
    color: #000 !important;
}

.loop-qty .added_to_cart {
    display: none;
}

del {
    color: var(--gray-dark) !important;
}

/* update button */

.product__actions__update .product__actions-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}

.product__actions__update .product__actions-button__save-update {
    flex-basis: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 8px;
    background-color: var(--body-menu-main);
    border-radius: 16px;
    cursor: pointer;
}

.product__actions__update .product__actions-button__cancel-update {
    flex-basis: 25%;
    text-align: right;
}

.product__actions__update .product__actions-button__cancel-update .product__cancel-update {
    height: 100%;
}

.product__actions__update button {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 12px 24px;
    height: auto;
}

.product__actions__update button.product__update-cart-item.button--filled:focus,
.product__actions__update button.product__update-cart-item.button--filled:hover {
    background-color: var(--body-menu-main);
}

.product__actions__update div.product__actions-price {
    margin-left: 24px;
    padding: 12px 0;
}

.product__actions__update button.product__cancel-update {
    border: none;
    color: #EA2051;
    background-color: var(--gray-light);
}

/* update button */

/* Modifiers */
.product--options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}

.product--options .product__actions {
    flex: 0 0 auto;
    margin-bottom: 16px;
    background-color: var(--body-menu-main);
    border-radius: 11px;
    align-items: stretch;
    flex-direction: row-reverse;
    cursor: pointer;
}

.product__actions .product__actions-price {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.products-list .product__actions-price {
    color: var(--black);
    padding-right: 0;
}

.products-list__item.single-column-card .product__actions-price {
    padding: 0;
    padding-left: 16px;
}

.products-list__item.single-column-card .product__actions-button {
    padding: 0;
    height: 60px;
    text-align: right;
}

.products-list__item.single-column-card .product__actions-button>button {
    height: 100%;
    width: 70%;
    font-size: 0;
    border-radius: 0;
    border-bottom-right-radius: 24px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .products-list__item.single-column-card .product__actions-button>button {
        display: block !important;
        width: 100% !important;
    }
}

.products-list__item.single-column-card .product__actions-button>button::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2864_1067)'%3E%3Cpath d='M12 5V19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2864_1067'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    display: inline;
    width: 28px;
    height: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    vertical-align: middle;
}

del {
    color: #fff;
}

.product__actions-price span.Price-amount {
    font-weight: 500;
    font-size: 20px;
}

.product__actions-price span.Price-currencySymbol {
    font-weight: 400;
    font-size: 12px;
}

.product__actions-price>del span.Price-amount {
    font-weight: 400;
    font-size: 16px;
}

del .Price-currencySymbol {
    /* display: none; */
}

ins {
    color: transparent;
}

.product__actions-price>ins span.Price-amount {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.product__actions-price>ins span.Price-currencySymbol {
    font-weight: 400;
    font-size: 12px;
}

.product--clickable {
    cursor: pointer;
}

.product__hero--title {
    overflow: hidden;
    padding: 24px 24px 0;
    margin: -24px -24px 24px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.product__hero--title:before {
    background: #fff;
    top: auto;
    right: -10px;
    left: -10px;
    bottom: -10px;
    position: absolute;
    height: 24px;
    z-index: 5;
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
}

.product__hero--title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right bottom, right top, from(rgba(24, 33, 37, 0.8)), to(rgba(24, 33, 37, 0.3)));
    background: linear-gradient(0deg, rgba(24, 33, 37, 0.8), rgba(24, 33, 37, 0.3));
    z-index: 1;
    mix-blend-mode: multiply;
}

.product__hero--title .product__image {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100% !important;
    right: 0;
    top: 0;
}

.product__hero--title .product__title {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 20px;
    font-weight: bold;
}

.products-list__item .product {
    width: 100%;
    border-radius: 32px;
    background-color: #fff;
    padding: 16px;
    border: 1px solid var(--gray-light);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products-list__item.single-column-card .product {
    padding: 16px 0 0;
}

.out-of-service .button.product__add-to-order {
    pointer-events: none;
    opacity: 0.5;
}

.products-list__item .product.out-of-service {
    cursor: not-allowed;
}

@media screen and (max-width: 480px) {
    .products-list__item .product__hero {
        width: 100%;
        max-width: 128px;
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .products-list__item .product__content-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}


@media screen and (max-width: 480px) {
    .products-list__item .product__title {
        margin: 0 0 6px !important;
    }
}

/* Block */
.tag {
    display: inline-block;
    background: #EDF2F6;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    color: #495568;
    padding: 0 12px;
    font-size: 14px;
}

/* Global */
body.drawer-open {
    overflow: hidden;
}

/* Block */
.drawer-overlay {
    height: 100%;
    z-index: 999998;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    -webkit-transition: opacity .2s linear, visibility .1s, width 1s ease-in;
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.drawer {
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 56px -2px rgba(0, 0, 0, 0.2), 0 3px 6px -1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 56px -2px rgba(0, 0, 0, 0.2), 0 3px 6px -1px rgba(0, 0, 0, 0.4);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    overflow: hidden;
    padding: 0 12px;
    box-sizing: border-box;
}

.product-drawer-addons {
    width: 100%;
    background-color: transparent;
    height: 120px;
    border: 1px solid gray;
    border-radius: 14px;
    margin-top: 32px;
}

@media screen and (min-width: 640px) {
    .drawer {
        max-width: 600px;
    }
}

/* Elements */

.product-fields h4 {
    line-height: 22px;
    line-height: 22px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: -11px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}

.drawer__inner {
    padding: 0;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.drawer__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.drawer__cart .widget_shopping_cart_content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-top: 1px solid #E6ECEF;
}

.drawer__cart .mini-cart {
    margin: 24px 0 16px 0;
    padding: 0;
    list-style: none none outside;
    overflow: hidden;
}

.drawer__cart .mini-cart-item {
    margin: 0;
    padding: 10px 0 10px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E6ECEF;
}

.drawer__cart .mini-cart-item {
    border: 2px solid var(--gray-light);
    border-radius: 24px;
    margin-bottom: 16px;
}

.mini-cart-item .variation {
    margin: 7.5px 0;
    text-align: center;
    color: var(--body-menu-main);
    font-size: 14px;
    font-weight: 500;
}

.mini-cart-item dl.variation>dt,
.mini-cart-item dl.variation br {
    display: none;
}

.mini-cart-item .variation+br {
    display: none;
}

.drawer__cart .mini-cart-item .variation dt,
.drawer__cart .mini-cart-item .variation dd,
.drawer__cart .mini-cart-item .variation p {
    margin: 0 4px;
}

.mini-cart-content dt.variation- {
    display: none;
}

.drawer__cart .mini-cart-item .blockOverlay {
    background: #fff !important;
    opacity: 0.8 !important;
}

.drawer__cart .mini-cart-item__remove {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 20;
    color: #c7d4db;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    width: 40px;
    text-indent: 250%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.drawer__cart .mini-cart-item__remove svg {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transition: none;
    transition: none;
    fill: #c7d4db;
    margin: -10px -10px 0 0;
}

.drawer__cart .mini-cart-item__remove:hover svg {
    opacity: 0.8;
}

.-button-style-square .drawer__cart .mini-cart-item__remove {
    border-radius: 0;
}

.drawer__cart .quantity {
    font-weight: bold;
}

.drawer__cart .mini-cart__notices {
    padding: 15px 0;
    border-top: 1px solid #E6ECEF;
}

.drawer__cart .mini-cart__notices .error {
    margin: 0;
    padding: 0;
    list-style: none none outside;
}

.drawer__cart .mini-cart__notices .error li {
    border: 1px solid #E34F4F;
    background: #fce9e9;
    color: #dc2323;
    padding: 6px 12px;
    text-align: center;
    margin: 0 0 6px;
    display: block;
    border-radius: 8px;
}

.drawer__cart .mini-cart__notices .error li:last-child {
    margin-bottom: 0;
}

.drawer__cart .mini-cart__notices .button {
    display: none;
}

.mini-cart-total-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--body-menu-main);
    color: #fff;
    border-radius: 16px;
    margin-top: 16px;
    padding: 8px 16px;
}

.drawer__cart .mini-cart__total,
.drawer__cart .mini-cart__buttons {
    margin: 0;
    padding: 0;
    text-align: center;
}

.drawer__cart .mini-cart__total {
    padding: 15px 0;
}

.drawer__cart .mini-cart__buttons .button {
    display: none;
}

.drawer__cart .mini-cart__buttons .button.checkout {
    display: block;
    width: 100%;
}

.drawer__cart .services-selector__selected {
    margin: 0 0 15px;
}

.drawer__cart .services-selector__lookup {
    margin: 0 0 15px;
}

.drawer__cart .services-selector__lookup input {
    width: 100%;
    margin: 0 0 8px;
}

.drawer__cart .services-selector__lookup-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.drawer__cart .services-selector__lookup-buttons button {
    display: block;
    width: 100%;
}

.drawer__cart .services-selector__lookup-buttons button:first-child {
    margin-left: 4px;
}

.drawer__cart .services-selector__lookup-buttons button:last-child {
    margin-right: 4px;
}

.drawer__actions {
    bottom: -24px;
    margin: auto 0 -24px;
    background: #fff;
    padding: 24px 0;
    right: 0;
    left: 0;
    border-top: 1px solid #F2F2F2;
}

.drawer__actions--cart {
    border-top: none;
    padding-top: 10px;
}

.drawer__close {
    position: absolute;
    top: 16px;
    font-size: 0;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    margin: 0;
    z-index: 100;
    border-color: #c7d4db;
}

.drawer .drawer__close {
    border: none;
    position: absolute;
    left: 12px;
}

.mini-cart-header-icon .drawer__close {
    position: relative;
}

.mini-cart-header-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.mini-cart-header-icon h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.mini-cart-header-icon button {
    top: auto;
    width: 20px;
}

.drawer__close:focus,
.drawer__close:active,
.drawer__close:hover {
    background-color: transparent;
    border-color: unset;
}

.drawer__close:focus:before,
.drawer__close:focus:after,
.drawer__close:active:before,
.drawer__close:active:after,
.drawer__close:hover:before,
.drawer__close:hover:after {
    background-color: #fff;
}

.drawer .product__content {
    padding: 15px 0;
}

/* Modifiers */
.drawer-overlay--open {
    -webkit-transition: opacity .2s ease, width 0s;
    transition: opacity .2s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.drawer--open {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    font-family: YekanBakh;
}

.drawer.otp.drawer--open {
    overflow-y: auto;
}

a.checkout-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--body-menu-main);
    color: #fff !important;
    border-radius: 16px;
    padding: 8px 16px;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
}

a.checkout-button strong {
    display: block;
    font-weight: 400;
    font-size: 12px;
}

a.checkout-button span {
    font-size: 20px;
    font-weight: 400;
}

/* Block. */
.floating-cart {
    position: fixed;
    z-index: 70;
    bottom: 5px;
    left: calc(50% - 40px);
}

/* Elements. */
.floating-cart__button {
    border: 0;
    border-radius: 100%;
    text-align: center;
    background: var(--body-menu-main);
    color: #fff;
    box-shadow: 0px 9px 24px rgba(3, 102, 102, 0.40);
    width: 80px;
    height: 80px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
}

.floating-cart__button span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.floating-cart__button:hover {
    -webkit-animation: wobble-hor-bottom 0.8s both;
    animation: wobble-hor-bottom 0.8s both;
}

.floating-cart__button:focus {
    background: var(--body-menu-main);
}

.floating-cart__button svg {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.floating-cart__count {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding: 0 4px;
    background: #E52C23;
    color: #fff;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    border-radius: 11px;
    min-width: 22px;
    text-align: center;
}

/* Block. */
/* Elements. */
.services-selector__selected p {
    margin: 0;
}

.services-selector__selected-change {
    padding: 0;
    margin: 0;
    font-size: inherit;
    background: none;
    display: inline;
    color: #333;
    -webkit-transition: none;
    transition: none;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.services-selector__selected-change:hover,
.services-selector__selected-change:focus,
.services-selector__selected-change:active {
    padding: 0;
    margin: 0;
    background: none;
    color: #333;
    text-decoration: underline;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Modifiers. */
.services-selector--selected .services-selector__lookup {
    display: none;
}

/* Block */
/* Elements */
.open-hours__service,
.open-hours__date {
    margin: 0 6px 0 0;
    padding: 2px 6px;
    background: #000000;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 80%;
}

.open-hours__service--closed {
    background-color: #E34F4F;
    display: none;
}

.open-hours__date {
    margin: 0 0 0 4px;
    text-align: center;
    min-width: 30px;
    border: 1px solid #E6ECEF;
    background: none;
    color: inherit;
}

.tabs {
    margin: 0 0 24px !important;
    padding: 0 !important;
    list-style: none none outside;
    display: flex;

}

.body-menu-main__tabs {
    display: flex;
    width: 809px;
    padding-right: 0;
    overflow-x: auto;
    margin: 0 -16px;
    padding-bottom: 1rem;
    padding-top: 2rem;
    scrollbar-width: thin;
    scrollbar-color: var(--body-menu-main) #ddd;
}

.body-menu-main__tabs.tabs--fixes {
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: #fff;
}

.body-menu-main__tabs.tabs--fixes+.fix-sticky {
    height: 102px;
}

.body-menu-main__tabs .tabs {
    display: flex;

}


ul.body-menu-main__tabs>li {
    margin: 0;
    position: relative;
    list-style: none;
}

ul.body-menu-main__tabs>li:first-child {
    margin-right: 16px;
}

ul.body-menu-main__tabs>li.tabs__item--active::before {
    content: '';
    width: 1rem;
    height: 0.5rem;
    background-color: var(--body-menu-main);
    position: absolute;
    bottom: 0;
    border-radius: 1rem 1rem 0 0;
    right: 50%;
    margin-right: -8px;
}

ul.body-menu-main__tabs>li:first-child a {
    border-radius: 0 12px 12px 0;
}

ul.body-menu-main__tabs>li:last-child a {
    border-radius: 12px 0 0 12px;
}

ul.body-menu-main__tabs>li:last-child {
    margin-left: 16px;
}

ul.body-menu-main__tabs>li>a {
    text-decoration: none !important;
    padding: 0 24px;
    white-space: nowrap;
    line-height: 50px;
    color: #000;
    font-weight: 400;
    -webkit-transition: none;
    transition: none;
    font-size: 14px;
    text-align: right;
    display: block;
    background: rgba(115, 115, 115, 0.05);
    backdrop-filter: blur(8px);
}

a.tabs__link:active,
a.tabs__link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.tabs__link:hover,
a.tabs__link:active,
a.tabs__link:focus {
    color: #000;
    text-decoration: none;
}

ul.body-menu-main__tabs>li.tabs__item--active>a {
    color: var(--body-menu-main);
    font-weight: 700;
}

.-button-style-square a.tabs__link {
    border-radius: 0;
}

.sb-container {
    position: relative;
    overflow-y: auto;
    height: 100%;
    max-height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: var(--body-menu-main) #ddd;
    scrollbar-gutter: auto;
    padding-left: 8px;
    margin-left: -8px;
}


.mini-cart-wrapper .sb-container {
    max-height: 84vh;
}

/* Block */
.quantity-roller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity-roller * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Elements */
.quantity-roller__roller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 110px;
}

.-button-style-square .quantity-roller__roller {
    border-radius: 0;
}

.quantity-roller__button {
    height: 40px;
    width: 40px;
    background: none;
    border: none;
    border-radius: 12px;
    text-align: center;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    box-sizing: content-box;
    position: relative;
    font-size: 0;
    text-indent: 250%;
    overflow: hidden;
    transition: all 150ms ease-out;
}

.quantity-roller__button:before,
.quantity-roller__button:after {
    content: "";
    position: absolute;
    display: block !important;
    height: 2px;
    width: 12px;
    background: #ffffff;
    top: 50%;
    right: 50%;
    margin: -1px -6px 0 0;
    -webkit-transition: background 150ms ease-out;
    transition: background 150ms ease-out;
}

.quantity-roller__button:hover,
.quantity-roller__button:visited {
    background-color: #c7d4db;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    outline: none;
}


.quantity-roller__button--decrease {
    border: 1px solid var(--stroke);
}

.quantity-roller__button.quantity-roller__button--increase:hover {
    filter: brightness(1.2);
    background-color: var(--body-menu-main);
}

.quantity-roller__button--decrease.recycle {
    background-image: url('../../icons/trash.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.quantity-roller__button--decrease.recycle:before {
    display: none !important;
}

.quantity-roller__button--decrease:before {
    background-color: var(--gray-dark);
}

.quantity-roller__button--decrease:after {
    display: none !important;
}

.quantity-roller__button--increase {
    background-color: var(--body-menu-main);
}

.quantity-roller__button--increase:after .quantity-roller__button--increase:before {
    color: #ffffff;
}

.quantity-roller__button--increase:after {
    height: 12px;
    width: 2px;
    margin: -6px -1px 0 0;
}

.quantity-roller__quantity {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.quantity-roller__price {
    margin-bottom: 8px;
}


/* Modifiers */
.drawer__cart .quantity-roller {
    margin: 12px 0 6px;
    display: flex;
    flex-direction: column;
}

.button.product__add-to-order {
    color: #fff;
    background-color: var(--body-menu-main);
    border-color: var(--body-menu-main);
    border-radius: 12px;
    font-size: 16px;
    font-weight: bold;
    width: 106px;
    height: 38px;
    font-family: inherit;
}

.product--options .product__actions .button .product__add-to-order {
    font-size: 22px;
    font-weight: lighter;
    border: none;
    color: #fff;
}

.button.product__add-to-order:hover {
    background-color: var(--body-menu-main) !important;
    border-color: var(--body-menu-main) !important;
    color: #fff !important;
}

ins .Price-currencySymbol {
    font-size: 12px;
}

.tab-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 24px;
    position: relative;
}

.tab-title span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 16px;
}

.tab-title span img {
    max-width: 35px;
    height: auto;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -5px;
    border-radius: 8px;
}

.tab-title::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: var(--gray-light);
    margin: 0 auto;
    display: block;
    top: 11px;
    left: 20%;
    right: 20%;
    z-index: 1;
}

.accordion {
    margin: 12px 0 24px 0;
    font-weight: 400;
    font-size: 16px;
    color: var(--gray-dark);
}

/* shahin header styles */

.header-top-nav {
    margin: 1rem 0px 1rem;
}

.header-top-container {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    background-color: var(--black);
    position: relative;
    margin: 12px 16px;
    border-radius: 19px;
    flex-direction: column;
}

.side-nav-bar {
    display: flex;
    justify-content: space-between;
    padding-right: 12px;
    align-items: center;
}

header .my-orders {
    background-color: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    color: var(--text);
    font-size: 12px;
}

header .my-orders svg {
    margin-right: 8px;
}

.side-nav {
    max-height: 0;
    transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.open .side-nav {
    max-height: 250px;
    overflow-y: auto;
    margin-top: 15px;
    font-size: inherit;
    opacity: 1;
    visibility: visible;
}

.header-top-container .side-nav ul {
    list-style: none;
    padding-right: 16px;
    line-height: 32px;
}

.header-top-container .side-nav li>a {
    color: #fff;
}

.header-top-container p {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    margin-left: 8px;
    margin-bottom: 0;
}

.restaurant-details {
    height: 100px;
    background-color: var(--body-menu-main);
    margin: 0 16px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}


.restaurant-details::after {
    content: '';
    width: 235px;
    height: 235px;
    background-color: #FFB901;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -80px;
    left: -116px;
    overflow: hidden;
    border: 6px solid #fff;
    box-sizing: content-box;
}

.restaurant-details.restaurant-details-denied::after {
    content: '';
    width: 235px;
    height: 235px;
    background-color: var(--gray-dark);
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -80px;
    left: -116px;
    overflow: hidden;
    border: 6px solid #fff;
    box-sizing: content-box;
}

.accept-orders,
.denied-orders {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    text-align: center;
    color: var(--gray-light);
    font-weight: 700;
    font-size: 12px;
}

.accept-orders svg {
    z-index: 2;
    position: relative;
}

.accept-orders p.status-order-accept {
    color: #737373;
    display: block;
    margin-top: 0;
}

.accept-orders p.status-order-denied {
    display: none;
}

.denied-orders p.status-order-accept {
    display: none;
}

.denied-orders p.status-order-denied {
    display: block;
    margin-top: 0;
}

.restaurant-details-logo {
    position: absolute;
    display: flex;
    background-color: var(--body-menu-main);
    align-items: center;
    height: 100%;
}

.restaurant-branch-details p {
    margin: 0;
}

.restaurant-shipping-cost {
    display: inline-block;
}

.restaurant-branch-details {
    color: #fff;
    margin: 28px 0;
}

.restaurant-branch-name {
    font-weight: 700;
    font-size: 14px;
}

.restaurant-details-logo img {
    width: auto;
    height: auto;
    margin: 0 16px;
    max-height: 80px;
    max-width: 50px;
}

.restaurant-branch-name {
    font-weight: 700;
    font-size: 16px;
}

.restaurant-shipping-cost p {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.restaurant-shipping-cost strong {
    font-weight: 500;
    font-size: 16px;
}

.header-top-nav-logo {
    margin: 1rem auto;
    text-align: center;
}

.header-top-nav-logo img {
    width: 110px;
    height: auto;
}

.mini-cart-content .button--loading {
    font-size: 0;
    margin-bottom: 35px;
}

.loop-qty .button--loading {
    font-size: 0;
}

a.checkout-button {
    z-index: 9;
}

/* shahin header styles */

@media screen and (max-width: 768px) {
    .body-menu-main__tabs {
        width: calc(100% + 32px);
    }
}

@media screen and (max-width: 480px) {
    .product__actions-button {
        width: 108px !important;
        margin-left: 24px;
    }

    .button.product__add-to-order {
        width: 108px !important;
        padding: 0 8px;
    }

    .body-menu-main__tabs.tabs--fixes {
        right: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {

    .header-top-nav-logo {
        display: none;
    }

    .product .product__hero {
        width: 200px;
        display: flex;
        align-items: center;
    }

    .product__actions-button {
        width: 168px;
        margin-left: 24px;
    }

    .button.product__add-to-order {
        width: 168px;
    }
}


@media screen and (min-width: 768px) {

    .body-menu-main {
        width: calc(100% - 375px);
        margin-right: 375px;
        overflow: hidden;
    }

    .header-top-nav {
        overflow-y: hidden;
    }

    .restaurant-details-logo img {
        display: none;
    }

    .restaurant-branch-details {
        margin-right: 16px;
    }

    .header-top-nav {
        width: 100%;
        max-width: 375px;
        position: fixed;
        top: 0;
        max-height: 100vh;
        overflow-y: auto;
        height: 100%;
    }

    /*.body-menu-main.body-menu-main--sections-tabs.body-menu-main--sections-top_tabs {*/
    /*    width: calc(100% - 375px);*/
    /*    margin-right: 375px;*/
    /*}*/

    .products-list--grid .product__hero {
        width: 100px;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .button.product__add-to-order {
        padding: 0 8px;
    }


}

@media screen and (min-width: 992px) {
    .products-list--grid .products-list__item {
        margin: 0 0 24px;
        padding: 0 12px;
        width: 50%;
    }

    .product .product__title {
        font-size: 16px;
        font-weight: bold;
    }

    .product__actions-price span.Price-amount {
        font-weight: 500;
        font-size: 16px;
    }

    .product__actions-button {
        width: 75px;
        padding: 14px 0;
    }

    .button.product__add-to-order {
        font-size: 12px;
        width: 75px;
        padding: 0 4px 0 0;
    }

    .floating-cart {
        left: 0;
        bottom: 0;
        width: 120px;
        height: 120px;
        background-color: #fff;
        border-top-right-radius: 100%;
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
        padding-right: 10px;
        padding-top: 10px;
    }

    .floating-cart__button {
        border-radius: 16px;
    }
}

.button.button--out-of-stock {
    filter: grayscale(1);
}

@media screen and (min-width: 1200px) {
    .product .product__title {
        font-size: 18px;
        font-weight: bold;
    }

    .product__actions-price span.Price-amount {
        font-weight: 500;
        font-size: 18px;
    }

    .product__actions-button {
        width: 128px;
        padding: 14px 0;
    }

    .button.product__add-to-order {
        font-size: 16px;
        width: 128px;
        padding: 0 12px;
    }

    body.pages .site-main {
        max-width: 1200px !important;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}


/* shahin empty cart */

.drawer p.mini-cart__empty-message {
    margin: 68px 48px;
    text-align: center;
    background-color: var(--gray-light);
    padding: 8px;
    border-radius: 8px;
    position: relative;
    color: var(--gray-dark);
    font-size: 12px;
    font-weight: 500;
}

.drawer p.mini-cart__empty-message svg {
    position: absolute;
    right: 4px;
    bottom: 5px;
}

.drawer .cart-empty-background {
    text-align: center;
}

.drawer a.empty-cart-btn {
    margin: 26px auto;
    display: block;
    text-align: center;
    background-color: var(--body-menu-main);
    width: 80%;
    padding: 18px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

/* shahin footer */

.footer {
    background-image: url("../../img/menu/svg/footer-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 12px;
    color: #ffffff;
}

.footer a {
    color: inherit;
    width: auto;
    height: 100%;
    display: block;
    margin: 4px;
}

.footer .hero {
    display: flex;
    margin: 16px 16px 24px;
}

.footer .hero img {
    width: 97px;
    height: 94px;
}

.footer .location-container {
    margin: 32px 16px 0;
}

.footer .location-container .restaurant-branch-details {
    margin: 0 0 1rem 0;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.footer .location-container .address {
    display: flex;
    align-items: center;
}

.footer .location-container .address p {
    margin: 0 .5rem;
    font-weight: 400;
    font-size: 1rem;
}

.footer .location-container .address a {
    font-weight: 500;
    font-size: 10px;
    opacity: .5;
}

.footer .content {
    display: flex;
    margin: 0 16px;
    justify-content: space-between;
}

.content.verification {
    flex-direction: row-reverse;
}

.enamad img {
    width: 90px;
    height: auto;
}

.footer .content .social {
    display: flex;
    padding: 8px 16px;
    position: relative;
    align-items: stretch;
    justify-content: space-around;
}

.footer .content .social::after {
    content: '';
    width: 89px;
    height: 0px;
    border: 1px solid #FFFFFF;
    transform: rotate(360deg);
    opacity: 0.1;
    position: absolute;
    top: 0px;
}

.footer .content .links {
    display: flex;
    flex-direction: column;
    margin: 0 28px;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
}

.footer .content .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .content .links a {
    font-weight: 500;
    font-size: 12px;
}

.footer .content .phone {
    width: 135px;
    height: 89px;
    background-color: #1C252A;
    border-radius: 12px;
    position: relative;
}

.footer .content .phone svg {
    position: absolute;
    top: 12px;
    right: 12px;
}

.footer .content .phone svg.bg-line {
    position: absolute;
    top: 0;
    right: 0;
}

.footer .content .phone p {
    direction: ltr;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    position: absolute;
    left: 12px;
    bottom: 12px;
    margin: 0;
}

.footer .copyrights {
    margin: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .copyrights span {
    font-weight: 300;
    font-size: 10px;
}

.footer .copyrights p {
    margin: 0;
    font-weight: 300;
    font-size: 10px;
    opacity: .7;
    display: inline-block;
    margin-left: 8px;
}

.copyrights {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer {
        background-image: none;
        background-color: #ffffff;
        color: #000000;
        width: 100%;
        max-width: 375px;
        position: fixed;
        bottom: 0;
        max-height: 100vh;
        overflow-y: auto;
        padding-right: 18px;
    }

    .footer::before {
        content: '';
        width: 70%;
        height: 1px;
        background: var(--stroke);
        display: inline-block;
        margin: 0px auto;
        position: absolute;
        left: 0;
        right: 0;
    }

    .footer .location-container {
        margin: 0 16px;
    }

    .footer .hero img {
        display: none;
    }

    .footer .hero,
    .footer .content {
        margin-right: 0;
    }

    .footer .copyrights {
        margin: 0;
    }

    .footer .content .phone {
        background-color: var(--body-menu-main);
        color: #fff;
    }

    .footer .content .social a.insta-logo svg path,
    .footer .content .social a.insta-logo svg circle {
        fill: black;
    }

    .footer .content .social a.wap-logo svg path,
    .footer .location-container .address svg path {
        stroke: black;
    }

    .drawer--open {
        width: 450px;
    }
}

/* tab tab */
.body-menu-main--sections-tabs_tab .body-menu-main__group {
    display: none;
}

.body-menu-main__tabs-tab {
    display: flex;
    margin: 16px 0;
    overflow-x: auto;
}

.body-menu-main__tabs-tab>button {
    margin: 0 6px;
    padding: 5px 0 16px 0;
    border-radius: 41px;
    background-color: var(--gray-light);
    width: 82px;
    border: 0;
    font-weight: 500;
    font-size: 12px;
    flex-shrink: 0;
}

.body-menu-main__tabs-tab>button>img {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 72px;
    height: 72px;
}

.body-menu-main__tabs-tab>button.tabs__item--active {
    background-color: var(--body-menu-main);
    color: #fff;
}

.body-menu-main__tabs-tab.tabs-blur-2>button.tabs__item--active {
    background-color: var(--body-menu-main);
    color: #fff;
    border: unset;
}

.body-menu-main--sections-tabs_tab .child-group .products-list {
    display: none;
}

.body-menu-main--sections-tabs_tab .child-group .products-list:first-of-type {
    display: block;
}

.body-menu-main__tabs-tab.tabs-blur {
    padding-top: 40px;
    padding-bottom: 8px;
}

.body-menu-main__tabs-tab.tabs-blur>button {
    padding: 5px 0 12px 0;
    border-radius: 16px;
    background-color: rgba(115, 115, 115, 0.05);
    width: 112px;
    height: 83px;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
    backdrop-filter: blur(8px);
}

.body-menu-main__tabs-tab.tabs-blur>button>img {
    margin-top: -48px;
}

.body-menu-main__tabs-tab.tabs-blur>button.tabs__item--active {
    color: var(--body-menu-main);
    position: relative;
}

.body-menu-main__tabs-tab.tabs-blur>button.tabs__item--active::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: var(--body-menu-main);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 30px;
}

.variations-container {
    display: flex;
    list-style: none;
}

.variations li {
    padding: 16px 24px;
    background: #FFFFFF;
    border: 1px solid #DDD8E4;
    border-radius: 12px;
    margin-left: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #10002B;
    cursor: pointer;
}

.variations li[selected="selected"] {
    border: 2px solid var(--body-menu-main);
    color: var(--body-menu-main);
    ;
}

.product__option select {
    display: none;
}

/*single*/

.single-product main {
    margin-top: 12px;
}

.single-product div.quantity {
    display: none;
}

.single-product.woocommerce .button {
    width: 100%;
    background-color: var(--body-menu-main) !important;
    padding: 16px;
    border: none;
    border-radius: 12px;
    color: #fff;
}

.single-product.woocommerce .button:hover {
    color: #fff;
}

.single-product.woocommerce button.button.alt:hover {
    background-color: var(--body-menu-main);
}

.single-product ul.tabs>li {
    padding: 0 24px !important;
}

.single-product .related.products>ul>li {
    text-align: center;
}

.single-product .related.products>ul>li h2.loop-product__title {
    color: var(--black);
}

.single-product.woocommerce div.product-rating div.star-rating {
    color: var(--body-menu-main);
}

.single-product.woocommerce div.product-rating a.review-link {
    color: var(--gray-dark);
}

form.comment-form p.stars a {
    color: var(--body-menu-main);
}

form.comment-form textarea,
form.comment-form input {
    border: 1px solid #DDD8E4;
    border-radius: 12px;
    font-size: 16px;
}

form.comment-form p.form-submit input {
    background-color: var(--body-menu-main) !important;
    color: #fff !important;
    padding: 12px 32px !important;
    border-radius: 8px !important;
}

form.comment-form input {
    padding: 12px;
}

form.comment-form label {
    display: block;
    margin-bottom: 4px;
}

div#comments div.comment_container div.comment-text {
    border-radius: 12px !important;
}

div#comments div.comment_container div.star-rating {
    color: var(--body-menu-main);
}

.single-product.woocommerce span.onSale {
    top: 0;
    right: 0;
    background-color: var(--body-menu-main);
}

/*default header*/

@import url("/fonts/Rubik/rubik.css");

:root {
    --color-white-100: hsl(206, 5%, 100%);
    --color-white-200: hsl(206, 5%, 90%);
    --color-white-300: hsl(206, 5%, 80%);
    --color-white-400: hsl(206, 5%, 65%);
    --color-white-500: hsl(206, 5%, 50%);
    --color-black-100: hsl(213, 20%, 10%);
    --color-black-200: hsl(213, 23%, 8%);
    --color-black-300: hsl(214, 21%, 6%);
    --color-black-400: hsl(210, 21%, 6%);
    --color-black-500: hsl(216, 22%, 4%);
    --color-black-600: hsl(220, 18%, 3%);
    --color-black-700: hsl(220, 27%, 2%);
    --color-black-800: hsl(180, 20%, 1%);
    --color-blue-100: hsl(214, 95%, 93%);
    --color-blue-200: hsl(213, 97%, 87%);
    --color-blue-300: hsl(212, 96%, 78%);
    --color-blue-400: hsl(213, 94%, 68%);
    --color-blue-500: hsl(217, 91%, 60%);
    --color-blue-600: hsl(221, 83%, 53%);
    --color-blue-700: hsl(224, 76%, 48%);
    --color-blue-800: hsl(226, 71%, 40%);
    --color-blue-900: hsl(224, 64%, 33%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
        0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

main {
    overflow: hidden;
}

.default-header a {
    color: var(--black) !important;
}

.default-header ul {
    padding: 0 !important;
}

.default-header li {
    list-style-type: none;
}

.default-header .menu.is-active li {
    list-style-type: none;
    margin-bottom: 12px;
}

.default-header .container {
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.admin-bar .default-header {
    margin-top: 32px;
}

.default-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
    box-shadow: 0 4px 56px -2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.default-header.on-scroll {
    background: var(--color-black-300);
    box-shadow: var(--shadow-medium);
}

.default-header .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.25rem;
    width: 100%;
    height: 4.25rem;
    margin: 0 auto;
}

.default-header .brand>img {
    vertical-align: middle;
    max-height: 60px;
}

.default-header .menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 4rem 0 3rem;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: var(--shadow-medium);
    transition: all 0.4s ease-in-out;
}

.default-header .menu ul.menu {
    display: flex;
    justify-content: space-between;
}

.default-header .menu.is-active ul.menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 38px;
    left: 0;
    right: 0;
}

.default-header .menu.is-active {
    top: 0;
    width: 100%;
    height: auto;
}

.default-header .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.25rem;
}

.default-header .menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-white-100);
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.default-header .menu-block {
    display: inline-block;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    margin-left: 0;
    padding: 0.65rem 1.5rem;
    border-radius: 3rem;
    text-transform: capitalize;
    color: var(--color-white);
    background-color: var(--color-blue-600);
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
    .default-header .brand {
        display: none;
    }
}

@media only screen and (min-width: 48rem) {
    .default-header .menu {
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        padding: 0rem;
        background: none;
        box-shadow: none;
        flex-basis: 30%;
    }

    .default-header .menu-inner {
        display: flex;
        flex-direction: row;
        column-gap: 2rem;
        margin: 0 auto;
    }

    .default-header .menu-link {
        text-transform: capitalize;
    }

    .default-header .menu-block {
        margin-left: 0;
    }
}

.default-header .burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    order: -1;
    z-index: 10;
    width: 1.6rem;
    height: 1.15rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
}

@media only screen and (min-width: 48rem) {
    .default-header .burger {
        display: none;
        visibility: hidden;
    }
}

.default-header .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1.75px;
    border: none;
    outline: none;
    opacity: 1;
    transform: rotate(0deg);
    background-color: var(--black);
    transition: 0.25s ease-in-out;
}

.default-header .burger-line:nth-child(1) {
    top: 0px;
}

.default-header .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.default-header .burger-line:nth-child(3) {
    top: 1rem;
}

.default-header .burger.is-active .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
}

.default-header .burger.is-active .burger-line:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.default-header .burger.is-active .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
}

div.fixed-header {
    height: 68px;
}

/*default header*/


/*default footer*/


.default-footer {
    padding: 40px 0;
    background-color: var(--black);
    color: white;
}

.default-footer ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.default-footer li {
    padding: 0 10px;
    margin-bottom: 8px;
}

.default-footer ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.default-footer ul a:hover {
    opacity: 1;
}

.default-footer .social {
    text-align: center;
    padding-bottom: 25px;
}

.default-footer .social>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
}

.default-footer .social>a:hover {
    opacity: 0.9;
}

.default-footer .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

.default-footer .copyright a.avin {
    display: block;
}

.default-footer .copyright a.avin>p {
    display: inline-block;
    margin-left: 12px;
    color: #fff;
}

.blur-background-image-container {
    position: relative;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    text-align: center;
    z-index: 9;
}

.blur-background-image-container>div {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blur-background-image-container button {
    background: var(--body-menu-main);
    border: 0;
    padding: 16px 32px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .default-footer ul {
        flex-direction: column;
    }
}

/*default footer*/

/*toolbar*/

.toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 24px;
    z-index: 69;
}

.toolbar .toolbar-bg::before,
.toolbar .toolbar-bg::after {
    content: '';
}

.toolbar .toolbar-bg {
    position: absolute;
    inset: 0;
    display: flex;
    filter: drop-shadow(0px 30px 100px rgba(0, 0, 0, 0.5));
}

.toolbar .toolbar-bg::before,
.toolbar .toolbar-bg::after {
    content: '';
    width: calc((100vw - 390px)/2);
    background-color: #fff;
}

.toolbar a {
    color: var(--black);
    text-align: center;
    z-index: 1;
    flex-basis: 25%;
}


.toolbar span {
    display: block;
    font-weight: 500;
    font-size: 13px;
}

.toolbar .center-circle {
    border-radius: 50%;
    background-color: var(--body-menu-main);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 20px 9px;
    text-align: center;
    margin-bottom: 4px;
    box-shadow: 0 3px 10px var(--body-menu-main);
}

.toolbar .center-circle>span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

/*toolbar*/

.checkout-back-btn {
    padding: 16px;
    font-weight: 500;
    font-size: 18px;
    color: var(--black);
    display: block;
    text-decoration: none !important;
}

.checkout .fixed-header {
    display: none;
}

.onSale.app-onSale {
    background: #ff1a34;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 4px 10px;
    border-radius: 20px 8px 8px 8px;
    z-index: 4;
}


@media screen and (min-width: 767px) {
    .product .product__title {
        font-size: 18px;
        font-weight: bold;
    }

    .product__actions-price span.Price-amount {
        font-weight: 500;
        font-size: 18px;
    }

    .product__actions-button {
        width: 128px;
        padding: 14px 0;
    }

    .button.product__add-to-order {
        font-size: 16px;
        width: 128px;
        padding: 0 12px;
    }

    body.pages .site-main {
        max-width: 1200px !important;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media screen and (min-width: 540px) {

    .body-menu-main--sections-tabs_tab .child-group .products-list[style*='display: block'] {
        display: flex !important;
    }

    .body-menu-main--sections-tabs_tab .child-group .products-list:first-of-type {
        display: flex;
    }

}

/* fix supermarket compatibility */

.single-column-card .loop-qty {
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 1px;
    height: 60px;
}

.single-column-card .loop-qty {
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
}

.single-column-card .quantity-roller__button {
    height: 100%;
    font-size: 0;
    border-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-right-radius: 24px;
    position: relative;
    padding: 0 6px;
}

.single-column-card .quantity-roller__button--decrease {
    border-radius: 0;
    border-bottom-left-radius: 24px;
}

.product__content.button--loading * {
    opacity: 0.2;
}

.product__content.button--loading:after {
    border-color: var(--body-menu-main) var(--body-menu-main) transparent transparent;
    top: 50%;
    left: 53%;
}

.mini-cart-content .product__hero img {
    width: auto;
}

/* basil style */

.body-menu-main__tabs-tab.tabs-blur-2>button {
    padding: 0px 4px 16px 4px;
    border-radius: 16px;
    width: 100px;
    border: 1px solid var(--stroke);
    background-color: transparent
}

.body-menu-main__tabs-tab.tabs-blur-2>button>img {
    margin-bottom: 12px;
    background-color: transparent;
    padding: 4px;
    border-radius: 0;
}


.products-list__item.style-3 {
    margin: 0 0 12px;
}

@media screen and (min-width: 992px) {
    .products-list--grid .products-list__item.style-3 {
        margin: 0 0 12px;
        padding: 0 6px;
    }
}

.products-list__item.style-3 .product {
    background-color: var(--gray-light);
}

.style-3 .product__actions-price span.Price-amount {
    font-weight: 600;
}

.style-3 .product__hero img:first-child {
    border-radius: 16px;
}

.style-3 .floating-cart__button {
    box-shadow: 0px 9px 24px #6d45b7ad;
}

.style-3 .button.product__add-to-order {
    color: var(--body-menu-main);
    background-color: transparent;
    border-color: var(--body-menu-main);
    font-weight: 500;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

body .is-layout-grid>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

.d-none {
    display: none !important;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 79;
    display: none;
}

#popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 100%;
    text-align: center;
    z-index: 80;
    max-width: 380px;
    display: none;
}

#popup-container .popup:first-child {
    display: block;
}

.popup {
    width: 100%;
    background-color: #fff;
    border-radius: 32px;
    margin: 0 auto;
    color: var(--black);
    display: none;
}

.popup-img>svg {
    margin-top: -60px;
}

.popup-img>svg path:first-child {
    fill: var(--body-menu-main);
}


.popup .popup-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    border-bottom: 1px solid var(--gray-light);
    padding-bottom: 16px;
}

.popup .popup-content {
    padding: 16px;
}

.popup .popup-content>span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block;
}

.popup .popup-content>div {
    border-radius: 12px;
    border: 1px solid var(--gray-light);
    margin: 20px 0 0;
    font-size: 14px;
    padding: 12px;
}

.popup .popup-content>div>h3 {
    font-weight: 500;
    margin: 0;
}

.popup .popup-content>div>span {
    font-weight: 700;
    margin-top: 4px;
}

.popup button.main-action {
    background-color: var(--body-menu-main);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    width: calc(100% - 32px);
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    border: unset;
}

.popup.popup .popup-content>span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.popup button.second-action {
    color: var(--gray-dark);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    background: unset;
    border: unset;
}

.popup-action {
    padding-bottom: 32px;
}

.popup-img {
    padding-bottom: 20px;
}

.popup .popup-title:empty {
    display: none;
}

.pwa .popup-img {
    position: absolute;
    width: 80px;
    height: 80px;
    right: calc(50% - 40px);
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}

.popup.pwa .popup-title {
    padding-top: 50px;
}

.pwa .popup-img img {
    padding: 5px;
}

#popup-container:empty {
    display: none;
}

/* PopUp image*/
/* Style the Image Used to Trigger the Modal */
#myImg {
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}

#myModal {
    z-index: 999;
    justify-content: center;
    align-items: center;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
    justify-content: center;
    vertical-align: middle;
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    margin-bottom: 1rem !important;
    display: block;
    width: 100%;
    max-width: 700px;
    border-radius: 2rem;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    margin-top: 0px !important;
    display: block;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 80%;
    }
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    /* پس‌زمینه نیمه شفاف */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* روی تمام محتوای دیگر */
}

/* CSS برای افکت هاید شدن */
.fade-out {
    opacity: 0;
    /* شفافیت صفر */
    transition: opacity 1s ease;
    /* زمان انتقال 1 ثانیه */
}