/**
Theme Name: Astra Child
Author: Gourmedia
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 3.2.r1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
body {
    overflow-x: hidden!important;
    line-height: 1;
}
#dashboard {
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-weight: 400;
}

h1, .entry-content h1,
h2, .entry-content h2,
h3, .entry-content h3,
h4, .entry-content h4,
h5, .entry-content h5,
h6, .entry-content h6 {
    font-weight: 400;
}

:link:focus,
:visited:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input:focus {
    -moz-outline: none;
    outline: none;
}
/* 
button:focus {
    background: transparent!important;
    color: #fff!important;
} */

li {
    border: inherit;
}

input,
textarea {
    font-size: 16px !important;
    font-family: "San Francisco Pro Regular", sans-serif;
}

input::placeholder {
    color: #6b7076!important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #6b7076!important;
    opacity: 1;
    /* Firefox */
    font-weight: 400;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6b7076!important;
    font-weight: 400;
    font-size: 16px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6b7076!important;
    font-weight: 400;
    font-size: 16px;
}

@keyframes newBackground {
    0% {
        background: darkred;
    }

    50% {
        background: rgb(249, 9, 9);
    }

    100% {
        background: darkred;
    }
}

.rotate {
    animation: rotate .6s linear 0s infinite normal forwards;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.text-accent {
    color: #2997FF;
}

header.site-header {
    display: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

::-webkit-scrollbar {
    width: 4px;
    border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0) !important;
}

.info-post-content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0) !important;
}

.info-post-content::-webkit-scrollbar-thumb {
    display: none;
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: #2e2e2e;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a2a2a2;
}

.role_disabled {
    pointer-events: none !important;
    opacity: .3 !important;
    cursor: not-allowed !important;
}

/**
** Header Marca
*/

#header-marca {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 40px;
    position: relative;
    /* padding-top: 94px; */
    /* border-top: 1px solid #ececf1; */
    /*flex-direction: row;
    flex-flow: row wrap;*/
    background-color: black;
}

#header-marca div {
    color: white;
}


#header-marca .separator {
    margin: 10px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #2b2b2b;
    border-bottom: none;
}

.col-6 {
    /*width: 50%;*/
    display: flex;
    align-items: center;
}

#intro-video {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: rgb(1, 1, 1);
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

#intro-video video {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#intro-video .video-overlay {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    /*background-image: url(https://gourmedia.cl/wp-content/uploads/2021/07/delicias-de-dehli1.webp);*/
}

#intro-video .video-overlay .eicon-play {
    position: absolute;
    font-size: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

#marca-info {
    width: 100%;
    padding-left: 50px;
}


#marca-info h1 {
    font-family: "San Francisco Semibold", Sans-serif;
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 400;
    color: white;
}

#marca-info h4 {
    color: rgb(26, 225, 129);
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 18px;
    text-transform: none;
}

#marca-info h4 span::after {
    content: "â€¢";
    display: inline-block;
    height: 1px;
    margin-top: 10px;
    margin-left: 5px;
}

#marca-info h4 span:last-child::after {
    content: "";
}

#marca-info .marca-info-content {
    color: #ececf1;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 70%;
}

#marca-info .marca-info-content span {
    line-height: 1.4;
    display: block;
}

#marca-info .marca-info-content .fas {
    display: inline-block;
    width: 30px;
    text-align: center;
}

#marca-info .marca-info-content a {
    color: #ffffff;
    display: block;
}

#marca-info .servicios-delivery h3 {
    margin-bottom: 10px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    color: #ececf1;
    font-size: 18px;
    font-weight: 400;
}

.popup_content .deli-wrapper {
    padding: 0px 20px 20px;
}

.deli-wrapper {
    border-radius: 6px;
    padding: 0px 20px 20px 0px;
}

.deli-wrapper a {
    display: inline-block;
    margin-left: 8px;
}

.deli-wrapper img {
    width: 55px;
    border-radius: 4px;
}

.nombre_marca_rrss {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.nombre_marca_rrss .rsss {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nombre_marca_rrss .rrss a {
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

.header-bottom {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.reserva-geo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.reserva-geo a,
.reserva-geo span {
    color: #FFF;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 8px;
    font-weight: 400;
}

#footer-marca .reserva-geo a,
#footer-marca .reserva-geo span {
    font-size: 14px;
}


@media screen and (max-width: 768px) {
    #marca-info {
        padding: 20px 15px 30px 15px;
        display: none;
    }

    #header-marca {
        grid-template-columns: 1fr;
        padding: 0px;
        /* padding-top: 90px; */
    }

    #intro-video {
        border-radius: 0px;
    }


    .reserva-geo {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    #header-marca {
        padding: 20px;
    }
}

/**
** Loop Items
*/

.section-title {
    padding: 20px 40px 0px 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.section-title .arrow,
.ver-mas-button .arrow {
    transition: all ease-out 0.2s;
    transform: rotate(180deg);
    font-size: 20px;
}

.section-title .arrow-animate,
.ver-mas-button .arrow-animate {
    transform: rotate(0deg);
}

@media screen and (max-width: 800px) {
    .section-title {
        padding: 15px 15px 10px 15px;
    }
}

.section-title h2 {
    font-family: 'San Francisco Semibold', serif;
    text-transform: capitalize;
    font-size: 28px;
    margin-right: 5px;
    font-weight: 400;
    line-height: .9;
}

.section-title .counter {
    display: inline-block;
    margin-right: 6px;
    font-size: 32px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    display: none;
}

.section-title .arrow {
    margin-right: 10px;
}

.section-category {
    padding: 10px 40px 15px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-row-gap: 10px;
    grid-column-gap: 15px;
}

#itempopup .post-gourmedia,
#itempopup .post-single,
.section-category .post-gourmedia,
.ver-mas-wrapper .post-single,
.section-category .post-single {
    width: 100%;
    /* border-radius: 10px; */
    /* border: 1px solid #121212; */
    /* transition: all 0s cubic-bezier(.06, .82, .21, .9); */
    border-width: 1px;
    border-style: solid;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background-size: contain;
    /* margin: 0px 5px; */
}

.section-category .post-gourmedia,
.section-category .post-single {
    transition: all 1s cubic-bezier(.06, .82, .21, .9);
}

#itempopup .slick-list .post-gourmedia.slick-slide,
#itempopup .slick-list .post-single.slick-slide {
    /* border: none;
    padding: 3px; */
    margin: 5px;
}

#itempopup .slick-dots {
    bottom: -35px;
}

#itempopup .slick-list .post-gourmedia.slick-slide .info-post {
    /* border: 1px solid #fff; */
    border-radius: 8px 0px 0px 8px;
    border-right: 0px;
}


#itempopup .slick-list .post-gourmedia.slick-slide .img-wrapper,
.section-category .img-wrapper {
    /* border: 1px solid #fff; */
    border-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.popup_content #related .info-post h2 {
    font-size: 18px;
    line-height: 1.1em;
    max-height: 2.2em;
}

.recomend-badge,
#itempopup .post-gourmedia .recomend-badge,
.new-badge,
#itempopup .post-gourmedia .new-badge {
    position: absolute;
    right: 8px;
    /* width: 106px; */
    text-align: left;
    background-color: #000000c2;
    top: 8px;
    font-size: 12px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    /* box-shadow: 3px 2px 4px rgb(0 0 0 / 30%); */
    /* text-transform: uppercase; */
    line-height: 1;
    padding: 4px 8px 4px;
    border-radius: 4px;
}

#itempopup .recomend-badge {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
}

#itempopup .taste {
    display: flex;
    flex-direction: row;
}

#itempopup .taste span {
    color: #747373;
    display: inline-block;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

#itempopup .taste span img {
    margin-left: 5px;
}

/* 
.section-category .post-single {
} */

.section-category .post-gourmedia.video,
.section-category .post-gourmedia.foto,
#itempopup .post-gourmedia.foto,
#itempopup .post-gourmedia.video {
    display: flex;
}

.section-category .post-gourmedia.video .info-post,
.section-category .post-gourmedia.foto .info-post {
    width: calc(100% - 140px);
}

.section-category .post-gourmedia:hover,
.section-category .post-single:hover {
    /* background-color: #1b1b1b; */
    transform: translateY(-3px);
}

.section-category .info-post h2,
.ver-mas-wrapper .post-single h2,
#itempopup .info-post h2 {
    color: #FFFFFF;
    font-family: 'San Francisco Semibold', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    line-height: 1.1em;
    max-height: 2.2em;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* min-height: 27px; */
    word-break: break-word;
}

#itempopup .info-post h2,
#itempopup .info-post-content {
    margin-bottom: 0px!important;
}

.section-category .info-post,
.ver-mas-wrapper .post-single,
#itempopup .info-post {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ver-mas-wrapper .info-post-content,
.info-post-content {
    overflow-y: hidden;
    width: 100%;
    color: #fff;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 14px;
    line-height: 1.1em;
    max-height: 3.3em;
    font-weight: 400;
    margin-bottom: 6px !important;
    max-height: 3.3em;
    /* Altura máxima para 3 líneas de texto */
    line-height: 1.1em;
    /* Altura de cada línea de texto */
    overflow: hidden;
    /* Oculta cualquier contenido que exceda del max-height */
    text-overflow: ellipsis;
    /* Añade elipsis al final del texto recortado */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /* Limita el contenido a 3 líneas */
    -webkit-box-orient: vertical;
}

.section-category .info-post {
    pointer-events: none;
    padding: 15px;
    justify-content: center;
}

.section-category .img-wrapper {
    pointer-events: none;
}

.section-category .info-post-content,
.ver-mas-wrapper .info-post-content,
#itempopup .info-post-content {
    /* overflow-y: auto; */
    width: 100%;
    color: #fff;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 14px;
    line-height: 1.1em;
    max-height: 3.3em;
    font-weight: 400;
}

.section-category .info-post-content {
    margin-bottom: 8px;
    word-break: auto-phrase;
    hyphens: auto;
}

.section-category .price,
#itempopup .price,
.ver-mas-wrapper .price {
    font-size: 17px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    color: #a7a7a7;
    display: flex;
    justify-content: flex-start;
    font-weight: 400;
    align-items: center;
    line-height: 1;
}

.like-wrapper {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    pointer-events: all;
    line-height: 1;
}

.like-wrapper .like-button {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
}


.section-category .price .icons,
#itempopup .price .icons {
    margin-top: -2px;
    display: flex;
    flex-basis: auto;
    justify-content: flex-end;
}

.section-category .price .icons img,
#itempopup .price .icons img {
    margin-left: 4px;
    pointer-events: all;
}

.itempopup_open .price .icons {
    padding-left: 10px;
}

.section-category .img-wrapper,
#related .img-wrapper {
    width: 140px;
    min-height: 140px;
    flex-shrink: 0;
    position: relative;
    /* background-image: url(https://test.gourmedia.cl/wp-content/uploads/2022/08/thumbnail.png); */
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    /* border-radius: 0px 8px 8px 0px; */
    overflow: hidden;
}

