/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA PL VATEU: PL9730945634
 * @copyright 2010-2025 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
 */

#send_AAP_form {
    max-width: 800px;
}

#send_AAP_form .product {
    text-align: center;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

#send_AAP_form .pull-right {
    float: right;
}

#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: 360px;
}

.send_AAP_form_content_button {
    border-top: 1px solid #cecece;
    padding-top:20px;
    margin-top:20px;
    display:block;
    clear:both;
}

#send_AAP_form .g-recaptcha {
    max-width:584px;
    min-height: 78px;
    margin:auto;
    display:block;
    margin-bottom:20px;
}
.askaboutproduct{
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.price-request{
    background-color: #000;
    border:1px solid #000;
    padding: 20px;
}


#send_AAP_form input[type="text"],
#send_AAP_form input[type="email"],
#send_AAP_form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.2s, box-shadow 0.2s;
}

#send_AAP_form input[type="text"]:focus,
#send_AAP_form input[type="email"]:focus,
#send_AAP_form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

#send_AAP_form textarea {
    height: 120px;
    resize: vertical;
}

#send_AAP_form .form-group label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

#send_AAP_form .form-group {
    margin-bottom: 15px;
}

#send_AAP_form .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

#send_AAP_form .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

#send_AAP_form .form-group .small {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}