/**
 * Theme Name: Order 2022
 * Description: This is a child theme for Order 2022
 * Author: MuaTheme.com
 * Template: flatsome
 * Version: 1.0.0
 */
/**
 * Global
 */
p {
  margin-bottom: 10px;
}

/* .mh-fontawesome::before,
.mh-fontawesome::after,
.menu-item > a::before,
.menu-item > a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-right: 7px;
} */
/* Form */
select, input, textarea,
.mh-input {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
select.mh-input::placeholder,
input.mh-input::placeholder,
input.mh-input[type='date']::placeholder {
  font-weight: 300;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nav-dark .is-outline,
.dark .nav>li>a,
.dark .nav>li.html,
.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical>li>ul li a,
.nav-dropdown.dark>li>a,
.nav-dropdown.dark .nav-column>li>a,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.dark, .dark p, .dark td,
.absolute-footer.dark {
  color: #fff;
}
.mfp-content .mh-option--food #tm-epo-field-421-1{
	border-top: 1px solid #e5e5e5;
    margin-top: 9px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.mfp-content .mh-option--food #tm-epo-field-421-1 .tmcp-field-wrap .tc-price-wrap{
 display: none;
}
.mfp-content .mh-option--food #tm-epo-field-421-1 .tmcp-field-wrap{
 width: 100%;
}
.mfp-content .mh-option--food #tm-epo-field-421-1 .tmcp-field-wrap .tm-epo-field-label{
 display: block;
}
.mfp-content .mh-option--food #tm-epo-field-421-1 .tmcp-field-wrap .tm-epo-field-label input.tmcp-textfield{
background-color: transparent;
    color: #333;
    border-color: #7f7f7f;
    padding-left: 40px;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
	margin-bottom:0px;
}
.mfp-content .mh-option--food #tm-epo-field-421-1 .tmcp-field-wrap .tm-epo-field-label input.tmcp-textfield:focus{
	 border-color: var(--primary-color);
}
.mfp-content .mh-option--food #tm-epo-field-421-1 .tmcp-field-wrap .tm-epo-field-label:before{

    content: "\f303";
    font-family: "Font Awesome 5 Pro";
    left: 10px;
    top: 5px;
    font-size: 17px;
    display: block;
    position: absolute;
    color: #333;
    z-index: 99999;


}
.mfp-content.off-canvas-cart .cart-popup-inner{
padding:6px !important;

}
.mfp-content.off-canvas-cart {
width: 320px;
}
.wpcf7-form {
  margin-bottom: 0;
}

.badge-inner {
  font-weight: normal;
}

/* UX Theme */
.mh-col-no-divider .is-divider {
  display: none;
}

.icon-box-img svg, .icon-box-img img {
  padding: 0;
}

.dark, .dark p, .dark td {
  color: #fff !important;
}

/* Title */
.mh-title-simple {
  padding: 0;
}

.mh-title-simple b {
  display: none;
}

.mh-title-simple .section-title,
.mh-title-simple .section-title-main {
  border: 0;
  padding: 0;
  margin: 0;
}

.mh-title-simple.center .section-title {
  justify-content: center;
}

.mh-title-simple.right .section-title {
  justify-content: flex-end;
}

.mh-title-simple.bold .section-title,
.mh-title-simple.bold .section-title-main {
  font-weight: 700;
}

.mh-title-simple.initial .section-title-main {
  text-transform: initial;
  position: relative;
}

.mh-title-simple .section-title a {
  font-size: 20px;
  line-height: 1.3;
  bottom: -2px;
  position: relative;
}

.mh-title-simple .section-title a i {
  margin-right: 0;
  margin-left: 5px;
  opacity: 1;
}

.mh-title-simple .section-title a i.icon-angle-right::before {
  content: '\f178';
  display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
  margin-left: 5px;
}

/* Extra option */
.tm-epo-element-label {
  font-size: 18px;
  margin: 0 0 10px !important;
  font-weight: normal;
}

.tmcp-checkbox,
.tmcp-radio {
  visibility: hidden;
  margin: 0;
  display: none !important;
}

.cicle-checkbox {
  background-color: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px !important;
  left: 0;
  position: absolute;
  top: 0;
  margin: 0 2px 0 0;
  z-index: 0;
}

