#contact h1 {
  background: none;
  border-bottom: 1px solid #eee;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}

#contact.layout-full-width #left-column {
  display: none;
}

#maocontact-extrainfo {
  margin-bottom: 1rem;
}
#maocontact-extrainfo .maocontact-details-under {
  margin-bottom: 0;
}

#contact .contact-form textarea {
  min-height: 250px;
}

/* MAP */
#maocontact-mapview {
  width: 100%;
  z-index: 0;
}

#maocontact-mapview .maocontact-marker svg {
  transition: transform 0.3s ease;
}

#maocontact-mapview .maocontact-marker svg:hover {
  transform: scale(1.2); /* Effetto hover per ingrandire il marker */
}

/* DETAILS FOR CENTER COLUMN */
#maocontact-shopname {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}

#maocontact-details.maocontact-details-under #maocontact-shopname {
  margin-top: 2rem;
}

#maocontact-address {
  font-size: 1rem;
  font-weight: bold;
}

#maocontact-storedetails {
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0;
}

#maocontact-storedetails li {
  margin-bottom: 5px;
}

#maocontact-storedetails i {
  font-size: 110%;
  margin-right: 4px;
}

#maocontact-details .block-social {
  width: 100%;
  float: none;
  padding: 0;
  text-align: left;
  margin-top: 2rem;
}

#maocontact-details .block-social ul {
  margin-bottom: 0;
}

#maocontact-intro {
  margin-top: 2rem;
}

#maocontact-intro > p,
#maocontact-custominfo > p {
  margin: 0;
}

@media (max-width: 991.98px) {
  #maocontact-details:not(.maocontact-details-under) #maocontact-shopname {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  #maocontact-extrainfo .order-lg-last {
    float: right;
  }
}

/* DETAILS FOR SIDE COLUMN */
#maocontact-side-details .block {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#maocontact-side-details .block .data-title {
  display: block;
  margin-bottom: 0.2rem;
}

#maocontact-side-details .block .block-icon {
  margin-right: 1rem;
}

#maocontact-side-details .block .block-icon i,
#maocontact-side-details .block .block-icon .icon-svg {
  font-size: 2rem;
}

#maocontact-side-details .block .block-icon-whatsapp {
  color: #25d366;
}

#maocontact-side-details .block .block-icon-viber {
  color: #665cac;
}

#maocontact-side-details .block .block-icon-telegram {
  color: #009de6;
}

#maocontact-side-details .block .block-icon-skype {
  color: #7ad06d;
}

#maocontact-side-details .block .block-social {
  width: 100%;
  max-width: 100%;
  float: none;
  padding: 0;
  text-align: left;
}

@media (max-width: 767.98px) {
  #maocontact-side-details {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #maocontact-side-details .block .block-icon {
    display: none;
  }

  #maocontact-side-details .block .data-messenger img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* FORM */
@media (min-width: 576px) {
  #maocontact-extrainfo .maocontact-details-under,
  #maocontact-intro,
  #contact .contact-form .offset-md-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* SUM CAPTCHA */
.captcha-block-type-sum {
  margin-top: 10px;
  margin-bottom: 3px;
}
.captcha-block-type-sum input[type="text"].captcha-code {
  margin-left: 10px;
  text-align: right;
  width: 5rem;
  display: inline;
}
.captcha-block-type-sum label {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  vertical-align: -3px;
}
.captcha-block-type-sum p {
  padding-left: 0;
  font-size: 12px;
}
.captcha-block-type-sum .bigger {
  color: orangered;
  font-weight: bold;
  font-size: 130%;
}
