/* Theme Start */

@font-face {
  font-family: 'Wagamama';
  font-display: swap;
  src: url('../fonts/Wagamama-Regular.corp.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Wagamama';
  font-display: swap;
  src: url('../fonts/Wagamama-Regular.corp.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Wagamama';
  font-display: swap;
  src: url('../fonts/Wagamama-Regular.corp.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Wagamama';
  font-display: swap;
  src:  url('../fonts/Wagamama-Bold.corp.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Wagamama';
  font-display: swap;
  src:  url('../fonts/Wagamama-Bold.corp.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}



:root {
  --primary-color: #000000;
  --secondary-color: #FFFFFF;
  --tertiary-color: #555555;
  --surface-color: #000000;
  --background-1-color: #000000;
  --background-2-color: #FFFFFF;
  --error-color: #BB1D1D;
  --success-color: #6F7D21;
  --on-primary-color: #FFFFFF;
  --on-secondary-color: #000000;
  --on-secondary-variant-color: #000000;
  --on-tertiary-color: #FFFFFF;
  --on-tertiary-variant-color: #FFFFFF;
  --on-surface-color: #FFFFFF;
  --on-surface-variant-color: #E42A21;
  --on-background-color: #FFFFFF;
  --on-background-variant-color: #E42A21;
  --on-error-color: #FFFFFF;
  --on-success-color: #FFFFFF;
  --text-1-color: #FFFFFF;
  --text-2-color: #555555;
  --text-3-color: #000000;
  --text-4-color: #085687;
  --text-5-color: #888888;
  --main-font: 'Wagamama', Helvetica, Arial, sans-serif;
  --secondary-font: 'Wagamama', Helvetica, Arial, sans-serif;
  --shadow: 0 4px 8px -1px rgb(0 0 0 / 20%);
  --ripple: rgba(228, 42, 33, 0.3);
  --product-image-width: 145px;
  --border-radius: 12px;
  --arrow-size: 6px;
  --placeholder-color: #D2D9E1;
  --dashed: 1px solid rgba(0, 0, 0, 0.4); /*wagama does not use dashes uses solid lines*/
  --dotted: 2px dotted rgba(0, 0, 0, 1);
  --max-width: 1280px;
  --special-1-color: #936623;
}

/* Overrides */

/*custom wagamama */

* {
  text-transform: lowercase !important;
}

body {
  background-color: var(--background-1-color) !important;
  color: var(--text-1-color);
}

.hidden {
  display: none;
} 

.find-form-group.active input, .find-form-group input:focus-within, .find-form-group:not(.error) input:not(:placeholder-shown) {
  border: 1px solid var(--text-2-color);
}

.text-danger {
  color: var(--error-color) !important;
}

.lets_started .search_wrap .search_title {
  color: var(--background-2-color);
}

.lets_started .search_wrap .search_box .location_icon {
  color: var(--secondary-color);
}

.search_box {
  border-style: solid;
  border-radius: 0;
  background: var(--surface-color);
  border-color: var(--tertiary-color);
}

  .search_box .label_note {
    color: var(--text-1-color);
    line-height: 24px;
  }

  .search_box .location_icon {
    border: 2px solid var(--tertiary-color);
  }

.modal-body i.icon-location {
  border: none;
}

.btn {
  background: var(--on-surface-variant-color);
  text-transform: lowercase;
  color: var(--text-1-color);
  border-radius: 0;
  box-shadow: none;
}

  .btn:focus, .btn:hover {
    background: var(--on-surface-variant-color);
    color: var(--text-1-color);
  }

  .btn.btn-outline {
    background: var(--on-surface-variant-color);
    color: var(--text-1-color);
  }

    .btn.btn-outline:focus, .btn.btn-outline:hover {
      background: var(--on-surface-variant-color);
      color: var(--text-1-color);
    }

    .btn.btn-outline.btn-light, .btn.btn-outline.btn-light:focus, .btn.btn-outline.btn-light:hover {
      background: none;
      color: var(--primary-color);
      border: 2px solid var(--primary-color);
    }

#btnfind {
  border-radius: 0;
  color: var(--text-1-color);
  background: var(--primary-color);
  border: 1px solid var(--tertiary-color);
  border-left: 0;
}

.find-form-group.active #btnfind, .find-form-group input:focus-within + #btnfind, .find-form-group:not(.error) input:not(:placeholder-shown) + #btnfind {
  background: var(--primary-color);
  color: var(--text-1-color);
}

.find-form-group input {
  color: var(--text-1-color);
  background: var(--surface-color);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  color: var(--text-1-color);
  background: var(--primary-color);
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select {
  color: var(--text-1-color);
  background: var(--primary-color);
}

.order-type-notes {
  border: none;
}

.store-selection-page .use_location_btn .btn {
  background: var(--primary-color);
  color: var(--text-1-color);
}

.store-selection-page .master-wrapper-content {
  max-width: 100% !important;
}

@media(min-width: 1800px) {
  .store-selection-page .left_locations {
    flex: 0 0 440px;
  }
  .store-selection-page .map_section {
    flex: 0 0 calc(100% - 440px);
    max-width: calc(100% - 440px);
  }
}

.map_locations .left_locations .card {
  border: 1px solid var(--tertiary-color);
  border-radius: 0;
}

.map_locations .left_locations h3 {
  font-size: 24px;
  line-height: 1.2;
}

.map_locations .left_locations .find-form-group .btn {
  margin-top: 0;
  border: 1px solid var(--tertiary-color) !important;
  color: var(--text-1-color);
  background: var(--primary-color);
  padding: 12px 32px;
}

.map_locations .left_locations .location_count {
  background: url(/Themes/WagamamaUS/Content/images/location-icon.svg) no-repeat;
  width: 24px;
  height: 32px;
  font-size: 16px;
  color: var(--text-3-color);
}

.map_locations .left_locations .location_title.location_subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  @media (min-width: 768px) {
    font-size: 21px;
    font-weight: 600;
  }
}

.store-selection-page .map_locations .map_section .map-search-box .find-form-group input {
  background: var(--background-2-color);
  color: var(--text-3-color);
  border-right: none;
}

.map_locations .map_section .map_search-location {
  width: 405px;
  right: 71px;
  top: -7px;
  @media (min-width: 768px) and (max-width: 991px) {
    width: 340px;
  }
}
.map_locations .map_section .map-search-box .find-form-group {
  max-width: 285px;
  @media (min-width: 992px) {
    max-width: 350px;
  }
}
.map_locations .map_section .map-search-box .find-form-group .nxg-ac-container {
  width: 100%;
}
.map_locations .map_section .map-search-box .find-form-group input {
  width: 100%;
}

a#closeFilePanel {
  color: var(--text-3-color);
}

.note {
  color: var(--text-1-color);
}

.form-group select {
  color: var(--text-1-color);
}

.form-group.select::before {
  border-top: var(--arrow-size) solid var(--text-1-color);
}

.back-to-menu {
  margin: 0;
}

.checkout-page .back-to-menu {
  margin-left: 3px;
  @media (min-width: 768px) {
    margin-left: 0;
  }
}

.listing-page .back_manu {
  min-height: 36px;
}

.back-to-locations a, .back_manu, .back-to-menu a, .back_manu:hover, .back-to-menu a:hover {
  color: var(--text-1-color);
}

@media (min-width: 768px) {
  .back-to-locations a, .back_manu, .back-to-menu a, .back_manu:hover, .back-to-menu a:hover {
    padding-left: 9px;
  }
}

.back-to-locations::before, .back-to-menu::before, .back_manu::before {
  border-right: var(--arrow-size) solid var(--text-1-color);
  margin-right: 3px;
}

.back-to-locations {
  left: 18px;
  top: 25px;
  @media (min-width: 768px) {
    left: 28px;
  }
}

.back-to-locations a, .back-to-menu a, .back-to-menu a:hover {
  padding-left: 0;
}


// Optimistic UI Checkout
#co-orderSummary-form {
  position: relative;
}

.price-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: var(--primary-color);
  opacity: 0.2;
  animation-name: fadeIn20;
  animation-duration: 0.1s;
}

.right-box-body::-webkit-scrollbar {
  width: 3px;
}

.right-box-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.right-box-body::-webkit-scrollbar-thumb {
  background: var(--on-surface-variant-color) !important;
}

.right-section-bg {
  border: 1px solid var(--tertiary-color);
  border-radius: 0;
  background: var(--background-2-color);
  color: var(--primary-color);
  padding-left: 0;
  padding-right: 0;
  z-index: 1;
}

  .right-section-bg > *:not(.right-box-body), .right-section-bg > .right-box-body form {
    padding-left: 25px;
    padding-right: 25px;
  }

  .right-section-bg input[type="text"] {
    color: var(--primary-color);
    background: var(--background-2-color); 
  }

  .right-section-bg .delete-edit-item a {
    color: var(--primary-color);
  }

  .right-section-bg .pro-price, .right-section-bg .value-summary {
    font-size: 16px;
  }

  .right-section-bg .nxg-icon svg {
    width: 28px;
  }

  .right-section-bg .border-top {
    border-top: var(--dashed) !important;
  }

.cross-sells .add-info .prices.prices-free {
  display: none;
}

.right-section-bg .cross-sells .product-title a {
  color: var(--primary-color);
}

.checkout-page .product-grid.cross-sells .item-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.checkout-page .product-grid.cross-sells > .title {
  display: none;
}
  
.fulfilment .nxg-icon {
  margin-right: 12px;
}

.change a {
  color: var(--primary-color);
  font-weight: 700;
}
.change a:hover {
  text-decoration: underline;
  text-decoration-color: var(--on-surface-variant-color);
}

.review-order-mobile {
  margin: 0;
}

.review-btn, .collection-header {
  border-top: none;
  padding-top: 0;
}

.review-btn .btn.disabled {
  display: none;
}
.cat-listing-slider .item {
  padding: 6px 0;
}
.cat-listing-slider .item a {
  padding: 9px 12px 7px 12px;
  color: var(--text-1-color);
  line-height: 1;
}

.cat-listing-slider {
  width: calc(100% - 20px);
  margin: 0 auto;
  top: 79px;
  z-index: 98;
}

.cat-listing-slider .item a.select {
  background: var(--on-surface-variant-color);
  border-radius: 2px;
}

.cat-listing-slider button.owl-prev span, .cat-listing-slider button.owl-next span {
  margin-top: 13px;
}

.cat-listing-slider a.select:after {
  display: none;
}

.cat-listing-slider .owl-item:first-child {
  padding: 0 !important;
}

.cat-listing-slider .owl-item:last-child .item {
  margin-right: 40px !important;
}

.cat-listing-slider .owl-stage {
  display: flex;
}
.cat-listing-slider .owl-carousel .owl-item {
  float: none;
}
.cat-listing-slider .owl-theme .owl-nav [class*='owl-'] {
  width: auto !important;
  height: auto !important;
}
.cat-listing-slider .owl-carousel .owl-stage-outer {
  max-width: 100%;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.cat-listing-slider .owl-carousel.owl-theme.owl-loaded.owl-drag {
  padding: 0 5px;
}

.items-box-disabled {
  opacity: 0.6;
  border: 1px solid var(--tertiary-color);
}

.product-list-content .items-box .details {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
}

.product-list-content {
  padding-top: 0;
}

.product-list-content .main-title {
  position: relative;
  width: auto;
  font-size: 24px;
  @media(min-width: 768px) {
    font-size: 28px;
  }
}

.product-list-content .listing-description, .product-list-content .listing-description p {
  margin-bottom: 0;
  text-align: center;
  @media(min-width: 768px) {
    text-align: left;
  }
}
.product-list-content .listing-description {
  padding: 0 5px;
  @media(min-width: 768px) {
    padding: 0;
  }
}

  .product-list-content .main-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--on-surface-variant-color);
  }

