.polygon_seat_enabled {
  cursor: pointer;
}

.js-hvsc-seat {
  opacity: 0.75;
  transition: opacity 0.5s ease-in-out;
}

.js-hvsc-seat.faded {
  opacity: 0.50;
}

.js-hvsc-seat.hover,
.js-hvsc-seat.incart {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.js-hvsc-seat.selected {
  stroke: #f00;
  stroke-width: 2px;
}
.js-hvsc-seat.incart .seat-back {
  stroke: #0f0 !important;
  stroke-width: 2px;
  fill: #0f0 !important;
}
.js-hvsc-seat.incart .seat-shape {
  fill: white;
  clip-path: polygon(12% 56%, 22% 44%, 40% 60%, 75% 21%, 87% 33%, 40% 80%);
  opacity: 1;
}

.js-hvsc-seat.incart:hover .seat-shape {
  clip-path: polygon(16% 58%, 15% 57%, 15% 43%, 16% 42%, 84% 42%, 85% 43%, 85% 57%, 84% 58%);
}

.js-hvsc-seat.unavailable {
  opacity: 20%;
  cursor: not-allowed;
  transition: opacity 0.5s ease-in-out;
}
.js-hvsc-seat.filtered,
.js-hvsc-seat.js-seat-category-locked {
  opacity: 10%;
  cursor: not-allowed;
  transition: opacity 0.5s ease-in-out;
}
.js-hvsc-vscart-item-delete {
  color: #f00;
  cursor: pointer;
}
.js-hvsc-vscart-total {
  font-weight: bold;
}
#type-price-choice-error {
  font-weight: bold;
  color: #f00;
}

.js-hvsc-vscart-contig-cart .js-hvsc-vscart-item {
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
}

.js-hvsc-vscart-contig-cart .js-hvsc-vscart-contig-items .js-hvsc-vscart-item {
  border: none;
}

.js-hvsc-vscart-contig-cart .js-hvsc-vscart-item-delete {
  display: block;
}

.js-hvsc-vscart-item-cam {
  cursor: pointer;
}

.js-hvsc-cam-full {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 950;
}

.js-hvsc-cam-full .js-hvsc-close-cam-full {
  cursor: pointer;
  text-align: center;
}

.js-hvsc-cam-full iframe {
  width: 100%;
  height: 100%;
}
