/*Norachild custom styles*/
/* @media (min-width:768px) { */

/*añadir/quitar efecto blur*/
.blur-effect-mobile > *:not(#iqitmegamenu-mobile){
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    z-index: 31;
    transition-delay: 500ms;
}

/*home-container*/
@media (max-width:767px) {
    .newcontainer{
        padding: 0 1.9rem;
    }
}
@media (min-width:768px) {
    .newcontainer{
        max-width: 75%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*especial para index*/    
    #index #header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: transparent;
        box-shadow: none;
    }
    #index .header-nav {
        background: transparent !important;
        border-bottom: none;
    }
    #index #mobile-header {
        background: transparent !important;
    }
    #index #mobile-header #mobile-header-sticky{
        background: transparent;
    }
    #index #mobile-header #mobile-header-sticky.stuck-down{
        background: black !important;
    }
/* } */

#index #inner-wrapper.container{
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/*especial para business*/     
#module-nora_landings-business #header { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    background: transparent; 
    box-shadow: none; 
} 
#module-nora_landings-business .header-nav { 
    background: transparent !important; 
    border-bottom: none; 
} 
#module-nora_landings-business #mobile-header { 
    background: transparent !important; 
} 
#module-nora_landings-business #mobile-header #mobile-header-sticky{ 
    background: transparent; 
} 
#module-nora_landings-business #mobile-header #mobile-header-sticky.stuck-down{ 
    background: black !important; 
} 

/*especial para landing_catering*/
#module-nora_landings-landing_catering #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
}
#module-nora_landings-landing_catering .header-nav {
    background: transparent !important;
    border-bottom: none;
}
#module-nora_landings-landing_catering #mobile-header {
    background: transparent !important;
}
#module-nora_landings-landing_catering #mobile-header #mobile-header-sticky{
    background: transparent;
}
#module-nora_landings-landing_catering #mobile-header #mobile-header-sticky.stuck-down{
    background: black !important;
}
#module-nora_landings-landing_catering #wrapper {
    padding-top: 0;
}

/*especial para registro_catering*/
#module-landingregistro-registrocondires.tienda2 #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
}
#module-landingregistro-registrocondires.tienda2 .header-nav {
    background: transparent !important;
    border-bottom: none;
}
#module-landingregistro-registrocondires.tienda2 #mobile-header {
    background: transparent !important;
}
#module-landingregistro-registrocondires.tienda2 #mobile-header #mobile-header-sticky{
    background: transparent;
}
#module-landingregistro-registrocondires.tienda2 #mobile-header #mobile-header-sticky.stuck-down{
    background: black !important;
}


/* especial para retribucion_flexible */ 
#module-nora_landings-retribucionflexible #header { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    background: transparent !important; 
    box-shadow: none; 
} 
#module-nora_landings-retribucionflexible .header-nav { 
    background: transparent !important; 
    border-bottom: none !important; 
} 
#module-nora_landings-retribucionflexible #mobile-header { 
    background: transparent !important; 
} 
#module-nora_landings-retribucionflexible #mobile-header #mobile-header-sticky{ 
    background: transparent !important; 
} 
#module-nora_landings-retribucionflexible #mobile-header #mobile-header-sticky.stuck-down{ 
    background: black !important; 
} 

 
/*h1 siempre con nueva fuente*/
.page-title{
    font-family: "Cormorant Garamond";
}

/*logo y menu-mobile*/
@media (max-width: 767px){
    .logo {
        width: 125px;
    }
}
@media (max-width: 580px){
    .logo {
        width: 105px;
    }
}

#close_menu{
    font-size: 1.5rem;
    color: #e6e6e6;
}

.extra-mmenu{
    margin: 2px;
    align-items: center;
    padding: 1em 1em 0 0;
}

.extra-mmenu a{
    font-weight: bold;
}

.login-mmenu{
    color: black !important;
    padding: 15px;
    border-radius: 30px;
    border: 1px solid white;
    display: inline-block;
    background: #e6e6e6 !important;
    text-align: center;
}

.btn-mmenu-order{
    display: inline-block;
    color: black !important;
    background-color: #e6e6e6 !important;
    padding: 15px;
    border-radius: 30px;
}

/*header*/
/*
#mobile-header #mobile-header-sticky {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
*/

/*language-selector*/
#language_selector .expand-more:hover {
    color: #777;
}

#language_selector .expand-more {
    color: #e6e6e6 !important;
    font-size: .9rem;
}
/* boton nuevo pedido */
.btn-neworder{
    margin-right: .7rem;
    color: #e6e6e6 !important;
    border-radius: 5px;
    display: inline;
    border: 1px solid;
}
@media (max-width:580px) {
    .btn-neworder{
        display: none;
    }
}

/*botón de Catering en packs*/
.packs-container-bottom{
    padding: 2rem 0;
}

