/* Theme Start */

@font-face {
    font-family: 'Bebas Kai';
    font-display: swap;
    src: url(../fonts/BebasKai.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Bebas Kai';
    font-display: swap;
    src: url(../fonts/BebasNeue-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Bold';
  font-display: swap;
  src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Semi Bold';
  font-display: swap;
  src: url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}


:root {
    --primary-color: #E74691;
    --secondary-color: #000000;
    --tertiary-color: #FFFFFF;
    --surface-color: #FFFFFF;
    --background-1-color: #FEF6F9;
    --background-2-color: #A9BAC3;
    --error-color: #BB1D1D;
    --success-color: #648144;
    --on-primary-color: #FFFFFF;
    --on-secondary-color: #FFFFFF;
    --on-tertiary-color: #FFFFFF;
    --on-surface-color: #E74691;
    --on-background-color: #E74691;
    --on-error-color: #FFFFFF;
    --on-success-color: #FFFFFF;
    --on-primary-variant: #000000;
    --on-secondary-variant-color: #E74691;
    --on-tertiary-variant-color: #E74691;
    --on-surface-variant-color: #000000;
    --on-background-variant-color: #000000;
    --text-1-color: #E74691;
    --text-2-color:#1b1b1b;
    --text-3-color: #FFFFFF;
    --text-4-color: #E74691;
    --main-font: 'Bebas Kai', Helvetica, Arial, sans-serif;
    --secondary-font: 'Open Sans', Helvetica, Arial, sans-serif;
    --secondary-font-bold: 'Open Sans Bold', Helvetica, Arial, sans-serif;
    --secondary-font-semibold: 'Open Sans Semi Bold', Helvetica, Arial, sans-serif;
    --shadow: 0 4px 8px -1px rgb(0 0 0 / 20%);
    --ripple: rgba(231, 70, 145, 0.3);
    --product-image-width: 145px;
    --border-radius: 12px;
    --arrow-size: 6px;
    --placeholder-color: #D2D9E1;
    --dashed: 2px dashed #A9BAC3;
    --dotted: 2px dotted #A9BAC3;
    --max-width: 1280px;
}

/* Overrides */

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

.header {
    box-shadow: var(--shadow);
}

.master-wrapper-page {
  padding-top: 58px;

}

.master-wrapper-content {
  min-height: 70vh;
}

.header-links a {
  font-size: 20px;
}

.btn, .find_btn {
  font-family: var(--main-font);
  line-height: 1;
  font-size: 24px;
}

.nxg-icon {
    color: var(--primary-color);
}

.product-list-content .product-list .items-box {
    height: 188px;
    box-shadow: var(--shadow);
}

    .product-list-content .product-list .items-box .picture {
        min-height: 187px;
    }


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

hr.dotted {
  border-color: var(--background-2-color);
}

hr.dashed {
  border-color: var(--background-2-color);
}


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

.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);
}

.form-check input[type="radio"]+*::before {
  border-color: var(--primary-color);
}

.attribute-description {
    margin-bottom: 15px;
}

#btnfind {
    padding: 0px 32px;
}

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

.map_locations .left_locations .location_count {
    width: 24px;
    height: 32px;
    font-size: 16px;
    line-height: 26px;
    background: url(/Themes/ArchiesUK/Content/images/location-icon.svg) no-repeat;
}

.listing-page .back_manu {
  background: var(--background-1-color);
  padding: 10px 12px;
  z-index: 98;
  position: sticky;
  scroll-behavior: smooth;
  top: 58px;
}

.back_manu a:hover, .back_manu a:focus {
  color: var(--text-1-color);
  text-decoration: none;
}


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

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

.form-group select {
    background: var(--surface-color);
    color: var(--text-2-color);
}

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

.cat-listing-slider {
  top: 98px;
}

.cat-listing-slider .item a.select {
    color: var(--text-3-color);
}

.cat-listing-slider .item:has(> a.select) {
    background: var(--text-1-color);
    border-radius: 2px;
}

.cat-listing-slider .item {
    padding: 5px;
    margin: 5px;
}

    .cat-listing-slider .item a {
        font-family: var(--secondary-font-semibold);
        text-transform: unset;
    }

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

