/*
 *  PAGE SEND TO FRIEND
 *
 *  @author PrestaShop SA / revision by EAGLEMEDIA.de
 */

#send_friend_button {
    padding-top: 0;
    padding-bottom: 0}

#send_friend_form {
	width: 585px;
	overflow: hidden }
#send_friend_form .row {
    background: #f4f4f4}
#send_friend_form .product {     
	min-height: 355px }
#send_friend_form .product .product_desc { 
	color: #f5f5f5;
	line-height: 18px;
	padding: 5px 0 20px 15px }
#send_friend_form  .product img { 
	margin: 22px 0 0 15px }	
#send_friend_form .product .product_desc .product_name { 
	font-size: 17px;
	padding: 10px 0 3px;
	text-transform: uppercase }
	
#send_friend_form .send_friend_form_content {     
    padding: 15px;
	min-height: 355px;
    border-left: 10px solid #fff}
#send_friend_form h2 { 
	color: #222;
	font-size: 18px;
    line-height: 18px;
	margin-bottom: 2px;
	text-transform: uppercase }
#send_friend_form .form_container { 
	border: none;
	list-style-type: none;
	padding: 0 0 15px;
	color: #f5f5f5;
    background: none }
	
#send_friend_form .intro_form { padding-top: 35px }	
#send_friend_form .submit { 
    float: unset;
    text-align: center }
#send_friend_form .submit button { 
    width: 150px;
    color: #f2f2f2;
    height: 37px;}
#send_friend_form .form_container .text label {
	display: block;
	padding: 10px 0 0;
	width: 100%;
	font-size: 15px;
    color: #4e8fc8; }
#send_friend_form .form_container .text input {
	padding: 0 5px;
	height: 37px;
	width: 95%;
	font-size: 13px;
    border: 1px solid #dfdfdf; }
#send_friend_form [type="submit"]:before { 
	content: '\f0E0';
	display: block;
	font: 18px "FontAwesome";
	text-align: center;
	width: 100%	}
	
#send_friend_form .txt_required sup {
    clear: left;	
	padding-top: 17px;
    display: inline-block}
	
#send_friend_form #send_friend_form_error {
	color: #f7ef60;
	padding: 0 0 15px }
	
#send_friend_form #send_friend_form_success {
	color: #9bce9b;
	padding: 0 0 15px }
	
/*fancybox */
.fancybox-skin .fcc.success .button { 
    background: rgba(61, 168, 91, .850) }
	
/* Mobile Style */
@media (max-width: 767px) {
#send_friend_form {
	width: 280px } 
}