.product-list-content .product-title, .product-list-content .product-title a {
  color: var(--text-1-color);
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-list .items-box .description {
  color: var(--text-1-color);
  font-size: 14px;
  -webkit-line-clamp: 2;
  height: auto;

  @media(min-width: 768px) {
    font-size: 12px;
  }
}

.product-list .items-box .add-info {
  margin-top: auto;
  padding-top: 5px;
}

.product-list-content .product-list .items-box {
  border: none;
  margin: 0;
  padding: 5px;
}

.product-list-content .product-list .items-box .box-content {
  border: 1px solid var(--tertiary-color);
}

.product-list-content .product-list .items-box a {
  border: 1px solid var(--tertiary-color);
}

  .product-list-content .product-list .items-box a:hover, .product-list-content .product-list .items-box a:focus, .product-list-content .product-list .items-box.select a {
    box-shadow: none;
    border-color: var(--secondary-color);
  }

.product-list .items-box .limited-item-caption {
  font-size: 12px;
  margin-left: 10px;
  line-height: 1.2;
}

.product-list-content .product-list .items-box .picture {
  background-size: contain;
  background-repeat: no-repeat;
}

.html-product-details-page body.modal-open {
  padding-right: 0 !important;
}

.html-product-details-page .sub-container {
  padding: 0 20px 65px 20px;
}

.product-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.html-product-details-page .main-content-area {
  margin: 0;
  max-width: none;
}

.html-product-details-page .started_content {
  padding: 25px 0 0 0;
}

.html-product-details-page .main_container {
  background-color: var(--background-2-color);
  margin: 0;
  max-width: unset;
  width: 100%;
  padding: 0;
}

.product-banner {
  background-color: var(--background-1-color);
  padding-bottom: 20px;
  box-shadow: 0px -2px 0px 0px var(--background-1-color);
}

hr.dotted {
  border-top: 1px solid var(--text-2-color);
}

.product_content {
  margin-top: 24px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.crepe_options_part {
  color: var(--primary-color);
}

.crepe_options_part h4 {
  font-size: 16px;
}

.form-check .form-check-label {
  font-size: 14px;
  line-height: 24px;
  top: -2px;
}

.form-check .form-check-label {
  color: var(--primary-color);
}

.checkout-page .form-check .form-check-label {
  color: var(--text-1-color);
}

.checkout-page .checkmark {
  border: 2px solid var(--text-1-color);
}

.checkout-page-form a, .checkout-page-form a:hover {
  color: var(--on-surface-variant-color);
}

.checkout-page-form .dic {
  color: var(--text-1-color);
}

.checkout-page .btn, .checkout-page .btn:hover, .checkout-page .btn:focus {
  background-color: var(--on-surface-variant-color);
}

.checkout-sub-title {
  color: var(--text-1-color);
}

.payment-info-page .page-title h1 {
  font-size: 24px;
  line-height: 52px;
  @media(min-width: 768px) {
    font-size: 38px;
    line-height: 50px;
  }
}

.checkout-page.payment-info-page .page-title {
  margin-bottom: 0 !important;
  margin-top: 10px;
  @media(min-width: 768px) {
    margin-bottom: 15px !important;
    margin-top: 20px;
  }
}

.checkout-page.payment-info-page .section.payment-info {
  margin-top: 0;
}

.checkout-page.payment-info-page .payment-info .info {
  padding-top: 0;
}

.checkmark {
  border: 2px solid var(--text-3-color);
}

input:checked ~ .checkmark {
  background: var(--text-3-color);
}

.prices p {
  font-weight: 500;
  color: var(--text-3-color);
}

.checkmark:after {
  width: 6px;
}

.btn-number.btn.disabled, .btn-number.btn:disabled {
  opacity: .2;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.total_prices.row {
  margin-top: 20px;
}

.btn.btn-outline, .btn.btn-outline:focus, .btn.btn-outline:hover {
  background: var(--primary-color);
  color: var(--text-1-color);
  border: 1px solid var(--text-1-color);
}

.right-section-bg .order-summary {
  display: none;
}

.qty-item {
  color: var(--on-surface-variant-color);
  text-transform: lowercase;
  font-weight: normal;
}

  .qty-item .count {
    background: var(--on-surface-variant-color);
  }

.warning {
  display: flex;
  background: var(--warning-color);
  line-height: 16px;
  text-align: left !important;
}

    .warning:before {
      content: "";
      background: url(/Themes/WagamamaUS/Content/images/warning.svg) no-repeat;
      background-size: 16px 16px;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin-right: 6px;
    }

    .warning div {
      float: none;
    }

    .warning a {
      display: inline-block;
    }

    .warning a:hover {
      color: var(--text-1-color);
    }


.review-btn .btn.checkout-modal-btn {
  background: var(--on-surface-variant-color);
  color: var(--text-1-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-btn .btn.checkout-modal-btn span {
  font-size: 18px;
}

.totalcount input[type="text"], .qty-plus-minus .form-control.input-number, .options-wrapper input[type="text"] {
  font-family: var(--main-font);
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  top: -1px;
}
.options-wrapper input[type="text"], .options-wrapper .btn-number {
  color: var(--primary-color) !important;
  font-size: 24px;
  background: var(--background-2-color);
}
.options-wrapper .btn-number {
  height: 24px !important;
}
.options-wrapper * {
  color: var(--primary-color) !important;
}
.options-wrapper .form-check input[type="radio"]+*::before {
  border-color: var(--primary-color);
  top: -2px;
  left: -4px;
}
.options-wrapper .form-check input[type="radio"]:checked+*::before {
  background: radial-gradient(var(--primary-color) 0%,var(--primary-color) 40%,transparent 50%,transparent);
  border-color: var(--primary-color);
}
.options-wrapper select, .options-wrapper .qty-box input[type="text"] {
  border: 1px solid var(--primary-color);
  background: var(--background-2-color);
  font-size: 16px;
  font-family: var(--main-font);
}
.options-wrapper .qty-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.options-wrapper .qty-box input[type="text"] {
  max-width: 100px;
}
.options-wrapper .prices {
  align-items: center;
}
.options-wrapper .prices p {
  line-height: 1.5;
  width: 50px;
}
.options-wrapper .input-group {
  height: 24px;
  top: -2px;
}
.options-wrapper .prices input[type="text"] {
  width: 45px;
  height: auto;
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  top: 1px;
  line-height: 24px;
  padding: 0;
}
.options-wrapper .check_redio {
  margin-bottom: 0;
}
.options-wrapper .attribute-row {
  margin-bottom: 12px;
}
.options-wrapper .selected-modifier+.prices p {
  margin-left: 0;
}

.right-section-bg .qty-plus-minus .form-control.input-number {
  color: var(--primary-color);
}

.right-section-bg button.btn.btn-minus.btn-number-nxg, .right-section-bg button.btn.btn-plus.btn-number-nxg, .right-section-bg button.btn.btn-minus.btn-number-nxg:focus, .right-section-bg button.btn.btn-plus.btn-number-nxg:focus {
  color: var(--text-3-color);
}

.right-box-footer {
  border-top: none;
}

.right-box-footer .btn.btn-outline, .right-section-bg .btn.btn-outline:focus, .right-section-bg .btn.btn-outline:hover {
  background: none;
  color: var(--primary-color);
  border: var(--primary-color) solid 2px;
}

.pro-item-list-dic {
  color: var(--primary-color);
}

.allergen:hover {
  text-decoration: underline;
  color: var(--text-2-color) !important;
}

.modal-nutrition-and-allergens .search_box.not_found.modal-content {
  background: var(--secondary-color);
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--text-3-color);
}

.modal-nutrition-and-allergens .modal-title {
  color: var(--text-3-color) !important;
}

.modal-nutrition-and-allergens .modal-content .modal-header button.close span {
  color: var(--text-3-color);
}

.content .modal-nutrition-and-allergens div span {
  color: var(--text-3-color);
}

.nutrition-subtitle th {
  color: var(--text-3-color);
}

.modal-nutrition-and-allergens .tabcontent tr {
  font-weight: 500;
}

  .modal-nutrition-and-allergens .tabcontent tr.allergens-and-nutrition-subtitle, .nutrition-subtitle th, .modal-nutrition-and-allergens .align-right {
    font-weight: 700;
  }

.checkout-main-title {
  text-align: inherit;
}

.cart-total .order-total {
  color: var(--primary-color);
}

.cart-total .order-total .value-summary {
  font-size: 21px;
}

.checkout-page .right-section-bg {
  min-height: unset;
}

.right-box-body {
  padding-right: 0;
}

.order-confirmation, .order-confirmation-details {
  color: var(--text-1-color);
  font-size: 16px;
}


.order-confirmation-content {
  max-width: 570px !important;
  margin: 0 auto;
  text-align: left;
}

.order-confirmation p, .order-details-title, .order-number, .order-details-title, .order-confirmation-details .product-quantity-text {
  text-align: left;
}

.order-confirmation h2 {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 40px;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--on-surface-variant-color);
}

.order-confirmation p {
  color: var(--text-1-color);
  max-width: none;
  margin: 0 0 1rem;
}

/* .order-confirmation .list-steps {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto; 
} */

.order-details-title {
  border-top: 1px solid var(--tertiary-color);
  border-bottom: 1px solid var(--tertiary-color);
  margin-top: 21px;
  font-size: 20px;
}

.order-number {
  font-size: 16px;
  padding: 21px 0 15px 0;
}

.order-confirmation-details {
  font-weight: 400;
  line-height: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--tertiary-color);
}

  .order-confirmation-details .cart-total .order-total {
    color: var(--on-surface-color);
  }

  .order-confirmation-details .product-quantity-text {
    width: auto;
    min-width: 35px;
  }

.cart-total-order-confirmation {
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid var(--tertiary-color);
  border-bottom: 1px solid var(--tertiary-color);
}

.discount-code .btn.apply-coupon-btn {
  background: var(--primary-color);
  border: 1px solid var(--tertiary-color);
}

input#discountcouponcode {
  border: 1px solid var(--tertiary-color);
}

.coupons-applied .pro-title-price {
  margin-top: 0;
}

.discount-code .message-success {
  margin-top: 5px;
}

.checkout-page .total-info {
  color: var(--primary-color);
}

.checkout-page .btn.btn-outline, .checkout-page .btn.btn-outline:focus, .checkout-page .btn.btn-outline:hover {
  background: var(--primary-color);
  color: var(--text-1-color);
  border: 1px solid var(--text-1-color);
}

.discount-code label {
  color: var(--primary-color);
}

.search_wrap {
  background: var(--primary-color);
  color: var(--text-1-color);
}

.remove-items-popup .search_wrap .search_box.not_found .location_icon {
  background: var(--primary-color);
  border: 1px solid var(--tertiary-color);
  box-shadow: none;
}

.allergen {
  color: var(--primary-color);
  font-weight: 700;
}

/*custom wagamama end*/
.header {
  background-color: var(--tertiary-color);
  height: auto;
  text-align: left;
  background-color: var(--primary-color);
  padding: 0;
  border-bottom: 1px solid var(--tertiary-color);;
}

.header_main {
  margin: 0 auto;
  max-width: 1264px;
  height: 80px;
}

.header_logo {
  display: inline-block;
  width: 115px;
}

.overlay a.closebtn {
  top: 20px;
  right: 0 !important;
}

.map-search-box .btn.js-nxg-ac-btn {
  padding: 6px 12px;
  width: 98px;
  border: 1px solid var(--tertiary-color) !important;
  color: var(--text-1-color);
  background: var(--primary-color);
}

.search_box i.nxg-icon.click-and-collect-icon {
  border: 2px solid var(--tertiary-color);
  border-radius: 50%;
  padding: 29px;
}

.main_container, .checkout-page .container, .order-confirmation {
  min-height: calc(100vh - 200px);
  padding-top: 25px;
}

.main-content-area .master-column-wrapper, .lets_started {
  min-height: calc(100vh - 279px);
}

.product-list-content section {
  padding-top: 30px;
}

.review-btn .btn {
  background: var(--tertiary-color);
}

.checkmark {
  background-color: unset;
}

  .checkmark:after {
    top: 0;
    left: 5px;
  }

.remove-items-popup .search_box {
  box-shadow: none;
}

.remove-items-popup .search_wrap .search_box.not_found .main_title {
  color: var(--text-1-color);
}

.checkout-page-form .form-check .checkmark:after {
  top: 2px;
  left: 6px;
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: inherit;
  box-shadow: none;
}

.checkout-page-form .form-control {
  border: 1px solid var(--tertiary-color);
  background: var(--primary-color);
}

.contact-page .page-body {
  padding: 40px;
  background: var(--background-1-color);
  min-height: calc(100vh - 300px);
}

.contact-page input, .contact-page select, .contact-page textarea {
  border: 1px solid var(--tertiary-color);
  border-radius: 2px;
  width: 100%;
}

.contact-page button {
  padding: 10px 12px;
  text-transform: uppercase;
  background: var(--primary-color);
  color: var(--text-3-color);
  outline: none;
  border-radius: calc(var(--border-radius) / 3);
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  transition: background 0.5s ease;
  text-align: center;
  font-family: var(--secondary-font);
}

.master-wrapper-page {
  padding-top: 80px;
}

.html-order-details-page .master-wrapper-page.active {
  padding-top: 87px;
}



/* Home Page */

.html-home-page .home-page {
  padding: 0 15px;
}

.main_section {
  min-height: 45vh;
  margin-bottom: 15px;
  color: var(--text-3-color);
  background-repeat: no-repeat;
  background-size: cover;
}

.main_sub_section {
  margin-bottom: 4vh;
  color: var(--text-3-color);
}

.sub_section {
  background-repeat: no-repeat;
  text-align: center;
  height: 200px;
}

.middle_subsection {
  padding-right: 0;
}

.middle_sub_subsection {
  background-color: var(--tertiary-color);
  height: 100%;
}

.right_subsection {
  padding-right: 0;
  padding-left: 0;
  background: content-box;
}

.text_header {
  font-size: 48px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
}

.text_sub_header {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 2vh;
  margin-bottom: 0;
}

.white-dotted-line-30vw {
  margin: 5px 30vw;
  border-top: 2px dotted white;
}

.white-dotted-line-3vw {
  margin: 5px 3vw;
  border-top: 2px dotted white;
  margin-bottom: 15px;
}

.standard-text-content {
  margin-bottom: 8px;
}

  .standard-text-content.opening-hours {
    text-align: left;
    margin-left: 3vw;
    margin-right: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

div#navigation {
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 14px;
  padding-top: 20px;
}

  div#navigation .col-1 {
    padding: 0;
  }

