/*
* This file includes css that will be shown on product page in frontend
*/

.price span {
  color: #D9673B;
  font-weight: 600;
}

.price-listing.variation label em {
  color: rgb(217, 103, 59);
  padding-left: 3px;
}

#gu-pricing {
  width: 36%;
}

/**** Cart page css  ****/
.variation.gurado-products dd, .shipping-fees.gurado-products dd {
  margin-bottom: 0;
}
dl.shipping-fees.gurado-products {
  font-size: .875em;
}

/***** Product image and voucher images css *******/

.woocommerce-product-gallery__image {
  margin-bottom: 50px;
}
.voucher-detail-section {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.voucher-detail-section h2,.voucher-preview-section h2{
  font-weight: bold;
}

.gu-vouchers-list {
  margin-left: 5px;
  background: #ffffff none repeat scroll 0 0;
  border: 5px solid #ffffff;
  box-shadow: 0 0 5px #cccccc;
}

.gu-vouchers-list li {
  display: inline-block;
  width: 140px;
  height: auto;
  padding: 5px;
}

.gu-vouchers-list li.selected {
  border: 2px solid #909090;
}

.gu-vouchers-list li input {
  display: none;
}


.st-gurado-ticket-group {
  display: block;
  width: 100%;
  max-height: 500px;
  overflow-x: auto;
}

.st-gurado-ticket-group__item {
  width: 90%;
  padding: 12px;
  display: block;
  border: 1px solid black;
  border-radius: 9px;
  margin: 12px 0;
  cursor: pointer;
}

.st-gurado-ticket-group__item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.st-gurado-ticket-group__item label {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  margin: 0;
}

.st-gurado-ticket-group__item:not(.st-gurado-ticket-group__item--sold-out):hover {
  background-color: #cdcdcd;
}

.st-gurado-ticket-group__item.selected {
  background-color: #cdcdcd;
}

.st-gurado-ticket-group__item--sold-out,
.st-gurado-ticket-group__item--sold-out label {
  opacity: 0.5;
  cursor: default !important;
}



.st-gurado-ticket-group__item .ticket_qty {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}