.section-category .thumbnail,
#itempopup .thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(5, 5, 5);
    background-size: cover;
    background-position: center center;
    object-fit: cover;
}

.section-category .img-wrapper .icon-over,
#itempopup .img-wrapper .icon-over {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.ver-mas-wrapper {
    padding: 10px 40px 10px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}

.ver-mas-button {
    font-size: 22px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 40px;
    cursor: pointer;
    line-height: 1;
}


@media screen and (max-width:1500px) {

    .section-category,
    .ver-mas-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:1200px) {

    .section-category,
    .ver-mas-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 800px) {

    .section-category,
    .ver-mas-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding: 10px 15px 15px 15px;
    }

    .ver-mas-button {
        margin: 5px 15px;
    }
}

/*
* Help Center
*/

#help-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 2em;
    background-color: #363636;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

/*
* PopUp Frontend
*/

.popup_content {
    /*transform: scale(0.8);*/
    width: 95%;
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-weight: 400;
    border: none;
    /* min-height: 120px; */
    background-size: 400px;
    max-width: 500px;
    border: none;
}

.popup-preloader {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-dashboard .popup_content {
    /* max-width: 760px; */
    border: none;
}

.page-template-dashboard .popup_content {
    padding: 20px 20px;
}

#catpopup p {
    color: #ececf1;
    font-size: 16px;
}

.logo-footer {
    margin-bottom: 20px;
}
.form-section {
    /* border: 1px solid #5b5a65; */
    padding: 20px;
    border-radius: 14px;
    /* background-color: #000; */
    margin-bottom: 8px;
}

#popups .form-section {
    padding: 0px;
    border: none;
}

.form-section-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-section h3 {
    font-size: 18px;
    font-family: 'San Francisco Semibold', serif;
    font-weight: 400;
}


.form-section .form-section-header i.arrow {
    transition: all ease-in-out .3s;
}

.form-section.active .form-section-header i.arrow {
    transform: rotate(180deg);
}

.form-section-fields {
    margin-top: 20px;
}

.popup_content .button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.popup_content .btn-cancel {
    background-color: #343541;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #5b5a65;
    padding: 10px 20px;
    font-family: "San Francisco Pro Regular", Sans-serif;
}

/* .popup_content .btn-success,
#logoutpopup button,
#deleteitempopup button,
#deletecatpopup button {
    background-color: #343541;
    color: #fff;
    border-radius: 50px;
    border: 1px solid white;
    padding: 15px;
    width: 100%;
    font-size: 22px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    display: block;
    transition: all ease-in-out .2s;
    font-weight: 800;
    height: auto;
} */

#deletecatpopup .danger {
    color: #F94444;
}

.price,
.popup-single-price {
    font-weight: 400;
}

.col.single-price .currency {
    margin-right: 6px;
}

.popup_content .price {
    color: rgb(26, 225, 129);
}

.popup_content input,
.popup_content textarea,
.popup_content select,
#popup_timer select {
    background-color: #19191b;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    border: 1px solid #393b3e;
    font-weight: 400;
    /* padding-right: 40px; */
}

.popup_content input:focus,
.popup_content textarea:focus,
.popup_content select:focus,
#popup_timer select:focus {
    background-color: #19191b;
    color: #ffffff;
}

.popup_content select[name="etiqueta"] {
    width: 18rem;
}

.page-template-dashboard input[type="text"] {
    background-color: #343541;
    border-radius: 10px;
    border: 0px;
    color: #ffffff;
    /* width: 100%; */
    /* margin-bottom: 20px; */
    /* margin-top: 10px; */
    font-size: 16px;
    border: 1px solid #5b5a65;
    font-weight: 400;
    /* max-width: 400px; */
}

.toolbar .apply-bulk-actions {
    border-radius: 50px;
    background-color: #343541;
    color: #fff;
    font-weight: 400;
    font-family: 'San Francisco Semibold', serif;
    padding: 12px 12px;
    font-size: 18px;
    border: 1px solid #5b5a65;
    display: flex;
}

.popup_content h2 {
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 40px 0px 20px 0px;
}

.popup_content textarea {
    resize: none;
    /* margin-bottom: 10px !important; */
}

.page-template-dashboard input[type="text"]:focus,
.page-template-dashboard textarea:focus {
    border: 1px solid #5b5a65;
    background-color: #31313b;
    outline: none;
    color: white !important;
}

label strong {
    font-family: "San Francisco Pro Regular", Sans-serif;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}



.font-regular {
    font-weight: 300 !important;
}

.popup_content label {
    line-height: 1;
    color: #ececf1;
    font-size: 16px;
    /* margin-top: 12px; */
    /* margin-bottom: -1px */
    /* margin-right: 10px; */
}

.popup_content label small {
    line-height: 1;
    color: darkgrey;
    margin-bottom: 7px;
    display: inline-block;
    top: -4px;
    position: relative;
    padding-left: 5px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
}

.popup_content .multimedia label small {
    padding: 0px;
    font-style: normal;
    color: white;
}

.multimedia label strong {
    font-size: 16px;
}

.multimedia .upload-area {
    margin-top: 0px !important;
    overflow: hidden;
}

.popup_content #related h2 {
    margin-top: 0px;
}

#formpopup h2 {
    font-family: "San Francisco Pro Regular", Sans-serif;
    margin: 40px 0px 20px 0px;
    font-weight: 400;
}

/* #formpopup .variations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 10px;
    margin-bottom: 20px;
} */

.variations label {
    font-size: 14px;
    color: darkgray;
}

.variations input {
    margin-bottom: 0px;
}

#form-cat p {
    line-height: 1em;
    margin-bottom: 15px;
}

#form-post {
    transition: all 0.4s ease-in-out;
}

#form-post.loading {
    opacity: 0;
    height: 150px;
}

#form-post .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

#form-post.loading .loader {
    opacity: 1;
}

.popup_wrapper {
    padding: 20px 0px;
    z-index: 999 !important;
}

.popup_wrapper .content {
    padding: 20px;
}

.popup_background {
    opacity: .95 !important;
    z-index: 31 !important;
}

#itempopup {
    transform: translateY(100vh);
    /* min-height: 100vh; */
}

.popup_visible #itempopup {
    transform: translateY(0vh);
    /* height: 120px; */
    max-height: 2500px !important;
    transition: all ease-in-out 2s;
}

.popup_wrapper .video-wrapper {
    position: relative;
    padding-bottom: 75%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

.popup_wrapper .video-wrapper video {
    aspect-ratio: 4/3;
}

.popup_wrapper #local-popup video {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    /* height: 100%; */
}

.popup_wrapper .video-overlay {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
}

.popup_wrapper .eicon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -35px;
    font-size: 70px;
}

.popup_wrapper .popup-cat {
    color: #E53F2C;
    font-family: 'San Francisco Semibold', serif;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    max-width: 90%;
}

.popup_wrapper .popup-title {
    color: #FFFFFF;
    font-family: 'San Francisco Semibold', serif;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1;
    /* text-transform: uppercase; */
}

.popup_wrapper .popup-desc {
    margin-bottom: 15px;
}

.popup_wrapper .popup-desc {
    color: #fff;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 16px;
    line-height: 1.1em;
    margin-bottom: 15px;
}

.popup_wrapper .popup-single-price {
    color: #1AE181;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 20px;
    /* text-transform: uppercase; */
    line-height: 1;
    /* margin-bottom: 20px; */
}

.popup-variation-price-value-1,
.popup-variation-price-value-2,
.popup-variation-price-value-3,
.popup-variation-price-value-4,
.popup-variation-price-value-5 {
    color: #1AE181;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 20px;
    /* text-transform: uppercase; */
    text-align: right;
    line-height: 1;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    /* width: 90px; */
}

.popup-variation-price-title-1,
.popup-variation-price-title-2,
.popup-variation-price-title-3,
.popup-variation-price-title-4,
.popup-variation-price-title-5 {
    color: #ececf1;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 20px;
    line-height: 1.1em;
    line-height: 1;
    margin-bottom: 10px;
    /* width: calc(100% - 100px); */
}

.popup_wrapper .popup-variation-price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.popup_wrapper .close {
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'San Francisco Semibold', serif;
    opacity: 1;
    /* background-color: rgba(39, 39, 39, 0.753); */
    padding: 10px;
    border-radius: 50%;
    z-index: 10;
    line-height: 0;
    cursor: pointer;
}

#local-popup .close {
    filter: drop-shadow(0px 0px 8px black);
}

#local-popup .close img {
    width: 24px;
}

i.eicon-close {
    text-shadow: 0px 0px 3px rgb(0 0 0 / 79%);
}

.popup_wrapper .close::after {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}

.popup_wrapper .close:hover {
    color: #FFF;
}

input[type=submit]:disabled,
button:disabled {
    opacity: 0.8;
}

#dashboard #search-trigger,
#dashboard #loyalty-search-trigger {
    position: absolute;
    z-index: 4;
    right: 23px;
    top: 24px;
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    transform: rotate(-180deg);
    transition: all ease-in-out 0.3s;
}

#dashboard #loyalty-search-trigger.active,
#dashboard #search-trigger.active {
    opacity: 1;
    pointer-events: all;
    transform: rotate(0deg);
}

#dashboard input#loyalty-search-items.active,
#dashboard input#search-items.active {
    width: calc(100% - 20px);
    opacity: 1;
    pointer-events: all;
    transform: rotate(0deg);
}

#dashboard input#loyalty-search-items,
#dashboard input#search-items {
    width: 0px;
    padding: 0px;
    transition: all 0.3s ease-in-out;
    width: 30px;
    pointer-events: none;
    border: 1px solid #5b5a65;
    font-family: 'San Francisco Pro Regular';
    padding: 12px 15px;
    font-size: 16px;
    background-color: #202123;
    position: absolute;
    right: 10px;
    border: 0;
    outline: none;
    max-width: 100%;
    border-radius: 10px;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    margin: 0;
    pointer-events: none;
}

.page-template-landing-page input#search-items {
    width: 100%;
    padding: 8px 20px;
    border-radius: 4px;
    color: white;
    background-color: transparent;
    border: none;
    margin-left: 1px;
    outline: none;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* #dashboard input#search-items::placeholder {
    font-weight: 400 !important;
    color: #343541;
    transition: all 0.3s ease-in-out;
}

#dashboard input#search-items.active::placeholder {
    color: #b3b3b3;
} */

#loyalty-search-close.active,
#search-close.active {
    opacity: 1;
    pointer-events: all;
    transform: rotate(0deg);
}

#loyalty-search-close,
#search-close {
    position: absolute;
    z-index: 4;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    right: 22px;
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    #dashboard #search-trigger,
    #dashboard #loyalty-search-trigger {
        font-size: 20px;
    }
}

