body {
  /* This is the magic bit for Firefox */
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  /* This is the magic bit for WebKit */
  display: none;
}
body {
    font-family: 'Open Sans', sans-serif;
/*    font-family: 'Roboto', sans-serif;*/
    background:#FAFAFA;
}
     
#scorriSu {
  display: none;
  position: absolute;
  bottom: 140px;
  right: 10px;
  z-index: 1070;
  font-size: 24px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #8b2635;
  height: 40px;
  width: 40px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
}

#scorriSu:hover {
  background-color: #8b2635;
}
#scorriGiu {
  display: none;
  position: absolute;
  bottom: 90px;
  right: 10px;
  z-index: 1070;
  font-size: 24px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #8b2635;
  height: 40px;
  width: 40px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
}

#scorriGiu:hover {
  background-color: #8b2635;
}
#aggiungiIconaHome {
  position: absolute;
  bottom: 90px;
  right: 10px;
  z-index: 100;
  font-size: 24px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #8b2635;
  height: 50px;
  width: 50px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  border-radius: 25px;
}

#aggiungiIconaHome:hover {
  background-color: #8b2635;
}
#logo {
  display: none;
  position: fixed;
  top: 1px;
  left: 5px;
  z-index: 1040;
  border: 5px solid #8b2635;
  background-image: url("../img/logo.jpg");
  background-repeat: no-repeat;
  background-size: 90px;
  height: 100px;
  width: 100px;
  margin: 0px;
  padding: 0px;
  border-radius: 50px;
}

#titoloSezione {
  display: none;
  position: fixed;
  top: 60px;
  right: 0px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #8b2635;
  height: 40px;
  width: 180px;
  padding: 0px 10px;
  margin: 0px;
  border-radius: 4px;
  font-family: 'Lobster', cursive;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

#titoloModal {
  font-family: 'Lobster', cursive;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.bg-header {
    background: #8b2635;
}
.bg-footer {
    background: #c7c9ba;
}
.bg-main {
    background: #F5F6F4;
}
.coloreTestoCard {
    color: #000;
}

.bottoneCard {
    color: #fff;
    background: #8b2635;
}

.titoloCard {
    font-family: 'Lobster', cursive;
    font-size:24px;  
    color: #8b2635;
}
.testoFooter {
    color: #8b2635;
}
.testoFooter:focus {
    color: #8b2635;
}
.testoFooter:hover {
    color: #8b2635;
}

.titoloHeader {
    font-family: 'Righteous', cursive;
    font-size:24px;
    font-weight: bold;
}

.noteCard {
    font-size:13px;    
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal-body::-webkit-scrollbar {
  width: 14px;               /* width of the entire scrollbar */
}

.modal-body::-webkit-scrollbar-track {
  background: #F5F6F4;        /* color of the tracking area */
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #8b2635;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 4px solid #F5F6F4;  /* creates padding around scroll thumb */
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../icon/preloader.gif) center no-repeat #fff;
        opacity: 0.9;
}

.testoSopraImg {
    position: absolute;   
    right: 5px;
    left: 10px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    text-shadow: 4px 4px 7px #000;
    display: block;
}
/*Stile di evidenziazione dei prodotti/ingredienti ricercati*/
mark{
    background: #68FF00;
    padding: 0px;
}
#inputRicercaProdotti{
    font-family: 'Open Sans Condensed', sans-serif;
    border:1px solid #999999;
    font-weight: bold;
}
.accordion-button {
    background-color: #ced4da!important;
    color: #8b2635!important;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
    color: #8b2635!important;
}
button.acc-btn {
  /* create a grid */
  display: grid;
  /* create colums. 1fr means use available space */
  grid-template-columns: 1fr max-content max-content;
  align-items: center;
  grid-gap: 10px;
}
.titoloSezioneInfo {
    background-color: #ced4da!important;
    color: #8b2635!important;
}

.popover-primary .popover-header {
  background: #0d6efd;
  color: #fff;
}

.popover-primary.bs-popover-bottom .popover-header::before, .popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  display: none;
}

.popover-primary.bs-popover-bottom > .popover-arrow::after, .popover-primary.bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
  border-bottom-color: #0d6efd;
}

.tooltip-primary .tooltip-inner {
  background-color: #0d6efd;
  color: #fff;
}

.tooltip-primary.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #0d6efd;
}

.tooltip-primary.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #0d6efd;
}

.tooltip-primary.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #0d6efd;
}

.tooltip-primary.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #0d6efd;
}