﻿:root {
  --otp-color-1: #000 !important;
  --otp-color-2: #000 !important;
  --main-color-light: rgb(0 0 0 / 50%) !important;
  --main-color-lighter: #1f1f1f !important;
  --main-color-lighter-R: 67;
  --main-color-lighter-G: 88;
  --main-color-lighter-B: 78;
  --main-color-lightest: rgba(82, 98, 71, .1) !important;
  --main-color-dark: #333 !important;
  --main-text-color: #d6d6d6 !important;
  --text-color: #d6d6d6 !important;
  --bg-1: #0f0f0f !important;
  --corner-radius: 0;
  --gray-color: #8c8c8c !important;
  --gray-color-light: #b2b2b2 !important;
  --gray-color-lighter: #d0d0d0 !important;
  --gray-color-lightest: #e3e3e3 !important;
  --grad-color: #ed146e !important;
  --grad-1: linear-gradient(225deg, var(--main-color) 40%, var(--grad-color));
  --grad-2: linear-gradient(45deg, var(--main-color), var(--grad-color));
  --grad-3: linear-gradient(40deg, #878787, #1a1a1a);
  --white: #fff;
  --black: #000;
}

.html-home-page .working-hours table * {
  font-family: IRANSansFarsi !important;
}

body {
  background: var(--bg-1);
}

.cr-kiosk #cart-summary .quantity > .fas,
.vendor-menu-menu1 section.menu-container.menu1 > .name-icon > .icon > img {
  display: none !important;
}

.vendor-menu-menu1 section.menu-container.menu1 > .name-icon > .icon > span {
  color: #eaeaea !important;
}

.vendor-menu-menu1 .menu-page-container .menu-page .food-container .food > .food-inner > .image > img.padding {
}

.menu-page-container .intro > section > figure > .brand-logo {
  background: var(--white) !important;
}

.vendor-menu-menu1 section.menu-container.menu1 > .name-icon > .icon {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.vendor-menu-menu1 section.menu-container.menu1 > .name-icon {
  /*background: var(--main-color)!important;*/
  background: var(--grad-1);
}


.menu-page-container .menu-page .food-container .drag-wrapper,
.vendor-menu-menu1 .menu-page-container .menu-page .food-container .food.selected > .food-inner {
  background-image: var(--grad-3) !important;
}

.menu-page-container .add-button-float-always .menu-page .food-container .float-buttons > .current-quantity {
  background-color: var(--black) !important;
}

.menu-page-container .add-button-float .menu-page .food-container .selected .float-buttons > .current-quantity:not(:empty), .menu-page-container .add-button-float .menu-page .food-container .selected .float-buttons > i.minus, .menu-page-container .add-button-float-always .menu-page .food-container .float-buttons > .current-quantity, .menu-page-container .add-button-float-always .menu-page .food-container .float-buttons > i.minus {
  border: 2px solid var(--main-color) !important;
}

.vendor-menu-menu1 .menu-page-container section.menu-container.menu1 > .sidebar ul > li a.active {
  /*    background-color: var(--main-color)!important;*/
  background: var(--grad-2);
  color: #eaeaea;
}

.vendor-menu-menu1 .menu-page-container section.menu-container.menu1 > .sidebar ul > li a > img.icon {
  filter: invert(1) !important;
}

.vendor-menu-menu1 .menu-page-container section.menu-container.menu1 > .sidebar ul > li a.active > img.icon {
  filter: invert(0) !important;
}

.menu-page-container .intro > section > .buttons > input[type=button].see-menu,
.menu-page-container .intro > section button.back {
  background-color: var(--main-color);
  color: var(--black) !important;
  font-weight: bold;
}

.food-gallery-container-minimal > .wrapper aside.btn-price .add-food {
  background: #1f1f1f !important;
}

.vendor-footer-inline-next .footer-icon > #footer-cart:not(.empty):before {
  background: var(--grad-1);
  color: #eaeaea;

}

.food-gallery-container-minimal > .wrapper .img-wrapper img.image,
.vendor-menu-menu1 .menu-page-container .menu-page .food-container .food > .food-inner > .image > img.padding {
  filter: saturate(0);
}

.home-page-body .header-upper,
.home-page-body #goToTop {
  display: none;
}

.home-page-body {
  background: #030200;
}

