.header-checkout {
    background: #FFFFFF;
    border-bottom: 0.0625rem solid #EAEAEA;
    padding: 0.625rem 1.25rem;
}

.header-checkout .header-checkout__inner {
    max-width: 77.5rem;
    margin: auto;
}

.header-checkout .header-checkout__inner>a>img {
    width: 9.25rem;
    height: auto;
}

.header-checkout .header-checkout__inner>div.contact {
    margin-left: 1.5rem
}

.header-checkout .header-checkout__inner>div.contact>a {
    color: #071E3A;
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.header-checkout .header-checkout__inner>div.contact>a>span.icon {
    color: #245FA6;
}

.header-checkout .header-checkout__inner>div.lang {
    margin-left: auto;
}

@media(max-width: 1024px) {
    .header-checkout .header-checkout__inner>div.contact>a>span.icon {
        font-size: 1.125rem;
    }

    .header-checkout .header-checkout__inner>div.contact {
        margin-left: 1rem
    }

    .header-checkout .header-checkout__inner>div.lang {
        margin-left: 1rem;
    }

    .header-checkout .header-checkout__inner>a {
        margin-right: auto;
    }
}

.header-checkout .header-checkout__inner>div.lang * {
    width: fit-content;
    color: #6a7889;
}

.header-checkout .header-checkout__inner>div.lang img {
    display: none;
}

.header-checkout .header-checkout__inner>div.lang .wpml-ls-sub-menu {
    left: unset !important;
}

.header-checkout .header-checkout__inner>div.lang .wpml-ls-sub-menu a {
    padding: 0.5rem 1rem 0.625rem;
}

.header-checkout .header-checkout__inner>div.lang .wpml-ls-sub-menu a span {
    margin: 0;
}

body {
    background: #FCFCFC;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
.woocommerce-notices-wrapper {
    display: none;
}

body>.checkout {
    max-width: 77.5rem;
    margin: 2rem auto 5.25rem;
}

body>.checkout form.checkout>.form__inner .form-row {
    float: unset !important;
    margin: 0;
    padding: 0;
}

@media(max-width: 1024px) {
    body>.checkout form.checkout>.form__inner {
        grid-template-columns: 1fr !important;
    }
}

body>.checkout form.checkout>.form__inner {
    display: grid;
    grid-template-columns: 1fr 25rem;
    gap: 1.25rem;
    align-items: start;
}

body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner {
    padding: 1.5rem 1.875rem 2rem;
    background: #FFFFFF;
    border-radius: 1rem;
    border: 0.0625rem solid #EAEAEA;
}

body>.checkout form.checkout>.form__inner #payment h3,
body>.checkout form.checkout>.form__inner #order_review h3,
body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner h3,
body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner h4 {
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 700;
    color: #071E3A;
    width: 100%;
    margin-bottom: 1.5rem;
}

body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner h3:not(:first-child),
body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner h4:not(:first-child) {
    margin-top: 3rem;
}

@media(max-width: 1024px) {

    body>.checkout form.checkout>.form__inner #payment h3,
    body>.checkout form.checkout>.form__inner #order_review h3,
    body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner h3,
    body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner h4 {
        margin-bottom: 1 rem;
    }

    body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner h3:not(:first-child),
    body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner h4:not(:first-child) {
        margin-top: 2rem;
    }
}

body>.checkout form.checkout>.form__inner .radio-wrapper {
    width: 100%;
}

body>.checkout form.checkout>.form__inner .radio-wrapper>fieldset {
    display: flex;
    width: fit-content;
    border: 0.0625rem solid #EAEAEA;
    background: white;
    padding: 0.1875rem;
    border-radius: 0.25rem;
}

body>.checkout form.checkout>.form__inner .radio-wrapper>fieldset>input {
    width: 0.5rem !important;
    margin-right: -0.5rem;
    opacity: 0 !important;
}

body>.checkout form.checkout>.form__inner .radio-wrapper>fieldset>input+label {
    padding: 0.625rem 3rem;
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #245FA6;
    transition: 0.3s;
    cursor: pointer;
}

@media(max-width: 1024px) {
    body>.checkout form.checkout>.form__inner .radio-wrapper>fieldset {
        width: 100%;
    }

    body>.checkout form.checkout>.form__inner .radio-wrapper>fieldset>input+label {
        flex: 1;
        text-align: center;
    }
}

body>.checkout form.checkout>.form__inner .radio-wrapper>fieldset>input:checked+label {
    color: white;
    background: #245FA6;
}

body>.checkout form.checkout>.form__inner .woocommerce-billing-fields__field-wrapper,
body>.checkout form.checkout>.form__inner .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.125rem;
}

body>.checkout form.checkout>.form__inner .input-wrapper,
body>.checkout form.checkout>.form__inner .address-field.form-row {
    width: calc(50% - 0.5625rem);
}

@media(min-width: 1025px) {
    .mobile {
        display: none !important;
    }
}

@media(max-width: 1024px) {
    .desktop {
        display: none !important;
    }

    body>.checkout form.checkout>.form__inner .input-wrapper,
    body>.checkout form.checkout>.form__inner .address-field.form-row {
        width: 100%;
    }
}

body>.checkout form.checkout>.form__inner .input-wrapper>input {
    width: 100%;
    background: #F1F6FA;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.25em;
    font-weight: 400;
    color: #071E3A;
    height: 3.125rem;
    padding: 0 0.75rem;
    border: 0.0625rem solid #EAEEF1;
    transition: 0.2s;
}

body>.checkout form.checkout>.form__inner textarea {
    width: 100%;
    background: #F1F6FA;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.25em;
    font-weight: 400;
    color: #071E3A;
    padding: 0.75rem;
    border: 0.0625rem solid #EAEEF1;
    resize: none;
}

body>.checkout form.checkout>.form__inner .input-wrapper.errored>input {
    border-color: red;
}

body>.checkout form.checkout>.form__inner label.checkbox>input {
    display: none;
}

body>.checkout form.checkout>.form__inner label.checkbox>span {
    color: #6A7889;
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-top: 1rem;
}

body>.checkout form.checkout>.form__inner label.checkbox>span::before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: url("/wp-content/uploads/2023/05/unchecked.svg") center center / contain no-repeat;
}

