@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
@-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/YekanBakhThin.woff2");*/
/*  src: url("../../fonts/YekanBakhThin.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: YekanBakh;*/
/*  font-style: normal;*/
/*  font-weight: 300;*/
/*  src: url("../../fonts/YekanBakhLight.woff2");*/
/*  src: url("../../fonts/YekanBakhLight.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: YekanBakh;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url("../../fonts/YekanBakhRegular.woff2");*/
/*  src: url("../../fonts/YekanBakhRegular.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: YekanBakh;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  src: url("../../fonts/YekanBakhMedium.woff2");*/
/*  src: url("../../fonts/YekanBakhMedium.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: YekanBakh;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: url("../../fonts/YekanBakhBold.woff2");*/
/*  src: url("../../fonts/YekanBakhBold.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: YekanBakh;*/
/*  font-style: normal;*/
/*  font-weight: 800;*/
/*  src: url("../../fonts/YekanBakhHeavy.woff2");*/
/*  src: url("../../fonts/YekanBakhHeavy.woff") format("woff")*/
/*}*/

/*@font-face {*/
/*  font-family: YekanBakhFat;*/
/*  font-style: normal;*/
/*  font-weight: bold;*/
/*  src: url("../../fonts/YekanBakhFat.woff2");*/
/*  src: url("../../fonts/YekanBakhFat.woff") format("woff")*/
/*}*/

body {
  font-family: Rubik;
  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(--reyhoon-main);
}

.reyhoon-main {
  font-family: Rubik;
}

:root {
  --reyhoon-main: #036666;
  --reyhoon-stroke: #E0E0E0;
  --reyhoon-text: #0A0A0A;
  --reyhoon-gray-light: #f4f4f4;
  --reyhoon-gray-dark: #737373;
  --reyhoon-black: #071117;
}


.reyhoon-main {
  padding: 0 16px 32px;
}

/* Elements */
.reyhoon-main__group {
  margin: 0 0 36px;
}

/* Modifiers */
/*
.reyhoon-main--sections-tabs .reyhoon-main__group {
  display: none;
}
*/

.reyhoon-main--sections-tabs .reyhoon-main__group:first-of-type {
  display: block;
}

body button {
  font-family: Rubik;
}


/* Block. */
.reyhoon-button, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout, .reyhoon-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;
}

.reyhoon-button:active, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout:active, .reyhoon-drawer__close:active, .reyhoon-button:focus, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout:focus, .reyhoon-drawer__close:focus {
  outline: none;
}

.reyhoon-button--active, .reyhoon-button:active, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout:active, .reyhoon-drawer__close:active, .reyhoon-button:focus, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout:focus, .reyhoon-drawer__close:focus, .reyhoon-button--hover, .reyhoon-button:hover, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout:hover, .reyhoon-drawer__close:hover {
  /*border-color: #000;*/
  /*background: #000;*/
  /*color: #fff;*/
  /*text-decoration: none;*/
  /*-webkit-box-shadow: none;*/
  /*        box-shadow: none;*/
}

/* Modifiers */
.reyhoon-button--filled, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout {
  color: var(--reyhoon-main);
  font-size: 16px;
  font-weight: 500;
  border: none;
}

.reyhoon-mini-cart-wrapper ul.reyhoon-mini-cart button.reyhoon-edit-cart-item__button::after {
  left: 4px;
  border-top-color: var(--reyhoon-main);
  border-left-color: var(--reyhoon-main);
}

.reyhoon-button.reyhoon-edit-cart-item__button.reyhoon-button--filled:hover,
.reyhoon-button.reyhoon-edit-cart-item__button.reyhoon-button--filled:focus {
  background-color: transparent;
  color: var(--reyhoon-main);
}

.reyhoon-button--filled--hover, .reyhoon-button--filled:hover, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout:hover {
  /*background: #000 !important;*/
  /*color: #fff;*/
}

.reyhoon-button--full {
  width: 100%;
}

.reyhoon-button--loading {
  position: relative;
}

.reyhoon-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-left: 2px solid #fff;
  border-right: 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;
}

.reyhoon-quantity-roller__roller .reyhoon-button--loading::after {
  border-top-color: var(--reyhoon-main);
  border-left-color: var(--reyhoon-main);
  left: -7px;
}

.reyhoon-sb-container.reyhoon-button--loading::after {
  border-top: 2px solid var(--reyhoon-main);
  border-left: 2px solid var(--reyhoon-main);
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.reyhoon-button.reyhoon-button--out-of-stock, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .reyhoon-button--out-of-stock.button.checkout, .reyhoon-button--out-of-stock.reyhoon-drawer__close,
.reyhoon-button.reyhoon-button--out-of-stock.reyhoon-button--hover,
.reyhoon-drawer__cart .reyhoon-mini-cart__buttons .reyhoon-button--out-of-stock.reyhoon-button--hover.button.checkout,
.reyhoon-button--out-of-stock.reyhoon-button--hover.reyhoon-drawer__close,
.reyhoon-button.reyhoon-button--out-of-stock:hover,
.reyhoon-drawer__cart .reyhoon-mini-cart__buttons .reyhoon-button--out-of-stock.button.checkout:hover,
.reyhoon-button--out-of-stock.reyhoon-drawer__close:hover,
.reyhoon-button.reyhoon-button--out-of-stock:focus,
.reyhoon-drawer__cart .reyhoon-mini-cart__buttons .reyhoon-button--out-of-stock.button.checkout:focus,
.reyhoon-button--out-of-stock.reyhoon-drawer__close:focus,
.reyhoon-button.reyhoon-button--out-of-stock:active,
.reyhoon-drawer__cart .reyhoon-mini-cart__buttons .reyhoon-button--out-of-stock.button.checkout:active,
.reyhoon-button--out-of-stock.reyhoon-drawer__close:active {
  cursor: not-allowed;
  color: #a8bdc7;
}

.reyhoon--button-style-square .reyhoon-button, .reyhoon--button-style-square .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout, .reyhoon-drawer__cart .reyhoon-mini-cart__buttons .reyhoon--button-style-square .button.checkout, .reyhoon--button-style-square .reyhoon-drawer__close {
  border-radius: 0;
}

/* Block */
/* Modifiers */
.reyhoon-input--select,
select.reyhoon-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% - (100% - 14px))) 19px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.reyhoon-input--select:focus,
select.reyhoon-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>");
}