.home-page-body .intro-page {
  display: flex;
  flex-direction: column;
  height: 88vh;
  height: 88dvh;
  margin: 8dvh 0 4vh;
  margin: 8vh 0 4dvh;
}

.home-page-body .intro-page img.brand-logo,
.home-page-body .intro-page figure > img.logo {
  width: 400px;
  max-width: 100%;
  margin: 2vh auto auto;
  display: block;
  filter: brightness(0.5) grayscale(1);
}

.home-page-body .intro-page > .branches {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.home-page-body .intro-page > .branches > input[type=button].branch,
.home-page-body .intro-page > .branches > a.branch {
  padding: 10px;
  border: 0;
  background: var(--bg-1);
  max-width: 500px;
  width: 90%;
  margin: auto;
  font-size: 16px;
  color: var(--text-color);
  /* transition: .2s ease-in-out; */
  border-radius: 30px;
  text-align: center;
}

.home-page-body .intro-page > .branches > input[type=button].branch:hover,
.home-page-body .intro-page > .branches > a.branch:hover {
  background: var(--grad-1);
  border-color: var(--main-color);
  color: var(--white);
  /*transition: .2s ease-in-out;*/
}

.home-page-body .intro-page .networks {
  /*display: flex;*/
  justify-content: center;
  margin-top: 20px;
  display: none;
}

.home-page-body .info-button-container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 20px;
  width: fit-content;
  align-self: center;
  padding: 5px;
  background: #131313;
  border-radius: 100px;
  margin-top: 25px;
}

.home-page-body .info-button-container > button,
.home-page-body .info-button-container > a {
  font-size: 25px;
  background: none;
  border: 0;
  color: var(--text-color);
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: .1s;
}

.home-page-body .info-button-container > button:hover,
.home-page-body .info-button-container > a:hover {
  background-color: var(--black);
}

.page-type-topic .mini-footer,
.page-type-vendor .mini-footer,
.home-page-body .mini-footer {
  width: 100vw;
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid;
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  gap: 10px;
}

.page-type-vendor .mini-footer {
  background: #0c0c0c;
  box-shadow: inset 0px 11px 8px -10px var(--black),
  inset 0px -11px 8px -10px #0c0c0c;
  border-top: 0;
  max-width: 100vw;
}

.page-type-vendor .mini-footer .powered-by {
  display: initial;
  position: initial;
  background: initial;
  box-shadow: none;
  align-content: center;
}


.page-type-vendor .mini-footer .powered-by a,
.home-page-body .mini-footer .powered-by a {
  background: var(--grad-2);
  background-clip: text;
  color: transparent;
  font-weight: bold;
  position: relative;
}

/*.page-type-vendor .powered-by,*/
.page-type-topic .page.topic-page .page-title > img,
.page-type-vendor .restaurant-section,
.page-type-vendor .name-icon,
.home-page-body .name-icon,
.html-account-page .mini-footer,
.html-order-details-page .mini-footer,
.page-type-topic .mini-footer,
.html-not-found-page .mini-footer,
.page-type-vendor body > .footer-icon,
.html-home-page body > .footer-icon {
  display: none;
}

.html-login-page body {
  background: var(--bg-1);
}

.html-login-page .customer-blocks > form {
  background: #141414;
  border-radius: 15px;
  border: 2px solid #262626;
  box-shadow: none;
}

.html-login-page .customer-blocks > form .title {
  border-bottom: 1px solid #262626 !important;
}

.html-login-page .customer-blocks > form .title > *,
.html-login-page .customer-blocks > form .title > strong {
  color: var(--gray-color-light);
}

.html-login-page .customer-blocks > form .form-fields > .login-title,
.html-login-page .customer-blocks > form .form-fields .inputs > label,
.otp-title,
.html-login-page .row-username {
  color: var(--gray-color-light);
}

.html-login-page #login-btn-resend > .code-not-received {
  color: var(--main-text-color);
}

.html-login-page .customer-blocks > form .form-fields .inputs > input[type=text] {
  background: var(--main-color-dark);
  color: var(--gray-color-light);
  border-color: var(--main-color-dark);
  border-radius: 30px;
}

.html-login-page button.button-1,
.html-login-page input[type=button].button-1,
.html-login-page input[type=submit].button-1 {
  background-color: var(--bg-1);
  border-color: var(--bg-1);
  color: var(--gray-color-light);
}