body>.checkout form.checkout>.form__inner label.checkbox>input:checked+span::before {
    background: url("/wp-content/uploads/2023/05/checked.svg") center center / contain no-repeat;
}

body>.checkout form.checkout>.form__inner .shipping_address h4 {
    margin-bottom: 0 !important;
}

footer.footer-checkout {
    background: #F8F8F8;
}

footer.footer-checkout>.footer-checkout__inner {
    max-width: 77.5rem;
    margin: auto;
    padding: 1.25rem 1.25rem 0.5rem;
}

footer.footer-checkout>.footer-checkout__inner>img {
    width: 7.375rem;
    height: auto;
    margin: auto;
    display: block;
}

footer.footer-checkout>.footer-checkout__inner>div.nav h3 {
    display: none;
}

footer.footer-checkout>.footer-checkout__inner>div.nav aside {
    width: 100%;
}

footer.footer-checkout>.footer-checkout__inner>div.nav ul {
    display: flex;
    gap: 3.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0.625rem;
}

@media(max-width: 1024px) {
    footer.footer-checkout>.footer-checkout__inner>div.nav ul {
        flex-direction: column;
        gap: 0rem;
    }
}

footer.footer-checkout>.footer-checkout__inner>div.nav ul a {
    color: #6A7889;
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    text-decoration: none;
    transition: 0.2s;
    padding: 0.75rem 0;
    display: block;
}

footer.footer-checkout>.footer-checkout__inner>div.nav ul a:hover {
    color: #245FA6
}

footer.footer-checkout>.footer-checkout-bottom {
    width: 100%;
    border-top: 0.125rem solid white;
    padding: 0.375rem;
}

footer.footer-checkout>.footer-checkout-bottom>.footer-checkout-bottom__inner {
    max-width: 77.5rem;
    margin: auto;
    color: #6A7889;
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.75rem;
}