@media (min-width:768px) {
    .catering-info{
        max-width: 80%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width:767px) {
    .catering-info{
        padding: 0 1.9rem;
    }
}

.catering-info .btn {
    color: white !important;
    border-radius: 50px;
    padding: 16px 32px;
}

/*footer y otras pages*/
.newcontainer{
    margin-top: 2rem;
}
@media (max-width:767px) {
    .newcontainer{
        padding: 0 1.9rem;
    }
}
@media (min-width:768px) {
    .newcontainer{
        max-width: 75%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.logo-footer img{
    width: 180px;
}

@media (max-width:767px) {
    .logo-footer img{
        width: 140px;
        float: left;
    }
    .social-links._footer{
        float: right;
    }
}
@media (min-width:768px) {
    .block-links ul>li a{
        font-size: 15px;
    }
}
 
#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
/*disabled button fondo*/
.btn-subscribe:disabled{
    background: white;
}

#footer .ps-emailsubscription-block .newsletter-input-group{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription{
    background: rgba(255, 255, 255, 0.20);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #777;
}
#footer .ps-emailsubscription-block .newsletter-input-group .input-subscription::placeholder{
    color: #777;
}

#div-border-copyrights{
    width: 95%;
    margin: 0 2rem;
}

.border-copyrights {
    border-top: 1px solid grey;
}

#footer-new-copyrights{
    padding-bottom: 1.4285714286rem;
}

#footer-new-copyrights p, #footer-new-copyrights a{
    color: white;
}

#footer-new-copyrights a:hover{
    color: #777;
}

.social-links li a i{
    font-size: 2rem;
}

#footer .block-toggle > .block-title span::after{
    float: right;
}

/* .block-footer .images-tarjetas{
    mix-blend-mode: luminosity;
} */

/*Direcciones*/
.page-addresses .address.office{
    border: 1px solid black;
}

/* --------------------------------------------------- */
/* --------------------- CARRITO --------------------- */
/* --------------------------------------------------- */

/* body#cart .cart-container {
    border: 1px solid #EDEDED !important;
    border-radius: 8px;
    padding: 0 24px;
}

body#cart .cart-items {
    margin-bottom: unset !important;
}

body#cart .cart-item-header {
    border-top: unset !important;
}

body#cart .cart-item, .cart-item-header {
    padding: 24px 0 !important;
    border-bottom: unset !important;
}

body#cart .cart-item:not(:last-child) {
    border-bottom: 2px solid #EDEDED !important;
}

body#cart .cart-item .pack-item:not(:last-child) {
    border-bottom: 2px solid #EDEDED;
} */

/* --- DESKTOP --- */

body#cart #wrapper {
    background-color: #F9F9F9;
}

body#cart #inner-wrapper {
    max-width: 100%;
    margin: 0 11.71%;
    padding: 0;
}

body#cart h1, body#cart h2 {
    font-size: 1.45vw;
    font-weight: 600;
    margin-bottom: 0.8vw;
}


body#cart .cart-item, body#cart .cart-item-header {
    padding: 1.25vw 0;
    border-bottom: unset;
}

body#cart .cart-item {
    background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 1.25vw;
}

body#cart .cart-item:not(:last-child) {
    margin-bottom: 1vw;
}

body#cart .product-line-header {
    display: flex;
    justify-content: space-between;
    gap: 0.6vw;
    line-height: 1.3vw;
    margin-bottom: 1.25vw;
}

body#cart .product-line-labels {
    font-size: 0.73vw;
    line-height: 1vw;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6vw;
}

body#cart .product-line-labels .label {
    background-color: #EDEDED;
    padding: 0.1vw 0.4vw;
    border-radius: 8px;
    height: fit-content;
    line-height: 1.1vw;
}

body#cart .product-line-labels .product-line-pack.label {
    background-color: unset;
    border: 1px solid black;
}

body#cart .product-line-labels .product-line-delivery-date.label {
    border: 1px solid #EDEDED;
}

body#cart .product-line-labels .label p {
    width: fit-content;
    margin: 0;
}


body#cart .product-line-actions a {
    font-size: 1.05vw;
}

body#cart .product-line-body {
    display: flex;
    padding: 1.25vw 0;
    border-bottom: 1px solid #EDEDED;
}

body#cart .product-line-body:first-child {
    padding-top: 0;
}

body#cart .product-line-image {
    width: 7.3vw;
    margin-right: 1.25vw;
    overflow: hidden;
}

body#cart .product-line-image img {
    width: 100%;
    margin-top: -15px;
    margin-bottom: -10px;
}

body#cart .product-line-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.4vw;
    justify-content: center;
}

body#cart .product-line-title {
    font-size: 0.937vw;
    margin-bottom: 0.37vw;
    font-weight: 600;
    /* max-height: 47px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body#cart .product-line-subtitle {
    font-size: 0.8vw;
    line-height: 1vw;
    height: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

body#cart .product-line-subtitle p {
    margin-bottom: unset;
}

body#cart .product-line-supplement {
    /* width: 71px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85vw;
    font-weight: 600;
    line-height: 1.9vw;
    border: 1px solid #EDEDED;
    border-radius: 2.5vw;
    padding: 0 0.4vw;
}

body#cart .product-line-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25vw;
}

body#cart .product-line-price {
    font-size: 1.05vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4vw;
}

body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    width: 1.7vw;
    height: 100%;
    margin-left: unset;
    color: black;
    background-color: #F2F2F2;
    border-radius: 4px;
    padding: 0;
}

body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up svg,
body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down svg {
    width: 1.1vw;
    height: 1.1vw;
}

body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical i {
    position: unset;
    font-size: 0.85vw;
    vertical-align: middle;
}

body#cart .product-line-footer .js-cart-line-product-quantity {
    width: 2.2vw;
    height: 1.7vw;
    padding: 0;
    font-size: 0.85vw;
    color: black;
    background-color: unset;
}

body#cart .product-line-footer .bootstrap-touchspin {
    min-height: unset;
    max-width: unset;
    height: 1.7vw;
    flex-wrap: nowrap;
}


/* PROMOS */

