@font-face {
    font-family: 'Rubik-Black';
    src: url('../../fonts/Rubik/Rubik-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url('../../fonts/Rubik/Rubik-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../../fonts/Rubik/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*=========================
  Variables && Init
 ================= */

html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: 'Rubik-Regular', sans-serif !important;
    font-size: 14px;
    margin: 0;
}
.overflow-auto{
    overflow: auto;
}
.nowrap-text {
    white-space: nowrap;
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    margin: 0;
    transition: .5s;
  }
.z-1{
    z-index: 1;
}
.backgroundColorDelivery{
    background: var(--background_color);
}

.image_ground{
    background: center center no-repeat;
    background-size: cover;
    min-height: 90vh;
}

.logo{
    width: 200px;
    height: 200px;
}

.pac-container{
    margin-left: 12px !important;
}

.container-view-general{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.container-view-general .button_activado {
    text-transform: uppercase !important;
}

.row-container-products{
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.row-container-checkout{
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.container-image-rect{
    padding-top: 16.6%;
    height:0;
}
.container-image-rect-small{
    padding-top: 8.3%;
    height:0;
}
.container-image-rect-modal{
    padding-top: 50%;
    height:0;
}

.position-fixed {
    position: fixed !important;
    top: 150px !important;
  }


container-multi-brand {
    display: inline-grid;
    overflow-y: hidden;
}

container-multi-brand a {
    margin-right: 0.8rem;
    margin-bottom: 0.5rem;
    justify-content: center;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--highlight_color);
    padding-bottom: 0.5rem;
    text-decoration: none;
    font-weight: 600;
}

container-multi-brand a img {
    width: 150px;
    height: 80px;
    object-fit: cover;
}

container-multi-brand a span {
    margin-left: 20px;
}

/* Elemento base */
container-multi-brand::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
  
/* Carril */
container-multi-brand::-webkit-scrollbar-track {
    background: rgb(211 211 211);
    border-radius: 50px
}
   
  /* Manejador */
container-multi-brand::-webkit-scrollbar-thumb {
    background: var(--highlight_color);
    border-radius: 50px;
}
  
  /* Manejador hover */
container-multi-brand::-webkit-scrollbar-thumb:hover {
    background: var(--highlight_color);
}
/*=========================
  Textos Tamaño / Fuente
 ================= */

 /*** Order Tracking Landing ***/


/* Small Devices */


@media only screen and (min-width : 200px) and (max-width : 1199px) {

    .order_tracking_hour {
        font-family: 'Rubik-Medium', sans-serif !important;
        margin-left: 20px;
        font-size: 48px;
        color: green;
    }
    
    .order_tracking_hour_text {
        font-family: 'Rubik-Medium', sans-serif !important;
        margin-left: 20px;
        font-size: 16px;
        color: gray;
    }
    .cart_scroll {
        max-height:130px; 
        overflow-y: auto;
    }
    container-multi-brand {
        display: grid;
        background-color: var(--background_color);
        position: sticky;
        top: 0;
    }

    container-multi-brand:first-child {
        padding-top:10px;
    }

    container-multi-brand a img {
        max-width:10%;
        margin:10px;
        height:50%;
    }
}

/* Medium Devices */
@media only screen and (min-width : 1200px) and ( max-width : 1400px) {

    .cart_scroll {
        max-height:250px; 
        overflow-y: auto;
    }
    
}

/* Medium Devices 2 */
@media only screen and (min-width : 1400px) and ( max-width : 1600px) {

    .cart_scroll {
        max-height:350px; 
        overflow-y: auto;
    }
    
}

/* Large Devices */
@media only screen and (min-width : 1200px) {

    .order_tracking_hour {
        font-family: 'Rubik-Medium', sans-serif !important;
        font-size: 62px;
        color: green;
        text-align: center;
    }
    
    .order_tracking_hour_text {
        font-family: 'Rubik-Medium', sans-serif !important;
        font-size: 24px;
        color: gray;
        text-align: center;
    }
    
}

/* Large Devices 2*/
@media only screen and (min-width : 1600px) {

    .cart_scroll {
        max-height:500px; 
        overflow-y: auto;
    }
}

.info_status_text {
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 24px;
    font-weight: bold;
}

/*** Order Tracking Landing end ***/

.titule_delivery{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 31px;
}

.subtitule_delivery{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 16px;
}

.titule_restaurant_address_group{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 14px;
}

/* .titule_name_product{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 14px;
} */
.titule_name_product{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 16px;
}

.titule_name_product-modal{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 18px;
}

.text_general_delivery{
    font-size: 14px;
}

.word_general_delivery{
    font-size: 12px;
}

.font_bold{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-weight: 500;
}

.text_underline{
    text-decoration: underline;
}

.text-danger{
    font-size: 10px;
}

.opacity_letter50{
    opacity: 50%
}
.legal{
    font-family: 'Rubik-Regular', sans-serif !important;
    font-size: 12px;
    padding: 26px;
    margin-top: 16px;
    margin-bottom: 0px !important;
    background-color: rgba(0,0,0,.05);
}
/*=========================
  Footer
 ================= */

.texfooter_del{
    color: rgba(54, 47, 47, 0.5);
}

footer {
    position: relative;
    background: rgba(0, 0, 0, 0.05);
    height: 70px;
    bottom: 0;
    width: 100%;
}

/*=========================
  Utils General
 ================= */

.cpointer{
    cursor: pointer;
}

.margin_total10{
    margin: 10px;
}

.pright-0{
    padding-right: 0px !important;
}

.pleft-0{
    padding-left: 0px;
}

.mright-0{
    margin-right: 0px;
}

.mbotton-0{
    margin-bottom: 0px;
}

.mall-0{
    margin: 0px;
}

.mleft-0{
    margin-left: 0px;
}
.p-16{
    padding:16px;
}

.mleft-30{
    margin-left: 30px;
}

.pleft-5{
    padding-left: 5px;
}

.pright-5{
    padding-right: 5px;
}

.mleft-15n{
    padding-left: -15px;
}

.mright-15n{
    padding-right: -15px;
}

mall-8{
    margin: 8px;
}


.mbotton-0{
    margin-bottom: 0px;
}

.mbotton-10{
    margin-bottom: 10px;
}

.color_resaltado{
    color: var(--highlight_color);
}

.color_disabled{
    color: #645f5f;
}

.color_solids{
    color: var(--solids_color);
}
.color_text{
color: var(--text_general_color);
}
a {
    color:rgba(0, 0, 0, 0.5) !important;
    text-decoration: underline;
    background-color: transparent;
}
.color_grey{
    color: #a7a7a7;
}

.font-size-10{
    font-size: 10px;
}

.font-size-12{
    font-size: 12px;
}

.font-size-15{
    font-size: 15px;
}

.font-size-16{
    font-size: 16px;
}

.font-size-18{
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.bg_solido{
    background: var(--solids_color);
}

.color_white{
    color: white;
}

.color_red{
    color: #FF1919;
}

.center_horizontal{
    display: flex;
    justify-content: center;
}

.center_height{
    display: flex;
    align-items: center!important;
}

.height100{
    height: 100%;
}
.min-height90vh {
    min-height: 90vh;
}

.width100{
    width: 100%;
}

.all100_loading{
    height: 100%;
    width: 100%;
    position: absolute;
}

.opacity_loading_normal{
    background-color: #dbdbdb6e;
}

.fab{
    font-size: 18px !important;
}
.sombra_general{
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
}
.sombra_input{
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--text_general_color);
    border-color:var(--text_general_color);
    border:1px;
    outline: 0;
    box-shadow: none;
}

.container_general{
    background-color: var(--background_color);
    border-radius: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
}

.container_not_background_imagen{
    background-color: var(--background_color);
    padding-left: 0px;
    padding-right: 0px;
}

.centered {
    left: 50%;
    transform: translate(-50%, 0);
}

.input-commentary-kitchen{
    font-size: 12px;
    background-color: rgba(0, 0, 0,0.05);
    margin-top: 0px;
    margin-bottom: 0px;
    height: 80px !important;
    border:none;
}

/*=========================
  Botones
 ================= */

.button_activado{
    background-color: var(--solids_color);
    border-color: var(--solids_color);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 16px;
    color: white;
    font-family: 'Rubik-Medium', sans-serif !important;
    height: 36px;
}

.button_activado:hover{
    background-color: var(--highlight_color);
    border-color: var(--highlight_color);
    color: white;
}

.button_next{
    background-color: var(--solids_color);
    border-color: var(--solids_color);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 16px;
    color: white;
    font-family: 'Rubik-Medium', sans-serif !important;
    height: 36px;
}

.button_next:hover{
    background-color: var(--highlight_color);
    border-color: var(--highlight_color);
    color: white;
}

.button_see_cart{
    background-color: var(--solids_color);
    border-color: var(--solids_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    font-size: 16px;
    color: white;
    font-family: 'Rubik-Medium', sans-serif !important;
    height: 36px;
    width: 100%;
}

.button_see_cart:hover{
    background-color: var(--highlight_color);
    border-color: var(--highlight_color);
    color: white;
}

.total_label_cart{
    background-color: var(--solids_color);
    border-color: var(--solids_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    font-size: 16px;
    color: white;
    font-family: 'Rubik-Medium', sans-serif !important;
    height: 36px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button_back_menu{
    background-color: var(--background_color);
    border-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 16px;
    color: var(--highlight_color);
    font-family: 'Rubik-Medium', sans-serif !important;
    height: 36px;
    width: 100%;
}

.button_disabled{
    background-color: var(--solids_color);
    border-color: var(--solids_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 16px;
    color: white;
    font-family: 'Rubik-Medium', sans-serif !important;
    height: 36px;
}

.button_disabled:hover{
    background-color: var(--solids_color);
    border-color: var(--solids_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 16px;
    color: white;
    font-family: 'Rubik-Medium', sans-serif !important;
    height: 36px;
}

.check-legal {
    z-index: 1;
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--highlight_color) !important;
    border-color: var(--highlight_color) !important;
    background-color: var(--highlight_color) !important;
}

.custom-control-input:checked~.custom-control-label::after {
    border-color: var(--highlight_color) !important;
}

.radio-disabled {
    pointer-events:none;
}

.button-plus-container{
    padding-left: 4px;
    padding-right: 3px;
    margin-right: 3px;
}

.button-minus-container{
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
}

.button-plus-product{
    padding-left: 9px;
    padding-right: 8px;
    margin-left: 13px;
    color: var(--highlight_color);
}

.button-minus-product{
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 13px;
    color: var(--highlight_color);
}

/*=========================
  Address
 ================= */

.input_address{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    height: 100%;
    border: none;
}

.button_address_icon{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.container_search_address{
    border-radius: 20px;
    height: 45px;
}

/*=========================
  Restaurant Card Address
 ================= */

.container_box_restaurant{
    background-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    width: 100%;
}

.container_box_product{
    background-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    width: 100%;
    margin: 8px;
    padding: 5px;
    flex: 1;
}

.container-each-modify{
    background-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    width: 100%;
    margin: 8px;
    margin-left: 0px !important;
    padding: 5px;
    flex: 1;
}

@media (min-width: 768px) {
    .col-md-5-8 {
        -ms-flex: 0 0 48%;
        flex: 0 0 50%;
        max-width: 48%;
    }

    footer .col-md-4:nth-child(1){
        justify-content: flex-start;
    }
    footer .col-md-4:nth-child(3){
        justify-content: flex-end;
    }

}

.container_cart_big{
    background-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    width: 100%;
    margin: 8px;
    padding: 5px;
    padding-bottom: 50px;
}

.container_checkout{
    background-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    width: 100%;
    margin: 8px;
    padding: 8px;
    margin-left: 30px;
}

.box_number_restaurant{
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 4px;
    color: white;
    background-color: var(--solids_color);;
}

.openinfo_text{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 12px;
    color: #72E3A2;
}

.closeinfo_text{
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 12px;
    color: #FF1919;
}

.morecloseinfo_text{
    font-size: 12px;
    color: #717171;
    line-height: 1;
}

.text_margin_box{
    margin-left: 15px;
}

.container_info_restaurant{
    padding-left: 0px;
}

.restopacityclose{
    opacity: 50%
}

/*=========================
  Modals
 ================= */

.modalgeneral{
    border-radius: 7px;
}

/*=========================
  Cart - Products
 ================= */

.chips-general{
    padding-right: 12px;
    padding-left: 12px;
    height: 32px;
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center!important;
}

.link-white{
    color:white !important;
    text-decoration: none
}

.resumen-cart-no-products{
    color: var(--highlight_color);
    background-color: var(--background_color);
    border: 1px solid var(--highlight_color);
    font-family: 'Rubik-Medium', sans-serif !important;
}

.resumen-cart-with-products{
    color: var(--background_color);
    background-color: var(--solids_color);
    border: 1px solid var(--solids_color);
    font-family: 'Rubik-Medium', sans-serif !important;
}

.category-no-select{
    color: var(--text_general_color);
    background-color: var(--solids_color_opacity30);
    margin-right: 8px;
}

.category-select{
    color: var(--background_color);
    background-color: var(--solids_color);
    margin-right: 8px;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
}
  
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}
#container_id_category_mobile{scroll-behavior: smooth;}

#category-menu-mobile::before{
    content: " ";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 6%, rgba(255,255,255,0) 94%, rgba(255,255,255,1) 100%);
    background-size: 100% 100%;
}

.header-category{
   height: 100px;
    background-size: cover;
    border-radius: 4px;
}

.header-category-image{
  height: 180px;
   /*  height: 20%;*/
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.container-imagen-product{
    background-size: cover;
    background-position: center;
    border-radius: 4px 0 0 4px;
    height: auto;
}
/* .container-text-product{
    display: flow-root;
    padding-left: 0px;
    padding-right: 0px;
} */
.container-text-product{
    display: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.container-text-product price_product{
    color: #212529;
}

.text-header-category{
    font-family: 'Rubik-Medium', sans-serif !important;
    color: white;
}

.text-header-category-no-image{
    font-family: 'Rubik-Medium', sans-serif !important;
    color: var(--solids_color);
}

.text-header-category span{
    font-size: 22px;
}

.text-header-category-no-image span{
    font-size: 22px;
}

/* .text-position-price{
    position: absolute;
    bottom: 0px;
} */
.text-position-price{
    /* position: absolute; */
    /* bottom: 0px; */
    text-align: left !important;
    font-size: 16px;
}

.dropdown-menu {
    background-color: rgba(215, 215, 215, 0.97);
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Rubik-Medium', sans-serif !important;
    font-size: 14px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--background_color) !important;
}

.select-dropdown-item{
    text-decoration: underline var(--solids_color) !important;
    color: var(--solids_color) !important;
    font-family: 'Rubik-Medium', sans-serif !important;
    cursor: pointer;
}

.container-cart-mobile{
    background-color: var(--background_color);
    padding: 10px;
    padding-top: 15px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
}

/*=========================
  Checkout
 ================= */

 .row-header-navigation {
    height: 45px;
}

.col-header-navigation {
    height: 45px;
}

.select_checkout{
    outline: none;
    height: calc(1.5em + .75rem + 2px);
    vertical-align: middle;
    -webkit-appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
    width: 100%;
    border:none !important;
    background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='orange' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none
}

.input_checkout{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
}

.text_area_checkout{
    min-height: 60px;
}

.container_checkout{
    background-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    width: 100%;
    margin: 8px;
    padding: 8px;
    margin-left: 30px;
}

.container_products_highlight{
    background-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}

.boxUser{
    display: table;
    border: 1px solid #c5c5ca;
    padding: 20px;
    width: 100%;
}

.avatarBox{
    background-color: #f6f7f8;
    background-position: center 18px;
    border-radius: 50%;
    height: 58px;
    width: 58px;
}

.card-header{
    background-color: var(--background_color) !important;
}

.card{
    margin-bottom: 5px !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    border: 1px solid var(--background_color) !important;
}

.legal_notice {
    font-size: 10px;
}

.legal {
    font-size: 10px;
    font-family: "SairaSpecial Condensed";
    margin: 20px 0px 0px 0px;
}

table-html table {
    font-size: 10px;
}

/*=========================
  SelectPicker BootStrap 4
 ================= */

.container-group-select{
    background-color: #f4f4f4;
    height: calc(1.5em + .75rem + -2px);
}
.pall-0,
.form-group .bootstrap-select {
    padding: 0;
}

.form-group .bootstrap-select button {
    outline:none;
    display: block;
    width: 100%;
    border: 0;
    background:  var(--background_color);
    color: #2d2d2d;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}
button.btn.dropdown-toggle.btn-default {
    margin-top: 0px;
}

.dropdown-menu {
    background: #fff;
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

button.btn.dropdown-toggle.btn-default {
    margin-top: 0px;
}

.dropdown-toggle.btn-default {
    text-align: left;
    border: none;
    border-radius: 0px;
}
.dropdown-toggle.btn-default:focus,
.dropdown-toggle.btn-default:hover{
    text-align: left;
    border: none;
    border-radius: 0px;
}
.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
    display:none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-menu > li.active > a {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

.bootstrap-select .check-mark::after {
    content: "✓";
}
.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
}

.footer-checkout,
table-html table {
    font-size: 11px;
    color: rgba(0,0,0,.38);
}

/*=========================
  Two Buttons - Active
 ================= */

 .background-delivery-two-buttons{
     background-color: transparent;
 }

 .delivery_box_one {
     background-color: #fff;
    padding: 40px;
    border-radius: 10px;
 }

 .delivery_box_two {
     background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}

.banner-promotion {
    width: 100%;
    height: 30px;
    background-color: #F44336;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 5px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 100;
}

.position-close {
    position: absolute;
    right: 10;
    top: 2px;
}

.delete_discount {
    position: absolute;
    font-size: 18px !important;
    color: rgba(0,0,0,.4) !important;
    right: -10px;
    top: 1px;
}

.row-discount-cart {
    font-size: 14px;
    color: var(--highlight_color);
    font-family: 'Rubik-Medium', sans-serif !important;
}

.button_box_one {
    text-transform: uppercase;
}

.button_box_two {
    text-transform: uppercase;
}

/*=========================
    Switch
========================== */

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    max-width: 30px;
    height: 17px;
}
.switch p,
.switch span {
    white-space: nowrap;
    position: absolute;
}

.switch:hover {
    cursor: pointer;
}

.switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.switch .text {
    margin-left: 40px;
    margin-top: -2px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e5;
    -webkit-transition: .4s;
    transition: .4s;
    width: 30px;
    max-width: 30px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    bottom: -1px;
    background-color: #37405C;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color:#e6e6e5;
}

input:focus+.slider {
    box-shadow: 0 0 1px #968317;
}

input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
    right: 13px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

input:checked+.slider.round:before {
    background-color: #4EC13F;
    border-radius: 50%;
}

.slider.round:before {
    border-radius: 50%;
    background-color: #37405C;
}
/*=========================
  Card View
 ================= */

.container_cart_in_card {
    background-color: var(--background_color);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 100%;
    margin: 8px;
    padding: 8px;
}

.creditcard {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 19px;
    font-variant: normal;
    padding: 0;
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px auto;
}

.creditcard {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 19px;
    font-variant: normal;
    padding: 0;
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px auto;
}


.labelcredit {
    height: 35px;
    position: relative;
    color: #8798AB;
    display: block;
    margin-bottom: 20px;
}

.labelcredit > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 300;
    line-height: 32px;
    color: #8798AB;
    border-bottom: 1px solid #586A82;
    transition: border-bottom-color 200ms ease-in-out;
    cursor: text;
    pointer-events: none;
}

.labelcredit > span span {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0% 50%;
    transition: transform 200ms ease-in-out;
    cursor: text;
}

.labelcredit .field.is-focused + span span,
.labelcredit .field:not(.is-empty) + span span {
    transform: scale(0.68) translateY(-36px);
    cursor: default;
}

.labelcredit .field.is-focused + span {
    border-bottom-color: #34D08C;
}

.field {
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #909090;
    outline: none;
    cursor: text;
    display: block;
    width: 100%;
    line-height: 32px;
    padding-bottom: 3px;
    transition: opacity 200ms ease-in-out;
}


.labelcredit::-webkit-input-placeholder { color: #8898AA; }
.labelcredit::-moz-placeholder { color: #8898AA; }

/* IE doesn't show placeholders when empty+focused */
.labelcredit:-ms-input-placeholder { color: #424770; }

.labelcredit.is-empty:not(.is-focused) {
    opacity: 0;
}

.buttoncredit {
    float: left;
    display: block;
    background: #34D08C;
    color: white;
    border-radius: 2px;
    border: 0;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 400;
    width: 100%;
    height: 47px;
    line-height: 45px;
    outline: none;
}

.buttoncredit:focus {
    background: #24B47E;
}

.buttoncredit:active {
    background: #159570;
}

/** Digital Menu **/

.image_ground_special {
    background: center center no-repeat;
    background-size: cover;
}

.text-header{
    color: white;
    font-weight: bold;
}

.mt-65{
    margin-top: 65px;
}

.mt-20{
    margin-top: 20px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px;
}

.container_select_lang{
    display: flex !important;
    align-items: center !important;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: white;
    width: 90px;
}

.select_lang{
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid #dacece00 !important;
    font-weight: bold !important;
}

container-resumen-cart {
    padding-top: 20px;
}


/* ===== DATEPICKER ====== */

.select_date_picker{
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.10);
    outline: none;
    font-size: 16px;
    font-weight: bold;
    height: calc(1.5em + .75rem + 2px);
    vertical-align: middle;
    -webkit-appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.20);
    width: 100%;
    border:none !important;
    cursor: pointer;
    background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='orange' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none
}

.disponibility_order a.ui-state-default{
    box-shadow: none;
    /* border: black; */
    border-radius: 50%;
    color: #2d2d2d;
    background-color: #ffd72e ;
    border: 2px solid white ;
}

.complete a.ui-state-default{
    background-color: white ;
    color: #2d2d2d ;
    box-shadow: none;
    border-radius: 50%;
    border: 2px solid red !important;
}

.not_disponibility_order{
    opacity: 1 !important;
}

.not_disponibility_order span.ui-state-default{
    opacity: 1 !important;
    background-color: #d8d8d8 !important;
    color: #2d2d2d !important;
    box-shadow: none !important;
    border-radius: 50% !important;
}

.ui-datepicker-other-month span.ui-state-default{
    background: #FFF !important;
    color: #e6e6e6 !important;
}

.ui-widget-content {
    border: 1px solid #ffffff !important;
    color: #222222;
    box-shadow: 0 0 10px rgba(100,100,100,.2);
}
.ui-widget-header{
    border: none;
    border-bottom: 1px solid #eee !important;
}
.ui-datepicker-calendar tbody td{
    padding: 0 !important;
    box-sizing: border-box;
}

.ui-state-disabled span{
}

.ui-state-default, .ui-widget-content .ui-state-default{
    border: 2px solid #ffffff !important;
    box-shadow: none !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 32px;
    text-align: center;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 0 !important;
}


a.ui-state-active {
    background-color: #028a78;
    opacity: .6;
    color: white !important;
    box-shadow: none !important;
    border-radius: 50% !important;
}

.ui-widget-content a.ui-state-default:hover {
    border: 2px solid #ffd72e;
    border-radius: 50%;
}

.ui-widget-header {
    background: none;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0;
}
button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
}
.ui-widget-content .ui-state-default{
    background: #FFF;
}
.ui-widget-content a.ui-state-default:hover{
    border: 2px solid #ffd72e;
    border-radius: 50%;
}
.ui-widget-content .ui-state-active{
    background: #CCC;
}

.ui-datepicker-inline {
    margin: auto;
}

.font-size-14 {
    font-size: 14px;
}

.tracking_iframe {
    height: 100%;
    width: 100%;
    border: 2px #ffd129 solid;
    min-height: 500px;
}

/*** CSS - HOSPITALITY - P ***/

#productModal .modal-header container-imagen{
   /* height: 212px;*/
}

container-text.col-12.d-flex.text-left.color_grey.font-size-12.pleft-5.description-product.ng-binding {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.disabled-product{
    pointer-events: none;
    opacity: 0.4;
}

.disabled-restaurant{
    pointer-events: none;
}

/*Quick Add Button*/
.quick_add_button, .quick_add_button:hover, .quick_add_button:active{
    border: 0px solid black;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #3b435d;
    box-shadow: none;
}
.quick_add_button:hover{
    background-color: #ffa253;
}

/*Category margin when discount exists*/
container_products.container-view-general #category-menu-mobile,
container_products.container-view-general #category-menu{
    transition: top 0.8s;
}
banner_promotion.ng-binding:not(.ng-hide) + container_products.container-view-general #category-menu-mobile,
banner_promotion.ng-binding:not(.ng-hide) + container_products.container-view-general #category-menu{
    top: 30px!important;
}

container_html img {
    max-width: 100%;
    object-fit: cover;
}