/* MOBILE */

@media(min-width: 768px) {
  .right_subsection_parent {
    padding: 0;
  }
}

@media (max-width: 767px) {

  .main_section {
    margin-bottom: 0;
  }

  .left_subsection {
    background-position: center;
  }

  .middle_subsection {
    padding: 0px;
  }

  .sub_section {
    background-color: var(--tertiary-color);
  }

  .right_subsection_parent {
    background-color: var(--tertiary-color);
  }

  .right_subsection {
    margin: auto;
    margin-bottom: 30px;
  }

  .lets_started .search_wrap .search_title {
    margin-top: 0;
  }

  .lets_started.collect-your-order .search_wrap .search_title {
    margin-top: 45px;
  }

  .search_box .main_title {
    font-size: 20px;
  }

  .main-title {
    text-align: center;
  }

  .product-list-content .main-title {
    padding-bottom: 5px;
    border-bottom: 2px solid var(--on-surface-variant-color);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }

    .product-list-content .main-title::after {
      display: none;
    }

  .listing-page {
    padding: 0 0 20px 0;
  }

  .listing-page .back_manu {
    margin-left: 15px;
    padding-top: 0;
  }

  .html-product-details-page .content {
    margin-top: 0;
  }

  .content h2 {
    text-align: center;
    font-size: 26px;
  }

  .product_content {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 18px;
  }

  .review-order-mob-btn .count {
    background: var(--text-1-color);
    color: var(--primary-color);
  }

  .checkout-main-title {
    text-align: center;
    padding-top: 10px;
    margin-right: -15px;
    margin-left: -15px;
    // border-top: 1px solid var(--tertiary-color);
  }

  .checkout-page {
    padding: 0;
  }

  .listing-right-section {
    padding: 0;
  }

  .right-section-bg {
    border: none;
    background-color: var(--background-2-color);
  }

  .checkout-page .right-section-bg {
    padding-top: 0;
  }

  .order-confirmation h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .order-details-title {
    padding: 16px 0 16px 0;
  }

  .collection-header {
    padding-top: 15px;
  }
  

  /*End of Custom waga for mobile */
}
.head_wraps.display {
  display: block;
}