.html-login-page button.button-1:hover,
.html-login-page input[type=button].button-1:hover,
.html-login-page input[type=submit].button-1:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--main-text-color);
}

.html-login-page #login-btn-resend a.resend-button:hover > i,
.html-login-page form .title > .login-back-button:hover > i {
  color: var(--main-color);
}

.html-login-page .row-username {

}

.footer-icon {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: auto;
}

.page-type-vendor .footer-icon {
  position: sticky;
  bottom: 0;
}

.footer-icon > article > i,
.footer-icon > a > i {
  transition: .2s;
}

.footer-icon > article:hover > i,
.footer-icon > a:hover > i {
  color: #fff;
  transform: scale(1.1);
}


#footer-cart-disable {
  cursor: default;
}

#footer-cart-disable > i {
  color: rgba(189, 189, 189, 0.2);
}

.html-order-details-page .master-column-wrapper {
  padding: 0 15px 15px;
}

.order-details-page > .page-title {
  background: var(--white);
  color: var(--black);
  border-bottom: 1px solid var(--black);
}

/*NAME ICON START*/

#headerMenuParent {
  display: none;
}

.html-order-details-page .name-icon,
.page-type-topic .name-icon,
.html-account-page .name-icon,
.html-not-found-page .name-icon {
  height: 58px;
  top: 0;
  z-index: 10010;
  display: flex;
  flex-direction: row;
  place-content: center;
  background: var(--grad-1);
  margin: auto;
  width: 100vw;
  right: 50%;
  transform: translateX(50%);
  position: fixed;
}

.html-account-page .name-icon,
.html-order-details-page .name-icon,
.page-type-topic .name-icon,
.html-not-found-page .name-icon {
  height: 200px;
  z-index: -1;
  position: absolute;
  top: -80px;
}

.html-order-details-page .name-icon > .icon,
.page-type-topic .name-icon > .icon,
.html-account-page .name-icon > .icon,
.html-not-found-page .name-icon > .icon {
  margin: 12px auto;
  border-radius: 0;
  color: var(--black);
  font-size: 23px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  gap: 8px;
  max-height: 42px;
  background-color: initial;
  border: initial;
}

.html-order-details-page .name-icon > .icon > img,
.page-type-topic .name-icon > .icon > img,
.html-account-page .name-icon > .icon > img,
.html-not-found-page .name-icon > .icon > img {
  height: 80px;
  border-radius: 0 !important;
  order: -1 !important;
  margin-top: -10px !important;
  object-fit: contain;
}

.html-order-details-page .name-icon > .btns,
.page-type-topic .name-icon > .btns,
.html-account-page .name-icon > .btns,
.html-not-found-page .name-icon > .btns {
  display: flex;
  padding: 0 10px;
  width: 58px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  gap: 5px;
}

.html-order-details-page .name-icon > .btns > button,
.page-type-topic .name-icon > .btns > button,
.html-account-page .name-icon > .btns > button,
.html-not-found-page .name-icon > .btns > button {
  border: 0;
  padding: 0;
  margin: 12px auto;
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 5px;
  color: var(--black);
  display: none;
}

.html-order-details-page .name-icon > .btns > button > i,
.page-type-topic .name-icon > .btns > button > i,
.html-account-page .name-icon > .btns > button > i,
.html-not-found-page .name-icon > .btns > button > i {
  font-size: 22px;
  vertical-align: middle;
}

.html-order-details-page .btns .hamburger-menu,
.page-type-topic .btns .hamburger-menu,
.html-account-page .btns .hamburger-menu,
.html-not-found-page .btns .hamburger-menu {
  position: absolute;
  background: var(--white);
  min-width: 150px;
  font-size: 16px;
  padding: 10px;
  display: none;
  top: 60px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, .4);
}

.html-order-details-page .btns .hamburger-menu.show,
.page-type-topic .btns .hamburger-menu.show,
.html-account-page .btns .hamburger-menu.show,
.html-not-found-page .btns .hamburger-menu.show {
  display: initial;
}

.html-order-details-page .btns .hamburger-menu > li,
.page-type-topic .btns .hamburger-menu > li,
.html-account-page .btns .hamburger-menu > li,
.html-not-found-page .btns .hamburger-menu > li {
  padding: 5px 15px 5px 5px;
  cursor: pointer;
  transition: .1s;
  position: relative;
}