body#cart .cart-summary {
    border: unset !important;
}

body#cart .block-promo .cart-voucher-area {
    background: unset;
    padding: unset;
    margin-bottom: 2vw;
}

body#cart .block-promo .promo-code-vouchers {
    margin: 2vw 0;
}

body#cart .block-promo  .promo-name {
    background-color: unset !important;
    border-radius: unset;
    padding: unset !important;
    margin-bottom: 0.6vw;
}

body#cart .block-promo .promo-code .input-group {
    background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 14px;
    overflow: hidden;
    
}

body#cart .block-promo .promo-code .input-group input {
    font-size: 0.85vw;
    padding: 0.8vw;
    background: unset;
}

body#cart .block-promo .promo-code .input-group button {
    font-size: 0.85vw;
    padding: 0.8vw;
    border: unset;
    border-left: 1px solid #EDEDED;
}

body#cart .block-promo .js-discount.promo-discounts {
    font-size: 0.85vw;
}

body#cart .block-promo .promo-discounts .cart-summary-line {
    margin-bottom: 10px;
}

body#cart .block-promo .promo-discounts .label .label {
    position: relative;
    overflow: hidden;
}

body#cart .block-promo .promo-discounts .label .label .code {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}

body#cart .block-promo .promo-discounts .label .label .code-link {
    text-decoration: underline;
    cursor: pointer;
}

body#cart .card-body-container {
    background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 1.25vw;
}

body#cart .card-body-container .cart-summary-line:not(:last-child) {
    padding-bottom: 0.8vw;
}

body#cart .card-body-container .cart-summary-line span.value {
    float: right;
}

/* body#cart .card-body-container .cart-summary-line {
    line-height: 1.4vw;
} */

/* body#cart .card-body-container .cart-summary-line span {
    line-height: 1.4vw;
} */

body#cart .card-body {
    padding: 0;
}

body#cart .card-body:not(.cart-summary-totals) {
    font-size: 0.85vw;
    line-height: 1vw;
    padding-bottom: 1.25vw;
}

body#cart .cart-summary-totals {
   
    border-top: 1px solid #EDEDED;
    padding-top: 1.25vw;
}

body#cart .cart-summary-totals .cart-total {
    font-size: 1vw;
    line-height: 1.1vw;
    font-weight: 600;
}

body#cart .cart-detailed-actions {
    padding: 0;
}

body#cart .continue-purchase-btn {
    margin-top: 1.65vw;
}

body#cart .cart-detailed-actions .btn {
    margin-top: 0.85vw;
}

body#cart .cart-detailed-actions .btn,
body#cart .continue-purchase-btn {
    border: 1px solid black;
    border-radius: 50px;
    font-size: 0.95vw;
    font-weight: 700;
    padding: 0.85vw 1.65vw;
    width: 100%;
}

/* END PROMO */



@media (min-width: 992px) {
    body#cart .cart-grid-body {
        padding-right: 1.6vw;
    }
    
    body#cart .cart-grid-right {
        padding-left: 1.6vw;
    }
}

/* --- END DESKTOP --- */

/* --- MOBILE --- */

