.overlay_carrello {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  background: none repeat scroll 0 0 #ffffff;
}
.carrello_hover {
  box-sizing: border-box;
  max-width: 580px;
  width: 100%;
  border: none;
  padding: 10px;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 40%;
  right: 0;
  left: 0;
  margin-right: 0;
  margin-left: 0;
  z-index: 9999;
  background-color: transparent;
  border-radius: 0;
  width: 100vw;
  margin: 0 auto;
}
.carrello_hover p {
  font-size: 12px;
  font-weight: 600;
  color: #008540;
}
.carrello_hover a {
  font-size: 12px;
  font-weight: 600;
  color: #008540;
}
.carrello_hover_su {
  border: 1px solid #008540;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #008540;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 20px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.carrello_hover_su .evidente {
  color: #212121;
  margin-top: 12px;
}
.carrello_hover_sx {
  background-image: none;
  border-right: 2px solid #008540;
  min-height: 78px;
}
.carrello_hover_dx p {
  background-image: none;
  padding-left: 0;
}
#nome_prodotto,
#nome_prodotto_wishlist {
  font-size: 29px;
  color: #008540;
  text-align: center;
  font-weight: 900;
}
.carrello_hover p,
#num_prod_carrello {
  font-size: 12px;
  color: #212121;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
span#tot_carrello {
  display: block;
  margin: 8px auto 0;
  font-size: 18px;
  font-weight: 900;
  color: #212121;
}
.carrello_hover_giu_sx {
  width: 47%;
  min-height: 69px;
}
a.bottone.continua_shop {
  width: 100%;
}
a.bottone.continua_shop span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #005224;
  background-color: #D2E8D9;
  background-image: unset;
  min-height: 69px;
  height: 69px;
  text-transform: none;
  font-weight: 300;
  padding: 20px 10px;
  border-radius: 10px;
  font-size: 18px;
}
a.bottone.vai_carrello {
  width: 100%;
}
a.bottone.vai_carrello span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #FFFFFF;
  background-color: #008540;
  background-image: unset;
  min-height: 69px;
  height: 69px;
  text-transform: none;
  font-weight: 300;
  padding: 20px 10px;
  border-radius: 10px;
  font-size: 18px;
}
a.bottone.vai_carrello span br {
  display: none;
}
a.bottone_wishlist.vai_carrello {
  width: 100%;
}
a.bottone_wishlist.vai_carrello span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #FFFFFF;
  background-color: #008540;
  background-image: unset;
  min-height: 69px;
  height: 69px;
  text-transform: none;
  font-weight: 300;
  padding: 20px 10px;
  border-radius: 40px;
  font-size: 18px;
}
a.bottone_wishlist.vai_carrello span br {
  display: none;
}
.carrello_hover_su.wishlist_hover_su {
  padding-top: 20px;
}
@media screen and (max-width: 500px) {
  .carrello_hover {
    margin: 0;
  }
  .carrello_hover_sx {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #008540;
  }
  .carrello_hover_dx {
    width: 100%;
  }
  .carrello_hover_giu_sx {
    max-width: 59px;
  }
  a.bottone.continua_shop {
    max-width: 59px;
    overflow: hidden;
    min-height: 69px;
    border-radius: 0;
  }
  a.bottone.continua_shop span {
    background-position: 10% 39%;
    overflow: hidden;
  }
  a.bottone.continua_shop {
    max-width: unset;
    overflow: initial;
    min-height: 69px;
    margin-right: 16px;
  }
  .carrello_hover_giu_sx,
  .carrello_hover_giu_dx {
    width: calc(50% - 8px);
    max-width: unset;
  }
  a.bottone.continua_shop {
    width: 100%;
  }
}
