section.category-product .catprod-head {
  height: 30em;
  padding-top: 1em;
}
@media screen and (min-width: 1280px) {
  section.category-product .catprod-head {
    height: 30em;
  }
}
@media screen and (min-width: 737px) and (max-width: 1279px) {
  section.category-product .catprod-head {
    height: 20em;
  }
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  section.category-product .catprod-head {
    height: 18em;
  }
}
@media screen and (max-width: 480px) {
  section.category-product .catprod-head {
    height: 15em;
  }
}
section.category-product .catprod-head .catprod-head-box .title {
  display: inline-block;
  color: white;
  font-family: "OpenSans-Bold";
  line-height: 1.2em;
}
@media screen and (min-width: 1280px) {
  section.category-product .catprod-head .catprod-head-box .title {
    padding-top: 3em;
    vertical-align: top;
    margin-top: 0em;
    margin-left: -3em;
    max-width: 8em;
    font-size: 5em;
  }
}
section.category-product .catprod-head .catprod-head-box .picture {
  padding-left: 10em;
  display: inline-block;
  padding-left: 5em;
  padding-top: 10em;
}

.prodotti-container {
  background-color: var(--page-dominant-color, transparent);
  clear: both;
  width: 100%;
  padding-top: 7em;
  padding-bottom: 2em;
}
.prodotti-container .prodotti-wrapper {
  padding-bottom: 4em;
}
.prodotti-container .prodotti-wrapper .grid-prodotto {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: space-between;
  align-items: flex-start;
  width: 80vw;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1694px) {
  .prodotti-container .prodotti-wrapper .grid-prodotto {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 480px) {
  .prodotti-container .prodotti-wrapper .grid-prodotto {
    width: 100vw;
  }
}
.prodotti-container .prodotti-wrapper .grid-prodotto .category-name {
  flex-basis: 100%;
  margin: 0 auto;
  width: 100%;
}
@media all and (max-width: 768px) {
  .prodotti-container .prodotti-wrapper .grid-prodotto .category-name {
    padding-left: 0;
    padding-right: 0;
  }
}
.prodotti-container .prodotti-wrapper .grid-prodotto .category-name h3 {
  color: white;
  font-family: "OpenSans-Regular";
  font-size: 1.7em;
}
@media all and (max-width: 1023px) {
  .prodotti-container .prodotti-wrapper .grid-prodotto .category-name h3 {
    text-align: center;
  }
}
@media all and (max-width: 1023px) {
  .prodotti-container .prodotti-wrapper .grid-prodotto {
    flex-flow: column;
  }
}
.prodotti-container .prodotti-wrapper .box-prodotto {
  -moz-box-shadow: 3px 3px 16px 9px #00000059;
  -webkit-box-shadow: 33px 3px 16px 9px #00000059;
  box-shadow: 3px 3px 16px 9px #00000059;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border-radius: 11px 11px 11px 11px;
  border: 0px solid #000000;
  background-color: #fff;
  padding-bottom: 0.4em;
  max-width: 15em;
  margin: 0.5em;
}
.prodotti-container .prodotti-wrapper .box-prodotto:hover {
  box-shadow: 0px 0px 10px 10px #a6a6a685;
}
@media all and (max-width: 480px) {
  .prodotti-container .prodotti-wrapper .box-prodotto {
    max-width: 6.5em;
  }
}
@media (max-width: 1694px) {
  .prodotti-container .prodotti-wrapper .box-prodotto {
    margin-bottom: 2em;
  }
}
@media all and (min-width: 1281px) {
  .prodotti-container .prodotti-wrapper .box-prodotto {
    margin-bottom: 3em;
  }
}
.prodotti-container .prodotti-wrapper .box-prodotto .title {
  display: block;
  font-family: "OpenSans-Bold";
  font-size: 1.3em;
  color: #22284f;
  text-align: center;
  line-height: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 100%;
  border-bottom: #707070 1px solid;
  margin-bottom: 0.5em;
  padding-top: 0;
  margin-top: 0.4em;
}
@media (max-width: 480px) {
  .prodotti-container .prodotti-wrapper .box-prodotto .title {
    font-size: 0.8em;
    margin-bottom: 0em;
  }
}
.prodotti-container .prodotti-wrapper .box-prodotto .sub-title {
  min-height: 4em;
  display: block;
  font-family: "OpenSans-Regular";
  font-size: 1em;
  color: #707070;
  text-align: center;
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 100%;
  margin-bottom: 1px;
  padding-bottom: 0;
  display: none;
  visibility: hidden;
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .prodotti-container .prodotti-wrapper .box-prodotto .sub-title {
    min-height: 5.5em;
  }
}
@media all and (max-width: 480px) {
  .prodotti-container .prodotti-wrapper .box-prodotto .sub-title {
    display: none;
    visibility: hidden;
  }
}
.prodotti-container .prodotti-wrapper .box-prodotto .picture {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 100%;
}
.prodotti-container .prodotti-wrapper .box-prodotto .picture img {
  width: 100%;
}
@media all and (max-width: 480px) {
  .prodotti-container .prodotti-wrapper .box-prodotto .picture img {
    width: 100%;
  }
}
.prodotti-container .prodotti-wrapper .box-prodotto .btn-call-to-action {
  display: block;
  font-size: 0.8em;
  color: #000;
  text-transform: uppercase;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.symbol-promo {
  display: flex;
  justify-content: center;
}
.symbol-promo .symbol-promo-wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 3em 0;
  height: 10em;
  align-items: center;
  font-family: "OpenSans-Bold";
  font-size: 1.5em;
  text-transform: uppercase;
}
@media all and (max-width: 768px) {
  .symbol-promo .symbol-promo-wrapper {
    flex-flow: column;
    height: 28em;
  }
}
@media all and (max-width: 480px) {
  .symbol-promo .symbol-promo-wrapper {
    flex-flow: column;
    height: 20em;
  }
}
.symbol-promo .symbol-promo-wrapper > div {
  flex-basis: 30%;
  height: 100%;
  display: flex;
  box-shadow: 10px 9px 5px 0px #3f3b3b73;
}
@media all and (max-width: 480px) {
  .symbol-promo .symbol-promo-wrapper > div {
    width: 100%;
  }
}
.symbol-promo .symbol-promo-wrapper .partner-platinum-box {
  flex-flow: column;
}
.symbol-promo .symbol-promo-wrapper .partner-platinum-box .image-part {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.symbol-promo .symbol-promo-wrapper .partner-platinum-box .image-part .wrap {
  width: 85%;
}
.symbol-promo .symbol-promo-wrapper .partner-platinum-box .image-part .wrap img {
  width: 100%;
}
.symbol-promo .symbol-promo-wrapper .partner-platinum-box .announce {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.symbol-promo .symbol-promo-wrapper .circle {
  align-items: center;
  justify-content: center;
  border-radius: 50em;
  flex-basis: 27%;
  width: 0em;
}
@media all and (max-width: 768px) {
  .symbol-promo .symbol-promo-wrapper .circle {
    width: 7.5em;
  }
}
@media all and (max-width: 375px) {
  .symbol-promo .symbol-promo-wrapper .circle {
    width: 7.5em;
  }
}
.symbol-promo .symbol-promo-wrapper .circle > p {
  line-height: 1.5em;
}
.symbol-promo .symbol-promo-wrapper .other-message-box {
  flex-flow: column;
}
@media all and (max-width: 768px) {
  .symbol-promo .symbol-promo-wrapper .other-message-box {
    flex-basis: 33%;
    width: 65%;
  }
}
@media all and (max-width: 375px) {
  .symbol-promo .symbol-promo-wrapper .other-message-box {
    width: 84%;
  }
}
.symbol-promo .symbol-promo-wrapper .other-message-box > div {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 375px) {
  .symbol-promo .symbol-promo-wrapper .other-message-box .upper p {
    width: 85%;
  }
}
section.contact-us {
  text-align: left;
}

.e-header-flaticon {
  width: 8em;
}

@media screen and (min-width: 1280px) {
  section.category-product .catprod-head {
    height: 24em;
  }
}
@media screen and (min-width: 737px) and (max-width: 1279px) {
  section.category-product .catprod-head {
    height: 24em;
  }
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  section.category-product .catprod-head {
    height: 20em;
  }
}
@media screen and (max-width: 480px) {
  section.category-product .catprod-head {
    height: 12em;
  }
}
section.category-product .catprod-head .catprod-head-box .picture {
  display: block;
  padding-top: 13em;
  margin: 0 auto;
  padding-left: 0em;
  display: blocK;
}
@media screen and (min-width: 1280px) {
  section.category-product .catprod-head .catprod-head-box .picture {
    padding-top: 3em;
  }
}
@media screen and (min-width: 737px) and (max-width: 1279px) {
  section.category-product .catprod-head .catprod-head-box .picture {
    padding-top: 4em;
  }
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  section.category-product .catprod-head .catprod-head-box .picture {
    padding-top: 5em;
  }
}
@media screen and (max-width: 480px) {
  section.category-product .catprod-head .catprod-head-box .picture {
    padding-top: 4em;
  }
}
section.category-product .catprod-head .catprod-head-box .picture img {
  max-width: 41em;
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  section.category-product .catprod-head .catprod-head-box .picture img {
    max-width: 35em;
  }
}
@media screen and (max-width: 480px) {
  section.category-product .catprod-head .catprod-head-box .picture img {
    max-width: 20em;
  }
}
section.category-product .catprod-description {
  font-family: "OpenSans-Light";
  font-weight: lighter;
}
section.category-product .catprod-description .paragraph-description {
  font-size: 2.3em;
}
section.category-product .syneto-piattaforma .title {
  text-align: center;
  padding-top: 2em;
  font-size: 1.5em;
  font-family: "OpenSans-Light";
  font-weight: lighter;
  color: #ad0f6c;
  max-width: 1280px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .title {
    font-size: 1.5em;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .title.mobile-reduce-gap {
    padding-top: 0;
  }
}
section.category-product .syneto-piattaforma .sub-title {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 1.1em;
  font-family: "OpenSans-Light";
  font-weight: lighter;
  max-width: 1280px;
  line-height: 1.3em;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .sub-title {
    max-width: 94%;
    font-size: 1em;
  }
  section.category-product .syneto-piattaforma .sub-title.tad-larger {
    max-width: 95%;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .sub-title.long-sub-title {
    max-width: 100%;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  section.category-product .syneto-piattaforma .sub-title {
    max-width: 95%;
  }
}
section.category-product .syneto-piattaforma .img-center {
  max-width: 1280px;
  margin: 0 auto;
}
section.category-product .syneto-piattaforma .img-sx {
  margin: 0 auto;
  display: flex;
  max-width: 1280px;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-sx {
    max-width: 92%;
  }
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-sx {
    flex-flow: column;
    max-width: 95%;
  }
}
section.category-product .syneto-piattaforma .img-sx .description {
  display: block;
  font-family: "OpenSans-Light";
  font-weight: lighter;
  font-size: 1em;
  color: #000;
  line-height: 1.3em;
  text-align: left;
  max-width: 800px;
  min-width: 400px;
  margin: 1em auto 1em auto;
  padding-left: 2em;
  padding-top: 3em;
}
@media all and (max-width: 1280px) {
  section.category-product .syneto-piattaforma .img-sx .description {
    min-width: 1px;
  }
}
@media all and (max-width: 768px) {
  section.category-product .syneto-piattaforma .img-sx .description {
    padding-top: 0;
    padding-left: 0;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-sx .description {
    font-size: 1em;
    padding: 0em 1em;
  }
}
section.category-product .syneto-piattaforma .img-sx .description ul {
  list-style-type: none;
}
@media all and (max-width: 768px) {
  section.category-product .syneto-piattaforma .img-sx .description ul {
    padding-inline-start: 0px;
  }
}
section.category-product .syneto-piattaforma .img-sx .description ul li {
  background: url("/images/syn-bullet.png") no-repeat left;
  background-size: 12px;
  padding-left: 1em;
  line-height: 3em;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-sx .description ul li {
    background-size: 15px;
    line-height: 1.3em;
    background-position: 0% 20%;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  section.category-product .syneto-piattaforma .img-sx .description ul li {
    background-size: 15px;
    line-height: 1.3em;
    background-position: 1% 38%;
  }
}
section.category-product .syneto-piattaforma .img-sx img {
  max-width: 80%;
  padding-top: 3em;
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-sx img {
    width: 70%;
  }
}
section.category-product .syneto-piattaforma .img-center .titoletto {
  font-family: "OpenSans-Bold";
  font-weight: bold;
}
section.category-product .syneto-piattaforma .img-center .picture img {
  width: 70%;
}
section.category-product .syneto-piattaforma .img-center .description {
  display: flex;
  justify-content: center;
}
section.category-product .syneto-piattaforma .img-center .description .title {
  padding: 0;
  color: #57C1DC;
  font-size: 1.3em;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-center .description .title {
    font-size: 1em;
  }
}
section.category-product .syneto-piattaforma .img-center .description .sub-title {
  padding: 1em 0;
  color: #ad0f6c;
  font-size: 1em;
}
section.category-product .syneto-piattaforma .img-center .description .description {
  font-family: "OpenSans-Light";
  font-weight: lighter;
  font-size: 1em;
}
section.category-product .syneto-piattaforma .img-center .description .block-sx {
  width: 40%;
}
section.category-product .syneto-piattaforma .img-center .description .block-dx {
  width: 40%;
}
section.category-product .syneto-piattaforma .platform-features {
  margin: 0 auto;
  background-color: #fafafa;
  padding-bottom: 5em;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .platform-features {
    margin: 4em 0 0;
  }
}
section.category-product .syneto-piattaforma .platform-features .features-container {
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
}
@media all and (min-width: 375px) and (max-width: 480px) {
  section.category-product .syneto-piattaforma .platform-features .features-container {
    flex-flow: column;
    max-width: 94%;
  }
}
@media all and (min-width: 375px) and (max-width: 480px) {
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single {
    padding: 0.5em 1em;
  }
}
@media all and (min-width: 481px) and (max-width: 960px) {
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single {
    padding: 4em 0.5em 0 0.5em;
  }
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single.right {
    padding-left: 1em;
  }
}
section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .title {
  padding: 0 1em 1em 2em;
  font-size: 1.2em;
  color: #000;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .title {
    padding-left: 0;
    padding-right: 0;
    min-height: 1px;
    font-size: 1.3em;
  }
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .title.long-title {
    font-size: 1.19em;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .picture {
    min-height: 1px;
    max-height: 19em;
  }
}
section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .picture img {
  max-width: 20%;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .picture img {
    max-width: 20%;
  }
}
section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .feature-element {
  padding: 0.5em 1.3em;
  display: flex;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .feature-element {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .feature-element .picture {
    display: none;
  }
}
section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .feature-element .picture img {
  max-width: 7em;
  width: 100%;
}
section.category-product .syneto-piattaforma .platform-features .features-container .feature-single .feature-element .description {
  text-align: justify;
  font-family: "OpenSans-Light";
  font-weight: lighter;
  line-height: 1.3em;
  max-width: 28em;
}
section.category-product .syneto-piattaforma .img-left {
  padding-bottom: 2em;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-left {
    margin: 0em 1em;
  }
}
section.category-product .syneto-piattaforma .img-left .row-container {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-left .row-container {
    flex-flow: column;
    width: 95%;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-left .row-container {
    width: 100%;
  }
}
section.category-product .syneto-piattaforma .img-left .row-container .title {
  text-align: center;
  line-height: 1.3em;
}
section.category-product .syneto-piattaforma .img-left .row-container .picture {
  display: flex;
  justify-content: center;
}
section.category-product .syneto-piattaforma .img-left .row-container .picture img {
  max-width: 60%;
  width: 100%;
}
section.category-product .syneto-piattaforma .img-left .row-container .sub-title {
  padding-bottom: 0;
}
section.category-product .syneto-piattaforma .img-left .row-container .description {
  padding: 2em 2em;
  font-family: "OpenSans-Light";
  font-weight: lighter;
  line-height: 1.3em;
  max-width: 40em;
  text-align: justify;
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-left .row-container .description {
    padding: 0em;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-left .row-container .description {
    padding: 2em 0;
  }
  section.category-product .syneto-piattaforma .img-left .row-container .description > .description {
    padding: 2em 0em;
    max-width: 95%;
    margin: 0 auto;
  }
}
section.category-product .syneto-piattaforma .img-right {
  padding-top: 2em;
  background-color: #fafafa;
  padding-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-right {
    margin: 0em 1em;
  }
}
section.category-product .syneto-piattaforma .img-right .row-container {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-right .row-container {
    flex-flow: column;
    width: 95%;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-right .row-container {
    width: 100%;
  }
}
section.category-product .syneto-piattaforma .img-right .row-container .title {
  line-height: 1.3em;
}
section.category-product .syneto-piattaforma .img-right .row-container .title.long-title {
  padding: 0.8em;
}
section.category-product .syneto-piattaforma .img-right .row-container .picture {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-right .row-container .picture {
    order: 1;
  }
}
section.category-product .syneto-piattaforma .img-right .row-container .picture img {
  max-width: 60%;
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-right .row-container .picture img {
    width: 100%;
  }
}
section.category-product .syneto-piattaforma .img-right .row-container .sub-title {
  padding-bottom: 0;
}
section.category-product .syneto-piattaforma .img-right .row-container .description {
  padding: 2em 2em;
  font-family: "OpenSans-Light";
  font-weight: lighter;
  line-height: 1.3em;
  max-width: 40em;
  text-align: justify;
  font-size: 1em;
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-right .row-container .description {
    padding: 0em;
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  section.category-product .syneto-piattaforma .img-right .row-container .description {
    padding: 2em 0;
  }
  section.category-product .syneto-piattaforma .img-right .row-container .description > .description {
    padding: 2em 0em;
    max-width: 95%;
    margin: 0 auto;
  }
}
@media all and (max-width: 1023px) {
  section.category-product .syneto-piattaforma .img-right .row-container .description {
    order: 2;
  }
}
section.category-product .paragraph-description-gallery {
  margin-bottom: 0.6em;
  background: var(--page-dominant-color);
}
section.category-product .paragraph-description-gallery .gallery-wrapper {
  max-width: 100%;
}
@media screen and (min-width: 1280px) {
  section.category-product .paragraph-description-gallery .gallery-wrapper .fig {
    height: 30em;
    max-width: 10em;
  }
}
@media screen and (min-width: 701px) and (max-width: 1279px) {
  section.category-product .paragraph-description-gallery .gallery-wrapper .fig {
    height: 30em;
    max-width: 10em;
  }
}
@media screen and (max-width: 700px) {
  section.category-product .paragraph-description-gallery .gallery-wrapper .fig {
    height: 30em;
    max-width: 10em;
  }
}
@media all and (max-width: 480px) {
  section.category-product .paragraph-description-gallery .gallery-wrapper .fig {
    height: 20em;
    max-width: 6.5em;
  }
}
section.category-product .paragraph-description-gallery .gallery-wrapper .fig figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  background-color: #56c1dc;
  color: white;
}
@media all and (min-width: 481px) {
  section.category-product .paragraph-description-gallery .gallery-wrapper .fig figure {
    height: 22em;
  }
}
@media all and (max-width: 480px) {
  section.category-product .paragraph-description-gallery .gallery-wrapper .fig figure {
    height: 18em;
  }
}
section.category-product .paragraph-description-gallery .gallery-wrapper .fig figure figcaption {
  text-align: left;
  padding: 0.7em;
  line-height: 1.8em;
  font-size: 0.8em;
}
@media all and (max-width: 480px) {
  section.category-product .paragraph-description-gallery .gallery-wrapper .fig figure figcaption {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1280px) {
  section.category-product .paragraph-description-gallery .gallery-wrapper .fig figure figcaption h1 {
    font-size: 1.3em;
  }
}
section.category-product .paragraph-description-gallery .gallery-wrapper .fig figure img {
  width: 100%;
}
.prodotti-container {
  background-color: var(--page-dominant-color, transparent);
  clear: both;
  width: 100%;
  padding-top: 7em;
  padding-bottom: 2em;
}
.prodotti-container .prodotti-wrapper {
  padding-bottom: 4em;
}
.prodotti-container .prodotti-wrapper .grid-prodotto {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: space-between;
  align-items: flex-start;
}
.prodotti-container .prodotti-wrapper .box-prodotto {
  -moz-box-shadow: 3px 3px 16px 9px #00000059;
  -webkit-box-shadow: 33px 3px 16px 9px #00000059;
  box-shadow: 3px 3px 16px 9px #00000059;
  -moz-border-radius: 11px 11px 11px 11px;
  -webkit-border-radius: 11px 11px 11px 11px;
  border-radius: 11px 11px 11px 11px;
  border: 0px solid #000000;
  background-color: #fff;
  max-width: 15em;
}
@media all and (max-width: 480px) {
  .prodotti-container .prodotti-wrapper .box-prodotto {
    max-width: 6.5em;
  }
}
@media (max-width: 1694px) {
  .prodotti-container .prodotti-wrapper .box-prodotto {
    margin-bottom: 2em;
  }
}
.prodotti-container .prodotti-wrapper .box-prodotto .title {
  color: #A51762;
  color: #A51762;
  border-bottom: #707070 1px solid;
}
.prodotti-container .prodotti-wrapper .box-prodotto .title > a, .prodotti-container .prodotti-wrapper .box-prodotto .title > a:visited, .prodotti-container .prodotti-wrapper .box-prodotto .title > a:hover {
  color: inherit;
  text-decoration: none;
}
.prodotti-container .prodotti-wrapper .box-prodotto .sub-title {
  color: #707070;
}
.prodotti-container .prodotti-wrapper .box-prodotto .picture {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.prodotti-container .prodotti-wrapper .box-prodotto .btn-call-to-action {
  display: block;
  font-size: 1.1em;
  color: #000;
  text-transform: uppercase;
  background-color: Transparent;
  background-repeat: no-repeat;
  border: 1px solid #000;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  color: #A51762;
  border: 1px solid #A51762;
}
@media (max-width: 480px) {
  .prodotti-container .prodotti-wrapper .box-prodotto .btn-call-to-action {
    font-size: 0.8em;
  }
}
.prodotti-container .prodotti-wrapper .accordion-prodotto {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-size: 1.7em;
  color: #707070;
  display: none;
  visibility: hidden;
}
.prodotti-container .prodotti-wrapper .accordion-prodotto summary {
  font-size: 0.85em;
}
@media (max-width: 1440px) {
  .prodotti-container .prodotti-wrapper .accordion-prodotto summary {
    font-size: 0.65em;
  }
}
.prodotti-container .prodotti-wrapper .accordion-prodotto .testo-dettaglio {
  color: #000;
  font-size: 0.6em;
  padding: 1em 2em 1em 1em;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .prodotti-container .prodotti-wrapper .accordion-prodotto .testo-dettaglio {
    padding: 1em 0;
  }
}

.symbol-promo {
  background-color: var(--erecta-color);
  padding: 0em 1em;
}
@media all and (max-width: 375px) {
  .symbol-promo .symbol-promo-wrapper .partner-platinum-box {
    width: 85%;
  }
}
.symbol-promo .symbol-promo-wrapper .partner-platinum-box .image-part {
  background: #FFFFFF;
}
@media all and (max-width: 570px) {
  .symbol-promo .symbol-promo-wrapper .partner-platinum-box .image-part .wrap {
    width: 60%;
  }
}
.symbol-promo .symbol-promo-wrapper .partner-platinum-box .announce {
  background: #ced8d7;
}
.symbol-promo .symbol-promo-wrapper .circle {
  color: white;
  background: #373737;
}
@media all and (max-width: 480px) {
  .symbol-promo .symbol-promo-wrapper .circle {
    display: none;
    visibility: hidden;
  }
}
.symbol-promo .symbol-promo-wrapper .other-message-box .upper {
  color: white;
  background: #373737;
}
.symbol-promo .symbol-promo-wrapper .other-message-box .lower {
  background: #ced8d7;
}
@media all and (max-width: 480px) {
  .symbol-promo .symbol-promo-wrapper .other-message-box {
    display: none;
    visibility: hidden;
  }
}
.symbol-promo .symbol-promo-wrapper .detail-circle-mobile {
  flex-direction: row;
}
.symbol-promo .symbol-promo-wrapper .detail-circle-mobile .circle-mobile {
  color: white;
  background: #373737;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  display: flex;
  border: 3px solid var(--erecta-color);
}
.symbol-promo .symbol-promo-wrapper .detail-circle-mobile .other-message-box-mobile .upper {
  padding: 0.5em;
  color: white;
  background: #373737;
  border: 3px solid var(--erecta-color);
}
.symbol-promo .symbol-promo-wrapper .detail-circle-mobile .other-message-box-mobile .lower {
  padding: 0.5em;
  background: #ced8d7;
}
@media all and (min-width: 481px) {
  .symbol-promo .symbol-promo-wrapper .detail-circle-mobile {
    display: none;
    visibility: hidden;
  }
}

section.contact-us {
  padding: 5em 0 5em;
  margin-left: 10%;
  margin-right: 10%;
}
@media screen and (max-width: 480px) {
  section.contact-us {
    margin: 0 auto;
    padding: 1em;
  }
}
section.contact-us .wrapper {
  width: 100%;
}

.e-header-flaticon {
  width: 5em;
}

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