.page-customer-account #content{
    box-shadow: unset;
    background: transparent;
    padding: 0;
}

a:focus, button:focus, input:focus, input:focus-visible, .input-group.focus {
    outline: 0 !important;
}

/**
 * ######################################################
 *
 *                    COMMON STYLES
 *
 * ######################################################
 **/
/*body:not(#product), body:not(#product) main*/
body#my-account, body#my-account main,
body#authentication, body#authentication main,
body#registration, body#registration main,
body#guest-tracking, body#guest-tracking main,
body#password, body#password main,
body#identity, body#identity main,
body#addresses, body#addresses main,
body#address, body#address main,
body#history, body#history main,
body#order-detail, body#order-detail main,
body#order-slip, body#order-slip main,
body#discount, body#discount main,
body#cart, body#cart main,
body#module-ps_emailalerts-account, body#module-ps_emailalerts-account main,
body#module-iservicesapps_security_plus-devices, body#module-iservicesapps_security_plus-devices main,
body#module-iservicesapps_security_plus-2fa, body#module-iservicesapps_security_plus-2fa main,
body#module-iservicesapps_iservices_menu-favorites, body#module-iservicesapps_iservices_menu-favorites main
{
    background: #F6F6F6;
}
.arrow.left{
    transform: rotate(180deg);
}


.is-products-slider{
    position: relative;
    padding-bottom: 72px;
}
.is-products-slider:not(:has(.slick-track)){
    display: flex;
}
.is-products-slider .slick-track{
    margin-left: 0;
}

/*.is-products-slider .product-miniature{
    min-width: 200px;
}*/