@media (max-width: 991px) {

    body#cart #inner-wrapper {
        max-width: 100%;
        margin-left: 16px;
        margin-right: 16px;
    }

    body#cart h1, body#cart h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 16px;
    }

    body#cart .cart-items {
        margin-bottom: 24px;
    }

    body#cart .cart-item {
        padding: 24px 16px;
    }

    body#cart .cart-item:not(:last-child) {
        margin-bottom: 16px;
    }

    body#cart .product-line {
        padding-bottom: 0;
        gap: 16px;
    }

    body#cart .product-line-body {
        padding: 16px 0;
    }

    body#cart .product-line-image {
        width: 80px;
        margin-right: 16px;
    }

    body#cart .product-line-right {
        gap: 4px;
    }

    body#cart .product-line-header,
    body#cart .product-line-labels {
        gap: 8px;
    }

    body#cart .product-line-header {
        margin-bottom: 16px;
    }

    body#cart .product-line-header .label {
        font-size: 14px;
        line-height: 21px;
        padding: 0 8px;
    }

    body#cart .product-line-actions a {
        font-size: 20px;
    }

    body#cart .product-line-supplement {
        font-size: 16px;
        line-height: 36px;
        padding: 0 8px;
        border-radius: 47px;
    }

    body#cart .product-line-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: unset;
    }

    body#cart .product-line-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    body#cart .product-line-price {
        font-size: 20px;
    }

    body#cart .product-line-footer {
        margin-top: 16px;
    }

    body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
    body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        width: 32px;
        padding: 6px;
    }

    body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up svg,
    body#cart #main .product-line-footer .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down svg {
        width: 20px;
        height: 20px;
    }

    body#cart .product-line-footer .bootstrap-touchspin .input-group-btn-vertical i {
        font-size: 20px;
    }

    body#cart .product-line-footer .js-cart-line-product-quantity {
        width: 34px;
        height: 32px;
        font-size: 16px;
    }

    body#cart .product-line-footer .bootstrap-touchspin {
        height: 32px;
    }

    body#cart .card-body-container {
        padding: 16px;
    }

    body#cart .card-body-container .cart-summary-line:not(:last-child) {
        padding-bottom: 16px;
    }

    body#cart .card-body-container .cart-summary-line span {
        line-height: 27px;
    }

    body#cart .cart-summary-totals {
        padding-top: 16px;
    }

    body#cart .block-promo .cart-voucher-area {
        margin-bottom: 24px;
    }

    body#cart .block-promo .promo-code .input-group input {
        font-size: 16px;
        padding: 16px;
    }

    body#cart .block-promo .promo-code .input-group button {
        font-size: 16px;
        padding: 16px;
    }

    body#cart .block-promo .js-discount.promo-discounts {
        font-size: 16px;
    }

    body#cart .card-body:not(.cart-summary-totals) {
        font-size: 16px;
        padding-bottom: 16px;
    }

    body#cart .cart-summary-totals {
        padding-top: 16px;
    }

    body#cart .cart-summary-totals .cart-total {
        font-size: 20px;
    }    

    body#cart .cart-detailed-actions .btn,
    body#cart .continue-purchase-btn {
        font-size: 16px;
        font-weight: 700;
        padding: 16px 32px
    }

    body#cart .cart-detailed-actions .btn {
        margin-top: 16px;
    }

    body#cart .continue-purchase-btn {
        margin-top: 32px;
    }

}

/* --- MOBILE --- */


/* --------------------------------------------------- */
/* ------------------- END CARRITO ------------------- */
/* --------------------------------------------------- */



/* --------------------------------------------------- */
/* --------------------- CHECKOUT -------------------- */
/* --------------------------------------------------- */
body#checkout section.checkout-step .office{
    border: 1px solid black !important;
}

body#checkout #wrapper {
    background-color: #F9F9F9;
}

body#checkout #inner-wrapper {
    max-width: 100%;
    margin: 0 11.71vw;
}
body#checkout section.checkout-step {
    border: unset !important;
    border-bottom: 1px solid #EDEDED !important;
    /* line-height: 36px; */
}

body#checkout section.checkout-step .step-title {
    font-size: 1.45vw;
    font-weight: 600;
    display: flex;
    border-bottom: unset !important;
}


body#checkout section.checkout-step .step-title .step-header {
    overflow-x: auto;
    overflow-y: hidden;
}

body#checkout section.checkout-step .step-choosen {
    font-size: 0.85vw;
    font-weight: 400;
}

body#checkout section.checkout-step h1 .done {
    width: 1.05vw;
    height: 1.05vw;
    margin-right: 0;
}

body#checkout section.checkout-step .step-edit {
    font-size: 1.7vw;
    width: 1.3vw;
    height: 1.3vw;
    margin: auto 0 auto auto !important;
    display: none !important;
}

body#checkout section.checkout-step.-reachable:not(.-current) .step-edit {
    display: inline-flex !important;
}

body#checkout section.checkout-step .step-number {
    width: 2.1vw;
    height: 2.1vw;
    border: 1px solid black !important;
    border-radius: 50px;
    font-size: 1.05vw;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.9vw;
}

body#checkout section.checkout-step.-current .step-number {
    background-color: black;
    color: white;
}

body#checkout .payment-option {
    margin-bottom: 0.85vw !important;
    padding: 0.85vw 1.25vw;
    border: 1px solid #EDEDED !important;
    border-radius: 0.85vw;
    font-size: 0.85vw !important;
    background-color: white;

}

body#checkout input[type=radio]:checked+span {
    width: 100%;
    height: 100%;
    background-color: white;
    border: 0.3vw solid black;
}

body#checkout .custom-radio {
    width: 1.1vw;
    height: 1.1vw;
}

body#checkout .custom-radio input[type=radio] {
    width: 100%;
    height: 100%;
}

body#checkout .payment-options .custom-radio input[type=radio]+span .inner-span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0.3vw;
    height: 0.3vw;
    background-color: white;
    border-radius: 50%;
}

body#checkout section.checkout-step button.continue,
body#checkout #payment-confirmation button{
    width: unset;
    padding: 0.85vw 1.7vw;
    font-size: 0.9vw;
    font-weight: 700;
    border-radius: 50px;
}

/* ADDRESSES */

/* body#checkout #checkout-addresses-step.checkout-step .address-item.office{
    border: 1px solid black;
} */

body#checkout #checkout-addresses-step.checkout-step .radio-block {
    width: 100%;
    display: flex;
}

body#checkout #checkout-addresses-step.checkout-step .address-header {
    display: flex;
    justify-content: space-between;
}

body#checkout #checkout-addresses-step.checkout-step #delivery-addresses {
    flex-direction: column;
}

body#checkout #checkout-addresses-step.checkout-step .address-item {
    width: 100%;
    flex: unset;
    font-size: 0.85vw;
    line-height: 1vw;
    border: 1px solid #EDEDED;
    border-radius: 0.85vw;
    background-color: white;
}