.search_box, .card, .eu-cookie-bar-notification, #PaymentMethod, .map_locations #storemap {
    border-radius: 0 !important;
}

    #PaymentMethod .payment-btn {
        background: var(--primary-color);
    }

    #PaymentMethod .modal-body {
        font-family: var(--secondary-font);
    }

.checkmark {
    background-color: transparent;
}

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

.total_prices {
  h4 {
    font-size: 21px;
    color: var(--primary-color);
    font-family: var(--main-font);
  }
}
    
.checkout-page-form .form-check-label .checkmark:after {
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
}

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

.html-home-page .find-form-group input {
  border-width: 2px;
}

.nxg-ac-container:focus-within+.js-nxg-ac-btn {
    background: var(--secondary-color);
    color: var(--text-3-color);
}

.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: black;
    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;
    }

.punchh-banner {
    background: var(--primary-color);
    font: 'Futura';
    color: var(--text-3-color);
    text-decoration: underline;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
}

.punchh-banner-left {
    margin: 18px;
    margin-left: 71px;
}

.punchh-banner-right {
    margin: 23px;
    margin-right: 70px;
}

.main-title {
    padding-top: 30px;
}

.fulfilment .nxg-icon, .collection-header h6 {
    color: var(--text-2-color);
}

i.nxg-icon.click-and-collect-icon svg {
    width: 28px;
    height: 36px;
    margin-right: 6px;
}

.right-section-bg {
    color: var(--text-2-color);
}

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

.right-section-bg .collection-header {
  border-top: none;
  padding-top: 0;
}

button.btn.btn-minus.btn-number-nxg, button.btn.btn-plus.btn-number-nxg, button.btn.btn-minus.btn-number-nxg:focus, button.btn.btn-plus.btn-number-nxg:focus {
    color: var(--primary-color);
}

.btn-number {
  color: var(--primary-color) !important;

  svg {
    width: 32px;
    height: 32px;
  }
}

.totalcount input[type="text"] {
    color: var(--primary-color);
    font-family: var(--secondary-font-semibold);
}

.add-buttons {
  margin-top: 15px;
}


.pro-title-price {
    color: var(--primary-color);
}

.prices {
  align-items: start;

  p {
    line-height: 1;
  }
}

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

.product-list .items-box .description {
    min-height: 90px;
}

.product-list .items-box .price.actual-price {
    color: var(--text-2-color);
}

.product-list-content .product-title, .product-list-content .product-title a {
    color: var(--text-1-color);
}

.change {
    align-self: end;
}

    .change a {
        text-decoration: none;
    }

.right-section-bg .min-order {
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
    font-weight: 500;
}

.crepe_options_part h4 {
    margin-top: 24px;
    font-size: 21px !important;
}

