/************************************************
* Template Name: Menubook
* Version: 1.0
*************************************************/


/* ---------------------------------------------------
 GENERAL
----------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

/********** 1.1 Basic**********/

body {
  font-family: "Roboto", sans-serif;
  background: #cccccc;
  font-size: 14px;
  color: #535353;
  max-width: 420px;
  margin: 0 auto;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* scrollbar */

::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
  display: none;
}
button, input, optgroup, select, textarea {
  font-family: "Roboto", sans-serif;
}
.h1, h1 {
  font-size: 30px;
}
.h2, h2 {
  font-size: 26px;
}
.h3, h3 {
  font-size: 20px;
}
.h4, h4 {
  font-size: 18px;
}
.h5, h5 {
  font-size: 16px;
}
.h6, h6 {
  font-size: 14px;
}
small {
  color: #929292;
}
button, input, select, a {
  outline: none !important;
}
.custom-select, .form-control {
  font-size: 13px;
}
.gj-timepicker .form-control {
  font-size: 13px !important;
}
#radioBtn .notActive {
  color: #a4a4a4;
  background-color: #fff;
}
body a, body a:hover {
  color: #535353;
  text-decoration: none;
}
.col-primary {
  color: var(--theme-color-1) !important;
}
.col-secondary {
  color: #929292 !important;
}
.col-danger {
  color: #fc356b !important;
}
.col-light {
  color: #b9d4dc !important;
}
.col-text {
  color: #535353 !important;
}
.col-dark {
  color: #1e1e1e !important;
}
.col-white {
  color: #ffffff !important;
}
.bg-primary {
  background-color: var(--theme-color-1) !important;
}
.bg-danger {
  background-color: #fc356b !important;
}
.badge-info {
  color: var(--theme-color-1);
  background-color: #d2f4ff;
}
.badge-primary {
  color: #fff;
  background-color: var(--theme-color-1);
}
.badge-warning {
  color: #fff;
  background-color: #ff9800;
}
.badge-danger {
  color: #fff;
  background-color: #fc356b;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.border-radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.none {
  display: none;
}
.clear {
  clear: both;
}
.line {
  clear: both;
  height: 2px;
  width: 30px;
  margin: 10px auto 0px;
  background-color: #e1e1e1;
}
.line-separate {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 20px 0px 20px;
}
.no-padding-right {
  padding-right: 0px;
}
#sidebarleftbutton .icon-feather-menu {
  font-size: 24px;
}
.customize-control-input {
  display: none;
}
.customize-control-label {
  display: flex;
  width: 100%;
  height: 60px;
  background: #ccc;
  margin: 0px;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 8px;
  border: 4px solid #ccc;
}
.customize-control-input:checked+label {
  border: 4px solid #090;
}
ul.slick-dots li button {
  width: 15px;
  height: 5px;
  background-color: var(--theme-color-1);
  padding: 0px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  opacity: 0.3;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li {
  margin: 0px 0px !important;
  height: 15px !important;
}
.slick-dots li button:before {
  font-size: 0px !important;
}
.content-wrap {
  max-width: 100%;
}
.text-muted {
  color: #bfbfbf !important;
}
.list-group-item {
  padding: 10px 20px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
  color: #929292;
}
.list-group-item:last-child {
  border-bottom: 0;
}
.section-single-page {
  padding: 15px 15px;
}
.img-news {
  margin: 0px 0px 10px;
}
.line-separate {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 15px;
}

/********** 1.2 BUTTON**********/

.btn {
  color: #ffffff;
  font-size: 14px;
}
.btn:hover {
  color: #ffffff;
}
.btn-link {
  color: #929292;
}
.btn-link:hover {
  color: #1e1e1e;
  text-decoration: none;
}
.btn-link.focus, .btn-link:focus {
  text-decoration: none;
}
.button {
  text-align: center;
}
.btn-sm {
  font-weight: 400;
  padding: 0px 10px;
}
.submit-btn {
  text-align: center;
}
.theme-button {
  background-color: #fff;
  padding: 3px 5px;
  color: #535353;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #fff;
  outline: none !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
.theme-button.btn-outline {
  border: 2px solid #1e1e1e;
  background-color: transparent;
  text-align: center;
  color: #1e1e1e;
}
.theme-button.large {
  padding: 12px 35px;
  font-weight: 500;
  font-size: 16px;
}
.theme-button.btn-outline.large {
  padding: 12px 35px;
  font-weight: 500;
  font-size: 16px;
}
.theme-button.medium {
  padding: 8px 24px;
}
.theme-button:hover {
  background-color: #264f9e;
  color: #ffffff;
}
.theme-button.btn-outline:hover {
  background-color: #fff;
  color: #1e1e1e;
}
.btn-circle {
  border: none;
  outline: none !important;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary {
  background-color: var(--theme-color-1) !important;
  border-color: var(--theme-color-1) !important;
  color: #fff !important;
}
.btn-danger {
  background-color: #fc356b;
  border-color: #fc356b;
  color: #fff;
}
.btn-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}
.btn-warning {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #fff;
}
.btn-default {
  background-color: #fff;
  border-color: #fff;
  color: #535353 !important;
}
.btn-dark {
  color: #fff !important;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-circle i, .btn-circle img {
  font-size: 18px;
  position: relative;
}
.social-button .facebook {
  background-color: #3479e5;
}
.social-button .google {
  background-color: #de4b4f;
}

/********** 1.3 FORM**********/

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #535353;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: var(--theme-color-1);
  outline: 0;
  color: #929292;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}
form .input-group>.custom-select:not(:last-child), form .input-group>.form-control:not(:last-child) {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.form-layout {
  padding: 0px 0px;
}
form label {
  font-weight: 600;
}
.form-layout .form-group.col-md-12 .row {
  margin-bottom: 0px !important;
}
.form-layout textarea {
  min-height: 60px;
}
.form-layout .addon {
  position: absolute;
  padding: 7px 40px 7px 10px;
}
.form-layout .field-group {
  position: relative;
}
.form-layout .field-group .svg-inline--fa {
  top: 10px;
  left: 12px;
  position: absolute;
  z-index: 4;
  color: #b5b5b5;
}
.form-layout input[type="text"] {
  padding: 0px 10px 0px 10px;
}
.form-layout input.last-name[type="text"] {
  padding: 0px 10px 0px 10px;
}
.form-layout select.with-icon, .form-layout input.with-icon {
  padding-left: 30px;
  position: relative;
}
.form-layout input.with-icon.datepicker, .form-layout input.with-icon.timepicker {
  padding-left: 33px;
}
#content .form-layout .form-group .row, #content .form-layout .form-group.col-md-12 {
  margin-bottom: 15px;
}
.form-check label {
  font-weight: normal;
}
.form-check {
  line-height: 1.8;
}
.form-group {
  position: relative;
}
.form-group .form-line {
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
}
.form-group .icon-label {
  font-size: 20px;
  color: #535353;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
}
.form-group .icon-label+.form-line .form-control {
  padding-left: 38px;
}
.form-group .icon-label-right {
  color: #535353;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
}
.form-group .icon-label-right.material-icons, .form-group .icon-label-right.material-icons-outlined {
  font-size: 20px;
}
.form-group .form-line .form-control {
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
}
.form-group .form-line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  bottom: -1px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  border-bottom: 2px solid var(--theme-color-1);
}
.form-group .form-line:focus-within::after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.form-group .form-line .form-control:focus+.form-label {
  top: -10px;
  left: 0;
  font-size: 12px;
}
.form-group .form-line .form-label {
  font-weight: normal;
  color: #aaa;
  position: absolute;
  top: 10px;
  left: 0;
  cursor: text;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-group .form-line label {
  display: flex;
}
.form-group .form-line.error:after {
  border-bottom: 2px solid #fc356b;
}
.form-group .form-line.success:after {
  border-bottom: 2px solid #4caf50;
}
.form-group .form-line.warning:after {
  border-bottom: 2px solid #ff9800;
}
.form-group .form-line.error:focus .form-label {
  color: #fc356b;
}
.form-group .form-line.success:focus.form-label {
  color: #4caf50;
}
.form-group .form-line.warning:focus .form-label {
  color: #ff9800;
}
.form-group .form-line .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #929292;
  opacity: 1;
  /* Firefox */
}
.form-group .form-line .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #929292;
}
.form-group .form-line .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #929292;
}

