#top_bar {
    background: #27DAAF;
}

input.stsb_form_control.stsb_search_form_input.stsb_flex_child {
    padding: 0 15px;
}

#login-icon-fc a.stsb_side_panel_list_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center;
}

#login-icon-fc .stsb_icon_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* CARRITO */

#cart .stsb_voucher_highlighted_list {
    display: none;
}

#cart #wrapper .elementor-widget-st-cart-voucher>div>div:nth-child(3) {
    display: none;
}




/* INICIO - Farmacia Club - Checkout */
body#checkout {
    background: #fafafa;
    font-family: "Poppins", Sans-serif;
}

/* Tamaño mínimo 992px */
@media (min-width: 992px) {
    body#checkout .container {
        width: 1400px;
    }
}

body#checkout #header-nav-fc {
    background: #fff;
}

body#checkout div#content-wrapper {
    margin: 5% 0;
}

body#checkout .pago-seguro-fc {
    text-align: right;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 0;
}

body#checkout section.checkout-step .forgot-password a {
    color: #285ADE;
}

body#checkout section.checkout-step .forgot-password a:hover {
    color: #1A3B54;
}

body#checkout section.checkout-step .content {
    padding: 0;
}

body#checkout div.delivery-address-fc,
body#checkout div.delivery-options-list body#checkout div.payment-options {
    padding: 1rem;
}

body#checkout section.checkout-step {
    padding: 20px 10px;
}

body#checkout #checkout-personal-information-step {
    border-radius: 10px 10px 0 0;
    border: 1px solid #E0E0E0;
}

@media (max-width: 768px) {
    body#checkout #checkout-personal-information-step {
        border-radius: 0;
    }
}


body#checkout #checkout-addresses-step,
body#checkout #checkout-delivery-step,
body#checkout #checkout-payment-step {
    border: 1px solid #E0E0E0;
    border-top: 0;
}


body#checkout span#step-number-fc {
    /* color: #1A3B54; */
    background: none;
    font-size: 16px;
}

body#checkout #login-form-fc {
    margin-left: 0;
}

body#checkout #checkout-signin-fc,
body#checkout #checkout-create-fc {
    color: #27DAAF;
    text-decoration: underline;
}

body#checkout .form-group-fc {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    body#checkout .form-group-fc {
        /*   width: 100%; */
    }
}

body#checkout #delivery-address {
    margin: 0 !important;
}

body#checkout h1#step-title-fc {
    color: #1A3B54;
    text-transform: capitalize;
    font-size: 16px;
    border: 0;
    margin: 5px 0 5px 5px;
    padding: 0;
}

@media (max-width: 768px) {
    body#checkout h1#step-title-fc {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    body#checkout .-unreachable h1#step-title-fc {
        justify-content: unset;
        gap: 3px;
    }
}

body#checkout .form-group-fc {
    margin-bottom: 0;
}

body#checkout input.input-fc,
body#checkout select {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    font-weight: 400;
}

body#checkout input.input-password-fc {
    background: #fff;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    width: 100%;
}

body#checkout input.input-fc:focus,
body#checkout input.input-password-fc:focus,
body#checkout select:focus {
    outline: .07rem solid #27DAAF;
}

body#checkout .btn-password-fc {
    background: #fff;
    border-radius: 0 5px 5px 0;
    border: 1px solid #1a3b54;
    color: #fff;
    background: #1a3b54;
    width: 100%;
}

body#checkout .btn-password-fc:hover {
    background: #fff;
    color: #1a3b54;
}

body#checkout .form-control-label-fc {
    font-weight: normal;
    color: #000;
}

body#checkout .field-required-fc {
    color: #ff3d3d;
    font-size: 12px;
}

body#checkout .checkbox-required-fc {
    color: #ff3d3d;
    font-size: 12px;
    display: contents;
}

.custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    top: 0;
}

.custom-checkbox input[type="checkbox"]:checked+span {
    background-color: #285ADE;
    border-color: #285ADE;
    border-radius: 4px;
}

/* Estilo dentro del checkbox */
.custom-checkbox input[type="checkbox"]:checked+span i.checkbox-checked {
    color: #FFFFFF;
}

/* Ajustar el tamaño y las esquinas redondeadas */
.custom-checkbox input[type="checkbox"]+span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

body#checkout #delivery-address .js-address-form .form-fields .form-group .col-md-12 label {
    text-align: left;
}

body#checkout .custom-checkbox span {
    top: 0;
}

body#checkout #continue-fc,
body#checkout .continue-fc {
    width: 100%;
    background-color: #1A3B54;
    color: white;
    border-radius: 5px;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    text-transform: unset;
}

