@font-face {
    font-family: gothic;
    src: url('../../fonts/gothic.woff');
}

@font-face {
    font-family: popp;
    src: url('../../fonts/popp.woff');
}

@font-face {
    font-family: gothic_bold;
    src: url('../../fonts/gothic_bold.woff');
}

body {
    font-family: gothic, Roboto,Noto,Helvetica,Arial,sans-serif;
    font-size: 1em !important;
}
body.reservation-page .page-content {
    background: #f2f4f6 !important
}
body .navbar {
    background: #ffffff;
    border-radius: 0;
    color: #ff3864;
}
body .navbar a.link, body .subnavbar a.link, body .toolbar a.link {
    color: #ff3864;
}
.arrow_enlace{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 28px;
    height: 28px;
    background: url("../../img/mobile/arrow_categories.png") no-repeat;
    background-size: cover;
}

.categories-container.not-image .arrow_enlace {
    background: url("../../img/mobile/red-arrow-categories.png") no-repeat;
    background-size: cover;
}

body.with-panel-left-reveal .views, body.with-panel-right-reveal .views {
    box-shadow: none;
}

.categories-container{
    font-family: gothic;
    letter-spacing: 1px;
    width: calc(50% - 10px);
    position: relative;
    display: block;
    background-size: cover;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.50);
    height: 150px;
}

.item-subtitle {
    font-size: 18px !important;
    line-height: 40px;
}

.row.no-gutter {
    height: 120px;
    overflow: hidden;
}
.row.no-gutter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.row.no-gutter .content-image {
    width: 180px !important;
}
.row.no-gutter .content-products {
    width: 100% !important;
}
.row.no-gutter.no-image .content-image {
    display: none;
}
.row.no-gutter.no-image .content-products {
    width: 100%;
}
.no-image .content-products .product-title, .no-image .content-products .product-description {
    display: block;
    text-align: center;
}
.categories-container img{
    width: 100%;
}

.categories-header{
    padding: 20px;
    margin-bottom: 17px;
    text-align: center;
    position: relative;
    z-index: -2;
}

.categories-background{
    background: rgba(52, 49, 80, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/*.content-products{
  width: -webkit-calc((100% - 10px*.6666666666666667)/ 1.6666666666666667) !important;
  width: calc((100% - -10px*.6666666666666667)/ 1.6666666666666667) !important;
}*/

.categories-title{
    color: white;
    font-family: gothic_bold;
}

.categories-name{
    position: absolute;
    bottom: 5px;
    color: white;
    padding: 15px;
    font-family: gothic_bold;
    letter-spacing: 2px;
}
.categories-name span {
    color: #ffffff;
}
.categories-container.not-image .categories-name span {
    color: #ff0000;
}

.button-order{
    background: #ff3864;
    color: white;
    font-family: gothic;
    text-transform: none;
    margin-top: 10px;
    margin: 0 auto;
    width: 100%;
    border-radius: 19px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
}
.button-order i {
    font-weight: bold;
    font-size: 17px;
}
.button-secondary {
    background: #000;
    color: white;
    font-family: gothic;
    text-transform: none;
    margin-top: 10px;
    margin: 0 auto;
    width: 100%;
    border-radius: 19px;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.not_display_note{
    display: none
}

.data-table > .card-content > table > tbody > tr > td > i{
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 10px;
}

.display_note{
    display: table-cell;
}

.donotbutton{
    border: 1px solid #ff3864;
    color: #ff3864;
    margin-bottom: 5px;
    width: 90px;
    display: inline-block;
    margin-right: -4px;
    border-radius: 0px;
    text-transform: initial;
    font-family: gothic_bold;
}

.yesbutton{
    background: #ff3864;
    color: white;
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    border-radius: 0px;
    text-transform: initial;
    font-family: gothic_bold;
}

.encima{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51, 49, 80, 0.5);
    border-radius: 10px;
}
.categories-container.not-image .encima{
    display: none;
}

.meniuu-center{
    z-index: 1;
}

.meniuu-center-other{
    z-index: 1;
}

.header-content-order{
    font-family: gothic;
    padding: 0px 20px 20px 20px;
    font-size: 12px;
}

.header-order-sent{
    text-align: center;
    padding-top: 20px;
    background: url(../../img/mobile/background-sent.png);
    background-size: cover;
    color: white;
}



.header-order-sent img{
    width: 35px;
    margin-bottom: 10px;
}

#login_form, #sign_up_form{
    font-family: gothic;
}

#login_form input, #sign_up_form input{
    font-size: 14px;
}

