.panel {
  position: absolute;
  top: 23px;
  right: 0px;
  display: none;
  background: rgb(255, 255, 255);
  width: 400px;
  padding: 74px 20px 20px 20px;
  filter: alpha(opacity=85);
  opacity: 1;
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: none;
  outline: none;
  box-shadow: 0px 8px 20px rgb(0 0 0 / 10%);
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.panel h1 a, .panel h1 a:hover {
  text-decoration: none;
}
.panel .titolo {
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 25px;
  width: 100%;
  margin-bottom: 10px;
}
.panel .immagine_item {
  height: 100px;
  width: 100px;
  display: table;
}
.panel .immagine_item div {
  background: white;
}
.panel h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  padding: 10px 0px;
  margin: 0px;
}
.panel table tr td {
  padding: 5px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid black;
}
.panel .tabelle_carrello tr th {
  background-color: #8cc63f;
  padding: 0px;
  color: white;
  text-align: center;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.panel .immagine_item div img {
  max-height: 100px;
  max-width: 100px;
}
.panel p {
  margin: 0 0 15px 0;
  padding: 0;
  color: #cccccc;
}
a.trigger {
  /*  position: fixed;
  text-decoration: none;
  top: 60px;
  right: 0px;
  color: #fff;
  padding: 20px 40px 20px 57px;
  background: #4e4e4e url(../img/plus.png) 90% center no-repeat;
  border: 1px solid #4e4e4e;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
  display: block;
  z-index: 1000;
  text-transform: uppercase;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  position: fixed; */
  z-index: 9;
  color: white;
}
a.trigger:hover {
  /*  color: #fff;
  background: #222222 url(../img/plus.png) 90% center no-repeat;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;*/
}
a.active.trigger:before {
  position: relative;
  right: 134px;
}
a.active.trigger svg {
  display: none
}
a.active.trigger .prezzo_linguetta {
  display: none
}
a.active.trigger:before {
  content: "\f057";
  font-weight: bold;
  font-family: Font Awesome\ 5 Free;
  margin: 0px;
  float: left;
  position: absolute;
  left: 15px;
  text-align: left;
  z-index: 9;
  color: #333;
  font-size: 20px;
  top: 19px;
}
.panel .columns {
  clear: both;
  width: 100%;
  padding: 0px;
}
.panel .colleft {
  float: left;
  width: 50%;
}
.panel .colright {
  float: right;
  width: 50%;
}
.panel ul {
  padding: 0px 10px 0px 0px;
  margin: 0;
  list-style-type: none;
  border-top: 1px dotted #b3d3d2;
  padding-top: 16px;
  max-height: 430px;
  overflow: auto;
  margin-bottom: 10px;
}
.panel ul::-webkit-scrollbar {
  width: 10px;
} /* this targets the default scrollb
.panel ul::-webkit-scrollbar-track {
      background-color: #b46868;
} /* the new scrollbar will have a flat appearance with the set background color */
.panel ul::-webkit-scrollbar-thumb {
  background-color: #4eb17e;
  -moz-border-radius: 15px;
  border-radius: 15px;
} /* this will style the thumb, ignoring the track */
.panel ul::-webkit-scrollbar-button {
  background-color: #4eb17e;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.panel ul::-webkit-scrollbar-button {
  background-color: #4eb17e;
  display: none
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
.panel ul::-webkit-scrollbar-corner::before {}
.panel ul::-webkit-scrollbar-corner {
  background-color: #4eb17e;
  -moz-border-radius: 15px;
  border-radius: 15px;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
.panel ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted#b3d3d2;
}
.box_carrello .img img {
  height: 40px;
  padding: 0px
}
.box_carrello .desc_prod {
  font-size: 14px;
  color: #666
}
.panel hr {
  background-color: #c5c5c4;
  height: 1px;
  width: 100%;
}
.panel_linguetta {}
.panel .puntifidelity {
  position: relative;
  clear: both;
  background-color: #b3d3d2;
  width: 100%;
  outline: none;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  margin-bottom: 0px;
}
.puntifidelity h3 img {
  position: relative;
  float: left;
  height: 20px;
  margin-right: 5px;
  top: 3px;
}
.puntifidelity h3 {
  font-size: 17px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 10px;
}
.panel .puntifidelity p {
  margin: 0px;
  padding: 0;
  color: #666666;
  font-size: 13px;
  text-align: left;
}
.panel .prezzo_totale {
  font-size: 24px;
  color: #e37216;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  float: left;
}
.panel .prezzo_totale strong {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: 5px;
}
.concludi_ord {
  display: inline-block;
  position: relative;
  float: right
}
.concludi_ord .btn {
  font-size: 15px;
  border-color: #e37216;
  color: #e37216;
}
.concludi_ord .btn:hover {
  background-color: #e37216;
  color: #fff;
}
.panel .elimina {
  position: relative;
  float: right;
  padding-top: 5px;
  color: white;
  background: #b3d3d2;
  padding: 10px;
  border-radius: 2px;
}
.panel .elimina a {
  color: white
}
.panel .img {
  position: relative;
  float: left;
  margin: 0px 10px;
  width: 40px;
  height: 30px;
  overflow: hidden;
}
.panel .img img {
  max-width: 40px;
  max-height: 30px;
}
.panel h4 {
  font-size: 23px;
  color: #b3d3d2;
  margin-bottom: 10px;
}
.panel .titolo_prod {
  position: relative;
  float: left;
  width: 144px;
  font-size: 13px;
  margin-top: 0px;
  font-weight: 600;
  color: #333;
}
.panel .desc_prod {
  position: relative;
  float: left;
  text-align: right;
  color: #666666;
  font-size: 13px;
  margin-left: 9px;
  /* background: red; */
  font-weight: 400;
  top: 8px;
}
.panel .desc_prod strong {
  color: #333;
}
@media (max-width:1370px) {
  .panel ul {
    max-height: 252px;
  }
}
@media (max-width:875px) {
  a.trigger, ul.linguette {}
}
@media (max-width:500px) {
  .concludi_ord {
    width: 50%;
  }
  .panel .titolo_prod {
    width: 117px;
  }
  .panel_linguetta {
    width: 100%;
    padding: 61px 20px 20px 20px;
    top: 97px;
  }
}