#js-product-list .page-content.page-not-found{
    color: #000;
}



/*Ajustes generales*/
@font-face {
    font-family: 'GlovoSans';
    src: url('../fonts/GlovoSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlovoSans';
    src: url('../fonts/GlovoSans-Book.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GlovoSans';
    src: url('../fonts/GlovoSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

.add {
    display: none;
}

#header {
    display: none;
}

#wrapper {
    padding-top: 0px;
}

* {
    font-family: 'GlovoSans';
}

.categories-header-left a,
.modal-window-top-button a,
.cart-header-left a,
.checkout-header-left a {

    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}



#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: auto !important;
}
/*Ajustes generales*/
/*Order confirmation*/
#order-confirmation .delivery-details h2 {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.modal {
    z-index: 9500 !important;
}

#order-confirmation .span-first-line {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

#order-confirmation .span-second-line {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #626364;
}

#order-confirmation .resume-delivery-details {
    padding-left: 10px;
}

#order-confirmation .delivery-details h2 {
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

#downloadBtn {
    background: none;
    border: none;
    outline: none;
    margin-top: 20px;
    margin-right: 10px;
}

#order-confirmation .resume-delivery-details {
    display: flex;
    align-items: center;
    /* Centra verticalmente los elementos en el contenedor flex */
    margin-bottom: 30px;
}

#order-confirmation .left-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#order-confirmation .right-details {
    display: flex;
    flex-direction: column;
    text-align: left;
}

#order-confirmation .container {
    padding: 0px;
}

#order-confirmation .order-confirmation-head {
    background: #e0f0ed;
    padding: 40px 20px 20px 20px;
}

#order-confirmation #footer {
    display: none !important;
}

.order-confirmation-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-confirmation-head .button-order-confirmation-head a {
    color: #fff;
}

.order-confirmation-head .button-order-confirmation-head {
    align-self: flex-end;
}

.order-confirmation-head button {
    border-radius: 19px;
    background: #00aa82;
    border: 1px solid #00aa82;
    color: white;
    padding: 3px 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#order-confirmation .surcharge-progress {
    display: none;
}

.text-order-confirmation-head {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #161617;
}

.text-order-confirmation-head a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #161617;
    text-decoration: underline;
}

.button-order-confirmation-head,
.text-order-confirmation-head {
    margin: 10px 0;
    text-align: center;
}

.loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* Centra el texto */
    width: 100%;
    height: 100%;
}

.loader .title-loader {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px;
}

.loader .text-loader {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 40px;
}

.loader .subtext-loader {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 20px;
}

.loader img {
    width: 90%;
    max-width: 400px;
    margin: 20px 0;
}

.button-order-confirmation-head img {
    margin-right: 6px;
}

.shop-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #161617
}

#loading-screen {
    background-color: rgba(255, 255, 255, 0.9);
    /* Fondo blanco semi-transparente */
    z-index: 9999;
}

.shop-phone a,
.shop-email a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #161617;
}

.img-order-confirmation-head {
    margin: 10px 0;
}

.order-confirmation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.h1.card-title {
    font-size: 24px;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 15px;
    padding-top: 40px;
}

.order-confirmation-table .text-sm-center {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #161617;
    padding: 0px;
}

.card-title-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Alinea verticalmente el contenido en el centro */
    width: 100%;
}

.btn-oc {
    display: block;
    background-color: #009e81;
    color: white;
    text-align: center;
    padding: 15px;
    width: 90%;
    margin: auto;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;

}


#order-confirmation #footer,
#order-confirmation .page-footer {
    display: none;
}

#order-confirmation #wrapper {
    padding-bottom: 0px;
}

#order-confirmation #main .page-content {
    margin-bottom: 0px;
}

#order-confirmation #wrapper .card-block {
    padding-bottom: 0px;
}

#order-confirmation .time-order-confirmation-head {
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 10px;
}

.resume-order-confirmation-2 table td {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    background: #f5f5f5;
}

.resume-order-confirmation-2 table .total-value td {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.resume-order-confirmation {
    margin-left: -5px;
    margin-right: -5px;
    background: #f5f5f5;
    padding-bottom: 20px;
}

#order-confirmation #order-items {
    margin-bottom: 10px;
}

#order-confirmation .featured-products {
    display: none;
}

#order-confirmation .order-confirmation-table .order-line .qty {
    padding: 0px;
    margin: 0px;
}

#order-confirmation .order-confirmation-table .order-line .qty .row {
    margin: 0px;
    padding: 0px 15px 20px 15px;
}

.pharmacy-data {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #f2f2f3;
    border-bottom: 1px solid #f2f2f3;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
}

.order-confirmation-table .text-xs-left {
    font-weight: 500;
}

.order-confirmation-table .text-xs-right {
    padding-left: 0px;
}

.pharmacy-data span {
    margin-bottom: 10px;
    margin-top: 10px;
}


.pharmacy-data span:last-child {
    margin-bottom: 0;
}


.pharmacy-data span img {
    margin-right: 5px;
}

#content-hook_order_confirmation {
    display: none;
}

#order-items .card-title,
#order-items .order-confirmation-table .details {
    display: none;
}

#order-confirmation .featured-products {
    display: none;
}

#order-confirmation .invoice-btn {
    margin-top: 20px;
    margin-right: 20px
}

#order-confirmation #content.card {
    margin-bottom: 0px !important;
}

/*Order confirmation*/
/*Checkout*/


#checkout label[for="delivery_option_79"] .carriere-name-container {
    display: none !important;
}

.info-banner-checkout #legal-info-link {
    display: none;
}

.custom-radio input[type="radio"]:checked+span {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #009E81 !important;
    border-radius: 50%;
}

.custom-checkbox input[type="checkbox"]:checked+span {
    background-color: #009E81 !important;
    border-color: #009E81 !important;
    color: #FFF;
}

.btn-primary {
    color: #fff !important;
    background-color: #009E81 !important;
    border-color: #009E81 !important;
}


.too-far {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 9999;
}


body#checkout section.checkout-step .btn.continue {
    width: 100%;
}

.too-far-away {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.too-far-away button {
    border-radius: 25px;
    padding: 10px 40px;
    width: 100%;
}

.too-far-away h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #161617;
    margin-bottom: 15px;
}

.too-far-away p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #626364;
    margin-bottom: 20px;
}

.img-too-far-away {
    display: block;
    margin: 0 auto 25px;
}

body#checkout section.checkout-step .address-item.selected {
    border-radius: 20px;
}

body#checkout .additional-information p {

    font-weight: 300;
}

body#checkout section.checkout-step .address-item hr {

    border-top: var(--primary_color) 1px solid;
}

#checkout-addresses-step.-complete .content {
    padding-top: 0px !important;
}

#checkout-addresses-step.-complete .modal-address {
    padding-top: 0px;
}

.js-address-form .form-fields .col-md-9.col-md-offset-3 {
    display: none;
}

.modal-content-address .js-address-form .p2 {
    display: none;
}

#delivery-address .form-footer {
    margin-bottom: 20px;
}

#checkout-addresses-step.active .open-modal-search-address {
    display: none;
}

#checkout-addresses-step.active .modal-address {
    display: block;
    position: inherit;
}

#checkout-addresses-step.active .address-header {
    display: none;
}

#payment-confirmation .btn-special {
    background: #009e81;
    border-color: #009e81;
    border-radius: 20px;
    width: 90%;
    margin-top: 20px;
    color: #fff;

}

div.redsys_modal_container {
    z-index: 9999;
}

/*#asap_button {
    margin-left: 7% !important;
}
*/
#hook-display-before-carrier button {
    background-color: #f2f2f3;
    border: none;
    margin: 0px 10px;
    border-radius: 10px;
    padding: 10px 10px;
    border: solid 1px #f2f2f3;
    width: 50%;
    vertical-align: top;

}

.correos-express {
    background-color: #e3d8d81a;
    border: none;
    margin: 0px 10px;
    border-radius: 10px;
    padding: 10px 10px;
    border: solid 1px #e3d8d81a;
    width: 50%;
    display: inline-grid;
    text-align: left;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.description-correos {
    font-size: 13px;
    font-weight: 300;
    color: #00000090;
}

.title-correos {
    font-size: 15px;
    color: #00000090;
}

#hook-display-before-carrier #scheduler_at_date_selector {
    margin-top: 25px !important;
    margin: auto;
    background: #E0F0ED;
    border-radius: 8px;
    border: 1px solid #009e81;
    padding: 10px;
    outline: none;
}

#hook-display-before-carrier button.active {
    background-color: #E0F0ED !important;
    border: solid 1px #009e81;
    outline: none;
}

#payment-confirmation.inactive {
    display: none;
}

.open-modal-search-address.error .alert-address {
    display: block;
}

.open-modal-search-address .alert-address {
    display: none;
}

.open-modal-search-address.error .alert-address {
    display: block;
    color: #D41616;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.open-modal-search-address.error .input-direccion {
    border: 1px solid #D41616 !important;
}

.payment-option.active {
    display: block;
}

.js-address-form .form-control.input-error,
#customer-form .form-control.input-error {
  border:solid 1px red!important;
}
.js-address-form .input-error-message,
#customer-form .input-error-message {
  color: red;
  font-size: 0.85em;
  margin-top: 4px;
}

.payment-option.active .js-additional-information {
    display: block;
}


.payment-option {
    display: nne;
}

.payment-options .custom-radio {
    display: nne;
}

.modal-select-payment {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 90%;
    max-height: 90%;
    min-height: auto;
    background-color: white;
    z-index: 9000;
    padding: 20px;
    overflow: auto;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    margin: 0 auto;
}

.modal-select-payment h3 {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #161617;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.modal-select-payment span {
    display: block;
    /* Esto asegura que cada opción de pago quede debajo de la otra */
    padding-left: 5px;
    padding-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #161617;
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo gris semitransparente */
    z-index: 9000;
    /* Asegura que el fondo esté detrás del modal */
    display: none;
    /* Inicialmente oculto */
}




#checkout .form-footer button.continue,
#js-delivery .continue,
.modal-address .continue {
    border-radius: 25px;
    padding: 10px 40px;
}