body#checkout #continue-fc:hover {
    background-color: #1a3b54;
    color: #fff;
}

body#checkout .bg-success {
    background-color: #27DAAF !important;
}

body#checkout .text-success {
    color: #27DAAF !important;
}

input[type="checkbox"] {
    display: none;
}

/* Contenedor personalizado del checkbox */
input[type="checkbox"]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

/* Estilo del cuadrado */
input[type="checkbox"]+label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Estilo del icono cuando está seleccionado */
input[type="checkbox"]:checked+label::before {
    background-color: #285ADE;
    border-color: #285ADE;
    color: #fff;
}

/* Icono de verificación */
input[type="checkbox"]:checked+label::before {
    content: "\e5ca";
    font-family: "Material Icons";
    font-size: 1.25rem;
    color: #fff;
}

@media (max-width: 768px) {
    body#checkout .cart-grid-body {
        padding: 0;
    }
}

/*Inicio - Paso 1 - Datos personales*/
body#checkout .personal-resume,
body#checkout .direction-resume,
body#checkout .resume-delivery {
    display: flex;
    padding: 10px;
    align-items: flex-start;
    align-self: stretch;
    flex-direction: column;
}

@media (max-width: 768px) {

    body#checkout .personal-resume,
    body#checkout .direction-resume,
    body#checkout .resume-delivery {
        color: var(--neutrals-neutral-700, #333);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: var(--Spacing-none, 5px) var(--Spacing-3, 24px) var(--Spacing-3, 10px) var(--Spacing-3, 24px);
    }
}

/* Inicio - Paso 3 - Método de envío */
body#checkout .carrier-logo {
    width: 100%;
}

body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 70px;
}

#checkout .delivery-option .transportista {
    display: flex;
    flex-direction: row !important;
    padding: 0;
    align-items: center;
}

@media (max-width: 768px) {
    #checkout .delivery-option .transportista {
        margin: 0;
        width: 100%;
        gap: 10px;
    }

    #checkout .delivery-option .input-radio-fc {
        display: none;
    }

    #checkout .delivery-option .transportista .carrier {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    body#checkout .delivery-option .transportista div {
        padding: 0;
    }
}

@media (max-width: 768px) {
    body#checkout section.checkout-step .delivery-options .delivery-option img {
        width: 100%;
        height: 24px;
    }
}

body#checkout #delivery_message {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-color: #A3A3A3;
    border-radius: 4px;
}

body#checkout #delivery_message:focus {
    outline: 0.07rem solid #27DAAF;
}


body#checkout section.checkout-step .delivery-options .delivery-option {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    height: 90px;
}

@media (max-width: 768px) {
    body#checkout section.checkout-step .delivery-options .delivery-option {
        height: auto;
        padding: var(--Spacing-2, 16px) var(--Spacing-3, 15px);
    }
}

body#checkout .delivery-option.checked,
body#checkout .payment-option.checked {
    border: 1px solid #285ADE !important;
}

body#checkout .delivery-option.checked .carrier-name,
body#checkout .payment-option.checked label span {
    color: #285ADE !important;
    font-weight: 500 !important;
    font-size: 16px;
}

body#checkout .delivery-option.checked .carrier-delay {
    color: #285ADE;
}


body#checkout .additional-information p {
    font-size: 14px !important;
    font-weight: 400;
    color: #333;
}

body#checkout .additional-information {
    margin: 0.7rem !important;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #285ADE;
    border-color: #285ADE;
}

body#checkout .carrier-name {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

@media (max-width: 768px) {
    body#checkout .carrier-name {
        font-size: 14px;
    }
}

body#checkout .carrier-delay {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

body#checkout .input-radio-fc {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

body#checkout .price-content-fc {
    text-align: center;
}

body#checkout span.carrier-price {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}



body#checkout div.carrier-tax-incl {
    font-size: 12px;
    font-weight: 400;
    color: #A3A3A3;
}

@media (max-width: 768px) {
    body#checkout .price-content-fc {
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        gap: 5px;
    }

    body#checkout div.carrier-tax-incl {
        font-size: 10px;
    }
}

@media (max-width: 401px) {
    body#checkout .carrier-name {
        font-size: 14px;
    }

    body#checkout section.checkout-step .delivery-options .delivery-option img {
        width: 40px;
    }
}

body#checkout .custom-radio {
    margin: 0;
}

body#checkout .img-content-fc {
    padding-left: 0;
}

@media (min-width: 992px) {
    body#checkout div.delivery-options-list .delivery-options {
        padding: 1rem;
    }
}

