/* button */
#contact_product_box {
    padding: 8px 10px 10px;
    font-weight: bold;
    line-height: 18px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
    margin: 39px 0 22px;
}
#contact_product_box .contact_product_btn {
    text-decoration: none;
    color: #777777;
    position: relative;
    margin-right: 8px;
    line-height: 30px;
    padding: 0;
    display: inline-block;
}
#contact_product_box .contact_product_btn:hover {
    color: #333333;
}
#contact_product_box a.open-comment-form:before {
    font-family: FontAwesome;
    content: "\f003";
    background: #929292;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: white;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
    text-align: center;
    width: 30px;
}
/* form */

#contact_product_form {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

#contact_product_form #layer_product_form {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
}

#contact_product_form #form_contact-product {
    max-width: 764px;
    width: 100%;
    margin: 0 auto;
}

#form_contact-product  .new_comment_form_content {
    margin-top: 10%;
    padding: 15px 25px;
    background: #f8f8f8;
}
#form_contact-product .product img {
    border: 1px solid #d6d4d4;
}
#form_contact-product .product .product_desc .product_name {
    padding: 10px 0 5px;
    font-size: 13px;
    color: #000;
}
#form_contact-product label {
    display: block;
    margin: 16px 0 8px 0;
    font-weight: bold;
    font-size: 12px;
}
#form_contact-product input, #form_contact-product textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #E3E7EB;
    background: white;
}
#form_contact-product input:focus, #form_contact-product textarea:focus {
    outline-color: transparent;
}
#form_contact-product textarea {
    height: 80px;
}
#product_contact_form_footer {
    margin-top: 20px;
    font-size: 12px;
}
/* fancybox */
.fancybox_contact_product_btn {
    background-image: none;
    background-color: #333333;
    border: none;
    color: #fff;
}

#form_contact-product button.button,
.fancybox-wrap .submit input {
    background: #fF7430;
    color: #fff;
    border: none;
    float: right;
    margin-top: -30px;
	font-size:16px;
	padding:7px 15px;
	font-weight:normal;
}


#close_form_contact-product {
    position: absolute;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 10px;
    text-align: center;
    right: 40px;
    top: 18px;
}
#close_form_contact-product:hover{
    cursor: pointer;
}

#contact_product_form_loader {
    position: absolute;
    width: 10%;
    left: 45%;
    top: 40%;
}

@media (max-width: 800px) {
    #contact_product_form #form_contact-product {
        width: 50%;
        margin-left: 25%;
    }
}

@media (max-width: 600px) {
    #contact_product_form #form_contact-product {
        width: 90%;
        margin: 0 auto;
    }
    #form_contact-product .new_comment_form_content {
        padding: 0 25px !important;
        height: 90vh;
        overflow: auto;
    }
}

@media (max-width: 400px) {
    #contact_product_form #form_contact-product {
        width: 80%;
        margin-left: 10%;
    }
}

#title_contact_product, label[for=title_contact_product]{
	display:none!important;
}

#mail_cp_error, #name_cp_error, #phone_cp_error, #comment_cp_error, #terms_cp_error{
	color:#FF0000;
}
#terms_cp_error {
    font-size: 15px;
}





/* FORM PRODUCT CONTACT */

#form_contact-product h2 {
	color: var(--secondary);
}

#form_contact-product .new_comment_form_content {
	background-color: var(--white);
	border-radius: 15px;
}

#form_contact-product input.form-control[type="text"],
#form_contact-product input.form-control[type="email"],
#form_contact-product textarea {
	padding: 12px 16px;
	height: auto;
}

#form_contact-product label {
	text-align: left;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--secondary);
}

#form_contact-product button {
	float: right;
}

#form_contact-product button:after {
	content: url('../../../../../../themes/filatheme/assets/img/chevron-blue-right.svg');
}