.reyhoon-input.reyhoon-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;
}

.reyhoon-input.reyhoon-input--text:focus {
  outline: none;
  border-color: #000;
  background-color: #fff;
}

/* Block */
.reyhoon-main__sections h2.reyhoon-category-heading__title {
  display: none;
}

/* Block */
.reyhoon-products-list {
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reyhoon-products-list * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reyhoon-products-list:last-child {
  margin-bottom: 0;
}


@media screen and (min-width: 480px) {
  .reyhoon-products-list .reyhoon-product__hero {
    width: 200px;
    position: relative;
  }

}

@media screen and (min-width: 480px) {
  .reyhoon-products-list .reyhoon-product__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (min-width: 480px) {
  .reyhoon-products-list .reyhoon-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;
  }
}

.reyhoon-products-list .reyhoon-product__actions {
  margin-top: 16px;
}


/* Elements */
.reyhoon-products-list__item {
  width: 100%;
  margin: 0 0 24px;
}

/* Modifiers */
@media screen and (min-width: 540px) {
  .reyhoon-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-left: -12px;
    margin-right: -12px;
  }
}

@media screen and (min-width: 768px) {
  .reyhoon-products-list--grid .reyhoon-products-list__item {
    margin: 0 0 24px;
    padding: 0 12px;
    width: 100%;
  }
}

@media screen and (min-width: 1120px) {
  .reyhoon-products-list--grid .reyhoon-products-list__item {
    width: 33.33%;
  }
}

@media screen and (min-width: 768px) {
  .reyhoon-products-list--grid .reyhoon-product {
    padding: 0 0 88px;
    display: block;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media screen and (min-width: 768px) {
  .reyhoon-products-list--grid .reyhoon-product__hero {
    width: auto;
  }

  .reyhoon-products-list--grid .reyhoon-product__hero img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .reyhoon-products-list--grid .reyhoon-product__content-wrap {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .reyhoon-products-list--grid .reyhoon-product__actions {
    padding: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {

  .reyhoon-products-list__item .reyhoon-product.out-of-service {
    cursor: not-allowed;
    pointer-events: none;
  }
}

.reyhoon-product .reyhoon-product__title {
  font-size: 20px;
  font-weight: bold;
}

.reyhoon-drawer__inner .reyhoon-product__title {
  text-align: center;
}

/* Block */
.reyhoon-product {
  position: relative;
}


.reyhoon-drawer .reyhoon-product > div {
  z-index: 2;
}

/* Elements */
.reyhoon-product .food-info {
  display: flex;
  justify-content: space-between;
}

.reyhoon-product .reyhoon-product__hero {
  width: 250px;
  margin: 32px auto 24px auto;
}

.reyhoon-product__hero {
  position: relative;
}


.reyhoon-mini-cart-header {
  display: flex;
  position: absolute;
  top: 8px;
}

.shop_table.shop_table_responsive {
  border-radius: 24px;
  background-color: var(--reyhoon-gray-light);
  margin-top: 24px;
  margin-bottom: 35px;
}
.shop_table > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--reyhoon-stroke);
  padding: 12px 16px;
}

.shop_table .cart-static-sent {
  display: block;
  border-bottom: 1px solid var(--reyhoon-stroke);
  padding: 12px 16px;
}

.cart-static-sent-pay {
  display: inline-block;
}

.cart-static-sent-status {
  display: inline-block;
  position: absolute;
  right: 16px;
}

.cart-static-sent-discription {
  padding-top: 8px;
  font-size: 14px;
  color: var(--reyhoon-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(--reyhoon-gray-light);
}

.shop_table_responsive tr {
  border-bottom: 1px solid var(--reyhoon-stroke);
}

.shop_table_responsive td {
  text-align: right;
  border: none;
}

.shop_table_responsive th {
  border: none;
}

.reyhoon-mini-cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.reyhoon-product__hero img:first-child {
  border-radius: 48px;
  margin: 0;
  display: block;
  width: 100%;
  height: auto !important;
  max-width: none !important;
  position: relative;
  z-index: 2;
}
.reyhoon-mini-cart-content .reyhoon-product__hero img:first-child {
  width: auto;
}

ul.reyhoon-main__tabs > li > a img {
  max-height: 38px;
  vertical-align: middle;
  margin-right: 8px;
}

.reyhoon-mini-cart-content img {
  max-height: 140px;
}

.reyhoon-product__content {
  margin-top: 8px;
  padding-right: 8px;
  flex-basis: 50%;
}

.reyhoon-product__content :last-child {
  margin-bottom: 0;
}

.reyhoon-products-list__item .reyhoon-product__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.reyhoon-product__title {
  margin: 0 0 12px !important;
}

.reyhoon-product__description {
  margin: 0;
  font-size: 14px;
}

.reyhoon-product__tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none none outside;
}

img + .reyhoon-product__tags {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  z-index: 20;
}

.reyhoon-product__tags li {
  margin: 6px 0 0 0;
}

.reyhoon-product__options {
  margin: 12px 0 24px;
  padding: 0;
  border-radius: 6px;
}

.reyhoon-product__options:last-child {
  margin-bottom: 0;
}

.reyhoon-product__options th, .reyhoon-product__options td {
  background-color: transparent !important;
  padding: 0 0 12px;
  text-align: left;
  display: block;
  margin: 0;
}

.reyhoon-product__options th {
  font-size: 18px;
  line-height: 22px;
}

.reyhoon-product__options td {
  padding-bottom: 24px;
}

.reyhoon-product__options tr {
  padding: 0;
  margin: 0;
}

.reyhoon-product__options tr:last-child td {
  padding-bottom: 0;
}

.reyhoon-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;
}

.reyhoon-product__actions.variable {
  flex-direction: column;
  margin-top: 24px;
}
.reyhoon-variable__actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.variation-name {
  font-weight: bold;
  font-size: 14px;
}

.reyhoon-product__actions:last-child {
  margin-bottom: 0;
}


.reyhoon-product__actions-button {
  width: 128px;
  text-align: center;
  padding: 14px 16px;
  line-height: 32px;
}

ins span.woocommerce-Price-amount{
  color: #000 !important;
}
.loop-qty .added_to_cart {
  display: none;
}
del{
  color: var(--reyhoon-gray-dark) !important;
}

/* update button */

.reyhoon-product__actions__update .reyhoon-product__actions-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}

.reyhoon-product__actions__update .reyhoon-product__actions-button__save-update {
  flex-basis: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  background-color: var(--reyhoon-main);
  border-radius: 16px;
  cursor: pointer;
}

.reyhoon-product__actions__update .reyhoon-product__actions-button__cancel-update {
  flex-basis: 25%;
  text-align: left;
}

.reyhoon-product__actions__update .reyhoon-product__actions-button__cancel-update .reyhoon-product__cancel-update {
  height: 100%;
}

.reyhoon-product__actions__update button {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 12px 24px;
  height: auto;
}

.reyhoon-product__actions__update button.reyhoon-product__update-cart-item.reyhoon-button--filled:focus,
.reyhoon-product__actions__update button.reyhoon-product__update-cart-item.reyhoon-button--filled:hover {
  background-color: var(--reyhoon-main);
}

.reyhoon-product__actions__update div.reyhoon-product__actions-price {
  margin-right: 24px;
  padding: 12px 0;
}

.reyhoon-product__actions__update button.reyhoon-product__cancel-update {
  border: none;
  color: #EA2051;
  background-color: var(--reyhoon-gray-light);
}

/* update button */

/* Modifiers */
.reyhoon-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%;
}