.is-products-slider .slide_arrow{
    position: absolute;
    bottom: 8px;

    display: flex;
    width: 40px;/*32px;*/
    height: 40px;/*32px;*/
    padding: 8px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 99px;
    background: var(--surface-brand-secondary-default, #3151AC);
}

.is-products-slider .slide_arrow:hover{
    background: var(--componentes-button-secondary-hover, #1E3A8A);
}
.is-products-slider .slide_arrow:focus{
    background: var(--componentes-button-secondary-pressed, #061646);
}
.is-products-slider .slide_arrow.slick-disabled{
    background: var(--surface-lighter-xl, #D6D6D6);
}
.is-products-slider .slide_arrow.prev{
    right: 64px;
}
.is-products-slider .slide_arrow.next{
    right: 0;
}
.is-products-slider .slide_arrow img{
    width: 32px;
    height: 32px;
}
.is-products-slider .slide_arrow.slick-disabled img{
    filter: brightness(0.5);
}

@media (max-width: 575px) {
    .hidden-xs { display: none; }

    .is-products-slider .slide_arrow.prev{
        right: 0;
        left: calc(50% - 36px - 8px);
    }
    .is-products-slider .slide_arrow.next{
        right: calc(50% - 36px - 8px);
    }

}

.without-data-section{
    max-width: 597px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.without-data-section img{
    width: 164px;
    height: 164px;
    object-fit: contain;
    margin-top: 24px;
    margin-bottom: 64px;
}
.without-data-section h4{
    color: #333;
    text-align: center;
    /*font-family: "Work Sans";*/
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 16px;
}
.without-data-section p{
    color: #333;

    text-align: center;
    /*font-family: "Work Sans";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.without-data-section .btn.btn-primary{
    display: flex;
    margin-top: 32px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #FF9015;
    color: #FFF;
    text-align: center;
    /*font-family: "Work Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: unset;
    text-transform: uppercase;
}
.without-data-section>.btn.btn-primary:hover{
    background: #db7a0d;
}


.without-data-section.side-view{
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: row;
    padding: 32px 24px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: #FCFCFC;
}
.without-data-section.side-view>div{
    width: 100%;
}
.without-data-section.side-view img{
    margin: 0;
    width: 84px;
    height: 84px;
}
.without-data-section.side-view h4,
.without-data-section.side-view p{
    text-align: left;
}
.without-data-section.side-view h4{
    font-size: 24px;
    margin-bottom: 8px;
}
.without-data-section.side-view p{
    font-size: 16px;
}
.without-data-section.side-view a{
    margin: 0 !important;
}

@media ((max-width: 1280px) and (min-width: 992px)) or (max-width: 876px){
    .without-data-section.side-view{
        flex-direction: column;
    }
    .without-data-section.side-view h4,
    .without-data-section.side-view p{
        text-align: center;
    }
}


.products-section{
    margin: 32px 0;
}


.alert {
    border-radius: 8px;
    border: 0;
}


.section-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.section-title img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.section-title span{
    width: 100%;
    color: var(--text-primary, #333);

    /* Typography/Subtitle-H5 */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
}

.section-title.big{ margin-bottom: 32px; }
.section-title.big span{
    font-size: var(--font-size-title-h4, 25px);
}

.section-title ~ .card-block{
    margin-top: 16px;
    padding: 24px;
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
}

.custom-radio input[type=radio],
.custom-checkbox input[type=checkbox]{
    width: 22px;
    height: 22px;
}
/*.custom-checkbox{
    margin-right: 8px;
}*/
.custom-radio,
.custom-checkbox input[type=checkbox]+span{
    width: 22px;
    height: 22px;
    /*flex-shrink: 0;
    stroke-width: 1px;
    stroke: var(--icons-primary, #333);*/
    border: 1px solid var(--icons-primary, #333);
}
.custom-radio{ border-radius: 99px; }
.custom-checkbox input[type=checkbox]+span{ 
    border-radius: 4px;
    margin-right: 8px;
}
.custom-radio input[type=radio]:checked+span,
.custom-checkbox input[type=checkbox]:checked+span{
    width: 22px;
    height: 22px;
    background: var(--surface-brand-secondary-default, #3151AC);
    border: 1px solid var(--surface-brand-secondary-default, #3151AC);
    top: -1px;
    left: -1px;
}
.custom-radio input[type=radio]:checked+span:after,
.custom-checkbox input[type=checkbox]:checked+span:after{
    content: "";
    background-image:  url('https://r-on.iservices.com/theme/check.svg');
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked{ display: none;}
body#checkout .custom-checkbox>label{
    padding-left: 30px;
}
/** =====================================
        COMMON PAGE STYLES
 ** ===================================== */
#wrapper{
    /*padding-top: 32px;*/
    padding-top: 0;
    background: var(--surface-primary, #EBEBEB);
}
#wrapper:has( > .container > .breadcrumb[data-depth="1"]){
    padding-top: 32px;
}
.page-footer{
    margin-bottom: 0 !important;
}
#wrapper .breadcrumb{
    padding: 16px 0;
    color: var(--text-secondary, #474747) !important;
    /* Typography/Caption-0spacing */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-caption, 12px) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}
#wrapper .breadcrumb li:last-child{
    color: var(--surface-brand-secondary-default, #3151AC);
}

.cart-preview {
    position: relative;
}
.cart-products-count {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    /* padding: 10px; */
    position: absolute;
    left: calc(50% - 8px);
    top: -12px;
    float: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    background-color: #ff9015;
    color: white;
}
@media (max-width: 992px) {
    .cart-products-count {
        display: block !important;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.spinner {
    width: 64px;
    height: 64px;
    animation: spin 1s linear infinite;
}
/** =====================================
        FORM INPUTS
 ** ===================================== */
.form-control-label,
form .form-control-label{
    text-align: left;
    width: 100%;
    color: var(--text-secondary, #474747);

    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
.form-control-label ~ div {
    width: 100%;
}
.form-control-label ~ div input{
    max-width: unset !important;
}

input.form-control,
select.form-control,
.input-group .input-group-btn>.btn[data-action=show-password]{
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;

    padding: 12px 16px !important;
    border-radius: 8px !important;
    border: 1px solid var(--surface-lighter-l, #C2C2C2);
    background: var(--surface-secondary, #FFF);
    color: var(--text-primary, #333);
    /*font-family: "Work Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: auto !important;
}
input.form-control:focus,
select.form-control:focus,
input.form-control:focus ~ .input-group-btn>.btn[data-action=show-password]{
    border-color: #EE7018 !important;
    outline: 0;
    box-shadow: none;
}
.input-group .input-group-btn>.btn[data-action=show-password]{
    background: white;
    color: black;
    margin: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
    font-size: 20px;
    padding: 5.2px 12px;
}
input.form-control:has( ~ .input-group-btn>.btn[data-action=show-password]){
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0 !important;
}

.bootstrap-touchspin{
    display: flex;
    box-shadow: unset;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{
    border-top-right-radius: 8px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
    border-bottom-right-radius: 8px;
}
.bootstrap-touchspin input{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*.product-quantity*/ .input-group-btn-vertical {
    display: flex !important;
    flex-direction: column;
    justify-content: stretch;
}
/*.product-quantity*/ .input-group-btn-vertical button{
    height: 100% !important;
}
.input-group-btn-vertical button i{
    top: 3px !important;
    left: 3px !important;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover,
#header .top-menu a[data-depth="0"]:hover,
a:hover {
    color: var(--text-primary, #333);
}

.btn.btn-primary{
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 8px;
    background: var(--componentes-button-secondary-default, #3151AC);

    color: var(--text-invert, #FFF);
    text-align: center;

    /* Typography/Subtitle-H5-regular */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
    text-transform: capitalize;
}
.btn.btn-primary:hover{
    cursor: pointer !important;
    background: var(--componentes-button-secondary-hover, #1E3A8A) !important;
}
.btn.btn-primary:focus,.btn.btn-primary:focus-visible,.btn.btn-primary:focus-within{
    cursor: pointer !important;
    background: var(--componentes-button-secondary-pressed, #061646);
}
.btn.btn-primary.disabled{
    background: var(--componentes-button-inactive, #D6D6D6);
    color: var(--text-muted, #707070);
}
.btn.btn-primary.disabled:hover{
    cursor: not-allowed !important;
    opacity: 0.8;
    background: var(--componentes-button-inactive, #D6D6D6) !important;
}

.js-cart-detailed-actions .btn.btn-primary,
.cart-summary .card-block.checkout > .btn.btn-primary,
#payment-confirmation .btn.btn-primary{
    padding: 16px;
    border-radius: 99px;
    font-weight: 600;
    text-transform: uppercase;
}


.btn.btn-secondary{
    display: inline-flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: var(--componentes-button-primary-default, #FF9015);
    color: var(--text-primary, #333);
    /* Typography/Subtitle-H5-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
}
.btn.btn-secondary:hover{
    cursor: pointer !important;
    color: var(--text-invert, #FFF);
    background: var(--componentes-button-primary-hover, #CC7000) !important;
}
.btn.btn-secondary:focus,.btn.btn-secondary:focus-visible,.btn.btn-secondary:focus-within{
    cursor: pointer !important;
    color: var(--text-invert, #FFF);
    background: var(--componentes-button-primary-pressed, #A85E00) !important;
}
.btn.btn-secondary.disabled{
    background: var(--componentes-button-inactive, #D6D6D6);
    color: var(--text-muted, #707070);
}
.btn.btn-secondary.disabled:hover{
    cursor: not-allowed !important;
    opacity: 0.8;
    background: var(--componentes-button-inactive, #D6D6D6) !important;
}

/** =====================================
        CUSTOM FORMS
 ** ===================================== */
form#login-form section{
    max-width: 500px;
}

form#customer-form section,
form#customer-form:not(:has(section)),
#checkout form section,
.js-address-form form section {
    /*max-width: 500px;*/
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

form#customer-form section .form-group,
form#customer-form:not(:has(section)) .form-group,
#checkout form section .form-group,
.js-address-form form section .form-group{
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
}

form#customer-form section .form-group .col-md-6,
form#customer-form section .form-group .form-control-label,
form#customer-form section .form-group .form-control-comment,

form#customer-form:not(:has(section)) .form-group .col-md-6,
form#customer-form:not(:has(section)) .form-group .form-control-label,
form#customer-form:not(:has(section)) .form-group .form-control-comment,


#checkout form section .form-group .col-md-6,
#checkout form section .form-group .form-control-label,
#checkout form section .form-group .form-control-comment,

.js-address-form form section .form-group .col-md-6,
.js-address-form form section .form-group .form-control-label,
.js-address-form form section .form-group .form-control-comment{
    /*padding-left: 0;
    padding-right: 0;*/
    padding: 0;
    width: 100%;
}

/* Esconde o texto real que o JS injeta */
button[data-action="show-password"] {
    font-size: 0 !important; 
    position: relative;
    padding: 10px 15px; /* Ajusta conforme o teu tema */
}
button[data-action="show-password"]::before { /* Criamos o ícone do olho usando Material Icons (padrão Classic) */
    width: 24px;
    height: 24px;
    content: ""; /* Ícone de ver */
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://r-on.iservices.com/theme/common/password_show.svg');
}
/* Quando o JS troca o texto para "Hide" (ou o termo traduzido), 
   nós detetamos pelo atributo data que o JS também manipula */
/*button[data-action="show-password"][data-text-to-show="show"]::before {
    content: "visibility_off"; /* Ícone de esconder * /
}*/
input.form-control[type="text"] ~ .input-group-btn>.btn[data-action=show-password]::before{
    content: ""; /* Ícone de esconder */
    background-image: url('https://r-on.iservices.com/theme/common/password_hide.svg');
}

@media (min-width: 1260px) {
    form#customer-form section .form-group:has( input[name="firstname"]),
    form#customer-form section .form-group:has( input[name="lastname"]),

    form#customer-form .form-group:has( div>input[name="firstname"]),
    form#customer-form .form-group:has( div>input[name="lastname"]),

    .js-address-form form section .form-group:has( input[name="firstname"]),
    .js-address-form form section .form-group:has( input[name="lastname"]),
    .js-address-form form section .form-group:has( input[name="company"]),
    .js-address-form form section .form-group:has( input[name="vat_number"]),
    .js-address-form form section .form-group:has( input[name="postcode"]),
    .js-address-form form section .form-group:has( input[name="city"]),
    .js-address-form form section .form-group:has( select[name="id_country"]),
    .js-address-form form section .form-group:has( input[name="phone"]){
        width: calc(50% - 5px) !important; /*5px per side 5+5=10*/
        display: inline-block;
    }
}

p.form-informations{
    margin: 0;
    margin-top: 32px;
    margin-bottom: 8px;
    color: var(--text-primary, #333);
    display: flex;
    flex-direction: column;
}
p.form-informations .form-informations-title,
p.form-informations .form-informations-option{
    color: var(--text-primary, #333);

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
p.form-informations .form-informations-title{
    font-weight: 500;
}
p.form-informations .form-informations-subtitle{
    color: var(--text-primary, #333) !important;

    /* Typography/Caption */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-caption, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-2xs, 16px); /* 133.333% */
    letter-spacing: 0.5px;
}


@media (min-width: 768px) and (max-width: 1279px){  /* tablet */
    .section-title.big{ margin-bottom: 24px; }
    .section-title span {
        font-size: var(--font-size-subtitle-h5, 18px);
    }
    .section-title.big span{
        font-size: var(--font-size-title-h4, 22px);
    }
    .btn.btn-primary{
        font-size: var(--font-size-subtitle-h5, 18px);
    }
}
@media (max-width: 767px){ /* mobile */
    .layout-max-width {
        margin-left: 16px;
        margin-right: 16px;
        padding: 0;
    }
    #wrapper:has( > .container > .breadcrumb[data-depth="1"]) {
        padding-top: 16px;
    }

    .section-title.big{ margin-bottom: 16px; }
    .section-title span {
        font-size: var(--font-size-subtitle-h5, 17px);
    }
    .section-title.big span{
        font-size: var(--font-size-title-h4, 20px);
    }

    .btn.btn-primary{
        font-size: var(--font-size-subtitle-h5, 17px);
    }
}

/**
 * ######################################################
 *
 *                    PRODUCTS STYLES
 *
 * ######################################################
 **/
/*div:has( > .product-miniature){
    margin: 0 -16px;
}*/
.product-miniature{
    margin: 0 16px;
}
.product-miniature .thumbnail-container{
    display: flex;
    width: auto; /*264px;*/
    padding: 32px 16px 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
    margin-bottom: 0;
}
.product-miniature .thumbnail-container img{
    display: flex;
    max-width: 128px;
    max-height: 128px;
    padding: 0 6.93px 0 7.2px;
    justify-content: center;
    align-items: center;
}
.product-miniature .thumbnail-container:hover .product-description::after{
    border: 0;
}
.product-miniature .thumbnail-container .product-description{
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.product-miniature .thumbnail-container .product-title{
    margin: 0;
    text-overflow: ellipsis;
}
.product-miniature .thumbnail-container .product-title a{
    overflow: hidden;
    color: var(--text-primary, #333);
    text-align: center;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/

    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
.product-miniature .thumbnail-container .regular-price,
.product-miniature .thumbnail-container .price{
    display: block;
    font-style: normal;
    text-align: center;
}
.product-miniature .thumbnail-container .regular-price{
    color: var(--text-primary, #333);

    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
    text-decoration-line: line-through;
}
.product-miniature .thumbnail-container .price{
    color: var(--surface-brand-secondary-default, #3151AC);

    /* Typography/Title-H4-bold */
    /*font-family: var(--font-family-title, Inter);*/
    font-size: var(--font-size-title-h4, 25px);
    font-weight: 600;
    line-height: var(--font-line-height-md, 32px); /* 128% */
}

.product-miniature .thumbnail-container form{ width: 100%; }
.product-miniature .thumbnail-container .btn.btn-primary{
    width: 100%;
    border-radius: 99px;
    font-size: var(--font-size-body, 16px);
    text-transform: uppercase;
    font-weight: 600;
}

/**
 * ######################################################
 *
 *                    CART STYLES
 *
 * ######################################################
 **/
.card.cart-container,
.card.cart-summary{
    border-radius: 4px;
    background: #FFF;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.10);
    border: 0;
}
.separator{
    border-top: 1px solid rgba(204, 204, 204, 0.50);
}
.cart-grid-body .cart-overview{
    padding: 0;
    /*display: flex;
    flex-direction: column;
    height: calc(100% - 80px);*/
}

.cart-overview .cart-empty-info{
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
    font-size: var(--font-size-subtitle-h5, 20px);
}
.cart-overview .cart-empty-info img{
    width: 96px;
    height: 96px;
}

.cart-overview .cart-empty-info,
.cart-overview .cart-loading{
    color: var(--text-primary, #333);
    text-align: center;

    /* Typography/Subtitle-H5-regular */
    font-family: var(--font-family-body, "Work Sans");
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
}

.cart-overview .cart-loading{
    border-top: 1px solid var(--surface-lighter-xl, #D6D6D6);
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    font-size: var(--font-size-caption, 12px);

    /*default none*/
    display: none;
}

.cart-overview .cart-loading.visible{
    display: flex;
}
.cart-overview .cart-loading img.spinner{
    width: 16px;
    height: 16px;
}

.cart-items .cart-item{
    padding: 32px 16px;
}
.cart-items .cart-item:not(:last-of-type){
    border-bottom: 1px solid var(--surface-lighter-xl, #D6D6D6);
}
.cart-items .product-line-grid {
    display: flex;
}
.product-line-info,
.product-line-info .product_name,
.product-line-grid-body .product-price{
    color: var(--text-primary, #333);
    /* Typography/Caption-0spacing-mdbold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-caption, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.product-line-grid-body .product-price{
    display: flex;
    align-items: center;
    gap: 8px
}
.product-line-grid-body .product-price .regular-price{
    color: var(--text-primary, #333);

    /* Typography/Caption */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-caption, 12px);
    font-style: normal;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
    letter-spacing: var(--Static-Label-Small-Tracking, 0.5px);
    text-decoration-line: line-through;
}
.product-line-grid-body .product-price .discount{
    margin-left: 8px;
    display: inline-flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #FFCD1B;
    color: var(--text-primary, #333);
    /* Typography/Caption-Bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-caption, 12px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
    letter-spacing: var(--Static-Label-Small-Tracking, 0.5px);
}

.product-line-info .label{
    font-weight: 500 !important;
}
.product-line-info .product_name{
    font-size: var(--font-size-body, 16px);
    line-height: 20px !important;
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 4px;
}
.product-line-grid-body .product-price{
    font-size: var(--font-size-subtitle-h5, 20px);
    font-weight: 500 !important;
    line-height: var(--font-line-height-sm, 24px);
    margin-top: 8px;
}
.product-line-grid-right .cart-line-product-actions{
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: end;
    justify-content: space-between;
    height: 100%;
}
@media (max-width: 767px) {
    .cart-items .product-line-grid {
        flex-wrap: wrap;
    }
    .product-line-grid-right .cart-line-product-actions{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart svg,
.product-line-grid-right .cart-line-product-actions .remove-from-cart img{
    width: 24px;
    height: 24px;
}


/*.checkout.cart-detailed-actions.card-block .btn.btn-primary{
    border-radius: 8px;

    color: #FFF;
    text-align: center;
    /*font-family: "Work Sans";* /
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}*/

.block-promo .promo-code{
    border-top: 1px solid rgba(204, 204, 204, 0.50);
    background: transparent;
    padding: 16px;
}
.block-promo .promo-code form{
    display: flex;
    /* justify-content: space-between; */
    gap: 16px;
}

.block-promo .promo-code form .promo-input{
    width: 100%;
    /*padding: 12px;
    border-radius: 8px !important;
    border: 1px solid rgba(51, 51, 51, 0.30) !important;
    /*font-family: "Work Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: auto !important;
}

.block-promo .promo-code form .promo-input ~ .btn.btn-primary{
    border: 0;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: var(--componentes-button-secondary-default, #3151AC);
    color: #FFF;
    text-align: center;
    /*font-family: "Work Sans";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.block-promo{ margin: 0;}
.block-promo .promo-code{
    padding: 0;
    margin-bottom: 0;
    border: 0;
}
.block-promo .promo-code:has( ~ .promo-name){
    margin-bottom: 16px;
}
.block-promo .promo-name,
.block-promo .promo-name .cart-summary-line span{
    color: var(--text-primary, #333);

    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
.block-promo .promo-name .cart-summary-line .label:has( > a[data-link-action="remove-voucher"]){
    display: inline-flex;
    gap: 8px;
}
.block-promo .promo-name .cart-summary-line .label a[data-link-action="remove-voucher"]{
    display: flex;
    align-items: center;
}
.block-promo .promo-name svg,
.block-promo .promo-name img{
    width: 16px;
    height: 16px;
}

.block-promo .promo-code .alert-danger,
.block-promo .cart-summary-line{
    margin-bottom: 0;
}

.card.cart-summary:has(.cart-detailed-totals.group){
    background: transparent;
    box-shadow: unset;
}
.cart-detailed-totals.group{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.card.cart-summary:has(.cart-detailed-totals.group) .card-block{
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
}
.cart-summary .card-block.checkout{
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.card.cart-summary:has(.cart-detailed-totals.group) .card-block.cart-detailed-subtotals,
.card.cart-summary:has(.cart-detailed-totals.group) .card-block.cart-detailed-subtotals .card-block .cart-summary-line{
    padding: 0;
}
.card.cart-summary:has(.cart-detailed-totals.group) .card-block:not(.cart-detailed-subtotals),
.card.cart-summary:has(.cart-detailed-totals.group) .card-block.cart-detailed-subtotals > .card-block{
    padding: 24px;
}
.card.cart-summary:has(.cart-detailed-totals.group) .card-block.cart-detailed-subtotals > .cart-summary-line{
    padding: 0 24px 0 24px;
}
.card.cart-summary:has(.cart-detailed-totals.group) .card-block.cart-detailed-subtotals > .cart-summary-line:first-of-type{
    padding-top: 24px;
}
.card.cart-summary:has(.cart-detailed-totals.group) .card-block.cart-detailed-subtotals > .cart-summary-line:last-of-type{
    padding-bottom: 24px;
}

.card.cart-summary:has(.cart-detailed-totals.group) .card-block.cart-detailed-subtotals > .card-block{
    border-top: 1px solid var(--surface-lighter-xl, #D6D6D6);
    border-bottom: 1px solid var(--surface-lighter-xl, #D6D6D6);
    border-radius: 0;
}
.card.cart-container{
    box-shadow: none;
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
}
.card.cart-container .card-block:first-of-type{
    padding: 16px;
}
.card.cart-container .card-block:first-of-type h1{
    color: var(--text-primary, #333);

    /* Typography/Title-H4 */
    /*font-family: var(--font-family-title, Inter);*/
    font-size: var(--font-size-title-h4, 25px);
    font-style: normal;
    font-weight: 500 !important;
    line-height: var(--font-line-height-md, 32px); /* 128% */
}
@media (min-width: 1280px){
    .cart-grid{
        display: flex;
        flex-direction: row;
        justify-content: stretch;
        height: 100%;
    }
    /*.cart-grid .card.cart-container{
        height: stretch;
    }*/
}
.cart-summary-line .label, .cart-summary-line .value{
    color: var(--text-primary, #333);

    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
#cart-subtotal-discount .value{
    color: var(--color-red-70, #C21313);
    text-align: right;

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}

#cart-subtotal-discount ul li{
    padding-left: 16px;
    margin: 0;
    color: var(--text-heavy-xl, #5C5C5C);
    /* Typography/Caption */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-caption, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
    letter-spacing: var(--Static-Label-Small-Tracking, 0.5px);
}

/* reassurance */
body:not(#checkout) .blockreassurance_product{
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
    overflow: hidden;
}

body:not(#checkout) .blockreassurance_product .reasurance-item{
    display: flex;
    align-items: center;
    gap: 8px;
}
body:not(#checkout) .blockreassurance_product .item-product{
    float: unset;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
}
body:not(#checkout) .blockreassurance_product .block-title{
    color: var(--surface-brand-primary-heavy, #CC7000) !important;

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
body:not(#checkout) .blockreassurance_product .item-product,
body:not(#checkout) .blockreassurance_product svg,
body:not(#checkout) .blockreassurance_product img{
    width: 24px;
    height: 24px;
}
body:not(#checkout) .blockreassurance_product p{
    margin: 0;
    display: none;
}


@media (min-width: 768px) and (max-width: 1279px){  /* tablet */
    .card.cart-container .card-block:first-of-type h1{
        font-size: var(--font-size-title-h4, 22px);
    }

    .cart-items .cart-item{
        padding: 24px 16px;
    }
    .product-line-info .product_name{
        font-size: var(--font-size-body, 15px);
    }
    .product-line-grid-body .product-price{
        font-size: var(--font-size-subtitle-h5, 18px);
    }

    .cart-summary-line .label, .cart-summary-line .value{
        font-size: var(--font-size-body, 15px);
    }
}
@media (max-width: 767px){ /* mobile */
    .card.cart-container .card-block:first-of-type h1{
        text-align: center;
        font-size: var(--font-size-title-h4, 20px);
    }

    .cart-items .cart-item{
        padding: 16px;
    }
    .product-line-info, .product-line-info .label{
        font-size: var(--font-size-caption, 11px);
    }
    .product-line-info .product_name{
        font-size: var(--font-size-body, 14px);
    }
    .product-line-grid-body .product-price{
        font-size: var(--font-size-subtitle-h5, 17px);
    }

    .card.cart-summary:has(.cart-detailed-totals.group) .card-block:not(.cart-detailed-subtotals),
    .card.cart-summary:has(.cart-detailed-totals.group) .card-block.cart-detailed-subtotals > .card-block{
        padding: 16px;
    }
    .block-promo .promo-code:has( ~ .promo-name) {
        margin-bottom: 8px;
    }

    .cart-summary-line .label, .cart-summary-line .value{
        font-size: var(--font-size-body, 14px);
    }
}


/**
 * ######################################################
 *
 *                  CHECKOUT STYLES
 *
 * ######################################################
 **/

/*
 * - HEADER CHECKOUT
 */
#checkout #header, #checkout #footer{
    padding: 0 !important;
}
.header-checkout{
    padding: 34px 64px;
    background-color: var(--color-blue-90, #102668) !important;
    background: var(--Blue-Gradient, linear-gradient(90deg, var(--color-blue-90, #102668) 0%, var(--surface-brand-secondary-default, #3151AC) 100%));
    /*margin-bottom: 32px !important;*/
}
.header-checkout>.header-container{
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    align-items: center;
    /*flex-direction: row-reverse;*/
}
.header-checkout .checkout-back{
    order: 1;
}
.header-checkout .menu-logo {
    gap: 32px;
    /*width: 100%;*/
    order: 2;
}
.header-checkout .menu-logo > img{
    width: 200px;
    height: 42px;
    aspect-ratio: 100/21;
    object-fit: contain;
    margin-left: 0;
}

.header-checkout div div:not(.checkout-back):not(.menu-logo){
    order: 3;
    width: auto !important;
    margin-right: 0;
    margin-left: auto;
}

.header-checkout .checkout-back img.arrow{
    width: 32px !important;
    height: 20px !important;
    filter: brightness(0) invert(1);
    margin: 0 !important;
    margin-right: 32px !important;
}
.header-checkout>.header-container>div:not(.menu-logo){
    width: 100%;
    text-align: right;
    color: #FFF;

    text-align: right;
    /*font-family: "Work Sans";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#checkout .social-footer {
    margin-top: 16px;
}
.footer-checkout{
    /*background: var(--componentes-button-secondary-default, #3151AC);*/
    display: flex;
    padding: 32px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background-color: var(--color-blue-90, #102668) !important;
    background: var(--Blue-Gradient, linear-gradient(90deg, var(--color-blue-90, #102668) 0%, var(--surface-brand-secondary-default, #3151AC) 100%));
}
.footer-checkout .blockreassurance_product{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.footer-checkout .blockreassurance_product > a {
    text-decoration: none;
}
.footer-checkout .blockreassurance_product > div,
.footer-checkout .blockreassurance_product > a /*> div*/{
    padding: 24px 24px;
    /*height: 121px;
    margin: auto;*/
    width: 25%;
}
.footer-checkout .blockreassurance_product > div:not(:last-child),
.footer-checkout .blockreassurance_product > a:not(:last-child){  /*> div*/
    border-right: 1px solid #989898;
}
.footer-checkout .blockreassurance_product .item-product /*svg*/{
    filter: brightness(0) invert(1);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    padding: 0;
    margin-right: 16px;
}
.footer-checkout .blockreassurance_product .item-product svg,
.footer-checkout .blockreassurance_product .item-product img{
    height: 50px;
    width: 50px;
    
}
.footer-checkout .blockreassurance_product .block-title,
.footer-checkout .blockreassurance_product p{
    color: white !important;
    /*font-family: "Work Sans";*/
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.footer-checkout .blockreassurance_product .block-title{
    font-size: 20px;
}
.footer-checkout .blockreassurance_product p{
    font-size: 14px;
}
@media (max-width: 1450px) {
    .footer-checkout .blockreassurance_product{
        flex-wrap: wrap;
        justify-content: left;
    }
    .footer-checkout .blockreassurance_product > div,
    .footer-checkout .blockreassurance_product > a/* > div*/{
        width: 50%;
    }


    .footer-checkout .blockreassurance_product > div:not(:last-child),
    .footer-checkout .blockreassurance_product > a:not(:last-child){/* > div*/
        border-bottom: 1px solid #989898;
        border-right: 0;
    }
    .footer-checkout .blockreassurance_product > div:nth-last-child(1),
    .footer-checkout .blockreassurance_product > div:nth-last-child(2),
    .footer-checkout .blockreassurance_product > a:nth-last-child(1), /* > div*/
    .footer-checkout .blockreassurance_product > a:nth-last-child(2){ /* > div*/
        border-bottom: 0;
    }
}
@media (max-width: 767px) {
    .footer-checkout .blockreassurance_product{
        flex-direction: column;
    }
    .footer-checkout .blockreassurance_product > div,
    .footer-checkout .blockreassurance_product > a{ /* > div*/
        width: 100%;
    }
    .footer-checkout .blockreassurance_product > div:not(:last-child),
    .footer-checkout .blockreassurance_product > a:not(:last-child){ /* > div*/
        border-bottom: 1px solid #989898;
        border-right: 0;
    }
}

.social-footer {
    display: flex;
    padding: 16px 0 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: #f9f9f9;
    margin-top: 0 !important
}
.social-footer .payments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}
.social-footer .payments img {
    height: 42px;
    width: auto;
}


/* sidebar */
#js-checkout-summary .section-title ~ .card-block:has( > .card-block){
    padding: 0;
}
#js-checkout-summary .section-title ~ .card-block:has( > .card-block) > div:not(.cart-summary-top){
    /*padding: 0 24px 0 24px;*/
    padding: 16px 24px;
}
#js-checkout-summary .section-title ~ .card-block:has( > .card-block) > div:not(.cart-summary-top):first-of-type {
    padding-top: 24px;
}
#js-checkout-summary .section-title ~ .card-block:has( > .card-block) > div:last-of-type {
    padding-bottom: 24px;
}

#js-checkout-summary .cart-summary-products ul{
    margin-bottom: 0;
}

#js-checkout-summary .cart-summary-products ul li{
    padding-top: 16px;
    padding-bottom: 16px;
}
/*#js-checkout-summary .cart-summary-products ul li:not(:last-of-type){
    padding-bottom: 16px;
}*/
#js-checkout-summary .cart-summary-products img.media-object{
    width: 80px !important;
    height: 80px;
}
#js-checkout-summary .cart-summary-products .product-name,
#js-checkout-summary .cart-summary-products .product-name a{
    color: var(--text-primary, #333);

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
#js-checkout-summary .cart-summary-products .product-line-info-secondary,
#js-checkout-summary .cart-summary-products .side-infos{
    /*overflow: hidden;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: var(--text-primary, #333);
    text-overflow: ellipsis;

    /* Typography/Caption-0spacing */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-caption, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#js-checkout-summary .cart-summary-products .product-line-info-secondary .label{
    font-weight: 500;
}
#js-checkout-summary .cart-summary-products .side-infos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;
}
#js-checkout-summary .cart-summary-products .side-infos .product-quantity{
    justify-content: end;
}
#js-checkout-summary .cart-summary-products .side-infos .product-price{
    color: var(--text-primary, #333);

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}

body#checkout .cart-grid-body:has( > .checkout-step){
    display: flex;
    flex-direction: column;
    gap: 16px;
}
body#checkout .checkout-step {
    padding: 16px !important;
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
}

body#checkout section.checkout-step  .step-title .step-number{
    padding: 0 !important;
    background: transparent;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0;
    border: 0 !important;
    margin: 0 !important;
    margin-left: 8px !important;
}
body#checkout section.checkout-step .step-title .done{
    padding: 0;
    margin-right: 0;
}
body#checkout .checkout-step .step-title,
body#checkout section.checkout-step .step-title .step-number{
    color: var(--text-primary, #333) !important;

    /* Typography/Subtitle-H5 */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px) !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
    border-bottom: 0 !important;
    border-top: 0 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
}
body#checkout .checkout-step .step-title{
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 8px;
}

body#checkout .checkout-step .step-title .step-edit{
    margin: auto;
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}
body#checkout section.checkout-step .content{
    padding: 0;
    padding-top: 32px;
}
body#checkout #hook-display-after-carrier:not(:has(div)){
    margin: 0;
}


body#checkout .checkout-step button.continue.btn.btn-primary:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(https://r-on.iservices.com/theme/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/*body#checkout section.checkout-step #payment-confirmation{
    display: flex;
    justify-content: end;
}*/
body#checkout section.checkout-step #payment-confirmation>div{
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
}

body#checkout section.checkout-step #payment-confirmation>div button{
    align-self: end;;
}

#checkout  #content .blockreassurance_product{
    display: none;
}

/*body#checkout section.checkout-step .step-title{
    color: #333;
    /* /*font-family: "Work Sans";* /
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.8px; /* 110% * /
    text-transform: uppercase;
}*/

#checkout-personal-information-step .nav{
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 0 !important;
}
#checkout-personal-information-step .nav .nav-item{
    margin: 0 !important;
}
#checkout-personal-information-step .nav .nav-item .nav-link{
    border-radius: 8px;
    background: var(--componentes-button-inactive, #D6D6D6);
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;

    color: var(--text-muted, #707070);
    text-align: center;

    /* Typography/Subtitle-H5-regular */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
}

#checkout-personal-information-step .nav .nav-item .nav-link.active{
    background: var(--componentes-button-primary-default, #FF9015);
    color: var(--text-primary, #333);
}
#checkout-personal-information-step .nav .nav-item:hover .nav-link,
#checkout-personal-information-step .nav .nav-item .nav-link:hover{
    background: var(--componentes-button-primary-hover, #CC7000);
    color: var(--text-invert, #FFF) !important;
}

body#checkout section.checkout-step .delivery-option{
    margin: 0;
    border-radius: 8px;
    border: 1px solid var(--surface-medium, #999);
    padding: 16px !important;
    background: var(--surface-secondary, #FFF) !important;
    gap: 16px;
    
    color: var(--text-primary, #333);
    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-style: normal;
}

body#checkout section.checkout-step .delivery-option .w-100{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}
body#checkout section.checkout-step .delivery-option .carrier-name{
    font-size: var(--font-size-body, 16px);
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
body#checkout section.checkout-step .delivery-option .carrier-logo img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}
body#checkout section.checkout-step .delivery-option .carrier-delay{
    font-size: var(--font-size-caption, 12px);
    font-weight: 400;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
    letter-spacing: var(--Static-Label-Small-Tracking, 0.5px);
}
body#checkout section.checkout-step .delivery-option .carrier-price{
    font-size: var(--font-size-body, 16px);
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}

.alert-shipping{
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--surface-brand-secondary-default, #3151AC) 0%, var(--color-blue-50, #6589F0) 100%);

    color: #FFF;

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);

    margin-top: 16px;
    margin-bottom: 16px;
}
.alert-shipping svg,
.alert-shipping img{
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}
.alert-shipping a{
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}
.alert-shipping a:hover{
    color: #FFF !important;
    opacity: 0.8;
}


body#checkout section.checkout-step .delivery-options>.row.carrier-extra-content{border-right: 0;}
body#checkout section.checkout-step .delivery-options>.carrier-extra-content{
    margin: 0;
}
body#checkout section.checkout-step .delivery-options>.carrier-extra-content .smartpickup-carrier-pickup{
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    background: var(--surface-primary, #EBEBEB);
    margin-bottom: 32px;
}

body#checkout section.checkout-step .delivery-options>.carrier-extra-content .smartpickup-carrier-pickup h5{
    color: #333;
    /* Typography/Subtitle-H5 */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 18px);
    font-style: normal;
    font-weight: 500 !important;
    line-height: var(--font-line-height-sm, 22px); /* 122.222% */
    margin-bottom: 24px;
}
body#checkout section.checkout-step .delivery-options>.carrier-extra-content #carriers-pickup-search-input{
    margin-bottom: 24px;
}

.md-smart-pickup.list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    /*justify-content: space-evenly;*/
    overflow-wrap: break-word;

    max-height: 550px;
    overflow: scroll;
    padding:0;
    margin: 0;
}

.md-smart-pickup.list p {
    width: 100%;
}

.smart-pickup-store {
    cursor: pointer;
    width: calc(50% - 10px);

    margin: 0;
    border: 0 !important;

    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
    color: #333;

    /* Typography/Caption */
    font-family: var(--font-family-body, "Work Sans");
    font-style: normal;
}

.smart-pickup-store:hover{
    background: var(--color-blue-10, #F0F4FF);
}
.smart-pickup-store.selected {
    background: var(--surface-brand-secondary-default, #3151AC);
    color: white;
    /*order: 1;*/
}

.smart-pickup-store>b{
    font-size: var(--font-size-body, 15px);
    font-weight: 500;
    line-height: 20px; /* 133.333% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
    text-transform: uppercase;
}
.smart-pickup-store>div{
    font-size: var(--font-size-caption, 12px);
    font-weight: 400;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
    letter-spacing: var(--Static-Label-Small-Tracking, 0.5px);
    margin-top: 8px;
}
@media (max-width: 1000px) {
    .md-smart-pickup.list {
        gap: 5px;
        max-height: 350px;
    }

    .smart-pickup-store {
        width: 100%;
    }
}

.carrier-pickup-country-selector {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.carrier-pickup-country-selector li {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
    color: var(--text-primary, #333);

    /* Typography/Subtitle-H5-regular */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-sm, 22px); /* 122.222% */
}

.carrier-pickup-country-selector li:hover {
    background: var(--surface-lighter-xl, #D6D6D6);
    cursor: pointer;
}

.carrier-pickup-country-selector li.active {
    background: var(--componentes-button-primary-default, #FF9015);
}

@media (max-width: 468px) {
    .carrier-pickup-country-selector {
        flex-direction: column;
    }
}

.js-customer-form>section>p{
    margin-top: 24px;
    margin-bottom: 0;
}
.js-customer-form .form-footer{
    width: 100%;
}

.js-address-form h2{
    color: var(--text-primary, #333);

    /* Typography/Subtitle-H5-regular */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px);
    font-style: normal;
    font-weight: 400 !important;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
    margin: 0;
}
body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses{
    margin-top: 16px;
    margin-bottom: 32px;
}
.address-item {
    display: flex;
    background: var(--surface-secondary, #FFF) !important;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    border-radius: 16px !important;
    border: 1px solid var(--surface-heavy, #999)  !important;
    box-shadow: 0 0 4px -2px rgba(51, 51, 51, 0.12), 0 0 4px -2px rgba(51, 51, 51, 0.08)  !important;
}

.address-item.selected{
    background: var(--color-blue-10, #F0F4FF) !important;
}
.address-item[data-link-action="add-address"],
.address-item.add-address{
    border: 1px solid rgba(51, 51, 51, 0.50) !important;
    background: #EBEBEB !important;
    color: #333;
    text-align: center;
    /*font-family: "Work Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

    /*min-height: 300px;*/
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;

    text-transform: capitalize;
}

.address-item[data-link-action="add-address"]:hover,
.address-item.add-address:hover{
    background: #e1e1e1 !important;
}

.address-item .h4{
    width: 100%;
}
.address-item .address-body,
.address-item .radio-block{
    padding: 0 !important;
    color: #333;
    /*font-family: "Work Sans";*/
    font-style: normal;
    width: 100%;
}
.address-item .address-body h4,
.address-item .radio-block .address-alias.h4{
    width: 100%;
    padding: 0;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: normal;
}
.address-item .address-body address,
.address-item .radio-block .address{
    padding: 0;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 19.8px; /* 123.75% */
    margin-left: 0 !important;
}

.address-item .address-footer{
    border: 0 !important;
    padding: 0 !important;
    display: flex !important;
    width: 100%;
    gap: 8px;
}
.address-item .address-footer a>i{
    margin-right: 8px;
}
.address-item .address-footer a[data-link-action="edit-address"]{
    display: flex !important;
    padding: 12px;
    justify-content: center;
    align-items: center;
    /*gap: 8px;*/
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid  var(--componentes-button-secondary-default, #3151AC);
    background: var(--componentes-button-secondary-default, #3151AC);
    color: white !important;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    /*font-family: "Work Sans";*/
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 12px; /* 100% */
}
.address-item .address-footer a[data-link-action="edit-address"]:hover{
    background: var(--componentes-button-secondary-hover, #1E3A8A) !important;
    color: white !important;
}

.address-item .address-footer a[data-link-action="delete-address"]{
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #E9E9E9;
    color: #333333;
    margin-right: 0;
}
.address-item .address-footer a[data-link-action="delete-address"]:hover{
    background: #dddddd;
    color: #333333;
}

.address-item .address-footer a[data-link-action="delete-address"]>i{
    font-size: 24px !important;
    margin: 0;
}
.address-item .address-footer a[data-link-action="delete-address"]>span{
    display: none;
}

/* Checkout selected address*/
/*body#checkout section.checkout-step .custom-radio{
    display: none;
}*/
body#checkout section.checkout-step .address-item .custom-radio{
    display: none;
}

body#checkout section.checkout-step .address-selector,
#addresses .my-account-block .row{
    display: flex;
    align-items: unset;
    justify-content: start;
    gap: 16px;
}
#addresses .my-account-block .row{
    flex-wrap: wrap;
    margin: 0;
}
body#checkout section.checkout-step .address-item,
#addresses .my-account-block .row>div{
    max-width: 350px;
    margin: 0 !important;
    width: 100%;
}
body#checkout section.checkout-step .address-selector p{
    display: none;
}

#addresses .my-account-block .row>div{
    padding: 0;
}
#addresses .my-account-block .row .address-item{
    margin: 0;
    height: 100%;
}
@media (max-width: 1339px) {
    body#checkout section.checkout-step .address-item,
    #addresses .my-account-block .row>div{
        /*max-width: 300px;*/
        max-width: calc(50% - 8px);
    }
}

@media (max-width: 991px) {
    body#checkout section.checkout-step .address-selector{
        flex-direction: column;
    }
    body#checkout section.checkout-step .address-item{
        /*max-width: 300px;*/
        max-width: unset;
        width: 100%;
    }
}

/*=============================================
=   checkout payment methods options styles   =
=============================================*/

.payment-options {
    margin-top: 10px;
}

.payment-options div:first-child div label {
    display: flex !important;
    flex-direction: column-reverse;
}

.payment-options div:first-child div label span img {
    height: 25px;
    width: auto;
}

.payment-options>div {
    margin-top: 20px;
}

.payment-option {
    margin-bottom: 10px;
    margin-top: 0 !important;
}

.payment-option img {
    /*height:40px;*/
    height: 30px;
    /*margin:-5px 5px 10px 0!important;*/
    margin: -5px 5px 0 0 !important;
    float: left;
}

.payment-option img:not(.paypal-logo) {
    height: 35px;
    padding: 5px;
    border: 1px solid #d3d3d345;
    border-radius: 4px;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin: 0;
    border-radius: 8px;
    border: 1px solid var(--surface-medium, #999);
    padding: 16px !important;
    background: var(--surface-secondary, #FFF) !important;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
}

body#checkout section.checkout-step .payment-options .payment-option>label,
body#checkout section.checkout-step .payment-options .payment-option>label.paypal-payment-option /*span*/ {
    /*display: table-cell;
    vertical-align: middle;*/
    margin: 0;
    /*padding: 20px !important;*/
    padding-left: 10px;

    width: 100%;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    clear: none !important;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin: 0px;
}
body#checkout section.checkout-step .payment-option label>span {
    flex: 1 0 0;
    color: var(--text-primary, #333);

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}

body#checkout section.checkout-step .payment-option img:not(.paypal-logo) {
    float: right;
    border: 0;
}

/*stripe payment styles*/
.payment-options label.stripe-payment-option .stripe-payment-option-logos {
    justify-content: right;
    max-width: 45% !important;
    /*max-width: 25% !important;*/
    border: 0 !important;
}

.payment-options label.stripe-payment-option .stripe-payment-option-logos img {
    min-width: unset;
}

/*paypal styles*/
body#checkout section.checkout-step .payment-options label.paypal-payment-option {
    padding: 0 !important;
}

body#checkout section.checkout-step .payment-options label.paypal-payment-option span ~ .paypal-mark {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    /*display: block;*/
    display: flex !important;
    flex-wrap: wrap;
    justify-content: right;
}


body#checkout section.checkout-step .payment-options label.paypal-payment-option span {
    padding: 0 !important;
}
body#checkout section.checkout-step .payment-options label.paypal-payment-option span ~ .paypal-mark img {
    margin: 0 !important;
    object-fit: contain;
    margin-right: 5px !important;
}

body#checkout section.checkout-step .payment-options label.paypal-payment-option span ~ .paypal-mark .paypal-button-space{
    display: none !important;
}
body#checkout section.checkout-step .payment-options label.paypal-payment-option .paypal-marks {
    display: flex;
}

@media (max-width: 993px) {
    /*body#checkout section.checkout-step .payment-options .payment-option>label,
    body#checkout section.checkout-step .payment-options .payment-option>label.paypal-payment-option /*span* / {
        flex-direction: row-reverse;
        justify-content: left;
    }*/

    /*stripe payment styles*/
    .payment-options label.stripe-payment-option,
    .payment-options label.paypal-payment-option /*span*/ {
        flex-direction: column-reverse !important;
        align-items: baseline !important;
    }

    .payment-options label.stripe-payment-option .stripe-payment-option-logos {
        max-width: unset !important;
        width: 100% !important;
        justify-content: left !important;
    }

    body#checkout section.checkout-step .payment-options label.paypal-payment-option span ~ .paypal-mark {
        justify-content: left;
    }
}


.payment-details-box{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--surface-primary, #EBEBEB);
}

.payment-details-box form{ width: 100%; }
.payment-details-box form>div.infos{
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    margin-top: 0 !important;
    margin-left: 0 !important;
    align-items: center;
}
#iservicesapps-mbway-payment-form div.infos{
    align-items: end;
}
.payment-details-box form>div.infos>div{
    width: 100%;
}
.payment-details-box form>div.infos>img{
    width: auto;
    height: 49px;
    object-fit: contain;
    border-radius: 8px;
    background: var(--surface-secondary, #FFF);
    padding: 8px;
}
.payment-details-box p,
.payment-details-box small{
    color: var(--text-primary, #333) !important;
    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-style: normal;
    font-weight: 400;
}
.payment-details-box p{
    font-size: var(--font-size-body, 16px);
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
    margin-bottom: 8px;
}
.payment-details-box form>div.infos p{
    margin-bottom: 0;    
}
.payment-details-box small{
    font-size: var(--font-size-caption, 12px);
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
    letter-spacing: var(--Static-Label-Small-Tracking, 0.5px);
}
/*== checkout payment methods options styles ==*/


@media (min-width: 768px) and (max-width: 1279px){  /* tablet */
    .footer-checkout {
        padding: 24px;
    }
    .footer-checkout .blockreassurance_product .block-title {
        font-size: var(--font-size-subtitle-h5, 18px);
    }
    .footer-checkout .blockreassurance_product p {
        font-size: var(--font-size-caption, 12px);
    }

    body#checkout section.checkout-step .delivery-option .carrier-name,
    body#checkout section.checkout-step .delivery-option .carrier-price{
        font-size: var(--font-size-body, 15px);
    }

    body#checkout section.checkout-step .payment-option label>span{
        font-size: var(--font-size-body, 15px);
    }

}
@media (max-width: 767px){ /* mobile */
    .header-checkout{
        padding: 16px;
    }
    .header-checkout .checkout-back{
        order: 0;
    }

    .header-checkout .menu-logo {
        gap: 8px;
    }
    .header-checkout .menu-logo > img{
        width: 120px;
        height: 25.302px;
        aspect-ratio: 120.00/25.30;
    }
    .header-checkout>.header-container>div:not(.menu-logo){
        /*font-size: 14px;*/
        display: none;
    }

    .header-checkout .checkout-back img.arrow{
        width: 25px !important;
        height: 15px !important;
        margin-right: 8px !important;
    }

    .footer-checkout {
        padding: 16px;
    }
    .footer-checkout .layout-max-width{
        margin: 0;
    }
    .footer-checkout .blockreassurance_product{
        gap: 32px;
    }
    .footer-checkout .blockreassurance_product > div,
    .footer-checkout .blockreassurance_product > a{
        padding: 0;
        border-bottom: 0 !important;
    }
    .footer-checkout .blockreassurance_product .item-product,
    .footer-checkout .blockreassurance_product .item-product svg,
    .footer-checkout .blockreassurance_product .item-product img{
        width: 48px;
        height: 48px;
    }
    .footer-checkout .blockreassurance_product .block-title {
        font-size: var(--font-size-subtitle-h5, 17px);
    }
    .footer-checkout .blockreassurance_product p {
        font-size: var(--font-size-caption, 11px);
    }
    body#checkout section#content{
        margin-bottom: 0;
    }

    #checkout-personal-information-step .nav{
        flex-direction: column;
        gap: 12px;
    }
    #checkout-personal-information-step .nav .nav-item,
    #checkout-personal-information-step .nav .nav-item .nav-link{
        width: 100%;
    }

    #addresses .my-account-block .row{
        flex-direction: column;
    }
    #addresses .my-account-block .row>div{
        /*max-width: 300px;*/
        max-width: unset;
        width: 100%;
    }

    body#checkout section.checkout-step .delivery-option .carrier-name,
    body#checkout section.checkout-step .delivery-option .carrier-price{
        font-size: var(--font-size-body, 14px);
    }
    body#checkout section.checkout-step .delivery-option .carrier-delay{
        font-size: var(--font-size-caption, 11px);
    }

    .payment-details-box form>div.infos{
        flex-direction: column;
        align-items: baseline !important;
    }
    body#checkout section.checkout-step .payment-option label>span{
        font-size: var(--font-size-body, 14px);
    }

    body#checkout section.checkout-step #payment-confirmation > div{
        width: 100%;
    }
    #payment-confirmation button{
        font-size: var(--font-size-subtitle-h5, 17px);
        width: 100%;
    }
}

/**
 * ######################################################
 *
 *              ORDER CONFIRMATION STYLES
 *
 * ######################################################
 **/
#order-confirmation .card{
    background: transparent;
    padding: 0;
}
#order-confirmation .card-block{
    padding: 24px;
    border-radius: 8px;
    background: #FFF;
}

#order-confirmation #content-hook_order_confirmation .card-title {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: var(--text-primary, #333);
    text-align: center;

    /* Typography/Title-H4 */
    /*font-family: var(--font-family-title, Inter);*/
    font-size: var(--font-size-title-h4, 25px);
    font-style: normal;
    font-weight: 500 !important;
    line-height: var(--font-line-height-md, 32px); /* 128% */
    text-transform: capitalize;
}

#order-confirmation #content-hook_order_confirmation p,
#order-confirmation #content-hook_order_confirmation div{
    margin: 0;
    margin-top: 8px;
    color: var(--text-primary, #333);
    text-align: center;

    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}

#order-confirmation #content-hook_order_confirmation p>b,
#order-confirmation #content-hook_order_confirmation p>strong,
#order-confirmation #content-hook_order_confirmation div>b,
#order-confirmation #content-hook_order_confirmation div>strong{
    font-weight: 400;
    color: var(--surface-brand-secondary-default, #3151AC);
}

#order-confirmation #content-hook_order_confirmation .card-title img,
#order-confirmation #content-hook_order_confirmation .card-title svg{
    width: 64px;
    height: 64px;
    object-fit: contain;
}

@media (max-width: 767px) {
    #order-confirmation #order-details div:not(:last-of-type) .card-block,
    #order-confirmation #order-addresses div:not(:last-of-type) .card-block{
        margin-bottom: 16px;;
    }
}