/*.form-group .form-line .form-control:active::placeholder { */


/* Chrome, Firefox, Opera, Safari 10.1+ */


/*
    color: var(--theme-color-1);
}

.form-group .form-line .form-control:-ms-input-placeholder { */


/* Internet Explorer 10-11 */


/*
    color: var(--theme-color-1);
}*/

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.field-row {
  margin-bottom: 15px !important;
}
.field-row label {
  font-weight: 600;
}
.field-row .field-group {
  position: relative;
}
.field-row .field-group .row {
  margin-bottom: 15px;
}
.field-row .field-group .svg-inline--fa, .field-row .field-group .fab, .field-row .field-group .fas, .field-row .field-group .fa, .field-row .field-group .far {
  top: 10px;
  left: 12px;
  position: absolute;
  z-index: 4;
  color: #b5b5b5;
}
.field-row .field-group input.with-icon, .field-row .field-group select.with-icon {
  padding-left: 30px;
}
.field-row .field-group .form-check label.form-check-label a {
  text-decoration: underline;
  color: var(--theme-color-1);
}
.pagination {
  margin-top: 20px;
}
.pagination .page-link {
  color: var(--theme-color-1);
}
.pagination .page-item.active .page-link {
  background-color: var(--theme-color-1);
  border-color: var(--theme-color-1);
}
.custom-control {
  position: relative;
  display: block;
  min-height: unset;
  padding-left: 0;
}
.section {
  background-color: #fff;
  padding: 10px 20px;
}
.section2 {
  background-color: #fff;
  padding: 20px 20px 10px;
}
.section3 {
  background-color: #f8f9fa;
  padding: 20px 20px;
}