body#checkout #checkout-addresses-step.checkout-step .custom-radio {
    margin: auto 0;
    margin-right: 0.85vw;
}

body#checkout #checkout-addresses-step.checkout-step .address-actions i {
    font-size: 0.85vw;
}

body#checkout #checkout-addresses-step.checkout-step .address-content {
    flex: 1;
}

/* END ADDRESSES */

/* DELIVERY */

body#checkout #checkout-delivery-step.checkout-step .delivery-option {
    border: 1px solid #EDEDED;
    border-radius: 0.85vw;
    background-color: white;
}

/* END DELIVERY */

/* PAYMENT */
body#checkout section.checkout-step .payment-options .payment-option label {
    width: 100%;
    line-height: 1.4vw;
    cursor: pointer;
}

body#checkout section.checkout-step .payment-options .payment-option label img {
    height: 1.4vw;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: flex;
}

@media (max-width:991px) {
    body#checkout #checkout-payment-step.checkout-step .order-options textarea {
        border-radius: 16px;
        height: 80px;
    }
    
    body#checkout #checkout-payment-step.checkout-step .order-options .continue {
        font-size: 16px;
    }
}

/* END PAYMENT */


/* -------- RESUMEN CARRITO -------- */

body#checkout #js-checkout-summary {
    border: unset;
}

body#checkout #js-checkout-summary .block-promo .promo-code {
    background-color: white;
    border: 1px solid #EDEDED;
    border-radius: 0.75vw;
}

body#checkout #js-checkout-summary .card-body-container {
    padding: 1.25vw;
    border: 1px solid #EDEDED;
    border-radius: 0.85vw;
    background-color: white;
    margin-bottom: 1.65vw;
}

body#checkout #js-checkout-summary .card-body-container .cart-summary-products {
    font-size: 0.85vw;
}

body#checkout #js-checkout-summary .card-body-container .card-body {
    padding: 0;
    padding-bottom: 1.25vw;
}

body#checkout #js-checkout-summary .card-body-container .card-body.cart-summary-subtotals-container {
    line-height: 1.1vw;
}

/* body#checkout #js-checkout-summary .card-body-container .card-body:first-child {
    padding-top: 0;
} */

body#checkout #js-checkout-summary .card-body-container .card-body:last-child {
    padding-top: 1.25vw;
    padding-bottom: 0;
}

body#checkout #js-checkout-summary .card-body-container .card-body.cart-summary-totals {
    border-top: 1px solid #EDEDED;
}

body#checkout #js-checkout-summary .card-body-container .card-body.cart-summary-totals .cart-total {
    font-size: 1.1vw;
    font-weight: 600;
}

body#checkout .block-promo .cart-voucher-area {
    background: unset;
    padding: unset;
    margin-bottom: 1rem;
}

body#checkout .block-promo .promo-code-vouchers {
    margin: 1rem 0;
}

body#checkout .block-promo  .promo-name {
    background-color: unset !important;
    border-radius: unset;
    padding: unset !important;
    margin-bottom: 0.5vw;
}

body#checkout .block-promo .promo-code .input-group {
    border: 1px solid #EDEDED;
    border-radius: 0.75vw;
    overflow: hidden;
    
}

body#checkout .block-promo .promo-code .input-group input {
    background: unset;
}

body#checkout .block-promo .promo-code .input-group button {
    border: unset;
    border-left: 1px solid #EDEDED;
}

body#checkout .label {
    font-size: 0.75vw;
    line-height: 0.9vw;
}

body#checkout .value {
    font-size: 0.95vw;
    line-height: 1.1vw;
}

body#checkout .block-promo .promo-discounts .cart-summary-line {
    margin-bottom: 0.5vw;
}

body#checkout .block-promo .promo-discounts .label .label {
    position: relative;
    overflow: hidden;
}

body#checkout .block-promo .promo-discounts .label .label .code {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent;
}

body#checkout .block-promo .promo-discounts .label .label .code-link {
    text-decoration: underline;
    cursor: pointer;
}

body#checkout .cart-summary-actions {
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
}

body#checkout #payment-confirmation button,
body#checkout #js-checkout-summary .continue-purchase-btn {
    width: 100%;
    border: 1px solid black;
    border-radius: 50px;
    font-size: 0.95vw;
    font-weight: 700;
    padding: 0.85vw 1.65vw;
}

apple-pay-button {
    width: 100%;
    border-radius: 0.8vw;
    overflow: hidden;
}

body#checkout .gpay-button {
    width: 100%;
    border-radius: 0.8vw !important;
}

/* ------ END RESUMEN CARRITO ------ */