body#checkout .delivery_message {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

/* Fin - Paso 3 - Método de envío */

/* Inicio - Paso 4 - Métodos de pago */
body#checkout .payment-option {
    border: 1px solid #A3A3A3;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

body#checkout .payment-option:hover {
    border-color: #285ADE;
}

body#checkout .payment-option-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body#checkout .payment-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

body#checkout .payment-logo img {
    max-width: 50px;
    height: auto;
}

body#checkout section.checkout-step .payment-options label {
    text-align: left !important;
}

body#checkout section.checkout-step .payment-options .payment-option {
    display: flex;
    align-items: center;
}

body#checkout .payment-option .col-sm-1,
body#checkout .payment-option .col-sm-11 {
    display: flex;
    /* Asegura que los contenidos internos también usen flexbox */
    align-items: center;
    /* Alineación vertical */
}

body#checkout a#cta-terms-and-conditions-0 {
    color: #285ADE;
}

body#checkout a#cta-terms-and-conditions-0:hover {
    color: #1A3B54;
}

body#checkout .btn.disabled,
.btn.disabled:hover {
    background-color: #f6f6f6 !important;
    color: #333 !important;
}

body#checkout .payment-option .col-xs-2 {
    padding: 0;
}

body#checkout .payment-option img {
    width: 100%;
}

/* Fin - Paso 4 - Métodos de pago */

/* Input cupones carrito */
input.promo-input {
    padding: 0 15px;
    color: #1A3B54;
    outline: #C2C2C2;
}

/* FIN - Farmacia Club - Checkout */

/* INICIO - Farmacia Club - Category */
section.facet.clearfix ul {
    max-height: 50vh;
    overflow-y: auto;
}

section.facet.clearfix ul::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

section.facet.clearfix ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

section.facet.clearfix ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

section.facet.clearfix ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#search_filters p.text-uppercase.h6.hidden-sm-down {
    text-transform: initial !important;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

#category #search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
    margin-top: 0;
}

/* FIN - Farmacia Club - Category */

/* INICIO - Banner Club Points Checkout */
body#checkout .checkout-club-points-banner {
    padding: 8px 16px 10px 24px;
    background: #B3D7F2;
    border-radius: 7px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

body#checkout .checkout-club-points-icon-container {
    height: 26px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

body#checkout .checkout-club-points-icon-bg {
    width: 33.25px;
    height: 32.64px;
    background: #D9D9D9;
}

body#checkout .checkout-club-points-icon-fg {
    width: 39.63px;
    height: 18.26px;
    background: #1A3B54;
}

body#checkout .checkout-club-points-text {
    color: #1A3B54;
    font-size: 14px;
    font-family: 'Neulis Neue', 'Poppins', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

body#checkout .checkout-club-points-text-bold {
    color: #1A3B54;
    font-size: 14px;
    font-family: 'Neulis Neue', 'Poppins', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}

body#checkout #name-field {
    display: flex;
    gap: 16px;
}

body#checkout #checkout-personal-information-step {
    padding: var(--Spacing-2, 16px) var(--Spacing-3, 24px);
}

/* Estilos para el toggle de texto en el checkout */
body#checkout .checkout-login-toggle {
    margin: 10px 0;
    font-size: 14px;
    color: #1A3B54;
}

body#checkout .login-text {
    display: inline-block;
    font-weight: 500;
}

body#checkout .hidden {
    display: none;
}

body#checkout .login-text {
    padding-left: 5px;
    font-weight: normal;
    color: #000;
    font-size: .875rem;
}

body#checkout .action-link-customer {
    font-weight: normal;
    color: #000;
    font-size: .875rem;
    text-decoration-line: underline;
}

body#checkout #customer-form {
    margin-top: 0px !important;
}

body#checkout .logout-link {
    color: #1A3B54;
    font-size: .875rem;
    text-decoration: underline;
    margin-right: 10px;
}

body#checkout .logout-link:hover {
    color: #27DAAF;
}

body#checkout #checkout-addresses-step,
body#checkout #checkout-delivery-step,
body#checkout #checkout-payment-step {
    padding: var(--Spacing-2, 16px) var(--Spacing-3, 24px);
}

#checkout-addresses-step .form-fields {
    display: flex;
    flex-wrap: wrap;
}

