/**
 * 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;
}
#product .fancybox-skin {
    padding: 0px !important;
    height: 100% !important;
    border-radius: 0px !important;
}
#product .fancybox-outer {
    height: 100%;
}
#product .fancybox-inner {
    width: 100% !important;
    height: 100% !important;
    background-color: #ECECECF2 !important;
}
#product div#send_AAP_form {
    max-width: 100% !important;
}
#product #send_AAP_form .card-block {
    max-width: 830px !important;
    margin: 0 auto !important;
}
#product a.fancybox-item.fancybox-close {
    display: none;
}
.question_titile {
    margin-top: 130px;
}
.question_titile h3 {
    font-size: 34px;
    line-height: 41px;
    color: #000 !important;
    font-weight: bold;
}
.question_desc {
    margin-top: 16px;
}
.question_desc h3 {
    font-size: 34px;
    line-height: 41px;
    color: #000 !important;
    font-weight: normal;
}
.question_desc {
    margin-top: 16px;
    margin-bottom: 67px;
}
input#sendAAPEmail {
    background-color: #9fc5f0;
    border: 1px solid #9fc5f0;
    padding: 10.5px 30px;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
#send_AAP_form button.btn.btn-secondary {
    background-color: transparent !important;
    border: 1px solid #4D4D4D !important;
    padding: 10.5px 30px !important;
    border-radius: 20px !important;
    color: #4D4D4D !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: lowercase !important;
}
.col-lg-12.send_AAP_form_content_button {
    display: flex;
    gap: 16px;
    justify-content: center;
}