body#checkout section.checkout-step .step-title {
    font-size: 24px !important;
    line-height: 28px;
    font-weight: 700;
    margin-top: 30px;
}



body#checkout section.checkout-step .delivery-options .delivery-option {
    background-color: #f2f2f3;
    border: none;
    margin: 0px 10px;
    border-radius: 10px;
    padding: 10px 0px;
    width: 50%;
    max-width: 250px;
}

.delivery-options {
    display: flex;
    justify-content: center;
}

.delivery-option.selected {
    background-color: #E0F0ED !important;
}

body#checkout section.checkout-step .delivery-options {
    margin-top: 0px;
    padding-bottom: 20px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0px;
    padding: 0px;
    border: none !important;
    border-radius: 5px;

}

#js-delivery .delivery-options .delivery-option .carrier-delay {
    font-weight: 300
}

#js-delivery .delivery-options .delivery-option .col-sm-1 {
    display: none;
}

.delivery-options-list .order-options {
    display: none;
}

#js-delivery .delivery-options .delivery-option .carrier-price {
    display: none !important;
}

#js-delivery .delivery-options {
    display: flex;
}


#js-delivery .delivery-options .delivery-option {
    margin: 0px;
}

#js-delivery .delivery-options .delivery-option-2 {
    width: 100%;
}

.cart-grid-body .step-title i,
.cart-grid-body .step-title .step-number {
    display: none !important;
}

#checkout-guest-form #customer-form section {
    display: grid;
}

#checkout-guest-form #customer-form .form-group:nth-last-of-type(3) {
    order: 1;

}

#checkout-guest-form #customer-form .form-group:nth-last-of-type(5) {
    display: none;

}

body#checkout section.checkout-step.js-current-step .step-title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
}

.checkout_notification .alert-success {
    top: 45px;
}

body.modal-open {
    overflow: hidden;
    /* Evita el desplazamiento en el body */
}

.address-header,
.payment-header {
    display: flex;
    justify-content: space-between;
}

.input-payment,
.input-direccion {
    display: flex;
    align-items: center;
    /* Centra verticalmente los elementos */
    justify-content: space-between;
    /* Separa el primer/segundo del tercero */
}

.input-payment img:first-of-type,
.input-payment img:nth-of-type(2),
.input-direccion img:first-of-type,
.input-direccion img:nth-of-type(2) {
    margin-right: 10px;
}

.input-payment img:last-of-type,
.input-direccion img:last-of-type {
    margin-left: auto;
}


.input-direccion,
.input-payment {
    width: 100%;
    border: 1px solid #CDCED0 !important;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
    color: #838486;
    cursor: pointer;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    cursor: pointer;
}

.delivery-option-2 .row div {
    padding: 0px !important;
}

.-complete .open-modal-search-address,
.-complete .address-header {
    display: none;
}

.-complete .modal-address {
    display: block;
    position: initial;
}

#hook-display-before-carrier {
    display: none;
}

.delivery-options-list .form-fields img {
    display: none;
}


body#checkout section.checkout-step .delivery-options .delivery-option label .row {
    display: flex;
    flex-direction: column;

}

body#checkout section.checkout-step .delivery-options .delivery-option label .row div {
    width: 100%;

}

.js-address-form .add-address,
.js-address-form .text_small {
    display: none;
}

#delivery-address .form-footer .cancel-address {
    display: none;
}

.modal-address,
.modal-paymnt {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    justify-content: center;
    align-items: center;
    z-index: 9001;
    overflow: auto;
    padding: 20px 20px;
}

.modal-content-address,
.modal-content-pament {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: 100%;
}

.glovo-login-info input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: white;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}

.glovo-login-info input[type="checkbox"]:checked {
    background-color: #009e81;
    border-color: #009e81;
}

/* Añadir el check en blanco cuando el checkbox está marcado */
.glovo-login-info input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 6px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#checkout-login-form {
    border: 1px solid #CDCED0;
    padding: 15px;
    border-radius: 5px;
}

#checkout .title-info-checkout {
    padding-bottom: 20px;
}

.glovo-login-info {
    display: flex;
    justify-content: flex-start;
}

.glovo-login-info-2 {
    padding-left: 34px;

}

.title-glovo-login {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding-left: 10px;

}

.content-glovo-login {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #626364;
}

.custom-checkbox label {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #626364;
}

body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: 0.5;
    display: none;
}

#checkout #customer-form .form-group.row:first-of-type {
    display: none;
}

#customer-form .form-control-label {
    display: none;
}

#customer-form .account_guest {
    display: none;
}

.form-group.row>div>.input-group .js-visible-password {
    display: none;
    /* Oculta solo el campo de contraseña */
}

.form-group.row:has(input[name="newsletter"]) {
    display: none;
    /* Oculta el contenedor que contiene el checkbox */
}


.form-group.row:has(input[name="optin"]) {
    display: none;
    /* Oculta el contenedor que contiene el checkbox */
}

#checkout-guest-form .form-control,
.js-address-form .form-control {
    border: 1px solid #CDCED0 !important;
    padding: 15px;
    border-radius: 5px;
}

body#checkout section.checkout-step #customer-form {
    margin-left: 0px !important;
    margin-top: 15px !important;
}

@media (max-width: 767px) {
    body#checkout .form-group {
        margin-bottom: 15px !important;
    }
}

#glovo-check {
    width: 24px;
    height: 24px;
}

#checkout #wrapper {
    padding-bottom: 0px;
}


.title-asap,
.title-schedule {
    font-size: 15px;
    color: #000;
}

.description-asap,
.description-schedule {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

#legal-info-link-1 {
    text-decoration: underline;
    cursor: pointer;
}

#checkout .payment-options .payment-option.clearfix .custom-radio.float-xs-left,
#checkout .payment-options .payment-option.clearfix label,
#checkout .payment-options .payment-option.clearfix .ps-hidden-by-js {
    display: none !important;
}

#checkout .cart-grid-body {
    padding: 0px 20px !important;
}



#checkout .title-info-checkout p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0px;
}

#checkout #checkout-guest-form {
    display: block;
}



body#checkout section.checkout-step {
    padding: 0px !important;
}

#checkout #checkout-personal-information-step .my-2 {
    display: none;
}

#checkout #wrapper .container {
    padding: 0px;
}

#checkout .cart-grid-right {
    padding: 0px;
    background-color: #F5F5F5;
}

#checkout .card,
#checkout .cart-summary_header {
    background-color: #F5F5F5 !important;
}

#checkout .card-block-products span {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    padding-bottom: 5px;
}

body#checkout .cart-grid-right .card .cart-total {
    border-top: none;
}

#checkout .cart-grid-right .card .card-block-products {
    padding: 0rem 1rem !important;
}

#checkout .cart-grid-right .card .cart-summary_header {
    padding: 1rem 1rem 0rem 1rem;
}

@media(max-width:767px) {
    #checkout .cart-grid-right::before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/themes/glovo/assets/images/Zigzag.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
}

#checkout .cart-summary-line.cart-total span {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
}

.cart-summary-products a[aria-expanded="true"] .chevronDown {
    display: none;
}

.cart-summary-products a[aria-expanded="false"] .chevronUp {
    display: none;
}

.info-banner-checkout {
    background-color: #f0f0f0;
    padding: 20px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #161617;
}


.info-banner-checkout a {
    color: #017963;
    text-decoration: underline;
    font-weight: bold;
}

.info-banner-checkout a:hover {
    text-decoration: underline;
}

#checkout #cart-summary-product-list .product-quantity {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

#checkout #cart-summary-product-list .product-price,
#checkout #cart-summary-product-list .product-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

#checkout .cart-grid-head {
    padding: 0px;
}

#checkout .cart-summary-products {
    display: flex;
    justify-content: space-between;
}

#checkout .checkout-resume-product {
    margin-top: 80px;
    padding: 0px 20px;
}

#checkout .checkout-resume-product .title-checkout {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

#checkout .total-products {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 25px;
    display: flex;
}

#checkout #cart-summary-product-list .media {
    padding-bottom: 20px;
}

#checkout .checkout-header {
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9000;
    background-color: white;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}




#checkout .checkout-header-middle {
    margin: auto;
}

#hook-display-before-carrier button {
    display: inline-grid;
    text-align: left;

}

/*Checkout*/

/*Mini Carro*/

.cart-item .cart__product-qty .input-group {
    display: flex;
}

#cart .input-group-control-cart {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 6px 0px;
    align-items: center;
}


#cart .js-product-control-cart.product-control-cart form {
    width: 100%;
}

#cart .input-group-control-cart.disabled button.btn-up .plus-2 {
    display: initial !important;
}

#cart .input-group-control-cart.no-stock .plus-1 {
    display: none;
}

#cart .input-group-control-cart.no-stock .plus-2 {
    display: inline !important;
}

#cart .cart-item .product-control-cart {
    position: initial;
    margin-top: 0px;
    justify-content: center;
    min-width: 100px;
}

#cart .cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}


#cart .cart-item .cart__product-name {
    flex: 1;
    text-align: left;
    justify-content: center;
}


#cart .cart-item .product-image img {
    width: 140px;
    height: auto;

}

#cart .footer-container,
#cart .copyright {
    display: none;
}

.mini-cart .bottom-button-text {
    color: #fff !important;
}


#cart input.js-cart-line-product-quantity[value="1"]~.input-group-btn-vertical .fa-minus {
    background: url(../images/trash-green.svg) 0 no-repeat !important;
    width: 15px;
    height: 36px;
}

#cart .value-product-cart {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 25px;
    display: flex;
}

#cart .card-block {
    padding-bottom: 5px;
    padding-top: 0px;
}

#cart .cart-grid-body .card-block h1 {
    margin-top: 80px;
}

#cart .cart-header {
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 7000;
    background-color: white;
    padding-top: 20px;
}

@media(max-width:767px) {

    #cart .sticky-shadow,
    #checkout .sticky-shadow,
    .modal-overlay .sticky-shadow {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
        /* Sombra suave debajo del header */
    }
}