.popup_wrapper .deli-wrapper {
    padding-top: 11px;
    margin-top: 5px;
    border-top: 1px solid #ececf1;
    border-radius: 0px;
}

.popup_wrapper .deli-wrapper h5 {
    position: relative;
    margin-bottom: 8px;
    color: #ececf1;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 22px;
    font-weight: 400;
}


/*
* Dashboard
*/

#toaster {
    position: fixed;
    bottom: -120px;
    /* background-color: #a5a1af; */
    padding: 15px 12px;
    border-radius: 10px;
    opacity: 0;
    /* box-shadow: 0px 0px 5px; */
    left: 50%;
    margin-left: -160px;
    transition: all 0.3s ease-in-out;
    width: 320px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    z-index: 999999;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
}

#toaster i {
    font-size: 20px;
}
#toaster.visible {
    opacity: 1;
    bottom: 8px;
}

#dashboard {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 8px;
    margin: 0px auto 20px auto;
    min-height: 80vh;
}

#dashboard pre {
    background-color: #2e2e2e;
}

#dashboard .section section {
    display: none;
}

#dashboard .section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#dashboard .section-header h1 {
    font-size: 32px;
    font-family: "San Francisco Semibold", Sans-serif;
}

#pantallas .section-header {
    margin-bottom: 0px;
}

#panel {
    width: 75%;
}

@media screen and (max-width: 768px) {
    #panel {
        width: 100%;
    }

    .popup_wrapper .close {
        top: 0px;
    }

}

.flex-align-start .toolbar {
    z-index: 1;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

/* .toolbar .btn,
.form-group .btn,
.btn-add-group-modificador,
.btn-add-group-modificador:hover,
.btn-add-group-modificador:focus,
.btn-add-group-modificador:active {
    border-radius: 50px;
    background-color: #343541;
    color: #fff;
    font-weight: 400;
    font-family: 'San Francisco Semibold', serif;
    padding: 12px 30px;
    font-size: 16px;
    border: 1px solid white;
} */

/* .btn-add-group-modificador i,
.toolbar .btn i {
    margin-right: 30px;
} */

#select-categorias {
    border-radius: 8px;
    /* margin-bottom: 15px; */
    padding: 14px;
    outline: none !important;
    color: #ddd;
    -webkit-appearance: none !important;
    appearance: none !important;
}

#select-categorias:after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #000;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    z-index: 1;
    text-align: center;
    width: 15px;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

/*.select2-container .select2-selection--single {
    height: 45px!important;
}*/

.select2-container {
    width: 100% !important;
    z-index: 2 !important;
}

.pointer-events-none .select2-selection.select2-selection--single {
    pointer-events: none!important;
}

.pointer-events-none * {
    pointer-events: none!important;
}

.validation {
    color: darkred;
}

/* .select2-container--default .select2-selection--single {
    margin-left: 15px;
} */

/*.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 12px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    right: 8px;
}*/


#dashboard section {
    margin: 0px 0px 0px 10px;
    width: 98%;
}

@media screen and (max-width: 768px) {
    /* .toolbar {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin-top: 10px;
    } */

    /* .toolbar .btn {
        font-size: 16px;
    } */

    #dashboard {
        margin-top: 5px;
    }

    #dashboard section {
        margin: 0px;
        width: 100%;
    }

    .form-section {
        padding: 15px;
    }

    .info-tooltip-icon {
        display: none!important;
    }
}

.popup_wrapper .tippy-tooltip {
    text-transform: capitalize;
}

select#select-categorias {
    background: #343541;
    border-radius: 6px;
    border: 1px solid #5b5a65;
    width: 100%;
}

#items {
    width: 70%;
    display: flex;
}

#items header {
    background-color: rgb(20, 20, 20);
}

#items header,
#items .row {
    display: flex;
    /* aligns all child elements (flex items) in a row */
}

.responsive-table .col {
    line-height: 1;
}

.responsive-table .col-0 {
    flex-basis: 40px;
}

/* .col.grab-arrow {
    flex-basis: 7%;
    text-align: left;
} */

.fa.grab {
    transform: rotate(45deg);
}

.responsive-table .col.title {
    /* flex-basis: 62%; */
    text-align: left;
    font-size: 16px;
    display: flex;
    /* align-items: center; */
}

.responsive-table .col.email {
    flex-basis: 50%;
    font-size: 12px;
}

.response-table .col.fnac,
.responsive-table .col.fnac {
    flex-basis: 20%;
    font-size: 12px;
}

.responsive-table .col.phone {
    flex-basis: 33%;
    font-size: 12px;
}

.responsive-table .col.date {
    font-size: 12px;
    flex-basis: 15%;
}

#popups .responsive-table .col.title {
    flex-basis: 50%;
}

@media screen and (max-width:768px) {
    /* .responsive-table .col.title {
        flex-basis: 40%;
    } */

    .responsive-table .col.email,
    .responsive-table .col.phone {
        font-size: 12px;
        flex-basis: 30%;
        padding: 3px;
        /* box-shadow: inset 10px 0 10px -10px rgba(0, 0, 0, 0.5), inset -10px 0 10px -10px rgba(0, 0, 0, 0.5); */
        overflow: hidden;
        text-wrap: nowrap;
    }

    .responsive-table .col.date {
        flex-basis: 22%;
    }

    .responsive-table .headers {
        display: none !important;
    }

    .response-table .col.fnac, .responsive-table .col.fnac {
        flex-basis: 30%;
        font-size: 10px;
    }
}

#popups .responsive-table .col {
    text-align: left;
    margin-right: 8px;
}

#popups .responsive-table .col.title {
    font-size: 14px;
}


/* #popups li.tool_bar {
    margin: 20px 0;
    flex-direction: column;
    align-items: flex-start;
} */

#popups li.tool_bar {
    margin: -10px 0px 20px;
    flex-direction: row;
    align-items: flex-end;
    /* justify-content: space-between !important; */
}

#popups li.tool_bar .select2-container {
    width: auto !important;
    min-width: 200px;
    margin: -3px 0 0 8px;
    flex-basis: 230px;
}

#popups .filters-table.responsive-table li.tool_bar label[for="popup_type"] {
    width: auto;
    font-size: 16px;
    margin-top: 10px;
}

#popups .filters-table.responsive-table li.tool_bar label[for="popup_type"] span.popup_label {
    margin-right: 64px;
}

#enable_client_form {
    font-size: 18px;
}

@media screen and (max-width:768px) {
    #popups .filters-table.responsive-table li.tool_bar label[for="popup_type"] {
        display: flex;
        justify-content: space-between;
        margin-right: 0px;
        align-items: center;
    }

    #popups .responsive-table li {
        /* display: block; */
        align-items: center;
    }

    #popups .filters-table.responsive-table li.tool_bar label[for="popup_type"] span.popup_label {
        margin-right: 0px;
    }
}


#popups .tool_bar .select2-container--default .select2-selection--single {
    height: 30px !important;
}

#popups .tool_bar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 18px;
}

#popups .form-section-subheader {
    display: flex;
    justify-content: space-between;
}
#popups .form-section.timers .form-section-header h3 {
    font-size: 20px;
}

#registry-counter {
    margin-bottom: 10px;
    color: #ff680f;
    /* font-size: 18px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:400px) {
    #registry-counter {
        text-align: center;
        font-size: 16px;
    }
}

input[name="text_popup"] {
    margin-bottom: 0px;
    border-radius: 10px;
}
#export-button img {
    width: 13px;
    margin-right: 10px;
    margin-top: -4px;
}


.col.single-price {
    flex-basis: 100px;
    text-align: left;
    display: flex;
    align-items: center;
}

.single-price .fa-pen-to-square {
    font-size: 12px;
    margin-left: 5px;
    margin-top: -2px;
}

.responsive-table .col-2 {
    flex-basis: 40px;
}

.responsive-table .col-3 {
    flex-basis: 40px;
    text-align: center;
}

.responsive-table .col-4 {
    flex-basis: 40px;
    text-align: center;
}

.responsive-table .col.single-price {
    color: #1AE181;
}

.responsive-table li a {
    color: #fff;
    text-decoration: none;
}

.responsive-table .title h2,
.title h2 {
    font-family: 'San Francisco Pro Regular', 'sans-serif';
}


.response-table .disabled {
    opacity: .6;
}

#items a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: -5px;
}

#items .icon-media {
    font-size: 18px;
}

#items .grab,
#categories .grab,
#modificadores .grab {
    cursor: grab;
    font-size: 18px;
}

#modificadores .grab {
    margin-right: 12px;
    margin-left: 8px
}

li.table-row.placeholder {
    text-align: center;
    justify-content: center !important;
    align-items: center;
}

li.table-row.placeholder .col {
    font-size: 16px !important;
}

.img-false {
    width: 45px;
    display: inline-block
}


.popup_content .title h3 {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    #items {
        width: 100%;
        margin: 0px 15px;
    }

    #items .col-0 {
        font-size: 20px;
        margin-left: 2px;
    }

    #items .col.grab-arrow {
        flex-basis: 12%;
    }

    #items .col.title {
        font-size: 12px;
        /* flex-basis: 50%; */
        justify-content: flex-start;
        /* max-width: 37%; */
        max-height: 1.1em;
        overflow: hidden;
        text-overflow: ellipsis;
        /* padding: 0px !important; */
        /* margin: 6px 2px; */
        align-items: baseline;
    }

    #items .col.single-price {
        font-size: 16px;
        flex-basis: 10%;
    }

    #items .col.title .icon-global {
        display: none;
    }

    #items .col.visibilidad {
        flex-basis: 10%;
        transform: scale(.85);
    }

    #items .col.editar {
        flex-basis: 9%;
    }

    #items .col.eliminar {
        flex-basis: 14%;
    }

    .col.title .icon-media {
        margin-right: 8px;
        display: none;
    }

    .responsive-table li.flex-align-start {
        margin-top: 0px !important;
        position: relative;
        display: block;
    }

    .popup_wrapper {
        padding: 0px;
    }

    .page-template-dashboard .popup_content {
        /* min-height: 100%; */
        width: 100%;
        border: none;
        /* padding: 10px 15px; */
        border-radius: 0px;
    }

    .popup_content input,
    .popup_content textarea,
    .popup_content select {
        /* margin-bottom: 8px !important; */
        /* padding: 7px; */
        font-size: 16px;
        /* margin-top: 10px; */
    }

    .img-false {
        width: 33px;
        display: inline-block
    }

    .table-header .col.editar {
        display: none;
    }

    .page-template-dashboard .popup_wrapper .close {
        top: 0px;
        right: 0px;
    }

    .popup_content .title h3 {
        margin-top: 40px;
    }

    #popup_excel.popup_content {
        border-radius: 15px;
    }

    #popup_excel.popup_content .title h3 {
        margin-top: 0px;
    }

}

#modificadores {
    display: block;
    position: relative;
    overflow-x: hidden;
    height: 100%;
}


