nav.navbar {
  background-color: #3E3A30;
  width: 100%;
}

.navbar-brand img {
  height: 30px;
  width: 30px;
  margin-right: 0.4rem;
  border-radius: 50%;
}

.navbar-brand {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

body {
  background-color: #F4F5F2;
  padding-top: 4rem;
  font-family: "Raleway", sans-serif;
}

/* Stick footer to bottom */
html, body{ height:100%; margin:0; }

body{ 
  display:flex; 
  flex-direction:column; 
}

#footer {
  margin-top:auto;
}
/* end */

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.navbar-toggler {
  width: 2.5rem;
}

.navbar-toggler-icon {
  width: 1rem;
}

main {
  padding: 0 !important;
}

img.poster {
  width: 100%;
}

img.full-page {
  width: 90%;
  max-width: 20rem;
  margin-top: 1rem;
}

h2.section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-note {
  font-size: 0.85rem;
  margin-top: 1rem;
  margin-left: 0.2rem;
  text-align: left !important;
}

#footer {
  height: 8rem;
  width: 100%;
  text-align: center;
}

#footer p {
  color: white;
  padding: 2.5rem;
  font-size: 0.9rem;
  background-color: #02375D;
  margin-bottom: 0;
}

div.separator {
  background-color: #3F3F3F;
  width: 60px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

img.lang-flag {
  width: 2rem;
  display: inline-block;
}

#lang-select .dropdown-toggle {
  background-color: transparent;
  outline:none;
  border:none;
  box-shadow:none; 
  background-image: none;
}

#lang-select .dropdown-menu {
  min-width: 5rem;
  background-color: #3E3A30;
}

#cappello-natale {
  position: absolute;
  width: 30px;
  height: auto;
  right: -18px;
  top: 0px;
  margin-right: 0;
  z-index: -1;
}

/* ******************************************************* */

.find-us {
  height: 4rem;
  padding-top: 1rem;
}

.find-us a {
  color: #02375D !important;
  font-size: 1.5rem;
  margin-left: 1rem;
}

/* ******************************************************* */

.contatti {
  text-align: left;
  margin-left: 1rem;
}

.contatti a {
  color: #02375D !important;
}

.contatti div {
  margin-top: 1rem;
}

.contatti i {
  font-size: 1.3rem;
  margin-right: 0.3rem;
}

/* ******************************************************* */

.nav-link:hover {
  cursor: pointer;
}

#items-list {
/*
  padding-left: 0.8rem;
  padding-right: 0.8rem;
*/
  color: #5A5A5A;
}

/* ******************************************************* */

#cookies-policy {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #2F2F2F;
  color: rgb(255, 255, 255);
  font-family: Calibri, Verdana, Arial;
  margin: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 2000;
  text-align: center;
  font-size: 0.85rem;
  padding: 6px 12px 6px 12px;
  border-radius: 0px !important;
}

#cookies-policy a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

#cookies-policy a span {
  color: rgb(244, 144, 30);
}

#cookies-policy-dismiss {
  font-weight: bold;
}

/* ******************************************************* */

article {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.tags {
  text-align: right;
  float: right;
}

.tag-icon {
  width: 1.1rem;
  margin-top: -0.1rem;
  margin-right: 0.2rem;
}

.popover-body { display: none; }

.item-container {
  height: 5rem;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: auto;
  padding: 0.2rem 0.8rem 0 0.8rem;
  font-family: 'Ubuntu', sans-serif;
}

.item-container:nth-child(even) {
  background-color: #F8F8F8;
}

.item-image, .item-image img {
  height: 100%;
  width: 7rem;
  padding: 1px;
  border-radius: 5%;
}

.page-image {
  width: 7rem;
  padding: 1px;
  border-radius: 2%;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.category-name {
  font-family: "Amatic SC", sans-serif;
  margin-left: 0.2rem;
  margin-top: 1.1rem;
  font-size: 1.8rem;
}

.item-name {
  font-weight: bold;
}

.item-price {
  font-size: 0.90rem;
}

.item-description {
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

/* ******************************************************* */

.with-sections-padding {
  padding-top: 3rem;
}

/* ******************************************************* */

.categories .item-container {
  padding: 0rem;
  margin-top: 1rem;
  background-color: white !important;
}
