@charset "UTF-8";
/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/* WORDPRESS.SCSS */
/* CONTACT FORM 7 */
form.wpcf7-form input, form.wpcf7-form textarea {
  padding: 0;
  display: block;
  width: 100%;
  border: 1px solid #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #333;
  background: none !important;
  font-style: italic;
  padding: 10px; }

form.wpcf7-form textarea {
  height: 150px;
  padding-top: 15px; }

form.wpcf7-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333; }

form.wpcf7-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1; }

form.wpcf7-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1; }

form.wpcf7-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  line-height: 0 !important; }

form.wpcf7-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
  line-height: 0 !important; }

form.wpcf7-form input[type="submit"] {
  text-align: center;
  width: auto;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  line-height: initial;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  border: 1px solid #333;
  float: right;
  background: #333 !important;
  transition: all .4s; }
  form.wpcf7-form input[type="submit"]:hover {
    background: #333 !important;
    color: #333;
    transition: all .4s; }

/* PAGINAZIONE WOOCOMMERCE / WORDPRESS */
nav.woocommerce-pagination {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 2em;
  padding-top: 2em;
  float: left; }
  nav.woocommerce-pagination ul {
    display: block;
    margin: 0 auto;
    list-style: none; }
    nav.woocommerce-pagination ul li {
      display: inline-block;
      list-style: none; }
      nav.woocommerce-pagination ul li:before  {
        display: none !important; }
      nav.woocommerce-pagination ul li::before  {
        display: none !important; }
      nav.woocommerce-pagination ul li a, nav.woocommerce-pagination ul li span {
        display: block;
        color: #333;
        padding: 4px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 400;
        border-radius: 1px; }
        nav.woocommerce-pagination ul li a img.arrow, nav.woocommerce-pagination ul li span img.arrow {
          margin-top: 4px;
          display: block;
          position: relative;
          top: 2px;
          right: 0px;
          transition: right .4s; }
      nav.woocommerce-pagination ul li a.prev img.arrow {
        left: 0px;
        transition: left .4s; }
      nav.woocommerce-pagination ul li a:hover {
        color: #333; }
      nav.woocommerce-pagination ul li a.next:hover img.arrow {
        right: -5px;
        transition: right .4s; }
      nav.woocommerce-pagination ul li a.prev:hover img.arrow {
        left: -5px;
        transition: left .4s; }
      nav.woocommerce-pagination ul li span {
        font-weight: 300;
        color: #333; }

/* GALLERY BLUEIMP */
#links.galleria {
  position: relative;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

#links.galleria a {
  display: -webkit-box;
  display: flex;
  align-content: center;
  flex-basis: 1;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin: 1em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  transition: opacity .4s;
  transition: all 0.3s ease-in-out;
  width: 90px;
  height: 90px; }
  @media all and (min-width: 31.25em) {
    #links.galleria a {
      width: 120px;
      height: 120px; } }
  @media all and (min-width: 62.5em) {
    #links.galleria a {
      width: 166px;
      height: 166px; } }
  #links.galleria a:hover {
    opacity: 0.5;
    transition: opacity .4s; }

#links.galleria.thumblink {
  width: 100%; }
  #links.galleria.thumblink a {
    width: 60%;
    padding-bottom: 65%;
    margin: 0 auto;
    float: none; }

/* FINE GALLERY */
/**** POPUP ON STOCK *****/
#stock_popup,
#professional_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  padding: 10% 0;
  transition: all 0.3s ease-in-out; }

.stock-popup-open #stock_popup {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out; }

#stock_popup .modal__close {
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  #stock_popup .modal__close:hover {
    opacity: .5;
    transition: all 0.3s ease-in-out; }
  @media all and (min-width: 48em) {
    #stock_popup .modal__close {
      width: 16px;
      height: 16px;
      right: 24px;
      top: 24px; } }
  @media all and (min-width: 62.5em) {
    #stock_popup .modal__close {
      right: 2em;
      top: 2em; } }

