/*
@import url(https://fonts.googleapis.com/css?family=Unna);
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,700);
*/

@import url("https://use.typekit.net/nmx4gmx.css");
@font-face {
  font-family: "bertazzoni";
  src: url("/fonts/fontastic/fonts/bertazzoni.eot");
  src: url("/fonts/fontastic/fonts/bertazzoni.eot?#iefix") format("embedded-opentype"), url("/fonts/fontastic/fonts/bertazzoni.woff") format("woff"), url("/fonts/fontastic/fonts/bertazzoni.ttf") format("truetype"), url("/fonts/fontastic/fonts/bertazzoni.svg#bertazzoni") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "bertazzoni" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="fb-"]:before,
[class*=" fb-"]:before {
  font-family: "bertazzoni" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fb-arrow-down-bold:before {
  content: "\62"; }

.fb-arrow-dx:before {
  content: "\63"; }

.fb-arrow-dx-bold:before {
  content: "\64"; }

.fb-arrow-sx:before {
  content: "\65"; }

.fb-arrow-up:before {
  content: "\66"; }

.fb-arrow-up-bold:before {
  content: "\67"; }

.fb-arrow-down:before {
  content: "\68"; }

.fb-compress:before {
  content: "\6b"; }

.fb-envelope:before {
  content: "\6e"; }

.fb-expand:before {
  content: "\6f"; }

.fb-filter:before {
  content: "\72"; }

.fb-play:before {
  content: "\77"; }

.fb-print:before {
  content: "\79"; }

.fb-search:before {
  content: "\42"; }

.fb-share:before {
  content: "\43"; }

.fb-checkbox-checked:before {
  content: "\4a"; }

.fb-checkbox-unchecked:before {
  content: "\4b"; }

.fb-plus:before {
  content: "\4c"; }

.fb-close:before {
  content: "\69"; }

.fb-heart:before {
  content: "\4e"; }

.fb-user:before {
  content: "\4f"; }

.fb-facebook:before {
  content: "\70"; }

.fb-instagram:before {
  content: "\50"; }

.fb-pinterest:before {
  content: "\51"; }

.fb-youtube:before {
  content: "\48"; }

.fb-twitter:before {
  content: "\61"; }

.fb-delete:before {
  content: "\6a"; }

.fb-edit:before {
  content: "\6c"; }

.fb-minus:before {
  content: "\6d"; }

.fb-loading:before {
  content: "\71"; }

.fb-user-active:before {
  content: "\73"; }

.fb-pdf:before {
  content: "\74"; }

.fb-twitter-x:before {
  content: "\75"; }

/*--------------------------------------------------
Reset
--------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after {
  content: '';
  content: none; }

q::before,
q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow-x: hidden;
  font-size: 62.5%; }
  @media (max-width: 767px) {
    html {
      font-size: 55.6%; } }

body {
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body.resizing * {
    -webkit-transition: none !important;
    transition: none !important; }

.page-dark {
  background: black;
  color: white; }

.container {
  padding: 20px 20px 18px; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 60px 20px 20px; }

.video-embed {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 56.25%; }
  .video-embed iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------
Back To Top
--------------------------------------------------*/
.backtotop {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  margin: 15px;
  width: 50px;
  height: 50px;
  padding: 12px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

.backtotop i {
  font-size: 25px;
  color: white; }

.backtotop:hover {
  cursor: pointer; }

@media (max-width: 767px) {
  .backtotop {
    margin: 20px 10px;
    width: 35px;
    height: 35px;
    padding: 8px; }
  .backtotop i {
    font-size: 18px; } }

/*--------------------------------------------------
Tooltip
--------------------------------------------------*/
.qtip-link {
  position: relative;
  z-index: 1; }
  .qtip-link .qtip-tooltip {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.1rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    padding: 3px 5px;
    border-radius: 5px;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    opacity: 0;
    pointer-events: none; }
  .qtip-link:hover .qtip-tooltip {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

/*--------------------------------------------------
Cols
--------------------------------------------------*/
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid black; }
  .cols .col {
    width: 48.8888%; }
    @media (max-width: 767px) {
      .cols .col {
        width: 100%; } }
    .cols .col .article .title {
      width: 100%; }

/*--------------------------------------------------
New
--------------------------------------------------*/
.product-label-new {
  display: block; }
  .product-label-new span {
    display: inline-block;
    margin-left: -1px;
    background: red;
    padding: 3px 5px;
    margin-bottom: 3px;
    text-align: center;
    color: white;
    font-size: 1.41667rem;
    font-weight: 300;
    text-transform: uppercase; }

.hidden {
  display: none !important; }

[appear] {
  opacity: 0;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms; }
  [appear].appeared {
    opacity: 1; }

[scroll-to] {
  cursor: pointer; }

div.grwf2-wrapper.wf2-embedded {
  z-index: 99 !important; }

/*--------------------------------------------------
Typography
--------------------------------------------------*/
body {
  font-family: "akzidenz-grotesk", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  background: white;
  color: black; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0em;
  padding: 0em;
  line-height: 1.2;
  font-weight: inherit;
  font-size: inherit; }

p {
  line-height: 1.2;
  margin-bottom: 4px; }

/*
h1,
.h1 {
	font-size: 6.46rem !important;
	margin: 0px !important;
}

h2,
.h2 {
	font-size: 4.76rem;
}

h3,
.h3 {
	font-size: 3.485rem;
}

h4,
.h4 {
	font-size: 3.145rem;
}

h5,
.h5 {
	font-size: 2.125rem;
}

h6,
.h6 {
	font-size: 1.87rem;
}
*/
b,
strong {
  font-weight: bold; }

.sans {
  font-weight: 500 !important; }

::-moz-selection {
  color: white;
  background: black; }

::selection {
  color: white;
  background: black; }

.tit-h1 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 500; }

.tit-h2 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 25px; }

.tit-h3 {
  font-weight: 500;
  margin-bottom: 10px; }
  .tit-h3 p + p {
    margin-top: 6px; }

.promotion-title {
  color: red; }

@media (min-width: 992px) {
  .section-products-hero .tit-h3 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 25px; } }

@media (max-width: 991.98px) {
  .tit-h2 {
    font-size: 20.25px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 18.75px; }
  .section-products-hero .tit-h3 {
    font-size: 13.5px;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 12.5px; } }

.text p {
  margin: 0 0 20px 0 !important; }

/*--------------------------------------------------
Img
--------------------------------------------------*/
img {
  vertical-align: middle;
  max-width: 100%; }

.msie11 .section--my-project img {
  width: 100%; }

.msie11 .section--my-product img {
  width: 100%; }

/*--------------------------------------------------
Btn
--------------------------------------------------*/
a {
  color: inherit;
  display: inline-block;
  cursor: pointer; }

a,
a:link,
a:visited,
a:hover {
  text-decoration: none; }

button {
  outline: none;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit; }

.btn, .support-item a:not(.btn) {
  display: inline-block;
  padding: 0;
  margin: 0;
  outline: none;
  background: inherit;
  border: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: ease-in-out 250ms;
  transition: ease-in-out 250ms;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color; }
  .btn i + span, .support-item a:not(.btn) i + span {
    margin-left: 5px; }
  .btn span + i, .support-item a:not(.btn) span + i {
    margin-left: 5px; }

.btn-block {
  display: block;
  text-align: center; }

.btn-cta, .btn-more {
  padding: 10px 20px;
  font-size: 15px;
  background: transparent;
  color: black;
  border: 1px solid black; }
  .btn-cta:hover, .btn-more:hover, .btn-cta:active, .btn-more:active, .btn-cta.active, .active.btn-more {
    background: black;
    color: white; }
  .page-dark .btn-cta, .page-dark .btn-more {
    background: transparent;
    color: white;
    border: 1px solid white; }
    .page-dark .btn-cta:hover, .page-dark .btn-more:hover, .page-dark .btn-cta:active, .page-dark .btn-more:active, .page-dark .btn-cta.active, .page-dark .active.btn-more {
      background: white;
      color: black; }

.btn-cta-inverted, .btn-sm, .support-item a:not(.btn) {
  padding: 10px 20px;
  font-size: 15px;
  background: black;
  color: white;
  border: 1px solid white; }
  .btn-cta-inverted:hover, .btn-sm:hover, .support-item a:hover:not(.btn), .btn-cta-inverted:active, .btn-sm:active, .support-item a:active:not(.btn), .btn-cta-inverted.active, .active.btn-sm, .support-item a.active:not(.btn) {
    background: white;
    color: black;
    border-color: black; }
  .page-dark .btn-cta-inverted, .page-dark .btn-sm, .page-dark .support-item a:not(.btn), .support-item .page-dark a:not(.btn) {
    background: white;
    color: black;
    border: 1px solid black; }
    .page-dark .btn-cta-inverted:hover, .page-dark .btn-sm:hover, .page-dark .support-item a:hover:not(.btn), .support-item .page-dark a:hover:not(.btn), .page-dark .btn-cta-inverted:active, .page-dark .btn-sm:active, .page-dark .support-item a:active:not(.btn), .support-item .page-dark a:active:not(.btn), .page-dark .btn-cta-inverted.active, .page-dark .active.btn-sm, .page-dark .support-item a.active:not(.btn), .support-item .page-dark a.active:not(.btn) {
      background: black;
      color: white;
      border-color: white; }

.btn-sm, .support-item a:not(.btn) {
  padding: 4px 12px;
  font-size: 12px;
  text-transform: uppercase; }

.btn-md {
  padding: 10px 15px; }

.support-item a:not(.btn) {
  background: transparent;
  color: black;
  border-bottom: 1px solid black;
  padding: 4px;
  line-height: 1; }

.btn-heart svg.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }

.btn-my-kitchen {
  position: relative; }
  .btn-my-kitchen .counter {
    display: none;
    position: absolute;
    background: #888;
    color: white;
    font-size: 9px;
    width: auto;
    height: 14px;
    border-radius: 10px;
    text-align: left ;
    line-height: 14px;
    padding: 0 4px;
    top: 7px;
    left: 15px; }
    html.rtl .btn-my-kitchen .counter {
      text-align: right ; }
  .menu-main .btn-my-kitchen .counter,
  .menu-product-ctas .btn-my-kitchen .counter {
    right: 8px;
    top: 13px;
    left: auto; }

.btn-gallery {
  aspect-ratio: 840 / 560; }
  .btn-gallery .picture {
    max-width: 205px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.btn-video {
  position: relative;
  /*
    .fb-play {
		position: absolute;
		top: 50%;
		left: 50%;
		color: rgba(255, 255, 255, 0.7);
		border: 3px solid rgba(255, 255, 255, 0.3);
		border-radius: 50%;
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 32px;
		outline: 0;
		transition: all ease-in-out 300ms;
	}
	*/ }
  .btn-video .fb-play {
    position: absolute;
    top: 15px;
    right: 15px;
    fill: #ffffff;
    width: 19.2px;
    height: 20.8px;
    opacity: 0.8;
    -webkit-transition: opacity ease-in-out 300ms;
    transition: opacity ease-in-out 300ms; }
  .btn-video:hover .fb-play {
    opacity: 1; }

.btn-price {
  padding: 15px 15px;
  margin: 0 0 15px 0;
  font-size: 15px;
  background: #888;
  color: white;
  border: 1px solid #888;
  cursor: auto; }

.btn-zoom {
  font-size: 18px;
  text-indent: 3px; }

.btn-more i {
  vertical-align: middle;
  font-size: 13px; }

.btn-search {
  padding: 0 11px;
  background: transparent;
  color: black;
  font-size: 15px;
  border: 0; }
  .btn-search i {
    vertical-align: middle; }
  .btn-search:hover, .btn-search:active, .btn-search.active {
    background: black;
    color: white; }
  .page-dark .btn-search {
    background: transparent;
    color: white;
    border: 1px solid white; }
    .page-dark .btn-search:hover, .page-dark .btn-search:active, .page-dark .btn-search.active {
      background: white;
      color: black; }

.btn-group {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px; }
  .btn-group-gallery {
    gap: 30px; }
  @media (max-width: 991.98px) {
    .btn-group {
      display: block;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px; }
      .btn-group .btn, .btn-group .support-item a:not(.btn) , .support-item .btn-group a:not(.btn) {
        display: block; } }

.btn-group-2 .btn, .btn-group-2 .support-item a:not(.btn) , .support-item .btn-group-2 a:not(.btn) ,
.btn-group-3 .btn,
.btn-group-3 .support-item a:not(.btn) ,
.support-item .btn-group-3 a:not(.btn) {
  min-width: 230px; }

.btn-group-4 .btn, .btn-group-4 .support-item a:not(.btn) , .support-item .btn-group-4 a:not(.btn) {
  min-width: 180px; }

.btn-group-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn-group-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px; }

/*--------------------------------------------------
Nav
--------------------------------------------------*/
nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  nav ul li {
    display: inline-block; }

