/*-------------------------------------------------*/
/* DEFAULT AND SHARED */
/*-------------------------------------------------*/
.sndset-item,
.bundle-item,
.retired-item {
  background: linear-gradient(155deg, #ffffff 0%, #eef0f2 100%);
  border-bottom: 1px solid #dce1e4;
}
.sndset-item > div {
  display: inline-block;
  vertical-align: top;
}
/* FOR SOUNDSET BUNDLES */
.sndset-item.sndset-bundle {
  background-color: #dbe0e3;
  background-image: linear-gradient(180deg, #dae0e3 0%, #dbe0e3 100%);
}
/*.sndset-item.sndset-bundle .button.cart-add {
	background: #C04A48;
}

.sndset-item.sndset-bundle .button.cart-add:hover {
	background: #942D2A
}*/
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* SMALLEST */
/* @media all and (min-width: 400px) { */
.sndset-price {
  font-size: 2.2em;
  font-weight: 700;
}
.sndset-audio-vert,
.sndset-audio-horz {
  margin-top: 40px;
}
.sndset-audio-vert > div,
.sndset-audio-horz > div {
  margin-bottom: 20px;
}
/* styling the audio player ... check .avplayer-grid in product.css for matching */
.sndset-audio-vert h4,
.sndset-audio-horz h4 {
  background: #e5e8eb;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  padding: 10px;
}
.sndset-audio-vert p,
.sndset-audio-horz p {
  font-size: 0.95em;
  line-height: 1.3em;
  font-weight: 400;
  padding: 0;
  margin: 5px 0 0 0;
}
/* } */
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* SMALL */
/* @media all and (min-width: 550px) { */
/* } */
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* MEDIUM */
@media all and (min-width: 760px) {
  .sndset-audio-vert,
  .sndset-audio-horz {
    margin-top: 0;
  }
  .sndset-audio-vert h4,
  .sndset-audio-horz h4 {
    font-size: 0.9em;
  }
  .sndset-audio-horz div {
    display: inline-block;
    vertical-align: top;
  }
  .sndset-audio-horz div:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .sndset-audio-vert p,
  .sndset-audio-horz p {
    font-size: 0.8em;
    font-weight: 600;
    margin: 10px 0 0 0;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* LARGE */
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* XLARGE */
