/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA PL VATEU: PL9730945634
 * @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;
    margin-top: 20px;
}
#send_AAP_form .row {
  margin: 0px;
}
#send_AAP_form .product {
    margin-bottom: 20px;
}

#send_AAP_form .pull-right {
    float: right;
}
#send_AAP_form .product_name {
  margin-bottom: 6px;
}
#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: 120px;
}

.send_AAP_form_content_button {
    display:block;
    clear:both;
}
.send_AAP_form_content_button input#sendAAPEmail {
  width: 100%;
  color:#000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  line-height: 25px;
}
#send_aap_button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width:1300px) {
  .send_aap_btn {
    margin-top: 20px;
    flex-basis: 100%;
  }
}
@media (max-width:600px) {
  .send_aap_btn #send_aap_button {
    width: 100%;
  }
}
.fancybox-skin {
  background: #fff;
  border-radius: 0px!important;
  padding: 0px!important;
}
.fancybox-title {
  top:0px;
  bottom: auto;
  left: 0px;
  right: -15px;
  background: #07283D;
  font-weight: bold!important;
  font-size: 21px!important;
  text-transform: uppercase;
  color: #fff;
  line-height: 30px!important;
  padding:15px 30px 15px 30px!important;
  z-index: 8039!important;

}
#send_AAP_form .row > div {
  padding-left: 30px;
  padding-right: 30px;
}
#send_AAP_form .row > div.product.col-lg-5 {
  padding-left: 30px;
  padding-right: 10px;
}
#send_AAP_form .row > div.product.col-lg-7 {
  padding-left: 10px;
  padding-right: 30px;
}
@media (max-width:767px) {
  .fancybox-title {
    padding:15px 20px 15px 20px!important;
  }
  #send_AAP_form .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  #send_AAP_form .row > div.product.col-lg-5 {
    padding-left: 20px;
    padding-right: 5px;
  }
  #send_AAP_form .row > div.product.col-lg-7 {
    padding-left: 5px;
    padding-right: 20px;
  }
}

.fancybox-close {
    top: 6px!important;
    right: 7px!important;
    width: 30px;
    height: 30px;
    background-image: none !important;
}
.fancybox-close:before,
.fancybox-close:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.fancybox-close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
