.checkout-header {
    .slds-global-header {
        background: #FFFEF3 !important;
        box-shadow: none;

        .slds-global-header__item {
            .dxp-content-layout-site-logo {
                display: none !important;
            }
        }

        .cart-icon {
            .slds-global-actions__item-action {
                color: #231F20;
                font-family: Archivo;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%;
                letter-spacing: 0.16px;
                fill: #5A5A5A;
            }
        }
    }
}

.checkout-main {
    margin: 0px !important;
    padding: 0px 6rem !important;
    background: #FFFEF3;

    .checkout-section:before {
        content: "Checkout";
        margin-top: 8px !important;
        position: absolute !important;
        top: -74px !important;
        text-transform: uppercase;
        color: #000;
        font-family: Adieu;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .checkout-section {
        border-top: 1px solid #D5BA8C !important;
        margin-top: 90px;
        margin-bottom: 0px !important;
        position:relative;

        div[slot=title].lwc-5bvdggl7kn2 {
            padding-bottom: 8px !important;
        }

        .title h2 {
            color: #231F20;
            font-family: Archivo;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            margin-top: 22px;
        }

        .edit-checkout button {
            color: #231F20;
            font-family: Archivo;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            letter-spacing: 0.16px;
            text-transform: capitalize;
            margin-top: 16px;
        }

        .contact-information p {
            color: #231F20;
            font-family: Archivo;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 124%;
            letter-spacing: 0.16px;
        }

        .slds-form-element {
            margin-bottom: 0px;

            .slds-form-element__label {
                color: #231F20;
                font-family: Archivo;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 0.12px;
                text-transform: capitalize;

                .slds-required {
                    display: none;
                }
            }

            .slds-form-element__control input {
                display: flex;
                padding: 8px 16px;
                align-items: center;
                gap: 4px;
                align-self: stretch;
                border: 1px solid #C9C9C9;
                background: #FFFEF3;
                color: #231F20 !important;
                font-family: Archivo;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 0.14px;
                border-radius: inherit;
                box-shadow: none;
                outline: none;
                margin-top: 4px;
            }

            .slds-combobox__form-element {
                margin-right: 10px;

                button {
                    height: 36px;
                    align-items: center;
                    gap: 4px;
                    align-self: stretch;
                    border: 1px solid #C9C9C9;
                    background: #F5F5F5;
                    border-radius: inherit;
                    box-shadow: none;
                    color: rgba(35, 31, 32, 0.40);
                    font-family: Archivo;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    letter-spacing: 0.14px;
                    width: 86px;
                    pointer-events: none;
                }
            }

            .slds-has-error {
                .slds-input {
                    border: 1px solid #DA1E28 !important;
                }

                .slds-form-element__control input {
                    border: 1px solid #DA1E28 !important;
                }

            }
        }
    }

    .subscribe-campos div {
        color: #1D1D1B;
        font-family: Archivo;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 124%;
        letter-spacing: 0.16px;
        margin-top: 16px;

        input {
            gap: 10px;
            border: 1px solid #C9C9C9;
            border-radius: inherit;
            background: transparent !important;
        }
    }

    .action-button {
        .slds-button_brand {
            background: #607245;
            display: flex;
            padding: 12px 20px;
            justify-content: center;
            align-items: center;
            gap: 8px;
            color: #FFF !important;
            font-family: Archivo;
            font-size: 16px;
            font-style: normal;
            font-weight: 800;
            line-height: 150%;
            letter-spacing: 1.92px;
            text-transform: uppercase;
            border: none;
            border-radius: inherit;
            margin-top: 24px;
        }
    }

    .action-button commerce-action-button {
        border-bottom: 1px solid #D5BA8C;
        padding-bottom: 20px;
    }

}


@media only screen and (max-width: 1024px) {
    .checkout-main {
        padding: 20px !important;
        background: #FFFEF3;
        margin-top: 24px;
        position: relative;
        .checkout-section:before {
            content: "Checkout";
            margin-top: 20px;
            position: absolute !important;
            top: -52px !important;
            color:  #231F20;
            font-family: Adieu;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase;
        }

        .checkout-section {
            margin-top:24px;
            .slds-form-element {
                .slds-combobox__form-element {
                    button {
                        height: 30px;
                    }
                }
            }

            .title h2 {
                color: #231F20;
                font-family: Archivo;
                font-size: 18px !important;
                font-style: normal;
                font-weight: 700 !important;
                line-height: normal;
                text-transform: uppercase;
            }

            .subscribe-campos div {
                color: #1D1D1B;
                font-family: Archivo;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 124%;
            }

            .action-button {
                .slds-button_brand {
                    width: 100%;
                }
            }
        }
    }
}

div.subscribe-campos input[data-value="true"] {
    background-color: #FFDDC1;
}
  