/*==================================================
 PRELOADER
==================================================*/

.preloading {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 999999;
  top: 0px;
  display: table;
  left: 0;
}
.preloading .wrap-preload {
  background: #222;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}
.preloading .preloadinglogo {
  display: block;
  width: 30%;
  height: fit-content;
  max-width: 160px;
}
.preloading .cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 3em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #ffffff;
}
.preloading .cssload-loader, .preloading .cssload-loader:before, .preloading .cssload-loader:after {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
.preloading .cssload-loader:before, .preloading .cssload-loader:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.preloading .cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
}
@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes cssload-loader {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

/* ---------------------------------------------------
 HEADER
----------------------------------------------------- */

.bg-header {
  z-index: 9999;
  top: 0px;
  height: 56px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background: #222;
  transition: background 1.5s;
}
.bg-header.active {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  color: #fff !important;
}
.bg-header.active .btn, .bg-header.dark .btn, .bg-header.active a i, .bg-header.dark a i {
  color: #ffffff;
}
.navbar #sidebarleftbutton, .sidebar-header #sidebarleftbutton {
  background-color: transparent;
  padding: 0;
  line-height: 0px;
}
.navbar .btn:focus, .sidenav .btn:focus {
  box-shadow: none;
}
.navbar #sidebarleft.btn {
  left: 1rem;
}
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
.navbar-heading h4, .navbar-heading h5, .navbar-heading h6 {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
}

/* ---------------------------------------------------
 SIDEBAR
----------------------------------------------------- */


/********** SIDEBAR LEFT**********/

.sidenav a, .sidenav a:hover, .sidenav a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.sidenav .collapsible-body {
  padding: 0 0 0 34px !important;
  background-color: rgba(206, 206, 206, 0.08);
}
#sidebarleft {
  width: 280px;
  position: fixed;
  top: 0;
  left: -280px;
  height: 100vh;
  z-index: 1000;
  background-color: #ffffff;
  color: #fff;
  transition: all 0.3s;
  overflow: auto;
}
#sidebarleft .sidebar-header img {
  width: 100%;
  height: auto;
}
#sidebarleft .heading {
  padding: 0 20px;
  margin: 20px 0 0px;
}
#sidebarleft ul {
  padding: 10px 0px 20vh;
}
#sidebarleft ul li a {
  padding: 8px 20px;
  font-size: 1.1em;
  display: flex;
  line-height: 24px;
}
#sidebarleft ul li.active>a, a[aria-expanded="true"] {
  color: #fff;
}
a[data-toggle="collapse"] {
  position: relative;
}
#sidebarleft a {
  color: #535353;
}
#sidebarleft a:hover, #sidebarleft a:active, #sidebarleft a:focus {
  color: var(--theme-color-1);
}
#sidebarleft ul i, #sidebarleft ul svg {
  color: var(--theme-color-0_25);
}
#sidebarleft ul li a.active {
  background-color: var(--theme-color-0_05);
  color: var(--theme-color-1);
}
#sidebarleft ul a:hover i, #sidebarleft ul a:active i, #sidebarleft ul a:focus i, #sidebarleft ul a:hover svg, #sidebarleft ul a:active svg, #sidebarleft ul a:focus svg, #sidebarleft ul li a.active i, #sidebarleft ul li a.active svg {
  color: var(--theme-color-1);
}
#sidebarleft .list-unstyled i {
  margin-right: 10px;
  font-size: 22px;
  transition: 0.3s;
}
#sidebarleft.active {
  left: 0;
}
#sidebarleft .list-unstyled li a[aria-expanded="false"]::after {
  content: "\f105";
  font-family: "Font Awesome";
  margin-left: auto;
  align-self: center;
}
#sidebarleft .list-unstyled li a[aria-expanded="true"]::after {
  content: "\f107";
  font-family: "Font Awesome";
  margin-left: auto;
  align-self: center;
}
#dismiss {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
}
.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  top: 0px;
  transition: all 0.5s ease-in-out;
  max-width: 420px;
  margin: 0 auto;
}
.overlay.active {
  display: block;
  opacity: 1;
}
.dropdown-menu {
  font-size: 14px;
  min-width: 8rem;
  padding: 0.25rem 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
}

/********** SIDENAV **********/