@media(max-width: 1024px) {
    footer.footer-checkout>.footer-checkout-bottom>.footer-checkout-bottom__inner {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

    footer.footer-checkout>.footer-checkout-bottom>.footer-checkout-bottom__inner>img:first-child {
        display: none;
    }

    .footer-checkout-bottom {
        padding: 0.75rem 0 0.625rem !important;
    }
}

footer.footer-checkout>.footer-checkout-bottom>.footer-checkout-bottom__inner>img:first-child {
    opacity: 0;
    pointer-events: none;
}

footer.footer-checkout>.footer-checkout-bottom>.footer-checkout-bottom__inner>img {
    height: 1rem;
    width: auto;
}

form.checkout>.form__inner .in-your-cart,
form.checkout>.form__inner .woocommerce-checkout-payment {
    padding: 1.875rem 1.875rem 0.75rem;
    background: white !important;
    border-radius: 1rem !important;
    border: 0.0625rem solid #EAEAEA;
    margin-top: 1.25rem;
}

form.checkout>.form__inner .woocommerce-checkout-payment {
    padding-bottom: 2rem;
}

form.checkout>.form__inner .in-your-cart>p {
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 700;
    color: #6A7889;
}

form.checkout>.form__inner .in-your-cart>div.list {
    margin-top: 1.25rem;
}

@media(max-width: 1024px) {
    form.checkout>.form__inner .in-your-cart>div.list>div {
        grid-template-columns: 4.375rem 1fr 5rem !important;
    }

    form.checkout>.form__inner .in-your-cart>div.list>div>.price {
        align-self: flex-end;
    }

    form.checkout>.form__inner .in-your-cart>div.list>div>.flex-c.mobile {
        align-self: stretch;
    }

    form.checkout>.form__inner .in-your-cart>div.list>div>.flex-c.mobile>.name {
        font-size: 1rem;
        line-height: 1.3em;
        font-weight: 400;
        color: #071E3A;
    }

    form.checkout>.form__inner .in-your-cart>div.list>div>.flex-c.mobile>.quantity {
        margin-top: auto;
        font-size: 0.75rem;
        line-height: 1.3em;
        font-weight: 400;
        color: #6A7889;
    }
}

form.checkout>.form__inner .in-your-cart>div.list>div {
    display: grid;
    grid-template-columns: 4.625rem 11.5rem 1fr 1fr;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

form.checkout>.form__inner .in-your-cart>div.list>div>.quantity,
form.checkout>.form__inner .in-your-cart>div.list>div>.price {
    justify-self: end;
    color: #071E3A;
}

form.checkout>.form__inner .in-your-cart>div.list>div>img {
    justify-self: start;
}

form.checkout>.form__inner .in-your-cart>div.list>div>.name {
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #071E3A;
    justify-self: start;
}

form.checkout>.form__inner .in-your-cart>div.list>div>.quantity {
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
}

form.checkout>.form__inner .in-your-cart>div.list>div>.price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

form.checkout>.form__inner .in-your-cart>div.list>div>.price>span {
    font-size: 0.875rem;
    line-height: 1.3em;
}

form.checkout>.form__inner .in-your-cart>div.list>div>.price>small {
    color: #6A7889;
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
}

form.checkout>.form__inner #shipping_method input,
form.checkout>.form__inner #payment input {
    display: none;
}

form.checkout>.form__inner #shipping_method input+label,
form.checkout>.form__inner #payment input+label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

form.checkout>.form__inner #payment input+label {
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #6A7889;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: 0;
}

.woocommerce-checkout #payment ul.payment_methods>li:not(:first-child) {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 0.0625rem solid #EAEAEA;
}

form.checkout>.form__inner #shipping_method input+label::before,
form.checkout>.form__inner #payment input+label::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    background: url("/wp-content/uploads/2023/05/radio.svg") center center / contain no-repeat;
}

form.checkout>.form__inner #shipping_method input:checked+label::before,
form.checkout>.form__inner #shipping_method input[type="hidden"]+label::before,
form.checkout>.form__inner #payment input:checked+label::before {
    background: url("/wp-content/uploads/2023/05/radio_selected.svg") center center / contain no-repeat;
}

form.checkout>.form__inner #order_review {
    padding: 1.5rem 1.875rem 2rem;
    background: #fff;
    border-radius: 1rem;
    border: 0.0625rem solid #eaeaea;
}

form.checkout>.form__inner .woocommerce-checkout-payment ul {
    padding: 0 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout>ul {
    background: transparent !important;
    color: black !important;
    border-color: red !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout>ul [data-id="prevent"] {
    display: none !important;
}

#wc-stripe-payment-request-button-separator {
    display: none !important;
}

#wc-stripe-payment-request-wrapper {
    padding: 0 0 2rem !important;
}

