/**
 * 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
 */

#send_AAP_form {
    max-width: 100%;
}

#send_AAP_form .product {
    text-align: center;
    border-bottom: 1px solid #fefefe;
    margin: 1rem auto;
    width: 100%;
    max-width: 40%;
    
    display: block;
    padding: 1rem;

    
}

#send_AAP_form .product img {
    width: 100%;
    height: auto;
}

#send_AAP_form .pull-right {
    float: none;
    color: var(--gray-gray-500, #36383A);

    /* Desktop/Body Text/S/S: Medium */
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.21875rem */
    letter-spacing: -0.00813rem;

}

#send_AAP_form #gdpr_checkbox {
    height: 20px;
    width: 20px;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

#send_AAP_form .gdpr_disabled {
    opacity: .9;
    background: #0b0b0c !important;
    cursor: not-allowed !important;
}

#send_AAP_form .gdpr_disabled:hover {
    opacity: .9;
    background: #0b0b0c !important;
    cursor: not-allowed !important;
    color: #fefefe !important;
}

#send_AAP_form textarea {
    height: 260px;
}

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

@media(max-width: 991px) {
    #send_AAP_form .product {
        text-align: center;
        border-bottom: 1px solid #fefefe;
        margin: 1rem auto;
        width: 100%;
        max-width: 100%;
        display: block;
        padding: 1rem;
    }
}