.form-nav .nav-tabs .nav-link {
  color: #333; }

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333; }

.nav-tabs .nav-link.active {
  background-color: transparent; }

@media (min-width: 992px) {
  .form-nav .nav-item > .nav-link {
    color: #333; } }

.cart-error-messaging.cart-error {
  top: 7.5rem; }

.custom-address-selector select {
  appearance: none;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none; }

.custom-select-checkout, #checkout-main .form-group .address-dropdown, #checkout-main .form-group .custom-address-selector .addressSelector, #checkout-main .form-group.custom-field .custom-input,
#checkout-main .form-group.custom-field .custom-select {
  border: none;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.next-btn, #checkout-main .card.login-summary .card-body .btn,
#checkout-main .card.shipping-summary .card-body .btn,
#checkout-main .card.menubuilder-item-summary .card-body .btn,
#checkout-main .card.payment-summary .card-body .btn,
#checkout-main .shipping-section .card-body .btn,
#checkout-main .card.payment .card-body .btn,
#checkout-main .card.menubuilder .card-body .btn {
  white-space: nowrap;
  font-size: 1rem;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 22px; }

#checkout-main {
  background: url("../images/CalorieFormBG.png") no-repeat fixed center;
  background-size: cover; }
  #checkout-main[data-checkout-stage='shipping'] .box-quantity-message {
    display: none; }
  #checkout-main[data-checkout-stage='shipping'] .menubuilder-item,
  #checkout-main[data-checkout-stage='shipping'] .payment-form,
  #checkout-main[data-checkout-stage='shipping'] .menubuilder-item-summary {
    display: none; }
  #checkout-main[data-checkout-stage='shipping'] #jc-disclaimer.js-shipping-error {
    display: none !important; }
  #checkout-main[data-checkout-stage='shipping'] .shipping-down,
  #checkout-main[data-checkout-stage='shipping'] .menubuilder-up,
  #checkout-main[data-checkout-stage='shipping'] .payment-up {
    display: none; }
  #checkout-main .order-calculations .leading-lines .text-right {
    padding-top: 5px;
    line-height: 1.25rem; }
  #checkout-main[data-checkout-stage='menubuilder'] .box-quantity-message {
    display: none; }
  #checkout-main[data-checkout-stage='menubuilder'] .payment-form {
    display: none; }
  #checkout-main[data-checkout-stage='menubuilder'] .single-shipping {
    display: none; }
  #checkout-main[data-checkout-stage='menubuilder'] .shipping-summary {
    display: block; }
  #checkout-main[data-checkout-stage='menubuilder'] .afterpay-placeorder-button {
    display: none; }
  #checkout-main[data-checkout-stage='menubuilder'] #jc-disclaimer.js-shipping-error {
    display: none !important; }
  #checkout-main[data-checkout-stage='menubuilder'] .menubuilder-item-summary {
    display: none; }
  #checkout-main[data-checkout-stage='menubuilder'] .shipping-up,
  #checkout-main[data-checkout-stage='menubuilder'] .menubuilder-down,
  #checkout-main[data-checkout-stage='menubuilder'] .payment-up {
    display: none; }
  #checkout-main[data-checkout-stage='payment'] .box-quantity-message {
    display: block;
    background-color: #FDF8EC;
    border-radius: 10px;
    padding: 0.75rem;
    border: 1px solid #DFEBF0;
    font-weight: 500;
    line-height: 1.125rem; }
  #checkout-main[data-checkout-stage='payment'] .menubuilder {
    display: none; }
  #checkout-main[data-checkout-stage='payment'] .payment-form {
    display: block; }
  #checkout-main[data-checkout-stage='payment'] .menubuilder-item-summary {
    display: block; }
  #checkout-main[data-checkout-stage='payment'] #jc-disclaimer.js-shipping-error {
    display: block; }
  #checkout-main[data-checkout-stage='payment'] .shipping-up,
  #checkout-main[data-checkout-stage='payment'] .menubuilder-up,
  #checkout-main[data-checkout-stage='payment'] .payment-down {
    display: none; }
  #checkout-main[data-checkout-stage='placeOrder'] .box-quantity-message {
    display: none; }
  #checkout-main[data-checkout-stage='placeOrder'] .payment-form {
    display: none; }
  #checkout-main[data-checkout-stage='placeOrder'] .menubuilder {
    display: none; }
  #checkout-main[data-checkout-stage='placeOrder'] .menubuilder-item-summary {
    display: block; }
  #checkout-main[data-checkout-stage='placeOrder'] #jc-disclaimer.js-shipping-error {
    display: none !important; }
  #checkout-main .show-error-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ccircle cx='12' cy='12' r='9' transform='rotate%28-180 12 12%29' stroke='%23C60C00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M12 7L12 13M12 16.5L12 17' stroke='%23C60C00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    right: 1.563rem;
    top: 20%; }
  #checkout-main .state .show-error-icon,
  #checkout-main .country .show-error-icon {
    right: 35px; }
  #checkout-main .form-group.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Create a custom checkbox */
    /* When the checkbox is checked, add a blue background */
    /* Show the checkmark when checked */ }
    @media (min-width: 992px) {
      #checkout-main .form-group.custom-checkbox.privacy-policy {
        margin-top: 40px; } }
    @media (max-width: 1199.98px) {
      #checkout-main .form-group.custom-checkbox.privacy-policy {
        margin-top: 1rem; } }
    #checkout-main .form-group.custom-checkbox input {
      width: 1.5rem;
      height: 1.5rem;
      z-index: 2;
      visibility: visible; }
    #checkout-main .form-group.custom-checkbox label {
      padding-left: 1.5rem; }
    #checkout-main .form-group.custom-checkbox a {
      color: #323D48; }
    #checkout-main .form-group.custom-checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 1.5rem;
      width: 1.5rem;
      background-color: #fff;
      border: 0.125rem solid rgba(0, 129, 198, 0.4);
      border-radius: 0.3125rem; }
      #checkout-main .form-group.custom-checkbox .checkmark:after {
        content: '';
        position: absolute;
        display: none;
        right: 25%;
        top: 0.125rem;
        width: 0.5rem;
        height: 0.875rem;
        border: 0.125rem solid #fff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg); }
    #checkout-main .form-group.custom-checkbox input:checked ~ .checkmark {
      background-color: #49C215;
      border: 0.125rem solid transparent; }
    #checkout-main .form-group.custom-checkbox input:checked ~ .checkmark:after {
      display: block; }
    #checkout-main .form-group.custom-checkbox.term-condition {
      padding-left: 1.5rem; }
      #checkout-main .form-group.custom-checkbox.term-condition label {
        padding-left: unset; }
  #checkout-main .form-group .custom-input.shippingState {
    height: fit-content !important; }
  #checkout-main .form-group .address-dropdown {
    background-color: #fff;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    box-shadow: 0px 2px 10px rgba(22, 56, 78, 0.1); }
  #checkout-main .form-group .custom-address-selector .addressSelector {
    height: 3.5rem; }
  #checkout-main .form-group .custom-address-selector .custom-drodown-icon {
    position: absolute;
    right: 2rem;
    top: 1rem; }
  #checkout-main .form-group .custom-address-selector option {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25rem; }
  #checkout-main .form-group .custom-address-selector .select-shipping {
    color: #16384E; }
  #checkout-main .form-group .custom-address-selector .add-new-address {
    color: #0081C6;
    font-weight: 700; }
  #checkout-main .service-error {
    color: #C60C00;
    margin-top: 32px;
    margin-bottom: 32px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.125rem;
    letter-spacing: -0.01em; }
  #checkout-main p.service-error {
    padding: 0 0.9375rem;
    margin: 32px 0 1.25rem 0; }
  #checkout-main .form-group.custom-field {
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(22, 56, 78, 0.1);
    border-radius: 16px;
    margin-bottom: 1rem; }
    #checkout-main .form-group.custom-field label {
      display: block; }
    #checkout-main .form-group.custom-field .custom-label {
      padding-top: 0.75rem;
      padding-left: 1rem;
      margin-bottom: 0.25rem;
      margin-top: 1.05rem;
      font-family: "Open Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 0.875rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      letter-spacing: 0.08em;
      text-transform: uppercase; }
    #checkout-main .form-group.custom-field .custom-input,
    #checkout-main .form-group.custom-field .custom-select {
      border-radius: 16px; }
    #checkout-main .form-group.custom-field .field-label {
      font-family: "Open Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 10px;
      line-height: 0.875rem;
      color: #16384E;
      margin-top: 0; }
    #checkout-main .form-group.custom-field .custom-input:focus,
    #checkout-main .form-group.custom-field .custom-input:active,
    #checkout-main .form-group.custom-field .custom-input.active {
      border: none; }
    #checkout-main .form-group.custom-field .custom-drodown-icon {
      position: absolute;
      right: 0.75rem;
      top: 1.563rem; }
    #checkout-main .form-group.custom-field .opt {
      color: #98a4ae;
      text-transform: uppercase; }
  #checkout-main .postalcode {
    margin-bottom: 1rem; }
    #checkout-main .postalcode .form-group.custom-field {
      margin-bottom: 0; }
    #checkout-main .postalcode span {
      padding-left: 1rem; }
  #checkout-main .deliver-it-card .invalid-feedback,
  #checkout-main .deliver-it-card .username-error, #checkout-main .freshshippingform .invalid-feedback,
  #checkout-main .freshshippingform .username-error {
    padding: 0 0.75rem;
    padding-bottom: 0.75rem;
    color: #C60C00;
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1rem; }
  #checkout-main .security-code-input .invalid-feedback {
    display: none; }
  #checkout-main .security-code-input.invalid .invalid-feedback {
    display: block; }
  #checkout-main .is-invalid {
    border: 1px solid #C60C00 !important; }
    #checkout-main .is-invalid .input-field {
      height: 1.125rem !important; }
  #checkout-main .input-field {
    padding: 0px 1rem;
    height: 1.8rem !important; }
  #checkout-main select.js-shippingState {
    border: 0;
    box-shadow: none; }
  #checkout-main form {
    background: transparent; }
  #checkout-main .checkout-wrapper {
    padding: 80px 150px 0; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      #checkout-main .checkout-wrapper {
        padding: 32px 60px 0; } }
    @media (max-width: 991.98px) {
      #checkout-main .checkout-wrapper {
        padding: 32px 1.25rem 0; } }
  #checkout-main .product-summary-block span.disclaimer {
    font-family: "Open Sans";
    color: #16384E;
    line-height: 1.125rem;
    font-size: 14px;
    font-weight: 500; }
  #checkout-main .savings-callout {
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans"; }
  #checkout-main .next-step-button {
    box-shadow: none;
    background: transparent; }
    #checkout-main .next-step-button .afterpay-placeorder-button {
      display: none; }
  #checkout-main .card {
    background: transparent;
    margin-bottom: 1rem; }
    #checkout-main .card .card-header.clearfix {
      padding: 0.9375rem;
      box-shadow: 0px 0.125rem 0.625rem rgba(22, 56, 78, 0.1);
      border-radius: 8px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      height: 100%;
      background-color: #FFFFFF; }
      #checkout-main .card .card-header.clearfix .pre-fix-main {
        padding: 0.438rem 0.9375rem;
        border-radius: 0.5rem; }
      #checkout-main .card .card-header.clearfix .header-title {
        gap: 0.9375rem; }
        #checkout-main .card .card-header.clearfix .header-title .pre-fix,
        #checkout-main .card .card-header.clearfix .header-title .tab-header {
          font-family: "Fira Sans";
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 1.563rem; }
      #checkout-main .card .card-header.clearfix .header-icon {
        margin-left: auto;
        margin-right: 0.3125rem; }
    #checkout-main .card .createAccountForm form .create-account {
      margin-top: 0.9375rem;
      margin-bottom: 35px; }
    #checkout-main .card .createAccountForm form .form-group {
      position: relative; }
      #checkout-main .card .createAccountForm form .form-group .custom-input.password {
        -webkit-text-security: square; }
      #checkout-main .card .createAccountForm form .form-group .custom-input:-ms-input-placeholder {
        font-size: 1rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        line-height: 1rem;
        color: #16384E;
        opacity: 25%; }
      #checkout-main .card .createAccountForm form .form-group .custom-input::placeholder {
        font-size: 1rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        line-height: 1rem;
        color: #16384E;
        opacity: 25%; }
    #checkout-main .card .createAccountForm form .btn-primary {
      font-size: 1rem;
      font-family: "Open Sans", sans-serif;
      line-height: 22px;
      font-weight: 700; }
    #checkout-main .card .createAccountForm form .form-check .custom-control-input {
      z-index: 2;
      width: 1.5rem;
      height: 1.5rem; }
    #checkout-main .card .createAccountForm form .form-check.policy {
      margin-top: 35px; }
    #checkout-main .card .createAccountForm form .form-check-input {
      width: 1.5rem;
      height: 1.5rem; }
    #checkout-main .card .createAccountForm form .remember-me {
      margin-top: 1rem; }
      #checkout-main .card .createAccountForm form .remember-me label {
        vertical-align: -webkit-baseline-middle; }
  #checkout-main .recommendations-header-section {
    padding: 0 20px; }
    #checkout-main .recommendations-header-section .recommendations-header {
      border-bottom: 1px solid #000000;
      padding: 10px 0; }
    #checkout-main .recommendations-header-section .recommendations__title {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  #checkout-main .recommendations .recommendations-products {
    gap: 0.9375rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    #checkout-main .recommendations .recommendations-products .product-item {
      background-color: #fff;
      border: 1px solid #DFEBF0;
      border-radius: 0.5rem;
      padding: 0.625rem;
      -ms-flex-align: center;
          align-items: center; }
      #checkout-main .recommendations .recommendations-products .product-item img {
        width: 80px;
        height: 80px; }
      #checkout-main .recommendations .recommendations-products .product-item .card-text {
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.125rem; }
      #checkout-main .recommendations .recommendations-products .product-item .btn-primary {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.125rem;
        background-color: transparent;
        color: #0081C6;
        border: 1px solid #0081C6;
        height: auto; }
  #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .pickup-item {
    display: block;
    margin-bottom: 0; }
    #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .pickup-item .fresh-form-divider {
      border-bottom: 1px solid #16384E; }
  #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .shipping-item-pickup .pickup-info {
    padding: 0; }
    #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .shipping-item-pickup .pickup-info .pickup-info-content {
      margin: 0; }
      #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .shipping-item-pickup .pickup-info .pickup-info-content .freePickUpStore.store-title {
        font-family: "Fira Sans";
        font-weight: 700;
        font-size: 18px;
        line-height: 1.563rem;
        margin-bottom: 0.625rem; }
      #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .shipping-item-pickup .pickup-info .pickup-info-content .schedule-appointment {
        font-family: "Open Sans";
        font-weight: 700;
        font-size: 14px;
        line-height: 1.125rem;
        margin: 1.563rem 0 32px 0; }
      #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .shipping-item-pickup .pickup-info .pickup-info-content .change-location {
        margin-top: 0.625rem; }
        #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .shipping-item-pickup .pickup-info .pickup-info-content .change-location a {
          font-family: "Open Sans", sans-serif;
          font-weight: 700;
          font-size: 16px;
          line-height: 22px;
          color: #0081C6; }
      #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .shipping-item-pickup .pickup-info .pickup-info-content .directions {
        font-size: 14px;
        font-weight: normal; }
  #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .pickup-info-main .shipping-item-pickup .btn.pick-up-here {
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 22px;
    padding: 1.625rem 0;
    text-transform: none; }
  #checkout-main .shipping-section .single-shipping .card .shipping-content .shipping-address .deliver-it-card .shipping-address-block .btns {
    margin-bottom: 0; }
  #checkout-main .shipping-section .single-shipping .card .shipping-content .freshshippingform .freshdinner-disclaimer {
    font-family: "Fira Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.563rem; }
  #checkout-main .shipping-section .single-shipping .card .shipping-content .freshshippingform .disclaimer-msg {
    font-weight: 500;
    line-height: normal; }
  #checkout-main .order-summary > .card {
    padding: 1.25rem; }
  #checkout-main .order-summary > .card .card-header {
    padding: 0;
    margin-top: 0.75rem;
    font-family: "Fira Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75rem; }
  #checkout-main .card .card-body .btn.view-men-item {
    height: unset; }
  #checkout-main .order-summary {
    padding: 0; }
    #checkout-main .order-summary .card.order-product-summary {
      border-bottom: 1px solid #16384E; }
    #checkout-main .order-summary .card {
      border-radius: 0; }
      #checkout-main .order-summary .card .card-header h4.order-summary-text {
        font-size: 24px !important; }
      #checkout-main .order-summary .card .card-body .basket-headers {
        font-size: 16px;
        margin: 0.375rem; }
  #checkout-main .billing-information {
    background-color: #fff; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #checkout-main .basket-product .item {
      width: 62%; }
    #checkout-main li.basket-items.item.item-heading {
      -ms-flex: 4.5 0 0px;
          flex: 4.5 0 0; } }
  @media (max-width: 767.98px) {
    #checkout-main .order-summary > .card {
      padding: 1.25rem; } }
  @media (max-width: 991.98px) {
    #checkout-main .order-summary > .card {
      padding: 60px; } }
  @media (max-width: 767.98px) {
    #checkout-main .order-summary > .card {
      padding: 1.25rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    #checkout-main .basket-product .item {
      width: 62%; }
    #checkout-main li.basket-items.item.item-heading {
      -ms-flex: 4.5 0 0px;
          flex: 4.5 0 0; } }
  #checkout-main .card .card-body .btn.view-men-item {
    height: 3.375rem; }
  #checkout-main .order-summary {
    padding: 0; }
    #checkout-main .order-summary .card.order-product-summary {
      border-bottom: 1px solid #16384E; }
    #checkout-main .order-summary .card {
      border-radius: 0; }
      #checkout-main .order-summary .card .card-header h4.order-summary-text {
        font-size: 24px !important; }
      #checkout-main .order-summary .card .card-body .basket-headers {
        font-size: 16px;
        margin: 0.375rem; }
  #checkout-main .modal .modal-dialog-scrollable {
    max-width: 700px; }
    #checkout-main .modal .modal-dialog-scrollable .modal-content {
      border-radius: 0.9375rem;
      background-color: #FFFFFF; }
      #checkout-main .modal .modal-dialog-scrollable .modal-content .modal-title {
        font-size: 16px;
        font-family: "Open Sans";
        font-weight: 700;
        color: #323D48;
        line-height: 1.25rem; }
      #checkout-main .modal .modal-dialog-scrollable .modal-content .close {
        font-size: 1rem; }
        #checkout-main .modal .modal-dialog-scrollable .modal-content .close span {
          font-size: 1.25rem; }
      #checkout-main .modal .modal-dialog-scrollable .modal-content .modal-header,
      #checkout-main .modal .modal-dialog-scrollable .modal-content .modal-body {
        padding: 2.3125rem 0 1.875rem 0;
        background-color: #FFFFFF;
        margin: 0 2.5rem;
        line-height: 1.25rem; }
      #checkout-main .modal .modal-dialog-scrollable .modal-content .modal-header {
        border-bottom-color: #16384E; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        #checkout-main .modal .modal-dialog-scrollable .modal-content div.modal-header {
          margin: 0 60px; }
        #checkout-main .modal .modal-dialog-scrollable .modal-content div.modal-body {
          margin: 0 0.625rem 0 60px; } }
      @media (max-width: 767.98px) {
        #checkout-main .modal .modal-dialog-scrollable .modal-content div.modal-header {
          margin: 0 1.25rem;
          padding: 1.25rem 0 1.563rem 0; }
        #checkout-main .modal .modal-dialog-scrollable .modal-content div.modal-body {
          margin: 0 0.625rem 0 1.25rem; } }
      #checkout-main .modal .modal-dialog-scrollable .modal-content .modal-body {
        max-height: calc(100% - 5.5rem);
        padding: 1rem 2rem 1rem 0;
        margin: 0 0.625rem 0 2.5rem;
        scrollbar-color: #b7b7b7 transparent; }
        #checkout-main .modal .modal-dialog-scrollable .modal-content .modal-body .title {
          font-family: "Open Sans";
          font-weight: 400;
          line-height: 16px;
          font-size: 12px;
          margin: 0.625rem 0 0.5rem 0; }
        #checkout-main .modal .modal-dialog-scrollable .modal-content .modal-body .acknowledge {
          font-family: "Fira Sans";
          font-weight: 700;
          font-size: 24px;
          color: #0081C6;
          line-height: 1.75rem;
          margin-bottom: 1.75rem; }
        #checkout-main .modal .modal-dialog-scrollable .modal-content .modal-body .termscondition {
          font-family: "Open Sans";
          font-weight: 400;
          line-height: 20px;
          font-size: 16px; }
      #checkout-main .modal .modal-dialog-scrollable .modal-content ::-webkit-scrollbar-track {
        background-color: #FFFFFF; }
      #checkout-main .modal .modal-dialog-scrollable .modal-content ::-webkit-scrollbar {
        background-color: transparent;
        width: 0.438rem; }
      #checkout-main .modal .modal-dialog-scrollable .modal-content ::-webkit-scrollbar-thumb {
        background: #b7b7b7;
        border-radius: 4px; }
  @media (max-width: 1199.98px) {
    #checkout-main .modal .modal-dialog {
      max-width: 100%; } }
  #checkout-main .invalid-feedback.terms-error {
    display: none; }
  #checkout-main .error-icon {
    background-image: url("../images/Error.png");
    width: 0.9375rem;
    height: 0.9375rem;
    display: inline-block;
    background-size: 0.9375rem; }
  #checkout-main .invalid-feedback p {
    padding: 0 0.75rem;
    padding-bottom: 0.75rem;
    color: #C60C00;
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0.5rem; }
  #checkout-main .order-summary .card {
    background: #FFFFFF; }
  #checkout-main .checkout-left .next-step-button .disclaimer-info, #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a {
    color: #000000; }
  #checkout-main .card.login-summary .card,
  #checkout-main .card.shipping-summary .card,
  #checkout-main .card.menubuilder-item-summary .card,
  #checkout-main .card.payment-summary .card,
  #checkout-main .shipping-section .card,
  #checkout-main .card.payment .card {
    border-radius: 5px; }
  #checkout-main .card.login-summary .card.menubuilder,
  #checkout-main .card.shipping-summary .card.menubuilder,
  #checkout-main .card.menubuilder-item-summary .card.menubuilder,
  #checkout-main .card.payment-summary .card.menubuilder,
  #checkout-main .shipping-section .card.menubuilder,
  #checkout-main .card.payment .card.menubuilder {
    border-radius: 8px; }
  #checkout-main .card.login-summary .card-header,
  #checkout-main .card.shipping-summary .card-header,
  #checkout-main .card.menubuilder-item-summary .card-header,
  #checkout-main .card.payment-summary .card-header,
  #checkout-main .shipping-section .card-header,
  #checkout-main .card.payment .card-header {
    background: #FFFFFF; }
    #checkout-main .card.login-summary .card-header h4,
    #checkout-main .card.shipping-summary .card-header h4,
    #checkout-main .card.menubuilder-item-summary .card-header h4,
    #checkout-main .card.payment-summary .card-header h4,
    #checkout-main .shipping-section .card-header h4,
    #checkout-main .card.payment .card-header h4 {
      font-weight: 700; }
  #checkout-main .card.login-summary .card-body,
  #checkout-main .card.shipping-summary .card-body,
  #checkout-main .card.menubuilder-item-summary .card-body,
  #checkout-main .card.payment-summary .card-body,
  #checkout-main .shipping-section .card-body,
  #checkout-main .card.payment .card-body {
    padding: 0 5px; }
  #checkout-main .card.menubuilder .card-body {
    padding: 5px; }
  #checkout-main .checkout-left .next-step-button .disclaimer-info, #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a {
    color: #000000; }
  #checkout-main .checkout-wrapper {
    background: url("../images/CalorieFormBG.png") no-repeat fixed center;
    background-size: cover; }
    #checkout-main .checkout-wrapper .recommendations {
      padding: 1.875rem 0;
      margin: unset;
      background: #FFFFFF; }
  #checkout-main .card.login-summary .card,
  #checkout-main .card.shipping-summary .card,
  #checkout-main .card.menubuilder-item-summary .card,
  #checkout-main .card.payment-summary .card,
  #checkout-main .shipping-section .card,
  #checkout-main .card.menubuilder .card,
  #checkout-main .card.payment .card {
    border-radius: 5px; }
  #checkout-main .card.login-summary .card-header,
  #checkout-main .card.shipping-summary .card-header,
  #checkout-main .card.menubuilder-item-summary .card-header,
  #checkout-main .card.payment-summary .card-header,
  #checkout-main .shipping-section .card-header,
  #checkout-main .card.menubuilder .card-header,
  #checkout-main .card.payment .card-header {
    background: #FFFFFF; }
    #checkout-main .card.login-summary .card-header h4,
    #checkout-main .card.shipping-summary .card-header h4,
    #checkout-main .card.menubuilder-item-summary .card-header h4,
    #checkout-main .card.payment-summary .card-header h4,
    #checkout-main .shipping-section .card-header h4,
    #checkout-main .card.menubuilder .card-header h4,
    #checkout-main .card.payment .card-header h4 {
      font-weight: 700; }
  #checkout-main .card.login-summary .card-body,
  #checkout-main .card.shipping-summary .card-body,
  #checkout-main .card.menubuilder-item-summary .card-body,
  #checkout-main .card.payment-summary .card-body,
  #checkout-main .shipping-section .card-body,
  #checkout-main .card.menubuilder .card-body,
  #checkout-main .card.payment .card-body {
    padding: 0 5px; }
  #checkout-main .card.menubuilder .card-body {
    padding: 5px; }
  #checkout-main .checkout-left .next-step-button .disclaimer-info, #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a {
    color: #000000; }
  @media (max-width: 543px) {
    #checkout-main .card.login-summary .card-header .pre-fix-main,
    #checkout-main .card.shipping-summary .card-header .pre-fix-main,
    #checkout-main .card.menubuilder-item-summary .card-header .pre-fix-main,
    #checkout-main .card.payment-summary .card-header .pre-fix-main,
    #checkout-main .shipping-section .card-header .pre-fix-main,
    #checkout-main .card.menubuilder .card-header .pre-fix-main,
    #checkout-main .card.payment .card-header .pre-fix-main {
      border-radius: 5px; }
    #checkout-main .card.login-summary .card-header h4,
    #checkout-main .card.shipping-summary .card-header h4,
    #checkout-main .card.menubuilder-item-summary .card-header h4,
    #checkout-main .card.payment-summary .card-header h4,
    #checkout-main .shipping-section .card-header h4,
    #checkout-main .card.menubuilder .card-header h4,
    #checkout-main .card.payment .card-header h4 {
      font-weight: 700; }
    #checkout-main .row.checkout-login-wrapper.mb-0.mt-0 {
      padding: 0; }
    #checkout-main .main {
      padding: 0; }
      #checkout-main .main .row.justify-content-between.checkout_page {
        padding: 0; }
        #checkout-main .main .row.justify-content-between.checkout_page .col-lg-7.checkout-left {
          padding-left: 0.9375rem; }
    #checkout-main .product-summary-block .mr-4.basket-items {
      margin-right: 0.5rem !important; }
    #checkout-main .product-summary-block .basket-product .item.mr-auto.pt-3.pl-1 {
      margin: 0 !important;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: auto;
          flex: auto; }
      #checkout-main .product-summary-block .basket-product .item.mr-auto.pt-3.pl-1 .line-item-name {
        margin: 0 !important; }
    #checkout-main .product-summary-block .basket-product .subtotal {
      min-width: 60px !important;
      margin: 0 !important;
      min-width: 70px; }
    #checkout-main .product-summary-block .basket-product .quantity {
      margin: 0 !important; } }
  #checkout-main .grand-total-wrapper .order-receipt-label {
    font-size: 18px !important;
    font-weight: 600 !important; }