#cart .btn-toueckspin .fa-plus::before {
    content: '' !important;
}

#cart .btn-touchspin .fa-plus {
    background: url(../images/plus-green.svg) 0 no-repeat;
    width: 15px;
    height: 36px;
}

#cart .btn-touchspin .fa-minus::before {
    content: '' !important;
}

#cart .btn-touchspin .fa-minus {
    background: url(../images/minus-green.svg) 0 no-repeat;
    width: 15px;
    height: 36px;
}

#cart .cart-header {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

#cart .cart-header-middle {
    margin: auto;
}

.add-to-cart-modal {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.add-to-cart-modal .single-product-control-units {
    border: none;
    background: none;
    outline: none;
    width: 100%;
}

.add-to-cart-modal .single-product-units {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.add-to-cart-modal {
    max-width: 155px;
    margin-top: 15px;

}

.add-to-cart-modal .single-product-units {
    width: 100%;
    text-align: center;
}

#cart .cart-item {
    display: flex;
}

#cart .cart-item .product-image {
    width: 85px;
}


#cart .cart-item .cart__product-qty {
    width: 25% !important;
    padding-left: 4%;
    padding-right: 1%;
}

#checkout #wrapper {
    padding-bottom: 0px;
}

#cart .cart-item .cart__product-name a {
    color: var(--color_font);
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.cart__product-price {
    padding-top: 10px;
}

#cart .cart-item .cart__product-price .product-totalprice,
#cart .cart-item .cart__product-price {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: left !important;
    align-items: left !important;
    flex-direction: inherit;
}

#cart .cart-item {
    border-bottom: none;
    padding: 20px 0px;
}

#cart .product-image {
    position: relative;
    /* Permite que el overlay se posicione sobre la imagen */
    display: inline-block;
    /* Ajusta el tamaño del contenedor a la imagen */
}

#cart .image-container {
    position: relative;
    /* Para posicionar el overlay sobre la imagen */
}

#cart .image-container img {
    display: block;
    /* Elimina el espacio en la parte inferior de la imagen */
    width: 100%;
    /* Ajusta el tamaño según sea necesario */
    height: auto;
    /* Mantiene la proporción de la imagen */
}

#cart .overlay {
    border-radius: 16px;
    position: absolute;
    /* Posiciona el overlay sobre la imagen */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(134, 147, 144, 0.15);
    /* Color gris con opacidad */
    pointer-events: none;
    /* Permite interacciones con la imagen debajo del overlay */
}

.cart-item .cart__product-qty .input-group .js-cart-line-product-quantity,
.cart-item .cart__product-qty .input-group-btn-vertical button {
    background: #e0f0ed !important;
}

.cart-item .cart__product-qty .bootstrap-touchspin-up {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 0px;
}

.cart-item .cart__product-qty .input-group .js-cart-line-product-quantity {
    border: none;
}

.cart-item .cart__product-qty .bootstrap-touchspin-down {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 0px;
}

.cart-item .cart__product-qty .input-group .js-cart-line-product-quantity,
.cart-item .cart__product-qty .input-group-btn-vertical button {
    background: #e0f0ed !important;
}

.cart-item .cart__product-qty .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: -56px;
    margin: 0;
    border-color: var(--color_font);
    border-right: 0;
}


#cart .checkout {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    pading: 0px;
    width: 94%;
    padding: 0px;
    width: 93%;
    text-align: center;
    margin: 3% 3% 3% 3%;
}


#cart .btn-primary {
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 7px;
    background: var(--button_p_bk) !important;
    color: #fff !important;
}

a.mini-cart-summary {
    color: white !important;
    display: block;
}

a .mini-cart-subtotal {
    color: white !important;
}

#cart #notifications .alert-danger {
    margin-top: 70px;
}

#cart .bottom-button-text {
    display: none;
}

#cart .bottom-button-text-cart {
    display: inline !important;
    color: #fff;
}


.input-group-control-cart[data-qty="1"] img[src*="less-white.svg"] {
    display: none;
    /* Ocultar imagen de menos si la cantidad es 1 */
}

.input-group-control-cart[data-qty]:not([data-qty="1"]) img[src*="trash.svg"] {
    display: none;
    /* Ocultar imagen de trash si la cantidad no es 1 */
}

.product-in-cart {
    border: 2px solid green;
}

.product-in-cart-overlay {
    border: 2px solid red;
}

/*Mini Carro*/
/*product minuature*/

.control-cart-visible {
    position: absolute !important;
    right: 0 !important;
}

.js-product-control-cart {
    position: fixed;
    right: -100%;
    transform: translateY(-50%);
    transition: right 0.3s ease;
}

.product-add-to-cart-container {
    position: absolute;
    z-index: 6667;
    top: 67px;
    right: 0px;
    display: flex
}

.btn-product-list {
    border-radius: 50px;
    margin-top: 5px;
    margin-right: 5px;
    border: none;
    padding: 0px;
    background-color: #e0f0ed;
}

.btn-product-list .bag-icon {
    padding: 8px;
}

.product-control-cart {
    border-radius: 50px;
    border: none;
    background-color: #009e81;
    margin-top: 18px;
    margin-left: 5px;
    width: 96px;
    margin-right: 5px;
    display: flex;
    color: white;
    position: absolute;
    right: -102px;
}

#category .product-control-cart,
#searchResults .product-control-cart {
    border-radius: 50px;
    border: none;
    background-color: #009e81;
    margin-top: 30px;
    width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    display: flex;
    color: white;
    position: absolute;
    right: -220px;
}

@media(min-width:767px) {

    #category .product-control-cart,
    #searchResults .product-control-cart {
        border-radius: 50px;
        border: none;
        background-color: #009e81;
        margin-top: 30px;
        width: 92%;
        margin-right: 4%;
        margin-left: 4%;
        display: flex;
        color: white;
        position: absolute;
        right: -330px;
    }
}

.add-to-cart-single-product-control {
    width: 94%;
    padding: 9px 7px;
    border-radius: 50px;
    color: white !important;
    font-size: 16px;
    font-weight: 700;
    background-color: #009e81;
    text-align: center;
    position: fixed;
    bottom: 0px;
    transition: bottom 0.5s ease 0.15s, background-color 0.5s ease 0.5s;
    z-index: 6668;
    cursor: pointer;
    margin-bottom: 3% !important;
    margin: auto;
    left: 0px;
    right: 0px;
}


.add-to-cart-single-product-control span {
    color: white !important
}

.product-add-to-cart-container .input-group-control-cart {
    width: 100%;
    display: flex;
    padding: 6px 0px;
}

.product-add-to-cart-container .input-group-control-cart button img {
    display: flex;
    margin: auto;
    height: 12px;
    width: 12px;
}

.product-add-to-cart-container .input-group-control-cart button,
.product-add-to-cart-container .input-group-control-cart span {
    /*width: 33%;*/
    text-align: center;
    /*  margin: auto;*/
    background: none;
    border: none;
    color: #fff;
}

.btn-product-list .bag-icon {
    margin: auto;
    display: flex;
}

.product-add-to-cart-container button:focus {
    outline: 0px;
}

.product-add-to-cart-container .quantity-in-cart {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.control-add-to-cart {
    border-radius: 50px;
    border: none;
    background-color: transparent;
    padding: 0 8px;
}

.product-add-to-cart-container form {
    width: 100%;
}

.product-add-to-cart-container .input-group-control-cart {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.product-add-to-cart-container .input-group-control-cart button,
.product-add-to-cart-container .input-group-control-cart span {
    /*width: 33%;*/
    padding: 0px;
    /*text-align: center;
    margin: auto;
    margin-bottom: 1px;*/
}

/*home*/
.home-bg {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-top: 40px;
}

.home-content {
    margin-top: 20%;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    border-radius: 0 50px 0 0;
    background-color: white;
}

.home-content-back {
    background-color: white;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    box-shadow: 2px 3px 6px #0000001a;
    left: 16px;
    position: absolute;
    margin-top: -26px;
    width: 60px;
}

.home-content-back img {
    border-radius: 16px;
}

.logotipo-europeo img {
    width: 100%;
}

.read-more {
    font-weight: 500;
}

.title-pharmacy {
    margin-left: 5.9%;
    padding-top: 51px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px
}

.title-grid-categories {
    text-transform: none;
    margin-left: 2.5%;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 30px;
    margin-bottom: 12px;
    color: #161617;
}

.store_home_info_c {
    display: flex;
    padding-left: 40px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.store_home_info,
.store__home_info {
    position: relative;
    padding-top: 40px;
    text-align: center;
    margin-right: 15%;
    font-size: 12px;
    font-weight: 500;
}

.store_home_info::before,
.store__home_info::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 36px;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.icon_eta::before {
    background-image: url('/themes/glovo/assets/images/svg/clock.svg');
}

.icon_delivery::before {
    background-image: url('/themes/glovo/assets/images/svg/bike.svg');
    /
}

.info-banner-home {
    background-color: #f0f0f0;
    padding: 20px 10px;
    margin: 0 auto;
    width: calc(100% - 25px);
    box-sizing: border-box;
    text-align: left;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    display: flex;
    align-items: center;
}

.home-info-contact {
    margin-left: 5.9%;
    font-size: 14px;
    color: #626364;
    font-weight: lighter;
}

.home-info-contact a {
    color: #626364;
    font-weight: 500;
}

.info-banner-home .text-banner-info {
    display: inline-block;
    /
}

.info-banner-home a {
    color: #017963;
    text-decoration: underline;
    font-weight: bold;
}

.info-banner-home a:hover {
    text-decoration: underline;
}

.banner-icon {
    width: 34px;
    height: 34px;
    background: url('/themes/glovo/assets/images/svg/telefono.svg') no-repeat center center;
    background-size: contain;
    margin-right: 25px;
}

.text-banner-info {
    flex: 1;
    text-align: left;
}

#cms .mini-cart,
#cms .surcharge-progress {
    display: none;
}

.home-content .category-item p {
    white-space: normal;
    /* Permite múltiples líneas */
    overflow: hidden;
    /* Oculta el texto desbordado */
    display: inline-block;
    /* Necesario para calcular el ancho */
    max-height: 3em;
    /* Ajusta la altura máxima visible */
    position: relative;
}

.home-content .category-item p span.last-word {
    white-space: nowrap;
    /* Evita que la última palabra haga un salto de línea */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Puntos suspensivos solo para la última palabra */
    display: block;
    max-width: 100%;
    /* Ajusta el tamaño al contenedor */
}

/*Home*/
/*Buscador direcciones*/

.modal-search-address {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    justify-content: center;
    align-items: center;
    z-index: 9000;
    padding: 20px 20px;
    overflow: auto;
}

.modal-search-address .simple_footer {
    display: none;
}

#base-modal-search .search-widget>form button[type="submit"] {
    position: initial !important;
}

.modal-window-top-search #search_widget form i {
    position: initial;
}