.head_wraps .order_basket {
  margin-right: 32px;
}

.head_wraps_container {
  display: flex;
  align-items: center;
}

.head_wraps_container .open_nav {
  display: flex;
  align-items: center;
}

.head_wraps_container .open_nav svg {
  margin-bottom: -2px
}

.master-wrapper-page.active .overlay {
  top: 40px
}

.overlay {
  top: 0;
}

.overlay-content {
  margin-top: 0;
}

@media (max-width: 767px) {
  .review-order-mob-btn .count {
    line-height: 24px;
  }
}

.modal-content.search_box {
  padding: 0;
}

.product-list-content .product-list {
  margin-left: 0;
  margin-right: 0;
  @media (min-width: 768px) {
    margin-left: -1%;
    margin-right: -1%;
  }
}

.product-list-content .product-list .items-box {
  height: 195px;
}

.tag-container {
  display: flex;
  min-height: 32px;
  align-items: center;
}

.marketing-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.625rem !important;
  color: #fff;
  font-weight: 700;
  border: 1px solid var(--special-1-color);
  border-radius: 2px;
}

.marketing-tag--new {
  border-color: var(--on-surface-variant-color);
  color: var(--on-surface-variant-color);
}

.marketing-tag .tag-title {
  font-size: .7rem;
  line-height: 1.2rem;
}

