<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

html.no-js {
  margin-top: 0px !important;
}

body {
  margin: 0;
  padding: 0;
}
body.wp-foodbook-page {
  background: #f9f9f9;
}

#wiz-foodbook {
  font-family: "Arimo", sans-serif;
  color: #3c3c3c;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wiz-foodbook * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wiz-foodbook button, #wiz-foodbook input, #wiz-foodbook select, #wiz-foodbook optgroup, #wiz-foodbook textarea {
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  color: #3c3c3c;
  font-weight: normal;
}
#wiz-foodbook input, #wiz-foodbook textarea {
  -webkit-appearance: none;
}
#wiz-foodbook button:hover {
  cursor: pointer;
}
#wiz-foodbook .text-left {
  text-align: left;
}
#wiz-foodbook h1, #wiz-foodbook h2, #wiz-foodbook h3, #wiz-foodbook h4, #wiz-foodbook h5, #wiz-foodbook h6 {
  font-family: "Arimo", sans-serif;
  text-transform: inherit;
}
#wiz-foodbook a, #wiz-foodbook a:hover, #wiz-foodbook a:focus, #wiz-foodbook a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
#wiz-foodbook ol, #wiz-foodbook ul, #wiz-foodbook li {
  padding: 0;
  list-style: none;
  margin: 0;
}

.wp-foodbook-page h2 {
  font-weight: bold;
  color: #3c3c3c;
  font-size: 24px;
  line-height: normal;
  margin: 0 0 15px;
}
.wp-foodbook-page h3 {
  font-weight: bold;
  color: #3c3c3c;
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0;
}

.modal-wz {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: auto;
}

.modal-wrapper {
  vertical-align: middle;
  padding: 10px;
}

.modal-container {
  max-width: 600px;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toasted-container {
  font-family: "Arimo", sans-serif;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

@media screen and (max-width: 959px) {
  .wiz-visible {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .wiz-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .toasted-container {
    min-width: 90%;
  }
}
.loading {
  position: relative;
  min-height: 100px;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 9;
  display: block;
}
.loading::after {
  content: "";
  display: block;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: solid 2px transparent;
  border-top-color: #3c3c3c;
  border-left-color: #3c3c3c;
  border-radius: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
          animation: pace-spinner 400ms linear infinite;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -17px 0 0 -17px;
}
.loading.top::after {
  top: 50px;
}
.loading.loadingOpacity::before {
  opacity: 0.7;
}
.loading.loaded::before, .loading.loaded::after {
  display: none;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#headerComponent {
  position: relative;
  background-color: #ffffff;
}
#headerComponent .headerComponent-inner {
  width: 100%;
  max-width: 1395px;
  margin: 0 auto;
  z-index: 999;
  height: 60px;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerComponent .headerComponent-inner.fixed {
  top: 0;
}
@media screen and (max-width: 1199px) {
  #headerComponent .headerComponent-inner {
    padding: 0 15px;
  }
}
#headerComponent .headerComponent-inner::before, #headerComponent .headerComponent-inner::after {
  content: "";
  display: block;
  clear: both;
}
#headerComponent .headerComponent-inner .header-logo a {
  display: block;
  padding: 5px 0;
}
#headerComponent .headerComponent-inner .header-logo a img {
  max-width: 100%;
  max-height: 50px;
  vertical-align: middle;
}
#headerComponent .headerComponent-inner .header-cart {
  max-width: 80px;
  margin-left: 15px;
}
#headerComponent .headerComponent-inner .header-cart a {
  display: block;
  text-decoration: none;
  outline: none;
}
#headerComponent .headerComponent-inner .header-cart a .count {
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  background-color: #02abe5;
  color: #fff;
  text-align: center;
  display: inline-block;
}
#headerComponent .headerComponent-inner .header-cart a .icon {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}
#headerComponent .headerComponent-inner .header-cart a .icon img {
  vertical-align: middle;
}
#headerComponent .headerComponent-inner .header-logaddress {
  width: 450px;
}
@media screen and (max-width: 1199px) {
  #headerComponent .headerComponent-inner .header-logaddress {
    width: 330px;
  }
}
#headerComponent .headerComponent-inner .header-logaddress .form-group {
  position: relative;
}
#headerComponent .headerComponent-inner .header-logaddress .form-group i {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 18px;
}
#headerComponent .headerComponent-inner .header-logaddress .form-group #searchLoction {
  width: 100%;
  border: 1px solid #eaeaea;
  color: #3c3c3c;
  height: 40px;
  outline: none;
  font-size: 14px;
  padding-left: 35px;
}
#headerComponent .headerComponent-inner .header-login a.btn-login {
  border: 1px solid #eaeaea;
  padding: 0 30px;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  line-height: 38px;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #headerComponent .headerComponent-inner .header-login a.btn-login {
    padding: 0 15px;
    line-height: 28px;
  }
}
#headerComponent .headerComponent-inner .header-login .login-success {
  cursor: pointer;
  padding: 3px 0;
  display: block;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 959px) {
  #headerComponent .headerComponent-inner .header-login .login-success {
    line-height: 30px;
  }
}
#headerComponent .headerComponent-inner .header-login .login-success .account-image {
  float: left;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 959px) {
  #headerComponent .headerComponent-inner .header-login .login-success .account-image {
    height: 30px;
    width: 30px;
  }
}
#headerComponent .headerComponent-inner .header-login .login-success .account-name {
  margin-left: 50px;
  display: block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #headerComponent .headerComponent-inner .header-login .login-success .account-name {
    margin-left: 40px;
    font-size: 14px;
  }
}
#headerComponent .headerComponent-inner .header-login .login-success .wz-dropdown {
  left: -50%;
  padding: 15px;
}
@media screen and (max-width: 959px) {
  #headerComponent .headerComponent-inner .header-login .login-success .wz-dropdown {
    left: -100%;
  }
}
#headerComponent .headerComponent-inner .header-login .login-success .wz-dropdown .wz-dropdown-nav li {
  line-height: normal;
}
#headerComponent .headerComponent-inner .header-login .login-success .wz-dropdown .wz-dropdown-nav li a {
  padding: 5px 0;
  display: block;
}
#headerComponent .headerComponent-inner .header-booking-info {
  position: relative;
  margin: 0 15px;
}
#headerComponent .headerComponent-inner .header-booking-info &gt; button {
  background-color: transparent;
  border: 1px solid #eaeaea;
  line-height: 38px;
  min-width: 165px;
  font-weight: normal;
  font-size: 14px;
  color: #3c3c3c;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  display: inline-block;
  cursor: pointer;
  padding: 0 25px;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown {
  min-width: 300px;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav {
  margin: 10px 0px;
  line-height: normal;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li:first-child {
  border-bottom: 1px solid #d7d7d7;
  opacity: 0.5;
  margin-bottom: 5px;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li:first-child:hover {
  opacity: 1;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li.active .svg-icon.check {
  color: #42b983;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li.active [stroke*="#"] {
  stroke: currentcolor;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li a {
  padding: 5px 0;
  display: block;
  outline: none;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .gird {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .gird .svg-icon {
  width: auto;
  padding-left: 15px;
  margin-right: 10px;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .gird .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .booking-selected {
  margin-top: 10px;
  padding: 10px 15px 0;
  border-top: 1px solid #02abe5;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .booking-selected button {
  margin: 15px 0;
  background-color: #02abe5;
  color: #fff;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  outline: none;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  padding: 0 25px;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .booking-selected .set-date, #headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .booking-selected .set-time {
  margin-bottom: 10px;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .booking-selected .set-date label, #headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .booking-selected .set-time label {
  display: block;
  margin-bottom: 3px;
  font-weight: normal;
}
#headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .booking-selected .set-date select, #headerComponent .headerComponent-inner .header-booking-info .wz-dropdown .wz-dropdown-nav li .booking-selected .set-time select {
  outline: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  height: auto;
}
#headerComponent .headerComponent-inner .header-right, #headerComponent .headerComponent-inner .header-left, #headerComponent .headerComponent-inner .header-center, #headerComponent .headerComponent-inner .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#headerComponent .headerComponent-inner .header-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 990;
}
@media screen and (max-width: 1199px) {
  #headerComponent .headerComponent-inner .header-center {
    left: 40%;
  }
}
#headerComponent .headerComponent-inner .header-right {
  margin-left: auto;
}
#headerComponent .headerComponent-inner .header-right .search-icon {
  margin-right: 15px;
}
#headerComponent .headerComponent-inner .header-right .search-icon a {
  display: block;
  color: #02abe5;
}
#headerComponent .headerComponent-inner .header-right .search-icon a svg {
  vertical-align: middle;
}
#headerComponent .headerComponent-inner .header-right .search-icon a svg [STROKE*="#"] {
  stroke: currentcolor;
}
#headerComponent .headerComponent-inner .wz-dropdown {
  position: absolute;
  min-width: 200px;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
