/* =========================================================
   CHECKOUT KROKY V SHOPTETU
========================================================= */

.cart-header,
.ordering-process,
.co-ordering-process {
    position: relative;
}

.cart-header .step,
.ordering-process li,
.co-ordering-process li {
    opacity: 1 !important;
}

.cart-header .step a::before,
.cart-header .step strong::before,
.cart-header .step > span::before,
.ordering-process li a::before,
.ordering-process li > span::before,
.ordering-process li strong::before,
.co-ordering-process li a::before,
.co-ordering-process li > span::before,
.co-ordering-process li strong::before,
.ordering-process li .step-number,
.co-ordering-process li .step-number {
    background: #ffffff !important;
    border: 2px solid #000000 !important;
    color: #000000 !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}

.cart-header .step.active a::before,
.cart-header .step.active strong::before,
.cart-header .step.active > span::before,
.cart-header .step.current a::before,
.cart-header .step.current strong::before,
.cart-header .step.current > span::before,
.ordering-process li.active a::before,
.ordering-process li.active > span::before,
.ordering-process li.active strong::before,
.ordering-process li.current a::before,
.ordering-process li.current > span::before,
.ordering-process li.current strong::before,
.co-ordering-process li.active a::before,
.co-ordering-process li.active > span::before,
.co-ordering-process li.active strong::before,
.co-ordering-process li.current a::before,
.co-ordering-process li.current > span::before,
.co-ordering-process li.current strong::before,
.ordering-process li.active .step-number,
.ordering-process li.current .step-number,
.co-ordering-process li.active .step-number,
.co-ordering-process li.current .step-number {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.cart-header .step.completed a::before,
.cart-header .step.completed strong::before,
.cart-header .step.completed > span::before,
.cart-header .step.done a::before,
.cart-header .step.done strong::before,
.cart-header .step.done > span::before,
.ordering-process li.completed a::before,
.ordering-process li.completed > span::before,
.ordering-process li.completed strong::before,
.co-ordering-process li.completed a::before,
.co-ordering-process li.completed > span::before,
.co-ordering-process li.completed strong::before,
.ordering-process li.completed .step-number,
.co-ordering-process li.completed .step-number,
.ordering-process li.done a::before,
.ordering-process li.done > span::before,
.ordering-process li.done strong::before,
.co-ordering-process li.done a::before,
.co-ordering-process li.done > span::before,
.co-ordering-process li.done strong::before,
.ordering-process li.done .step-number,
.co-ordering-process li.done .step-number {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

.cart-header .step.completed.active a::before,
.cart-header .step.completed.active strong::before,
.cart-header .step.completed.current a::before,
.cart-header .step.completed.current strong::before,
.ordering-process li.completed.active a::before,
.ordering-process li.completed.active > span::before,
.ordering-process li.completed.active strong::before,
.ordering-process li.completed.current a::before,
.ordering-process li.completed.current > span::before,
.ordering-process li.completed.current strong::before,
.co-ordering-process li.completed.active a::before,
.co-ordering-process li.completed.active > span::before,
.co-ordering-process li.completed.active strong::before,
.co-ordering-process li.completed.current a::before,
.co-ordering-process li.completed.current > span::before,
.co-ordering-process li.completed.current strong::before,
.ordering-process li.completed.active .step-number,
.ordering-process li.completed.current .step-number,
.co-ordering-process li.completed.active .step-number,
.co-ordering-process li.completed.current .step-number {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

/* =========================================================
   HORNÍ LIŠTA NAD CHECKOUT KROKY
========================================================= */

.cart-top-bar-wrap {
    width: 100%;
    margin: 0 0 28px 0;
}

.cart-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.cart-top-bar__title {
    margin: 0;
    font-size: 40px;
    line-height: 0.95;
    font-weight: 800;
    color: #111111;
    flex: 0 0 auto;
    max-width: 260px;
}

.cart-top-bar__help {
    margin-left: auto;
    max-width: 930px;
    width: 100%;
    border: 2px solid #111111;
    border-radius: 28px;
    background: #ffffff;
    padding: 18px 26px;
}

.cart-top-bar__help-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
}

.cart-top-bar__help-text {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #111111;
    white-space: nowrap;
    flex: 0 1 auto;
}

.cart-top-bar__help-links {
    display: flex;
    align-items: center;
    gap: 18px 28px;
    flex-wrap: nowrap;
    white-space: nowrap;
    flex: 0 0 auto;
}

.cart-top-bar__help-links a {
    color: #111111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.cart-top-bar__help-links a:hover {
    text-decoration: underline;
}

/* =========================================================
   ŘÁDEK SLEVOVÝ KÓD + REKAPITULACE
========================================================= */

.extra.delivery.custom-delivery-row {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    position: static !important;
    min-height: 0 !important;
}

.extra.delivery.custom-delivery-row > span {
    display: none !important;
}

.custom-delivery-row__left {
    flex: 0 0 420px !important;
    width: 420px !important;
    max-width: 420px !important;
    min-width: 420px !important;
}

.custom-delivery-row__right {
    display: none !important;
}

/* =========================================================
   SLEVOVÝ KÓD
========================================================= */

.custom-discount-box {
    width: 100%;
}

.custom-discount-box__label {
    display: block;
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #111111;
}

.custom-discount-box__content {
    width: 100% !important;
    max-width: 420px !important;
}

.custom-discount-box__content form {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 !important;
}

.custom-discount-box__content form input[type="text"] {
    flex: 0 0 250px !important;
    width: 250px !important;
    max-width: 250px !important;
    min-width: 250px !important;
    height: 56px !important;
    padding: 0 28px !important;
    border: 3px solid #111111 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    font-size: 18px !important;
}

.custom-discount-box__content form button[type="submit"] {
    flex: 0 0 140px !important;
    width: 140px !important;
    max-width: 140px !important;
    min-width: 140px !important;
    height: 56px !important;
    padding: 0 20px !important;
    border: 3px solid #111111 !important;
    border-radius: 999px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.custom-discount-box__content form button[type="submit"]:hover {
    background: #ffffff !important;
    color: #111111 !important;
}

.custom-discount-summary {
    margin-top: 22px;
    width: 100%;
    max-width: 420px !important;
}

.custom-discount-summary__row {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: baseline;
    column-gap: 24px;
    width: 100%;
}

.custom-discount-summary__row + .custom-discount-summary__row {
    margin-top: 14px;
}

.custom-discount-summary__label {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #111111;
    font-weight: 800;
    text-align: left;
    min-width: 0;
}

.custom-discount-summary__value {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: #111111;
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
    justify-self: end;
}

.custom-discount-summary__subline {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #9c9c9c;
    font-weight: 400;
    text-align: left;
    min-width: 0;
}

.custom-discount-summary__subvalue {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #9c9c9c;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
    justify-self: end;
}

/* =========================================================
   DOPRAVA ZDARMA VPRAVO V SIDEBARU
========================================================= */

.custom-summary-shipping-box {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 400px !important;
    max-width: 400px !important;
    min-width: 400px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
    position: static !important;
    transform: none !important;
}

.custom-summary-shipping-box__icon {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin-top: 0 !important;
}

.custom-summary-shipping-box__icon svg,
.custom-summary-shipping-box__icon img {
    width: 36px !important;
    height: 36px !important;
    display: block !important;
}

.custom-summary-shipping-box__content {
    flex: 0 0 346px !important;
    width: 346px !important;
    max-width: 346px !important;
    min-width: 346px !important;
    margin-left: 0 !important;
}

.custom-summary-shipping-box__text {
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
    line-height: 1.22 !important;
    color: #111111 !important;
    text-align: left !important;
    font-weight: 800 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.custom-summary-shipping-box__highlight {
    color: #16a34a !important;
    font-weight: 800 !important;
}

.custom-summary-shipping-box__free {
    color: #16a34a !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    display: inline-block !important;
    letter-spacing: 0.3px !important;
}

.custom-summary-shipping-box__bar {
    width: 100% !important;
    height: 10px !important;
    background: #e5e5e5 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}

.custom-summary-shipping-box__bar-inner {
    width: 0%;
    height: 100%;
    background: #111111 !important;
    border-radius: 999px !important;
    transition: width 0.3s ease;
}

.custom-summary-shipping-box__label,
.custom-summary-shipping-box__subline {
    display: none !important;
}

.custom-shipping-in-sidebar {
    width: 100%;
    margin: 25px 0 18px 0 !important;
}

.custom-shipping-in-sidebar .custom-summary-shipping-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    align-items: flex-end !important;
}

.custom-shipping-in-sidebar .custom-summary-shipping-box__icon {
    flex: 0 0 56px !important;
    width: 56px !important;
    height: 56px !important;
    align-self: flex-start !important;
}

.custom-shipping-in-sidebar .custom-summary-shipping-box__icon svg,
.custom-shipping-in-sidebar .custom-summary-shipping-box__icon img {
    width: 50px !important;
    height: 50px !important;
}

.custom-shipping-in-sidebar .custom-summary-shipping-box__content {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.custom-shipping-in-sidebar .custom-summary-shipping-box__text {
    font-size: 22px !important;
    line-height: 1.15 !important;
    margin: 0 0 16px 0 !important;
}

.custom-shipping-in-sidebar .custom-summary-shipping-box__free {
    font-size: 30px !important;
    line-height: 1 !important;
}

.custom-shipping-in-sidebar .custom-summary-shipping-box__bar {
    width: 100% !important;
    height: 14px !important;
}

.custom-sidebar-price-summary {
    margin: 18px 0 0 180px !important;
}

.custom-sidebar-price-summary > div {
    align-items: flex-start !important;
}

/* =========================================================
   SCHOVÁNÍ PŮVODNÍCH CEN
========================================================= */

.price.price-primary[data-testid="recapFullPrice"].custom-price-hidden,
.price-label.price-primary.custom-price-hidden,
.price-label.price-secondary.custom-price-hidden,
.price.price-secondary[data-testid="recapFullPriceNoVat"].custom-price-hidden,
[data-testid="recapVatPrice"].custom-price-hidden,
.summary-price-wrapper.custom-price-hidden,
.total-price.custom-price-hidden,
.recap-price.custom-price-hidden,
.price-wrapper.custom-price-hidden,
.price-additional.custom-price-hidden {
    display: none !important;
}

/* =========================================================
   CHECKOUT - TLAČÍTKO POKRAČOVAT
========================================================= */

.next-step .btn,
.next-step button,
.next-step-forward,
button[name="next-step"],
a.next-step-forward,
.order-delivery-payment .btn,
.ordering-process-content .btn.btn-primary,
#order-button,
.order-button,
.ordering-process-content [type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px !important;
    padding: 0 34px !important;
    border: 2px solid #000000 !important;
    border-radius: 999px !important;
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.next-step .btn *,
.next-step button *,
.next-step-forward *,
button[name="next-step"] *,
a.next-step-forward *,
.order-delivery-payment .btn *,
.ordering-process-content .btn.btn-primary *,
#order-button *,
.order-button *,
.ordering-process-content [type="submit"] * {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
    transition: all 0.2s ease !important;
}

.next-step .btn:hover,
.next-step button:hover,
.next-step-forward:hover,
button[name="next-step"]:hover,
a.next-step-forward:hover,
.order-delivery-payment .btn:hover,
.ordering-process-content .btn.btn-primary:hover,
#order-button:hover,
.order-button:hover,
.ordering-process-content [type="submit"]:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

.next-step .btn:hover *,
.next-step button:hover *,
.next-step-forward:hover *,
button[name="next-step"]:hover *,
a.next-step-forward:hover *,
.order-delivery-payment .btn:hover *,
.ordering-process-content .btn.btn-primary:hover *,
#order-button:hover *,
.order-button:hover *,
.ordering-process-content [type="submit"]:hover * {
    color: #000000 !important;
    fill: #000000 !important;
    stroke: #000000 !important;
}

.order-button-text {
    color: inherit !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}

/* =========================================================
   CHECKOUT - TLAČÍTKO ZPĚT BEZ RÁMEČKU
========================================================= */

.next-step-back,
a.next-step-back,
.btn.next-step-back,
.btn.btn-lg.next-step-back,
a.btn.btn-lg.next-step-back {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #111111 !important;
    min-height: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin-top: 10px !important;
    text-decoration: none !important;
}

.next-step-back *,
a.next-step-back *,
.btn.next-step-back *,
.btn.btn-lg.next-step-back *,
a.btn.btn-lg.next-step-back * {
    color: #111111 !important;
    fill: #111111 !important;
    stroke: #111111 !important;
}

.next-step-back:hover,
a.next-step-back:hover,
.btn.next-step-back:hover,
.btn.btn-lg.next-step-back:hover,
a.btn.btn-lg.next-step-back:hover {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #111111 !important;
    text-decoration: underline !important;
}

.next-step-back:hover *,
a.next-step-back:hover *,
.btn.next-step-back:hover *,
.btn.btn-lg.next-step-back:hover *,
a.btn.btn-lg.next-step-back:hover * {
    color: #111111 !important;
    fill: #111111 !important;
    stroke: #111111 !important;
}

/* =========================================================
   SPODNÍ CTA BLOK V KOŠÍKU
========================================================= */

.custom-cart-bottom-actions {
    width: 100%;
    margin: 10px 0 10px 0 !important;
    transform: translateY(-50px) !important;
    position: relative !important;
    z-index: 20 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.custom-cart-bottom-actions .btn,
.custom-cart-bottom-actions .btn.btn-lg,
.custom-cart-bottom-actions .btn-conversion,
.custom-cart-bottom-actions .next-step-forward,
.custom-cart-bottom-actions #continue-order-button {
    width: 100%;
    max-width: 100%;
    min-height: 47px;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 28px !important;
    box-sizing: border-box;
    background: #000000 !important;
    color: #ffffff !important;
    border: 2px solid #000000 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    position: relative !important;
    z-index: 21 !important;
    pointer-events: auto !important;
}

.custom-cart-bottom-actions .btn *,
.custom-cart-bottom-actions .btn.btn-lg *,
.custom-cart-bottom-actions .btn-conversion *,
.custom-cart-bottom-actions .next-step-forward *,
.custom-cart-bottom-actions #continue-order-button * {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
    transition: all 0.2s ease;
}

.custom-cart-bottom-actions .btn:hover,
.custom-cart-bottom-actions .btn.btn-lg:hover,
.custom-cart-bottom-actions .btn-conversion:hover,
.custom-cart-bottom-actions .next-step-forward:hover,
.custom-cart-bottom-actions #continue-order-button:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

.custom-cart-bottom-actions .btn:hover *,
.custom-cart-bottom-actions .btn.btn-lg:hover *,
.custom-cart-bottom-actions .btn-conversion:hover *,
.custom-cart-bottom-actions .next-step-forward:hover *,
.custom-cart-bottom-actions #continue-order-button:hover * {
    color: #000000 !important;
    fill: #000000 !important;
    stroke: #000000 !important;
}

.custom-cart-bottom-actions .continue-shopping,
.custom-cart-bottom-actions .back-to-shop,
.custom-cart-bottom-actions .continue-shopping a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    color: #8b8179 !important;
    text-decoration: none !important;
}

.custom-cart-bottom-actions .continue-shopping:hover,
.custom-cart-bottom-actions .back-to-shop:hover,
.custom-cart-bottom-actions .continue-shopping a:hover {
    text-decoration: underline !important;
}

.custom-cart-action-hidden {
    display: none !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
    .cart-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .cart-top-bar__title {
        font-size: 34px;
        max-width: 100%;
        line-height: 1;
    }

    .cart-top-bar__help {
        max-width: 100%;
        width: 100%;
        padding: 18px 20px;
        border-radius: 22px;
        margin-left: 0;
    }

    .cart-top-bar__help-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .cart-top-bar__help-text {
        font-size: 18px;
        white-space: normal;
    }

    .cart-top-bar__help-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        white-space: normal;
    }

    .cart-top-bar__help-links a {
        font-size: 16px;
    }

    .extra.delivery.custom-delivery-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        overflow: visible !important;
    }

    .custom-delivery-row__left,
    .custom-delivery-row__right {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
    }

    .custom-delivery-row__right {
        display: none !important;
    }

    .custom-discount-box__content,
    .custom-discount-box__content form,
    .custom-discount-summary {
        max-width: 100% !important;
    }

    .custom-discount-box__content form {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .custom-discount-box__content form input[type="text"],
    .custom-discount-box__content form button[type="submit"] {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
    }

    .custom-summary-shipping-box {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        justify-content: flex-start !important;
    }

    .custom-summary-shipping-box__content {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .custom-summary-shipping-box__text {
        font-size: 18px !important;
    }

    .custom-summary-shipping-box__free {
        font-size: 24px !important;
    }

    .custom-summary-shipping-box__icon {
        width: 44px !important;
        height: 44px !important;
    }

    .custom-summary-shipping-box__icon svg,
    .custom-summary-shipping-box__icon img {
        width: 36px !important;
        height: 36px !important;
    }

    .custom-discount-summary__label,
    .custom-discount-summary__value {
        font-size: 15px;
    }

    .custom-discount-summary__subline,
    .custom-discount-summary__subvalue {
        font-size: 14px;
    }

    .custom-cart-bottom-actions {
        margin: 10px 0 10px 0 !important;
        transform: translateY(0) !important;
        gap: 18px;
    }

    .custom-cart-bottom-actions .btn,
    .custom-cart-bottom-actions .btn.btn-lg,
    .custom-cart-bottom-actions .btn-conversion,
    .custom-cart-bottom-actions .next-step-forward,
    .custom-cart-bottom-actions #continue-order-button {
        min-height: 76px;
        font-size: 22px;
        padding: 16px 24px !important;
    }

    .custom-cart-bottom-actions .continue-shopping,
    .custom-cart-bottom-actions .back-to-shop,
    .custom-cart-bottom-actions .continue-shopping a {
        font-size: 16px;
    }

    .order-button-text {
        font-size: 18px !important;
    }
}

@media (max-width: 640px) {
    .cart-top-bar__title {
        font-size: 30px;
    }

    .cart-top-bar__help-text {
        font-size: 17px;
    }

    .cart-top-bar__help-links a {
        font-size: 15px;
    }

    .custom-summary-shipping-box__text {
        font-size: 16px !important;
    }

    .custom-summary-shipping-box__free {
        font-size: 20px !important;
    }

    .custom-summary-shipping-box__icon {
        width: 40px !important;
        height: 40px !important;
    }

    .custom-summary-shipping-box__icon svg,
    .custom-summary-shipping-box__icon img {
        width: 32px !important;
        height: 32px !important;
    }

    .custom-discount-summary__row {
        gap: 12px;
    }

    .custom-discount-summary__label,
    .custom-discount-summary__value {
        font-size: 14px;
    }

    .custom-discount-summary__subline,
    .custom-discount-summary__subvalue {
        font-size: 13px;
    }

    .custom-cart-bottom-actions .btn,
    .custom-cart-bottom-actions .btn.btn-lg,
    .custom-cart-bottom-actions .btn-conversion,
    .custom-cart-bottom-actions .next-step-forward,
    .custom-cart-bottom-actions #continue-order-button {
        min-height: 66px;
        font-size: 19px;
    }

    .order-button-text {
        font-size: 16px !important;
    }
}