@media (max-width:991px) {
    body#checkout #inner-wrapper {
        margin: 0;
    }

    body#checkout section.checkout-step {
        padding-left: 0;
        padding-right: 0;
    }

    body#checkout section.checkout-step .step-title {
        font-size: 28px;
        /* flex-wrap: wrap; */
    }
    
    body#checkout section.checkout-step .step-choosen {
        font-size: 16px;
    }
    
    body#checkout section.checkout-step h1 .done {
        width: 20px;
        height: 20px;
    }
    
    body#checkout section.checkout-step .step-edit {
        font-size: 32px;
        width: 25px;
        height: 25px;
    }
    
    body#checkout section.checkout-step .step-number {
        min-width: 40px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        margin-right: 18px;
    }
    
    body#checkout .payment-option {
        margin-bottom: 16px !important;
        padding: 16px 24px;
        border-radius: 16px;
        font-size: 16px !important;
    
    }

    body#checkout .custom-radio {
        width: 20px;
        height: 20px;
    }

    body#checkout .custom-radio input[type=radio]+span .inner-span {
        width: 6px;
        height: 6px;
    }

    body#checkout input[type=radio]:checked+span {
        border: 5px solid black;
    }
    
    body#checkout section.checkout-step button.continue,
    body#checkout #payment-confirmation button{
        padding: 16px 32px;
        font-size: 18px;
        border-radius: 50px;
    }

    /* ADDRESSES */

    body#checkout #checkout-addresses-step.checkout-step .address-item {
        font-size: 16px;
        line-height: 19px;
        border-radius: 16px;
    }

    body#checkout #checkout-addresses-step.checkout-step .address-header {
        margin-bottom: 8px;
    }
    
    body#checkout #checkout-addresses-step.checkout-step .custom-radio {
        margin-right: 16px;
    }
    
    body#checkout #checkout-addresses-step.checkout-step .address-actions i {
        font-size: 18px;
    }

    /* END ADDRESSES */
    
    /* DELIVERY */
    
    body#checkout #checkout-delivery-step.checkout-step .delivery-option {
        border-radius: 16px;
    }
    
    body#checkout #checkout-delivery-step.checkout-step .order-options textarea {
        height: 101px;
        border-radius: 16px;
    }
    
    /* END DELIVERY */
    
    /* PAYMENT */

    body#checkout #checkout-payment-step .content {
        padding: 0;
    }
    
    body#checkout section.checkout-step .payment-options .payment-option label {
        line-height: 27px;
    }
    
    body#checkout section.checkout-step .payment-options .payment-option label img {
        height: 27px;
    }

    body#checkout .gpay-button {
        border-radius: 8px !important;
    }
    
    /* END PAYMENT */
    
    
    /* -------- RESUMEN CARRITO -------- */
    
    body#checkout #js-checkout-summary .card-body-container {
        padding: 24px;
        border-radius: 16px;
        margin-bottom: 24px;
    }

    body#checkout #js-checkout-summary .card-body-container .cart-summary-products {
        font-size: 16px;
    }
    
    body#checkout #js-checkout-summary .card-body-container .card-body {
        padding-bottom: 24px;
    }

    body#checkout #js-checkout-summary .card-body-container .card-body.cart-summary-subtotals-container {
        line-height: unset;
    }

    body#checkout #js-checkout-summary .card-body-container .card-body:last-child {
        padding-top: 24px;
    }

    body#checkout #js-checkout-summary .card-body-container .card-body.cart-summary-totals .cart-total {
        font-size: 18px;
    }
    
    body#checkout .block-promo .cart-voucher-area {
        margin-bottom: 1rem;
    }
    
    body#checkout .block-promo .promo-code-vouchers {
        margin: 1rem 0;
    }
    
    body#checkout .block-promo  .promo-name {
        margin-bottom: 10px;
    }

    body#checkout #js-checkout-summary .block-promo .promo-code {
        border-radius: 14px;
    }
    
    body#checkout .block-promo .promo-code .input-group {
        border-radius: 14px;
    }

    body#checkout .label {
        font-size: 14px;
        line-height: 17px;
    }

    body#checkout .value {
        font-size: 18px;
        line-height: 21px;
    }
    
    body#checkout .block-promo .promo-discounts .cart-summary-line {
        margin-bottom: 10px;
    }

    body#checkout .cart-summary-actions {
        gap: 16px;
    }

    body#checkout #payment-confirmation button,
    body#checkout #js-checkout-summary .continue-purchase-btn {
        font-size: 16px;
        font-weight: 700;
        padding: 16px 32px;
    }

    apple-pay-button {
        border-radius: 16px;
    }

    body#checkout .gpay-button {
        border-radius: 16px;
    }

    /* ------ END RESUMEN CARRITO ------ */
}

/* --------------------------------------------------- */
/* ------------------- END CHECKOUT ------------------ */
/* --------------------------------------------------- */



/* --------------------------------------------------- */
/* ------------------ JS BLOCK CART ------------------ */
/* --------------------------------------------------- */

#blockcart-content {
    width: 27.7vw;
    /* padding: 32px 16px 24px 16px !important; */
    padding: 1.6vw 0.9vw 1.25vw 0.8vw !important;
    gap: 1.7vw;
    /* gap: 32px; */
}

#blockcart-content .cart-title {
    display: flex;
    justify-content: space-between;
}

#blockcart-content .modal-title {
    display: flex;
    align-items: center;
    gap: 0.6vw;
}

#blockcart-content .modal-title-text {
    font-size: 1.65vw;
    font-weight: 700;
    line-height: 2.5vw;
    
}

#blockcart-content .modal-title-icon {
    display: flex;
    width: 1.6vw;
    height: 1.6vw;
}