#checkout-addresses-step .form-fields .form-group-fc {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-firstname) {
    order: 1;
    width: 50%;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-lastname) {
    order: 2;
    width: 50%;
    margin-left: 15px;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-address1) {
    order: 3;
    width: 100%;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-id_country) {
    order: 4;
    width: 50%;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-postcode) {
    order: 5;
    width: 50%;
    margin-left: 15px;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-id_state) {
    order: 6;
    width: 50%;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-city) {
    order: 7;
    width: 50%;
    margin-left: 15px;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-phone) {
    order: 8;
    width: 50%;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-dni) {
    order: 9;
    width: 50%;
    margin-left: 15px;
}

#checkout-addresses-step .form-fields .form-group-fc:has(#field-alias) {
    order: 10;
    width: 100%;
}

#checkout-addresses-step .form-fields>.form-group.row:has(#use_same_address) {
    order: 11;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.5rem;
    width: 100%;
}

#checkout-addresses-step .form-fields>footer.form-footer {
    order: 12;
    width: 100%;
}

/* CHECKOUT - Resumen a la derecha */

/* #checkout #js-checkout-summary {
    width: 517px;
} */

#checkout .card-block {
    padding: 32px 24px 24px 24px;
}

@media only screen and (max-width: 600px) {
    #checkout #content>.row {
        display: flex;
        flex-direction: column-reverse;
    }

    #checkout #js-checkout-summary {
        width: 100%;
    }

    #checkout #js-checkout-summary .card-block:first-of-type {
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    /* Orden específico */
    .block-promo {
        order: 4;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--neutrals-neutral-500, #666);
    }

    .cart-summary-top {
        order: 2;
    }

    .cart-summary-products {
        order: 3;
    }

    .cart-summary-subtotals-container {
        order: 1;
    }

}

#checkout .promo-code-title {
    color: var(--Blue-Main, #1A3B54);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {
    #checkout .promo-code-title {
        color: var(--Blue-Main, #1A3B54);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

#checkout #promo-code .promo-code {
    padding: 16px 0;
}

#checkout #promo-code .promo-code form {
    display: flex;
}

#checkout #promo-code .promo-input {
    display: flex;
    width: 272px;
    height: 36px;
    padding: 13px 14px;
    align-items: center;
    gap: -1px;
    border-radius: 6px 0px 0px 6px;
    border: 1px solid var(--neutrals-neutral-200, #C2C2C2);
    background: var(--accents-on-primary, #FEFEFE);
}

#checkout #promo-code .promo-code button {
    display: flex;
    height: 36px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 0px 6px 6px 0px;
    background: var(--Green-Main, #1A3B54);
    margin-top: 0;
    color: var(--Blue-Main, #FFFFFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 163px;
}

@media (max-width: 768px) {

    #checkout #promo-code .promo-code button,
    #checkout #promo-code .promo-input {
        width: 50%;
    }
}

#checkout .block-promo .promo-highlighted {
    color: var(--Blue-Main, #1A3B54);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: unset;
    padding: 0;
}

#checkout .card-block .promo-discounts {
    padding: 10px 0;
}

#checkout .card-block .promo-discounts .label {
    text-align: unset;
    color: var(--Blue-Main, white);
}

#checkout .card-block .promo-discounts .code {
    color: var(--Green-Main, #1A3B54);
}

#checkout .block-promo .promo-code-alert {
    display: none;
}

#checkout .block-promo .promo-code-alert p {
    display: none;
}

#checkout .cart-title-resume {
    color: var(--Blue-Main, #1A3B54);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-bottom: 24px;
}

@media (max-width: 768px) {
    #checkout .cart-title-resume {
        color: var(--Blue-Main, #1A3B54);
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 8px;
        margin-bottom: 24px;
        border-bottom: 1px solid var(--neutrals-neutral-500, #666);
    }

    #checkout .cart-summary-line {
        margin-bottom: 8px !important;
    }
}

#checkout .cart-summary-subtotals-container {
    padding-top: 24px;
    border-top: 1px solid var(--neutrals-neutral-50, #F0F0F0) !important;
    border-bottom: none !important;
}

#checkout .cart-summary-subtotals-container .value {
    color: var(--neutrals-neutral-700, #333);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

#checkout .cart-summary-subtotals-container .cart-summary-subtotals.discount .value {
    color: var(--Pink-Light, #FF4C5E);
}

#checkout .cart-summary-subtotals-container .cart-total {
    margin-top: 16px;
}

#checkout .cart-summary-subtotals-container .cart-total .value,
#checkout .cart-summary-subtotals-container .cart-total .label {
    color: var(--neutrals-neutral-600, #4D4D4D) !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

#checkout .calculo-envio-gratis {
    padding: 24px 0px 8px 0px;
}

#checkout .checkout-pagos-seguro {
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--neutrals-neutral-100, #E0E0E0);
    background: #FFF;
}

