
.pdaskaboutproductpro_form h6.product_name {margin-top:15px;}

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

/* Button spinner (works across BS3/4/5) */
.pdaskaboutproductpro_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) */
.pdaskaboutproductpro_form .aap-hp {
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

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

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

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