#base-modal-search .search-widget__input-group {
    display: flex;
    justify-content: space-around;
}

#base-modal-search .search-widget__input-group .input-group-append {
    order: -1;
}

.modal-content-search-address {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    margin: 0px;
    height: 100%;
}

.fa-times::before {
    color: #000;

}

#suggestions-container .suggestion-item {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 10px 0px;
    cursor: pointer;
}

.modal-search-address .adress-header-middle #mylocation {
    background: none;
    border: none;
    color: #017963;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 0px;
    cursor: pointer;

}

.modal-search-address .adress-header-middle .btn-location {
    background: #E0F0ED;
    border-radius: 50px;
    padding: 10px 20px;
    align-self: center;
    margin-top: 30px;
}

.search-container {
    display: flex;
    height: 100%;
    flex-flow: column;
}

.search-container .btn-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-location.not-found {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f5f5f5 !important;
    border-radius: 8px !important;
}

.btn-location.not-found .actual-location {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 300;
}

/*Buscador direcciones*/

/*Buscador*/
.modal-overlay-search.show .input-group-control-cart.disabled .plus-1 {
    display: none;
}

.modal-overlay-search.show .input-group-control-cart.disabled .plus-2 {
    display: flex !important;
}

#clearSearchInput {
    background: #cdced0;
    border-radius: 50%;
    border: none;
    width: 31px;
    height: 100%;
    outline: none;
    padding: 0px;
    display: none;
}

.fa-times {
    width: 16px;
    height: 16px;
}

.search-query-product .titulos h1 {
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 5px 10px;

}

.search-query-product .titulos .active h1 {
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #009e81;
    color: #fff;
}

#id-search.parafarmacia-class .logotipo-europeo {
    display: none;
}

.search-query-notproduct {
    display: flex;
    /* Habilita Flexbox */
    flex-direction: column;
    /* Apila los elementos verticalmente */
    align-items: center;
    /* Centra los elementos horizontalmente */
    text-align: center;
    /* Centra el texto dentro de los elementos */
    margin: 20px;
    /* Añade un margen para un poco de espacio alrededor */
}

.search-query-not-product {
    font-size: 14px;
    font-weight: 700;
}

.search-query-not-product-info {
    font-size: 12px;
}

.search-query-not-product,
.search-query-name,
.search-query-not-product-info {
    width: 100%;
    /* Asegura que el texto ocupe todo el ancho disponible */
    margin: 5px 0;
    /* Espaciado entre los textos */
}

#search_widget_form {
    width: 100%;
}

.header-result-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}

#searchResults .search-query-product {
    color: #626364;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

#searchResults .h3.product-title,
#searchResults .product-description {
    padding: 0px;
}

#searchResults .search-query-name {
    color: #161617;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

#searchResults .category-name {
    color: #161617;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0px;
}

#index #search_widget {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
}


#index #search_widget form {
    width: 100%;

}

.search-query-product .titulos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;

}

#searchResults .container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.search-query-product .titulos div {
    text-align: center;
    cursor: pointer;

}

.search-query-product .titulos h1 {
    font-size: 16px;
    color: #161617;
}



#base-modal-search #search_widget form {
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
}

#autocompleteResults .autocomplete-item {
    display: flex;
    text-align: left;
    align-items: baseline;
    justify-content: space-between;
}

#autocompleteResults .autocomplete-query {
    padding-left: 10px;
    width: 100%;
}

.modal-content-search-address .adress-header-middle {
    width: 90%;
}

#autocompleteResults .autocomplete-results {
    margin-left: -10px;
    margin-top: 10px;
}

#previusSeartch {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.open-modal-address {
    background: none;
    border: none;
    text-align: left;
    font-size: 16px !important;
    width: 100%;
    outline: none !important;
}

.modal-search-address .header-input {
    background: #f2f2f3 !important;
    border: none !important;
    padding: 7px 16px !important;
    text-align: left;
    font-size: 16px !important;
    width: 100%;
    border-radius: 50px !important;
    outline: none !important;
    display: flex;
}

.open-modal-search input {
    pointer-events: none;
    caret-color: transparent;
    user-select: none;
}

#index .open-modal-search #search_widget input {
    background: #f2f2f3 !important;
    border: none !important;
    padding: 10px 16px !important;
    text-align: center;
    font-size: 16px !important;
}


#index .search-widget>form button[type="submit"],
#base-modal-search .search-widget>form button[type="submit"] {
    right: 93% !important;

}

#base-modal-search .search-widget>form button[type="submit"] {
    right: 93% !important;
    z-index: 10;

}

#base-modal-search .modal-window-top-search #search_widget {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
}

.adress-header-left {
    padding-top: 5px;
}

#clearSearchAddressInput {
    background: #cdced0;
    border-radius: 50%;
    border: none;
    width: 28px;
    height: 100%;
    outline: none;
    padding: 0px;
}

/*Buscador*/


/*Carrusel productos*/

.product-miniature .thumbnail-container img {
    border-radius: 8px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .splide__list .splide__slide {
        width: 106px !important;
    }
}

@media (max-width: 767px) {
    .splide--slide {
        margin-left: 16px;
    }
}



@media (max-width: 767px) {

    .product-miniature .thumbnail-container .product-title,
    #category .js-product-list .thumbnail-container .product-title {
        font-size: 14px !important;
        font-weight: lighter !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 2.9em;
        line-height: 1.4em !important;
        padding: 2px;
        margin-bottom: 5px;
        height: inherit !important;
    }
}

@media (max-width: 767px) {

    .product-miniature .product-price-and-shipping,
    #products .product-price-and-shipping {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 1.6;
        display: inherit;
        min-height: 0px;
        font-weight: bold;
    }
}

@media (max-width: 767px) {

    .product-miniature .product-description,
    #category #js-product-list .product-miniature .thumbnail-container .product-description {
        padding-left: 2px;
    }
}

.product-miniature .flag-discount {
    display: flex;
    flex-direction: row;
    height: 26px;
    left: 8px;
    position: absolute;
    top: 8px;
    color: #000000;
    background-color: #009e81;
    border-radius: 5px;
    font-size: 14px;
    padding: 0px 8px;
}

.product-miniature .product-description .prices_flex,
#category #js-product-list .product-miniature .thumbnail-container .product-description .prices_flex {
    flex-direction: initial;
}

.product-miniature .regular-price {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 5px;
}

.product_button_right {
    bottom: 8px;
    position: absolute;
    right: 0px;
    background-color: transparent;
    border: none;
    width: 34px;
}

.view-all-carousel {
    color: #00A082;
}


.product_button_left {
    bottom: 8px;
    position: absolute;
    left: 0px;
    background-color: transparent;
    border: none;
}

.h1.products-section-title {
    text-transform: none;
    margin: 50px 0px 10px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.tile__overlay {
    align-items: center;
    background-color: rgba(22, 22, 23, 0.05);
    color: var(--helio-color-buttonText);
    display: flex;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    z-index: 10;
}

article.article-active .tile__overlay {
    background-color: rgba(0, 160, 130, 0.1);
}



@media (max-width:767px) {
    .view-all-carousel {
        color: #00A082;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
    }
}

.view-all {
    align-content: center;
    height: 106px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-arrow-carousel {
    margin-right: 10px;
}

.button-arrow-carousel img {
    display: block;
}

.circle-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.circle-icon img {
    max-width: 20px;
    height: auto;
}

.featured-products .section-title {
    margin: 20px 0px 20px 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.product-flags .new,
.product-flags .out_of_stock {
    display: none;
}

.splide__arrows {
    display: none;
}


/*Carrusel productos*/


/*Categorías*/

#category .product-add-to-cart-container,
#searchResults .product-add-to-cart-container {
    position: relative;
    z-index: 20;
    right: 0px;
    top: 0px;
    display: flex;
    margin-top: -37px;
}

.quantity-in-cart {
    color: #fff !important;
}

#category .product-add-to-cart-container,
#searchResults .product-add-to-cart-container {
    display: flex;
    align-items: center;
}

#category .product-add-cart,
#searchResults .product-add-cart {
    margin-left: auto;
}

.not-products {
    padding-left: 10px;
    font-size: 14px;
}

#category #footer .footer-container {
    padding: 0px 10px;
}

#category .category-name {
    font-size: 16px;
    color: #161617;
    font-weight: 700;
    padding-bottom: 10px;
}

#category #subcategories {
    display: none;
}

#category .breadcrumb {
    display: none;
}

#category .categories-header {
    display: flex;
    padding: 20px 20px 15px 20px;
    justify-content: space-between;
}

#category-filter .logotipo-europeo-category {
    flex: 1 1 100px;
    min-width: 120px;
    max-width: 120px;
    margin: 10px;
    text-align: center;
    margin-top: 0px;
}

#category-filter .logotipo-europeo-category img {
    width: 100%;
}



#category .categories-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#category #search_widget input {
    background: #f2f2f3 !important;
}

.title-pharmacy-categories {
    font-size: 16px;
    font-weight: 500;
    color: #161617;
    text-align: center;
}

#category .product-description,
#category .product-title {
    padding: 0px 0px;
}

#category #products .product-miniature {
    margin: 0px 10px;
}

@media (max-width: 991px) {
    #products .products>div {
        width: 33%;
    }
}