.reyhoon-product--options .reyhoon-product__actions {
  flex: 0 0 auto;
  margin-bottom: 16px;
  background-color: var(--reyhoon-main);
  border-radius: 11px;
  align-items: stretch;
  flex-direction: row-reverse;
  cursor: pointer;
}

.reyhoon-product__actions .reyhoon-product__actions-price {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.reyhoon-products-list .reyhoon-product__actions-price {
  color: var(--reyhoon-black);
  padding-left: 0;
}

del {
  color: #fff;
}

.reyhoon-product__actions-price span.woocommerce-Price-amount {
  font-weight: 500;
  font-size: 20px;
}

.reyhoon-product__actions-price span.woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-size: 12px;
}

.reyhoon-product__actions-price > del span.woocommerce-Price-amount {
  font-weight: 400;
  font-size: 16px;
}

del .woocommerce-Price-currencySymbol {
  display: none;
}

ins {
  color: transparent;
}

.reyhoon-product__actions-price > ins span.woocommerce-Price-amount {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.reyhoon-product__actions-price > ins span.woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-size: 12px;
}

.reyhoon-product--clickable {
  cursor: pointer;
}

.reyhoon-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;
}

.reyhoon-product__hero--title:before {
  background: #fff;
  top: auto;
  left: -10px;
  right: -10px;
  bottom: -10px;
  position: absolute;
  height: 24px;
  z-index: 5;
  -webkit-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}

.reyhoon-product__hero--title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left 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;
}

.reyhoon-product__hero--title .reyhoon-product__image {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
}

.reyhoon-product__hero--title .reyhoon-product__title {
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 20px;
  font-weight: bold;
}

.reyhoon-products-list__item .reyhoon-product {
  width: 100%;
  border-radius: 24px;
  background-color: #fff;
  padding: 16px;
  border: 1px solid var(--reyhoon-gray-light);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.out-of-service .reyhoon-button.reyhoon-product__add-to-order {
  pointer-events: none;
  opacity: 0.5;
}

.reyhoon-products-list__item .reyhoon-product.out-of-service {
  cursor: not-allowed;
}

@media screen and (max-width: 480px) {
  .reyhoon-products-list__item .reyhoon-product__hero {
    width: 100%;
    max-width: 128px;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .reyhoon-products-list__item .reyhoon-product__content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}


@media screen and (max-width: 480px) {
  .reyhoon-products-list__item .reyhoon-product__title {
    margin: 0 0 6px !important;
  }
}

/* Block */
.reyhoon-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.reyhoon-drawer-open {
  overflow: hidden;
}

/* Block */
.reyhoon-drawer-overlay {
  height: 100%;
  z-index: 999998;
  position: fixed;
  top: 0;
  left: 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;
}

.reyhoon-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;
  left: 0;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  overflow: hidden;
  padding: 0 12px;
  box-sizing: border-box;
}

.reyhoon-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) {
  .reyhoon-drawer {
    max-width: 450px;
  }
}

/* Elements */

.reyhoon-product-fields h4 {
  line-height: 22px;
  line-height: 22px;
  position: absolute;
  z-index: 2;
  left: 15px;
  top: -11px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
}

.reyhoon-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;
}

.reyhoon-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;
}

.reyhoon-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;
}

.reyhoon-drawer__cart .reyhoon-mini-cart {
  margin: 24px 0 16px 0;
  padding: 0;
  list-style: none none outside;
  overflow: hidden;
}

.reyhoon-drawer__cart .reyhoon-mini-cart-item {
  margin: 0;
  padding: 10px 0px 10px 0;
  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;
}

.reyhoon-drawer__cart .reyhoon-mini-cart-item {
  border: 2px solid var(--reyhoon-gray-light);
  border-radius: 24px;
  margin-bottom: 16px;
}

.reyhoon-mini-cart-item .variation {
  margin: 7.5px 0;
  text-align: center;
  color: var(--reyhoon-main);
  font-size: 14px;
  font-weight: 500;
}

.reyhoon-mini-cart-item dl.variation > dt, .reyhoon-mini-cart-item dl.variation br {
  display: none;
}

.reyhoon-mini-cart-item .variation + br {
  display: none;
}

.reyhoon-drawer__cart .reyhoon-mini-cart-item .variation dt, .reyhoon-drawer__cart .reyhoon-mini-cart-item .variation dd, .reyhoon-drawer__cart .reyhoon-mini-cart-item .variation p {
  margin: 0 4px;
}

.reyhoon-mini-cart-content dt.variation- {
  display: none;
}

.reyhoon-drawer__cart .reyhoon-mini-cart-item .blockOverlay {
  background: #fff !important;
  opacity: 0.8 !important;
}

.reyhoon-drawer__cart .reyhoon-mini-cart-item__remove {
  position: absolute;
  bottom: 16px;
  right: 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;
}

.reyhoon-drawer__cart .reyhoon-mini-cart-item__remove svg {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: none;
  transition: none;
  fill: #c7d4db;
  margin: -10px 0 0 -10px;
}

.reyhoon-drawer__cart .reyhoon-mini-cart-item__remove:hover svg {
  opacity: 0.8;
}