.tc-label-wrap {
  display: block;
  z-index: 1;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

.tc-label-wrap span {
  font-size: 16px;
  vertical-align: bottom !important;
  font-weight: normal !important;
}

.cicle-checkbox::after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}

.tmcp-checkbox:checked + label,
.tmcp-radio:checked + label {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.tmcp-checkbox:checked + label:after,
.tmcp-radio:checked + label:after {
  opacity: 1;
}

.tc-inline-description {
  display: inline-block;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
  line-height: 1.3;
}

/**
 * Footer
 */
/* Main */
.mh-col-footer p,
.mh-col-footer a,
.mh-col-footer li,
.mh-col-footer span {
  color: #423930;
  font-size: 14px;
}

.mh-col-footer p {
  margin: 0 0 5px;
}

.mh-col-footer .order-time-table td {
  border-bottom: 1px dashed #ccc;
}

.mh-col-footer .order-time-table tr td:last-child {
  text-align: right;
}

.mh-col-footer .social-icons a {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  color: var(--primary-color);
  background-color: #dfece5;
  margin-right: 7px;
  border-color: var(--primary-color);
}

.mh-col-footer .button:not(.icon ) {
  line-height: 1.5;
  border-width: 2px;
  box-shadow: 5px 5px 0 0 rgb(239 229 204 / 66%);
  -moz-box-shadow: 5px 5px 0 0 rgb(239 229 204 / 66%);
  -webkit-box-shadow: 5px 5px 0 0 rgb(239 229 204 / 66%);
  -o-box-shadow: 5px 5px 0 0 rgb(239 229 204 / 66%);
}

.mh-col-footer .dark .button:not(.icon ) {
  border-color: #fff;
}

.mh-col-footer .dark .button:not(.icon ):hover {
  background-color: #fff;
  -o-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mh-col-footer .dark .button:not(.icon ) span {
  color: #fff;
}

.mh-col-footer .dark .button:not(.icon ):hover span {
  color: #666 !important;
}

.mh-back-to-top {
  position: fixed;
  z-index: 9;
  right: -30px;
  bottom: 20%;
  transform: rotate(-90deg) !important;
  font-size: 16px!important;
  font-weight: bold;
  color: var(--primary-color) !important;
  text-shadow: 2px 2px 3px #fff;
}

.mh-back-to-top i {
  margin-left: 10px;
  vertical-align: middle;
}

/**
 * Blog
 */
.post-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

/**
 * Woocommerce
 */
span.amount {
  font-weight: normal;
  opacity: 1;
}

ins .woocommerce-Price-amount {
  font-weight: 600;

}

/* Box product */
.product-small.col:not(.box-vertical) .col-inner {
  box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  -o-box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 8px;
  background: #fff;
}

.box-text-products {
  padding: 8px 0 0;
  background-color: #fff;
}

.box-text-products .product-title {
  margin: 0 0 10px;
}

.box-text-products .product-title a {
  margin: 0;
  text-transform: capitalize;
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.box-text-products .price-wrapper {
  font-size: 15px;
}

.box-text-products .button-order {
  margin: 10px 0 0;
  border: 0;
  font-weight: normal;
  width: 100%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: left;
  padding: 0 10px;
}

.box-text-products .button-order i {
  margin: 0;
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background-color: #fff;
  color: #ea8025;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  right: 8px;
  top: 4px;
}

/* Single */
.product-info del span.amount {
  font-size: 18px;
}

.product-info .tm-epo-totals {
  padding: 0;
  margin: 0 0 15px;
}

.product-info .tc-totals-form dl.tm-extra-product-options-totals {
  margin-top: 0;
}

.product-info .tc-totals-form dl.tm-extra-product-options-totals,
.product-info .tc-totals-form dl.tm-extra-product-options-totals dt,
.product-info .tc-totals-form dl.tm-extra-product-options-totals dd,
.product-info .tc-totals-form dl.tm-extra-product-options-totals span {
  text-transform: initial;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
}

.product-info .tc-totals-form dl.tm-extra-product-options-totals span.amount {
  margin: 0 4px;
}

.product-info .single_add_to_cart_button {
  font-weight: normal;
}

.product-info .product_meta span,
.product-info .product_meta a {
  font-size: 16px;
}

.product-footer .tabs > li > a {
  font-size: 18px;
}

/*  ===== Page ===== */
/**
 * Ajax loading
 */
.before-ajax {
  display: none !important;
}

.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: #f42f25;
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #f49725;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #255ff4;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: #f42582;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  body {
    background: #17181c;
  }
}

/* Animations */
@keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

/**
 * Page: Order
 */
.mh-list-order {
  overflow: hidden;
}

.mh-list-order>.col+.col:not(.large-12) {
  border-width: 2px;
  border-color: #ccc;
}

/* Header */
.mh-header-order > .col > .col-inner {
  padding: 4px 15px;
}

.mh-header-order .logo-order a {
  font-size: 32px;
  font-weight: bold;
  color: var(--primary-color);
}

.mh-order--searchbox {
  border: 1px solid rgba(34, 36, 38, .15);
  box-shadow: none;
  height: 38px;
  margin: 0;
  font-size: 14px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 10px;
  background-color: #fff;
}

.mh-order--searchbox input,
.mh-order--searchbox button {
  padding: 0;
  line-height: 26px;
  height: 26px;
  min-height: 26px;
}

.mh-order--searchbox input {
  border: 0;
}

.mh-order--searchbox .button {
  margin: 0;
  border: 0;
  background-color: #fff;
  right: 12px;
  top: 8px;
}

.mh-order--searchbox .button svg {
  width: 18px;
  height: 18px;
  fill: #b1aeae;
  display: inline;
}

.mh-header-order .mh-mode {
  color: #444;
  font-size: 30px;
  margin-left: 10px;
}

.mh-header-order .mh-mode.active {
  color: var(--primary-color);
}

/* Loadding */
.mh-loading--order_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, .95);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.mh-loading--order_wrap.active {
  opacity: 1;
  visibility: visible;
}