.options-wrapper {
    border-bottom: var(--dashed);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.check_redio {
    margin-bottom: 18px;
}

.form-check .form-check-label {
    line-height: 22px;
    padding-left: 24px;
}

.form-check input[type="radio"]+*::before {
  top: -1px;
}

form.my-account {
    margin-bottom: 90px;
}

.order-confirmation {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 20px 0;
}

.allergen {
  color: var(--primary-color);
  font-family: var(--secondary-font-semibold);
}

.product-list-content .product-list {
  margin: 20px -1% 0 -1%;
}

.main-title img {
  display: none;
}

.product-list-content .main-title {
  font-size: 34px;
}

.buttons-add-to-order {
    margin-top: 8px;
}

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


.remove-items-popup .search_wrap .search_box.not_found .main_title {
    color: var(--text-1-color);
    padding-top: 10px !important;
    font-family: 'Futura';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.discount-code .btn.apply-coupon-btn {
    background: var(--background-2-color);
    font-family: var(--main-font);
    font-size: 21px;
    line-height: 1;
}

input#discountcouponcode {
    border: 2px solid var(--background-2-color);
}

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

.checkout-page.payment-info-page {
    margin: 16px 0 0 0;
}

.page-title h1 {
    text-transform: uppercase;
}

.checkout-page .back-to-menu {
  margin-left: 0;
}

.checkout-page-form .form-check-label input:checked ~ .checkmark {
    background-color: var(--text-2-color);
    border: var(--text-2-color) solid 2px;
}

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

.opps-page {
    padding: 100px;
}

    .opps-page h2 {
        margin-bottom: 50px;
    }

    .opps-page .save-btn {
        margin: 50px 0;
    }

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

.header {
  height: 58px;
}


.header-logo {
  max-width: 100px;
}

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

.overlay a.closebtn {
    color: var(--on-tertiary-color);
    line-height: 45px;
    height: 40px;
    top: 12px;
    right: 6px !important;
}

.overlay {
    display: block !important;
    transition: left .3s;
    background: transparent;
    pointer-events: none;
    top: 0 !important;
}

    .overlay.open {
        background: rgba(0,0,0,.6);
        pointer-events: initial;
    }

.overlay-content {
    top: 0 !important;
    margin-top: 0;
    height: 100%;
    width: 250px;
    left: -500px !important;
    transition: left .3s;
    background-color: var(--primary-color);
}

    .overlay-content ul {
        overflow: hidden;
        padding: 20px 0 20px 30px !important;
        height: 90%;
    }

    .overlay-content li {
        cursor: pointer;
        margin: 7px -25px;
        width: 210px;
        height: 9%;
    }

        .overlay-content li a {
            display: flex !important;
            align-items: center;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 28px !important;
            height: 100% !important;
            color: var(--text-3-color) !important;
            text-align: center;
            font-size: 20px !important;
        }

            .overlay-content li a:hover {
                color: var(--text-4-color) !important;
            }

    .overlay-content img {
        width: 85px;
        padding: 2rem 0;
    }

.overlay.open .overlay-content {
    right: 0 !important;
    display: block !important;
    left: unset !important;
    position: absolute;
}


#myNav .overlay-content ul li a {
    padding: 5px 10px 5px 30px;
}

.search_box {
    box-shadow: none;
}


.order-confirmation h2 {
    font-size: 50px;
    font-family: var(--main-font);
    line-height: 48px;
}


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

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

    .warning div {
      float: none;
    }

    .warning a {
      display: inline-block;
    }

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