@media (max-width: 991px) {
    #products .products {
        justify-content: flex-start !important;
    }
}

.block-category h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

#category #js-product-list-header #search_widget input,
#left-column #search_widget input {
    background: #f2f2f3 !important;
    width: 52px !important;
    height: 32px;
}

#category #js-product-list-header #search_widget input::placeholder,
#left-column #search_widget input::placeholder {
    color: transparent !important;
}

#category #js-product-list-header #search_widget form i,
#left-column #search_widget form i {
    position: absolute;
    padding: 2px 8px;
}

#category #js-product-list-header #search_widget form i::before,
#left-column #search_widget form i::before {
    font-size: 12px;
    color: #161617;
}

@media(max-width:767px) {
    #main #js-product-list-header {
        display: none;
    }
}

.name-subcategories {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}



.name-subcategories .last-word {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 100%;
}

.address-header .footer-container,
.address-header .copyright {
    display: none;
}

#checkout .mini-cart,
#checkout .surcharge-progress {
    display: none;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    color: #000;

}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    color: #000;

}

#search_widget .close-button {
    padding-top: 10px;
}



#search_widget .close-button {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}

#category-filter .subcategory .subcategory-link {
    padding: 0px 10px;
}

#category .subcategory .subcategory-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#category-filter ul .active .category-link .name-subcategories {
    font-weight: 500;

}

.grid-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
    margin: auto;
}

.category-item {
    max-width: 25%;
    text-align: center;
    padding: 4px 5px;
}

.category-item a {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.category-item img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    padding: 5px;
}

.category-item p {
    font-size: 12px;
    line-height: 1.2em;
    margin-top: 5px;
    font-weight: 300;
    text-align: center;
    padding: 0px 4px;
    margin-bottom: 10px;
    color: #161617;
    width: 100%;
    /* Asegúrate de que el ancho esté limitado */
    white-space: normal;
    /* Permite saltos de línea */
    overflow-wrap: break-word;
    /* Rompe el texto si es muy largo */
}

#category #js-product-list-top {
    display: none;
}


/*Categorías*/


/*Footer*/

@media(max-width:767px) {
    .footer-container .content-block-footer .row {
        display: flex;
        flex-wrap: wrap;
        /* Permite que los elementos se ajusten a múltiples filas */
        gap: 1rem;
        /* Espaciado entre columnas */
    }
}

.footer-container .content-block-footer .row .col {
    flex: 1 1 calc(50% - 1rem);
    /* 50% del ancho menos el gap */
    display: flex;
    justify-content: center;
    /* Centra el contenido horizontalmente */
    align-items: center;
    /* Centra el contenido verticalmente */
}

.footer-container .content-block-footer .row .col img {
    max-width: 100%;
    /* Escala las imágenes para que no excedan su contenedor */
    height: auto;
    /* Mantiene la proporción de las imágenes */
}

@media(max-width:767px) {
    .logotipo-europeo-footer img {
        max-width: 40%;
        margin: auto;
        display: flex;
        margin-top: 20px;
    }
}

.logotipo-europeo-footer img {
    width: 220px;
    margin: auto;
    display: flex;
    margin-top: 20px;
    display:none /*@Yvan, se ha tenido que ocultar de la home el Logotipo Común Europeo por petición de subsanación*/
}

#footer-row-2 .title-block-footer {
    margin-bottom: 30px;
}

#footer-row-2 .title-block-footer {
    margin-bottom: 30px;
}

@media(max-width:767px) {
    #footer-row-2 a {
        display: flex;
        justify-content: center;
        margin: 10px;
    }
}

@media(max-width:767px) {
    #footer-row-2 a {
        display: flex;
        justify-content: center;
    }
}

#footer .footer-container {
    padding: 10px 0px;
    background: #fff;
    border-top: solid 1px #f2f2f3;
}

#footer .pre-footer {
    display: none;
}

#footer .footer-container .block-footer .title-block-footer {
    color: #161617;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-left: px;
    padding-right: px;
}

#footer .footer-container .block-footer .content-block-footer p {
    color: #161617;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-left: px;
    padding-right: px;
}

#footer .footer-container .block-footer {
    border-bottom: solid 1px #f2f2f3;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer .content-block-footer .fa-phone-alt::before {
    content: '' !important;
}

#footer .fa-phone-alt {
    background: url(../images/svg/phone.svg) 0 no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 6px -6px 0;
}

#footer .content-block-footer .fa-envelope::before {
    content: '' !important;
}

#footer .fa-envelope {
    background: url(../images/svg/envelope.svg) 0 no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 6px -6px 0;
}

.copyright_content {
    background: #fff;
    padding-bottom: 120px !important;
}

.text_copyright {
    font-size: 14px !important;
}


#footer a {
    color: #000;
}

/*Footer*/


/*Modal Product */

.modal-window-body[data-features*="Parafarmacia: Si"] .logotipo-europeo {
    display: none;

}

.modal-overlay .add-to-cart-modal.no-active {
    display: none;
}


.modal-overlay .add-to-cart-single-product-control.no-active {
    display: none;
}


.modal-overlay #out-of-stock-message.active {
    display: block !important;
    font-size: 16px;
    margin: 40px 0px;
    background: #F9EFDC;
    padding: 20px;
    border-radius: 8px;
    text-align: center;


}

#zoom-modal-product-image-2 {
    max-width: 100%;
}

.modal-overlay .logotipo-europeo {
    max-width: 140px !important;
}

@media(max-width:767px) {
    .modal-window-top {
        display: flex;
        margin: auto;
        justify-content: space-between;
        align-items: initial;
        text-align: center;
        position: sticky;
        top: 0;
        z-index: 9999;
        padding-top: 20px;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
        padding: 20px 20px 0px 20px;
    }
}

#footer .modal-window .info-banner-home a {
    color: #017963;
    text-decoration: underline;
    font-weight: bold;
}

.modal-window-body {
    padding: 0px 20px 20px 20px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 7001;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    /*transition: opacity 0.3s ease, visibility 0.3s ease;*/
}

.modal-wrapper {
    position: fixed;
    bottom: -100%;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    transition: bottom 0.5s ease-out;
    height: 100%;
    overflow-y: auto;
    z-index: 7000;
}

.modal-overlay.show {
    visibility: visible;
    opacity: 1;
}

.modal-overlay.show .modal-wrapper {
    bottom: 0;
}

.close-button {
    cursor: pointer;
}

#modal-product-image {
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 60% !important;
    cursor: zoom-in;
}

#modal-product-name {
    font-size: 24px;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 20px;
    line-height: 28px;
    font-weight: 700;
}

#modal-product-price {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0px;
}

#modal-product-description-short {
    margin-top: 10px;
}

#modal-product-description-short p,
#modal-product-resume p,
#modal-laboratory,
.modal-return-text {
    font-size: 14px;
    text-align: left;
    line-height: 19px;
    font-weight: 300;
    color: #6E6E6E !important;
}

#modal-product-description-short,
#modal-product-resume {
    font-size: 14px;
    text-align: left;
    line-height: 19px;
    font-weight: 300;
    color: #6E6E6E !important;
}



.modal-return {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: initial
}

.modal-return-text {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: block;

}

.open-modal-product-return {
    padding: 0px 10px;
    cursor: pointer;
}

.open-modal-product-return img {
    transition: transform 0.3s ease;
    transform: rotate(-90deg);

}

.open-modal-product-return.active img {
    transform: rotate(0deg);
}

#modal-product-resume {
    display: block;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-top: 10px;
}

.open-modal-product-resume {
    padding: 0px 10px;
    cursor: pointer
}

.open-modal-product-resume img {
    transition: transform 0.3s ease;
    transform: rotate(-90deg);

}

.open-modal-product-resume.active img {
    transform: rotate(0deg);

}

.container-modal-product-resume {
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: initial;
}

.modal-return {
    margin-top: 20px;
}


.modal-window-top-button {
    justify-content: flex-start;
    display: flex;
}

body.no-scroll {
    overflow: hidden;
}

.modal-window-body {
    margin-bottom: 80px;
}

.info-banner-modal {
    background-color: #f0f0f0;
    padding: 15px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: lighter;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.info-banner-modal a {
    color: #017963 !important;
    text-decoration: underline;
    font-weight: bold;
}

.medicamentos-class,
.parafarmacia-class {
    display: none;
}


.medicamentos-class.active,
.parafarmacia-class.active {
    display: block;
}

.search-query-product.parafarmacia .parafarmacia-class {
    display: block;
}

#modal-product-parafarmacia .parafarmacia {
    display: none;
}


#modal-product-parafarmacia.Si .parafarmacia {
    display: block;
}

#modal-product-parafarmacia.Si .farmacia,
#modal-product-parafarmacia.Si .logotipo-europeo {
    display: none;
}

/*Modal Product*/


/* Modal Search */

#search_widget .autocomplete-item {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300 !important;
    padding: 12px 0px;
    color: #161617;
}

.modal-window-body-search #searchResults #main {
    padding: 20px;
    margin-bottom: 75px;
}

.modal-overlay-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease, visibility 0.1s linear;
    z-index: 6667;
}

.modal-wrapper-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
}

.modal-overlay-search.show {
    visibility: visible;
    opacity: 1;
}

.modal-overlay-search.show .modal-wrapper-search {
    bottom: 0;
}

.close-button,
.close-button-modal-product {
    cursor: pointer;
}

.modal-window-top-button-search {
    justify-content: flex-start;
    display: flex;
}

body.no-scroll {
    overflow: hidden;
}

.modal-overlay-search .modal-window-top-search {
    display: flex;
    align-items: normal;
    vertical-align: middle;
    margin-top: 20px;

}


.modal-overlay-search .modal-window-button-top-search {
    display: flex;
    width: 8%;
    padding-left: 15px;
}

.modal-overlay-search .modal-window-top-middle-search {
    display: flex;
    width: 92%;
    padding-right: 15px;
}

.modal-window-top-search #search_widget form i {
    padding: 0px;
}

