/* fonte geral  gatoq 05/07/20 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Parisienne&display=swap');

/*fonte especifica do cliente */

/* tamanho do titulo da seccao e cor do titulo */
h2 {
    font-family: 'Parisienne', cursive !important;
    font-size: 2.5em !important;
    color: #543e21 !important;
    margin-top: 0 !important;
    margin-bottom: 0.2rem !important;
}

/* fonte dos textos do site todo */
p {
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 0 !important;
    margin-bottom: 0.2rem !important;
}


/* selector do titulo*/
.item-name {
    font-weight: bold !important;
    font-size: 1.1em !important;
}
.item-code {
    font-weight: bold !important;
    font-size: 0.8em !important;
}

/* selector do preco */
.price-tag {
    font-weight: bold !important;
    font-size: 1.1em !important;
}

/* cor do texto do menu -ATIVO */
.nav-item.active {
    color: #DAA520 !important;
    border-bottom: 3px solid #DAA520 !important;
    padding: 10px 14px !important;
}

/* cor do texto do menu - INATIVO */
.nav-item:not(.active) {
    color: #DAA520 !important;
}
/* cor de fundo da div conteudo*/
.category-title {
   color: #DAA520 !important;

}
/* cor de fundo da div conteudo*/
.category-container {
    background-color: #FFFFFF !important;

}
.loading-container {
    background-color: #543e21 !important;
}

.loading-label {
    color: #DAA520 !important;
}
/*cor do fundo do menu*/
.header-container {
    background-color: #543e21 !important;
}

/*cor do fundo do menu quando rola*/
.header-container.floating {
   background-color: #543e21 !important;
}

.menu-banner {
    background-image: url(/topo_cardapio.png) !important;
    background-size: cover !important;
    width: 100% !important;
    height: 30vh !important;
    min-height: 120px !important !important;
    max-height: 320px !important !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}
.category-description{

    font-style: italic !important;
    font-size: 0.9em !important;
    margin-bottom: 0.8rem !important;
    margin-top: 0px !important;
}
.item-image {
    background-image: url(/dinner-icon-dinner.png) !important;
    background-size: cover !important;
    width: 100% !important;
    height: 100% !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;

}
.image-container{
    width: 90px !important;
    height: 90px !important;
}

.item-description{
    font-size: 0.9em !important;
        margin-bottom: 0px !important;
}

.app-title{
    color: #DAA520 !important;
        font-size: 0.8em !important;
        font-style: normal !important;
}
.company-title{
         font-size: 0.8em !important;   
         font-style: normal !important;
             color: #DAA520 !important;
}
.company-logo {
    content: url("/logoicone.png") !important;
    height: 32px !important;
}

.search-button{
    color: #DAA520 !important;

}
.search-container{

        color: #DAA520 !important;
        background-color: f5f5f5 !important;
}
.tag-container{
   background-color: #543e21 !important !important;
        font-size: 0.8em !important !important;
        font-style: normal !important !important;
}

