/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: "Anjoman";
  src: url("../fonts/Anjoman-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(6, 34, 117);
  text-decoration: none !important;
}
a:hover {
  color: rgb(0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anjoman", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
html {
  background: rgb(6, 34, 117);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Anjoman", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  direction: rtl;
  background: rgb(213, 167, 117);
  color: rgb(6, 34, 117);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 !important;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 5px;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Anjoman", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
b,
strong {
  font-weight: 600;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
html[lang="ar"] ol {
  list-style-type: arabic-indic;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.section {
  position: relative;
  z-index: 1;
}
.section-wrapper {
  padding: 100px 0;
}
.section-cover {
  position: relative;
}
.section-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-title {
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}
#page-body {
  padding: 0 0 10px;
}
body:not(.home) #page-body {
  padding: 30px 0 100px;
}
#header + #page-body {
  padding-top: 150px;
}
#page-footer {
  margin-top: auto;
  padding-top: 20px;
}
#page-footer + #footer {
  margin-top: 0;
}
#page-header {
  padding: 30px 0;
}
#page-title {
  display: inline-flex;
  align-items: flex-end;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: calc(1vw + 3vh);
}
#page-title::before,
#page-title::after {
  content: "*";
}
#page-title::before {
  margin-left: 15px;
}
#page-title::after {
  margin-right: 15px;
}
* + #page-cover {
  margin-top: 40px;
}
#page-cover > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.subsection {
  padding: 40px 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.subsection-header {
  overflow: hidden;
}
.subsection-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  position: relative;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.subsection-cover {
  position: relative;
}
.subsection-cover > img {
  width: 100%;
}
.tbutton {
  height: 44px;
  padding: 0 24px;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(6, 34, 117);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(6, 34, 117);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(6, 34, 117);
  color: rgb(6, 34, 117);
}
.tbutton-primary-outline:hover {
  background: rgb(6, 34, 117);
  border-color: rgb(6, 34, 117);
  color: rgb(255, 255, 255);
}
#header {
  background: rgb(6, 34, 117);
  padding: 70px 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
}
.logo {
  width: 100%;
  max-height: 296px;
  margin: 0 auto;
  display: block;
}
.logotype {
  max-width: 30.370671vw;
  max-height: 143px;
}
.logomark {
  max-width: 25.5560915vw;
  max-height: 296px;
}
.nav-toggle {
  background: #fff;
  color: rgb(6, 34, 117);
  height: 40px;
  border-radius: 40px;
  padding: 0 55px 0 30px;
  font-weight: 700;
  font-size: 18px;
  z-index: 102;
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  line-height: 1;
}
.nav-toggle::before,
.nav-toggle::after {
  width: 24px;
  height: 2px;
  background-color: rgb(6, 34, 117);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  content: "";
}
body:not(.nav-open) .nav-toggle::before {
  transform: translateY(-7px);
}
body:not(.nav-open) .nav-toggle::after {
  transform: translateY(7px);
}
body.nav-open .nav-toggle::before {
  transform: translateY(-50%) rotate(135deg);
}
body.nav-open .nav-toggle::after {
  transform: translateY(-50%) rotate(45deg);
}
#navigation {
  background: rgb(6, 34, 117);
  padding: 160px 30px 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 101;
}
#navigation.active {
  visibility: visible;
  opacity: 1;
}
#navigation > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
#navigation > ul > li:not(:last-child) {
  margin-bottom: 40px;
}
#navigation > ul > li > a {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
}
#navigation > ul > li:hover > a,
#navigation > ul > li.current-menu-item > a {
  color: rgb(213, 167, 117);
}
.panel-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel-accordion > li:not(:last-child) {
  margin-bottom: 10px;
}
.panel-card-header {
  background: rgb(6, 34, 117);
  color: rgb(213, 167, 117);
  padding: 0 15px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.panel-card-title {
  font-size: calc(1vw + 2.5vh);
  font-weight: 800;
  margin: 0;
}
.panel-card-subtitle {
  font-size: calc(1vw + 0.7vh);
  font-weight: 500;
  margin: 0;
  max-width: 38%;
}
.panel-card-body {
  border: 5px solid rgb(6, 34, 117);
  border-top: none;
  display: none;
}
.panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel-list > li {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel-list > li + li {
  border-top: 5px solid rgb(6, 34, 117);
}
.panel-list > li > strong {
  font-size: calc(1vw + 2vh);
  font-weight: 300;
}
.panel-list > li > span {
  font-size: calc(1vw + 2vh);
  font-weight: 300;
  margin-right: auto;
}
.panel-list > li > div {
  /*font-size: calc(1vw + 1.7vh);
  font-weight: 200;
  text-align: center;*/
  width: 100%;
}
#page-footer,
#footer {
  background: rgb(6, 34, 117);
}
.alertbar {
  font-weight: 500;
  font-size: calc(1vw + 1.7vh);
  background: rgb(201, 180, 159);
  color: rgb(6, 34, 117);
  margin: 0;
  padding: 30px;
  list-style: none;
}
.alertbar > li + li {
  margin-top: 5px;
}
.alertbar > li::before {
  content: "/";
  margin-left: 5px;
}
#footer {
  padding: 40px 0 60px;
}
.element-grid {
  text-align: center;
}
.element-icon {
  max-width: 276px;
}
.slogan {
  width: 100%;
  margin-top: 30px;
}
.contact-info {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  color: rgb(255, 255, 255);
  font-size: calc(1vw + 2vh);
}
.contact-info > li {
  border-bottom: 5px solid rgb(201, 180, 159);
  padding: 20px 0;
}
.contact-account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: ltr;
}
.contact-account > img {
  height: 60px;
  margin-right: 10%;
}
.contact-account > span {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.copyright {
  color: rgb(201, 180, 159);
  font-size: calc(1vw + 2vh);
  margin-top: 30px;
}
.lang-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  font-size: calc(1vw + 3vh);
  font-weight: 700;
  color: rgb(6, 34, 117);
}
.lang-nav > li:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
}
.lang-nav > li > a {
  color: rgb(6, 34, 117);
}
.lang-nav > li:hover > a,
.lang-nav > li.active > a {
  color: rgb(255, 255, 255) !important;
}
body.page-template-page-menu:not(.menu-open) #page-header,
body.page-template-page-menu:not(.menu-open) #page-body {
  background: rgb(6, 34, 117);
}
body.page-template-page-menu:not(.menu-open) .panel-card-header {
  background: rgb(213, 167, 117);
  color: rgb(6, 34, 117);
}
body.page-template-page-menu:not(.menu-open) #page-title {
  color: rgb(213, 167, 117);
}
body.page-template-page-menu:not(.menu-open) .lang-nav,
body.page-template-page-menu:not(.menu-open) .lang-nav > li > a {
  color: rgb(213, 167, 117);
}
body.page-template-page-menu:not(.menu-open) #page-header,
body.page-template-page-menu:not(.menu-open) #page-body,
body.page-template-page-menu:not(.menu-open) .panel-card-header,
body.page-template-page-menu:not(.menu-open) #page-title {
  transition: all 0.3s linear;
}
.footer-bottom {
  margin-top: 30px;
}
.footer-bottom > div {
  display: flex;
}
.footer-nav {
  list-style: square;
  color: #fff;
  margin: 0;
  padding: 0;
}
.footer-nav > li > a {
  color: #fff;
}
.footer-nav > li > a:hover {
  color: rgb(213, 167, 117);
}
.certificate {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
}
.certificate > li {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}
.certificate > li img {
  max-height: 100px;
}
.blog-card {
  border: 3px solid rgb(6, 34, 117);
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card-header {
  position: relative;
}
.blog-card-header::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card-body {
  padding: 15px 0 0;
}
.blog-card-subtitle {
  display: none;
}
.blog-card-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.entry-header + .entry-body,
.entry-body + .entry-footer,
.entry-header + .entry-footer {
  margin-top: 30px;
}
.entry-title {
  font-size: 30px;
  font-weight: 600;
}
.img-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-overlay > img {
  max-width: 80vw;
  max-height: 80vw;
}
.contact-card {
  background: #fff;
  border-radius: 13px;
  padding: 20px;
}
.contact-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-list > div:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #fff;
}
.faq-card-header {
  margin-bottom: 5px;
}
.faq-card-title {
  font-size: 24px;
  margin: 0;
}
/*Plugins*/
.food-info {
  display: block;
}
.food-info > div {
  width: 100%;
}
.reyhoon-product__img img {
  display: block;
  width: 100%;
}
button#place_order,
a.checkout-button,
.reyhoon-floating-cart__button {
  background-color: rgba(52, 199, 89, 1) !important;
}
.reyhoon-order-timings-header button {
  color: #fff;
}
.reyhoon-mini-cart-content {
  flex-direction: row !important;
  width: 100%;
}
.reyhoon-mini-cart-content > strong {
  width: 100%;
  padding: 0 10px;
}
.reyhoon-drawer__cart .reyhoon-mini-cart-item {
  padding: 10px !important;
}
#customer_details > div {
  width: 100%;
  flex: unset;
  max-width: unset;
}
.woocommerce-billing-fields {
  padding: 0 !important;
}
.woocommerce-billing-fields__field-wrapper {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.woocommerce-billing-fields__field-wrapper > .form-row {
  width: 50%;
  padding: 0 10px !important;
  margin: 0 !important;
  float: unset !important;
}
.woocommerce-billing-fields__field-wrapper > .form-row.form-row-wide {
  width: 100% !important;
}
.input-text,
.select2-container--default .select2-selection--single {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.input-text:focus,
.select2-container--focus .select2-selection {
  border-color: rgba(0, 0, 0, 0.6) !important;
}
.place-order {
  max-width: unset !important;
}
button {
  text-align: center !important;
}
body > .select2-container {
  position: fixed !important;
  z-index: 10 !important;
}
.woocommerce-checkout-payment > .white-box {
  display: none;
}
/*Animation*/
#navigation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 300ms cubic-bezier(0, 0.5, 1, 1);
}
#navigation.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#navigation > ul::before {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 600ms cubic-bezier(0, 0.5, 1, 1) 300ms;
}
#navigation.active > ul::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#navigation > ul > li {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0, 0.5, 1, 1) 300ms;
}
#navigation > ul > li:nth-child(2) {
  transform: translateY(-10px);
}
#navigation > ul > li:nth-child(2) {
  transform: translateY(-30px);
}
#navigation > ul > li:nth-child(3) {
  transform: translateY(-50px);
}
#navigation > ul > li:nth-child(4) {
  transform: translateY(-70px);
}
#navigation > ul > li:nth-child(5) {
  transform: translateY(-90px);
}
#navigation > ul > li:nth-child(6) {
  transform: translateY(-110px);
}
#navigation.active > ul > li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body:not(.page-template-page-menu) #page-header {
  text-align: center;
}
/*Shop*/
.reyhoon-checkout #payment,
.reyhoon_shipping_title,
#resturant_location {
  display: none !important;
}
.box-back-to-ghab {
  display: flex;
  column-gap: 24px;
}
.box-back-to-ghab > a {
  font-weight: 600 !important;
  width: 50% !important;
  border: none !important;
  margin: 0 !important;
}
.box-back-to-ghab > a:nth-child(1) {
  background-color: rgba(52, 199, 89, 1) !important;
  color: #fff !important;
}
.box-back-to-ghab > a:nth-child(2) {
  background-color: #fff !important;
  color: rgb(6, 34, 117) !important;
}
.reyhoon-products-list {
  width: 100% !important;
  margin: 0 !important;
}
.reyhoon-tab-title {
  background: rgb(6, 34, 117);
  color: rgb(213, 167, 117);
  padding: 0 15px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
body.page-template-page-menu:not(.menu-open) .reyhoon-tab-title {
  background: rgb(213, 167, 117);
  color: rgb(6, 34, 117);
}
.reyhoon-tab-title > span {
  font-size: calc(1vw + 2.5vh);
  font-weight: 800;
  padding: 0 !important;
  background: none !important;
}
.reyhoon-tab-title::before {
  display: none !important;
}
.reyhoon-main {
  padding: 0 !important;
}
.reyhoon-main__group {
  margin: 0 0 10px !important;
}
.reyhoon-products-list {
  border: 5px solid rgb(6, 34, 117);
  display: none;
}
.reyhoon-products-list--grid .reyhoon-products-list__item {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.reyhoon-products-list__item .reyhoon-product {
  padding: 10px !important;
  border: none !important;
  border-radius: 0 !important;
}
.reyhoon-products-list > div + div {
  border-top: 5px solid rgb(6, 34, 117);
}
.checkout_coupon.woocommerce-form-coupon,
.reyhoon-checkout-section.reyhoon-checkout-section--customer-details,
.reyhoon-shipping-container {
  background: #fff !important;
  padding: 16px !important;
}
.woocommerce-input-wrapper {
  width: 100%;
}
body.page-template-page-market .reyhoon-main__group > .reyhoon-tab-title {
  pointer-events: none;
  cursor: default;
}
body.page-template-page-market .reyhoon-main__group > .reyhoon-products-list {
  display: block !important;
}
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .container-fluid {
    max-width: 100vw;
  }
  #header {
    padding: 20px 0;
  }
  #navigation {
    padding: 60px 30px 30px;
  }
  .lang-nav {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: 66.9444444vw;
  }
  .copyright {
    text-align: justify;
  }
  .reyhoon-main,
  .page-template-page-reyhoon .elementor {
    width: 100% !important;
    margin: 0 !important;
  }
}