#base-modal-search .modal-window-top-search .input-group.search-widget__input-group {
    background: #f2f2f3 !important;
    border: none !important;
    padding: 7px 16px !important;
    text-align: center;
    font-size: 16px !important;
    color: #626364;
    border-radius: 50px;
}

.modal-window-top-search {
    margin-top: 10px;
}

#base-modal-search .modal-window-top-search .input-group.search-widget__input-group input {
    padding: 0px 0px !important;
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}


/*Modal Search*/

/*Filtro categorías*/

@media(max-width:767px) {
    #category-filter.sticky {
        position: fixed;
        padding-top: 10px;
        top: 0;
        width: 100%;
        z-index: 1000;
        /* Asegúrate de que esté encima de otros elementos */
        background-color: #fff;
        /* Fondo blanco para el sticky */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        /* Sombra para darle efecto */
    }
}

#category-filter {
    padding-top: 10px;

}

.subcategory {
    scrollbar-width: none;
}

#category-filter .category-list .category-link.active {
    pointer-events: none;
    color: #161617;
    font-weight: 500;
}

.subcategory .active {
    pointer-events: none;
}

.category-list-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}



.category-background-bar {
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #f2f2f3;
    width: 100%;
    transition: left 0.3s ease;
    z-index: 0;
}

.category-selected-bar {
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #009e81;
    width: 0;
    transition: left 0.3s ease, width 0.3s ease;
    z-index: 1;
}

#category .subcategory li {
    flex: 1 1 100px;
    max-width: 80px;
    min-width: 80px;
    margin: 5px 5px 0px 5px;
    text-align: center;
}

#category .subcategory .category-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#category .subcategory-image {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#category .name-subcategories {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}


#category .subcategory-image {
    border-radius: 50%;
    width: 44px;
    height: 44px;
}


#category-filter input {
    display: none;

}

#category-filter .category-list .category-link {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #626364;

}

#category .logotipo-europeo-category {
    flex: 1 1 100px;
    min-width: 120px;
    max-width: 120px;
    margin: 10px;
    text-align: center;
    margin-top: 0px;
}

#category .logotipo-europeo-category img {
    width: 100%;
}

#category-filter .active {
    color: #161617 !important;
    font-weight: 500 !important;
}

#category-filter .activo {
    color: #161617 !important;
    font-weight: 500 !important;
}

#category-filter ul .active .category-link img {
    border: solid 2px #009e81;
    transform: rotate(-20deg);
    transition: transform 0.3s ease;
}

#category-filter .subcategory img {
    transition: transform 0.3s ease;
}

#category-filter .subcategory-link img {
    transition: transform 0.3s ease;
}

#category-filter .category-list .category-link:checked+label {
    color: #161617;
    font-weight: 500;
}

#category-filter .subcategory-input:checked+.category-link .name-subcategories {
    font-weight: 500;

}

#category-filter .subcategory {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;

}

.level-2-category-list {
    display: flex;
    border-radius: 50px;
    justify-content: center;
    /* Centrar los elementos horizontalmente */
    background-color: #f2f2f3;
    /* Fondo gris */
    width: fit-content;
    /* Ajustar el ancho al contenido */
    margin: 0 auto;
    /* Centrar el <ul> en el contenedor padre */
    margin-bottom: 15px;

}

#category-filter .category-list-wrapper {
    display: none;
}

#category-filter .category-list-wrapper.active {
    display: flex;
}

.level-2-category-list li.active {
    background-color: #009e81;
}

.level-2-category-list li.active label {
    color: #fff;
}

.level-2-category-list li {
    margin: 5px 5px;
    /* Espaciado entre los elementos */
    display: flex;
    align-items: center;
    /* Centrar verticalmente el contenido del <li> */
    justify-content: center;
    /* Centrar horizontalmente el contenido del <li> */
    background-color: #ffffff;
    /* Fondo blanco */
    border-radius: 50px;
    /* Bordes redondeados opcionales */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Sombra opcional */
}

.level-2-category-list li input {
    display: none;
}

.level-2-category-list li label {
    margin-bottom: 0px;
    padding: 5px 10px;
    cursor: pointer;
}

#category-filter .category-list li,
.subcategory li {
    flex: 0 0 auto;
    /* Evita que los elementos se reduzcan */
    margin-right: 0px;
    /* Reduce el espacio entre los elementos */
    margin-left: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#category-filter .subcategory {
    display: none;

}


#category-filter .subcategory.active {
    display: flex;
}

#category-filter .category-list {
    display: none !important;
}

#category-filter .category-list.active {
    display: flex !important;
}

#category-filter .category-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: pointer;
    position: relative;

}

#category-filter .category-list li {
    flex: 0 0 auto;
    /* Evita que los elementos se reduzcan */
    margin-right: 0px;
    /* Reduce el espacio entre los elementos */
    margin-left: 0px;
    padding-left: 10px !important;
    padding-right: 5px !important;
}



#category-filter .category-list::-webkit-scrollbar {
    display: none;
    /* Para Chrome, Safari y Opera */
}


#categoory #left-column {
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 6666;
    background-color: white;

}

#categoory #content-wrapper {
    margin-top: 310px;
}

.modal-overlay.parafarmacia .modal-window-body .logotipo-europeo,
.modal-overlay.parafarmacia .modal-window-body .medicinal-product {
    display: none;
}

.modal-overlay.parafarmacia .modal-window-body .parapharmacy-product {
    display: block !important;
}



.modal-overlay-search.show .titulo-farmacia.active .modal-window-body .logotipo-europeo {
    display: block !important;
}

.modal-overlay.parafarmacia.show .titulo-parafarmacia.active .modal-window-body .logotipo-europeo {
    display: none !important;
}

/*Filtro de categorías*/


/*Buscador por facetas*/


#category .container {
    padding-left: 0px;
    padding-right: 0px;
}

#category #left-column {
    padding-left: 0px;
    padding-right: 0px;
}

#category #content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    #category #left-column #search_filters .facet ul a {
        padding-right: 15px;
    }
}


/*Buscador por facetas*/


/* Modal Checkout */

#blockcart-modal .modal-dialog {
    width: 200px;
    height: 200px;
    margin: auto;
}

#blockcart-modal {}

.modal-open {
    overflow: inherit;
}

.modal-backdrop.in {
    opacity: 0;
}

#blockcart-modal {}


/* Modal Checkout */






/*Modal Aviso Legal*/

.modal-legal-body .mini-cart {
    display: none;
}

.modal-legal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.modal-legal-content {
    background: #fff;
    height: 100%;
    width: 100%;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.modal-legal-body {
    max-height: 100%;
    overflow-y: auto;
    padding: 20px;
}

/*Modal Aviso Legal*/

/*Loader address*/
.loader-two-dots {
    height: 1em;
    perspective: 60vh;
    width: 1em;
}

.loader-address {
    align-content: center;
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin: 0 auto;
    vertical-align: middle;
    width: 25px;
}

.loader-two-dots {
    height: 1em;
    perspective: 60vh;
    width: 1em
}

.loader-two-dots:after,
.loader-two-dots:before {
    border-radius: 50%;
    content: " ";
    height: 100%;
    position: absolute;
    width: 100%
}

.loader-two-dots:before {
    animation: rotationaddress1 1.2s linear infinite;
    background: #017963;
    left: -.9em;
    z-index: 1
}

.loader-two-dots:after {
    animation: rotationaddress2 1.2s linear infinite;
    background: #017963;
    right: -.9em;
    z-index: 1
}

@keyframes rotationaddress1 {
    25% {
        left: 0;
        opacity: .5;
        transform: scale(.5)
    }

    50% {
        left: .9em;
        opacity: .8;
        transform: scale(1)
    }

    75% {
        left: 0;
        opacity: 1;
        transform: scale(1.2);
        z-index: 2
    }
}


@keyframes rotationaddress2 {
    25% {
        opacity: 1;
        right: 0;
        transform: scale(1.2);
        z-index: 2
    }

    50% {
        opacity: .8;
        right: .9em;
        transform: scale(1)
    }

    75% {
        opacity: .5;
        right: 0;
        transform: scale(.5)
    }
}

.btn-location .loader-address {
    display: none;
}

.btn-location .actual-location,
.btn-location .container-2 img {
    display: none;
}

.btn-location.not-found .actual-location,
.btn-location.not-found .container-2 img {
    display: flex;
}

.btn-location.not-found .img-btn-location {
    display: none;
}

.btn-location.not-found {
    display: grid;
    grid-column: 2;
}

.btn-location.not-found {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn-location.not-found .container-2 {
    flex: 1;
}

.btn-location.not-found .container-1 {
    flex: 6;
}

.btn-location.not-found .container-2 {
    display: flex;
    justify-content: flex-end;
    /* Alinea el contenido a la derecha */
}

/*Loader address*/

/*Loader cart*/


.mini-cart-summary .loader-cart {
    display: none;
}

.loader-cart {
    align-content: center;
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin: 0 auto;
    vertical-align: middle;
    width: 25px;
}

.loader-cart .loader-two-dots:before {
    animation: rotationaddress1 1.2s linear infinite;
    background: #fff;
    left: -.9em;
    z-index: 1
}

.loader-cart .loader-two-dots:after {
    animation: rotationaddress2 1.2s linear infinite;
    background: #fff;
    right: -.9em;
    z-index: 1
}


/*Loader cart*/
/*Cookies */
#lgcookieslaw_banner .container {
    max-width: 500px;
}

#lgcookieslaw_fixed_button.top {
    transition: bottom 0.5s ease 0.15s, background-color 0.5s ease 0.5s !important;
    bottom: 115px;
}

#lgcookieslaw_fixed_button.visible {
    transition: bottom 0.5s ease 0.15s, background-color 0.5s ease 0.5s !important;
    bottom: 70px;
}

#lgcookieslaw_fixed_button {
    transition: bottom 0.5s ease 0.15s, background-color 0.5s ease 0.5s !important;
}

.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-left {
    left: 10px;
    bottom: 50px;
}

@media(min-width:767px) {
    #lgcookieslaw_banner {
        display: flex;
    }
}

@media (max-width:768px) {
    #lgcookieslaw_banner.lgcookieslaw-banner-bottom {
        padding-bottom: 13px;

    }
}

