/* stylování zobrazení ceny v seznamu a detailu produktu Voucheru */
div.w7vouchers div.item_price_wrapper span.item_price {
 	font-size: 1.4rem!important;
  font-weight: bold;
}

div.w7vouchers span.regualar_price {
 	text-decoration: line-through;
  color: red;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: normal;
  padding: 0;
}

#voucher_item span.price {
 	font-size: 1.4rem!important;
  font-weight: bold;
}


.com_w7vouchers #system-message-container .alert {
 	margin: 0; 
  width: 350px;
}

.label-d-none .ba-input-label-wrapper,
.label-d-none .required-star {
	display: none !important;
}