@charset "UTF-8";
/*
 Theme Name: aec-child
 Template: aec
*/
.t1 {
  font-size: 64px;
  line-height: 77px;
  font-weight: 400;
  color: #29628F;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 15px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-display: "swap";
}
.t1::before, .t1::after {
  background-color: #EF7F4B;
  display: inline-block;
  position: absolute;
  content: "";
  height: 3px;
  width: calc(50% + 30px);
  left: calc(50% - 30px);
  bottom: 5px;
  max-width: 180px;
}
.t1::after {
  background-color: #29628F;
  right: calc(50% - 30px);
  left: auto;
  bottom: 0;
}
.t2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  color: #29628F;
  text-transform: uppercase;
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-display: "swap";
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(35px);
  }
}
@property --color1 {
  syntax: "<color>";
  initial-value: #D7D7D7;
  inherits: false;
}
@property --color2 {
  syntax: "<color>";
  initial-value: #CDCDCD;
  inherits: false;
}
@property --color3 {
  syntax: "<color>";
  initial-value: #EBEBEB;
  inherits: false;
}
@property --color4 {
  syntax: "<color>";
  initial-value: #E4E4E4;
  inherits: false;
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  z-index: 3;
  padding: 0 50px !important;
  z-index: 9999;
}
#masthead .site-branding {
  flex: 1;
  flex-shrink: 0;
  flex-grow: 1;
}
#masthead .site-branding .logo-full {
  display: flex;
}
#masthead .site-branding .logo-full svg {
  height: 66.5px;
  width: auto;
}
#masthead #site-navigation {
  display: flex;
  justify-content: center;
  height: 100%;
}
#masthead #site-navigation .menu-wrapper li a {
  padding: 0 29px;
  text-transform: uppercase;
  color: #29628F;
  font-size: 16px;
  line-height: 95px;
  height: 95px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-display: "swap";
}
#masthead #site-navigation .menu-wrapper li.current-menu-item > a, #masthead #site-navigation .menu-wrapper li:hover > a {
  color: #EF7F4B;
  text-decoration: underline;
}
#masthead #site-navigation .menu-wrapper li.hidden {
  display: none;
}
#masthead #site-navigation .menu-wrapper li .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 15px;
  left: 50%;
  transform: translateX(-50%);
}
#masthead #site-navigation .menu-wrapper li .sub-menu a {
  line-height: 20px;
  height: auto;
}
#masthead #site-navigation .menu-wrapper li .sub-menu a:hover {
  color: #EF7F4B;
  text-decoration: underline;
}
#masthead .right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#masthead .right .btn-contacts {
  margin-right: 12px;
}
#masthead .right .btn-contacts:hover {
  background: #EF7F4B;
}
#masthead .right .languages a {
  padding: 0 5px;
  text-transform: uppercase;
  color: #29628F;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-display: "swap";
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-display: "swap";
}
#masthead .right .languages a.lang_sel {
  font-weight: bold;
  font-family: "futura-pt-bold", sans-serif;
}
#masthead .right .search-container {
  margin-right: 25px;
}
#masthead .right .search-container .search-form {
  background: #EF7F4B;
  border-radius: 20px;
  flex-wrap: nowrap;
}
#masthead .right .search-container .search-form .search-field {
  width: 0;
  border: none;
  padding: 0;
  background: transparent;
  transition: all 0.25s ease;
  color: #ffffff;
}
#masthead .right .search-container .search-form .search-submit {
  border: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#masthead .right .search-container .search-form .search-submit:after {
  content: "";
  background: url("assets/svg/search.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#masthead .right .search-container .search-form.active .search-field {
  width: 100px;
  margin-left: 20px;
}
#masthead .search-container.mobile-only {
  margin-right: 25px;
  display: none;
}
#masthead .search-container.mobile-only .search-form {
  background: #EF7F4B;
  border-radius: 20px;
  flex-wrap: nowrap;
}
#masthead .search-container.mobile-only .search-form .search-field {
  width: 0;
  border: none;
  padding: 0;
  background: transparent;
  transition: all 0.25s ease;
  color: #ffffff;
}
#masthead .search-container.mobile-only .search-form .search-submit {
  border: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#masthead .search-container.mobile-only .search-form .search-submit:after {
  content: "";
  background: url("assets/svg/search.svg");
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#masthead .search-container.mobile-only .search-form.active .search-field {
  width: 100px;
  margin-left: 20px;
}
body.split-menu #masthead .menu-wrapper li.menu-dx a {
  color: #ffffff !important;
}
body.split-menu #masthead .right .languages a {
  color: #ffffff;
}
body.split-menu #masthead:after {
  content: "";
  background: #EF7F4B;
  width: 50%;
  height: 100%;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  z-index: -1;
}
body.split-menu #first {
  position: relative;
  height: calc(100vh - 95px);
  display: flex;
  align-items: center;
}
body.split-menu #first .container {
  position: relative;
}
body.split-menu #first .container .title h1 {
  margin: -40px 0 40px;
}
body.split-menu #first:after {
  content: "";
  background: #EF7F4B;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 200vw;
  z-index: -1;
}
body.split-menu footer {
  margin-top: 0;
}
@media only screen and (max-width: 1440px) {
  #masthead .right .btn-contacts {
    min-width: 100px;
  }
  #masthead #site-navigation .menu-wrapper li a {
    font-size: 15px;
    padding: 0 15px;
  }
  #masthead .right .btn-contacts {
    font-size: 15px;
  }
  #masthead .right .languages a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  #masthead .site-branding {
    flex: unset;
    width: auto;
  }
  #masthead .right {
    flex: unset;
    width: auto;
  }
  #masthead #site-navigation {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1250px) {
  #masthead .site-branding {
    width: 120px;
  }
  #masthead .site-branding svg {
    width: 100%;
    height: auto;
  }
  #masthead #site-navigation .menu-wrapper li a {
    font-size: 13px;
    padding: 0 10px;
  }
  #masthead .right .btn-contacts {
    font-size: 13px;
  }
  #masthead .right .languages a {
    font-size: 13px;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children .sub-menu li a {
    padding: 0;
    font-size: 16px;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list > li > a {
    padding: 30px 0 0 !important;
  }
}
@media only screen and (max-width: 1110px) {
  #masthead {
    padding: 0 30px !important;
  }
  .site-branding {
    margin: 0 auto;
    position: relative;
    z-index: 90;
  }
  .header-secondary-section {
    display: none;
  }
  #site-navigation {
    display: none !important;
  }
  #mobile-navigation {
    display: block !important;
  }
  #masthead #site-navigation .menu-wrapper li.hidden {
    display: block;
  }
  #masthead .right .btn-contacts {
    display: none;
  }
  #masthead .site-branding {
    order: 2;
    margin-left: 25px;
  }
  #masthead #mobile-navigation {
    position: relative;
    left: 0;
    top: 0;
    order: 1;
  }
  #masthead #mobile-navigation .menu-button-container {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  #masthead .right {
    order: 3;
  }
  #masthead .search-container.mobile-only {
    order: 4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #EF7F4B;
    transform: translateY(100%);
    max-height: 0;
    transition: all 0.3s ease;
    overflow: hidden;
    display: block;
  }
  #masthead .search-container.mobile-only.active {
    max-height: 80px;
  }
  #masthead .search-container.mobile-only form {
    padding: 20px 30px;
  }
  #masthead .search-container.mobile-only form .search-field {
    border-bottom: 1px solid #fff !important;
  }
}
@media only screen and (max-width: 1024px) {
  header#masthead {
    padding: 0 20px !important;
  }
}
@media only screen and (max-width: 450px) {
  #masthead .right .search-container {
    margin-right: 10px;
  }
}
html, body {
  overscroll-behavior: none;
  margin-top: 0 !important;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #29628F;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}
body, html {
  box-sizing: border-box;
  outline: none;
  font-family: "futura-pt", sans-serif;
  font-display: "swap";
  font-size: 24px;
  line-height: 29px;
  color: #5A5A56;
  font-weight: 400;
}
a {
  color: #29628F;
  text-decoration: none;
}
.btn {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  background: #29628F;
  display: inline-block;
  min-width: 190px;
  white-space: nowrap;
  text-align: center;
}
.btn-light {
  color: #ffffff;
  border: 3px solid #ffffff;
  background: transparent;
  transition: all 0.25s ease;
}
.btn-light:hover {
  background: #ffffff;
  color: #EF7F4B;
}
.btn-special {
  display: inline-block;
  padding: 7px 42px;
  font-size: 20px;
  font-weight: bold;
  color: #163b5c;
  /* Dark blue text */
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  background: none;
  border: 3px solid transparent;
  /* Helps keep alignment */
  background: linear-gradient(#efefef, #efefef) padding-box, linear-gradient(40deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
}
.btn-special:hover {
  animation: special 2s infinite;
}
body:not(.home):not(.single-product) #heading {
  margin-top: 50px;
}
@property --hoverSpecial {
  syntax: "<color>";
  initial-value: #EFEFEF;
  inherits: false;
}
@keyframes special {
  0% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(40deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  5% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(58deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  10% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(76deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  15% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(94deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  20% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(112deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  25% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(130deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  30% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(148deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  35% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(166deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  40% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(184deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  45% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(202deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  50% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(220deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  55% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(238deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  60% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(256deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  65% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(274deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  70% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(292deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  75% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(310deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  80% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(328deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  85% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(346deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  90% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(364deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  95% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(382deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
  100% {
    background: linear-gradient(var(--hoverSpecial), var(--hoverSpecial)) padding-box, linear-gradient(400deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
  }
}
.linkedin {
  content: "";
  background: url("assets/svg/linkedin.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.slick-prev {
  left: -40px !important;
  bottom: 27px;
  top: 50%;
  width: 80px !important;
  height: 40px !important;
  background: #29628F !important;
  padding: 19px 0 !important;
  background-clip: content-box !important;
  border-radius: 1px;
  position: absolute !important;
  z-index: 1;
}
.slick-prev::before {
  opacity: 1 !important;
  content: "" !important;
  position: absolute;
  left: -1px;
  top: 22px;
  transition: all 0.33s ease;
  height: 2px;
  width: 10px;
  background: #29628F;
  transform: rotate(45deg);
  border-radius: 1px;
}
.slick-prev::after {
  opacity: 1 !important;
  content: "" !important;
  position: absolute;
  left: -1px;
  top: 15px;
  transition: all 0.33s ease;
  height: 2px;
  width: 10px;
  background: #29628F;
  transform: rotate(-45deg);
  border-radius: 1px;
}
.slick-next {
  right: -40px !important;
  bottom: 27px;
  top: 50%;
  width: 80px !important;
  height: 40px !important;
  background: #29628F !important;
  padding: 19px 0 !important;
  background-clip: content-box !important;
  border-radius: 1px;
  position: absolute !important;
  z-index: 1;
}
.slick-next::before {
  opacity: 1 !important;
  content: "" !important;
  position: absolute;
  right: -1px;
  top: 15px;
  transition: all 0.33s ease;
  height: 2px;
  width: 10px;
  background: #29628F;
  transform: rotate(45deg);
  border-radius: 1px;
}
.slick-next::after {
  opacity: 1 !important;
  content: "" !important;
  position: absolute;
  right: -1px;
  top: 22px;
  transition: all 0.33s ease;
  height: 2px;
  width: 10px;
  background: #29628F;
  transform: rotate(-45deg);
  border-radius: 1px;
}
.settori-applicazione:before {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.settori-applicazione:after {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 12px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.settori-applicazione .item {
  margin: 0 12px;
}
.settori-applicazione .item .thumb img {
  width: 100%;
  height: auto;
}
.settori-applicazione .item .name {
  text-transform: uppercase;
  margin-top: 10px;
}
.settori-applicazione .slick-dots {
  left: 0;
}
#page {
  margin-top: 95px;
}
.slick-slide {
  -webkit-transform: translate3d(0, 0, 0);
  will-change: transform;
}
.slick-list {
  padding: 80px 0 50px;
}
.slick-dots li {
  margin: 0 5px !important;
  width: unset !important;
  height: unset !important;
}
.slick-dots li button {
  width: 42px !important;
  height: 10px !important;
  background: #5a5a56 !important;
  opacity: 0.5;
  position: relative;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
}
.slick-dots li button:before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  opacity: 1 !important;
  width: 0px !important;
  height: 0px !important;
  border-style: solid;
  border-width: 10px 2px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.slick-dots li button:after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  opacity: 1 !important;
  width: 0px !important;
  height: 0px !important;
  border-style: solid;
  border-width: 0 0 10px 2px;
  border-color: transparent transparent #ffffff transparent;
}
.slick-dots li.slick-active button {
  background: #EF7F4B !important;
  opacity: 1;
}
#content {
  width: 1620px;
  margin: 0 auto;
  max-width: calc(100% - 100px);
}
#content #breadcrumbs {
  position: absolute;
  top: calc(30px + 95px);
  left: 50px;
  margin: 0;
}
#content #breadcrumbs span {
  display: flex;
  align-items: center;
}
#content #breadcrumbs span span, #content #breadcrumbs span a {
  color: #EF7F4B;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}
#content #breadcrumbs span span:not(.breadcrumb_last):not(a):after, #content #breadcrumbs span a:not(.breadcrumb_last):not(a):after {
  content: "";
  background: url("assets/svg/arrow.svg");
  width: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  height: 100%;
  background-size: contain;
  height: 8px;
  background-position: center;
  padding: 0 10px;
}
#content #breadcrumbs span span.breadcrumb_last, #content #breadcrumbs span a.breadcrumb_last {
  color: #29628F;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-display: "swap";
  text-transform: uppercase;
}
#content .title {
  text-align: center;
}
.js-marquee-wrapper {
  display: flex;
  align-items: center;
}
body.header-trasparent #page {
  margin-top: 0;
}
#news .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news .container .news {
  flex-basis: calc((100% - 120px) / 3);
  width: calc((100% - 120px) / 3);
  margin-bottom: 60px;
}
#news .container .news .thumb a img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: contain;
  height: auto;
}
#news .container .news .link-container, #news .container .news .date {
  display: none;
}
#news .container .news .title {
  margin-top: 20px;
  display: inline-block;
  text-align: left;
}
#news .container .news .title a {
  font-size: 24px;
  line-height: 29px;
}
#news .pagination375 {
  display: flex;
  justify-content: center;
}
#news .pagination375 .next, #news .pagination375 .prev {
  display: none;
}
#news .pagination375 span, #news .pagination375 a {
  font-size: 24px;
  line-height: 50px;
  border: 3px solid #29628F;
  color: #29628F;
  border-radius: 10px;
  margin: 0 15px;
  width: 50px;
  height: 50px;
  text-align: center;
}
#news .pagination375 span {
  color: #EF7F4B;
  border-color: #EF7F4B;
}
.page-template-template-azienda #first {
  margin-left: calc((-100vw + 100%) / 2);
  width: 100vw;
}
.page-template-template-azienda #first .container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 90vh;
}
.page-template-template-azienda #first .container .title {
  display: flex;
  width: 100%;
}
.page-template-template-azienda #first .container .left {
  width: 50%;
  padding-right: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 150px;
  padding-top: 162px;
  padding-bottom: 50px;
}
.page-template-template-azienda #first .container .left .text p {
  margin: 0;
}
.page-template-template-azienda #first .container .right {
  width: 50%;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2em;
  padding-left: 105px;
  background-color: #EF7F4B;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 105px;
  padding-top: 162px;
  padding-bottom: 50px;
}
.page-template-template-azienda #first .container .right .title {
  opacity: 0;
  margin: 1.3em 0;
}
.page-template-template-azienda #first .container .right .text p {
  margin: 0;
}
.page-template-template-azienda #second {
  position: relative;
  display: flex;
  padding: 150px 0 80px;
}
.page-template-template-azienda #second .container {
  width: calc(100% - 100px);
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-template-azienda #second .container .text {
  margin-bottom: 75px;
}
.page-template-template-azienda #second:after {
  content: "";
  position: absolute;
  background: #efefef;
  top: 0;
  left: -50vw;
  width: 200vw;
  height: 100%;
  z-index: -1;
}
.page-template-template-azienda #gallery .gallery img {
  filter: none !important;
}
.page-template-template-contatti #first {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
}
.page-template-template-contatti #first .container {
  display: flex;
  width: 100%;
  align-items: stretch;
  height: 100%;
}
.page-template-template-contatti #first .container .title {
  display: flex;
  width: 100%;
}
.page-template-template-contatti #first .container .left {
  width: 50%;
  height: 80vh;
  margin-top: 162px;
}
.page-template-template-contatti #first .container .left .text p {
  margin: 0;
}
.page-template-template-contatti #first .container .right {
  width: 50%;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2em;
  padding-left: 105px;
  background-color: #EF7F4B;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page-template-template-contatti #first .container .right .title h1 {
  font-size: 64px;
  line-height: 76px;
  text-transform: uppercase;
}
.page-template-template-contatti #first .container .right .text {
  font-size: 32px;
  line-height: 39px;
}
.page-template-template-contatti #first .container .right .text p {
  margin: 0;
}
.page-template-template-contatti #first .container .right .text a {
  color: #ffffff;
}
.page-template-template-contatti #first .container .right .text2 {
  font-size: 16px;
  line-height: 19px;
  margin-top: 50px;
}
.page-template-template-contatti #first .container .right .text2 p {
  margin: 0;
}
.page-template-template-cataloghi #cataloghi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 100px;
  margin-top: 30px;
}
.page-template-template-cataloghi #cataloghi .item {
  width: calc((100% - 300px) / 4);
}
.page-template-template-cataloghi #cataloghi .item a {
  display: flex;
  flex-direction: column;
}
.page-template-template-cataloghi #cataloghi .item a .thumb img {
  max-width: 100%;
  height: auto;
}
.page-template-template-cataloghi #cataloghi .item a .name {
  color: #5A5A56;
  text-align: center;
  margin-top: 20px;
}
.page-template-template-download #downloads {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 100px;
  margin-top: 30px;
}
.page-template-template-download #downloads .item {
  width: calc((100% - 300px) / 4);
}
.page-template-template-download #downloads .item a {
  display: flex;
  flex-direction: column;
}
.page-template-template-download #downloads .item a .thumb img {
  max-width: 100%;
  height: auto;
}
.page-template-template-download #downloads .item a .name {
  color: #5A5A56;
  text-align: center;
  margin-top: 20px;
}
.page-template-template-settori #settori {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 50px 20px;
  margin-top: 30px;
  margin-bottom: 130px;
}
.page-template-template-settori #settori .item {
  width: calc((100% - 40px) / 3);
}
.page-template-template-settori #settori .item a {
  display: flex;
  flex-direction: column;
}
.page-template-template-settori #settori .item a .thumb img {
  max-width: 100%;
  height: auto;
}
.page-template-template-settori #settori .item a .name {
  color: #29628F;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.tax-settore-applicazione #first {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
}
.tax-settore-applicazione #first .container {
  display: flex;
  width: 100%;
  align-items: stretch;
  height: 100%;
}
.tax-settore-applicazione #first .container .title {
  display: flex;
  width: 100%;
}
.tax-settore-applicazione #first .container .left {
  width: 50%;
  padding-top: 162px;
  display: flex;
}
.tax-settore-applicazione #first .container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tax-settore-applicazione #first .container .right {
  width: 50%;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2em;
  padding-left: 105px;
  background-color: #EF7F4B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.tax-settore-applicazione #first .container .right .title h1 {
  font-size: 64px;
  line-height: 76px;
  text-transform: uppercase;
}
.tax-settore-applicazione #first .container .right .text {
  font-size: 32px;
  line-height: 39px;
  margin: 60px 0 80px;
  max-width: 684px;
}
.tax-settore-applicazione #first .container .right .text p {
  margin: 0;
}
.tax-settore-applicazione #first .container .right .text a {
  color: #ffffff;
}
.tax-settore-applicazione #settori {
  padding: 140px 36px 100px;
  text-align: center;
  width: 100vw;
  left: calc((100vw - 100%) / -2);
  position: relative;
}
.tax-settore-applicazione #settori .item {
  margin: 0 12px;
}
.tax-settore-applicazione #settori .item .thumb img {
  width: 100%;
}
.tax-settore-applicazione #settori .item .name {
  text-transform: uppercase;
  margin-top: 10px;
}
.post-type-archive-product #products, .tax-product_cat #products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 150px;
}
.post-type-archive-product #products .single-product, .tax-product_cat #products .single-product {
  transition: --color1 0.5s, --color2 0.5s;
  background: linear-gradient(var(--color1), var(--color2));
  position: relative;
  width: calc((100% - 60px) / 4);
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-type-archive-product #products .single-product:after, .tax-product_cat #products .single-product:after {
  transition: --color3 0.5s, --color4 0.5s;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(var(--color3), var(--color4));
  z-index: 0;
}
.post-type-archive-product #products .single-product .thumb, .tax-product_cat #products .single-product .thumb {
  width: 100%;
  transition: all 0.5s ease;
}
.post-type-archive-product #products .single-product .thumb img, .tax-product_cat #products .single-product .thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.post-type-archive-product #products .single-product .name, .tax-product_cat #products .single-product .name {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  padding: 0 15px;
}
.post-type-archive-product #products .single-product .name .t2, .tax-product_cat #products .single-product .name .t2 {
  text-transform: none;
  transition: all 0.5s ease;
}
.post-type-archive-product #products .single-product .sottotitolo-categoria, .tax-product_cat #products .single-product .sottotitolo-categoria {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  padding: 0 15px;
  color: #EF7F4B;
  transition: all 0.5s ease;
}
.post-type-archive-product #products .single-product:hover, .tax-product_cat #products .single-product:hover {
  --color1:#CF6F42;
  --color2:#D96E3D;
}
.post-type-archive-product #products .single-product:hover:after, .tax-product_cat #products .single-product:hover:after {
  --color3:#EF7F4B;
  --color4:#E28D65;
}
.post-type-archive-product #products .single-product:hover .name .t2, .tax-product_cat #products .single-product:hover .name .t2 {
  color: #fff;
}
.post-type-archive-product #products .single-product:hover .sottotitolo-categoria, .tax-product_cat #products .single-product:hover .sottotitolo-categoria {
  color: #fff;
}
.post-type-archive-product #products .single-product:hover .thumb, .tax-product_cat #products .single-product:hover .thumb {
  padding: 30px;
}
.home {
  --hoverSpecial:#FFFFFF;
}
.home #content {
  max-width: calc(100% - 100px);
  width: 100%;
}
.home #content #breadcrumbs {
  display: none !important;
}
.home #content #heading {
  display: block;
  height: 70vh;
  padding: 0px 0px 50px;
}
.home #content #heading .container {
  display: block;
  width: 100%;
  height: 100%;
}
.home #content #heading .container .slider {
  display: flex;
  width: 100%;
  height: 100%;
}
.home #content #heading .container .slider .slick-list {
  padding: 0 !important;
}
.home #content #heading .container .slider .slick-list .slick-track {
  height: 100%;
}
.home #content #heading .container .slider .slick-list .slide {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.home #content #heading .container .slider .slick-list .slide .slide-background {
  width: 100%;
  height: 100%;
  display: block;
}
.home #content #heading .container .slider .slick-list .slide .slide-background img, .home #content #heading .container .slider .slick-list .slide .slide-background video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home #content #heading .container .slider .slick-list .slide .slide-info {
  position: absolute;
  z-index: 999;
  bottom: 12vh;
  left: 12vw;
  display: flex;
  flex-direction: column;
}
.home #content #heading .container .slider .slick-list .slide .slide-info .slide-title {
  max-width: 590px;
}
.home #content #heading .container .slider .slick-list .slide .slide-info .slide-title h2 {
  font-size: 48px;
  line-height: 60px;
  color: #EF7F4B;
  display: block;
  text-transform: uppercase;
}
.home #content #heading .container .slider .slick-list .slide .slide-info .slide-text {
  color: #ffffff;
  font-size: 32px;
  width: 480px;
  line-height: 40px;
}
.home #content #heading .container .slider .slick-dots {
  text-align: left;
  left: 0;
  width: auto;
}
.home #content #heading .container .slider .slick-dots li:first-child {
  margin-left: 0 !important;
}
.home #content #heading .container .slider .slick-dots li:first-child button:before {
  display: none !important;
}
.home #content #first {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home #content #first .left {
  flex: 2;
  text-align: center;
}
.home #content #first .left .t1 {
  margin: 0;
}
.home #content #first .left .t1:before, .home #content #first .left .t1:after {
  display: none !important;
}
.home #content #first .left .btn-special {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(40deg, #29628F 0 50%, #EF7F4B 50% 100%) border-box;
}
.home #content #first .right {
  flex: 3;
}
.home #content #first .right .subtitle {
  max-width: 750px;
}
.home #content #first .right .subtitle h2 {
  color: #EF7F4B;
}
.home #content #first .right .text {
  max-width: 750px;
}
.home #content #settori {
  text-align: center;
  padding: 60px 0;
}
.home #content #settori .settori-applicazione {
  left: -12px;
  right: -12px;
  width: calc(100% + 24px);
}
.home #content #settori .settori-applicazione .slick-prev {
  left: -28px !important;
}
.home #content #settori .settori-applicazione .slick-next {
  right: -28px !important;
}
.home #content #settori .settori-applicazione .slick-prev, .home #content #settori .settori-applicazione .slick-next, .home #content #settori .settori-applicazione .slick-prev:before, .home #content #settori .settori-applicazione .slick-next:before, .home #content #settori .settori-applicazione .slick-prev:after, .home #content #settori .settori-applicazione .slick-next:after {
  background: #EF7F4B !important;
}
.home #content #prodotti {
  text-align: center;
  padding: 60px 0;
}
.home #content #prodotti .prodotti-evidenza {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
.home #content #prodotti .prodotti-evidenza .item {
  flex-basis: calc((100% - 120px) / 3);
  width: calc((100% - 120px) / 3);
  margin-bottom: 60px;
}
.home #content #prodotti .prodotti-evidenza .item img {
  width: auto;
  height: 25vw;
  margin: 0 auto;
}
.home #content #prodotti .prodotti-evidenza .item .item-child {
  background: #f5f5f5;
  max-width: 100%;
  width: 100%;
  height: 35vw;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  justify-content: center;
}
.home #content #prodotti .prodotti-evidenza .slick-list {
  margin: 0 -30px;
}
.home #content #prodotti .prodotti-evidenza .slick-list .slick-slide {
  margin: 0 30px;
}
.home #content #news {
  text-align: center;
  padding: 60px 0;
}
.home #content #news .news-home {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
.home #content #news .news-home .item {
  flex-basis: calc((100% - 120px) / 3);
  width: calc((100% - 120px) / 3);
  margin-bottom: 60px;
}
.home #content #news .news-home .item img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: contain;
  height: auto;
}
.home #content #news .news-home .item .name {
  margin-top: 20px;
  display: block;
  text-align: left;
}
.home #content #news .news-home .slick-list {
  margin: 0 -30px;
}
.home #content #news .news-home .slick-list .slick-slide {
  margin: 0 30px;
}
.home #content #gallery .gallery img {
  filter: none !important;
}
.home footer {
  margin-top: 0;
}
@keyframes l1 {
  0% {
    background-position: right;
  }
}
.single-product {
  font-size: 20px;
  line-height: 24px;
}
.single-product #page {
  margin-top: 0;
}
.single-product #masthead {
  background-color: transparent;
}
.single-product #content {
  width: 100%;
  max-width: unset;
}
.single-product .title {
  text-align: left !important;
}
.single-product .title .t1 {
  text-align: start;
  margin: 0;
  text-transform: none;
}
.single-product .title .t1::before, .single-product .title .t1::after {
  display: none;
}
.single-product .t3 {
  font-size: 20px;
  line-height: 24px;
  color: #29628F;
  font-weight: 400;
  margin: 0;
}
.single-product .all-downloads, .single-product .downloads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.single-product .all-downloads .single-download a, .single-product .downloads .single-download a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: #5A5A56;
}
.single-product .all-downloads .single-download a::before, .single-product .downloads .single-download a::before {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/aec-child/assets/svg/download.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product #heading .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.single-product #heading .container .left, .single-product #heading .container .right {
  width: 50%;
  padding: 170px 7.8vw;
}
.single-product #heading .container .left {
  background-color: #EFEFEF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.single-product #heading .container .left h2 {
  text-align: start;
  color: #EF7F4B;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.single-product #heading .container .left .t1 {
  padding: 0;
}
.single-product #heading .container .left .title {
  margin-bottom: 50px;
}
.single-product #heading .container .left .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
}
.single-product #heading .container .right {
  background-color: #CDCDCD;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.single-product #heading .container .right .image {
  width: 100%;
  position: relative;
}
.single-product #heading .container .right .image .slick-arrow {
  background-color: #EF7F4B !important;
}
.single-product #heading .container .right .image .slick-arrow::before, .single-product #heading .container .right .image .slick-arrow::after {
  background: #EF7F4B;
}
.single-product #heading .container .right .image .slick-next {
  right: -80px !important;
}
.single-product #heading .container .right .image .slick-prev {
  left: -80px !important;
}
.single-product #heading .container .right .image .slick-list {
  padding: 0;
}
.single-product #heading .container .right .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-product #heading .container .right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #E4E4E4;
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 100%);
}
.single-product #first .container {
  width: 100%;
  background-color: #5A5A561A;
  display: flex;
  align-items: flex-start;
}
.single-product #first .container .left, .single-product #first .container .right {
  width: 50%;
  padding: 120px 7.8vw;
}
.single-product #first .container .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-product #first .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
}
.single-product #related {
  padding: 120px 7.8vw 100px;
  position: relative;
}
.single-product #related .pin-spacer {
  pointer-events: none;
}
.single-product #related #product-filters-section {
  width: calc(100% - 15.6vw);
  position: absolute;
  z-index: 10;
  left: 7.8vw;
  top: 100px;
  background-color: #fff;
  padding-bottom: 20px;
  pointer-events: all;
  height: auto !important;
}
.single-product #related #product-filters-section .mobile-button {
  display: none;
}
.single-product #related #product-filters-section .product-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-size: 18px;
  line-height: 22px;
}
.single-product #related #product-filters-section .product-filters .single-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  min-width: 150px;
  cursor: pointer;
  border-radius: 50px;
}
.single-product #related #product-filters-section .product-filters .single-filter .label {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 15px;
  background-color: #29628F;
  border-radius: 50px;
  z-index: 99;
}
.single-product #related #product-filters-section .product-filters .single-filter .label::after {
  content: "";
  position: relative;
  margin-left: 15px;
  width: 10px;
  height: 10px;
  color: #fff;
  background-image: url(/wp-content/themes/aec-child/assets/svg/dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product #related #product-filters-section .product-filters .single-filter .filter-options {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #204c6e;
  z-index: 10;
  width: 100%;
  border-top: 1px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 30px;
  display: none;
}
.single-product #related #product-filters-section .product-filters .single-filter .filter-options .single-option {
  padding: 8px 15px;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.single-product #related #product-filters-section .product-filters .single-filter .filter-options .single-option span {
  color: #fff;
}
.single-product #related #product-filters-section .product-filters .single-filter .filter-options .single-option:hover, .single-product #related #product-filters-section .product-filters .single-filter .filter-options .single-option.selected {
  background-color: #EF7F4B;
}
.single-product #related #product-filters-section .product-filters .single-filter .filter-options .single-option.remove {
  display: none;
}
.single-product #related #product-filters-section .product-filters .single-filter.options-visible .filter-options {
  display: flex;
}
.single-product #related #product-filters-section .product-filters .single-filter.filtered .label {
  background-color: #EF7F4B;
}
.single-product #related #product-filters-section .product-filters .single-filter.filtered .label::after {
  content: "×";
  background-image: unset;
  height: unset;
  font-size: 15px;
}
.single-product #related #product-filters-section .product-filters .single-filter.loading {
  pointer-events: none;
}
.single-product #related #product-filters-section .product-filters .single-filter.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0001 33%, #0005 50%, #0001 66%) #f2f2f2;
  background-size: 300% 100%;
  animation: l1 1s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  border-radius: 50px;
  z-index: 9999;
}
.single-product #related #product-filters-section .product-filters.protocol {
  gap: 40px;
}
.single-product #related #product-filters-section .product-filters.protocol .single-filter {
  min-width: unset;
  border: 3px solid #CDCDCD;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: all 0.3s ease;
}
.single-product #related #product-filters-section .product-filters.protocol .single-filter img {
  opacity: 0.7;
  height: 35px;
  width: auto;
  transition: all 0.3s ease;
}
.single-product #related #product-filters-section .product-filters.protocol .single-filter.filtered, .single-product #related #product-filters-section .product-filters.protocol .single-filter:hover {
  border-color: #EF7F4B;
}
.single-product #related #product-filters-section .product-filters.protocol .single-filter.filtered img, .single-product #related #product-filters-section .product-filters.protocol .single-filter:hover img {
  opacity: 1;
}
.single-product #related .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 50px;
  margin-top: 70px;
}
.single-product #related .container .single-related {
  width: 100%;
  background-color: #EFEFEF;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-product #related .container .single-related .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 45px;
}
.single-product #related .container .single-related .text .t2 {
  font-size: 48px;
  line-height: 55px;
  margin: 0;
  text-align: start;
  text-transform: none;
}
.single-product #related .container .single-related .text ul {
  padding-left: 20px;
}
.single-product #related .container .single-related .product-image {
  width: 25%;
  position: relative;
  background-color: #CDCDCD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-product #related .container .single-related .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1;
}
.single-product #related .container .single-related .product-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #E4E4E4;
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 100%);
}
.single-product #related .container .single-related .downloads {
  width: 25%;
  padding: 60px 45px;
}
.single-product #related .container .single-related.hidden {
  display: none;
}
.single-product #related .no-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 50px;
  display: none;
}
.single-product #related .no-products .reset {
  cursor: pointer;
}
.single-product #related .no-products.visible {
  display: flex;
}
.single-post .t1 {
  font-size: 50px;
  text-align: start;
  line-height: 60px;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.single-post .t1::before {
  display: none;
}
.single-post .t1::after {
  display: none;
}
.single-post #heading {
  padding-top: 130px;
}
.single-post #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-post #heading .container .left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-post #heading .container .left .share {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.single-post #heading .container .left .share span {
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
}
.single-post #heading .container .left .share .links {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  gap: 6px;
  padding: 5px;
  top: 0;
  right: 20px;
  transform: translate(100%, -20%);
  transition: all 0.3s ease;
  z-index: 2;
}
.single-post #heading .container .left .share .links a {
  height: 17px;
  position: relative;
}
.single-post #heading .container .left .share .links a img {
  width: auto;
  height: 100%;
}
.single-post #heading .container .left .share .links.visible {
  transform: translate(0%, -20%);
}
.single-post #heading .container .left .share > img {
  cursor: pointer;
  z-index: 3;
  background-color: #fff;
  padding-bottom: 3px;
}
.single-post #heading .container .left .button {
  margin-top: 40px;
}
.single-post #heading .container .right {
  width: 30%;
  position: relative;
}
.single-post #heading .container .right img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.single-post #news-content .content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.single-post #news-content .content-container .single-row {
  margin-top: 50px;
  width: 100%;
  position: relative;
}
.single-post #news-content .content-container .single-row.text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-post #news-content .content-container .single-row.img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.single-post #news-content .content-container .single-row.img-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post #news-content .content-container .single-row.img-text .div-img {
  width: 47.5%;
  position: relative;
}
.single-post #news-content .content-container .single-row.img-text .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #news-content .content-container .single-row.img-text .text {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-post #news-content .content-container .single-row.double-img {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-post #news-content .content-container .single-row.double-img .div-img {
  width: 47.5%;
  position: relative;
}
.single-post #news-content .content-container .single-row.double-img .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #news-content .content-container .single-row.video-yt .container {
  width: 100%;
  position: relative;
}
.single-post #news-content .content-container .single-row.video-yt .container iframe {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: auto;
}
.single-post #news-content .content-container .single-row.video-mp4 video {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: auto;
}
.single-post #news-content .content-container .single-row.gallery {
  width: 100%;
  position: relative;
}
.single-post #news-content .content-container .single-row.gallery .container {
  width: 100%;
  position: relative;
}
.single-post #news-content .content-container .single-row.gallery .container .slick-track {
  display: flex !important;
}
.single-post #news-content .content-container .single-row.gallery .container .slick-slide {
  height: inherit !important;
}
.single-post #news-content .content-container .single-row.gallery .container .slick-slide > div {
  height: 100%;
}
.single-post #news-content .content-container .single-row.gallery .container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 100vh;
}
.single-post #related {
  margin-top: 150px;
}
.single-post #related .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-post #related .container .all-rel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  /* the slides */
}
.single-post #related .container .all-rel .slick-list {
  margin: 0 -30px;
}
.single-post #related .container .all-rel .slick-list .slick-slide {
  margin: 0 30px;
}
.single-post #related .container .all-rel .news {
  width: calc(100% / 3 - (120px / 3));
  position: relative;
}
.single-post #related .container .all-rel .news .thumb {
  width: 100%;
}
.single-post #related .container .all-rel .news .thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.single-post #related .container .all-rel .news .name {
  position: relative;
  z-index: 1;
  text-align: start;
  margin-top: 20px;
}
.page-template-template-sfondo #page {
  margin: 0;
}
.page-template-template-sfondo header {
  display: none !important;
}
.page-template-template-sfondo #content {
  background-color: #CDCDCD;
  max-width: 100%;
  position: relative;
}
.page-template-template-sfondo #content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #E4E4E4;
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0 100%);
}
.page-template-template-sfondo #content #breadcrumbs {
  display: none;
}
.page-template-template-sfondo footer {
  display: none;
}
.page-template-template-sfondo .otgs-development-site-front-end {
  display: none;
}
#gallery .gallery {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 90px 0;
}
#gallery .gallery img {
  max-height: 50px;
}
footer {
  background: #29628F;
  color: #ffffff;
}
footer .footer-inner {
  padding: 100px 0 70px;
  width: 1620px;
  margin: 0 auto;
  max-width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-inner .widget_text .widget-title {
  font-size: 48px;
  line-height: 64px;
  margin-top: 0;
  margin-bottom: 30px;
}
footer .footer-inner .widget_text .textwidget {
  font-size: 24px;
  line-height: 28px;
}
footer .footer-inner .widget_text .textwidget a {
  color: #ffffff;
}
footer .footer-inner .widget_text .textwidget .btn-assistance {
  background: #EF7F4B;
  padding: 0 60px;
  position: relative;
  margin-top: 5px;
}
footer .footer-inner .widget_text .textwidget .btn-assistance:before {
  content: "";
  background-image: url("assets/svg/assistance.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center 7px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 6px;
}
footer .footer-inner .widget_text:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-inner .widget_text:not(:first-child) .widget-title {
  visibility: hidden;
}
footer .footer-inner .widget_text:last-child {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-inner .widget_text:last-child .textwidget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
}
footer .footer-inner .widget_text:last-child .btn {
  font-size: 18px;
}
footer .footer-bottom {
  padding: 15px 0;
}
footer .footer-bottom .widget_text .textwidget {
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
footer .footer-bottom .widget_text .textwidget > div {
  flex: 1;
}
footer .footer-bottom .widget_text .textwidget > div:nth-child(2) {
  text-align: center;
}
footer .footer-bottom .widget_text .textwidget > div:last-child {
  text-align: right;
}
footer .footer-bottom .widget_text .textwidget a {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  aside.footer-inner {
    flex-direction: column !important;
    align-items: flex-start;
    padding: 130px 30px 100px;
    width: 100%;
    max-width: unset;
  }
  footer .footer-inner .widget_text:not(:first-child) .widget-title {
    display: none;
  }
  footer .footer-inner .widget_text:not(:first-child) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  footer#colophon {
    margin-top: 45px;
  }
  footer .footer-inner .widget_text:not(:first-child) {
    margin-top: 40px;
  }
  aside.footer-inner {
    padding: 50px 30px 50px;
  }
  footer .footer-bottom .widget_text .textwidget {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .t1 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .t2 {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .page-template-template-azienda #first .container .right {
    padding-right: 50px;
    font-size: 30px;
    line-height: 35px;
  }
  .page-template-template-azienda #first .container .left {
    padding-left: 50px;
    padding-right: 105px;
  }
  .page-template-template-azienda #second .container {
    max-width: 100%;
    width: 100%;
  }
  .tax-settore-applicazione #first .container .right {
    padding: 162px 50px 50px;
  }
  .tax-settore-applicazione #first .container .right .title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .tax-settore-applicazione #first .container .right .text {
    font-size: 24px;
    line-height: 30px;
  }
  .post-type-archive #products .single-product, .tax-product_cat #products .single-product {
    width: calc((100% - 60px) / 3);
  }
  .page-template-template-download #downloads {
    gap: 30px;
  }
  .page-template-template-download #downloads .item {
    width: calc((100% - 60px) / 3);
  }
  .single-post #heading .container .left {
    width: 50%;
  }
  .single-post #heading .container .right {
    width: 45%;
  }
  .page-template-template-cataloghi #cataloghi {
    gap: 50px;
  }
  .page-template-template-cataloghi #cataloghi .item {
    width: calc((100% - 100px) / 3);
  }
  .home #content #heading .container .slider .slick-list .slide .slide-info .slide-title h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .home #content #heading .container .slider .slick-list .slide .slide-info .slide-text {
    font-size: 26px;
    line-height: 34px;
  }
  .single-product #related #product-filters-section .product-filters.protocol {
    gap: 25px;
  }
}
@media only screen and (max-width: 1350px) {
  body, html {
    font-size: 18px;
  }
  .single-product {
    font-size: 18px;
  }
  .single-product #heading .container .left {
    padding-left: 50px;
  }
  .single-product #first .container .left {
    padding-left: 50px;
  }
  .single-product #first .container .right {
    padding-right: 50px;
  }
  .single-product #related {
    padding: 50px;
    padding-top: 100px;
  }
  .single-product #related #product-filters-section {
    left: 50px;
    width: calc(100% - 100px);
    top: 50px;
  }
  .single-post #heading .container .left .share > img {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 1250px) {
  .single-product #related {
    padding-top: 80px;
    position: relative;
  }
  .single-product #related #product-filters-section {
    position: absolute;
    top: 80px;
    left: 50px;
    width: calc(100% - 100px);
    background: #fff;
    overflow: visible;
  }
  .single-product #related #product-filters-section .filters-container {
    padding-bottom: 20px;
    max-height: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
  }
  .single-product #related #product-filters-section .filters-container .mobile-button {
    display: inline-flex;
    align-items: flex-start;
    padding: 5px;
    border: 1px solid #29628F;
    border-radius: 5px;
  }
  .single-product #related #product-filters-section .filters-container .mobile-button img {
    width: 20px;
    height: auto;
    margin-right: 7px;
  }
  .single-product #related #product-filters-section .filters-container .product-filters {
    width: 100%;
    background-color: #fff;
    flex-wrap: wrap;
    padding-top: 20px;
    max-height: calc(100vh - 135px);
    overflow: visible;
  }
  .single-product #related #product-filters-section .filters-container .product-filters .single-filter {
    width: calc(100% / 3 - (100px / 3));
  }
  .single-product #related #product-filters-section .filters-container .product-filters.protocol .single-filter {
    flex: unset;
  }
}
@media only screen and (max-width: 1100px) {
  .single-product #related .container .single-related .text {
    width: 40%;
  }
  .single-product #related .container .single-related .product-image {
    width: 30%;
  }
  .single-product #related .container .single-related .downloads {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  #content {
    max-width: calc(100% - 40px) !important;
  }
  #content #breadcrumbs {
    left: 20px;
  }
  .home #content #heading .container .slider {
    padding: 0 50px;
  }
  .home #content #heading .container .slider .slick-list .slide .slide-info {
    left: 50px;
    width: calc(100% - 100px);
    top: 50%;
    transform: translateY(-50%);
  }
  .home #content #heading .container .slider .slick-list .slide .slide-info .slide-title, .home #content #heading .container .slider .slick-list .slide .slide-info .slide-text {
    width: 100%;
    max-width: unset;
  }
  .home #content #first .left {
    text-align: start;
    flex: unset;
    width: 30%;
  }
  .home #content #first .left .title {
    text-align: start;
  }
  .home #content #first .right {
    flex: unset;
    width: 65%;
  }
  .home #content #settori .settori-applicazione {
    padding: 0 50px;
  }
  .home #content #settori .settori-applicazione .slick-prev {
    left: 2px !important;
  }
  .home #content #settori .settori-applicazione .slick-next {
    right: 2px !important;
  }
  .home #content #prodotti .prodotti-evidenza .slick-list {
    margin: 0 -15px;
  }
  .home #content #prodotti .prodotti-evidenza .slick-list .slick-slide {
    margin: 0 15px;
  }
  .home #content #news .news-home .slick-list {
    margin: 0 -15px;
  }
  .home #content #news .news-home .slick-list .slick-slide {
    margin: 0 15px;
  }
  #gallery .container {
    overflow: hidden;
    display: flex;
    gap: 30px;
  }
  #gallery .container .gallery {
    display: flex;
    gap: 30px;
    width: auto;
  }
  #gallery .container .gallery img {
    height: 55px;
    width: auto;
    max-width: unset;
  }
  .page-template-template-azienda #first .container {
    flex-direction: column;
  }
  .page-template-template-azienda #first .container .right, .page-template-template-azienda #first .container .left {
    width: 100%;
    padding: 50px 20px !important;
  }
  .page-template-template-azienda #first .container .right {
    margin-top: 0;
  }
  .page-template-template-azienda #first .container .right .title {
    display: none;
  }
  .page-template-template-azienda #first .container .left {
    margin-top: 102px;
  }
  .page-template-template-azienda #second {
    padding: 50px 0;
  }
  #news .container .col {
    width: calc((100% - 50px) / 2);
    flex-basis: calc((100% - 50px) / 2);
  }
  .single-product #content {
    max-width: unset !important;
  }
  .single-product #heading .container .left {
    padding-left: 20px;
  }
  .single-product #heading .container .right .image .slick-next {
    right: -40px !important;
  }
  .single-product #heading .container .right .image .slick-prev {
    left: -40px !important;
  }
  .single-product #first .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-product #first .container .left, .single-product #first .container .right {
    width: 100%;
    padding: 50px 20px;
  }
  .single-product #first .container .left {
    padding-bottom: 0;
  }
  .single-product #first .container .right {
    gap: 50px;
  }
  .single-product #related {
    padding: 70px 20px 50px;
  }
  .single-product #related #product-filters-section {
    left: 20px;
    top: 50px;
    width: calc(100% - 40px);
  }
  .btn-special {
    font-size: 17px;
  }
  .single-post #heading .container {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .single-post #heading .container .right {
    width: 100%;
  }
  .single-post #heading .container .left {
    width: 100%;
  }
  .single-post #news-content .content-container .single-row.gallery .container {
    padding: 0 50px;
  }
  .single-post #related {
    margin-top: 50px;
  }
  .single-post #related .container .all-rel {
    padding: 0 50px;
  }
  .single-post #related .container .all-rel .slick-list {
    padding-top: 30px !important;
  }
  .slick-next {
    width: 40px !important;
    right: 0 !important;
  }
  .slick-prev {
    width: 40px !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  .single-product #related .container .single-related .text {
    padding: 40px 20px;
  }
  .single-product #related .container .single-related .downloads {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 800px) {
  .home #content #heading .container .slider .slick-list .slide .slide-info .slide-title h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .home #content #heading .container .slider .slick-list .slide .slide-info .slide-text {
    font-size: 24px;
    line-height: 30px;
  }
  .home #content #first {
    flex-direction: column;
    align-items: flex-start;
  }
  .home #content #first .left, .home #content #first .right {
    width: 100%;
  }
  .page-template-template-contatti #first .container {
    flex-direction: column-reverse;
  }
  .page-template-template-contatti #first .container .left, .page-template-template-contatti #first .container .right {
    width: 100%;
  }
  .page-template-template-contatti #first .container .right {
    margin-top: 162px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-template-template-contatti #first .container .left {
    margin-top: 0;
    height: 60vh;
  }
  .single-product #heading .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-product #heading .container .left, .single-product #heading .container .right {
    width: 100%;
  }
  .single-product #heading .container .left {
    padding-bottom: 50px;
    padding-right: 20px;
  }
  .single-product #heading .container .right {
    padding: 30px 20px;
  }
  .single-product #heading .container .right .image {
    padding: 0 50px;
  }
  .single-product #heading .container .right .image .slick-prev {
    left: 0 !important;
  }
  .single-product #heading .container .right .image .slick-next {
    right: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  #content #breadcrumbs {
    top: 100px;
  }
  .home #content #heading {
    height: 400px;
  }
  .home #content #heading .container .slider {
    padding: 0;
  }
  .home #content #heading .container .slider .slick-next {
    right: -15px !important;
  }
  .home #content #heading .container .slider .slick-prev {
    left: -15px !important;
  }
  .home #content #settori .settori-applicazione .slick-list {
    padding: 30px 0 30px !important;
  }
  .home #content #prodotti .prodotti-evidenza {
    margin-top: 10px;
  }
  .home #content #prodotti .prodotti-evidenza .slick-list {
    padding: 0 15% !important;
  }
  .home #content #prodotti .prodotti-evidenza .slick-list .item .item-child {
    height: auto;
  }
  .home #content #prodotti .prodotti-evidenza .slick-list .item img {
    height: auto;
    max-width: 100%;
  }
  .home #content #prodotti .prodotti-evidenza .slick-prev {
    left: 50px !important;
  }
  .home #content #prodotti .prodotti-evidenza .slick-next {
    right: 50px !important;
  }
  .home #content #news .news-home {
    margin-top: 10px;
  }
  .home #content #prodotti .t1, .home #content #news .t1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .home #content #news .slick-list {
    padding: 0 15% !important;
  }
  .home #content #news .slick-prev {
    left: 50px !important;
  }
  .home #content #news .slick-next {
    right: 50px !important;
  }
  .tax-settore-applicazione #first .container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .tax-settore-applicazione #first .container .left, .tax-settore-applicazione #first .container .right {
    width: 100%;
  }
  .tax-settore-applicazione #first .container .right {
    margin-top: 162px;
    padding: 50px 20px;
  }
  .tax-settore-applicazione #first .container .right .text {
    margin: 0 0 30px;
  }
  .tax-settore-applicazione #first .container .left {
    padding-top: 0;
  }
  .tax-settore-applicazione #settori {
    padding: 70px 36px;
  }
  .post-type-archive #heading, .tax-product_cat #heading {
    margin-top: 40px;
  }
  .post-type-archive #products .single-product, .tax-product_cat #products .single-product {
    width: calc((100% - 50px) / 2);
  }
  .page-template-template-download #downloads {
    gap: 50px;
  }
  .page-template-template-download #downloads .item {
    width: calc((100% - 50px) / 2);
  }
  .single-product #related .container .single-related .text {
    width: 100%;
  }
  .single-product #related .container .single-related .product-image {
    width: 50%;
  }
  .single-product #related .container .single-related .downloads {
    width: 50%;
  }
  .page-template-template-download #heading {
    margin-top: 40px;
  }
  .single-post #news-content .content-container .single-row.img-text {
    flex-direction: column !important;
    align-items: flex-start;
    gap: 30px;
  }
  .single-post #news-content .content-container .single-row.img-text .div-img {
    width: 100%;
  }
  .single-post #news-content .content-container .single-row.img-text .text {
    width: 100%;
  }
  .single-post #news-content .content-container .single-row.img-text .text .t2 {
    margin-bottom: 0;
  }
  .single-post #news-content .content-container .single-row.double-img {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .single-post #news-content .content-container .single-row.double-img .div-img {
    width: 100%;
  }
  .page-template-template-cataloghi #heading {
    margin-top: 40px;
  }
  .page-template-template-cataloghi #cataloghi .item {
    width: calc((100% - 50px) / 2);
  }
  .page-template-template-cataloghi #cataloghi .item a .name {
    margin-top: 0;
  }
  #gallery .container .gallery {
    padding: 30px 0;
  }
  #gallery .container .gallery img {
    height: 30px !important;
    width: auto !important;
  }
  .single-product #heading .container .left .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .single-product #related #product-filters-section .filters-container .product-filters {
    gap: 20px 50px !important;
  }
  .single-product #related #product-filters-section .filters-container .product-filters .single-filter {
    width: calc(100% / 2 - (50px / 2));
  }
}
@media only screen and (max-width: 550px) {
  .slick-dots {
    bottom: auto;
    top: 100%;
  }
  .slick-dots li button {
    width: 30px !important;
  }
}
@media only screen and (max-width: 500px) {
  .t1 {
    font-size: 35px !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
  }
  .t2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .home #content #heading .container .slider .slick-list .slide .slide-info {
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    transform: unset;
  }
  .home #content #heading .container .slider .slick-list .slide .slide-info .slide-title h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .home #content #heading .container .slider .slick-list .slide .slide-info .slide-text {
    font-size: 16px;
    line-height: 20px;
  }
  #news .container .col {
    width: calc(100%);
    flex-basis: 100%;
  }
  .post-type-archive #products .single-product, .tax-product_cat #products .single-product {
    width: 100%;
  }
  .page-template-template-download #downloads {
    gap: 30px;
  }
  .page-template-template-download #downloads .item {
    width: 100%;
  }
  .single-product #related #product-filters-section .filters-container .product-filters {
    gap: 20px 30px !important;
  }
  .single-product #related #product-filters-section .filters-container .product-filters .single-filter {
    width: 100%;
  }
  .single-product #related .container .single-related .text {
    width: 100%;
  }
  .single-product #related .container .single-related .product-image {
    width: 100%;
  }
  .single-product #related .container .single-related .downloads {
    width: 100%;
  }
  .single-product #related .container .single-related .downloads:empty {
    display: none;
  }
  .page-template-template-cataloghi #cataloghi {
    gap: 30px;
  }
  .page-template-template-cataloghi #cataloghi .item {
    width: 100%;
  }
  .breadcrumb_last {
    display: none !important;
  }
  #breadcrumbs span span:nth-last-child(2):after {
    display: none !important;
  }
}
@media only screen and (max-width: 400px) {
  .single-product #related #product-filters-section .filters-container .product-filters .single-filter {
    width: 100%;
  }
  .btn-special {
    font-size: 15px;
  }
}