#checkout .checkout-pagos-seguro-text {
    color: var(--neutrals-neutral-700, #333);
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#checkout .checkout-pagos-seguro-img {
    display: flex;
    width: 228px;
    justify-content: space-between;
    align-items: center;
}

#checkout .checkout-dudas {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-top: 16px;
}

@media (max-width: 768px) {

    #checkout .calculo-envio-gratis,
    #checkout .checkout-pagos-seguro,
    #checkout .checkout-dudas {
        display: none;
    }
}

#checkout .checkout-dudas h5 {
    color: var(--neutrals-neutral-700, #333);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    margin: 0;
}

#checkout .checkout-dudas p {
    color: var(--neutrals-neutral-600, #4D4D4D);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    margin: 0;
}

#checkout .checkout-metodos-contacto {
    display: flex;
    align-items: center;
    gap: 16px;
}

#checkout .checkout-metodo-contacto {
    display: flex;
    align-items: center;
    gap: 8px;
}

#checkout #checkout-addresses-step .address-selector {
    display: block !important;
    flex-direction: column;
    gap: 16px;
}

#checkout .address-selector .radio-block {
    padding: unset !important;
    margin: unset !important;
    display: flex;
    align-items: center;
}

#checkout .address-selector .address-info {
    display: flex;
    gap: var(--Spacing-2, 16px);
    justify-content: space-between;
    padding: 14px 17px;
    align-items: center;
}

#checkout .address-selector .address-info .radio-block-custom-info {
    display: flex;
    gap: var(--Spacing-2, 16px);
}

#checkout .address-option-select {
    min-height: unset !important;
}

#checkout .address-selector .address-info .address-direction,
#checkout .address-selector .address-info .address-alias {
    margin: 0;
    color: var(--Blue-Main, #1A3B54);
}



#checkout .address-selector .address-info .address-alias {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {

    #checkout .address-selector .address-info .address-direction,
    #checkout .address-selector .address-info .address-alias {
        font-size: 13px;
    }
}

#checkout .address-selector .address-item {
    background: #FFF !important;
    border-radius: var(--Border-05, 4px) !important;
    border: 1px solid var(--Farmacia-Surface-Input-Border, #E0E0E0) !important;
    background: #FFF !important;
}

#checkout .address-selector .address-item.selected {
    border-radius: var(--Border-05, 4px) !important;
    border: 1px solid var(--Blue-Active, #285ADE) !important;
    background: #FFF !important;
}

#checkout #checkout-addresses-step .js-address-form .add-address {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}

#checkout #checkout-addresses-step .js-address-form .add-address a {
    border-radius: 50px;
    border: 1px solid var(--Blue-Active, #285ADE);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--Blue-Active, #285ADE);
    text-align: center;
    padding: 8px 24px;
    width: fit-content;
}

#checkout #checkout-addresses-step .js-address-form .add-address a:hover {
    background-color: #285ADE;
    color: #fff;
}

#checkout #checkout-addresses-step .button-continue-shipping {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--Belli-blue-blue-Main, #1A3B54);
    color: var(--Blue-Main, white);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
    width: 100%;
    text-transform: unset;
}

@media (max-width: 768px) {
    #checkout #checkout-addresses-step .button-continue-shipping {
        margin-top: 24px;
    }
}

#checkout #checkout-addresses-step .button-continue-shipping:hover {
    background-color: #1a3b54;
    color: #fff;
}

#checkout .loyalty-block .alert-loyalty {
    display: flex;
    align-items: center;
    gap: 16px;
}

#checkout .cart-summary-products {
    margin: 35px 0;
}

@media (max-width: 768px) {
    #checkout .cart-summary-products {
        margin: 24px 0;
        border-bottom: 1px solid var(--neutrals-neutral-500, #666);
    }
}

#checkout .products-show {
    color: var(--Blue-Main, #1A3B54);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {
    #checkout .products-show {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

#checkout #cart-summary-product-list .media-list {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

#checkout #cart-summary-product-list .media-list .product-name a,
#checkout #cart-summary-product-list .media-list .product-price {
    color: var(--Blue-Main, #1A3B54);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: unset;
}

/* PAGINA DE CONFIRMACIÓN DE PEDIDO */

#order-confirmation .card-title-confirmation {
    color: var(--Blue-Active, #285ADE);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

@media (max-width: 768px) {
    #order-confirmation .card-title-confirmation {
        font-size: 24px;
    }
}

#order-confirmation .card-subtitle-confirmation {
    color: var(--Blue-Active, #285ADE);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    text-align: center;
}

@media (max-width: 768px) {
    #order-confirmation .card-subtitle-confirmation {
        font-size: 16px;
    }
}

