.body-home {
    background-image: url('../images/bk.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.container {
    height: calc(100vh - 84.16px) !important;
}

.logo-img {
    width: 150px;
}

.bg-header-home {
    background-color: transparent !important;
    padding: 0.5rem !important;
}

.bg-header {
    background-color: #ffffff !important;
    padding: 0.5rem !important;
}

.intro p {
    margin: 0;
    padding: 0;
}

.welcome {
    bottom: 10%;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 20px;
    left: 0;
}

.languages {
    bottom: 0%;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 5px 25px;
    left: 0;
}

.welcome .intro .frase-primaria {
    font-size: 32px;
    font-weight: bold;
}

.welcome .intro .frase-secondaria {
    font-size: 18px;
    font-weight: normal;
}

.welcome .menu-list {
    margin-top: 20px;
}

.welcome .menu-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.welcome .menu-list ul li {
    background-color: #ffffff;
    border-radius: 10px;
    color: #000000;
    box-shadow: 0px 2px 3px #cccccc;
    font-weight: 600;
    margin-top: 10px;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
}

.languages .button {
    background-color: #eeeeee;
    border-radius: 8px;
    color: #000000;
    margin: 10px;
    padding: 8px 10px;
    font-size: 16px;
    border: 1px solid #eeeeee;
    text-align: center;
}

.languages .button.active {
    border: 1px solid #666;
}

.bollino {
    border-radius: 50%;
    background-color: #bd0a26;
    margin-right: 20px;
    padding: 10px;
}

.bollino img {
    width: 24px;
}

.item {
    background-color: #ffffff;
    padding: 16px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    background-size: cover;
    background-position: center;
}

.item-title {
    color: #fff;
    text-align: center;
    font-size: 34px;
    float: left;
    position: relative;
    z-index: 4;
}

.item-info {
    font-size: 11px;
    line-height: 24px;
    padding-left: 10px;
    float: left;
    display: none;
}

.item-description {
    color: #828585;
    font-size: 14px;
    margin-bottom: 5px;
}

.item-description p {
    margin: 0;
    text-transform: capitalize;
    padding: 0;
    font-style: italic;
}

.item-desc {
    font-size: 14px;
    line-height: 1;
}

.item-prezzo {
    color: #666;
    font-weight: bold;
}

.item-category {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    text-align: center;
    flex-direction: column;
}

.item-image {
    background-size: cover;
    background-position: center;
    padding: 35px 0;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
}

.item:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}


.internal .opacity-bar {
    opacity: 0.7px;
    width: 100%;
}

.lang-hide {
    display: none;
}
.internal .category-wrapper .item {
    height: calc(33.33333vh - 30px);
}
.internal main.container {
    height: auto !important;
}
.category-wrapper {
    position: relative;
}



.item-cat {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding: 25px 0;
}

.item-cat .item-title {
    color: #fff;
}

.item-cat:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.item-single {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eeee;
}

.item-single .item-title {
    display: block;
    float: none;
    text-align: left;
    color: #bd0a26;
    font-size: 18px;
}

select#categoria {
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    padding: 10px 10px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    margin: 0 0 15px 0;
}

.internal .bg-header-home {
    position: absolute;
    top: 0;
}

.internal {
    padding-top: 90px;
}

nav.navbar.sticky-top.navbar-light.bg-header-home.scroll {
    position: fixed !important;
    background: rgba(255, 255, 255, .8) !important;
    padding: 5px 0.5rem !important;
    width: 100%;
}

nav.navbar.sticky-top.navbar-light.bg-header-home.scroll img {
    height: 50px;
    width: auto;
}

nav.navbar.sticky-top.navbar-light.bg-header-home.scroll .navbar-brand {
    padding: 0;
}

.item-price {
    color: black;
}

div#title {
    display: block;
    float: none;
    text-align: left;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin: 0 -5px;
}

.scrolled #fixedcat {
    background: rgba(255, 255, 255, .8) !important;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 10;
}