.marketing-tag--new .tag-title {
  color: var(--text-1-color);
}

.marketing-tag .tag-icon {
  display: none;
}

.html-product-details-page .marketing-tag .tag-title {
  color: var(--primary-color);
}

.nutrition-tag {
  height: 24px;
  width: 24px;
  border: 1px solid #6F7D21;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nutrition-tag span {
  color: #6F7D21 !important;
  font-size: 10px;
  font-weight: 700;
}

.nutrition-tag, .marketing-tag {
  margin-right: 5px;
}

.tag-container > :last-child {
  margin-right: 0;
}

.list-steps .list-steps-count {
  width: 36px;
  height: 36px;
  border-radius:100%;
  border: 2px solid var(--on-surface-variant-color);
  font-size: 18px;
  font-weight: 700;
  background-color: var(--background-1-color);
  flex-shrink: 0;
}

.list-steps .list-steps-count span {
  position: relative;
  top: -2px;
}

.list-steps .list-steps-item h4 {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: var(--text-1-color);
}

.list-steps .list-steps-item {
  position: relative;
  overflow: hidden;
}

.list-steps .list-steps-item::before {
  content: "";
  position: absolute;
  width: 1px;
  border-left: 1px solid var(--tertiary-color);
  height: calc(100% - 36px);
  left: 18px;
  bottom: 0;
  z-index: 0;
}