#order-confirmation .customer-card-text {
    color: var(--neutrals-neutral-700, #333);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
    margin-bottom: 48px;
    text-align: center;
}

@media (max-width: 768px) {
    #order-confirmation .customer-card-text {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 24px;
    }
}

#order-confirmation .customer-card-text .customer-firstname,
#order-confirmation .customer-card-text .customer-reference {
    color: var(--neutrals-neutral-700, #333);
    font-size: 18px;
    font-weight: 500;
}

#order-confirmation .loyalty-container {
    display: flex;
    justify-content: center;
}

#order-confirmation .loyalty-block {
    display: flex;
    width: 802px;
    padding: 16px 8px 16px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 7px;
    background: #D7EEFF;
}

@media (max-width: 768px) {
    #order-confirmation .loyalty-block {
        margin: 0 -15px 25px -15px;
    }
}

#order-confirmation .confirmation-line-loyalty {
    display: flex;
    align-items: center;
    gap: 16px;
}

#order-confirmation .confirmation-line-loyalty p {
    margin: 0;
}

#order-confirmation .confirmation-line-loyalty strong {
    color: var(--Blue-Main, #1A3B54);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 768px) {
    #order-confirmation .confirmation-line-loyalty strong {
        font-size: 16px;
    }

    #order-confirmation .confirmation-line-loyalty p {
        font-size: 16px;
    }

    #order-confirmation .confirmation-line-loyalty svg {
        min-width: 40px;
        width: 40px;
        height: 40px;
    }
}

#order-confirmation .confirmation-line-loyalty .loyalty-link {
    color: var(--Blue-Main, #1A3B54);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media (max-width: 768px) {
    #order-confirmation .confirmation-line-loyalty .loyalty-link {
        font-size: 16px;
    }
}

#order-confirmation .confirmation-line-loyalty .loyalty-link-club-news {
    color: var(--Blue-Main, #1A3B54);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media (max-width: 768px) {
    #order-confirmation .confirmation-line-loyalty .loyalty-link-club-news {
        font-size: 16px;
    }
}

#order-confirmation .help-box {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    border-radius: 7px;
    background: rgba(179, 215, 242, 0.50);
}

@media (max-width: 768px) {
    #order-confirmation .help-box {
        margin: 0 -15px;
    }
}

#order-confirmation .help-box p {
    margin: 0;
}

#order-confirmation .help-title {
    color: var(--Blue-Main, #1A3B54);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

#order-confirmation .help-subtitle {
    color: var(--Blue-Main, #1A3B54);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

#order-confirmation .help-contact {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 24px;
}

@media (max-width: 768px) {
    #order-confirmation .help-contact {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
}

#order-confirmation .help-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

#order-confirmation .help-schedule {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;

}

#order-confirmation .help-schedule-title {
    color: var(--Blue-Main, #1A3B54);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#order-confirmation .help-schedule-item {
    color: var(--Blue-Active, #285ADE);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#order-confirmation #order-details {
    width: 100%;
}

#order-confirmation #order-details .order-detail-row .label {
    color: var(--neutrals-neutral-800, #1A1A1A);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#order-confirmation #order-details .order-detail-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

#order-confirmation #order-details .order-detail-row .order-reference-details,
#order-confirmation #order-details .order-detail-row .payment-method-details,
#order-confirmation #order-details .order-detail-row .shipping-method-details {
    color: var(--neutrals-neutral-800, #1A1A1A);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#order-confirmation #order-items .card-title-order {
    color: var(--Blue-Main, #1A3B54);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#order-confirmation #order-items .order-confirmation-table {
    margin-top: 32px;
}

#order-confirmation #order-items .order-confirmation-table .table th {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--neutrals-neutral-800, #1A1A1A);
}

/* PRODUCTOS PARA MÓVIL */
/* === Layout general de producto en carrito === */
#checkout .cart-summary-products .media {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px;
    border-bottom: 1px solid var(--layout-surface-low, #F2F7F4);
}

#checkout .cart-summary-products .media .media-left {
    padding: 0;
}

#checkout .cart-summary-products .media .media-left img {
    width: 86px !important;
    height: 86px;
}

#checkout .cart-summary-products .media .media-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* === Línea principal del producto === */
#checkout .cart-summary-products .media .media-body .product-line-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#checkout .cart-summary-products .media .media-body .product-line-main .product-line-manufacturere-name {
    display: flex;
    flex-direction: column;
}

