/* css for check code shortcode */
.edd-vou-check-code{
	border : 1px solid #EDEDED !important;
}
.edd-vou-check-code td{
	border-top : none !important;
	padding: 10px 10px 10px 0 !important;
}
.edd-vou-check-code label{
	padding-left : 10px;
}
.edd-vou-check-code{
	padding-left : 10px;
}
.edd-vou-check-code th{
  font-weight: 600 !important;
  line-height: 1.3 !important;
  padding: 20px 10px 20px 0 !important;
  text-align: left !important;
  vertical-align: top !important;
  width: 200px !important;
  text-transform: none !important;
}

@media only screen and (max-width: 769px) {
.edd-vou-check-code th {
  border-bottom: 0 none;
  padding-bottom: 0;
  padding-top: 10px;
}
.edd-vou-check-code td, .edd-vou-check-code th {
  display: block;
  vertical-align: middle;
  width: auto;
}
.edd-vou-check-code td input[type="text"]{
  display: block;
  font-size: 16px;
  line-height: 1.5;
  max-width: none;
  padding: 7px 10px;
  width: 92%;
}
}
/* css for check code shortcode end */

/* CSS for out of stock message start */
.out-of-stock {
	height: 100px;
}
.out-of-stock span {
	transform: rotate(-30deg); 
	color: rgb(255, 0, 0); 
	font-size: 30px; 
	z-index: 1; 
	position: absolute; 
	opacity: 0.5;
}
/* CSS for out of stock message end */

/*************** Voucher Selection CSS Start ****************/
.edd-vou-preview-template-img {
    height: 60px !important;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 1px;
}
.edd-vou-preview-template-img-border {
    border: 2px solid rgba(81, 203, 238, 1);
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    transition: all 0.3s ease-in-out 0s;
}
.edd-vou-gift-field-required {
    color: red;
}
.edd-vou-preview-template-img-wrap{
	max-height: 140px;
    overflow: auto;
    padding: 5px;
    width: 100%;
}
.edd-vou-preview-template-img{
	height:60px !important;
	cursor:pointer;
	border:solid 2px #fff;
	padding:1px;
}
.edd-vou-preview-template-img-border{
	border: 2px solid rgba(81, 203, 238, 1);
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
._edd_vou_preview_cart_img{
	width:50px !important;
	height:50px !important;
	cursor:pointer;
}
/*************** Voucher Selection CSS End ****************/

.edd-vou-checkout-template img{
  width:50px !important;
  height:50px !important;
  cursor:pointer;
  float: none !important;
  vertical-align: middle;
}

table.edd-vou-recipient-fields .edd-vou-error{
  color:#FF0000;
}
.edd-vou-preview-template-img-wrap img.edd-vou-preview-template-img{
  float:left
}