*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #EBEBEB;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
    content: "\f002";
}
.fa-cart-shopping:before {
    content: "\f07a";
}
.fa-list:before {
    content: "\f03a";
}
.btn_active{
    background-color: #e3342f !important;
}
.btn_active > span{
    color: #F5F5F5;
    opacity: 1 !important;
}
.atualizar_pagina{
    background-color: #38c172;
    color: #f5F5F5;
    border: none;
    border-radius: 5px;
    padding: 2% 0;
    width: 100%;
    font-weight: bold;
}
@media all and (max-width: 400px){
    nav.top_nav_fixed{
        background-color: #EBEBEB;
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 1;
    }
    .search_bar{
        /* background-color: red; */
        width: 100%;
        height: 60px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #DDD;
    }
    .search_bar .form_inline{
        /* background-color: green; */
        height: 46px;
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .search_bar .form_inline .input_search{
        width: 306px;
        height: 44px;
        border: 1px solid #DDD;
        border-radius: 4px;
        outline: none;
        padding: 4px 8px;
    }
    .search_bar .form_inline .search_button{
        width: 44px;
        height: 44px;
        border: 1px solid #DDD;
        border-radius: 4px;
        background-color: #F5F5F5;
    }
    .search_bar .form_inline .search_button i{
        font-size: 18px;
        opacity: 0.6;
    }
    .action_bar{
        width: 100%;
        height: 80px;
        padding: 5px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-bottom: 1px solid #DDD;
    }
    .action_bar .info_mesa{
        text-transform: uppercase;
        font-size: 16px;
        opacity: 0.7;
        font-weight: 600;
    }
    .action_bar .btn_action{
        width: 80px;
        height: 70px;
        /* border: 1px solid #DDD; */
        border: none;
        border-radius: 4px;
        background-color: transparent;
        /* background-color: #F5F5F5; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .action_bar .btn_action span{
        text-transform: uppercase;
        font-size: 11px;
        margin-top: 10px;
    }
    .action_bar .btn_action i{
        font-size: 20px;
        opacity: 0.6;
    }
    .subgrupos_bar{
        width: 100%;
        height: 100px;
        padding: 5px;
        /* display: flex;
        justify-content: space-around;
        align-items: center; */
        border-bottom: 1px solid #DDD;
    }
    .subgrupos_bar .btn_subgrupo{
        width: 128px;
        height: 60px;
        padding: 2%;
        border: 1px solid #DDD;
        border-radius: 4px;
        background-color: #F5F5F5;
        text-align: center;
        outline: none;
    }
    .subgrupos_bar .btn_subgrupo span{
        text-transform: uppercase;
        font-size: 11px;
        opacity: 0.7;
        font-weight: 600;
    }
    .section_produtos{
        /* background-color:red; */
        width: 100%;
        height: auto;
        padding: 10px 5px;
        position: relative;
        top: 241px;
    }
    .section_produtos .products_list{
        width: 100%;
        max-height: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: auto;
    }
    .section_produtos .products_list .box_product{
        margin-bottom: 8px;
        background-color: #F5F5F5;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .section_produtos .products_list .box_product img{
        max-width: 100px;
        max-height: 100px;
    }
    .section_produtos .products_list .box_product .product_info{
        max-width: 242px;
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }
    .section_produtos .products_list .box_product .product_info .product_info_title{
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .section_produtos .products_list .box_product .product_info .product_info_desc{
        font-size: 11px;
        font-style: italic;
        padding: 5px 0;
    }
    .section_produtos .products_list .box_product .product_info .product_info_value{
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        padding-right: 0px;
        padding-top: 5px;
    }
    .section_produtos .products_list .box_product .add_cart{
        background-color: #6cb2eb;
        padding: 35px 10px;
        border: none;
    }
    .section_produtos .products_list .box_product .add_cart i{
        font-size: 28px;
        color: #F5F5F5;
        /* opacity: 0.6; */
        text-decoration: none;
    }
}
@media all and (max-width: 600px) and (min-width: 401px){
    nav.top_nav_fixed{
        background-color: #EBEBEB;
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 1;
    }
    .search_bar{
        width: 100%;
        height: 60px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #DDD;
    }
    .search_bar .form_inline{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .search_bar .form_inline .input_search{
        width: 306px;
        height: 44px;
        border: 1px solid #DDD;
        border-radius: 4px;
        outline: none;
        padding: 4px 8px;
    }
    .search_bar .form_inline .search_button{
        width: 44px;
        height: 44px;
        border: 1px solid #DDD;
        border-radius: 4px;
        background-color: #F5F5F5;
    }
    .search_bar .form_inline .search_button i{
        font-size: 18px;
        opacity: 0.6;
    }
    .action_bar{
        width: 100%;
        height: 80px;
        padding: 5px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-bottom: 1px solid #DDD;
    }
    .action_bar .info_mesa{
        text-transform: uppercase;
        font-size: 16px;
        opacity: 0.7;
        font-weight: 600;
    }
    .action_bar .btn_action{
        width: 80px;
        height: 70px;
        /* border: 1px solid #DDD; */
        border: none;
        border-radius: 4px;
        background-color: transparent;
        /* background-color: #F5F5F5; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .action_bar .btn_action span{
        text-transform: uppercase;
        font-size: 11px;
        margin-top: 10px;
    }
    .action_bar .btn_action i{
        font-size: 20px;
        opacity: 0.6;
    }
    .subgrupos_bar{
        width: 100%;
        height: 100px;
        padding: 5px;
        /* display: flex;
        justify-content: space-around;
        align-items: center; */
        border-bottom: 1px solid #DDD;
    }
    .subgrupos_bar .btn_subgrupo{
        width: 128px;
        height: 60px;
        padding: 2%;
        border: 1px solid #DDD;
        border-radius: 4px;
        background-color: #F5F5F5;
        text-align: center;
        outline: none;
    }
    .subgrupos_bar .btn_subgrupo span{
        text-transform: uppercase;
        font-size: 11px;
        opacity: 0.7;
        font-weight: 600;
    }
    .section_produtos{
        width: 100%;
        height: auto;
        padding: 5% 3%;
        position: relative;
        top: 241px;
    }
    .section_produtos .products_list{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .section_produtos .products_list .box_product{
        margin-bottom: 8px;
        background-color: #F5F5F5;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .section_produtos .products_list .box_product img{
        max-width: 100px;
        max-height: 100px;
    }
    .section_produtos .products_list .box_product .product_info{
        max-width: 396px;
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }
    .section_produtos .products_list .box_product .product_info .product_info_title{
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .section_produtos .products_list .box_product .product_info .product_info_desc{
        font-size: 11px;
        font-style: italic;
        padding: 5px 0;
    }
    .section_produtos .products_list .box_product .product_info .product_info_value{
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        padding-right: 0px;
        padding-top: 20px;
    }
    .section_produtos .products_list .box_product .add_cart{
        background-color: #6cb2eb;
        padding: 35px 10px;
        border: none;
    }
    .section_produtos .products_list .box_product .add_cart i{
        font-size: 28px;
        color: #F5F5F5;
        text-decoration: none;
    }
}
@media all and (min-width: 601px){
    nav.top_nav_fixed{
        background-color: #EBEBEB;
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 1;
    }
    .search_bar{
        width: 100%;
        height: 60px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #DDD;
    }
    .search_bar .form_inline{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 480px;
        width: 100%;
    }
    .search_bar .form_inline .input_search{
        max-width: 435px;
        width: 100%;
        height: 44px;
        border: 1px solid #DDD;
        border-radius: 4px;
        outline: none;
        padding: 4px 8px;
    }
    .search_bar .form_inline .search_button{
        width: 44px;
        height: 44px;
        border: 1px solid #DDD;
        border-radius: 4px;
        background-color: #F5F5F5;
    }
    .search_bar .form_inline .search_button i{
        font-size: 18px;
        opacity: 0.6;
    }
    .action_bar{
        width: 100%;
        height: 80px;
        padding: 5px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-bottom: 1px solid #DDD;
    }
    .action_bar .info_mesa{
        text-transform: uppercase;
        font-size: 16px;
        opacity: 0.7;
        font-weight: 600;
    }
    .action_bar .btn_action{
        width: 80px;
        height: 70px;
        /* border: 1px solid #DDD; */
        border: none;
        border-radius: 4px;
        background-color: transparent;
        /* background-color: #F5F5F5; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .action_bar .btn_action span{
        text-transform: uppercase;
        font-size: 11px;
        margin-top: 10px;
    }
    .action_bar .btn_action i{
        font-size: 20px;
        opacity: 0.6;
    }
    .subgrupos_bar{
        width: 100%;
        height: 100px;
        padding: 5px;
        /* display: flex;
        justify-content: space-around;
        align-items: center; */
        border-bottom: 1px solid #DDD;
    }
    .subgrupos_bar .btn_subgrupo{
        width: 128px;
        height: 60px;
        padding: 2%;
        border: 1px solid #DDD;
        border-radius: 4px;
        background-color: #F5F5F5;
        text-align: center;
        outline: none;
    }
    .subgrupos_bar .btn_subgrupo span{
        text-transform: uppercase;
        font-size: 11px;
        opacity: 0.7;
        font-weight: 600;
    }
    .section_produtos{
        width: 100%;
        height: auto;
        padding: 5% 3%;
        position: relative;
        top: 241px;
    }
    .section_produtos .products_list{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .section_produtos .products_list .box_product{
        margin-bottom: 8px;
        background-color: #F5F5F5;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .section_produtos .products_list .box_product img{
        max-width: 100px;
        max-height: 100px;
    }
    .section_produtos .products_list .box_product .product_info{
        max-width: 790px;
        width: 100%;
        height: 100px;
        display: flex;
        flex-direction: column;
        padding: 5px;
    }
    .section_produtos .products_list .box_product .product_info .product_info_title{
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .section_produtos .products_list .box_product .product_info .product_info_desc{
        font-size: 11px;
        font-style: italic;
        padding: 5px 0;
    }
    .section_produtos .products_list .box_product .product_info .product_info_value{
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        text-align: right;
        padding-right: 0px;
        padding-top: 20px;
    }
    .section_produtos .products_list .box_product .add_cart{
        background-color: #6cb2eb;
        padding: 35px 10px;
        border: none;
    }
    .section_produtos .products_list .box_product .add_cart i{
        font-size: 28px;
        color: #F5F5F5;
        text-decoration: none;
    }
}