#checkout .cart-summary-products .media .media-body .product-line-main .product-line-manufacturere-name .product-manufacturer,
#checkout .cart-summary-products .media .media-body .product-line-main .product-line-manufacturere-name .product-name {
    color: var(--Blue-Main, #1A3B54);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#checkout .cart-summary-products .media .media-body .product-line-main .product-line-manufacturere-name .product-manufacturer {
    font-size: 10px;
}

#checkout .cart-summary-products .media .media-body .product-line-main .product-line-manufacturere-name .product-name {
    font-size: 15px;
}

#checkout .cart-summary-products .media .media-body .product-line-main .product-prices {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#checkout .cart-summary-products .media .media-body .product-prices .product-price {
    color: var(--neutrals-neutral-700, #333);
    font-size: 16px;
    font-weight: 500;
}

#checkout .cart-summary-products .media .media-body .product-prices .product-discount {
    color: var(--Red-light, #FF2E00);
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: line-through;
}

/* === Info inferior: cantidad y eliminar === */
#checkout .cart-summary-products .media .media-body .product-line-details .remove-from-cart {
    color: var(--neutrals-neutral-500, #666);
    font-size: 12px;
    font-weight: 400;
}

#checkout .cart-summary-products .media .media-body .product-line-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* === Componente touchspin: cantidad === */
#checkout .cart-summary-products .media .input-group.bootstrap-touchspin {
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 1px solid var(--neutrals-neutral-600, #4D4D4D);
    background-color: white;
    border-radius: 7px;
    overflow: hidden;
    width: fit-content;
    padding: 0;
}

#checkout .cart-summary-products .media .input-group.bootstrap-touchspin input.form-control {
    width: 40px;
    height: 28px;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
    -moz-appearance: textfield;
}

#checkout .cart-summary-products .media .input-group.bootstrap-touchspin .input-group-btn-vertical {
    display: flex !important;
    flex-direction: row;
}

#checkout .cart-summary-products .media .input-group.bootstrap-touchspin .bootstrap-touchspin-up,
#checkout .cart-summary-products .media .input-group.bootstrap-touchspin .bootstrap-touchspin-down {
    border: none;
    background: none;
    padding: 0 10px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkout .cart-summary-products .media .input-group.bootstrap-touchspin .btn-touchspin i {
    display: none;
}

.bootstrap-touchspin-up::before {
    content: "+";
    font-family: inherit;
}

.bootstrap-touchspin-down::before {
    content: "−";
    font-family: inherit;
}

#checkout .cart-summary-products .media .input-group.bootstrap-touchspin .input-group-addon {
    display: none !important;
}

#checkout .checkout-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding: 17px 0;
    box-shadow: 0 0 0 100vmax #FFFFFF;
    clip-path: inset(0 -100vmax);
    border-bottom: 1px solid var(--neutrals-neutral-50, #F0F0F0);
    background: #FFF;
}

#checkout .checkout-logo {
    width: 138px;
}

#checkout #content-wrapper {
    margin: 0 !important;
    padding: 0;
}

#checkout .checkout-secure-payment {
    display: flex;
    align-items: center;
    gap: 8px;
}

#checkout .checkout-secure-payment p {
    margin: 0;
}

#checkout .checkout-secure-payment p:first-of-type {
    color: var(--neutral-neutral-700, #464B53);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#checkout .checkout-secure-payment p:last-of-type {
    color: var(--neutral-neutral-500, #8B96A5);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {

    #checkout .checkout-secure-payment p:first-of-type {
        font-size: 13px;
    }
    
    #checkout .checkout-secure-payment p:last-of-type {
        font-size: 13px;
    }

    #checkout .checkout-secure-payment svg {
        width: 30px;
        height: 30px;
    }

    #checkout .checkout-logo {
        width: 100px;
    }

    #checkout .checkout-header {
        padding: 17px;
        
    }
    
}
    /* CHECKOUT OCULTAR HEADER */

#checkout #header {
    display: none;
}

#checkout #wrapper > div > div > div.row {
    margin-bottom: 10rem;
}