#headerComponent .headerComponent-inner .wz-dropdown .wz-dropdown-nav {
  padding: 0;
  list-style: none;
  margin: 0;
}
#headerComponent .headerComponent-inner .header-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#headerComponent .headerComponent-inner .header-search .search-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#headerComponent .headerComponent-inner .header-search .search-area input {
  border: none;
  height: 40px;
  background: transparent;
  outline: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  font-family: inherit;
}

#loginComponent {
  max-width: 444px;
  margin: 40px auto;
  padding: 0 7.5px;
}
#loginComponent h3 {
  text-transform: inherit;
}
#loginComponent .listFields {
  margin-bottom: 38px;
}
#loginComponent .listFields .field {
  position: relative;
  margin: 0 0 19px;
}
#loginComponent .listFields .field i {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#loginComponent .listFields .field input {
  width: 100%;
  background: transparent;
  height: 40px;
  border: 1px solid #e7e7e7;
  padding-left: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
#loginComponent .listFields button {
  width: 100%;
  display: block;
  border: 0;
  background: #02abe5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  outline: none;
  padding: 0;
  border-radius: 0;
}
#loginComponent .listFields button.isLoading {
  font-size: 0;
}
#loginComponent .listFields button span {
  font-weight: normal;
  font-size: 16px;
  vertical-align: middle;
}
#loginComponent .listFields button span i {
  margin-left: 5px;
  font-size: 20px;
}
#loginComponent .login-btn {
  margin: 0 -7.5px;
}
#loginComponent .login-btn::after, #loginComponent .login-btn::before {
  content: "";
  display: block;
  clear: both;
}
#loginComponent .login-btn .field-btn {
  float: left;
  width: 50%;
  padding: 0 7.5px;
}
#loginComponent .login-btn .field-btn .container.button {
  width: auto;
}
#loginComponent .login-btn .field-btn .container.button button {
  background: #cccccc;
  color: #3d3d3d;
  min-width: auto;
}
#loginComponent .login-btn .field-btn button {
  background: #3c3c3c;
  color: #fff;
  line-height: 40px;
  display: block;
  border: 0;
  width: 100%;
  outline: none;
  padding: 0;
  text-align: center;
  border-radius: 0;
  font-weight: normal;
}
#loginComponent .login-btn .field-btn button * {
  display: none !important;
}
#loginComponent .userModal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  opacity: 0.5;
  cursor: pointer;
}
#loginComponent .userModal .close:hover {
  opacity: 1;
}
#loginComponent .userModal .close:after, #loginComponent .userModal .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #333;
}
#loginComponent .userModal .close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#loginComponent .userModal .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#loginComponent .userModal .modal-container {
  max-width: 700px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
}
#loginComponent .userModal .modal-container .modal-body {
  padding: 20px 15px;
}
#loginComponent .userModal .modal-container .modal-body h3 {
  font-weight: normal;
  margin: 15px 0;
  letter-spacing: -0.4px;
  color: #02abe5;
  font-size: 24px;
}
#loginComponent .userModal .modal-container .modal-body h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 639px) {
  #loginComponent .userModal .modal-container .modal-body h3 {
    font-size: 22px;
  }
}
#loginComponent .userModal .modal-container .modal-body .form-associate button[class*=btn-] {
  color: #fff;
  font-size: 16px;
}
#loginComponent .userModal .modal-container .modal-body .form-associate button[class*=btn-].btn-update.loading {
  min-height: auto;
}
#loginComponent .userModal .modal-container .modal-body .form-associate button[class*=btn-].btn-update.loading:before {
  background: transparent;
}
#loginComponent .userModal .modal-container .modal-body .form-associate button[class*=btn-].btn-update.loading:after {
  width: 25px;
  height: 25px;
  margin: -15px 0 0 -15px;
  left: 30px;
  border-left-color: #fff;
}