.mh-loading--order_wrap > svg {
  width: 139px;
}

/* Menu */
.mh-order--cat_item {
  display: block;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  z-index: 9;
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
  box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
  list-style-type: none;
}

.mh-order--cat_item li {
  margin: 0 !important;
  min-width: fit-content;
}

.mh-order--cat_item li > a {
  padding: 7px 10px 8px !important;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  display: block;
}

.mh-order--cat_item li.active > a {
  background-color: var(--primary-color);
}

.mh-order--cat_item .icon-box {
  align-items: center;
}

.mh-order--cat_item .icon-box-img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  overflow: hidden;
}

.mh-order--cat_item .icon-box .icon-box-text p {
  color: #222;
  font-size: 14px;
}

/* Order product */
.mh-order-product {
  background-color: #e5e4e6;
  /* scroll-behavior: smooth; */
  will-change: auto;
  overflow-y: auto;
}

.mh-order-product::-webkit-scrollbar-track {
	border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.mh-order-product::-webkit-scrollbar {
	width: 8px;
}

.mh-order-product::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
	background-color: #babac0;
}

.mh-order-product .accordion-title {
  border: 0;
  background-color: transparent;
  margin-bottom: 15px;
  padding: 10px;
}

.mh-order-product .accordion-title * {
  color: #333;
  font-size: 25px;
  font-weight: 600;
}

.mh-order-product .accordion.active .accordion-title > span {
  color: var(--primary-color);
  z-index: 2;
}

.mh-order-product .accordion.active .accordion-title > span::before {
  content: '';
  background-color: #333;
  position: absolute;
  top: 5px;
  left: 0;
  width: calc(100% - 0.3em);
  height: 10px;
  z-index: -1;
}

.mh-order-product .accordion .accordion-title .toggle {
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: auto;
  font-size: 16px;
  right: 10px;
  top: 10px;
}

.mh-order-product .accordion .accordion-inner {
  padding: 0 10px;
}

.mh-row-order-product .icon-box {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  align-items: flex-end;
}

.mh-row-order-product .icon-box-text {
  padding: 0 !important;
}

.mh-row-order-product .title-product {
  font-weight: bold;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-bottom: 0;
  padding: 10px 10px 0;
}

.mh-row-order-product .price-product {
  border-top: 1px solid #ccc;
  padding: 10px;
  margin-top: 15px;
}

.mh-row-order-product .price-product > span.amount {
  color: var(--primary-color);
}

.mh-row-order-product .price-product span.amount {
  font-size: 16px;
  font-weight: normal;
}

.mh-grid-order-product .icon-box {
  flex-direction: column;
}