#lgcookieslaw_banner.lgcookieslaw-banner-bottom {

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button {
    border: none !important;
}

.lgcookieslaw-button-container .lgcookieslaw-reject-button:hover {
    opacity: 0.8;
}

.lgcookieslaw-button-container .lgcookieslaw-accept-button {
    border: none !important;
}

.lgcookieslaw-button-container .lgcookieslaw-accept-button:hover {
    opacity: 0.8;
}

#lgcookieslaw_fixed_button {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px;
}

#lgcookieslaw_fixed_button svg {
    fill: white !important;
}

@media only screen and (min-width: 768px) {
    .lgcookieslaw-banner .container {
        Display: grid !important;
        Text-align: center;
    }

    .lgcookieslaw-button-container .lgcookieslaw-reject-button {
        margin-right: 7px
    }

    .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        margin-left: 7px
    }

    #lgcookieslaw_banner.lgcookieslaw-banner-bottom {
        bottom: 20 !important;
        right: 16px;
        bottom: 69px;
    }

    #lgcookieslaw_banner {
        width: 600px !important;
    }

    #lgcookieslaw_banner {
        left: inherit !important;
        border-radius: 5px;
        box-shadow: none !important;
        text-align: center !important;
    }

    .lgcookieslaw-button {
        border-radius: 7px;
        width: inherit !important;
    }
}

.lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message {
    Width: 100% !important;
}

.lgcookieslaw-link-container {
    margin-bottom: 17px;
}

.lgcookieslaw-button-container {
    Width: 100% !important
}

/*Cookies*/

/*Loader buscador*/

#loadingIndicator {
    color: #000;
}

.container-loaders {
    display: flex;
    align-items: last baseline;
}

.container-loader {
    width: 30px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: last baseline;
    justify-content: space-between;
    padding-left: 5px;

}

.container-loader div {
    width: 4px;
    border-radius: 50%;
    height: 4px;
    background-color: #000;
    animation: salto 1s alternate infinite;
}

.container-loader div:nth-child(2) {
    animation-delay: 0.20s;
}

.container-loader div:nth-child(3) {
    animation-delay: 0.40s;
}

.container-loader div:nth-child(4) {
    animation-delay: 0.60s;
}


@keyframes salto {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}



/*Loader Buscador */



/*Loader Pop-up producto*/

.loading-overlay.activo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    z-index: 9999;
    padding: 20px;
    flex-direction: column;
    overflow-y: auto;
    margin: auto;
}

.loading-overlay-container {
    max-width: 1270px;
    margin: auto;
    background: none !important;
    width: 100%;
}

.loading-overlay {
    display: none;
}

.loading-overlay div {
    margin-top: 0px;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

.loading-img {
    width: 230px;
    height: 230px;
    background-color: #ccc;
    border-radius: 8px;
    margin: 15px auto 15px auto;
}


.loading-top {
    height: 42px;
}

.loading-title,
.loading-price,
.loading-resume,
.loading-description {
    width: 80%;
    height: 20px;
    background-color: #d0d0d0;
    border-radius: 4px;
    margin-bottom: 10px;
}

.loading-title {
    height: 50px;
    width: 70%;
    margin-top: 20px;

}

.loading-price {
    width: 30%;
    margin-top: 20px;
    height: 35px;
}

.loading-resume {
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

.loading-description {
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

/* Loader Pop-up producto */


/* Loader categorias */
@keyframes shimmer-reverse {
    0% {
        background-position: 200%;
        /* Empieza a la derecha */
    }

    100% {
        background-position: -100%;
        /* Termina a la izquierda */
    }
}

#products.active #js-product-list .category-name span,
#products.active #js-product-list .product-title,
#products.active #js-product-list .price {
    background: linear-gradient(90deg,
            rgba(224, 224, 224, 0.27) 25%,
            rgba(224, 224, 224, 0.45) 50%,
            rgba(224, 224, 224, 0.27) 75%);
    background-size: 200% 100%;
    animation: shimmer-reverse 1.5s infinite;
    color: transparent;
}

.loading-category-overlay .loading-category-name,
.loading-category-img,
.loading-category-product-name,
.loading-category-price,
.loading-overlay div {
    background: linear-gradient(90deg,
            rgba(224, 224, 224, 0.27) 25%,
            rgba(224, 224, 224, 0.45) 50%,
            rgba(224, 224, 224, 0.27) 75%);
    background-size: 200% 100%;
    animation: shimmer-reverse 1.5s infinite;
}

@keyframes slide-glow {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.loading-category-overlay {
    display: none;
}

.loading-category-overlay .loading-category-name {
    width: 40%;
    background: #e0e0e045;
    height: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    aspect-ratio: 1;
    margin-left: 10px;
    max-width: 220px;
}


.loading-category-img {
    background-color: #e0e0e045;
    border-radius: 8px;
    margin-bottom: 10px;
    aspect-ratio: 1 / 1;
    /* Mantiene la relación de aspecto 1:1 (cuadrado) */
    width: 100%;
    /* Se adapta al ancho del contenedor */
    height: auto;
    /* Se ajusta automáticamente para mantener la relación de aspecto */

}

.loading-category-product-name {
    background-color: #e0e0e045;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    height: 40px;
}

.loading-category-products {
    display: flex;
    /*! margin-top: 10px; */
}

.loading-category-price {
    background-color: #e0e0e045;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}


@media(max-width:991px) {
    .loading-category-overlay.loading-active {
        position: fixed;
        top: 300px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        z-index: 9999;
        padding: 8px;
        flex-direction: column;
        overflow-y: auto;
        /* Asegura que los elementos no se desborden */
        /*! margin-left: -8px !important; */
        /*! margin-right: -8px !important; */
        justify-content: flex-start !important;
        margin: auto;
        margin-top: 15px;
        overflow: hidden;
    }
}

@media(max-width:991px) {
    .loading-category-products .loading-unit-product:nth-last-child(-n+2) {
        display: none;
    }
}

@media (max-width: 991px) {
    .loading-category-overlay .loading-unit-product {
        width: 33%;
        display: flex;
        flex-grow: initial;
        flex-direction: column;
        height: 100%;
        margin: 0px 10px;
    }
}


@media(min-width:991px) {
    .loading-category-overlay.loading-active {
        position: fixed;
        top: 300px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        z-index: 9999;
        padding: 8px;
        flex-direction: column;
        overflow-y: auto;
        /* Asegura que los elementos no se desborden */
        /*! margin-left: -8px !important; */
        /*! margin-right: -8px !important; */
        justify-content: flex-start !important;
        margin: auto;
        margin-top: 15px;
        overflow: hidden;
    }
}

@media(min-width:991px) and (max-width:1200px) {
    .loading-category-products .loading-unit-product:nth-last-child(-n+1) {
        display: none;
    }
}

@media (min-width: 991px) {
    .loading-category-overlay .loading-unit-product {
        width: 33%;
        display: flex;
        flex-grow: initial;
        flex-direction: column;
        height: 100%;
        margin: 0px 10px;
    }
}

@media(max-width:767px) {
    .loading-category-container {
        width: 100%;
        max-width: 540px;
        margin: auto;
        margin-top: 0px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .loading-category-container {
        width: 100%;
        max-width: 720px;
        margin: auto;
        margin-top: 0px;
    }
}

@media(min-width:991px) {
    .loading-category-container {

        margin: auto;
        margin-top: 0px;
    }
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

/* Loader categorias */

/*Versión Web*/

@media (min-width: 576px) and (max-width: 768px) {
    .container {
        width: 767px;
        max-width: 100%;
    }

}

@media(min-width:767px) {
    #footer-row-2 .block-footer .row .col {
        width: 25%;
    }
}

@media(min-width:767px) {
    #footer-row-2 .block-footer .row .col img {
        max-width: 80%;
    }
}

@media(min-width:767px) {
    .home-bg {
        background-size: cover !important;
    }
}

@media(min-width:767px) {
    .product-add-to-cart-container {

        top: 106px;

    }
}

@media(min-width:767px) {
    #index #search_widget form i {
        position: initial;
    }
}

@media(min-width:767px) {
    .home-content-web {
        max-width: 1270px;
        margin: auto;
    }
}

@media(min-width:767px) {
    .home-content-back {
        max-width: 1270px;
        position: absolute;
        left: inherit;
    }
}

@media(min-width:767px) {

    #index .title-pharmacy,
    #index .home-info-contact,
    #index .store_home_info_c {
        margin-left: 10px;
    }
}

@media(min-width:767px) {
    .category-item {
        max-width: 20%;

    }
}

@media(min-width:767px) {
    .splide .splide__track {
        margin-left: 0px;
        margin-right: 0px;

    }
}

@media (min-width: 767px) {
    .splide__list .splide__slide {
        width: 160px !important;
    }
}

@media(min-width:767px) {
    #footer .footer-container .block-footer {
        border-bottom: none;
    }
}

@media(min-width:767px) {
    #footer {
        padding-bottom: 50px;
    }
}

@media(min-width:767px) {
    .category-item p {
        font-size: 15px;

    }
}

@media(min-width:767px) {
    .mini-cart {
        /* width: 93%;*/
        padding: 9px 7px;
        border-radius: 50px;
        color: white;
        font-size: 16px;
        font-weight: 700;
        background-color: #bbbbbb;
        text-align: center;
        position: fixed;
        bottom: 0px;
        margin: 3% 20% 3% 20%;
        transition: bottom 0.5s ease 0.15s, background-color 0.5s ease 0.5s;
        bottom: -70px;
        max-width: 800px;
        z-index: 6668;
        left: 0px;
        right: 0px;
        margin: auto;
        margin-bottom: 20px;

    }
}

@media(min-width:767px) {
    #index .carousel-section .product-control-cart {
        border-radius: 50px;
        border: none;
        background-color: #009e81;
        color: white;
        position: absolute;
        right: -102px;
        border-radius: 50px;
        border: none;
        background-color: #009e81;
        margin-top: 30px;
        /*! width: 92%; */
        margin-right: 16%;
        margin-left: 4%;
        display: flex;
        color: white;
        position: absolute;
        right: -250px;
        margin-top: 19px;
        width: 131px;
    }
}