.reyhoon--button-style-square .reyhoon-drawer__cart .reyhoon-mini-cart-item__remove {
  border-radius: 0;
}

.reyhoon-drawer__cart .quantity {
  font-weight: bold;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__notices {
  padding: 15px 0;
  border-top: 1px solid #E6ECEF;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__notices .woocommerce-error {
  margin: 0;
  padding: 0;
  list-style: none none outside;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__notices .woocommerce-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;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__notices .woocommerce-error li:last-child {
  margin-bottom: 0;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__notices .button {
  display: none;
}

.reyhoon-mini-cart-total-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--reyhoon-main);
  color: #fff;
  border-radius: 16px;
  margin-top: 16px;
  padding: 8px 16px;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__total,
.reyhoon-drawer__cart .reyhoon-mini-cart__buttons {
  margin: 0;
  padding: 0;
  text-align: center;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__total {
  padding: 15px 0;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button {
  display: none;
}

.reyhoon-drawer__cart .reyhoon-mini-cart__buttons .button.checkout {
  display: block;
  width: 100%;
}

.reyhoon-drawer__cart .reyhoon-services-selector__selected {
  margin: 0 0 15px;
}

.reyhoon-drawer__cart .reyhoon-services-selector__lookup {
  margin: 0 0 15px;
}

.reyhoon-drawer__cart .reyhoon-services-selector__lookup input {
  width: 100%;
  margin: 0 0 8px;
}

.reyhoon-drawer__cart .reyhoon-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;
}

.reyhoon-drawer__cart .reyhoon-services-selector__lookup-buttons button {
  display: block;
  width: 100%;
}

.reyhoon-drawer__cart .reyhoon-services-selector__lookup-buttons button:first-child {
  margin-right: 4px;
}

.reyhoon-drawer__cart .reyhoon-services-selector__lookup-buttons button:last-child {
  margin-left: 4px;
}

.reyhoon-drawer__actions {
  bottom: -24px;
  margin: auto 0 -24px;
  background: #fff;
  padding: 24px 0;
  left: 0;
  right: 0;
  border-top: 1px solid #F2F2F2;
}

.reyhoon-drawer__actions--cart {
  border-top: none;
  padding-top: 10px;
}

.reyhoon-drawer__close {
  position: absolute;
  top: 16px;
  font-size: 0;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  margin: 0;
  z-index: 100;
  border-color: #c7d4db;
}

.reyhoon-drawer .reyhoon-drawer__close {
  border: none;
  position: absolute;
  right: 12px;
}

.reyhoon-mini-cart-header-icon .reyhoon-drawer__close {
  position: relative;
}

.reyhoon-mini-cart-header-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.reyhoon-mini-cart-header-icon h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.reyhoon-mini-cart-header-icon button {
  top: auto;
  width: 20px;
}

.reyhoon-drawer__close:focus, .reyhoon-drawer__close:active, .reyhoon-drawer__close:hover {
  background-color: transparent;
  border-color: unset;
}

.reyhoon-drawer__close:focus:before, .reyhoon-drawer__close:focus:after, .reyhoon-drawer__close:active:before, .reyhoon-drawer__close:active:after, .reyhoon-drawer__close:hover:before, .reyhoon-drawer__close:hover:after {
  background-color: #fff;
}

.reyhoon-drawer .reyhoon-product__content {
  padding: 15px 0;
}

/* Modifiers */
.reyhoon-drawer-overlay--open {
  -webkit-transition: opacity .2s ease, width 0s;
  transition: opacity .2s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.reyhoon-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: Rubik;
}

.reyhoon-drawer.otp.reyhoon-drawer--open {
  overflow-y: auto;
}

a.checkout-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--reyhoon-main);
  color: #fff !important;
  border-radius: 16px;
  padding: 8px 16px;
  position: fixed;
  right: 12px;
  left: 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. */
.reyhoon-floating-cart {
  position: fixed;
  z-index: 70;
  bottom: 5px;
  right: calc(50% - 40px);
}

/* Elements. */
.reyhoon-floating-cart__button {
  border: 0;
  border-radius: 100%;
  text-align: center;
  background: var(--reyhoon-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;
}

.reyhoon-floating-cart__button span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.reyhoon-floating-cart__button:hover {
  -webkit-animation: wobble-hor-bottom 0.8s both;
  animation: wobble-hor-bottom 0.8s both;
}

.reyhoon-floating-cart__button:focus {
  background: var(--reyhoon-main);
}

.reyhoon-floating-cart__button svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.reyhoon-floating-cart__count {
  position: absolute;
  top: 0;
  right: 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. */
.reyhoon-services-selector__selected p {
  margin: 0;
}

.reyhoon-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;
}

.reyhoon-services-selector__selected-change:hover, .reyhoon-services-selector__selected-change:focus, .reyhoon-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. */
.reyhoon-services-selector--selected .reyhoon-services-selector__lookup {
  display: none;
}

/* Block */
/* Elements */
.reyhoon-open-hours__service, .reyhoon-open-hours__date {
  margin: 0 0 0 6px;
  padding: 2px 6px;
  background: #000000;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 80%;
}

.reyhoon-open-hours__service--closed {
  background-color: #E34F4F;
  display: none;
}

.reyhoon-open-hours__date {
  margin: 0 4px 0 0;
  text-align: center;
  min-width: 30px;
  border: 1px solid #E6ECEF;
  background: none;
  color: inherit;
}

.reyhoon-tabs {
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none none outside;
  display: flex;

}

.reyhoon-main__tabs {
  display: flex;
  width: calc(100% + 32px);
  padding-left: 0;
  overflow-x: auto;
  margin: 0 -16px;
  padding-bottom: 14px;
  padding-top: 14px;
}

.reyhoon-main__tabs.tabs--fixes {
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #fff;
}

.reyhoon-main__tabs.tabs--fixes + .fix-sticky {
  height: 102px;
}

.reyhoon-main__tabs .reyhoon-tabs {
  display: flex;

}


ul.reyhoon-main__tabs > li {
  margin: 0;
  position: relative;
  list-style: none;
}

ul.reyhoon-main__tabs > li:first-child {
  margin-left: 16px;
}

ul.reyhoon-main__tabs > li.reyhoon-tabs__item--active::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: var(--reyhoon-main);
  position: absolute;
  bottom: -7px;
  border-radius: 30px;
  left: 50%;
  margin-left: -7px;
}

ul.reyhoon-main__tabs > li:first-child a {
  border-radius: 12px 0 0 12px;
}

ul.reyhoon-main__tabs > li:last-child a {
  border-radius: 0 12px 12px 0;
}

ul.reyhoon-main__tabs > li:last-child {
  margin-right: 16px;
}

ul.reyhoon-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: left;
  display: block;
  background: rgba(115, 115, 115, 0.05);
  backdrop-filter: blur(8px);
}

a.reyhoon-tabs__link:active, a.reyhoon-tabs__link:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.reyhoon-tabs__link:hover, a.reyhoon-tabs__link:active, a.reyhoon-tabs__link:focus {
  color: #000;
  text-decoration: none;
}

ul.reyhoon-main__tabs > li.reyhoon-tabs__item--active > a {
  color: var(--reyhoon-main);
  font-weight: 700;
}

.reyhoon--button-style-square a.reyhoon-tabs__link {
  border-radius: 0;
}

.reyhoon-sb-container {
  position: relative;
  overflow-y: auto;
  height: 100%;
  max-height: 100vh;
  scrollbar-width: thin;
  scrollbar-color: var(--reyhoon-main) #ddd;
  scrollbar-gutter: auto;
  padding-right: 8px;
  margin-right: -8px;
}


.reyhoon-mini-cart-wrapper .reyhoon-sb-container {
  max-height: 84vh;
}

/* Block */
.reyhoon-quantity-roller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reyhoon-quantity-roller * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Elements */
.reyhoon-quantity-roller__roller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 110px;
}

