/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.afpi-hidden {
  display: none; }

.af-question-form {
  max-width: 414px;
  position: fixed;
  top: 50%;
  right: 0;
  margin: 0;
  z-index: 999;
  max-height: 97%;
  max-height: 97vh;
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 12px 0 0 12px;
  border-right: none;
  overflow: auto;
  transition: all .3s ease;
  transform: translate(100%, -50%); }
  @media (min-width: 768) {
    .af-question-form {
      padding: 20px; } }
  .af-question-form.opened {
    transform: translate(0, -50%); }
  .af-question-form__header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .af-question-form__close {
    cursor: pointer;
    margin-right: 15px; }
  .af-question-form__button-wrap {
    padding: 20px 0; }
  .af-question-form form > br {
    display: none; }

/*# sourceMappingURL=product.css.map */