#modificadores .container.fixed {
    position: absolute;
    top: 0;
    width: 100%;
    right: -100%;
    transition: all ease-in-out .2s;
    background: #343541;
    min-height: 100%;
    z-index: 2;
}

#modificadores .container.fixed.active {
    right: 0;
}

#modificadores .filters-table {
    justify-items: space-between;
}

#modificadores .filters-table .title {
    flex-basis: 95%;
}

#modificadores .filters-table .title h2,
#analytics .filters-table .title h2,
.title h2,
#analytics .toolbar h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'San Francisco Semibold', serif;
}

#analytics i.fa-solid.fa-qrcode {
    padding-right: 5px;
    font-size: 20px;
}

#modificadores .filters-table .title p,
#analytics .filters-table .title p {
    font-family: "San Francisco Pro Regular", Sans-serif;
    line-height: 1.2;
    font-weight: 400;
    font-size: 14px;
    max-width: 300px;
}

#modificadores .filters-table.responsive-table {
    margin-bottom: 20px;
    margin-top: 15px;
}

#modificadores .responsive-table .col {
    font-size: 14px;
}

#modificadores .responsive-table .col.title {
    font-size: 18px;
}


@media (min-width: 768px) {
    #modificadores .filters-table.responsive-table {
        display: flex;
        justify-content: flex-end;
    }

}

#modificadores .filters-table.responsive-table li,
#analytics .filters-table.responsive-table li {
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    #modificadores .filters-table.responsive-table li {
        display: block;
    }

    #analytics .filters-table.responsive-table li.header {
        flex-direction: column;
    }

    #analytics .filters-table.responsive-table li.header div {
        width: 100%;
    }

    #modificadores .toolbar .btn {
        width: 100%;
    }
}

#modificadores .responsive-table li {
    justify-content: flex-start;
}

#modificadores .col.title a {
    cursor: pointer;
    color: white;
    font-size: 16px;
}

#mod-response .col.grab-arrow {
    margin-left: -4px;
}

#mod-response .col.title {
    flex-basis: 100%;
}

#modificadores .col.contenido {
    flex-basis: 60px;
}

#modificadores .responsive-table .col.title,
#modificadores .responsive-table .col.opt-title {
    display: flex;
    flex-basis: 90%;
}

#modificadores .responsive-table .opt-price {
    width: 80px;
}

#analytics .responsive-table li>.title {
    width: 50%;
    margin-bottom: 20px;
}

#analytics .responsive-table li>.title h2,
#modificadores .filters-table .title h2 {
    margin-bottom: 10px;
}

#analytics .performance {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    #analytics .responsive-table li>.title {
        width: 100%;
    }

    #analytics .performance {
        margin-top: 40px;
    }
}

#modificadores .inline-edit {
    font-size: 17px;
}

input[name="mod_title"] {
    padding: 8px;
    background-color: #343541;
    color: white;
    margin-right: 10px;
}

input[name="mod_title"]:focus {
    background-color: #343541;
    color: white;
    outline: none;
}

input[name="mod_title"]:disabled {
    color: gray;
}

#mod-response .col.price {
    flex-basis: 10%;
    padding: 0px;
    text-align: right;
}

#mod-response .col.delete {
    flex-basis: 10%;
}

#mod-response .col.position {
    display: none;
}

#mod-response input[type="number"] {
    color: rgb(26, 225, 129);
    background-color: #343541;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-weight: 400;
    padding: 6px;
    border: 1px solid #5b5a65;
    outline: 0px !important;
    text-align: right;
    width: 85px;
}

#mod-response input[type="text"],
#items input.inline-price {
    color: rgb(26, 225, 129);
    background-color: #31313b;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-weight: 400;
    padding: 6px;
    border: 1px solid #5b5a65;
    outline: 0px !important;
    text-align: right;
    width: 70px;
    border-radius: 6px;
    margin: 0px;
}

#mod-response input[type="text"]:focus,
#items input.inline-price:focus {
    background-color: #31313b;
    border: 1px solid white;
}

#mod-response input.opt-title {
    color: white;
    width: 100%;
    text-align: left;
}

.blink {
    animation: blinker .2s linear;
    animation-iteration-count: 3;
}

@keyframes blinker {
    50% {
        opacity: .2;
    }
}

#mod-response input::-webkit-outer-spin-button,
#mod-response input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#mod-response input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}


.filters-table.responsive-table li {
    align-items: center;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    border: none;
    display: flex;
}

.filters-table.responsive-table li label {
    margin-right: 15px;
    width: 130px;
    font-size: 16px;
}

#popups .filters-table.responsive-table li label.switchify {
    width: auto;
    transform: scale(.8);
    margin-right: 0;
    margin-bottom: -2px;
}

.responsive-table {
    margin: 0px;
    padding: 0px;
}

.responsive-table li {
    border-radius: 10px;
    background-color: #343541;
    margin-bottom: 8px;
    align-items: center;
    border: 1px solid #5b5a65;
    position: relative;
}

.responsive-table li.flex-align-start {
    justify-content: flex-start;
    margin-left: 32px;
    width: calc(100% - 32px) !important;
    margin-top: -79px;
    background: transparent;
}

#popups .responsive-table li.flex-align-start {
    margin-left: 0px;
    margin-top: -79px;
    margin-bottom: 30px;
}

/* #popups .filters-table.responsive-table li label {
    width: auto;
} */

#popups .form-section-header h3 {
    font-size: 20px;
}

#popups .form-section-subheader p {
    line-height: 1.2;
    /* margin-bottom: 20px; */
    max-width: 300px;
}

#posts-response.responsive-table li {
    margin-left: 32px;
}

/* 
.responsive-table li input[type="checkbox"].styled-checkbox {
    position: absolute;
    top: auto;
    left: 0px;
    margin-left: -28px;
    bottom: auto;
} */

.styled-checkbox {
    position: absolute;
    opacity: 0;
    left: -25px;
    top: 21px;
}

.styled-checkbox+label {
    position: absolute;
    cursor: pointer;
    padding: 0;
    top: 17px;
    bottom: auto;
    left: -31px;
    margin: 0px;
    padding: 0px;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    /* vertical-align: text-top; */
    width: 20px;
    height: 20px;
    background: #343541;
    border: 1px solid #5b5a65;
    border-radius: 3px;
}

.styled-checkbox:hover+label:before {
    background: #343541;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #343541;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.toolbar .styled-checkbox+label:before {
    border: 3px solid #5b5a65;
    top: 0px;
    position: absolute;
}

/* #pantallas .responsive-table li {
    padding-left: 10px;
} */

.responsive-table .table-header {
    background-color: #343541;
    /* text-transform: uppercase; */
    letter-spacing: 0.03em;
    border: none;
}

.responsive-table .table-header div {
    font-size: 18px;
    color: #ececf1 !important;
}

.responsive-table#cat-response .table-header {
    padding: 5px 5px 5px 15px;
}


.responsive-table .table-row.disabled {
    opacity: .3;
}

#modificadores .responsive-table .col.eliminar {
    font-size: 16px;
}

@media (max-width: 768px) {
    #modificadores .responsive-table .col {
        /* padding: 6px 0px; */
        line-height: 1.1;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        font-family: 'San Francisco Pro Regular', 'serif';
    }

    #modificadores .responsive-table .col.title,
    #modificadores .responsive-table .col.opt-title {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        /* flex-basis: 70%; */
    }

    #items .flex-align-start {
        display: block;
    }

    #popups .filters-table.responsive-table li label {
        width: 80px;
    }

    .filters-table.responsive-table li label {
        margin-right: 0;
    }
}

#itempopup .modificadores h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

#itempopup .separator {
    border-bottom: 1px solid #ececf1;
    height: 1px;
    margin-bottom: 15px;
}

@media all and (max-width: 767px) {
    .filters-table.responsive-table li {
        width: 100%;
    }

    .filters-table.responsive-table li label {
        font-size: 16px;
        display: inline-block;
        width: 100px;
    }

    input#search-items {
        /* margin-left: 6px; */
        width: calc(100% - 10px);
        margin-left: 0px;
    }

    .responsive-table li:not(#loyalty .responsive-table li) {
        padding: 12px 10px;
    }
}

/**
* Cart Menu
*/

#cart-menu {
    background-color: #000;
    width: 100%;
    overflow-x: scroll;
    border-bottom: 1px solid #000;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* position: relative; */
}

#cart-menu::-webkit-scrollbar {
    display: none;
}

#cart-menu .container {
    white-space: nowrap;
    /* padding-left: 20px; */
}

#cart-menu.sticky {
    position: fixed;
    top: 90px;
    z-index: 2;
    left: 0;
}

#cart-menu a {
    color: #ffffff;
    font-family: "San Francisco Semibold", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    text-transform: capitalize;
    /* margin-right: 5px; */
    /* padding: 10px 20px; */
    opacity: 0.6;
    line-height: .7;
}

#cart-menu a:last-child {
    padding-right: 50px;
}

#cart-menu a:hover,
#cart-menu a.active {
    color: white;
    border: 0px;
    opacity: 1;
}

#cart-menu-wrapper {
    /* position: relative; */
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #cart-menu.sticky {
        top: 90px;
    }

    /* #cart-menu a {
        padding: 10px 20px;
    } */
}

/**
* Footer
*/

#footer-marca {
    display: flex;
    padding: 40px 100px 40px 100px;
    /* background-color: #070707; */
    align-items: flex-start;
    /* margin-top: 40px; */
    /* border-top: 1px solid #ececf1; */
    background-color: black;
    grid-gap: 10px;
}

#footer-marca .col-3 {
    flex-basis: 25%;
    /* padding: 5px; */
}

#footer-marca .info-local span {
    display: block;
    color: #ffffff;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 8px;
    font-weight: 400;
}

#footer-marca .reserva-geo {
    align-items: flex-start;
}

#footer-marca h2 {
    color: #FFFFFF;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-size: 38px;
    text-transform: none;
    line-height: 1.2em;
}

#footer-marca .deli-wrapper {
    justify-content: end;
    display: flex;
    padding: 0px;
    background-color: transparent;
}

#footer-marca a {
    color: #FFF;
}

#footer-marca .deli-wrapper img {
    width: 32px;
    margin-left: 0;
    border-radius: 4px;
    display: inline-block;
}

#footer-marca .marca-info-content {
    display: flex;
    flex-direction: column;
}

#footer-marca .marca-info-content span {
    font-size: 14px;
    color: rgb(114, 229, 206);
}

#footer-marca h4 {
    line-height: 1.1em;
}

#footer-marca h4 span {
    color: #1ae181;
    font-size: 14px;
}

#footer-marca h4 span::after {
    content: "â€¢";
    font-size: 20px;
    display: inline-block;
    height: 1px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

#footer-marca h4 span:last-child::after {
    content: "";
}

#footer-marca .rrss-wrapper {
    text-align: right;
    margin-bottom: 10px;
}