.reyhoon--button-style-square .reyhoon-quantity-roller__roller {
  border-radius: 0;
}

.reyhoon-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;
}

.reyhoon-quantity-roller__button:before, .reyhoon-quantity-roller__button:after {
  content: "";
  position: absolute;
  display: block !important;
  height: 2px;
  width: 12px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  -webkit-transition: background 150ms ease-out;
  transition: background 150ms ease-out;
}

.reyhoon-quantity-roller__button:hover, .reyhoon-quantity-roller__button:visited {
  background-color: #c7d4db;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
}


.reyhoon-quantity-roller__button--decrease {
  border: 1px solid var(--reyhoon-stroke);
}
.reyhoon-quantity-roller__button.reyhoon-quantity-roller__button--increase:hover {
  filter: brightness(1.2);
  background-color: var(--reyhoon-main);
}
.reyhoon-quantity-roller__button--decrease.recycle {
  background-image: url('../../icons/trash.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.reyhoon-quantity-roller__button--decrease.recycle:before {
  display: none !important;
}

.reyhoon-quantity-roller__button--decrease:before {
  background-color: var(--reyhoon-gray-dark);
}

.reyhoon-quantity-roller__button--decrease:after {
  display: none !important;
}

.reyhoon-quantity-roller__button--increase {
  background-color: var(--reyhoon-main);
}

.reyhoon-quantity-roller__button--increase:after .reyhoon-quantity-roller__button--increase:before {
  color: #ffffff;
}

.reyhoon-quantity-roller__button--increase:after {
  height: 12px;
  width: 2px;
  margin: -6px 0 0 -1px;
}

.reyhoon-quantity-roller__quantity {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.reyhoon-quantity-roller__price {
  margin-bottom: 8px;
}


/* Modifiers */
.reyhoon-drawer__cart .reyhoon-quantity-roller {
  margin: 12px 0 6px;
  display: flex;
  flex-direction: column;
}

.reyhoon-button.reyhoon-product__add-to-order {
  color: #fff;
  background-color: var(--reyhoon-main);
  border-color: var(--reyhoon-main);
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  width: 106px;
  height: 38px;
  font-family: inherit;
}

.reyhoon-product--options .reyhoon-product__actions .reyhoon-button .reyhoon-product__add-to-order {
  font-size: 22px;
  font-weight: lighter;
  border: none;
  color: #fff;
}

.reyhoon-button.reyhoon-product__add-to-order:hover {
  background-color: var(--reyhoon-main) !important;
  border-color: var(--reyhoon-main);
  color: #fff;
}

ins .woocommerce-Price-currencySymbol {
  font-size: 12px;
}

.reyhoon-tab-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 24px 0;
  position: relative;
}

.reyhoon-tab-title span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 16px;
}

.reyhoon-tab-title span img {
  max-width: 35px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -5px;
  border-radius: 8px;
}

.reyhoon-tab-title::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: var(--reyhoon-gray-light);
  margin: 0 auto;
  display: block;
  top: 11px;
  right: 20%;
  left: 20%;
  z-index: 1;
}

.reyhoon-accordion {
  margin: 12px 0 24px 0;
  font-weight: 400;
  font-size: 16px;
  color: var(--reyhoon-gray-dark);
}

/* reyhoon header styles */

.reyhoon-header-top-nav {
  margin: 0 0px 24px;
}

.reyhoon-header-top-container {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  background-color: var(--reyhoon-black);
  position: relative;
  margin: 12px 16px;
  border-radius: 19px;
  flex-direction: column;
}

.side-nav-bar {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  align-items: center;
}

header .my-orders {
  background-color: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  color: var(--reyhoon-text);
  font-size: 12px;
}

header .my-orders svg {
  margin-left: 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;
}

.reyhoon-header-top-container .side-nav ul {
  list-style: none;
  padding-left: 16px;
  line-height: 32px;
}

.reyhoon-header-top-container .side-nav li > a {
  color: #fff;
}

.reyhoon-header-top-container p {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  margin-bottom: 0;
}

.reyhoon-restaurant-details {
  height: 100px;
  background-color: var(--reyhoon-main);
  margin: 0 16px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}


.reyhoon-restaurant-details::after {
  content: '';
  width: 235px;
  height: 235px;
  background-color: #FFB901;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: -80px;
  right: -116px;
  overflow: hidden;
  border: 6px solid #fff;
  box-sizing: content-box;
}

.reyhoon-restaurant-details.reyhoon-restaurant-details-denied::after {
  content: '';
  width: 235px;
  height: 235px;
  background-color: var(--reyhoon-gray-dark);
  display: block;
  border-radius: 100%;
  position: absolute;
  top: -80px;
  right: -116px;
  overflow: hidden;
  border: 6px solid #fff;
  box-sizing: content-box;
}

