/**
 *  ____                _        ____
 * |  _ \ _ __ ___  ___| |_ __ _|  _ \  _____   __
 * | |_) | '__/ _ \/ __| __/ _` | | | |/ _ \ \ / /
 * |  __/| | |  __/\__ \ || (_| | |_| |  __/\ V /
 * |_|   |_|  \___||___/\__\__,_|____/ \___| \_/
 *
 * PrestaDev.pl - PD Ask About Product Price Pro
 *
 * NOTICE OF LICENSE
 *
 * This source file is licensed under the PrestaDev Proprietary License
 * shipped with this package in the file LICENSE.md.
 * If you did not receive a copy of the license, please contact: info@prestadev.pl
 *
 * DISCLAIMER
 *
 * Do not edit, modify or copy this file.
 * If you wish to customize it, contact us at info@prestadev.pl.
 *
 * @author    Patryk Marek <info@prestadev.pl>
 * @copyright 2012-2026 Patryk Marek - PrestaDev.pl
 *
 * @see       https://prestadev.pl
 *
 * @version   $version
 *
 * @license   PrestaDev.pl Patryk Marek Proprietary License
 *
 * @date      $date
 */

.pdaskaboutproductpricepro_form h6.product_name {margin-top:15px;}

.pdaskaboutproductpricepro_form  .aap-recaptcha-error,
.pdaskaboutproductpricepro_form  .invalid-feedback {
	color: red;
 	display: block!important;
  font-size: .875em;
  margin-top: .25rem;
 	width: 100%;
}

/* Button spinner (works across BS3/4/5) */
.pdaskaboutproductpricepro_form .aap-spinner{
  display:inline-block;
  width:1em;
  height:1em;
  border:0.15em solid currentColor;
  border-right-color:transparent;
  border-radius:50%;
  animation:aap-spin .75s linear infinite;
  vertical-align:-0.125em;
  margin-right:.5rem;
}
@keyframes aap-spin{to{transform:rotate(360deg);}}


/* Honeypot anti-spam field (hidden off-screen) */
.pdaskaboutproductpricepro_form .aap-hp {
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.pdaskaboutproductpricepro_form .form-check-input {
  position: static;
  margin-top: 0;
  margin-left: 0;
}

.pd-aap-modal .modal-header .close {
  margin-top: -25px;
}

.warehouse .pdaskaboutproductpricepro_form .form-check {
  padding-left: 0em!important;
}