:root {
  --white: #ffffff;
  --ice: #f8f8f8;
  --text-gray-light: #5c5c5c;
  --light-gray: #dcdcdc;
  --lightest-gray: #4a4a4a;
  --tundora: #4a4a4a;
  --gray: #333333;
  --dark-gray: #222222;
  --medium-gray: #2f2f2f;
  --dark-mode: #051010;
  --black: #000000;
  --frost: #dcdcdc;
  --blue: #019fe3;
  --base-font-size: 20px;
  --faq-bg-color: #e4e4e4;
}
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  font-family: 'Johnston ITC Std';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* Fix a weird bug in chrome responsive viewer tool */
main {
  overflow-x: hidden;
}
header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
header.short-version .sidenav {
  height: auto !important;
}
header.short-version .sidenav .nav-cover {
  height: 100vh !important;
  overflow: scroll !important;
}
header#pro-header {
  background: #ffffff;
}
header.shrink {
  position: fixed !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
header.shrink .policiy-bar {
  margin-bottom: 3px !important;
  flex-direction: row !important;
  align-items: center;
  gap: 16px;
}
.nav-link {
  color: #1d1d1b;
}
.nav-link:hover {
  color: #009fe3 !important;
}
header.shrink .policiy-bar .nav-link {
  display: none;
}
header.shrink .policiy-bar .nav-link.search-nav {
  display: flex;
  height: 35px;
}
header.shrink .policiy-bar .btn-dealer {
  margin-top: 0px;
  padding: 12px 14px 7px 37px;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Johnston ITC Std Medium';
}
.btn-dealer:lang(da-dk),
header.shrink .policiy-bar .btn-dealer:lang(da-dk) {
  width: 195px;
  font-size: 13px;
}
.btn-dealer:lang(nb-no),
header.shrink .policiy-bar .btn-dealer:lang(nb-no) {
  padding: 4px 14px 0px 37px;
  line-height: 17px;
}
.btn-dealer:lang(nl-be),
header.shrink .policiy-bar .btn-dealer:lang(nl-be) {
  font-size: 12px;
}
.btn-dealer:lang(sv-se),
header.shrink .policiy-bar .btn-dealer:lang(sv-se) {
  font-size: 11px !important;
  padding-right: 5px;
  padding-left: 30px;
}
.btn-dealer:lang(fr-be),
header.shrink .policiy-bar .btn-dealer:lang(fr-be) {
  font-size: 15px;
  height: 55px;
}
.btn-dealer:lang(fi-fi),
header.shrink .policiy-bar .btn-dealer:lang(fi-fi) {
  font-size: 13px !important;
}
header.shrink .navbar-brand img {
  width: 50px;
  height: auto;
}
header.shrink .navbar .nav-item .nav-link.align-items-end {
  min-height: 50px;
  padding-bottom: 3px !important;
  line-height: 40px;
}
.animate__fadeInDown {
  /* line-height: 19px; */
}
header.shrink .navbar {
  padding: 5px 0px;
  padding-bottom: 5px;
}
header.shrink .dropdown a.dropdown-nav-toggle::before {
  bottom: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f0fafd;
}
header.shrink .dropdown:hover > .dropdown-nav-menu {
  margin-top: -1px !important;
}
header.shrink + main.nav-content {
  padding-top: 60px;
}
header.shrink .search-icon {
  height: 35px;
}
header.shrink .navbar .nav-item .nav-link,
header img,
header {
  transition: top 0.3s ease, width 0.3s ease, margin 0.3s ease;
  -moz-transition: top 0.3s ease, width 0.3s ease, margin 0.3s ease;
  -webkit-transition: top 0.3s ease, width 0.3s ease, margin 0.3s ease;
  -o-transition: top 0.3s ease, width 0.3s ease, margin 0.3s ease;
}
.dropdown-nav-menu {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #f0fafd !important;
  border-radius: 0 !important;
}
.dropdown-nav-menu .product-card-item img {
  max-height: 100%;
  width: 240px;
}
.back-btn,
.close-btn {
  display: none;
}
/* 
body.modal-open main.nav-content {
 filter: blur(6px); 
}*/
main.nav-content {
  padding: 15px;
  /* -webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); */
  transition: right 0.3s linear;
  right: 0;
}
.navbar-collapse.show {
  right: 0%;
}
/* .navbar-collapse.show.pushed {
transition: transform $animation-speed-mid linear;
right: 100%;
} */
main.nav-content.push {
  filter: blur(3px);
  /* opacity: 60%; */
  margin-top: 100px;
  /* -webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%); */
  right: 100%;
  transition: right 0.6s linear;
}
.navbar {
  padding: 20px 0px;
  padding-bottom: 15px;
}
.navbar .navbar-brand {
  padding: 0px;
  margin-right: 2px;
}
.navbar .nav-item.active .nav-link {
  font-family: 'Johnston ITC Std Bold';
  color: #009fe3;
}
.navbar .nav-item .nav-link {
  font-family: 'Johnston ITC Std Medium';
  font-size: 14px;
  color: #1d1d1b;
  letter-spacing: 0;
  text-align: center;
  line-height: 19px;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 0px 14px;
  padding-bottom: 20px;
  position: relative;
}
.navbar .nav-item .nav-link.align-items-end {
  min-height: 90px;
}
.navbar .nav-item .tablist .nav-link {
  text-align: left;
  padding: 0px;
  padding: 16px 0px;
  font-size: 16px;
  color: #1d1d1b;
  letter-spacing: -0.5px;
  line-height: 20px;
}
.navbar .nav-item .tablist .nav-link.active {
  color: #009fe3;
}
.navbar .policiy-bar .nav-item {
  min-height: auto;
}
.navbar .policiy-bar .nav-item.text-p2 {
  padding-top: 2px;
}
.navbar .policiy-bar .nav-link {
  font-family: 'Johnston ITC Std Medium';
  font-size: 12px;
  color: #1d1d1b;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
  padding: 0px 13px;
  min-height: auto;
}
.navbar .policiy-bar .nav-link.search-nav {
  padding-left: 8px !important;
}
body.pl a.ml-auto.btn.btn-dealer {
  font-size: 12px;
  padding: 13px 10px 10px 28px;
  white-space: pre;
}
body.pl .btn-dealer {
  font-size: 14px;
}
body.pt .btn-dealer,
body.pt header.shrink .policiy-bar .btn-dealer,
body.it .btn-dealer,
body.it header.shrink .policiy-bar .btn-dealer,
body.nl .btn-dealer,
body.nl header.shrink .policiy-bar .btn-dealer,
body.fr .btn-dealer,
body.fr header.shrink .policiy-bar .btn-dealer,
body.ch-fr .btn-dealer,
body.ch-fr header.shrink .policiy-bar .btn-dealer {
  font-size: 13px;
  line-height: 13px;
}
body.latam .btn-dealer,
body.latam header.shrink .policiy-bar .btn-dealer,
body.es .btn-dealer,
body.es header.shrink .policiy-bar .btn-dealer {
  font-size: 13px;
  line-height: 12px;
  padding: 5px 0px 0px 35px;
}
body.es .category-dealer-button {
  line-height: 30px;
}
body.de .btn-dealer,
body.de header.shrink .policiy-bar .btn-dealer,
body.ch-de .btn-dealer,
body.ch-de header.shrink .policiy-bar .btn-dealer {
  font-size: 13px;
  line-height: 13px;
  padding-top: 10px;
}
body.it .btn-dealer,
body.it header.shrink .policiy-bar .btn-dealer,
body.nl .btn-dealer,
body.nl header.shrink .policiy-bar .btn-dealer {
  width: fit-content;
}
body.pt .category-dealer-button,
body.it .category-dealer-button,
body.nl .category-dealer-button,
body.fr .category-dealer-button {
  white-space: pre;
}
body.pt a.buy-online,
body.pt a.discover-more,
body.it a.buy-online,
body.it a.discover-more {
  width: fit-content;
}
body.pt .nav-cards .cards .card-title,
body.it .nav-cards .cards .card-title,
body.de .nav-cards .cards .card-title {
  font-size: 16px;
  line-height: normal;
}
body.jp .nav-cards .cards .card-title {
  font-size: 14px;
}
.btn-dealer {
  position: relative;
  margin-top: 18px;
  background: #e9bc5f;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  font-family: 'Johnston ITC Std Medium';
  font-size: 16px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 18px;
  text-transform: uppercase;
  border: none;
  padding: 14px 14px 10px 37px;
}
.btn-dealer::before {
  content: '';
  width: 10px;
  background: url('/_assets/images/marker-icon.svg') no-repeat center center;
  position: absolute;
  left: 16px;
  top: 0px;
  height: 100%;
  background-size: 11px;
  color: black;
}
.chevron-right {
  position: relative;
  padding-right: 11px !important;
}
.chevron-right::after {
  content: '';
  width: 8px;
  background: url('/_assets/images/chevron-down.svg') no-repeat center center;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  background-size: 11px;
  color: black;
}
.chevron-right:hover::after {
  background: url('/_assets/images/chevron-right-hover.svg') no-repeat center
    center;
}
.chevron-after::after {
  content: '';
  width: 6px;
  background: url(/_assets/images/chevron-down.svg) no-repeat center center;
  left: 0px;
  top: 0px;
  height: 19px;
  background-size: 13px;
  color: black;
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
}
.cards .chevron-after::after {
  height: 24px;
}
.cards-cover:hover .chevron-after::after,
.read-more__link.chevron-after::after,
.chevron-after:hover::after,
.list-items:hover .chevron-after::after,
.chevron-after.active::after,
.cards a:hover span.chevron-after::after {
  background: url(/_assets/images/chevron-right-hover.svg) no-repeat center
    center;
}
.news-cover .read-more__link.chevron-after.white::after {
  background: url(/_assets/images/chevron-right-white.svg) no-repeat center
    center;
}
.cards-cover:hover .card-link,
.cards-cover:hover .card-title {
  text-shadow: 0 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.country-nav {
  text-decoration: none !important;
}
.country-nav .country-icon {
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 10%;
  height: 15px;
}
.country-nav .country-icon:hover {
  filter: none !important;
}
.nav-boxes .boxes {
  padding: 0px !important;
  margin-right: 0px;
  margin-left: 20px;
  position: relative;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 calc(25.3% - 20px) !important;
}
.nav-boxes .boxes:nth-child(5),
.nav-boxes .boxes:first-of-type {
  margin-left: 5px;
}
.nav-boxes .boxes:nth-child(4) ~ .box {
  margin-top: 20px;
}
.nav-boxes .boxes:before {
  content: '';
  position: absolute;
  background: url('/_assets/images/mask-thumb.png');
  width: 156px;
  height: 125px;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.nav-boxes .boxes .box-title {
  position: absolute;
  font-family: 'Johnston ITC Std Bold';
  font-size: 32px;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 35px;
  z-index: 3;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-top: 20px;
}
.nav-boxes .boxes .box-title:lang(fi-fi) {
  font-size: 22px;
}
.nav-boxes .boxes img {
  width: 100%;
  height: auto;
  /* Sketch doesnt export pattern fills at this point */
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .nav-boxes .boxes img {
    max-height: 130px;
    object-fit: cover;
  }
}
.nav-boxes .boxes a {
  display: inline-block;
  width: 100%;
}
.nav-boxes .boxes:hover {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.nav-cards .cards {
  padding: 0px !important;
  margin-right: 0px;
  margin-left: 20px;
  position: relative;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 calc(25.3% - 20px) !important;
  min-height: 220px;
}
.nav-cards .cards:nth-child(4n + 1),
.nav-cards .cards:first-of-type {
  margin-left: 5px;
}
.nav-cards .cards:nth-child(4) ~ .cards {
  margin-top: 20px;
}
.nav-cards .cards .card-title {
  height: 60px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
  font-family: 'Johnston ITC Std Bold';
  font-size: 16px;
  color: #1d1d1b;
  letter-spacing: -0.62px;
  text-align: center;
}
.nav-cards .cards img {
  width: auto;
  height: auto;
  max-height: 150px;
  max-width: 150px;
  bottom: 50px;
  margin: auto;
}
.nav-cards .cards a {
  display: inline-block;
  width: 100%;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
}
.nav-cards .cards a:hover,
.nav-cards .cards a:hover span {
  color: #009fe3 !important;
}
.nav-list .list-items {
  padding: 0px !important;
  margin-right: 0px;
  margin-left: 20px;
  position: relative;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 calc(26% - 20px) !important;
  background: #ffffff;
}
.line3 {
  border-left: 1px solid #979797;
  height: 16px;
  left: 50%;
  margin-left: 7px;
  margin-right: 7px;
  top: 0;
  opacity: 0.8;
}
.nav-list .list-items:nth-child(3n + 1),
.nav-list .list-items:first-of-type {
  margin-left: 5px;
}
.nav-list .list-items:nth-child(3) ~ .list-items {
  margin-top: 20px;
}
.nav-list .list-items a {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  min-height: 40px;
  font-family: 'Johnston ITC Std Bold';
  font-size: 16px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 40px;
  text-transform: uppercase;
}
.nav-list .list-items a:hover,
.nav-list .list-items a:hover span {
  color: #009fe3 !important;
}
.nav-list .list-items .chevron-after::after {
  position: absolute !important;
  right: 15px !important;
  left: auto !important;
  height: 40px !important;
}
.navbar-toggler.custom-button {
  border-color: transparent !important;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: none;
}
.navbar-toggler,
.navbar-toggler {
  outline: none;
  box-shadow: none;
  border: none;
}
.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-right: 10px;
}
.animated-icon::after {
  content: attr(data-open-translate);
  text-transform: uppercase;
  position: absolute;
  font-family: 'Johnston ITC Std Medium';
  font-size: 10px;
  color: #1d1d1b;
  letter-spacing: 0;
  text-align: center;
  line-height: 10px;
  width: 30px;
  left: 0px;
  top: 30px;
  display: block;
}
.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.animated-icon span {
  background: #1d1d1b;
}
.animated-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.animated-icon span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}
.animated-icon span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
.animated-icon.open::after {
  content: attr(data-close-translate);
  position: fixed;
  font-size: 11px;
}
.animated-icon.open:lang(de-de)::after {
  content: 'SCHLIESSEN';
  position: fixed;
  font-size: 11px;
  left: -15px;
}
.animated-icon.open:lang(es-es)::after {
  content: 'CERRAR';
  position: fixed;
  font-size: 11px;
  left: -4px;
}
.animated-icon.open:lang(fr-fr)::after {
  content: 'FERMER';
  position: fixed;
  font-size: 11px;
}
.animated-icon.open:lang(it-it)::after {
  content: 'CHIUDI';
  position: fixed;
  font-size: 11px;
}
.animated-icon.open:lang(ja-jp)::after {
  content: '閉じる';
  position: fixed;
  font-size: 11px;
}
.animated-icon.open:lang(nl-nl)::after {
  content: 'SLUITEN';
  position: fixed;
  font-size: 11px;
  left: -5px;
}
.animated-icon.open:lang(pl-pl)::after {
  content: 'ZAMKNIJ';
  position: fixed;
  font-size: 11px;
  left: -10px;
}
.animated-icon.open:lang(pt-pt)::after {
  content: 'FECHAR';
  position: fixed;
  font-size: 11px;
  left: -3px;
}
.animated-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 6px;
}
.animated-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 6px;
}
.input-product-search-button {
  height: 50px !important;
  outline: none !important;
}
.right-image-with-small-logos-text-block .button.read-more {
  margin-left: 0px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  #navSearchFormMobile {
    display: none !important;
  }
  .dropdown-nav-toggle::after {
    display: none;
  }
  .dropdown:hover > .dropdown-nav-menu {
    display: block;
    /* margin-top: 15px !important; */
  }
  .dropdown:hover a.dropdown-nav-toggle::after {
    display: block !important;
    content: '';
    width: 100%;
    height: 17px;
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: -17px;
    border: none !important;
    margin: 0px !important;
    vertical-align: middle !important;
  }
  .dropdown a.dropdown-nav-toggle::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f0fafd;
    bottom: -15px;
    margin: 0px;
    vertical-align: middle;
    border-top: none;
    z-index: 2;
    left: calc(50% - 15px);
    opacity: 0;
    display: block;
  }
  .dropdown:hover a.dropdown-nav-toggle::before {
    transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    opacity: 1;
  }
  .sidenav {
    animation-duration: 0.3s;
    animation-duration: 0.3s !important;
  }
  .fill-mode {
    animation-fill-mode: none !important;
  }
  .dropdown-nav-menu {
    padding: 25px 0px !important;
  }
  .dropdown-nav-menu::before {
    content: '';
    background: #f0fafd;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
  }
  .dropdown-nav-menu::after {
    content: '';
    background: #f0fafd;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: calc(-100% + 1px);
  }
  .fixed-top {
    max-height: 100vh;
    overflow: auto;
  }
  .tab-container {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .chrv-icon {
    margin-top: -3px;
  }
  .cards-cover:last-child {
    padding-right: 0px !important;
  }
}
.top-bar {
  background: #f0fafd;
  transition: height 0.3s ease;
  height: 0;
  overflow: hidden;
}
.top-bar.active {
  height: 100px;
  border: none;
}
.top-bar .top-bar-cover {
  min-height: 100px;
}
.top-bar .search-input {
  min-height: 50px;
}
.top-bar .search-input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.top-bar input {
  background: #ffffff;
  border-radius: 4px;
  border: none;
}
.top-bar input.input-group-text {
  background: white;
  border: none;
  padding-right: 30px;
}
.top-bar input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.8;
  font-family: 'Johnston ITC Std';
  font-size: 16px;
  color: #8b8d8d;
  letter-spacing: 0;
  line-height: 16px;
}
.top-bar input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.8;
  font-family: 'Johnston ITC Std';
  font-size: 16px;
  color: #8b8d8d;
  letter-spacing: 0;
  line-height: 16px;
}
.top-bar input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.8;
  font-family: 'Johnston ITC Std';
  font-size: 16px;
  color: #8b8d8d;
  letter-spacing: 0;
  line-height: 16px;
}
.top-bar input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.8;
  font-family: 'Johnston ITC Std';
  font-size: 16px;
  color: #8b8d8d;
  letter-spacing: 0;
  line-height: 16px;
}
.custom-checkbox {
  font-size: 14px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 18px;
  padding-right: 20px;
  background: #ffffff;
  border: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.custom-checkbox .custom-control-label::before {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: -2px;
  border-color: #009fe3;
  background-color: #009fe3;
}
.btn-blue {
  background: #009fe3;
  margin-left: 10px;
  font-family: 'Johnston ITC Std Medium';
  letter-spacing: 0;
  line-height: 42px;
  border-color: #009fe3;
  text-transform: uppercase;
  border-radius: 4px !important;
  color: #ffffff;
  text-align: center;
  padding: 0px 33px;
  padding-top: 5px;
}
.btn-blue .bi-search {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.btn-yellow {
  position: relative;
  margin-top: 18px;
  background: #e9bc5f;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
  font-family: 'Johnston ITC Std Medium';
  font-size: 16px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 21px;
  text-transform: uppercase;
  border: none;
  padding: 14px 14px 10px 14px;
}
.btn-yellow:lang(fr-fr) {
  font-size: 13px;
}
.btn-blue:hover {
  transition: all 0.3s ease;
  background: #0096d4;
  border-color: #0096d4;
  color: #ffffff;
}
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:hover .btn-dealer:focus,
.btn-dealer:active,
.btn-dealer:hover {
  transition: all 0.3s ease;
  background: #fec70a;
  border-color: #fec70a;
  color: #1d1d1b !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.close-search {
  line-height: 48px;
  border: none !important;
  outline: none !important;
  margin-left: 5px !important;
  text-align: center;
  padding: 0px 10px;
  border: 1px solid transparent !important;
}
.close-search:hover {
  border: 1px solid #009fe3 !important;
}
.close-search svg.bi-x {
  font-size: 36px;
  color: #8b8d8d;
  margin-left: 10px !important;
}
.btn-link {
  color: #009fe3;
}
.top-bar.active + .container > .navbar::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f0fafd;
  top: 0px;
  margin: 0px;
  z-index: 2;
  display: block;
  right: 50px;
}
.modal#country-modal,
.modal#share-modal {
  text-align: center;
  top: 20%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.modal#country-modal .modal-dialog,
.modal#share-modal .modal-dialog {
  max-width: 720px;
}
.modal#country-modal .modal-header,
.modal#share-modal .modal-header {
  border-bottom: 0px !important;
}
.modal#country-modal .modal-content,
.modal#share-modal .modal-content {
  padding: 0;
  border-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(128, 128, 128, 0.7);
  border: none;
}
.modal#country-modal .country-title,
.modal#share-modal .country-title {
  text-align: center;
  color: #009fe3;
  padding-top: 20px;
  padding-bottom: 0px;
}
.modal#country-modal .country-body {
  padding: 10px 80px 40px 80px;
}
.modal#country-modal .country-flags {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  font-family: 'Johnston ITC Std Medium';
  font-size: 12px;
  color: #1d1d1b;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
}
.modal#country-modal .country-flags .co-flag {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
.modal#country-modal .country-flags .co-flag span {
  padding-top: 2px;
}
.modal#country-modal .country-flags .co-flag a {
  min-height: 40px;
  padding-left: 15px;
}
.modal#country-modal .country-flags .co-flag img {
  margin-right: 10px;
  width: 20px;
  vertical-align: middle;
  height: 20px;
  margin-top: 10px;
}
.modal#country-modal .modal-footer {
  border-top: none;
  padding-top: 0px;
  padding-bottom: 40px;
}
.modal-backdrop {
  background-color: #f0fafd;
}
.open-search.active .search-icon path,
.search-icon:hover path {
  stroke: #009fe3;
}
.product-card-item {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 240px;
  max-height: 240px;
  padding: 0px;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-right: 15px;
}
.product-card-item img {
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: auto;
}
.product-card-item .product-title {
  position: absolute;
  font-family: 'Johnston ITC Std Bold';
  font-size: 28px;
  letter-spacing: -0.83px;
  line-height: 28.5px;
  color: #ffffff;
  padding-bottom: 20px;
  width: 80%;
  text-align: center;
  z-index: 2;
}
body.de .product-card-item .product-title {
  font-size: 28px;
}
.product-card-item .btn-yellow {
  position: absolute;
  line-height: 21px;
  text-align: center;
  bottom: 30px;
}
.product-card-item .btn-yellow:lang(de-de),
.product-card-item .btn-yellow:lang(de) {
  font-size: 13px;
}
.blue-text {
  color: #009fe3 !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .card-link {
    bottom: 5px !important;
  }
}
@media screen and (max-width: 1200px) {
  div#parallelogram {
    height: 84px !important;
    top: 66% !important;
    width: 5px !important;
    left: -5px;
  }
}
@media screen and (max-width: 991px) {
  .add-swoosh-overlay:before {
    height: 100% !important;
    left: 0px !important;
  }
  #navSearchFormMobile {
    display: block !important;
  }
  .nav-link.search-nav.open-search::after {
    position: absolute;
    right: 15px;
    left: auto;
    content: '';
    width: 6px;
    background: url(/_assets/images/chevron-right-hover.svg) no-repeat center
      center;
    height: 60px;
    display: inline-block;
    border: none !important;
  }
  .img_overlay_text {
    font-size: 37.8px;
    line-height: 29.7px;
  }
  div#parallelogram {
    height: 55px !important;
    top: 65% !important;
    width: 2px !important;
    left: -5px;
  }
  /* .cards-cover:last-child:nth-child(even){
    padding-right: 0px !important;
  } */
  .cards-cover:nth-child(3n) {
    padding-right: 0px !important;
  }
  .product-item-container {
    overflow: scroll;
    width: 100%;
  }
  .product-item-container .p-card-cover {
    min-height: calc(100vh + 100px);
    flex-direction: column !important;
  }
  .product-item-container .product-card-item {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .dropdown-nav-menu .product-item-container .product-card-item {
    margin-top: 35px;
  }
  .country-icon {
    float: right;
    margin-top: 24px;
    margin-right: 15px;
  }
  .c-footer-nav__item .country-icon {
    float: right;
    margin-top: 2px;
    margin-right: 15px;
  }
  .modal#country-modal {
    top: 0px !important;
  }
  .chevron-left {
    margin-top: -3px;
    margin-right: 10px;
  }
  .top-bar {
    width: 100%;
    transition: height 0s ease !important;
    position: absolute !important;
    z-index: 9 !important;
  }
  .top-bar.active {
    top: 100px;
    position: absolute;
    z-index: 9;
    height: 100vh;
    transition: height 0.3s ease !important;
  }
  .top-bar.active .custom-checkbox {
    background: none;
    padding-top: 20px;
    padding-left: 0px;
  }
  .top-bar.active .menu-title {
    display: block;
    right: 35px;
  }
  .top-bar.active .form-container {
    flex-direction: column !important;
  }
  .top-bar.active .top-bar-cover {
    padding-top: 60px !important;
    padding-left: 30px !important;
  }
  .top-bar.active .close-search {
    display: block;
    z-index: 2;
    font-family: 'Johnston ITC Std Bold';
    font-size: 16px;
    color: #1d1d1b;
    letter-spacing: -0.5px;
    line-height: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    left: 15px;
  }
  .top-bar.active .close-search svg {
    display: none !important;
  }
  .top-bar.active .btn-blue {
    font-size: 0px;
    padding: 0px 17.5px;
    border: none !important;
  }
  .menu-title {
    display: none;
    position: absolute;
    right: 30px;
    font-family: 'Johnston ITC Std Bold';
    font-size: 16px;
    color: #009fe3;
    letter-spacing: -0.5px;
    line-height: 20px;
    text-transform: uppercase;
    top: 30px;
    z-index: 7;
  }
  .sidenav.show > .menu-title {
    display: block;
  }
  .navbar::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f0fafd;
    bottom: 0px;
    margin: 0px;
    border-top: none;
    z-index: 2;
    right: 0px;
    opacity: 0;
    display: block;
    transition: all 0.3s linear;
  }
  .menu-active .navbar::after {
    opacity: 1 !important;
  }
  .navbar-brand {
    margin-right: 0px !important;
  }
  .navbar-brand img {
    width: 60px;
    height: auto;
  }
  .dropdown-nav-menu.show .close-btn {
    display: block;
    z-index: 2;
    position: relative;
    font-family: 'Johnston ITC Std Bold';
    font-size: 16px;
    color: #1d1d1b;
    letter-spacing: -0.5px;
    line-height: 20px;
    position: absolute;
    text-transform: uppercase;
  }
  .tablist.active + .tab-container .tab-content .back-btn {
    font-family: 'Johnston ITC Std Bold';
    font-size: 16px;
    color: #1d1d1b;
    letter-spacing: -0.5px;
    line-height: 20px;
    position: absolute;
    text-transform: uppercase;
    left: 30px;
    top: 30px;
    z-index: 4;
    display: block;
  }
  .close-btn::after,
  .back-btn::after {
    background: #f0fafd;
    content: '';
    position: absolute;
    height: 60px;
    width: 200vh;
    left: -100%;
    z-index: -1;
    top: -150%;
    overflow: hidden;
  }
  body.menu-active {
    overflow: hidden;
  }
  header {
    position: static !important;
  }
  header.active {
    position: fixed !important;
  }
  header > .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 15px !important;
  }
  .navbar {
    padding: 15px 0px;
    padding-bottom: 25px;
  }
  body.pl a.d-lg-none.btn.btn-dealer {
    font-size: 12px;
    padding: 13px 10px 10px 28px;
    white-space: pre;
  }
  .navbar .btn-dealer {
    font-family: 'Johnston ITC Std Medium';
    font-size: 14px;
    color: #1d1d1b;
    letter-spacing: 0;
    line-height: 16px;
  }
  .navbar .btn-dealer:lang(da-dk) {
    font-size: 13px;
  }
  .nav-container {
    overflow: scroll !important;
  }
  .nav-container .navbar-nav {
    min-height: auto !important;
    padding: 24px 30px;
    padding-bottom: 0px;
  }
  .tab-pane,
  .dropdown-nav-menu,
  .navbar-collapse {
    position: fixed !important;
    top: 100px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f0fafd;
  }
  .dropdown-nav-menu {
    display: block;
    visibility: visible;
    top: 130;
    right: -100%;
    left: auto !important;
    transition: right 0.3s linear;
  }
  .tab-content > .tab-pane {
    display: block;
    visibility: visible;
    top: 100px;
    right: -100%;
    left: auto !important;
    transition: right 0.3s ease;
    opacity: 1;
    z-index: 3;
    overflow: scroll !important;
    height: calc(100vh - 100px);
    /*height: 100vh;*/
  }
  .navbar-collapse.collapsing {
    right: -100%;
    transition: height 0s linear;
  }
  .navbar-collapse.show {
    right: 0;
    transition: right 0.3s linear;
    z-index: 2;
  }
  /* header.lvl-3 .dropdown-nav-menu.show, */
  header.lvl-2 .navbar-collapse.show {
    /*right: 100% !important;*/
  }
  .tab-content .tab-pane .tab-content > .tab-pane.show,
  .tab-pane.show,
  .dropdown-nav-menu.show {
    right: 0 !important;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 0.3s linear;
    z-index: 9;
  }
  .navbar-toggler {
    z-index: 0;
    position: static !important;
    right: 0;
    /*margin-top: -15px !important;*/
    padding: 0px;
  }
  .sidenav {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .sidenav .tablist .nav-link,
  .policiy-bar .nav-item .nav-link,
  .navbar .nav-item .nav-link {
    min-height: 60px !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
    font-family: 'Johnston ITC Std Bold' !important;
    line-height: 60px !important;
    padding: 0px 28px !important;
    padding-bottom: 0px;
    text-align: left;
    font-size: 16px !important;
  }
  .chevron-right::after,
  .dropdown-nav-toggle::after {
    position: absolute;
    right: 15px;
    left: auto;
    content: '';
    width: 6px;
    background: url(/_assets/images/chevron-right-hover.svg) no-repeat center
      center;
    height: 60px;
    display: inline-block;
    border: none !important;
    top: -6px;
  }
  .chevron-right:hover::after,
  .dropdown-nav-toggle:hover::after {
    background: url(/_assets/images/chevron-right-hover.svg) no-repeat center
      center;
  }
  .policiy-bar {
    width: 100%;
    min-height: calc(100vh + 100px) !important;
  }
  .policiy-bar .btn-dealer {
    display: none !important;
  }
  .policiy-bar li {
    width: 100%;
  }
  .policiy-bar .search-nav .search-icon {
    display: none !important;
  }
  .policiy-bar .search-nav span {
    display: inline-block !important;
    padding: 0px 20px;
  }
  .policiy-bar .country-nav span {
    display: inline-block !important;
  }
  .policiy-bar .country-nav span + svg,
  .policiy-bar .country-nav span + img {
    margin-left: auto;
  }
  .sidenav {
    padding: 30px !important;
    height: 100vh;
  }
  .sidenav .nav-cover {
    width: 100%;
    padding: 40px 0px !important;
  }
  .sidenav .nav-cover .chevron-after::after {
    position: absolute;
    right: 15px;
    left: auto;
    content: '';
    width: 6px;
    background: url(/_assets/images/chevron-right-hover.svg) no-repeat center
      center;
    height: 60px;
    display: inline-block;
    border: none !important;
  }
  .sidenav .tablist {
    display: block !important;
    max-width: 100%;
    padding: 0px !important;
  }
  .sidenav .tab-pane {
    display: block !important;
    padding: 30px;
    padding-top: 60px;
  }
  .sidenav .tab-pane .nav-boxes .boxes,
  .sidenav .tab-pane .nav-cards .cards,
  .sidenav .tab-pane .nav-list .list-items {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 20px !important;
  }
  .sidenav .tab-pane .nav-cards .cards {
    width: 48% !important;
    margin-right: 2% !important;
  }
  .sidenav .tab-pane .nav-boxes .boxes:before {
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .nav-cards .cards:nth-child(4) ~ .cards,
  .nav-list .list-items:nth-child(3) ~ .list-items {
    margin-top: 0px !important;
  }
  .btn-dealer {
    margin-top: 0px !important;
  }
  .aboutPro.swiper-pagination {
    display: block !important;
  }
  .aboutPro.swiper-wrapper {
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
    flex-wrap: nowrap !important;
    margin-bottom: 1em;
  }
  .aboutPro .swiper-slide {
    flex: 0 0 100%;
    height: inherit;
  }
}
.c-wrap {
  width: 100%;
  padding-top: 0px;
}
.c-header a,
.c-header li {
  opacity: 0.8;
  font-family: 'Johnston ITC Std Medium';
  font-size: 14px;
  color: #8b8d8d;
  letter-spacing: 0;
  line-height: 21px;
}
.card-container {
  padding: 0px 15px !important;
}
.cards-cover {
  padding-right: 10px !important;
  padding-left: 0px;
}
.card-img {
  height: auto !important;
}
.card-title {
  font-family: 'Johnston ITC Std Bold';
  font-size: 22px;
  padding-top: 10px;
  text-transform: uppercase;
}
.card-link {
  position: absolute !important;
  bottom: 20px;
  font-family: 'Johnston ITC Std Medium' !important;
  font-size: 16px;
  letter-spacing: -0.73px !important;
  position: relative;
  margin-top: 0 !important;
  color: white !important;
}
.card-link.chevron-after::after {
  /* background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMWVtIiBoZWlnaHQ9IjFlbSIgdmlld0JveD0iMCAwIDE2IDE2IiBjbGFzcz0iYmkgYmktY2hldnJvbi1yaWdodCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC42NDYgMS42NDZhLjUuNSAwIDAgMSAuNzA4IDBsNiA2YS41LjUgMCAwIDEgMCAuNzA4bC02IDZhLjUuNSAwIDAgMS0uNzA4LS43MDhMMTAuMjkzIDggNC42NDYgMi4zNTRhLjUuNSAwIDAgMSAwLS43MDh6Ii8+Cjwvc3ZnPg==");*/
  background: url(/_assets/images/chevron-right-white.svg) no-repeat center
    center !important;
  background-repeat: no-repeat;
  position: center;
}
.card-link.chevron-after:hover::after {
  color: #009fe3;
}
.selector-image p {
  font-family: 'Johnston ITC Std Bold';
  /*
font-size: 30px;
letter-spacing: -0.83px;
line-height: 28.5px;
*/
  color: #ffffff;
  padding-bottom: 20px;
  width: 100%;
  z-index: 2;
  max-width: 282px;
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
  letter-spacing: -1px;
  text-align: center;
  line-height: 38px;
}
.btn-secondary:hover {
  background: #fec70a;
  border-color: #fec70a;
}
.btn.btn-secondary.selector:active {
  background-color: #fec70a;
}
.selector-image-overlay {
  width: 100%;
}
.btn-secondary.selector {
  float: none;
  text-transform: uppercase;
}
#parallelogram {
  width: 5px !important;
  height: 141px !important;
  top: 65% !important;
}
img.c-card__img,
.img_with_text {
  overflow: hidden;
  box-shadow: none;
}
.img_media {
  font-size: 0px;
  padding: 0px !important;
  margin: 0px !important;
}
.img_media::after {
  content: '';
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -20px;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.l-container {
  margin-top: 55px;
  margin-bottom: 95px;
  max-width: 1140px;
}
.l-container.video-container {
  margin-bottom: 0 !important;
}
.selector.swiper-wrapper,
.selector-image.block {
  margin-bottom: 0px;
}
.selector.swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  position: relative;
  bottom: -8px;
  margin: 0 auto 20px;
}
.selector-image.block {
  margin-bottom: 0px;
  margin: 0px auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.selector.swiper-wrapper.single-version .swiper-slide {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.selector-block .light-gray {
  letter-spacing: 1px;
  line-height: 44px;
}
.left-h1 {
  letter-spacing: -1px;
  line-height: 56px;
}
.left-h1:lang(zh-TW) {
  letter-spacing: 0px;
}
.selector-paragraph {
  margin-top: 22px;
  display: block;
}
.selector.swiper-slide {
  padding-left: auto !important;
}
.selector.swiper-slide:last-child .selector-image.block {
  margin-left: auto !important;
}
a.read-more.button {
  margin-bottom: 0px;
}
.read-more.btn.btn-default {
  color: white;
  padding-top: 15px;
}
.arrow-right {
  border-top: 0px solid transparent !important;
  border-bottom: 98px solid transparent !important;
  border-right: 71px solid white !important;
}
.left-text {
  line-height: 26px;
  font-size: 16px;
  margin-top: 25px;
}
.l-container.about-pro {
  text-align: -webkit-center;
  text-align: -moz-center;
}
.about-pro__img {
  padding-bottom: 0px;
  min-height: 45px;
  height: auto;
  max-width: 79%;
  margin: 0 auto;
  border-radius: 100%;
  margin-top: auto;
}
.about-rate-cover {
  margin-top: auto;
}
.about-pro-blocks {
  display: flex;
  flex-direction: column;
  margin: 0px !important;
  border: 1px solid #e8e8e8;
  padding-bottom: 15px;
  cursor: pointer;
}
.about-pro-blocks .read-more__link {
  margin-top: auto;
  margin-bottom: 20px;
  color: #009fe3 !important;
  font-weight: bold;
}
.aboutPro .swiper-slide {
  padding-right: 30px;
}
.aboutPro .swiper-slide:last-child {
  padding-right: 0px;
}
.about-pro_header {
  margin: 40px 30px 30px 30px;
  padding: 0px;
  height: auto;
  font-family: 'Johnston ITC Std Bold';
  font-weight: normal;
}
.aboutPro.swiper-container {
  overflow: hidden;
}
/* NEWS Container */
.green-watermark::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: url(/_assets/images/homepage/news-green-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
  top: 100%;
}
.blog-filter-block .green-watermark::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: url(/_assets/images/homepage/news-green-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
  top: 150%;
}
.news-cover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  font-family: 'Johnston ITC Std Medium';
  padding: 50px 70px;
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background: white;
  cursor: pointer;
}
.news-cover * {
  position: relative;
  z-index: 4;
}
.news-cover::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
.without-bg::before {
  background: none !important;
}
.news-cover.fixed-bg {
  background: transparent !important;
}
.fixed-news-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.news-container .swiper-wrapper {
  height: auto;
}
.news-container h3 {
  padding-top: 45px;
  font-family: 'Johnston ITC Std Bold';
  font-size: 42px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 42px;
}
.news-container h4 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Johnston ITC Std Bold';
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 38px;
}
.news-container h4:lang(zh-cn) {
  font-size: 30px;
}
.news-author h5 {
  font-family: 'Johnston ITC Std Medium';
  font-size: 16px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 46px;
  padding-left: 20px;
  padding-top: 4px;
}
.news-author.white h5 {
  color: white !important;
}
.news-container .read-more__link {
  position: absolute;
  bottom: 25px;
}
/* END News Container */
.video-responsive {
  overflow: hidden;
  padding-bottom: 15%;
  position: relative;
  height: auto;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.category-header-description p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Johnston ITC Std Bold';
}
h1.left-h1.category {
  font-family: 'Johnston ITC Std Bold';
}
.category-blocks-list {
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
}
.category-card-title {
  color: #1d1d1b;
  font-family: 'Johnston ITC Std Bold';
  font-size: 31px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 33px;
  height: auto;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.category-card-title:lang(ko-kr) {
  font-size: 22px;
  word-break: keep-all;
}
.category-card-title:lang(sv-se),
.category-card-title:lang(fi-fi) {
  font-size: 20px !important;
}
.category-card-title:lang(de-de),
.category-card-title:lang(de) {
  height: 40px !important;
  font-size: 18px !important;
}
.category.card {
  height: 350px;
}
.card-body {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dist-contact {
  font-family: 'Johnston ITC Std Medium';
  font-size: 20px;
  margin-bottom: 30px;
}
.dist-contact .b {
  font-family: 'Johnston ITC Std Bold';
}
a.read-more.button {
  display: initial;
  margin: 10px;
}
/*blog landing*/
.blog-landing .l-container {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.blog-landing-header-block .title {
  font-family: 'Johnston ITC Std Bold';
  color: #009fe3;
  font-size: 52px;
}
.blog-filter-block .blog-filter {
  margin-bottom: 10px;
}
.blog-filter-block .blog-filter ul li {
  display: inline-block;
  border: 2px solid black;
  border-radius: 20px;
  font-size: 16px;
  line-height: 19px;
  padding: 4px 20px;
  margin-right: 10px;
  padding-bottom: 0px;
}
.blog-filter-block .blog-filter ul li:first-child {
  margin-left: 0;
}
.blog-post .content .blog-title,
.blog-post .content .blog-description {
  text-decoration: none;
}
#blog-top-slider {
  width: 100%;
  height: 300px;
  background-color: #ccc;
  overflow: hidden;
  box-sizing: border-box;
}
#blog-top-slider .carousel-inner {
  height: 300px;
}
#blog-center {
  margin-top: 30px;
}
#blog-center .flex-column {
  margin-bottom: 20px;
}
#blog-center .flex-column .blog-post {
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background-size: cover;
  height: 100%;
  cursor: pointer;
}
#blog-center .flex-column .blog-post .content {
  padding: 35px;
}
#newsSlider .tag {
  font-family: 'Johnston ITC Std Medium';
  text-transform: uppercase;
  border: 0.5px solid #069fe3;
  color: #069fe3;
  border-radius: 20px;
  font-size: 16px;
  line-height: 19px;
  padding: 3px 28px 2px 28px;
  display: inline;
}
#newsSlider .carousel-caption {
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  margin-left: 60px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: left;
}
#newsSlider .carousel-indicators {
  border-radius: 10px;
  top: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#newsSlider li {
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 2px solid #009fe3;
  background-color: #ffffff;
}
div#newsSlider {
  margin-bottom: 30px;
  cursor: pointer;
}
#newsSlider li.active {
  height: 16px;
  width: 16px;
  background-color: #009fe3;
}
#newsSlider .carousel-control-next,
#newsSlider .carousel-control-prev {
  display: none;
}
#newsSlider .carousel-caption h5 {
  /* height: 79.26px; */
  width: 354px;
  color: #ffffff;
  font-family: 'Johnston ITC Std';
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
  margin: 10px 0;
}
#newsSlider a.read-more__link {
  color: #ffffff !important;
  font-family: 'Johnston ITC Std';
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}
#newsSlider .author-div .text {
  font-weight: 600;
}
#blog-center .flex-column .blog-post .content .tag {
  font-family: 'Johnston ITC Std Medium';
  text-transform: uppercase;
  border: 0.5px solid #069fe3;
  color: #069fe3;
  border-radius: 20px;
  font-size: 16px;
  line-height: 19px;
  padding: 3px 28px 2px 28px;
  display: inline;
}
#blog-center .flex-column .blog-post.bg-image .content .tag,
#newsSlider .tag {
  border: 0.5px solid #fff;
}
#blog-center .flex-column .blog-post .content .title {
  margin-top: 20px;
  color: #009fe3;
  font-family: 'Johnston ITC Std Bold';
  font-size: 32px;
  line-height: 32px;
}
#blog-center .flex-column .blog-post .content .description {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#blog-center .flex-column .blog-post .content .author-div .author-image {
  width: 50px;
  height: 50px;
}
.author-image {
  width: 50px;
  height: 50px;
}
#blog-center .flex-column .blog-post .content.image-aligned-content {
  width: 50%;
  float: left;
}
#blog-center .flex-column .blog-post .right-image-holder {
  width: calc(50% - 30px);
  margin-left: 30px;
  height: 100%;
  background-size: cover;
  background-position: center;
  float: left;
}
#blog-center .flex-column .blog-post .left-image-holder {
  width: calc(50% - 30px);
  margin-right: 30px;
  height: 100%;
  background-size: cover;
  background-position: center;
  float: left;
}
#blog-center .flex-column .blog-post.bg-image {
  padding-top: 105px;
}
#blog-center .flex-column .blog-post.bg-image .tag,
#blog-center .flex-column .blog-post.bg-image .title,
#blog-center .flex-column .blog-post.bg-image .description,
#blog-center .flex-column .blog-post.bg-image .author-div .text,
#blog-center .flex-column .blog-post.bg-image .read-more__link,
#blog-center .flex-column .blog-post .content .tag,
#newsSlider .tag,
#newsSlider .tag a {
  color: #fff !important;
}
.tags-news a {
  font-family: 'Johnston ITC Std Medium';
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #1d1d1b;
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  margin: 2px;
}
.tags-news-bg a {
  font-family: 'Johnston ITC Std Medium';
  font-size: 16px;
  line-height: 19px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  margin: 2px;
}
@media screen and (min-width: 768px) {
  .evidon-banner-acceptbutton {
    position: relative;
    left: 43%;
  }
  .evidon-banner-optionbutton {
    position: relative;
    left: 45%;
  }
  .masthead img {
    height: auto;
    width: 100%;
  }
  .introduction h1.title.centered-h1 {
    font-size: 52px;
    font-weight: normal;
    letter-spacing: -2px;
    font-family: 'Johnston ITC Std Bold';
    text-align: left;
    color: #009fe3;
  }
  .img-cover img:nth-of-type(1) {
    min-height: 100%;
    object-fit: fill;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }
  #product-filter-block {
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 0;
  }
  .close.filter-mobile {
    display: none;
  }
  #open-filter {
    display: none !important;
  }
  .news-cover.fixed-bg {
    padding-top: 100px;
  }
  .category-combine-img {
    height: 100% !important;
    z-index: -2;
  }
  h4.news-title-without-bg {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    color: #009fe3 !important;
  }
}
/* mobile */
@media screen and (max-width: 425px) {
  body.es .card-title {
    font-size: 18px;
  }
  .blog-cta {
    font-size:12px;
  }
}
@media screen and (max-width: 768px) {
  body.es .category-dealer-button {
    line-height: 16px;
  }
  #blog-center .flex-column .blog-post .right-image-holder {
    margin-left: 0;
  }
  #blog-center .flex-column .blog-post {
    display: flex;
    flex-direction: column;
  }
  #blog-center .flex-column .blog-post .content.image-aligned-content,
  #blog-center .flex-column .blog-post .content {
    float: none;
    width: 100%;
    order: 13;
  }
  #blog-center .flex-column .blog-post .left-image-holder,
  #blog-center .flex-column .blog-post .right-image-holder {
    float: none;
    width: 100%;
    height: 200px;
    order: 1;
  }
  .about-pro-blocks {
    height: 350px;
  }
  .about-pro.product-page .about-pro-blocks {
    height: 250px;
  }
  .about-pro.product-page .about-pro__img {
    max-width: 50%;
  }
  .about-rate {
    display: none;
  }
  .about-pro__img {
    max-width: 25%;
  }
  .about-pro-blocks .read-more__link {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .about-pro_header {
    margin: 40px 30px 10px 30px;
  }
  .about-pro_header:lang(ja) {
    margin: 40px 10px 10px 10px;
  }
  .product-overview .banner {
    height: auto;
    min-height: 400px;
    padding: 0px;
  }
  .product-overview .category-banner-img {
    position: relative;
    top: 0px;
    left: 0px;
  }
  .product-overview .category-banner-title {
    margin-top: 110px;
    padding: 20px;
    z-index: 2;
  }
  body.de .product-overview .category-banner-title {
    margin-top: 70px;
    padding: 20px;
    z-index: 2;
  }
  .product-overview .category-btn-selector {
    z-index: 2;
  }
  #newsSlider .carousel-caption {
    margin-left: 20px;
  }
  #newsSlider .carousel-caption h5 {
    font-family: 'Johnston ITC Std';
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    width: 250px;
  }
  #newsSlider a.read-more__link {
    color: #ffffff !important;
    font-family: 'Johnston ITC Std';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
  }
  img.carousel-image.d-block.w-100 {
    height: 400px;
    object-fit: cover;
  }
  .instagram_section .title {
    font-size: 22px;
    word-break: break-all;
  }
  .instagram_section .title::before {
    vertical-align: top;
  }
  .read-more__link {
    display: block;
    text-align: left;
  }
  .read-more__link:lang(zh-cn) {
    font-size: 12px;
  }
  .read-more__link:lang(sv-se) {
    width: 165px !important;
    font-size: 12px;
  }
  .read-more__link:lang(fi-fi) {
    width: 165px !important;
    font-size: 10px;
    letter-spacing: 0px !important;
  }
  .chevron-after:lang(fi-fi):after {
    margin-left: 5px;
  }
  .evidon-banner-optionbutton {
    margin-top: 10px !important;
  }
  .breadcrumb li a,
  .breadcrumb li {
    font-size: 12px;
  }
  .selector.swiper-wrapper {
    /*margin-left: -15px;*/
  }
  .selector.swiper-slide {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    background: #fff;
    /*width: 85% !important;*/
    width: 100% !important;
  }
  .selector-paragraph p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Johnston ITC Std Medium';
  }
  .selector-block .light-gray {
    font-size: 16px;
  }
  .share-the-article {
    text-align: left !important;
  }
  .introduction h1.title.centered-h1 {
    font-size: 39px !important;
    font-weight: normal;
    letter-spacing: -2px;
    font-family: 'Johnston ITC Std Bold';
    text-align: left;
    line-height: 43px;
    color: #009fe3;
  }
  .masthead {
    height: 100% !important;
    width: 100% !important;
    background-size: contain !important;
  }
  /* category page banner */
  .col-12.col-sm-12.banner {
    height: 300px;
    width: 100%;
  }
  .category-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #navbarToggler {
    z-index: 2;
  }
  #product-filter-block {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    z-index: 9999;
    display: none;
    padding: 30px;
    padding-right: 0px;
    overflow: scroll;
  }
  .close.filter-mobile {
    display: block;
    font-size: 16px;
    opacity: 1;
    font-family: 'Johnston ITC Std';
    margin-right: 30px;
  }
  .close.filter-mobile span {
    margin-right: 10px;
  }
  #open-filter {
    display: block;
  }
  .l-container.video-container {
    margin-bottom: 5px;
  }
  .l-container.category-card-container {
    margin-bottom: 5px;
  }
  .read-more.btn.btn-default {
    margin-bottom: 30px;
  }
  .news-cover p {
    font-size: 16px;
    line-height: 26px;
  }
  .insta-cover {
    display: block !important;
    text-align: left !important;
  }
  .instagram_tags {
    text-align: center;
  }
  .insta-cover .read-more__link {
    margin-top: 10px;
    font-size: 15px;
  }
  .category-combine-img {
    height: calc(100% - 150px);
    z-index: -1 !important;
  }
  .category-combine::before {
    z-index: 0 !important;
    height: calc(100% - 150px) !important;
  }
  .category-combine::after {
    z-index: -2 !important;
  }
  .news-container h4 {
    padding-top: 35px;
  }
  .news-container h4:lang(fi-fi),
  .news-container h4:lang(nb-no) {
    font-size: 24px;
  }
  .news-author {
    margin-bottom: 20px;
  }
  h4.news-title-without-bg {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    color: #009fe3 !important;
  }
  .news-block-slider-pagination {
    padding-left: 50%;
    width: 100% !important;
  }
  .search-product {
    width: 100% !important;
  }
  .input-product-search-button {
    line-height: 60px !important;
    height: 60px !important;
    font-family: 'Johnston ITC Std Medium';
    text-transform: uppercase !important;
  }
  .input-product-search-button .fa-search {
    line-height: 53px;
  }
  input#input-product-search {
    border-color: #f9f9f9 !important;
    line-height: 60px !important;
    padding: 0px 15px !important;
    border: none !important;
    margin-right: 0px !important;
  }
  body.pl .category-card-title {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 22px;
    width: 150px;
    height: auto !important;
  }
  .category-card-title {
    margin-top: 35px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 22px;
    width: 150px;
  }
  .category-card-title:lang(sv-se),
  .category-card-title:lang(fi-fi) {
    font-size: 14px !important;
  }
  body.pl .category .card-body {
    padding-left: 0px;
  }
  .category .card-body {
    padding-right: 10px;
    padding-left: 10px;
  }
  .category .card-body:lang(sv-se) {
    padding: 0px;
  }
  .category .card-body a::after {
    position: unset !important;
  }
  body.pl .category.card {
    height: 150px !important;
  }
  .category.card {
    height: auto;
  }
  .news-item-container {
    flex: 0 0 100%;
  }
  .news-cover {
    padding: 30px 20px;
  }
  .c-card__img {
    min-height: 210px;
    width: 100%;
  }
  main.nav-content {
    padding: 10px;
  }
  .card-title {
    font-size: 20px;
    padding-top: 5px;
  }
  .card-title:lang(da-dk) {
    font-size: 15px;
  }
  .card-title:lang(fi-fi) {
    font-size: 14px;
  }
  .card-link {
    bottom: 5px;
  }
  .left-h1 {
    font-family: 'Johnston ITC Std Bold';
    font-size: 39px;
    color: #009fe3;
    letter-spacing: -0.75px;
    line-height: 42px;
  }
  .center-h1 {
    font-family: 'Johnston ITC Std Bold';
    font-size: 39px;
    color: #009fe3;
    letter-spacing: -1.5px;
    line-height: 43px;
  }
  .center-h1:lang(da-dk) {
    font-size: 33px;
  }
  .center-h1:lang(nb-no) {
    font-size: 32px;
  }
  .cards-cover:nth-child(2n) {
    padding-right: 0px !important;
    padding-left: 10px !important;
  }
  .cards-cover:nth-child(3n) {
    padding-right: 10px !important;
  }
  .header-hero-section {
    margin: 0px;
  }
  .cards-cover,
  .cards-cover:last-child,
  .cards-cover:nth-child(2n),
  .cards-cover:nth-child(3n) {
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .cards-cover:nth-child(odd) {
    padding-right: 5px !important;
  }
  .cards-cover:nth-child(even) {
    padding-left: 5px !important;
  }
  .footer-brand-name {
    text-align: left !important;
  }
  .footer-title {
    padding-bottom: 5px !important;
  }
  .footer-container {
    padding-top: 30px !important;
  }
  .footer-bottom {
    margin-top: 20px !important;
  }
  /* product overview mobile styles */
  .l-container.product-overview {
    margin-left: 6px;
    margin-right: 6px;
  }
  .product-cards > .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .category-products:nth-child(odd) {
    padding-right: 7px;
  }
  .category-products:nth-child(even) {
    padding-left: 7px;
  }
  .category-products .product-card .product-image {
    height: 150px;
    width: 135px;
  }
  .category-products .product-card .product-card-header h2,
  .category-products .product-card .product-card-header h3 {
    margin-left: 11px;
    display: inline-block;
    word-break: break-word;
  }
  .category-products .product-card-content .content {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 11px;
  }
  .category-products .product-card-content .product-card-bottom-links {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .category-products .link-right {
    margin-right: 0px;
    float: none;
    margin-left: 11px;
  }
  .category-products .link-left {
    margin-left: 11px;
    margin-bottom: 10px;
  }
  a.add-to-compare::before {
    padding-right: 5px;
  }
  .category-products a.details-cta::after {
    padding-left: 5px;
  }
}
/*blog landing end*/
/* SHARE MODAL */
#share-modal-container {
  margin: 0;
  margin-top: 0;
}
#share-modal .modal-body.modal-container {
  margin: 0;
}
.modal .shareIcon span,
.modal .exportButton span {
  padding-top: 6px;
  display: block;
  font-size: 12px;
  color: rgba(85, 85, 85, 0.8);
  line-height: 24px;
}
.modal .url-box {
  color: #000;
  /*background-color: #f5f5f5;*/
  /*padding: 20px;*/
  display: inline-block;
  width: 100%;
}
.modal .url-box .url-text {
  width: 85%;
  display: inline-block;
  /*float: left;*/
  text-overflow: ellipsis;
  overflow: hidden;
  /* height: 40px; */
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: rgba(85, 87, 89, 0.8);
  white-space: nowrap;
  border: 1px solid #ccc !important;
  background-color: #ffffff;
  padding: 8px 0px 8px 0px;
}
.modal .url-box .btn {
  min-width: 168px;
  color: #555;
  text-shadow: none;
  background: #ffa600;
  border: none;
  letter-spacing: 0;
  padding: 9px;
  float: none;
}
.modal .url-box .btn:focus,
.modal .url-box .btn:hover {
  background: #f39e00 !important;
  color: #555;
  border: none !important;
}
.modal .shareIcon {
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
  margin-bottom: 30px;
}
.modal .shareIcon img {
  /*width: 33px !important;*/
  height: 33px !important;
  cursor: pointer;
  margin: 0 auto;
  cursor: pointer;
}
.modal .shareIcon#pdfExport img {
  /*width: 34px !important;*/
  height: 34px !important;
}
.modal .shareIcon#csvExport img {
  /*width: 34px !important;*/
  height: 34px !important;
}
.modal .shareIcon#emailShare img {
  width: 33px !important;
  height: 33px !important;
}
.modal .shareIcon#twitterShare img {
  width: 33px !important;
  height: 33px !important;
}
.modal .shareIcon span {
  cursor: pointer;
}
.category-combine {
  position: relative;
  overflow: hidden;
  margin: 0px -15px;
}
.category-combine::before {
  content: '';
  display: block;
  width: calc(100% + 30px);
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -15px;
  top: 0px;
  z-index: -1;
}
.category-combine-img {
  position: absolute;
  margin: 0 -15px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: auto !important;
  max-width: none;
}
.category-combine::after {
  content: '';
  display: block;
  background: white;
  width: 100%;
  height: 450px;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
.category .card-body a {
  position: relative;
}
.category .card-body a::after {
  position: relative;
  /*right: -15px;*/
  left: auto !important;
  height: 14px !important;
}
body.pt .category .card-body a::after,
body.nl .category .card-body a::after {
  position: relative;
}
.videoWrapper {
  /*margin-bottom: 0 !important;*/
}
.videoWrapper .img-cover {
  height: auto;
}
.videoWrapper .play-icon.video-btn {
  top: 50%;
}
#videoModal .close {
  right: -25px;
  top: -5px;
  position: absolute;
  font-size: 2em;
}
#videoModal .modal-body {
  position: relative;
  padding: 0;
}
#videoModal .modal-backdrop {
  background: #2c2522;
}
#videoModal .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  top: 40%;
  transform: translateY(-60%) !important;
  padding: 0px 20px;
}
.img-cover {
  background-color: #d8d8d8;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.49);
  height: auto;
}
.img-cover img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.play-icon {
  position: absolute !important;
  width: 57px !important;
  height: 80px !important;
  z-index: 2 !important;
  min-height: 80px !important;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.instagram_tags {
  font-family: 'Johnston ITC Std Bold';
  font-size: 18px;
  color: #1d1d1b;
  letter-spacing: -0.69px;
  line-height: 28px;
}
.instagram_section .title::before {
  content: '';
  background: url(/_assets/icons/instagram-sketched.png) no-repeat;
  width: 40px;
  height: 41px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: -2px;
}
ol.breadcrumb {
  margin-left: 10px !important;
}
.breadcrumb {
  margin-bottom: 0px !important;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  right: 0px;
  content: '';
  width: 4.8px;
  background: url(/_assets/icons/chevron-right-gray.svg) no-repeat center center;
  display: inline-block;
  border: none !important;
  top: 4px;
  padding-right: 21px;
  height: 8px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem !important;
}
.breadcrumb-item-back::before {
  position: relative;
  right: 0px;
  content: '';
  width: 4.8px;
  background: url(/_assets/icons/chevron-right-gray.svg) no-repeat center center;
  display: inline-block;
  border: none !important;
  top: -1px;
  padding-right: 13px;
  height: 8px;
  transform: scaleX(-1);
}
/*start pdf list component*/
a.pdf-item {
  font-size: 20px;
  background: url(/_assets/icons/pdf.svg) left center no-repeat;
  padding-left: 25px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
}
a.pdf-item span {
  display: block;
  margin-left: 25px;
  font-size: 14px;
}
/*end pdf list component*/
#open-filter-img {
  height: 40px;
  width: 40px;
  margin-left: 10px;
}
#open-filter {
  display: block;
  float: right;
  margin-right: 10px;
  color: #009fe3;
  text-decoration: underline;
}
.row.open-filter {
  display: flow-root;
}
.footer-links,
.footer-links a {
  display: block;
  opacity: 0.8;
  padding-bottom: 10px;
}
.c-footer {
  margin-top: 0px !important;
  padding: 0px !important;
  background: #f6f6f6 !important;
}
.footer-container {
  padding-top: 85px;
}
.footer-title {
  padding-bottom: 20px;
}
.social-media-links .social-media {
  display: inline-block;
}
.navbar-toggler .fa {
  color: #8b8d8d;
}
ul.social-media-links {
  position: static !important;
  right: 0px !important;
  top: 0px !important;
}
.footer-bottom {
  border-top: 1px solid #e3e3e3;
  margin-top: 40px;
}
.footer-brand-name {
  text-align: right;
}
.social-media-links .social-media .social {
  width: auto !important;
  padding-right: 20px;
  display: block;
  height: 22px;
}
.footer-block,
.policy-block {
  max-width: auto;
}
.footer-block .country-icon {
  filter: none !important;
}
.read-more {
  line-height: 30px;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  padding-top: 12px !important;
}
.read-more.button.simple {
  width: 200px !important;
}
body.pt .read-more.button.simple,
body.de .read-more.button.simple,
body.ch-de .read-more.button.simple {
  width: 250px !important;
}
.news-block-slider .swiper-container {
  padding: 2px 0px;
}
#shimano-dealer-locator h1 {
  font-family: 'Johnston ITC Std Bold' !important;
  line-height: 40px !important;
  margin: 0px !important;
  padding-top: 0px !important;
}
#shimano-dealer-locator h1::after {
  margin-bottom: 0px !important;
}
p.date {
  color: #8b8d8d;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introduction-paragraph p {
  font-size: 16px;
  font-family: 'Johnston ITC Std Bold';
  line-height: 26px;
  letter-spacing: normal;
}
span.introduction-paragraph {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3e3e3;
}
a.back-parent-link {
  color: #009fe3;
  font-family: 'Johnston ITC Std Medium';
}
.blog-detail p {
  font-size: 16px;
}
.blog-cta {
  min-width: 190px;
  padding: 15.33px 30.64px 15.33px 29.36px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  background-color: #009fe3;
  border: none;
}
.simple-locator-title {
  margin-bottom: 25px;
}
.block-margin {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cta-row,
  .simple-locator-title {
    margin-left: -7px;
  }
}
.blog-detail h2 {
  font-size: 20px;
  font-family: 'Johnston ITC Std Bold';
}
p.gray.center {
  text-align: center;
  color: #8b8d8d;
  font-size: 14px;
  margin-top: 5px;
  margin-right: 10%;
  margin-left: 10%;
}
.share-article-link {
  color: #009fe3 !important;
  font-family: 'Johnston ITC Std Medium';
}
.blog-detail h2.title {
  font-size: 30px;
  letter-spacing: normal;
  font-family: 'Johnston ITC Std Bold';
  text-align: left;
  color: #009fe3;
  line-height: 40px;
}
.blog-detail h2.author-title {
  font-size: 40px;
  white-space: break-spaces;
  line-height: 46px;
  margin-bottom: 20px;
}
.blog-detail .author-image-wrapper img {
  margin-right: 20px;
}
.masthead {
  height: 100%;
  width: 100%;
  background-size: contain !important;
}
.image-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.image-block p.gray.center {
  margin-right: 10%;
  margin-left: 10%;
}
.usp-block ul li {
  margin-bottom: 27px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Johnston ITC Std Bold';
  display: flex;
}
img.usp-icon {
  margin-right: 14px;
  margin-bottom: 35px;
}
.usp-block .title {
  margin-bottom: 60px;
}
/* ------ Instruction Videos -------*/
.text-atom .video-order {
  display: inline-block;
}
.text-atom .video-order iframe {
  width: 260px;
  height: 170px;
  margin: 5px;
}
a.filter-added {
  font-family: 'Johnston ITC Std Bold';
  text-transform: uppercase;
}
#disciplineList li {
  position: relative;
  overflow: hidden;
}
#disciplineList li.active::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  /*background: rgba(0, 0, 0, 0.3);*/
  z-index: 3;
  position: absolute;
  left: 0px;
}
#disciplineList li a {
  z-index: 3;
  position: relative;
}
#disciplineList li a.filter-removed {
  display: none;
}
#disciplineList li.active a.filter-removed {
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0px;
}
#articleTypes li.active {
  border-color: #009fe3;
  color: #009fe3;
}
#articleTypes li.active a {
  color: #009fe3 !important;
}
.blog-filter-block .blog-filter ul li:first-child::before {
  display: none !important;
  background: none !important;
}
.blog-filter-block .blog-filter ul li.active:first-child {
  background: #009fe3;
  color: #009fe3 !important;
  border-color: #009fe3 !important;
}
.blog-filter-block .blog-filter ul li.active:first-child a {
  color: white !important;
  font-weight: 600;
  border-color: #009fe3 !important;
}
.blog-filter-block .blog-filter ul li.active {
  border-color: rgba(0, 0, 0, 0.3);
}
.active-instructions {
  border-color: #009fe3 !important;
}
.evidon-prefdiag-background {
  height: 100vh;
  background: red;
  z-index: 9991;
  min-height: 100%;
  position: fixed;
}
.evidon-prefdiag-overlay {
  z-index: 9992;
}
.category-products-block .read-more__link {
  text-align: left;
  position: relative;
}
.category-products-block .read-more__link::after {
  /*right: 0px !important;*/
}
.dist-contact {
  padding-bottom: 20px;
}
.dist-info b {
  font-family: 'Johnston ITC Std Bold';
  color: #1d1d1b;
  font-size: 16px;
}
.dist-info a {
  color: #009fe3;
  font-family: 'Johnston ITC Std Medium';
  font-size: 16px;
  margin-bottom: 30px;
}
.dist-contact p {
  font-family: 'Johnston ITC Std Medium';
  font-size: 16px;
  margin-bottom: 30px;
}
.bold-black-title {
  font-family: 'Johnston ITC Std Bold';
  font-size: 22px;
  line-height: 26px;
}
.add-swoosh-overlay:before {
  content: '';
  position: absolute;
  background: url(/_assets/images/swoosh-pro_offroad-green.png) no-repeat;
  width: 100%;
  height: 70%;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.6;
}
.carousel-item.add-swoosh-overlay:before {
  height: 100%;
}
.add-swoosh-overlay {
  position: relative;
}
/*spec filter for hatch starts*/
.product-specification-filters-container .specList span {
  box-sizing: border-box;
  border: 2px solid #8b8d8d;
  border-radius: 100px;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
  margin-right: 3px;
}
.product-specification-filters-container .specification-filter-item {
  color: #1d1d1b;
  font-family: 'Johnston ITC Std';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.product-specification-filters-container .speclist-header {
  color: #1d1d1b;
  font-family: 'Johnston ITC Std';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  margin: 15px 0;
}
.product-specification-filters-container
  .product-color-catalog
  .product-color-container.active
  .product-color-dot {
  box-shadow: 0 0 0 2px #000;
}
.product-specification-filters-container
  .product-color-catalog
  .product-color-dot {
  border: 3px solid #fff;
  border-radius: 18px;
  height: 29px;
  width: 29px;
  margin: 2px 8px 2px 2px;
  display: block;
}
.product-specification-filters-container
  .product-color-catalog
  .product-color-container.active
  .product-color-desc {
  display: block;
}
.product-specification-filters-container
  .product-color-catalog
  .product-color-desc {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  width: 34px;
  text-align: center;
}
.product-specification-filters-container
  .product-color-catalog
  .product-color-container {
  cursor: pointer;
  margin-top: 20px;
}
.product-specification-filters-container .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.partnumber-spec-holder {
  display: none;
}
.product-specification-filters-container
  .product-specification-filters
  .disabled {
  color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.product-specification-filters-container
  .product-specification-filters
  .clicked {
  border-color: #009fe3;
  color: #fff;
  background-color: #007aff;
}
.product-detail .btn {
  border: 2px solid #009fe3 !important;
  border-radius: 2px !important;
  color: #009fe3 !important;
  font-family: 'Johnston ITC Std' !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 16px !important;
  height: 44px !important;
  width: 238px !important;
  padding: 13px !important;
  margin: 0 !important;
  margin-top: 15px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  background-color: #fff !important;
}
.product-detail .btn.disabled,
.comp-footer .btn.disabled {
  border-color: #ccc !important;
  color: #ccc !important;
  cursor: not-allowed !important;
}
.product-detail .top-cta,
.comp-footer {
  position: relative;
}
.product-detail .top-cta .buy-now,
.product-detail .top-cta .disabled,
.comp-footer .btn.disabled {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-footer .btn.disabled {
  position: absolute;
  left: 20px;
  top: 20px;
  margin-top: 0 !important;
  font-family: 'Johnston ITC Std' !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 16px !important;
  height: 44px !important;
  width: 238px !important;
  padding: 13px !important;
  margin: 0 !important;
  margin-top: 15px !important;
  text-transform: uppercase !important;
  text-align: center !important;
}
/*spec filter for hatch ends*/
/* Shimano Headers Guideline */
.simple-article-wrapper h1,
.simple-article-wrapper h2,
.simple-article-wrapper h3,
.simple-article-wrapper h4 {
  /* font-family: 'Johnston ITC Pro' !important; */
  font-weight: bold !important;
  color: #009fe3 !important;
}
.simple-article-wrapper h1 {
  font-size: 52px !important;
  letter-spacing: -2px !important;
  text-align: left !important;
}
.simple-article-wrapper h2 {
  font-size: 31px !important;
  line-height: 33px !important;
  letter-spacing: -1px !important;
}
.simple-article-wrapper h3 {
  font-size: 25px !important;
  line-height: 33px !important;
  letter-spacing: -1px !important;
}
.simple-article-wrapper h4 {
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}
/* End Shimano Headers Guideline */
.embed-content .title {
  font-family: 'Johnston ITC Std Bold';
  color: #009fe3;
  font-size: 52px;
  margin-bottom: 40px;
}
.embed-content .row {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .embed-content,
  .embed-content .row {
    margin-left: auto;
    margin-right: auto;
  }
}
/* OVERLAY CSS*/
.bkg__overlay {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0px;
  pointer-events: none;
}
.bkg__overlay--white {
  background-color: var(--white);
}
.bkg__overlay--ice {
  background-color: var(--ice);
}
.bkg__overlay--light-gray {
  background-color: var(--light-gray);
}
.bkg__overlay--tundora {
  background-color: var(--tundora);
}
.bkg__overlay---gray {
  background-color: var(--gray);
}
.bkg__overlay--dark-gray {
  background-color: var(--dark-gray);
}
.bkg__overlay--black {
  background-color: var(--black);
}
.bkg__overlay--blue {
  background-color: var(--blue);
}
.bkg__overlay--weight-heavy {
  opacity: 80%;
}
.bkg__overlay--weight-medium {
  opacity: 60%;
}
.bkg__overlay--weight-light {
  opacity: 30%;
}
.bkg__overlay--gradient-left-to-right.bkg__overlay--white {
  background: linear-gradient(to right, var(--white) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-to-right.bkg__overlay--ice {
  background: linear-gradient(to right, var(--ice) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-to-right.bkg__overlay--light-gray {
  background: linear-gradient(to right, var(--light-gray) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-to-right.bkg__overlay--tundora {
  background: linear-gradient(to right, var(--tundora) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-to-right.bkg__overlay--gray {
  background: linear-gradient(to right, var(--gray) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-to-right.bkg__overlay--dark-gray {
  background: linear-gradient(to right, var(--dark-gray) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-to-right.bkg__overlay--black {
  background: linear-gradient(to right, var(--black) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-to-right.bkg__overlay--blue {
  background: linear-gradient(to right, var(--blue) 0%, transparent 100%);
}
.bkg__overlay--gradient-right-to-left.bkg__overlay--white {
  background: linear-gradient(to right, transparent 0%, var(--white) 100%);
}
.bkg__overlay--gradient-right-to-left.bkg__overlay--ice {
  background: linear-gradient(to right, transparent 0%, var(--ice) 100%);
}
.bkg__overlay--gradient-right-to-left.bkg__overlay--light-gray {
  background: linear-gradient(to right, transparent 0%, var(--light-gray) 100%);
}
.bkg__overlay--gradient-right-to-left.bkg__overlay--tundora {
  background: linear-gradient(to right, transparent 0%, var(--tundora) 100%);
}
.bkg__overlay--gradient-right-to-left.bkg__overlay--gray {
  background: linear-gradient(to right, transparent 0%, var(--gray) 100%);
}
.bkg__overlay--gradient-right-to-left.bkg__overlay--dark-gray {
  background: linear-gradient(to right, transparent 0%, var(--dark-gray) 100%);
}
.bkg__overlay--gradient-right-to-left.bkg__overlay--black {
  background: linear-gradient(to right, transparent 0%, var(--black) 100%);
}
.bkg__overlay--gradient-right-to-left.bkg__overlay--blue {
  background: linear-gradient(to right, transparent 0%, var(--blue) 100%);
}
.bkg__overlay--gradient-bottom--to-top.bkg__overlay--white {
  background: linear-gradient(to bottom, transparent 0%, var(--white) 100%);
}
.bkg__overlay--gradient-bottom--to-top.bkg__overlay--ice {
  background: linear-gradient(to bottom, transparent 0%, var(--ice) 100%);
}
.bkg__overlay--gradient-bottom--to-top.bkg__overlay--light-gray {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--light-gray) 100%
  );
}
.bkg__overlay--gradient-bottom--to-top.bkg__overlay--tundora {
  background: linear-gradient(to bottom, transparent 0%, var(--tundora) 100%);
}
.bkg__overlay--gradient-bottom--to-top.bkg__overlay--gray {
  background: linear-gradient(to bottom, transparent 0%, var(--gray) 100%);
}
.bkg__overlay--gradient-bottom--to-top.bkg__overlay--dark-gray {
  background: linear-gradient(to bottom, transparent 0%, var(--dark-gray) 100%);
}
.bkg__overlay--gradient-bottom--to-top.bkg__overlay--black {
  background: linear-gradient(to bottom, transparent 0%, var(--black) 100%);
}
.bkg__overlay--gradient-bottom--to-top.bkg__overlay--blue {
  background: linear-gradient(to bottom, transparent 0%, var(--blue) 100%);
}
.bkg__overlay--gradient-top-to-bottom.bkg__overlay--white {
  background: linear-gradient(to bottom, var(--white) 0%, transparent 100%);
}
.bkg__overlay--gradient-top-to-bottom.bkg__overlay--ice {
  background: linear-gradient(to bottom, var(--ice) 0%, transparent 100%);
}
.bkg__overlay--gradient-top-to-bottom.bkg__overlay--light-gray {
  background: linear-gradient(
    to bottom,
    var(--light-gray) 0%,
    transparent 100%
  );
}
.bkg__overlay--gradient-top-to-bottom.bkg__overlay--tundora {
  background: linear-gradient(to bottom, var(--tundora) 0%, transparent 100%);
}
.bkg__overlay--gradient-top-to-bottom.bkg__overlay--gray {
  background: linear-gradient(to bottom, var(--gray) 0%, transparent 100%);
}
.bkg__overlay--gradient-top-to-bottom.bkg__overlay--dark-gray {
  background: linear-gradient(to bottom, var(--dark-gray) 0%, transparent 100%);
}
.bkg__overlay--gradient-top-to-bottom.bkg__overlay--black {
  background: linear-gradient(to bottom, var(--black) 0%, transparent 100%);
}
.bkg__overlay--gradient-top-to-bottom.bkg__overlay--blue {
  background: linear-gradient(to bottom, var(--blue) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-top-to-bottom-right.bkg__overlay--white {
  background: linear-gradient(135deg, var(--white) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-top-to-bottom-right.bkg__overlay--ice {
  background: linear-gradient(135deg, var(--ice) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-top-to-bottom-right.bkg__overlay--light-gray {
  background: linear-gradient(135deg, var(--light-gray) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-top-to-bottom-right.bkg__overlay--tundora {
  background: linear-gradient(135deg, var(--tundora) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-top-to-bottom-right.bkg__overlay--gray {
  background: linear-gradient(135deg, var(--gray) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-top-to-bottom-right.bkg__overlay--dark-gray {
  background: linear-gradient(135deg, var(--dark-gray) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-top-to-bottom-right.bkg__overlay--black {
  background: linear-gradient(135deg, var(--black) 0%, transparent 100%);
}
.bkg__overlay--gradient-left-top-to-bottom-right.bkg__overlay--blue {
  background: linear-gradient(135deg, var(--blue) 0%, transparent 100%);
}
.bkg__overlay--gradient-bottom-right-to-left-top.bkg__overlay--white {
  background: linear-gradient(135deg, transparent 0%, var(--white) 100%);
}
.bkg__overlay--gradient-bottom-right-to-left-top.bkg__overlay--ice {
  background: linear-gradient(135deg, transparent 0%, var(--ice) 100%);
}
.bkg__overlay--gradient-bottom-right-to-left-top.bkg__overlay--light-gray {
  background: linear-gradient(135deg, transparent 0%, var(--light-gray) 100%);
}
.bkg__overlay--gradient-bottom-right-to-left-top.bkg__overlay--tundora {
  background: linear-gradient(135deg, transparent 0%, var(--tundora) 100%);
}
.bkg__overlay--gradient-bottom-right-to-left-top.bkg__overlay--gray {
  background: linear-gradient(135deg, transparent 0%, var(--gray) 100%);
}
.bkg__overlay--gradient-bottom-right-to-left-top.bkg__overlay--dark-gray {
  background: linear-gradient(135deg, transparent 0%, var(--dark-gray) 100%);
}
.bkg__overlay--gradient-bottom-right-to-left-top.bkg__overlay--black {
  background: linear-gradient(135deg, transparent 0%, var(--black) 100%);
}
.bkg__overlay--gradient-bottom-right-to-left-top.bkg__overlay--blue {
  background: linear-gradient(135deg, transparent 0%, var(--blue) 100%);
}
/* END of OVERLAY CSS*/