#footer-marca .rrss-wrapper a i {
    font-size: 16px;
    /* margin-right: 10px; */
}


@media screen and (max-width:768px) {
    #footer-marca {
        flex-direction: column;
        display: block;
        padding: 30px 15px;
        text-align: left;
    }

    #footer-marca .col-3 {
        /* margin-bottom: 15px; */
        text-align: center;
    }

    #footer-marca .reserva-geo {
        align-items: center;
    }

    #footer-marca .deli-wrapper {
        justify-content: center;
    }


    #footer-marca .rrss-wrapper {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px
    }

    #footer-marca .rrss-wrapper a i {
        font-size: 14px;
        margin: 10px;
    }

}


/**
* Utilities
*/

/* #user-categories-response table,
#user-categories-response td {
    border: 1px solid #5b5a65;
} */

/* #control-bar {
    margin-bottom: 15px;
} */

/**
* Language
*/

#lang-switcher {
    display: flex;
    /* justify-content: flex-end; */
    /* top: 0; */
    /* right: 0; */
    /* padding-right: 40px; */
    flex-direction: column;
    padding: 0px;
    /* width: 66px; */
    position: absolute;
    margin-left: -1px;
    /* top: 34px; */
    padding: 0px;
    /* background-color: #000; */
    /* padding-top: 5px; */
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #5b5a65;
    border-top: 0px;
}

#lang-menu {
    /* background-color: #000; */
    border-radius: 8px;
    border: 1px solid #5b5a65;
}

#lang-menu.active {
    border-radius: 8px 8px 0px 0px;
    border-bottom: none;
}

#lang-menu .lang-opt {
    cursor: pointer;
    /* margin-left: 10px; */
    font-size: 14px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    line-height: 1;
    width: 60px;
    grid-gap: 6px;
}

#lang-menu img {
    /* margin-top: -2px; */
    width: 16px;
}

#current-lang {
    display: block;
    position: relative;
    z-index: 1000;
}

.elementor-location-header .elementor-section .elementor-container {
    justify-content: space-between;
}

.elementor-location-header {
    position: relative;
    z-index: 8 !important;
}

.rr-customer-modal-header[data-v-a36c30c6] {
    z-index: 7 !important;
}

@media screen and (max-width: 768px) {
    /* #lang-switcher {
        padding: 15px;
    } */
}

/* Relacionados */

#itempopup button {
    width: auto;
    height: 35px;
    top: -20px;
}

#itempopup .opciones {
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin-bottom: 15px;
}

#itempopup .opciones .col {
    font-weight: 500;
    font-size: 18px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    line-height: 1.4;
}

#itempopup .opciones .col.title {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}

#itempopup .opciones .col.price {
    text-align: right;
    justify-content: flex-end;
    color: #1AE181;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}

#related {
    opacity: 0;
    transition: all linear .3s;
}

#related.active {
    opacity: 1;
}

#related .post-gourmedia {
    height: 150px;
    /* margin:2px; */
}

#itempopup #related h5 {
    margin-top: 20px;
    margin-bottom: 13px;
    font-size: 18px;
}

button.slick-prev.slick-arrow {
    background-color: transparent;
    color: #ececf1;
    font-size: 40px;
    position: absolute;
    top: -33px;
    right: 60px;
    left: auto;
    margin: 0px;
    padding: 0px;
}

button.slick-next.slick-arrow {
    background-color: transparent;
    color: #ececf1;
    font-size: 40px;
    position: absolute;
    top: -33px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

#related .slick-dotted.slick-slider {
    margin-bottom: 25px;
}

#related .slick-dots li {
    width: 5px;
}

#itempopup .slick-prev:before,
#itempopup .slick-next:before {
    font-size: 30px;
    color: rgba(255, 255, 255, .3);
}

#itempopup .slick-dots li button:before,
#itempopup .slick-dots li.slick-active button:before {
    color: white;
}

#itempopup h5 {
    font-family: "San Francisco Semibold", Sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px;
}

#itempopup h3 {
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--single {
    background-color: #2b2c2e !important;
    height: 46px !important;
    border: none !important;
    overflow: hidden;
    border-radius: 8px !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: #2b2c2e !important;
    border-radius: 8px !important;
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
    padding: 8px 15px !important;
    color: white !important;
    font-family: "San Francisco Pro Regular", sans-serif;
    font-weight: 400;
    line-height: 30px;
    background-color: #2b2c2e;
    border-radius: 3px;
}

ul.select2-selection__rendered {
    margin: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #5b5a65 !important;
}
/* 
.select-items {
    margin-top: 20px;
} */

#add-mods .select-items {
    /* max-width: 380px; */
    display: flex;
    flex-shrink: 2px;
    margin-bottom: 20px;
}

/* #add-mods .select-items button[type="submit"],
button[type="submit"] {
    background-color: #343541;
    color: #fff;
    border-radius: 50px;
    border: 1px solid white;
    padding: 10px 18px;
    font-size: 16px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    display: block;
    transition: all ease-in-out .2s;
    font-weight: 400;
    margin-left: 10px;
    /* height: 40px; 
} */

#add-mods .select-items button[type="submit"] {
    width: 200px;
}

/* #modificador-title {
    display: flex;
    align-items: center;
} */

#modificador-title input {
    margin: 0px 10px;
}

.select-items .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.8em;
    color: #ececf1;
}

.select-items .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #ececf1;
}

.select-items ul {
    margin: 0px;
}

#modificadores .select-items .select2-container {
    width: 360px !important;
}

.select-items .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5b5a65;
    border: none;
}

body .select2-container--default .select2-results>.select2-results__options {
    background-color: #2b2c2e;
    border-radius: 3px;
}

body .select2-container--default .select2-results__option--selected {
    background-color: #2b2c2e;
    color: #ececf1;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #424242;
    color: #ececf1;
}

body .select2-container .select2-search--inline .select2-search__field {
    margin-bottom: 5px;
    margin-left: 15px;
    height: 24px;
    color: #ececf1;
    font-size: 14px !important;
    font-family: 'San Francisco Pro Regular', sans-serif;
    font-weight: 500;
    /* padding-top: 2px; */
}

body .select2-container .select2-search--inline .select2-search__field::placeholder {
    font-weight: 400;
}

body .select2-dropdown {
    border: 1px solid #424242;
    background-color: #2b2c2e;
    border-radius: 8px !important;
    padding: 6px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #424242;
    background-color: #2b2c2e;
    color: #ececf1;
    border-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #424242!important;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    /* body .select2-container.select2-container--default.select2-container--open {
        top: 305px!important;
        left: 22px!important;
    } */
}


/* .form-section.informacion .form-section-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 520px;
    margin: 0 auto;
} */

.form-group.simbologias,
.form-group.idiomas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
}

/* .popup_content .form-group.simbologias label {
    margin-top: 5px;
} */

/* .form-group.sin-stock {
    line-height: 1.2;
    margin-bottom: 15px;
} */

.form-group.sin-stock small {
    color: #ececf1;
}

/* .form-group.price {
    margin-top: 15px;
} */

/* .form-group.price label {
    margin-top: 0px;
} */

.form-group-wrapper {
    display: flex;
}

.form-group-wrapper .form-group:first-child {
    margin-right: 25px;
}

/* .simbologias label img {
    margin-bottom: 6px;
    margin-right: 10px;
} */

@media screen and (max-width: 768px) {
    /* .simbologias label img {
        width: 24px;
        margin-right: 4px;
    } */

    /* .form-group.simbologias {
        grid-template-columns: repeat(2, 1fr);
    } */

    /* .form-group.simbologias label span {
        font-size: 14px;
    } */

    label.switchify.switchify-label {
        transform: scale(.85);
    }

    .popup_content label {
        font-size: 16px;
        /* margin-right: 3px; */
        /* margin-top: 6px; */
        /* display: flex; */
        /* align-items: baseline; */
        transition: all 0.2s ease-in-out;
    }

    .informacion .form-section-fields label {
        display: flex;
    }

    .popup_content label span {
        position: relative;
        /* top: -3px; */
    }

    .filters-table .select2-container {
        width: auto;
    }

    .form-group-wrapper {
        flex-direction: column;
    }

    .form-group-wrapper .form-group:first-child {
        margin-right: 0px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -11px !important;
    margin-top: 3px !important;
}

#lang-select {
    /* border: 1px solid #ececf1; */
    position: absolute;
    top: 23px;
    /* padding: 8px; */
    border-radius: 8px;
    display: inline-block;
    width: 67px;
    right: 120px;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    #lang-select {
        top: 20px;
        right: 90px;
    }
}

/** Upload Image */
.upload-area {
    border: 1px solid #5b5a65;
    border-radius: 10px;
    /* margin: 10px; */
    text-align: center;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    /* margin-top: 10px; */
    max-width: 330px;
    /* margin: 10px auto; */
    background-color: #31313b;
    min-height: 232px;
    position: relative;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h3 {
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 13px 0px 6px;
    font-weight: 500;
}

.upload-area .button {
    background-color: #343541;
    border: 1px solid #5b5a65;
    border-radius: 50px;
}

.upload-area i {
    font-size: 26px;
}

input[type="file"] {
    display: none;
}

/* Thumbnail */
.thumbnail {
    /* border: 1px solid lightgray; */
    border-radius: 0px;
    float: left;
    /* max-width: 300px; */
    position: relative;
}

.size {
    font-size: 12px;
}

.upload-instruction {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
    margin-bottom: 20px;
}

.upload-instruction .icon {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-instruction .description {
    font-size: 14px;
    line-height: 1;
    font-family: "San Francisco Pro Regular", Sans-serif;
    font-weight: 400;
}

.upload-warning {
    display: flex;
    color: #F94444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px;
    text-align: center;
    max-width: 330px;
    margin: 0 auto;
    font-weight: 400;
    justify-content: center;
}

.upload-warning .description {
    padding-left: 12px;
}

.upload-warning img:not(.info-tooltip-icon img) {
    width: 12px;
    top: -2px;
    position: relative;
    display: inline-block;
}

.apply-crop {
    position: absolute;
    right: 50%;
    bottom: 10px;
    padding: 8px 15px;
    /* background-color: red; */
    /* opacity: 1; */
    border-radius: 8px;
    font-size: 0px;
    line-height: 1;
    pointer-events: all;
    z-index: 10;
    /* padding-top: 15px; */
    /* padding-bottom: 0px; */
    border-radius: 30px;
    background: #46474f;
    margin-top: 15px;
    overflow: hidden;
    display: flex;
    width: 80px;
    justify-content: space-between;
    margin-right: -40px;
    opacity: .9;
    background: rgba(0, 0, 0, 0.52);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
}

.apply-crop i {
    font-size: 18px;
    color: #bebebe;
}

.apply-crop i:hover {
    color: #fff;

}

@media screen and (max-width: 768px) {
    .upload-warning img {
        width: 20px;
    }
}

.remove_image {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px;
    /* background-color: red; */
    /* opacity: 1; */
    border-radius: 8px;
    font-size: 0px;
    line-height: 1;
    pointer-events: all;
    filter: drop-shadow(0 0 0.75rem black);
}

.video-icon {
    z-index: 1;
}

#main {
    background-size: 400px;
}

@media screen and (max-width:768px) {
    #main {
        background-size: 100%;
    }
}