.form-associate p {
  font-size: 15px;
  margin: 0 0 10px;
}
.form-associate p.feature {
  color: #02abe5;
}
.form-associate ul li {
  list-style: inside !important;
}
.form-associate .form-group {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-associate .form-group.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-associate .form-group &gt; label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .form-associate .form-group &gt; label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.form-associate .form-group input[type=text], .form-associate .form-group select {
  height: 35px;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  outline: none;
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #eaeaea;
}
.form-associate .form-group .vdp-datepicker {
  width: 100%;
}
.form-associate .form-group .form-check {
  margin-right: 5px;
}
.form-associate .form-group .form-check .form-check-input {
  cursor: pointer;
  vertical-align: top;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  margin: 0;
}
.form-associate .form-group .form-check .form-check-input:disabled ~ .form-check-label:before {
  background: #ebebe4;
}
.form-associate .form-group .form-check .form-check-input:checked ~ .form-check-label:after {
  opacity: 1;
}
.form-associate .form-group .form-check .form-check-label {
  position: relative;
  padding-left: 40px;
  line-height: 30px;
  display: inline-block;
}
.form-associate .form-group .form-check .form-check-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
}
.form-associate .form-group .form-check .form-check-label:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  display: inline-block;
  opacity: 0;
}
.form-associate .form-group button[class*=btn-] {
  background-color: #02abe5;
  letter-spacing: -0.3px;
  padding: 0 15px;
  border: none;
  height: 40px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 413px) {
  .form-associate .form-group button[class*=btn-] {
    font-size: 13px;
    letter-spacing: -1px;
    padding: 0 10px;
  }
}

.modal-wz.otpModal .modal-container {
  padding: 30px;
}
.modal-wz.otpModal input[type=text] {
  background: none;
  background-color: transparent;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  outline: none;
  border-color: #96BDEB;
  color: #44566B;
}
.modal-wz.otpModal button {
  background: none;
  background-color: transparent;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal-wz.otpModal .modal-container {
  position: relative;
}
.modal-wz.otpModal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid grey;
  text-align: center;
  vertical-align: middle;
}