.html-order-details-page .btns .hamburger-menu > li::before,
.page-type-topic .btns .hamburger-menu > li::before,
.html-account-page .btns .hamburger-menu > li::before,
.html-not-found-page .btns .hamburger-menu > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--gray-color);
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.html-order-details-page .btns .hamburger-menu > li:hover,
.page-type-topic .btns .hamburger-menu > li:hover,
.html-account-page .btns .hamburger-menu > li:hover,
.html-not-found-page .btns .hamburger-menu > li:hover {
  background: var(--grad-2);
  color: transparent;
  background-clip: text;
}

.html-order-details-page .btns .hamburger-menu > li:hover::before,
.page-type-topic .btns .hamburger-menu > li:hover::before,
.html-account-page .btns .hamburger-menu > li:hover::before,
.html-not-found-page .btns .hamburger-menu > li:hover::before {
  background: var(--main-color);

}

.html-order-details-page .btns .hamburger-menu > hr,
.page-type-topic .btns .hamburger-menu > hr,
.html-account-page .btns .hamburger-menu > hr,
.html-not-found-page .btns .hamburger-menu > hr {
  background: var(--gray-color-lightest);
  height: 1px;
  border: 0;
}

.html-order-details-page .master-column-wrapper,
.page-type-topic .master-column-wrapper,
.html-account-page .master-column-wrapper,
.html-not-found-page .master-column-wrapper {
  margin-top: 80px;
}

/*NAME ICON END*/


.html-account-page .side-2,
.html-account-page .account-page.page {
  border: 0;
  background: var(--white);
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .15);
}

.block-account-navigation .title,
.html-account-page .account-page.page > .page-title {
  color: var(--main-text-color);
  background-color: #585858;
}

.ui-widget.ui-widget-content {
  border: initial;
}

.ui-dialog {
  border-radius: 10px;
}

.ui-dialog .ui-dialog-titlebar-close {
  top: 12px !important;
  left: 12px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px;
}

.ui-widget-header {
  background: #585858;
}

.address-list-panel .no-data {
  font-size: 18px;
  text-align: center;
  padding: 12px;
  min-height: 100px;
  display: flex;
  place-items: center;
  justify-content: center;
}

.address-list-panel .address {
  border-color: var(--gray-color-light);
}

.form-fields {
  background: initial;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="number"],
.inputs select,
.inputs textarea {
  border-radius: 20px;
}

span.required {
  vertical-align: bottom !important;
}

.html-account-page.html-account-verification-page .account-page.page {
  border: 0;
  margin: 10px 0;
  border-radius: 0;
}

.html-account-page.html-account-verification-page .account-page.page .inputs {
  text-align: center;
}

.html-account-page.html-account-verification-page .account-page.page .inputs > label {
  width: initial;
}

.html-account-page.html-customer-info-page .account-page.page > .page-body .form-fields {
  border-top: 0;
  padding: 0 50px;
  margin: 1px;
}

.html-account-page.html-account-verification-page .form-fields .inputs span {
  /*font-size: 18px;*/
  /*font-weight: bold;*/
}

.html-account-page.html-account-verification-page .form-fields .inputs a {
  font-weight: 600;
  font-size: 12px;
  text-decoration: underline;
}

.html-account-page.html-account-verification-page .form-fields .account-state-verified {
  font-weight: 600;
  font-size: 16px;
}

.order-list-page .page-body > .no-data {
  color: inherit;
}

.page-type-topic .page.topic-page,
.html-not-found-page .page.not-found-page {
  border: 0;
  border-radius: 10px;
  background: var(--white);
  padding-bottom: 0;
  margin: 20px 5px 80px;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .15);
  /*margin-bottom: 80px;*/
}

.page-type-topic .page-title,
.html-not-found-page .page-title {
  background: var(--white);
  margin: 0;
  color: var(--black);
  font-weight: 800;
  border: 0;
  border-radius: 20px 20px 0 0;
  padding: 0;
  position: relative;
}

.page-type-topic .page-title > h1,
.html-not-found-page .page-title > h1 {
  padding: 15px;
  color: var(--black);
}

.page-type-topic,
.page-type-topic .master-wrapper-container,
.html-order-details-page .master-column-wrapper,
.html-order-details-page .master-wrapper-page {
  background: var(--bg-1);
}

