/* button */
#contact_product_box {
	padding: 0 10px;
    font-weight: 500;
	letter-spacing: 0.2px;
    background: #0059a9;
    margin: 15px 0 15px;
	border-radius: 3px;
}
#form_contact-product .page-subheading {
	font-weight: 600;
}
#form_contact-product .button.button-small {
	background: #0059a9;
	color: #fff;
	line-height: 28px;
	padding: 0;
	border-radius: 6px;
}
#contact_product_box .contact_product_btn {
	text-decoration: none;
	padding: 0 15px;
    line-height: 40px;
	font-size: 15px;
	color: #fff;
    display: inline-block;
}

@media (max-width: 768px) {
	#contact_product_box .contact_product_btn {
		line-height: 36px;
	}
}

#contact_product_box  a.open-comment-form:before {
    content: "\f129";
}
#contact_product_box  a:before {
    background: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    text-align: center;
    width: 20px;
}

#contact_product_box .contact_product_btn:hover {
    color: #fff;
}
#contact_product_box .icon-help-circled {
	font-size: 20px;
	top: 2px;
    margin-right: 4px;
    position: relative;
}
/* form */
#id_new_comment_form_contact {
	overflow: hidden;
}
#id_new_comment_form_contact p.fr {
	margin-bottom: 0;
}
#form_contact-product  .new_comment_form_content {
    padding: 5px 15px 5px 15px;
}
#form_contact-product  .new_comment_form_content .button.button-small span {
	padding: 3px 24px;
}

#form_contact-product .new_comment_form_content .button.button-small:hover span {
	background: #093a7f;
}

#form_contact-product .product .product_desc .product_name {
    padding: 10px 0 5px;
    font-size: 14px;
    color: #222;
}
#form_contact-product label {
    display: block;
    margin: 12px 0 4px 0;
    font-weight: 600;
    font-size: 14px;
}
#form_contact-product .product_name {
	font-size: 14px;
}
#form_contact-product .product_desc {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	margin-bottom: 16px;
}
#form_contact-product input, #form_contact-product textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
}
#form_contact-product textarea {
    height: 80px;
}
#product_contact_form_footer {
    margin-top: 20px;
    font-size: 14px;
}
/* fancybox */
.fancybox_contact_product_btn {
    background-image: none;
    background-color: #333333;
    border: none;
    color: #fff;
}