@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
/*- Color - */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-delivery:before {
  content: "\f100";
}
.flaticon-dish:before {
  content: "\f101";
}
.flaticon-receipt:before {
  content: "\f102";
}
.flaticon-ring:before {
  content: "\f103";
}
.flaticon-dinner:before {
  content: "\f104";
}
html {
  scroll-behavior: smooth;
  font-size: 14px;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #354052;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  font-weight: 400;
  touch-action: manipulation;
  background-color: #ffffff;
}
@media print {
  body {
    min-width: auto !important;
  }
}
main {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.nn_container_fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.nn_container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.nn_row {
  margin-right: -15px;
  margin-left: -15px;
}
.nn_row:after {
  clear: both;
  content: '';
  display: block;
}
.nn_col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
@media only screen and (max-width: 992px) {
  .nn_col {
    clear: both;
  }
}
.d-none {
  display: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
*,
*:focus {
  outline: none;
}
button:hover,
input:hover,
.btn:hover,
button:focus,
input:focus,
.btn:focus,
button:active,
input:active,
.btn:active,
button.focus,
input.focus,
.btn.focus {
  outline: none !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #d0d5d8;
}
::-webkit-scrollbar-thumb {
  background: #5d1762;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #300037;
  border-radius: 10px;
}
.article.print {
  padding-top: 60px;
}
/*-- Header  --------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 103;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: 60px;
  line-height: 60px;
  text-align: right;
  font-size: 0;
}
header.desktop-header {
  display: none;
}
@media only screen and (min-width: 992px) {
  header.desktop-header {
    display: block;
    position: fixed;
  }
}
@media only screen and (min-width: 992px) {
  header.mobile-header {
    display: none;
  }
}
header.in {
  left: 75%;
}
header.head1,
header.head2 {
  background-color: #5d1762;
  color: #ffffff;
}
header.head1 .menun_btn span,
header.head2 .menun_btn span {
  background-color: #babfc4;
}
header.head1 .menun_btn span::before,
header.head2 .menun_btn span::before,
header.head1 .menun_btn span:after,
header.head2 .menun_btn span:after {
  background-color: #babfc4;
}
header.head1 .user_menu,
header.head2 .user_menu {
  color: #babfc4;
}
header.head1 .cart_btn,
header.head2 .cart_btn {
  color: #babfc4;
}
header .user_menu {
  display: inline-block;
  font-size: 26px;
  height: 20px;
  color: #ffffff;
  line-height: 20px;
  margin: 15px 0;
}
header .cart_btn {
  display: inline-block;
  font-size: 26px;
  height: 20px;
  color: #ffffff;
  line-height: 20px;
  margin: 15px 0 15px 10px;
  position: relative;
}
header .cart_btn .cart_in {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background: #4ab847;
  border-radius: 50%;
}
header .back_btn {
  display: inline-block;
  height: 60px;
  float: left;
  line-height: 60px;
  font-size: 24px;
  color: #ffffff;
  width: 40px;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
}
header .page_title {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
  float: left;
  font-size: 14px;
}
header .page_title .breadcrumb-list {
  margin: 0;
  padding: 0;
}
header .page_title .breadcrumb-list li {
  display: block;
}
header .page_title .breadcrumb-list li a {
  display: block;
  color: #ffffff;
}
header .header-logo {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  vertical-align: top;
  margin: 10px 0;
  position: relative;
}
header .header-logo img {
  max-width: 100%;
  max-height: 100%;
}
header .header-logo img[alt]::after {
  content: attr(alt);
  position: absolute;
  background-color: #ffffff;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 39px;
  color: #5d1762;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 45px;
  border-radius: 5px;
  text-indent: 7px;
}
header .user {
  display: inline-block;
  height: 40px;
  margin: 10px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
header .user a {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  width: 40px;
}
header .user .gust-menu {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
@media print {
  header {
    display: none;
  }
}
.table-header {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  position: inherit;
  position: fixed;
  text-align: left;
}
.table-header .table-pin-col {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  background: none;
  position: relative;
}
.table-header .table-pin-col:hover .content .text {
  display: block;
}
.table-header .table-pin-col i {
  background-color: #6d7882;
  height: 60px;
  line-height: 60px;
  border-radius: 5px 0 0 5px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .table-header .table-pin-col i {
    background: none;
    height: 40px;
    vertical-align: top;
    line-height: 40px;
  }
}
.table-header .table-pin-col .content {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  min-width: 140px;
}
.table-header .table-pin-col .content .text {
  padding-top: 5px;
  font-size: 12px;
  display: none;
  position: absolute;
  background-color: #e6eaee;
  color: #354052;
  padding: 10px;
  overflow: hidden;
  z-index: 909;
  border-radius: 4px;
  top: 11px;
  bottom: 11px;
  left: 1px;
  right: 1px;
}
@media only screen and (max-width: 992px) {
  .table-header .table-pin-col .content .text {
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    font-size: 1rem;
  }
}
.table-header .table-pin-col .content .code {
  margin: 0;
  border: none;
}
.table-header .table-pin-col .content .code small {
  height: auto;
  line-height: 1;
  display: block;
  font-size: 1rem;
}
@media only screen and (max-width: 992px) {
  .table-header .table-pin-col .content .code small {
    font-size: 0.8rem;
  }
}
.table-header .table-pin-col .content .code span {
  height: auto;
  line-height: normal;
  font-size: 1.8rem;
  float: none;
}
@media only screen and (max-width: 992px) {
  .table-header .table-pin-col .content .code span {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 992px) {
  .table-header .table-pin-col .content .code {
    height: 40px;
    border: none;
    line-height: 40px;
    margin: 0;
    padding: 5px 0;
    vertical-align: middle;
  }
  .table-header .table-pin-col .content .code small {
    display: block;
    line-height: 1;
    height: auto;
  }
  .table-header .table-pin-col .content .code span {
    color: #ffffff;
    height: auto;
    line-height: normal;
    padding-left: 0;
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .table-header .table-pin-col .content {
    border: none;
    background: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .table-header .table-pin-col {
    border: 1px solid #ffffff;
    margin: 8px 0 8px 10px;
    display: inline-block;
    position: initial;
  }
}
.table-header .mobile-dropdown {
  display: none;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 60px;
  width: 100%;
}
.table-header .mobile-dropdown li {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-size: 1.1rem;
  line-height: normal;
}
.table-header .mobile-dropdown li button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #354052;
  width: 100%;
  text-align: left;
}
.table-header .mobile-dropdown li button.close-table {
  background-color: #ea473b;
  color: #ffffff;
  text-align: center;
}
.table-header .mobile-dropdown li a {
  color: #354052;
}
.table-header .mobile-dropdown li i {
  font-size: 24px;
  vertical-align: middle;
  padding-right: 10px;
}
@media only screen and (max-width: 992px) {
  .table-header .nn_container {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .table-header .table-mobile-menu {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    height: 80px;
  }
}
.table-header .mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.table-header .mobile-menu:checked ~ .mobile-dropdown {
  display: block;
}
@media only screen and (min-width: 992px) {
  .table-header .mobile-menu {
    display: block;
    position: relative;
    top: auto;
    cursor: pointer;
  }
  .table-header .mobile-menu:checked::before {
    color: #ffffff;
  }
}
.table-header .main_logo {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  margin: 14px auto;
}
.table-header .main_logo img {
  max-height: 100%;
  max-width: 100%;
  float: left;
}
.table-header .main_logo img[alt]::after {
  content: attr(alt);
  position: relative;
  background-color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 50px;
  color: #5d1762;
  left: -16px;
  top: -5px;
  height: 50px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .table-header .main_logo .mobile-logo {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .table-header .main_logo .desktop-logo {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .table-header .main_logo {
    height: 40px;
    vertical-align: top;
    width: 40px;
    margin: 10px auto;
    line-height: 40px;
  }
  .table-header .main_logo img {
    float: none;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 5px;
  }
}
.table-header .right-nav {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 992px) {
  .table-header .right-nav {
    float: none;
  }
  .table-header .right-nav .close-table-col {
    display: none;
  }
  .table-header .right-nav .deliver-from .order-button,
  .table-header .right-nav .deliver-from .icon-share {
    display: none;
  }
}
.table-header .deliver-from {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
}
.table-header .deliver-from .cart_address {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  margin: 10px 0;
  min-height: auto;
  border: 1px solid #e6eaee;
}
.table-header .deliver-from .cart_address a {
  display: block;
}
@media only screen and (max-width: 992px) {
  .table-header .deliver-from .cart_address a {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 1px 5px 1px 0;
    height: 40px;
  }
  .table-header .deliver-from .cart_address a i {
    padding: 0;
    height: 37px;
    vertical-align: top;
    line-height: 36px;
  }
  .table-header .deliver-from .cart_address a .content {
    padding: 0 5px;
  }
}
.table-header .deliver-from .cart_address i {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  animation: none;
}
@media only screen and (max-width: 992px) {
  .table-header .deliver-from .cart_address {
    background: none;
    border: none;
    margin: 0;
    height: 60px;
    width: auto;
    padding: 10px;
  }
  .table-header .deliver-from .cart_address i,
  .table-header .deliver-from .cart_address .title,
  .table-header .deliver-from .cart_address .text,
  .table-header .deliver-from .cart_address a {
    color: #ffffff;
  }
}
.table-header .deliver-from .qr-code {
  display: inline-block;
  vertical-align: top;
  height: 80px;
  width: 80px;
  line-height: 80px;
  margin-left: 10px;
  position: relative;
}
.table-header .deliver-from .qr-code .qr-open {
  display: none;
  position: absolute;
  margin: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: none;
  opacity: 0;
}
.table-header .deliver-from .qr-code .qr-open:checked {
  background: rgba(36, 42, 54, 0.5);
  position: fixed;
  left: 0;
  opacity: 1;
}
.table-header .deliver-from .qr-code .qr-open:checked + img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  .table-header .deliver-from .qr-code .qr-open {
    display: block;
  }
}
.table-header .deliver-from .qr-code img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  .table-header .deliver-from .qr-code {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
}
.table-header .deliver-from .icon-share {
  font-size: 24px;
  background: no-repeat;
  border: none;
  padding: 0;
  width: 34px;
  height: 34px;
  color: #354052;
  display: inline-block;
  vertical-align: middle;
}
.table-header .deliver-from a {
  color: #354052;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.table-header .deliver-from a i {
  padding: 0 5px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.table-header .deliver-from a span {
  display: inline-block;
  vertical-align: middle;
}
.table-header .deliver-from .order-button {
  display: inline-block;
  vertical-align: middle;
}
.table-header .close-table-col {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 25px;
}
.table-header .cart_btn {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  text-align: center;
  background-color: #5d1762;
  color: #ffffff;
  width: 50px;
  position: relative;
}
.table-header .cart_btn:active {
  background-color: #300037;
}
.table-header .cart_btn i {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  position: relative;
  top: -15px;
}
.table-header .cart_btn i:last-child {
  top: 0;
}
.table-header .cart_btn .cart_count {
  display: inline-block;
  height: 30px;
  line-height: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #5d1762;
  background-color: #ffffff;
  border: 2px solid #5d1762;
  left: -20px;
  position: absolute;
  right: -20px;
  bottom: 6px;
}
.table-header .cart_btn .count {
  display: inline-block;
  background-color: #ffffff;
  color: #300037;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 3px;
  font-size: 0.8rem;
  font-weight: 800;
}
@media only screen and (max-width: 992px) {
  .table-header .cart_btn {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .table-header {
    height: 60px;
    line-height: 60px;
    background-color: #5d1762;
    color: #ffffff;
  }
}
.desktop-header {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  position: inherit;
  text-align: left;
}
.desktop-header .main_logo {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
.desktop-header .main_logo img {
  max-height: 100%;
  max-width: 100%;
  float: left;
}
.desktop-header .main_logo img[alt]::after {
  content: attr(alt);
  position: relative;
  background-color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 50px;
  color: #5d1762;
  left: -16px;
  top: -5px;
  height: 50px;
  display: inline-block;
}
.desktop-header .right-nav {
  display: inline-block;
  float: right;
}
.desktop-header .right-nav .main_menu {
  padding: 0 25px 0 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  line-height: normal;
}
.desktop-header .right-nav .main_menu li {
  display: inline-block;
  padding: 0 10px;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}
.desktop-header .right-nav .main_menu li .icon-image {
  padding: 0 5px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.desktop-header .right-nav .main_menu li.account-user a {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  vertical-align: middle;
  position: relative;
  height: 50px;
  padding-left: 60px;
  padding-right: 10px;
}
.desktop-header .right-nav .main_menu li.account-user a::before {
  content: "\e91a";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  top: 0;
  font-size: 24px;
  background-color: #0d0628;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  border-radius: 8px;
}
.desktop-header .right-nav .main_menu li.account-user a .account-value {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desktop-header .right-nav .main_menu li.account-user a .account-label {
  display: inline-block;
  font-size: 12px;
  color: #6d7882;
  text-transform: none;
}
.desktop-header .right-nav .main_menu li a {
  color: #354052;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.desktop-header .right-nav .main_menu li a i {
  padding: 0 5px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.desktop-header .right-nav .main_menu li a span {
  display: inline-block;
  vertical-align: middle;
}
.desktop-header .cart_btn {
  vertical-align: middle;
  line-height: 0;
  text-align: center;
  position: relative;
  height: auto;
  margin: 0 auto;
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
}
.desktop-header .cart_btn i {
  background-color: #5d1762;
  color: #ffffff;
  display: inline-block;
  width: 50px;
  font-size: 24px;
  position: relative;
  height: 50px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}
.desktop-header .cart_btn .cart_count {
  color: #ffffff;
  background-color: #0d0628;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0 15px;
}
.desktop-header .cart_btn .count {
  display: inline-block;
  background-color: #ffffff;
  color: #300037;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 27px;
  font-size: 0.9rem;
  font-weight: 800;
}
.desktop-header .location_btn {
  border: none;
  display: inline-block;
  width: 200px;
  float: none;
  height: 50px;
  margin-left: 10px;
  padding: 0;
  position: relative;
}
.desktop-header .location_btn i {
  background-color: #5d1762;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  border-radius: 8px;
}
.desktop-header .location_btn .content {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.desktop-header .location_btn .title {
  color: #242a36;
}
.desktop-header .location_btn .address {
  color: #354052;
}
.desktop-header .contact_btn {
  display: inline-block;
  width: 200px;
  float: none;
  height: 50px;
  margin-left: 10px;
  padding: 0 5px;
  position: relative;
  font-size: 0;
  vertical-align: middle;
  cursor: pointer;
}
.desktop-header .contact_btn i {
  display: inline-block;
  background-color: #5d1762;
  color: #ffffff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  font-size: 24px;
  vertical-align: top;
}
.desktop-header .contact_btn .content {
  width: calc(100% - 50px);
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.desktop-header .contact_btn .title {
  color: #242a36;
  vertical-align: top;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.location_btn {
  line-height: 1;
  text-align: left;
  width: calc(100% - 140px);
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  float: left;
  font-size: 0;
  height: 60px;
  transition: all 0.2s ease-in;
}
.location_btn:focus {
  transition: all 0.2s ease-in;
}
.location_btn i {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
  font-size: 24px;
}
.location_btn .content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 35px);
}
.location_btn .title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 4px;
}
.location_btn .address {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #ffffff;
}
.slide_menu {
  position: fixed;
  width: 75%;
  background: url(../images/menu-bg.jpg) no-repeat center center / cover;
  height: 100%;
  z-index: 202;
  padding: 0 40px;
  left: -75%;
  top: 0;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slide_menu.in {
  left: 0;
}
.slide_menu .side_menu_list {
  padding: 0;
  margin: 0;
  position: relative;
  top: 10%;
}
.slide_menu .side_menu_list li {
  display: block;
  width: 100%;
  height: 15px;
  line-height: 15px;
  margin-bottom: 25px;
}
.slide_menu .side_menu_list li.active a {
  color: #ffffff;
}
.slide_menu .side_menu_list li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 1rem;
}
.slide_menu .side_menu_list li a:hover,
.slide_menu .side_menu_list li a:active,
.slide_menu .side_menu_list li a:focus {
  color: #ffffff;
}
.slide_menu .logout_btn {
  position: absolute;
  bottom: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
}
.slide_menu .user_name {
  position: relative;
  top: 5%;
  height: 30px;
  line-height: 30px;
}
.slide_menu .user_name i {
  color: #ffffff;
  display: block;
  font-size: 34px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  float: left;
  margin-right: 15px;
}
.slide_menu .user_name span {
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
}
/*-- Article --------------------------------*/
.content_section {
  position: relative;
  left: 0;
  width: 100%;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: 100%;
  top: 80px;
}
@media only screen and (min-width: 992px) {
  .content_section .footer {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .content_section .footer {
    background-color: #ffffff;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 101;
  }
}
@media only screen and (max-width: 992px) {
  .content_section.content_table .restaurant_info_list,
  .content_section.content_table .nn_col.hours,
  .content_section.content_table .delivery_col,
  .content_section.content_table .restaurant_logo .status {
    display: none;
  }
}
.content_section.in {
  left: 75%;
}
.content_section.cs2 {
  padding-top: 60px;
  padding-bottom: 65px;
}
@media only screen and (min-width: 992px) {
  .content_section.cs2 {
    padding-top: 80px;
    top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .content_section.cs2 {
    top: 0;
  }
}
.content_section.pb0 {
  padding-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .content_section {
    top: 60px;
  }
}
.banner_section {
  background: url(../images/banner.jpg) no-repeat center center / cover;
  height: 300px;
  padding: 25px;
  text-align: center;
  display: table;
  width: 100%;
}
.banner_section .nn_container_fluid {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.banner_section .main_banner_head {
  color: #ffffff;
  font-size: 18px;
}
.banner_section .main_banner_content {
  color: #ffffff;
  font-weight: 400;
}
.search_section {
  margin-top: -30px;
}
.search_section .main_search {
  margin: 0 auto;
  width: 90%;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.search_section .main_search .main_search_icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #5d1762;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.search_section .main_search input {
  width: 100%;
  height: 60px;
  border: none;
  background-color: transparent;
  padding: 0 70px;
  font-size: 16px;
}
.search_section .main_search .main_search_btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  color: #6d7882;
}
.form_sec {
  min-height: 100vh;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 50px 0;
}
.form_sec .form-label {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 17px;
}
.form_sec.address_form {
  min-height: auto;
  padding: 0;
  text-align: left;
}
.form_sec.address_form textarea:disabled {
  background-color: rgba(236, 238, 239, 0.55);
}
.form_sec .nn_container {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.form_sec .nn_container .nn_row {
  margin: 0;
}
.form_sec .form_sec_col {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}
.form_sec .form_sec_col .main_logo {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.form_sec .form_sec_col .main_logo img {
  max-width: 100%;
  max-height: 80px;
}
@media only screen and (min-width: 992px) {
  .form_sec .form_sec_col {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    max-width: 500px;
  }
}
.form_sec .login_form {
  clear: both;
  position: relative;
}
.form_sec .login_form:hover .pwd_error {
  opacity: 0.2;
}
.form_sec .form_col {
  border: 1px solid #e6eaee;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-bottom: 15px;
}
.form_sec .form_col.has-error,
.form_sec .form_col.has_error {
  border-color: #ea473b;
}
.form_sec .form_col.has-error i,
.form_sec .form_col.has_error i {
  color: #ea473b;
  border-right-color: #ea473b;
}
.form_sec .form_col.has-error .pwd_error,
.form_sec .form_col.has_error .pwd_error,
.form_sec .form_col.has-error .form-error-msg,
.form_sec .form_col.has_error .form-error-msg {
  display: block;
}
.form_sec .form_col i {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #babfc4;
  border-right: 1px solid #e6eaee;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
}
.form_sec .form_col input {
  height: 48px;
  padding: 0 15px 0 60px;
  border: none;
  width: 100%;
  font-size: 1rem;
  float: left;
  color: #354052;
  font-weight: 400;
}
.form_sec .form_col .password-show {
  background-color: #eceeef;
  color: #6d7882;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 48px;
  border: none;
  font-size: 20px;
  width: 37px;
  text-align: center;
  line-height: 48px;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  top: 0;
  margin: 0;
}
.form_sec .form_col .password-show:checked::before {
  content: '\e926';
}
.form_sec .form_col.phone_col .phone-sm {
  display: inline-block;
  width: 50px;
  text-align: left;
  float: left;
  margin-left: 60px;
  height: 48px;
}
.form_sec .form_col.phone_col input {
  width: calc(100% - 120px);
  padding-left: 0;
}
.form_sec .forg_pwd_btn {
  float: left;
  color: #6d7882;
  line-height: 40px;
}
.form_sec .form_submit_btn {
  background-color: #5d1762;
  height: 40px;
  color: #ffffff;
  border: 1px solid #360d39;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  padding: 0 25px;
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
}
.form_sec .form_submit_btn.full_btn {
  width: 100%;
}
.form_sec .opt {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 15px;
  line-height: 15px;
  background-color: #ea473b;
  color: #ffffff;
  padding: 0 6px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 600;
}
.form_sec .required {
  display: inline-block;
  color: #6d7882;
  font-weight: bold;
  font-size: 1rem;
  margin-left: 4px;
}
.form_sec .form_row {
  clear: both;
  float: left;
  width: 100%;
}
.form_sec .login_fb_col {
  clear: both;
}
.form_sec .login_fb_col .or_col {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 10px 0;
  color: #6d7882;
  position: relative;
  clear: both;
  float: left;
}
.form_sec .login_fb_col .or_col hr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.form_sec .login_fb_col .or_col hr::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  border: 6px dashed #babfc4;
  width: 100%;
}
.form_sec .login_fb_col .or_col b {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  padding: 0 20px;
}
.form_sec .login_fb_col .login_fb_btn,
.form_sec .login_fb_col .login_go_btn {
  height: 40px;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  font-size: 1rem;
  line-height: 40px;
  overflow: hidden;
  max-width: 250px;
  margin: 0 auto;
  text-transform: uppercase;
}
.form_sec .login_fb_col .login_fb_btn i,
.form_sec .login_fb_col .login_go_btn i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.form_sec .login_fb_col .login_fb_btn span,
.form_sec .login_fb_col .login_go_btn span {
  line-height: 40px;
  display: inline-block;
}
.form_sec .login_fb_col .login_fb_btn b,
.form_sec .login_fb_col .login_go_btn b {
  padding: 0 20px;
}
.form_sec .login_fb_col .login_fb_btn {
  background-color: #5a76b1;
}
.form_sec .login_fb_col .login_fb_btn i {
  background-color: #455e93;
}
.form_sec .login_fb_col .login_go_btn {
  background-color: #4285f4;
}
.form_sec .login_fb_col .login_go_btn i {
  background-color: #1266f1;
}
.form_sec .signup_btn {
  margin: 25px auto 0;
  color: #6d7882;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
.form_sec .login_btn {
  margin: 25px auto 0;
  color: #6d7882;
  display: inline-block;
  font-size: 1rem;
}
.form_sec .login_btn a {
  font-weight: 600;
  color: #354052;
}
.form_sec .login_form_content {
  line-height: 24px;
  margin-bottom: 25px;
}
.form_sec .login_error {
  background-color: #eb5044;
  color: #ffffff;
  display: block;
  width: 100%;
  height: 25px;
  padding: 0 15px;
  line-height: 25px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: left;
  position: absolute;
  top: -33px;
  font-size: 13px;
}
.form_sec .login_error:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ea473b;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.form_sec .pwd_error,
.form_sec .form-error-msg {
  display: none;
  height: 25px;
  line-height: 25px;
  background-color: #eb5044;
  color: #ffffff;
  width: 100%;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  padding: 0 5px;
  top: -15px;
  font-size: 12px;
  left: -1px;
  right: -1px;
}
.form_sec .pwd_error:after,
.form_sec .form-error-msg:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ea473b;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.form_sec .account-remember {
  font-weight: 400;
  color: #6d7882;
  margin: 0;
  padding-left: 40px;
  text-align: left;
}
.form_sec .account-remember .checkbox {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #e6eaee;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 3px;
  position: relative;
  margin-left: -40px;
  display: inline-block;
  margin-right: 20px;
}
.form_sec .account-remember .checkbox:checked {
  background-color: #5d1762;
  border-color: #360d39;
}
.form_sec .account-remember .checkbox:checked::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form_sec .account-remember .privacy-btn {
  color: #117bff;
  text-decoration: underline;
  font-weight: 500;
}
.sub_search_head {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
.sub_search_head .search_form {
  display: table;
  width: 90%;
  padding: 10px 0;
  line-height: 0;
  float: left;
}
.sub_search_head .search_form .search_form_col {
  display: table-cell;
  border: 1px solid #e6eaee;
  vertical-align: top;
  float: none;
}
.sub_search_head .search_form .search_form_col i {
  position: absolute;
  right: 15px;
  top: 0;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #babfc4;
}
.sub_search_head .search_form .search_form_col input {
  border: none;
  height: 38px;
  padding: 0 15px;
  float: left;
  width: 100%;
  color: #354052;
  font-weight: 400;
}
.sub_search_head .search_form .search_form_col input::placeholder {
  color: #6d7882;
}
.sub_search_head .search_form .search_form_btn_col {
  display: table-cell;
  width: 90px;
  vertical-align: top;
  float: none;
  padding-left: 10px;
}
.sub_search_head .search_form .search_form_btn {
  height: 40px;
  border-radius: 3px;
  border: none;
  background-color: #242a36;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.sub_search_head .filter_btn {
  display: block;
  height: 39px;
  text-align: center;
  line-height: 39px;
  color: #babfc4;
  font-size: 24px;
  float: right;
  margin: 10px 0;
}
.filter_col {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 5px 15px;
  color: #6d7882;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.filter_col .filter_head {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.filter_col .filter_sub_col {
  border-bottom: 1px solid #e6eaee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.filter_col .filter_sub_col:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.filter_col .filter_sub_head {
  color: #babfc4;
  margin-top: 22px;
}
.filter_col .selct_min_list .btn {
  background-color: #e6eaee;
  color: #354052;
  padding: 0 15px;
  height: 25px;
  margin: 2px 0;
  line-height: 25px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}
.filter_col .selct_min_list .btn.active {
  box-shadow: none;
  color: #ffffff;
  background-color: #354052;
}
.filter_col .selct_min_list .btn .form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.filter_col .filter_category_list {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e6eaee;
  margin-bottom: 20px;
}
.filter_col .filter_category_list li {
  display: block;
  width: 100%;
}
.filter_col .filter_category_list li a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #6d7882;
  position: relative;
  padding-left: 20px;
}
.filter_col .filter_category_list li a::before {
  content: "\e90b";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  top: 0;
  font-size: 16px;
}
.filter_col .filter_category_list li ul {
  margin: 0;
  padding: 0;
}
.filter_col .filter_category_list li ul a {
  color: #354052;
}
.filter_col .filter_category_list li ul a::before {
  display: none;
}
.filter_col .more_list_btn {
  color: #354052;
}
.select_col {
  height: 40px;
  width: 100%;
  border: 1px solid #e6eaee;
  border-radius: 3px;
  position: relative;
}
.select_col:after {
  font-family: 'icomoon';
  content: "\e90a";
  position: absolute;
  height: 100%;
  right: 10px;
  top: 0;
  font-size: 20px;
  line-height: 40px;
}
.select_col select {
  border: none;
  background-color: transparent;
  height: 100%;
  padding: 0 40px 0 15px;
  color: #354052;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}
.filter_checkbox,
.save_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  color: #354052;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  line-height: 25px;
}
.filter_checkbox input,
.save_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.filter_checkbox input:checked ~ .filter_checkbox_marker,
.save_checkbox input:checked ~ .filter_checkbox_marker,
.filter_checkbox input:checked ~ .checkbox_marker,
.save_checkbox input:checked ~ .checkbox_marker {
  background-color: #5d1762;
  border-color: #360d39;
}
.filter_checkbox input:checked ~ .filter_checkbox_marker:after,
.save_checkbox input:checked ~ .filter_checkbox_marker:after,
.filter_checkbox input:checked ~ .checkbox_marker:after,
.save_checkbox input:checked ~ .checkbox_marker:after {
  display: block;
}
.filter_checkbox .filter_checkbox_marker,
.save_checkbox .filter_checkbox_marker,
.filter_checkbox .checkbox_marker,
.save_checkbox .checkbox_marker {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #e6eaee;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.filter_checkbox .filter_checkbox_marker:after,
.save_checkbox .filter_checkbox_marker:after,
.filter_checkbox .checkbox_marker:after,
.save_checkbox .checkbox_marker:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.save_checkbox {
  margin-top: 15px;
}
.item_box {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e6eaee;
  border-radius: 5px;
  padding: 15px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.item_box .item_box_row {
  border-bottom: 1px solid #e6eaee;
  clear: both;
  float: left;
  width: 100%;
  display: table;
}
.item_box .item_box_row:last-child {
  border-bottom: none;
}
.item_box .item_box_half_col {
  position: relative;
}
.item_box .item_logo {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.item_box .item_logo img {
  width: 80%;
  max-width: 150px;
}
.item_box .item_box_half {
  display: table-cell;
  width: 50%;
  float: none;
  vertical-align: middle;
}
.item_box .item_col_border {
  border: 1px solid #e6eaee;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.item_box .item_col_border small {
  color: #babfc4;
  font-size: 12px;
  font-weight: 500;
}
.item_box .item_col_border span {
  display: inline-block;
  font-weight: 500;
}
.item_box .menu_btn {
  background-color: #5d1762;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.item_box .menu_btn i {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.item_box .rating_box {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background-color: #f4bd25;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-bottom: 8px;
}
.item_box .item_title {
  font-weight: 400;
  color: #5d1762;
}
.item_box .item_label {
  color: #babfc4;
  margin-bottom: 0;
}
.item_box .item_value {
  margin-top: 4px;
  line-height: 20px;
}
.item_box .item_list {
  padding: 0;
  margin: 3px 0 0;
}
.item_box .item_list li {
  display: inline-block;
  background-color: #d0d6dc;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 24px;
}
.item_box .item_half_col {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 50%;
}
.item_box .tooltip-inner {
  background-color: #242a36;
}
.item_box .tooltip.top .tooltip-arrow {
  border-top-color: #242a36;
}
.status {
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 0;
  height: 25px;
  color: #ffffff;
  line-height: 27px;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
}
.status::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 13px solid transparent;
}
.status::after {
  content: "";
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-left: 13px solid transparent;
}
.status.status_open {
  background-color: #4ab847;
}
.status.status_open::before {
  border-top-color: #4ab847;
}
.status.status_open::after {
  border-bottom-color: #4ab847;
}
.status.status_close {
  background-color: #ea473b;
}
.status.status_close::before {
  border-top-color: #ea473b;
}
.status.status_close::after {
  border-bottom-color: #ea473b;
}
.more_list_tabs {
  padding: 0;
  margin: 20px 0;
  width: 100%;
  border-bottom: 1px solid #e6eaee;
  height: 40px;
  line-height: 40px;
  font-size: 0;
}
.more_list_tabs li {
  display: inline-block;
  padding-right: 20px;
}
.more_list_tabs li.active a {
  color: #5d1762;
}
.more_list_tabs li a {
  font-size: 1rem;
  color: #6d7882;
  font-weight: 500;
}
.more_tab_content .tab-pane {
  display: none;
  font-size: 0;
}
.more_tab_content .active {
  display: block;
}
.more_tab_content .filter_checkbox {
  display: inline-block;
  width: 50%;
}
.custom_modal_section {
  overflow: hidden;
}
.modal {
  pointer-events: none;
}
.modal .modal-dialog {
  pointer-events: auto;
}
.modal .location_conform_modal {
  width: auto;
  max-width: 1010px;
  text-align: center;
  top: 50%;
}
.modal .location_conform_modal .modal-content {
  padding: 0;
  display: table;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .modal .location_conform_modal .modal-content {
    display: block;
  }
}
.modal .location_conform_modal .modal-left {
  background-color: #354052;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  width: 410px;
  padding: 25px;
  text-align: center;
}
.modal .location_conform_modal .modal-left.modal-left-achieved {
  display: none;
}
.modal .location_conform_modal .modal-left.modal-left-achieved.min_achieved {
  display: table-cell;
}
.modal .location_conform_modal .modal-left.modal-left-achieved.min_achieved + .modal-left {
  display: none;
}
.modal .location_conform_modal .modal-left .status-icon {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin-bottom: 15px;
}
.modal .location_conform_modal .modal-left .status-icon img {
  max-width: 100%;
  max-height: 100%;
}
.modal .location_conform_modal .modal-left .status-content {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .modal .location_conform_modal .modal-left {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .modal .location_conform_modal .modal-left .status-content {
    font-size: 1rem;
  }
  .modal .location_conform_modal .modal-left .status-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
  }
}
.modal .location_conform_modal .modal-right {
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}
.modal .location_conform_modal .modal-right .conform-col {
  display: block;
  margin-bottom: 40px;
}
.modal .location_conform_modal .modal-right .conform-col .conform-cart {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  vertical-align: middle;
}
.modal .location_conform_modal .modal-right .conform-col .conform-cart img {
  max-width: 100%;
  max-height: 100%;
}
.modal .location_conform_modal .modal-right .conform-col .conform-cart .count {
  background-color: #5d1762;
  color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 26px;
  font-weight: 500;
}
.modal .location_conform_modal .modal-right .conform-col .conform-cart .cart-price {
  display: block;
  background-color: #5d1762;
  color: #ffffff;
  height: 40px;
  line-height: 37px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  position: absolute;
  width: 140px;
  font-size: 1.3rem;
  font-weight: 600;
  left: -20px;
  bottom: -20px;
}
@media only screen and (max-width: 992px) {
  .modal .location_conform_modal .modal-right .conform-col .conform-cart .cart-price {
    height: 30px;
    line-height: 27px;
    width: auto;
    font-size: 1rem;
    left: 0;
    white-space: nowrap;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .modal .location_conform_modal .modal-right .conform-col .conform-cart {
    width: 70px;
    height: 70px;
  }
}
.modal .location_conform_modal .modal-right .conform-col .conform-line {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  background: linear-gradient(90deg, #ea473b 50%, transparent 50%), linear-gradient(90deg, #ea473b 50%, transparent 50%), linear-gradient(0deg, #ea473b 50%, transparent 50%), linear-gradient(0deg, #ea473b 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 4px, 16px 3px, 3px 16px, 3px 16px;
  background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
  padding: 1px;
  animation: border-dance 4s infinite linear;
  margin: 0 20px;
  position: relative;
}
.modal .location_conform_modal .modal-right .conform-col .conform-line::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #ea473b;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: -8px;
  right: -10px;
}
@media only screen and (max-width: 992px) {
  .modal .location_conform_modal .modal-right .conform-col .conform-line {
    width: 80px;
  }
}
.modal .location_conform_modal .modal-right .conform-col .conform-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  vertical-align: middle;
}
.modal .location_conform_modal .modal-right .conform-col .conform-icon img {
  max-width: 100%;
  max-height: 100%;
}
.modal .location_conform_modal .modal-right .conform-col .conform-icon .cart-price-balance {
  display: inline-block;
  background-color: #354052;
  color: #ffffff;
  height: 35px;
  line-height: 34px;
  border-radius: 10px;
  position: absolute;
  width: auto;
  font-size: 1.3rem;
  font-weight: 600;
  left: 0;
  bottom: -15px;
  white-space: nowrap;
  min-width: 100%;
  padding: 0 15px;
}
@media only screen and (max-width: 992px) {
  .modal .location_conform_modal .modal-right .conform-col .conform-icon {
    width: 70px;
    height: 70px;
  }
}
.modal .location_conform_modal .modal-right .button-col {
  display: table;
  width: 100%;
}
.modal .location_conform_modal .modal-right .button-col button {
  border: none;
  height: 50px;
  padding: 0 25px;
  width: 48%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  margin: 0 1%;
  display: inline-block;
  line-height: 50px;
}
.modal .location_conform_modal .modal-right .button-col button.btn_no {
  background-color: #6d7882;
  color: #ffffff;
}
.modal .location_conform_modal .modal-right .button-col button.btn_no:hover {
  background-color: #87919b;
}
.modal .location_conform_modal .modal-right .button-col button.btn_no:active {
  background-color: #565e66;
}
.modal .location_conform_modal .modal-right .button-col button.btn_yes {
  background-color: #4ab847;
  color: #ffffff;
}
.modal .location_conform_modal .modal-right .button-col button.btn_yes:hover {
  background-color: #6ec66c;
}
.modal .location_conform_modal .modal-right .button-col button.btn_yes:active {
  background-color: #3b9339;
}
@media only screen and (max-width: 992px) {
  .modal .location_conform_modal .modal-right {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.modal .address_conform_modal {
  text-align: center;
  top: 50%;
}
.modal .address_conform_modal .modal-body {
  padding: 0;
}
.modal .address_conform_modal .modal-body .icon {
  display: inline-block;
  height: 90px;
  width: 100%;
  text-align: center;
  line-height: 90px;
}
.modal .address_conform_modal .modal-body .icon img {
  max-width: 100%;
  max-height: 100%;
}
.modal .address_conform_modal .modal-body .head {
  color: #5d1762;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 15px;
}
.modal .address_conform_modal .modal-body .text {
  font-size: 14px;
  line-height: 1.5;
  color: #354052;
  margin: 5px;
}
.modal .address_conform_modal .modal-body .address-info-list {
  padding: 20px;
  border: 2px dashed #e6eaee;
  border-radius: 15px;
  max-height: 265px;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .address_conform_modal .modal-body .address-info-list li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.modal .address_conform_modal .modal-body .address-info-list li:last-child {
  margin-bottom: 0;
}
.modal .address_conform_modal .modal-body .address-info-list li b {
  display: inline-block;
  width: 200px;
}
@media only screen and (max-width: 992px) {
  .modal .address_conform_modal .modal-body .address-info-list li b {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .modal .address_conform_modal .modal-body .address-info-list li span {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .modal .address_conform_modal .modal-body .address-info-list {
    padding: 10px;
  }
}
.modal .address_conform_modal .modal-body .modal_button {
  font-size: 0;
  margin-top: 20px;
}
.modal .address_conform_modal .modal-body .modal_button .btn_no,
.modal .address_conform_modal .modal-body .modal_button .btn_yes {
  border: none;
  height: 50px;
  padding: 0 25px;
  width: 48%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  margin: 0 1%;
  display: inline-block;
  line-height: 50px;
}
.modal .address_conform_modal .modal-body .modal_button .btn_no {
  background-color: #6d7882;
  color: #ffffff;
}
.modal .address_conform_modal .modal-body .modal_button .btn_no:hover {
  background-color: #87919b;
}
.modal .address_conform_modal .modal-body .modal_button .btn_no:active {
  background-color: #565e66;
}
.modal .address_conform_modal .modal-body .modal_button .btn_yes {
  background-color: #4ab847;
  color: #ffffff;
}
.modal .address_conform_modal .modal-body .modal_button .btn_yes:hover {
  background-color: #6ec66c;
}
.modal .address_conform_modal .modal-body .modal_button .btn_yes:active {
  background-color: #3b9339;
}
.modal .custom_modal {
  margin: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #ffffff;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ;
}
.modal .custom_modal .head2 {
  position: inherit;
}
@media only screen and (min-width: 992px) {
  .modal .custom_modal .head2 .page_title {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .modal .custom_modal .head2 .back_btn::before {
    content: "\e91b";
  }
}
@media only screen and (min-width: 992px) {
  .modal .custom_modal .head2 .back_btn {
    position: absolute;
    right: -50px;
    background-color: #ea473b;
    color: #ffffff;
    height: 60px;
    width: 50px;
    line-height: 50px;
    top: 0;
    font-size: 28px;
    border-radius: 0 10px 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .modal .custom_modal .head2 {
    height: 0;
    z-index: 10;
  }
}
.modal .custom_modal .modal-content {
  border-radius: 0;
  padding: 0 5px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: none;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .modal .custom_modal .modal-content {
    padding: 0 20px;
    position: relative;
    z-index: 101;
    background: none;
  }
}
.modal .custom_modal .modal-body {
  padding: 10px;
}
.modal .custom_modal .modal_head {
  padding: 10px;
  font-size: 0;
  margin: 10px 10px 0;
  border-radius: 5px;
  background-color: rgba(230, 234, 238, 0.33);
  border: 1px solid #e6eaee;
}
.modal .custom_modal .modal_head .title {
  color: #5d1762;
  margin-bottom: 10px;
  font-size: 1.5rem;
  margin-top: 0;
  line-height: 1.2;
  width: 100%;
  display: block;
  font-weight: 500;
  text-align: center;
}
.modal .custom_modal .modal_head .spices {
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.modal .custom_modal .modal_head .spices li {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
}
.modal .custom_modal .modal_head .spices li .image {
  display: block;
  height: 40px;
  line-height: 40px;
}
.modal .custom_modal .modal_head .spices li .image img {
  max-width: 100%;
  max-height: 100%;
}
.modal .custom_modal .close {
  left: 10px;
  top: 9px;
  width: 40px;
  background: none;
  padding: 0;
  font-size: 26px;
}
@media only screen and (min-width: 992px) {
  .modal .custom_modal {
    height: auto;
    max-height: 80vh;
    max-width: 600px;
    margin: 0 auto;
    top: 50px;
    transform: none !important;
    border-radius: 10px;
    padding-top: 20px;
  }
}
.modal.fade .custom_repeat_modal {
  transform: translate(0, 25%);
  bottom: 0px;
  top: auto;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .modal.fade .custom_repeat_modal {
    width: 600px;
    margin: 0 auto;
    position: initial;
    margin-top: 25px;
  }
}
.modal .modal-dialog.address_conform_modal {
  transform: translateY(-50%);
}
.modal .modal-dialog.location_conform_modal {
  transform: translateY(-50%);
}
.modal.in .custom_repeat_modal {
  transform: translate(0, 0);
}
.modal.in .modal-dialog.address_conform_modal {
  transform: translateY(-50%);
}
.modal.in .modal-dialog.location_conform_modal {
  transform: translateY(-50%);
}
.modal .custom_repeat_modal {
  margin: 0;
  width: 100%;
}
.modal .custom_repeat_modal .modal-content {
  border-radius: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .modal .custom_repeat_modal .modal-content {
    border-radius: 10px;
    overflow: hidden;
  }
}
.modal .custom_repeat_modal .close {
  width: 50px;
  background-color: transparent;
}
.modal .custom_repeat_modal .modal-body {
  padding: 20px;
}
.modal .custom_repeat_modal .modal_head {
  padding: 20px;
  background-color: #eceeef;
}
.modal .custom_repeat_modal .modal_head .title {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.modal .custom_repeat_modal .repeat_content {
  margin-bottom: 15px;
}
.modal .custom_repeat_modal .repeat_content .head {
  color: #354052;
  margin: 0;
  font-size: 15px;
}
.modal .custom_repeat_modal .repeat_content .text {
  color: #6d7882;
  font-size: 12px;
  margin-top: 5px;
}
.modal .custom_repeat_modal .repeat_content .cart_sub_menu {
  padding: 0;
  margin: 0;
}
.modal .custom_repeat_modal .repeat_content .cart_sub_menu li {
  display: block;
  width: 100%;
}
.modal .custom_repeat_modal .repeat_content .cart_sub_menu li b {
  font-size: 12px;
  font-weight: 600;
  color: #354052;
}
.modal .custom_repeat_modal .repeat_content .cart_sub_menu li.unwanted span {
  text-decoration: line-through;
  border: 1px solid #babfc4;
  background-color: #eceeef;
  color: #354052;
}
.modal .custom_repeat_modal .repeat_content .cart_sub_menu li span {
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  background-color: #4ab847;
  border-radius: 10px;
  padding: 3px 6px;
  margin: 2px;
  display: inline-block;
}
.modal .custom_repeat_modal .repeat_content .cart_sub_menu li span b {
  color: #ffffff;
}
.modal .custom_repeat_modal .repeat_button {
  font-size: 0;
  margin: 0 -1%;
}
.modal .custom_repeat_modal .repeat_button button {
  height: 40px;
  width: 48%;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  margin: 0 1%;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}
.modal .custom_repeat_modal .repeat_button .btn_choose {
  border: 2px solid #5d1762;
  color: #5d1762;
  background-color: transparent;
}
.modal .custom_repeat_modal .repeat_button .btn_repeat {
  background-color: #5d1762;
  color: #ffffff;
  border: none;
}
.min-msg {
  border: 2px dashed rgba(234, 71, 59, 0.5);
  background-color: rgba(234, 71, 59, 0.04);
  border-radius: 10px;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.min-msg.min_achieved {
  display: none;
}
.min-msg .min-msg-col {
  display: table-cell;
  vertical-align: middle;
  padding: 25px;
}
.min-msg .min-msg-col small {
  display: block;
  text-transform: uppercase;
  color: #ea473b;
  font-size: 1.1rem;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}
.min-msg .min-msg-col b {
  display: block;
  color: #ea473b;
  font-size: 3rem;
  line-height: 1;
}
.min-msg .min-msg-col span {
  display: block;
  text-align: left;
  color: #354052;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .min-msg {
    display: block;
    padding: 10px;
  }
  .min-msg .min-msg-col {
    display: block;
    padding: 0;
  }
  .min-msg .min-msg-col span {
    font-size: 1rem;
    text-align: center;
  }
  .min-msg .min-msg-col b {
    font-size: 2rem;
  }
}
@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}
.modal_box .modal-content {
  padding: 20px;
  border: none;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
  .modal_box .modal-content {
    max-height: 90vh;
    overflow-y: auto;
  }
}
.modal_box .close {
  position: absolute;
  width: 8%;
  height: 39px;
  border-radius: 5px;
  background-color: #e6eaee;
  color: #6d7882;
  text-align: center;
  line-height: 35px;
  opacity: 1;
  right: 20px;
  top: 20px;
  font-size: 18px;
  z-index: 101;
  border: none;
}
.modal_box .custom_row {
  border: 1px solid #e6eaee;
  border-radius: 5px;
  padding: 10px;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
}
.modal_box .custom_row:last-child {
  margin: 0;
}
.modal_box .custom_head {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 5px;
}
.modal_box .custom_sub_head {
  margin: 5px 0;
  font-weight: 500;
  font-size: 12px;
}
.modal_box .custom_col {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6eaee;
  padding-bottom: 10px;
}
.modal_box .custom_col:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.modal_box .number_input {
  display: inline-block;
  border: 1px solid #e6eaee;
  border-radius: 3px;
  float: left;
}
.modal_box .number_input button {
  width: 25px;
  height: 25px;
  border: none;
  float: left;
  color: #6d7882;
  background-color: transparent;
  font-size: 22px;
  text-align: center;
  padding: 0;
}
.modal_box .number_input button:before {
  height: 25px;
  line-height: 25px;
  float: left;
  width: 25px;
}
.modal_box .number_input button:last-of-type {
  border-right: 1px solid #e6eaee;
}
.modal_box .number_input input {
  float: left;
  width: 40px;
  border: none;
  border-left: 1px solid #e6eaee;
  border-right: 1px solid #e6eaee;
  height: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #6d7882;
}
.modal_box .number_input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.modal_box .number_input input[type=number]::-webkit-inner-spin-button,
.modal_box .number_input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.modal_box .quantity_price {
  display: inline-block;
  float: left;
  height: 28px;
  line-height: 28px;
  font-size: 1rem;
  color: #6d7882;
  font-weight: 400;
  padding-left: 10px;
}
.modal_box .custom_footer {
  text-align: right;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  height: 70px;
}
@media only screen and (min-width: 992px) {
  .modal_box .custom_footer {
    padding: 20px;
    height: 90px;
    position: relative;
    z-index: 101;
    background-color: transparent;
  }
}
.modal_box .custom_add_btn {
  background-color: #4ab847;
  width: 100%;
  height: 50px;
  color: #ffffff;
  border: 1px solid #3b9339;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 500;
  text-align: right;
}
.modal_box .custom_add_btn:hover {
  background-color: #6ec66c;
}
.modal_box .custom_add_btn:active {
  background-color: #3b9339;
}
.modal_box .custom_add_btn i {
  padding-right: 10px;
  font-size: 23px;
  line-height: 46px;
  height: 46px;
  vertical-align: middle;
  display: inline-block;
}
.modal_box .custom_add_btn .price {
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
}
.modal_box.sm_modal {
  min-width: auto;
  width: 520px;
}
.modal_box .time_head {
  margin-top: 0;
}
.modal_box .time_table {
  width: 100%;
  border: 1px solid #e6eaee;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.modal_box .time_table thead {
  background-color: #e6eaee;
  line-height: 40px;
}
.modal_box .time_table thead th {
  padding: 0 15px;
  font-size: 12px;
}
.modal_box .time_table tr td {
  padding: 0 15px;
  line-height: 30px;
}
.modal_box .map_col {
  width: 100%;
  margin-top: 15px;
  height: 150px;
  border: 1px solid #e6eaee;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5PX;
  overflow: hidden;
}
.modal_box .map_col iframe {
  width: 100%;
  height: 100%;
}
.sub_search {
  height: 50px;
  width: 90%;
  border: 1px solid #e6eaee;
  border-radius: 0;
  position: relative;
}
.sub_search:focus,
.sub_search:hover {
  border-color: #5d1762;
  box-shadow: 0 0 5px rgba(93, 23, 98, 0.3);
}
.sub_search:focus .sub_search_btn,
.sub_search:hover .sub_search_btn {
  background-color: #5d1762;
  color: #ffffff;
}
.sub_search:focus .clear,
.sub_search:hover .clear {
  background-color: #354052;
  color: #ffffff;
}
.sub_search input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 60px 0 15px;
  -webkit-appearance: none;
}
.sub_search input:focus ~ .sub_search_btn {
  background-color: #5d1762;
  color: #ffffff;
}
.sub_search input:focus ~ .clear {
  background-color: #354052;
  color: #ffffff;
}
.sub_search .clear {
  background-color: #e6eaee;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 51px;
  top: 0;
  width: 50px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #242a36;
  font-weight: bold;
  font-size: 20px;
  border: none;
  overflow: hidden;
  cursor: pointer;
}
.sub_search .clear:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.sub_search .clear::after {
  content: "";
  background: #e6eaee;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}
.sub_search .sub_search_btn {
  background-color: #e6eaee;
  border: none;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #242a36;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  cursor: pointer;
}
.sub_search .sub_search_btn:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.sub_search .sub_search_btn::after {
  content: "";
  background: #c840d2;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}
.restaurant_head_wrapper {
  position: relative;
}
.restaurant_head_wrapper .nn_row {
  display: table;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
}
.restaurant_head_wrapper .nn_row .nn_col {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .nn_row .nn_col.hours {
    width: 535px;
  }
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .nn_row .nn_col:nth-child(2) {
    width: calc(100% - 535px);
    padding-right: 100px;
  }
}
.restaurant_head_wrapper .nn_row .nn_col .sm_col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .restaurant_head_wrapper .nn_row .nn_col .sm_col {
    width: 100%;
    font-size: 0;
  }
  .restaurant_head_wrapper .nn_row .nn_col .sm_col .hours-col:last-child {
    margin-bottom: 0;
  }
}
.restaurant_head_wrapper .nn_row .nn_col .sm_col:nth-child(2) {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .restaurant_head_wrapper .nn_row .nn_col .sm_col:nth-child(2) {
    padding-left: 0;
  }
}
.restaurant_head_wrapper .nn_row .nn_col .sm_row {
  display: block;
  clear: both;
}
.restaurant_head_wrapper .nn_row .nn_col .sm_row .star {
  font-size: 1rem;
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #e6eaee;
}
.restaurant_head_wrapper .nn_row .nn_col .sm_row .star .star-list {
  color: #f4bd25;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 5px;
}
.restaurant_head_wrapper .nn_row .nn_col .sm_row .star .star-value {
  display: inline-block;
  font-weight: 500;
  line-height: 25px;
  height: 25px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .restaurant_head_wrapper .nn_row .nn_col .sm_row {
    margin-top: 10px;
  }
  .restaurant_head_wrapper .nn_row .nn_col .sm_row .star {
    width: 100%;
  }
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 10px;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .logo_img {
  display: inline-block;
  height: 90px;
  width: 100%;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .logo_img img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .logo_img {
    display: none;
  }
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status {
  left: 0;
  right: auto;
  top: 10px;
  line-height: 25px;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status::before {
  right: -13px;
  left: auto;
  border-top: 15px solid transparent;
  border-right: 13px solid transparent;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status::after {
  right: -13px;
  left: auto;
  border-bottom: 15px solid transparent;
  border-right: 13px solid transparent;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_open {
  background-color: #4ab847;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_open::before {
  border-top-color: #4ab847;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_open::after {
  border-bottom-color: #4ab847;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_pickup {
  background-color: #117bff;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_pickup::before {
  border-top-color: #117bff;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_pickup::after {
  border-bottom-color: #117bff;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_busy {
  background-color: #fd9610;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_busy::before {
  border-top-color: #fd9610;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_busy::after {
  border-bottom-color: #fd9610;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_closed {
  background-color: #ea473b;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_closed::before {
  border-top-color: #ea473b;
}
.restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status.status_closed::after {
  border-bottom-color: #ea473b;
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .nn_row .nn_col.restaurant_logo .status {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .nn_row .nn_col.restaurant_logo {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .nn_row .nn_col {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .nn_row {
    padding-bottom: 5px;
    display: block;
    font-size: 0;
  }
}
.restaurant_head_wrapper .restaurant_title {
  color: #5d1762;
  font-weight: 500;
  font-size: 24px;
  margin-top: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .restaurant_title {
    text-align: left;
    font-size: 2rem;
    background-color: rgba(13, 6, 40, 0.5);
    color: #ffffff;
    padding: 15px;
    margin-bottom: 0;
  }
}
.restaurant_head_wrapper .restaurant_info_list {
  margin: 0;
  padding: 0;
}
.restaurant_head_wrapper .restaurant_info_list li {
  margin-bottom: 15px;
  line-height: 25px;
  display: table;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
}
.restaurant_head_wrapper .restaurant_info_list li:last-child {
  margin-bottom: 0;
}
.restaurant_head_wrapper .restaurant_info_list li i {
  font-size: 24px;
  height: 25px;
  width: 25px;
  margin-right: 15px;
  color: #babfc4;
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}
.restaurant_head_wrapper .restaurant_info_list li a {
  color: #354052;
  display: inline-block;
}
.restaurant_head_wrapper .restaurant_info_list li span {
  display: table-cell;
  vertical-align: top;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .restaurant_info_list li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .restaurant_info_list {
    background-color: rgba(13, 6, 40, 0.5);
    padding: 15px;
    color: #ffffff;
  }
  .restaurant_head_wrapper .restaurant_info_list li a {
    color: #ffffff;
  }
}
.restaurant_head_wrapper .restaurant_social_link {
  text-align: center;
  clear: both;
  font-size: 0;
  float: left;
  width: 100%;
}
.restaurant_head_wrapper .restaurant_social_link .social-link {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.restaurant_head_wrapper .restaurant_social_link .social-link li {
  display: inline-block;
  margin: 0 5px;
}
.restaurant_head_wrapper .restaurant_social_link .social-link li a {
  display: block;
  color: #354052;
  padding: 0;
  width: 40px;
  line-height: 43px;
  font-size: 22px;
}
.restaurant_head_wrapper .ratings_list {
  font-size: 0;
  padding: 0;
  margin: 0 -1%;
}
.restaurant_head_wrapper .ratings_list li {
  display: table;
  border: 2px solid #354052;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin: 0 1%;
  width: 31.333%;
  float: left;
}
.restaurant_head_wrapper .ratings_list li:last-child {
  margin-right: 0;
}
.restaurant_head_wrapper .ratings_list li i {
  background-color: #354052;
  color: #babfc4;
  font-size: 16px;
  display: table-cell;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
}
.restaurant_head_wrapper .ratings_list li b {
  background-color: #354052;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: table-cell;
  height: 26px;
  padding-right: 10px;
  padding-left: 3px;
  line-height: 26px;
  vertical-align: middle;
}
.restaurant_head_wrapper .ratings_list li span {
  background-color: #e6eaee;
  color: #354052;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  height: 26px;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.restaurant_head_wrapper .vew_map_btn {
  display: block;
  width: 100%;
  background-color: #4ab847;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 3px;
  margin-top: 10px;
  padding: 0 10px;
  float: right;
}
.restaurant_head_wrapper .vew_map_btn i {
  display: block;
  float: left;
  width: 55px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 36px;
}
.restaurant_head_wrapper .vew_map_btn span {
  float: none;
  vertical-align: middle;
  display: table-cell;
}
.restaurant_head_wrapper .delivery_col {
  font-size: 0;
  margin: 10px -5px 0;
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .delivery_col {
    margin: 10px 0;
  }
}
.restaurant_head_wrapper .delivery_btn {
  border: 1px solid #e6eaee;
  color: #242a36;
  display: inline-block;
  width: calc(50% - 10px);
  font-size: 1rem;
  border-radius: 5px;
  margin: 0 5px;
}
.restaurant_head_wrapper .delivery_btn i {
  display: table-cell;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 28px;
  color: #6d7882;
}
.restaurant_head_wrapper .delivery_btn span {
  float: none;
  vertical-align: middle;
  display: table-cell;
  line-height: normal;
  white-space: nowrap;
}
.restaurant_head_wrapper .delivery_btn span small {
  color: #6d7882;
  font-size: 11px;
  display: block;
  width: 100%;
  margin-bottom: 4px;
  line-height: 1;
}
.restaurant_head_wrapper .delivery_btn span b {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #5d1762;
  line-height: 1;
}
.restaurant_head_wrapper .delivery_btn span b span {
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper .delivery_btn {
    width: 100%;
    margin: 5px 0;
    background-color: #ffffff;
  }
}
.restaurant_head_wrapper .rat_review .sm_col {
  width: 47%;
  display: inline-block;
  background-color: #e6eaee;
  color: #354052;
  border-radius: 3px;
}
.restaurant_head_wrapper .rat_review .sm_col:last-child {
  float: right;
}
.restaurant_head_wrapper .rat_review .sm_col i {
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 24px;
  text-align: center;
  width: 44px;
}
.restaurant_head_wrapper .rat_review .sm_col span {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.restaurant_head_wrapper .rat_review .sm_col span small {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #babfc4;
}
.restaurant_head_wrapper .rat_review .sm_col span b {
  display: block;
  width: 100%;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .restaurant_head_wrapper {
    border-bottom: 1px solid #e6eaee;
    padding: 45px 0;
  }
}
.default .menu_item {
  display: table;
}
.default .menu_item .img-col {
  width: 220px;
  display: table-cell;
  text-align: left;
}
.default .menu_item .img-col .menu_item_img {
  height: auto;
}
.default .menu_item .item-content {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 15px;
}
.default .menu_item .item-content .title {
  margin-top: 0;
}
.default .menu_item .item-action {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
@media only screen and (max-width: 992px) {
  .default .menu_item .img-col {
    width: 100px;
  }
  .default .menu_item .item-content {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 10px;
  }
  .default .menu_item .item-action {
    width: 70px;
  }
}
.menu_item {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
.menu_item .menu_item_row {
  width: 100%;
  font-size: 0;
}
.menu_item .menu_item_title {
  color: #354052;
  margin-bottom: 3px;
  font-size: 1rem;
  margin-top: 0;
  line-height: 18px;
  width: 100%;
}
.menu_item .menu_item_title .item_info_img {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: top;
  padding: 3px;
}
.menu_item .menu_item_title .item_info_img img {
  width: 100%;
  height: 100%;
  float: left;
}
@media only screen and (min-width: 992px) {
  .menu_item .menu_item_title {
    margin-bottom: 2px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
.menu_item .menu_item_img {
  position: relative;
  height: 200px;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #e6eaee;
  padding: 15px;
  text-align: center;
}
.menu_item .menu_item_img .zoom-check {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  opacity: 0;
}
.menu_item .menu_item_img .zoom-check:checked {
  background-color: rgba(36, 42, 54, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 303;
}
.menu_item .menu_item_img .zoom-check:checked::after {
  content: '\e91b';
  font-family: 'icomoon';
  background: #ea473b;
  color: #ffffff;
  width: 50px;
  height: 40px;
  position: absolute;
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  border-radius: 8px 8px 0 0;
  right: 10px;
  top: 50%;
  transform: translateX(-50%);
  margin-top: -196px;
}
.menu_item .menu_item_img .zoom-check:checked ~ .zoom-view {
  display: block;
}
@media only screen and (max-width: 992px) {
  .menu_item .menu_item_img .zoom-check {
    display: block;
  }
}
.menu_item .menu_item_img .zoom-image {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  display: block;
  margin-bottom: 10px;
}
.menu_item .menu_item_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 8px;
}
.menu_item .menu_item_img img[alt]::after {
  font-family: 'icomoon';
  content: "\e905";
  background: #eceeef;
  color: #d0d5d8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  font-size: 4rem;
  text-align: center;
  line-height: 90px;
}
@media only screen and (min-width: 992px) {
  .menu_item .menu_item_img img[alt]::after {
    line-height: 150px;
    font-family: 7rem;
  }
}
.menu_item .item-content {
  text-align: center;
}
.menu_item .item-content .title:empty,
.menu_item .item-content .text:empty {
  display: none;
}
.menu_item .item-content .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.menu_item .item-action {
  text-align: center;
}
.menu_item .item-action .action-head {
  margin-bottom: 7px;
}
.menu_item .item-action .info-msg {
  display: inline-block;
  background-color: #6d7882;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  vertical-align: middle;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  margin-left: 10px;
}
.menu_item .item-price {
  text-align: center;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.menu_item .menu_item_btn {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: middle;
  padding-left: 15px;
}
.menu_item .menu_item_btn .info-msg {
  font-size: 12px;
  color: #6d7882;
  display: block;
  margin-top: 4px;
  width: 75px;
  clear: both;
  float: right;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .menu_item .menu_item_btn .info-msg {
    width: 116px;
  }
}
@media only screen and (min-width: 992px) {
  .menu_item .menu_item_btn {
    width: calc(100% - 300px);
  }
}
.menu_item .item_price_col {
  text-align: right;
}
.menu_item .number_input {
  border: 1px solid #e6eaee;
  display: inline-block;
  width: 75px;
  height: 30px;
  line-height: 30px;
  font-size: 0;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.menu_item .number_input ~ .item_btn {
  display: none;
}
.menu_item .number_input button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 1rem;
  width: 33.333%;
  height: 28px;
  background-color: transparent;
  font-weight: bold;
  transition: all .2s ease;
}
.menu_item .number_input button:active {
  background-color: rgba(236, 238, 239, 0.7);
  transition: all .2s ease;
}
@media only screen and (min-width: 992px) {
  .menu_item .number_input button {
    height: 38px;
    font-size: 1.2rem;
  }
}
.menu_item .number_input .quantity {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 33.333%;
  height: 28px;
  color: #4ab847;
}
@media only screen and (min-width: 992px) {
  .menu_item .number_input .quantity {
    height: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .menu_item .number_input {
    width: 116px;
    height: 40px;
    line-height: 40px;
  }
}
.menu_item .item_price {
  font-size: 18px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #354052;
  float: left;
}
.menu_item .item_price small {
  font-size: 18px;
  font-weight: 600;
  padding-right: 5px;
}
@media only screen and (min-width: 992px) {
  .menu_item .item_price {
    font-weight: 800;
  }
}
@media only screen and (min-width: 992px) {
  .menu_item {
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
.menu_content {
  margin: 10px auto;
}
.menu_content > div {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .menu_content > div:target {
    padding-top: 75px;
  }
}
.restaurant_info .sub_search {
  width: 100%;
}
.category_info {
  padding-top: 15px;
  clear: both;
  float: left;
  width: 100%;
}
.category_info:last-child {
  margin-bottom: 15px;
}
.item_head {
  color: #5d1762;
  margin: 0;
  font-size: 16px;
  padding: 20px 1% 5px;
}
.restaurant_menu {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .restaurant_menu {
    background-color: #ffffff;
    display: table-cell;
    vertical-align: top;
    float: none;
  }
}
.left_menu {
  font-size: 1rem;
  vertical-align: top;
  float: none;
  margin-bottom: 10px;
}
.left_menu.fixed_section {
  position: fixed;
  top: 0;
  z-index: 101;
  padding-top: 10px;
  left: 15px;
  right: 15px;
  background: #ffffff;
}
.left_menu nav {
  background-color: #5d1762;
  color: #ffffff;
  width: 100%;
  position: relative;
}
.left_menu nav ul {
  padding: 10px 20px;
  margin: 0;
  width: 100%;
  background-color: #242a36;
  border-radius: 0;
  border: none;
}
.left_menu nav li {
  display: block;
  height: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}
.left_menu nav li a {
  color: #babfc4;
  display: block;
  padding-left: 15px;
}
.left_menu nav li a.active {
  color: #ffffff;
  border-left: 2px solid #5d1762;
  padding-left: 13px;
}
.left_menu .dropmenu_btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 43px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}
.left_menu .dropmenu_btn i {
  font-size: 24px;
  display: block;
  float: left;
  margin-right: 10px;
  width: 24px;
  height: 40px;
  line-height: 40px;
}
.sub_head {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
.sub_head .back_btn {
  font-size: 24px;
  color: #babfc4;
}
.sub_head .restaurant_name {
  display: inline-block;
  float: right;
  font-weight: 500;
  color: #6d7882;
  font-size: 16px;
}
.menu_item_detail {
  margin-top: 15px;
}
.menu_item_detail .menu_item_row {
  width: 100%;
}
.menu_item_detail .menu_item_title {
  color: #354052;
  font-size: 16px;
  line-height: 24px;
}
.menu_item_detail .menu_item_img {
  margin-bottom: 15px;
  width: 100%;
}
.menu_item_detail .menu_item_img img {
  width: 100%;
}
.menu_item_detail .menu_item_btn {
  width: 100%;
}
.menu_item_detail .item_price_col {
  padding-bottom: 10px;
}
.menu_item_detail .item_price_col .item_info_img {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.menu_item_detail .item_price {
  font-size: 24px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  display: inline-block;
}
.menu_item_detail .item_price small {
  font-size: 18px;
  font-weight: 600;
  padding-right: 5px;
}
.menu_item_desc {
  color: #6d7882;
  font-weight: 400;
  line-height: 16px;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 12px;
}
.menu_item_desc:empty {
  display: none !important;
}
.item_btn {
  display: inline-block;
  width: 75px;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
  border: none;
  padding: 0;
}
.item_btn:hover,
.item_btn:focus,
.item_btn:active {
  color: #ffffff;
}
.item_btn i {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  .item_btn i {
    font-size: 24px;
    line-height: 40px;
  }
}
.item_btn span {
  display: inline-block;
  line-height: 43px;
  height: 40px;
}
.item_btn.order_btn {
  background-color: #4ab847;
}
.item_btn.order_btn:hover {
  background-color: #63c261;
}
.item_btn.order_btn:active {
  background-color: #409e3d;
}
.item_btn.custom_btn {
  background-color: #fd9610;
}
@media only screen and (min-width: 992px) {
  .item_btn {
    width: 116px;
    height: 40px;
  }
}
.coustom_box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sub_menu {
  background-color: transparent;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 24px;
  color: #babfc4;
}
.sub_menu:hover,
.sub_menu:focus,
.sub_menu:active {
  color: #babfc4;
}
@media only screen and (min-width: 992px) {
  .sub_menu {
    background-color: #354052;
    color: #ffffff;
    height: 40px;
    width: 40px;
  }
}
.sub_menu_list {
  display: none;
  left: 10%;
  right: 10%;
  top: 50%;
  min-width: 125px;
  margin-top: 15px;
  padding: 25px;
  position: fixed;
  transform: translateY(-50%);
  width: 80%;
  margin: 0;
  z-index: 2002;
  background-color: #fff;
  text-align: left;
  border-radius: 8px;
}
.sub_menu_list li {
  display: block;
  margin-bottom: 10px;
}
.sub_menu_list li:last-child {
  margin-bottom: 0;
}
.sub_menu_list li a {
  display: block;
  color: #354052;
  background-color: rgba(236, 238, 239, 0.5);
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 5px;
}
.info_sec {
  padding: 15px;
}
.info_sec .time_table {
  width: 100%;
  border: 1px solid #e6eaee;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.info_sec .time_table thead {
  background-color: #e6eaee;
  line-height: 30px;
}
.info_sec .time_table thead th {
  padding: 0 15px;
  font-size: 12px;
}
.info_sec .time_table tr td {
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
}
.info_sec .restaurant_info {
  padding: 0;
  margin: 0 0 20px;
}
.info_sec .restaurant_info li {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.info_sec .restaurant_info li i {
  font-size: 24px;
  display: table-cell;
  height: 25px;
  width: 25px;
  vertical-align: top;
  color: #babfc4;
  padding-right: 15px;
}
.info_sec .restaurant_info li span {
  display: table-cell;
  font-size: 1rem;
  line-height: 24px;
  vertical-align: middle;
}
.info_sec .cuisines_list {
  margin-bottom: 20px;
}
.info_sec .cuisines_list span {
  display: inline-block;
  font-size: 1rem;
  line-height: 24px;
  padding-right: 15px;
  position: relative;
}
.info_sec .cuisines_list span:after {
  content: ',';
  position: absolute;
  right: 10px;
  bottom: 0;
}
.info_sec .cuisines_list span:last-of-type {
  padding-right: 0;
}
.info_sec .cuisines_list span:last-of-type:after {
  display: none;
}
.info_sec .info_content {
  font-size: 1rem;
  margin-bottom: 20px;
}
.info_sec .map_col {
  width: 100%;
  margin-top: 15px;
  height: 200px;
}
.info_sec .map_col iframe {
  height: 100%;
  width: 100%;
}
.review_col {
  padding: 15px 5px;
  border-bottom: 1px solid #e6eaee;
}
.review_col .review_col_head {
  height: 50px;
  line-height: 50px;
  padding-left: 75px;
}
.review_col .review_col_head .review_img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-left: -75px;
}
.review_col .review_col_head .review_img img {
  width: 100%;
}
.review_col .review_col_head .review_title {
  display: inline-block;
  margin: 0;
  line-height: 50px;
}
.review_col .review_col_head .review_time {
  display: inline-block;
  margin: 0;
  float: right;
  color: #6d7882;
  font-size: 12px;
  line-height: 50px;
}
.review_col .review_content {
  font-size: 1rem;
  line-height: 24px;
  color: #6d7882;
  padding-top: 10px;
}
.review_col .review_rating {
  display: table;
  width: 100%;
  padding-top: 15px;
}
.review_col .review_rating .total_rate {
  display: table-cell;
  font-size: 46px;
  font-weight: 100;
  color: #5d1762;
  vertical-align: middle;
  text-align: center;
  width: 110px;
}
.review_col .review_rating .sub_rate_list {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.review_col .review_rating .sub_rate_list li {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 30px;
  position: relative;
}
.review_col .review_rating .sub_rate_list li::after {
  content: '';
  position: absolute;
  width: 100%;
  border: 1px dashed #e6eaee;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.review_col .review_rating .sub_rate_list li span {
  background-color: #ffffff;
  color: #6d7882;
  position: relative;
  z-index: 5;
  display: inline-block;
  padding-right: 15px;
}
.review_col .review_rating .sub_rate_list li b {
  font-weight: 400;
  float: right;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  display: inline-block;
  padding-left: 10px;
}
.write_review {
  padding: 15px 5px;
}
.write_review .write_review_head {
  margin: 0;
}
.write_review .write_review_input {
  border: 1px solid #e6eaee;
  border-radius: 5px;
  height: 75px;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  padding: 10px;
  margin-top: 5px;
  resize: vertical;
}
.detailed_rating_list {
  padding: 0;
  margin: 0 -1%;
  font-size: 0;
}
.detailed_rating_list li {
  border: 1px solid #e6eaee;
  display: inline-block;
  border-radius: 3px;
  width: 31.333%;
  margin: 0 1%;
  padding: 5px 0;
}
.detailed_rating_list .detailed_rating_label {
  font-size: 12px;
  color: #6d7882;
  display: block;
  float: left;
  height: 15px;
  line-height: 15px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}
.detailed_rating_star {
  font-size: 16px;
  display: block;
  height: 15px;
  line-height: 15px;
  width: 100%;
  text-align: center;
  float: left;
}
.detailed_rating_star a {
  color: #d0d6dc;
  display: inline-block;
  margin: 0 1px;
}
.detailed_rating_star a:hover,
.detailed_rating_star a:focus {
  color: #f4bd25;
}
.submit_btn {
  background-color: #5d1762;
  height: 40px;
  color: #ffffff;
  border: 1px solid #360d39;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 500;
  display: block;
  padding: 0 25px;
  font-size: 1rem;
  width: 100%;
}
.additional_info_col {
  padding: 15px 5px;
}
.additional_info_col .additional_info_content {
  font-size: 1rem;
  line-height: 24px;
}
.food_cart {
  margin-bottom: 15px;
  padding-top: 5px;
}
.food_cart.fixed_section {
  position: fixed;
  top: 0;
  z-index: 101;
}
.food_cart input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.food_cart input[type=number]::-webkit-inner-spin-button,
.food_cart input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.food_cart .food_cart_item {
  clear: both;
  margin-bottom: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e6eaee;
  background-color: #ffffff;
  display: table;
  width: 100%;
  border-radius: 8px;
}
.food_cart .food_cart_item:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
  transition: all 0.2s ease-in;
}
.food_cart .food_cart_image {
  display: table-cell;
  width: 150px;
  text-align: center;
  padding: 15px;
}
.food_cart .food_cart_image img {
  max-width: 100%;
  max-height: 100%;
}
.food_cart .food_cart_item_info {
  padding: 10px;
  position: relative;
  transition: all 0.2s ease-in;
  z-index: 1;
}
.food_cart .not_available {
  background-color: #ea473b;
  color: #ffffff;
  padding: 0 14px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  border-radius: 0 10px 10px 0;
  margin-left: -10px;
  margin-bottom: 4px;
}
.food_cart .cart_item_price {
  height: 40px;
  line-height: 45px;
  color: #5d1762;
  background-color: #eeeeee;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e6eaee;
  border-radius: 5px;
  padding: 0 10px;
  margin-top: -7px;
}
.food_cart .food_cart_title {
  font-weight: 400;
  color: #354052;
}
@media only screen and (min-width: 992px) {
  .food_cart .food_cart_title {
    font-size: 1.2rem;
  }
}
.food_cart .quantity_price {
  color: #6d7882;
  height: 18px;
  line-height: 20px;
  display: inline-block;
  font-weight: 500;
  margin: 5px 0;
}
.food_cart .cart_remove {
  color: #ea473b;
  float: right;
  font-size: 20px;
  height: 18px;
  line-height: 18px;
  margin: 5px 0;
  background-color: transparent;
  border: none;
  padding: 0;
}
.food_cart .count_quantity {
  border: 1px solid #e6eaee;
  border-radius: 3px;
  height: 30px;
  margin-top: 2px;
}
.food_cart .count_quantity .number_input {
  display: inline-block;
  float: left;
}
.food_cart .count_quantity .number_input button {
  width: 28px;
  height: 28px;
  border: none;
  float: left;
  color: #6d7882;
  background-color: transparent;
  font-size: 22px;
  padding: 0;
  transition: all 0.1s ease-in;
}
.food_cart .count_quantity .number_input button:active {
  background-color: rgba(230, 234, 238, 0.7);
  transition: all 0.1s ease-in;
}
.food_cart .count_quantity .number_input button::before {
  height: 25px;
  line-height: 25px;
  float: left;
  width: 25px;
}
@media only screen and (min-width: 992px) {
  .food_cart .count_quantity .number_input button::before {
    height: 38px;
    width: 38px;
    line-height: 38px;
  }
}
.food_cart .count_quantity .number_input button:last-of-type {
  border-right: 1px solid #e6eaee;
}
@media only screen and (min-width: 992px) {
  .food_cart .count_quantity .number_input button {
    height: 38px;
    width: 38px;
  }
}
.food_cart .count_quantity .number_input .quantity {
  float: left;
  width: 40px;
  border: none;
  border-left: 1px solid #e6eaee;
  border-right: 1px solid #e6eaee;
  height: 28px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #6d7882;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .food_cart .count_quantity .number_input .quantity {
    width: 50px;
    height: 38px;
    line-height: 38px;
  }
}
.food_cart .count_quantity .customise_button_col {
  display: inline-block;
  float: left;
}
.food_cart .count_quantity .count_quantity_price {
  display: inline-block;
  float: right;
  height: 28px;
  line-height: 28px;
  font-size: 1rem;
  color: #354052;
  font-weight: 600;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .food_cart .count_quantity .count_quantity_price {
    height: 38px;
    line-height: 38px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .food_cart .count_quantity {
    height: 40px;
  }
}
.food_cart .cart_sub_menu {
  padding: 0;
  margin: 5px 0;
}
.food_cart .cart_sub_menu li {
  display: table;
  width: 100%;
}
.food_cart .cart_sub_menu li.unwanted span {
  text-decoration: line-through;
  border: 1px solid #babfc4;
  background-color: #eceeef;
  color: #354052;
}
.food_cart .cart_sub_menu li span {
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  background-color: #4ab847;
  border-radius: 10px;
  padding: 3px 6px;
  margin: 2px;
  display: inline-block;
}
.food_cart .cart_sub_menu li span b {
  color: #ffffff;
}
.food_cart .cart_sub_menu li b {
  font-size: 12px;
  font-weight: 600;
  color: #354052;
}
.food_cart .customise_button {
  width: 100%;
  border: 2px dotted #ffffff;
  background-color: #fd9610;
  color: #ffffff;
  height: 28px;
  padding: 0 15px;
}
.food_cart .customise_button:hover {
  background-color: #fdac43;
}
.food_cart .customise_button:active {
  background-color: #f18902;
}
@media only screen and (min-width: 992px) {
  .food_cart .customise_button {
    height: 38px;
  }
}
.food_cart .total_list {
  padding: 10px 15px;
  margin: 5px 0;
  background-color: rgba(240, 242, 243, 0.5);
  border: 1px solid #f0f2f3;
  border-radius: 8px;
}
.food_cart .total_list li {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}
.food_cart .total_list li:last-child {
  padding-bottom: 0;
}
.food_cart .total_list li span {
  display: table-cell;
  font-weight: 400;
  color: #354052;
  font-size: 13px;
  vertical-align: middle;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .food_cart .total_list li span {
    text-align: left;
  }
}
.food_cart .total_list li b {
  display: table-cell;
  text-align: right;
  color: #354052;
  vertical-align: middle;
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .food_cart .total_list {
    background-color: #f0f2f3;
  }
}
@media only screen and (min-width: 992px) {
  .food_cart {
    display: table;
    width: 100%;
    padding-top: 0;
    font-size: 0;
  }
}
@media only screen and (min-width: 992px) {
  .food_cart_col {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 400px);
    padding-right: 25px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .cart-right::after {
    content: '';
    background-image: linear-gradient(135deg, #d7dde4 25%, transparent 25%), linear-gradient(225deg, #d7dde4 25%, transparent 25%);
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 20px;
    background-size: 20px 50px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .cart-right {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    background-color: #d7dde4;
    padding: 20px;
    position: relative;
    font-size: 1rem;
  }
}
.desktop-footer {
  display: none;
  position: relative;
  border-top: 2px dashed #f0f2f3;
  padding-top: 20px;
  margin-top: 20px;
}
.desktop-footer::after,
.desktop-footer::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ffffff;
  top: -13px;
}
.desktop-footer::before {
  left: -32px;
}
.desktop-footer::after {
  right: -32px;
}
.desktop-footer .footer-menu {
  padding: 0;
  margin: 0;
}
.desktop-footer .footer-menu li {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
}
.desktop-footer .footer-menu li.price-col a {
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #354052;
}
.desktop-footer .footer-menu li:last-child {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .desktop-footer {
    display: block;
  }
}
.cart_checkout_btn {
  background-color: #4ab847;
  width: 100%;
  height: 46px;
  color: #ffffff;
  border: 1px solid #3b9339;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}
.cart_checkout_btn:hover {
  background-color: #6ec66c;
}
.cart_checkout_btn:active {
  background-color: #3b9339;
}
.cart_checkout_btn:disabled,
.cart_checkout_btn.disabled {
  background-color: #e6eaee;
  color: #a9b7c5;
  border-color: #e6eaee;
  pointer-events: none;
  text-shadow: none;
}
.restaurant_order_info {
  border: 1px dashed #d0d6dc;
  border-radius: 5px;
  padding: 15px;
  color: #6d7882;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.restaurant_order_info .restaurant_logo {
  text-align: center;
}
.restaurant_order_info .status {
  left: 0;
  right: auto;
  top: 10px;
}
.restaurant_order_info .status::before {
  right: -13px;
  left: auto;
  border-top: 15px solid transparent;
  border-right: 13px solid transparent;
}
.restaurant_order_info .status::after {
  right: -13px;
  left: auto;
  border-bottom: 15px solid transparent;
  border-right: 13px solid transparent;
}
.restaurant_order_info .status.status_open {
  background-color: #4ab847;
}
.restaurant_order_info .status.status_open::before {
  border-top-color: #4ab847;
}
.restaurant_order_info .status.status_open::after {
  border-bottom-color: #4ab847;
}
.restaurant_order_info .status.status_close {
  background-color: #ea473b;
}
.restaurant_order_info .status.status_close::before {
  border-top-color: #ea473b;
}
.restaurant_order_info .status.status_close::after {
  border-bottom-color: #ea473b;
}
.restaurant_order_info .restaurant_title {
  color: #5d1762;
  font-weight: 400;
}
.restaurant_order_info .restaurant_info_list {
  margin: 0;
  padding: 0;
}
.restaurant_order_info .restaurant_info_list li {
  margin-bottom: 15px;
  line-height: 30px;
  display: table;
  font-size: 16px;
  font-weight: 400;
  color: #354052;
}
.restaurant_order_info .restaurant_info_list li:last-child {
  margin-bottom: 0;
}
.restaurant_order_info .restaurant_info_list li i {
  font-size: 24px;
  height: 25px;
  width: 40px;
  margin-right: 15px;
  color: #babfc4;
  display: table-cell;
  vertical-align: top;
}
.restaurant_order_info .restaurant_info_list li span {
  display: table-cell;
  vertical-align: top;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}
.order_col {
  background-color: #ffffff;
  color: #6d7882;
  position: relative;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  clear: both;
}
.order_col .order_table {
  width: 100%;
}
.order_col .order_table thead th {
  font-size: 12px;
  font-weight: 500;
  color: #6d7882;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
}
.order_col .order_table thead th:nth-child(2) {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .order_col .order_table thead th {
    font-size: 14px;
  }
}
.order_col .order_table thead .u_th {
  text-align: center;
  width: 50px;
  padding: 0;
}
.order_col .order_table thead .u_st {
  text-align: center;
  width: 100px;
  padding: 0;
}
.order_col .order_table thead .up_th {
  text-align: right;
  width: 90px;
  padding: 0;
}
.order_col .order_table thead .price_th {
  text-align: right;
  width: 80px;
}
.order_col .order_table tr {
  border-bottom: 1px solid #e6eaee;
}
.order_col .order_table tr.extra_row {
  background-color: #f0f2f3;
}
.order_col .order_table tr.extra_row td {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
}
.order_col .order_table tr td {
  font-size: 13px;
  color: #354052;
  font-weight: 500;
  padding: 10px 0;
}
.order_col .order_table tr td:nth-child(2) {
  text-align: center;
}
.order_col .order_table tr .price_td {
  text-align: right;
  font-weight: 600;
  padding: 10px;
  width: 100px;
}
.order_col .order_table tr .table_col {
  text-align: left;
  display: table;
  width: 100%;
  font-size: 1rem;
}
.order_col .order_table tr .table_col .text {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .order_col .order_table tr .table_col .text {
    font-size: 16px;
  }
}
.order_col .order_table tr .table_col .quantity {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  text-align: center;
}
.order_col .order_table tr .table_col .quantity_price {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
  text-align: right;
  padding: 0 10px;
}
.order_col .order_table tr .table_col .price {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  text-align: right;
}
.order_col .order_table tr .cart_sub_menu {
  padding: 0;
  margin-bottom: 0;
  margin-top: 5px;
  background-color: rgba(240, 242, 243, 0.5);
  font-weight: 400;
  font-size: 11px;
  text-align: left;
}
.order_col .order_table tr .cart_sub_menu li {
  display: block;
  border-bottom: 1px solid rgba(230, 234, 238, 0.5);
  padding: 5px 10px;
}
.order_col .order_table tr .cart_sub_menu li:last-child {
  border: none;
}
.order_col .order_table tr .cart_sub_menu li.unwanted span {
  text-decoration: line-through;
}
.order_col .order_table tr .cart_sub_menu li span {
  color: #6d7882;
}
@media only screen and (min-width: 992px) {
  .order_col .order_table tr .cart_sub_menu {
    font-size: 14px;
  }
}
.order_col .order_total {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  clear: both;
}
.order_col .order_total ul {
  margin: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(240, 242, 243, 0.5);
  border: 1px solid #f0f2f3;
  border-radius: 8px;
}
.order_col .order_total ul li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.order_col .order_total ul li:last-child {
  margin-bottom: 0;
}
.order_col .order_total ul li .label {
  font-size: 13px;
  font-weight: 400;
  color: #242a36;
  display: table-cell;
  text-align: right;
  padding: 0;
}
.order_col .order_total ul li .value {
  color: #354052;
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.order_col .order_total_info {
  width: 100%;
  clear: both;
}
.order_col .order_total_info .receipt-view {
  background-color: #242a36;
  color: #ffffff;
  display: inline-block;
  width: 130px;
  padding: 0 6px;
  height: 40px;
  border: none;
  border-radius: 8px;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 40px;
}
.order_col .order_total_info .receipt-view.hide ~ ul {
  width: 100%;
}
.order_col .order_total_info .receipt-view ~ ul {
  width: calc(100% - 146px);
}
.order_col .order_total_info .receipt-view i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  margin-right: 5px;
  height: 40px;
  line-height: 40px;
}
.order_col .order_total_info .receipt-view span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}
.order_col .order_total_info ul {
  text-align: right;
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.order_col .order_total_info ul li {
  display: table;
  width: 100%;
  margin-bottom: 6px;
}
.order_col .order_total_info ul li:last-child {
  margin-bottom: 0;
}
.order_col .order_total_info ul li.total input {
  color: #5d1762;
  font-size: 24px;
  font-weight: 500;
  background-color: #eeeeee;
}
.order_col .order_total_info ul li.total input[disabled] {
  background-color: #eeeeee;
}
.order_col .order_total_info ul li input {
  width: 170px;
  height: 40px;
  border: 1px solid #e6eaee;
  padding: 0 15px;
  text-align: right;
  border-radius: 3px;
  margin-left: 15px;
  color: #354052;
  font-size: 16px;
  display: table-cell;
}
.order_col .order_total_info ul li input[disabled] {
  background-color: #ffffff;
}
.order_col .order_total_info ul li span {
  font-size: 13px;
  font-weight: 400;
  color: #242a36;
  display: table-cell;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .order_col .order_total_info ul li span {
    font-size: 14px;
  }
}
.order_col .order_total_info ul li small {
  font-size: 1rem;
  line-height: 18px;
  color: #354052;
  display: table-cell;
  vertical-align: middle;
}
.main_head {
  font-weight: 400;
  clear: both;
  margin-top: 20px;
}
.main_head b {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .main_head {
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.sub_btn {
  background-color: #4ab847;
  width: 100%;
  height: 50px;
  color: #ffffff;
  border: 1px solid #3b9339;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 500;
  display: block;
  float: none;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  clear: both;
}
.sub_btn:hover,
.sub_btn:active,
.sub_btn:focus {
  color: #ffffff;
}
.sub_btn:disabled,
.sub_btn.disabled {
  background: #e6eaee;
  color: #a9b7c5;
  border-color: #e6eaee;
  pointer-events: none;
  text-shadow: none;
}
.address_col {
  margin-bottom: 15px;
  position: relative;
  font-size: 0;
}
.address_col:last-of-type {
  margin-bottom: 0;
}
.address_col label {
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}
.address_col input,
.address_col select,
.address_col textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #e6eaee;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  color: #354052;
}
.address_col input:focus,
.address_col select:focus,
.address_col textarea:focus,
.address_col input:active,
.address_col select:active,
.address_col textarea:active {
  border-color: #5d1762;
  box-shadow: 0 0 5px rgba(93, 23, 98, 0.3);
}
.address_col input:disabled,
.address_col select:disabled,
.address_col textarea:disabled {
  background-color: #eceeef;
}
.address_col input::placeholder,
.address_col select::placeholder,
.address_col textarea::placeholder {
  color: #6d7882;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .address_col input,
  .address_col select,
  .address_col textarea {
    height: 50px;
  }
}
.address_col.type-location {
  padding: 5px;
  border-bottom: 1px solid #e6eaee;
}
.address_col.type-location.loading i {
  line-height: 45px;
}
.address_col.type-location.loading i::before {
  content: '';
  border: 2px solid #e6eaee;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid #5d1762;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@media only screen and (min-width: 992px) {
  .address_col.type-location.loading i {
    line-height: 70px;
  }
}
.address_col.type-location i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 40px;
  text-align: center;
  line-height: 50px;
  font-size: 21px;
}
@media only screen and (min-width: 992px) {
  .address_col.type-location i {
    height: 70px;
    line-height: 70px;
  }
}
.address_col.type-location input {
  padding-left: 40px;
  border: none;
}
.address_col.type-location input::placeholder {
  color: #354052;
}
.address_col.type-location input:focus {
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .address_col.type-location input {
    height: 60px;
    font-size: 1.4rem;
  }
}
.address_col textarea {
  padding: 10px 15px;
  height: 100px;
  resize: none;
}
.address_col input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
.address_col input[type=number]::-webkit-inner-spin-button,
.address_col input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.address_col.has_error input {
  border-color: #ea473b;
}
.address_col .select-col {
  position: relative;
}
.address_col .select-col::after {
  content: "\e90a";
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 16px;
  height: 100%;
  line-height: 40px;
  pointer-events: none;
}
.address_col .select-col select {
  -webkit-appearance: none;
}
.address_col .address-remember {
  margin: 0;
}
.address_col .address-remember .checkbox {
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  border: 1px solid #e6eaee;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: 10px;
}
.address_col .address-remember .checkbox:checked {
  background-color: #5d1762;
  border-color: #360d39;
}
.address_col .address-remember .checkbox:checked::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 4px;
  width: 8px;
  height: 18px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.address_col .cvv-info {
  background-color: #eceeef;
  color: #6d7882;
  position: absolute;
  right: 1px;
  bottom: 1px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  border-radius: 0;
}
.address_col .cvv-info::before {
  content: "\e90e";
  font-family: 'icomoon';
}
.address_col .cvv-info:hover .cvv-info-card {
  transition: all .2s ease;
  bottom: 0;
  box-shadow: 0 0 0 100vh rgba(53, 64, 82, 0.5);
}
.address_col .cvv-info .cvv-info-card {
  background-color: #ffffff;
  left: 0;
  width: 100%;
  transition: all .2s ease;
  position: fixed;
  bottom: -100px;
  z-index: 303;
  padding: 15px;
  line-height: normal;
}
.address_col .cvv-info .cvv-info-card .info-card-header {
  color: #354052;
  font-size: 16px;
}
.address_col .cvv-info .cvv-info-card .info-card-body {
  font-size: 12px;
  color: #6d7882;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.type-location-col {
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .type-location-col {
    margin-top: 10px;
  }
}
.current-location {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  color: #354052;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  text-align: left;
  padding: 5px 0;
  border-bottom: 1px solid #e6eaee;
  display: block;
}
.current-location:last-child {
  border: none;
}
.current-location i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 21px;
  vertical-align: middle;
  color: #6d7882;
}
.current-location span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
@media only screen and (min-width: 992px) {
  .current-location {
    font-size: 1.4rem;
    font-weight: 400;
    height: 70px;
  }
}
.account-btn {
  display: inline-block;
  background-color: #354052;
  padding: 0 21px;
  font-size: 1rem;
  border-radius: 25px;
  height: 25px;
  color: #ffffff;
  line-height: 25px;
  font-weight: 500;
  vertical-align: middle;
}
.account-btn:hover,
.account-btn:focus {
  color: #ffffff;
}
.hr {
  clear: both;
}
.address_form_col {
  padding-top: 15px;
}
.payment_tab .payment_tab_list {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.payment_tab .payment_tab_list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.payment_tab .payment_tab_list li:last-child {
  padding-right: 0;
}
.payment_tab .payment_tab_list li .payment_check_label {
  background-color: #ffffff;
  border: 1px solid #e6eaee;
  color: #babfc4;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.payment_tab .payment_tab_list li .payment_check_label i {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
@media only screen and (min-width: 992px) {
  .payment_tab .payment_tab_list li .payment_check_label i {
    height: 68px;
    line-height: 68px;
    vertical-align: top;
  }
}
.payment_tab .payment_tab_list li .payment_check_label span {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .payment_tab .payment_tab_list li .payment_check_label span {
    font-size: 1.2rem;
    height: 68px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 992px) {
  .payment_tab .payment_tab_list li .payment_check_label {
    padding: 0 15px;
    height: 70px;
    line-height: 70px;
  }
}
.payment_tab .payment_tab_list li .payment_check {
  margin: 0;
  position: absolute;
  height: 57px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.payment_tab .payment_tab_list li .payment_check:checked ~ label {
  color: #5d1762;
  border-color: #5d1762;
}
.payment_tab .payment_tab_list li .payment_check:checked ~ .payment_content {
  display: block;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .payment_tab .payment_tab_list li .payment_check {
    height: 70px;
  }
}
.payment_tab .payment_tab_list li .payment_content {
  display: none;
  padding: 15px;
  background-color: rgba(240, 242, 243, 0.5);
  border: 1px solid #f0f2f3;
  border-radius: 8px;
  margin-top: 10px;
}
.payment_tab .payment_tab_list li .payment_content .title {
  margin-top: 0;
  font-size: 16px;
  color: #354052;
  font-weight: 500;
  margin-bottom: 5px;
}
.payment_tab .payment_tab_list li .payment_content .text {
  font-size: 12px;
  color: #6d7882;
  font-weight: 400;
  margin: 0;
}
.payment_tab .payment_tab_list li .payment_content .bank-information {
  padding: 10px;
  margin: 10px 0;
  border: 1px dashed #c8d1d9;
}
.payment_tab .payment_tab_list li .payment_content .bank-information li {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.payment_tab .payment_tab_list li .payment_content .bank-information li:last-child {
  margin: 0;
}
.payment_tab .payment_tab_list li .payment_content .bank-information li span {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9rem;
}
.payment_tab .payment_tab_list li .payment_content .bank-information li span.list-label {
  font-weight: 500;
  width: 125px;
}
@media only screen and (min-width: 992px) {
  .payment_tab .payment_tab_list li .payment_content {
    background-color: #e6eaee;
  }
}
.payment_detail .tab-pane {
  padding-top: 25px;
}
.payment_detail .tab-pane .paymet_head {
  font-size: 16px;
  margin-top: 0;
  color: #5d1762;
  font-weight: 400;
}
.payment_row {
  float: left;
  width: 100%;
  clear: both;
}
.payment_row p {
  margin-bottom: 0;
}
.payment_row input {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  padding: 0 15px;
  border: 1px solid #e6eaee;
  color: #354052;
  font-weight: 500;
  margin-top: 10px;
}
.payment_row input::placeholder {
  color: #babfc4;
  font-weight: 400;
}
.payment_col_sec {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .payment_col_sec .left-col::after {
    content: '';
    background-image: linear-gradient(135deg, #d7dde4 25%, transparent 25%), linear-gradient(225deg, #d7dde4 25%, transparent 25%);
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 20px;
    background-size: 20px 50px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .payment_col_sec .left-col {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    background-color: #d7dde4;
    padding: 20px;
    position: relative;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .payment_col_sec .right-col {
    display: inline-block;
    width: calc(100% - 400px);
    padding-right: 25px;
  }
}
.payment_col_sec .order_total {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  clear: both;
}
.payment_col_sec .order_total ul {
  margin: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(240, 242, 243, 0.5);
  border: 1px solid #f0f2f3;
  border-radius: 8px;
}
.payment_col_sec .order_total ul li {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.payment_col_sec .order_total ul li:last-child {
  margin-bottom: 0;
}
.payment_col_sec .order_total ul li .label {
  font-size: 13px;
  font-weight: 400;
  color: #242a36;
  display: table-cell;
  text-align: right;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .payment_col_sec .order_total ul li .label {
    text-align: left;
  }
}
.payment_col_sec .order_total ul li .value {
  color: #354052;
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .payment_col_sec .order_total ul {
    background-color: #f0f2f3;
  }
}
@media only screen and (min-width: 992px) {
  .payment_col_sec .cart_note {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .payment_col_sec {
    display: table;
    width: 100%;
    margin: 0;
  }
}
.order_complete_section .order_complete {
  padding: 25px 0 15px;
  color: #6d7882;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  float: left;
}
.order_complete_section .order_complete_head {
  font-weight: 400;
  margin-bottom: 25px;
}
.order_complete_section .order_complete_list {
  border: 1px solid #e6eaee;
  padding: 0;
  margin: 0;
}
.order_complete_section .order_complete_list li {
  color: #354052;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e6eaee;
  display: block;
  text-align: left;
  padding: 0 15px;
}
.order_complete_section .order_complete_list li:last-child {
  border-bottom: none;
}
.order_complete_section .order_complete_list li b {
  display: inline-block;
  float: right;
  font-weight: 500;
  color: #354052;
}
.order_complete_section .order_complete_address {
  background-color: #f0f2f3;
  border: 1px dashed #b7c1c6;
  padding: 20px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.order_complete_section .order_complete_address b {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #354052;
}
.order_complete_section .order_product_list {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 1px solid #e6eaee;
}
.order_complete_section .order_product_list li {
  display: block;
  border-bottom: 1px solid #e6eaee;
  line-height: 18px;
  padding: 5px 15px;
  font-size: 12px;
}
.order_complete_section .order_product_list li:last-child {
  border-bottom: none;
}
.order_complete_section .order_product_list_head {
  text-align: left;
  background-color: #e6eaee;
  color: #354052;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 15px;
}
.order_complete_section .save_btn {
  float: left;
  margin-top: 10px;
}
.profile_col {
  background-color: #ffffff;
  margin-top: 15px;
}
.profile_col .main_head:first-child {
  margin-top: 0;
}
.profile_col .add_new_btn {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .profile_col {
    padding: 15px;
  }
}
.profile_form .sub_btn:disabled {
  display: none;
}
.profile_form .form-error-msg:empty {
  display: none;
}
@media only screen and (min-width: 992px) {
  .profile_form .address_col {
    padding: 0 10px;
    display: inline-block;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .profile_form .button-col .sub_btn {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .profile_form .button-col {
    width: 50%;
    padding: 0 10px;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .profile_form {
    margin: 0 -10px;
    font-size: 0;
  }
}
.account_col {
  color: #6d7882;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  clear: both;
}
.account_col .form-error-msg:empty {
  display: none;
}
@media only screen and (min-width: 992px) {
  .account_col {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
  }
}
.my_add_col {
  border: 1px solid #e6eaee;
  background-color: #ffffff;
  margin-bottom: 15px;
  clear: both;
}
.my_add_col:last-child {
  margin-bottom: 0;
}
.my_add_col.select_add {
  position: relative;
}
.my_add_col.select_add label {
  margin: 0;
  font-weight: 400;
  padding: 0;
  width: 100%;
  display: table;
}
.my_add_col.select_add .input-col {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .my_add_col.select_add .input-col {
    width: 60px;
  }
}
.my_add_col.select_add .my_address {
  margin: 0;
}
.my_add_col.select_add .select-address {
  position: relative;
  margin: 0;
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border: 2px solid #e6eaee;
  vertical-align: middle;
}
.my_add_col.select_add .select-address:checked {
  border-color: #5d1762;
  box-shadow: 0 3px 10px rgba(93, 23, 98, 0.25);
  background-color: #5d1762;
}
.my_add_col.select_add .select-address:checked::before {
  content: "\e909";
  font-family: 'icomoon';
  color: #ffffff;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 21px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .my_add_col.select_add .select-address:checked::before {
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 992px) {
  .my_add_col.select_add .select-address {
    height: 30px;
    width: 30px;
    left: 10px;
  }
}
.my_add_col .content {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.my_add_col .button-col {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-align: right;
}
.my_add_col .icon {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  width: 50px;
  margin-right: 10px;
  padding: 0 10px;
}
.my_add_col .icon img {
  max-width: 100%;
  max-height: 100%;
}
.my_add_col .my_add_title {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-top: 0;
  color: #354052;
  font-weight: 600;
}
.my_add_col .my_add_title:empty {
  display: none;
}
.my_add_col .my_address {
  margin: 0;
}
.my_add_col .remove_btn {
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border: none;
  background-color: #ea473b;
  color: #ffffff;
  border-radius: 5px;
}
.my_add_col .edit {
  font-size: 22px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border: none;
  background-color: #354052;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .my_add_col {
    height: 100%;
    margin: 0;
    display: table;
  }
}
.add_collapse {
  padding-top: 10px;
  clear: both;
}
.add_new_btn {
  background-color: #242a36;
  height: 50px;
  color: #ffffff;
  border: 1px solid #101217;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 500;
  padding: 0 25px;
  float: right;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.add_new_btn:hover {
  color: #ffffff;
}
.order_view_btn {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  background-color: #354052;
  color: #ffffff;
  text-align: center;
}
.order_status {
  font-weight: 500;
}
.order_status.status_checkout {
  color: #117bff;
  text-shadow: 0 0 2px rgba(17, 123, 255, 0.5);
}
.order_status.status_cancel {
  color: #ea473b;
  text-shadow: 0 0 2px rgba(234, 71, 59, 0.5);
}
.order_status.status_delivered {
  color: #4ab847;
  text-shadow: 0 0 2px rgba(74, 184, 71, 0.5);
}
.my_order {
  margin-top: 15px;
}
.my_order_col {
  border: 1px solid #d0d6dc;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  padding: 5px 15px 10px;
  clear: both;
  display: block;
  margin-bottom: 10px;
}
.my_order_col .order_col_row {
  width: 100%;
  padding: 7px 0 0;
  display: table;
}
.my_order_col .order_col_row.col_row_br {
  border-bottom: 1px solid #e6eaee;
  padding-bottom: 5px;
}
.my_order_col .order_col_row.col_row_br .order_label {
  width: auto;
  margin-right: 5px;
}
.my_order_col .order_col_row [class*="col"] {
  display: table-cell;
  vertical-align: middle;
}
.my_order_col .order_label {
  color: #babfc4;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
.my_order_col .order_value {
  color: #354052;
  font-weight: 500;
}
.my_order_col .col_half {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.my_order_col .lg_col {
  width: 75%;
  display: table-cell;
  vertical-align: middle;
}
.my_order_col .order_price {
  font-size: 18px;
}
.my_order_col .order-btn {
  display: inline-block;
  background: #354052;
  padding: 0 15px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .order_status_section .right-col::after {
    content: '';
    background-image: linear-gradient(135deg, #d7dde4 25%, transparent 25%), linear-gradient(225deg, #d7dde4 25%, transparent 25%);
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 20px;
    background-size: 20px 50px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order_status_section .right-col {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    background-color: #d7dde4;
    padding: 20px;
    position: relative;
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .order_status_section .left-col {
    display: inline-block;
    width: calc(100% - 400px);
    padding-right: 25px;
    padding-top: 15px;
  }
}
.order_status_section .status_col .status_timer {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background-color: #0d0628;
  color: #ffffff;
  width: 80px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.2rem;
}
.order_status_section .status_col .status_timer i {
  vertical-align: top;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  font-size: 1.5rem;
  margin-right: 5px;
}
.order_status_section .status_col .status_timer span {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}
.order_status_section .status_col .status_timer ~ .status_info_text {
  width: calc(100% - 90px);
  display: inline-block;
  float: right;
}
.order_status_section .order_time_out {
  display: block;
  text-align: center;
  border: 1px dashed #ea473b;
  padding: 12px;
  margin-top: 15px;
  border-radius: 8px;
}
.order_status_section .order_time_out .content {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.order_status_section .order_time_out .message {
  color: #ea473b;
  margin-bottom: 5px;
  font-weight: 500;
}
.order_status_section .order_time_out .call_button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #49124d;
  background-color: #5d1762;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.2rem;
}
.order_status_section .order_time_out .call_button i {
  display: inline-block;
  margin-right: 10px;
}
.order_status_section .order_complete {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 25px 25px 0;
  color: #6d7882;
  position: relative;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.order_status_section .order_complete_head {
  font-weight: 400;
}
.order_status_section .order_status_list {
  font-size: 0;
  padding: 0;
  margin: 0 -1% 15px;
}
.order_status_section .order_status_list li {
  display: inline-block;
  text-align: center;
  border: 1px solid #e6eaee;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin: 0 1%;
  width: 23%;
  padding: 10px 0;
}
.order_status_section .order_status_list li.active {
  color: #4ab847;
  border-color: #4ab847;
}
@media only screen and (min-width: 992px) {
  .order_status_section .order_status_list li.active {
    background-color: #4ab847;
    color: #ffffff;
  }
}
.order_status_section .order_status_list li.processing {
  color: #fd9610;
  border-color: #fd9610;
}
.order_status_section .order_status_list li i {
  width: 100%;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
.order_status_section .order_status_list li span {
  font-size: 12px;
  font-weight: 500;
}
.order_status_section .status_info_text {
  color: #354052;
  background-color: #eeeeee;
  margin: 0;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  text-align: center;
}
.order_status_section .status_info_text.APPROVAL {
  background-color: #fd9610;
  color: #ffffff;
}
.order_status_section .status_info_text.status_info_error {
  color: #ea473b;
}
.order_status_section .status_info_text.status_info_success {
  color: #4ab847;
}
.order_status_section .status_info_text.CANCELED {
  background-color: #ea473b;
  color: #ffffff;
  height: auto;
  line-height: normal;
  padding: 10px;
  font-size: 1.1rem;
  border-radius: 10px;
  border: 1px dashed #ffffff;
}
.order_status_section .status_info_text.DELIVERED {
  background-color: #4ab847;
  color: #ffffff;
}
.order_status_section .order_col {
  box-shadow: none;
  text-align: left;
  border: 1px solid #e6eaee;
  position: relative;
}
.order_status_section .order_col .order_table tr td:last-child,
.order_status_section .order_col .order_table tr th:last-child {
  text-align: right;
}
.order_status_section .order_col .order_table tr td {
  padding: 10px;
}
.order_status_section .order_col .order_total_info {
  margin: 10px 0;
}
.order_status_section .order_col .order_total_info b {
  color: #354052;
  text-align: right;
  display: table-cell;
  width: 110px;
  padding: 0 10px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .order_status_section .order_col .order_total_info b {
    width: 150px;
    font-size: 14px;
    font-weight: 600;
  }
}
.order_status_section .order_col .order_total_info ul li span {
  width: auto;
}
.order_status_section .order_col .order_table_head {
  font-weight: 500;
  color: #ffffff;
  background-color: #0d0628;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  padding: 10px;
  height: 60px;
  line-height: 37px;
  border-radius: 5px;
  padding-left: 70px;
}
.order_status_section .order_col .order_table_head .total-amount {
  background-color: #4ab847;
  float: right;
  font-size: 1.8rem;
  padding: 0 25px;
  display: inline-block;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
}
@media only screen and (max-width: 992px) {
  .order_status_section .order_col .order_table_head {
    padding-left: 50px;
  }
}
.order_status_section .order_col .collapse_head {
  position: absolute;
  margin: 0;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.order_status_section .order_col .collapse_head::before {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 50px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  transition: all 0.2s ease-in;
}
.order_status_section .order_col .collapse_head:checked::before {
  content: "\e90a";
  transition: all 0.2s ease-in;
}
.order_status_section .order_col .collapse_head:checked ~ .order_table,
.order_status_section .order_col .collapse_head:checked ~ .order_total_info {
  display: table;
}
.order_status_section .order_col .collapse_head ~ .order_table,
.order_status_section .order_col .collapse_head ~ .order_total_info {
  display: none;
}
@media only screen and (max-width: 992px) {
  .order_status_section .order_col .collapse_head {
    width: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .order_status_section {
    margin-top: 15px;
  }
}
.order_info {
  margin-top: 10px;
}
.order_info .order_info_head {
  font-size: 16px;
  color: #5d1762;
  margin-top: 0;
}
.order_info .order_info_list {
  width: 100%;
  text-align: left;
  margin: 10px 0;
  clear: both;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  background-color: #e9edf0;
}
.order_info .order_info_list li {
  display: block;
  width: 100%;
  vertical-align: middle;
  font-size: 0;
}
.order_info .order_info_list li.o_id {
  display: block;
  width: 100%;
  background-color: #f5f7f8;
}
.order_info .order_info_list li .order_info_col {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 1rem;
  padding: 8px 15px;
}
.order_info .order_info_list li .order_info_col.full {
  width: 100%;
}
.order_info .order_info_list li span {
  display: block;
  min-width: 100px;
  color: #242a36;
  font-size: 0.9rem;
  opacity: 0.8;
}
.order_info .order_info_list li b {
  color: #354052;
  display: block;
}
.order_info .order_info_list li b.id_number {
  font-size: 1.5rem;
}
.popular_section {
  padding: 30px 0;
}
.popular_section .popular_list {
  margin: 0 0 25px;
  font-size: 0;
  padding: 0;
}
.popular_section .popular_list li {
  display: inline-block;
  width: 33.333%;
  padding: 5px;
}
.popular_section .popular_list li a {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  max-height: 150px;
}
.popular_section .popular_list li a:hover img {
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.popular_section .popular_list li img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.popular_section .popular_list li span {
  font-size: 18px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  padding: 0 30px 30px;
  color: #ffffff;
  line-height: 22px;
}
.head_text {
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 10px;
}
.head_text b {
  font-weight: 500;
}
.hot_box {
  text-align: left;
}
.hot_box .hot_box_head {
  clear: both;
  margin-bottom: 3px;
  margin-top: 0;
}
.hot_box .hot_box_info {
  margin: 0;
  color: #babfc4;
  font-weight: 400;
}
.hot_box ul {
  padding: 0;
  margin: 0 -5px;
  font-size: 0;
}
.hot_box ul li {
  display: inline-block;
  width: 25%;
  padding: 5px;
}
.hot_box ul li img {
  width: 100%;
}
.review_slider {
  background-color: #eeeeee;
  padding: 25px;
  text-align: center;
  margin: 15px 0;
}
.review_slider .review_img {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.25);
}
.review_slider .review_img img {
  width: 100%;
}
.review_slider .review_name {
  color: #5d1762;
}
.review_slider .review_title {
  color: #babfc4;
}
.review_slider .review_content {
  line-height: 30px;
  font-size: 16px;
}
.footer-menu-section {
  background-color: #ffffff;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
}
@media only screen and (min-width: 992px) {
  .footer-menu-section {
    display: none;
  }
}
.footer {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .footer.page-footer {
    display: none;
  }
  .footer.order-footer .footer-section,
  .footer.order-footer .footer-bottom {
    display: none;
  }
}
.footer .footer-menu {
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}
.footer .footer-menu li {
  display: inline-block;
  width: 25%;
  font-size: 24px;
  vertical-align: middle;
}
.footer .footer-menu li.home a {
  padding: 10px;
}
.footer .footer-menu li.home .logo {
  max-width: 100%;
  max-height: 46px;
  font-size: 0;
}
.footer .footer-menu li.home .logo[alt]::after {
  content: attr(alt);
  position: absolute;
  background-color: #5d1762;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 44px;
  color: #ffffff;
  left: 10px;
  top: 10px;
  height: 45px;
  width: 45px;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 45px;
  border-radius: 5px;
  text-indent: 9px;
}
.footer .footer-menu li.price-col {
  width: 40%;
  padding: 0 10px;
  text-align: left;
}
.footer .footer-menu li.price-col .order-value {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.footer .footer-menu li.price-col .order-label {
  font-size: 0.9rem;
  color: #117bff;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-top: 7px;
}
.footer .footer-menu li.cart {
  width: 60%;
  padding: 10px;
}
.footer .footer-menu li a {
  display: block;
  color: #354052;
  padding: 10px 0;
  position: relative;
}
.footer .footer-menu li .text {
  display: block;
  font-size: 12px;
  color: #6d7882;
  line-height: 1;
}
.footer .footer-menu li .count {
  display: inline-block;
  background-color: #5d1762;
  color: #ffffff;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: 6px;
  left: 50%;
}
.multiple.unwanted .custom_list li {
  display: inline-block;
}
.multiple.unwanted .custom_list li label input[type="checkbox"]:checked::before {
  left: 12px;
  top: 20px;
  width: auto;
  height: 2px;
  border: none;
  transform: none;
  background-color: #9199a1;
  right: 12px;
  display: inline-block;
}
.multiple.unwanted .custom_list li label input:checked ~ .text {
  border-color: #babfc4;
  background-color: #eceeef;
  color: #354052;
  transition: all 0.2s ease-in;
}
.multiple .custom_list {
  margin: 0 -2px;
}
.multiple .custom_list li {
  border: none;
}
.multiple .custom_list li label {
  position: relative;
  padding: 2px;
}
.multiple .custom_list li label input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}
.multiple .custom_list li label input:hover ~ .text {
  background-color: #d0d5d8;
}
.multiple .custom_list li label input:active ~ .text {
  background-color: #b5bcc0;
}
.multiple .custom_list li label input[type="checkbox"]:checked::before {
  display: none;
}
.multiple .custom_list li label input:checked {
  background-color: transparent;
  border: none;
}
.multiple .custom_list li label input:checked ~ .text {
  border-color: #4ab847;
  background-color: #4ab847;
  color: #ffffff;
}
.multiple .custom_list li label .text {
  width: 100%;
  background-color: #eceeef;
  border: 1px solid #eceeef;
  padding: 8px 15px;
  height: auto;
  border-radius: 20px;
}
.custom_list {
  padding: 0;
  margin: 0;
}
.custom_list li {
  display: block;
  font-size: 1rem;
  border-bottom: 1px solid rgba(230, 234, 238, 0.5);
}
.custom_list li:last-child {
  border: none;
}
.custom_list li.disabled label {
  color: #d0d6dc;
  pointer-events: none;
  text-decoration: line-through;
}
.custom_list li.disabled label:hover {
  font-weight: 400;
}
.custom_list li label {
  font-weight: 400;
  margin: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  font-size: 0;
}
.custom_list li label:hover {
  font-weight: 500;
}
.custom_list li label input {
  height: 26px;
  width: 26px;
  background-color: #ffffff;
  border: 1px solid #e6eaee;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  vertical-align: middle;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 3px;
  position: relative;
}
.custom_list li label input:checked {
  background-color: #5d1762;
  border-color: #360d39;
}
.custom_list li label input[type="radio"] {
  border-radius: 50%;
}
.custom_list li label input[type="radio"]:checked {
  box-shadow: inset 0 0 0px 5px #ffffff;
}
.custom_list li label input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom_list li .text {
  padding-left: 15px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 26px);
  font-size: 1rem;
}
.custom_list li .text b {
  float: right;
  font-weight: 400;
}
.custom_list li > div {
  font-size: 0;
  padding: 10px 0;
}
.custom_list li .number_input {
  width: 100px;
  text-align: center;
  font-size: 0;
  float: none;
  vertical-align: middle;
}
.custom_list li .number_input button {
  float: none;
  height: 35px;
  width: 33.333%;
  font-size: 1.2rem;
}
.custom_list li .number_input button:active {
  background-color: rgba(236, 238, 239, 0.4);
}
.custom_list li .number_input button:before {
  font-weight: bold;
  width: 100%;
}
.custom_list li .number_input button:last-child {
  border: none;
}
.custom_list li .number_input button:active {
  background-color: rgba(230, 234, 238, 0.75);
}
.custom_list li .number_input ~ .text {
  width: calc(100% - 100px);
}
.custom_list li .number_input .quantity {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 33.333%;
  height: 35px;
  color: #4ab847;
  line-height: 35px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.tab-pane {
  display: none;
}
.tab-pane.in {
  display: block;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.sitenano_icon {
  display: none;
}
.select_branch {
  background-color: #ffffff;
  color: #354052;
  text-align: center;
  left: 5%;
  right: 5%;
  min-width: 125px;
  margin-top: 15px;
  padding: 25px;
  position: fixed;
  width: 90%;
  margin: 0;
  z-index: 2002;
  border-radius: 8px;
  line-height: normal;
  top: 50px;
}
.select_branch.active {
  display: block;
}
.select_branch.active ~ .location_list-bg {
  display: block;
}
.select_branch .close_dropdown_branch {
  background-color: #ea473b;
  color: #ffffff;
  position: absolute;
  right: -50px;
  top: 10px;
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  font-size: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .select_branch .close_dropdown_branch {
    top: -50px;
    right: 10px;
  }
}
.select_branch .title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
}
.select_branch .text {
  font-size: 14px;
  margin-bottom: 20px;
  color: #6d7882;
}
@media only screen and (min-width: 992px) {
  .select_branch {
    max-width: 390px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    margin: 0 auto;
    width: 400px;
  }
}
.select_branch .information {
  background-color: #ea473b;
  color: #ffffff;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 25px;
}
.select_branch .address_col {
  border: 1px solid #e6eaee;
  margin-bottom: 10px;
}
.select_branch .address_col.loading i {
  line-height: 50px;
}
.select_branch .address_col input {
  height: 40px;
  font-size: 1rem;
}
.select_branch .address_col i {
  height: 50px;
  line-height: 50px;
}
.select_branch .current-location {
  border: 1px solid #e6eaee;
  margin-bottom: 0;
}
.select_branch .location-search {
  top: 50px;
  z-index: 101;
}
.location_list {
  padding: 0;
  margin: 0;
  text-align: left;
}
.location_list li {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #354052;
  background-color: rgba(236, 238, 239, 0.5);
  border-radius: 8px;
}
.location_list li:last-child {
  margin-bottom: 0;
}
.location_list li::before {
  content: "\e911";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 57px;
  width: 40px;
  text-align: center;
  color: #d0d6dc;
  font-size: 24px;
}
.location_list li.active {
  background-color: #5d1762;
  color: #ffffff;
}
.location_list li.active::before {
  color: rgba(255, 255, 255, 0.65);
}
.location_list li.active a {
  background-color: transparent;
  color: #ffffff;
}
.location_list li.active a:hover,
.location_list li.active a:focus {
  background-color: transparent;
}
.location_list li.active a .title,
.location_list li.active a .address {
  color: #ffffff;
}
.location_list li a {
  display: block;
  padding: 10px 10px 10px 0;
}
.location_list li a:hover,
.location_list li a:focus {
  background-color: transparent;
}
.location_list li a .title {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  color: #354052;
  margin-bottom: 2px;
}
.location_list li a .title .location-status {
  display: inline-block;
  color: #ffffff;
  height: 18px;
  line-height: 18px;
  font-size: 0.8rem;
  padding: 0 10px;
  text-transform: uppercase;
  float: right;
  border-radius: 10px;
}
.location_list li a .title .location-status.open {
  background-color: #4ab847;
}
.location_list li a .title .location-status.closed {
  background-color: #ea473b;
}
.location_list li a .address {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #6d7882;
}
.location_list-bg {
  background: rgba(36, 42, 54, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1003;
}
.cart-footer {
  background-color: #5d1762;
  color: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  border: none;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  transition: all .2s ease;
  z-index: 103;
}
.cart-footer:active {
  transition: all .2s ease;
  background-color: #84218b;
}
.cart-footer ~ footer .footer-menu-section {
  display: none;
}
.cart-footer .text {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 50px;
  text-align: center;
}
.cart-footer .text i {
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
}
.cart-footer .text .count {
  display: inline-block;
  background-color: #ffffff;
  color: #300037;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: -10px;
}
.cart-footer .price-col {
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-weight: 500;
  font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .cart-footer {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .info_tab_content .product-content {
    display: table;
    width: 100%;
    background-color: transparent;
    margin-bottom: 50px;
  }
}
.menu-nav {
  position: fixed;
  left: 0;
  bottom: 60px;
  text-align: center;
  z-index: 202;
  display: inline-block;
  pointer-events: none;
  width: 100%;
}
.menu-nav.active .menu-nav-bg {
  display: block;
}
.menu-nav.active .dropdown_menu {
  display: block;
}
.menu-nav .menu-nav-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(36, 42, 54, 0.5);
  top: 0;
  z-index: -1;
  pointer-events: auto;
}
.menu-nav .dropmenu_btn {
  background-color: #0d0628;
  color: #ffffff;
  display: inline-block;
  min-height: 45px;
  line-height: 45px;
  padding: 0 25px;
  border-radius: 25px;
  text-transform: uppercase;
  transition: all .2s ease;
  border: none;
  pointer-events: auto;
}
.menu-nav .dropmenu_btn:active {
  background-color: #3f4c61;
  transition: all .2s ease;
}
.menu-nav .dropmenu_btn i {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .menu-nav .dropmenu_btn {
    display: none;
  }
}
.menu-nav .dropdown-backdrop {
  background-color: rgba(36, 42, 54, 0.5);
  pointer-events: auto;
}
.menu-nav .dropdown_menu {
  pointer-events: auto;
  position: fixed;
  bottom: 60px;
  background: #ffffff;
  top: auto;
  left: 20px;
  right: 20px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  max-height: 330px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  padding: 10px;
  margin: 0;
  display: none;
}
.menu-nav .dropdown_menu li {
  display: block;
  padding: 2px 0;
}
.menu-nav .dropdown_menu li.active a {
  font-weight: 500;
  color: #5d1762;
  background-color: transparent;
  border-left: 3px solid #5d1762;
}
.menu-nav .dropdown_menu li a {
  display: block;
  padding: 12px 20px;
  color: #354052;
  background-color: rgba(236, 238, 239, 0.5);
  border-radius: 5px;
  min-height: 40px;
  line-height: 1.5;
  transition: all 0.3s ease-in;
}
.menu-nav .dropdown_menu li a:active,
.menu-nav .dropdown_menu li a:hover,
.menu-nav .dropdown_menu li a:focus {
  background-color: #eceeef;
}
@media only screen and (min-width: 992px) {
  .menu-nav .dropdown_menu li a:active,
  .menu-nav .dropdown_menu li a:hover,
  .menu-nav .dropdown_menu li a:focus {
    background-color: #5d1762;
    color: #ffffff;
    transition: all 0.3s ease-in;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav .dropdown_menu li a {
    background-color: #0d0628;
    color: #ffffff;
    min-height: 45px;
    border-radius: 5px;
    transition: all 0.3s ease-in;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav .dropdown_menu {
    display: block;
    position: inherit;
    max-height: none;
    padding: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .menu-nav {
    display: inline-block;
    width: 280px;
    font-size: 14px;
    vertical-align: top;
    float: none;
    color: #ffffff;
    position: sticky;
    top: 80px;
    bottom: auto;
    left: auto;
    z-index: 101;
  }
}
.cart-empty-col {
  height: calc(100vh - 126px);
  display: table;
  width: 100%;
}
.cart-empty {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.cart-empty .cart-empty-icon {
  background: url(/static/web/food/carbon/images/empty-bag.svg) repeat center center / contain;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin-bottom: 15px;
}
.cart-empty .cart-empty-icon img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .cart-empty .cart-empty-icon {
    height: 200px;
    width: 200px;
  }
}
.cart-empty .cart-empty-head {
  margin: 0;
  font-size: 24px;
  color: #354052;
}
@media only screen and (min-width: 992px) {
  .cart-empty .cart-empty-head {
    font-size: 2.5rem;
  }
}
.cart-empty .cart-empty-text {
  margin-top: 5px;
  color: #6d7882;
}
@media only screen and (min-width: 992px) {
  .cart-empty .cart-empty-text {
    font-size: 1.2rem;
  }
}
.cart-empty .cart-empty-btn {
  background-color: #0d0628;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 80%;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .cart-empty .cart-empty-btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    border-radius: 25px;
  }
}
.user-info {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(36, 42, 54, 0.15);
  display: table;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.user-info .user-info-image {
  display: table-cell;
  vertical-align: middle;
  width: 95px;
  line-height: 75px;
  padding: 10px;
}
.user-info .user-info-image img {
  max-width: 100%;
  max-height: 100%;
  background-color: #eceeef;
  border-radius: 10px;
  width: 75px;
  height: 75px;
  float: left;
  padding: 5px;
}
.user-info .user-info-details {
  display: table-cell;
  vertical-align: middle;
}
.user-info .user-info-details span {
  display: block;
}
.user-info .user-info-details .user-name {
  font-size: 18px;
  color: #354052;
  font-weight: 500;
}
.user-info .user-info-details .user-mail {
  font-size: 1rem;
  color: #6d7882;
}
.account-menu {
  padding: 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(36, 42, 54, 0.15);
}
.account-menu li {
  display: block;
  padding: 0 20px;
}
.account-menu li:last-child a {
  border-bottom: none;
}
.account-menu li a {
  display: block;
  border-bottom: 1px solid rgba(236, 238, 239, 0.5);
  height: 50px;
  line-height: 50px;
  color: #354052;
  position: relative;
  cursor: pointer;
}
.account-menu li a::after {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  color: #6d7882;
}
@media only screen and (min-width: 992px) {
  .account-menu li a::after {
    font-size: 1.4rem;
  }
}
.account-menu li a i {
  color: #6d7882;
  display: inline-block;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .account-menu li a i {
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    width: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .account-menu li a .menu-value {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .account-menu li a {
    height: 60px;
    line-height: 60px;
  }
}
.guest-head {
  font-size: 16px;
  margin-top: 15px;
}
.cart_address,
.cart_from {
  display: table;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e6eaee;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  min-height: 78px;
}
.cart_address i,
.cart_from i {
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  text-align: center;
  font-size: 2rem;
  color: #6d7882;
}
.cart_address .content,
.cart_from .content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.cart_address .title,
.cart_from .title {
  color: #354052;
  font-size: 1.1rem;
  display: block;
  font-weight: 500;
}
.cart_address .text,
.cart_from .text {
  color: #6d7882;
  font-size: 0.9rem;
}
.cart_address .text.add-select ~ .sub,
.cart_from .text.add-select ~ .sub {
  display: none;
}
.cart_address .text span,
.cart_from .text span {
  display: inline-block;
  padding-left: 10px;
}
.cart_address .text span:empty,
.cart_from .text span:empty {
  display: none;
}
.cart_address .remove,
.cart_from .remove {
  display: table-cell;
  vertical-align: middle;
}
.cart_address .remove .change-button,
.cart_from .remove .change-button {
  display: inline-block;
  background-color: #e6eaee;
  padding: 10px 2px;
  color: #354052;
}
.cart_address .remove .change-button i,
.cart_from .remove .change-button i {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
}
.cart_address .remove .remove-button,
.cart_from .remove .remove-button {
  padding: 0;
  font-size: 1.8rem;
  border: none;
  background-color: transparent;
  width: 35px;
  height: 35px;
  color: #ea473b;
}
@media only screen and (min-width: 992px) {
  .cart_address,
  .cart_from {
    border: none;
  }
}
.cart-deliver {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  min-height: 78px;
  display: block;
  overflow: hidden;
  position: relative;
}
.cart-deliver .content .text.sub {
  padding: 10px;
  color: #354052;
}
.cart-deliver .cart-address-title {
  background-color: #4ab847;
  color: #ffffff;
}
.cart-deliver .cart-address-title i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
}
.cart-deliver .cart-address-title span {
  display: inline-block;
  vertical-align: middle;
}
.cart-deliver .address-info-list {
  padding: 10px;
  margin: 0;
  display: table;
}
.cart-deliver .address-info-list.add-select ~ .sub {
  display: none;
}
.cart-deliver .address-info-list li {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #e6eaee;
  padding-right: 10px;
  margin-bottom: 10px;
}
.cart-deliver .address-info-list li:last-child {
  margin-bottom: 0;
}
.cart-deliver .address-info-list li b {
  display: inline-block;
  color: #354052;
  font-size: .9rem;
  margin-right: 6px;
  text-transform: uppercase;
  font-weight: 800;
}
.cart-deliver .address-info-list li span {
  display: inline-block;
  color: #6d7882;
}
@media only screen and (max-width: 992px) {
  .cart-deliver .address-info-list {
    border: 1px solid #e6eaee;
  }
}
.cart-deliver .remove {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.cart-deliver .remove .change-button {
  display: inline-block;
  background-color: #e6eaee;
  color: #354052;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
  font-size: 1.6rem;
  border-radius: 50%;
}
.cart_buy {
  position: relative;
  padding: 0;
  margin: 0 -5px 5px;
  font-size: 0;
  z-index: 1;
}
.cart_buy li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 50%;
  padding: 5px;
}
.cart_buy li label {
  display: block;
  position: relative;
  padding-left: 26px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  cursor: pointer;
}
.cart_buy li label:hover .text {
  background-color: #e6eaee;
  overflow: visible;
  z-index: 999;
  border-radius: 5px;
  white-space: normal;
  height: auto;
  position: absolute;
  top: 50%;
  line-height: 1.2;
  padding: 5px 10px;
  width: auto;
  transform: translateY(-50%);
}
.cart_buy li label:hover input:checked ~ .text {
  background-color: #0d0628;
  color: #ffffff;
}
.cart_buy li label input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-appearance: none;
  border: 1px solid #e6eaee;
  background-color: rgba(230, 234, 238, 0.3);
  left: 0;
  top: 0;
  border-radius: 5px;
  margin: 0;
}
.cart_buy li label input:before {
  content: '';
  height: 20px;
  width: 20px;
  border: 2px solid #e6eaee;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 10px;
  transition: all 0.2s ease-in;
}
@media only screen and (min-width: 992px) {
  .cart_buy li label input:before {
    border-color: #354052;
  }
}
.cart_buy li label input:disabled,
.cart_buy li label input:disabled:checked {
  background-color: rgba(236, 238, 239, 0.1);
  border-color: #eceeef;
  cursor: no-drop;
}
.cart_buy li label input:disabled ~ .text,
.cart_buy li label input:disabled:checked ~ .text {
  color: #242a36;
  opacity: 0.4;
}
.cart_buy li label input:disabled::after,
.cart_buy li label input:disabled:checked::after {
  display: none;
}
.cart_buy li label input:disabled::before,
.cart_buy li label input:disabled:checked::before {
  opacity: 0.4;
  border-color: #eceeef;
}
.cart_buy li label input:checked {
  background-color: #0d0628;
  border-color: #ffffff;
}
.cart_buy li label input:checked ~ .text {
  color: #ffffff;
}
.cart_buy li label input:checked:before {
  border-color: #ffffff;
}
.cart_buy li label input:checked:after {
  content: "\e909";
  font-family: 'icomoon';
  font-size: 14px;
  left: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .cart_buy li label input {
    background-color: #e6eaee;
  }
}
.cart_buy li label .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 5px 10px;
  height: 40px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .cart_buy li {
    width: 100%;
    padding: 2px 5px;
  }
}
.cart_buy button {
  display: inline-block;
  border: 1px solid #e6eaee;
  border-radius: 5px;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(236, 238, 239, 0.5);
  width: 48%;
  margin: 1%;
  font-size: 14px;
  transition: all 0.2s ease-in;
  color: #354052;
}
.cart_buy button.active,
.cart_buy button:active {
  background-color: #5d1762;
  color: #ffffff;
  transition: all 0.2s ease-in;
  border-color: #5d1762;
}
.cart_buy button:disabled,
.cart_buy button.disabled {
  background-color: #e6eaee;
  color: #b8c4cf;
  border-color: #e6eaee;
  pointer-events: none;
  opacity: 0.6;
}
.gust-login {
  margin-bottom: 10px;
  font-size: 0;
}
.gust-login .cart_login {
  margin-right: 2%;
}
.gust-login .cart_login,
.gust-login .cart_register {
  display: inline-block;
  width: 49%;
  background: #0d0628;
  height: 40px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 6px;
  padding: 2px;
  font-size: 16px;
  cursor: pointer;
}
.gust-login .cart_login:hover,
.gust-login .cart_register:hover {
  background-color: #160a43;
}
.gust-login .cart_login:active,
.gust-login .cart_register:active {
  background-color: #000000;
}
.gust-login .cart_login i,
.gust-login .cart_register i {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  background-color: #ffffff;
  color: #0d0628;
  line-height: 36px;
  font-size: 22px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
}
.gust-login .cart_login span,
.gust-login .cart_register span {
  display: inline-block;
  vertical-align: middle;
}
.cart_note {
  margin-bottom: 10px;
  border: 1px dashed rgba(253, 150, 16, 0.5);
  background-color: rgba(253, 150, 16, 0.05);
  border-radius: 5px;
  font-size: 0;
}
.cart_note label {
  margin: 0;
}
.cart_note i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  vertical-align: middle;
  color: #fd9610;
}
.cart_note input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0px 10px 0 0;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.contact-delivery {
  margin-bottom: 10px;
}
.contact-delivery label {
  margin: 0;
  width: 100%;
  background-color: #354052;
  color: #ffffff;
  border-radius: 6px;
  padding: 2px;
  font-weight: 400;
}
.contact-delivery label .checkbox {
  height: 36px;
  width: 36px;
  background-color: #ffffff;
  -webkit-appearance: none;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  line-height: 36px;
  color: #354052;
  margin: 0;
  vertical-align: middle;
}
.contact-delivery label .checkbox::before {
  content: "\e911";
  font-family: 'icomoon';
}
.contact-delivery label .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
  padding-left: 6px;
  line-height: 1.3;
}
.contact-delivery label span {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  font-size: 11px;
}
.map-image {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  background-color: #e6eaee;
  border-radius: 10px;
  overflow: hidden;
}
.map-image.CANCELED {
  background-color: #eeeeee;
  filter: grayscale(1);
  opacity: 0.7;
}
.map-image img {
  max-width: 100%;
}
.message-modal.show {
  opacity: 1;
}
.message-modal.show .modal-dialog {
  transform: translateY(-50%);
  top: 50%;
}
.message-modal.message-success .modal-body .message-title {
  color: #4ab847;
}
.message-modal.message-success .modal-body .message-icon {
  color: #4ab847;
}
.message-modal.message-error .modal-body .message-title {
  color: #ea473b;
}
.message-modal.message-error .modal-body .message-icon {
  color: #ea473b;
}
.message-modal .modal-header {
  display: none;
}
.message-modal .modal-content {
  border: none;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.08);
}
.message-modal .modal-body {
  text-align: center;
  padding: 25px;
}
.message-modal .modal-body .message-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 24px;
  display: inline-block;
  line-height: 50px;
  border: 1px solid #e6eaee;
}
.message-modal .modal-body .message-title {
  margin-top: 0;
  font-size: 2rem;
}
.message-modal .modal-body .message-text {
  font-size: 1.3rem;
  color: #6d7882;
}
.message-modal .modal-body .message-btn {
  padding: 0;
  border: none;
  height: 45px;
  min-width: 130px;
  border-radius: 30px;
  font-weight: 500;
  color: #ffffff;
  background-color: #354052;
}
.message-modal .modal-body .message-btn:hover {
  background-color: #414f65;
}
.message-modal .modal-body .message-btn:active {
  background-color: #212833;
}
.modal-backdrop {
  background: #242a36;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.custom_repeat_modal_close {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  opacity: 1;
}
.gust-deliver.form_sec {
  min-height: auto;
  display: block;
  padding: 0;
  text-align: left;
}
.error-404-col {
  height: calc(100vh - 126px);
  display: table;
  width: 100%;
}
.error-404 {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.error-404 .error-404-icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin-bottom: 15px;
}
.error-404 .error-404-icon img {
  max-width: 100%;
  max-height: 100%;
}
.error-404 .error-404-title {
  margin: 0;
  font-size: 24px;
  color: #354052;
}
.error-404 .error-404-text {
  margin-top: 5px;
  color: #6d7882;
}
.error-404 .error-404-btn {
  background-color: #242a36;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 80%;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1rem;
}
.centerMarker {
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAABWCAYAAACEsWWHAAAGLElEQVR4AdXcA2xsXReH8f3Ztm3btm2br23btm3btm2rd257b835vVnJStL0sj3Tds6TrOTkzN5r/5925qgorQRPwQewDHbHebgXDQxlNXLfeTlmmZzzlNJOpMyXsA86TJ2O7PGl6DnbQr/CncYx1tNj4JzTde+0la5V/6/x+x+Z85Ov6/jWZ0TFduyL12JMjI05E4iev5pxQXwFV0lGOx7Xf/xRulb5n45vflrH1z4xqYo5MTd6RC9JrvGVmRB6C04dLzR/yw10fP2TGbJyRa/oOVHw1Fh7uqS+jAY0e3uaPXvupOM7n48w01LRO9aItSDX/nKrpf6FYRi85AJzfvy1WHxGKtaKNZPhyNIKoadjZ0nfIfvFYrNSsXYiMz2tilg00Bweas7fZO1YYFYrMkQWKVfl7ScadS7z12jcFhVZxsn9ayoHimHI71RbVWRKhiPrZA7pjZn+TFX4zDWW6lSAU/PoFw3auiJjcuqSryjyPJWH9LauyBhZEXxlcdd+VyFOjDGxFhVZk6vCoUwEv5KXSXlFUYuKrJE5+dXCvlt3Ia7TYkKtKjIndxr/XcOXIMzzgrZWFZkje/Kl8WL7QP/xR7Z0wWs/9X5HvutNdnjdq2z6qpdFxXbsi9daulZkT/YZ/zbsQNwTtWSRuz7/YXu9+bU2ePlLFlcxJsa2ZM3InnSEU8EH5J1v3iRWqhs+9QGbv+plS5TKirExp/K6kT0ckg8ULIO4RW/Jd2q81GTkWvGdC4dkmYLdoXvHLSs3zrffVCrmVl4/HJLdC86r/vmKA8X7ImCVqnxACYfkvIL7EE+OKjWNI11FsehRKUM4JPcVNBCPxSo1jcN4RbHoUSlDOCSNgiHEM79KTeMcVVEselTKEA7JUMEA4pqr9mLhkAwUPAqNX36n9m/Fxi+/K3mk4GaY+/df1/7gEQ7JzQUnwPwN16h8XTjbh/twSE4oWBf6jjio9ifocEjWLfgeDN14be0vqcIh+V7BCzFobKw556ffqO1FcGQPh3AJpxLgROjebrPa3rZE9uTEEgT4IwzffENtbzQje/LH8WLPRQPycXatKjInjXAp48GGMHjx+bUTi8zJhmUieAX60ez8359rIxVZ0czsrygLA9uM+6zVoiJrsnVZFHg55sP8jddqe6nImMyP7GVxYA0Yffyxtn4iHNkiY7J6WRJ4Fu6G3n13a1uxyJbcHZnL0oDvQHNwsJmPDNqqIlNkg8haJgOOgKGrL287sciUHFEmC16FTpi/2bptIxVZks7IWKYC/grN+fOa+bBnVisyRBaIbKUKOBsGzjp11sUiQ3J2qQreij7oWn3ZWZOKtZO+yFRaAVaAsSceb3Z874szLhVrxtoQWUqrwFNxeeWfoVX/2dflkaW0ErwPQ2h2Lvf3GZOKtdDMtd9XpgOsByMP3q/j25+bdqlYI9ZK1ivTBZ6JW6D3kH2nXSzWSG6Jtct0gs+iaWSkOfcvv5g2qehtdLSJqM+WmQC7wND110ybWPROdikzBV6Ih2H+5uu1XCp6Jg/HWmUmwa+gOa+rOedHX22ZVPSKngh+VWYDnAP9Jx3TMrHolZxTZgu8B8PxBHbun39eWSp6RC8MR+8ym2AbGLzo3Mpi0SPZpsw2eCm6oPP/f5myVMxNuqJnaQewKgzdMPXDf8xNVi3tAp6Nh2DemstPWirmJNHj2aWdwDIwfNstkxaLOckypd3Ac/AEdP73T0stFWOTJ6JHaUewBgycecpSi8XYZI3SruBlGGwODy/VT0djTIzFYMwt7QwOhZ69d16iWIxJDi3tDr5CPh/5xqcWKRWvxRgEX6mDWP5GOF0r/muRYl0r/ltyV8wpdQCbQ98xhy1SLF5LNi91AV+A0ccfXaRYvJZ8oU5iT0cXNP7wExOlYl/SFWNLncARMH+L9U0Ui33JEaVuYGXoP/lYE8ViX7JyHcW+uahrx9iXfLOOYq+Bse75JorFvuQ1pY6gE8b/kV1sJ52lruCuib+9GtvJXXUWu2ri72fFdnJVncXOhvgXFykmtpOz6yx2MMzfdB0pJraTg+sstiwM33mbxm9/qPG7H4ntZNk6iz0Hd5hA7ntOqTN4OfbDo1mx/fIyzTwJJedUPgRWtocAAAAASUVORK5CYII=) no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -14px;
  margin-top: -43px;
  height: 44px;
  width: 28px;
  cursor: pointer;
}
/*Search Location */
.pac-container {
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.11);
  border: none;
  font-family: 'Roboto', sans-serif;
  left: 0 !important;
  width: 100% !important;
  border-radius: 0;
}
.pac-container.pac-logo:after {
  display: none;
}
.pac-container .pac-icon-marker {
  display: none;
}
.pac-container .pac-item {
  font-size: 12px;
  color: #6d7882;
  padding: 10px 10px 10px 40px;
  line-height: normal;
  position: relative;
  border-top: 1px solid #e6eaee;
}
.pac-container .pac-item::before {
  content: "\e911";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 42px;
  width: 40px;
  text-align: center;
  color: #6d7882;
  font-size: 16px;
}
.pac-container .pac-item .pac-item-query {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #354052;
  margin-bottom: 2px;
}
.pac-container .pac-item .pac-item-query ~ span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #6d7882;
}
.step_start .select-location {
  display: none;
}
.select-location {
  height: calc(100vh - 140px);
  margin: 0;
}
.select-location .select-location-address {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  color: #354052;
  padding: 10px;
  border-radius: 8px;
  z-index: 101;
  padding-left: 40px;
  font-size: 13px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.select-location .select-location-address::before {
  content: "\e911";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 42px;
  width: 40px;
  text-align: center;
  color: #5d1762;
  font-size: 18px;
}
.select-location .select-location-address:empty {
  display: none;
}
.select-location .map-picker {
  height: 100%;
}
.select-location .map-picker:empty {
  display: none;
}
@media only screen and (min-width: 992px) {
  .select-location {
    height: calc(100vh - 210px);
  }
}
.step_end {
  display: table-row;
  height: 100%;
}
.step_end .select-location {
  height: 100%;
}
.step_end .select-location .select-location-address {
  display: none;
}
.step_end .select-location .map-picker {
  background: url(/static/web/food/carbon/images/map-pattern.jpg) repeat center center / contain;
}
.step_end .select-location .map-picker::after {
  content: '';
  background: url(/static/web/food/carbon/images/select-map-image.png) no-repeat center center / contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.step_end .select-location .map-picker > div {
  display: none;
}
.step_end .elect-manual-location {
  height: 100%;
}
.step_end .select-map-error {
  display: none;
}
.step_end ~ .address_form {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: table-row;
  text-align: left;
}
.step_end ~ .address_form .form_sec {
  min-height: auto;
  padding: 15px;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .step_end ~ .address_form .form_sec {
    padding: 15px 0 0;
  }
}
.step_end ~ .address_form .address_col.has_error textarea {
  border-color: #ea473b;
}
.step_end ~ .address_form .address_col.has_error .form-error-msg {
  display: block;
}
.step_end ~ .address_form .address_col textarea {
  height: 62px;
  overflow: hidden;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .step_end ~ .address_form {
    box-shadow: none;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
.step_end .gps-button {
  display: none;
}
@media only screen and (min-width: 992px) {
  .step_end {
    display: table-cell;
    vertical-align: middle;
  }
}
.select-manual-location {
  background: url(/static/web/food/carbon/images/map-bg.png) no-repeat center center / cover;
  padding: 30px;
  text-align: center;
  height: 100%;
}
.select-manual-location .icon-pin {
  border-radius: 50%;
  background: #5d1762;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin: 50px 0;
}
.select-manual-location .icon-pin i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
  position: relative;
  z-index: 101;
}
.select-manual-location .icon-pin::before,
.select-manual-location .icon-pin::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #5d1762;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(0.5);
  transform-origin: center center;
  animation: icon-me 3s linear infinite;
}
.select-manual-location .icon-pin::after {
  animation-delay: 2s;
}
.select-manual-location .select-pin {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  float: none;
  border-radius: 25px;
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.select-manual-location .select-pin:hover .list {
  display: block;
}
@media only screen and (min-width: 992px) {
  .select-manual-location .select-pin:focus .list,
  .select-manual-location .select-pin:focus-within .list {
    display: block;
  }
}
.select-manual-location .select-pin.has_error .form-error-msg {
  display: block;
}
.select-manual-location .select-pin input {
  height: 50px;
  padding: 0 15px;
  border: none;
  width: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .select-manual-location .select-pin input {
    height: 60px;
    font-size: 1.3rem;
  }
}
.select-manual-location .select-pin input:focus ~ .list {
  display: block;
}
.select-manual-location .select-pin .search-button {
  background-color: transparent;
  border: none;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .select-manual-location .select-pin .search-button {
    height: 60px;
    width: 60px;
    font-size: 2.2rem;
  }
}
.select-manual-location .select-pin .form-error-msg {
  display: none;
  height: 25px;
  line-height: 25px;
  background-color: #eb5044;
  color: #ffffff;
  width: 80%;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  padding: 0 5px;
  bottom: -20px;
  font-size: 12px;
  left: 10%;
  margin: 0 auto;
}
.select-manual-location .select-pin .form-error-msg:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #ea473b;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}
@media only screen and (min-width: 992px) {
  .select-manual-location .select-pin {
    border-radius: 30px;
  }
}
.select-manual-location .list {
  display: none;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 0;
  text-align: left;
  position: absolute;
  width: 100%;
  left: 0;
  border-radius: 10px;
  top: 54px;
  max-height: 238px;
  overflow: auto;
  z-index: 3003;
}
.select-manual-location .list li {
  display: block;
  position: relative;
  padding-left: 40px;
  color: #354052;
  border-radius: 8px;
}
.select-manual-location .list li:last-child a {
  border: none;
}
.select-manual-location .list li::before {
  content: "\e911";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 57px;
  width: 40px;
  text-align: center;
  color: #d0d6dc;
  font-size: 24px;
}
.select-manual-location .list li a {
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #e6eaee;
  cursor: pointer;
}
.select-manual-location .list li a:hover,
.select-manual-location .list li a:focus {
  background-color: transparent;
}
.select-manual-location .list li a .title {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  color: #354052;
  margin-bottom: 2px;
}
.select-manual-location .list li a .address {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #6d7882;
}
@media only screen and (min-width: 992px) {
  .select-manual-location {
    padding: 50% 30px;
  }
}
@keyframes icon-me {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
.address-new-col {
  margin-top: 15px;
}
.address-new-col .add_new_btn {
  margin-bottom: 15px;
}
.map-next {
  z-index: 101;
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
  margin-top: -80px;
  position: relative;
}
.map-next .sub_btn {
  margin: 0;
  text-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 0;
}
.map-next .sub_btn + .sub_btn:disabled {
  display: none;
}
.map-next .sub_btn .min-order {
  font-size: 16px;
  position: relative;
  z-index: 1;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.map-next .sub_btn .min-order small {
  display: inline-block;
  background-color: #ea473b;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  border-radius: 8px;
  margin-left: -20px;
  padding-right: 5px;
  width: 125px;
  vertical-align: top;
}
.map-next .sub_btn .min-order b {
  display: inline-block;
  height: 70px;
  background-color: #ea473b;
  border-radius: 50%;
  width: 70px;
  line-height: 62px;
  margin-top: -10px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}
.map-next .sub_btn .text {
  background-color: #4ab847;
  width: 100%;
  height: 50px;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
  float: none;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  vertical-align: top;
}
.map-next .sub_btn .text:hover {
  background-color: #6ec66c;
}
.map-next .sub_btn .text:active {
  background-color: #3b9339;
}
@media only screen and (min-width: 992px) {
  .map-next {
    position: initial;
    padding: 0;
    margin-top: 15px;
  }
}
.select-map-error {
  padding: 15px;
  right: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.13);
  z-index: 101;
  margin: 0 auto;
  bottom: auto;
  text-align: center;
  top: 15px;
  position: absolute;
  left: auto;
  background-color: #ea473b;
  color: #ffffff;
  font-size: 1.1rem;
  border: 2px dashed #ffffff;
  border-radius: 25px;
}
.select-map-error ~ .location-picker > div {
  background-color: #6d7882 !important;
}
.select-map-error ~ .location-picker .gm-style {
  filter: grayscale(1);
  opacity: 0.8;
}
.address_form .address_col input {
  font-size: 14px;
}
.address_form .address_row {
  font-size: 0;
  margin: 0 -1% 15px;
}
.address_form .address_row .sm_col {
  display: inline-block;
  width: 31.333%;
  vertical-align: top;
  margin: 0 1%;
}
.address-new {
  margin: 0 -15px;
}
.address-new .account_col {
  display: table;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 60px);
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .address-new .account_col {
    height: calc(var(--vh, 1vh) * 100 - 210px);
  }
}
.address-new .landmark-col {
  margin-bottom: 15px;
}
.address-new .landmark-col .landmark-select {
  display: inline-block;
  width: 90px;
  height: 40px;
  border: 1px solid #e6eaee;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
}
.address-new .landmark-col .landmark-select::after {
  content: "\e90a";
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  height: 38px;
  line-height: 38px;
  width: 30px;
  top: 0;
  font-size: 18px;
  pointer-events: none;
  color: #6d7882;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .address-new .landmark-col .landmark-select {
    height: 50px;
  }
}
.address-new .landmark-col .active-landmark {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: left;
}
.address-new .landmark-col .active-landmark img {
  height: 100%;
  max-width: 100%;
  padding: 5px;
}
.address-new .landmark-col .address_col {
  display: inline-block;
  width: calc(100% - 100px);
  float: right;
  vertical-align: middle;
}
.address-new .landmark-col .landmark-list {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 40px;
  width: 100%;
  z-index: 101;
}
.address-new .landmark-col .landmark-list.active {
  display: block;
}
.address-new .landmark-col .landmark-list li {
  display: block;
  height: 40px;
}
.address-new .landmark-col .landmark-list li img {
  height: 40px;
  max-width: 100%;
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  .address-new {
    margin: 15px auto 0;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }
}
.location-select {
  margin: 0 -15px;
}
.location-select .map-next .sub_btn {
  background-color: #4ab847;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .location-select .map-next {
    margin-top: 0;
  }
}
.location-select .type-location-col i {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
@media only screen and (max-width: 768px) {
  .location-select .type-location-col i {
    width: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .location-select {
    margin: 0 auto;
  }
}
.gps-button {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 103px;
  right: 10px;
  z-index: 101;
  padding: 0;
  border: none;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 28px;
  box-shadow: 2px 4px 15px rgba(93, 23, 98, 0.3);
  color: #5d1762;
}
.gps-button span {
  display: none;
}
@media only screen and (min-width: 992px) {
  .gps-button {
    position: absolute;
    bottom: 0;
  }
}
.order-info {
  background: #ffffff;
  color: #5d1762;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  display: inline-block;
  animation: pulse-me 1s linear infinite;
  left: -20px;
  line-height: 20px;
  top: 6px;
}
.order-info::before {
  content: "\e905";
  font-family: 'icomoon';
  font-size: 14px;
}
.order-info::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 7px solid #ffffff;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -7px;
  top: 4px;
  z-index: -1;
}
@keyframes pulse-me {
  0% {
    opacity: 0;
    left: -15px;
  }
  25% {
    opacity: 1;
    left: -25px;
  }
  75% {
    opacity: 1;
    left: -25px;
  }
  100% {
    opacity: 0;
    left: -15px;
  }
}
.more-btn {
  background-color: transparent;
  color: #6d7882;
  height: 35px;
  font-size: 24px;
  border-radius: 5px;
  border: none;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}
.location-search {
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  padding: 0;
  margin: 0;
  text-align: left;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 202;
}
.location-search li {
  display: block;
  position: relative;
  padding-left: 40px;
  color: #354052;
}
.location-search li:last-child a {
  border: none;
}
.location-search li a {
  display: table;
  padding: 10px 10px 10px 0;
  width: 100%;
  border-bottom: 1px solid #e6eaee;
  cursor: pointer;
}
.location-search li a::before {
  content: "\e911";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 2.3;
  width: 40px;
  text-align: center;
  color: #d0d6dc;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .location-search li a::before {
    line-height: 3;
  }
}
.location-search li a:hover,
.location-search li a:focus {
  background-color: transparent;
}
.location-search li a .title {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1rem;
  color: #354052;
  margin-bottom: 2px;
}
.location-search li a .title b {
  color: #242a36;
  padding-right: 6px;
}
@media only screen and (min-width: 992px) {
  .location-search li a .title {
    font-size: 1.1rem;
  }
}
.location-search li a .distance {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #6d7882;
  padding-left: 15px;
  width: 90px;
}
@media only screen and (min-width: 992px) {
  .location-search li a .distance {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .location-search li a {
    padding: 15px 10px 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .location-search {
    top: 70px;
  }
}
.page-loading::before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #5d1762;
  bottom: -4px;
  left: 0;
  animation: pageWidth 1s linear infinite;
}
@keyframes pageWidth {
  0% {
    width: 0;
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.time-select {
  margin-bottom: 10px;
  position: relative;
}
.time-select ~ .time-select-information {
  display: none;
}
.time-select::before {
  content: "\e927";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  pointer-events: none;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  color: #6d7882;
}
.time-select::after {
  content: "\e90a";
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 40px;
  pointer-events: none;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #6d7882;
}
.time-select select {
  width: 100%;
  height: 50px;
  border: 1px solid #e6eaee;
  border-radius: 5px;
  padding: 0 15px 0 50px;
  font-size: 16px;
  font-weight: 500;
  color: #354052;
  -webkit-appearance: none;
  cursor: pointer;
}
.time-select select:disabled {
  background-color: #eceeef;
}
.time-select select::placeholder {
  color: #babfc4;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .time-select select {
    border: none;
  }
}
.time-select-information {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #e6eaee;
  border-radius: 5px;
  padding-left: 50px;
  height: 50px;
  line-height: 50px;
}
.time-select-information::before {
  content: "\e931";
  font-family: 'icomoon';
  position: absolute;
  left: -1px;
  top: -1px;
  height: 50px;
  width: 50px;
  pointer-events: none;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  color: #6d7882;
}
.time-select-information span {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .time-select-information {
    border: none;
    background-color: #ffffff;
  }
}
.order-delivered {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .order-delivered.mobile {
    display: none;
  }
}
.order-delivered.desktop {
  display: none;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .order-delivered.desktop {
    display: block;
  }
}
.order-delivered .delivered-icon {
  color: #5d1762;
  font-size: 6rem;
}
.order-delivered .head {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0;
}
.order-delivered .order-rating {
  margin-bottom: 25px;
  border-radius: 5px;
}
.order-delivered .order-rating .rating {
  font-size: 2.5rem;
  display: inline-block;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  font-style: normal;
  color: #6d7882;
  vertical-align: middle;
}
.order-delivered .order-rating .rating::before {
  content: "\e935";
  font-family: 'icomoon';
  height: 40px;
  line-height: 40px;
  display: block;
}
.order-delivered .order-rating .rating.active {
  color: #f4bd25;
}
.order-delivered .order-rating .rating.active::before {
  content: "\e934";
}
.order-delivered .rating-service {
  margin-bottom: 25px;
}
.order-delivered .rating-service .title {
  font-size: 1.2rem;
  margin-top: 0;
}
.order-delivered .rating-service .order-service .select-service {
  margin: 3px;
  height: 26px;
  line-height: 26px;
  position: relative;
  text-align: center;
  font-weight: 500;
  padding: 0 25px;
  border-radius: 25px;
}
.order-delivered .rating-service .order-service .select-service .select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  background-color: rgba(236, 238, 239, 0.75);
  border: 1px solid rgba(236, 238, 239, 0.75);
  margin: 0;
  border-radius: 25px;
  transition: all 0.2s ease-in;
}
.order-delivered .rating-service .order-service .select-service .select:checked {
  background-color: #5d1762;
  border-color: #5d1762;
  transition: all 0.2s ease-in;
}
.order-delivered .rating-service .order-service .select-service .select:checked ~ span {
  color: #ffffff;
  transition: all 0.2s ease-in;
}
.order-delivered .rating-service .order-service .select-service span {
  display: block;
  color: #242a36;
  position: relative;
  font-size: 0.9rem;
  transition: all 0.2s ease-in;
}
@media only screen and (min-width: 992px) {
  .order-delivered .rating-service .order-service .select-service span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .order-delivered .rating-service .order-service .select-service {
    height: 30px;
    line-height: 30px;
  }
}
.order-delivered .comment .title {
  font-size: 1.2rem;
  margin-top: 0;
}
.order-delivered .comment .comment-type {
  border: 1px solid #e6eaee;
  width: 100%;
  height: 115px;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 15px;
  resize: none;
}
.order-delivered .comment .comment-submit {
  background-color: #5d1762;
  color: #ffffff;
  height: 45px;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 8px;
}
.order-delivered .share-order {
  margin-top: 15px;
  background-color: rgba(236, 238, 239, 0.5);
  border-radius: 8px;
  padding: 5px;
  text-align: left;
  font-size: 0;
}
.order-delivered .share-order .text {
  color: #354052;
  display: inline-block;
  font-size: 1rem;
  padding: 5px 10px;
  width: calc(100% - 40px);
  vertical-align: middle;
}
.order-delivered .share-order .share-button {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #e6eaee;
  color: #354052;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  border: none;
}
.powered-by .powered-col {
  background: #ff4d47;
  padding: 6px;
  border-radius: 48px;
  text-align: right;
  display: inline-block;
}
.powered-by .text {
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  font-size: 1.2rem;
}
.powered-by .text small {
  display: block;
  font-size: 0.9rem;
}
.powered-by .logo {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
}
.powered-by .logo img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 992px) {
  .powered-by {
    padding: 0;
    max-width: 1140px;
    text-align: right;
  }
}
.bonus-card {
  background: linear-gradient(135deg, #5d1762 0%, #360d39 100%);
  color: #ffffff;
  margin: 15px 0;
  border-radius: 10px;
  font-size: 1.2rem;
  overflow: hidden;
  position: relative;
}
.bonus-card::after,
.bonus-card::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.bonus-card::before {
  left: -9px;
}
.bonus-card::after {
  right: -9px;
}
.bonus-card .content {
  padding: 15px 25px 15px 90px;
  position: relative;
  display: block;
  color: #ffffff;
}
.bonus-card .content::before {
  content: "\e933";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
  text-align: center;
  line-height: 93px;
  font-size: 3rem;
}
.bonus-card .content::after {
  content: "\e933";
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  top: -27px;
  font-size: 10rem;
  z-index: 0;
  opacity: 0.1;
}
.bonus-card .text {
  display: block;
  position: relative;
  z-index: 1;
}
.bonus-card .price {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .login_body {
    background: url(/static/web/food/carbon/images/banner2.jpg) center center;
  }
}
.profile-header {
  display: none;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  margin-top: 15px;
}
.profile-header .back_btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #6d7882;
  width: 50px;
  background-color: #ffffff;
  border: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px;
  margin-right: 10px;
}
.profile-header .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #354052;
}
@media only screen and (min-width: 992px) {
  .profile-header {
    display: block;
  }
}
.hours-col {
  clear: both;
  border: 1px solid #e6eaee;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 9px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .hours-col:last-child {
    margin-bottom: 0;
  }
}
.hours-col .hours-label {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 1rem;
}
.hours-col .hours-value {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
.hours-col .select-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e6eaee;
  border: none;
  height: 100%;
  padding: 0;
  width: 40px;
  font-size: 2rem;
}
.hours-col .select-button.active::before {
  content: '\e90a';
}
.hours-col .select-button.active::after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.hours-col .hours-list {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  background-color: #ffffff;
  z-index: 2;
  left: -1px;
  top: 55px;
  right: -1px;
}
.hours-col .hours-list li {
  display: block;
  padding: 5px;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .hours-col {
    padding: 8px 10px;
  }
}
.shop-time {
  padding: 5px;
  text-align: center;
  background-color: #ea473b;
  border-radius: 15px;
  color: #ffffff;
  border: 1px dashed #ffffff;
}
@media only screen and (min-width: 992px) {
  .shop-time {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.table-pin-col {
  width: 100%;
  background-color: #6d7882;
  border-radius: 5px;
  font-size: 0;
}
.table-pin-col i {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  text-align: center;
  font-size: 2rem;
  color: #eceeef;
  height: 50px;
  line-height: 50px;
}
.table-pin-col input {
  height: 50px;
  width: calc(100% - 50px);
  font-size: 1.1rem;
  vertical-align: middle;
  border: 1px solid #6d7882;
  padding: 0 10px;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
}
.table-pin-col .content {
  background-color: #ffffff;
  width: calc(100% - 50px);
  font-size: 1.1rem;
  vertical-align: middle;
  border: 1px solid #6d7882;
  padding: 0 10px;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
  display: inline-block;
}
.table-pin-col .content .text {
  font-size: 14px;
  margin: 0;
  padding: 10px 0 5px;
  font-weight: 500;
}
.table-pin-col .content .code {
  display: block;
  font-size: 1rem;
  border: 1px dashed #e6eaee;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.table-pin-col .content .code small {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.table-pin-col .content .code span {
  font-size: 1.8rem;
  color: #5d1762;
  display: inline-block;
  vertical-align: middle;
  float: right;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .left-section {
    position: sticky;
    top: 80px;
    padding-top: 10px;
    padding-right: 15px;
  }
}
.gallery-section .gallery-list {
  margin: 0 -5px;
  padding: 0;
  display: table;
}
.gallery-section .gallery-list li {
  display: inline-block;
  width: 25%;
  height: 300px;
  padding: 5px;
}
.gallery-section .gallery-list li.video {
  width: 50%;
}
.gallery-section .gallery-list li a {
  display: block;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.gallery-section .gallery-list li a:hover img {
  -webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.gallery-section .gallery-list li iframe {
  width: 100%;
  border: 5px solid #ffffff;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.gallery-section .gallery-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
}
@media only screen and (max-width: 992px) {
  .gallery-section .gallery-list li {
    width: 100%;
  }
}
.location-select-image {
  margin-top: 15px;
  background-color: #ffffff;
  text-align: center;
}
.location-select-image .head {
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .location-select-image .head {
    bottom: 14px;
  }
}
.location-select-image .note {
  padding: 20px;
  font-size: 1.2rem;
  color: #ea473b;
  background-color: rgba(234, 71, 59, 0.05);
  border: 1px dashed #ea473b;
}
.location-select-image img {
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .location-select-image {
    margin-top: 0;
  }
}
.main-banner {
  height: 370px;
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
}
.main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  border-radius: 10px;
}
.main-banner img[alt]::after {
  content: "";
  background: #ffffff url(/static/web/food/carbon/images/bg1.png) repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 992px) {
  .main-banner {
    height: auto;
  }
}
.left-banner-sm {
  width: 100%;
  height: 400px;
  padding-right: 10px;
}
.left-banner-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background-color: #ffffff;
  display: block;
  position: relative;
  overflow: hidden;
}
.left-banner-sm img[alt]::before {
  content: attr(alt);
  position: absolute;
  font-size: 1.2rem;
  color: #d0d5d8;
  z-index: 1;
  width: 100%;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
}
.left-banner-sm img[alt]::after {
  font-family: 'icomoon';
  content: "\e936";
  background: #eceeef;
  color: #d0d5d8;
  border: 1px solid #d0d5d8;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5rem;
  text-align: center;
  line-height: 350px;
  font-style: normal;
}
@media only screen and (max-width: 992px) {
  .left-banner-sm {
    display: none;
  }
}
.top-full-banner {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.top-full-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.top-full-banner img[alt]::before {
  content: attr(alt);
  position: absolute;
  font-size: 1.2rem;
  color: #d0d5d8;
  z-index: 1;
  width: 100%;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
}
.top-full-banner img[alt]::after {
  font-family: 'icomoon';
  content: "\e936";
  background: #eceeef;
  color: #d0d5d8;
  border: 1px solid #d0d5d8;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5rem;
  text-align: center;
  line-height: 150px;
  font-style: normal;
}
@media only screen and (max-width: 992px) {
  .top-full-banner {
    margin: 10px 0;
    height: auto;
  }
}
.footer-banner {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
  max-width: 1170px;
  margin: 15px auto;
}
.footer-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.footer-banner img[alt]::before {
  content: attr(alt);
  position: absolute;
  font-size: 1.2rem;
  color: #d0d5d8;
  z-index: 1;
  width: 100%;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
}
.footer-banner img[alt]::after {
  font-family: 'icomoon';
  content: "\e936";
  background: #eceeef;
  color: #d0d5d8;
  border: 1px solid #d0d5d8;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5rem;
  text-align: center;
  line-height: 250px;
  font-style: normal;
}
@media only screen and (max-width: 992px) {
  .footer-banner {
    margin: 0;
    padding: 10px 15px;
    height: auto;
  }
}
.body-banner {
  position: fixed;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
}
.body-banner img {
  position: relative;
  display: block;
}
.body-banner img[alt]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f0f2f3;
}
@media only screen and (max-width: 992px) {
  .body-banner img[alt]::after {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 992px) {
  .body-banner {
    display: none;
  }
}
.left-premium {
  width: 200px;
  height: 600px;
  position: absolute;
  left: -225px;
  top: 10px;
}
.left-premium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background-color: #ffffff;
  display: block;
  position: relative;
  overflow: hidden;
}
.left-premium img[alt]::before {
  content: attr(alt);
  position: absolute;
  font-size: 1.2rem;
  color: #d0d5d8;
  z-index: 1;
  width: 100%;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
}
.left-premium img[alt]::after {
  font-family: 'icomoon';
  content: "\e936";
  background: #eceeef;
  color: #d0d5d8;
  border: 1px solid #d0d5d8;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5rem;
  text-align: center;
  line-height: 350px;
  font-style: normal;
}
@media only screen and (max-width: 992px) {
  .left-premium {
    display: none;
  }
}
.right-premium-section {
  position: sticky;
  top: 80px;
}
.right-premium-section .right-premium {
  width: 200px;
  height: 600px;
  position: absolute;
  right: -225px;
  top: 10px;
}
.right-premium-section .right-premium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background-color: #ffffff;
  display: block;
  position: relative;
  overflow: hidden;
}
.right-premium-section .right-premium img[alt]::before {
  content: attr(alt);
  position: absolute;
  font-size: 1.2rem;
  color: #d0d5d8;
  z-index: 1;
  width: 100%;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
}
.right-premium-section .right-premium img[alt]::after {
  font-family: 'icomoon';
  content: "\e936";
  background: #eceeef;
  color: #d0d5d8;
  border: 1px solid #d0d5d8;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5rem;
  text-align: center;
  line-height: 350px;
  font-style: normal;
}
@media only screen and (max-width: 992px) {
  .right-premium-section .right-premium {
    display: none;
  }
}
.gallery-modal {
  width: 100%;
  max-width: 1100px;
}
.gallery-modal .modal-content {
  box-shadow: none;
  border-radius: 15px;
  border: none;
}
.gallery-modal .modal-content .modal-body {
  text-align: center;
}
.gallery-modal .modal-content .modal-body img {
  width: 100%;
  border-radius: 10px;
}
.gallery-modal .modal-content .modal-body .close-button {
  position: absolute;
  right: -50px;
  top: 20px;
  background-color: #ea473b;
  border: none;
  height: 60px;
  width: 50px;
  font-size: 2rem;
  color: #ffffff;
  border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 992px) {
  .gallery-modal .modal-content .modal-body .close-button {
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
}
.gallery-modal .modal-content .modal-body .next,
.gallery-modal .modal-content .modal-body .prev {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  background-color: #ffffff;
  height: 50px;
  width: 50px;
  font-size: 2rem;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  color: #354052;
}
.gallery-modal .modal-content .modal-body .next:disabled,
.gallery-modal .modal-content .modal-body .prev:disabled {
  color: rgba(109, 120, 130, 0.4);
}
.gallery-modal .modal-content .modal-body .next {
  right: 0;
}
.gallery-modal .modal-content .modal-body .prev {
  left: 0;
}
@media only screen and (max-width: 992px) {
  .gallery-modal {
    width: auto;
    margin-top: 90px;
  }
}
.error-msg {
  background-color: #fdebea;
  border: 2px solid #ea473b;
  margin-top: 10px;
  display: table;
  width: 100%;
}
.error-msg .icon {
  display: table-cell;
  vertical-align: middle;
  color: #ea473b;
  width: 60px;
  font-size: 2.5rem;
  text-align: center;
}
.error-msg .content-msg {
  padding: 10px 0;
  position: relative;
  color: #ea473b;
}
.error-msg .content-msg .text-msg {
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .error-msg .content-msg .text-msg {
    font-size: 0.9rem;
  }
}
.error-msg .content-msg .info-msg {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .error-msg .content-msg .info-msg {
    font-size: 1.4rem;
  }
}
.error-msg .content-msg .button-msg {
  position: absolute;
  display: inline-block;
  right: 15px;
  height: 40px;
  background-color: #ea473b;
  color: #ffffff;
  font-size: 1rem;
  line-height: 40px;
  padding: 0 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  .error-msg .content-msg .button-msg {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .error-msg {
    max-width: 96%;
  }
}
.terms-modal .modal-content {
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.terms-modal .modal-header {
  padding: 0;
  border: none;
}
.terms-modal .modal-header .close {
  background-color: #ea473b;
  text-shadow: none;
  height: 50px;
  width: 50px;
  color: #ffffff;
  opacity: 1;
  position: absolute;
  right: -49px;
  top: 0;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .terms-modal .modal-header .close {
    top: -50px;
    right: 0px;
  }
}
.terms-modal .modal-body {
  padding: 25px;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.terms-modal .modal-body .modal-privacy {
  line-height: 1.7;
  white-space: pre-line;
}
@media only screen and (max-width: 992px) {
  .terms-modal {
    padding-top: 50px;
  }
}
.terms-info {
  margin-bottom: 10px;
}
.terms-info label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.terms-info a {
  color: #5d1762;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 5px;
  font-size: 16px;
  cursor: pointer;
}
.terms-info .checkbox {
  width: 30px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e6eaee;
  background-color: #ffffff;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 0;
  position: relative;
}
.terms-info .checkbox:checked {
  background-color: #5d1762;
  border-color: #300037;
}
.terms-info .checkbox:checked:after {
  font-family: 'icomoon';
  content: "\e909";
  color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.mobile-menu {
  display: none;
  position: relative;
  width: 40px;
  border-radius: 5px;
  height: 40px;
  -webkit-appearance: none;
  transition: all 0.2s ease-in;
  margin: 10px 0 10px 10px !important;
  z-index: 101;
  border: none;
  outline: none;
  float: right;
}
.mobile-menu::after {
  content: '';
  display: none;
  background: rgba(36, 42, 54, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mobile-menu::before {
  content: "\e939";
  font-family: 'icomoon';
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  z-index: 101;
}
.mobile-menu:checked {
  transition: all 0.2s ease-in;
}
.mobile-menu:checked ~ .drop-menu {
  display: grid;
}
.mobile-menu:checked::before {
  content: "\e91b";
  top: 0;
  transition: all 0.2s ease-in;
}
.mobile-menu:checked::after {
  display: block;
}
@media only screen and (max-width: 992px) {
  .mobile-menu {
    display: inline-block;
  }
}
.drop-menu {
  display: none;
  background-color: #ffffff;
  width: 90%;
  position: fixed;
  left: 5%;
  padding: 15px;
  top: 100px;
  margin: 0;
  grid-template-columns: 33.333% 33.333% 33.333%;
  border-radius: 10px;
  z-index: 101;
}
.drop-menu li {
  display: block;
  font-size: 1rem;
  height: auto;
  line-height: normal;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  position: relative;
}
.drop-menu li:empty {
  display: none;
}
.drop-menu li.menu-share a,
.drop-menu li.menu-share button {
  border-color: #300037;
  background-color: #5d1762;
  color: #ffffff;
}
.drop-menu li.menu-share a i,
.drop-menu li.menu-share button i {
  color: #ffffff;
}
.drop-menu li a,
.drop-menu li button {
  background-color: #ffffff;
  color: #354052;
  border: 1px solid #e6eaee;
  font-size: 18px;
  width: 100%;
  display: block;
  border-radius: 8px;
  padding: 10px;
}
.drop-menu li a i,
.drop-menu li button i {
  margin-bottom: 4px;
  color: #6d7882;
  display: block;
  font-size: 2rem;
}
.drop-menu li a span,
.drop-menu li button span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-location-select {
  background-color: transparent;
  display: inline-block;
  border: 1px solid #e6eaee;
  float: none;
  border-radius: 5px;
  height: 50px;
  margin-left: 10px;
  padding: 0 5px;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  width: 200px;
  text-align: left;
}
.user-location-select i {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
  font-size: 24px;
}
.user-location-select .content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}
.user-location-select .text {
  color: #6d7882;
  display: block;
  margin-bottom: 4px;
}
.user-location-select .address {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .user-location-select {
    background-color: #eceeef;
    border: none;
    width: 100%;
    margin: 0;
    text-align: left;
    color: #354052;
  }
}
.map-min {
  background-color: #ffffff;
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.map-min.min_achieved {
  background-color: #f8fcf8;
}
.map-min.min_achieved .map-min-order {
  border-color: rgba(74, 184, 71, 0.25);
  animation: none;
}
.map-min.min_achieved .map-min-order b {
  color: #4ab847;
}
.map-min .map-min-order {
  display: block;
  padding: 15px;
  border: 2px dashed rgba(234, 71, 59, 0.25);
  border-radius: 10px;
  animation: border-animation 0.5s infinite linear;
  text-align: center;
}
.map-min .map-min-order b {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 5px;
  color: #ea473b;
}
.map-min .map-min-order small {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .map-min {
    top: 15px;
    right: 15px;
  }
  .map-min .map-min-order {
    padding: 10px;
  }
  .map-min .map-min-order b {
    font-size: 1.3rem;
  }
}
@keyframes border-animation {
  0% {
    border: 2px dashed rgba(234, 71, 59, 0.3);
  }
  100% {
    border: 2px dashed rgba(234, 71, 59, 0);
  }
}
.address-form-information {
  background-color: rgba(234, 71, 59, 0.05);
  padding: 15px;
  color: #ea473b;
  text-align: center;
  font-size: 1rem;
  border-radius: 10px;
  border: 1px dashed rgba(234, 71, 59, 0.3);
  font-weight: 500;
}
.address-form-information.min_achieved {
  display: none;
}
.number_input button:hover {
  background-color: rgba(230, 234, 238, 0.4) !important;
}
.number_input button:active {
  background-color: rgba(230, 234, 238, 0.75) !important;
}
.order-table-col {
  text-align: right;
  border: 1px solid #e6eaee;
  padding: 10px;
  margin: 10px;
}
.order-table-col:empty {
  display: none;
}
.order-table-col .payment-button {
  vertical-align: middle;
  border: none;
  height: 50px;
  padding: 0 20px;
  background-color: #4ab847;
  color: #ffffff;
  font-weight: 500;
  border-radius: 8px;
}
.order-table-col .payment-button:hover {
  background-color: #6ec66c;
}
.order-table-col .payment-button:active {
  background-color: #3b9339;
}
.order-table-col .total-amount {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 10px;
  color: #354052;
}
.order-table-col .order-table-total {
  display: inline-block;
  vertical-align: middle;
}
.table-code-section {
  background-color: #ffffff;
  border: 1px solid #e6eaee;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: table;
  width: 100%;
}
.table-code-section .table-information {
  background-color: #6d7882;
  color: #ffffff;
  display: inline-table;
  vertical-align: middle;
  width: 100px;
  height: 120px;
  margin: 0;
  border-radius: 3px;
  text-align: center;
}
.table-code-section .table-information .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.table-code-section .table-information .content .icon {
  display: block;
  line-height: 1;
  opacity: 0.7;
  margin-bottom: 5px;
  font-size: 2.3rem;
}
.table-code-section .table-information .content .number {
  font-size: 1.3rem;
  line-height: 1;
}
.table-code-section .qr-code {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
}
.table-code-section .qr-code img {
  max-width: 100%;
  max-height: 100%;
}
.table-code-section .table-key {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
}
.table-code-section .table-menu {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.table-code-section .table-menu .table-menu-button {
  display: inline-block;
  background-color: #5d1762;
  color: #ffffff;
  height: 120px;
  width: 100%;
  line-height: 120px;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 6px;
}
.table-code-section .table-menu .table-menu-button:hover {
  background-color: #8c4590;
}
.table-code-section .table-menu .table-menu-button:active {
  background-color: #300037;
}
.table-code-section .table-menu .table-menu-button i {
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (max-width: 992px) {
  .table-code-section .table-menu {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 992px) {
  .map-min-end ~ .map-min {
    display: none;
  }
}
.status-col {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  text-align: center;
}
.order-status {
  display: inline-block;
  font-weight: 500;
  font-size: 0.9rem;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .order-status {
    font-size: 0;
    padding: 0 9px;
    transition: all 0.2s ease-in;
  }
  .order-status::first-letter {
    font-size: 0.9rem;
  }
  .order-status:active,
  .order-status:hover,
  .order-status:focus,
  .order-status:focus-within {
    font-size: 0.9rem;
    transition: all 0.2s ease-in;
  }
}
.order-status.st-upcoming,
.order-status.st-PREPARED {
  background-color: #29a6c6;
}
.order-status.st-new,
.order-status.st-APPROVAL {
  background-color: #18cebb;
}
.order-status.st-preparing,
.order-status.st-PREPARING {
  background-color: #fd9610;
}
.order-status.st-prepared,
.order-status.st-PLACED {
  background-color: #b785f6;
}
.order-status.st-packing,
.order-status.st-PACKING {
  background-color: #5e62e7;
}
.order-status.st-picked,
.order-status.st-PACKED {
  background-color: #3eeb9c;
}
.order-status.st-delivered,
.order-status.st-SHIPPED,
.order-status.st-DELIVERED {
  background-color: #4ab847;
}
.order-status.st-SERVED {
  background-color: #b785f6;
}
.order-status.st-undefined {
  background-color: #18cebb;
}
.order-status.st-cancelled,
.order-status.st-CANCELED {
  background-color: #ea473b;
}
.close-table {
  background-color: #ea473b;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-weight: 500;
  margin-right: 7px;
}
.order-banner {
  background-color: #ffffff;
  border: 1px solid #e6eaee;
  margin-bottom: 10px;
  padding: 10px;
  display: table;
  width: 100%;
  border-radius: 8px;
}
.order-banner .image {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}
.order-banner .image img {
  max-width: 100%;
  max-height: 100%;
}
.order-banner .content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #4ab847;
}
.zoom-view {
  position: fixed;
  z-index: 303;
  top: 100px;
  left: 5%;
  width: 90%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .zoom-view {
    display: inline-block;
    left: 25%;
    right: auto;
    margin: 0 auto;
    width: 50%;
  }
}
.zoom-view .menu_item {
  border: none;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  margin: 0;
  position: relative;
  z-index: 101;
  background-color: #ffffff;
}
.zoom-view .menu_item.no_image .menu_item_img {
  display: none !important;
}
.zoom-view .menu_item .menu_item_btn {
  width: 100% !important;
  padding: 0 !important;
}
.zoom-view .menu_item .menu_item_btn .item_price_col {
  text-align: center;
}
.zoom-view .menu_item .item-content .text {
  display: block;
  max-height: 150px;
  overflow: auto;
}
.zoom-view .zoom-view-bg {
  background: rgba(36, 42, 54, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.zoom-view .menu_item_img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.zoom-view .text {
  display: block;
  font-size: 1.1rem;
}
.zoom-view .item_price {
  display: block;
  float: none;
  text-align: center;
}
.zoom-view .item_btn {
  float: none;
}
.zoom-view .icon-close {
  background: #ea473b;
  color: #ffffff;
  width: 50px;
  height: 40px;
  position: absolute;
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
  border-radius: 8px 8px 0 0;
  border: none;
  top: -40px;
  right: 20px;
  z-index: 101;
}
.zoom-view .info-msg {
  display: none !important;
}
/*- Lite Layout -*/
@media only screen and (max-width: 992px) {
  .lite .restaurant_head_wrapper {
    background-color: #354052;
  }
}
@media only screen and (max-width: 992px) {
  .lite .restaurant_head_wrapper .restaurant_title {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .lite .restaurant_head_wrapper .restaurant_info_list li i,
  .lite .restaurant_head_wrapper .restaurant_info_list li span {
    color: #ffffff;
  }
}
@media only screen and (max-width: 992px) {
  .lite .restaurant_head_wrapper .restaurant_info_list {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .lite .restaurant_head_wrapper .hours-col,
  .lite .restaurant_head_wrapper .delivery_btn {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 992px) {
  .lite .info_tab_content {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .lite .item_head {
    margin: 10px 0;
  }
}
.lite .menu_item {
  position: relative;
  background-color: rgba(93, 23, 98, 0.02);
  transition: all 0.3s ease-in;
}
.lite .menu_item:hover {
  box-shadow: -2px 2px 15px -10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in;
}
.lite .menu_item.no_image .item_img_toggle:active ~ .menu_item_row,
.lite .menu_item.no_image .item_img_toggle:focus ~ .menu_item_row {
  padding: 15px;
}
.lite .menu_item.no_image .item_img_toggle:active ~ .menu_item_row .menu_item_desc,
.lite .menu_item.no_image .item_img_toggle:focus ~ .menu_item_row .menu_item_desc {
  margin: 0;
  min-height: auto;
}
.lite .menu_item.no_image .menu_item_img {
  display: none;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item {
    float: left;
    overflow: hidden;
    box-shadow: -2px 2px 15px -10px rgba(0, 0, 0, 0.4);
    padding-bottom: 50px;
  }
}
.lite .menu_item .menu_item_img {
  display: none;
  z-index: 101;
}
.lite .menu_item .menu_item_img::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #eceeef;
  position: absolute;
  left: -10px;
  top: 25px;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .menu_item_img::before {
    display: none;
  }
}
.lite .menu_item .menu_item_img:empty .item_img_toggle {
  display: none;
}
.lite .menu_item .item_img_toggle {
  display: inline-block;
  background: none;
  border: none;
  color: #4ab847;
  font-size: 1.4rem;
  position: absolute;
  top: 28px;
  left: 5px;
  z-index: 101;
}
.lite .menu_item .item_img_toggle:active ~ .menu_item_img,
.lite .menu_item .item_img_toggle:focus ~ .menu_item_img {
  display: inline-block;
  position: absolute;
  width: 170px;
  height: 110px;
  z-index: 11;
  top: 60px;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .item_img_toggle:active ~ .menu_item_img,
  .lite .menu_item .item_img_toggle:focus ~ .menu_item_img {
    width: auto;
    height: 100px;
    right: 15px;
    left: 15px;
    top: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .item_img_toggle {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 1.3rem;
    margin: 0;
  }
}
.lite .menu_item .menu_item_btn {
  width: 100%;
  padding: 0;
  display: table;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .menu_item_btn {
    display: block;
  }
}
.lite .menu_item .menu_item_title {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .menu_item_title {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.1rem;
  }
}
.lite .menu_item .menu_item_desc {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .lite .menu_item .menu_item_desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
.lite .menu_item .item_btn,
.lite .menu_item .number_input {
  margin-left: 10px;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .item_btn,
  .lite .menu_item .number_input {
    float: none;
  }
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .item_btn {
    height: 35px;
    line-height: 35px;
    width: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .item_btn i {
    line-height: 35px;
    font-size: 0;
  }
}
.lite .menu_item .number_input {
  float: right;
  background-color: #5a5a5a;
  border-radius: 6px;
}
.lite .menu_item .number_input button {
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .number_input button {
    width: 35px;
    height: 35px;
    text-align: center;
  }
  .lite .menu_item .number_input button:hover,
  .lite .menu_item .number_input button:active {
    background-color: rgba(255, 255, 255, 0.15) !important;
  }
}
.lite .menu_item .number_input .quantity {
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .number_input .quantity {
    height: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .number_input {
    width: 105px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    border: none;
    float: none;
    position: relative;
    z-index: 1;
  }
}
.lite .menu_item .number_input ~ .info-msg {
  display: none;
}
.lite .menu_item .info-msg {
  font-size: 0;
  background-color: #f4bd25;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0;
}
.lite .menu_item .info-msg::before,
.lite .menu_item .info-msg::after {
  content: '';
  position: absolute;
  top: 10px;
}
.lite .menu_item .info-msg::before {
  width: 0;
  height: 0;
  border-top: 5px solid #f4bd25;
  border-right: 5px solid transparent;
  left: 0;
}
.lite .menu_item .info-msg::after {
  width: 0;
  height: 0;
  border-top: 5px solid #f4bd25;
  border-left: 5px solid transparent;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .lite .menu_item .info-msg {
    top: 5px;
    right: 10px;
  }
}
.lite .menu_item .item_price_col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: right;
  background-color: #eceeef;
  padding: 5px;
  padding-left: 10px;
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .item_price_col {
    display: block;
    float: none;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
  }
}
.lite .menu_item .item_price {
  height: 40px;
  line-height: 43px;
  float: none;
}
@media only screen and (max-width: 992px) {
  .lite .menu_item .item_price {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    pointer-events: none;
  }
}
.lite .zoom-view {
  display: none;
}
.lite .zoom-view .item_img_toggle {
  display: none !important;
}
.lite .zoom-view .menu_item {
  background: #ffffff;
}
.lite .zoom-view .menu_item .menu_item_row {
  max-height: none;
}
.lite .zoom-view .menu_item .menu_item_row .menu_item_desc {
  display: block !important;
}
.lite .zoom-view .menu_item .menu_item_img {
  display: block;
}
.lite .zoom-view .menu_item_btn {
  padding: 0;
}
.lite .zoom-view .menu_item_btn .menu_item_title {
  width: 100%;
}
/*- Compact Layout (Single Line ) -*/
@media only screen and (max-width: 992px) {
  .compact .item_head {
    margin-top: 15px;
  }
}
.compact .item-row {
  border: 1px solid #e6eaee;
  border-radius: 5px;
}
.compact .item-row:empty {
  display: none;
}
@media only screen and (min-width: 992px) {
  .compact .item-row {
    padding: 5px 0;
  }
}
.compact .menu_item {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  position: relative;
}
.compact .menu_item:hover {
  background-color: rgba(236, 238, 239, 0.6);
}
.compact .menu_item.no_image .item_img_toggle:active ~ .menu_item_row,
.compact .menu_item.no_image .item_img_toggle:focus ~ .menu_item_row {
  padding: 15px;
}
.compact .menu_item.no_image .item_img_toggle:active ~ .menu_item_row .menu_item_desc,
.compact .menu_item.no_image .item_img_toggle:focus ~ .menu_item_row .menu_item_desc {
  margin: 0;
  min-height: auto;
}
.compact .menu_item.no_image .menu_item_img {
  display: none !important;
}
.compact .menu_item .menu_item_title {
  width: calc(100% - 75px);
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.compact .menu_item .menu_item_title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .compact .menu_item .menu_item_title {
    width: calc(100% - 116px);
    font-size: 1.3rem;
  }
}
.compact .menu_item .number_input {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}
.compact .menu_item .menu_item_img {
  display: none;
}
.compact .menu_item .menu_item_btn {
  width: 100%;
  padding-left: 50px;
}
.compact .menu_item .menu_item_row .menu_item_row {
  max-height: 0;
}
.compact .menu_item .menu_item_desc {
  display: none;
}
.compact .menu_item .item_btn,
.compact .menu_item .number_input {
  float: right;
}
.compact .menu_item .number_input ~ .info-msg {
  display: none;
}
.compact .menu_item .info-msg {
  font-size: 0;
  background-color: #f4bd25;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 3px;
  margin: 0;
}
.compact .menu_item .info-msg::before,
.compact .menu_item .info-msg::after {
  content: '';
  position: absolute;
  top: 8px;
}
.compact .menu_item .info-msg::before {
  width: 0;
  height: 0;
  border-top: 4px solid #f4bd25;
  border-right: 4px solid transparent;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .compact .menu_item .info-msg::before {
    border-width: 6px;
  }
}
.compact .menu_item .info-msg::after {
  width: 0;
  height: 0;
  border-top: 4px solid #f4bd25;
  border-left: 4px solid transparent;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .compact .menu_item .info-msg::after {
    border-width: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .compact .menu_item .info-msg {
    width: 12px;
  }
}
.compact .menu_item .item_price_col {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .compact .menu_item .item_price_col {
    width: 116px;
  }
}
.compact .menu_item .item_price {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  pointer-events: none;
}
.compact .menu_item .item_price ~ .item_btn i {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .compact .menu_item .item_price {
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
}
.compact .menu_item .item_img_toggle {
  display: inline-block !important;
  font-size: 2rem;
  position: absolute;
  left: 10px;
  height: 40px;
  border: none;
  background-color: rgba(230, 234, 238, 0.4);
  color: #6d7882;
  width: 40px;
  border-radius: 50%;
}
.compact .menu_item .item_img_toggle::before {
  content: '\e90e';
}
.compact .menu_item .item_img_toggle:active ~ .menu_item_img,
.compact .menu_item .item_img_toggle:focus ~ .menu_item_img {
  display: inline-block;
  position: absolute;
  width: 170px;
  height: 110px;
  z-index: 11;
  top: 60px;
}
@media only screen and (max-width: 992px) {
  .compact .menu_item .item_img_toggle:active ~ .menu_item_img,
  .compact .menu_item .item_img_toggle:focus ~ .menu_item_img {
    width: auto;
    height: 100px;
    right: 15px;
    left: 15px;
    top: 50px;
  }
}
.compact .menu_item .item_img_toggle:active ~ .menu_item_row,
.compact .menu_item .item_img_toggle:focus ~ .menu_item_row {
  display: block;
  background-color: #f2f3f4;
  padding: 15px 15px 15px 200px;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 8px rgba(36, 42, 54, 0.15);
  max-height: 100vh;
}
.compact .menu_item .item_img_toggle:active ~ .menu_item_row .menu_item_desc,
.compact .menu_item .item_img_toggle:focus ~ .menu_item_row .menu_item_desc {
  display: block;
  font-size: 1rem;
  line-height: 1.7;
  min-height: 110px;
}
@media only screen and (max-width: 992px) {
  .compact .menu_item .item_img_toggle:active ~ .menu_item_row,
  .compact .menu_item .item_img_toggle:focus ~ .menu_item_row {
    padding-top: 120px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .compact .menu_item .item_img_toggle {
    height: 30px;
    width: 30px;
    font-size: 1.4rem;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .compact .menu_item {
    padding: 6px 15px;
  }
}
.compact .zoom-view {
  display: none;
}
.compact .zoom-view .item_img_toggle {
  display: none !important;
}
.compact .zoom-view .menu_item:hover {
  background-color: #ffffff;
}
.compact .zoom-view .menu_item .menu_item_row {
  max-height: none;
}
.compact .zoom-view .menu_item .menu_item_row .menu_item_desc {
  display: block !important;
}
.compact .zoom-view .menu_item .menu_item_img {
  display: block;
}
.compact .zoom-view .menu_item_btn {
  padding: 0;
}
.compact .zoom-view .menu_item_btn .menu_item_title {
  width: 100%;
}
@page {
  size: 270mm 80mm;
  margin: 0mm;
}
.print-details {
  color: #000000;
  padding: 20px;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .print-details::after {
    content: '';
    background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);
    position: absolute;
    width: 100%;
    bottom: -20px;
    height: 20px;
    background-size: 20px 50px;
    left: 0;
  }
}
@media print {
  .print-details::after {
    display: none;
  }
}
.print-details .print-table {
  width: 100%;
  margin-bottom: 15px;
}
.print-details .print-table thead {
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}
.print-details .print-table thead tr th {
  padding: 5px;
}
.print-details .print-table thead tr th.price-th {
  text-align: right;
}
.print-details .print-table tbody {
  font-size: 14px;
  border-bottom: 1px dashed #000000;
}
.print-details .print-table tbody tr.tr-col {
  border-bottom: 1px solid #babfc4;
}
.print-details .print-table tbody tr.tr-col td {
  padding: 0;
}
.print-details .print-table tbody tr td {
  padding: 5px;
}
.print-details .print-table tbody tr td.price-td {
  text-align: right;
}
.print-details .print-table tbody tr td.qt-td {
  text-align: center;
}
.print-details .print-table .cart_sub_menu {
  padding: 6px 20px;
  margin: 0;
}
.print-details .print-table .cart_sub_menu li.unwanted span {
  text-decoration: line-through;
}
.print-details .print-list {
  padding: 0;
  margin-bottom: 10px;
  font-size: 0;
}
.print-details .print-list li {
  display: table;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 8px;
}
.print-details .print-list li .label {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0;
  text-align: left;
  color: #354052;
}
.print-details .print-list li .value,
.print-details .print-list li b {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-size: 1.1rem;
}
.print-details .print-header {
  border-bottom: 1px dashed #000000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.85rem;
  padding-bottom: 5px;
}
.print-details .print-header .title {
  font-size: 1.5rem;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.print-details .print-header .location {
  display: block;
  font-size: 1rem;
}
.print-details .print-header .contact {
  display: block;
  font-size: 1rem;
}
.print-details .order-total-info ul {
  padding: 0;
  margin-top: 5px;
}
.print-details .order-total-info ul li {
  display: table;
  width: 100%;
  padding-bottom: 3px;
  font-size: 1rem;
}
.print-details .order-total-info ul li span {
  display: table-cell;
  font-weight: 400;
  vertical-align: top;
}
.print-details .order-total-info ul li b {
  display: table-cell;
  text-align: right;
  font-weight: 500;
  vertical-align: top;
  width: 80px;
}
.print-details .order-total-info ul li.total {
  padding-top: 10px;
}
.print-details .order-total-info ul li.total span {
  font-weight: 500;
}
.print-details .order-total-info ul li.total b {
  font-size: 1rem;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}
.print-details .print-buttons .cancel-btn,
.print-details .print-buttons .print-btn {
  width: 100%;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
}
.print-details .print-buttons .print-btn {
  border: none;
  background-color: #000000;
  color: #ffffff;
}
.print-details .print-buttons .cancel-btn {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
@media print {
  .print-details .print-buttons {
    display: none;
  }
}
.print-details .print-footer {
  text-align: center;
  clear: both;
  padding: 10px 0 15px;
}
.print-details .print-footer .print-logo {
  display: none;
  height: 50px;
}
.print-details .print-footer .print-logo img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale();
}
.print-details .print-footer .text {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
@media print {
  .print-details .print-footer {
    padding-bottom: 50px;
  }
}
.print-details .print-info-list {
  margin: 0;
  width: 100%;
  float: left;
  text-align: left;
  clear: both;
  padding: 10px;
  border: 1px dashed #000000;
  border-radius: 8px;
  display: none;
}
.print-details .print-info-list .head {
  font-size: 1.1rem;
  color: #354052;
}
.print-details .print-info-list li {
  display: block;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.print-details .print-info-list li:empty {
  display: none;
}
.print-details .print-info-list li:last-child {
  margin-bottom: 0;
}
.print-details .print-info-list li span {
  display: inline-block;
  vertical-align: middle;
  min-width: 85px;
}
.print-details .print-info-list li b {
  color: #354052;
  padding: 0 20px;
  font-size: 0.9rem;
}
.print-details .print-info-list li b.status {
  margin: 0;
  padding: 0 15px;
  color: #ffffff;
}
@media print {
  .print-details {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .print-details {
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 15px 10px 0 rgba(53, 64, 82, 0.15);
  }
}
@media only screen and (min-width: 992px) {
  .desk_one.with_image .menu_item .menu_item_img {
    display: inline-block;
  }
  .desk_one.with_image .menu_item .menu_item_btn {
    width: calc(100% - 300px);
    padding-left: 15px;
  }
  .desk_one.with_image .left-banner-sm,
  .desk_one.with_image .footer-banner,
  .desk_one.with_image .top-full-banner,
  .desk_one.with_image .main-banner {
    display: block;
  }
  .desk_one.with_image .restaurant_head_wrapper {
    padding: 45px 0;
  }
  .desk_one .menu_item .menu_item_img {
    display: none;
  }
  .desk_one .menu_item .menu_item_btn {
    width: 100%;
    padding: 0;
  }
  .desk_one .restaurant_head_wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .desk_two.with_image .menu_item .menu_item_img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .desk_two.with_image .left-banner-sm,
  .desk_two.with_image .footer-banner,
  .desk_two.with_image .top-full-banner,
  .desk_two.with_image .main-banner {
    display: block;
  }
  .desk_two.with_image .restaurant_head_wrapper {
    padding: 45px 0;
  }
  .desk_two .menu_item .menu_item_img {
    display: none;
  }
  .desk_two .menu_item .menu_item_btn {
    width: 100%;
    padding: 0;
  }
  .desk_two .restaurant_head_wrapper {
    padding: 0;
  }
  .desk_two .menu_content > div > div {
    margin: 0 -5px;
  }
  .desk_two .menu_content .item-row {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .desk_two .menu_content .item-col {
    padding: 5px;
  }
  .desk_two .menu_content .item-col .menu_item {
    margin: 0;
    height: 100%;
  }
  .desk_two .menu_content .item-col .menu_item .item_price {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .desk_three.with_image .menu_item .menu_item_img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .desk_three.with_image .left-banner-sm,
  .desk_three.with_image .footer-banner,
  .desk_three.with_image .top-full-banner,
  .desk_three.with_image .main-banner {
    display: block;
  }
  .desk_three.with_image .restaurant_head_wrapper {
    padding: 45px 0;
  }
  .desk_three .menu_item .menu_item_img {
    display: none;
  }
  .desk_three .menu_item .menu_item_btn {
    width: 100%;
    padding: 0;
  }
  .desk_three .restaurant_head_wrapper {
    padding: 0;
  }
  .desk_three .menu_content > div > div {
    margin: 0 -5px;
  }
  .desk_three .menu_content .item-row {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
  }
  .desk_three .menu_content .item-col {
    padding: 5px;
  }
  .desk_three .menu_content .item-col .menu_item {
    margin: 0;
    height: 100%;
  }
  .desk_three .menu_content .item-col .menu_item .item_price {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .mob_one.with_image .menu_item .menu_item_img {
    display: inline-block;
  }
  .mob_one.with_image .menu_item .menu_item_btn {
    width: calc(100% - 90px);
    padding-left: 15px;
  }
  .mob_one.with_image .footer-banner,
  .mob_one.with_image .top-full-banner {
    display: block;
  }
  .mob_one .menu_item .menu_item_img {
    display: none;
  }
  .mob_one .menu_item .menu_item_btn {
    width: 100%;
    padding: 0;
  }
  .mob_one .restaurant_head_wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .mob_two.with_image .menu_item .menu_item_img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
  }
  .mob_two.with_image .footer-banner,
  .mob_two.with_image .top-full-banner {
    display: block;
  }
  .mob_two .menu_item .menu_item_img {
    display: none;
  }
  .mob_two .menu_item .menu_item_btn {
    width: 100%;
    padding: 0;
  }
  .mob_two .restaurant_head_wrapper {
    padding: 0;
  }
  .mob_two .menu_content > div > div {
    margin: 0 -5px;
  }
  .mob_two .menu_content .item-row {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .mob_two .menu_content .item-col {
    padding: 5px;
  }
  .mob_two .menu_content .item-col .menu_item {
    margin: 0;
    height: 100%;
  }
  .mob_two .menu_content .item-col .menu_item .item_price {
    height: 40px;
    line-height: 40px;
  }
}
.gallery-list-sm {
  background-color: #ffffff;
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid #e6eaee;
  margin-bottom: 15px;
}
.gallery-list-sm .title {
  margin: 0;
  font-size: 1.2rem;
  padding: 10px 10px 6px;
  display: block;
  color: #354052;
}
.gallery-list-sm .gallery-list {
  padding: 0 10px 10px;
  margin: 0;
  font-size: 0;
  display: block;
}
.gallery-list-sm .gallery-list li {
  display: none;
  width: 50%;
  padding: 2px;
}
.gallery-list-sm .gallery-list li:nth-child(-n+6) {
  display: inline-block;
}
.gallery-list-sm .gallery-list li a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-list-sm .gallery-list li a img {
  max-width: 100%;
  max-height: 100%;
}
.comment-view {
  display: block;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 15px;
  padding: 15px;
}
.comment-view .star {
  font-size: 1rem;
  display: inline-block;
  background-color: rgba(236, 238, 239, 0.5);
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 15px;
}
.comment-view .star .star-list {
  color: #f4bd25;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 5px;
}
.comment-view .star .star-value {
  display: inline-block;
  font-weight: 500;
  line-height: 25px;
  height: 25px;
  vertical-align: middle;
}
.comment-view .star-list {
  padding: 0;
  margin: 0;
}
.comment-view .star-list li {
  display: block;
  margin-bottom: 8px;
  color: #6d7882;
}
.comment-view .star-list li:last-child {
  margin-bottom: 0;
}
.comment-view .star-list li i {
  font-size: 1rem;
  margin-right: 5px;
}
.comment-view .star-list li .star-value {
  text-align: right;
  float: right;
}
.comment-list {
  display: block;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 15px;
  padding: 0 15px;
}
.comment-list li {
  display: block;
  border-bottom: 1px solid #e6eaee;
}
.comment-list li:last-child {
  border: none;
}
.comment-list li a {
  display: block;
  padding: 15px 0;
  color: #354052;
}
.comment-list li .name {
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
}
.comment-list li .text {
  display: block;
  font-size: 1rem;
  color: #6d7882;
}
.comment-list li .order-service {
  font-size: 0;
  margin: 5px -2px;
}
.comment-list li .order-service .select-service {
  display: inline-block;
  color: #354052;
  background-color: #e6eaee;
  padding: 0 10px;
  border-radius: 20px;
  height: 25px;
  line-height: 25px;
  vertical-align: top;
  margin: 2px;
  font-size: .9rem;
  font-weight: 500;
}
.comment-list li .star-comment {
  font-size: 0;
  letter-spacing: 5px;
}
.comment-list li .star-comment .star {
  font-size: 1.2rem;
  color: #354052;
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.comment-list li .star-comment .star.active {
  color: #f4bd25;
}
.comment-list li .star-comment .star.active::before {
  content: "\e934";
}
.footer-section {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0;
  margin-top: 80px;
  text-align: center;
}
.footer-section .footer-logo {
  display: inline-block;
  height: 50px;
  margin-bottom: 40px;
}
.footer-section .footer-logo::before,
.footer-section .footer-logo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(230, 234, 238, 0.15);
  top: 25px;
}
.footer-section .footer-logo::before {
  left: 0;
}
.footer-section .footer-logo::after {
  right: 0;
  width: 20%;
  background: #000000;
  left: 50%;
  height: 3px;
  transform: translateX(-50%);
}
.footer-section .footer-logo img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.footer-section .footer-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
}
.footer-section .address {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
}
.footer-section .footer-menu {
  padding: 0;
  margin: 0;
}
.footer-section .footer-menu li {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.footer-section .footer-menu li:last-child {
  margin: 0;
}
.footer-section .footer-menu li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  padding: 0;
}
.footer-section .footer-menu li a:hover {
  color: #6d7882;
}
.footer-section .social-media {
  margin-top: 20px;
  padding-left: 0;
  padding-top: 20px;
}
.footer-section .social-media li {
  display: inline-block;
  width: 25px;
  text-align: center;
  margin-right: 20px;
}
.footer-section .social-media li a {
  display: block;
  color: #0d0628;
  font-size: 24px;
}
.footer-section .footer-links {
  padding: 0;
  margin: 0;
}
.footer-section .footer-links li {
  display: block;
  margin-bottom: 15px;
}
.footer-section .footer-links li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 10px;
  font-weight: 500;
}
.footer-section .footer-links li a.one {
  background-color: #5d1762;
  color: #ffffff;
}
.footer-section .footer-links li a.one:hover {
  background-color: #300037;
}
.footer-section .footer-links li a.two {
  background-color: #0d0628;
  color: #ffffff;
}
.footer-section .footer-links li a.two:hover {
  background-color: #000000;
}
.footer-section .info-list {
  padding: 0;
  margin: 0;
}
.footer-section .info-list li {
  display: inline-block;
  height: 50px;
  padding: 0 5px;
  vertical-align: middle;
}
.footer-section .info-list li img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 992px) {
  .footer-section {
    padding: 15px 0;
  }
  .footer-section .info-list,
  .footer-section .footer-links,
  .footer-section .footer-menu,
  .footer-section .address {
    margin-bottom: 15px;
  }
}
.footer-bottom {
  padding: 25px 0;
  background-color: #5d1762;
  color: #ffffff;
}
.footer-bottom .copyright {
  margin: 0;
  height: 52px;
  line-height: 52px;
}
@media only screen and (max-width: 992px) {
  .footer-bottom {
    padding-bottom: 100px;
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  .multiselect .multiselect__content-wrapper {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 101;
    max-height: none !important;
    height: calc(100vh - 60px);
    border: none;
    border-radius: 0;
  }
  .multiselect .multiselect__content-wrapper .multiselect__content {
    padding: 15px;
  }
  .multiselect .multiselect__content-wrapper .multiselect__element {
    border-bottom: 1px solid #e6eaee;
  }
  .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option {
    padding: 15px 10px;
    min-height: 40px;
    line-height: 1.6;
  }
  .multiselect .multiselect__content-wrapper .multiselect__element .multiselect__option::after {
    content: "\e90c";
    font-family: 'icomoon';
    height: 55px;
    font-size: 1.5rem;
    line-height: 55px;
    padding: 0;
  }
}
.cms-page {
  margin-top: 80px;
}