.list-steps .list-steps-item:last-of-type::before {
  display: none;
}

.my-account .checkmark {
  border: 2px solid var(--text-1-color);
}

.my-account input:checked ~ .checkmark {
  background: var(--text-3-color);
}

.my-account .checkmark:after {
  width: 6px;
}
.my-account .form-check-label {
  color: var(--secondary-color);
}

.my-account .forgot-password a {
  color: var(--secondary-color);
}

.content-info .pro-content {
  float: none;
}

/* Black modals (Wagamama default) */
.modal-content {
  border-radius: 0;
}
.modal-content, .modal-content.search_box {
  background-color: var(--background-1-color);
  border: none;
  padding: 16px;
}
.modal-body {
  padding: 24px 16px;
  border: 2px solid var(--tertiary-color);
  text-align: center;
}
.modal-body .close-icon {
  top: 16px;
  right: 16px;
}
.modal-content .close {
  color: var(--on-background-color);
  font-size: 14px;
  z-index: 10;
}
.modal-body .modal-heading, 
.modal-body h1, 
.modal-body h2, 
.modal-body h3, 
.modal-body h4,
.modal-body h5 {
  color: var(--on-background-color);
  font-weight: 700;
}
.modal-body h1 {
  font-size: 40px;
}
.modal-body .modal-icon {
  width: 94px;
  height: 94px;
  border: 2px solid var(--tertiary-color);
  background-color: var(--background-1-color);
  border-radius: 100%;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -72px auto 20px auto;
}
.modal-body .circle-ripple {
  margin-top: 30px;
  margin-bottom: 80px;
}
.circle-ripple {
  animation: none;
  background: url(/Themes/WagamamaUS/Content/images/wagamama-loader-star-100x100.gif) center center no-repeat;
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
}


