﻿/* @#@ Costanti del tema */
:root {
    /* Font del tema */
    --theme-font: 'Jost', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--theme-font);
}

/* Layout */
header {
    padding-top: 0 !important;
}

.card {
    border-radius: 15px;
}

    .card .card-img-top {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .card .card-img-top-bg {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 150px;
    }

    .card .card-title {
        font-weight: 400;
    }

    .card .text-info {
        color: #999 !important;
        font-size: 14px;
    }

.hide {
    opacity: .5;
}

/* Menu */
.menu .categoria {
    background-color: transparent;
    border: none;
}

.menu .titolo-categoria {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    color: #000 !important;
    text-decoration: none;
}

    .menu .titolo-categoria .chevron {
        float: right;
        font-size: 20px;
        vertical-align: middle;
        margin-top: 12px;
    }

.menu .card-title {
    margin-bottom: 0;
}

.menu .card-text .text-info {
    margin-top: 5px !important;
}

.card-price span {
    display: block;
}

.template {
    display: none !important;
}

.badge-allergene {
    font-size: 9px;
}

/* Footer */
.footer-md {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
}

    .footer-md p {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        color: #5a5a5a;
    }