#login_form .label, #sign_up_form .label{
    font-family: gothic_bold;
}

.hidden{
    display: none;
}

.hidden_password{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 25px;
    color: #e0e0e0;
}

.button-sent{
    width: 100%;
    background: #b3b3b3;
    border: none;
    color: white;
    padding: 10px;
    font-family: gothic;
    outline: none;
}

.header-user{
    margin: 0;
    padding: 15px;
    text-align: center;
    background: #fff;
}

.header-user i.header-icon{
    font-size: 70px !important;
    color: #ff2851;
}

.header-user > .user-name{
    font-family: popp;
    color: #000;
}

.input-group{
    display: inline-grid;
    width: 100%;
    margin-bottom: 20px;
    font-family: gothic;
}
.popup-orders .input-group, .popup-reservations .input-group {
    display: inline-flex;
}

textarea {
    resize: none;
}

.text-order > #product-text{
    color: #ff3864;
}

.input-group input, .input-group textarea, .input-group select{
    padding: 10px;
    font-family: gothic;
    border: none;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
    background: white;
}

.text-order{
    font-family: gothic;
    text-align: center;
    font-size: 15px;
    margin-top: 37px;
    margin-bottom: 20px;
}

.ingredients-style{
    display: inline-block;
    padding: 8px;
    background: rgb(236, 236, 236);
    color: rgb(2, 2, 2);
    text-transform: capitalize;
    font-family: gothic;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-right: 5px;
    word-break: unset;
}


.product-title{
    color: #ff3864;
    font-size: 16px;
    font-family: gothic_bold;
}

.product-description{
    color: #666666;
    font-size: 15px;
}

.product-categories{
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
}

.product-price{
    font-family: gothic_bold;
    letter-spacing: 1px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #666666;
}

.shadow {
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.title-restaurant .item-content{
    color: #666666;
    font-family: gothic;
}

.title-restaurant .chip-label {
    color: white;
    font-family: gothic;
    font-size: 12px;
}

.title-restaurant .chip-media img {
    border-radius: 0;
}

.subtotal{
    padding: 30px 15px 15px 15px;
    font-family: gothic_bold;
}

.edit-table{
    position: absolute;
    right: 10px;
    font-size: 15px !important;
    padding: 5px 10px;
    background: white;
    color: #ff3864;
    border-radius: 5px;
    top: 8px;
    font-weight: normal;
}

.fields {
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-family: gothic;
    border: 2px solid #e0e0e0;
}

#numero_tarjeta{
    width: 100%;
    padding: 10px;
    font-family: gothic;
}

#exp_mes{
    width: 100%;
    padding: 10px;
    font-family: gothic;
    color: gray;
}

#exp_anio{
    width: 100%;
    padding: 10px;
    font-family: gothic;
    color: gray;
}

#numero_cvc{
    width: 100%;
    padding: 10px;
    font-family: gothic;
}

.meniuu-center-fix{}

.metodos-pago{
    padding: 15px 0px 0px 0px;
    color: #343150;
}

.metodos-pago .title-method{
    text-align: center;
    font-family: gothic_bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

.metodo{
    text-align: center;
}

.metodos-pago .tarjeta{
    font-family: gothic_bold;
}

.card {
    border-radius: 10px;
    overflow: hidden;
}

.card-header{
    border-radius: 0px;
}

.fila{
    margin-bottom: 15px;
    color: #666666;
}

.user-options > ul > a > .item-content > .item-inner:after{
    background-color: transparent !important;
}

.user-options > ul > a > .item-content > .item-inner{
    position: initial !important;
}

.user-options > ul > a > .item-content > .item-inner > .item-title{
    font-family: gothic;
    color: #838195;
    font-size: 14px;
    letter-spacing: 1px;
}

.user-options > ul > a > .item-content > .item-media{
    padding: 3px 0px 0px 5px;
}

.user-options > ul > a > .item-content > .item-media > img {
    width: 19px;
}

.user-options > ul > a > .item-content:hover{
    background-color: #e6e6e6;
}

.user-options > ul > a > .item-content:hover .item-title{
    color: #ff2851;
}

.user-options > ul > a > .item-content:hover > .item-media > img {
    opacity: 1;
}

.user-options > ul > a > .item-content:hover > .item-media > i {
    opacity: 1;
}

.register_container{
    left: 50%;
    min-width: 320px;
    position: fixed;
    top: 40%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 1;
}

.demo-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
}