/* 
.eapps-google-maps-bar-list-item {
    background-color:black!important;
}
.eapps-google-maps-bar-list-item:hover {
    background-color:black!important;
}

.eapps-google-maps-bar-list-item-info-title {
    color:white!important;
}

.eapps-google-maps-bar-list-item-info-item {
    color: white!important;
}

#eapps-google-maps-1 .eapps-google-maps-marker-info-item-text a, #eapps-google-maps-1 .eapps-google-maps-marker-description a, #eapps-google-maps-1 .eapps-google-maps-bar-list-item-info-item a {
    color: #2997FF!important;
    font-family: "San Francisco Pro Regular", Sans-serif!important;
}

.eapps-google-maps-bar-list-item-info-item-category {
    display: block!important;
}

.eapps-google-maps-marker-description {
    border: none!important;
}

#eapps-google-maps-1 .eapps-google-maps-marker-description a {
    border: 1px solid #0066cc!important;
    display: block;
    border-radius: 30px;
    padding: 9px;
    text-align: center;
    font-family: "San Francisco Pro Regular", Sans-serif!important;
    color: #0066cc!important;
}

#eapps-google-maps-1 .eapps-google-maps-marker-description a i {
    display: none!important;
}

.eapps-google-maps, .eapps-google-maps-marker {
    font-family: "San Francisco Pro Regular", Sans-serif!important;
}

.eapps-google-maps-marker-info-item-text {
    font-family: "San Francisco Pro Regular", Sans-serif!important;
}
.eapps-google-maps-bar-list {
    background-color: #ececf1!important;
}
.eapps-google-maps-bar-list::-webkit-scrollbar-track {
    background-color: #101010;
}

.eapps-google-maps-marker-title {
    font-size: 20px!important;
}

.eapps-google-maps-bar-list-item-info-title {
    font-size: 18px!important;
}

.eapps-google-maps-bar-list-item-info-item, .eapps-google-maps-bar-list-item-info-item-category {
    font-size: 16px!important;
} */

.gmnoprint {
    display: none !important;
    opacity: 0 !important;
}

.select2-results {
    color: white !important;
}


/* Search Box */
.searchbar-wrapper {
    overflow: hidden !important;
    width: 100vw;
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}


.searchbar {
    display: flex;
    position: absolute;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* easeInOutCubic */
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* easeInOutCubic */
    pointer-events: all;
    width: 100vw;
    margin-left: 90vw;
    height: 90%;
    top: 0;
    /* Background  */
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 3%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 3%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 3%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.searchbar.active {
    margin-left: 0vw;
    background-color: rgb(0, 0, 0);
}

.searchbar .open {
    width: 10vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.searchbar .close {
    width: 10vw;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .searchbar i {
    padding: 10px 16px;
    font-size: 16px;
} */

.search-on .section-category,
.search-on .ver-mas-wrapper {
    padding: 0px !important;
    grid-row-gap: 0px;
    grid-template-columns: repeat(1, 1fr) !important;
}

.search-on .post-gourmedia,
.search-on .post-single {
    margin: 7px 15px;
    width: calc(100% - 30px);
}

@media screen and (min-width:768px) {
    .searchbar-wrapper {
        display: none;
    }
}

@media (max-width: 767px) {
    .searchbar input#search-items {
        /* margin-left: 6px; */
        width: 78vw;
        font-size: 16px !important;
        color: white;
        padding: 5px;
        font-family: "San Francisco Pro Regular", Sans-serif;
        font-weight: 400;
    }

    .searchbar input#search-items::placeholder {
        font-family: "San Francisco Pro Regular", Sans-serif;
    }
}

#itempopup .response {
    margin-right: -1px;
    background-size: 100%;
}

#itempopup .tippy-popper {
    text-transform: capitalize;
}

@media screen and (min-width: 820px) and (max-width:1180px) {
    #marca-info h1 {
        font-size: 36px;
    }

    .nombre_marca_rrss .rrss a {
        font-size: 16px;
        padding: 6px;
    }

    .nombre_marca_rrss {
        margin-bottom: 0px;
    }

    #marca-info .marca-info-content {
        font-size: 20px;
    }

    #header-marca .reserva-geo a,
    #header-marca .reserva-geo span {
        font-size: 14px;
    }

    #marca-info .servicios-delivery h3 {
        font-size: 18px;
    }

    #marca-info .marca-info-content span {
        line-height: 1;
    }

    .deli-wrapper img {
        width: 36px;
    }

    #marca-info {
        padding-left: 25px;
    }

    #header-marca .separator {
        margin: 6px 0px;
    }

    .deli-wrapper {
        padding: 0px 20px 0px 0px;
    }

    #marca-info .servicios-delivery h3 {
        margin-bottom: 5px;
    }

    #footer-marca {
        padding: 15px;
        align-items: start;
    }
}

/* NOTIFICACIONES */

.wnbell-sticky-btn {
    /* position: fixed; */
    top: 30px;
    /* border: none; */
    /* border-radius: 50%; */
    background-color: transparent;
    /* color: #fff; */
    /* z-index: 10000; */
    /* box-shadow: 0 0 50px 0 rgb(0 0 0 / 40%); */
    right: 160px;
    /* height: 40px; */
    /* width: 40px; */
    /* cursor: pointer; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    box-shadow: none;
    border: 2px solid #5b5a65;
    z-index: 9;
    bottom: 9rem;
    display: none !important;
}

.logged-in.page-template-landing-home .wnbell-sticky-btn.wnbell-dropdown-toggle {
    display: none !important;
}

.wnbell_notifications_lists {
    top: 20px !important;
    right: -40px !important;
    bottom: auto !important;
    border: 1px solid white;
    z-index: 1;
    border-radius: 10px;
}

.wnbell_notification_list::before {
    content: '';
    border: 1px solid white;
    position: absolute;
    top: 100px;
    width: 10px;
    bottom: auto;
    height: 10px;
    z-index: 5;
}

.wnbell_dropdown_list_ss {
    height: auto;
    /* width: calc(100% - 40px); */
    /* position: fixed; */
    /* display: none; */
    /* z-index: 1000; */
    /* overflow: visible; */
    background-color: white;
    border: 1px solid #fff !important;
    /* margin: 20px; */
    /* border-radius: 15px; */
}

.wnbell_dropdown_list_ss::before {
    /* width: 12px; */
    /* height: 12px; */
    /* position: absolute; */
    border: 1px solid white;
    /* content: ''; */
    /* transform: rotate(45deg); */
    border-right: none;
    border-bottom: none;
    /* top: 3px; */
    /* margin-top:-10px; */
    /* right: 103px; */
    background: white;
}

.wnbell_notification_item {
    /* padding: 0px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* border: 0; */
    color: black !important;
    /* background-color: #020205; */
    /* border-bottom: none; */
    /* border-radius: 0px 0px 15px 15px; */
    /* height: 100px; */
}

.wnbell_notification_item:hover {
    background-color: #aaa;
}

.wnbell_notification_item a {
    color: blak;
    /* box-shadow: none; */
    /* padding: 10px; */
    /* position: relative; */
    /* display: block; */
    /* white-space: normal; */
    border-bottom: 1px solid #ddd;
    min-height: 56px !important;
    /* padding-left: 56px; */
    line-height: 1.3;
}

.wnbell-closebtn {
    display: inline-block !important;
    position: absolute;
    right: 1px;
    margin-right: 8px;
    font-size: 40px;
    padding: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    top: 15px;
    color: black;
    font-family: auto;
}

.wnbell_header {
    /* width: 100%; */
    color: black;
    font-size: 24px;
    padding: 5px 15px;
    font-family: 'San Francisco Pro Regular', 'sans-serif';
    /* margin-bottom: 0px; */
}

.wnbell_notification_item a img {
    display: block;
    margin-right: 1.5em;
    position: absolute;
    left: 0;
    top: 7px;
    /* background-color: #ddd; */
    border-radius: 50px;
    width: 40px;
}

.wnbell_notification_item a img.emoji {
    position: relative;
    display: inline-block;
    top: auto;
}

.wnbell_notification_item a .date {
    color: #aaa;
}

.wnbell-dropdown-box {
    background-color: white;
}

.page-template-customizer .wnbell-sticky-btn,
.page-template-landing-page .wnbell-sticky-btn,
.page-template-default .wnbell-sticky-btn {
    display: none !important;
}

@media (max-width: 768px) {
    .wnbell_dropdown_list_ss {
        height: auto;
        width: calc(100% - 40px);
        position: fixed;
        top: 60px;
        left: 0;
        display: none;
        z-index: 1000;
        overflow: visible;
        /* background-color: #000; */
        border: 1px solid #fff;
        margin: 20px;
        border-radius: 15px;
    }

    /* .wnbell_dropdown_list_ss::before {
        width: 12px;
        height: 12px;
        position: absolute;
        border: 1px solid white;
        content: '';
        transform: rotate(45deg);
        border-right:none;
        border-bottom:none;
        top: 3px;
        margin-top:-10px;
        right: 103px;
        background: black;
    } */

    .wnbell_notification_item {
        padding: 0px;
        padding-left: 10px;
        padding-right: 35px;
        border: 0;
        color: white !important;
        /* background-color: #020205; */
        border-bottom: none;
        border-radius: 0px 0px 15px 15px;
        /* height: 100px; */
    }

    .wnbell_notification_item:hover {
        background-color: #ddd;
    }

    .wnbell_notification_item a {
        /* color: white; */
        box-shadow: none;
        padding: 10px;
        position: relative;
        display: block;
        white-space: normal;
        border-bottom: 1px solid #ddd;
        min-height: 56px !important;
        /* padding-left: 56px; */
        line-height: 1.3;
    }

    .wnbell-closebtn {
        display: inline-block !important;
        position: absolute;
        right: 1px;
        margin-right: 8px;
        font-size: 40px;
        padding: 0;
        height: 20px;
        line-height: 20px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        top: 15px;
        color: black;
        font-family: auto;
    }

    .wnbell-sticky-btn {
        position: fixed;
        top: 23px;
        border: none;
        border-radius: 50%;
        background-color: transparent;
        color: #fff;
        z-index: 10000;
        /* box-shadow: 0 0 50px 0 rgb(0 0 0 / 40%); */
        right: 20%;
        margin-right: 20px;
        height: 40px;
        width: 40px;
        cursor: pointer;
        display: none !important;
        justify-content: center;
        align-items: center;
        box-shadow: none;
        border: 2px solid #5b5a65;
        z-index: 9;
    }

    .wnbell_header {
        width: 100%;
        /* color: white; */
        font-size: 24px;
        padding: 5px 15px;
        font-family: 'San Francisco Pro Regular', 'sans-serif';
        margin-bottom: 0px;
    }

    .wnbell-badge-shortcode {
        bottom: 85%;
        left: 85%;
    }

    .wnbell_notification_item a img {
        display: block;
        margin-right: 1.5em;
        position: absolute;
        left: 0;
        top: 7px;
        /* background-color: #111; */
        border-radius: 50px;
        width: 40px;
    }

    .wnbell_notification_item a .date {
        color: #555;
    }
}

