@font-face {
  font-family: "EssonnesDisplay";
  src: url("../fonts/EssonnesDisplay-Bold.woff2") format("woff2"), url("../fonts/EssonnesDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EssonnesDisplay";
  src: url("../fonts/EssonnesText-Regular.woff2") format("woff2"), url("../fonts/EssonnesText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/AtlasGrotesk-Medium-Web.woff2") format("woff2"), url("../fonts/AtlasGrotesk-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/AtlasGrotesk-Regular-Web.woff2") format("woff2"), url("../fonts/AtlasGrotesk-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AtlasGrotesk";
  src: url("../fonts/AtlasGrotesk-RegularItalic-Web.woff2") format("woff2"), url("../fonts/AtlasGrotesk-RegularItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
body, html {
  font-family: "AtlasGrotesk", sans-serif;
  font-size: 16px !important;
}

.post, .page {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus, a:visited, a:active {
  color: #000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-family: "EssonnesDisplay", serif;
  font-weight: bold;
}

b, strong {
  font-weight: bold;
}

h1 {
  font-size: 64px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 56px;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 28px;
    padding-bottom: 0;
  }
}

h3 {
  font-size: 40px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 576px) {
  h6 {
    font-size: 16px;
  }
}

h6 {
  font-family: "AtlasGrotesk", sans-serif;
}

/*

@media (min-width:920px) {
  .home .container,
  .home .container-lg,
  .home .container-md,
  .home .block-colTextImage .container-lg,
  .home .block-colTextImage .container-md,
  .home .block-colTextImage .container{
    max-width: none!important;
  }
}

@media (min-width:1200px) {
  .home .container,
  .home .container-lg,
  .home .container-md,
  .home .block-colTextImage .container-lg,
  .home .block-colTextImage .container-md,
  .home .block-colTextImage .container{
    max-width: none !important;
  }
}

@media (min-width:1400px) {
  .home .container,
  .home .container-lg,
  .home .container-md,
  .home .block-colTextImage .container-lg,
  .home .block-colTextImage .container-md,
  .home .block-colTextImage .container{
    max-width: none !important;
  }
}
*/
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md {
    max-width: 1400px;
  }
}
@media (min-width: 2048px) {
  .container,
  .container-lg,
  .container-md {
    max-width: 2000px;
  }
}
@media (min-width: 2560px) {
  .container,
  .container-lg,
  .container-md {
    max-width: 2300px;
  }
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
body.hidden {
  overflow: hidden;
}

.c-btn {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding-top: 10px;
  }
}

.o-btn,
button.o-btn,
button,
a.o-btn {
  display: inline-block;
  padding: 6px 32px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #000;
  background: none;
  font-weight: 500;
}
.o-btn:hover, .o-btn:focus, .o-btn:active,
button.o-btn:hover,
button.o-btn:focus,
button.o-btn:active,
button:hover,
button:focus,
button:active,
a.o-btn:hover,
a.o-btn:focus,
a.o-btn:active {
  color: #fff;
  color: #10069F;
  border-color: #10069F;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}
.site-header .o-action-shop {
  display: inline-block;
  vertical-align: top;
  /* margin: 0 10px; */
  margin-right: 20px;
  margin-top: 3px;
  font-size: 23px;
  line-height: 20px;
}
@media screen and (max-width: 992px) {
  .site-header .o-action-shop {
    font-size: 20px;
    line-height: 18px;
  }
}
.site-header .o-action-shop:hover {
  text-decoration: none;
}
.site-header .o-action-shop span {
  text-transform: uppercase;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .site-header .o-action-shop span {
    font-size: 15px;
  }
}
.site-header .logo {
  max-width: 200px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .site-header .logo {
    max-width: 120px;
  }
}
.site-header .logo img.logo-black {
  display: block;
}
.site-header .logo .logo-white {
  display: none;
}
.site-header .c-menu {
  display: none;
}
.site-header .o-btn-close-menu,
.site-header .o-btn-open-menu {
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .site-header .o-btn-close-menu,
  .site-header .o-btn-open-menu {
    width: 25px;
    height: 25px;
  }
}
.site-header .o-btn-close-menu:hover, .site-header .o-btn-close-menu:visited, .site-header .o-btn-close-menu:focus,
.site-header .o-btn-open-menu:hover,
.site-header .o-btn-open-menu:visited,
.site-header .o-btn-open-menu:focus {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.site-header .o-btn-open-menu {
  background-image: url("../img/icon-menu.svg");
}
.site-header .o-btn-close-menu {
  display: none;
  margin-right: 15px;
  background-image: url("../img/icon-close-white.svg");
}
.site-header.-open-menuLang {
  padding-bottom: 35px !important;
}
.site-header.-open-menu {
  width: 100%;
  height: 100%;
  background: #10069F;
}
.site-header.-open-menu .o-action-shop,
.site-header.-open-menu .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.site-header.-open-menu .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::before,
.site-header.-open-menu .wpml-ls-sub-menu li a,
.site-header.-open-menu .wpml-ls-sub-menu li a::before {
  color: #fff;
}
.site-header.-open-menu .container-fluid {
  position: relative;
  height: 100%;
}
.site-header.-open-menu .logo {
  position: absolute;
  bottom: 90px;
  right: 30px;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .logo {
    bottom: 60px;
  }
}
@media screen and (max-height: 800px) {
  .site-header.-open-menu .logo {
    bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .logo {
    position: static;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .site-header.-open-menu .logo {
    margin-left: 15px;
  }
}
.site-header.-open-menu .logo img.logo-white {
  display: block;
}
.site-header.-open-menu .logo img.logo-black {
  display: none;
}
.site-header.-open-menu .o-btn-open-menu {
  display: none;
}
.site-header.-open-menu .o-btn-close-menu {
  display: inline-block;
}
.site-header.-open-menu .c-menu {
  height: calc(100% - 60px);
  display: block;
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .c-menu {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.site-header.-open-menu .c-menu_content {
  display: block;
}
@media screen and (max-width: 768px) {
  .site-header.-open-menu .c-menu_content {
    display: none;
  }
}
.site-header.-open-menu .c-menu_content_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header.-open-menu .c-menu_content_mobile {
    display: block;
  }
  .site-header.-open-menu .c-menu_content_mobile .main-navigation {
    padding-left: 15px;
  }
  .site-header.-open-menu .c-menu_content_mobile .main-navigation ul li {
    margin: 20px 0 !important;
  }
}
.site-header.-open-menu .c-menu_primary {
  position: absolute;
  bottom: 70px;
  left: 15px;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .c-menu_primary {
    bottom: 40px;
  }
}
@media screen and (max-height: 800px) {
  .site-header.-open-menu .c-menu_primary {
    bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .c-menu_primary {
    position: static;
  }
}
.site-header.-open-menu .c-menu .main-navigation {
  height: 100%;
  display: block;
}
.site-header.-open-menu .c-menu .main-navigation ul {
  display: block;
}
.site-header.-open-menu .c-menu .main-navigation ul li {
  margin: 15px 0;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .c-menu .main-navigation ul li {
    margin: 7px 0;
  }
}
@media screen and (max-height: 800px) {
  .site-header.-open-menu .c-menu .main-navigation ul li {
    margin: 7px 0;
  }
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .c-menu .main-navigation ul li {
    margin: 5px 0;
  }
}
.site-header.-open-menu .c-menu .main-navigation ul li a {
  color: #fff;
  font-family: "AtlasGrotesk", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .c-menu .main-navigation ul li a {
    font-size: 20px;
  }
}
.site-header.-open-menu .c-menu .main-navigation ul li a:hover {
  text-decoration: underline;
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children > a, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children > a {
  width: auto;
  display: inline-block;
  order: 1;
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children .js-btn-down, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children .js-btn-down {
  display: none !important;
  margin-left: 15px;
  padding: 0;
  order: 2;
  border: none;
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg) translateX(-5px);
}
@media screen and (max-width: 768px) {
  .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children .js-btn-down, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children .js-btn-down {
    display: inline-block !important;
  }
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children .sub-menu, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children .sub-menu {
  width: 100%;
  display: none;
  order: 3;
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus > a, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus > a {
  text-decoration: underline;
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus .sub-menu, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus .sub-menu {
  display: block;
  position: static;
  top: auto;
  left: auto;
  float: none;
  z-index: 1;
  width: 100%;
  box-shadow: none;
  padding-bottom: 15px;
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus .sub-menu li, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus .sub-menu li {
  margin: 5px 0 !important;
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus .sub-menu li a, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus .sub-menu li a {
  font-size: 20px !important;
}
.site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus .js-btn-down, .site-header.-open-menu .c-menu .main-navigation ul li.menu-item-has-children.focus .js-btn-down {
  transform: rotate(0deg);
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct_architectural, .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct_decorativo {
  position: relative;
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct .o-text-description-menu {
  position: absolute;
  top: 85px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct .o-text-description-menu {
    top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct .o-text-description-menu {
    top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct .o-text-description-menu {
    top: 36px;
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct_architectural .menu-item-has-children.focus {
    height: 300px;
  }
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct_decorativo .menu-item-has-children.focus {
    height: 230px;
  }
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul {
  display: block;
  width: 100%;
  box-shadow: none;
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li {
  margin: 50px 0;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li {
    margin: 20px 0;
  }
}
@media screen and (max-height: 800px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li {
    margin: 15px 0;
  }
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li a {
  color: #fff;
  font-family: "EssonnesDisplay", serif;
  font-size: 68px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li a {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li a {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li a {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li a {
    font-size: 28px;
  }
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover > a {
  text-decoration: underline;
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul {
  display: block;
  right: 0;
  top: 10px;
  width: 40%;
  box-shadow: none;
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li {
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li {
    margin: 10px 0;
  }
}
@media screen and (max-height: 800px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li {
    margin: 10px 0;
  }
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li a {
  width: 100%;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li a {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul, .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li ul {
    display: block;
    width: 100%;
    position: static;
    top: auto;
    right: auto;
  }
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li, .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li ul li {
    margin: 5px 0;
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li a, .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li ul li a {
    font-size: 25px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li:hover ul li a, .site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li ul li a {
    font-size: 22px;
  }
}
.site-header.-scroll .logo {
  max-width: 120px;
}
@media screen and (max-width: 992px) {
  .site-header.-scroll .logo {
    max-width: 100px;
  }
}
.site-header.-scroll .o-btn-open-menu {
  width: 30px;
  height: 30px;
}

.admin-bar .site-header {
  top: 30px;
}

.wpml-ls-legacy-dropdown {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover ul.wpml-ls-sub-menu {
  display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language ul.wpml-ls-sub-menu {
  border: none;
  display: none;
  visibility: visible;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language ul.wpml-ls-sub-menu li a {
  padding: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .wpml-ls-legacy-dropdown .wpml-ls-current-language ul.wpml-ls-sub-menu li a {
    padding: 4px 15px 0 0 !important;
  }
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language.focus ul.wpml-ls-sub-menu {
  display: block;
}
.wpml-ls-legacy-dropdown ul {
  display: inline-block;
  width: auto;
}
.wpml-ls-legacy-dropdown ul li {
  border: none;
}
.wpml-ls-legacy-dropdown ul a {
  border: none;
  position: relative;
  padding: 7px 0 0 0;
  background: none !important;
  text-align: left !important;
  /* TODO da ultimare */
}
@media screen and (max-width: 768px) {
  .wpml-ls-legacy-dropdown ul a {
    padding: 4px 15px 0 0 !important;
  }
}
.wpml-ls-legacy-dropdown ul a:hover, .wpml-ls-legacy-dropdown ul a:focus, .wpml-ls-legacy-dropdown ul a:active {
  border: none;
  text-decoration: none;
}
.wpml-ls-legacy-dropdown ul a img.wpml-ls-flag {
  display: none;
}
.wpml-ls-legacy-dropdown ul a::before {
  content: "";
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .wpml-ls-legacy-dropdown ul a::before {
    font-size: 16px;
  }
}
.wpml-ls-legacy-dropdown ul a.wpml-ls-item-toggle::after {
  display: none;
}
.wpml-ls-legacy-dropdown ul a.wpml-ls-item-toggle:hover, .wpml-ls-legacy-dropdown ul a.wpml-ls-item-toggle:focus, .wpml-ls-legacy-dropdown ul a.wpml-ls-item-toggle:active {
  border: none;
  background: none;
  outline: none;
  text-decoration: none;
}
.wpml-ls-legacy-dropdown ul li {
  position: relative;
}
.wpml-ls-legacy-dropdown ul li:hover {
  border: none;
  background: none;
}
.wpml-ls-legacy-dropdown ul li.wpml-ls-item-it > a::before {
  content: "IT";
}
.wpml-ls-legacy-dropdown ul li.wpml-ls-item-en > a::before {
  content: "EN";
}

.site-main {
  padding-top: 75px;
  min-height: 60vh;
}

.click-card {
  cursor: pointer;
}

.c-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  margin: 0 auto;
}
.c-image .o-image.-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-image .o-image.-contain.image-md-right img {
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 768px) {
  .c-image .o-image.-contain.image-md-right img {
    -o-object-position: center;
       object-position: center;
  }
}
.c-image .o-image.-contain.image-md-left img {
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) {
  .c-image .o-image.-contain.image-md-left img {
    -o-object-position: center;
       object-position: center;
  }
}
.c-image.-imageText .o-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}

.o-card-product .c-image,
.js-lightboxgallery .c-image {
  overflow: hidden;
  position: relative;
}
.o-card-product .c-image img,
.js-lightboxgallery .c-image img {
  width: 100%;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  margin: 0 auto;
  position: relative;
  transform: scale(1);
  transition: transform 0.2s;
  overflow: hidden;
}
.o-card-product .c-image:hover img,
.js-lightboxgallery .c-image:hover img {
  transform: scale(1.2);
  transition: transform 0.2s;
}

.c-image.-ratio-1_1 {
  position: relative;
}
.c-image.-ratio-1_1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .c-image.-ratio-1_1:before {
    display: none;
  }
}
.c-image.-ratio-1_1 .o-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-image.-ratio-1_1 .o-image {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .c-image.-ratio-1_1 .o-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.block-col2Image .c-image .o-text {
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-col2Image .c-image .o-text {
    padding: 20px;
  }
}
.block-col2Image .c-image .o-text a,
.block-col2Image .c-image .o-text a:hover,
.block-col2Image .c-image .o-text a:focus,
.block-col2Image .c-image .o-text a:active {
  text-decoration: none;
}

.block-list_icon .c-content-icon {
  max-width: 100px;
  margin: 20px auto;
}

.block-video iframe {
  width: 1920px !important;
  height: 1080px !important;
}
@media screen and (max-width: 2000px) {
  .block-video iframe {
    width: 1680px !important;
    height: 1050px !important;
  }
}
@media screen and (max-width: 1600px) {
  .block-video iframe {
    width: 1280px !important;
    height: 800px !important;
  }
}
@media screen and (max-width: 1400px) {
  .block-video iframe {
    width: 1024px !important;
    height: 600px !important;
  }
}
@media screen and (max-width: 1200px) {
  .block-video iframe {
    width: 854px !important;
    height: 480px !important;
  }
}
@media screen and (max-width: 992px) {
  .block-video iframe {
    width: 640px !important;
    height: 360px !important;
  }
}
@media screen and (max-width: 768px) {
  .block-video iframe {
    width: 480px !important;
    height: 240px !important;
  }
}

.block-colTextImage {
  overflow: hidden;
}
.block-colTextImage .o-text p {
  color: #CCCCCC;
}
@media screen and (max-width: 768px) {
  .block-colTextImage .c-image {
    margin-top: 0;
    margin-bottom: 3%;
  }
  .block-colTextImage .c-image.-ratio-1_1::before {
    display: none;
  }
  .block-colTextImage .c-image.-ratio-1_1 .o-image {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .block-colTextImage .c-image.-ratio-1_1 .o-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.block-colTextImage .o-text p {
  color: #666666;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .block-colTextImage .o-colTextImage_image {
    display: none;
  }
}
.block-colTextImage .o-colTextImage_image_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-colTextImage .o-colTextImage_image_mobile {
    display: block;
  }
}
.block-colTextImage .o-text_footer {
  width: 100%;
  display: block;
}
.block-colTextImage .o-text_footer p {
  margin: 0;
  color: #000;
}
@media (min-width: 1600px) {
  .block-colTextImage .container-lg {
    max-width: 1421px !important;
  }
}
@media (min-width: 2048px) {
  .block-colTextImage .container-lg {
    max-width: 2000px !important;
  }
}
@media (min-width: 2560px) {
  .block-colTextImage .container-lg {
    max-width: 2300px !important;
  }
}

.block-carouselGallery {
  position: relative;
}
.block-carouselGallery .swiper {
  padding: 0 20px;
}
.block-carouselGallery .swiper-autoheight, .block-carouselGallery .swiper-autoheight {
  height: 100%;
}
.block-carouselGallery .swiper-autoheight .swiper-slide,
.block-carouselGallery .swiper-autoheight .c-image, .block-carouselGallery .swiper-autoheight .swiper-slide,
.block-carouselGallery .swiper-autoheight .c-image {
  height: 100%;
}
.block-carouselGallery .btn-navigation-carouselGallery {
  position: absolute;
  top: 0;
  padding: 0;
  border: none;
  width: 30px;
  height: 100%;
  font-size: 27px;
  background: #fff;
  color: #10069F;
  z-index: 99;
}
.block-carouselGallery .btn-navigation-carouselGallery.js-carouselGallery-btnNext {
  right: -8px;
}
@media screen and (max-width: 768px) {
  .block-carouselGallery .btn-navigation-carouselGallery.js-carouselGallery-btnNext {
    right: 0;
  }
}
.block-carouselGallery .btn-navigation-carouselGallery.js-carouselGallery-btnPrev {
  left: -8px;
}
@media screen and (max-width: 768px) {
  .block-carouselGallery .btn-navigation-carouselGallery.js-carouselGallery-btnPrev {
    left: 0;
  }
}

.single-product .block-carouselGallery {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px) !important;
}

.block-rowBackgroundCTA_content {
  position: relative;
  padding: 200px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .block-rowBackgroundCTA_content {
    height: auto !important;
    padding: 100px 20px;
  }
}
.block-rowBackgroundCTA_content .o-btn {
  color: #fff;
  border-color: #fff;
}
.block-rowBackgroundCTA_content .c-backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*      &::before{
          content: '';
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #000;
          opacity: .3;
        }*/
}
.block-rowBackgroundCTA_content .c-backgroundImage img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-rowBackgroundCTA_content .c-rowBackgroundCTA_text {
  position: relative;
  z-index: 9;
}

.block-text .o-text p {
  color: #666666;
  margin-bottom: 50px;
}

.block-textTable .c-textTable_table {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-textTable .c-textTable_table {
    padding: 0 15px;
  }
}
.block-textTable .c-textTable_table .o-table {
  overflow-y: auto;
}
.block-textTable .c-textTable_table .o-table_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-textTable .c-textTable_table {
    padding: 0 15px;
  }
  .block-textTable .c-textTable_table .o-table_mobile table td, .block-textTable .c-textTable_table .o-table_mobile table th,
  .block-textTable .c-textTable_table .o-table table td,
  .block-textTable .c-textTable_table .o-table table th {
    min-width: 200px;
  }
  .block-textTable .c-textTable_table .o-table_mobile table td:first-child, .block-textTable .c-textTable_table .o-table_mobile table th:first-child,
  .block-textTable .c-textTable_table .o-table table td:first-child,
  .block-textTable .c-textTable_table .o-table table th:first-child {
    min-width: 0;
  }
  .block-textTable .c-textTable_table .o-table_mobile {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 90%;
    top: 0;
    left: 15px;
    pointer-events: none;
  }
  .block-textTable .c-textTable_table .o-table_mobile tr {
    border-bottom: 1px solid #000;
  }
  .block-textTable .c-textTable_table .o-table_mobile tr td, .block-textTable .c-textTable_table .o-table_mobile tr th {
    opacity: 0;
    pointer-events: none;
  }
  .block-textTable .c-textTable_table .o-table_mobile tr td:first-child, .block-textTable .c-textTable_table .o-table_mobile tr th:first-child {
    opacity: 1;
    background: #fff;
  }
}
.block-textTable .c-textTable_table table tr {
  border-bottom: 1px solid #000;
}
.block-textTable .c-textTable_table table td, .block-textTable .c-textTable_table table th {
  padding: 20px 0;
}
.block-textTable .c-textTable_table table h1, .block-textTable .c-textTable_table table h2, .block-textTable .c-textTable_table table h3, .block-textTable .c-textTable_table table h4, .block-textTable .c-textTable_table table h5, .block-textTable .c-textTable_table table h6 {
  font-weight: 500 !important;
}

.block-cardPuzzle .o-text p {
  color: #666666;
}

.block-colTextImage.firstBlock.isNotBackground-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-colTextImage.firstBlock.isNotBackground-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .block-twoColText.firstBlock.-isBackground {
    display: none;
  }
}

.block-twoColText {
  position: relative;
}
.block-twoColText.isNotBackground-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-twoColText.isNotBackground-mobile {
    display: block;
  }
}
.block-twoColText.-isBackground {
  padding: 300px 0 !important;
}
@media screen and (max-width: 768px) {
  .block-twoColText.-isBackground {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .block-twoColText.-isBackground {
    padding: 50px 0 !important;
    position: relative;
  }
  .block-twoColText.-isBackground:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
  }
}
.block-twoColText_content {
  position: relative;
  z-index: 9;
}
.block-twoColText .c-backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-twoColText .c-backgroundImage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.c-breadcrumb {
  font-size: 14px;
}
.c-breadcrumb a,
.c-breadcrumb a:hover,
.c-breadcrumb a:focus,
.c-breadcrumb a:active,
.c-breadcrumb span {
  color: #999999;
}
.c-breadcrumb .breadcrumb_last {
  color: #000;
  font-weight: 500;
}

.o-btn-downTop {
  display: none;
  width: 30px;
  height: 30px;
  padding: 0;
  position: fixed;
  bottom: 25px;
  right: 15px;
  background-color: #fff;
  background-image: url("../img/icon-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 1px solid #10069F;
}
.o-btn-downTop:hover, .o-btn-downTop:visited, .o-btn-downTop:focus {
  background-color: #fff;
  background-image: url("../img/icon-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border: 1px solid #10069F;
}

.c-block-search_filter {
  background: #F1F1F1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-block-search_filter {
    background: #F1F1F1;
  }
}
.c-block-search_filter .o-btn,
.c-block-search_filter .o-btn:hover,
.c-block-search_filter .o-btn:active,
.c-block-search_filter .o-btn:focus {
  padding: 15px 30px;
  color: #000;
  border-color: #000;
}
@media screen and (max-width: 768px) {
  .c-block-search_filter .o-btn,
  .c-block-search_filter .o-btn:hover,
  .c-block-search_filter .o-btn:active,
  .c-block-search_filter .o-btn:focus {
    margin: 20px auto;
    margin-left: 5%;
  }
}
.c-block-search h1 {
  position: relative;
  z-index: 99;
}

.c-search-distributors,
.c-block-search {
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.c-search-distributors .c-select-filter,
.c-block-search .c-select-filter {
  margin: 0 20px;
  padding: 15px 30px 15px 10px;
  outline: none;
}
@media screen and (max-width: 768px) {
  .c-search-distributors .c-select-filter,
  .c-block-search .c-select-filter {
    width: 100%;
    margin: 0 auto;
  }
}
.c-search-distributors .js-custom-select,
.c-block-search .js-custom-select {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-search-distributors .js-custom-select,
  .c-block-search .js-custom-select {
    width: 90%;
    margin: 10px auto;
  }
}
.c-search-distributors .js-custom-select select,
.c-block-search .js-custom-select select {
  display: none; /*hide original SELECT element:*/
}
.c-search-distributors .select-selected,
.c-block-search .select-selected {
  background-color: #fff;
}
.c-search-distributors .select-selected:after,
.c-block-search .select-selected:after {
  position: absolute;
  content: "";
  top: 25px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.c-search-distributors .select-selected.select-arrow-active:after,
.c-block-search .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 15px;
}
.c-search-distributors .select-items div, .c-search-distributors .select-selected,
.c-block-search .select-items div,
.c-block-search .select-selected {
  color: #000;
  padding: 15px 30px 15px 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.3) transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-search-distributors .select-items,
.c-block-search .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.c-search-distributors .select-hide,
.c-block-search .select-hide {
  display: none;
}
.c-search-distributors .select-items div:hover, .c-search-distributors .same-as-selected,
.c-block-search .select-items div:hover,
.c-block-search .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-search-distributors .select-selected,
.c-block-search .select-selected {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.c-list-featureProduct-best {
  display: block;
  margin: 0;
  padding: 0;
}
.c-list-featureProduct-best li {
  list-style-type: none;
  display: block;
  margin: 10px 0;
  padding: 0;
}

.block-technicalFeatures_content {
  background: #F1F1F1;
}
.block-technicalFeatures .c-table-feature {
  color: #10069F;
}
.block-technicalFeatures .c-table-feature table tr {
  border-bottom: 1px solid #10069F;
}
.block-technicalFeatures .c-table-feature table tr td {
  padding: 10px 0;
}
.block-technicalFeatures .c-table-feature table strong {
  color: #10069F;
}
.block-technicalFeatures .c-table-feature table:first-child strong {
  color: #000;
}

/*

.color-table-color{
  vertical-align: center;
  &:before{
    content: '';
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: center;
    border: 1px solid $colorBlue;
    top: 4px;
    position: relative;
  }

  &:last-child{
    &:before{
      margin-left: 10px;
    }
  }

  &:first-child{
    &:before{
      margin-left: 0 !important;
    }
  }
}
*/
.block-resources {
  background: #999999;
}

.c-actionProduct-list .o-actionProduct {
  border-right: 1px solid #fff;
}
.c-actionProduct-list .o-actionProduct:last-child {
  border: none;
}
.c-actionProduct-list .o-actionProduct a {
  text-align: center;
  display: block;
}
.c-actionProduct-list .o-actionProduct a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-actionProduct-list .o-actionProduct a.o-actionProduct-download:before {
  background-image: url("../img/scarica_pdf_icon.svg");
}
.c-actionProduct-list .o-actionProduct a.o-actionProduct-store:before {
  background-image: url("../img/aquista_icon.svg");
}
.c-actionProduct-list .o-actionProduct a.o-actionProduct-contact:before {
  background-image: url("../img/quotazione_icon.svg");
}
.c-actionProduct-list .o-actionProduct a.o-actionProduct-archiproducts:before {
  background-image: url("../img/archiproducts_icon.svg");
}

.c-list-feature {
  display: block;
  padding: 0;
  margin: 0;
}
.c-list-feature li {
  max-width: 70px;
  list-style-type: none;
  margin: 20px 0;
}
.c-list-feature li:first-child {
  margin-top: 0;
}

.c-list-products .c-products-item {
  border-bottom: 1px solid #999999;
}
.c-list-products .c-products-item:first-child {
  border-top: 1px solid #999999;
}

.c-back {
  color: #10069F;
  text-transform: uppercase;
  font-weight: bold;
}
.c-back a, .c-back a:hover, .c-back a:focus, .c-back a:active {
  color: #10069F;
}

.content-loader {
  padding: 50px 10px;
  margin: 0 auto;
  margin-top: 50px;
}

.loader {
  margin: 0 auto;
  border: 5px solid transparent;
  border-radius: 50%;
  border-top: 5px solid #10069F;
  border-left: 5px solid #10069F;
  width: 150px;
  height: 150px; /* Safari */
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row-distributors {
  position: relative;
}
.row-distributors .js-btn-open-distributors {
  display: none;
}
@media screen and (max-width: 992px) {
  .row-distributors .js-btn-open-distributors {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-color: #000;
    color: #000;
    z-index: 99;
  }
  .row-distributors .c-sidebar-map {
    display: none;
  }
  .row-distributors .c-sidebar-map.open {
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  .row-distributors .c-sidebar-map.open .c-distributors {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.row-distributors .acf-map {
  width: 100%;
  height: 70vh;
  margin: 0;
}
.row-distributors .acf-map .marker {
  color: #fff;
}
.row-distributors .acf-map img {
  max-width: inherit !important;
}
.row-distributors .c-search-distributors {
  height: 100%;
  padding: 0 10px;
  background: #F1F1F1;
}
.row-distributors .c-search-distributors .search {
  width: 100%;
  display: block;
  padding: 15px 15px;
  color: #000;
  background: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  .row-distributors .c-search-distributors .search {
    width: 90%;
    margin: 10px auto;
  }
}
.row-distributors .c-search-distributors .o-btn {
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .row-distributors .c-search-distributors .o-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5%;
  }
}
.row-distributors .c-distributors_list {
  padding: 0;
  margin: 0;
  height: 70vh;
  overflow: auto;
}
.row-distributors .c-distributors_list li {
  list-style-type: none;
}
.row-distributors .c-btn-distributors_list {
  border-bottom: 1px solid #999999;
}
.row-distributors .c-btn-distributors_list:first-child {
  border-top: 1px solid #999999;
}

.c-col-map {
  position: relative;
}

.c-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-popup-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.c-popup-content {
  max-width: 500px;
  padding: 50px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: rgb(255, 255, 255);
  text-align: center;
}
.c-popup-content button {
  border: none;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.site-footer {
  margin-top: 50px;
  line-height: 1.4;
  background: #F1F1F1;
}
.site-footer p {
  font-size: 14px;
}
.site-footer h5 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .site-footer p {
    margin: 0;
  }
}
.site-footer .logo {
  max-width: 120px;
  display: block;
  width: 100%;
}
.site-footer .c-menu-listFooter {
  margin: 0;
  padding: 0;
}
.site-footer .c-menu-listFooter-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #10069F;
}
@media screen and (max-width: 768px) {
  .site-footer .c-menu-listFooter-item {
    margin: 3px 0;
  }
}
.site-footer .c-menu-listFooter-item a {
  font-family: "EssonnesDisplay", serif;
  font-weight: bold;
  font-size: 20px;
}
.site-footer .c-menu-listFooter-item a,
.site-footer .c-menu-listFooter-item a:hover,
.site-footer .c-menu-listFooter-item a:focus,
.site-footer .c-menu-listFooter-item a:visited {
  text-decoration: none;
  color: #10069F;
}
.site-footer .c-menu-listFooter-item p {
  font-weight: 500;
}
.site-footer .list-col-footer3 .c-menu-listFooter-item a {
  font-weight: normal;
}
.site-footer .c-listSocial {
  margin: 0;
  padding: 0;
}
.site-footer .c-listSocial li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.site-footer .c-listSocial li a.c-listSocial_item {
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.site-footer .c-listSocial li a.c-listSocial_item.-facebook {
  background-image: url("../img/icon-facebook.svg");
}
.site-footer .c-listSocial li a.c-listSocial_item.-instagram {
  background-image: url("../img/icon-instagram.svg");
}
.site-footer .c-listSocial li a.c-listSocial_item.-pinterest {
  background-image: url("../img/icon-pinterest.svg");
}
.site-footer .c-listSocial li a.c-listSocial_item.-youtube {
  background-image: url("../img/icon-youtube.svg");
}
.site-footer .c-listSocial li a.c-listSocial_item.-linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
.site-footer .o-text {
  font-size: 16px;
}
.site-footer .credit-site {
  text-align: center;
  font-size: 13px;
  color: #999999;
}
.site-footer .credit-site .text-center {
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
}

.page-id-691 h1 {
  font-size: 48px;
}
@media screen and (max-width: 992px) {
  .page-id-691 h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-691 h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .page-id-691 h1 {
    font-size: 28px;
  }
}

.animation-element {
  position: relative;
  overflow: hidden;
  top: 500px;
  opacity: 0;
}

.animation-element.in-view {
  top: 0;
  opacity: 1;
  position: relative;
  transition: opacity 0.5s ease-in-out, top 0.7s ease-in-out;
}

#crumbs {
  margin: 3rem auto;
}

#home-crumb {
  color: #999 !important;
}

.cta_back_lw {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.post-container .row {
  justify-content: center;
}

.post-container .row .image-container-mobile {
  display: none;
}

.post-container .row .images-container {
  position: relative;
  height: 650px;
  width: 900px;
  padding: 0;
  margin: 5rem;
  margin-top: 2.5rem;
}

.post-container .row .images-container .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.post-container .row .images-container .v-img {
  width: 450px;
  height: 560px;
  top: 0;
  right: 0;
  z-index: 9;
}

.post-container .row .images-container .o-img {
  height: 450px;
  width: 560px;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.post-container .row .post-text p {
  text-align: left;
  letter-spacing: 0px;
  font-family: AtlasGrotesk;
  font-weight: lighter;
  color: #666;
  font-size: 18px;
  line-height: 30px;
  opacity: 1;
  margin-bottom: 1rem;
}

.post-container .row .post-date {
  text-align: center;
}

.post-container .row .date {
  letter-spacing: 0px;
  font-size: 24px;
  line-height: 30px;
  font-family: AtlasGrotesk;
  font-weight: normal;
  color: #666666;
  opacity: 1;
}

.post-container .row .post-title {
  text-align: center;
  font-size: 58px;
}

.post-container .row .post-pdf {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post-container .row .post-pdf p {
  padding-bottom: 28px;
  padding-top: 28px;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: bolder;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.post-container .row .post-social {
  display: flex;
  color: #10069f;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 500;
}

.post-container .row .post-social div {
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.post-container .row .post-social .-facebook {
  margin: 0;
  background-image: url("../img/icon-facebook.svg");
}

.post-container .row .post-social .-pinterest {
  margin: 0;
  background-image: url("../img/icon-pinterest.svg");
}

.post-container .row .post-social .-linkedin {
  margin: 0;
  background-image: url("../img/icon-linkedin.svg");
}

.post-container .row .post-social .post-social-link {
  margin-left: 1rem;
}

.date {
  letter-spacing: 0px;
  font-size: 24px;
  font-family: AtlasGrotesk;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
  opacity: 1;
}

#lym-world-title {
  text-align: center;
}

#lym-world-title h3 {
  font-size: 60px;
  line-height: 80px;
}

.news-container .news-main {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.news-container .news-main .news-header {
  margin-top: 5rem;
}

.news-container .news-main .news-header h3 {
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .news-container .news-main .news-header h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.news-container .news-main .news-header a button {
  padding: 12px 64px;
  font-size: 16px;
  line-height: 21px;
}

.news-container .news-main .news-header .news-date {
  margin-bottom: 1rem;
}

.news-container .news-main .news-images-container {
  position: relative;
  height: 400px;
  width: 600px;
  padding: 0;
  margin: 5rem;
  margin-top: 2.5rem;
}

.news-container .news-main .news-images-container .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.news-container .news-main .news-images-container .v-img {
  display: block;
  width: 297px;
  height: 370px;
  top: 0;
  right: 0;
  z-index: 9;
}

.news-container .news-main .news-images-container .o-img {
  height: 297px;
  width: 370px;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.c-img .f-img {
  padding-top: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-card-imageCover {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.block-rowBackgroundCTA_content {
  height: 510px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .block-rowBackgroundCTA_content {
    height: auto;
  }
}

.c-img .s-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 210px;
  margin: 40px 90px;
}

.c-img .ds-img {
  background-color: #fff;
}

.table-container {
  background-color: #f1f1f1;
  min-height: 900px;
  background-clip: content-box;
}

.cta-container {
  margin-bottom: 3rem;
}

.block-tabImgTxt .tab-title {
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  margin-top: 60px;
}

.block-tabImgTxt .c-img {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin: 40px;
}

.block-tabImgTxt .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-tabImgTxt .t-txt {
  margin-left: 100px;
  width: 300px;
}

.block-tabImgTxt .t-txt p {
  font-size: 18px;
  line-height: 22px;
  color: #707070;
  font-family: AtlasGrotesk;
}
@media screen and (max-width: 768px) {
  .block-tabImgTxt .t-txt p {
    font-size: 14px;
  }
}

.block-tabImgTxt .t-txt h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #666;
  font-family: AtlasGrotesk;
}
@media screen and (max-width: 768px) {
  .block-tabImgTxt .t-txt h4 {
    font-size: 16px;
  }
}

#block-1 .container-fluid .s-row:first-child {
  margin-top: 0px;
}

#block-1:nth-child(2) .container-fluid .s-row:first-child h2 {
  font-size: 60px;
  line-height: 68px;
}
@media screen and (max-width: 576px) {
  #block-1:nth-child(2) .container-fluid .s-row:first-child h2 {
    font-size: 30px;
  }
}

.oc-btn {
  min-width: 271px;
  text-align: center;
  white-space: nowrap;
}

.c-rowBackgroundCTA-bg_text .cta-btn-l {
  padding: 6px 64px;
  border-color: white;
  color: white;
}

.c-rowBackgroundCTA-bg_text {
  color: white;
}

.cti-text {
  display: flex;
  align-items: center;
}

.c-img-s {
  width: 100%;
  height: auto;
}

.s-row {
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 5rem;
  padding: 0;
}

.block-smpl {
  display: flex;
  justify-content: space-between;
}

.block-fullScreenGeneral {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.o2-smpl .st-row {
  justify-content: flex-end;
}

.st-row h2 {
  font-size: 48px;
  line-height: 60px;
}

.o-img-s {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  .o-img-s {
    background-size: cover;
    margin-top: 15px;
  }
}

#crumbs {
  margin-bottom: 0;
}

.o2-smpl .o-txt {
  margin-right: 5rem;
}

.st-row div > p:not(:only-of-type):first-of-type {
  font-size: 24px;
  line-height: 30px;
}

.fs-img {
  padding-top: 50%;
  margin-top: 30px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.collapse-block {
  border: 1px solid #999;
}

.c-row-ei .st-row,
.c-row-si .st-row {
  justify-content: space-evenly;
  align-items: flex-start;
}

.c-row-ei ul,
.c-row-si ol {
  margin: 0;
}

.c-row-ei .o-img-s {
  padding-top: 60%;
}

.collapse-block {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 21px;
  margin-bottom: 5rem;
}

.collapse-block p,
.collapse-block li {
  color: #666;
  font-size: 18px;
  line-height: 36px;
}

.collapse-block h2 {
  font-size: 36px;
  margin-bottom: 1rem;
  line-height: 60px;
  color: #10069f;
  font-weight: bold;
  text-transform: none;
  text-align: left;
}

.collapse-block button {
  border: none;
  width: 100%;
}

.o-img-car {
  padding-top: 20%;
  width: 25%;
  margin-right: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.o-img-car:last-child {
  margin-right: 0;
}

.c-img-car {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.c-row-tc,
.c-row-si,
.c-row-ei {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 5rem;
}

.fcv-img {
  padding-top: 22.11%;
}

.block-colTextImageSmpl p {
  color: #666;
}

.pg-title {
  text-align: center;
  margin: 36px auto;
}

.post-title {
  margin-top: 36px;
}

.block-dist .container-fluid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 1.3333333333rem;
       column-gap: 1.3333333333rem;
}

.block-dist p,
.block-dist h3 {
  font-size: 16px;
  color: #666;
  font-family: AtlasGrotesk;
  line-height: 30px;
  margin-bottom: 0;
}

.block-dist h3 {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.distr-box {
  border-bottom: 1px solid #ccc;
  width: calc(25% - 1rem);
  margin-right: 0;
}

.contatti-colTextImgSmpl {
  flex-direction: row-reverse;
}

.contatti-colTextImgSmpl .o2-smpl .st-row {
  justify-content: flex-start;
}

#block-1:nth-child(2) .contatti-colTextImgSmpl:first-child .o-txt h2 {
  font-size: 36px;
  padding-bottom: 0;
  line-height: 60px;
  font-weight: bold;
}

.contatti-colTextImgSmpl .st-row div > p:not(:only-of-type):first-of-type {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.contatti-colTextImgSmpl p {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
}

.contatti-colTextImgSmpl p:last-of-type {
  margin-bottom: 1rem;
}

.form-block > .container-fluid {
  background-color: #f2f2f2;
  background-clip: content-box;
}

.form-block input[type=submit] {
  background: none;
  border-radius: 0;
  border: 1px solid black;
  padding: 12px 64px;
  color: rgb(0, 0, 0);
}

.form-block input[type=submit]:hover {
  border-color: #10069f;
  color: #10069f;
}

.form-container,
.form-block-header {
  margin: 3rem auto;
}

.form-block-header {
  text-align: center;
}

.form-block-header h2 {
  padding-top: 20%;
  font-size: 48px;
  line-height: 60px;
}

.form-block-header p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.form-container .input-head {
  width: calc(50% - 1rem);
  margin-bottom: 30px;
}

.form-container {
  padding-bottom: 5%;
}

.form-container .form-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-container p:first-of-type {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.form-container input[type=text],
.form-container input[type=tel],
.form-container input[type=email],
.form-container textarea {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  resize: none;
  border-radius: 0;
  border: none;
  padding: 22px;
}

.form-container input::-moz-placeholder, .form-container textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.form-container input::placeholder,
.form-container textarea::placeholder {
  color: #666;
  opacity: 1;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.form-container .wpcf7-form-control-wrap {
  position: static;
}

.form-container .wpcf7-list-item {
  margin: 0;
  margin-right: 1rem;
}

.input-privacy {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
  margin-bottom: 60px;
}

.input-privacy label {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.input-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 271px;
  justify-content: center;
  margin: 0 auto;
}

#thankyou {
  text-align: center;
}

#thankyou h1 {
  font-size: 48px;
  line-height: 65px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

#thankyou p {
  font-size: 21px;
  line-height: 30px;
  color: #666;
}

#thankyou a {
  display: inline-block;
  padding: 12px 64px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  border: 1px solid #000;
  color: #000;
  background: none;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}

.block-carouselNewsGallery .btn-navigation-carouselGallery {
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 27px;
  transform: translateY(-50%);
  color: #10069f;
}

.block-carouselNewsGallery .btn-navigation-carouselGallery.js-carouselGallery-btnNext {
  right: -35px;
}

.block-carouselNewsGallery .btn-navigation-carouselGallery.js-carouselGallery-btnPrev {
  left: -35px;
}

.block-carouselNewsGallery .swiper-autoheight .swiper-wrapper {
  align-items: center;
}

.news-gallery-row > div {
  padding: 0;
}

.news-gallery-row {
  position: relative;
}

@media screen and (min-width: 2048px) {
  .distr-box:nth-child(-n+5) {
    border-top: 1px solid #ccc;
  }
  .distr-box {
    width: calc(20% - 1rem);
  }
  .block-dist .container-fluid {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .distr-box:nth-child(-n+4) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .distr-box:nth-child(-n+3) {
    border-top: 1px solid #ccc;
  }
  .distr-box {
    width: calc(33% - 1rem);
  }
  .block-dist .container-fluid {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 1200px) {
  .distr-box:nth-child(-n+2) {
    border-top: 1px solid #ccc;
  }
  .distr-box {
    width: calc(50% - 1rem);
  }
  .block-dist .container-fluid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .distr-box:first-child {
    border-top: 1px solid #ccc;
  }
  .distr-box {
    width: 100%;
  }
  .block-dist .container-fluid {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.distr-content {
  margin: 30px 0;
}

.block-dist {
  margin-bottom: 3rem;
}

.input-privacy label {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.input-submit {
  display: flex;
  flex-direction: column;
  max-width: 271px;
  justify-content: center;
  margin: 0 auto;
}

.block-carouselNewsGallery .btn-navigation-carouselGallery {
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 27px;
  transform: translateY(-50%);
  color: #10069f;
}

.block-carouselNewsGallery .btn-navigation-carouselGallery.js-carouselGallery-btnNext {
  right: -35px;
}

.block-carouselNewsGallery .btn-navigation-carouselGallery.js-carouselGallery-btnPrev {
  left: -35px;
}

.block-carouselNewsGallery .swiper-autoheight .swiper-wrapper {
  align-items: center;
}

.news-gallery-row > div {
  padding: 0;
}

.news-gallery-row {
  position: relative;
}

#news-gallery-block {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .post-container .row .images-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    height: auto;
    margin: 1rem auto;
  }
  .post-container .row .images-container .bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .post-container .row .images-container .o-img {
    height: 0;
    padding-top: 80%;
    width: 100%;
  }
  .post-container .row .post-title {
    font-size: revert;
  }
  .post-container .row .images-container .v-img {
    display: none;
  }
  .st-row h2 {
    font-size: revert;
    padding: 0;
    margin: 0;
  }
  .post-container .row .image-container-mobile {
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    height: auto;
    margin: 1rem auto;
  }
  .block-tabImgTxt .c-img {
    margin: 0;
    flex-direction: column;
  }
  .block-tabImgTxt .c-img .t-txt {
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .o-img-s {
    padding-top: 80%;
  }
  .s-row {
    margin-bottom: 2rem;
  }
  .block-fullScreenGeneral {
    margin: 0;
  }
  .post-container .row .image-container-mobile .mobile-img {
    height: 0;
    padding-top: 125%;
    width: 100%;
    margin: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news-container .news-main {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
  }
  .news-container .news-main .news-header {
    width: 560px;
    margin-top: 0;
  }
  .news-container .news-main .news-header h3 {
    margin-bottom: 1rem;
  }
  .news-container .news-main .news-images-container {
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    height: 0;
    margin: 1rem auto;
    margin-top: 80%;
  }
  .news-container .news-main .news-images-container .o-img {
    height: 0;
    padding-top: 80%;
    width: 100%;
  }
  .news-container .news-main .news-images-container .v-img {
    display: none;
  }
  .o2-smpl .o-txt {
    margin-right: 0;
  }
  .c-img-car {
    flex-direction: column;
  }
  .o-img-car {
    padding-top: 50%;
    margin-bottom: 1rem;
    margin-right: 0;
    width: 100%;
  }
  .form-container .input-head {
    width: 90%;
  }
  .form-container .form-head {
    flex-direction: column;
    align-content: center;
  }
  .form-container .input-textarea, .form-container .input-privacy {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .arch-footer {
    margin-bottom: 5rem;
  }
}
/* .home{
    @media screen and (min-width: $grid-breakpoints_lg) {
        #block-1{
            height: calc(100vh - 75px);
        }
        #block-2{
            height: calc(100vh - 75px);
            .c-image.-ratio-1_1:before{
                height: calc(100vh - 75px);
            }
        }
        #block-3-1{
            height: calc(100vh - 75px);
        }
        #block-3-2{
            height: calc(100vh - 75px);
        }
        #block-3-3{
            height: calc(100vh - 75px);
        }
    }
} */
/****************/
/* updates 2025 */
/****************/
.o-btn:hover, .o-btn:focus, .o-btn:active,
button.o-btn:hover,
button.o-btn:focus,
button.o-btn:active,
button:hover,
button:focus,
button:active,
a.o-btn:hover,
a.o-btn:focus,
a.o-btn:active {
  color: #657F70;
  border-color: #657F70;
}

.site-header.-open-menu {
  background-color: #A0A88A;
}
.site-header.-open-menu .c-menu .main-navigation ul li {
  margin: 0;
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li {
  margin: 0;
}
.site-header.-open-menu .c-menu .main-navigation .c-menu_categoryProduct ul li a {
  font-size: clamp(2rem, -0.0984rem + 2.623vw, 4rem);
  line-height: 1.5;
}
.site-header .o-action-areaPro {
  font-size: 18px;
}

.c-back a,
.c-back a:hover,
.c-back a:focus,
.c-back a:active {
  color: #212529;
}

.o-btn-downTop:hover, .o-btn-downTop:visited, .o-btn-downTop:focus {
  border-color: #212529;
}

.loader {
  border-top: 5px solid #657F70;
  border-left: 5px solid #657F70;
}

.collapse-block h2 {
  color: #212529;
}

.block-grid-images .c-image .o-text {
  padding: 50px;
  text-align: center;
  bottom: 0;
  top: unset;
}
@media screen and (max-width: 768px) {
  .block-grid-images .c-image .o-text {
    padding: 20px;
  }
}

.block-grid-images .c-image .o-text a,
.block-grid-images .c-image .o-text a:hover,
.block-grid-images .c-image .o-text a:focus,
.block-grid-images .c-image .o-text a:active {
  text-decoration: none;
}

.block-grid-images .c-image img {
  position: relative;
}

.block-grid-images .c-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.6s ease-in-out;
}

.block-grid-images .click-card:hover .c-image:after {
  opacity: 0;
}

/* FILTERS */
.filters-container {
  background-color: #eee;
}

/* accordions */
.accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-item .accordion-button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #212529;
  border-bottom: 1px solid #212529;
  box-shadow: unset;
  font-weight: normal;
  text-transform: unset;
}
.accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-item .accordion-button:hover {
  color: #212529;
  text-decoration: underline;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #212529;
}
.accordion-item .accordion-button.collapsed:hover::after {
  animation: bounce 0.6s ease-in-out;
}
.accordion-item .accordion-button:not(.collapsed):hover::after {
  animation: bounceUp 0.6s ease-in-out;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(5px);
  }
}
@keyframes bounceUp {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(180deg);
  }
  40% {
    transform: translateY(-5px) rotate(180deg);
  }
  60% {
    transform: translateY(5px) rotate(180deg);
  }
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item .accordion-body .button-group input[type=checkbox] {
  display: none;
}
.accordion-item .accordion-body .button-group .form-check-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 0.9375rem;
}
.accordion-item .accordion-body .button-group .form-check-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #212529;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  background-color: #fff;
}
.accordion-item .accordion-body .button-group input[type=checkbox]:checked + .form-check-label::before {
  background-color: #212529;
  color: #fff;
}
.accordion-item .accordion-body .button-group .filter-thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #212529;
  -o-object-fit: cover;
     object-fit: cover;
}

.reset-btn {
  text-transform: unset;
}

.btn-custom-white {
  background-color: #fff;
  color: #212529;
  border: 1px solid #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn-custom-white:hover {
  background-color: transparent;
  color: #fff;
}

.overlay-contents {
  background-color: rgba(0, 0, 0, 0.5);
}

.block-colours-finishes .accordion-button {
  font-family: "EssonnesDisplay", serif;
  font-weight: bold;
  font-size: 36px;
  border-bottom: 0;
}
.block-colours-finishes .accordion-button:after {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}
@media screen and (max-width: 992px) {
  .block-colours-finishes .accordion-button {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .block-colours-finishes .accordion-button {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .block-colours-finishes .accordion-button {
    font-size: 26px;
  }
}

.colours-finishes-list h3 {
  font-size: 48px;
}
@media screen and (max-width: 992px) {
  .colours-finishes-list h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .colours-finishes-list h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .colours-finishes-list h3 {
    font-size: 34px;
  }
}
.colours-finishes-list .list-inline {
  gap: 20px;
}
.colours-finishes-list .list-inline .list-inline-item {
  width: calc(20% - 20px);
}
.colours-finishes-list .list-inline .list-inline-item > div {
  aspect-ratio: 6/7;
}
.colours-finishes-list .list-inline .list-inline-item > div img {
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.colours-finishes-list .list-inline .list-inline-item > div.mouseover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.colours-finishes-list .list-inline .list-inline-item > div.mouseover:hover img {
  opacity: 0;
}
.colours-finishes-list .list-inline .list-inline-item .dida {
  font-family: "EssonnesDisplay", serif;
  font-weight: bold;
  font-size: 36px;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .colours-finishes-list .list-inline .list-inline-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .colours-finishes-list .list-inline .list-inline-item {
    width: 100%;
  }
}

/* single product page */
.block-technicalFeatures .c-table-feature {
  color: #212529;
}
.block-technicalFeatures .c-table-feature table tr {
  border-color: #212529;
}
.block-technicalFeatures .c-list-feature_item .label {
  letter-spacing: 0.05em;
}
.block-technicalFeatures .colours-group:not(:last-child) {
  border-bottom: 1px solid #212529;
}
.block-technicalFeatures .colours-group ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.block-technicalFeatures .colours-group ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-technicalFeatures .colours-group ul li span.dida {
  font-size: 0.875rem;
}

.o-card-product .c-image img,
.js-lightboxgallery .c-image img {
  aspect-ratio: 1/1;
}

.block-carouselGallery .btn-navigation-carouselGallery {
  color: #212529;
}

/* filtering range slider */
.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 2rem 0 1rem;
}

.sliders_control {
  position: relative;
  min-height: 20px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  color: #212529;
}

input[type=range] {
  border: 0;
  padding: 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #212529;
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #212529;
  border-radius: 50%;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #666;
}

input[type=number] {
  color: #212529;
  width: 75px;
  height: 30px;
  font-size: 1rem;
  border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #212529;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

.form-block input[type=submit]:hover {
  border-color: #212529;
  color: #212529;
}

.post-container .row .post-social {
  color: #212529;
}

.site-footer .c-menu-listFooter-item a,
.site-footer .c-menu-listFooter-item a:hover,
.site-footer .c-menu-listFooter-item a:focus,
.site-footer .c-menu-listFooter-item a:visited {
  color: #212529;
}/*# sourceMappingURL=custom-style.css.map */