#menuComponent {
  padding-top: 39px;
}
@media screen and (max-width: 959px) {
  #menuComponent {
    padding-top: 0;
  }
}
#menuComponent .menuComponent-inner {
  width: 100%;
  max-width: 1335px;
  margin: 0 auto;
  padding: 0 7.5px;
}
#menuComponent .menuComponent-inner .wz-row {
  margin: 0 -7.5px;
}
#menuComponent .menuComponent-inner .wz-row::before, #menuComponent .menuComponent-inner .wz-row::after {
  content: "";
  display: block;
  clear: both;
}
#menuComponent .sidebar {
  float: left;
  padding: 0 7.5px;
}
@media screen and (min-width: 960px) {
  #menuComponent .sidebar {
    position: sticky;
    top: 40px;
  }
}
#menuComponent .sidebar .sidebar-inner {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#menuComponent .sidebar.left-sidebar {
  width: 21%;
}
@media screen and (max-width: 1199px) {
  #menuComponent .sidebar.left-sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 959px) {
  #menuComponent .sidebar.left-sidebar {
    width: 100%;
    z-index: 999;
    padding: 0;
  }
}
#menuComponent .sidebar.left-sidebar .sidebar-inner {
  padding: 0 19px;
}
@media screen and (min-width: 960px) {
  #menuComponent .sidebar.left-sidebar .sidebar-inner {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner::-webkit-scrollbar {
    width: 8px;
    max-height: calc(100vh - 150px);
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner::-webkit-scrollbar-track {
    background-color: #cacaca;
    border-radius: 3px;
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    border-radius: 3px;
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner::-webkit-scrollbar-thumb:active {
    background-color: #ccc;
  }
}
@media screen and (max-width: 959px) {
  #menuComponent .sidebar.left-sidebar .sidebar-inner {
    padding: 0 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#menuComponent .sidebar.left-sidebar .sidebar-inner ul {
  padding: 15px 0;
  margin: 0;
}
@media screen and (max-width: 959px) {
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul {
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul::-webkit-scrollbar {
    display: none;
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul::-webkit-scrollbar-corner {
    display: none;
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul::-webkit-resizer {
    display: none;
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul::-webkit-scrollbar-thumb {
    display: none;
  }
}
#menuComponent .sidebar.left-sidebar .sidebar-inner ul li {
  display: block;
}
@media screen and (max-width: 959px) {
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul li {
    display: inline-block;
    cursor: pointer;
  }
}
#menuComponent .sidebar.left-sidebar .sidebar-inner ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #3c3c3c;
  position: relative;
}
@media screen and (min-width: 960px) {
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul li a:hover {
    color: #02abe5;
  }
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul li a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  #menuComponent .sidebar.left-sidebar .sidebar-inner ul li a {
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 13px;
  }
}
#menuComponent .sidebar.left-sidebar .sidebar-inner ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #02abe5;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menuComponent .sidebar.left-sidebar .sidebar-inner ul li a.active {
  color: #02abe5;
}
#menuComponent .sidebar.left-sidebar .sidebar-inner ul li a.active::after {
  width: 100%;
}
#menuComponent .sidebar.main-sidebar {
  width: 46%;
  background: transparent;
}
@media screen and (max-width: 1199px) {
  #menuComponent .sidebar.main-sidebar {
    width: 70%;
  }
}
@media screen and (max-width: 959px) {
  #menuComponent .sidebar.main-sidebar {
    width: 100%;
  }
}
#menuComponent .sidebar.main-sidebar .sidebar-inner {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#menuComponent .sidebar.main-sidebar .search-area {
  position: relative;
}
#menuComponent .sidebar.main-sidebar .search-area img {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#menuComponent .sidebar.main-sidebar .search-area input {
  color: #3c3c3c;
  border: 1px solid #e7e7e7;
  height: 40px;
  padding: 0 7px 0 43px;
  width: 100%;
}
#menuComponent .sidebar.main-sidebar .search-area input::-webkit-input-placeholder {
  color: #3c3c3c;
}
#menuComponent .sidebar.main-sidebar .search-area input::-moz-placeholder {
  color: #3c3c3c;
}
#menuComponent .sidebar.main-sidebar .search-area input:-ms-input-placeholder {
  color: #3c3c3c;
}
#menuComponent .sidebar.main-sidebar .search-area input::-ms-input-placeholder {
  color: #3c3c3c;
}
#menuComponent .sidebar.main-sidebar .search-area input::placeholder {
  color: #3c3c3c;
}
#menuComponent .sidebar.main-sidebar .products-area {
  margin-bottom: 80px;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts {
  margin-top: 25px;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .menuName h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: normal;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem {
  padding: 12px;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productImage {
  width: 80px;
  padding-right: 10px;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productImage img {
  width: 100%;
  border: 1px solid #d7d7d7;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productPrice, #menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productName {
  font-size: 16px;
  margin: 0;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productButton {
  width: 24px;
  height: 24px;
  border: 2px solid #02abe5;
  background: #02abe5;
  display: block;
  position: absolute;
  cursor: pointer;
  border-radius: 2px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productButton::before, #menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productButton::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productButton::before {
  width: 10px;
  height: 2px;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productButton::after {
  height: 10px;
  width: 2px;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productButton:hover {
  background: #fff;
}
#menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productButton:hover::before, #menuComponent .sidebar.main-sidebar .products-area .groupProducts .productItems .productItem .productItem-inner .productInfo .productButton:hover::after {
  background: #02abe5;
}
#menuComponent .sidebar.right-sidebar {
  width: 33%;
}
@media screen and (max-width: 1199px) {
  #menuComponent .sidebar.right-sidebar {
    display: none;
  }
}
#menuComponent .sidebar.right-sidebar .cartItemsTotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}
#menuComponent .sidebar.right-sidebar .cartItemsTotal p {
  margin: 0;
}
#menuComponent .sidebar.right-sidebar .totalPrice {
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menuComponent .sidebar.right-sidebar .totalPrice .totalText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}
#menuComponent .sidebar.right-sidebar .totalPrice .totalText p {
  margin: 0;
}
#menuComponent .sidebar.right-sidebar .totalPrice .totalText p:last-child {
  font-size: 24px;
}
#menuComponent .sidebar.right-sidebar .totalPrice .viewCartBtn {
  margin: 45px 0;
  padding: 0 20px;
}
#menuComponent .sidebar.right-sidebar .totalPrice .viewCartBtn button {
  display: block;
  border: 0;
  background: #02abe5;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 100%;
  cursor: pointer;
}
#menuComponent .sidebar.right-sidebar .totalPrice .viewCartBtn button.disable {
  background: #9addf5;
  cursor: not-allowed;
}
@media screen and (min-width: 960px) {
  #menuComponent .sidebar.right-sidebar .cartItems {
    overflow-y: auto;
    max-height: calc(100vh - 320px);
  }
  #menuComponent .sidebar.right-sidebar .cartItems::-webkit-scrollbar {
    width: 5px;
    max-height: calc(100vh - 320px);
  }
  #menuComponent .sidebar.right-sidebar .cartItems::-webkit-scrollbar-track {
    background-color: #cacaca;
    border-radius: 3px;
  }
  #menuComponent .sidebar.right-sidebar .cartItems::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    border-radius: 3px;
  }
  #menuComponent .sidebar.right-sidebar .cartItems::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
  }
  #menuComponent .sidebar.right-sidebar .cartItems::-webkit-scrollbar-thumb:active {
    background-color: #ccc;
  }
}
#menuComponent .sidebar.right-sidebar .cartItems .item {
  padding: 10px 45px 10px 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name .itemQuantity {
  padding-right: 10px;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name .itemQuantity span {
  text-align: center;
  background: #02abe5;
  color: #fff;
  line-height: 19px;
  border-radius: 3px;
  display: block;
  padding: 0 10px;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name .itemInfo p {
  margin: 0;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name .itemInfo .itemName {
  font-size: 16px;
  font-weight: bold;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name .itemInfo .options {
  font-size: 13px;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name .itemInfo .options span {
  margin-right: 3px;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name .itemInfo .options span::after {
  content: ",";
}
#menuComponent .sidebar.right-sidebar .cartItems .item .name .itemInfo .options span:last-child::after {
  display: none;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .price {
  min-width: 85px;
  text-align: right;
}
#menuComponent .sidebar.right-sidebar .cartItems .item .deleteItem {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
#menuComponent .mobile_booking {
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 6px 0 #e5e5e5;
          box-shadow: 3px 3px 6px 0 #e5e5e5;
  padding: 5px 20px;
  cursor: pointer;
}
#menuComponent .mobile_booking p {
  font-size: 12px;
}
#menuComponent .mobile_cart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  #menuComponent .mobile_cart {
    display: none;
  }
}
#menuComponent .mobile_cart button {
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #02abe5;
  text-align: center;
  border: none;
}
#menuComponent .mobile_cart button .content_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menuComponent .mobile_cart button .content_button .col {
  width: calc(100% * 1 / 3);
  color: #fff;
}
#menuComponent .modal-confirm-login {
  text-align: center;
}
#menuComponent .modal-confirm-login .modal-container {
  max-width: 410px;
}
#menuComponent .modal-confirm-login .modal-container .modal-header {
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
}
#menuComponent .modal-confirm-login .modal-container .modal-header h2 {
  margin: 0;
  font-weight: normal;
}
#menuComponent .modal-confirm-login .modal-container .modal-body {
  padding: 20px 15px 15px;
}
#menuComponent .modal-confirm-login .modal-container .modal-body p {
  font-size: 16px;
  margin: 0 0 15px;
}
#menuComponent .modal-confirm-login .modal-container .modal-body p i {
  color: #3d3d3d;
  margin-right: 10px;
}
#menuComponent .modal-confirm-login .modal-container .modal-body p:last-child {
  margin: 0;
}
#menuComponent .modal-confirm-login .modal-container .modal-body .action {
  text-align: center;
  margin-bottom: 15px;
}
#menuComponent .modal-confirm-login .modal-container .modal-body .action .btn {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  outline: none;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  min-width: 110px;
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: #02abe5;
}

