#app-gift-card-form {
	width:450px;
	margin-left:0px;  
}
#app-gift-card-form h2 {
	padding-bottom: 0px;
	border:0px;
	margin-bottom:0px !important;
}
#gift_card_model_block,
#gift_card_material_block {
    clear:both;
    margin-top:0px;
    display: none;
}

#app-gift-card-form p.error {
	color:red;
	background: none !important;
}
#wrapper #main #app-gift-card-form p.error,
#wrapper #main #app-gift-card-form p.error label {
	background: none !important;
}

#app-gift-card-form p.error input,
#app-gift-card-form p.error select,
#app-gift-card-form p.error textarea {
	/*border:1px solid red !important;*/   
}

.gift-card-box {
 	float: left;
 	display: inline;
 	position: relative;
 	width: 100%;
 	height: 400px;
 	background: url(/wp-content/themes/Avada/images/giftcard.jpg)   
 }
 
.gift-card-box #box-price {
 	position: absolute;
 	top: 152px;
 	right: 80px;	
 	color: #FFFFFF;
 	font-size: 34px;
 	font-family: 'Roboto Slab',Arial,Helvetica,sans-serif !important;
}
.gift-card-box #box-price span {
	float: left;
	display: inline;
}

.gift-card-box #box-price span.top {
	font-size: 22px; 
	margin-top: -3px;
	margin-right: 6px;	
}

.gift-card-box .text {
	position: absolute;
	top: 42px;
	width: 340px;
	left: 55px;
    font-size: 14px;
    line-height: 140%;
  	color:#7F674C;
}

.note-gift-card {
	font-size: 14px;
	padding-top: 12px;
	display: block;
	clear: both;    
}

#reviews,
#reviews .page-reviews {
	background: none !important;	
}
#reviews h2 {
	font-size: 20px !important;	
}
#reviews .page-reviews {
	padding-top: 4px !important;
}

#reviews .page-reviews .comments .flex-prev,
#reviews .page-reviews .comments .flex-next {
	background-color: #FFFFFF !important;
}
#reviews .page-reviews .comments {
    width: 350px;
}