#checkout-main .checkout-left,
#checkout-main .order-summary,
.thank-you-page .checkout-left,
.thank-you-page .order-summary {
  margin-top: 1.563rem; }
  #checkout-main .checkout-left .order-total-summary,
  #checkout-main .order-summary .order-total-summary,
  .thank-you-page .checkout-left .order-total-summary,
  .thank-you-page .order-summary .order-total-summary {
    padding: 0 0.9375rem; }
    #checkout-main .checkout-left .order-total-summary .leading-lines,
    #checkout-main .order-summary .order-total-summary .leading-lines,
    .thank-you-page .checkout-left .order-total-summary .leading-lines,
    .thank-you-page .order-summary .order-total-summary .leading-lines {
      border-bottom: unset; }
      #checkout-main .checkout-left .order-total-summary .leading-lines .start-lines span,
      #checkout-main .order-summary .order-total-summary .leading-lines .start-lines span,
      .thank-you-page .checkout-left .order-total-summary .leading-lines .start-lines span,
      .thank-you-page .order-summary .order-total-summary .leading-lines .start-lines span {
        line-height: 1.25rem; }
      #checkout-main .checkout-left .order-total-summary .leading-lines .order-receipt-label,
      #checkout-main .order-summary .order-total-summary .leading-lines .order-receipt-label,
      .thank-you-page .checkout-left .order-total-summary .leading-lines .order-receipt-label,
      .thank-you-page .order-summary .order-total-summary .leading-lines .order-receipt-label {
        font-size: 16px;
        font-family: "Open Sans"; }
      #checkout-main .checkout-left .order-total-summary .leading-lines.hide-swap-nothing,
      #checkout-main .order-summary .order-total-summary .leading-lines.hide-swap-nothing,
      .thank-you-page .checkout-left .order-total-summary .leading-lines.hide-swap-nothing,
      .thank-you-page .order-summary .order-total-summary .leading-lines.hide-swap-nothing {
        display: none; }
  #checkout-main .checkout-left .next-step-button .disclaimer-info, #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  #checkout-main .order-summary .next-step-button .disclaimer-info,
  #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .checkout-left .next-step-button .disclaimer-info,
  .thank-you-page #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  #checkout-main .thank-you-page .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .checkout-left #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .order-summary .next-step-button .disclaimer-info,
  .thank-you-page .order-summary #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  #checkout-main .thank-you-page .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a {
    font-style: italic;
    font-size: 14px;
    line-height: 1.125rem; }
  #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info, #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info,
  #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info,
  .thank-you-page #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  #checkout-main .thank-you-page .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .checkout-left #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info,
  .thank-you-page .order-summary #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  #checkout-main .thank-you-page .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
  .thank-you-page .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a {
    padding-bottom: 0.625rem;
    font-weight: 700;
    font-size: 18px; }
    #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a, #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
    #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    .thank-you-page .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
    .thank-you-page #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    #checkout-main .thank-you-page .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    .thank-you-page .checkout-left #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    .thank-you-page .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    .thank-you-page .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a,
    .thank-you-page .order-summary #checkout-main .checkout-left .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    .thank-you-page #checkout-main .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    #checkout-main .thank-you-page .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a,
    .thank-you-page .order-summary .next-step-button .autoDeliveryDesclaimer .disclaimer-info > a > a {
      color: #0081C6; }
  #checkout-main .checkout-left .grand-total-wrapper .order-receipt-label,
  #checkout-main .order-summary .grand-total-wrapper .order-receipt-label,
  .thank-you-page .checkout-left .grand-total-wrapper .order-receipt-label,
  .thank-you-page .order-summary .grand-total-wrapper .order-receipt-label {
    font-family: "Fira Sans", sans-serif; }

#checkout-main .line-item-name,
.thank-you-page .line-item-name {
  white-space: inherit;
  font-weight: 500;
  text-overflow: inherit;
  word-wrap: break-word;
  font-size: 14px;
  color: #323D48; }

#checkout-main .basket-labels,
.thank-you-page .basket-labels {
  border-top: 1px solid #16384E;
  border-bottom: 1px solid #16384E;
  margin: 1.625rem 0;
  font-weight: 700; }

#checkout-main ul.basket-headers,
.thank-you-page ul.basket-headers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0; }

#checkout-main li.basket-items,
.thank-you-page li.basket-items {
  color: #16384E;
  display: inline-block;
  padding: 0.625rem 0;
  margin-left: 0px;
  margin-right: 2.5rem; }

#checkout-main .item,
.thank-you-page .item {
  width: 35%; }

#checkout-main .item.out-of-stock,
.thank-you-page .item.out-of-stock {
  width: 75%; }

#checkout-main .item-heading,
.thank-you-page .item-heading {
  box-sizing: border-box; }

#checkout-main .prd-line-items,
.thank-you-page .prd-line-items {
  padding-bottom: 1rem; }

#checkout-main .basket-product,
.thank-you-page .basket-product {
  border-bottom: 1px solid #ccc;
  padding: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
  -ms-flex-direction: row;
      flex-direction: row;
  border: 1px solid #DFEBF0;
  border-radius: 5px; }
  #checkout-main .basket-product .item,
  .thank-you-page .basket-product .item {
    display: -ms-flexbox;
    display: flex; }

#checkout-main .no-stock .basket-product,
.thank-you-page .no-stock .basket-product {
  min-height: 50px;
  -ms-flex-align: center;
      align-items: center; }

#checkout-main .prd-image,
.thank-you-page .prd-image {
  border-right: 1px solid #DFEBF0;
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  display: flex;
  align-items: center; }

#checkout-main .product-image,
.thank-you-page .product-image {
  width: 80px;
  height: 80px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

#checkout-main .product-details,
.thank-you-page .product-details {
  width: 90%;
  box-sizing: border-box; }

#checkout-main .quantity,
.thank-you-page .quantity {
  padding-top: 1.25rem; }

#checkout-main .subtotal,
.thank-you-page .subtotal {
  padding-top: 1.063rem;
  text-align: center;
  padding: 0.9375rem 0.9375rem 0px 0.9375rem;
  margin-left: 0.625rem;
  min-width: 100px; }

#checkout-main .call-out-alert,
.thank-you-page .call-out-alert {
  background: #DFEBF0;
  border-radius: 10px;
  padding: 0.9375rem;
  margin-top: 0.9375rem; }
  #checkout-main .call-out-alert ul.call-out,
  .thank-you-page .call-out-alert ul.call-out {
    margin-bottom: 0; }
  #checkout-main .call-out-alert li.call-out-items,
  .thank-you-page .call-out-alert li.call-out-items {
    font-weight: 700;
    line-height: 1.125rem; }

#checkout-main .coupon-code-field,
.thank-you-page .coupon-code-field {
  height: 1.8rem; }

#checkout-main .form-group .field-label,
.thank-you-page .form-group .field-label {
  font-size: 10px; }

#checkout-main .form-group .coupon-error.hide,
.thank-you-page .form-group .coupon-error.hide {
  display: none; }

#checkout-main .form-group .coupon-error.show,
.thank-you-page .form-group .coupon-error.show {
  display: block; }

#checkout-main .promo-code-btn,
.thank-you-page .promo-code-btn {
  height: 3.625rem;
  margin-top: 0; }

.row.checkout-login-wrapper.mb-0.mt-0 {
  border-bottom: 0.0625rem solid #cccccc;
  padding: 0 150px;
  margin: 0;
  background-color: #FFFFFF; }
  .row.checkout-login-wrapper.mb-0.mt-0 .col-sm-12.checkout-login-wrapper__heading-bar.mb-0 {
    border-bottom: unset; }