.reyhoon-accept-orders,
.reyhoon-denied-orders {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  text-align: center;
  color: var(--reyhoon-gray-light);
  font-weight: 700;
  font-size: 12px;
}

.reyhoon-accept-orders svg {
  z-index: 2;
  position: relative;
}

.reyhoon-accept-orders::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  top: 20px;
  animation: animate 3s normal infinite;
  border-radius: 100%;
  z-index: 1;
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 #dc9d00, 0 0 0 0 #dc9d00;
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 0 #dc9d00;
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
  }
}

.reyhoon-accept-orders p.status-order-accept {
  display: block;
  margin-top: 0;
}

.reyhoon-accept-orders p.status-order-denied {
  display: none;
}

.reyhoon-denied-orders p.status-order-accept {
  display: none;
}

.reyhoon-denied-orders p.status-order-denied {
  display: block;
  margin-top: 0;
}

.reyhoon-restaurant-details-logo {
  position: absolute;
  display: flex;
  background-color: var(--reyhoon-main);
  align-items: center;
  height: 100%;
}

.reyhoon-restaurant-branch-details p {
  margin: 0;
}

.reyhoon-restaurant-shipping-cost {
  display: inline-block;
}

.reyhoon-restaurant-branch-details {
  color: #fff;
  margin: 28px 0;
}

.reyhoon-restaurant-branch-name {
  font-weight: 700;
  font-size: 14px;
}

.reyhoon-restaurant-details-logo img {
  width: auto;
  height: auto;
  margin: 0 16px;
  max-height: 80px;
  max-width: 50px;
}

.reyhoon-restaurant-branch-name {
  font-weight: 700;
  font-size: 16px;
}

.reyhoon-restaurant-shipping-cost p {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}

.reyhoon-restaurant-shipping-cost strong {
  font-weight: 500;
  font-size: 16px;
}

.reyhoon-header-top-nav-logo {
  margin: 12px auto;
  text-align: center;
}

.reyhoon-header-top-nav-logo img {
  width: 110px;
  height: auto;
}

.reyhoon-mini-cart-content .reyhoon-button--loading {
  font-size: 0;
  margin-bottom: 35px;
}
.loop-qty .reyhoon-button--loading {
  font-size: 0;
}
a.checkout-button {
  z-index: 9;
}
/* reyhoon header styles */

