html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin-bottom: 0px
}

.em-container-xxl {
    max-width: 100%;
}

.em-h-100vh {
    height: 100vh !important;
}




.em-mt-custom {
    margin-top: var(--margin-top-custom);
    /* margin-top: var(--margin-top-custom-desktop); */
}


.em-mb-custom {
    margin-bottom: var(--margin-bottom-custom);
}

.em-pt-custom {
    padding-top: var(--padding-top-custom);
}

.em-pb-custom {
    padding-bottom: var(--padding-bottom-custom);
}

.em-p-custom {
    padding: var(--padding-custom);
}

.em-m-custom {
    margin: var(--margin-custom);
}

.em-info {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}

.em-info-subtitle {
    font-family: 'Neon';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}





.em-container-vertical-middle {
    display: table !important;
}

.em-content-vertical-middle {
    display: table-cell;
    vertical-align: middle;
}

.em-info-text {}

.error {
    margin: 5px;
    color: red;
    font-size: 12px;
}

.em-padding-left-container-xxl {
    padding-left: calc(17% / 2) !important;
}


.em-padding-right-container-xxl {
    padding-right: calc(17% / 2) !important;
}



.em-scroll-to-top {
    font-size: 55px;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 999;
    /* para que quede sobre el contenido */
    align-items: center;
    margin-top: 1.5rem;
    justify-content: center;
    opacity: 0;
    /* oculto por defecto */
    pointer-events: none;
    /* no interacciona por defecto */
    transition: opacity 0.4s ease;

}

.em-scroll-to-top.show {
    opacity: 1;
    /* visible cuando se añade la clase 'show' */
    pointer-events: auto;
    /* interacciona cuando se añade la clase 'show' */
}

.em-scroll-to-top i {
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;

}


.em-scroll-loadmore {
    text-align: center;
}

.em-scroll-loadmore-count {
    margin-bottom: 20px;
}

.em-scroll-loadmore-actions {
    margin-top: 20px;
}

.em-progress {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    margin: auto;
    width: 12.5rem;
    height: 3px;
    border: 0;
}

::-webkit-progress-bar {
    background-color: #e7e7e7;
}

::-webkit-progress-value {
    background-color: #000000;
}

::-moz-progress-bar {
    background-color: #000000;
}

.hide {
    display: none;
}

.em_ml_auto {
    margin-left: auto;
}

.em_mr_auto {
    margin-right: auto;
}

.em_m_auto {
    margin: auto;
}

.em_titulo_tienda {
    color: black;
    font-family: 'Poppins Regular';
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}

.em_datos_tienda {
    color: black;
    font-family: 'Poppins Regular';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.em_datos_tienda_hora {
    color: black;
    font-family: 'Poppins Regular';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

#cookies-policy .cookiesBtn__link_custom {

    border: black !important;

    background-color: black !important;

}

.cookiesBtn .cookiesBtn__link {
    border: black !important;

    background-color: black !important;
}

@media (max-width: 768px) {

    .em-mt-custom {
        margin-top: var(--margin-top-custom);
    }

    .em-mt-custom-responsive {
        margin-top: var(--margin-top-custom-responsive) !important;
    }

    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .em-section-custom .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .em-padding-left-container-xxl {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }


    .em-padding-right-container-xxl {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .ytp-watermark {
        display: none !important;
    }

    .ytp-show-cards-title {
        display: none !important;
    }

    .mobile-none {
        display: none !important;
    }

    body {
        font-size: 18px;
    }

    .em-info {
        font-size: 18px;
        line-height: 15px;
    }

    .em_datos_tienda {
        padding-left: 0px;
    }

    .em_datos_tienda_hora {
        color: black;
        font-family: 'Poppins Regular';
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    .em-padding-left-saturday {
        padding-left: 20px;
    }

    .em_titulo_tienda {
        color: black;
        font-family: 'Poppins Regular';
        font-size: 1.0rem;
        font-style: normal;
        font-weight: bold;
        line-height: 100%;
    }

    .em-info-subtitle-h2 {
        font-family: 'Neon';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 36px;
    }
}

@media (min-width: 769px) {

    .desktop-none {
        display: none !important;
    }

}