.modal-mask {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
.modal-mask .modal-wrapper {
  max-width: 630px;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
}
.modal-mask .modal-container {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-mask .modal-container .closeModal {
  position: absolute;
  top: 14px;
  right: 16px;
  display: block;
  vertical-align: top;
  line-height: 1;
  cursor: pointer;
}
.modal-mask .modal-container .productDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d7d7d7;
  padding: 15px 20px;
}
.modal-mask .modal-container .productDesc .media {
  width: 80px;
}
.modal-mask .modal-container .productDesc .media img {
  width: 100%;
}
.modal-mask .modal-container .productDesc .name {
  width: calc(100% - 80px);
  padding-left: 10px;
}
.modal-mask .modal-container .productOptions {
  padding: 0 20px;
}
.modal-mask .modal-container .productOptions .group {
  border-bottom: 1px solid #d7d7d7;
  padding: 17px 0;
}
.modal-mask .modal-container .productOptions .group .optionGroupName h3 {
  font-weight: normal;
  margin: 0;
  color: #3c3c3c;
}
.modal-mask .modal-container .productOptions .group .optionItems {
  margin: 0 -7.5px;
}
.modal-mask .modal-container .productOptions .group .optionItems::before, .modal-mask .modal-container .productOptions .group .optionItems::after {
  content: "";
  display: block;
  clear: both;
}
.modal-mask .modal-container .productOptions .group .optionItems .item {
  float: left;
  width: 50%;
  padding: 0 7.5px;
  margin: 15px 0 0;
}
@media screen and (max-width: 639px) {
  .modal-mask .modal-container .productOptions .group .optionItems .item {
    width: auto;
  }
}
.modal-mask .modal-container .productOptions .group .optionItems .item input {
  display: none;
}
.modal-mask .modal-container .productOptions .group .optionItems .item input:checked ~ label::before {
  background: #02abe5;
  border-color: #02abe5;
}
.modal-mask .modal-container .productOptions .group .optionItems .item input:checked ~ label:after {
  opacity: 1;
}
.modal-mask .modal-container .productOptions .group .optionItems .item label {
  font-weight: normal;
  padding-left: 32px;
  line-height: 19px;
  position: relative;
}
.modal-mask .modal-container .productOptions .group .optionItems .item label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 19px;
  border: 1px solid #d7d7d7;
  background: #fff;
}
.modal-mask .modal-container .productOptions .group .optionItems .item label::after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 4px;
  left: 5px;
  z-index: 9;
  position: absolute;
  font-size: 12px;
}
.modal-mask .modal-container .productNote {
  border-bottom: 1px solid #d7d7d7;
  padding: 21px 20px;
}
.modal-mask .modal-container .productNote .inner {
  position: relative;
}
.modal-mask .modal-container .productNote .inner img {
  position: absolute;
  top: 50%;
  left: 11px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.modal-mask .modal-container .productNote .inner input {
  border: 1px solid #989898;
  resize: none;
  padding-left: 35px;
  height: 40px;
  width: 100%;
  max-width: 100%;
  outline: none;
}
.modal-mask .modal-container .productNote .inner input::-webkit-input-placeholder {
  color: #3c3c3c;
}
.modal-mask .modal-container .productNote .inner input::-moz-placeholder {
  color: #3c3c3c;
}
.modal-mask .modal-container .productNote .inner input:-ms-input-placeholder {
  color: #3c3c3c;
}
.modal-mask .modal-container .productNote .inner input::-ms-input-placeholder {
  color: #3c3c3c;
}
.modal-mask .modal-container .productNote .inner input::placeholder {
  color: #3c3c3c;
}
.modal-mask .modal-container .productAddToCart {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-mask .modal-container .productAddToCart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-mask .modal-container .productAddToCart .quantity .btn-quantity {
  width: 24px;
  height: 24px;
  border: 2px solid #02abe5;
  display: block;
  position: relative;
  cursor: pointer;
}
.modal-mask .modal-container .productAddToCart .quantity .btn-quantity::before, .modal-mask .modal-container .productAddToCart .quantity .btn-quantity::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #02abe5;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
}
.modal-mask .modal-container .productAddToCart .quantity .btn-quantity::before {
  width: 10px;
  height: 2px;
}
.modal-mask .modal-container .productAddToCart .quantity .btn-quantity::after {
  height: 10px;
  width: 2px;
}
.modal-mask .modal-container .productAddToCart .quantity .btn-quantity:hover {
  background: #02abe5;
}
.modal-mask .modal-container .productAddToCart .quantity .btn-quantity:hover::before, .modal-mask .modal-container .productAddToCart .quantity .btn-quantity:hover::after {
  background: #fff;
}
.modal-mask .modal-container .productAddToCart .quantity .btn-quantity.minus::after {
  opacity: 0;
}
.modal-mask .modal-container .productAddToCart .quantity .number {
  width: 30px;
  text-align: center;
  line-height: 24px;
}
.modal-mask .modal-container .productAddToCart .btnAdd {
  background-color: #02abe5;
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  cursor: pointer;
}
.modal-mask .modal-container .productAddToCart .btnAdd span {
  padding-left: 15px;
}
.modal-mask .modal-container .productAddToCart .btnAdd span i.fa {
  font-size: 18px;
  margin: 0 10px;
}
@media screen and (min-width: 414px) {
  .modal-mask .modal-container .productAddToCart .btnAdd span i.fa {
    display: none;
  }
}
@media screen and (max-width: 413px) {
  .modal-mask .modal-container .productAddToCart .btnAdd span {
    padding-left: 0;
  }
  .modal-mask .modal-container .productAddToCart .btnAdd span:first-child {
    display: none;
  }
}

span.required {
  color: #f89523;
  font-size: 90%;
  font-weight: normal;
}
span.required.valid {
  color: #2aba66;
}

.text-gray {
  color: #00000055;
}

.option__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 8px;
}
.option__checkbox {
  cursor: pointer;
  padding: 10px;
  background-color: rgba(5, 96, 166, 0.2);
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.option__checkbox.is-active {
  background-color: #02abe5;
  color: #fff;
}
.option__checkbox.is-active .option__price {
  color: #ffffff95;
}
.option__remove {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #ff5d5d;
  border-radius: 50%;
  z-index: 99;
  -webkit-animation: zoomIn 0.3s;
          animation: zoomIn 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
}
.option__price {
  color: #00000066;
  font-size: 98%;
  vertical-align: top;
}

#modalBookingComponent .modal-mask {
  z-index: 999;
}
#modalBookingComponent .modal-mask .modal-wrapper {
  width: 100%;
  height: inherit;
  margin: 0;
  max-width: 100%;
}
#modalBookingComponent .modal-mask .modal-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 30px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#modalBookingComponent .modal-mask .modal-container .closeModal {
  position: absolute;
  top: 14px;
  right: 16px;
  display: block;
  vertical-align: top;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: none;
  z-index: 999;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected {
  margin: 10px 0px;
  list-style: none;
  padding: 0;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected &gt; li {
  cursor: pointer;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li:first-child {
  border-bottom: 1px solid #d7d7d7;
  opacity: 1;
  margin-bottom: 5px;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li:first-child:hover {
  opacity: 1;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li a {
  padding: 5px 0;
  display: block;
  color: #3c3c3c;
  text-decoration: none;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li:not(.child).active {
  color: #02abe5;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li:not(.child).active .svg-icon.check {
  color: #02abe5;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li:not(.child).active [stroke*="#"] {
  stroke: currentcolor;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li:not(.child).active a {
  color: #02abe5;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li:not(.child).active svg {
  color: #02abe5;
  fill: #02abe5;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .gird {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .gird .svg-icon {
  width: auto;
  padding-left: 15px;
  margin-right: 10px;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .gird .svg-icon svg {
  vertical-align: middle;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .gird .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .booking-selected {
  margin-top: 10px;
  padding: 10px 15px 0;
  border-top: 1px solid #02abe5;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .booking-selected button {
  margin: 15px 0;
  background-color: #02abe5;
  color: #fff;
  width: 100%;
  border: 0;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  padding: 0 25px;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .booking-selected .set-date, #modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .booking-selected .set-time {
  margin-bottom: 10px;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .booking-selected .set-date label, #modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .booking-selected .set-time label {
  display: block;
  margin-bottom: 3px;
  font-weight: normal;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .booking-selected .set-date select, #modalBookingComponent .modal-mask .modal-container .modal-body .booking-selected li .booking-selected .set-time select {
  outline: 0;
  width: 100%;
  font-size: 13px;
  border-radius: 0;
  height: 35px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-logaddress {
  margin: 25px 0;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-logaddress .form-group {
  position: relative;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-logaddress .form-group i {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 18px;
}
#modalBookingComponent .modal-mask .modal-container .modal-body .booking-logaddress .form-group #searchLoction {
  width: 100%;
  border: 1px solid #eaeaea;
  color: #3c3c3c;
  height: 40px;
  outline: none;
  font-size: 14px;
  padding-left: 35px;
}
#modalBookingComponent .modal-mask .modal-container .modal-footer button.confirm {
  background-color: #02abe5;
  color: #fff;
  height: 40px;
  border-radius: 0;
  border: 0;
  outline: none;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
}

#checkoutComponent {
  padding-top: 43px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  #checkoutComponent {
    padding-top: 20px;
  }
}
#checkoutComponent .checkoutComponent-inner {
  width: 100%;
  max-width: 1395px;
  margin: 0 auto;
  padding: 0 7.5px;
}
#checkoutComponent .checkoutComponent-inner .wz-row {
  margin: 0 -7.5px;
}
@media screen and (min-width: 1200px) {
  #checkoutComponent .checkoutComponent-inner .wz-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#checkoutComponent .checkoutComponent-inner .wz-row::before, #checkoutComponent .checkoutComponent-inner .wz-row::after {
  content: "";
  display: block;
  clear: both;
}
#checkoutComponent .sidebar {
  float: left;
  padding: 0 7.5px;
}
@media screen and (max-width: 1199px) {
  #checkoutComponent .sidebar {
    width: 100% !important;
    margin-bottom: 40px;
  }
}
#checkoutComponent .sidebar .sidebar-inner {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
#checkoutComponent .sidebar.left-sidebar {
  width: 68%;
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .header-info {
  padding: 10px 20px;
  border-bottom: 1px solid #d7d7d7;
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .header-info h2 {
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  #checkoutComponent .sidebar.left-sidebar .sidebar-inner .header-info h2 {
    font-size: 18px;
  }
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area {
  padding: 22px 19px;
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area &gt; form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .maps {
  background: #f1f1f1;
  height: 250px;
  margin-bottom: 20px;
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .maps .vue-map {
  height: inherit;
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group {
  position: relative;
  margin: 0 0 20px;
}
@media screen and (max-width: 959px) {
  #checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group.half + .half {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group.half {
    float: left;
    margin-bottom: 0;
    width: calc(50% - 7.5px);
  }
  #checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group.half + .half {
    float: right;
  }
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group i {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group input, #checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group textarea {
  width: 100%;
  border: 1px solid #eaeaea;
  color: #3c3c3c;
  height: 40px;
  outline: none;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group input {
  padding-left: 30px;
}
#checkoutComponent .sidebar.left-sidebar .sidebar-inner .info-area .form-group textarea {
  padding: 5px 12px;
  line-height: 30px;
  resize: none;
  height: 60px;
}
#checkoutComponent .sidebar.right-sidebar {
  width: 32%;
  height: inherit;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner {
  height: 100%;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner button {
  background-color: #02abe5;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  outline: none;
  height: 40px;
  width: 100%;
  cursor: pointer;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item {
  padding: 10px 45px 10px 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name .itemQuantity {
  padding-right: 10px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name .itemQuantity span {
  text-align: center;
  background: #02abe5;
  color: #fff;
  line-height: 19px;
  border-radius: 3px;
  display: block;
  padding: 0 10px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name .itemInfo p {
  margin: 0;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name .itemInfo .itemName {
  font-size: 16px;
  font-weight: bold;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name .itemInfo .options {
  font-size: 13px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name .itemInfo .options span {
  margin-right: 3px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name .itemInfo .options span::after {
  content: ",";
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .name .itemInfo .options span:last-child::after {
  display: none;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .price {
  min-width: 85px;
  text-align: right;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .cartItems .item .deleteItem {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .order-body {
  padding: 25px 20px;
  border-bottom: 1px solid #d7d7d7;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .order-body .coupon {
  position: relative;
  margin-top: 10px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .order-body .coupon input {
  width: calc(100% - 120px);
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #eaeaea;
  outline: none;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .order-body .coupon button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  padding: 0 35px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .order-footer {
  padding: 20px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .order-footer .btn-order {
  margin: 20px 0;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .table {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .table.shipment .cell.text-right {
  font-size: 14px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .table .cell {
  display: table-cell;
  vertical-align: middle;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .table .cell.text-right {
  text-align: right;
  font-size: 16px;
  padding-left: 20px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .table .cell.remove {
  width: 20px;
  cursor: pointer;
  padding: 0;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .table .cell.total-label {
  font-size: 16px;
}
#checkoutComponent .sidebar.right-sidebar .sidebar-inner .table .cell strong {
  font-size: 22px;
}
#checkoutComponent .modal-confirm .modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#checkoutComponent .modal-confirm .modal-container {
  max-width: 410px;
  margin: auto;
}
#checkoutComponent .modal-confirm .modal-container .modal-header {
  padding: 24px 15px;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}
#checkoutComponent .modal-confirm .modal-container .modal-header h2 {
  margin: 0;
  font-weight: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 639px) {
  #checkoutComponent .modal-confirm .modal-container .modal-header h2 {
    font-size: 22px;
  }
}
#checkoutComponent .modal-confirm .modal-container .modal-body {
  padding: 25px 25px 20px 25px;
}
#checkoutComponent .modal-confirm .modal-container .modal-body p {
  font-size: 16px;
  margin: 0 0 15px;
}
#checkoutComponent .modal-confirm .modal-container .modal-body p i {
  color: #3d3d3d;
  margin-right: 10px;
}
#checkoutComponent .modal-confirm .modal-container .modal-body p:last-child {
  margin: 0;
}
#checkoutComponent .modal-confirm .modal-container .modal-footer {
  padding: 15px;
  border-top: 1px solid #d7d7d7;
}
#checkoutComponent .modal-confirm .modal-container .modal-footer p {
  font-size: 16px;
  margin: 0 0 15px;
}
#checkoutComponent .modal-confirm .modal-container .modal-footer p strong {
  font-size: 18px;
}
#checkoutComponent .modal-confirm .modal-container .modal-footer .action {
  text-align: center;
  padding: 10px 0;
}
#checkoutComponent .modal-confirm .modal-container .modal-footer .action.loading {
  min-height: auto;
}
#checkoutComponent .modal-confirm .modal-container .modal-footer .action .btn {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  outline: none;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  min-width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
#checkoutComponent .modal-confirm .modal-container .modal-footer .action .btn.btn-remove {
  background-color: #3c3c3c;
}
#checkoutComponent .modal-confirm .modal-container .modal-footer .action .btn.btn-order {
  background-color: #02abe5;
  margin-left: 10px;
}

p.process {
  position: absolute;
  top: 36px;
  background: #ebebe4;
  padding: 6px 12px;
  font-weight: bold !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
p.process .fa-spin {
  margin-left: 10px;
}

#orderSuccesComponent {
  padding-top: 43px;
  padding-bottom: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  #orderSuccesComponent {
    padding-top: 20px;
  }
}
#orderSuccesComponent .orderSuccesComponent-inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 7.5px;
}
#orderSuccesComponent .orderSuccesComponent-inner .wz-row {
  margin: 0 -7.5px;
}
#orderSuccesComponent .orderSuccesComponent-inner .wz-row::before, #orderSuccesComponent .orderSuccesComponent-inner .wz-row::after {
  content: "";
  display: block;
  clear: both;
}
#orderSuccesComponent .main-content {
  float: left;
  width: 100%;
  padding: 0 7.5px;
}
#orderSuccesComponent .main-content .main-content-inner {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 20px;
}
#orderSuccesComponent .main-content .main-content-inner h2 {
  margin: 15px 0 20px;
}
#orderSuccesComponent .main-content .main-content-inner .customer-info {
  margin-bottom: 20px;
}
#orderSuccesComponent .main-content .main-content-inner .customer-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#orderSuccesComponent .main-content .main-content-inner .customer-info p {
  margin: 0 0 10px;
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-header {
    border-bottom: 1px solid #d7d7d7;
  }
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-header h3 {
  font-size: 18px;
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-header button {
  background-color: #02abe5;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-header button {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle {
    display: block !important;
  }
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table {
    text-align: center;
  }
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr {
  border-bottom: 1px solid #d7d7d7;
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td, #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr th {
  font-weight: normal;
  padding: 15px;
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td .text-bold, #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr th .text-bold {
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td .text-bold, #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr th .text-bold {
    font-weight: normal;
  }
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td .text-small, #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr th .text-small {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 639px) {
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td .text-small, #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr th .text-small {
    padding-left: 65px;
  }
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td h5, #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr th h5 {
  font-size: 14px;
  margin: 0;
}
#orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td {
  font-size: 16px;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td {
    width: 100%;
    display: block;
    padding: 8px 0;
    font-size: 14px;
  }
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table tr td:before {
    float: left;
    content: attr(data-title) ": ";
    padding-right: 5px;
    width: 60px;
  }
}
@media screen and (max-width: 639px) {
  #orderSuccesComponent .main-content .main-content-inner .products-info .products-info-toogle table thead {
    display: none;
  }
}
#orderSuccesComponent .main-content .main-content-inner .action {
  margin-bottom: 60px;
  margin-top: 20px;
}
@media screen and (min-width: 415px) {
  #orderSuccesComponent .main-content .main-content-inner .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#orderSuccesComponent .main-content .main-content-inner .action button {
  background-color: #02abe5;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 20px 10px 12px;
  border-radius: 0px;
  cursor: pointer;
}
#orderSuccesComponent .main-content .main-content-inner .action button i {
  margin-right: 10px;
}
@media screen and (max-width: 414px) {
  #orderSuccesComponent .main-content .main-content-inner .action button {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 414px) {
  #orderSuccesComponent .main-content .main-content-inner .action .contact_help {
    text-align: center;
  }
}
#orderSuccesComponent .main-content .main-content-inner .action .contact_help p {
  font-weight: bold;
  margin: 0;
}
#orderSuccesComponent .main-content .main-content-inner .action .contact_help p a {
  color: #3c3c3c;
  outline: 0;
  text-decoration: none;
}
#orderSuccesComponent .overview tr {
  border: 0;
}
#orderSuccesComponent .overview tr td {
  text-align: right;
  font-weight: bold;
}
#orderSuccesComponent .overview tr td.total {
  padding-right: 55px;
  font-weight: bold;
}