.html-order-details-page .master-wrapper-page {
  margin-bottom: 50px;
}

.html-order-details-page .order-details-page {
  border: 0;
}

.step-bar-wrapper li.cancelled a,
.order-details-page .order-overview-content > div.cancelled > strong {
  color: gray !important;
}

.topic-page .page-body,
.html-not-found-page .page-body {
  text-align: justify;
  line-height: normal;
  background: var(--white);
  padding: 25px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 20px;
}

.page-type-topic .page-title:before,
.html-not-found-page .page-title:before {
  content: "";
  height: 1px;
  background: #afafaf;
  top: 100%;
  position: absolute;
  left: 25px;
  right: 25px;
}

.page-type-topic .master-wrapper-container {
  min-height: calc(100vh - 150px);
}

.mini-shopping-cart button,
.mini-shopping-cart input[type="button"],
.order-popup .remove-discount-button,
.order-list-page .order-list > .section.order-item > .buttons > .order-details-button {
  color: var(--white);
}

.mini-shopping-cart .add-note-to-restaurant,
#mini-cart {
  color: var(--otp-color-1);
}

#food-fly-cart .cart-collaterals .remove-discount-button,
.order-popup .cart-collaterals .remove-discount-button {
  color: var(--white);
  background: var(--color-2);
}

.html-home-page aside.pop-up-container {
  position: absolute;
  height: 101vh;
  top: -80px;
  bottom: -100px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: -1;
  opacity: 0;
  transition: .2s ease-in-out;
}

.html-home-page aside.pop-up-container.show {
  z-index: 100;
  opacity: 1;
  background: var(--bg-1);
}

.html-home-page aside.pop-up-container > div.working-hours .wrapper {
  max-height: 70vh;
  max-height: 70dvh;
  overflow-y: scroll;
  padding: 0 10px;
}

.html-home-page aside.pop-up-container > div.working-hours {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
  color: var(--text-color);
  text-align: justify;
}

.html-home-page aside.pop-up-container > div.working-hours .wrapper::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
}
.html-home-page aside.pop-up-container > div.working-hours .wrapper::-webkit-scrollbar-track {
  background: #2d2d2d;
  border-radius: 20px;
}

.html-home-page aside.pop-up-container > div.working-hours .wrapper::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 20px;
}

.html-home-page aside.pop-up-container > div.working-hours .wrapper > h2 {
  color: var(--white);
}

.html-home-page aside.pop-up-container > div.working-hours .wrapper > .branch-container {
  margin: 25px 0;
}

.html-home-page aside.pop-up-container > div.working-hours .wrapper > .branch-container > h3 {
  margin-bottom: 10px;
  color: var(--white);
}

.html-home-page aside.pop-up-container > div.working-hours .table-wrapper {
  border: 1px solid var(--gray-color);
  text-align: center;
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
}

.html-home-page aside.pop-up-container > div.working-hours .table-wrapper > table {
  color: var(--text-color);
  width: 100%;
}

.html-home-page aside.pop-up-container > div.working-hours .table-wrapper > table tr {
  border: 0 solid var(--gray-color);
  border-top-width: 1px;
}

.html-home-page aside.pop-up-container > div.working-hours .table-wrapper > table tr:first-child {
  border-top-width: 0;
}

.html-home-page aside.pop-up-container > div.working-hours .table-wrapper > table tr.current-day {
  color: var(--main-compl-color);
  font-size: 16px;
  font-weight: bold;
}

.html-home-page aside.pop-up-container > div.working-hours .table-wrapper > table td {
  padding: 5px;
}

.html-home-page aside.pop-up-container > div.working-hours .table-wrapper > table td:first-child {
  padding: 8px 3px;
  width: 28%;
  border: 0 solid var(--gray-color);
  border-left-width: 1px;
}


.html-home-page aside.pop-up-container > div.working-hours button.back {
  padding: 10px;
  border: 0;
  background: none;
  max-width: 500px;
  font-size: 16px;
  color: var(--text-color);
  transition: .2s ease-in-out;
  margin: 0 0 100px;
  background: var(--main-color);
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 1000px) {
  .order-details-page .data-table td.product {
    background: var(--white);
    flex-direction: column;
  }
}

