/**
 * 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: 600px;
}

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

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

#product .fancybox-overlay {
    background: none;
}

#product .fancybox-wrap {
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    left: 0 !important;
    right: 0 !important;
    max-width: 1100px !important;
}

#product .fancybox-outer {
    max-width: 500px;
    margin: 0 auto;
}

#product .fancybox-inner {
    width: 100% !important;
    height: auto !important;
}

.send_AAP_form_content_button .mr_sumbit_app a {
    color: var(--mr_color__black);
    font-weight: var(--mr_fontweight__medium);
}

.send_AAP_form_content_button .mr_sumbit_app a:hover {
    text-decoration: underline;
}