/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2021 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */
 
 .product.row {
	 margin-right: 0;
	 margin-left: 0;
 }

.main-product-details .aap_button {
	width: 100%; font-size: 12px; 
	background: #c30c0c; 
	color: #ffffff; 
	padding: 5px 15px; 
	margin-bottom: 10px;
}

.main-product-details .aap_button:hover, .main-product-details .aap_button:active {
	background: #9c0a0a;
	color: #ffffff;
}

.aap_form .product img {
	max-width:120px;
}

label.required:before {
	content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

sup.required {
	color: red;
	font-size: 14px;
	margin-left: 5px;
}

#send_AAP_form {
	background: none;
    max-width: 1200px;
}

#send_AAP_form h4 {
	font-size: 16px;
	text-transform: uppercase;
}

#send_AAP_form #gdpr_checkbox {
    height: auto !important;
    width: auto !important;
}

#send_AAP_form .gdpr_disabled {
    opacity: .5;
    background: silver !important;
    cursor: not-allowed !important;
}

#send_AAP_form textarea {
    height: 100px;
}

.wrapper_aap_form .form-group {
	margin-left: 0;
	margin-right: 0;
}

.wrapper_aap_form .form-group label {
	text-align: left;
}

.send_AAP_form_content_button {
    border-top: 1px solid #cecece;
    padding-top:20px;
    margin-top:20px;
    display:block;
    clear:both;
	max-width: 600px;
}

.wrapper_aap_form .product {
	height: 120px;
	margin-bottom: 30px;
}

.wrapper_aap_form .product .product_img, .wrapper_aap_form .product .product_desc {
	float: left;
}

.wrapper_aap_form .product .product_desc {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	width: 100%;
}

.wrapper_aap_form .product .product_desc .product_name {
	margin: 0;
}

.how-contact-me {
	font-weight: 700;
}

label.form-check-label {
	font-weight: 400;
}

.aapfree_checkbox {
	float: left;
	margin-top: 1px;
}

.aapfree_gdpr_text {
	display: block;
	padding-left: 24px;
}

.aapfree_gdpr_text a {
	text-decoration: underline;
	color: #c30c0c;
}

.fancybox-wrap .fancybox-success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.fancybox-wrap .fancybox-success h2 {
	font-size: 24px;
	color: #155724;
}

.fancybox-wrap .fancybox-danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.fancybox-wrap .fancybox-danger h2 {
	font-size: 24px;
	color: #a94442;
}