.buttons-user{
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.buttons-user-middle{
    position: absolute;
    border: 1px solid #005e96;
    padding: 7px 7px 5px 6px;
    top: 21%;
    left: 46%;
    border-radius: 50%;
    color: white;
    background: #005e96;
}

.buttons-user-middle a{
    color: white
}

.swiper-slide {
}

.popup-product-order > .page-content > .content-block > .row > .col-100 > .title,
.popup-product-order > .page-content > .content-block > .row > .col-100 > .ingredients-title{
    font-family: gothic_bold;
    color: #ff3864;
    margin-top: 5px;
    margin-bottom: 16px;

}

.popup-product-order > .page-content > .content-block > .row > .col-100 > .description{
    font-family: gothic;
    font-size: 15px;
    margin-bottom: 10px;
}

.swiper-container {
    margin: 35px 0;
    margin-top: 0px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-container img{
    width: 100%;
}

.data-table {
    overflow-x: auto;
}

.data-table table {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    text-align: left;
    font-family: gothic;
    font-size: 13px;
}
.data-table table tr{
    border-bottom: 1px solid #e6e6e6;
}


.data-table thead {
    font-size: 12px;
}

.data-table thead td, .data-table thead th {
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 16px;
    font-family: gothic_bold;
    font-size: 14px;
    color: #343150;
}

.data-table tbody{
    color: #808080;
}

.data-table td, .data-table th {
    padding: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    height: 44px;
}

#form-pago .opciones{
    margin-top: 10px;
}

.alert-warning{
    text-align: left;
    position: absolute;
    width: 290px;
    /* height: 100px; */
    z-index: 9999;
    padding: 15px;
    background: white;
    color: #ff3864;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.53);
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.53);
}

.alert-warning button{
    position: absolute;
    right: 5px;
    background: #ff3864;
    color: #fafafc;
    outline: none;
    border: 0;
    top: 5px;
    border-radius: 50%;
}

.metodos-pago label {
    font-family: gothic_bold;
}

.content-block .select{
    width: 100%;
    font-family: gothic;
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #e0e0e0;
}

.content-block .input{
    width: 100%;
    padding: 10px;
    font-family: gothic;
}

.pac-container{
    z-index: 9999;
}