@media screen and (max-width: 480px) {
  .reyhoon-product__actions-button {
    width: 108px !important;
    margin-right: 24px;
  }

  .reyhoon-button.reyhoon-product__add-to-order {
    width: 108px !important;
    padding: 0 8px;
  }

  .reyhoon-main__tabs.tabs--fixes {
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {

  .reyhoon-header-top-nav-logo {
    display: none;
  }

  .reyhoon-product .reyhoon-product__hero {
    width: 200px;
  }

  .reyhoon-product__actions-button {
    width: 168px;
    margin-right: 24px;
  }

  .reyhoon-button.reyhoon-product__add-to-order {
    width: 168px;
  }
}


@media screen and (min-width: 768px) {
  .reyhoon-main, .page-template-page-reyhoon .elementor {
    width: calc(100% - 375px);
    margin-left: 375px;
    overflow: hidden;
  }
  .page-template-page-reyhoon .elementor .reyhoon-main {
    width: 100%;
    margin-left: 0;
  }

  .reyhoon-header-top-nav {
    overflow-y: hidden;
  }

  .reyhoon-restaurant-details-logo img {
    display: none;
  }

  .reyhoon-restaurant-branch-details {
    margin-left: 16px;
  }

  .reyhoon-header-top-nav {
    width: 100%;
    max-width: 375px;
    position: fixed;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
    height: 100%;
  }

  .reyhoon-main.reyhoon-main--sections-tabs.reyhoon-main--sections-top_tabs {
    width: calc(100% - 375px);
    margin-left: 375px;
  }

  .reyhoon-products-list--grid .reyhoon-product__hero {
    width: 100px;
    margin: 0;
  }

  .reyhoon-button.reyhoon-product__add-to-order {
    padding: 0 8px;
  }


}

@media screen and (min-width: 992px) {
  .reyhoon-products-list--grid .reyhoon-products-list__item {
    margin: 0 0 24px;
    padding: 0 12px;
    width: 50%;
  }

  .reyhoon-product .reyhoon-product__title {
    font-size: 16px;
    font-weight: bold;
  }

  .reyhoon-product__actions-price span.woocommerce-Price-amount {
    font-weight: 500;
    font-size: 16px;
  }

  .reyhoon-product__actions-button {
    width: 75px;
    padding: 14px 0;
  }

  .reyhoon-button.reyhoon-product__add-to-order {
    font-size: 12px;
    width: 75px;
    padding: 0 0 0 4px;
  }

  .reyhoon-floating-cart {
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-top-left-radius: 100%;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
    padding-left: 10px;
    padding-top: 10px;
  }

  .reyhoon-floating-cart__button {
    border-radius: 16px;
  }
}
.reyhoon-button.reyhoon-button--out-of-stock {
  filter: grayscale(1);
}

@media screen and (min-width: 1200px) {
  .reyhoon-product .reyhoon-product__title {
    font-size: 18px;
    font-weight: bold;
  }

  .reyhoon-product__actions-price span.woocommerce-Price-amount {
    font-weight: 500;
    font-size: 18px;
  }

  .reyhoon-product__actions-button {
    width: 128px;
    padding: 14px 0;
  }

  .reyhoon-button.reyhoon-product__add-to-order {
    font-size: 16px;
    width: 128px;
    padding: 0 12px;
  }

  body.reyhoon-pages .site-main {
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}


/* reyhoon empty cart */

.reyhoon-drawer p.reyhoon-mini-cart__empty-message {
  margin: 68px 48px;
  text-align: center;
  background-color: var(--reyhoon-gray-light);
  padding: 8px;
  border-radius: 8px;
  position: relative;
  color: var(--reyhoon-gray-dark);
  font-size: 12px;
  font-weight: 500;
}

.reyhoon-drawer p.reyhoon-mini-cart__empty-message svg {
  position: absolute;
  left: 4px;
  bottom: 5px;
}

.reyhoon-drawer .cart-empty-background{
  text-align: center;
}

.reyhoon-drawer a.empty-cart-btn {
  margin: 26px auto;
  display: block;
  text-align: center;
  background-color: var(--reyhoon-main);
  width: 80%;
  padding: 18px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

/* reyhoon footer */

.ryn-footer {
  background-image: url("../../svg/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 12px;
  color: #ffffff;
}

.ryn-footer a {
  color: inherit;
  width: auto;
  height: 100%;
  display: inline-block;
}

.ryn-footer .hero {
  display: flex;
  margin: 16px 16px 24px;
}

.ryn-footer .hero img {
  width: 97px;
  height: 94px;
}

.ryn-footer .location-container {
  margin: 32px 16px 0;
}

.ryn-footer .location-container > p {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}

.ryn-footer .location-container .address {
  display: flex;
  align-items: center;
}

.ryn-footer .location-container .address p {
  margin: 0 6px;
  font-weight: 400;
  font-size: 15px;
}

.ryn-footer .location-container .address a {
  font-weight: 500;
  font-size: 10px;
  opacity: .5;
}

.ryn-footer .content {
  display: flex;
  margin: 0 16px;
  justify-content: space-between;
}
.content.verification {
  flex-direction: row-reverse;
}
.enamad img {
  width: 90px;
  height: auto;
}

.ryn-footer .content .social {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  position: relative;
}

.ryn-footer .content .social a.insta-logo {
  margin-bottom: 28px;
}

.ryn-footer .content .social::after {
  content: '';
  width: 89px;
  height: 0px;
  border: 1px solid #FFFFFF;
  transform: rotate(-90deg);
  opacity: 0.1;
  position: absolute;
  top: 48px;
}

.ryn-footer .content .links {
  display: flex;
  flex-direction: column;
  margin: 0 28px;
  justify-content: space-between;
  align-items: center;
}

.ryn-footer .content .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ryn-footer .content .links a {
  font-weight: 500;
  font-size: 12px;
}

.ryn-footer .content .phone {
  width: 135px;
  height: 89px;
  background-color: #1C252A;
  border-radius: 12px;
  position: relative;
}

.ryn-footer .content .phone svg {
  position: absolute;
  top: 12px;
  left: 12px;
}

.ryn-footer .content .phone svg.bg-line {
  position: absolute;
  top: 0;
  left: 0;
}

.ryn-footer .content .phone p {
  direction: rtl;
  font-weight: 500;
  font-size: 15px;
  text-align: right;
  position: absolute;
  right: 12px;
  bottom: 12px;
  margin: 0;
}

.ryn-footer .copyrights {
  margin: 56px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ryn-footer .copyrights span {
  font-weight: 300;
  font-size: 10px;
}

.ryn-footer .copyrights p {
  margin: 0;
  font-weight: 300;
  font-size: 10px;
  opacity: .7;
  display: inline-block;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .ryn-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-left: 18px;
  }

  .ryn-footer::before {
    content: '';
    width: 70%;
    height: 1px;
    background: var(--reyhoon-stroke);
    display: inline-block;
    margin: 6px auto;
    position: absolute;
    right: 0;
    left: 0;
  }

  .ryn-footer .location-container {
    margin: 0 16px;
  }

  .ryn-footer .hero img {
    display: none;
  }

  .ryn-footer .hero,
  .ryn-footer .content {
    margin-left: 0;
  }

  .ryn-footer .copyrights {
    margin: 0;
  }

  .ryn-footer .content .phone {
    background-color: var(--reyhoon-main);
    color: #fff;
  }

  .ryn-footer .content .social a.insta-logo svg path,
  .ryn-footer .content .social a.insta-logo svg circle {
    fill: black;
  }

  .ryn-footer .content .social a.wap-logo svg path,
  .ryn-footer .location-container .address svg path {
    stroke: black;
  }

  .reyhoon-drawer--open {
    width: 450px;
  }
}

/* tab tab */
.reyhoon-main--sections-tabs_tab .reyhoon-main__group {
  display: none;
}

.reyhoon-main__tabs-tab {
  display: flex;
  margin: 16px 0;
  overflow-x: auto;
}

.reyhoon-main__tabs-tab > button {
  margin: 0 6px;
  padding: 5px 0 16px 0;
  border-radius: 41px;
  background-color: var(--reyhoon-gray-light);
  width: 82px;
  border: 0;
  font-weight: 500;
  font-size: 12px;
  flex-shrink: 0;
}

.reyhoon-main__tabs-tab > button > img {
  margin-bottom: 8px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  background-color: #fff;
  padding: 14px;
  border-radius: 100%;
  width: 72px;
  height: 72px;
}

.reyhoon-main__tabs-tab > button.reyhoon-tabs__item--active {
  background-color: var(--reyhoon-main);
  color: #fff;
}

.reyhoon-main--sections-tabs_tab .child-group .reyhoon-products-list {
  display: none;
}
.reyhoon-main--sections-tabs_tab .child-group .reyhoon-products-list:first-of-type {
  display: block;
}
.ryn-variations-container {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
}
.ryn-variations li {
  padding: 16px 24px;
  background: #FFFFFF;
  border: 1px solid #DDD8E4;
  border-radius: 12px;
  /* margin-right: 12px; */
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #10002B;
  cursor: pointer;
}
.ryn-variations li[selected="selected"] {
  border: 2px solid var(--reyhoon-main);
  color: var(--reyhoon-main);;
}
.reyhoon-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(--reyhoon-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(--reyhoon-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.woocommerce-loop-product__title{
  color: var(--reyhoon-black);
}

.single-product.woocommerce div.woocommerce-product-rating div.star-rating{
  color: var(--reyhoon-main);
}

.single-product.woocommerce div.woocommerce-product-rating a.woocommerce-review-link{
  color: var(--reyhoon-gray-dark);
}

form.comment-form p.stars a{
  color: var(--reyhoon-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(--reyhoon-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(--reyhoon-main);
}

.single-product.woocommerce span.onsale{
  top: 0;
  left: 0;
  background-color: var(--reyhoon-main);
}

/*default header*/


: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;
}

.ryn-default-header a{
  color: var(--reyhoon-black) !important;
}

.ryn-default-header ul{
  padding: 0 !important;
}

.ryn-default-header li{
  list-style-type: none;
}

.ryn-default-header .menu.is-active li {
  list-style-type: none;
  margin-bottom: 12px;
}

.ryn-default-header .container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.admin-bar .ryn-default-header{
  margin-top: 32px;
}

.ryn-default-header {
  position: fixed;
  top: 0;
  right: 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;
}

.ryn-default-header.on-scroll {
  background: var(--color-black-300);
  box-shadow: var(--shadow-medium);
}

.ryn-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;
}

.ryn-default-header .brand > img {
  vertical-align: middle;
}

.ryn-default-header .menu {
  position: fixed;
  top: -100%;
  right: 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;
}

.ryn-default-header .menu ul.menu{
  display: flex;
  justify-content: space-between;
}

.ryn-default-header .menu.is-active ul.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  top: 38px;
  right: 0;
  left: 0;
}

.ryn-default-header .menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}
.ryn-default-header .menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
}
.ryn-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;
}
.ryn-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-right: 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) {
  .ryn-default-header .brand{
    display: none;
  }
}

@media only screen and (min-width: 48rem) {
  .ryn-default-header .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    background: none;
    box-shadow: none;
    flex-basis: 30%;
  }
  .ryn-default-header .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin: 0 auto;
  }
  .ryn-default-header .menu-link {
    text-transform: capitalize;
  }
  .ryn-default-header .menu-block {
    margin-right: 0;
  }
}