/* WhatsApp */

.page-template-dashboard #whatsapp-btn {
    bottom: 10px;
}

#whatsapp-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    border-radius: 50px;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
}

#whatsapp-btn a {
    padding: 12px;
    background-color: #25D366;
    font-size: 30px;
    line-height: 1;
}

#whatsapp-btn a:hover {
    color: white;
    background-color: #128C7E;
}

body .preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1F2331;
    /*you can set any color you want */
    z-index: 999;
}

body .preloader .spinner {
    border: 5px solid rgba(0, 0, 0, 0.1);
    /* set the border size and color */
    border-top-color: #fff;
    /* set the color of the top border */
    border-radius: 50%;
    /* make it round */
    width: 50px;
    /* set the width */
    height: 50px;
    /* set the height */
    animation: spin 1s ease-in-out infinite;
    /* add the animation */
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 60px;
}

.lds-ellipsis div {
    position: absolute;
    top: 66px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: linear;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis4 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis4 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Formularios de reserva */

.navigation.post-navigation {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.error404 .wnbell-sticky-btn {
    display: none !important;
}

/* Sin Stock */

.sin_stock {
    filter: grayscale();
}

span.page-num,
.pagination .prev-page,
.pagination .next-page {
    color: #5b5a65;
    font-size: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid #5b5a65;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 3px;
    border-radius: 50%;
    cursor: pointer;
}

.page-num.active {
    color: white;
    border-color: white;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    margin: 0px 10px 10px 0px;
}



div#clients-popup {
    min-height: 380px;
    padding: 30px 20px;
    max-width: 400px;
    background-color: #f6f6f6;
}

#clients-popup h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: 'San Francisco Semibold', serif;
    font-size: 24px;
    line-height: 1.1;
}

#clients-popup #customerForm input {
    background: #dedede;
    border: none;
    outline: none;
    color: #1f1f1f;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 16px;
}

#clients-popup #customerForm input::placeholder {
    color: #ababab;
}

#clients-popup #customerForm input:focus {
    color: #1f1f1f !important;
}

#clients-popup #customerForm button[type="submit"] {
    background-color: #1f1f1f;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 18px;
    font-size: 18px;
    font-family: 'San Francisco SemiBold', serif;
    display: block;
    transition: all ease-in-out .2s;
    font-weight: 400;
    height: auto;
    display: block;
    margin-top: 20px;
    width: 100%;
    margin-left: 0px;
}

#clients-popup .checkbox {
    text-align: center;
    color: #1f1f1f;
    display: flex;
    margin-bottom: 20px;
    max-width: 80%;
    margin-left: 10px;
    margin-top: 0px;
    align-items: flex-start;
}

#clients-popup .checkbox input[type="checkbox"] {
    margin-right: 10px;
    width: auto;
}

#clients-popup .checkbox label {
    color: #1f1f1f;
    line-height: 1.1;
    text-align: left;
    font-size: 14px;
}

#clients-response li {
    padding: 10px 10px !important;
}

#clients-popup #customerForm input[name=customer_fnac] {
    position: relative;
    color: transparent;
    -webkit-appearance: textfield;
    appearance: textfield;
    width: 100%;
    display: block;
}

#clients-popup #customerForm input[name=customer_fnac]::before {
    content: 'Cumpleaños';
    color: #6b7076;
    font-size: 16px;
    position: absolute;
    top: 20px;
    pointer-events: none;
}

#clients-popup #customerForm input[name=customer_fnac]:focus::before {
    color: transparent;
}

#clients-popup #customerForm input[name=customer_fnac]:valid {
    color: #1f1f1f;
}

#clients-popup #customerForm input[name=customer_fnac]:valid::before {
    content: '';
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .dateinput {
        padding: 10px 20px;
        background-color: #dedede;
        border-radius: 50px;
        margin-bottom: 10px;
    }
    #clients-popup #customerForm input[name=customer_fnac] {
        padding: 0px!important;
        width: 100%;
        display: block;
        overflow: visible;
        position: relative;
        top: 7px;
    }

    #clients-popup #customerForm input[name=customer_fnac]::before {
        top:0px;
        left: 0px;
    }

}

.thanks_form {
    margin-top: 43%;
}

/* .page-template-dashboard button[type="submit"] {
    background-color: #343541;
    color: #fff;
    border-radius: 50px;
    border: 1px solid white;
    padding: 10px 18px;
    font-size: 18px;
    font-family: "San Francisco Pro Regular", Sans-serif;
    display: block;
    transition: all ease-in-out .2s;
    font-weight: 800;
    height: 40px;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
} */

.jquery-guide-content {
    background-color: #2997FF;
    border: none;
    border-radius: 20px;
    line-height: 1;
    padding: 20px;
}

.head-text {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    max-width: 570px;
    margin: 15px 40px;
}

@media screen and (max-width:768px) {
    .head-text {
        margin: 0px 15px 10px;
    }
}

.page-id-111466.page-template-landing-home #lang-menu,
.page-id-111468.page-template-landing-home #lang-menu,
.page-id-111470.page-template-landing-home #lang-menu {
    display: block;
}

.configSection {
    padding: 15px;
    border: 1px solid #5b5a65;
    border-radius: 6px;
    margin-bottom: 20px;
}

.configSection h3 {
    font-size: 18px;
}

.no-border {
    border: none !important;
}

.table-row.headers .col {
    padding: 0px;
}

@media screen and (max-width:768px) {
    /* #popups .form-group.input-button {
        display: flex;
        flex-direction: column;
    } */

    #popups #options_popup button[type="submit"] {
        width: 100%;
    }

    #popups .form-section label strong {
        line-height: 1.1;
        width: 100%;
        margin-bottom: 10px;
    }

    #popups .form-section-fields label {
        margin-bottom: 15px;
    }

    #popup_timer .form-section-fields label {
        margin-bottom: 0;
    }

    /* #export-button, */
    /* #save-popup-text {
        border-radius: 50px;
        background-color: #343541;
        color: #fff;
        font-family: "San Francisco Pro Regular", Sans-serif;
        font-weight: 400;
        padding: 12px 30px;
        font-size: 16px;
        border: 1px solid #5b5a65;
        margin: 10px auto;
        width: 100%;
    } */

    .form-section-subheader {
        flex-direction: column;
    }

    #enable_client_form {
        display: flex;
        justify-content: flex-end;
    }

    #enable_client_form .info-tooltip-icon {
        margin-top: 8px;
    }

    #popups li.tool_bar .select2-container {
        margin: 0px;
    }
}

.card.stats-card {
    display: flex;
    /* background-color: #0a0a0a; */
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.1;
}

div#analytics-response {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 250px;
    grid-gap: 15px;
}

div#gourmedia-analytics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 290px;
    grid-gap: 15px;
}

/* .chart-realtime {
    width: 50%;
} */

.card .stat-value {
    font-size: 90px;
    margin-right: 20px;
    width: auto;
    text-align: left;
}

.card span small {
    font-size: 16px;
    display: block;
    line-height: 1.2;
    color: #c1c1c1;
    padding-top: 5px;
}

.card span {
    width: 160px;
}

span[data-select2-id=select2-data-18-wnkr] {
    max-width: 350px;
}

textarea.select2-search__field::placeholder {
    font-weight: 400;
    font-family: "San Francisco Pro Regular", Sans-serif;
}

#modificadores .select2-container--default .select2-selection--multiple {
    max-width: 360px;
}

.canvas-container {
    width: 100%;
    min-width: 300px;
}

.canvas-container h3 {
    font-weight: 400;
    font-family: 'San Francisco Semibold', serif;
    line-height: 1.1;
}

.canvas-container .message {
    color: #c1c1c1;
    line-height: 1.1;
    padding-top: 10px;
    /* max-width: 200px; */
}

@media screen and (max-width:768px) {
    div#analytics-response {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 220px;
        /* grid-gap: 15px; */
    }

    div#gourmedia-analytics {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 330px;
        /* grid-gap: 15px; */
    }

    .card span {
        width: auto;
        /* flex-basis: 250px; */
    }

    .card .stat-value {
        font-size: 80px;
        margin-right: 0px;
        padding-right: 20px;
        text-align: right;
        flex-basis: 20%;
    }

    .card span {
        width: auto;
    }

    .chart-realtime {
        width: 100%;
    }


}

#customerForm button[disabled="disabled"] {
    pointer-events: none;
    opacity: .6;
}

.form-group.timer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    max-width: 400px;
    margin-top: -25px;
}

.form-group.timer label span {
    padding-top: 5px;
    position: relative;
    top: 8px;
}

.form-group.timer label {
    line-height: 1;
}

#popups .form-group.timer {
    margin-top: 0px;
}

.form-group.horas label {
    /* font-size: 16px; */
    color: #ececf1;
}

/** Timers **/
@media screen and (max-width:768px) {
    .form-group.timer {
        display: flex;
        justify-content: space-around;
        margin-top: -15px;
    }

    .timer label {
        display: flex;
        flex-direction: column;
        line-height: 2;
        justify-content: center;
        align-items: center;
    }
}

.cf-turnstile {
    margin: 0 auto !important;
}

/* New Global Styles */

body.page-template-dashboard,
.upload-area .button {
    background-color: #343541;
}


body.page-template-dashboard #formpopup,
body.page-template-dashboard .popup-preloader,
body.page-template-dashboard .popup_content .form-section,
body.page-template-dashboard .popup_content {
    background-color: #202123;
}

body.page-template-dashboard .popup_content .form-section {
    border: solid 1px #3c3e41;
}


body.page-template-dashboard header {
    background-color: #343541 !important;
    z-index: 9;
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); */
}

body .fa-calendar:before {
    content: '\f133' !important;
}

#featured-local {
    min-height: 182px;
    max-width: 330px;
    margin: 10px 0px;
}

#background-local {
    min-height: 200px;
    min-width: 200px;
}

#featured-local {
    min-height: 200px;
    min-width: 360px;
    max-width: 360px;
    margin: 10px 0px;
    aspect-ratio: 16/9;
}

#background-local img {
    /* width: 100%; */
    /* height: 166px; */
    max-width: 200px;
    object-fit: cover;
}

/* #deletecatpopup {
    max-width: 500px;
} */

/* #deletecatpopup h3 {
    margin-bottom: 20px;
} */