#order-confirmation #order-details .card-title,
#order-confirmation #order-addresses .card-title {
    margin-bottom: 16px;
    text-transform: capitalize;
    color: var(--text-primary, #333);

    /* Typography/Subtitle-H5 */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px);
    font-style: normal;
    font-weight: 500 !important;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
}

#order-confirmation #order-addresses address{
    color: var(--text-primary, #333);
    text-overflow: ellipsis;
    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}

#order-confirmation #order-details p,
#order-confirmation #order-details .payment-name,
#order-confirmation #order-details .carrier-name,
#order-confirmation #order-details .carrier-delay{
    display: flex;
    margin: 0;
    color: var(--text-primary, #333);
    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
#order-confirmation #order-details .carrier-delay{
    font-weight: 500;
}


#order-confirmation .page-order-confirmation.card #order-items .card-title{
    text-transform: capitalize;
    margin-bottom: 8px;
    color: var(--text-primary, #333);

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
#order-confirmation .order-confirmation-table .order-line{
    border-top: 1px solid var(--surface-lighter-xl, #D6D6D6);
    padding: 16px 0;
    margin: 0;

    color: var(--text-primary, #333);
    text-align: center;

    /* Typography/Subtitle-H5 */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
}
#order-confirmation .order-confirmation-table .order-line:last-of-type{
    border-bottom: 1px solid var(--surface-lighter-xl, #D6D6D6);
    margin-bottom: 16px;
}

#order-confirmation .order-confirmation-table .order-line>div{
    margin: 0;
}
#order-confirmation .order-confirmation-table .order-line img{
    width: 96px;
    height: 96px;
    object-fit: contain;
}
#order-confirmation .order-confirmation-table .order-line .details{
    text-align: left;
}
#order-confirmation .order-confirmation-table .order-line .product-attributes-list{
    margin-top: 8px;
    font-size: var(--font-size-caption, 12px);
    font-weight: 400;
    line-height: 16px;
}
#order-confirmation .order-confirmation-table .order-line .product-attributes-list .label{
    font-weight: 500;
}

