/* Child Theme - Custom CSS File for Buyers to Modify */

article.green {
  border: 2px solid green;
}
article.orange {
  border: 2px solid orange;
}

/* ETICHETTA */
span.ribasso {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 9px;
  background-color: green;
}
span.valore {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 9px;
  background-color: orange;
}

img.alignright.iconaservizio {
  border: 1px solid #cccccc;
  border-radius: 32px;
  /* box-shadow: 0px 6px 3px #aaaaaa; */
}

.grid_par {
  min-height: 92px;
}

@media only screen and (max-width: 667px) {
  img.alignright.iconaservizio {
    width: 100% !important;
  }
  article.green {
    border: 0px solid green;
  }
  article.orange {
    border: 0px solid orange;
  }
}