#blockcart-content .cart-title .close {
    margin: 0;
    font-size: 2.5vw;
    font-weight: 400;
    color: black;
    opacity: 1;
}

#blockcart-content ul.cart-products>li {
    background-color: #F7F7F7;
    padding: 0.85vw;
    border-radius: 0.6vw;
    border-bottom: unset;
}

#blockcart-content ul.cart-products>li .product-line-head {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25vw;
}

#blockcart-content ul.cart-products>li .product-line-labels {
    display: flex;
    flex-direction: column;
    gap: 0.65vw;
}

#blockcart-content ul.cart-products>li .product-line-labels .label {
    width: fit-content;
    font-size: 0.75vw;
    line-height: 1.1vw;
    padding: 0.1vw 0.4vw;
    border: 1px solid black;
    border-radius: 0.4vw;
    background-color: white;
}

#blockcart-content ul.cart-products>li .product-line-labels .product-line-delivery-date.label {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
}

#blockcart-content ul.cart-products>li p {
    margin: 0;
}

#blockcart-content ul.cart-products>li .product-line-actions {
    font-size: 1.05vw;
}

#blockcart-content ul.cart-products>li .product-image {
    overflow: hidden;
    border: 1px solid #EDEDED;
    border-radius: 0.85vw;
}

#blockcart-content ul.cart-products>li .product-image img {
    width: 7.3vw;
    margin-top: -0.6vw;
    margin-bottom: -0.6vw;
}

#blockcart-content ul.cart-products>li .product-info {
    display: flex;
    flex-direction: column;
    gap: 0.2vw;
}

#blockcart-content ul.cart-products>li .product-title {
    font-size: 0.95vw;
    font-weight: 600;
    line-height: 1.4vw;
}

#blockcart-content ul.cart-products>li .product-subtitle {
    font-size: 0.75vw;
    line-height: 1.25vw;
}

#blockcart-content ul.cart-products>li .product-supplement span {
    padding: 0.3vw 0.4vw;
    border: 1px solid black;
    border-radius: 1vw;
    background-color: white;
    vertical-align: middle;
    display: inline-block;
}

#blockcart-content ul.cart-products>li .pack-item:not(:last-child) {
    margin-bottom: 0.85vw;
}


#blockcart-content ul.cart-products>li .product-line-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 1.25vw;
}

#blockcart-content ul.cart-products>li .product-line-price {
    font-size: 1.1vw;
    font-weight: 600;
    line-height: 1.9vw;
}

#blockcart-content ul.cart-products>li .bootstrap-touchspin {
    min-height: unset;
    max-width: unset;
    height: 1.6vw;
    flex-wrap: nowrap;
}

#blockcart-content ul.cart-products>li .block-cart-product-quantity {
    width: 2.15vw;
    font-size: 0.8vw;
    line-height: 1.4vw;
    padding: 0;
    text-align: center;
    color: black;
    align-self: end;
}

#blockcart-content ul.cart-products>li .input-group-btn-vertical button {
    width: 1.9vw !important;
    height: 1.9vw !important;
    padding: 0 !important;
    background-color: #F2F2F2 !important;
}

#blockcart-content ul.cart-products>li .input-group-btn-vertical button svg {
    width: 1.1vw !important;
    height: 1.1vw !important;
}

#blockcart-content ul.cart-products>li .input-group-btn-vertical i {
    position: unset;
    font-size: 0.85vw;
    vertical-align: middle;
    color: black;
}

#blockcart-content .cart-subtotals {
    border-top: unset;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4vw;
    font-size: 0.9vw;
    font-weight: 400;
}

#blockcart-content .cart-totals {
    border-top: unset;
    padding: 0;
    font-size: 1.45vw;
    font-weight: 600;
    line-height: 1.9vw;
}

#blockcart-content .cart-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
}

#blockcart-content .cart-buttons .btn {
    margin: 0;
    font-size: 0.95vw;
    font-weight: 700;
    line-height: 1.15vw;
    padding: 0.8vw 1.6vw;
    border: 1px solid black;
    border-radius: 3vw;
    
}