.pac-item{
    font-family: gothic;
}
.color-meniuu{
    background: #ff3864 !important;
}
.categories .col-100 {
    overflow: hidden; position: relative; top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content-block.plates {
    padding: 0 !important;
}
.plates .item-plate {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.content-block {
    position: relative;
}
.card-header {
    background: #d6d6d6;
    border-radius: 10px;
}
.card-header::after {
    display: none;
}
.data-table {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.ingredients {
    margin-bottom: 20px;
}
.text-center {
    text-align: center !important;
}
.popup-login-select .list-block .item-content {
    flex-direction: column;
    min-height: auto !important;
    padding-left: 0 !important;
}
.popup-login-select .list-block .item-inner {
    min-height: auto !important;
    padding-bottom: 0 !important;
}
.popup-login-select .list-block .item-inner:after {
    display: none;
}
.popup-login-select .list-block .label {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding-left: 0;
}
.popup-login-select .list-block .sublabel {
    width: 100%;
    font-weight: unset;
    white-space: normal;
}
.copyright {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
}
.list-group-grid {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.btn-edit {
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    height: calc(1em + 1.55rem + 2px);
    width: calc(1em + 1.55rem + 2px);
    background-color: #ecebeb;
    align-items: center;
    color: #444;
    font-size: 10px;
}
.inline-flex-label-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
.filePhotoProfile {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.hidden-password {
    cursor: pointer;
}
.header-icon {
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.order-page h3, .order-page h5 {
    margin: 0 !important;
}
.login-screen-content .item-title.label {
    font-weight: 900;
    color: #000;
}
.invalid {
    border-bottom: 2px solid #cc0000 !important;
    color: #cc0000 !important;
    padding-right: calc(1.5em + 1.55rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F8285A'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F8285A' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.3875rem) center !important;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem) !important;
}
.invalid[type="password"] {
    padding-right: calc(1.5em + 1.55rem + 1.55rem) !important;
    background-position: right calc(0.375em + 0.3875rem + 1.55rem) center !important;
}
.with-panel-left-reveal .views {
    opacity: 0.5;
}
.login-box {
    width: 100%;
    max-width: 360px;
    padding: 10px 40px;
    margin: 83px auto;
    background: white;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.33);
    box-sizing: border-box;
}
.login-box h1 {
    text-align: center;
    color: #393939;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: gothic;
    font-size: 30px;
}
.login-box h3 {
    font-size: 28px;
}
.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 0 0px 0;
}
.text-blue-secondary {
    color: #5bc0de;
}
.mt-10 {
    margin-top: 10px !important;
}
.login-box .btn {
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 3px 1px 4px #54525299;
    font-weight: 600;
}
.login-box a {
    text-decoration: none;
    color: #666;
}
.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #ffffff !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.ohnohoney {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.text-info {
    color: #31708f;
}
.input-group-custom {
    display: flex;
    flex-direction: row;
}
.input-group-custom input {
    width: 100%;
    padding: 23px 40px;
    border: none;
    box-sizing: border-box;
    height: 34px;
    background: #f2f2f2;
}
.input-group-custom span {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    border: 1px solid #cccccc;
}
.input-group-custom span:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: 0;
}
.input-group-custom span a {
    cursor: pointer;
}
.login-box .input-group-custom {
    border-radius: 15px;
    overflow: hidden;
}
.login-box .input-group input, .login-box .input-group textarea, .login-box .input-group select {
    box-sizing: border-box;
    border-radius: 15px;
    background: #f2f2f2;
    height: 46px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.login-box textarea {
    height: auto !important;
    form-sizing: normal;
}
.login-box p {
    color: #999999;
}
.alert-success {
    border-color: #008d4c;
    background-color: #00a65a !important;
    color: #ffffff !important;
}
h2.secondary {
    font-size: 28px;
    line-height: 45px;
    color: #66c;
    font-weight: 600;
}
.grecaptcha-badge {
    right: -283px !important;
}
#login_select img {
    height: 32px;
    width: 32px;
}
.swal2-container {
    z-index: 11060 !important;
}
.popup-login-select .content-block {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background: #fff;
}
.popup-login-select .login-screen-content {
    background: #f4f4f4;
}
.popup-login-select .button-order {
    border-radius: 8px;
}
.popup-login-select .button-secondary {
    border-radius: 8px;
}
.badge-default {
    background-color: #ededed !important;
    color: #777777 !important;
}
.badge-warning {
    background-color: #f7e5c7 !important;
    color: #af7613 !important;
}
.badge-success {
    background-color: #dcffda !important;
    color: #208f0e !important;
}
.badge-danger {
    background-color: #ffdede !important;
    color: #ea3737 !important;
}
.badge-info {
    background-color: #e1e6ff !important;
    color: #1f44df !important;
}
@media screen and  (max-width: 1200px) {
    .list-group-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 992px) {
    .categories-container {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .plates .item-plate {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 910px){
    .list-group-grid {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 768px) {
    .categories-container {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .plates .item-plate {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .list-group-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .login-box {
        width: 90%;
    }
    .popup-login-select .content-block {
        width: 90%;
    }
}
@media screen and  (max-width: 500px) {
    .list-group-grid {
        display: flex;
        flex-direction: column;
    }
}
@media screen and  (max-width: 386px) {
    .row-custom {
        flex-direction: column;
    }
    .row-custom .col-50 {
        width: 100% !important;
    }
}
@media screen and  (max-width: 360px) {
    .login-box {
        padding: 10px 40px;
    }
}