body {
  background: #e5f3fa;
  font-family: "Segoe UI", Arial, sans-serif;
}


a{
  color:#000 !important;
  text-decoration: none;
}


#myBtn {
display: none;
position: fixed;
bottom: 50px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #4474b4 ;
color: #e5f3fa ;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}

#myBtn:hover {
background-color: #555;
}


.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*google translate*/
iframe.skiptranslate { display:none !important; }

.translate-element {
  margin-left: 70px; /* Regola questo valore secondo necessità */
}
 
.fixed-con {
  z-index: 9724790009779558!important;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
  z-index: 9724790009779!important;
  top:0;
  left:unset;
  right:-5px;
  display:none!important;
  border-radius:50%;
  border:2px solid gold;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO{
  width:80px;
  height:80px;
}

.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
  display: none!important;
}

.goog-te-gadget {
  color: transparent!important;
  font-size:0px;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
  
#google_translate_element select{
  background:#4474b4;
  color:#fff;
  border: none;
  border-radius:3px;
  padding:6px 8px
}



/*card*/

.card-container {
    
    display: flex;
    justify-content: center;
    align-items: center;    
    margin-bottom:10px;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%; /* Occupa tutta la larghezza disponibile */
    max-width: 400px; /* Larghezza massima della card */
    text-align: center;
    background-color:#4474b4;
    margin-bottom:10px;
}

.card-img-top {
    object-fit: cover;
    max-height: 250px;
    width: 100%;
}

.card-body {
    padding: 0px;
    color:#000 !important;  
}

.card-title {
    font-size: 20px;
    color:#fff !important;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
    font-family: "Segoe UI", Arial, sans-serif;
}

.card-title:hover {
  text-decoration: none;
}
.card-text {
  font-size: 14px;
  color:#fff !important;
}

.card-container-header .card {
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin: 0; /* Rimuovi margini */
  padding: 0; /* Rimuovi padding */
}

.card-container-header .card-img-top {
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: none;
  display: block; /* Assicura che l'immagine sia un blocco */
}

.card-container .card img {
  max-width: 100%; /* Imposta la larghezza massima dell'immagine al 100% */
  width: 100%; /* Assicura che l'immagine riempia completamente il contenitore */
}



/*food card*/
.food-card {
  background: #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.food-card:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.food-card .food-card_img {
  display: block;
  position: relative;
}

.food-card .food-card_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.food-card .food-card_img i {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #000;
  font-size: 25px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.food-card .food-card_img i:hover {
  top: 18px;
  right: 28px;
  font-size: 29px;
}

.food-card .food-card_content {
  padding: 15px;
}

.food-card .food-card_content .food-card_title-section {
  height: auto;
  overflow: hidden;
}

.food-card .food-card_content .food-card_title-section .food-card_title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  display: block;
  line-height: 1.3;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.food-card .food-card_content .food-card_title-section .food-card_author {
  font-size: 15px;
  display: block;
  color:#000;
}

.food-card .food-card_content .food-card_bottom-section .space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}

.food-card .food-card_content .food-card_bottom-section .food-card_subscribers {
  margin-left: 17px;
}

.food-card .food-card_content .food-card_bottom-section .food-card_subscribers img,
.food-card .food-card_content .food-card_bottom-section .food-card_subscribers .food-card_subscribers-count {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  border: 3px solid #fff;
  margin-left: -17px;
  float: left;
  background: #f5f5f5;
}

.food-card .food-card_content .food-card_bottom-section .food-card_subscribers .food-card_subscribers-count {
  position: relative;
}

.food-card .food-card_content .food-card_bottom-section .food-card_subscribers .food-card_subscribers-count span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 13px;
}

.food-card .food-card_content .food-card_bottom-section .food-card_price {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.food-card .food-card_content .food-card_bottom-section .food-card_order-count {
  width: 130px;
}

.food-card .food-card_content .food-card_bottom-section .food-card_order-count input {
  background: #f5f5f5;
  border-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

.food-card .food-card_content .food-card_bottom-section .food-card_order-count button {
  border-color: #f5f5f5;
  border-width: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  .food-card--vertical {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      height: auto;
  }

  .food-card--vertical .food-card_img img {
      width: 200px;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
  }
}
/*footer*/

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px; 
  background-color: #fff; 
  padding: 10px;
  text-align: center; 
}
.footer-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%; 
}
.footer-column {
  flex: 1;
  text-align: center;
}
.footer-icon {
  font-size: 14px; 
  margin-bottom: 0px; 
}


/*popup filtro categorie nel footer */

.category-link {
  color: black !important;
  font-weight:bold !important;
  font-family: "Segoe UI", Arial, sans-serif;
  color:#000;
} 


/*popup info*/
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Segoe UI", Arial, sans-serif;
  
}
.info-table th {
  width: 20%;
  font-weight: bold;
  text-align: left;
  padding: 8px;
  
  
}
.info-table td {
  width: 80%;
  padding: 8px;
  color:#000;
}
.info-table, .info-table th, .info-table td {
  border: none;
}

h4.modal-title{
  font-family: "Segoe UI", Arial, sans-serif;
  color:#000;
}

.modal-body{
  font-family: "Segoe UI", Arial, sans-serif;
  color:#000;
}


.fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  z-index: 99;
  transition: all 350ms ease;
  background-color: #fff;
  color:#000;
  border-bottom: solid 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  display: flex; /* Utilizziamo flex per allineare verticalmente */
  align-items: center; /* Allinea il contenuto verticalmente al centro */
  justify-content: center; /* Allinea il contenuto orizzontalmente al centro */
}