@media (max-width:991px) {
    #blockcart-content {
        width: 531px;
        padding: 32px 16px 24px 16px;
        gap: 32px;
    }

    #blockcart-content .modal-title {
        gap: 12px
    }

    #blockcart-content .modal-title-text {
        font-size: 32px;
        line-height: 48px;
    }
    
    #blockcart-content .modal-title-icon {
        width: 32px;
        height: 32px;
    }

    #blockcart-content .cart-title .close {
        font-size: 48px;
    }

    #blockcart-content ul.cart-products>li {
        padding: 16px;
        border-radius: 12px;
    }
    
    #blockcart-content ul.cart-products>li .product-line-head {
        margin-bottom: 24px;
    }
    
    #blockcart-content ul.cart-products>li .product-line-labels {
        gap: 12px;
    }
    
    #blockcart-content ul.cart-products>li .product-line-labels .label {
        font-size: 14px;
        line-height: 21px;
        padding: 2px 8px;
        border-radius: 8px;
    }

    #blockcart-content ul.cart-products>li .product-line-actions {
        font-size: 20px;
    }
    
    #blockcart-content ul.cart-products>li .product-image {
        border-radius: 16px;
    }
    
    #blockcart-content ul.cart-products>li .product-image img {
        width: 140px;
        margin-top: -12px;
        margin-bottom: -12px;
    }
    
    #blockcart-content ul.cart-products>li .product-info {
        gap: 4px;
    }
    
    #blockcart-content ul.cart-products>li .product-title {
        font-size: 18px;
        line-height: 27px;
    }
    
    #blockcart-content ul.cart-products>li .product-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    
    #blockcart-content ul.cart-products>li .product-supplement span {
        padding: 6px 8px;
        border-radius: 47px;
    }
    
    #blockcart-content ul.cart-products>li .pack-item:not(:last-child) {
        margin-bottom: 16px;
    }
    
    
    #blockcart-content ul.cart-products>li .product-line-footer {
        margin-top: 24px;
    }
    
    #blockcart-content ul.cart-products>li .product-line-price {
        font-size: 20px;
        line-height: 36px;
    }
    
    #blockcart-content ul.cart-products>li .bootstrap-touchspin {
        height: 32px;
    }
    
    #blockcart-content ul.cart-products>li .block-cart-product-quantity {
        width: 42px;
        font-size: 16px;
        line-height: 27px;
    }
    
    #blockcart-content ul.cart-products>li .input-group-btn-vertical button {
        width: 32px !important;
        height: 32px !important;
    }

    #blockcart-content ul.cart-products>li .input-group-btn-vertical button svg {
        width: 20px !important;
        height: 20px !important;
    }
    
    #blockcart-content ul.cart-products>li .input-group-btn-vertical i {
        font-size: 16px;
    }

    #blockcart-content .cart-subtotals {
        gap: 8px;
        font-size: 17px;
        font-weight: 400;
    }

    #blockcart-content .cart-totals {
        font-size: 28px;
        line-height: 36px;
    }

    #blockcart-content .cart-buttons {
        gap: 16px;
        z-index: 100;
    }
    
    #blockcart-content .cart-buttons .btn {
        font-size: 18px;
        line-height: 22px;
        padding: 16px 32px;
        border-radius: 50px;
    }
    
}

/* --------------------------------------------------- */
/* ---------------- END JS BLOCK CART ---------------- */
/* --------------------------------------------------- */

/* Header solo en tienda catering: Mostrar redireccion a tienda normal */
#mobile-header .col-mobile-go-normal-shop {
    padding: 0 0.625rem;
}

#mobile-header .col-mobile-go-normal-shop .m-nav-btn {
    text-decoration: underline;
}

@media(max-width: 767px){
    #mobile-header .col-mobile-go-normal-shop {
        display: none;
    }
}

.my-account-side-links-button i {
    transition: 0.5s;
}

.my-account-side-links-button.collapsed i {
    transform: rotate(180deg);
}

/* Desplegable en mi cuenta en modo mobile */
@media (min-width:767px) {
    .my-account-side-links.collapse:not(.show) {
        display: block;
    }
}

.my-account-side-links-button {
    margin-right: 3px;
    margin-left: 3px;
}

/* --------------------------------------------------- */
/* ---------------- ORDER CONFIRMATION --------------- */
/* --------------------------------------------------- */

#order-confirmation .card-title {
    font-size: 23px;
}

#order-confirmation #order-details ul,
#order-confirmation .order-confirmation-table .order-line {
    border: 1px solid #E7E7E7;
    border-radius: 16px;
    padding: 16px;
}

#order-confirmation #order-details li {
    font-size: 16px;
}

#order-confirmation .order-line-labels {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#order-confirmation .label {
    background-color: #EDEDED;
    padding: 2px 8px;
    border-radius: 8px;
    height: fit-content;
    line-height: 18px;
}

#order-confirmation .label p {
    width: fit-content;
    margin: 0;
}

#order-confirmation .order-line-label-pack {
    background-color: unset;
    border: 1px solid black;
}

#order-confirmation .order-line-label-delivery-date {
    border: 1px solid #EDEDED;
}

#order-confirmation .order-confirmation-buttons a {
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid black;
}

/* --------------------------------------------------- */
/* -------------- END ORDER CONFIRMATION ------------- */
/* --------------------------------------------------- */

/*Mensaje pedido fuera del checkout process*/
.order-options textarea {
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 0.85vw;
}

.order-options .continue {
    padding: 10px;
}

.desc.collapse.show[aria-expanded="false"] {
    height: unset;
}
@media (min-width: 768px) {
    .desc.collapse{
        transition: 0.5s;
        display: block;
    }
}

.more_text{
    margin: .5rem 0;
}

.more_text a{
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
}

.read-less.collapsed {
    display: none;
}

.read-more:not(.collapsed) {
    display: none;
}

@media (max-width:575px) {
    #inner-wrapper.container {
        max-width: 100%;
    }
}

/*MY ACCOUNT DESKTOP*/
.navigation_cuenta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 0.5rem;
    padding: 1rem;
}

.navigation_cuenta > * {
    padding: 0.5rem 0;
}

.navigation_cuenta .title {
    font-weight: 600;
    font-size: 1.2rem;
}

.navigation_cuenta a {
    font-weight: 400;
    font-size: 1rem;
}
/********************/