.sidebar-wrapper {
  width: 100%;
  transition: all 0.3s;
  overflow: auto;
  background: #fff;
}
.menuCustomizeContainer .sidebar-header {
  position: relative;
  display: flex;
  right: 0;
  margin-bottom: -42px;
  padding: 9px 12px;
}
.menuCustomizeContainer .footer {
  height: 68px;
  background: #f5f5f5;
  box-shadow: 0px 20px 20px 20px #0006;
  z-index: 1;
  position: relative;
}
.menuCustomizeContainer .footer .section {
  background: transparent;
}
.menuCustomizeContainer .footer .add-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.customize-item-cover {
  height: 200px;
}
.customize-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customize-item-info {
  padding: 10px 20px;
}
.customize-item-info .customize-item-description-box {
  z-index: 7;
  position: relative;
}
.customize-item-info .customize-item-description {
  margin: 0;
  height: fit-content;
  line-height: 16px;
  font-size: 13px;
}
.sidenav.right {
  width: 100%;
  right: -100%;
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 999;
  background-color: #f8f9fa;
  color: #fff;
  transition: all 0.3s;
  overflow: auto;
}
.sidenav.bottom {
  width: 100%;
  bottom: -100%;
  position: fixed;
  height: 100vh;
  z-index: 999;
  transition: all 0.3s;
  overflow: auto;
}
.sidenav.right .sidebar-header .btn, .sidenav.bottom .sidebar-header .btn {
  color: #1e1e1e;
}
.sidenav.right.active {
  right: 0;
}
.sidenav.bottom.active {
  bottom: 0;
}

/* ---------------------------------------------------
MODAL
----------------------------------------------------- */

.modal-content {
  border: 1px solid transparent;
  border-radius: 10px;
}
.modal-header {
  padding: 20px 20px 10px;
  border-bottom: 1px solid transparent;
}
.modal-title {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 500;
}
.modal-body {
  padding: 10px 20px 20px;
}
.modal-footer {
  padding: 0px 20px 20px;
  border-top: 1px solid transparent;
}

/* ---------------------------------------------------
SCROLL BAR
----------------------------------------------------- */

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-webkit-scrollbar {
  opacity: 0;
  background-color: #ffffff;
}

/* ---------------------------------------------------
SEARCH
----------------------------------------------------- */

#content {
  width: 100%;
  transition: all 0.3s;
  padding: 0px 0px 70px;
  right: 0;
  background: #f5f5f5;
  height: calc(100vh - 56px);
  overflow: auto;
}
#content.noFooter {
  padding: 56px 0px 0px;
}
#content {
  margin: 0 auto;
}
#content .form-group .row {
  margin-bottom: 0px;
}
.searchbox {
  position: relative;
  min-width: 36px;
  width: 0%;
  height: 36px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  display: none;
}
.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
}
.searchbox-icon, .searchbox-submit {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: var(--theme-color-1);
}
.searchbox-open {
  width: 100%;
}
.searchbox-open .searchbox-icon, .searchbox-submit {
  color: #1e1e1e;
  background: #fff;
  border-radius: 4px;
}
.searchbox-icon .icon-feather-search {
  font-size: 20px;
  line-height: 36px;
}

/* ---------------------------------------------------
MAIN PAGE
----------------------------------------------------- */