.fw {
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-c {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

#order_review .order_review__inner .subtotal p {
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 700;
    color: #071E3A;
}

#order_review .order_review__inner .subtotal p.incl-vat {
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #6A7889;
}

#order_review .order_review__inner .without-vat p {
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #6A7889;
}

#order_review .order_review__inner .without-vat {
    margin: 0.5rem 0 1rem;
    border-bottom: 0.0625rem solid #EAEAEA;
    padding-bottom: 0.75rem;
}

.woocommerce-terms-and-conditions-wrapper label>span {
    position: relative;
    padding-left: 1.875rem;
    cursor: pointer;
}

.woocommerce-terms-and-conditions-wrapper label>span::before {
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce-terms-and-conditions-wrapper {
    margin: 1.25rem 0 1rem;
}

.woocommerce-terms-and-conditions-checkbox-text {
    display: inline-block !important;
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    text-decoration: none;
    color: #6A7889;
}

.woocommerce-terms-and-conditions-checkbox-text a {
    text-decoration: underline;
    color: #6A7889;
}

form.checkout>.form__inner button[type="submit"] {
    outline: none;
    border: 0;
    background: linear-gradient(180deg, #3677C5 0%, #225CA3 100%);
    box-shadow: 0px 0.125rem 0.0625rem rgba(0, 0, 0, 0.2);
    border-radius: 1.5rem;
    padding: 0.875rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

form.checkout>.form__inner button[type="submit"]::before {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    background: url("/wp-content/uploads/2023/05/verified.svg") center center / contain no-repeat;
}

form.checkout>.form__inner button[type="submit"]:disabled,
form.checkout>.form__inner button[type="submit"][disabled] {
    background: #FF6600;
    color: white;
    box-shadow: none;
}

form.checkout>.form__inner button[type="submit"]:disabled::before,
form.checkout>.form__inner button[type="submit"][disabled]::before {
    content: "";
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    background: url("/wp-content/uploads/2023/12/Warning.svg") center center / contain no-repeat;
}

form.checkout>.form__inner #shipping_method>li {
    margin: 0 !important;
}

form.checkout>.form__inner #shipping_method>li:not(:first-child) {
    margin-top: 0.5rem !important;
}

form.checkout>.form__inner #shipping_method {
    padding-bottom: 1.5rem;
    border-bottom: 0.0625rem solid #EAEAEA;
    margin-bottom: 0.75rem;
}

form.checkout>.form__inner .coupon-code {
    gap: 0.5rem;
    align-items: stretch;
    padding-bottom: 0.75rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #EAEAEA;
}

form.checkout .coupon-error {
    margin-top: -1.375rem;
    background: white;
    padding: 0.5rem 0 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #EAEAEA;
    color: #a70000;
}

form.checkout>.form__inner .coupon-code input {
    border: 0.0625rem solid #EAEEF1;
    min-width: 0;
    color: #071E3A;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 400;
    background: #F1F6FA;
    outline: none;
    padding: 0 0.75rem;
    border-radius: 0.25rem;
    flex: 1;
    height: 3.125rem;
}

form.checkout>.form__inner .coupon-code button {
    padding: 0 1rem;
    flex-shrink: 0;
    border: 0.0625rem solid #739BCC;
    background: white;
    border-radius: 0.25rem;
    color: #245FA6;
    font-size: 0.875rem;
    line-height: 1em;
    font-weight: 600;
    transition: 0.2s;
}

form.checkout>.form__inner .coupon-code button:hover {
    background: #245FA6;
    color: white;
}

#order_review .total p {
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 700;
    color: #071E3A;
}

#order_review .total p.incl-vat {
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #6A7889;
}

#order_review p.price {
    font-size: 0.875rem !important;
}

body:not(.payment-step) form.checkout>.form__inner #payment,
form.checkout>.form__inner #customer_details>div:first-child:not(.active) {
    max-height: 0px;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
}

form.checkout>.form__inner #payment.active,
form.checkout>.form__inner #customer_details>div:first-child.active {
    display: block;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-invalid span,
.woocommerce-terms-and-conditions-wrapper .woocommerce-invalid a {
    color: red;
}

div.checkout .thank-you>img {
    width: 6.875rem;
    height: 6.875rem;
    object-fit: contain;
    padding: 2.5rem;
    border-radius: 50%;
    background: #F1F6FA;
    display: block;
    margin: auto;
}

