body {
    background-color: #ffffff;
    color: #202020;
    font-family: Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  /*
  color: #e69051;
  color: #2b4ba9;
  */
  a, a:visited {
    color: #000000;
    text-decoration: none;
  }
  
  h1 {
    text-align: center;
  }
  
  .hidden {
    display: none !important;
  }
  
  #installContainer {
    position: absolute;
    bottom: 1em;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  #installContainer button {
    background-color: inherit;
    border: 1px solid white;
    color: white;
    font-size: 1em;
    padding: 0.75em;
  }

  .cart-total {
    background: #3458a3;
    position: fixed;
    bottom: 70px;
    height: 55px;
    width: 100%;
  }

/* Per la Navbar */
.mobile-nav {
  background: #F1F1F1;
  position: fixed;
  bottom: 0;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.top-bar {
  background: #F1F1F1;
  /*position: fixed;
  top: 0;*/
  height: 60px;
  width: 100%;
}

.bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.bloc-icon img {
  width: 30px;
}

.label {
  font-size:14px;
}

.leaflet-container {
  height: 400px;
  width: 600px;
  max-width: 100%;
  max-height: 100%;
}

.leaflet-container-home {
  height: 280px;
  width: 600px;
  max-width: 100%;
  max-height: 100%;
}

#main {
  padding-left:8%;
  padding-right:8%;
  margin-bottom:80px;
}

#main.cart {
  margin-bottom:140px;
}

#checkout:visited {
  color:#ffffff;
}
.title {
  font-size:24px;
}

.card-title {
  font-size:18px;
  font-weight:bold;
  margin-bottom: 0px;
}

.card-body p {
  font-size:14px;
}

.orange-divider {
  width:100%;
  height:3px;
  background-color:#cb751a;
}

.play-icon {
  width:45px;
  height:auto;
}

.link {
  text-decoration: underline;
  font-weight: bold;
  color:#3458a3;
}

.link:visited {
  color:#3458a3;
}

@media screen and (max-width: 900px) {

}

img.pinhere { 
  filter: hue-rotate(170deg); 
}

.logo-divider {
  clear:both;
  margin-top:10px;
}
/*@media screen and (min-width: 1600px) {
  .mobile-nav {
    display: none;
  }
}*/

  