/* LG */
@media (max-width: 1200px){}

/* MD */
@media (max-width: 992px){}

/* SM */
@media (max-width: 768px){

    /* HEADER */

    .tiny .navigation-facil {
        top: 100px;
    }

    header {
    position: fixed;
    z-index: 9999;
    height:  100px;
    padding: 10px;
    width: 100%;
    top: 0;
    left: 0;
    }

    header .wrapper {
    padding: 0px;
    flex-wrap: nowrap;
    }

    header figure {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    border: 4px solid white;
    margin: 0px;
    padding: 0px;
    }
    
    header .info {
    margin-left: 10px;
    flex: 1;
}
    header h1 {
    font-size: 25px;
    }

    header div .phone {
        margin: 0px;
        padding: 0px;
    }

    header .phone-and-address {
    padding: 0px;
    justify-content: space-between;
    }

    .rest-facil-status{
        max-width: 100px;
        padding: 0px;
    }
    
    .rest-facil-onoff{
        font-size: 10px;
        vertical-align: middle;
    }

    span.rest-facil-led {
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    background-color: #7FFF00;
    border-radius: 50%;
    margin: 0 0 2.5px 0;
    }

    span.rest-facil-arrow{
        margin: 0px;
    }

    header .phone-and-address {
        width: 228px;
        margin: 5px 0px;
     }

    .rest-facil-holdall {
    position: relative;
    width: 113px;
    max-width: 180px;
    min-width: 113px;
    }

    .rest-facil-times {
    position: absolute;
    top: 130%;
    left: -113%;
    right: 21%;
    width: 210;
    z-index: 9999;
    background: #fff;
    border: 1px #ccc solid;
    padding: 4px 15px 8px 15px;
    margin-top: 0px;
    border-radius: 10px !important;
    }
    
    header .address {
        width: 100%;
    }



    /* BODY */
    body {
    padding-top: 140px;
    }

    .rpress .item-order {
    display: none;
    }

    .rpress-filter-wrapper {
    box-shadow: none !important;
    padding:0px
    border: none;
    margin: -15px 0px 0px 0px;
    }
    
    #rpress-food-search {
    width: 100% !important;
    margin: 0px;
    }

    .rpress_fooditems_list h5.rpress-cat{
     
        font-weight : 600;
    }
    
    li .dropdown {
    display: none !important;
    }

    a.dropdown-toggle {
    display: none !important;
    }

    .col-3.col-sm-3.mr-auto.ml-auto.mt-auto.sticky-top.sticky-sidebar.cat-list {
    padding: 0px;
    }

    nav.navbar.navbar-expand-sm.sticky-top.ml-auto.mr-auto {
    margin: 0px 0px 5px 0px;
    }
    
    body.rpress-success .back-to-list {
        top: 100px;
        margin: 0px 0px 0px 0px;
        position: fixed;
        right: -5%;
    }

    body.rpress-checkout .back-to-list {
        top: 100px;
        margin: 0px 0px 0px 0px;
        position: fixed;
        right: -6%;
        z-index: 3;
    }

    body.rpress-success main .wrapper > h2 {
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .rpress-section {
        margin-top: 20px;
    }

    #rpress_checkout_cart_wrap .rpress.item-order h6 {
        margin: 20px 0px;
    }

    .rpress-success main .wrapper > h2 {
        padding-bottom: 0px;
        margin-top: 50px;
    }

    .navigation-facil {
    position: fixed;
    z-index: 9998;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #bbb;
    background-color: white;
    top: 100px;
    margin:  0px;
    transition: top .3s;
    }

    .navigation-facil .slick-track {
    margin: 0px;
        
    }

    .navigation-facil
    ul {
        padding: 0px;
    margin: 0px;
    background-color: #fff;
    }
    .navigation-facil
    ul li {
        text-align: center;
    margin: 0px 10px;
    padding: 10px;
    }

    .navigation-facil
    a {
        text-decoration: none;
    color: #bbb;
    display: inline-block;
    }

      .navigation-facil
    a:hover {
       text-decoration: none;
    color: #bbb;
    }

    .navigation-facil .slick-slider {
    padding-top: 0px !important;
    }

    
    .navigation-facil .slick-current {
    border-bottom: 2px solid #db2f39;
    margin-bottom: 0px;
       }
   
   .navigation-facil .slick-current
    a {
       color: #db2f39;
    font-weight: 600;
    text-decoration: none; 
    text-align: center;
   }

   /* FOOD ITEMS */

   html body .row.rpress_fooditem_inner {
    padding-bottom: 4px;
    }

    html body .rpress_fooditem_inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    }
    div.rpress-thumbnail-holder {
    width: calc((100vw - 15px) - 70vw);
    height: auto;
    }

    .rpress-thumbnail-holder
    img {
    border-radius: 5%;
    max-width: calc((100vw - 15px) - 70vw);
    height: auto;
    }


    .rpress-title-holder {
    display: flex;
    width: calc((100vw - 15px) - 30vw) !important;
    padding: 0px 0px 0px 10px;
    }
    h3.rpress_fooditem_title {
        margin-top: 0px !important;
    padding: 0px 0px 4px 0px;
    }
    div.rpress-title-holder a.food-title {
    font-size: 16px;
    color: #db2f39;
    font-weight: 600;
    }

    .rpress_fooditem_inner .rpress_fooditem_excerpt
    p {
    font-size: 12px;
    color: black;
    display: block;
    line-height: 16px;
    margin: 0px;
    }

    .rpress_fooditem_inner .rpress_fooditem_excerpt {
    width:100%;
    padding-bottom: 0px; 
    }

    .rpress-price-holder {
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 20px 0px;
    display: flex;
    transform: none;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    }

    .rpress-submit.button.red {
    background: #ac2925 !important;
    border-radius: 5px;
    padding: 0 10px 2px;
    }

    .rpress-submit.button.red * {
    color: white !important;
    font-weight: bolder;
    }

    /*CHECKOUT PRÉ*/

    #rpress_checkout_cart_wrap th {
        padding: 4px 10px;
        border-top: none;
        border-bottom: none;
        display: table-cell;
    }
    
    table#rpress_checkout_cart\ {
        width: 100%;
    }
    
    
    #rpress_checkout_cart_wrap .rpress-checkout-item-row {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    

    /* FOOTER */
    footer .div_icons ul {
        width: 100%;
    }
}

/* XS */
@media (max-width: 580px){


}   