.modal-dialog--light .btn.btn-outline {
  background: none;
}

/* White modals */
.modal-dialog--light .modal-content {
  background-color: var(--background-2-color);
  color: var(--tertiary-color);
  padding: 16px;
}
.modal-dialog--light .modal-content {
  background-color: var(--background-2-color);
  color: var(--tertiary-color);
}
.modal-dialog--light .modal-body {
  border: none;
}
.modal-dialog--light .modal-body h1,
.modal-dialog--light .modal-body h2,
.modal-dialog--light .modal-body h3,
.modal-dialog--light .modal-body h4,
.modal-dialog--light .modal-body h5 {
  color: var(--primary-color);
}
.modal-dialog--light .close-icon, .modal-dialog--light .close {
  color: var(--primary-color);
  opacity: 1;
}
.modal-dialog--light .form-control {
  border-color: var(--primary-color) !important;
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}
/* Theme End */


/* Footer global */
.footer-global {
  font-family: var(--main-font);
  color: var(--on-surface-color);
  font-weight: 400;
}
.footer-global-wrapper {
  max-width: 1216px;
  margin: 0 auto;
  padding: 24px;
}

.footer-global-links {
  border-top: 1px solid var(--tertiary-color);
  margin: 0;
}

.footer-expand-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  outline: none;
  border: 1.6px solid var(--background-2-color);
}