@media(min-width:767px) {
    #category .container {
        display: flex;
        flex-direction: column;
    }
}

@media(min-width:767px) {
    #category #left-column {
        width: 100%;
    }
}

@media (min-width: 767px) {
    #category .container #content-wrapper {
        width: 100%;
    }
}

@media (min-width: 1199px) {
    #products .products>div {
        width: 20%;
    }
}

@media (min-width: 767px) {
    #category #content-wrapper #main #js-product-list-header {
        display: none;
    }
}

@media(min-width:767px) {

    #category .categories-header .categories-header-left,
    #category .categories-header .categories-header-right {
        width: 10%;
    }
}

@media(min-width:767px) {
    #category .categories-header .categories-header-middle {
        width: 80%;
    }
}

@media only screen and (min-width: 767px) {
    #search_widget {
        min-width: 16px;
    }
}

@media only screen and (min-width: 767px) {
    #category .logotipo-europeo-category {

        margin-top: 0px;
    }
}



@media(min-width:767px) {
    #footer-row-2 .block-footer {
        width: 100%;
    }
}

@media(min-width:767px) {
    #footer-row-2 .block-footer .row {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    #cart .cart-grid-body {
        width: 100%;
    }
}

@media(min-width:767px) {

    #checkout .checkout-header,
    #cart .cart-header {
        position: inherit !important;
    }
}

@media(min-width:767px) {
    #cart .cart-header {
        margin-top: 25px;
    }
}




@media(min-width:767px) {

    #checkout .checkout-header .title-checkout,
    #cart .cart-header .title-cart {
        font-size: 22px;
    }
}

@media(min-width:767px) {
    #modal-product-image {
        border-radius: 8px;
        display: block;
        margin: 0 auto;
        width: 30% !important;
        cursor: zoom-in;
    }
}

@media (min-width: 1200px) {
    .modal-window {
        width: 1270px;
        max-width: 100%;
        margin: auto;
    }
}


@media(min-width:767px) {
    .modal-window-top {
        display: flex;
        margin: auto;
        justify-content: space-between;
        align-items: initial;
        text-align: center;
        position: sticky;
        top: 0;
        z-index: 9999;
        padding-top: 20px;
        background: white;
        padding: 20px 20px 0px 20px;
    }
}


@media (min-width: 767px) {

    #checkout .cart-grid-body,
    #checkout .cart-grid-head,
    #checkout .cart-grid-right {
        width: 100%;
    }
}

@media(min-width:767px) {
    #checkout .cart-grid-right {
        padding: 0px 20px;
        background: none;
        margin: auto !important;
        width: 1270px;
        max-width: 100%;
        float: inherit;

    }
}

@media(min-width:767px) {
    #order-confirmation .order-confirmation-table .order-line .qty {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
}

@media(min-width:767px) {
    body#checkout section.checkout-step .btn.continue {
        width: 25%;
    }
}

@media(max-width:766px) {
    .title-order-confirmation {
        content: '';
        position: relative;
        width: 100%;
        height: 100%;
        background-image: url('/themes/glovo/assets/images/Zigzag.png');
        background-repeat: no-repeat;
        background-size: contain;
        top: -2px;
        padding-top: 25px;
        padding-left: 15px;
    }
}

@media(min-width:767px) {
    .add-to-cart-single-product-control {
        max-width: 800px;
    }
}

@media(min-width:767px) {
    .title-order-confirmation {

        width: 100%;
        height: 100%;
        padding-top: 25px;
        padding-left: 15px;
    }
}

@media(min-width:767px) {
    .modal-content-search-address {
        background-color: #fff;
        border-radius: 5px;
        width: 100%;
        max-width: 1200px;
        margin: 0px;
        height: 100%;
    }
}

@media(min-width:767px) {
    #payment-confirmation .btn-special {
        background: #009e81;
        border-color: #009e81;
        border-radius: 20px;
        width: 25%;
    }
}

@media(min-width:767px) {

    .modal-content-address,
    .modal-content-pament {
        background-color: #fff;
        border-radius: 5px;
        max-width: 1200px;
        width: 100%;
        margin: auto;
        height: 100%;
    }
}

@media(min-width:767px) {

    .modal-window-top-search,
    .modal-window-body-search {
        max-width: 1200px;
        margin: auto;
    }
}

@media (min-width: 767px) {

    .product-miniature .thumbnail-container .product-title,
    #category .js-product-list .thumbnail-container .product-title {
        font-size: 16px !important;
        font-weight: lighter !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-height: 2.9em;
        line-height: 1.4em !important;
        padding: 2px;
        margin-bottom: 5px;
        height: inherit !important;
    }
}

@media (min-width: 767px) {

    .product-miniature .product-price-and-shipping,
    #products .product-price-and-shipping {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 1.6;
        display: inherit;
        min-height: 0px;
        font-weight: bold;
    }
}

@media (min-width: 767px) {

    .product-miniature .product-description,
    #category #js-product-list .product-miniature .thumbnail-container .product-description {
        padding-left: 2px;
    }
}

@media(min-width:767px) {
    .loading-overlay.activo .loading-top {
        max-width: 1250px !important;
        margin: 15px auto 15px auto;
        min-width: 250px;
    }
}

/*Versión Web*/

/* Zoom imagen modal product*/
.zoom-image-modal {
    display: none;
    /* Oculto por defecto */
    position: fixed;
    /* Fija el modal a la pantalla */
    bottom: -100%;
    /* Inicialmente fuera de la pantalla, abajo */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    /* Asegura que el modal esté por encima de otros elementos */
    justify-content: center;
    align-items: center;
}

.zoom-slide-up {
    animation: slideUp 0.5s ease-out forwards;
    /* Animación de deslizamiento hacia arriba */
}

@keyframes slideUp {
    0% {
        bottom: -100%;
        /* Comienza fuera de la pantalla */
    }

    100% {
        bottom: 0;
        /* Llega hasta la parte inferior de la pantalla */
    }
}

/* Animación para cerrar el modal hacia abajo */
.zoom-slide-down {
    animation: slideDown 0.3s ease-in forwards;
    /* Animación de deslizamiento hacia abajo */
}

@keyframes slideDown {
    0% {
        bottom: 0;
        /* Comienza en su posición actual */
    }

    100% {
        bottom: -100%;
        /* Se desliza fuera de la pantalla */
    }
}

/* Contenedor de la imagen en el modal */
.zoom-image-modal-content {
    position: relative;
    text-align: center;
}

/* Imagen dentro del modal */
#zoom-modal-product-image {
    max-width: 100%;
    /* La imagen no sobrepasará el 100% del ancho */
    max-height: 100vh;
    /* La imagen no sobrepasará el alto de la ventana */
    object-fit: contain;
    /* Asegura que la imagen se ajuste sin distorsionarse */
    cursor: pointer;
    /* Indica que se puede hacer clic para cerrar */
}

/* Botón para cerrar el modal */
.zoom-close-modal {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 28px;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    background: #928787;
    font-weight: 100;
    width: 27px;
    height: 27px;
    align-content: center;
}


/* Zoom imagen modal product*/
/*Botones añadir producto*/

.input-group-control-cart.disabled button.btn-up .plus-1,
#index .input-group-control-cart.no-stock .plus-1 {
    display: none;
}

.input-group-control-cart.disabled button.btn-up .plus-2,
#index .input-group-control-cart.no-stock .plus-2 {
    display: flex !important;
}

.input-group-control-cart:not(.disabled) button.btn-up {
    opacity: 1;
    visibility: visible;
}

.btn-up .plus-2 {
    display: none !important;
}

/*Botones añadir producto*/

/*Low stock*/

.modal-overlay .add-to-cart-modal.not-plus .single-unit .btn-green {
    display: none;
}

.modal-overlay .add-to-cart-modal.not-plus .single-unit .btn-grey {
    display: flex;
}

.modal-overlay .add-to-cart-modal .single-unit .btn-grey {
    display: none;
}

.low-stock-modal {
    display: none;
}

.low-stock-modal.visible {
    display: flex !important;
    background: #F9EFDC;
    position: fixed;
    bottom: 120px;
    z-index: 9999;
}

.low-stock-modal-2,
.low-stock-modal-3 {
    display: none;
}

.input-group-control-cart[data-qty-max="1"] .plus-1 {
    display: none;
}

.input-group-control-cart[data-qty-max="1"] .plus-2 {
    display: flex !important;
}

.low-stock-modal-2.visible,
.low-stock-modal-3.visible {
    display: flex !important;
    background: #F9EFDC;
    position: fixed;
    bottom: 120px;
    z-index: 9999;
}


.low-stock-modal.visible .low-stock-modal-content,
.low-stock-modal-2.visible .low-stock-modal-content,
.low-stock-modal-3.visible .low-stock-modal-content {
    display: flex !important;
    margin: auto;
    position: fixed;
    background: #F9EFDC;
    width: 93%;
    padding: 9px 7px;
    border-radius: 8px;
    color: #161617;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    position: fixed;
    /*! margin: 3% 3% 3% 3%; */
    z-index: 6668;
    left: 0px;
    right: 0px;
}

.low-stock-modal.visible .low-stock-modal-content {
    bottom: 78px;
}

.low-stock-modal-2.visible .low-stock-modal-content {
    bottom: 120px;
}


@media(min-width:767px) {
    .low-stock-modal.visible .low-stock-modal-content {
        bottom: 154px;
    }
}

.low-stock-modal-3.visible .low-stock-modal-content {
    bottom: 120px;
}

.low-stock-modal-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 600px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.text-low-stock {
    flex-grow: 1;
    margin-left: 15px;
    text-align: left;
}

.low-stock-close-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
}

.low-stock-close-modal img {
    width: 20px;
    height: 20px;
}


/*Low stock*/


/*Ocultar Obtener data de Glovo @Yvan*/

#glovo-check-debug-content {
    display: none !important;
  }  

/*Ocultar Obtener data de Glovo @Yvan*/