.product-aap-tab {
    order: -1;
}

.aap-form-row {
    display: flex;
    justify-content: center;
}
.products .product-miniature .aap-icon{			
    display: block;
    margin: 0 0 5px;
    height: 35px;
    width: 35px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-size: 0;
    padding: 0;
    line-height: 0;
    background-size: 16px;
    background-image: url("/modules/aldomzapytajop/img/question.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F7F7F7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	
}
.product-miniature .product-actions .aap-icon:hover{
	background-image: url("/modules/aldomzapytajop/img/question-hover.svg");
	background-color: #e34330;
}





#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;
}