div.checkout .thank-you>p.title {
    font-size: 2rem;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    color: #245FA6;
    margin: 1rem 0 0.625rem;
}

div.checkout .thank-you>p.hint {
    text-align: center;
    color: #6A7889;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 400;
}

div.checkout .thank-you>p.hint span {
    font-weight: 600;
}

div.checkout .thank-you>.bottom {
    gap: 2.25rem;
    margin-top: 3.5rem;
    align-items: flex-start;
}

@media(max-width: 1024px) {
    div.checkout .thank-you>.bottom {
        flex-direction: column;
    }
}

div.checkout .thank-you>.bottom>div {
    padding: 1.5rem 1.875rem;
    background: white;
    border: 0.0625rem solid #EAEAEA;
    border-radius: 1rem;
    flex: 1;
}

@media(max-width: 1024px) {
    div.checkout .thank-you>.bottom>div {
        padding: 1.5rem 1.25rem;
    }
}

div.checkout .thank-you>.bottom>div>.title {
    color: #071E3A;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 700;
}

div.checkout .thank-you>.bottom>div.left>.list {
    margin-top: 1rem;
    border-bottom: 0.0625rem solid #EAEAEA;
    padding-bottom: 0.625rem;
}

div.checkout .thank-you>.bottom>div.left>.list>div {
    display: grid;
    grid-template-columns: 4.625rem 1fr 6.25rem;
    width: 100%;
    padding: 1rem 0;
    gap: 1rem;
}

@media(max-width: 1024px) {
    div.checkout .thank-you>.bottom>div.left>.list>div {
        grid-template-columns: 4.375rem 1fr 3.25rem;
    }
}

div.checkout .thank-you>.bottom>div.left>.list>div>.total {
    align-self: end;
    justify-self: end;
}

div.checkout .thank-you>.bottom>div.left>.list>div>.total>div {
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #071E3A;
}

div.checkout .thank-you>.bottom>div.left>.list>div>.total>p {
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #6A7889;
}

div.checkout .thank-you>.bottom>div.left>.list>div>.name>div:first-child {
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #071E3A;
}

div.checkout .thank-you>.bottom>div.left>.list>div>.name>div:last-child {
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #6A7889;
    margin-top: auto;
}

div.checkout .thank-you>.bottom>div.left>.totals {
    margin: 0.875rem 0;
    gap: 0.875rem;
}

div.checkout .thank-you>.bottom>div.left>.totals>div {
    width: 100%;
}

div.checkout .thank-you>.bottom>div.left>.totals>div>.left {
    color: #6A7889;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 700;
}

div.checkout .thank-you>.bottom>div.left>.totals>div>.left>span:not(.amount) {
    color: #071E3A;
    margin-left: 0.5rem;
}

div.checkout .thank-you>.bottom>div.left>.totals>div>.right {
    color: #071E3A;
    font-size: 0.875rem;
    line-height: 1.3em;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    margin-left: 2rem;
}

div.checkout .thank-you>.bottom>div.left>.totals>div>.right>span:not(.amount) {
    display: block;
    color: #6A7889;
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
    min-height: 1rem;
}

div.checkout .thank-you>.bottom>div.left>.total {
    margin-top: 0.875rem;
    padding-top: 0.875rem;
    border-top: 0.0625rem solid #EAEAEA;
}

div.checkout .thank-you>.bottom>div.left>.total>div>.left {
    font-size: 1rem;
    line-height: 1.3em;
    color: #071E3A;
    font-weight: 700;
}

div.checkout .thank-you>.bottom>div.left>.total>div>.right {
    font-size: 0.875rem;
    line-height: 1.3em;
    color: #071E3A;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    margin-left: 2rem;
}

div.checkout .thank-you>.bottom>div.left>.total>div>.right>span:not(.amount) {
    font-size: 0.75rem;
    line-height: 1.3em;
    color: #6A7889;
    font-weight: 400;
}

div.checkout .thank-you>.bottom>div.right>div.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
}

div.checkout .thank-you>.bottom>div.right>div.grid:first-child {
    margin-top: 1.5rem;
}

div.checkout .thank-you>.bottom>div.right>div.grid>p {
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #6A7889;
}

div.checkout .thank-you>.bottom>div.right>div.grid>p:last-child {
    color: #071E3A;
}

div.checkout .thank-you>.bottom>div.right>a {
    width: fit-content;
    display: block;
    margin: 8.75rem 0 0 auto;
}

div.checkout .thank-you>.bottom>div.right>a>button {
    background: linear-gradient(180deg, #3677C5 0%, #225CA3 100%);
    box-shadow: 0px 0.125rem 0.0625rem rgba(0, 0, 0, 0.2);
    border-radius: 1.5rem;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    outline: none;
    color: white;
    padding: 0.875rem 3.75rem;
}

div.checkout .thank-you>.bottom>div.right>a>button::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background: url("/wp-content/uploads/2023/05/cart-1.svg") center center / contain no-repeat;
}

@media(max-width: 1024px) {
    div.checkout .thank-you>.bottom>div.right>a {
        margin: 2rem 0 0;
        width: 100%;
    }

    div.checkout .thank-you>.bottom>div.right>a>button {
        width: 100%;
    }

    body>.checkout form.checkout>.form__inner #customer_details>.customer_details__inner,
    form.checkout>.form__inner #order_review {
        padding: 1.5rem 1.25rem 2rem;
    }
}

label[for="order_comments"] {
    display: none !important;
}

#payment {
    margin-top: 0 !important;
}

.steps {
    gap: 3.625rem;
    padding-bottom: 3.875rem;
    flex-direction: row-reverse;
}

.steps>div {
    position: relative;
    transition: 0.2s;
}

.steps>div:not(:first-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
    width: 3.625rem;
    height: 0.125rem;
    background: #9EA7B2;
}

.steps>div>p.number {
    width: 2rem;
    height: 2rem;
    border: 0.125rem solid #9EA7B2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    color: #9EA7B2;
    font-size: 0.75rem;
    line-height: 1em;
    font-weight: 500;
}

.steps>div>p.title {
    position: absolute;
    top: 2.125rem;
    left: 50%;
    transition: 0.2s;
    transform: translate(-50%);
    font-size: 0.75rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #9EA7B2;
    text-transform: uppercase;
}

.steps>div.active:not(:first-child)::after {
    background: linear-gradient(to left, #9EA7B2 50%, #245FA6 50%);
}

.steps>div.active+div.active::after {
    background: #245FA6;
}

.steps>div.active>p.title,
.steps>div.active>p.number {
    color: #245FA6;
    border-color: #245FA6;
}

.steps-wrapper {
    position: relative;
}

.steps-wrapper .go-back {
    position: absolute;
    top: 1rem;
    left: 0;
    font-size: 1rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #245FA6;
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 0.375rem;
    cursor: pointer;
}

.steps-wrapper .go-back::before {
    content: "";
    display: block;
    background: url("/wp-content/uploads/2023/05/vector.svg") center center / contain no-repeat;
    width: 0.875rem;
    height: 0.5rem;
    transition: 0.2s;
}


.steps-wrapper .go-back:hover::before {
    transform: translate(-0.125rem);
}

.steps-wrapper.mobile {
    margin-top: 1rem;
}

.steps-wrapper.mobile .go-back {
    left: 1.25rem;
}

label[for="billing_country"] {
    display: none !important;
}

#order_review select {
    margin: 0.5rem 0 1rem;
}

#order_review .required {
    display: none;
}

.selection>.select2-selection,
#order_review select {
    width: 100%;
    background: #F1F6FA;
    border-radius: 0.25rem;
    font-size: 1rem;
    line-height: 1.25em;
    font-weight: 400;
    color: #071E3A;
    height: 3.125rem;
    padding: 0 0.75rem;
    border: 0.0625rem solid #EAEEF1;
    transition: 0.2s;
    display: flex;
    align-items: center;
}

#shipping_method img {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.select2-container>.select2-dropdown {
    background: #F1F6FA !important;
    border: 0 !important;
}

.select2-container>.select2-dropdown>.select2-search {
    padding: 0 0.75rem 0.75rem !important;
}

.select2-container>.select2-dropdown {
    background: #F1F6FA !important;
    border: 0 !important;
}

.select2-selection__rendered {
    padding: 0 !important;
}

.select2-results__option {
    padding: 0.5rem 0.75rem !important;
}

.select2.select2-container {
    width: 100% !important;
}

#customer_details.show-payment #payment {
    display: block !important;
}