.footer-expand-btn img {
  width: 36px;
  height: 36px;
}

.footer-cat-heading {
  font-size: 24px;
  line-height: 32px;
  flex-grow: 0;
  padding: 16px 24px 16px 0;
  width: 100%;
}
.footer-col {
  border-bottom: 1px solid var(--tertiary-color);
}
.footer-sub {
  padding-left: 0;
  padding-bottom: 8px;
}
.footer-sub a {
  font-size: 16px;
  display: block;
  padding: 5px 0;
  font-weight: 700;
  color: #DADADA;
  margin-bottom: 10px;
}
.footer-global a {
  transition: color 0.2s ease-in-out;
}

.footer-global-addons {
  margin-top: 32px;
}

.footer-global-social {
  display: flex;
  justify-content: start;
  margin-top: 32px;
}

.footer-global-social a {
  width: 36px;
  height: 36px;
  border: 2px solid  var(--background-2-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}


.select-waga {
  position: relative;
  width: 100%;
  font-size: 16px;
}
.select-waga-box {
  border: 1px solid var(--tertiary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.select-waga-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--background-2-color);
  border: 1px solid var(--tertiary-color);
  z-index: 1;
  max-height: 160px;
  overflow-y: auto;
}
.select-waga-list a {
  display: block;
  padding: 10px 20px;
  transition: background-color 0.2s ease-in-out;
  border-bottom: 1px solid #DADADA;
  color: var(--background-1-color);
  font-size: 14px;
}
.select-waga-list a:hover {
  background: #DADADA;
  color: var(--background-1-color) !important;
}
.select-waga.open .select-waga-list {
  display: block;
}
.select-waga.open .select-waga-box-expand-btn {
  transform: rotate(180deg);
}


@media (min-width: 1024px) {
  .footer-global {
    border-top: 1px solid var(--tertiary-color);
    padding-bottom: 0;
  }
  .footer-global-wrapper {
    width: 936px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .footer-global-links {
    width: 628px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: none;
    border-right: 1px solid var(--tertiary-color);
    display: flex;
  }

  .footer-col {
    border-bottom: none;
    width:
     33.33%;
  }

  .footer-sub.d-none, .footer-sub {
    display: block !important;
  }

  .footer-cat-heading {
    font-size: 16px;
  }

  .footer-expand-btn {
    display: none;
  }

  .footer-sub a {
    padding: 7px 0;
    color: #979797;
    font-size: 14px;
  }
  .footer-global-addons {
    width: 230px;
  }
}

@media (min-width: 1280px) {
  .footer-global-wrapper {
    width: 1216px;
  }
  .footer-global-links {
    width: 816px;
  }
  .footer-cat-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .footer-global-addons {
    width: 270px;
  }
}



.listing-page {
  padding-top: 5px;
}

/* Cookie OneTrust */
#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
  border-radius: 0;
}


/* Adyen overwrites */
.adyen-checkout__payment-method--selected {
  border-radius: 0 !important;
}

.adyen-checkout__dropin input[type="text"], .adyen-checkout__dropin input[type="text"]:active, .adyen-checkout__dropin input[type="text"]:focus {
  background-color: #fff;
  color: inherit;
  border-color: #B9C4C9 !important;
}

.adyen-checkout__dropin input[type="text"]:hover {
  border-color: #99a3ad !important;
}

.adyen-checkout__dropin input[type="text"]:active, .adyen-checkout__dropin input[type="text"]:focus {
  border: 1px solid #0075ff !important;
  box-shadow: 0 0 0 2px #3070ED !important;
}

.adyen-checkout__dropin input[type="text"]::placeholder {
  color: transparent !important;
}

/* Animations */
@keyframes fadeIn20 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.2;
  }
}

/* Autocomplete */
.form-group .nxg-ac-container input[type="text"] {
  height: 100%;
}