#popup-banner.upload-area {
    max-width: 240px;
    min-height: 300px;
    aspect-ratio: 1.25;
}

@media screen and (max-width:768px) {
    .block-mob {
        display: block !important;
        /* margin: 20px 0px!important; */
        margin-bottom: 20px;
    }


    .block-mob .toolbar {
        display: block !important;
    }

    .block-mob .toolbar .btn {
        width: 100% !important;
    }

    #featured-local,
    #popup-banner {
        min-width: 100%;
    }

    #featured-local {
        min-height: 176px;
    }

    #background-local {
        min-width: 100%;
    }

    #background-local img {
        max-width: 100%;
    }
}

/*Tooltips */
.info-tooltip-icon {
    width: 14px;
    opacity: .5;
    display: inline-flex;
    margin-left: 8px;
    /* filter: invert(1); */
}

.tippy-tooltip {
    /* From https://css.glass */
    background: black;
    border-radius: 0.5rem;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    color: white;
    font-weight: 400;
    line-height: 1.3;
}

.tippy-tooltip ul {
    margin-bottom: 4px;
    margin-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 15px;
}

.tippy-tooltip[data-placement^='top'] .tippy-arrow {
    border-top-color: rgba(0, 0, 0, 1);
}

.tippy-tooltip[data-placement^='bottom'] .tippy-arrow {
    border-bottom-color: rgba(0, 0, 0, 1);
}

.tippy-tooltip[data-placement^='left'] .tippy-arrow {
    border-left-color: rgba(0, 0, 0, 1);
}

.tippy-tooltip[data-placement^='right'] .tippy-arrow {
    border-right-color: rgba(0, 0, 0, 1);
}

@media screen and (max-width:768px) {
    #dashboard .tippy-tooltip[role="button-tooltip"] {
        display: none;
    }
    #dashboard .tippy-tooltip[role="tooltip"] {
        display: none;
    }
}

#configuration .upload-area {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
    /* margin: 0px 0px 20px 0px; */
    /* padding: 5px; */
}

#configuration .upload-area i {
    font-size: 18px;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.8));
}

/* .idiomas img {
    margin: 0px 0px 0px 8px;
    margin-top: -4px;
} */

/* .form-group.idiomas {
    margin: 8px 0px 20px 0px;
    max-width: 450px;
} */

/* #configuration button[type="submit"] {
    max-width: 280px;
    margin: 0px;
} */

#configuraion input[type="text"],
#configuraion input[type="password"] {
    background-color: #343541;
    border-radius: 3px;
    border: 0px;
    color: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #5b5a65;
    line-height: 1.2;
    border-radius: 3px;
    border: 0px;
    color: #ffffff;
    width: 100%;
}

.page-template-dashboard .popup_wrapper input[type="text"],
.page-template-dashboard .popup_wrapper select,
.page-template-dashboard .popup_wrapper select#select-categorias,
.page-template-dashboard .popup_wrapper .upload-area,
.page-template-dashboard .popup_wrapper textarea {
    background-color: #19191b;
    border: 1px solid #393b3e;
}

#configuration label.disabled {
    opacity: .5;
    /* pointer-events: none; */
}

@media screen and (max-width:768px) {
    #configuration button[type="submit"] {
        max-width: 100%;
    }
}

.price-hidden .price-popup,
.price-hidden .popup-variation-price,
.price-hidden .modificadores,
.price-hidden .price,
.price-hidden .popup_wrapper .popup-single-price,
.price-hidden .section-category .price,
.price-hidden .section-category .price,
.price-hidden #itempopup .price,
.price-hidden .ver-mas-wrapper .price,
.price-hidden .popup-variation-price-value-1,
.price-hidden .popup-variation-price-value-2,
.price-hidden .popup-variation-price-value-3,
.price-hidden .popup-variation-price-value-4,
.price-hidden .popup-variation-price-value-5,
.price-hidden #itempopup .opciones .col.price,
.price-hidden .popup-variation-price-title-1,
.price-hidden .popup-variation-price-title-2,
.price-hidden .popup-variation-price-title-3,
.price-hidden .popup-variation-price-title-4,
.price-hidden .popup-variation-price-title-5 {
    display: none !important;
}

a.popup-link {
    font-size: 12px;
    color: white;
    margin: 0px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 20px;
    margin-top: 2px;
}

a.popup-link i {
    font-size: 10px;
}

.popup-variation-price {
    font-size: 14px;
}

.variation-price {
    text-align: right;
}

.img-wrapper {
    aspect-ratio: 4/3;
}

#aco-wrapper .img-wrapper,
#rel-wrapper .img-wrapper {
    flex-basis: 145px;
}

#aco-wrapper .img-wrapper img,
#rel-wrapper .img-wrapper img {
    object-fit: cover;
    width: 145px;
    height: 145px;
}

#aco-wrapper .post-gourmedia .info-post,
#rel-wrapper .post-gourmedia .info-post {
    width: calc(100% - 145px);
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
    font-family: "San Francisco Pro Regular", Sans-serif;
}

#aco-wrapper h2,
#rel-wrapper h2 {
    margin-top: 0px;
}

.variation-price,
.variation-title,
.opciones .col.title,
.opciones .col.price {
    line-height: 1.5;
}

#modificadores {
    margin-top: 15px;
}

/* Browse */

.eapps-google-maps-bar-list-item-additional-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan_light_month,
.plan_light_year,
.plan_standard_month,
.plan_standard_year {
    cursor: pointer;
}

.user-registration-message {
    display: none;
}

body #user-registration {
    margin: 20px 0px;
}

.user-registration-error {
    margin-top: 20px;
}

.filter-box {
    display: flex;
    padding: 12px;
    background-color: #202123;
    border-radius: 15px;
    margin-bottom: 15px;
    grid-gap: 12px;
    position: relative;
}

.filter-box .filter-menu {
    width: 40%;
}

#categories .filter-box,
#analytics .filter-box {
    width: 40%;
    margin-bottom: 0px;
}

#popups .filter-box .filter-menu,
#popups .filter-box .filter-category {
    width: 45%;
}

#categories .filter-box .filter-menu,
#analytics .filter-box .filter-menu {
    width: 100%;
}

#categories .toolbar,
#analytics .toolbar {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    align-items: center;
}

#categories .tool-box {
    padding: 10px;
    padding-left: 0px;
    margin:0px;
}

#categories label.switchify.switchify-label>span.switchify-switch::after {
    top: 5px;
}

#analytics .tool-box {
    padding: 10px;
    margin-bottom: 0px;
}

.toolbar .separator {
    width: 1px;
    background-color: #5b5a65;
    height: 50px;
}

.filter-box .filter-category {
    width: 40%;
}

.filter-box .filter-status {
    width: 20%;
}

.filter-box .filter-search {
    /* width: 10%; */
    display: flex;
    font-size: 24px;
    align-items: center;
    cursor: pointer;
    width: 40px;
}

.tool-box {
    display: flex;
    grid-gap: 12px;
    margin-bottom: 15px;
}

.tool-box .separator {
    width: 1px;
    background-color: #5b5a65;
    height: 50px;
}

.control-container {
    display: flex;
}

.control-container.control-bulk {
    width: 40%;
    display: flex;
    /* grid-gap: 15px; */
}

.control-container.control-bulk select {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #5b5a65;
    background-color: transparent;
    color: white;
}

.control-container.control-bulk select option {
    background-color: #343541;
}

.control-container button {
    background-color: transparent;
    color: white;
    border-radius: 12px;
    border: 1px solid #5b5a65;
    padding: 10px 20px;
    font-size: 16px;
    height: 50px;
    transition: all ease-in-out .2s;
}

.control-container button:hover {
    border-color: #ffffff;
}

.control-enable {
    width: 10%;
}

.tool-box #styled-checkbox-select-all+label {
    width: 23px;
    margin-left: 2px;
    position: relative;
    left: 0px;
    top: 6px;
}

.tool-box #styled-checkbox-select-all+label:after {
    top: 9px;
}

.tool-box #loyalty-styled-checkbox-select-all+label {
    width: 23px;
    margin-left: 2px;
    position: relative;
    left: 0px;
    top: 6px;
}

.tool-box #loyalty-styled-checkbox-select-all+label:after {
    top: 9px;
}

.tool-box select.bulk-actions,
#popup_excel select {
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #393b3e;
    background-color: transparent;
    color: white;
    height: 50px;
    font-size: 16px;
}

.tool-box select.bulk-actions {
    border: 1px solid #5b5a65;
}

.form-section .row {
    display: flex;
    grid-gap: 15px;
}

.form-section .row .col {
    align-items: flex-start;
    display: flex;
}

.selectize-input {
    background-color: #19191b!important;
    border-radius: 10px!important;
    border: 0px solid #393b3e!important;
    min-height: 50px;
}

.selectize-input input {
    color: white!important;
}

#form-post .selectize-input {
    border: 1px solid #393b3e!important;
}

.selectize-dropdown {
    background-color: #19191b!important;
    border-radius: 10px!important;
    border: 1px solid #393b3e!important;
    border-radius: 8px;
    padding: 6px;
    color: white!important;

}

.selectize-input.dropdown-active::before {
    background:none!important;

}

body .selectize-dropdown .active:not(.selected) {
    background: #424242;
    color: white;
    border-radius: 4px;
}

body .selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background-color: #424242!important;
    color: #fff;
    border: 1px solid #424242;
    background-image: none!important;
}

.selectize-control.plugin-clear_button .clear {
    color: white!important;
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

@media screen and (max-width:768px) {
    .tool-box {
        grid-gap: 6px;
    }
    .filter-box {
        padding: 8px;
        grid-gap: 6px;
    }
    #categories .filter-box,
    #analytics .filter-box {
        width: 50%;
    }
    .control-container.control-bulk {
        width: auto;
        grid-gap: 6px;
    }
    .control-container button {
        padding: 12px 16px;
        border-radius: 8px;
        height: 42px;
        font-size: 14px;
        line-height: 1;
    }
    #loyalty .control-container button {
        border-radius: 12px;
        height: 50px;
    }
    .tool-box select.bulk-actions {
        /* margin-left: 10px; */
        max-width: 130px;
        padding: 8px 10px;
        height: 42px;
        border-radius: 8px;
        font-size: 14px;
    }
    .tool-box .separator {
        height: 42px;
    }
    .filter-box .filter-menu {
        width: 30%;
    }
    .filter-box .filter-category {
        width: 30%;
    }
    .filter-box .filter-status {
        width: 30%;
    }
    #dashboard #search-trigger {
        right: 16px;
        top: 22px;
    }
    #dashboard input#search-items.active {
        width: calc(100% - 16px);
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px!important;
    }
    #mod-response input[type="text"], #items input.inline-price {
        /* width: 65px; */
        padding: 4px;
    }
    #pantallas .responsive-table li {
        min-height: 45px;
        padding: 12px 16px;
    }
}