#order-confirmation .order-totals td{
    color: var(--text-primary, #333);

    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
#order-confirmation .order-totals tr.total-value{
    background-color: transparent;
}
#order-confirmation .order-totals tr.total-value td{
    font-weight: 500;
    font-size: var(--font-size-subtitle-h5, 20px);
}

#order-confirmation .order-totals tr.total-value td.price{
    color: var(--surface-brand-primary-heavy, #CC7000);
}
#order-confirmation .order-totals tr.discount-value td.discount{
    color: var(--color-red-70, #C21313);
}

/**
 * ######################################################
 *
 *              PRODUCTS LISTS STYLES
 *
 * ######################################################
 **/
.thumbnail-container{
    border: 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px #E5E5E5;
    overflow: hidden;
    /*display: flex;
    height: 455px;
    padding: 32px 0px;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    align-self: stretch;*/
}
.owl-carousel .owl-item .thumbnail-container {
    border: unset;
    border-radius: unset;
    box-shadow: unset;
}

/*.products.row*/ .product-title{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 16px;
}

.products.row.grid .cat-desc {
    display: none;
}
.products.row.list{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media(min-width: 576px){
    .products.row.list .thumbnail-container>.row{
        display: flex;
        align-items: center;
    }

    .products.row.list .right-block {
        display: flex;
        flex-direction: column;
        align-items: start;
        /*font-family: "Work Sans";*/
        font-style: normal;
        line-height: normal;
    }
    .products.row.list .right-block .product-title{
        order: 1;
    }
    .products.row.list .right-block .cat-name{
        order: 2;
    }
    .products.row.list .right-block .cat-desc{
        order: 3;
        color: #4D4D4D;
        font-size: 12px;
        font-weight: 300;
        align-self: stretch;
        line-height: normal;
        margin: 0;
    }
    .products.row.list .right-block .product-price-and-shipping{
        order: 4;
    }
}


/**
 * ######################################################
 *
 *                   MYACCOUNT STYLES
 *
 * ######################################################
 **/
.my-account-container{
    width: 100%;
    display: flex;
    flex-direction: row;

    align-items: start;
}

.my-account-side-menu { display: none !important; }

.my-account-side-menu .side-menu-user-identification{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: calc(32px - 16px);
}
.my-account-side-menu .side-menu-user-identification img{
    width: 64px;
    height: 64px;
}
.my-account-side-menu .side-menu-user-identification span{
    width: 100%;
    color: #333;
    /*font-family: "Work Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.my-account-side-menu .side-menu-user-identification span > b {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.my-account-side-menu > a{
    display: flex !important;
    padding: 16px 8px !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 8px 8px 0px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    float: unset;
    width: 100%;
    
    text-transform: initial !important;
    text-align: left !important;

    color: #333 !important;
    /*font-family: "Work Sans";*/
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;

    /*padding-right: calc(8px + 8px + 8px);*/
}
.my-account-side-menu > a:not(.sign-out):after{
    content: "";
    background-image: url('https://r-on.iservices.com/theme/my_account/menu/chevron-right.svg');
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}
.my-account-side-menu > a:not(.sign-out):hover{
    /*background: #e8e8e8;*/
    cursor: pointer !important;
    color: #333 !important;
}


.my-account-side-menu > a.current{
    background: var(--surface-brand-secondary-default, #3151AC);
    color: white !important;
}
.my-account-side-menu > a.current:not(.sign-out):after{
    color: white;
}
.my-account-side-menu > a.current:hover{
    background: var(--surface-brand-secondary-default, #3151AC);
    color: white !important;
}
.my-account-side-menu > a.current img,
.my-account-side-menu > a.current:not(.sign-out):after{
    filter: brightness(0) invert(1);
}


.my-account-side-menu > a:focus{
    text-decoration: none;
}
.my-account-side-menu > a span.link-item{
    display: unset !important;
    height: auto !important;
    box-shadow: unset !important;
    background: transparent !important;
    padding: 0 !important;
}

.my-account-side-menu > a img{
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.my-account-side-menu > a i{
    display: unset !important;
    font-size: unset !important;
    width: auto !important;
    color: unset !important;
    padding-bottom: 0 !important;
}

@media (min-width: 1280px) {
    .my-account-container{
        gap: 24px;
    }

    .my-account-side-menu {
        width: 280px !important;
        max-width: 280px;
        display: flex !important;
        flex-direction: column;
        gap: 16px;

        float:left;
        height:100%;
    }

    .my-account-block,
    #my-account .my-account-side-menu ~ div{
        width: calc(100% - 280px  - 16px) !important;
    }
    /*.my-account-side-menu  ~ .my-account-block{
        margin-left: calc(280px + 24px);
    }

    .my-account-container::after{
        content: "";
        display: table;
        clear: both;
    }*/

    .my-account-side-menu > a.sign-out{
        background: transparent;
        box-shadow: unset;
        margin-top: 16px;
    }
    .my-account-side-menu > a.sign-out:hover{
        text-decoration: underline;
    }
}

.my-account-block{
    width: 100%;
    /* display: flex; */
    padding: 24px 24px 48px 24px !important;
    /*flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;*/
    border-radius: 8px !important;
    background: #FFF !important;
    box-shadow: none !important;
}
.my-account-block .page-title-header>h2{
    color: #333;
    /*font-family: "Work Sans";*/
    font-size: 24px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    margin: 0;
}

.my-account-block form section{
    margin: auto;
}

.my-account-block table{
    border-radius: 8px;
    /*box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.10), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);*/
    margin: 0;
    overflow: hidden;
    border: 0;
    border: hidden;
}
.my-account-block table tr{
    border: 0;
}
.my-account-block table th,
.my-account-block table td{
    /*display: flex;*/
    padding: 16px 0;
    background: white !important;
    /*justify-content: space-between;
    align-items: center;
    align-self: stretch;*/
    color: #333;
    /*font-family: "Work Sans";*/
    font-style: normal;
    line-height: normal;
    border: 0 !important;

    vertical-align: middle;
}

.my-account-block table tfoot td{
    padding: 4px 0;
    color: var(--text-primary, #333);

    /* Typography/Body */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
.my-account-block table tfoot tr:first-of-type td{
    padding-top: 16px;
}

.my-account-block table thead tr> th:first-child,
.my-account-block table tbody tr> td:first-child,
.my-account-block table tbody tr> th:first-child,
.my-account-block table tfoot tr> td:first-child{
    padding-left: 24px;
}
.my-account-block table thead tr> th:last-child,
.my-account-block table tbody tr> td:last-child,
.my-account-block table tbody tr> th:last-child,
.my-account-block table tfoot tr> td:last-child{
    padding-right: 24px;
}
.my-account-block table thead tr > th{
    background: #EEE;
    font-size: 20px;
    font-weight: 600;
}
/*.my-account-block table tbody tr > td,
.my-account-block table tbody tr > th,
.my-account-block table tfoot tr > td{
    background: #FCFCFC;
    font-size: 16px;
    font-weight: 400;
}*/
.my-account-block table tbody tr:not(:last-child) > td{
    border-bottom: 1px solid rgba(204, 204, 204, 0.30) !important;
}


.my-account-block table a{
    color: var(--surface-brand-secondary-default, #3151AC);
}

.back-my-account-a, .back-my-account-a:hover{
    /*color: #FF9015;*/
    color: var(--surface-brand-secondary-default, #3151AC);

    /*font-family: "Work Sans";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.back-my-account-a:hover,
.back-my-account-a:focus{
    outline: 0;
    /*color: #db7a0d;*/
    color: #24408f; /*var(--surface-brand-secondary-default, #3151AC)*/
}
.back-my-account-a .arrow{
    width: 24px;
    /*height: 0px;
    stroke-width: 1.5px;
    stroke: #333;*/
    margin-right: 8px;
    margin-top: -3px;
    filter: brightness(0) opacity(0.7);
}

.my-account-block .page-title-header{
    margin-top: 32px;
    margin-bottom: 24px;
    display: flex ;
    justify-content: space-between;
    gap: 10px;
}


/* side menu on my-account mobile*/
#my-account .my-account-container .my-account-side-menu{
    display: flex !important;
    gap: 16px;
    margin-bottom: 48px;
}

@media /*(min-width: 768px) and*/ (max-width: 1279px){  /* tablet */
    #my-account .my-account-container{
        flex-direction: column;
    }
    #my-account .my-account-side-menu{
        width: 100%;
    }
    #my-account .my-account-side-menu > a{
        width: calc(50% - 16px);
        padding: 16px 8px !important;

        justify-content: center;
        align-items: center;
        border-radius: 8px;
        text-align: center !important;
    }
    #my-account .my-account-side-menu > a::after{
        content: "" !important;
        background-image: unset;
    }
}
@media (max-width: 767px){ /* mobile */
    #my-account .my-account-side-menu > a{
        width: 100%;
    }
}

.my-account-section{
    margin-bottom: 48px;
}
.my-account-section-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
/*.my-account-section-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.my-account-section-title img{
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.my-account-section-title span{
    width: 100%;
    color: #333;
    /*font-family: "Work Sans";* /
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}*/

.my-account-section-header>a{
    border-radius: 8px;
    background: var(--componentes-button-secondary-default, #3151AC);
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: right;
    /*font-family: "Work Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.my-account-section-header>a:hover{
    cursor: pointer;
    background: var(--componentes-button-secondary-hover, #1E3A8A);
}
.my-account-section-header>a .arrow{
    filter: brightness(0) invert(1);
    height: 12px;
}


@media (max-width: 556px) {
    .my-account-section-title span{
        font-size: 16px;
    }
    .my-account-section-header>a{
        font-size: 11.409px;
    }
    .my-account-section-title img{
        width: 32px;
        height: 32px;
    }
}


/* Order styles*/
.orders-list{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.order-div{
    border-radius: 8px;
    overflow: hidden;
}

body#history .order-div{
    border: 1px solid var(--surface-contrast, #C2C2C2);
}
.order-div .order-body{
    display: flex;
    flex-direction: row;
    padding: 32px 24px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: #FCFCFC;
}
.order-div .order-body ul{
    margin: 0;
    width: 100%;
}
.order-div .order-body ul:last-child{
    text-align: right;
}
.order-div .order-body ul>li{
    color: #333;
    /*font-family: "Work Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.order-div .order-body ul>li:not(:last-child){
    margin-bottom: 16px;
}
.order-div .order-body ul>li b{
    font-weight: 600;
}
.order-div .order-footer{
    padding: 16px;
    border-top: 1px solid rgba(204, 204, 204, 0.50);
    background: #E9E9E9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-div .order-body .order-state{
    border-radius: 90px;
    display: inline-flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


.order-div .order-footer a{
    display: flex;
    height: 44px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 7.059px;
    border-radius: 8px;

    text-align: center;
    /*font-family: "Work Sans";*/
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.order-div .order-footer a[data-link-action="view-order-details"]{
    background: #FFF;
    color: #333;

    font-weight: 400;
}

.order-div .order-footer a[data-link-action="view-order-details"]:hover{
    cursor: pointer;
    background: #f6f6f6;
}
.order-div .order-footer a[data-link-action="reorder-order"]{
    /*background: #FF9015;*/
    background: var(--componentes-button-secondary-default, #3151AC);
    color: #FFF;;
    font-weight: 600;
}

.order-div .order-footer a[data-link-action="reorder-order"]:hover{
    cursor: pointer;
    /*background: #d6780d;*/
    background: var(--componentes-button-secondary-hover, #1E3A8A);; /*var(--componentes-button-secondary-default, #3151AC);*/
}

@media (max-width: 1080px){
    .order-div .order-body{
        flex-direction: column;
        gap: 16px;
    }

    .order-div .order-body ul:last-child{
        text-align: left;
    }
}
@media (max-width: 575px) {
    .order-footer{
        flex-direction: column !important;
        gap: 16px;
    }
}

.page-order-detail .box{
    padding: 24px;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--surface-lighter-l, #C2C2C2);
    background: var(--surface-secondary, #FFF);
    margin-bottom: 24px;

    color: #333;
    /*font-family: "Work Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*.page-order-detail .box:has(table){
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: unset !important;
    border: 0;
}*/
.page-order-detail .box h3,
.page-order-detail .addresses h4{
    color: #333;
    /*font-family: "Work Sans";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
}

.page-order-detail .box table thead tr > th{
    background: transparent;

    border-bottom: 1px solid rgba(51, 51, 51, 0.20) !important;
    padding: 0;
    padding-bottom: 8px;

    color: var(--text-primary, #333);

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}

.page-order-detail .box table tfoot tr:first-child > td{
    border-top: 1px solid rgba(51, 51, 51, 0.20) !important;
}

.page-order-detail .box table .product-image{
    width: calc(100px + 24px);
    padding-right: 32px;
}
.page-order-detail .box table .product-image img{
    object-fit: contain;
    width: 100px;
    max-height: 100px;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}
/*my account dashboard*/
#isapps_usp_FavoritesList{
    display: flex;
    flex-direction: row;
}

/**
 * ######################################################
 *
 *             MYACCOUNT FAVORITES STYLES
 *
 * ######################################################
 **/

/*specific product lists style*/
#module-iservicesapps_iservices_menu-favorites
#js-product-list .products.grid .product-miniature .thumbnail-container{ margin-bottom: 24px; }



/**
 * ######################################################
 *
 *                   AUTHENTICATION STYLES
 *
 * ######################################################
 **/
.page-authentication #content,
.page-registration #content,
.page-guest-tracking #content,
.page-password #content
{
    max-width: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.page-authentication #wrapper,
.page-registration #wrapper,
.page-guest-tracking #wrapper,
.page-password #wrapper{
    padding-top: 0 !important;
}
.page-authentication .breadcrumb-wrapper,
.page-registration .breadcrumb-wrapper,
.page-guest-tracking .breadcrumb-wrapper,
.page-password .breadcrumb-wrapper
{
    display: none;
}
.authentication-half-divs{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.authentication-form-div,
.authentication-others-div{
    padding: 64px 84px;
    width: 50%;
}
.authentication-form-div-container{
    max-width: 500px;
}

.page-authentication .authentication-form-div,
.page-authentication .authentication-others-div{
    padding: 96px 84px;
}

.authentication-form-div{
    background-color: white;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.authentication-form-div>div{
    width: 100%;
}
.authentication-form-div h2{
    color: #333;
    /*font-family: Poppins;*/
    font-style: normal;
    line-height: normal;
    margin-bottom: 24px !important;
    /*text-align: center;
    font-size: 32px;
    font-weight: 500 !important;
    text-transform: uppercase;*/
    text-align: left;
    align-self: baseline;
    font-size: 28px;
    font-weight: 600 !important;
    text-transform: capitalize;
}

.authentication-form-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*margin-bottom: 64px;*/
    margin-bottom: 24px;
}

@media (max-width: 1080px){
    .page-authentication #wrapper .layout-max-width,
    .page-registration #wrapper .layout-max-width,
    .page-guest-tracking #wrapper .layout-max-width,
    .page-password #wrapper .layout-max-width
    {
        padding: 0 !important;
        margin: 0 !important;
    }

    .authentication-half-divs{
        flex-direction: column;
    }
    .authentication-form-div,
    .authentication-others-div{
        width: 100%;
        padding: 64px 48px !important;
    }
}
@media (max-width: 767px){
    .authentication-form-div h2{
        font-size: 24px;
        text-align: center;
    }
    .authentication-form-div,
    .authentication-others-div{
        padding: 32px 16px !important;
    }
    /*.authentication-form-header{
        margin-bottom: 48px;
    }*/
}

.login-form{
    margin-top: 0;
}
.page-authentication .authentication-form-div /*.login-form*/ form{
    margin-bottom: 24px;
}

.authentication-form-div /*.login-form*/ form{
    /*margin: 32px 0;*/
    width: 100%;
}
.authentication-form-div  form button[type="submit"]{
    margin-top: 32px;
    width: 100%;
    text-transform: uppercase;
    padding: 16px;
    color: var(--text-invert, #FFF);
    /* Typography/Subtitle-H5-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-subtitle-h5, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--font-line-height-sm, 24px); /* 120% */
}

.renew-password [type=submit]{
    margin-left: 0 !important;
}


.form-group:has(~ .forgot-password) {
    margin-bottom: 8px;
}
.forgot-password{
    margin-top: 8px !important;
    text-align: left !important;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
}
.forgot-password a{
    color: var(--surface-heavy-l, #707070);
    /* Typography/Caption */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-caption, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
    letter-spacing: var(--Static-Label-Small-Tracking, 0.5px);
}
.forgot-password a:hover{
    color: var(--text-primary, #333);
}


.authentication-form-div hr{
    border-color: rgba(0, 0, 0, 0.15);
}
.authentication-form-div .no-account{
    margin-top: 24px;
}
.authentication-form-div .no-account a{
    color: var(--text-primary, #333);
    text-align: center;

    /* Typography/Body-md-bold */
    font-family: var(--font-family-body, "Work Sans");
    font-size: var(--font-size-body, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: var(--Static-Label-Large-Tracking, 0.1px);
}
.authentication-form-div .no-account b{
    color: var(--surface-brand-secondary-default, #3151AC);
    font-weight: 500;
}

.back-login-a{
    align-self: baseline;
    color: #000;
    text-align: center;
    /*font-family: "Work Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.back-login-a img{
    filter: brightness(0);
    margin-right: 8px;
    height: 16px;
}

.authentication-others-div{
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), 
        url('https://iservices.pt/img/info/app/bgimage_downloads.jpg') lightgray 50% / cover no-repeat;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
/* Setting custom backgrounds!*/
.page-authentication .authentication-others-div{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%),  
        url('https://r-on.iservices.com/theme/my_account/authentication/bg_login.jpg')
        lightgray 50% / cover no-repeat;
}
.page-registration .authentication-others-div{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%),  
        url('https://r-on.iservices.com/theme/my_account/authentication/bg_registration.jpg')
        lightgray 50% / cover no-repeat;
}
.page-guest-tracking .authentication-others-div{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%),  
        url('https://r-on.iservices.com/theme/my_account/authentication/bg_order_followup.jpg')
        lightgray 50% / cover no-repeat;
}
.page-password .authentication-others-div{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%),  
        url('https://r-on.iservices.com/theme/my_account/authentication/bg_forgot_password.jpg')
        lightgray 50% / cover no-repeat;
}

.authentication-others-div div:not(:first-child){
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);;
}
.authentication-others-div div,
.authentication-others-div div p{
    color: #FFF;
    text-align: center;
    /*font-family: "Work Sans";*/
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.authentication-others-div div h4{
    color: #FFF;
    font-size: 28px;
    font-weight: 600 !important;
    margin-bottom: 32px;
}
.authentication-others-div div p{ margin: 0 };

.authentication-others-div div a, .authentication-others-div div b{
    color: white !important;
}
.authentication-others-div div a.btn{
    margin-top: 32px;
    text-transform: uppercase;
}

@media (max-width: 767px){
    .authentication-others-div div h4{
        font-size: 24px;
    }
    .authentication-others-div div p,
    .authentication-others-div div a.btn{
        font-size: 16px;
    }
}