.mh-grid-order-product .icon-box-img,
.mh-grid-order-product .icon-box-text {
  width: 100% !important;
  max-width: 100%;
}

.mh-list-order-product .price-product del,
.mh-list-order-product .price-product ins {
  display: block;
  line-height: 1.1;
}

.mh-row-order-product .price-product del span {
  font-size: 14px !important;
  margin-right: 1px;
  color: #333;
}

.mh-row-order-product .price-product i {
  color: var(--primary-color);
  bottom: 9px;
  right: 9px;
  font-size: 15px;
  min-width: 27px;
  min-height: 27px;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Lightbox order */
#mh-order-food.loadding-food {
  text-align: center;
  padding: 30px !important;
}

.mh-option--food {
  padding: 0 !important;
}

.mh-option--extra_wrap,
.mh-option--extra_wrap .icon-box-img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.mh-option--food > div,
.mh-option--extra_wrap form.cart > div {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.mh-option--food > div:last-child {
  border-bottom: 0;
}

.mh-option--extra_wrap .icon-box-text {
  padding-top: 10px;
}

.mh-option--extra_wrap .icon-box-text .title-product {
  font-size: 17px;
  color: var(--primary-color);
  font-weight: bold;
}

.mh-order--prod_info {
  font-size: 15px;
  color: #423930;
}

.mh-option--extra_wrap .icon-box-text .price-product span {
  font-size: 15px;
}

.mh-order--options ul {
  list-style-type: none;
  margin: 0;
}

.mh-order--options ul li {
  margin: 0;
}

.mh-order--options .cpf_hide_element {
  margin: 0 0 15px;
}

.mh-order--options .tc-row > .cpf_hide_element:last-child {
  margin-bottom: 0;
}

.mh-order--options .tc-row > label,
.mh-order--options .tc-row > p,
.mh-wrap--except > p {
  font-size: 17px;
  text-transform: capitalize;
  margin: 0 0 5px !important;
  font-weight: normal;
}

.mh-order--options .tc-row > .tc-cell > ul {
/*   display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.mh-order--options .tc-row > .tc-cell > ul > li {
  min-width: 33.3333%;
  line-height: 30px;
  cursor: pointer;
}

.mh-order--options .tmcp-field-wrap label.cicle-checkbox {
  top: 4px;
}

.mh-order--options .tmcp-field-wrap label:not(.cicle-checkbox) {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.mh-order--options .tmcp-field-wrap .tm-label,
.mh-order--options .tc-inline-description {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  color: #222;
}

.mh-wrap--except .food-except p,
.mh-wrap--except .food-except ul,
.mh-wrap--except .food-except li {
  margin: 0;
  line-height: 1.4;
  color: #888;
  font-size: 15px;
}

.mh-wrap--except .food-except ul {
  margin-left: 20px;
}

.mh-message--note input {
  background-color: transparent;
  color: #333;
  border-color: #7f7f7f;
  padding-left: 40px;
  font-size: 15px;
  line-height: 40px;
  min-height: 40px;
}

.mh-message--note i {
  left: 30px;
  top: 25px;
  font-size: 17px;
}

.mh-order--quantity {
  line-height: 32px;
}

.mh-order--quantity > .button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #fff!important;
  border-radius: 50%!important;
  -webkit-border-radius: 50%!important;
  width: 30px;
  height: 30px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  min-height: auto;
  min-width: auto;
  box-shadow: none;
}

.mh-order--quantity > .button > i {
  margin: 0;
  top: 0;
  vertical-align: text-top;
  font-size: 13px;
}

.mh-order--quantity > input {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0 5px;
  font-size: 15px;
}

.mh-atc--wrap {
  top: 15px;
  right: 15px;
}

.mh-atc--wrap .button {
  margin: 0;
  border: 0;
  border-radius: 25px;
  line-height: 32px;
  min-height: 32px;
  font-size: 15px;
  font-weight: normal;
  text-transform: initial;
  padding: 0 20px;
}

/* Cart mini */
.mh-cart-form {
  overflow: hidden;
}

.mh-cart-header {
  background-color: #efefef;
}

.mh-pos-cart__buttons-cart > span {
  line-height: 55px;
  min-height: 55px;
  padding: 0 35px;
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
}

.mh-pos-cart__buttons-cart > span i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.mh-pos-cart__buttons-cart > .button {
  margin: 0;
  border: 0;
  padding: 0;
  min-width: 150px;
  line-height: 55px;
  text-transform: initial;
  font-weight: normal;
  color: #444;
}

.mh-pos-cart__buttons-cart > .button:hover {
  color: var(--primary-color);
}

.mh-cart-form .woocommerce-cart-form {
  height: 100%;
}

.mh-cart-form .cart-wrapper,
.mh-cart-form .woocommerce-cart-form__contents {
  height: 100%;
}

.mh-cart-form .woocommerce-cart-form__contents {
  list-style-type: none;
  overflow-y: scroll;
}

.mh-cart-form .woocommerce-cart-form__contents::-webkit-scrollbar-track {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
	background-color: #fff;
}

.mh-cart-form .woocommerce-cart-form__contents::-webkit-scrollbar {
	width: 8px;
	background-color: #fff;
}

.mh-cart-form .woocommerce-cart-form__contents::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
	background-color: #babac0;
}

.mh-cart-form__cart-item,
.mh-cart-form__cart-item .product-quantity {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

.mh-cart-form__cart-item .product-quantity {
  flex-wrap: wrap;
  width: 22%;
}

.mh-cart-form__cart-item {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.mh-cart-form__cart-item .product-name {
  align-items: flex-end;
}

.mh-cart-form__cart-item .product-name .icon-inner {
  background-color: var(--primary-color);
  font-size: 14px;
  min-height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mh-cart-form__cart-item a,
.mh-cart-form__cart-item p,
.mh-cart-form__cart-item span,
.mh-cart-form__cart-item dl,
.mh-cart-form__cart-item dd,
.mh-cart-form__cart-item dt {
  color: #444;
  text-transform: initial;
}

.mh-cart-form__cart-item .tc-epo-metadata {
  margin: 0;
}

.mh-cart-form__cart-item .product-price {
  width: 100%;
  font-size: 15px;
  margin: 0 0 5px;
}

.mh-cart-form__cart-item .icon-box-text > a {
  font-size: 15px;
}

.mh-cart-form__cart-item dl,
.mh-cart-form__cart-item dd,
.mh-cart-form__cart-item dt,
.mh-cart-form__cart-item dl p,
.mh-cart-form__cart-item dl a,
.mh-cart-form__cart-item dl span {
  color: #999;
  font-size: 14px;
}

.mh-cart-form__cart-item .product-remove > button.remove {
  border: 0;
  background-color: #e0e1e2;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0;
  padding: 0;
}

.mh-cart-form__cart-item .quantity input {
  border: 0;
  width: 30px;
  height: 30px !important;
  min-height: 30px;
  line-height: 30px;
}

.mh-cart-form__cart-item .quantity input.input-text {
  font-size: 14px;
  margin: 0 4px;
  border-bottom: 1px solid #ccc;
}

.mh-cart-form__cart-item .quantity input.button {
  background-color: #e0e1e2;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.mh-details--cart_fragment {
  background-color: #e7e6e8;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.mh-details--cart_fragment .cart_totals table:not(.shop_table) {
  display: none;
}

.mh-details--cart_fragment .cart_totals table th,
.mh-details--cart_fragment .cart_totals table td {
  border: 0;
  font-size: 16px;
}

.mh-details--cart_fragment table .order-total th,
.mh-details--cart_fragment table .order-total td {
  padding-top: 30px;
}

.mh-details--cart_fragment table .order-total th,
.mh-details--cart_fragment table .order-total td,
.mh-details--cart_fragment table .order-total td span {
  font-size: 25px;
  font-weight: bold;
}

.mh-details--cart_fragment table .order-total th {
  color: var(--primary-color);
}

.mh-details--cart_fragment .wc-proceed-to-checkout {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mh-details--cart_fragment .wc-proceed-to-checkout > .button {
  margin: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  line-height: 79px;
  min-height: 79px;
  font-size: 18px;
}

.mh-details--cart_fragment .wc-proceed-to-checkout .button-coupon {
  background-color: #b8b8b9;
  font-size: 13px;
  color: #605f60;
  width: 30%;
  min-width: 30%;
  line-height: 60px;
}

.mh-details--cart_fragment .wc-proceed-to-checkout .button-coupon span {
  display: inline-flex;
  flex-direction: column;
}

.mh-details--cart_fragment .wc-proceed-to-checkout .button-coupon span i {
  margin-bottom: 5px;
  font-size: 20px;
}

.mh-details--cart_fragment .wc-proceed-to-checkout .checkout-button {
  width: 69%;
  min-width: 69%;
}

/* Cart empty */
.mh-cart-body {
  height: calc( 100% - 55px );
}

.mh-cart-body > .mh-empty-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mh-empty-cart .return-to-shop {
  display: none;
}

.mh-empty-cart .icon-box-img svg path,
.mh-empty-cart .icon-box-img svg circle {
  fill: #e6e6e6;
}

.mh-empty-cart .icon-box-text p {
  color: #e6e6e6;
  font-size: 16px;
}

/* Coupon */
.mh_apply_coupons {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.coupon-header > p:not(.mh-notice--coupons),
.coupon-body > p {
  font-weight: bold;
  font-size: 15px;
}

.coupon-header > input {
  border: 1px solid var(--primary-color);
  line-height: 40px;
  min-height: 40px;
  font-weight: bold;
  font-size: 15px;
}

.coupon-header > input::placeholder {
  font-weight: bold;
}

.add_discount_order.mh-alert {
  animation: isures-alert .5s infinite;
}

.mh-notice--coupons {
  font-weight: normal;
  line-height: 1.3;
  color: #bb3333;
  font-size: 15px;
}

@keyframes isures-alert {
  0% {
    background: #bb3333
  }
  50% {
    background: #fbff00;
  }
  100% {
    background: #bb3333
  }
}

.coupon-body .list-coupon {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.coupon-body .list-coupon > li {
  display: inline-block;
}

.coupon-body .list-coupon > li > button {
  margin: 0;
  border: 0;
  font-weight: normal;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #444;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 13px;
  line-height: 36px;
  min-height: 36px;
  width: 100%;
}

.coupon-body .list-coupon > li > button::before,
.coupon-body .list-coupon > li > button::after {
  content: '';
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -12px;
  opacity: 1;
}

.coupon-body .list-coupon > li > button.active::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f0f0f0;
  z-index: 29;
}

.coupon-body .list-coupon > li > button.active::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f0f0f0;
  z-index: 29;
}

.coupon-body .list-coupon > li > button.active,
.coupon-body .list-coupon > li > button:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.coupon-body .mh-show--coupon_excerpt {
  /* display: none;
  visibility: hidden;
  opacity: 0;*/
  color: #000;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-top: 10px;
  background: #f0f0f0;
  z-index: 9;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.coupon-body .mh-show--coupon_excerpt .mh-coupon--expires {
  font-weight: bold;
  font-size: 13px;
  color: #555;
}

.coupon-footer {
  margin-top: 10px;
}

.coupon-footer .button {
  margin: 0;
  border: 0;
  font-size: 15px;
  line-height: 36px;
  min-height: 37px;
}

.cart-discount span.amount {
  font-weight: bold;
}

.mh-remove-coupon {
  display: inline !important;
  font-size: 13px;
  font-weight: normal;
  text-transform: initial;
  margin-left: 5px;
  padding: 5px 15px;
  position: relative;
  border: 0;
  bottom: 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

/* Success notice */
.success_notice {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.success_notice svg {
  width: 80px;
  height: 80px;
}

.success_notice .notice-content,
.success_notice .message-container {
  color: #333;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.success_notice .button {
  margin: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: normal;
  text-transform: initial;
  padding: 0 10px;
  line-height: 35px;
  min-height: 35px;
}

.success_notice .message-container,
.success_notice .woocommerce-message li {
  margin: 0;
}

.success_notice .message-container i {
  display: none;
}

.success_notice .woocommerce-message {
  padding: 0;
}

.success_notice .message-container span {
  font-weight: normal;
}

.success_notice .woocommerce-error .message-container,
.success_notice .woocommerce-error .message-container span.amount{
      color: #b20000;
}

.success_notice svg.animate path {
  animation: dash 750ms linear both;
  animation-delay: 200ms;
}

.success_notice .woocommerce-error {
	padding: 0;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 210;
  }
  75% {
    stroke-dashoffset: -220;
  }
  100% {
    stroke-dashoffset: -205;
  }
}

/**
 * Small Desktop
 */
@media only screen and (min-width: 900px) and (max-width: 1440px) {
/* Page: Order */
  .mh-detail-food .icon-box-img {
    width: 121px !important;
  }

  .mh-row-order-product .title-product {
    -webkit-line-clamp: 2;
  }

  .mh-row-order-product .price-product {
    margin-top: 5px;
  }

  .mh-cart-form__cart-item .product-quantity {
    width: 32%;
  }
}

/* ===== Responsive ==== */
/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
  /* Footer */
  .mh-col-footer .col-inner {
    text-align: left;
  }

  .mh-col-footer .col-inner.text-center {
    text-align: center;
  }

  .mh-col-footer .col-inner .icon {
    margin-bottom: 0;
  }

  .mh-col-footer .col-inner h3 {
    font-size: 22px;
    margin: 0 0 5px;
  }

  /* Menu */
  .mh-header-order > .col > .col-inner {
    padding: 5px;
  }

  .mh-cart-form {
    height: calc(100vh - 224px) !important;
  }

  .mh-cart-form.has-coupon {
    height: calc(100vh - 275px) !important;
  }

  .mh-cart-body {
    height: calc( 100% - 55px );
  }

  .mh-order-product {
    height: calc(100vh - 110px);
  }

  .mh-details--cart_fragment .wc-proceed-to-checkout .button-coupon span i {
    font-size: 18px;
  }

  .mh-details--cart_fragment .wc-proceed-to-checkout .checkout-button {
    padding: 0;
    font-size: 15px;
  }

  .mh-cart-form__cart-item {
    flex-direction: column;
  }

  .mh-cart-form__cart-item .product-quantity {
    margin: 5px 0 0;
    width: 100%;
  }

  .mh-cart-form__cart-item .product-price {
    text-align: left;
  }

  .mh-cart-form__cart-item .product-name {
    align-items: center;
  }

  .mh-cart-form__cart-item .product-remove {
    width: auto;
  }
}

/**
 * Tablet
 */
@media only screen and (min-width: 550px) and (max-width: 860px) {}

/**
 * Mobile
 */
@media only screen and (min-width: 0px) and (max-width: 549px) {
  /* Sldier */
  .row-slider .flickity-prev-next-button {
    display: none;
  }

  /* Title */
  .mh-title-simple .section-title a {
    font-size: 17px;
    bottom: -5px;
  }

  /* Blog */
  .post-item .box-text {
    padding: 20px 0 0 !important;
  }

  /* Menu */
  .bg-black::before {
    background-color: #0b0b0b;
    opacity: .6;
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8;
  }

  .mh-order-product {
    height: calc(100vh - 100px);
  }

  .mh-row-order-product .icon-box-img {
    width: 100% !important;
  }

  .mfp-container {
    padding: 30px 0 0;
  }

  .mfp-auto-cursor .mfp-content {
    position: absolute;
    bottom: 0;
    left: 0;
  }	
	.mfp-content {
		max-height: 89%;
		overflow-y: auto;
	}

  .mh-option--extra_wrap .icon-box-img {
    width: 96px !important;
  }

  .mh-order--options .tc-row > .tc-cell > ul.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-radio.tm-element-ul-radio.element_0 {
    display: block !important;
}

  .mh-order--options .tc-row > .tc-cell > ul > li {
    min-width: 50%;
  }

  .mh-order--options .tmcp-field-wrap .tm-label,
  .mh-order--options .tc-inline-description {
    font-size: 14px;
  }

  .mh-cart-mobile .mh-action--wrap {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    background-color: #fff;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
  }

  .mh-cart-mobile .mh-action--wrap > a {
    background-color: #b8b8b9;
    min-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #605f60;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0;
  }

  .mh-cart-mobile .mh-action--wrap > .mh-showmb--item_cart {
    flex: 1;
    max-width: 50%;
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-transform: lowercase;
    background-color: transparent;
  }

  .mh-cart-mobile .mh-action--wrap > .mh-showmb--item_cart b {
    margin: 0 3px;
    color: #d34b4b;
  }

  .mh-cart-mobile .mh-action--wrap > .mh-pos--add_discount {
    flex-basis: 40px;
  }

  .mh-cart-mobile .mh-action--wrap > .mh-pos--add_discount i {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    bottom: 2px;
  }

  .mh-cart-mobile .mh-action--wrap > .mh-order--now {
    flex-basis: calc(50% - 40px);
    font-size: 10px;
    font-weight: normal;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    -o-border-radius: 99px;
    background-color: var(--primary-color);
    color: #fff;
  }

  .coupon-body .list-coupon {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0 15px;
  }

  .mh-mobile--details_cart {
    position: fixed;
    width: 100%;
    bottom: 50px;
    height: auto;
    left: 0;
    z-index: 9;
    background-color: #fff;
    transform: translateY(120%);
    visibility: hidden;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
  }

  .mh-mobile--details_cart.show {
    visibility: visible;
    transform: translateY(0);
  }

  .mh-pos--tab_bar .mh-closemb--mini_cart {
    padding: 8px;
    font-size: 14px;
    min-width: 42px;
  }

  .mh-pos-cart__buttons-cart {
    background-color: #efefef;
  }

  .mh-pos--tab_bar .mh-closemb--mini_cart i {
    font-size: 24px;
    position: relative;
    bottom: -5px;
  }

  .mh-pos--tab_bar .mh-pos-cart__buttons-cart > span {
    padding: 0 10px;
    font-size: 14px;
    line-height: 42px;
    min-height: 42px;
  }

  .mh-pos-cart__buttons-cart > .button {
    min-width: 100px;
    font-size: 14px;
    line-height: 42px;
    min-height: 42px;
  }

  .mh-cart-mobile .woocommerce-cart-form__contents.scroll-cart {
    height: 400px;
    list-style-type: none;
    overflow-y: scroll;
  }

  .mh-cart-mobile .woocommerce-cart-form__contents.scroll-cart::-webkit-scrollbar-track {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
  	background-color: #fff;
  }

  .mh-cart-mobile .woocommerce-cart-form__contents.scroll-cart::-webkit-scrollbar {
  	width: 8px;
  	background-color: #fff;
  }

  .mh-cart-mobile .woocommerce-cart-form__contents.scroll-cart::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
  	background-color: #babac0;
  }

  .mh-cart-body > .mh-empty-cart {
    padding: 25px 0;
  }

  .mh-empty-cart .icon-box-center .icon-box-img {
    width: 100px !important;
    margin-bottom: 5px;
  }

  .mh-empty-cart .icon-box-text p {
    font-size: 15px;
  }

  .mh-showmb--menu_list {
    position: fixed;
    bottom: 55px;
    left: 5px;
    z-index: 8;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    -o-border-radius: 99px;
  }

  .mh-showmb--menu_list:hover {
    color: #fff;
  }

  .mh-showmb--menu_list i {
    font-size: 21px;
  }

  .mh-showmb--menu_list.close i::before {
    content: "\f00d";
  }

  .mh--cat_item {
    position: fixed !important;
    width: calc(100% - 20px);
    bottom: 115px;
    left: 10px;
    height: auto;
    background: #fff;
    padding: 0;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
    -o-box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: visible;
    display: none;
  }

  .mh--cat_item.show {
    display: block;
    z-index: 10;
  }

  .mh--cat_item::before,
  .mh--cat_item::after {
    content: '';
    left: 25px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -9px;
    opacity: 1;
  }

  .mh--cat_item.show:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    z-index: 29;
  }

  .mh--cat_item.show:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    z-index: 30;
  }

  .mh--cat_item > li {
    display: block;
    margin: 0;
    width: 100%;
  }

  .mh--cat_item > li > a {
    padding: 8px 15px !important;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    color: #222 !important;
    font-size: 14px;
  }

  .mh--cat_item > li > a .count {
    right: 10px;
    font-size: 13px;
  }

  .mh--cat_item > li > a.active,
  .mh--cat_item > li > a.active .count {
    font-weight: bold;
  }

  .mh-box-coupon {
    font-size: 14px;
    padding: 8px 10px 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    -o-box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 15%);
  }

  .mh-box-coupon .mh-remove-coupon {
    margin-right: 0;
  }

  .coupon-body .mh-show--coupon_excerpt {
    margin: 0;
  }

  .coupon-body .list-coupon > li > button::before,
  .coupon-body .list-coupon > li > button::after {
    bottom: -16px;
  }

}

@media only screen and (max-width: 320px) {
  /* Menu */
  .mh-header-order .logo-order a {
    font-size: 26px;
  }

}