/*--------------------------------------------------
Pagination
--------------------------------------------------*/
.pagination {
  text-align: center;
  margin: 30px auto; }
  .pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination ul li {
      display: inline-block;
      margin: 0;
      margin-left: -1px; }
      .pagination ul li a,
      .pagination ul li span {
        border: 1px solid black;
        padding: 5px 10px;
        display: block;
        min-width: 35px; }
      .pagination ul li a {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .pagination ul li a:hover {
          background: black;
          color: white; }
      .pagination ul li span.prev,
      .pagination ul li span.next {
        border: none;
        padding: 0;
        min-width: 0; }
      .pagination ul li.active span {
        background: #ececec;
        cursor: default; }

.section-icons {
  padding: 40px 0;
  background: black;
  color: white; }
  .section-icons .section-content {
    border-top: 1px solid white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .section-icons .section-content > div {
      width: 25%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; }
    .section-icons .section-content span {
      display: block;
      text-align: center; }
    .section-icons .section-content svg.icon {
      width: 40px; }

svg.icon {
  fill: black; }
  .page-dark svg.icon,
  .section-icons svg.icon {
    fill: white; }

/*--------------------------------------------------
Socials
--------------------------------------------------*/
a.icon {
  background: rgba(255, 255, 255, 0.2);
  text-align: center; }
  a.icon svg.icon {
    fill: white;
    width: 18px;
    height: 24px;
    display: inline-block;
    margin: 0 auto; }
  a.icon:hover.icon-facebook {
    background-color: #3b5998; }
  a.icon:hover.icon-twitter {
    background-color: #2a2a2a; }
  a.icon:hover.icon-pinterest {
    background-color: #cb2027; }
  a.icon:hover.icon-youtube {
    background-color: #b00; }
  a.icon:hover.icon-instagram {
    background: #fbbe54;
    background: linear-gradient(45deg, #fbbe54 0%, #e72341 33%, #a04494 66%, #5755a2 100%); }
  a.icon:hover.icon-linkedin {
    background-color: #0e76a8; }
  a.icon:hover.icon-wechat {
    background-color: #2cbb00; }
  a.icon:hover.icon-red {
    background-color: #e11219; }
  a.icon:hover.icon-weibo {
    background-color: #f79431; }
  a.icon:hover.icon-tiktok {
    background-color: #01eae4; }

li.icon-cucinamadein {
  background: url(/img/cucinamadein.svg) 50% 55% no-repeat; }

li.icon-cucinamadein:hover {
  background-color: #707279; }

/*--------------------------------------------------
Flags Icons
--------------------------------------------------*/
/*--------------------------------------------------
Flags
--------------------------------------------------*/
li.lang-icon a {
  padding-left: 28px; }

li.lang-icon.lang-universal a {
  background: url(/img/flags/flag_universal.png) 0 50% no-repeat; }

li.lang-icon.lang-ae a {
  background: url(/img/flags/flag_ae.png) 0 50% no-repeat; }

li.lang-icon.lang-au a {
  background: url(/img/flags/flag_au.png) 0 50% no-repeat; }

li.lang-icon.lang-bh a {
  background: url(/img/flags/flag_bh.png) 0 50% no-repeat; }

li.lang-icon.lang-ca a {
  background: url(/img/flags/flag_ca.png) 0 50% no-repeat; }

li.lang-icon.lang-id a {
  background: url(/img/flags/flag_id.png) 0 50% no-repeat; }

li.lang-icon.lang-iq a {
  background: url(/img/flags/flag_iq.png) 0 50% no-repeat; }

li.lang-icon.lang-in a {
  background: url(/img/flags/flag_in.png) 0 50% no-repeat; }

li.lang-icon.lang-fr a {
  background: url(/img/flags/flag_fr.png) 0 50% no-repeat; }

li.lang-icon.lang-ir a {
  background: url(/img/flags/flag_ir.png) 0 50% no-repeat; }

li.lang-icon.lang-it a {
  background: url(/img/flags/flag_it.png) 0 50% no-repeat; }

li.lang-icon.lang-kw a {
  background: url(/img/flags/flag_kw.png) 0 50% no-repeat; }

li.lang-icon.lang-el a {
  background: url(/img/flags/flag_el.png) 0 50% no-repeat; }

li.lang-icon.lang-ph a {
  background: url(/img/flags/flag_ph.png) 0 50% no-repeat; }

li.lang-icon.lang-nl a {
  background: url(/img/flags/flag_nl.png) 0 50% no-repeat; }

li.lang-icon.lang-no a {
  background: url(/img/flags/flag_no.png) 0 50% no-repeat; }

li.lang-icon.lang-om a {
  background: url(/img/flags/flag_om.png) 0 50% no-repeat; }

li.lang-icon.lang-pl a {
  background: url(/img/flags/flag_pl.png) 0 50% no-repeat; }

li.lang-icon.lang-qa a {
  background: url(/img/flags/flag_qa.png) 0 50% no-repeat; }

li.lang-icon.lang-ru a {
  background: url(/img/flags/flag_ru.png) 0 50% no-repeat; }

li.lang-icon.lang-sa a {
  background: url(/img/flags/flag_sa.png) 0 50% no-repeat; }

li.lang-icon.lang-se a {
  background: url(/img/flags/flag_se.png) 0 50% no-repeat; }

li.lang-icon.lang-sg a {
  background: url(/img/flags/flag_sg.png) 0 50% no-repeat; }

li.lang-icon.lang-tr a {
  background: url(/img/flags/flag_tr.png) 0 50% no-repeat; }

li.lang-icon.lang-aue a {
  background: url(/img/flags/flag_au.png) 0 50% no-repeat; }

li.lang-icon.lang-uk a {
  background: url(/img/flags/flag_uk.png) 0 50% no-repeat; }

li.lang-icon.lang-us a {
  background: url(/img/flags/flag_us.png) 0 50% no-repeat; }

li.lang-icon.lang-za a {
  background: url(/img/flags/flag_za.png) 0 50% no-repeat; }

li.lang-icon.lang-zh a {
  background: url(/img/flags/flag_zh.png) 0 50% no-repeat; }

li.lang-icon.lang-dk a {
  background: url(/img/flags/flag_dk.png) 0 50% no-repeat; }

li.lang-icon.lang-pt a {
  background: url(/img/flags/flag_pt.png) 0 50% no-repeat; }

li.lang-icon.lang-ie a {
  background: url(/img/flags/flag_ie.jpg) 0 50% no-repeat; }

li.lang-icon.lang-vn a {
  background: url(/img/flags/flag_vn.png) 0 50% no-repeat; }

li.lang-icon.lang-be a {
  background: url(/img/flags/flag_be.png) 0 50% no-repeat; }

li.blg-icon a {
  padding-left: 25px;
  background: url(/img/brand_lagermania.png) 0 50% no-repeat; }

li.ber-icon a {
  padding-left: 25px;
  background: url(/img/brand_bertazzoni.png) 0 50% no-repeat; }

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1160px) {
    .cards {
      padding: 0 15px; } }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }
  .card .card-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .card .card-body .ctas {
      margin-bottom: 20px;
      min-height: 52px; }

.cards-3 {
  width: calc(100% + 30px); }
  .cards-3 .card {
    width: calc(33% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 30px);
            flex: 0 0 calc(33% - 30px);
    padding: 0;
    margin: 0 30px 0 0; }
  @media (max-width: 991.98px) {
    .cards-3 .card {
      width: calc(50% - 30px);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 30px);
              flex: 0 0 calc(50% - 30px); } }
  @media (max-width: 767.98px) {
    .cards-3 {
      width: 100%; }
      .cards-3 .card {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0; } }

.cards-4 {
  width: calc(100% + 30px); }
  .cards-4 .card {
    width: calc(25% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
    margin: 0 30px 30px 0; }
  @media (max-width: 991.98px) {
    .cards-4 .card {
      width: calc(50% - 30px);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 30px);
              flex: 0 0 calc(50% - 30px); } }
  @media (max-width: 767.98px) {
    .cards-4 {
      width: 100%; }
      .cards-4 .card {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 0 30px 0; }
        .cards-4 .card:last-child {
          margin-bottom: 15px; } }

.card-linked {
  cursor: pointer; }
  .card-linked > a {
    display: block; }
  .card-linked .card-media {
    position: relative; }
    .card-linked .card-media .picture {
      -webkit-transition: ease-in-out 250ms;
      transition: ease-in-out 250ms;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    .card-linked .card-media .aspect:not(.contain) {
      overflow: hidden; }
    @media (min-width: 992px) {
      .card-linked .card-media .aspect.contain {
        margin: 15px 30px; } }
    @media (max-width: 991.98px) {
      .card-linked .card-media .aspect.contain {
        margin: 15px 0; } }
  .card-linked:hover .card-media .picture {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }

.card .is-new {
  color: red;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 2px; }

.card .abstract {
  font-size: 12px;
  font-weight: bold;
  color: #b4b4b4;
  display: block; }

.card .tit-h2 {
  line-height: 60px;
  display: block; }

.card .category {
  color: #888;
  line-height: 20px;
  text-decoration: underline;
  display: block; }

.card .credits {
  font-weight: 500;
  color: #888;
  font-size: 14px;
  line-height: 20px; }

.card .label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.card .label {
  font-size: 14px; }

@media (min-width: 992px) {
  .card .label-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; } }

@media (max-width: 991.98px) {
  .card .label-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; } }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
  width: 100%; }
  @media (max-width: 1160px) {
    .columns {
      padding: 0 15px; }
      .columns .columns {
        padding: 0; } }
  @media (max-width: 991.98px) {
    .columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }

.column-1 {
  width: calc(8.33333% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(8.33333% - 30px);
          flex: 1 0 calc(8.33333% - 30px); }
  @media (max-width: 991.98px) {
    .column-1 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-2 {
  width: calc(16.66667% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(16.66667% - 30px);
          flex: 1 0 calc(16.66667% - 30px); }
  @media (max-width: 991.98px) {
    .column-2 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-3 {
  width: calc(25% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(25% - 30px);
          flex: 1 0 calc(25% - 30px); }
  @media (max-width: 991.98px) {
    .column-3 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-4 {
  width: calc(33.33333% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.33333% - 30px);
          flex: 1 0 calc(33.33333% - 30px); }
  @media (max-width: 991.98px) {
    .column-4 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-5 {
  width: calc(41.66667% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(41.66667% - 30px);
          flex: 1 0 calc(41.66667% - 30px); }
  @media (max-width: 991.98px) {
    .column-5 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-6 {
  width: calc(50% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 30px);
          flex: 1 0 calc(50% - 30px); }
  @media (max-width: 991.98px) {
    .column-6 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-7 {
  width: calc(58.33333% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(58.33333% - 30px);
          flex: 1 0 calc(58.33333% - 30px); }
  @media (max-width: 991.98px) {
    .column-7 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-8 {
  width: calc(66.66667% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(66.66667% - 30px);
          flex: 1 0 calc(66.66667% - 30px); }
  @media (max-width: 991.98px) {
    .column-8 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-9 {
  width: calc(75% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(75% - 30px);
          flex: 1 0 calc(75% - 30px); }
  @media (max-width: 991.98px) {
    .column-9 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-10 {
  width: calc(83.33333% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(83.33333% - 30px);
          flex: 1 0 calc(83.33333% - 30px); }
  @media (max-width: 991.98px) {
    .column-10 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-11 {
  width: calc(91.66667% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(91.66667% - 30px);
          flex: 1 0 calc(91.66667% - 30px); }
  @media (max-width: 991.98px) {
    .column-11 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column-12 {
  width: calc(100% - 30px);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 30px);
          flex: 1 0 calc(100% - 30px); }
  @media (max-width: 991.98px) {
    .column-12 {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; } }

.column {
  text-align: left ;
  /*
	.btn-cta {
		margin-top: 20px;
	}
	*/ }
  html.rtl .column {
    text-align: right ; }
  .column .tit-h1 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada; }
  .column .tit-h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada; }
  .column .ul {
    list-style: square;
    margin-left: 16px;
    margin-bottom: 10px;
    /*
		li {
			line-height: 25px;
		}
		*/ }
  .column ul + .tit-h3 {
    border-top: 1px solid #dadada;
    padding-top: 10px; }
  .column .text + .btn, .column .support-item .text + a:not(.btn) , .support-item .column .text + a:not(.btn) {
    margin-top: 10px; }
  .page-dark .column .tit-h1,
  .page-dark .column .tit-h2,
  .page-dark .column ul + .tit-h3 {
    border-color: #7f7f7f; }

.columns-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px; }
  .columns-compare .column-1 {
    width: calc(8.33333% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(8.33333% - 30px);
            flex: 1 0 calc(8.33333% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-1 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-2 {
    width: calc(16.66667% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(16.66667% - 30px);
            flex: 1 0 calc(16.66667% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-2 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-3 {
    width: calc(25% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 30px);
            flex: 1 0 calc(25% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-3 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-4 {
    width: calc(33.33333% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.33333% - 30px);
            flex: 1 0 calc(33.33333% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-4 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-5 {
    width: calc(41.66667% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(41.66667% - 30px);
            flex: 1 0 calc(41.66667% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-5 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-6 {
    width: calc(50% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 30px);
            flex: 1 0 calc(50% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-6 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-7 {
    width: calc(58.33333% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(58.33333% - 30px);
            flex: 1 0 calc(58.33333% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-7 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-8 {
    width: calc(66.66667% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(66.66667% - 30px);
            flex: 1 0 calc(66.66667% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-8 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-9 {
    width: calc(75% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(75% - 30px);
            flex: 1 0 calc(75% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-9 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-10 {
    width: calc(83.33333% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(83.33333% - 30px);
            flex: 1 0 calc(83.33333% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-10 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-11 {
    width: calc(91.66667% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(91.66667% - 30px);
            flex: 1 0 calc(91.66667% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-11 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .column-12 {
    width: calc(100% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 30px);
            flex: 1 0 calc(100% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .column-12 {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare .card {
    width: calc(25% - 30px);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 30px);
            flex: 1 0 calc(25% - 30px); }
    @media screen and (max-width: 594px) {
      .columns-compare .card {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
  .columns-compare.border-bottom {
    font-size: 14px;
    line-height: 20px;
    min-height: 0;
    padding: 5px 0; }

.section-compare-products {
  max-width: 100%; }
  .section-compare-products > .section-content {
    text-align: left ; }
    html.rtl .section-compare-products > .section-content {
      text-align: right ; }
    @media screen and (max-width: 594px) {
      .section-compare-products > .section-content {
        min-width: inherit; } }
    @media screen and (min-width: 1024px) {
      .section-compare-products > .section-content {
        min-width: 768px; } }
  .section-compare-products .btn-group-vertical {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: calc(100% - 30px);
    margin-bottom: 30px; }
    .section-compare-products .btn-group-vertical .btn, .section-compare-products .btn-group-vertical .support-item a:not(.btn) , .support-item .section-compare-products .btn-group-vertical a:not(.btn) {
      padding: 10px;
      text-align: left ;
      width: 100%; }
      html.rtl .section-compare-products .btn-group-vertical .btn, html.rtl .section-compare-products .btn-group-vertical .support-item a:not(.btn) , .support-item html.rtl .section-compare-products .btn-group-vertical a:not(.btn) {
        text-align: right ; }
  .section-compare-products .card {
    text-align: left !important;
    border-bottom: none !important; }
    html.rtl .section-compare-products .card {
      text-align: right !important; }
  .section-compare-products .compare-title {
    text-align: center;
    padding: 15px 0; }
  .section-compare-products .label {
    font-weight: 500; }
  @media screen and (max-width: 594px) {
    .section-compare-products {
      overflow-y: hidden;
      overflow-x: scroll; } }

.list-group {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left ;
  /* list-group-features */
  /*
	&>li:not(:first-child) {
		padding-top: 10px;
	}
	*/ }
  html.rtl .list-group {
    text-align: right ; }
  .list-group ul {
    border-top: 1px solid #dadada; }
  .list-group li {
    line-height: 40px;
    border-bottom: 1px solid #dadada;
    /*
		&:not(:first-child) {
			border-top: 1px solid #dadada;
		}
		*/ }
  .list-group li {
    position: relative; }
  .list-group.active li,
  .list-group li.important {
    display: block; }
  .list-group ul {
    display: block;
    width: 100%; }
  .list-group .list-item-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
    .list-group .list-item-inline > span {
      width: calc(50% - 15px);
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 15px);
              flex: 1 1 calc(50% - 15px); }
      @media (max-width: 991px) {
        .list-group .list-item-inline > span {
          width: calc(50% - 15px);
          -webkit-box-flex: 1;
              -ms-flex: 1 1 calc(50% - 15px);
                  flex: 1 1 calc(50% - 15px); } }
  .list-group.active .list-item-inline,
  .list-group .list-item-inline.important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .list-group .group {
    font-weight: bold; }
  .list-group .label {
    letter-spacing: 1px;
    line-height: 40px; }
  .list-group .value {
    margin-left: 30px;
    line-height: 40px; }
  .list-group .feature {
    line-height: 20px; }
  .list-group .feature + .feature:before {
    content: '/ '; }

.list-group-short.active {
  display: none; }

.list-group-long {
  display: none; }
  .list-group-long.active {
    display: block; }

.list-group-downloads .list-item-inline > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%; }
  .list-group-downloads .list-item-inline > div > .label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-group-downloads .list-item-inline > div > .label i {
      height: 22px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .list-group-downloads .list-item-inline > div > .value {
    line-height: 1.4;
    padding: 8px 0; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .menu-header a {
    position: relative;
    display: block;
    white-space: nowrap;
    z-index: 1; }
  .menu-header i {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    font-size: 16px; }
  .menu-header ul {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-out 350ms;
    transition: all ease-out 350ms; }
    .menu-header ul > li {
      line-height: 37px;
      vertical-align: top;
      border-top: 1px solid #7f7f7f;
      padding: 2px 0; }
      .menu-header ul > li > a {
        padding: 0 30px;
        line-height: 40px;
        -webkit-transition: all ease-out 350ms;
        transition: all ease-out 350ms; }
        .menu-header ul > li > a > .plusminus:before {
          content: '+'; }
      .menu-header ul > li:hover > a {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
  .menu-header > li {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .menu-header > li > ul {
      display: block;
      position: absolute;
      z-index: 100;
      left: -30px;
      top: 38px;
      margin-top: 0;
      padding-top: 0;
      min-width: 220px;
      text-align: left ;
      background: black; }
      html.rtl .menu-header > li > ul {
        text-align: right ; }
      .menu-header > li > ul > li > ul {
        text-align: right ;
        font-size: 0.9em;
        -webkit-transition: none;
        transition: none; }
        html.rtl .menu-header > li > ul > li > ul {
          text-align: left ; }
        .menu-header > li > ul > li > ul > li > a {
          line-height: 30px; }
      @media (max-width: 991.98px) {
        .menu-header > li > ul > li.active {
          padding-bottom: 0px; }
          .menu-header > li > ul > li.active > ul {
            padding-top: 13px; } }
  .menu-header li.active > a > .plusminus:before {
    content: '-'; }
  .menu-header li.active > ul {
    pointer-events: auto;
    opacity: 1;
    max-height: 600px; }
    @media (max-width: 767.98px) {
      .menu-header li.active > ul.menu-main {
        padding-bottom: 120px; } }
  .menu-header .btn-my-bertazzoni svg {
    width: 20px;
    height: 20px;
    margin-top: 4px; }
  .menu-header > .as-icon.locale > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px; }
    .menu-header > .as-icon.locale > a .locale__long {
      display: block; }
    .menu-header > .as-icon.locale > a .locale__short {
      display: none; }
    .menu-header > .as-icon.locale > a svg {
      width: 12px;
      height: 12px; }
  @media (min-width: 992px) {
    .menu-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 40px;
      gap: 30px; }
      .menu-header > li {
        height: 32px;
        padding: 0 10px; }
      .menu-header > .as-icon {
        padding: 0; }
        .menu-header > .as-icon.locale > a {
          gap: 4px; }
          .menu-header > .as-icon.locale > a .locale__long {
            display: none; }
          .menu-header > .as-icon.locale > a .locale__short {
            display: block; }
          .menu-header > .as-icon.locale > a svg {
            width: 8px;
            height: 8px; }
      .menu-header > li:last-child > ul {
        width: auto;
        left: auto;
        right: -30px;
        text-align: right ; }
        html.rtl .menu-header > li:last-child > ul {
          text-align: left ; }
        .rtl .menu-header > li:last-child > ul {
          right: auto;
          left: -30px; } }
  @media (max-width: 991.98px) {
    .menu-header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 60px 15px 15px 15px;
      background: black;
      color: white;
      z-index: 100;
      -webkit-transition: -webkit-transform ease-in-out 400ms;
      transition: -webkit-transform ease-in-out 400ms;
      transition: transform ease-in-out 400ms;
      transition: transform ease-in-out 400ms, -webkit-transform ease-in-out 400ms; }
      .menu-header > li {
        display: block;
        position: static;
        border-bottom: 1px solid white;
        padding: 13px 0; }
        .menu-header > li:hover > a {
          -webkit-transform: translateX(5px);
                  transform: translateX(5px); }
        .menu-header > li > a {
          padding: 0; }
        .menu-header > li > ul {
          display: none;
          position: absolute;
          top: 0;
          left: 100%;
          width: 100%;
          height: 100vh;
          margin: 0;
          padding: 60px 15px 15px 15px;
          overflow-x: hidden;
          -webkit-transition: none;
          transition: none;
          z-index: 100; }
          .menu-header > li > ul > li {
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            vertical-align: top;
            letter-spacing: inherit;
            border-bottom: 1px solid white;
            padding: 13px 0; }
        .menu-header > li.active > ul {
          display: block;
          position: absolute;
          max-height: none;
          background: black;
          width: 100%; } }

.menu-toggle {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 32px;
  vertical-align: middle; }
  .menu-toggle span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 26px;
    height: 1px;
    top: 14px;
    margin: 0 auto;
    background: black; }
    .menu-toggle span:before, .menu-toggle span:after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 100%;
      top: -6px;
      left: 0;
      height: 1px;
      background: black;
      -webkit-transition: all 0.4s cubic-bezier(0.65, 0.02, 0.23, 1);
      transition: all 0.4s cubic-bezier(0.65, 0.02, 0.23, 1);
      -webkit-transform-origin: center;
              transform-origin: center; }
    .menu-toggle span:after {
      top: 6px; }
  @media (hover) {
    .menu-toggle:hover span:before {
      top: -4px; }
    .menu-toggle:hover span:after {
      top: 4px; } }
  @media (max-width: 991.98px) {
    .menu-toggle {
      -webkit-transition: none;
      transition: none;
      z-index: 200; } }

.menu-back {
  position: absolute;
  left: calc(100% + 15px);
  top: 20px;
  z-index: 200;
  width: 36px;
  height: 36px; }
  .menu-back .icon {
    width: 36px;
    height: 36px; }

.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px; }
  :not(.footer-item) > .menu-footer {
    max-width: 700px;
    margin: 0 auto;
    text-align: center; }
  .menu-footer > li {
    font-weight: 500;
    line-height: 2; }
  @media (max-width: 767px) {
    .menu-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 7px 0; } }

.menu-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-bottom: 5px; }
  .menu-socials > li {
    display: inline-block;
    font-weight: 500; }
    .menu-socials > li > a {
      height: 33.6px;
      width: 33.6px;
      position: relative;
      display: block;
      border-radius: 16.8px; }
      .menu-socials > li > a svg.icon {
        width: 21px;
        height: 33.6px; }
      .menu-socials > li > a span {
        display: none; }
  .menu-socials a {
    background: #111;
    background-size: contain; }
  .section-footer .menu-socials {
    padding-bottom: 0; }
    .section-footer .menu-socials > li > a {
      height: 24px;
      width: 24px;
      border-radius: 12px; }
      .section-footer .menu-socials > li > a svg {
        width: 16px;
        height: 24px; }
    @media (max-width: 991px) {
      .section-footer .menu-socials {
        padding: 15px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.menu-prefooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
  gap: 30px; }
  .menu-prefooter > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(100%/6 - 30px);
    -ms-flex: 1 0 calc(100%/6 - 30px);
        flex: 1 0 calc(100%/6 - 30px); }
    .menu-prefooter > li:last-child {
      width: calc(100%/3 - 60px);
      -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(100%/3 - 60px);
              flex: 1 0 calc(100%/3 - 60px); }
    .menu-prefooter > li > div {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .menu-prefooter > li > div > ul > li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
  .menu-prefooter .title {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold; }
  .menu-prefooter ul {
    margin-bottom: 10px; }

.menu-products a {
  display: block;
  line-height: 75px;
  border-top: 1px solid #7f7f7f; }
  .menu-products a:hover {
    background: #222; }
  .menu-products a i {
    font-size: 18px;
    vertical-align: middle; }

.menu-products > li {
  font-size: 27px;
  font-weight: 300; }
  .menu-products > li > a {
    border: none; }

.menu-products ul {
  display: none; }
  .menu-products ul > li {
    font-size: 23px;
    font-weight: 300; }
    .menu-products ul > li > a {
      line-height: 40px;
      font-size: 15px; }

.menu-products li:not(.active) .fb-minus {
  display: none !important; }

.menu-products li.active > ul {
  display: block; }

.menu-products li.active .fb-plus {
  display: none !important; }

.group--menu {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .group--menu:before, .group--menu:after {
    content: '';
    display: block;
    height: 15px; }
  .group--menu.with-sides:after {
    display: none; }
  @media (min-width: 992px) {
    .group--menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: calc(100% - 100px);
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (max-width: 991.98px) {
    .group--menu {
      height: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

@media (max-width: 991.98px) {
  .card-linked .group--menu.with-sides {
    top: 0;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .card-linked .group--menu.with-sides .menu-colors,
    .card-linked .group--menu.with-sides .menu-sides {
      top: 10px; }
  .card-linked .group--menu:not(.with-sides) {
    right: auto;
    position: relative;
    margin: 0;
    padding: 0;
    top: -10px;
    height: 60px;
    padding-top: 20px;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.menu-colors,
.menu-sides {
  margin: 0;
  padding: 0; }
  .menu-colors li,
  .menu-sides li {
    position: relative; }
    .menu-colors li a,
    .menu-sides li a {
      display: block;
      line-height: 0;
      cursor: pointer; }
    .menu-colors li:hover .label, .menu-colors li.active .label,
    .menu-sides li:hover .label,
    .menu-sides li.active .label {
      opacity: 1; }
  .menu-colors:hover li.active .label,
  .menu-sides:hover li.active .label {
    opacity: 0; }
  .menu-colors:hover li:hover .label,
  .menu-sides:hover li:hover .label {
    opacity: 1; }
  .menu-colors .tile,
  .menu-sides .tile {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #ccc; }
  .menu-colors .label,
  .menu-sides .label {
    display: inline-block;
    position: absolute;
    font-size: 13px;
    padding: 4px;
    line-height: 15px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity ease-in-out 250ms;
    transition: opacity ease-in-out 250ms;
    color: black;
    white-space: nowrap; }
  .menu-colors .fb-search,
  .menu-sides .fb-search {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    display: block; }
  @media (min-width: 992px) {
    .menu-colors,
    .menu-sides {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .menu-colors .label,
      .menu-sides .label {
        top: 0;
        right: 27px; }
      .menu-colors .btn-zoom,
      .menu-sides .btn-zoom {
        margin-top: 35px; } }
  @media (max-width: 991.98px) {
    .menu-colors,
    .menu-sides {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      -webkit-transform: none;
              transform: none; }
      .menu-colors .tile,
      .menu-sides .tile {
        width: 16px;
        height: 16px;
        border-radius: 8px; }
      .menu-colors .label,
      .menu-sides .label {
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .menu-colors .btn-zoom,
      .menu-sides .btn-zoom {
        margin: 0; } }

@media (min-width: 992px) {
  .menu-colors {
    row-gap: 4px; } }

@media (max-width: 991.98px) {
  .menu-colors {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px; } }

.menu-sides li:not(.active) {
  display: none; }

.menu-sides li .label {
  opacity: 1; }

.menu-sides:hover li.active .label {
  opacity: 1; }

.menu-sides li + li {
  margin-top: 0 !important;
  margin-left: 0 !important; }

.menu-sides .label {
  opacity: 1; }

.menu-sides .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  color: #444; }

@media (max-width: 991.98px) {
  .menu-sides .tile {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    font-size: 8px;
    line-height: 1; } }

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0; }
  .colors .color {
    position: relative;
    margin: 0 20px 0 0; }
  .colors .tile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .colors label {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 500;
    color: white;
    padding: 15px 20px;
    min-width: 170px;
    mix-blend-mode: exclusion; }
  .column .colors {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .column .colors .tile {
      width: 20px;
      height: 20px;
      border-radius: 50%; }
    @media (max-width: 991.98px) {
      .column .colors {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.list-colors {
  margin: 10px 0 20px 0; }
  .list-colors .color {
    margin: 0 30px 0 0; }
  .list-colors .color .label {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -65px;
    width: 150px;
    text-align: left ;
    font-size: 13px; }
    html.rtl .list-colors .color .label {
      text-align: right ; }
  .list-colors .color:hover .label {
    opacity: 1; }

.menu-product-navs a {
  display: block;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  background: transparent;
  color: black;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
  -webkit-transition-property: background, color;
  transition-property: background, color; }
  .menu-product-navs a i {
    font-size: 10px;
    margin-right: 5px; }
  .menu-product-navs a:hover, .menu-product-navs a.active {
    background: black;
    color: white; }

.menu-product-navs.sticky-active {
  position: fixed;
  top: 44px;
  width: 100%;
  left: 0;
  background: white;
  border-bottom: 1px solid black;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .menu-product-navs.sticky-active a {
    font-size: 15px;
    padding: 4px 10px;
    line-height: 20px;
    margin: 10px 0; }
    .menu-product-navs.sticky-active a i {
      display: none; }
  .menu-product-navs.sticky-active > li + li {
    margin-left: 20px; }

.menu-product-navs.sticky-direction {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(-50%) translateY(calc(-100% - 44px));
          transform: translateX(-50%) translateY(calc(-100% - 44px)); }
  .menu-product-navs.sticky-direction.sticky-direction-active {
    -webkit-transition: -webkit-transform ease-in-out 350ms;
    transition: -webkit-transform ease-in-out 350ms;
    transition: transform ease-in-out 350ms;
    transition: transform ease-in-out 350ms, -webkit-transform ease-in-out 350ms;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }

.menu-product-ctas {
  position: relative;
  margin-bottom: 40px;
  z-index: 10; }
  .menu-product-ctas a {
    display: block;
    text-align: center;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 20px;
    background: white;
    color: black;
    border: 1px solid #dadada;
    -webkit-transition: ease-in-out 350ms;
    transition: ease-in-out 350ms;
    -webkit-transition-property: color, background, border;
    transition-property: color, background, border; }
    .menu-product-ctas a svg {
      fill: black;
      -webkit-transition: ease-in-out 350ms;
      transition: ease-in-out 350ms;
      -webkit-transition-property: fill;
      transition-property: fill; }
    .menu-product-ctas a:hover {
      background: black;
      color: white; }
      .menu-product-ctas a:hover svg {
        fill: white; }
  .menu-product-ctas .icon-basket {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -4px; }
  .menu-product-ctas i {
    font-size: 20px; }
    .menu-product-ctas i:before {
      vertical-align: bottom; }
  .menu-product-ctas li + li a {
    border-top: 0; }

.menu-gallery-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .menu-gallery-ctas a {
    display: block;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 20px;
    background: transparent;
    color: black;
    text-align: center;
    border: 1px solid black; }
    .menu-gallery-ctas a:hover {
      background: black;
      color: white; }
  .menu-gallery-ctas > li {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    .menu-gallery-ctas > li > a {
      padding: 10px 10px;
      border: 0;
      border-bottom: 1px solid #888; }
      .menu-gallery-ctas > li > a:hover {
        background: black;
        color: white; }
    .menu-gallery-ctas > li.share > a {
      text-align: left ; }
      html.rtl .menu-gallery-ctas > li.share > a {
        text-align: right ; }
    .menu-gallery-ctas > li.read-more > a {
      text-align: right ; }
      html.rtl .menu-gallery-ctas > li.read-more > a {
        text-align: left ; }
    @media (max-width: 991.98px) {
      .menu-gallery-ctas > li a {
        padding: 10px 20px; }
      .menu-gallery-ctas > li > a {
        padding: 10px 10px;
        font-size: 14px; } }
    .menu-gallery-ctas > li > ul {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity ease-in-out 350ms;
      transition: opacity ease-in-out 350ms; }
    .menu-gallery-ctas > li:hover > ul {
      pointer-events: all;
      opacity: 1; }
  .menu-gallery-ctas .menu-inline a {
    border-top: 0; }

.menu-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .menu-inline li {
    width: 25%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%; }
    @media (max-width: 991px) {
      .menu-inline li {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
    .menu-inline li > ul {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity ease-in-out 350ms;
      transition: opacity ease-in-out 350ms; }
    .menu-inline li:hover > ul {
      pointer-events: all;
      opacity: 1; }
    .menu-inline li a {
      padding: 10px 10px; }
  .menu-inline li + li > a {
    border-left-width: 0; }

.menu-share {
  position: absolute;
  left: 0; }

.menu-animated ul {
  display: block;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  max-height: 0;
  overflow: hidden; }

.menu-animated li.active > ul {
  max-height: 1024px; }

.menu-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left ; }
  html.rtl .menu-filters {
    text-align: right ; }
  @media (max-width: 767.98px) {
    .menu-filters {
      display: none;
      width: 100%; } }
  @media (min-width: 1200px) {
    .menu-filters li {
      width: 25%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  @media (max-width: 1199.98px) {
    .menu-filters li {
      width: 33.333%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%; } }
  @media (max-width: 767.98px) {
    .menu-filters li {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .menu-filters li:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .menu-filters .label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 20px;
    padding: 2px 0;
    min-width: 170px;
    margin-bottom: 3px;
    text-transform: uppercase;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    -webkit-transition: background-color ease-in-out 350ms;
    transition: background-color ease-in-out 350ms; }
    .menu-filters .label.disabled {
      pointer-events: none;
      cursor: auto;
      color: #aaa; }
    .menu-filters .label > span {
      display: inline-block;
      position: relative; }
      .menu-filters .label > span:after {
        content: '';
        display: block;
        height: 0.5px;
        width: 100%;
        bottom: 0;
        background: #333;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transition: -webkit-transform ease-in-out 200ms;
        transition: -webkit-transform ease-in-out 200ms;
        transition: transform ease-in-out 200ms;
        transition: transform ease-in-out 200ms, -webkit-transform ease-in-out 200ms;
        -webkit-transform-origin: left;
                transform-origin: left; }
    .menu-filters .label:hover > span:after {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }

.sticky-direction {
  -webkit-transform: translateY(calc(-100% - 44px));
          transform: translateY(calc(-100% - 44px));
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms; }
  .sticky-direction.sticky-direction-active {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.search-box {
  position: relative;
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }
  .search-box form {
    position: absolute;
    display: block;
    z-index: 2;
    width: calc(100% - 40px);
    height: 100%;
    left: 0;
    top: 0;
    background: #333;
    overflow: hidden; }
  .search-box .search-input {
    color: white;
    padding: 0 12px;
    border: none;
    background: none;
    color: white; }
    .search-box .search-input::-webkit-input-placeholder {
      color: #666; }
    .search-box .search-input::-moz-placeholder {
      color: #666; }
    .search-box .search-input:-ms-input-placeholder {
      color: #666; }
    .search-box .search-input::-ms-input-placeholder {
      color: #666; }
    .search-box .search-input::placeholder {
      color: #666; }
    .search-box .search-input:focus {
      outline: none; }
  .search-box .search-submit {
    display: none; }
  .search-box .fb-loading {
    display: none;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 5px; }
    .search-box .fb-loading:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .search-box.active {
    padding-left: 200px; }
  .search-box.loading {
    padding-left: 200px; }
    .search-box.loading .fb-search {
      display: none; }
    .search-box.loading .fb-loading {
      display: block;
      -webkit-animation: rotating 2s linear infinite;
              animation: rotating 2s linear infinite; }

.msie .colors label {
  color: #888; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

[slick] {
  /* portfolio */ }
  [slick] * {
    outline: none; }
  [slick] .item {
    background: black; }
    [slick] .item img {
      width: 100%; }
  [slick] .slick-dots {
    bottom: 50px;
    background: rgba(0, 0, 0, 0.2);
    color: white; }
    [slick] .slick-dots li {
      width: auto;
      margin: 0; }
      [slick] .slick-dots li button {
        display: block;
        margin: 0;
        padding: 0; }
        [slick] .slick-dots li button:before {
          content: '';
          display: inline-block;
          position: static;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          background: white;
          opacity: 0.4; }
      [slick] .slick-dots li.slick-active button:before {
        opacity: 1; }
    [slick] .slick-dots li + li {
      margin-left: 12px; }
  [slick].portfolio-slick {
    padding-bottom: 60px !important;
    border-bottom: none !important; }
    [slick].portfolio-slick .item {
      background: white;
      height: 550px; }
      [slick].portfolio-slick .item img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        width: auto;
        margin: 0 auto; }
    [slick].portfolio-slick .slick-dots {
      bottom: 20px !important; }
      [slick].portfolio-slick .slick-dots li button:before {
        border: 1px solid black; }
      [slick].portfolio-slick .slick-dots li.slick-active button:before {
        background: black; }

.swiper-container {
  width: 100%;
  overflow: visible;
  min-height: 500px; }
  .swiper-container:not(.active) .swiper-pagination-bullets,
  .swiper-container:not(.active) .swiper-button-prev,
  .swiper-container:not(.active) .swiper-button-next {
    display: none; }
  @media (min-width: 1200px) {
    .swiper-container {
      height: 40vw; } }
  @media (max-width: 1199.98px) {
    .swiper-container {
      height: 56vw; } }
  @media (max-width: 991.98px) {
    .swiper-container {
      min-height: auto; } }

.swiper-container-media {
  height: auto;
  overflow: hidden;
  background: black; }
  .swiper-container-media .aspect > .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .swiper-container-media .aspect > .media > img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

@media (min-width: 1200px) {
  .swiper-generic-gallery {
    max-height: 600px; } }

.swiper-wrapper:not([style]) {
  margin: 0 auto; }

.swiper-slide .background {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%; }

.swiper-slide video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  color: white; }
  @media (min-width: 992px) {
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 50px; } }
  @media (max-width: 991.98px) {
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 10px; } }

.swiper-pagination-bullet {
  background: white;
  opacity: 0.4; }
  @media (min-width: 992px) {
    .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      border-radius: 8px; } }
  @media (max-width: 991.98px) {
    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      border-radius: 6px; } }

.swiper-container-horizontal > .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.swiper-button-prev,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 35px; }

.swiper-container-rtl .swiper-button-prev .fb-arrow-sx {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.swiper-container-rtl .swiper-button-next .fb-arrow-dx {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 0; }

.swiper-technology-gallery .swiper-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .swiper-technology-gallery .swiper-slide video {
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 991.98px) {
  .swiper-technology-gallery {
    height: 70vh;
    min-height: 70vh; }
    .swiper-technology-gallery .swiper-slide .group--title .title {
      font-size: 27px;
      line-height: 32px; } }

.swiper-homepage-gallery {
  height: 100vh;
  min-height: 100vh; }
  @media (max-width: 991.98px) {
    .swiper-homepage-gallery {
      height: 100vh;
      min-height: 100vh; } }

.swiper-pagination-rects .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 0 30px; }
  @media (min-width: 992px) {
    .swiper-pagination-rects .swiper-pagination-bullets {
      bottom: 30px; } }
  @media (max-width: 991.98px) {
    .swiper-pagination-rects .swiper-pagination-bullets {
      bottom: 10px; } }

.swiper-pagination-rects .swiper-pagination-bullet {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: transparent;
  opacity: 1;
  overflow: hidden;
  --bullet-position: -100%; }
  .swiper-pagination-rects .swiper-pagination-bullet:before, .swiper-pagination-rects .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    opacity: 0.4; }
  .swiper-pagination-rects .swiper-pagination-bullet:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity ease-in-out 350ms;
    transition: opacity ease-in-out 350ms;
    opacity: 0; }
  .swiper-pagination-rects .swiper-pagination-bullet:hover:after {
    opacity: 1; }
  @media (min-width: 992px) {
    .swiper-pagination-rects .swiper-pagination-bullet {
      width: 100%;
      height: 4px;
      border-radius: 0; } }
  @media (max-width: 991.98px) {
    .swiper-pagination-rects .swiper-pagination-bullet {
      width: 100%;
      height: 4px;
      border-radius: 0; } }

.swiper-pagination-rects .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px; }

.swiper-pagination-rects .swiper-pagination-bullet-active {
  opacity: 1; }
  .swiper-pagination-rects .swiper-pagination-bullet-active:after {
    -webkit-transform: translateX(var(--bullet-position));
            transform: translateX(var(--bullet-position));
    opacity: 1; }

.swiper-slide {
  position: relative; }
  @media (max-width: 767.98px) {
    .swiper-slide .background--desktop {
      display: none; } }
  @media (min-width: 576px) {
    .swiper-slide .background--mobile {
      display: none; } }
  .swiper-slide .group--title {
    position: absolute;
    bottom: 60px;
    left: 30px;
    z-index: 1;
    text-align: left ;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all ease-in-out 400ms 1200ms;
    transition: all ease-in-out 400ms 1200ms;
    opacity: 0;
    visibility: hidden;
    max-width: calc(100% - 60px); }
    html.rtl .swiper-slide .group--title {
      text-align: right ; }
    .swiper-slide .group--title .title {
      margin-bottom: 20px;
      font-size: 32px;
      line-height: 32px;
      font-weight: 500;
      color: white; }
  .swiper-slide.swiper-slide-active .group--title {
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.play-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .play-video .fb-play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 0.7);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px;
    outline: 0;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms; }
    .play-video .fb-play:before {
      margin-left: 5px; }
  .play-video:hover .fb-play {
    color: white;
    border: 3px solid white; }

.media {
  position: relative;
  overflow: hidden; }
  .media video {
    width: 100%;
    height: 100%;
    background: white;
    -webkit-transform: scale(1.12, 1.12);
            transform: scale(1.12, 1.12);
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms; }
  .media .play-video {
    opacity: 0;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms; }
  .media:hover {
    /*
		video {
			transform: scale(1.2, 1.2);
		}
		*/ }
    .media:hover .play-video {
      opacity: 1; }

@media (max-width: 767.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1439.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media (min-width: 1440px) {
  .hidden-xl-up {
    display: none !important; } }

:not(.active) > .if-active {
  display: none !important; }

.active > .if-not-active {
  display: none !important; }

.fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain; }

.aspect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 100 / 75; }
  .aspect.aspect-1-1 {
    aspect-ratio: 1 / 1; }
  .aspect.aspect-2-1 {
    aspect-ratio: 2 / 1; }
  .aspect.aspect-3-1 {
    aspect-ratio: 3 / 1; }
  .aspect.aspect-16-10 {
    aspect-ratio: 16 / 10; }
  .aspect.aspect-16-9 {
    aspect-ratio: 16 / 9; }
  .aspect > * {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .aspect.contain > * {
    -o-object-fit: contain;
       object-fit: contain; }

.aspect750x485 {
  width: 100%;
  overflow: hidden; }
  .aspect750x485 .swiper-container {
    min-height: 0;
    background: transparent; }
  .aspect750x485 .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 750 / 485; }
    .aspect750x485 .media img,
    .aspect750x485 .media video {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

[data-fancybox="dimensions"] {
  position: relative;
  text-align: center; }
  [data-fancybox="dimensions"]:after {
    content: 'B';
    font-family: 'Bertazzoni';
    font-size: 26px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity ease-in-out 350ms;
    transition: opacity ease-in-out 350ms; }
  [data-fancybox="dimensions"]:hover:after {
    opacity: 1; }

.fancybox-container {
  font-family: inherit; }

.fancybox-content-inner {
  overflow-x: hidden; }
  .fancybox-content-inner > .form {
    min-width: calc(50vw - 40px); }

@media (max-width: 991.98px) {
  .fancybox-slide--video {
    padding: 0; } }

.filter-bar {
  font-size: 13px;
  line-height: 25px; }
  .filter-bar .btn-group {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    gap: 20px; }
  @media (max-width: 991.98px) {
    .filter-bar .btn-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0; } }

.filter-bar-inner {
  background: white; }
  .filter-bar-inner.sticky-active {
    position: fixed;
    width: 100%;
    top: 40px;
    background: white;
    z-index: 80; }
  @media (max-width: 991.98px) {
    .filter-bar-inner.sticky-active {
      top: 32px; } }

.filters-secondary {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms; }
  .filters-secondary.active {
    max-height: 520px; }

.filters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  gap: 30px; }
  .filters-row .title {
    width: calc(25% - 15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
    max-width: 270px;
    font-weight: bold;
    text-align: right ; }
    html.rtl .filters-row .title {
      text-align: left ; }
  .filters-row .menu-filters {
    width: calc(75% - 15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% - 15px);
            flex: 0 0 calc(75% - 15px);
    max-width: 840px; }
  @media (min-width: 768px) {
    .filters-row .title i {
      display: none !important; } }
  @media (max-width: 767.98px) {
    .filters-row {
      padding: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 15px; }
      .filters-row .title {
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 40%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%; }
        .filters-row .title.active {
          text-align: right ; }
          html.rtl .filters-row .title.active {
            text-align: left ; }
        .filters-row .title i {
          font-size: 9px; }
      .filters-row .menu-filters {
        width: calc(60% - 15px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(60% - 15px);
                flex: 0 0 calc(60% - 15px);
        max-width: 840px; } }

#spec_section .filters-row .menu-filters {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: none;
  margin-left: 0; }
  @media (max-width: 991.98px) {
    #spec_section .filters-row .menu-filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #spec_section .filters-row .menu-filters > li {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  @media (max-width: 767.98px) {
    #spec_section .filters-row .menu-filters > li {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 5px 0; } }

.filters-row + .filters-row {
  border-top: 0; }

.filter-color {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  line-height: 0;
  padding: 0;
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
  vertical-align: text-top; }
  .filter-color:after {
    display: none !important; }

.compare-bar {
  position: fixed;
  bottom: 0;
  height: 80px;
  background: white;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms; }
  .compare-bar.active {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .compare-bar form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0; }
    .compare-bar form > * {
      width: 33.333%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 33.333%;
              flex: 1 0 33.333%;
      text-align: center; }
      .compare-bar form > *:first-child {
        text-align: left ; }
        html.rtl .compare-bar form > *:first-child {
          text-align: right ; }
      .compare-bar form > *:last-child {
        text-align: right ; }
        html.rtl .compare-bar form > *:last-child {
          text-align: left ; }
  .compare-bar .btn-group {
    margin: 0;
    padding: 0 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .compare-bar .btn-group .btn + .btn, .compare-bar .btn-group .support-item a:not(.btn) + .btn, .support-item .compare-bar .btn-group a:not(.btn) + .btn, .compare-bar .btn-group .support-item .btn + a:not(.btn) , .support-item .compare-bar .btn-group .btn + a:not(.btn) , .compare-bar .btn-group .support-item a:not(.btn) + a:not(.btn) , .support-item .compare-bar .btn-group a:not(.btn) + a:not(.btn) {
      margin-left: 15px; }

.compare-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.compare-box {
  position: relative;
  cursor: pointer; }
  .compare-box img {
    height: 50px; }
  .compare-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity ease-in-out 350ms;
    transition: opacity ease-in-out 350ms; }
  .compare-box:after {
    content: "\69";
    font-family: 'bertazzoni';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -8px;
    color: white;
    opacity: 0;
    -webkit-transition: opacity ease-in-out 350ms;
    transition: opacity ease-in-out 350ms; }
  .compare-box:hover:before, .compare-box:hover:after {
    opacity: 1; }

.compare-box + .compare-box {
  margin-left: 15px; }

/*--------------------------------------------------
Form
--------------------------------------------------*/
.form {
  padding: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: left; }
  .form .intro {
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px; }
  .form .desc {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    line-height: 1.2; }
  .form label,
  .form fieldset,
  .form input,
  .form select,
  .form option,
  .form textarea {
    font-family: "akzidenz-grotesk", sans-serif; }
  .form option {
    font-size: 24px;
    font-weight: 100; }
    .form option:hover, .form option:focus, .form option:focus-visible, .form option:active, .form option:checked {
      background: black !important;
      color: white; }
    @media (max-width: 991.98px) {
      .form option {
        font-size: 14px; } }

.form-group .title {
  margin: 15px 0 15px 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap; }

.form-group .subtitle {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap; }

.form-group label em {
  background: url(/img/asterisk.svg) no-repeat center 0;
  background-size: 15px;
  text-indent: -9999px;
  font-size: 0;
  display: inline-block;
  width: 15px;
  height: 20px;
  vertical-align: middle; }

.form-group label.big {
  font-size: 24px; }
  @media (max-width: 991.98px) {
    .form-group label.big {
      font-size: 18px; } }

.form-group-ctas {
  text-align: right ;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 70px; }
  html.rtl .form-group-ctas {
    text-align: left ; }
  .form-group-ctas .btn-cta-inverted, .form-group-ctas .btn-sm, .form-group-ctas .support-item a:not(.btn), .support-item .form-group-ctas a:not(.btn) {
    min-width: 155px;
    text-align: center; }
  .form-group-ctas .btn-group {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0; }
  .form-group-ctas label + .btn, .form-group-ctas .support-item label + a:not(.btn) , .support-item .form-group-ctas label + a:not(.btn) {
    margin-left: 15px; }

.form-group-required-fields {
  margin-top: 15px;
  color: #c00; }

.form-control {
  display: block;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-control:not(.checkbox) {
    padding: 15px 20px 5px 0;
    line-height: 1.25; }
  .form-control label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.2em; }
    .form-control label.radio {
      font-weight: normal;
      margin-bottom: 0; }
      .form-control label.radio .error + span {
        color: #c00; }
  .form-control[required] {
    background: url(/img/asterisk.svg) no-repeat calc(100% + 3px) calc(50% + 7px);
    background-size: 22px;
    background-repeat: no-repeat; }
    .form-control[required].error {
      background-image: url(/img/asterisk-error.svg); }
  .form-control.error {
    border-bottom: 3px solid #c00; }
    .form-control.error.checkbox[required] {
      color: #c00; }
      .form-control.error.checkbox[required] + span {
        color: #c00; }
  .form-control .checkbox {
    vertical-align: baseline; }
  @media (max-width: 991.98px) {
    .form-control {
      font-size: 14px; }
      .form-control::-webkit-input-placeholder {
        font-size: 14px !important; }
      .form-control::-moz-placeholder {
        font-size: 14px !important; }
      .form-control:-ms-input-placeholder {
        font-size: 14px !important; }
      .form-control::-ms-input-placeholder {
        font-size: 14px !important; }
      .form-control::placeholder {
        font-size: 14px !important; } }

select.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid black;
  padding: 15px 20px 5px 0;
  background: url(/img/arrow.svg) no-repeat calc(100% - 10px) 50% !important;
  background-size: 18px !important; }
  select.form-control[required] {
    background: url(/img/arrow.svg) no-repeat calc(100% - 10px) 50% !important;
    background-size: 18px !important; }
  select.form-control::-ms-expand {
    display: none; }

select.form-control.with-hint[required] {
  width: 95%; }
  @media (max-width: 991.98px) {
    select.form-control.with-hint[required] {
      width: 90%; } }

.form-group-select {
  position: relative; }
  .form-group-select select.form-control, .form-group-select select.form-control[required] {
    background: none !important; }
  .form-group-select:after {
    font-family: 'bertazzoni';
    content: 'b';
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -5px; }

.form-group-search {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-bottom: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-group-search .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 8px 8px 8px 0;
    border: 0;
    font-size: 16px;
    outline: 0 !important; }
  .form-group-search .btn-search {
    pointer-events: none;
    margin-left: -50px; }

.force-visibility {
  display: block !important; }

.file-upload {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block; }
  .file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 100px;
    opacity: 0.01;
    z-index: 10;
    cursor: pointer; }
  .file-upload .btn, .file-upload .support-item a:not(.btn) , .support-item .file-upload a:not(.btn) {
    background: black;
    color: white; }

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
  outline: 0;
  border: none;
  cursor: pointer; }
  .checkbox:focus, .checkbox:checked {
    background: none;
    border: none;
    outline: 0; }
  .checkbox:before {
    font-family: "bertazzoni" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: "\4b"; }
    .checkbox:before:checked {
      content: "\4a"; }
    .checkbox:before:focus {
      outline: 0; }
  .checkbox:checked:before {
    content: "\4a"; }
  .checkbox[required] {
    width: 34px;
    background: url(/img/asterisk.svg) no-repeat calc(100% + 6px) calc(50% + 0px);
    background-size: 22px;
    background-repeat: no-repeat; }
    .checkbox[required].error {
      background-image: url(/img/asterisk-error.svg); }
    .checkbox[required]:before {
      position: relative;
      left: -6px; }
  .checkbox[disabled] {
    pointer-events: none;
    cursor: auto;
    opacity: 0.5; }
  .checkbox.error {
    border-bottom: 0; }

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  line-height: 22px; }
  .label .checkbox {
    vertical-align: text-top;
    margin: 0; }

.checkbox + span {
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }

.if-error {
  display: none; }
  .error .if-error {
    display: block; }

.if-submitted {
  display: none; }
  .submitted .if-submitted {
    display: block; }

.submitted .if-unsubmitted {
  display: none; }

.alert {
  text-align: center;
  padding: 10px 5px;
  font-weight: 500; }
  .alert.alert-danger {
    background: #e8d4d4;
    color: #942828; }

.form-group--checkbox label {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  white-space: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form-group--checkbox label a {
    margin-left: 5px;
    font-weight: 500;
    text-decoration: underline; }

.form-group--checkbox .checkbox {
  margin-right: 6px; }

.ui-front.ui-autocomplete {
  z-index: 99993; }

.listing--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd; }
  .listing--checkbox > .listing__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    white-space: nowrap; }
    .listing--checkbox > .listing__item .form-control.checkbox {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      margin: 0 4px 0 0;
      padding: 0; }

.red {
  color: #c00; }

.form--labels .form-group label {
  padding: 0;
  font-size: 15px; }

.form--labels .form-group--info.err {
  color: #c00;
  display: none; }

.form--labels .form-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  color: black;
  border-radius: 0px;
  outline: none; }
  .form--labels .form-control:not(.checkbox) {
    padding: 5px 35px 5px 0; }
    .form--labels .form-control:not(.checkbox)[required] {
      background: url(/img/asterisk.svg) no-repeat calc(100% + 3px) calc(50% + 7px);
      background-size: 22px;
      background-repeat: no-repeat; }
      .form--labels .form-control:not(.checkbox)[required].error {
        background-image: url(/img/asterisk-error.svg); }
  .form--labels .form-control.checkbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22px;
    height: 22px;
    margin-right: 3px; }
    .form--labels .form-control.checkbox[required] {
      width: 34px;
      padding-right: 12px;
      background: url(/img/asterisk.svg) no-repeat calc(100% + 6px) calc(50% + 0px);
      background-size: 22px;
      background-repeat: no-repeat; }
      .form--labels .form-control.checkbox[required].error {
        background-image: url(/img/asterisk-error.svg); }
    .form--labels .form-control.checkbox:before {
      position: relative;
      left: unset;
      top: unset; }

.form--labels .checkbox + span {
  display: inline;
  -webkit-transform: none;
          transform: none;
  vertical-align: text-bottom; }

@media (max-width: 991.98px) {
  .form--labels .form-group {
    margin-top: 30px; }
    .form--labels .form-group.support-item {
      margin-top: 20px; }
      .form--labels .form-group.support-item:first-of-type {
        margin-top: 30px; }
  .form--labels .form-group label {
    font-size: 16px; }
  .form--labels .label {
    font-size: 16px; }
  .form--labels .form-control, .form--labels option {
    font-size: 18px; }
    .form--labels .form-control::-webkit-input-placeholder, .form--labels option::-webkit-input-placeholder {
      font-size: 18px !important; }
    .form--labels .form-control::-moz-placeholder, .form--labels option::-moz-placeholder {
      font-size: 18px !important; }
    .form--labels .form-control:-ms-input-placeholder, .form--labels option:-ms-input-placeholder {
      font-size: 18px !important; }
    .form--labels .form-control::-ms-input-placeholder, .form--labels option::-ms-input-placeholder {
      font-size: 18px !important; }
    .form--labels .form-control::placeholder, .form--labels option::placeholder {
      font-size: 18px !important; } }

.form--labels .error + .form-group--info.err,
.form--labels .error + * + .form-group--info.err {
  display: block; }

.form--labels .section-product-matching-products {
  margin-bottom: 40px; }

@media (min-width: 991.99px) {
  .form--labels {
    /*#DateOfPurchase {
			width: 72%
		}*/ }
    .form--labels .form-group {
      margin-top: 40px; }
      .form--labels .form-group.support-item {
        margin-top: 20px; }
        .form--labels .form-group.support-item:first-of-type {
          margin-top: 30px; }
    .form--labels .section-product-matching-products {
      margin-bottom: auto; } }

.columns-share {
  max-width: 840px;
  margin: 0 auto; }
  .columns-share .column-6 {
    margin-bottom: 15px; }
  .columns-share .form-group label {
    font-weight: 700;
    font-size: 12px;
    margin: 0 0 -5px 0;
    display: block; }
  .columns-share .form-control {
    font-size: 21px;
    margin-bottom: 11px; }
  .columns-share .informative {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px; }

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.badge {
  margin: 25px auto; }

.share-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center; }
  .share-figure figcaption {
    display: block;
    margin: 0 auto; }
  .share-figure > img {
    max-width: 100%; }
  .share-figure .is-new {
    color: red;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    line-height: 16px;
    text-transform: uppercase;
    margin-right: 2px; }
  .share-figure .abstract {
    font-size: 12px;
    font-weight: bold;
    color: #b4b4b4;
    display: block; }
  .share-figure .tit-h2 {
    line-height: 60px;
    display: block; }

.section {
  position: relative;
  min-height: 200px;
  text-align: center; }
  .section .section-content {
    padding: 40px 0; }
  @media (max-width: 1170px) {
    .section .section-content {
      padding: 15px 15px 0 15px;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: -webkit-transform ease-in-out 400ms;
      transition: -webkit-transform ease-in-out 400ms;
      transition: transform ease-in-out 400ms;
      transition: transform ease-in-out 400ms, -webkit-transform ease-in-out 400ms; } }

.section-generic-hero {
  margin-top: 45px; }
  .with-banners .section-generic-hero {
    margin-top: 90px; }
  @media (max-width: 991.98px) {
    .section-generic-hero {
      margin-top: 34px; }
      .with-banners .section-generic-hero {
        margin-top: 100px; } }

.section-specifications-hero {
  margin-top: 45px; }
  @media (max-width: 991.98px) {
    .section-specifications-hero {
      margin-top: 34px; } }

.section-support-hero {
  margin-top: 45px; }
  .with-banners .section-support-hero {
    margin-top: 90px; }
  @media (max-width: 991.98px) {
    .section-support-hero {
      margin-top: 34px; }
      .with-banners .section-support-hero {
        margin-top: 100px; } }

.section-support-results {
  min-height: 0; }

.section-support-hints {
  padding: 30px 0;
  min-height: 0;
  text-align: center; }
  .section-support-hints .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .section-support-hints .listing--hints {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40px 0;
    row-gap: 30px; }
    .section-support-hints .listing--hints > .listing__item > .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 48px;
      margin-bottom: 15px; }
      .section-support-hints .listing--hints > .listing__item > .icon img {
        width: 60px; }
    .section-support-hints .listing--hints > .listing__item > .title {
      font-weight: 600; }
    @media (min-width: 576px) {
      .section-support-hints .listing--hints {
        margin-left: -15px;
        margin-right: -15px; }
        .section-support-hints .listing--hints > .listing__item {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(25% - 30px);
                  flex: 0 0 calc(25% - 30px);
          max-width: calc(25% - 30px);
          margin-left: 15px;
          margin-right: 15px;
          padding: 0 30px; } }
    @media (max-width: 767.98px) {
      .section-support-hints .listing--hints > .listing__item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 0px);
                flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        margin-left: 0px;
        margin-right: 0px; } }

.container {
  padding: 0 30px; }
  @media (max-width: 991px) {
    .container {
      padding: 0 15px; } }

.gallery {
  width: 100%;
  overflow: hidden; }
  .gallery .gallery-item {
    display: inline-block;
    width: 100%;
    min-height: 360px; }
  @media (min-width: 1200px) {
    .gallery .gallery-item {
      height: 40vw; } }
  @media (max-width: 1199.98px) {
    .gallery .gallery-item {
      height: 56vw; } }

.border-bottom {
  width: 100%;
  min-height: 50px;
  border-bottom: 1px solid #dadada; }
  .page-dark .border-bottom {
    border-bottom: 1px solid #7f7f7f; }

.section-content {
  position: relative;
  max-width: 1140px;
  margin: auto; }
  .section-content.border-bottom {
    margin-bottom: 15px; }

.alternate {
  margin-top: 30px; }
  .alternate .columns:nth-child(even) .column-8 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .alternate .columns:nth-child(even) .column-4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

@media (max-width: 991.98px) {
  .border-bottom {
    min-height: 30px; }
  .alternate .columns:nth-child(even) .column-8 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .alternate .columns:nth-child(even) .column-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .alternate .column {
    text-align: center; }
    .alternate .column .ul {
      list-style: none;
      margin-left: 0;
      margin-bottom: 10px; } }

/*--------------------------------------------------
Header
--------------------------------------------------*/
.section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  line-height: 32px;
  background: white;
  min-height: 0;
  z-index: 10000; }
  .section-header .fb-search:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -2px; }
  @media (max-width: 991.98px) {
    .section-header {
      width: 100%;
      max-height: none;
      background: black;
      color: white;
      overflow: visible;
      -webkit-transition: none;
      transition: none; } }

.section-header-inner {
  z-index: 100;
  border-bottom: 1px solid transparent;
  /*
	@include media-breakpoint-up(md) {
		.page-dark &,
		.submenu &,
		&.sticky-active:not(.sticky-direction),
		&.sticky-active.sticky-direction-active,
		&:hover {
			background: black;
			color: white;
			border-bottom: 1px solid #7f7f7f;

			.logo path {
				fill: white;
			}

			.menu-toggle {
				span {
					background: white;

					&:before,
					&:after {
						background: white;
					}
				}
			}

			svg.icon {
				fill: white;
			}
		}
	}
	*/ }
  .section-header-inner .logo path {
    -webkit-transition: none;
    transition: none; }
  .section-header-inner .menu-toggle {
    -webkit-transition: none;
    transition: none; }
    .section-header-inner .menu-toggle span {
      -webkit-transition: none;
      transition: none; }
      .section-header-inner .menu-toggle span:before, .section-header-inner .menu-toggle span:after {
        -webkit-transition: none;
        transition: none; }
  .section-header-inner.sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .page-dark .section-header-inner,
  .submenu .section-header-inner,
  .scrolled .section-header-inner, .section-header-inner.sticky-active:not(.sticky-direction), .section-header-inner.sticky-active.sticky-direction-active, .section-header-inner:hover {
    background: black;
    color: white;
    border-bottom: 1px solid #7f7f7f; }
    .page-dark .section-header-inner .logo path,
    .submenu .section-header-inner .logo path,
    .scrolled .section-header-inner .logo path, .section-header-inner.sticky-active:not(.sticky-direction) .logo path, .section-header-inner.sticky-active.sticky-direction-active .logo path, .section-header-inner:hover .logo path {
      fill: white; }
    .page-dark .section-header-inner .menu-toggle span,
    .submenu .section-header-inner .menu-toggle span,
    .scrolled .section-header-inner .menu-toggle span, .section-header-inner.sticky-active:not(.sticky-direction) .menu-toggle span, .section-header-inner.sticky-active.sticky-direction-active .menu-toggle span, .section-header-inner:hover .menu-toggle span {
      background: white; }
      .page-dark .section-header-inner .menu-toggle span:before, .page-dark .section-header-inner .menu-toggle span:after,
      .submenu .section-header-inner .menu-toggle span:before,
      .submenu .section-header-inner .menu-toggle span:after,
      .scrolled .section-header-inner .menu-toggle span:before,
      .scrolled .section-header-inner .menu-toggle span:after, .section-header-inner.sticky-active:not(.sticky-direction) .menu-toggle span:before, .section-header-inner.sticky-active:not(.sticky-direction) .menu-toggle span:after, .section-header-inner.sticky-active.sticky-direction-active .menu-toggle span:before, .section-header-inner.sticky-active.sticky-direction-active .menu-toggle span:after, .section-header-inner:hover .menu-toggle span:before, .section-header-inner:hover .menu-toggle span:after {
        background: white; }
    .page-dark .section-header-inner svg.icon,
    .submenu .section-header-inner svg.icon,
    .scrolled .section-header-inner svg.icon, .section-header-inner.sticky-active:not(.sticky-direction) svg.icon, .section-header-inner.sticky-active.sticky-direction-active svg.icon, .section-header-inner:hover svg.icon {
      fill: white; }
  @media (max-width: 1170px) {
    .section-header-inner .section-content {
      padding: 0 15px; }
      .active .section-header-inner .section-content {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform ease-in-out 400ms;
        transition: -webkit-transform ease-in-out 400ms;
        transition: transform ease-in-out 400ms;
        transition: transform ease-in-out 400ms, -webkit-transform ease-in-out 400ms; } }
  @media (max-width: 991.98px) {
    .active > .section-header-inner {
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none; }
    .submenu .section-header-inner {
      height: 100vh;
      overflow: unset !important; }
      .submenu .section-header-inner .section-content {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
    .exiting .section-header-inner .section-content {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .section-header-inner svg.icon {
      fill: white; }
    .section-header-inner .logo {
      position: relative;
      z-index: 200;
      /*
            top: 7px;
            left: 15px;
            */ }
      .section-header-inner .logo path {
        fill: white; }
    .section-header-inner .menu-toggle span {
      background: white; }
      .section-header-inner .menu-toggle span:before, .section-header-inner .menu-toggle span:after {
        background: white; }
    .active .section-header-inner {
      height: 100vh;
      overflow-y: scroll;
      overflow-x: hidden; }
      .active .section-header-inner .menu-header {
        display: block !important; }
    .section-header-inner.sticky-active {
      padding: 0; } }

@media (max-width: 991.98px) {
  .profiler-left {
    display: none; } }

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 992px) {
    .header-inner {
      min-height: 44px; } }

.logo svg {
  fill: 0;
  width: 105px;
  height: 13px;
  -webkit-transition: fill .4s ease-in-out;
  transition: fill .4s ease-in-out; }

.logo-lagermania svg {
  width: 230px;
  height: 13px; }
  @media (max-width: 330px) {
    .logo-lagermania svg {
      width: 204px; } }

/*--------------------------------------------------
Main Nav
--------------------------------------------------*/
.main-nav {
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  padding: 60px 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: all 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 -30px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 -30px 0 rgba(0, 0, 0, 0.9);
  /* second level */
  /* fav */ }
  .main-nav ul {
    border-top: 2px solid white;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.65, 0.02, 0.23, 1);
    transition: all 0.4s cubic-bezier(0.65, 0.02, 0.23, 1); }
    .main-nav ul li {
      display: block;
      font-size: 1.87rem;
      line-height: 3.485rem;
      color: white;
      -webkit-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .main-nav ul li a {
        display: block;
        color: white;
        -webkit-transition: .1s ease-in-out;
        transition: .1s ease-in-out; }
        .main-nav ul li a:hover {
          opacity: 1 !important; }
      .main-nav ul li.has-sub > a:after {
        content: '+';
        height: 8px;
        width: 8px;
        font-size: 1.54545rem;
        color: white;
        margin-left: 5px; }
      .main-nav ul li.has-sub.active ul {
        display: block;
        position: absolute;
        left: 100vw;
        top: 50px;
        width: 100%; }
      .main-nav ul li ul {
        display: none; }
      .main-nav ul li + li {
        border-top: 1px solid #3f4044; }
      .main-nav ul li.back-menu {
        position: absolute;
        z-index: 1;
        left: 100vw;
        top: 0;
        color: white;
        padding: 5px 20px; }
        .main-nav ul li.back-menu a:before {
          position: absolute;
          left: 0;
          content: '-';
          height: 8px;
          width: 8px;
          font-size: 1.54545rem;
          color: white;
          opacity: 1 !important;
          margin-left: 5px; }
    @media (hover: hover) {
      .main-nav ul:hover > li > a {
        opacity: .2; }
      .main-nav ul:hover > li.back-menu a {
        opacity: 1; } }
  .main-nav.second-level > ul {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw); }
  .main-nav #fav {
    width: 18px;
    font-size: 1.13333rem;
    color: white;
    margin-left: 10px;
    background: url(/img/casa-ber-icon.svg) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -2px; }

.msie10 .main-nav {
  display: none; }

/*--------------------------------------------------
Nav Open
--------------------------------------------------*/
.nav-open .logo svg {
  fill: white; }

.nav-open .nav-toggle span {
  background: black;
  height: 0;
  width: 22px; }
  .nav-open .nav-toggle span:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0 !important;
    background: white; }
  .nav-open .nav-toggle span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0 !important;
    background: white; }

.nav-open .main-nav {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  .nav-open .main-nav ul {
    opacity: 1; }

.nav-open .search-box {
  z-index: 0; }

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  vertical-align: top; }
  @media (max-width: 991px) {
    .footer-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer-inner .footer-item {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }

/*--------------------------------------------------
Prefooter
--------------------------------------------------*/
.section-prefooter {
  position: relative;
  font-size: 1.41667rem;
  background: white;
  color: black;
  font-size: 12px;
  line-height: 20px;
  padding: 15px; }
  .section-prefooter p {
    line-height: 20px; }
  @media (max-width: 991px) {
    .section-prefooter {
      text-align: center; } }
  @media (max-width: 991px) {
    .section-prefooter {
      display: none; } }

/*--------------------------------------------------
Footer
--------------------------------------------------*/
.section-footer {
  position: relative;
  font-size: 1.41667rem;
  background: black;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 0 100px 0; }
  @media (max-width: 1199px) {
    .section-footer {
      padding: 15px 15px 100px 15px; } }
  @media (max-width: 991px) {
    .section-footer {
      text-align: center; } }

/*--------------------------------------------------
Cookies
--------------------------------------------------*/
#acceptcookie {
  background: #3f4044;
  color: white;
  font-size: 1.54545rem;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  padding: 7px 15px;
  width: 100%;
  line-height: 1.4;
  font-size: 12px; }
  #acceptcookie .acceptcookie-wrap {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      #acceptcookie .acceptcookie-wrap {
        display: block; } }
    @media (max-width: 767px) {
      #acceptcookie .acceptcookie-wrap {
        padding: 0; } }
  #acceptcookie a {
    color: white;
    text-decoration: underline;
    padding: 0 5px;
    display: inline-block; }
    @media (max-width: 767px) {
      #acceptcookie a {
        padding: 0; } }
  #acceptcookie button {
    background: white;
    color: #2c2c2c;
    border: none;
    padding: 6px 7px;
    cursor: pointer;
    margin-left: 5px; }
    @media (max-width: 767px) {
      #acceptcookie button {
        position: static;
        display: block;
        margin: 5px auto 2px;
        float: right; } }
  @media (max-width: 767px) {
    #acceptcookie {
      font-size: 1.4rem;
      padding: 7px 10px;
      font-size: 11px; } }

.hero-overlay .tit-h1 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 40px;
  -webkit-animation: appear 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
          animation: appear 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms; }

.hero-overlay .btn-group {
  margin-bottom: 0;
  -webkit-animation: appear 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
          animation: appear 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  -webkit-animation-delay: 2350ms;
          animation-delay: 2350ms; }

.section-hero-homepage {
  position: relative;
  background: center no-repeat;
  background-size: cover;
  height: 100vh;
  /*
    height: calc(var(--app-height) - 40px);

    @include media-breakpoint-down(sm) {
        height: calc(var(--app-height) - 34px);
    }
    */
  margin-top: 45px; }
  .section-hero-homepage .background {
    height: 100%; }
  .section-hero-homepage .fb-arrow-down {
    font-size: 50px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50px);
            transform: translateX(-50%) translateY(-50px); }
    .section-hero-homepage .fb-arrow-down.appeared {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0); }
  .section-hero-homepage .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .section-hero-homepage .hero-overlay {
    width: 100vw; }
  .section-hero-homepage .btn-cta, .section-hero-homepage .btn-more {
    background: black; }
  @media (min-width: 992px) {
    .section-hero-homepage .hero-overlay {
      text-align: left ; }
      html.rtl .section-hero-homepage .hero-overlay {
        text-align: right ; }
      .section-hero-homepage .hero-overlay .container {
        padding: 0; }
      .section-hero-homepage .hero-overlay .btn-group {
        text-align: left ;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        html.rtl .section-hero-homepage .hero-overlay .btn-group {
          text-align: right ; } }
  .with-banners .section-hero-homepage {
    margin-top: 90px; }
  @media (max-width: 991.98px) {
    .section-hero-homepage {
      margin-top: 34px; }
      .with-banners .section-hero-homepage {
        margin-top: 100px; } }

.section-hero {
  position: relative;
  background: center no-repeat;
  background-size: cover;
  height: 100vh;
  /*
    height: calc(var(--app-height) - 40px);

    @include media-breakpoint-down(sm) {
        height: calc(var(--app-height) - 34px);
    }
    */
  margin-top: 45px; }
  .section-hero .background {
    height: 100%; }
  .section-hero .fb-arrow-down {
    font-size: 50px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50px);
            transform: translateX(-50%) translateY(-50px); }
    .section-hero .fb-arrow-down.appeared {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0); }
  .section-hero .hero-overlay {
    position: absolute;
    width: calc(100vw - 40px);
    max-width: 720px;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center; }
  .with-banners .section-hero {
    margin-top: 90px; }
  @media (max-width: 991.98px) {
    .section-hero {
      margin-top: 34px; }
      .with-banners .section-hero {
        margin-top: 100px; } }

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); } }

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); } }

.media-cropped {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .media-cropped video {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
    min-width: 100%;
    width: unset; }
  .media-cropped:hover video {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  @media (min-width: 992px) {
    .media-cropped video {
      height: auto; } }

.section-traditions .section-content .container {
  max-width: 1140px;
  margin: auto; }

.section-traditions .aspect {
  min-height: 40vh; }

@media screen and (min-width: 1025px) {
  .section-traditions .section-content {
    max-width: none;
    margin: auto; }
  .section-traditions .fixed {
    background-position: 50% 60px; } }

@media screen and (max-width: 1024px) {
  .section-traditions .fixed {
    height: auto;
    min-height: 55vw;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    background-position: 50% 50%; } }

@media screen and (pointer: coarse) {
  .section-traditions .fixed {
    height: auto;
    min-height: 55vw;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    background-position: 50% 50%; } }

.section-coordinated-design .section-content {
  padding-bottom: 0; }

.section-expert-technology .section-content {
  padding-bottom: 0; }

.section-news.section-news-image {
  position: fixed;
  z-index: 1000;
  bottom: 80px;
  right: 80px;
  background: #fff;
  width: 510px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border: 2px solid #000; }
  .section-news.section-news-image .image {
    display: block; }
    .section-news.section-news-image .image img {
      width: 100%; }

.section-news .close {
  position: absolute;
  z-index: 1;
  background: #000;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 9px;
  line-height: 34px;
  text-align: center;
  top: 0;
  right: 0; }

@media (max-width: 991.98px) {
  .section-news.section-news-image {
    width: auto;
    right: 20px;
    left: 20px;
    bottom: 60px;
    border: 0;
    background: black; }
  .section-news .close {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 6px; } }

#acceptcookie {
  background: black; }

.my-project {
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px; }
  .my-project .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .my-project .headline .btn, .my-project .headline .support-item a:not(.btn) , .support-item .my-project .headline a:not(.btn) {
      font-size: 20px; }
    .my-project .headline .btn-group {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .my-project .headline .btn-group .btn + .btn, .my-project .headline .btn-group .support-item a:not(.btn) + .btn, .support-item .my-project .headline .btn-group a:not(.btn) + .btn, .my-project .headline .btn-group .support-item .btn + a:not(.btn) , .support-item .my-project .headline .btn-group .btn + a:not(.btn) , .my-project .headline .btn-group .support-item a:not(.btn) + a:not(.btn) , .support-item .my-project .headline .btn-group a:not(.btn) + a:not(.btn) {
        margin-left: 15px; }
  .my-project .list-group ul {
    border-top: none; }

.list-item-product {
  border-bottom: 1px solid black; }
  @media (min-width: 992px) {
    .list-item-product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 10px; }
      .list-item-product .media {
        width: 100px; }
        .list-item-product .media img {
          max-width: 100%; }
      .list-item-product .tit-h2 {
        margin: 0; }
      .list-item-product .tit-h3 {
        margin: 0 0 0 10px;
        line-height: 23px; } }
  @media (max-width: 991.98px) {
    .list-item-product .media {
      display: none; } }

.list-item-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .list-item-download .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .list-item-download .fb-pdf {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .list-item-download .btn, .list-item-download .support-item a:not(.btn) , .support-item .list-item-download a:not(.btn) {
    font-size: 15px; }

.section-product-hero {
  margin-top: 45px; }
  .with-banners .section-product-hero {
    margin-top: 90px; }
  .section-product-hero .container {
    max-width: 750px;
    margin: 0 auto; }
  .section-product-hero .swiper-container {
    height: 500px;
    margin-bottom: 2rem; }
  .section-product-hero .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .section-product-hero .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    outline: 0 !important; }
    .section-product-hero .picture img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin: 0 auto; }
  .section-product-hero .picture-color {
    opacity: 0;
    -webkit-transition: opacity ease-in-out 350ms;
    transition: opacity ease-in-out 350ms; }
    .section-product-hero .picture-color.enter {
      opacity: 1; }
  @media (min-width: 992px) {
    .section-product-hero .picture {
      height: calc(100% - 60px); } }
  @media (max-width: 991.98px) {
    .section-product-hero {
      margin-top: 34px; }
      .with-banners .section-product-hero {
        margin-top: 100px; }
      .section-product-hero .swiper-container {
        height: calc(80vw + 50px); }
      .section-product-hero .picture {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 50px);
                flex: 0 0 calc(100% - 50px);
        height: calc(100% - 50px); }
      .section-product-hero .group--menu {
        top: 0;
        width: calc(100% - 100px);
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        height: auto;
        margin: 0 auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .section-product-hero .group--menu.with-sides {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }

.product-variant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
  .product-variant__left, .product-variant__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-variant__center {
    position: relative; }
  .product-variant__left {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
  .product-variant__right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-variant__picture img {
    display: block !important; }
  .product-variant__gallery ul, .product-variant__colors ul, .product-variant__sides ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-variant__colors ul > li, .product-variant__sides ul > li {
    position: relative; }
  .product-variant .btn__prev,
  .product-variant .btn__next,
  .product-variant .btn__gallery,
  .product-variant .btn__color,
  .product-variant .btn__zoom,
  .product-variant .btn__side {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    border: none;
    cursor: pointer; }
  .product-variant .btn__prev,
  .product-variant .btn__next {
    position: absolute;
    top: 50%;
    z-index: 2; }
  .product-variant .btn__gallery {
    width: 96px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent;
    -webkit-transition: ease-in-out 250ms;
    transition: ease-in-out 250ms;
    -webkit-transition-property: border-color;
    transition-property: border-color; }
    .product-variant .btn__gallery > img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .product-variant .btn__gallery:hover, .product-variant .btn__gallery:active, .product-variant .btn__gallery.active {
      border-color: rgba(0, 0, 0, 0.4); }
  .product-variant .btn__color,
  .product-variant .btn__zoom,
  .product-variant .btn__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; }
    .product-variant .btn__color__label,
    .product-variant .btn__zoom__label,
    .product-variant .btn__side__label {
      position: absolute;
      display: inline-block;
      min-width: 170px;
      font-size: 13px;
      opacity: 0;
      z-index: 1;
      -webkit-transition: ease-in-out 250ms;
      transition: ease-in-out 250ms;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
  .product-variant .btn__color__image,
  .product-variant .btn__side__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    color: #444;
    -webkit-transition: ease-in-out 250ms;
    transition: ease-in-out 250ms;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color; }
  .product-variant .btn__zoom__image {
    font-size: 18px; }
  .product-variant .btn__side:not(.active) {
    display: none; }
  @media (min-width: 768px) {
    .product-variant {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; }
      .product-variant__left, .product-variant__right {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(25% - 30px);
                flex: 1 0 calc(25% - 30px);
        width: calc(25% - 30px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .product-variant__center {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(50% - 30px);
                flex: 1 0 calc(50% - 30px);
        width: calc(50% - 30px); }
      .product-variant__gallery ul, .product-variant__colors ul, .product-variant__sides ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 0.5rem; }
      .product-variant__gallery {
        top: 0;
        bottom: 0;
        width: 110px;
        height: 360px;
        overflow-x: hidden;
        overflow-y: auto;
        position: relative; }
        .product-variant__gallery::-webkit-scrollbar {
          width: 4px;
          height: 4px;
          border-radius: 0; }
        .product-variant__gallery::-webkit-scrollbar-button {
          display: none; }
        .product-variant__gallery::-webkit-scrollbar-button:hover {
          display: none; }
        .product-variant__gallery::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.95);
          -webkit-box-shadow: none;
                  box-shadow: none;
          border-radius: 0; }
          .product-variant__gallery::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0.95); }
        .product-variant__gallery::-webkit-scrollbar-track {
          background-color: transparent;
          border-radius: 0; }
          .product-variant__gallery::-webkit-scrollbar-track:hover {
            background-color: transparent; }
        .product-variant__gallery::-webkit-scrollbar-thumb {
          background-color: #bbbbbb; }
          .product-variant__gallery::-webkit-scrollbar-thumb:hover {
            background-color: #bbbbbb; }
        .product-variant__gallery:after {
          display: block;
          content: '';
          background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
          background: linear-gradient(0deg, white, transparent);
          width: 100%;
          height: 60px;
          position: sticky;
          bottom: -1px; }
      .product-variant__colors {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; }
        .product-variant__colors ul {
          height: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .product-variant__sides {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto; }
        .product-variant__sides ul {
          row-gap: 0; }
      .product-variant .btn__gallery {
        width: 96px;
        height: 96px;
        padding: 0.8rem; }
      .product-variant .btn__prev,
      .product-variant .btn__next {
        width: 44px;
        height: 44px;
        margin-top: -22px;
        font-size: 36px; }
      .product-variant .btn__prev {
        left: -54px; }
      .product-variant .btn__next {
        right: -54px; }
      .product-variant .btn__zoom {
        margin-top: 20px; }
      .product-variant .btn__color__label,
      .product-variant .btn__zoom__label,
      .product-variant .btn__side__label {
        right: 30px;
        text-align: right; }
      .product-variant .btn__color:hover .btn__color__label,
      .product-variant .btn__color:hover .btn__zoom__label,
      .product-variant .btn__color:hover .btn__side__label, .product-variant .btn__color:active .btn__color__label,
      .product-variant .btn__color:active .btn__zoom__label,
      .product-variant .btn__color:active .btn__side__label, .product-variant .btn__color.active .btn__color__label,
      .product-variant .btn__color.active .btn__zoom__label,
      .product-variant .btn__color.active .btn__side__label,
      .product-variant .btn__zoom:hover .btn__color__label,
      .product-variant .btn__zoom:hover .btn__zoom__label,
      .product-variant .btn__zoom:hover .btn__side__label,
      .product-variant .btn__zoom:active .btn__color__label,
      .product-variant .btn__zoom:active .btn__zoom__label,
      .product-variant .btn__zoom:active .btn__side__label,
      .product-variant .btn__zoom.active .btn__color__label,
      .product-variant .btn__zoom.active .btn__zoom__label,
      .product-variant .btn__zoom.active .btn__side__label,
      .product-variant .btn__side:hover .btn__color__label,
      .product-variant .btn__side:hover .btn__zoom__label,
      .product-variant .btn__side:hover .btn__side__label,
      .product-variant .btn__side:active .btn__color__label,
      .product-variant .btn__side:active .btn__zoom__label,
      .product-variant .btn__side:active .btn__side__label,
      .product-variant .btn__side.active .btn__color__label,
      .product-variant .btn__side.active .btn__zoom__label,
      .product-variant .btn__side.active .btn__side__label {
        opacity: 1; }
      .product-variant .btn__color__image,
      .product-variant .btn__side__image {
        width: 22px;
        height: 22px; } }
  @media (max-width: 767.98px) {
    .product-variant {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      row-gap: 30px; }
      .product-variant__left {
        display: none; }
      .product-variant__right {
        -webkit-column-gap: 60px;
           -moz-column-gap: 60px;
                column-gap: 60px; }
      .product-variant__center {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(100% - 50px);
                flex: 1 0 calc(100% - 50px);
        width: calc(100% - 50px); }
      .product-variant__gallery ul, .product-variant__colors ul, .product-variant__sides ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: 0.5rem;
           -moz-column-gap: 0.5rem;
                column-gap: 0.5rem; }
      .product-variant .btn__gallery {
        width: 64px;
        height: 64px; }
      .product-variant .btn__prev,
      .product-variant .btn__next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        font-size: 28px;
        display: none; }
      .section-product-hero .product-variant .btn__prev,
      .section-product-hero .product-variant .btn__next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .product-variant .btn__prev {
        left: -38px; }
      .product-variant .btn__next {
        right: -38px; }
      .product-variant .btn__color__label,
      .product-variant .btn__zoom__label,
      .product-variant .btn__side__label {
        text-align: center;
        bottom: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .product-variant .btn__color.active .btn__color__label,
      .product-variant .btn__color.active .btn__zoom__label,
      .product-variant .btn__color.active .btn__side__label,
      .product-variant .btn__zoom.active .btn__color__label,
      .product-variant .btn__zoom.active .btn__zoom__label,
      .product-variant .btn__zoom.active .btn__side__label,
      .product-variant .btn__side.active .btn__color__label,
      .product-variant .btn__side.active .btn__zoom__label,
      .product-variant .btn__side.active .btn__side__label {
        opacity: 1; }
      .product-variant .btn__color__image,
      .product-variant .btn__side__image {
        width: 16px;
        height: 16px; }
      .product-variant .btn__zoom__image {
        font-size: 16px; }
        .product-variant .btn__zoom__image i {
          width: 16px;
          height: 16px;
          line-height: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 14px; } }

.card .product-variant {
  margin: 2rem 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }
  .card .product-variant__left {
    display: none; }
  .card .product-variant__gallery ul, .card .product-variant__colors ul, .card .product-variant__sides ul {
    row-gap: 0.2rem; }
  .card .product-variant .btn__prev,
  .card .product-variant .btn__next {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    font-size: 18px; }
  .card .product-variant .btn__prev {
    left: -26px; }
  .card .product-variant .btn__next {
    right: -26px; }
  .card .product-variant .btn__color__image,
  .card .product-variant .btn__side__image {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 6px; }
  .card .product-variant .btn__color__label,
  .card .product-variant .btn__side__label {
    font-size: 13px;
    visibility: hidden; }
  @media (min-width: 768px) {
    .card .product-variant .btn__color__label,
    .card .product-variant .btn__side__label {
      left: 26px;
      text-align: left; } }
  @media (max-width: 767.98px) {
    .card .product-variant .btn__color__label,
    .card .product-variant .btn__side__label {
      text-align: center; } }
  .card .product-variant .btn__color:active .btn__color__label,
  .card .product-variant .btn__color:active .btn__side__label, .card .product-variant .btn__color.active .btn__color__label,
  .card .product-variant .btn__color.active .btn__side__label,
  .card .product-variant .btn__side:active .btn__color__label,
  .card .product-variant .btn__side:active .btn__side__label,
  .card .product-variant .btn__side.active .btn__color__label,
  .card .product-variant .btn__side.active .btn__side__label {
    visibility: hidden;
    opacity: 0; }
  .card .product-variant .btn__color:hover .btn__color__label,
  .card .product-variant .btn__color:hover .btn__side__label,
  .card .product-variant .btn__side:hover .btn__color__label,
  .card .product-variant .btn__side:hover .btn__side__label {
    visibility: visible;
    opacity: 1; }
  .card .product-variant .btn__zoom {
    display: none; }
  @media (min-width: 768px) {
    .card .product-variant__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      width: 20px;
      margin-left: 30px; }
    .card .product-variant__center {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(100% - 50px);
              flex: 1 0 calc(100% - 50px);
      width: calc(100% - 50px); }
    .card .product-variant .btn__prev,
    .card .product-variant .btn__next {
      display: none; }
    .card .product-variant__picture {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      aspect-ratio: 286 / 214; }
      .card .product-variant__picture > img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; } }
  @media (max-width: 767.98px) {
    .card .product-variant__right {
      margin-left: 5px; }
    .card .product-variant__center {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      width: 100%; } }

@media screen {
  .section-product-hero .product-variant__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 240 / 180; }
    .section-product-hero .product-variant__picture > img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; } }

.section-product-detail {
  /*
	.review {
		padding: 20px 30px;
		font-size: 18px;
		text-align: center;
	}
	*/ }
  .section-product-detail .section-content {
    padding: 50px 0 0 0; }
  @media (max-width: 991.98px) {
    .section-product-detail .section-content {
      padding: 0; }
    .section-product-detail .column:first-child {
      display: none; } }

.review {
  display: block;
  margin: 0 auto 15px auto; }

.columns-badges {
  margin-bottom: 15px; }

.picture-badge {
  border-radius: 4px;
  overflow: hidden; }

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 15px 0; }
  .awards__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 4px);
            flex: 0 0 calc(33.333% - 4px); }

.btn-price__info {
  vertical-align: bottom;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  border-radius: 20px;
  padding: 2px;
  background-color: white;
  color: #888;
  cursor: pointer; }
  .btn-price__info img {
    width: 18px;
    height: 18px; }

.btn-price__dialog {
  display: none;
  width: 100%;
  max-width: 44ch; }
  .btn-price__dialog .fancybox-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem; }

.btn-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }

.btn-price__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px; }

.section-product-gallery {
  margin-bottom: 10px;
  /*
	.btn-group {
		margin: 50px 0;
	}
	*/ }
  .section-product-gallery .btn-group {
    margin: 50px -30px; }
  @media (max-width: 991.98px) {
    .section-product-gallery .section-content {
      display: none; } }

.section-product-specifications .columns {
  text-align: left ;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  html.rtl .section-product-specifications .columns {
    text-align: right ; }
  .section-product-specifications .columns .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-product-specifications .columns .list-group {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.section-product-specifications .tit-h2 {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #dadada; }

.page-dark .section-product-specifications .tit-h2 {
  border-color: #7f7f7f; }

.section-product-specifications .btn-group {
  margin: 10px 0 0 0;
  padding: 15px 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media (max-width: 991.98px) {
  .section-product-specifications .btn, .section-product-specifications .support-item a:not(.btn) , .support-item .section-product-specifications a:not(.btn) {
    display: block;
    width: 100%; } }

#add-to-my {
  pointer-events: none;
  opacity: 0; }
  #add-to-my.visible {
    pointer-events: all;
    opacity: 1; }

.section-product-matching-products,
.section-compare-products {
  margin-top: 40px; }
  .section-product-matching-products .card-media,
  .section-compare-products .card-media {
    overflow: visible; }
  .section-product-matching-products .cards,
  .section-compare-products .cards {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .section-product-matching-products .card,
  .section-compare-products .card {
    text-align: left ;
    padding: 0 0 30px 0; }
    html.rtl .section-product-matching-products .card, html.rtl
    .section-compare-products .card {
      text-align: right ; }
  .section-product-matching-products .tit-h3,
  .section-compare-products .tit-h3 {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .section-product-matching-products .group--menu,
    .section-compare-products .group--menu {
      right: 7px; }
    .section-product-matching-products .menu-colors li.active:not(:hover) .label,
    .section-product-matching-products .menu-sides li.active:not(:hover) .label,
    .section-compare-products .menu-colors li.active:not(:hover) .label,
    .section-compare-products .menu-sides li.active:not(:hover) .label {
      opacity: 0; }
    .section-product-matching-products .menu-colors .tile,
    .section-product-matching-products .menu-sides .tile,
    .section-compare-products .menu-colors .tile,
    .section-compare-products .menu-sides .tile {
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 7px;
      border: 1px solid #ccc;
      print-color-adjust: exact; }
    .section-product-matching-products .menu-colors .label,
    .section-product-matching-products .menu-sides .label,
    .section-compare-products .menu-colors .label,
    .section-compare-products .menu-sides .label {
      left: 21px;
      right: auto;
      padding: 0;
      top: 0;
      margin: 0; }
    .section-product-matching-products .menu-sides .tile,
    .section-compare-products .menu-sides .tile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #ccc;
      font-size: 7px;
      print-color-adjust: exact; } }
  @media (max-width: 991.98px) {
    .section-product-matching-products .card,
    .section-compare-products .card {
      text-align: center;
      border-bottom: 1px solid #ccc; }
    .section-product-matching-products .card-body,
    .section-compare-products .card-body {
      padding-bottom: 20px; }
    .section-product-matching-products .btn-more,
    .section-compare-products .btn-more {
      display: block;
      width: 100%; } }

.section-products-hero {
  margin-top: 45px; }
  .with-banners .section-products-hero {
    margin-top: 90px; }
  @media (max-width: 991.98px) {
    .section-products-hero {
      margin-top: 34px; }
      .with-banners .section-products-hero {
        margin-top: 100px; } }
  .section-products-hero .section-content {
    padding-bottom: 20px; }

@media (max-width: 991.98px) {
  .products-category {
    border: none; } }

.section-product-features-technology a:link, .section-product-features-technology a:visited, .section-product-features-technology a:hover {
  font-style: italic;
  text-decoration: underline; }

.section-product-features-technology a.btn-cta, .section-product-features-technology a.btn-more {
  font-style: normal;
  text-decoration: none; }

.section-product-colors-of-italy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-product-colors-of-italy .background {
    position: absolute;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }
  .section-product-colors-of-italy .section-content {
    position: relative; }
  .section-product-colors-of-italy .columns {
    margin: 0; }
  .section-product-colors-of-italy .column-4 {
    padding: 30px 30px 40px 30px;
    margin: 50px 0;
    text-align: center; }
  .section-product-colors-of-italy .column .tit-h1 {
    margin-bottom: 25px;
    padding-bottom: 0;
    border: 0; }

.section-product-promotions .btn-cta-inverted, .section-product-promotions .btn-sm, .section-product-promotions .support-item a:not(.btn), .support-item .section-product-promotions a:not(.btn) {
  margin: 20px 0 50px 0; }

.section-product-promotions .tit-h2 {
  margin-bottom: 25px;
  padding: 15px 0;
  line-height: 40px; }

.section-product-promotions .btn-group .btn, .section-product-promotions .btn-group .support-item a:not(.btn) , .support-item .section-product-promotions .btn-group a:not(.btn) {
  min-width: 120px; }

@media (min-width: 992px) {
  .section-product-promotions .btn-group .btn + .btn, .section-product-promotions .btn-group .support-item a:not(.btn) + .btn, .support-item .section-product-promotions .btn-group a:not(.btn) + .btn, .section-product-promotions .btn-group .support-item .btn + a:not(.btn) , .support-item .section-product-promotions .btn-group .btn + a:not(.btn) , .section-product-promotions .btn-group .support-item a:not(.btn) + a:not(.btn) , .support-item .section-product-promotions .btn-group a:not(.btn) + a:not(.btn) {
    margin-left: 20px; } }

@media (max-width: 991.98px) {
  .section-product-promotions .btn-group .btn, .section-product-promotions .btn-group .support-item a:not(.btn) , .support-item .section-product-promotions .btn-group a:not(.btn) {
    width: 100%; }
  .section-product-promotions .section-content {
    padding-bottom: 30px;
    margin-bottom: 30px; } }

.section-technology-hero {
  margin-top: 45px; }
  .with-banners .section-technology-hero {
    margin-top: 90px; }
  @media (max-width: 991.98px) {
    .section-technology-hero {
      margin-top: 34px; }
      .with-banners .section-technology-hero {
        margin-top: 100px; } }

.btn-group-filters {
  background: white;
  margin-top: 20px; }
  .btn-group-filters .btn i, .btn-group-filters .support-item a:not(.btn)  i, .support-item .btn-group-filters a:not(.btn)  i {
    vertical-align: middle; }
  @media (min-width: 992px) {
    .btn-group-filters.sticky-active {
      position: fixed;
      top: 44px;
      width: 100%;
      left: 0;
      z-index: 90;
      border-bottom: 1px solid black;
      margin-top: 0; }
      .btn-group-filters.sticky-active .btn, .btn-group-filters.sticky-active .support-item a:not(.btn) , .support-item .btn-group-filters.sticky-active a:not(.btn) {
        font-size: 15px;
        padding: 4px 10px;
        line-height: 20px;
        margin: 10px 0;
        border-radius: 0;
        width: auto;
        min-width: 0; }
      .btn-group-filters.sticky-active .btn + .btn, .btn-group-filters.sticky-active .support-item a:not(.btn) + .btn, .support-item .btn-group-filters.sticky-active a:not(.btn) + .btn, .btn-group-filters.sticky-active .support-item .btn + a:not(.btn) , .support-item .btn-group-filters.sticky-active .btn + a:not(.btn) , .btn-group-filters.sticky-active .support-item a:not(.btn) + a:not(.btn) , .support-item .btn-group-filters.sticky-active a:not(.btn) + a:not(.btn) {
        margin-left: 20px; } }
  @media (max-width: 991.98px) {
    .btn-group-filters {
      margin: 20px 0; }
      .btn-group-filters .btn, .btn-group-filters .support-item a:not(.btn) , .support-item .btn-group-filters a:not(.btn) {
        display: block;
        position: relative;
        width: 100%; }
        .btn-group-filters .btn i, .btn-group-filters .support-item a:not(.btn)  i, .support-item .btn-group-filters a:not(.btn)  i {
          position: absolute;
          left: 10px; } }

.section-faq-hero {
  margin-top: 45px; }
  .with-banners .section-faq-hero {
    margin-top: 90px; }
  @media (max-width: 991.98px) {
    .section-faq-hero {
      margin-top: 34px; }
      .with-banners .section-faq-hero {
        margin-top: 100px; } }

.faq-item {
  margin-bottom: 20px; }
  .faq-item .tit-h4 a {
    display: inline-block;
    padding: 0 4px;
    background: #eeeded;
    font-weight: 500;
    -webkit-transition: all ease-in-out 350ms;
    transition: all ease-in-out 350ms; }
    .faq-item .tit-h4 a:hover {
      background: black;
      color: white; }

.faq-item + .faq-item {
  padding-top: 20px;
  border-top: 1px solid black; }

.section-specifications-search .info {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
  color: #555; }

.section-specifications-results .btn-group-vertical .btn, .section-specifications-results .btn-group-vertical .support-item a:not(.btn) , .support-item .section-specifications-results .btn-group-vertical a:not(.btn) {
  padding: 10px;
  text-align: left ;
  width: 100%; }
  html.rtl .section-specifications-results .btn-group-vertical .btn, html.rtl .section-specifications-results .btn-group-vertical .support-item a:not(.btn) , .support-item html.rtl .section-specifications-results .btn-group-vertical a:not(.btn) {
    text-align: right ; }

.specifications > .list-group-downloads {
  margin-bottom: 40px; }
  .specifications > .list-group-downloads > li:not(:first-child) {
    padding-top: 30px; }

.specifications .tit-h3 {
  line-height: 20px;
  margin: 0; }

.specifications .tit-h4 {
  line-height: 40px; }

.specifications .specifications-prod:not(:first-child) {
  border: 0; }

.specifications-serie + .specifications-serie {
  margin-top: 40px; }

@media (min-width: 992px) {
  .ui-menu {
    max-width: 600px; } }

@media (max-width: 991.98px) {
  .ui-menu {
    max-width: calc(100vw - 60px); } }

.ui-menu .ui-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms; }
  .ui-menu .ui-menu-item:hover {
    background: black;
    color: white; }
  .ui-menu .ui-menu-item .picture {
    width: 140px; }
  @media (max-width: 991.98px) {
    .ui-menu .ui-menu-item .picture {
      width: 40px;
      height: 40px;
      border: 1px solid #eee;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
              flex: 0 0 40px;
      margin-top: 10px; } }
  .ui-menu .ui-menu-item .content {
    padding: 15px; }
    .ui-menu .ui-menu-item .content .title {
      font-size: 18px; }
    .ui-menu .ui-menu-item .content .code {
      font-size: 12px;
      text-transform: uppercase; }
    .ui-menu .ui-menu-item .content .category {
      font-size: 12px; }

.section-gallery-hero {
  margin-top: 45px; }
  .with-banners .section-gallery-hero {
    margin-top: 90px; }
  .section-gallery-hero .menu-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (max-width: 991.98px) {
    .section-gallery-hero {
      margin-top: 34px; }
      .with-banners .section-gallery-hero {
        margin-top: 100px; } }

.section-gallery-gallery .card {
  padding-bottom: 50px;
  text-align: left ; }
  html.rtl .section-gallery-gallery .card {
    text-align: right ; }

.section-gallery-gallery .card-body {
  padding: 20px 0; }

.section-gallery-gallery .tit-h3 {
  margin: 0; }

.section-gallery-gallery .credits {
  min-height: 40px; }

.section-dealers .container {
  overflow-x: hidden; }

.listing-dealers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .listing-dealers .dealers-item {
    min-width: 160px; }
    .listing-dealers .dealers-item a {
      display: block; }
      .listing-dealers .dealers-item a img {
        -webkit-transition: all ease-in-out 400ms;
        transition: all ease-in-out 400ms; }
      .listing-dealers .dealers-item a:hover img {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }
  @media (max-width: 767.98px) {
    .listing-dealers {
      margin-right: -15px; }
      .listing-dealers .dealers-item {
        min-width: 160px;
        width: calc(100% - 15px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 15px);
                flex: 0 0 calc(100% - 15px);
        margin: 0 15px 15px 0; } }
  @media (min-width: 768px) {
    .listing-dealers {
      margin-right: -30px; }
      .listing-dealers .dealers-item {
        min-width: 160px;
        width: calc(50% - 30px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 30px);
                flex: 0 0 calc(50% - 30px);
        margin: 0 30px 30px 0; } }
  @media (min-width: 992px) {
    .listing-dealers {
      margin-right: -40px; }
      .listing-dealers .dealers-item {
        min-width: 160px;
        width: calc(33% - 40px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33% - 40px);
                flex: 0 0 calc(33% - 40px);
        margin: 0 40px 40px 0; } }
  @media (min-width: 1200px) {
    .listing-dealers {
      margin-right: -60px; }
      .listing-dealers .dealers-item {
        min-width: 160px;
        width: calc(25% - 60px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 60px);
                flex: 0 0 calc(25% - 60px);
        margin: 0 60px 60px 0; } }

.section-banner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 45px;
  top: 45px;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  border-bottom: 1px solid #7f7f7f;
  cursor: pointer;
  z-index: 10; }
  .section-banner .messages {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    line-height: 1.2; }
  .section-banner .messages__item {
    opacity: 0;
    -webkit-transition: ease-in-out opacity 350ms;
    transition: ease-in-out opacity 350ms; }
    .section-banner .messages__item:not(.active) {
      display: none; }
    .section-banner .messages__item.appear {
      opacity: 1; }
  @media (max-width: 991.98px) {
    .section-banner {
      height: auto;
      top: 34px; }
      .section-banner .messages {
        padding: 7px 0;
        font-size: 14px;
        text-align: center; } }

.welcome-universal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
  padding: 80px;
  background: black;
  right: 0;
  height: 100%;
  font-size: 30px;
  line-height: 1.12;
  top: 45px;
  height: calc(100% - 45px);
  z-index: 10;
  color: white;
  -webkit-transition: all ease-in-out 600ms;
  transition: all ease-in-out 600ms; }
  .welcome-universal b, .welcome-universal strong {
    font-weight: 400; }
  .welcome-universal .group-cta {
    margin-top: 40px; }
  .welcome-universal .btn-cta, .welcome-universal .btn-more {
    padding: 16px 24px;
    font-size: 20px;
    color: white;
    border-color: white; }
  .welcome-universal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.5; }
    .welcome-universal .btn-close svg {
      width: 25px;
      height: 25px;
      fill: white; }
  .scrolled .welcome-universal {
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  @media (max-width: 991.98px) {
    .welcome-universal {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 40px;
      z-index: 10000; } }

.section-specifications {
  padding: 0 0 80px 0;
  text-align: left ; }
  html.rtl .section-specifications {
    text-align: right ; }
  .section-specifications__filters {
    margin-bottom: 50px; }
  .section-specifications__title {
    font-size: 21px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid black;
    margin-bottom: 20px; }
  .section-specifications .table {
    width: 100%; }
    .section-specifications .table thead tr {
      border-spacing: 4em; }
    .section-specifications .table th {
      padding: 15px 5px; }
    .section-specifications .table td {
      padding: 5px;
      border-bottom: 1px solid #888; }
  @media screen and (min-width: 768px) {
    .section-specifications .listing--filters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; } }
  .section-specifications .form-group-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-specifications .form-group-select:after {
      top: auto;
      right: 1px;
      bottom: 5px;
      margin-top: 0;
      font-size: 10px; }
    .section-specifications .form-group-select label {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      text-align: left ; }
      html.rtl .section-specifications .form-group-select label {
        text-align: right ; }
    .section-specifications .form-group-select .form-control {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-size: 19px;
      line-height: 20px; }
    @media screen and (min-width: 768px) {
      .section-specifications .form-group-select--product {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(33.3333% - 30px);
                flex: 1 1 calc(33.3333% - 30px);
        margin: 15px; }
      .section-specifications .form-group-select--installation {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 30px);
                flex: 1 1 calc(50% - 30px);
        margin: 15px; } }
    @media screen and (max-width: 767px) {
      .section-specifications .form-group-select--product, .section-specifications .form-group-select--installation {
        margin: 15px 0 30px 0; }
        .section-specifications .form-group-select--product label, .section-specifications .form-group-select--installation label {
          margin-bottom: -10px; } }
  .section-specifications .listing--results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .section-specifications .listing--results > .listing__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 0;
      border-bottom: 1px solid #ccc; }
    .section-specifications .listing--results .btn--title {
      font-size: 16px; }
      .section-specifications .listing--results .btn--title b {
        font-size: 19px;
        font-weight: 500; }
      @media screen and (max-width: 767px) {
        .section-specifications .listing--results .btn--title b {
          display: block;
          margin-bottom: 5px; } }
    .section-specifications .listing--results .btn--download {
      border: 1px solid black;
      padding: 10px 15px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 0.2px;
      white-space: nowrap; }

/*
@import "modules/zoom";
@import "modules/tabs";
@import "modules/article";
*/
.section-finiture {
  margin-top: 0; }
  .section-finiture .section-content {
    display: none; }
    .section-finiture .section-content.active {
      display: block; }
  .section-finiture .container {
    max-width: 750px;
    margin: 0 auto; }
  .section-finiture .picture {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0 !important;
    overflow: hidden;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
    .section-finiture .picture .picture-color {
      display: none;
      opacity: 0;
      -webkit-transition: opacity ease-in-out 350ms;
      transition: opacity ease-in-out 350ms;
      margin: 0 auto;
      max-height: 500px; }
      .section-finiture .picture .picture-color.enter {
        display: block;
        opacity: 1; }
  @media (max-width: 991.98px) {
    .section-finiture .swiper-container {
      height: 75vw; }
    .section-finiture .picture {
      height: calc(100% - 60px); }
    .section-finiture .menu-finiture-colori {
      top: 0; } }

.section-finiture-index {
  margin-top: 30px; }
  .section-finiture-index .card-media {
    margin: 0; }
    .section-finiture-index .card-media .aspect {
      max-width: 200px;
      margin: 0 auto; }
  .section-finiture-index .btn-category {
    display: block;
    width: 100%;
    border-top: 1px solid #7f7f7f;
    font-size: 27px;
    font-weight: 100;
    border: none;
    background: black;
    color: white;
    cursor: pointer;
    padding: 11px; }
    .section-finiture-index .btn-category:hover {
      background: #222; }
    .section-finiture-index .btn-category i {
      font-size: 18px;
      vertical-align: middle; }

.menu-finiture-colori {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .menu-finiture-colori li {
    position: relative; }
    .menu-finiture-colori li a {
      display: block;
      line-height: 0;
      cursor: pointer; }
    .menu-finiture-colori li:hover .label, .menu-finiture-colori li.active .label {
      opacity: 1; }
  .menu-finiture-colori:hover li.active .label {
    opacity: 0; }
  .menu-finiture-colori:hover li:hover .label {
    opacity: 1; }
  .menu-finiture-colori li + li {
    margin-top: 8px; }
  .menu-finiture-colori .tile {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #ccc;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  .menu-finiture-colori .label {
    display: inline-block;
    position: absolute;
    font-size: 13px;
    padding: 4px;
    line-height: 15px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity ease-in-out 250ms;
    transition: opacity ease-in-out 250ms;
    color: black;
    white-space: nowrap; }
  @media (min-width: 992px) {
    .menu-finiture-colori .label {
      top: 0;
      right: 27px; } }
  @media (max-width: 991.98px) {
    .menu-finiture-colori {
      right: auto;
      position: relative;
      margin: 0;
      padding: 0;
      top: -10px;
      height: 60px;
      padding-top: 20px;
      -webkit-transform: none;
              transform: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .menu-finiture-colori li + li {
        margin: 0 0 0 8px; }
      .menu-finiture-colori .tile {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
      .menu-finiture-colori .label {
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }

.menu-finiture-finiture {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; }
  .menu-finiture-finiture li {
    margin-right: 10px; }
    .menu-finiture-finiture li.legend {
      margin-right: 30px; }
  .menu-finiture-finiture .label {
    font-size: 13px;
    padding: 4px;
    line-height: 15px;
    pointer-events: none;
    color: black;
    white-space: nowrap; }

.group-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0; }
  .group-cta .btn, .group-cta .support-item a:not(.btn) , .support-item .group-cta a:not(.btn) {
    margin-bottom: 10px; }

/*--------------------------------------------------
Wishlist
--------------------------------------------------*/
.wishlist-wrap .wishlist-header {
  border-top: 2px solid black;
  position: relative;
  z-index: 1;
  padding-top: 12px; }
  .wishlist-wrap .wishlist-header h1.title {
    font-size: 4.76rem !important;
    line-height: 4.76rem !important; }
    @media (max-width: 767px) {
      .wishlist-wrap .wishlist-header h1.title {
        font-size: 3.485rem !important;
        line-height: 3.485rem !important;
        padding-right: 80px; } }
  .wishlist-wrap .wishlist-header .btn-reset {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 0; }
    @media (max-width: 767px) {
      .wishlist-wrap .wishlist-header .btn-reset {
        top: 15px; } }

.wishlist-wrap .wishlist-actions {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border-bottom: none; }
  .wishlist-wrap .wishlist-actions a {
    font-size: 1.7rem;
    margin: 0;
    padding: 0 5px 0 0; }

.wishlist-wrap .wishlist-menu {
  text-transform: uppercase;
  font-size: 1.41667rem;
  border-top: 2px solid black; }
  .wishlist-wrap .wishlist-menu h3 {
    display: none; }
  .wishlist-wrap .wishlist-menu ul {
    background: #e6e6e6; }
    .wishlist-wrap .wishlist-menu ul li {
      display: inline-block;
      padding: 12px; }
      .wishlist-wrap .wishlist-menu ul li:after {
        content: '+';
        height: 8px;
        width: 8px;
        font-size: 1.54545rem;
        color: black;
        margin-left: 5px; }
      .wishlist-wrap .wishlist-menu ul li:first-child {
        font-weight: 500; }
        .wishlist-wrap .wishlist-menu ul li:first-child:after {
          content: ''; }
  @media (max-width: 767px) {
    .wishlist-wrap .wishlist-menu h3 {
      display: block;
      font-size: 1.955rem;
      font-weight: 500 !important;
      padding: 10px 0;
      border-bottom: 1px solid #e6e6e6;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .wishlist-wrap .wishlist-menu h3:after {
        content: '+';
        height: 8px;
        width: 8px;
        font-size: 1.955rem;
        color: black;
        margin-left: 5px; }
      .wishlist-wrap .wishlist-menu h3.active:after {
        content: '-'; }
    .wishlist-wrap .wishlist-menu ul {
      display: none;
      background: #e6e6e6;
      padding: 0 10px; }
      .wishlist-wrap .wishlist-menu ul li {
        padding: 8px;
        font-size: 1.7rem;
        display: block; }
        .wishlist-wrap .wishlist-menu ul li:first-child {
          display: none; } }

/*--------------------------------------------------
Dealer Locator
--------------------------------------------------*/
.dealer-locator {
  width: 83.33333%;
  float: left;
  margin-left: 8.33333%;
  margin-right: -100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media (max-width: 991px) {
    .dealer-locator {
      width: 100%;
      margin: 0;
      padding: 0; } }
  .dealer-locator.full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .dealer-locator.full-width .gmap {
      margin-top: 40px; }
  .dealer-locator .gmap {
    margin-bottom: 40px; }
    .dealer-locator .gmap #map {
      height: 50vh; }
    @media (max-width: 767px) {
      .dealer-locator .gmap {
        margin: 0 -20px 40px; }
        .dealer-locator .gmap #map {
          height: 80vh; } }
  .dealer-locator .dealer-locator-filters {
    margin-bottom: 40px; }
    .dealer-locator .dealer-locator-filters form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1240px) {
        .dealer-locator .dealer-locator-filters form {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (max-width: 767px) {
        .dealer-locator .dealer-locator-filters form {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .dealer-locator .dealer-locator-filters .desc {
      width: 100%;
      display: block;
      font-size: 12px;
      padding: 5px 0;
      line-height: 1.2; }
    .dealer-locator .dealer-locator-filters .dealer-locator-search {
      position: relative;
      z-index: 1;
      padding-left: 30px;
      margin-right: 10px; }
      .dealer-locator .dealer-locator-filters .dealer-locator-search i.fb-search {
        position: absolute;
        top: 9px;
        left: 0;
        font-size: 20px; }
      @media (max-width: 767px) {
        .dealer-locator .dealer-locator-filters .dealer-locator-search {
          padding-left: 20px;
          margin-bottom: 10px; }
          .dealer-locator .dealer-locator-filters .dealer-locator-search i.fb-search {
            font-size: 16px; } }
      .dealer-locator .dealer-locator-filters .dealer-locator-search input {
        font-size: 2.38rem;
        border: 0px;
        width: 100%;
        height: 35px;
        font-weight: 300;
        color: black;
        padding: 5px 5px 5px 10px;
        border-bottom: 1px solid black;
        outline: none !important;
        font-weight: 500; }
        .dealer-locator .dealer-locator-filters .dealer-locator-search input::-webkit-input-placeholder {
          color: #e6e6e6;
          opacity: 1; }
        .dealer-locator .dealer-locator-filters .dealer-locator-search input::-moz-placeholder {
          color: #e6e6e6;
          opacity: 1; }
        .dealer-locator .dealer-locator-filters .dealer-locator-search input:-ms-input-placeholder {
          color: #e6e6e6;
          opacity: 1; }
        .dealer-locator .dealer-locator-filters .dealer-locator-search input::-ms-input-placeholder {
          color: #e6e6e6;
          opacity: 1; }
        .dealer-locator .dealer-locator-filters .dealer-locator-search input::placeholder {
          color: #e6e6e6;
          opacity: 1; }
      .dealer-locator .dealer-locator-filters .dealer-locator-search .desc {
        padding-left: 10px; }
    .dealer-locator .dealer-locator-filters .dealer-locator-distance {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1240px) {
        .dealer-locator .dealer-locator-filters .dealer-locator-distance {
          width: 100%;
          margin: 20px 0;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding-left: 40px; } }
      @media (max-width: 767px) {
        .dealer-locator .dealer-locator-filters .dealer-locator-distance {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-left: 20px; } }
      .dealer-locator .dealer-locator-filters .dealer-locator-distance label {
        font-size: 1.955rem;
        padding-top: 9px;
        display: block;
        white-space: nowrap;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .dealer-locator .dealer-locator-filters .dealer-locator-distance label {
            width: 100%;
            margin-bottom: 10px; } }
        .dealer-locator .dealer-locator-filters .dealer-locator-distance label .desc {
          padding-top: 6px; }
      .dealer-locator .dealer-locator-filters .dealer-locator-distance input,
      .dealer-locator .dealer-locator-filters .dealer-locator-distance select {
        font-size: 2.38rem;
        border: 0px;
        width: 250px;
        height: 35px;
        font-weight: 300;
        color: black;
        padding: 0 0 0 10px;
        border-bottom: 1px solid black;
        outline: none !important;
        font-weight: 500;
        width: 60px;
        height: 38px;
        line-height: 1;
        vertical-align: top;
        display: block; }
      .dealer-locator .dealer-locator-filters .dealer-locator-distance input {
        margin-right: 10px;
        border-right: 1px solid black; }
      .dealer-locator .dealer-locator-filters .dealer-locator-distance select {
        background: url(/img/arrow.svg) no-repeat 100% 50%;
        background-size: 18px;
        width: auto;
        min-width: 200px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
        .dealer-locator .dealer-locator-filters .dealer-locator-distance select::-ms-expand {
          display: none; }
    @media (max-width: 1240px) {
      .dealer-locator .dealer-locator-filters .delaer-locator-submit {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .dealer-locator .dealer-locator-filters .delaer-locator-submit {
        padding-left: 20px; } }
  .dealer-locator .dealer-results .empty-result {
    font-size: 2.04rem; }
  .dealer-locator .dealer-results-list {
    display: block;
    padding-bottom: 50px; }
    .dealer-locator .dealer-results-list .dealer-results-list-tit {
      width: 100%;
      text-transform: uppercase; }
    .dealer-locator .dealer-results-list .results {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -25px;
      margin-right: -25px; }
      .dealer-locator .dealer-results-list .results > .result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: stretch;
            -ms-flex-pack: stretch;
                justify-content: stretch;
        width: 25%;
        height: unset;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%;
        padding: 30px 25px 30px 25px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1.3;
        border-bottom: none; }
        @media (max-width: 767px) {
          .dealer-locator .dealer-results-list .results > .result {
            width: 33.333%;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 33.333%;
                    flex: 0 1 33.333%;
            padding: 30px 25px 30px 25px; } }
        @media (max-width: 575px) {
          .dealer-locator .dealer-results-list .results > .result {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 100%;
                    flex: 0 1 100%;
            padding: 30px 25px 30px 25px; } }
        .dealer-locator .dealer-results-list .results > .result .title {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 55px;
                  flex: 1 0 55px;
          margin-bottom: 5px;
          padding-bottom: 5px;
          font-size: 18px;
          font-weight: 500 !important;
          line-height: 1; }
        .dealer-locator .dealer-results-list .results > .result .distance {
          margin-bottom: 5px;
          padding-bottom: 5px;
          border-bottom: 1px solid #ececec; }
        .dealer-locator .dealer-results-list .results > .result .dealer {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 36px;
                  flex: 1 0 36px; }
        .dealer-locator .dealer-results-list .results > .result .address {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 36px;
                  flex: 1 0 36px; }
        .dealer-locator .dealer-results-list .results > .result .city {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 36px;
                  flex: 1 0 36px; }
        .dealer-locator .dealer-results-list .results > .result .country {
          margin-bottom: 5px; }
        .dealer-locator .dealer-results-list .results > .result .cta {
          border-top: 1px solid #ececec;
          padding-top: 5px;
          font-weight: 500 !important;
          margin-top: 5px;
          margin-bottom: 5px;
          padding-bottom: 10px;
          border-bottom: none; }
  .dealer-locator .infoBox {
    position: relative;
    z-index: 1;
    width: 300px;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    padding: 10px 25px 15px 15px;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    -webkit-transform: translate(-85%, -40px) !important;
            transform: translate(-85%, -40px) !important;
    border-radius: 5px; }
    .dealer-locator .infoBox:before {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 82%;
      border-top: 8px solid rgba(0, 0, 0, 0.8);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-radius: 0 0 5px 0; }
    .dealer-locator .infoBox img {
      position: absolute;
      z-index: 10;
      width: 10px;
      height: auto;
      top: -2px;
      right: -15px; }
    .dealer-locator .infoBox h2 {
      font-size: 17px;
      line-height: 1.5;
      font-weight: 300;
      padding: 0;
      margin: 0; }
    .dealer-locator .infoBox p {
      margin: 0;
      padding: 0; }
    .dealer-locator .infoBox a {
      color: white;
      font-weight: bold;
      text-transform: none; }
    @media (max-width: 575px) {
      .dealer-locator .infoBox {
        width: 200px;
        font-size: 14px;
        line-height: 1.3;
        margin-left: 50px !important; }
        .dealer-locator .infoBox:before {
          margin-left: -50px; }
        .dealer-locator .infoBox h2 {
          font-size: 14px;
          line-height: 1.3; } }

/*--------------------------------------------------
Dealer Locator
--------------------------------------------------*/
.search-results {
  width: 83.33333%;
  float: left;
  margin-left: 8.33333%;
  margin-right: -100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }
  @media (max-width: 991.98px) {
    .search-results {
      width: 100%;
      margin: 0;
      padding: 0; } }
  .search-results .search-form {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 600px; }
    .search-results .search-form input[type="text"] {
      font-size: 2.38rem;
      border: 0px;
      width: 250px;
      height: 35px;
      font-weight: 300;
      color: black;
      padding: 5px 35px 5px 10px;
      border-bottom: 1px solid black;
      outline: none !important;
      width: 100%; }
    .search-results .search-form button[type="submit"] {
      background: none;
      border: none;
      font-size: 20px;
      padding: 0;
      position: absolute;
      z-index: 1;
      top: 7px;
      right: 10px; }
  .search-results .search-results-list {
    margin: 20px 0;
    text-align: left ; }
    html.rtl .search-results .search-results-list {
      text-align: right ; }
    .search-results .search-results-list .search-results-tabs {
      margin: 50px 0 30px; }
      @media (max-width: 767.98px) {
        .search-results .search-results-list .search-results-tabs {
          display: none; } }
      .search-results .search-results-list .search-results-tabs li {
        display: inline-block;
        font-size: 2.04rem;
        font-weight: 500;
        text-transform: uppercase;
        border-top: 1px solid transparent;
        margin-right: 30px;
        padding-right: 20px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .search-results .search-results-list .search-results-tabs li.active {
          border-top: 1px solid black; }
        .search-results .search-results-list .search-results-tabs li a {
          padding: 10px 0;
          display: block; }
    .search-results .search-results-list .search-results-panel {
      display: none; }
      @media (max-width: 767.98px) {
        .search-results .search-results-list .search-results-panel {
          display: block; }
          .search-results .search-results-list .search-results-panel .wrap {
            display: none; }
            .search-results .search-results-list .search-results-panel .wrap.active {
              display: block; } }
      .search-results .search-results-list .search-results-panel.active {
        display: block; }
      .search-results .search-results-list .search-results-panel .title {
        display: none;
        cursor: pointer;
        font-size: 1.7rem;
        padding: 18px 0;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
        text-transform: uppercase;
        font-weight: 500; }
        .search-results .search-results-list .search-results-panel .title span {
          position: absolute;
          top: 18px;
          right: 50px; }
        .search-results .search-results-list .search-results-panel .title:after {
          content: " ";
          position: absolute;
          top: 20px;
          right: 15px;
          width: 20px;
          height: 20px;
          background: url(/img/arrow.svg) top center no-repeat;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .search-results .search-results-list .search-results-panel .title.active:after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        @media (max-width: 767px) {
          .search-results .search-results-list .search-results-panel .title {
            display: block; } }
    .search-results .search-results-list .result {
      position: relative;
      z-index: 1;
      min-height: 90px;
      border-bottom: 1px solid #e6e6e6;
      font-size: 16px;
      line-height: 1.4;
      width: 100%; }
      .search-results .search-results-list .result .result-desc {
        padding: 20px 20px 20px 0;
        padding-left: 130px; }
        .search-results .search-results-list .result .result-desc ul:not(:last-of-type) {
          margin-bottom: 10px; }
        @media (max-width: 767.98px) {
          .search-results .search-results-list .result .result-desc {
            padding: 15px 15px 15px 0;
            padding-left: 85px; } }
      .search-results .search-results-list .result .tit {
        margin-bottom: 8px;
        font-size: 2.5rem; }
        @media (max-width: 767.98px) {
          .search-results .search-results-list .result .tit {
            font-size: 24px; } }
      .search-results .search-results-list .result .abstract {
        font-size: 12px;
        font-weight: bold;
        color: #b4b4b4;
        display: block; }
      .search-results .search-results-list .result .category {
        color: #888;
        line-height: 20px;
        text-decoration: underline;
        display: block; }
      .search-results .search-results-list .result .img {
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 0;
        width: 120px; }
        .search-results .search-results-list .result .img img {
          width: 100%;
          height: auto; }
        .search-results .search-results-list .result .img + .result-desc {
          padding-left: 130px; }
      @media (max-width: 767.98px) {
        .search-results .search-results-list .result .img {
          top: 15px;
          width: 75px; }
          .search-results .search-results-list .result .img + .result-desc {
            padding-left: 85px; } }

/*--------------------------------------------------
Manual List
--------------------------------------------------*/
.manual-list {
  width: 83.33333%;
  float: left;
  margin-left: 8.33333%;
  margin-right: -100%;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .manual-list {
      width: 100%;
      margin: 0;
      padding: 0; } }
  .manual-list .articles {
    width: 100%; }
    .manual-list .articles .title {
      width: 100%;
      padding: 0; }
    .manual-list .articles .text {
      margin: 20px 0; }
  .manual-list .manual-list-search,
  .manual-list .manual-list-results {
    width: 45.83333%;
    margin-right: 4.16667%; }
    @media (max-width: 767px) {
      .manual-list .manual-list-search,
      .manual-list .manual-list-results {
        width: 100%;
        margin-right: 2%; } }
  .manual-list .manual-list-search label {
    display: block;
    font-weight: bold; }
  .manual-list .manual-list-search .desc {
    font-size: 14px;
    font-style: italic;
    border-top: 1px solid black;
    margin-top: -1px; }
  .manual-list .manual-list-search .title {
    font-weight: bold; }
  .manual-list .manual-list-search .manual-list-input {
    position: relative;
    z-index: 1; }
    .manual-list .manual-list-search .manual-list-input input {
      background: white;
      width: 100%;
      border: none;
      border-bottom: 1px solid black;
      font-size: 16px;
      padding: 10px 30px 5px 5px;
      outline: none; }
    .manual-list .manual-list-search .manual-list-input i {
      position: absolute;
      bottom: 0px;
      right: 5px;
      z-index: 1; }
  .manual-list .manual-list-search .manual-list-filters {
    margin: 20px 0; }
    .manual-list .manual-list-search .manual-list-filters label {
      margin: 5px 0 0;
      font-weight: normal; }
    .manual-list .manual-list-search .manual-list-filters .desc {
      margin-top: 8px; }
  .manual-list .manual-list-search label.checkbox {
    position: relative;
    font-size: 1.41667rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .manual-list .manual-list-search label.checkbox > span {
      position: relative;
      z-index: 1;
      padding-left: 23px;
      display: inline-block;
      line-height: 1em; }
      .manual-list .manual-list-search label.checkbox > span:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0;
        width: 14px;
        height: 14px;
        border: 1px solid black;
        border-radius: 2px; }
      .manual-list .manual-list-search label.checkbox > span:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 7px;
        height: 12px;
        border: 2px solid black;
        border-top: none;
        top: -2px;
        left: 7px;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        -webkit-transform: rotate(45deg) scaleX(0) translateZ(0);
                transform: rotate(45deg) scaleX(0) translateZ(0);
        opacity: 0;
        -webkit-box-shadow: 2px 0 0 white, inset -3px 0 0 white;
                box-shadow: 2px 0 0 white, inset -3px 0 0 white;
        border-left-width: 0; }
    .manual-list .manual-list-search label.checkbox input[type="checkbox"] {
      opacity: 0.01;
      position: absolute;
      top: -10px;
      left: -10px; }
      .manual-list .manual-list-search label.checkbox input[type="checkbox"]:checked + span:after {
        -webkit-transform: rotate(45deg) scaleX(1) translateZ(0);
                transform: rotate(45deg) scaleX(1) translateZ(0);
        opacity: 1; }
      .manual-list .manual-list-search label.checkbox input[type="checkbox"]:disabled {
        pointer-events: none; }
        .manual-list .manual-list-search label.checkbox input[type="checkbox"]:disabled + span {
          pointer-events: none; }
          .manual-list .manual-list-search label.checkbox input[type="checkbox"]:disabled + span:before {
            border: 1px solid #bfbfbf;
            background: #eee; }
    @media (max-width: 767px) {
      .manual-list .manual-list-search label.checkbox {
        width: 100%;
        text-align: left ;
        position: static;
        padding: 9px 7px 0;
        display: block; }
        html.rtl .manual-list .manual-list-search label.checkbox {
          text-align: right ; }
        .manual-list .manual-list-search label.checkbox > span {
          padding-right: 0;
          padding-left: 20px; }
          .manual-list .manual-list-search label.checkbox > span:before {
            right: auto;
            left: 0;
            top: -2px; }
          .manual-list .manual-list-search label.checkbox > span:after {
            left: 7px;
            top: -4px; } }
  .manual-list .manual-list-results h2 {
    font-size: 3.145rem;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    margin-top: 24px; }
  .manual-list .manual-list-results .result {
    margin: 15px 0 20px;
    font-size: 15px; }
    .manual-list .manual-list-results .result h3 {
      font-size: 2.04rem;
      margin-bottom: 0;
      border-bottom: 0px;
      font-weight: bold;
      padding-bottom: 2px; }
    .manual-list .manual-list-results .result strong {
      font-family: 'Unna', serif;
      font-weight: normal;
      display: block;
      margin-bottom: 5px;
      font-size: 17px; }
    .manual-list .manual-list-results .result ul li {
      position: relative;
      z-index: 1;
      padding-left: 20px; }
      .manual-list .manual-list-results .result ul li img {
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 3px; }

/*--------------------------------------------------
Change Lang
--------------------------------------------------*/
.change-lang {
  background: black;
  min-height: 100vh;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-weight: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .change-lang a,
  .change-lang span {
    color: #f4f4f4;
    cursor: pointer;
    white-space: nowrap; }
  .change-lang .logo {
    text-align: center; }
    .change-lang .logo img {
      width: 170px;
      height: 170px; }
    .change-lang .logo .claim {
      font-size: 3.4rem;
      color: white;
      font-weight: normal;
      margin-top: 30px;
      text-align: center;
      text-transform: uppercase;
      line-height: 1em; }
  .change-lang ul.choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 90px auto 10px; }
    .change-lang ul.choose li {
      position: relative;
      z-index: 1; }
      .change-lang ul.choose li span,
      .change-lang ul.choose li a {
        display: block;
        color: #f4f4f4;
        cursor: pointer;
        padding: 10px 15px 12px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin: 0 5px; }
      .change-lang ul.choose li.active {
        position: relative;
        z-index: 2; }
        .change-lang ul.choose li.active a,
        .change-lang ul.choose li.active span {
          background: #222; }
        .change-lang ul.choose li.active > ul {
          opacity: 1;
          pointer-events: all; }
        .change-lang ul.choose li.active.world > ul {
          opacity: 0;
          pointer-events: none; }
      .change-lang ul.choose li.center {
        position: static; }
        .change-lang ul.choose li.center ul {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
    .change-lang ul.choose li:not(:last-child) span {
      position: relative;
      z-index: 1; }
      .change-lang ul.choose li:not(:last-child) span:after {
        content: '';
        display: inline-block;
        height: 50%;
        width: 1px;
        background-color: #3f4044;
        position: absolute;
        top: 50%;
        right: -5px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .change-lang ul.choose ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      z-index: 2;
      background: #222;
      width: auto;
      text-transform: none;
      padding: 5px 0;
      top: 40px;
      left: 5px;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .change-lang ul.choose ul a {
        padding-top: 5px;
        padding-bottom: 5px; }
      .change-lang ul.choose ul li.active a, .change-lang ul.choose ul li:hover a {
        background-color: #e6e6e6;
        color: #2c2c2c; }
      .change-lang ul.choose ul li > ul {
        display: none !important; }
    .change-lang ul.choose img {
      width: 100px;
      height: 100px;
      max-width: none; }
  .change-lang .brand {
    margin-top: 40px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    pointer-events: none; }
    .change-lang .brand.active {
      opacity: 1;
      pointer-events: all; }
    .change-lang .brand ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .change-lang .brand ul li {
        position: relative;
        z-index: 1;
        padding: 20px; }
        .change-lang .brand ul li:first-child:after {
          content: '';
          display: inline-block;
          height: 50%;
          width: 1px;
          background-color: #3f4044;
          position: absolute;
          top: 50%;
          right: -5px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .change-lang .brand ul img {
        width: 120px;
        height: auto; }
    @media (max-width: 1199px) {
      .change-lang .brand {
        position: absolute;
        z-index: 2;
        top: 260px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background: black;
        max-width: 400px;
        width: 100%;
        height: 400px; }
        .change-lang .brand ul {
          width: 100%;
          height: 100%;
          position: relative;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .change-lang .brand ul li.back {
            -webkit-box-flex: 0;
                -ms-flex: none;
                    flex: none;
            padding: 5px 0;
            margin: 0 5px;
            bottom: 0 !important; }
            .change-lang .brand ul li.back a {
              display: block; } }
  @media (max-width: 1199px) {
    .change-lang .logo img {
      width: 135px;
      height: 135px; }
    .change-lang .main {
      padding: 0; }
    .change-lang ul.choose {
      display: block;
      max-width: 400px;
      width: 100%; }
      .change-lang ul.choose > li {
        position: static !important; }
        .change-lang ul.choose > li > span,
        .change-lang ul.choose > li > a {
          display: block;
          position: relative;
          z-index: 1; }
          .change-lang ul.choose > li > span:after,
          .change-lang ul.choose > li > a:after {
            content: "\44" !important;
            font-family: "bertazzoni" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background: none !important;
            color: #f4f4f4 !important;
            width: 20px !important;
            height: 20px !important;
            position: absolute;
            left: auto;
            right: 0 !important;
            top: 12px !important;
            -webkit-transform: none !important;
                    transform: none !important; }
        .change-lang ul.choose > li.world {
          margin-top: 10px;
          padding-top: 10px;
          border-top: 1px solid #3f4044; }
          .change-lang ul.choose > li.world > ul {
            display: none !important; }
        .change-lang ul.choose > li.active {
          background: black !important; }
          .change-lang ul.choose > li.active > span,
          .change-lang ul.choose > li.active > a {
            background: black !important; }
          .change-lang ul.choose > li.active ul {
            opacity: 1 !important;
            -webkit-transform: translate(0, 0) !important;
                    transform: translate(0, 0) !important;
            pointer-events: all; }
        .change-lang ul.choose > li > ul {
          width: 100%;
          min-height: 100%;
          display: block;
          opacity: 1;
          top: 0 !important;
          left: 0 !important;
          background: black;
          opacity: 0;
          pointer-events: none;
          -webkit-transform: translate(100%, 0) !important;
                  transform: translate(100%, 0) !important;
          -webkit-transform-origin: 0 0;
                  transform-origin: 0 0;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          z-index: 10; }
          .change-lang ul.choose > li > ul > li {
            padding: 0 0 5px 0; }
            .change-lang ul.choose > li > ul > li > a {
              position: relative;
              z-index: 1;
              display: block;
              background: black !important;
              color: #f4f4f4 !important; }
              .change-lang ul.choose > li > ul > li > a:after {
                content: "\44" !important;
                font-family: "bertazzoni" !important;
                font-style: normal !important;
                font-weight: normal !important;
                font-variant: normal !important;
                text-transform: none !important;
                speak: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                background: none !important;
                color: #f4f4f4 !important;
                width: 20px !important;
                height: 20px !important;
                position: absolute;
                left: auto;
                right: 0 !important;
                top: 10px; }
              .change-lang ul.choose > li > ul > li > a:only-child:after {
                display: none; } }
  .change-lang li.back {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #3f4044;
    position: absolute !important;
    bottom: -50px;
    left: 0;
    width: 100%;
    background: black;
    display: none; }
    .change-lang li.back a {
      position: relative;
      z-index: 1;
      padding: 5px 0 5px 36px !important; }
      .change-lang li.back a:before {
        content: "\46" !important;
        font-family: "bertazzoni" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: none !important;
        color: #f4f4f4 !important;
        width: 20px !important;
        height: 20px !important;
        position: absolute;
        left: 10px;
        top: 9px; }
  @media (max-width: 767px) {
    .change-lang {
      padding: 30px 15px; }
      .change-lang .main {
        width: 100%; }
      .change-lang .logo img {
        width: 100px;
        height: 100px; }
      .change-lang .logo .claim {
        font-size: 2.21rem;
        white-space: nowrap; }
      .change-lang ul.choose {
        margin: 40px auto 10px; }
      .change-lang .brand {
        top: 180px;
        height: 350px; }
        .change-lang .brand li {
          padding: 0 !important; }
          .change-lang .brand li img {
            width: 120px !important;
            height: auto; } }

.msie10 .change-lang .main,
.msie11 .change-lang .main {
  width: 100%; }

.msie10 .change-lang ul.choose li,
.msie11 .change-lang ul.choose li {
  position: static; }
  .msie10 .change-lang ul.choose li.active,
  .msie11 .change-lang ul.choose li.active {
    position: static; }

.msie10 .change-lang ul.choose ul,
.msie11 .change-lang ul.choose ul {
  width: 815px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------
FAQ
--------------------------------------------------*/
.faq-anchor-list li a {
  display: block;
  padding: 20px 0;
  font-size: 2.04rem;
  font-weight: 300;
  border-bottom: 1px solid black; }

.faq-question {
  padding-top: 60px; }
  .faq-question h3 {
    padding-bottom: 20px; }

/*--------------------------------------------------
Print
--------------------------------------------------*/
@page {
  size: 21cm 29.7cm;
  margin: 10mm 10mm 10mm 10mm;
  border: none;
  border-collapse: collapse; }

@media screen {
  page-break {
    display: none; } }

@media print {
  body {
    display: block;
    min-height: 0;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden; }
  page-break {
    display: block;
    page-break-after: always; }
  .section .section-content {
    padding: 40px 0; }
  .section-header {
    position: relative !important;
    background: none !important; }
    .section-header .section-header-inner {
      position: relative !important;
      -webkit-transform: none !important;
              transform: none !important;
      background: white;
      color: black;
      border-bottom: 1px solid black;
      margin-bottom: 10px; }
      .section-header .section-header-inner.sticky-active {
        position: relative !important; }
      .section-header .section-header-inner .logo {
        position: relative; }
        .section-header .section-header-inner .logo path {
          fill: black; }
      .section-header .section-header-inner .menu-toggle span {
        background: black; }
        .section-header .section-header-inner .menu-toggle span:before, .section-header .section-header-inner .menu-toggle span:after {
          background: black; }
      .section-header .section-header-inner svg.icon {
        fill: black; }
    .section-header .header-item:last-child {
      display: none; }
  .columns {
    display: block !important;
    visibility: visible !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important; }
  .column {
    width: 100%;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0; }
  .tit-h1,
  .tit-h2,
  .tit-h3 {
    display: block !important;
    page-break-inside: avoid !important; }
  .section-product-detail .column-6 {
    width: 98%;
    max-width: 98%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
            flex: 0 0 98%; }
    .section-product-detail .column-6 .text {
      width: 98%; }
  .section-product-specifications .column-8,
  .section-product-specifications .column-4 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .list-group {
    display: block !important;
    /*
        li {
            display: block !important; // page-break-inside: avoid !important;
        }
        */ }
    .list-group .list-item-inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 97%; }
      .list-group .list-item-inline .label {
        width: calc(30% - 15px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(30% - 15px);
                flex: 0 0 calc(30% - 15px); }
      .list-group .list-item-inline .value {
        width: calc(70% - 15px);
        -webkit-box-flex: 1;
            -ms-flex: 1 0 calc(70% - 15px);
                flex: 1 0 calc(70% - 15px); }
      .list-group .list-item-inline .label,
      .list-group .list-item-inline .value {
        line-height: 1.2;
        padding: 10px 0; }
  .columns-downloads,
  .list-group-features.list-group-short {
    display: none !important; }
  .list-group-features.list-group-long {
    display: block !important; }
  .group--menu {
    display: none !important; }
  .section-product-detail .column-3 > * {
    display: none !important; }
  .swiper-pagination {
    display: none !important; }
  .columns-compare .card .label,
  .section-product-gallery,
  .section-product-features-technology,
  .section-product-colors-of-italy,
  .section-product-promotions,
  .section-product-matching-products {
    display: none !important; }
  .compare-bar,
  .btn-group,
  .btn-more,
  .section-prefooter,
  .section-footer,
  .section-icons,
  .backtotop {
    display: none !important; }
  .section-compare-products {
    overflow: hidden;
    max-width: calc(100% - 20px);
    margin: 0 auto; } }
  @media print and (max-width: 1024px) {
    .section-compare-products .columns-compare {
      gap: 0;
      -webkit-column-gap: 5px;
         -moz-column-gap: 5px;
              column-gap: 5px;
      row-gap: 10px;
      width: 100%;
      /*
                .card {
                    flex: 0 1 calc(25% - 5px);
                    max-width: calc(25% - 5px);
                }

                .column-3 {
                    flex: 0 1 calc(25% - 5px);
                    max-width: calc(25% - 5px);
                }
                */ }
    .section-compare-products * {
      font-size: 11px !important;
      line-height: 1.6; } }

@media print {
  .wishlist .section-product-matching-products {
    display: block !important; }
    .wishlist .section-product-matching-products .group--menu {
      display: block !important; }
  .cards {
    width: calc(100% + 30px); }
    .cards .card {
      width: calc(50% - 30px);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 30px);
              flex: 0 0 calc(50% - 30px);
      padding: 0;
      margin: 0 30px 0 0;
      border-bottom: none; }
  .card .label {
    display: none !important; }
  .group--menu {
    right: auto;
    position: relative;
    margin: 0;
    padding: 0;
    top: -10px;
    height: 60px;
    padding-top: 20px;
    -webkit-transform: none;
            transform: none;
    display: block;
    white-space: nowrap; }
  .menu-colors li,
  .menu-sides li {
    display: inline-block; }
  .menu-colors li + li,
  .menu-sides li + li {
    margin: 0 0 0 8px; }
  .btn-price {
    padding: 0.5em 1.5em;
    background: transparent;
    color: #000;
    border: 2px solid #888; }
  .product-variant .product-variant__left,
  .product-variant .product-variant__right {
    display: none; }
  .product-variant .btn__prev,
  .product-variant .btn__next {
    display: none; }
  [data-fancybox]:after {
    display: none !important; } }

html.rtl {
  direction: rtl;
  text-align: right; }
  html.rtl .swiper-container-rtl .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    html.rtl .swiper-container-rtl .swiper-slide .group--title {
      left: auto;
      right: 30px;
      text-align: right; }
  @media (min-width: 992px) {
    html.rtl .menu-header > li:last-child > ul {
      right: auto;
      left: -30px; } }
  html.rtl .colors .color {
    margin: 0 0 0 20px; }
  html.rtl .colors .tile {
    left: auto;
    right: 0; }
  html.rtl .list-colors .color {
    margin: 0 0 0 30px; }
    html.rtl .list-colors .color .label {
      left: auto;
      right: 0; }

html.hebrew body {
  font-family: 'Noto Sans Hebrew', 'SFUI-Regular', 'Arial Hebrew', sans-serif; }

html.hebrew .btn i + span, html.hebrew .support-item a:not(.btn)  i + span, .support-item html.hebrew a:not(.btn)  i + span {
  margin-left: 0;
  margin-right: 5px; }

html.hebrew .btn span + i, html.hebrew .support-item a:not(.btn)  span + i, .support-item html.hebrew a:not(.btn)  span + i {
  margin-left: 0;
  margin-right: 5px; }

html.hebrew .form-group {
  text-align: right;
  /*
        &:not(.form-actions)>*:first-child {
            order: 2;
        }
        */ }
  html.hebrew .form-group label {
    padding: 14px 0 7px 20px; }
  html.hebrew .form-group.required:before {
    right: -25px;
    left: auto; }

html.hebrew .form-group-search .btn-search {
  margin-left: 0;
  margin-right: -50px; }

html.hebrew .form-control {
  text-align: right; }
  html.hebrew .form-control:not([type="checkbox"]) {
    padding: 15px 0 5px 20px; }

html.hebrew .form-group--label {
  padding: 15px 0 5px 20px; }

html.hebrew .form-group--info {
  font-weight: 500; }

html.hebrew .form-group-select:after {
  left: 1px;
  right: auto; }

html.hebrew .form-group-select-multiple {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

html.hebrew .form-hint {
  left: 0;
  right: auto; }

html.hebrew .menu-filters .label > span:after {
  -webkit-transform-origin: right;
          transform-origin: right; }

html.hebrew .menu-inline li + li > a {
  border-left-width: 1px;
  border-right-width: 0; }

html.hebrew .classic-form .group--buttons > .btn + .btn, html.hebrew .classic-form .support-item .group--buttons > a:not(.btn) + .btn, .support-item html.hebrew .classic-form .group--buttons > a:not(.btn) + .btn, html.hebrew .classic-form .support-item .group--buttons > .btn + a:not(.btn) , .support-item html.hebrew .classic-form .group--buttons > .btn + a:not(.btn) , html.hebrew .classic-form .support-item .group--buttons > a:not(.btn) + a:not(.btn) , .support-item html.hebrew .classic-form .group--buttons > a:not(.btn) + a:not(.btn) {
  border-left-width: 1px;
  border-right-width: 0; }

html.hebrew .group--buttons button + button {
  border-left-width: 1px;
  border-right-width: 0; }

html.hebrew .manual-list .manual-list-search label.checkbox:after {
  border-left-width: 1px;
  border-right-width: 0; }

@media (min-width: 992px) {
  html.hebrew .toast__close {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1); } }

@media (min-width: 992px) {
  html.hebrew .group--my-bertazzoni .group--nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }
