.style2 {color: #CACACA}
.ebonyMixerPrice {
  margin: 0 auto;
  min-width: 210px;
}
.ebonyMixerPrice td {
  vertical-align: middle;
  text-align: center;
}
.ebonyMixerPriceAmount {
  width: 92px;
  line-height: 15px;
}
.ebonyMixerPriceCart {
  width: 34px;
  padding: 0 9px;
}
.ebonyMixerPriceStatus {
  width: 84px;
  white-space: nowrap;
}
.ebonyMixer {
  width: 770px;
  box-sizing: border-box;
  margin: 8px auto 16px auto;
  padding: 9px 9px 11px 9px;
  border: 1px solid rgba(130,101,73,0.82);
  border-radius: 8px;
  background: #1b1916;
  background-image: linear-gradient(90deg, rgba(8,8,7,0.88), rgba(14,12,10,0.80)), url("../../images/fazioli/04FazioliConcert_GrandExtreme.jpg");
  background-position: center center;
  background-size: cover;
  color: #bfbfbf;
  text-align: left;
  box-shadow: inset 0 0 32px rgba(0,0,0,0.74), 0 0 28px rgba(0,0,0,0.45);
  overflow: hidden;
}
.ebonyMixerTitle {
  color: #eeeeee;
  font-size: 17px;
  margin-bottom: 7px;
  letter-spacing: 0;
}
.ebonyMixerIntro {
  color: #9f9f9f;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
}
.ebonyMixerIntro strong {
  color: inherit;
}
.ebonyMixerControls {
  display: grid;
  grid-template-columns: 308px 94px 308px;
  justify-content: space-between;
  column-gap: 0;
  align-items: center;
  margin: 7px 0 10px 0;
}
.ebonyMixerTransport {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0;
  text-align: center;
  transform: translateY(-3px);
}
.ebonyMixerCueTop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.ebonyMixerCueTop button {
  box-sizing: border-box;
  display: inline-block;
  width: 100px;
  height: 30px;
  margin: 0;
  min-width: 0;
  padding: 4px 7px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
}
.ebonyMixerTopRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
  white-space: nowrap;
}
.ebonyMixerTopRight button {
  box-sizing: border-box;
  height: 30px;
  margin: 0;
  padding: 4px 7px;
  line-height: 14px;
  border-radius: 7px;
}
.ebonyMixer button {
  margin: 0 2px 5px 2px;
  padding: 5px 8px;
  border: 1px solid #5b5146;
  background: rgba(16,16,16,0.92);
  color: #d6d6d6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  cursor: pointer;
  min-width: 28px;
}
.ebonyMixer button:hover {
  background: #241f1a;
  color: #ffffff;
}
.ebonyMixer .ebonyMixerCueTop button {
  border-color: rgba(108,142,108,0.58);
  background: linear-gradient(rgba(22,36,24,0.92), rgba(13,23,15,0.92));
  color: #c9dac8;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), inset 0 0 10px rgba(108,142,108,0.08);
}
.ebonyMixer .ebonyMixerCueTop button:hover {
  border-color: rgba(151,189,151,0.72);
  background: linear-gradient(rgba(30,49,32,0.96), rgba(17,31,19,0.96));
  color: #eff9ee;
  box-shadow: 0 0 12px rgba(118,172,118,0.20), inset 0 1px 0 rgba(255,255,255,0.08);
}
.ebonyMixer #ebonyMixerRestart {
  width: 80px;
  border-color: rgba(116,66,62,0.68);
  background: linear-gradient(rgba(42,24,23,0.94), rgba(27,15,15,0.94));
  color: #dfc4bf;
}
.ebonyMixer #ebonyMixerRestart:hover {
  border-color: rgba(164,91,84,0.82);
  background: linear-gradient(rgba(57,31,29,0.96), rgba(36,18,17,0.96));
  color: #ffe2dc;
  box-shadow: 0 0 12px rgba(151,74,67,0.18);
}
.ebonyMixer #ebonyMixerLoop {
  width: 64px;
  border-color: rgba(168,145,82,0.64);
  background: linear-gradient(rgba(47,40,24,0.94), rgba(28,24,16,0.94));
  color: #e8dcae;
}
.ebonyMixer #ebonyMixerLoop:hover,
.ebonyMixer #ebonyMixerLoop.isActive:hover {
  border-color: rgba(216,189,116,0.80);
  background: linear-gradient(rgba(61,51,29,0.96), rgba(38,31,18,0.96));
  color: #fff2c8;
  box-shadow: 0 0 12px rgba(202,168,89,0.20);
}
.ebonyMixer #ebonyMixerResetPlayer {
  width: 120px;
  border-color: rgba(162,75,68,0.72);
  background: linear-gradient(rgba(56,27,25,0.94), rgba(35,17,16,0.94));
  color: #edccc6;
}
.ebonyMixer #ebonyMixerResetPlayer:hover {
  border-color: rgba(210,103,94,0.84);
  background: linear-gradient(rgba(72,35,32,0.96), rgba(45,20,19,0.96));
  color: #fff0ec;
  box-shadow: 0 0 13px rgba(191,85,76,0.22);
}
.ebonyMixerIconButton {
  min-width: 34px;
  font-size: 13px;
}
.ebonyMixerTransport .ebonyMixerIconButton {
  box-sizing: border-box;
  width: 44px;
  height: 34px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
  border: 2px solid rgba(187,153,105,0.72);
  background: linear-gradient(rgba(42,36,28,0.95), rgba(20,18,15,0.95));
  color: #efe0c6;
  border-radius: 8px;
  box-shadow: 0 0 14px rgba(196,156,103,0.20), inset 0 1px 0 rgba(255,255,255,0.08), inset 0 0 10px rgba(255,223,170,0.06);
}
.ebonyMixerTransport .ebonyMixerIconButton.isActive {
  border-color: rgba(226,191,130,0.86);
  background: linear-gradient(rgba(75,61,42,0.98), rgba(43,36,27,0.98));
  color: #fff4d8;
  box-shadow: 0 0 18px rgba(216,178,114,0.32), inset 0 1px 0 rgba(255,255,255,0.10), inset 0 0 12px rgba(255,218,156,0.10);
}
.ebonyMixerTransport .ebonyMixerIconButton:hover,
.ebonyMixerTransport .ebonyMixerIconButton.isActive:hover {
  border-color: rgba(245,218,170,0.92);
  background: linear-gradient(rgba(87,70,47,0.99), rgba(52,43,30,0.99));
  color: #fffbea;
  box-shadow: 0 0 22px rgba(235,199,137,0.42), inset 0 1px 0 rgba(255,255,255,0.12), inset 0 0 14px rgba(255,231,177,0.14);
}
.ebonyMixerControls .ebonyMixerButtonIcon {
  font-size: 14px;
  line-height: 10px;
  vertical-align: -1px;
}
.ebonyMixerButtonIcon {
  display: inline-block;
  margin-right: 4px;
  color: #f2dfc1;
  font-size: 17px;
  line-height: 10px;
  vertical-align: -1px;
}
.ebonyMixer button.isLinked {
  border-color: #8a5e3d;
  color: #d3a06c;
  background: rgba(34,27,20,0.96);
}
.ebonyMixer button.isMuted {
  border-color: rgba(145,54,48,0.76);
  color: #f0b2a8;
  background: rgba(55,17,15,0.96);
  box-shadow: 0 0 12px rgba(190,54,45,0.22);
}
.ebonyMixer button.isUnmuted {
  border-color: rgba(238,198,132,0.58);
  color: #f2dfc1;
  background: rgba(34,27,20,0.96);
}
.ebonyMixerBoard {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  margin-top: 9px;
}
