/*** LINK BUTTONS ***/
#maoproductforms-additionalinfo-wrapper {
  margin-top: 1rem;
}

#maoproductforms-additionalinfo-wrapper.maoproductforms-list-horizontal.maoproductforms-push-button
  li {
  margin-bottom: 0.5rem;
}

#maoproductforms-afterthumbs-wrapper {
  margin: 0.5rem 0 1rem;
}

.maoproductforms-list-horizontal li {
  margin-right: 1rem;
  float: left;
}

.maoproductforms-list-vertical.maoproductforms-push-button li {
  margin-bottom: 0.5rem;
}
.maoproductforms-list-vertical.maoproductforms-push-button li:last-child {
  margin-bottom: 0;
}

.maoproductforms-button {
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 0.4rem 1rem 0.4rem 0.8rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.maoproductforms-anchor {
  color: #7a7a7a;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 0 0 0.1rem;
  position: relative;
  text-align: left;
  white-space: normal;
}

.maoproductforms-button:hover,
.maoproductforms-button:active,
.maoproductforms-button:focus,
.maoproductforms-anchor:hover,
.maoproductforms-anchor:active,
.maoproductforms-anchor:focus {
  text-decoration: none;
  outline-width: 0;
}

.maoproductforms-button i,
.maoproductforms-button .icon-svg {
  font-size: 1.2rem;
  margin-right: 5px;
  vertical-align: top;
}

.maoproductforms-anchor i,
.maoproductforms-anchor .icon-svg {
  font-size: 1.2rem;
  margin-right: 4px;
  vertical-align: middle;
}

.maoproductforms-whatsapp .icon-svg {
  color: #25d366;
}

.maoproductforms-viber .icon-svg {
  color: #665cac;
}

.maoproductforms-telegram .icon-svg {
  color: #009de6;
}

.maoproductforms-skype .icon-svg {
  color: #7ad06d;
}

.maoproductforms-messenger .icon-svg {
  color: #00b2ff;
}

@media (max-width: 767.98px) {
  #maoproductforms-afterthumbs-wrapper {
    margin-bottom: 1.7rem;
  }
}

/*** FORMS ***/
.maoproductforms-box {
  text-align: left;
  margin: 0;
}

.maoproductforms-box .row {
  margin: 0;
  padding: 0;
}

.maoproductforms-box .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.maoproductforms-box .mao-main-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  padding: 0 0 10px;
  margin: 10px 0;
  font-size: 17px;
  line-height: 20px;
  width: 100%;
}

.maoproductforms-box .modal-body {
  padding-top: 0;
}

.maoproductforms-box h5 {
  color: #696969;
  font-size: 15px;
  font-weight: normal;
  text-align: justify;
  text-transform: none;
  margin: 0 0 20px;
}

.maoproductforms-box .maoproductforms-imageproduct img {
  border: 1px solid #e7e7e7;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.maoproductforms-box h4 {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
  text-shadow: none;
}
.maoproductforms-box .maoproductforms-imageproduct p {
  text-align: justify;
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 15px;
}

.maoproductforms-form a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.maoproductforms-form a:hover {
  text-decoration: underline !important;
}

.maoproductforms-container {
  padding: 0;
  margin: 0;
}

.maoproductforms-container p {
  margin: 0;
  padding: 0 0 7px;
}

.maoproductforms-container label {
  color: #504b4b;
  margin: 0;
  font-size: 13px;
}

.maoproductforms-container input[type="text"].captcha-code {
  margin-left: 10px;
  font-size: 14px;
  text-align: right;
  width: 40px;
  padding: 2px;
}
.maoproductforms-container .captcha-block-type-sum {
  margin-top: 15px;
  margin-bottom: 3px;
}
.maoproductforms-container .captcha-block-type-sum label {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  vertical-align: -3px;
}
.maoproductforms-container .captcha-block-type-sum p {
  padding-left: 0;
  font-size: 12px;
}
.maoproductforms-container .captcha-block-type-sum .bigger {
  font-weight: bold;
  font-size: 130%;
}

.maoproductforms-container textarea {
  resize: vertical;
}

.maoproductforms-container input:hover,
.maoproductforms-container textarea:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.maoproductforms-container input:focus,
.maoproductforms-container textarea:focus {
  background-color: rgba(255, 255, 255, 0.8);
  outline: 0 none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.maoproductforms-container .required {
  color: #ff0000;
}

.maoproductforms-form .submit {
  margin: 10px 20px 5px 0;
  float: right;
  padding: 0;
}

.maoproductforms-form input:focus:invalid,
.maoproductforms-form textarea:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

.maoproductforms-form input:focus:invalid:focus,
.maoproductforms-form textarea:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* ajax answers */
.maoproductforms-error {
  display: none;
  position: relative;
  margin: 0 0 10px;
  padding: 7px 20px 7px 10px;
  background-color: #ffe7f2;
  border: 2px solid #ff0000;
  color: #9e1313;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  border-radius: 0.4rem;
}
.maoproductforms-error:after {
  content: "\E5CD";
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 7px;
  right: 4px;
}

.maoproductforms-ok {
  display: none;
  position: relative;
  margin: 0 0 10px;
  padding: 7px 20px 7px 10px;
  background-color: #f2ffca;
  border: 2px solid #5cff74;
  color: #076b07;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  border-radius: 0.4rem;
}
.maoproductforms-ok:after {
  content: "\E5CA";
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 7px;
  right: 4px;
}

/* privacy checkbox */
.maoproductforms-privacy {
  margin-top: 5px;
}
.maoproductforms-privacy label {
  font-size: 12px;
  vertical-align: 3px;
  float: none;
}

.maoproductforms-container .maoproductforms-cgv {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* Google reCaptcha */
.maoproductforms-form .mao-recaptcha {
  margin: 1rem 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media (max-width: 329.98px) {
  .maoproductforms-form .mao-recaptcha {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@media (min-width: 330px) and (max-width: 399.98px) {
  .maoproductforms-form .mao-recaptcha {
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    transform: scale(0.77);
  }
}

/* submit button */
.maoproductforms-form .maoproductforms-submit {
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .maoproductforms-box .maoproductforms-imageproduct img,
  .maoproductforms-box .product_desc p {
    display: none;
  }

  .maoproductforms-box .mao-main-title {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .maoproductforms-box .maoproductforms-imageproduct {
    max-width: inherit;
    text-align: center;
  }

  .maoproductforms-box .maoproductforms-imageproduct img {
    width: auto;
  }

  .maoproductforms-box .mao-main-title {
    font-size: 16px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .maoproductforms-wrapper .modal-dialog {
    max-width: 700px;
    margin-top: 10%;
  }
}