.ryn-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) {
  .ryn-default-header .burger {
    display: none;
    visibility: hidden;
  }
}
.ryn-default-header .burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 1.75px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: var(--reyhoon-black);
  transition: 0.25s ease-in-out;
}

.ryn-default-header .burger-line:nth-child(1) {
  top: 0px;
}
.ryn-default-header .burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.ryn-default-header .burger-line:nth-child(3) {
  top: 1rem;
}
.ryn-default-header .burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(-135deg);
}
.ryn-default-header .burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.ryn-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*/


.ryn-default-footer {
  padding:40px 0;
  background-color:var(--reyhoon-black);
  color:white;
}

.ryn-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;
}

.ryn-default-footer li {
  padding: 0 10px;
  margin-bottom: 8px;
}

.ryn-default-footer ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.ryn-default-footer ul a:hover {
  opacity:1;
}

.ryn-default-footer .social {
  text-align:center;
  padding-bottom:25px;
}

.ryn-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;
}

.ryn-default-footer .social > a:hover {
  opacity:0.9;
}

.ryn-default-footer .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}

.ryn-default-footer .copyright a.avin{
  display: block;
}

.ryn-default-footer .copyright a.avin > p{
  display: inline-block;
  margin-right: 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(--reyhoon-main);
  border: 0;
  padding: 16px 32px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 480px){
  .ryn-default-footer ul{
    flex-direction: column;
  }
}

/*default footer*/

/*toolbar*/

.ryn-toolbar {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 24px;
  z-index: 69;
}

.ryn-toolbar .toolbar-bg::before, .ryn-toolbar .toolbar-bg::after {
  content: '';
}

.ryn-toolbar .toolbar-bg {
  position: absolute;
  inset: 0;
  display: flex;
  filter: drop-shadow(0px 30px 100px rgba(0, 0, 0, 0.5));
}

.ryn-toolbar .toolbar-bg::before, .ryn-toolbar .toolbar-bg::after {
  content: '';
  width: calc((100vw - 390px)/2);
  background-color: #fff;
}

.ryn-toolbar a {
  color: var(--reyhoon-black);
  text-align: center;
  z-index: 1;
  flex-basis: 25%;
}


.ryn-toolbar span {
  display: block;
  font-weight: 500;
  font-size: 13px;
}

.ryn-toolbar .center-circle {
  border-radius: 50%;
  background-color: var(--reyhoon-main);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 20px 9px;
  text-align: center;
  margin-bottom: 4px;
  box-shadow: 0 3px 10px var(--reyhoon-main);
}

.ryn-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(--reyhoon-black);
  display: block;
  text-decoration: none !important;
}

.woocommerce-checkout .fixed-header{
  display: none;
}

.onsale.ryh-onsale {
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 4px 10px;
  border-radius: 20px 8px 8px 8px;
  z-index: 10;
}


@media screen and (min-width: 767px) {
  .reyhoon-product .reyhoon-product__title {
    font-size: 18px;
    font-weight: bold;
  }

  .reyhoon-product__actions-price span.woocommerce-Price-amount {
    font-weight: 500;
    font-size: 18px;
  }

  .reyhoon-product__actions-button {
    width: 128px;
    padding: 14px 0;
  }

  .reyhoon-button.reyhoon-product__add-to-order {
    font-size: 16px;
    width: 128px;
    padding: 0 12px;
  }

  body.reyhoon-pages .site-main {
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media screen and (min-width: 540px) {

  .reyhoon-main--sections-tabs_tab .child-group .reyhoon-products-list[style*='display: block']{
    display: flex !important;
  }

  .reyhoon-main--sections-tabs_tab .child-group .reyhoon-products-list:first-of-type {
    display: flex;
  }

}




.reyhoon-product__content.reyhoon-button--loading * {
  opacity: 0.2;
}
.reyhoon-product__content.reyhoon-button--loading:after {
  border-color: var(--reyhoon-main) var(--reyhoon-main) transparent transparent;
  top: 50%;
  left: 53%;
}
.reyhoon-mini-cart-content .reyhoon-product__hero img {   width: auto; }
/* SuperMarket */
.reyhoon-main__tabs-tab.tabs-blur {
  padding-top: 40px;
  padding-bottom: 8px;
}

.reyhoon-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);
}

.reyhoon-main__tabs-tab.tabs-blur > button > img {
  margin-top: -48px;
}

.reyhoon-main__tabs-tab.tabs-blur > button.reyhoon-tabs__item--active {
  color: var(--reyhoon-main);
  position: relative;
}

.reyhoon-main__tabs-tab.tabs-blur > button.reyhoon-tabs__item--active::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: var(--reyhoon-main);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 30px;
}
.added_to_cart.wc-forward {
  display: none;
}
.reyhoon-drawer .reyhoon-product__actions-price {
  align-items: end;
}

/* Load More Button */
.reyhoon-load-more {
    text-align: center;
    margin: 30px 0;
}

.reyhoon-load-more .reyhoon-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.reyhoon-load-more .reyhoon-button:hover {
    background-color: #0056b3;
}

.reyhoon-load-more .reyhoon-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
