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

#send_AAP_form .g-recaptcha {
    max-width:384px;
    min-height: 78px;
    margin:auto;
    display:block;
    margin-bottom:20px;
}
.panel {
    display: none;
} */


.fancybox-overlay {
    z-index: 99999 !important;
}

.fancybox-opened {
    z-index: 999999 !important;
}

.fancybox-wrap .fancybox-skin {
    padding: 0px !important;
    border-radius: 20px !important;
}

.fancybox-wrap {
    max-width: 60% !important;
    min-width: 60% !important;
    width: 60% !important;
    left: 20% !important;
}

.fancybox-inner {
    width: 100% !important;
    border-radius: 20px !important;
    padding: 30px 40px 40px !important;
}

.fancybox-close {
    top: 25px !important;
    right: 25px !important;
}


.fancybox-close {
    background-image: url(https://decant.pl/dev/themes/theme_boria3/assets/img/close.png) !important;
    width: 25px !important;
    height: 25px !important;
    background-size: contain !important;
}







.card-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 10px 0 0 !important;
}

.card-block:after {
    display: none !important;
}


div#send_AAP_form {
    padding: 0px !important;
    margin: 0 !important;
    border-radius: 20px !important;
    background: transparent !important;
}


div#send_AAP_form h3 {
    color: #192537;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}

div#send_AAP_form  p.product_name {
    margin-top: 20px;
}

div#send_AAP_form h3 i {
    font-size: 32px;
}


div#send_AAP_form .btn {
    display: block;
    margin-top: 20px;
    width: 100%;
}

div#send_AAP_form .form-control {
    background: #19253710;
    border-radius: 5px;
    border-color: #19253725;
    font-size: 13px;
    padding: 10px 15px;
}


div#send_AAP_form img {
    max-height: 500px;
    border-radius: 10px;
}

p.submit.pull-right {
    font-size: 12px;
}

p.submit.pull-right a {
    text-decoration: underline !important;
}

div#send_AAP_form  .form-control-label {
    font-size: 14px;
    text-align: left;
    color: #192536;
    font-weight: 600;
}

div#send_AAP_form .product {
    width: 30%;
}

div#send_AAP_form .zis {
    flex-grow: 1;
}

div#send_AAP_form .zis input#gdpr_checkbox {
    margin-right: 5px;
    transform: translateY(2px);
}

@media (max-width: 1200px) {
    div#send_AAP_form .product {
        display: none;
    }
}

@media (max-width: 991px) {

.fancybox-inner {
    padding: 30px !important;
}

.fancybox-close {
    width: 15px !important;
    height: 15px !important;
}

    
    div#send_AAP_form .zis div {
        padding: 0 !important;
    }
}



@media (max-width: 767px) {
.fancybox-wrap {
    max-width: 90% !important;
    min-width: 90% !important;
    width: 90% !important;
    left: 5% !important;
}

div#send_AAP_form h3 {
    color: #192537;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}

div#send_AAP_form h3 i {
    font-size: 26px;
}

div#send_AAP_form .form-control-label {
    padding-top: 0;
    display: none;
}

div#send_AAP_form textarea.form-control {
    height: 150px !important;
}

div#send_AAP_form .form-control {
    margin-top: 10px;
}

}


div#send_AAP_form_error {
    padding: 0 10px;
    border-radius: 6px;
    margin: 0;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    line-height: 30px;
    font-size: 12px;
}