.stock__popup__modal {
  width: 90%;
  max-width: 720px;
  background-color: white;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.modal__content {
  opacity: 0;
  padding: 40px 16px 40px 16px;
  transition: all 0.3s ease-in-out; }
  @media all and (min-width: 48em) {
    .modal__content {
      padding: 4em 2em; } }
  @media all and (min-width: 62.5em) {
    .modal__content {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }

.stock-popup-open .modal__content {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transition-delay: .8s; }

.stock__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media all and (min-width: 48em) {
    .stock__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between; } }

.stock__cover {
  width: 50%;
  height: 0;
  padding-top: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media all and (max-width: 47.99em) {
    .stock__cover {
      width: 100%;
      padding-top: 100%;
      -webkit-box-ordinal-group: 1;
              order: 0; } }

.stock__download {
  width: 33.333%; }
  @media all and (max-width: 47.99em) {
    .stock__download {
      -webkit-box-ordinal-group: 4;
              order: 3; } }

.stock__download h2 {
  font-size: 26px;
  font-weight: 300; }
  @media all and (max-width: 47.99em) {
    .stock__download h2 {
      font-size: 1.125rem;
      font-weight: 500;
      margin-bottom: 0.5rem; } }

.product_download_list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.stock__header {
  width: 100%; }
  .stock__header .prodotto__title {
    font-size: 1.575rem;
    margin-bottom: 0; }
    @media all and (min-width: 62.5em) {
      .stock__header .prodotto__title {
        margin-top: 0; } }
  .stock__header .prodotto__code {
    font-size: .75rem;
    margin-bottom: 20px; }
  @media all and (max-width: 47.99em) {
    .stock__header {
      -webkit-box-ordinal-group: 2;
              order: 1; } }

.stock__desc {
  font-size: .875rem;
  margin-bottom: 1.875em;
  margin-top: 0.5rem; }
  @media all and (min-width: 48em) {
    .stock__desc {
      width: 100%;
      margin-bottom: 0; } }
  @media all and (max-width: 47.99em) {
    .stock__desc {
      -webkit-box-ordinal-group: 3;
              order: 2; } }

@media all and (min-width: 48em) {
  .stock__info {
    width: calc(50% - 5px); } }

.stock__info h3 {
  color: #333;
  font-family: "Spectral", Sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em; }
  @media all and (min-width: 48em) {
    .stock__info h3 {
      margin: 0; } }

.stock__content .wk_alpi_accordion {
  width: 100%; }

.ginput_container_select select {
  height: 40px;
  border-radius: 0; }

#professional_popup .modal__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

#professional_popup .wk_alpi_accordion {
  margin: 30px 0 50px 0; }

#stock_popup .wk_alpi_accordion {
  margin: 30px 0 0 0; }
  @media all and (max-width: 47.99em) {
    #stock_popup .wk_alpi_accordion {
      -webkit-box-ordinal-group: 5;
              order: 4; } }

#stock_popup .wk_alpi_accordion__content {
  padding: 0; }

#stock_popup .wk_alpi_accordion__wrapper img {
  width: 70%;
  margin: 0 auto;
  display: block; }
  @media all and (max-width: 47.99em) {
    #stock_popup .wk_alpi_accordion__wrapper img {
      width: 100%; } }

#stock_popup .wk_alpi_accordion__header h4 {
  margin: 0.2em 0;
  font-size: 1.125rem; }

#stock_popup .wk_alpi_accordion__header::after {
  border-width: 0 5px 8.5px 5px; }

.form_field {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-top: 20px; }
  @media all and (min-width: 48em) {
    .form_field {
      margin-top: 30px; } }

.form_field label {
  width: 30%;
  text-align: right;
  font-family: 'Outfit';
  font-size: 1.125rem;
  display: none !important; }
  @media all and (min-width: 48em) {
    .form_field label {
      display: block !important; } }

.form_field input[type="email"] {
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid black;
  padding: 0; }
  @media all and (min-width: 48em) {
    .form_field input[type="email"]::-webkit-input-placeholder {
      opacity: 0; }
    .form_field input[type="email"]:-ms-input-placeholder {
      opacity: 0; }
    .form_field input[type="email"]::-ms-input-placeholder {
      opacity: 0; }
    .form_field input[type="email"]::placeholder {
      opacity: 0; } }
  @media all and (min-width: 48em) {
    .form_field input[type="email"] {
      width: calc(70% - 15px); } }

.wk_pulsante_alpi input[type="submit"] {
  border: 0;
  border-radius: 0;
  height: auto;
  line-height: 1.3em;
  font-size: 1.125rem;
  padding: 0;
  line-height: 1em;
  color: black;
  outline: none; }
  .wk_pulsante_alpi input[type="submit"]:hover, .wk_pulsante_alpi input[type="submit"]:focus, .wk_pulsante_alpi input[type="submit"]:visited {
    background-color: unset;
    border-radius: 0; }

.pagina-professional .wrapper {
  margin: 200px auto;
  max-width: 600px; }

#professional_form {
  text-align: center; }

.message_wrapper {
  text-align: center;
  display: none; }

.form_wrapper h4 {
  text-align: center;
  padding: 0 12%; }

.swiper-slide a {
  opacity: 1;
  transition: all 0.3s ease-in-out; }
  .swiper-slide a:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out; }

@media all and (max-width: 47.99em) {
  body .swiper-wrapper {
    -webkit-box-align: end;
            align-items: end; } }

/*
** Cookie banner
*/
.map_notification_container a {
  max-width: 150px; }