@media (max-width: 767px) {
    .order-confirmation h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

.order-confirmation h4 {
    font-size: 16px;
    line-height: 21px;
}

.order-confirmation p {
    font-size: 14px;
    line-height: 20px;
}

.order-details-title {
    margin-top: 20px;
    padding: 10px 0 14px 0;
    line-height: 28px;
    font-family: var(--secondary-font);
}

.order-number {
    font-family: var(--main-font);
    line-height: 27px;
    padding: 15px 0 15px 0;
}

.order-date, .address-col {
    font-size: 16px;
    line-height: 24px;
}

.order-confirmation-details {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    font-family: var(--secondary-font);
}

.cart-total-order-confirmation {
    font-family: var(--main-font);
}

.product-quantity-text {
    text-align: left;
    width: 30px;
}

.item-box .product-title a {
  line-height: 1;
}

.product-grid.cross-sells .item-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer {
    border-top: none;
    background: var(--primary-color);
    box-shadow: 0 100vh 0 100vh var(--primary-color);
}

.footer_nav_bar {
    padding: 20px 10px;
    max-width: var(--max-width);
    color: var(--text-3-color);
    font-size: 14px;
    text-align: left;
}

.footer_nav_bar_item {
    padding: 10px 0;
    font-weight: 100;
}

    .footer_nav_bar_item p {
        margin: 0;
        margin-bottom: 3px;
    }

    .footer_nav_bar_item .footer-title {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        margin-bottom: 3px;
    }

    .footer_nav_bar_item a:hover {
        color: var(--text-2-color);
    }

.footer_section {
    text-align: right;
    padding: 0 20px;
    color: var(--text-3-color);
    font-weight: 100;
}

    .footer_section img {
        height: 60px;
    }

.footer-copyright-section {
    text-align: left;
    display: inline-block;
    vertical-align: text-top;
    font-size: 12px;
    padding: 0;
}

.footer-social-section {
    text-align: right;
    padding-top: 30px;
}

    .footer-social-section a {
        padding: 0 4px;
        text-decoration: none;
        color: var(--text-2-color);
    }

@media(min-width: 768px) and (max-width: 991px) {
  .main_container {
    padding-top: 0;
  }
}


@media(min-width: 991px) {
    .header {
      height: 66px;
    }

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

    .header-links {
      display: block;
    }

    .header-logo {
      text-align: left;
      margin: 0;
      max-width: 125px;
    }

    .right_subsection_parent {
      padding: 0;
    }

    .listing-page .back_manu {
      top: 66px;
    }

    .total_prices h4, .crepe_options_part h4{
      font-size: 28px !important;
    }

    .main_container {
      padding-top: 0;
    }

    .product_content {
      font-size: 18px;
    }

    .content h2 {
      margin-bottom: 20px;
    }
}



/* My Account */

.account-page .account-order-preview, .account-item .info {
    font-family: var(--secondary-font);
}

.account-page .account-item .name span {
    font-family: var(--secondary-font);
    font-size: 10px;
}

.account-page .customer-info-page form.my-account {
    font-family: var(--secondary-font);
}

.account-page .order-confirmation-content {
    text-align: left;
}

.account-page .product-list-details-item {
    color: var(--text-2-color);
    padding-left: 0;
}

.account-page .order-number {
    color: var(--primary-color);
    text-align: left;
    font-size: 32px;
    line-height: 36px;
}

.remove-items-popup .search_wrap .search_box.not_found .main_title {
    font-family: var(--main-font);
}

p.register-warning-info {
    font-family: var(--secondary-font);
}

.form-group a {
    color: var(--primary-color);
}

.my-account .form-check .form-check-label {
    font-family: var(--secondary-font);
}

/* MOBILE */
@media (max-width: 767px) {
    .review-order-mob-btn, .review-order-mob-btn:hover, .review-order-mob-btn:focus {
        background: var(--primary-color);
    }

    .header-links a:not(:last-child) {
        display: none;
    }

    .footer_nav_bar {
        padding: 20px 0;
        text-align: left;
    }

    .footer_nav_bar_item {
        padding: 10px 10px 10px 20px;
        width: 50%;
        display: inline-block;
        text-align: left;
    }

    .footer_section img {
        display: block;
        margin: 0 auto;
    }

    .footer-social-section {
        text-align: center;
        padding-top: 0;
    }

    .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;
    }


    .punchh-banner-left {
        margin-left: 10px;
    }

    .punchh-banner-right {
        margin-right: 10px;
    }

    .opps-page {
        padding: 30px;
    }

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

    .listing-page .back_manu {
      padding: 10px 20px 10px 20px;
      top: 58px;
    }

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

    .main_container {
      padding-top: 0;
    }

    .started_content {
      padding-top: 15px;
    }

    .content h2 {
      font-size: 38px;
    }
}

.map_search-location .btn.js-nxg-ac-btn{
  padding: 0 20px;
  width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.map_search-location .nxg-ac-container {
  width: 100%;
}
.map_locations .map_section .map-search-box .find-form-group input {
  width: 100%;
}
.map_locations .map_section .map-search-box .find-form-group {
  max-width: 264px;
}

.map_locations .map_section .map_search-location {
  position: absolute;
  width: 320px;
  right: 72px;
  top: -6px;
  z-index: 99;
}
@media (min-width: 1024px) {
  .map_search-location .btn.js-nxg-ac-btn{
    padding: 0 32px;
  }
  .map_locations .map_section .map-search-box .find-form-group {
    max-width: 320px;
  }
  .map_locations .map_section .map_search-location {
    width: 377px;
  }
}


/* location not found modal */
.modal-with-icon .modal-body {
  padding: 32px;
}

.modal-with-icon .location_icon {
  width: 94px;
  height: 94px;
  background: var(--surface-color);
  color: var(--on-surface-variant-color);
  box-shadow: var(--shadow);
  margin: -65px auto 20px auto;
}

.modal-with-icon .location_icon i {
  font-size: 48px;
  color: #BB1D1D !important;
}

.store-selection-page .search_box {
  padding: 0;
}

#AjaxErrorWindowModal .search_box.not_found {
  padding: 0;
  margin-top: 40px;
}
#AjaxErrorWindowModal .location_icon {
  top: -100px;
}

/* Theme End */