#loyaltyComponent {
  margin-top: 60px;
}
#loyaltyComponent .loyaltyComponent-inner {
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
  padding: 0 15px;
}
#loyaltyComponent .loyaltyComponent-inner .wz-row {
  margin: 0 -7.5px;
}
#loyaltyComponent .loyaltyComponent-inner .wz-row::before, #loyaltyComponent .loyaltyComponent-inner .wz-row::after {
  content: "";
  display: block;
  clear: both;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info h3 {
  margin: 0 0 25px;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info p {
  margin: 0 0 20px;
  font-size: 16px;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info p strong {
  color: #02abe5;
  text-transform: uppercase;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info .list-voucher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info .list-voucher .voucher-item {
  padding: 12px;
  background-color: #b4c7e7;
  border: 1px solid #f2f2f2;
  outline: solid 1px #41719c;
  outline-offset: -3px;
  margin: 0 15px 15px 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 180px;
          flex: 0 1 180px;
  line-height: 20px;
}
@media screen and (max-width: 639px) {
  #loyaltyComponent .loyaltyComponent-inner .customer-info .list-voucher .voucher-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 7.5px);
            flex: 0 1 calc(50% - 7.5px);
  }
  #loyaltyComponent .loyaltyComponent-inner .customer-info .list-voucher .voucher-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  #loyaltyComponent .loyaltyComponent-inner .customer-info .list-voucher .voucher-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    margin-right: 0 !important;
  }
}
#loyaltyComponent .loyaltyComponent-inner .customer-info .list-voucher .voucher-item .voucher_name {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info .list-voucher .voucher-item .voucher_description {
  color: #3c3c3c;
  margin: 0;
  font-size: 14px;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info .loyalty-vouchers {
  margin: 30px 0;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info .loyalty-vouchers p {
  margin: 0 0 20px;
  font-size: 16px;
}
#loyaltyComponent .loyaltyComponent-inner .customer-info .e-voucher {
  margin: 30px 0;
}
#loyaltyComponent .loyaltyComponent-inner .table-history {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
#loyaltyComponent .loyaltyComponent-inner .table-history thead {
  background-color: #f1f1f1;
}
@media screen and (max-width: 639px) {
  #loyaltyComponent .loyaltyComponent-inner .table-history thead {
    display: none;
  }
}
#loyaltyComponent .loyaltyComponent-inner .table-history thead th {
  font-weight: bold;
}
#loyaltyComponent .loyaltyComponent-inner .table-history td, #loyaltyComponent .loyaltyComponent-inner .table-history th {
  border: 1px solid #dee2e6;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  #loyaltyComponent .loyaltyComponent-inner .table-history td, #loyaltyComponent .loyaltyComponent-inner .table-history th {
    width: 100%;
    display: block;
    padding: 8px 0;
    font-size: 14px;
  }
  #loyaltyComponent .loyaltyComponent-inner .table-history td:before, #loyaltyComponent .loyaltyComponent-inner .table-history th:before {
    float: left;
    content: attr(data-title) ": ";
    padding: 0 15px;
    width: 40%;
    text-align: left;
  }
}
#loyaltyComponent .loyaltyComponent-inner .table-history td.empty-data {
  text-align: left;
}
#loyaltyComponent .loyaltyComponent-inner .table-history td.empty-data.loading {
  padding: 40px;
}
@media screen and (max-width: 639px) {
  #loyaltyComponent .loyaltyComponent-inner .table-history td.empty-data.loading:before {
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  #loyaltyComponent .loyaltyComponent-inner .table-history td.empty-data:before {
    float: none;
  }
}
#loyaltyComponent .loyaltyComponent-inner .userModal .modal-container {
  max-width: 500px;
  text-align: center;
}
#loyaltyComponent .loyaltyComponent-inner .userModal .modal-container .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#loyaltyComponent .loyaltyComponent-inner .userModal .modal-container .modal-header h2 {
  font-weight: normal;
  margin: 0;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 639px) {
  #loyaltyComponent .loyaltyComponent-inner .userModal .modal-container .modal-header h2 {
    font-size: 22px;
  }
}
#loyaltyComponent .loyaltyComponent-inner .userModal .modal-container .modal-body {
  padding: 20px 15px;
}
#loyaltyComponent .loyaltyComponent-inner .userModal .modal-container .modal-body p {
  font-size: 16px;
  margin: 0 0 10px;
}
#loyaltyComponent .loyaltyComponent-inner .userModal .modal-container .modal-body .btn-update {
  background-color: #02abe5;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.3px;
}

