﻿body {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 2rem;*/
    font-family: 'Montserrat', sans-serif;
}

.card-body {
    padding: 0 !important;
}

.list-group-item {
    border: none !important;
    border-bottom: 1px solid gray;
}

.btn {
    font-size: 2rem !important;
}

.desc {
    font-size: 0.9rem;
    font-weight: 500;
    font-style: italic;
}

.menu-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.navbar-brand {
    width: 100%;
}

.no-hover:hover {
    text-decoration: none;
}

.fg-white {
    color: white;
}

.bg-black {
    background-color: black;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-0 {
    padding-left: 0;
}

.accordion .card-header .no-hover h4:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.accordion .card-header.collapsed .no-hover.collapsed:after h4 {
    /* symbol for "collapsed" panels */
    content: "\f106";
}

.nome-categoria {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #333;
}

.card-temp {
    border: none;
    border-bottom: 1px solid !important;
}

.list-group-item {
    padding: .2rem 1rem 0.2rem 1rem !important;
    border-bottom: 1px dotted #333 !important;
}

.desc-red {
    color: red;
    font-weight: 600;
}

.cat-desc {
    color: black;
    font-weight: 400;
}

.cat-note {
    color: black;
    font-weight: 400;
    font-size: 0.8em;
    background: #ededed;
    padding: 1em;
}
.surgelato {
    font-size: 0.7rem;
}