/* Arreglos Carrito Mobile */
@media (max-width: 768px) {
    #cart #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b92b117.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-2484536.elementor-widget-update-0.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b099121.elementor-widget-update-0.e-grid.e-con-boxed.e-con > div {
        display: flex;
        justify-content: center;
    }

    #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b4c763c.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-6ed9232.elementor-widget-update-3.elementor-widget__width-inherit.elementor-widget-tablet__width-inherit.elementor-arrows-position-inside.elementor-widget.elementor-widget-st-cart-product > div > div > div > div {
        display: flex;
        flex-direction: row;
        padding: 10px;
    }

    #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b4c763c.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-6ed9232.elementor-widget-update-3.elementor-widget__width-inherit.elementor-widget-tablet__width-inherit.elementor-arrows-position-inside.elementor-widget.elementor-widget-st-cart-product > div > div > div > div > div.elementor-element.elementor-element-5143bb7.elementor-widget-update-0.e-con-full.e-flex.e-con--row.e-con {
        gap: 8px;
        align-items: center;
    }

    #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b4c763c.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-6ed9232.elementor-widget-update-3.elementor-widget__width-inherit.elementor-widget-tablet__width-inherit.elementor-arrows-position-inside.elementor-widget.elementor-widget-st-cart-product > div > div > div > div > div.elementor-element.elementor-element-f078d47.elementor-widget-update-0.e-con-full.e-grid.e-con--row.e-con > div.elementor-element.elementor-element-b420c57.elementor-widget-update-0.e-con-full.e-flex.e-con--column.e-con > div > div > div {
        display: flex;
        align-items: flex-end;
    }

    #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b4c763c.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-6ed9232.elementor-widget-update-3.elementor-widget__width-inherit.elementor-widget-tablet__width-inherit.elementor-arrows-position-inside.elementor-widget.elementor-widget-st-cart-product > div > div > div > div > div.elementor-element.elementor-element-f078d47.elementor-widget-update-0.e-con-full.e-grid.e-con--row.e-con {
        width: auto;
    }
    #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b4c763c.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-6ed9232.elementor-widget-update-3.elementor-widget__width-inherit.elementor-widget-tablet__width-inherit.elementor-arrows-position-inside.elementor-widget.elementor-widget-st-cart-product > div > div > div > div > div.elementor-element.elementor-element-5143bb7.elementor-widget-update-0.e-con-full.e-flex.e-con--row.e-con > div.elementor-element.elementor-element-e9f80c8.elementor-widget-update-0.e-con-full.e-grid.e-con--row.e-con {
        height: auto;
    }

    #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b4c763c.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-6ed9232.elementor-widget-update-3.elementor-widget__width-inherit.elementor-widget-tablet__width-inherit.elementor-arrows-position-inside.elementor-widget.elementor-widget-st-cart-product > div > div > div > div > div.elementor-element.elementor-element-5143bb7.elementor-widget-update-0.e-con-full.e-flex.e-con--row.e-con > div.elementor-element.elementor-element-7b15852.elementor-widget-update-0.e-con-full.e-flex.e-con--column.e-con {
        width: 70px;
    }

    #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b4c763c.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-6ed9232.elementor-widget-update-3.elementor-widget__width-inherit.elementor-widget-tablet__width-inherit.elementor-arrows-position-inside.elementor-widget.elementor-widget-st-cart-product > div > div > div > div > div.elementor-element.elementor-element-5143bb7.elementor-widget-update-0.e-con-full.e-flex.e-con--row.e-con > div.elementor-element.elementor-element-e9f80c8.elementor-widget-update-0.e-con-full.e-grid.e-con--row.e-con {
        display: flex;
        flex-direction: column;
    }

    #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b4c763c.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-6ed9232.elementor-widget-update-3.elementor-widget__width-inherit.elementor-widget-tablet__width-inherit.elementor-arrows-position-inside.elementor-widget.elementor-widget-st-cart-product > div > div > div:nth-child(1) > div {
        border-bottom: 1px solid var(--layout-surface-low, #F2F7F4);
    }
}

/* Quitar banner temporal */

#cart #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b92b117.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-97c8128.elementor-widget-update-0.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-db2e89c.elementor-widget-update-0.elementor-position-left.elementor-view-default.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box {
    display: none;
}

/* FIX grid CMS promociones */
.promociones-grid .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

/* ocultar datos de telefono */

#cart #wrapper > div.elementor.elementor-1316.elementor-C9Y8WiIq.elementor-cache-0 > div.elementor-element.elementor-element-933fba6.elementor-widget-update-5.e-flex.e-con-boxed.e-con > div > div.elementor-element.elementor-element-b92b117.elementor-widget-update-0.e-con-full.e-flex.e-con > div.elementor-element.elementor-element-2163525.elementor-widget-update-0.e-flex.e-con-boxed.e-con {
    display: none;
}


/* Ajustes de carrito y checout  */

#checkout .block-promo .promo-name {
    color: #1A3B54;
    font-family: 'Poppins';
}
#checkout .block-promo .promo-name .cart-summary-line div span{
    color: #1A3B54;
}