.loyalty-content h3 {
  font-family: "Arimo", sans-serif;
  color: #02abe5;
  font-size: 24px;
  padding: 0;
  text-transform: inherit;
  font-weight: normal;
}
.loyalty-content h3:first-of-type {
  margin-top: 40px;
}
.loyalty-content p {
  font-family: "Arimo", sans-serif;
  color: #3c3c3c;
  font-size: 16px;
}
.loyalty-content p strong {
  font-size: 16px;
}
.loyalty-content h4 {
  font-family: "Arimo", sans-serif;
  color: #3c3c3c;
  padding: 0;
  margin: 20px 0;
  font-size: 18px;
}
.loyalty-content ul li {
  font-family: "Arimo", sans-serif;
  color: #3c3c3c;
  font-size: 14px;
  margin-bottom: 15px;
}
.loyalty-content ul li img {
  margin-right: 10px;
}
.loyalty-content .login-btn {
  background-color: #02abe5;
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px;
  font-size: 16px;
  margin-right: 10px;
  font-family: "Arimo", sans-serif;
  color: #ffffff;
}

#updateProfileComponent {
  margin-top: 60px;
}
#updateProfileComponent .updateProfileComponent-inner {
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
  padding: 0 15px;
}
#updateProfileComponent .updateProfileComponent-inner .wz-row {
  margin: 0 -7.5px;
}
#updateProfileComponent .updateProfileComponent-inner .wz-row::before, #updateProfileComponent .updateProfileComponent-inner .wz-row::after {
  content: "";
  display: block;
  clear: both;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update {
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .thumbnail-customer {
  padding: 30px 0;
  text-align: center;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .thumbnail-customer img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer {
  padding: 20px 50px;
}
@media screen and (max-width: 639px) {
  #updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer {
    padding: 20px 15px;
  }
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer h3 {
  font-weight: normal;
  margin: 25px 0 15px;
  letter-spacing: -0.4px;
  color: #02abe5;
  font-size: 24px;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 639px) {
  #updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer h3 {
    font-size: 22px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer .form-associate .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 639px) {
  #updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer .form-associate .justify-content-between {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer .form-associate button[class*=btn-] {
  width: 150px;
  margin: 10px 0;
  color: #fff;
  outline: none;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer .form-associate button[class*=btn-].btn-update.loading {
  min-height: auto;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer .form-associate button[class*=btn-].btn-update.loading:before {
  background: transparent;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .info-customer .form-associate button[class*=btn-].btn-update.loading:after {
  width: 25px;
  height: 25px;
  margin: -15px 0 0 -15px;
  left: 30px;
  border-left-color: #fff;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .cta {
  padding: 30px 0;
}
#updateProfileComponent .updateProfileComponent-inner .profile-update .cta button {
  display: block;
  border: 0;
  background: #02abe5;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 80%;
  cursor: pointer;
  margin: 0 auto;
}
/*# sourceMappingURL=main.css.map */</pre></body></html>