.single-page-header {
  padding: 20px;
  position: relative;
}
.single-page-header:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000;
  opacity: 0.6;
}
.single-page-header .container {
  z-index: 59;
  position: relative;
}
.single-page-header-inner {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.single-page-header .left-side {
  padding-right: 30px;
}
.single-page-header .left-side, .single-page-header .right-side {
  flex: 1;
  display: flex;
  align-items: center;
}
.single-page-header .header-image {
  height: 84px;
  width: 84px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.single-page-header .background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.single-page-header .header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-page-header .header-details {
  margin: 15px 0px 0px 0px;
}
.single-page-header .header-details h3 {
  color: #fff;
  font-size: 26px;
  position: relative;
}
.single-page-header .header-details h3 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.single-page-header .header-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-page-header .header-details li {
  margin-bottom: 12px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.single-page-header .header-details li span {
  display: flex;
  align-items: center;
}
.single-page-header .header-details li a {
  color: #fff;
}
.single-page-header .header-details li i {
  font-size: 20px;
  position: relative;
  margin-right: 12px;
}
.single-page-header .header-details li .feather {
  font-size: 20px;
  position: relative;
  margin-right: 2px;
}
.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f078";
  float: right;
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}
.accordion .card-header.collapsed:after {
  content: "\f078";
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}
.accordion>.card .card-header {
  margin-bottom: 5px;
}
.accordion>.card .card-body {
  padding: 10px 20px;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fa;
  border-bottom: 0;
}

/*************** MENU ITEM ******************/

#accordion1 {
  padding: 0px 12px;
  width: 100%;
  min-width: 100%;
}
#accordion1 .card {
  width: 100%;
}
.menu-category-item {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0px;
}
.card-body .section-menu {
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 2px 2px 8px -2px rgb(0 0 0 / 20%);
  border-radius: 12px;
  overflow: hidden;
  width: calc(50% - 8px);
  flex-shrink: 0;
  display: flex;
}
.card-body .menu-item.list {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-wrap: wrap;
  flex-direction: column;
}
.card-body .menu-item.list .menu-image {
  width: 100%;
  height: 110px;
  position: relative;
  flex-shrink: 0;
}
.card-body .menu-item .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-body .menu-item.list .menu-content {
  width: 100%;
  padding: 12px;
  flex-grow: 1;
}
.card-body .menu-content .menu-detail {
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
}
.card-body .menu-content .menu-detail .add-menu {
  display: flex;
  height: inherit;
  align-items: flex-end;
}
.card-body .add-btn {
  display: flex;
  padding: 8px 10px;
  cursor: pointer;
  align-items: center;
  height: 36px;
  width: 36px;
  justify-content: center;
}
.add-item-to-order {
  display: flex;
  padding: 8px 10px;
  border-radius: 50%;
  cursor: pointer;
  background: #06b314;
  color: #fff;
  align-items: center;
  height: 36px;
  width: 36px;
  justify-content: center;
}
.add-btn span {
  color: #535353;
  margin: 0px 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.add-btn i {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.add-menu .customize {
  line-height: 1.2rem;
  display: inherit;
  font-size: 10px;
  color: rgb(244, 162, 102);
}
.add-menu .price {
  line-height: 1.2rem;
  display: inherit;
  font-size: 12px;
  margin-left: auto;
  font-weight: 600;
  padding-top: 2px;
}
.add-btn.add-item-btn {
  cursor: initial;
  width: 4.7em;
  padding: 0;
}
.add-item-btn .wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.add-item-btn .wrapper .addition {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #06b314;
  border-radius: 50%;
}
.add-item-btn .wrapper .addition i.material-icons {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: inherit;
  font-size: 12px;
}
.add-item-btn .wrapper .count {
  position: relative;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: initial;
  flex-grow: 1;
}
.add-item-btn .wrapper .count .num {
  color: #535353;
  font-size: 16px;
  font-weight: 500;
}
#content .menu-content .menu-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#content .menu-content .menu-title h4 {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  line-height: 150%;
  margin: 0px;
}
.menu-order-line {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.menu-content .menu-price {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.menu-content .menu-recipe {
  font-size: 12px;
  color: #999;
  overflow-wrap: break-word;
}
.menu-item.list .badge.abs {
  position: absolute;
  top: 4px;
  right: 4px;
}
.menu-item.list .badge {
  font-size: 2px;
  font-weight: normal;
}
.menu-item.list .badge.only {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-right: 10px;
  padding: 1px;
}
.menu-item.list .badge.nonveg {
  color: #fff;
  background-color: #fff;
  border: 2px solid #fc356b;
  border-radius: 2px;
}
.badge.nonveg i.fa-circle {
  color: #fc356b;
  font-size: 6px;
}
.menu-item.list .badge.veg {
  color: #fff;
  background-color: #fff;
  border: 2px solid #50b547;
  border-radius: 2px;
}
.badge.veg i.fa-circle {
  color: #50b547;
  font-size: 6px;
}

/**************** FOOTER *******************/

.footer {
  width: 100%;
  height: auto;
  padding: env(safe-area-inset-bottom);
  bottom: 0;
  z-index: 9;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}
.sidenav.bottom .footer {
  bottom: -100px;
}
.sidenav.bottom.active .footer {
  bottom: 0;
}
.footer-extras .add-btn {
  width: 100%;
  height: 42px;
}
.footer-extras #add-order-button {
  height: 48px;
  border-radius: 32px;
}
.order-footer {
  padding: 10px;
}
.view-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  background: var(--theme-color-1);
  padding: 10px 26px;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.view-order .item {
  font-size: 12px;
  text-transform: uppercase;
}
.view-order i.icon-material-outline-keyboard-arrow-right {
  font-size: 18px;
  margin-right: -5px;
}
#view-order-wrapper {
  position: fixed;
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}
#viewOrder #dismiss {
  padding: 0;
  line-height: 16px;
  color: #000;
  font-weight: bold;
  height: 24px;
}
#viewOrder .your-order-content {
  height: calc(100% - 54px);
}
#viewOrder .your-order-items {}
#viewOrder .your-order-items .section-menu {}
#viewOrder .your-order-items .section-menu .menu-item {}
#viewOrder .your-order-items .section-menu .menu-item .badge.only {}
#viewOrder .your-order-items .section-menu .menu-item .menu-content {}
#viewOrder .your-order-items .section-menu .menu-item .menu-detail {
  display: flex;
  justify-content: space-between;
}
#viewOrder .your-order-items .section-menu .menu-item .menu-title {
  display: flex;
  align-items: center;
  width: 60%;
}
#viewOrder .your-order-items .section-menu .menu-item .menu-title h4 {
  margin-bottom: 0px;
  line-height: normal;
}
#viewOrder .your-order-items .section-menu .menu-item .menu-title .menu-price {
  font-size: 12px;
  margin-left: 4px;
  line-height: normal;
  align-items: normal;
  margin-top: 2px;
}
#viewOrder .your-order-items .section-menu .menu-item .add-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#viewOrder .your-order-items .section-menu .menu-item .add-menu .add-item-btn {
  width: 100%;
}
#viewOrder .your-order-items .section-menu .menu-item .add-menu .add-item-btn .wrapper .addition {
  width: 34px;
  height: 34px;
}
#viewOrder .your-order-items .section-menu .menu-item .add-menu .menu_price {
  white-space: nowrap;
  margin-left: 10px;
  font-size: 14px;
}
#viewOrder .your-order-items .section-menu .menu-item .menu-extra-wrapper {}
#viewOrder .your-order-items .section-menu .menu-item .menu-extra-wrapper .menu-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#viewOrder .your-order-items .section-menu .menu-item .menu-extra-wrapper .menu-title {}
#viewOrder .your-order-items .section-menu .menu-item .menu-extra-wrapper .menu-price {}
.order-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#viewOrder .sidebar-wrapper {
  height: calc(100% - 88px);
  overflow-y: auto;
  position: relative;
}
#viewOrder #send-order-form {
  width: 100%;
  height: 100%;
}
#viewOrder #send-order-form .footer .section {
  padding: 20px;
  background: transparent;
  box-shadow: 0px 20px 20px 20px #0006;
  position: relative;
}
#viewOrder #send-order-form #submit-order-button {
  height: 48px;
  border-radius: 30px;
}
#viewOrder .footer {
  bottom: 0px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  height: 88px;
  background: #f8f9fa;
}
#call-waiter-box {
  position: fixed;
  height: 90vh;
  z-index: 1000;
  transition: all 0.3s;
  overflow-y: auto;
}
#viewOrder {
  position: fixed;
  max-width: 420px;
  margin: 0 auto;
  z-index: 1000;
  transition: all 0.3s;
  overflow-y: auto;
  background: #fff;
  height: calc(100vh - 70px);
}
#viewOrder .sidebar-header {
  display: flex;
  padding: 15px 20px;
  height: 54px;
  background: #f8f9fa;
}
#call-waiter-box {
  height: auto;
}
#menuCustomize {
  height: calc(100vh - 54px);
  max-width: 420px;
  padding: 20px;
  overflow-y: auto;
}
#menuCustomize #dismiss i.material-icons, #viewOrder #dismiss i.material-icons {
  font-size: 20px;
  color: #999;
}
#menuCustomize #dismiss i.material-icons:hover, #viewOrder #dismiss i.material-icons:hover {
  color: #535353;
}
.menuCustomizeContainer {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.menuCustomizeContainer #dismiss {
  padding: 0;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  height: 24px;
}
.menuCustomizeContainer .sidebar-wrapper {
  height: calc(100% - 68px);
}
.extras-heading {
  line-height: 1.2;
  margin-bottom: 10px;
}
.extras-heading .title {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
}
.menu-variant-option {
  display: flex;
  justify-content: space-between;
}
.menu-variant-item {
  flex: 1 1 0px;
  padding: 0px 6px;
}
.extra.active {
  color: var(--theme-color-1);
}
.grand-total {
  font-size: 16px;
  font-weight: 500;
}
.menu-extra-wrapper .menu-title h4 {
  font-size: 14px;
  display: inline-block;
}
.menu-extra-wrapper .menu-price, .menu-extra-wrapper .menu-title {
  display: inline-block;
}
.menu-extra-wrapper .menu_price {
  font-size: 12px;
  font-weight: 600;
}
a.item-extra-delete {
  color: var(--theme-color-1);
}
.form-error {
  color: #ea5252;
  display: none;
}
.order-success-message {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.order-success-message i {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #1cc731;
  font-size: 52px;
  line-height: 90px;
  display: block;
  margin: 0 auto;
}
.order-success-message h4 {
  margin-top: 20px;
  font-size: 22px;
  color: #111;
}
.menu-extrax-item {
  width: 100%;
  margin-bottom: 8px;
}
.menu-extrax-item label {
  width: 100%;
  background: #f5f5f5;
  padding: 5px 12px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  border: 3px solid #ccc;
}
.menu-extrax-item .custom-control-input {
  display: none;
}
.menu-extrax-item .custom-control-input:checked+label {
  border: 3px solid #090;
}

/* ---------------------------------------------------
 HELPER CLASSES
----------------------------------------------------- */

.thumb-20 {
  width: 20px;
  height: 20px;
}
.thumb-30 {
  width: 30px;
  height: 30px;
}
.thumb-32 {
  width: 32px;
  height: 32px;
}
.thumb-40 {
  width: 40px;
  height: 40px;
}
.thumb-50 {
  width: 50px;
  height: 50px;
}
.thumb-60 {
  width: 60px;
  height: 60px;
}
.line-h0 {
  line-height: 0;
}
.line-h1 {
  line-height: 1;
}
.line-h2 {
  line-height: 2;
}
.no-margin-top {
  margin-top: 0px;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-26 {
  font-size: 26px !important;
}
.m-l--125 {
  margin-left: -125px;
}
.m-t--125 {
  margin-top: -125px;
}
.m-r--125 {
  margin-right: -125px;
}
.m-b--125 {
  margin-bottom: -125px;
}
.m-l--120 {
  margin-left: -120px;
}
.m-t--120 {
  margin-top: -120px;
}
.m-r--120 {
  margin-right: -120px;
}
.m-b--120 {
  margin-bottom: -120px;
}
.m-l--115 {
  margin-left: -115px;
}
.m-t--115 {
  margin-top: -115px;
}
.m-r--115 {
  margin-right: -115px;
}
.m-b--115 {
  margin-bottom: -115px;
}
.m-l--110 {
  margin-left: -110px;
}
.m-t--110 {
  margin-top: -110px;
}
.m-r--110 {
  margin-right: -110px;
}
.m-b--110 {
  margin-bottom: -110px;
}
.m-l--105 {
  margin-left: -105px;
}
.m-t--105 {
  margin-top: -105px;
}
.m-r--105 {
  margin-right: -105px;
}
.m-b--105 {
  margin-bottom: -105px;
}
.m-l--100 {
  margin-left: -100px;
}
.m-t--100 {
  margin-top: -100px;
}
.m-r--100 {
  margin-right: -100px;
}
.m-b--100 {
  margin-bottom: -100px;
}
.m-l--95 {
  margin-left: -95px;
}
.m-t--95 {
  margin-top: -95px;
}
.m-r--95 {
  margin-right: -95px;
}
.m-b--95 {
  margin-bottom: -95px;
}
.m-l--90 {
  margin-left: -90px;
}
.m-t--90 {
  margin-top: -90px;
}
.m-r--90 {
  margin-right: -90px;
}
.m-b--90 {
  margin-bottom: -90px;
}
.m-l--85 {
  margin-left: -85px;
}
.m-t--85 {
  margin-top: -85px;
}
.m-r--85 {
  margin-right: -85px;
}
.m-b--85 {
  margin-bottom: -85px;
}
.m-l--80 {
  margin-left: -80px;
}
.m-t--80 {
  margin-top: -80px;
}
.m-r--80 {
  margin-right: -80px;
}
.m-b--80 {
  margin-bottom: -80px;
}
.m-l--75 {
  margin-left: -75px;
}
.m-t--75 {
  margin-top: -75px;
}
.m-r--75 {
  margin-right: -75px;
}
.m-b--75 {
  margin-bottom: -75px;
}
.m-l--70 {
  margin-left: -70px;
}
.m-t--70 {
  margin-top: -70px;
}
.m-r--70 {
  margin-right: -70px;
}
.m-b--70 {
  margin-bottom: -70px;
}
.m-l--65 {
  margin-left: -65px;
}
.m-t--65 {
  margin-top: -65px;
}
.m-r--65 {
  margin-right: -65px;
}
.m-b--65 {
  margin-bottom: -65px;
}
.m-l--60 {
  margin-left: -60px;
}
.m-t--60 {
  margin-top: -60px;
}
.m-r--60 {
  margin-right: -60px;
}
.m-b--60 {
  margin-bottom: -60px;
}
.m-l--55 {
  margin-left: -55px;
}
.m-t--55 {
  margin-top: -55px;
}
.m-r--55 {
  margin-right: -55px;
}
.m-b--55 {
  margin-bottom: -55px;
}
.m-l--50 {
  margin-left: -50px;
}
.m-t--50 {
  margin-top: -50px;
}
.m-r--50 {
  margin-right: -50px;
}
.m-b--50 {
  margin-bottom: -50px;
}
.m-l--45 {
  margin-left: -45px;
}
.m-t--45 {
  margin-top: -45px;
}
.m-r--45 {
  margin-right: -45px;
}
.m-b--45 {
  margin-bottom: -45px;
}
.m-l--40 {
  margin-left: -40px;
}
.m-t--40 {
  margin-top: -40px;
}
.m-r--40 {
  margin-right: -40px;
}
.m-b--40 {
  margin-bottom: -40px;
}
.m-l--35 {
  margin-left: -35px;
}
.m-t--35 {
  margin-top: -35px;
}
.m-r--35 {
  margin-right: -35px;
}
.m-b--35 {
  margin-bottom: -35px;
}
.m-l--30 {
  margin-left: -30px;
}
.m-t--30 {
  margin-top: -30px;
}
.m-r--30 {
  margin-right: -30px;
}
.m-b--30 {
  margin-bottom: -30px;
}
.m-l--25 {
  margin-left: -25px;
}
.m-t--25 {
  margin-top: -25px;
}
.m-r--25 {
  margin-right: -25px;
}
.m-b--25 {
  margin-bottom: -25px;
}
.m-l--20 {
  margin-left: -20px;
}
.m-t--20 {
  margin-top: -20px;
}
.m-r--20 {
  margin-right: -20px;
}
.m-b--20 {
  margin-bottom: -20px;
}
.m-l--15 {
  margin-left: -15px;
}
.m-t--15 {
  margin-top: -15px;
}
.m-r--15 {
  margin-right: -15px;
}
.m-b--15 {
  margin-bottom: -15px;
}
.m-l--10 {
  margin-left: -10px;
}
.m-t--10 {
  margin-top: -10px;
}
.m-r--10 {
  margin-right: -10px;
}
.m-b--10 {
  margin-bottom: -10px;
}
.m-l--5 {
  margin-left: -5px;
}
.m-t--5 {
  margin-top: -5px;
}
.m-r--5 {
  margin-right: -5px;
}
.m-b--5 {
  margin-bottom: -5px;
}
.m-l--1 {
  margin-left: -1px !important;
}
.m-t--1 {
  margin-top: -1px !important;
}
.m-r--1 {
  margin-right: -1px !important;
}
.m-b--1 {
  margin-bottom: -1px !important;
}
.m-l-0 {
  margin-left: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-l-2 {
  margin-left: 2px !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.m-r-2 {
  margin-right: 2px !important;
}
.m-b-2 {
  margin-bottom: 2px !important;
}
.m-l-5 {
  margin-left: 2px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-15 {
  margin-left: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-30 {
  margin-left: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-l-105 {
  margin-left: 105px;
}
.m-t-105 {
  margin-top: 105px;
}
.m-r-105 {
  margin-right: 105px;
}
.m-b-105 {
  margin-bottom: 105px;
}
.m-l-110 {
  margin-left: 110px;
}
.m-t-110 {
  margin-top: 110px;
}
.m-r-110 {
  margin-right: 110px;
}
.m-b-110 {
  margin-bottom: 110px;
}
.m-l-115 {
  margin-left: 115px;
}
.m-t-115 {
  margin-top: 115px;
}
.m-r-115 {
  margin-right: 115px;
}
.m-b-115 {
  margin-bottom: 115px;
}
.m-l-120 {
  margin-left: 120px;
}
.m-t-120 {
  margin-top: 120px;
}
.m-r-120 {
  margin-right: 120px;
}
.m-b-120 {
  margin-bottom: 120px;
}
.m-l-125 {
  margin-left: 125px;
}
.m-t-125 {
  margin-top: 125px;
}
.m-r-125 {
  margin-right: 125px;
}
.m-b-125 {
  margin-bottom: 125px;
}
.margin-0 {
  margin: 0;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.p-l-60 {
  padding-left: 60px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-l-105 {
  padding-left: 105px;
}
.p-t-105 {
  padding-top: 105px;
}
.p-r-105 {
  padding-right: 105px;
}
.p-b-105 {
  padding-bottom: 105px;
}
.p-l-110 {
  padding-left: 110px;
}
.p-t-110 {
  padding-top: 110px;
}
.p-r-110 {
  padding-right: 110px;
}
.p-b-110 {
  padding-bottom: 110px;
}
.p-l-115 {
  padding-left: 115px;
}
.p-t-115 {
  padding-top: 115px;
}
.p-r-115 {
  padding-right: 115px;
}
.p-b-115 {
  padding-bottom: 115px;
}
.p-l-120 {
  padding-left: 120px;
}
.p-t-120 {
  padding-top: 120px;
}
.p-r-120 {
  padding-right: 120px;
}
.p-b-120 {
  padding-bottom: 120px;
}
.p-l-125 {
  padding-left: 125px;
}
.p-t-125 {
  padding-top: 125px;
}
.p-r-125 {
  padding-right: 125px;
}
.p-b-125 {
  padding-bottom: 125px;
}
.padding-0 {
  padding: 0 !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-6 {
  padding: 6px !important;
}
.padding-7 {
  padding: 7px !important;
}
.padding-8 {
  padding: 8px !important;
}
.padding-9 {
  padding: 9px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-30 {
  padding: 30px !important;
}
@keyframes ld {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button-progress {
  position: relative;
  opacity: 0.8;
  color: transparent !important;
  text-shadow: none !important;
}
.button-progress:before {
  content: "";
  display: inline-block;
  position: absolute;
  background: 0 0;
  box-sizing: border-box;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  border-radius: 50%;
  border: 0.15em solid #fff;
  border-left-color: transparent;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -webkit-animation: ld 1s linear infinite;
  -moz-animation: ld 1s linear infinite;
  -o-animation: ld 1s linear infinite;
  animation: ld 1s linear infinite;
}

/* rtl */

body.rtl .menu-item.list .menu-image {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .menu-recipe {
  text-align: right;
}
.user-lang-switcher .dropdown-toggle {
  line-height: 1.5;
  background: #fff;
  padding: 0.375rem 0.75rem;
}
.user-lang-switcher .dropdown-menu {
  right: 0;
  left: auto;
}
body.rtl .user-lang-switcher .dropdown-menu {
  right: auto;
  left: 0;
}
.scrolling-wrapper {
  overflow-x: auto;
  padding: 12px;
  background: #fff;
}
.card-block {
  height: 48px;
  border-radius: 8px;
  background: #fafafa;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-right: 12px;
  border: 1px solid #ccc;
  flex-shrink: 0;
}
.card-block .menu-category {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 8px 15px;
}