@charset "UTF-8";
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/media/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf") format("truetype");
}
.iris-blue {
  color: #0a4479;
}

html, body {
  height: auto;
  max-width: 100vw;
  overflow-x: hidden;
}

img {
  opacity: 1;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

main {
  display: block;
}

/*
@import 'typography';
@import 'flex-grid';
@import 'homeStage';
@import 'card';
@import 'slider';
@import "buttons";
@import "accordion";
 */
.headline {
  font-family: "Fira Sans", sans-serif;
}

.headline__main {
  font-size: 55px;
  font-weight: 200;
  line-height: 1.1em;
  color: #0a4479;
  margin-bottom: 2rem;
}

.lead {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #0a4479;
}

p {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #0a4479;
  line-height: 27px;
}

h1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 55px;
  font-weight: 200;
  line-height: 1.1em;
  color: #0a4479;
  margin-bottom: 2rem;
}

h2 {
  font-family: "Fira Sans", sans-serif;
  color: #0a4479;
  font-size: 38px;
  line-height: 53px;
  font-weight: 600;
}

h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #0a4479;
}

h6 {
  font-family: "Fira Sans", sans-serif;
  color: #398bcb;
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 5px;
}

.f-grid {
  display: flex;
  flex-wrap: wrap;
}

.f-grid__item {
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}

@media all and (min-width: 769px) {
  .f-grid__item {
    width: 50%;
  }
}
@media all and (min-width: 1200px) {
  .f-grid__item {
    width: 33.33%;
  }
}
.f-grid__item:hover .card {
  background: #398bcb;
  color: #fff;
}

.f-grid__item:hover .card__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.f-grid__item:hover .card p {
  color: #fff;
}

.f-grid__item:hover .card .more-link {
  color: #fff;
}

.f-grid__item:hover .card .btn__light {
  border-color: #fff;
  background: #fff;
  color: #398bcb;
}

.f-grid__item:hover .card__title {
  color: #ffffff;
}

.stage {
  width: 100%;
  margin: 5rem 0;
  position: relative;
  max-height: 64rem;
}

@media screen and (min-width: 1200px) {
  .stage {
    min-height: 420px;
  }
}
.stage__content {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.stage__content .container {
  position: relative;
}

.stage__content .grid12-6 {
  margin-left: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .stage__content .grid12-6 {
    width: 100%;
  }
}
.stage__content .bulb-container {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}

.stage__content .bulb-svg {
  opacity: 0;
}

.stage__content .bulb-svg-normal {
  opacity: 1;
}

.stage__content .container:hover .bulb-svg {
  opacity: 1;
}

.stage__content .container:hover .bulb-svg-normal {
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .stage__content .bulb-svg,
  .stage__content .bulb-svg-normal {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .stage__content .container {
    padding-bottom: 100px;
  }
}
.stage__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stage__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

@media screen and (min-width: 1200px) {
  .stage {
    margin: 5rem auto;
  }
}
.blog_slider {
  display: flex;
}

.slide_item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.card {
  width: 100%;
  border-radius: 1.5rem;
  padding: 3rem;
  background: #fff;
  height: 100%;
  display: block;
  margin: 1rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #0a4479;
}

.card p:not(.btn) {
  margin-bottom: 25px;
}

.card--nospacing {
  margin: 0;
  padding-bottom: calc(5rem + 40px);
}

.card--background {
  position: relative;
}

.card--background h3, .card--background p {
  color: #ffffff;
}

.card--background:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-out;
}

.card--background > div:not(.card__footer) {
  position: relative;
}

.card--background .card__icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.card--background .btn__light {
  border-color: #ffffff;
  color: #ffffff;
}

.card--background:hover:before {
  background: rgba(0, 0, 0, 0.7);
}

.card__tag {
  background: #398bcb;
  color: #fff;
  border-radius: 3rem;
  text-align: center;
  max-width: 40%;
  line-height: 17px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 10px;
}

.card__header {
  position: relative;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .card__header {
    height: 130px;
  }
}
.card__header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.card__header:after {
  display: block;
  content: "";
  clear: both;
}

.card__header > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card__header--noratio:before {
  content: none;
}

.card__title {
  word-break: break-word;
  text-align: center;
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .card__title {
    width: 65%;
    float: left;
    text-align: left;
  }
}
.card__icon {
  object-fit: contain;
  max-height: 90px;
}

@media screen and (min-width: 992px) {
  .card__icon {
    width: 30%;
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .card__icon {
    margin: 0 auto;
    display: block;
  }
}
.card__chip {
  padding: 0.5rem;
  background: #398bcb;
  color: #fff;
  border: 1.5rem;
}

.card__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.card__headline {
  min-height: 3rem;
  width: 100%;
}

.card__headline--blog {
  min-height: auto;
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
}

.card__description > p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card__button {
  width: calc(50% - 11px);
  padding: 5px 0 !important;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

.card__button.first {
  width: 66%;
}

.card__footer {
  position: absolute;
  bottom: 3rem;
  width: calc(100% - 6rem);
  right: 3rem;
  left: 3rem;
}

.card__footer .card__button {
  transition: none;
}

@media screen and (max-width: 991px) {
  .card__footer .card__button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .card {
    padding-bottom: calc(3rem + 90px);
  }
}
.card__tblog__post-headerag .post-category {
  color: #ffffff;
  text-transform: uppercase;
  background: #398bcb;
  padding: 2px 10px;
  margin-right: 5px;
  border-radius: 3rem;
  line-height: 17px;
  font-size: 12px;
  opacity: 1;
  white-space: nowrap;
}

.blog_slider {
  margin-bottom: 5rem;
}

.blog_slider .owl-wrapper-outer {
  overflow: visible;
}

.blog_slider .owl-wrapper {
  display: flex !important;
}

.blog_slider .owl-wrapper .owl-item {
  opacity: 0.5;
  position: relative;
}

.blog_slider .owl-wrapper .owl-item:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.blog_slider .owl-wrapper .owl-item a:hover {
  cursor: default;
  color: #0a4479;
}

.blog_slider .owl-wrapper .owl-item a:hover p.btn__light {
  background: none;
  color: #398bcb;
}

.blog_slider .owl-wrapper .owl-item.active {
  opacity: 1;
}

.blog_slider .owl-wrapper .owl-item.active:before {
  display: none;
}

.blog_slider .owl-wrapper .owl-item.active a:hover {
  cursor: pointer;
  color: #398bcb;
}

.blog_slider .owl-wrapper .owl-item.active a:hover p.btn__light {
  background: #398bcb;
  color: #fff;
}

.blog_slider .owl-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.blog_slider .owl-controls .owl-next {
  position: absolute;
  right: -55px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  height: 45px;
  width: 45px;
}

@media screen and (max-width: 767px) {
  .blog_slider .owl-controls .owl-next {
    right: -15px;
  }
}
.blog_slider .owl-controls .owl-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 36px;
  line-height: 45px;
  color: #387bb2;
}

.blog_slider .owl-controls .owl-next:hover {
  background: #387bb2;
}

.blog_slider .owl-controls .owl-next:hover:before {
  color: #fff;
}

.blog_slider .owl-controls .owl-prev {
  position: absolute;
  left: -55px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  height: 45px;
  width: 45px;
}

@media screen and (max-width: 767px) {
  .blog_slider .owl-controls .owl-prev {
    left: -15px;
  }
}
.blog_slider .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 36px;
  line-height: 45px;
  color: #387bb2;
}

.blog_slider .owl-controls .owl-prev:hover {
  background: #387bb2;
}

.blog_slider .owl-controls .owl-prev:hover:before {
  color: #fff;
}

.btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}

.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn__blue {
  background: #398bcb;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
}

.btn__blue:hover {
  background: #387bb2;
  color: #fff;
}

.btn__homestage {
  padding: 12px 48px;
  margin-top: 10px;
}

.btn__light {
  border: 2px solid #398bcb;
  color: #398bcb;
  font-size: 14px;
  line-height: 23px !important;
  padding: 5px 28px;
  display: inline-block;
  background: none;
  text-align: center;
}

.btn__light:hover {
  background: #398bcb;
  color: #ffffff;
}

.btn__dark {
  background: #0a4479;
  display: inline-block;
  font-size: 16px;
  line-height: 23px !important;
  padding: 12px 48px;
  color: #fff;
  font-weight: 400;
}

.btn__dark:hover {
  background: #398bcb;
  color: #fff;
}

.btn__blog {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  width: calc(100% - 21rem);
}

.accordion {
  color: #0a4479;
}

.accordion__title {
  font-size: 36px;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.accordion__title:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}

.accordion div[data-role=content] {
  margin-bottom: 30px;
}

.accordion div[aria-expanded=true] .accordion__title:after {
  content: "\f106";
}

body {
  font-family: "Fira Sans", georgia, serif;
  background-size: 100%;
}
body .action {
  border-radius: 1.5rem;
}
body .main.container {
  background: transparent;
}
body .main-container {
  background: #F0F0F0;
}
body .header-m-top-container {
  display: none;
}
body .header-container .nav-holder .dropdown-block .dropdown-heading {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  body .header-container .nav-holder .dropdown-block .dropdown-heading {
    font-size: 18px;
  }
}
body .header-container .hp-blocks-holder .hp-block {
  vertical-align: bottom;
}
body .header-container .hp-blocks-holder .hp-block.right-column .item:first-child {
  float: right;
}
body .header-container .hp-blocks-holder .hp-block.right-column .item:first-child .lang-switcher-not-dropdown {
  margin-top: 8px;
}
body .header-container .hp-blocks-holder .hp-block.right-column .item:first-child .lang-switcher-not-dropdown a {
  display: inline-block;
  line-height: 0;
  opacity: 0.4;
  transition: opacity 300ms ease;
  padding: 3px 5px;
}
@media screen and (max-width: 767px) {
  body .header-container .hp-blocks-holder .hp-block.right-column .item:first-child .lang-switcher-not-dropdown a {
    padding: 0;
  }
}
body .header-container .hp-blocks-holder .hp-block.right-column .item:first-child .lang-switcher-not-dropdown a:first-child, body .header-container .hp-blocks-holder .hp-block.right-column .item:first-child .lang-switcher-not-dropdown a:hover {
  opacity: 1;
}
body .header-container .hp-blocks-holder .hp-block.right-column #mini-cart .item {
  float: none;
}
body .header-container .hp-blocks-holder .hp-block.right-column #mini-cart .item .item-qty {
  width: 30px;
  height: auto;
  padding: 0;
  margin: 0;
}
body .header-container .hp-blocks-holder .hp-block.right-column #mini-cart .item .update-cart-item {
  line-height: 6px;
}
@media only screen and (min-width: 770px) {
  body .header-container .hp-blocks-holder .hp-block.right-column .item.item1 {
    margin-bottom: 10px;
    height: 36px;
  }
  body .header-container .hp-blocks-holder .hp-block.right-column #mini-cart-spacer {
    display: inline-block;
    margin-right: 163px;
  }
  html[lang=en-US] body .header-container .hp-blocks-holder .hp-block.right-column #mini-cart-spacer {
    margin-right: 108px;
  }
  html[lang=fr-FR] body .header-container .hp-blocks-holder .hp-block.right-column #mini-cart-spacer {
    margin-right: 108px;
  }
  html[lang=es-ES] body .header-container .hp-blocks-holder .hp-block.right-column #mini-cart-spacer {
    margin-right: 108px;
  }
  body .header-container .hp-blocks-holder .hp-block.right-column .minicart-wrapper.mini-cart.dropdown-block + #mini-cart-spacer {
    margin-right: 0;
  }
}
body .header-container .right-column .user-menu .no-display {
  display: none;
}
body .header-container .right-column .user-menu .no-display.no-display-reset {
  display: inherit;
}
body .header-container .right-column .user-menu .top-links ul {
  text-transform: uppercase;
}
body .header-container .right-column .user-menu .top-links ul li > * {
  padding: 0px 1.5em;
  font-size: 1.2rem;
}
body .header-container .left-column .item.link.compare {
  display: none;
}
body .header-container .header .logo-wrapper {
  padding: 10px 0;
}
body .header-container .header .logo-wrapper .logo {
  margin: 0;
}
body .header-container .header .logo-wrapper .logo img {
  max-width: 216px;
  display: block;
}
body .header-container .header .logo-wrapper--mobile img {
  width: auto;
}
body .header-container .header .logo-wrapper--mobile .nav-toggle {
  display: none;
}
@media screen and (min-width: 770px) {
  body .header-container .header-primary.header.container {
    position: relative;
    z-index: 5;
  }
}
body .header-container .header-primary.header.container .nav-container {
  padding: 0;
}
body .header-container #menuoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  transition: opacity 300ms ease;
  opacity: 0;
}
body .header-container #menuoverlay.fade {
  opacity: 0.8;
}
body .header-container .navi-wrapper li.nav-holder .dropdown-block .dropdown-heading {
  color: #0a4479;
}
body .header-container .navi-wrapper li.nav-holder .dropdown-block .dropdown-heading:hover {
  color: #398bcb;
}
body .header-container .navi-wrapper li.nav-holder .dropdown-block.open a.action {
  border-radius: 0;
}
body .header-container .navi-wrapper li.nav-holder .dropdown-block > .dropdown-heading.cover {
  box-shadow: none;
}
body .header-container .nav-regular li.nav-item a {
  padding: 0 21px;
}
body .header-container .nav-regular .nav-panel--dropdown {
  overflow-y: auto;
  max-height: 85vh;
}
body .header-container .nav-regular .nav-submenu--mega {
  display: flex;
  flex-wrap: wrap;
}
body .header-container .nav-regular .nav-submenu--mega > .nav-item {
  width: 23%;
  margin-bottom: 15px;
}
body .header-container .nav-regular .nav-submenu--mega > .nav-item > a, body .header-container .nav-regular .nav-submenu--mega > .nav-item a.navi-image-panel + .nav-panel > .nav-item > a, body .header-container .nav-regular .nav-submenu--mega > .nav-item a.navi-image-panel + .opener + .nav-panel > .nav-item > a {
  color: #398bcb;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 28px;
  font-weight: 500;
}
body .header-container .nav-regular .nav-submenu--mega a.first-with-margin {
  margin-bottom: 10px;
}
body .header-container .nav-regular .nav-submenu--mega ul.with-caret > li.nav-item a {
  padding-left: 20px;
}
body .header-container .nav-regular .nav-submenu--mega ul.with-caret > li.nav-item a .caret {
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 1;
  display: block;
}
body .header-container .nav-regular .nav-submenu--mega > .nav-item p.navi-description-panel,
body .header-container .nav-mobile .nav-submenu--mega > .nav-item p.navi-description-panel {
  padding-left: 21px;
}
body .header-container .nav-regular .nav-submenu--mega > .nav-item p.navi-description-panel a,
body .header-container .nav-mobile .nav-submenu--mega > .nav-item p.navi-description-panel a {
  padding-left: 0 !important;
  color: #398bcb;
}
body .header-container .nav-regular .nav-submenu--mega > .nav-item p.navi-description-panel a:hover,
body .header-container .nav-mobile .nav-submenu--mega > .nav-item p.navi-description-panel a:hover {
  color: #387bb2;
}
body .header-container .nav-regular .nav-submenu--mega > .nav-item .navi-image-panel span,
body .header-container .nav-mobile .nav-submenu--mega > .nav-item .navi-image-panel span {
  display: none;
}
@media screen and (max-width: 991px) {
  body .header-container .nav-regular .nav-submenu--mega > .nav-item p.navi-description-panel,
  body .header-container .nav-mobile .nav-submenu--mega > .nav-item p.navi-description-panel {
    display: none;
  }
  body .header-container .nav-regular .nav-submenu--mega > .nav-item .navi-image-panel span,
  body .header-container .nav-mobile .nav-submenu--mega > .nav-item .navi-image-panel span {
    display: inline;
  }
  body .header-container .nav-regular .nav-submenu--mega > .nav-item .navi-image-panel img,
  body .header-container .nav-mobile .nav-submenu--mega > .nav-item .navi-image-panel img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body .header-container .nav-regular .nav-submenu--mega + .bottom-buttons-panel,
  body .header-container .nav-mobile .nav-submenu--mega + .bottom-buttons-panel {
    display: none;
  }
  body .header-container .nav-regular .nav-submenu--mega a.has-subnavi-to-open,
  body .header-container .nav-mobile .nav-submenu--mega a.has-subnavi-to-open {
    display: none;
  }
  body .header-container .nav-regular .nav-submenu--mega a.has-subnavi-to-open + .opener + ul,
  body .header-container .nav-mobile .nav-submenu--mega a.has-subnavi-to-open + .opener + ul {
    display: block !important;
  }
  body .header-container .nav-regular .nav-submenu--mega a.has-subnavi-to-open + .opener + ul strong,
  body .header-container .nav-mobile .nav-submenu--mega a.has-subnavi-to-open + .opener + ul strong {
    font-weight: normal;
  }
}
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-1-2"]:not(.nav-1-1-2),
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-1-3"]:not(.nav-1-1-3),
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-1-4"]:not(.nav-1-1-4),
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-1-5"]:not(.nav-1-1-5),
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-1-6"]:not(.nav-1-1-6),
body .header-container #mainmenu:not(.nav-mobile) .nav-item.nav-1-1-16,
body .header-container #mainmenu:not(.nav-mobile) .nav-item.nav-1-1-17,
body .header-container #mainmenu:not(.nav-mobile) .nav-item.nav-1-1-18,
body .header-container #mainmenu:not(.nav-mobile) .nav-item.nav-1-1-19,
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-4-9"],
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-4-10"],
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-4-11"],
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-4-12"],
body .header-container #mainmenu:not(.nav-mobile) .nav-item[class^="nav-item level2 nav-1-4-13"] {
  display: none;
}
body .header-container #mainmenu:not(.nav-mobile) .nav-item.level2 .caret, body .header-container #mainmenu:not(.nav-mobile) .nav-item.level2 ul {
  display: none !important;
}
body .header-container #mainmenu:not(.nav-mobile) .action.caret {
  display: inline-block !important;
  color: #0a4479;
}
body .header-container #mainmenu:not(.nav-mobile) .action.caret:hover {
  color: #398bcb;
}
body .header-container #mainmenu:not(.nav-mobile) .action.caret:before {
  content: "\e263";
  vertical-align: middle;
}
body .header-container .nav-1 .nav-block.nav-block--bottom {
  width: auto;
}
body .header-container .nav-panel--dropdown a.action.primary {
  color: #fff;
}
body .header-container #lang-switcher-wrapper-regular {
  display: block;
}
body .header-container #lang-switcher-wrapper-regular a {
  cursor: pointer;
}
body .header-container #lang-switcher-wrapper-regular a[href] {
  display: none;
}
@media screen and (max-width: 769px) {
  body .header-container #lang-switcher-wrapper-regular {
    position: absolute;
    top: 5px;
    right: 20px;
  }
}
body .header-container #currency-switcher-wrapper-regular {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 300ms ease;
}
body .header-container #currency-switcher-wrapper-regular .dropdown-block {
  display: none;
}
body .header-container #currency-switcher-wrapper-regular .lang-switcher-not-dropdown {
  display: none;
}
body .header-container #currency-switcher-wrapper-regular.active {
  opacity: 1;
  z-index: 1000;
  transition: opacity 800ms ease;
}
body .header-container #currency-switcher-wrapper-regular .inner {
  background: #fff url(/pub/static/frontend/Infortis/base/web/images/infortis/_shared/colorbox/loading.gif) no-repeat 240px center;
  width: 775px;
  margin: calc((80vh - 360px) / 2) auto 0;
  height: 360px;
}
body .header-container #currency-switcher-wrapper-regular .inner .text {
  padding: 35px;
  width: 410px;
  background: #fff;
  text-align: left;
}
body .header-container #currency-switcher-wrapper-regular .inner .text h3 {
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: bold;
  color: #0a4479;
}
body .header-container #currency-switcher-wrapper-regular .inner .text p {
  line-height: 1.4em;
}
body .header-container #currency-switcher-wrapper-regular .inner .text label {
  float: left;
  clear: left;
  width: 120px;
}
body .header-container #currency-switcher-wrapper-regular .inner .text select {
  margin-bottom: 10px;
  width: 195px;
  border-color: #0a4479;
}
body .header-container #currency-switcher-wrapper-regular .inner .text .action.primary {
  margin-top: 20px;
}
body .header-container #currency-switcher-wrapper-regular .inner .image {
  float: right;
}
@media screen and (max-width: 991px) {
  body .header-container #currency-switcher-wrapper-regular .inner {
    width: 410px;
    max-width: calc(100% - 20px);
    margin: 10px auto;
    height: auto;
  }
  body .header-container #currency-switcher-wrapper-regular .inner .image {
    display: none;
  }
  body .header-container #currency-switcher-wrapper-regular .inner .text {
    width: auto;
  }
  body .header-container #currency-switcher-wrapper-regular .inner .text h3 {
    font-size: 1.6em;
  }
}
body .header-container #us-tax-note-wrapper-regular {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 300ms ease;
}
body .header-container #us-tax-note-wrapper-regular.active {
  opacity: 1;
  z-index: 1000;
  transition: opacity 800ms ease;
}
body .header-container #us-tax-note-wrapper-regular .inner {
  background: #fff url(/pub/static/frontend/Infortis/base/web/images/infortis/_shared/colorbox/loading.gif) no-repeat 240px center;
  width: 775px;
  margin: calc((80vh - 360px) / 2) auto 0;
  height: 360px;
}
body .header-container #us-tax-note-wrapper-regular .inner .text {
  padding: 35px;
  width: 410px;
  background: #fff;
  text-align: left;
}
body .header-container #us-tax-note-wrapper-regular .inner .text h3 {
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: bold;
  color: #0a4479;
}
body .header-container #us-tax-note-wrapper-regular .inner .text p {
  line-height: 1.4em;
}
body .header-container #us-tax-note-wrapper-regular .inner .text .action.primary {
  margin-top: 20px;
}
body .header-container #us-tax-note-wrapper-regular .inner .image {
  float: right;
}
@media screen and (max-width: 991px) {
  body .header-container #us-tax-note-wrapper-regular .inner {
    width: 410px;
    max-width: calc(100% - 20px);
    margin: 10px auto;
    height: auto;
  }
  body .header-container #us-tax-note-wrapper-regular .inner .image {
    display: none;
  }
  body .header-container #us-tax-note-wrapper-regular .inner .text {
    width: auto;
  }
  body .header-container #us-tax-note-wrapper-regular .inner .text h3 {
    font-size: 1.6em;
  }
}
body .header-container .custom-nav-dropdown-item .grid12-3 .no-gutter-inner {
  border-left: 1px solid #f1f1f1;
  padding: 0 25px;
  min-height: 250px;
}
body .header-container .custom-nav-dropdown-item .grid12-3 .no-gutter-inner h3 {
  color: #0a4479;
  font-weight: bold;
}
body .header-container .custom-nav-dropdown-item .grid12-3 .no-gutter-inner li {
  margin: 0;
}
body .header-container .custom-nav-dropdown-item .grid12-3 .no-gutter-inner li a {
  display: block;
  padding: 2px 0;
}
body .header-container .custom-nav-dropdown-item .grid12-3 .no-gutter-inner li a:before {
  content: "〉";
  font-size: 0.8em;
}
body .header-container .custom-nav-dropdown-item .grid12-3:first-child .no-gutter-inner {
  border-left: 0;
}
body .header-container .nav-regular .nav-panel--dropdown {
  box-shadow: 0 0 10px rgba(126, 126, 126, 0.5);
}
body .header-container.sticky-header .nav-container.simple .inner-container {
  padding: 0 50px !important;
}
body .nav-regular li.level0 > a {
  padding: 0 25px;
  font-size: 3rem !important;
}
@media screen and (max-width: 1199px) {
  body .nav-regular li.level0 > a {
    font-size: 18px !important;
  }
}
body .minicart-wrapper .action.showcart .counter.qty {
  margin: 0;
  background: none;
  color: #0a4479;
  font-size: 36px;
  position: relative;
  width: auto;
  height: auto;
  top: -5px;
}
body .minicart-wrapper .action.showcart .counter.qty .counter-number {
  position: absolute;
  top: 2px;
  left: 23px;
  font-size: 12px;
  color: #fff;
}
body .minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
@media screen and (min-width: 770px) {
  body .minicart-wrapper .action.showcart .counter.qty.empty + .label {
    margin-left: 21px;
  }
}
@media screen and (max-width: 769px) {
  body .minicart-wrapper .action.showcart .counter.qty {
    top: auto;
    font-size: 20px;
  }
  body .minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block;
    position: relative;
    overflow: unset;
  }
  body .minicart-wrapper .action.showcart .counter.qty .counter-number {
    position: relative;
    color: #0a4479;
    top: -3px;
    left: auto;
  }
}
body.searchautocomplete__active .block-search {
  width: 100%;
}
body .header-search-container {
  padding: 10px 0 15px 0;
  z-index: 2;
}
body .header-search-container .inner-container {
  padding-right: 0px;
  padding-left: 0;
}
body .header-search-container #header-search {
  display: none;
  width: 100%;
  vertical-align: top;
}
body .header-search-container #header-search .block-search {
  z-index: 1;
}
body .header-search-container #header-search .block-search .input-text {
  height: 46px;
  line-height: 46px;
  padding-right: 46px;
  width: 100%;
  border-color: #707070;
}
body .header-search-container #header-search .block-search .action.search {
  width: auto;
  height: 46px;
  background: #398bcb;
  border-radius: 1.5rem;
  padding: 0 20px;
  line-height: 46px;
  right: -1px;
  top: -1px;
}
body .header-search-container #header-search .block-search .action.search:before {
  content: "Suche";
  color: #fff;
  font-size: 16px;
  font-family: "Fira Sans", georgia, serif;
  text-transform: uppercase;
  display: block;
}
body .header-search-container #header-search .block-search .action.search:hover {
  background: #387bb2;
}
body .header-search-container #header-search .block-search .searchautocomplete__autocomplete {
  width: 100% !important;
}
body .header-search-container span.or {
  display: none;
  width: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
body .header-search-container button.structure-search-button.primary.important {
  position: relative;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 42px;
  background: none;
  border: 2px solid #707070;
  color: #707070;
}
body .header-search-container button.structure-search-button.primary.important svg.benzol {
  width: 26px;
  height: 26px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  transition: all 300ms ease;
}
body .header-search-container button.structure-search-button.primary.important svg.benzol path {
  stroke-width: 5px;
  fill: none;
  stroke: #707070;
  transition: stroke 300ms ease;
}
body .header-search-container button.structure-search-button.primary.important:hover {
  background: #398bcb;
  color: #fff;
  border-color: #398bcb;
}
body .header-search-container button.structure-search-button.primary.important:hover svg.benzol {
  transform: rotate(120deg);
}
body .header-search-container button.structure-search-button.primary.important:hover svg.benzol path {
  stroke: #fff;
}
body .header-search-container button.structure-search-button.primary.important.button-full-width {
  margin-bottom: 2px;
  background: #398bcb;
  color: #fff;
  text-align: left;
  line-height: 1.3em;
}
body .header-search-container button.structure-search-button.primary.important.button-full-width svg.benzol {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -13px;
}
body .header-search-container button.structure-search-button.primary.important.button-full-width svg.benzol path {
  stroke: #fff;
}
body .header-search-container button.structure-search-button.primary.important.button-full-width:hover {
  color: #feef00;
}
body .header-search-container button.structure-search-button.primary.important.button-full-width:hover svg.benzol path {
  stroke: #feef00;
}
body .header-search-container .structure-search-wrap {
  max-height: 0;
  transition: max-height 300ms ease;
  overflow: hidden;
  position: absolute;
  background: #ffffff;
  right: 0;
  left: 0;
  margin: 0 50px;
}
body .header-search-container .structure-search-wrap .inner {
  padding-top: 10px;
}
body .header-search-container .structure-search-wrap.opened {
  max-height: 550px;
  padding: 20px;
}
body .header-search-container .structure-search-wrap #jsme_container {
  overflow: hidden;
  margin-bottom: 3px;
}
@media screen and (min-width: 770px) {
  body .header-search-container .structure-search-wrap form {
    float: right;
    max-width: 23%;
  }
  body .header-search-container .structure-search-wrap #jsme_container {
    float: left;
    max-width: 76%;
  }
}
@media screen and (max-width: 1199px) {
  body .header-search-container .structure-search-wrap {
    width: 830px;
  }
}
@media screen and (min-width: 770px) {
  body .header-search-container span.or {
    display: inline-block;
  }
  body .header-search-container #header-search {
    width: 100%;
    display: inline-block;
  }
  body .header-search-container button.structure-search-button.button-full-width {
    width: 100%;
  }
}
@media screen and (min-width: 770px) {
  body .header-search-container #header-search {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 993px) {
  body .header-search-container #header-search {
    width: calc(100% - 310px);
  }
}
body .the-slideshow-wrapper-outer {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1199px) {
  body .the-slideshow-wrapper-outer .the-slideshow .init-placeholder {
    height: 401px;
  }
}
body .the-slideshow-wrapper-outer .the-slideshow .init-placeholder > * {
  display: none;
}
body .the-slideshow-wrapper-outer .the-slideshow .init-placeholder > a {
  display: block;
}
body .the-slideshow-wrapper-outer .the-slideshow .init-placeholder > a img {
  display: block;
}
body .the-slideshow-wrapper-outer .owl-carousel {
  z-index: 0;
}
body .the-slideshow-wrapper-outer .owl-carousel + .init-placeholder {
  display: none;
}
body .the-slideshow-wrapper-outer .owl-controls {
  margin-top: 0;
}
body .the-slideshow-wrapper-outer.in-content {
  margin: 0 -50px;
}
body .the-slideshow-wrapper-outer.in-content .slides {
  display: block;
  position: relative;
}
body .the-slideshow-wrapper-outer input {
  margin-bottom: 7px;
}
@media screen and (max-width: 1200px) {
  body .the-slideshow-wrapper-outer .the-slideshow.mobile-caption-not-absolute .caption {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body .the-slideshow-wrapper-outer .the-slideshow.mobile-caption-not-absolute .caption {
    position: static;
  }
  body .the-slideshow-wrapper-outer .the-slideshow.mobile-caption-not-absolute .action {
    display: block;
    width: 100%;
  }
}
body .slider-arrows2.pagination-pos-over-bottom-centered .owl-pagination {
  margin-top: -55px;
}
body .block.itemslider.upsell .product-image-container .product-image-photo {
  max-height: 100%;
}
body .block.itemslider.upsell .products-grid .product-item-name {
  min-height: 6.6rem;
}
body .columns .block-title {
  text-transform: uppercase;
  color: #0a4479;
}
body .columns .block-title #block-upsell-heading {
  text-transform: none;
}
body .columns .block-title strong {
  font-size: 28px !important;
  line-height: 33px !important;
  font-weight: 400 !important;
  font-family: "Fira Sans", sans-serif;
}
body .columns .sidebar .block-title, body .columns .custom-sidebar-right .block-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
body .columns .sidebar .block-title strong, body .columns .custom-sidebar-right .block-title strong {
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
}
body .columns .column.main {
  padding-bottom: 0;
}
body .columns .column.main .abs-sidebar-block-title, body .columns .column.main .sidebar .block .block-title, body .columns .column.main .itemslider .block-title, body .columns .column.main .product-slider .block-title, body .columns .column.main .block.related .block-title, body .columns .column.main .block.upsell .block-title, body .columns .column.main .block.crosssell .block-title, body .columns .column.main .section-title {
  border-color: #398bcb;
}
body .columns .column.main .slider-arrows1 .owl-controls .owl-buttons div {
  background-color: transparent;
  border: 1px solid #f1f1f1;
}
body .columns .column.main .slider-arrows1 .owl-controls .owl-buttons div:hover {
  background-color: #333;
}
body .columns .column.main .block {
  margin-bottom: 0;
}
body .columns .column.main .block.itemslider.upsell .product-image-container .product-image-photo {
  max-width: 100%;
}
body .columns .column.main .block.itemslider.upsell .products-grid .product-item-name {
  min-height: 6.6rem;
}
body .columns .column.main .block.itemslider .item {
  display: inline-block;
  padding: 20px 25px;
}
body .columns .column.main .block.itemslider .item {
  display: none;
}
body .columns .column.main .block.itemslider .item:first-child {
  display: block;
  opacity: 0;
  min-height: 300px;
}
@media screen and (min-width: 1199px) {
  body .columns .column.main .block.itemslider .owl-item.loading:nth-child(1) .product-image, body .columns .column.main .block.itemslider .owl-item.loading:nth-child(2) .product-image, body .columns .column.main .block.itemslider .owl-item.loading:nth-child(3) .product-image, body .columns .column.main .block.itemslider .owl-item.loading:nth-child(4) .product-image {
    min-height: 245px;
    display: block;
  }
}
body .columns .column.main .block.itemslider .owl-item .item {
  display: block;
  opacity: 1;
}
body .columns .column.main .block.itemslider .owl-item .item:first-child {
  display: block;
  opacity: 1;
  min-height: 0;
}
body .columns .column.main .block.itemslider .owl-item:hover .item {
  margin: 10px;
  padding: 10px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-color: transparent;
  transition: box-shadow 400ms ease-out;
  -moz-transition: box-shadow 400ms ease-out;
  -webkit-transition: box-shadow 400ms ease-out;
  -o-transition: box-shadow 400ms ease-out;
  background-color: #fff;
}
body .columns .column.main .block.itemslider .block-content {
  margin-bottom: 0;
}
body .columns .column.main .text-center {
  text-align: center;
}
body .columns .column.main p {
  line-height: 1.8em;
}
body .columns .column.main .grid-container {
  color: #0a4479;
}
body .about-us {
  margin-top: 200px;
}
@media screen and (max-width: 769px) {
  body .about-us {
    margin-top: 50px;
  }
}
body input[type=text], body input[type=password], body input[type=url], body input[type=tel], body input[type=search], body input[type=number], body input[type=datetime], body input[type=email] {
  height: 50px;
  max-width: 100%;
  margin-right: 20px;
  padding: 0 10px;
  border-radius: 1.5rem;
}
body .action.primary {
  text-transform: uppercase;
  line-height: 23px;
  border: 1px solid transparent;
  padding: 8px 30px;
}
body .action.primary.outline {
  background-color: transparent;
  border-color: #0a4479;
  color: #0a4479;
}
body .action.primary.outline:hover {
  background-color: #0a4479;
  color: #fff;
}
body .action.primary.outline.white {
  border-color: #fff;
  color: #fff;
}
body .action.primary.outline.white:hover {
  background-color: #fff;
  color: #0a4479;
}
body .action.primary.tocart {
  background-color: transparent;
  color: #398bcb;
  border: 2px solid #398bcb;
  text-transform: none;
  padding: 5px 28px;
}
body .action.primary.tocart:hover {
  color: #ffffff;
  background: #398bcb;
}
body form.newsletter label {
  display: none;
}
body form.newsletter .action.primary {
  background: #398bcb;
}
body form.newsletter .action.primary:hover {
  background: #0a4479;
}
body .footer-primary-bottom form.newsletter label {
  text-transform: uppercase;
  padding-right: 10px;
  display: inline-block;
}
body .footer-primary-bottom form.newsletter input {
  width: 180px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  body .footer-primary-bottom form.newsletter {
    max-width: 320px;
    margin: 30px auto 0;
  }
  body .footer-primary-bottom form.newsletter input {
    width: 100%;
    margin-bottom: 5px;
  }
  body .footer-primary-bottom form.newsletter .action {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body .footer-container .footer-primary-bottom .item {
    display: block;
  }
}
@media (max-width: 768px) {
  body.page-layout-2columns-left .column.main {
    width: 100%;
  }
  body.page-layout-2columns-left .sidebar-main {
    display: none;
  }
  body.page-layout-2columns-left.cms-page-view .sidebar-additional {
    display: none;
  }
}
@media (min-width: 991px) {
  body.page-layout-2columns-left .column.main {
    width: 69.166667%;
  }
  body.page-layout-2columns-left .sidebar-main {
    width: 30.833333%;
  }
}
@media (min-width: 1200px) {
  body.page-layout-2columns-left .column.main {
    width: 74.166667%;
  }
  body.page-layout-2columns-left .sidebar-main {
    width: 25.833333%;
  }
}
body .toolbar {
  position: relative;
  min-height: 30px;
}
body .toolbar .modes {
  float: right;
}
body .toolbar .modes .modes-mode {
  border-width: 0 0 0 1px;
  color: #a9a9a9;
}
body .toolbar .modes .modes-mode:before {
  color: #a9a9a9;
}
body .toolbar .modes .modes-mode.active {
  color: #000222;
}
body .toolbar .modes .modes-mode.active:before {
  color: #000222;
}
body .toolbar .modes .modes-mode:not(.active):hover {
  color: #000222;
}
body .toolbar .modes .modes-mode:not(.active):hover:before {
  color: #000222;
}
body .toolbar .modes .modes-mode > span {
  position: static;
  text-transform: uppercase;
  padding-right: 10px;
  letter-spacing: 1px;
}
body .toolbar .field.limiter {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  clear: left;
}
@media screen and (max-width: 767px) {
  body .toolbar .field.limiter {
    float: none;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
  }
}
body .toolbar .pages {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 767px) {
  body .toolbar .pages {
    float: none;
    text-align: center;
    display: block;
  }
}
body .toolbar .pages .item {
  margin: 0;
  background-color: #f1f1f1;
}
body .toolbar .pages .item:hover {
  background-color: #398bcb;
}
body .toolbar .pages .item.current {
  background-color: #0a4479;
}
body .toolbar .pages .item.current .page span.label + span {
  color: #fff;
}
body .toolbar .pages .item .page {
  text-transform: uppercase;
  padding: 0;
}
body .toolbar .pages .item .page span.label + span {
  display: block;
  width: 32px;
  text-align: center;
  color: #000222;
}
body .toolbar .pages .item .page:hover {
  background: #398bcb !important;
}
body .toolbar .pages .item .page:hover span {
  color: #fff !important;
}
body .toolbar .pages .item .action.next, body .toolbar .pages .item .action.previous {
  border: 0;
  margin: 0;
  color: #000222;
}
body .toolbar .pages .item .action.next:before, body .toolbar .pages .item .action.previous:before {
  font-size: 25px;
  width: 100%;
  font-weight: bold;
  color: #000222;
  margin: 0;
}
body .toolbar .toolbar-amount {
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding: 4px 0 0;
  z-index: -1;
}
body .toolbar .toolbar-amount span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body .toolbar .toolbar-amount {
    position: static;
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  body .toolbar .toolbar-amount {
    position: static;
    margin: 0;
    float: none;
    padding: 0;
    text-align: left;
    margin-top: 4.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body .toolbar .toolbar-amount {
    margin-top: 0;
    text-align: center;
  }
}
body .toolbar .category-description {
  padding: 20px 50px 20px 20px;
  background: #000222 url(/media/wysiwyg/infortis/ultimo/slideshow/slider1.jpg) no-repeat center;
  color: #fff;
  clear: left;
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}
body .toolbar .category-description.max-height-300 {
  max-height: 300px;
}
body .toolbar .category-description.max-height-400 {
  max-height: 400px;
}
body .toolbar .category-description.max-height-500 {
  max-height: 500px;
}
body .toolbar .category-description.max-height-600 {
  max-height: 600px;
}
body .toolbar .category-description.max-height-700 {
  max-height: 700px;
}
body .toolbar .category-description h2 {
  margin-top: 0;
}
body .toolbar .category-description .close-category-description {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 5px;
}
body .toolbar .category-description .close-category-description:before {
  font-family: "icons-blank-theme";
  content: "\e616";
  float: left;
  font-weight: bold;
  font-size: 2.2em;
}
body .toolbar .category-description.is-hidden {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .toolbar .page-title-wrapper {
  float: left;
}
body .toolbar .show-description-button {
  margin-left: 20px;
  transition: opacity 300ms ease;
}
body .toolbar .show-description-button.is-hidden {
  opacity: 0;
}
body .toolbar .show-description-button.is-extended-view + .category-description {
  max-height: 0;
}
body .products.wrapper ~ .toolbar .toolbar-amount {
  display: block;
}
body .products.wrapper ~ .toolbar .pages {
  float: right;
}
body .sideacco ul.nav-submenu {
  display: none;
}
body .sideacco .nav-item.level0 > a > span {
  position: static;
}
body .sideacco .nav-item > .opener {
  width: 36px;
  height: 100%;
  line-height: 26px;
  max-height: 28px;
}
body .sideacco .nav-item > a {
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 0;
  background-color: transparent;
}
body .sideacco .nav-item > a > span {
  padding-left: 15px;
  display: block;
}
body .sideacco .nav-item > a > span:before {
  content: "〉";
  font-size: 0.8em;
  position: absolute;
  top: 9px;
  left: 3px;
}
body .sideacco .nav-item .cat-label {
  font-size: 12px;
  padding: 1px 4px;
  line-height: 1;
}
body .sideacco .nav-item ul.level1 .nav-item > a > span:before {
  content: normal;
}
body .sideacco .nav-item ul.level1 .nav-item.level2.item-active {
  background-color: #f1f1f1;
}
body .sideacco .nav-item ul.level1 .nav-item.level2.item-active > .opener {
  color: #fff;
}
body .sideacco .nav-item ul.level1 .nav-item.level2.item-active > a {
  background-color: #000222;
  background-color: #0a4479;
  color: #fff;
}
body .sideacco .nav-item ul.level1 .nav-item.level2.item-active > a:hover {
  background-color: #398bcb;
}
body .sideacco .nav-item ul.level2 .nav-item.level3.item-active {
  background-color: #d8d8d8;
}
body .sideacco .nav-item ul.level2 .nav-item.level3.item-active > .opener {
  color: #fff;
}
body .sideacco .nav-item ul.level2 .nav-item.level3.item-active > a {
  background-color: #000222;
  color: #fff;
}
body .sideacco .nav-item ul.level2 .nav-item.level3.item-active > a:hover {
  background-color: #398bcb;
}
body .products-grid .product-item-name .sticker-wrapper {
  position: static;
}
body .products-grid .product-item-name .sticker-wrapper .sticker {
  width: auto;
  height: auto;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  padding: 4px 3px 1px;
  font-size: 12px;
  display: inline-block !important;
}
body .products-grid .product-item-name span.sku {
  font-weight: normal;
  color: #a9a9a9;
  font-size: 13px;
  text-transform: uppercase;
}
body .products-grid .product-item-name span.sku:before {
  content: "#";
}
body .products-grid .product-item-name a {
  display: block;
  font-weight: 400;
  line-height: 33px;
  color: #0a4479;
  font-size: 22px;
  word-break: break-word;
}
body .products-grid table.info-table {
  margin-bottom: 15px;
}
body .products-grid table.info-table td {
  padding: 1px 0;
}
body .products-grid.equal-height .item {
  padding-bottom: 20px;
}
body .products-grid.equal-height .item .actions {
  width: calc(100% - 20px);
}
body .products-grid.equal-height .item .actions.grouped-actions form {
  display: none;
}
body .products-grid.equal-height .item .actions.grouped-actions form.active {
  display: block;
}
body .products-grid.equal-height .item .actions .actions-primary {
  float: right;
  width: 49%;
}
body .products-grid.equal-height .item .actions .actions-primary button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
body .products-grid.equal-height .item .actions .actions-secondary {
  padding: 0;
  width: 49%;
}
body .products-grid.equal-height .item .actions .actions-secondary select {
  height: 45px;
}
body .products-grid.equal-height .item:hover .actions {
  width: calc(100% - 38.8px);
}
body .product-view.product-columns-wrapper .product-primary-column {
  margin-bottom: 0;
}
body .product-view.product-columns-wrapper .product-primary-column .page-title-wrapper .product-detail-new {
  display: none;
}
body .product-view.product-columns-wrapper .product-primary-column .page-title-wrapper .page-title {
  display: inline-block;
}
body .product-view.product-columns-wrapper .product-primary-column .page-title-wrapper .page-title {
  line-height: 60px;
}
@media screen and (min-width: 1200px) {
  body .product-view.product-columns-wrapper .product-primary-column {
    position: relative;
  }
}
body .product-view.product-columns-wrapper .description-and-synonyms {
  font-size: 0.9em;
  color: #000222;
}
body .product-view.product-columns-wrapper .description-and-synonyms p {
  line-height: 1.6em;
}
body .product-view.product-columns-wrapper .gallery-placeholder {
  cursor: zoom-in;
  padding: 20px;
  background: #ffffff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  body .product-view.product-columns-wrapper .gallery-placeholder {
    margin-bottom: 20px;
  }
}
body .product-view.product-columns-wrapper .product.media .fotorama__caption {
  display: none;
}
body .product-view.product-columns-wrapper .sticker-wrapper.top-right {
  top: 0;
  right: 0;
}
body .product-view.product-columns-wrapper .sticker {
  border-radius: 0;
  height: auto;
  width: auto;
  padding: 12px 10px 8px;
  text-transform: uppercase;
  line-height: 1;
}
body .product-view.product-columns-wrapper .sticker.new {
  font-size: 32px;
  line-height: 40px;
  background: #398bcb;
  position: relative;
  top: -8px;
  border-radius: 1.5rem;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
}
body .product-view.product-columns-wrapper table.info-table {
  width: auto;
  margin-bottom: 10px;
}
body .product-view.product-columns-wrapper table.info-table td {
  padding: 3px 10px 3px 0;
}
body .product-view.product-columns-wrapper .product-add-form {
  border-bottom: 0;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped .product-item-name {
  margin: 0;
  font-weight: bold;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped > thead > tr > th {
  border-color: #68badf;
  padding: 9px 14px;
  white-space: nowrap;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped > tbody {
  border-color: #68badf;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped > tbody + tbody {
  border-color: #68badf;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td {
  vertical-align: middle;
  padding: 9px 14px;
  font-weight: bold;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td[data-th=Qty] {
  width: 60px;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td[data-th=Qty] input {
  padding: 0;
  text-align: center;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td[data-th=Qty] + td {
  width: 50px;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td .price-box .special-price .price-label {
  display: none;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td .price-box .price {
  color: #000222;
  font-family: inherit;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td .price-box .old-price {
  color: #a9a9a9;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td .price-box .old-price .price {
  color: #a9a9a9;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped input[type=checkbox] {
  margin: 0;
  display: block;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background-color: #e7e7e7;
  border-radius: 10px;
  border: 2px solid #b2b2b2;
  cursor: pointer;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped input[type=checkbox]:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 5px;
  margin: 3px;
  background-color: transparent;
  transition: all 300ms ease;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped input[type=checkbox]:checked:after {
  background-color: #0a4479;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped input[type=checkbox]:hover {
  border-color: #398bcb;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped .datasheets {
  padding-top: 25px;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped .datasheets a.flag {
  display: inline-block;
  margin-left: 10px;
  width: 36px;
  vertical-align: middle;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped .datasheets a.flag img {
  display: block;
  height: 24px;
  width: auto;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped .datasheets a.flag:hover img {
  opacity: 0.5;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped .datasheets b {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
body .product-view.product-columns-wrapper #super-product-table.table.data.grouped th.black_star::after {
  content: "*";
  margin-left: 5px;
  position: absolute;
}
@media only screen and (max-width: 639px) {
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td, body .product-view.product-columns-wrapper #super-product-table.table.data.grouped:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    display: table-cell;
  }
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td::before, body .product-view.product-columns-wrapper #super-product-table.table.data.grouped:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th::before {
    content: normal;
  }
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.col.item *, body .product-view.product-columns-wrapper #super-product-table.table.data.grouped:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th.col.item * {
    display: none;
  }
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart {
  display: block;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .field.qty {
  margin-bottom: 20px;
  float: none;
  display: block;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .field.qty input {
  padding: 0;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions {
  position: relative;
  float: none;
  display: block;
  text-align: left;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .action.primary.tocart {
  font-size: 13px;
  min-width: 170px;
  float: left;
}
@media (min-width: 768px) {
  body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links {
    position: absolute;
    top: 0;
    left: 190px;
    white-space: nowrap;
  }
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links .action {
  margin: 0;
  padding: 10px 20px;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links .action:hover .icon {
  color: #398bcb !important;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links .product-addto-links .action {
  border: none;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links .icon {
  color: #000222 !important;
  background: transparent !important;
  width: 20px;
  height: auto;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links .ic-heart:before {
  content: "\e224";
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links .material-icons.print-icon {
  padding: 10px 25px;
  display: inline-block;
  line-height: 36px;
  color: #000222;
  vertical-align: top;
  border: none;
  font-size: 1.3em;
  cursor: pointer;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links .material-icons.print-icon:hover {
  color: #398bcb;
}
body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions .product-social-links .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
body .product.info.detailed {
  margin: 0;
}
body .product.info.detailed > .product.attribute.references, body .product.info.detailed .product.attribute.disclaimer:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  font-size: inherit;
}
body .product.info.detailed > .product.attribute.references .value p, body .product.info.detailed > .product.attribute.references .value span, body .product.info.detailed .product.attribute.disclaimer:not(:first-child) .value p, body .product.info.detailed .product.attribute.disclaimer:not(:first-child) .value span {
  font-size: 11px !important;
  line-height: 1em !important;
}
body .product.info.detailed .product.attribute strong.type {
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
body .product.info.detailed.collateral-stacked .product.data.items {
  margin: 0;
}
body .product.info.detailed.collateral-stacked .product.data.items .data.item.content {
  margin: 0;
  border-color: #e5e5e5;
}
body .product-quick-contact {
  margin-bottom: 20px;
}
body .product-quick-contact .heading {
  position: relative;
  overflow: hidden;
}
body .product-quick-contact .heading h3 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body .product-quick-contact .heading .action {
    width: 100%;
    text-align: center;
  }
}
body .product-quick-contact .heading:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-bottom: 0 solid #f1f1f1;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: 0;
  position: absolute;
  right: 130px;
  transition: border-bottom-width 300ms ease;
}
body .product-quick-contact .heading.js-active + .content-slide-wrap {
  max-height: 630px;
  margin-top: 20px;
}
body .product-quick-contact .heading.js-active:after {
  border-bottom-width: 18px;
}
body .product-quick-contact .content-slide-wrap {
  max-height: 0;
  transition: max-height 300ms ease;
  overflow: hidden;
}
body .product-quick-contact .content-slide-wrap .content {
  background: #f1f1f1;
  border-width: 0 1px 1px 1px;
  padding: 30px 40px 8px 40px;
  color: #0a4479;
  position: relative;
}
body .product-quick-contact .content-slide-wrap .content h4 {
  margin: 0 0 0.4em;
  text-transform: uppercase;
  font-size: 1.4em;
}
body .product-quick-contact .content-slide-wrap .content input[type=text],
body .product-quick-contact .content-slide-wrap .content input[type=email] {
  width: 100%;
  height: 50px !important;
}
body .product-quick-contact .content-slide-wrap .content .response-field-paragraph textarea {
  min-height: 100px;
  height: auto !important;
  border-radius: 1.5rem;
}
body .product-quick-contact .content-slide-wrap .content label {
  display: none;
}
body .product-quick-contact .content-slide-wrap .content .input-box label {
  display: inline-block;
  width: calc(100% - 21px);
}
body .product-quick-contact .content-slide-wrap .content .input-box label span.required-fields {
  color: #a9a9a9;
  float: right;
}
body .product-quick-contact .content-slide-wrap .content .field.col-sm-9 {
  float: right;
  padding-top: 8px;
}
body .product-quick-contact .content-slide-wrap .content .field.col-sm-9 input[type=checkbox] {
  display: none;
}
body .product-quick-contact .content-slide-wrap .content .field.col-sm-9 span {
  display: none;
}
body .product-quick-contact .content-slide-wrap .content .field.col-sm-9 span.required-fields {
  display: inline;
}
body .product-quick-contact .content-slide-wrap .content input[title=product] {
  display: none;
}
@media screen and (min-width: 600px) {
  body .product-quick-contact .content-slide-wrap .content .buttons-set {
    position: absolute;
    bottom: 15px;
    width: auto;
  }
}
body .product-quick-contact .content-slide-wrap .content .buttons-set button {
  color: #fff;
  background: #0a4479;
  padding: 15px;
  min-width: 140px;
  text-transform: uppercase;
  font-size: 13px;
}
body .product-quick-contact .content-slide-wrap .content .buttons-set button:hover {
  background: #398bcb;
}
body .product-quick-contact .content-slide-wrap .content .formbuilder-loading.ajax-loading {
  position: absolute;
}
body .product-quick-contact .content-slide-wrap .content .formbuilder-loading.ajax-loading + form {
  opacity: 0.08;
}
body .product-quick-contact .content-slide-wrap .content > .row:not(.form-list) {
  float: left;
}
body .product-quick-contact .content-slide-wrap .content .formbuilder-form .form-list .field {
  min-height: 0;
}
body .iris-contact-form {
  color: #0a4479;
}
body .iris-contact-form input[type=text],
body .iris-contact-form input[type=email] {
  width: 100%;
  height: 50px !important;
}
body .iris-contact-form button {
  color: #398bcb;
  border: 2px solid #398bcb !important;
  background: transparent;
  padding: 10px 15px;
  min-width: 140px;
  text-transform: uppercase;
  font-size: 13px;
}
body .iris-contact-form button:hover {
  background: #398bcb;
  color: #fff;
}
body .iris-contact-form .formbuilder .subtemplate-wrapper > label {
  font-weight: bold;
  text-transform: uppercase;
}
body .iris-contact-form .response-field-paragraph textarea {
  border-radius: 1.5rem;
}
body .main.container .lower-columns {
  border-top: 1px solid #e5f5fa;
  padding-top: 0;
}
body .main.container .lower-columns .product-lower-primary-column {
  position: relative;
}
body .main.container .lower-columns .product-lower-primary-column:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  right: -2.8%;
  top: 0;
}
@media screen and (max-width: 1024px) {
  body .main.container .lower-columns .product-lower-primary-column:after {
    right: -3%;
  }
}
body .main.container .lower-columns .product-lower-primary-column .product.data.items .item.content {
  border: 0;
  padding: 20px 0 0;
  color: #0a4479;
  margin-top: 0;
}
body .main.container .lower-columns .product-lower-secondary-column .inner {
  padding-top: 20px;
}
body .footer-primary.container .footer-primary-bottom-spacing {
  border: 0;
  padding: 0;
  margin: 0;
}
body .footer-primary.container .footer-primary-bottom-spacing .social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
}
body .footer-primary.container .footer-primary-bottom-spacing .social-icons .social-network {
  margin-left: 20px;
}
body .footer-primary.container .footer-primary-bottom-spacing .social-icons .social-network a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #0a4479;
  line-height: 24px;
}
body .footer-primary.container .footer-primary-bottom-spacing .social-icons .social-network a .fa-twitter {
  color: #00acee;
  font-size: 24px;
  margin-right: 5px;
}
body .footer-primary.container .footer-primary-bottom-spacing .social-icons .social-network a .fa-linkedin-square {
  color: #0e76a8;
  font-size: 24px;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  body .footer-primary.container .footer-primary-bottom-spacing .social-icons .social-network {
    margin: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  body .footer-primary.container .footer-primary-bottom-spacing .social-icons {
    justify-content: center;
  }
}
body .footer-primary.container .heading {
  font-size: 15px;
  padding: 0;
  text-transform: uppercase;
  color: #0a4479;
  margin-bottom: 12px;
}
body .footer-primary.container .block-content ul {
  margin-bottom: 1em;
}
body .footer-primary.container .grid12-12 {
  margin: 0;
  width: 100%;
}
body .footer-bottom.container .inner-container .footer-copyright {
  margin: 0;
}
body .footer-bottom.container .inner-container .ccccinimprint a span.cccclogo {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -6px 5px;
  background: url("../images/cccc_logo.svg") no-repeat;
  background-size: 100% auto;
  transition: 250ms ease all;
}
body .footer-bottom.container .inner-container .ccccinimprint a:hover {
  text-decoration: underline;
  color: #fff;
}
body .footer-bottom.container .inner-container .ccccinimprint a:hover span.cccclogo {
  transform: rotate(-180deg);
}
@media screen and (max-width: 1199px) {
  body .footer-bottom.container .inner-container .ccccinimprint {
    position: static;
    margin-bottom: 10px;
    text-align: center;
  }
  body .footer-bottom.container .inner-container .ccccinimprint a {
    margin: 0 0 8px;
  }
}
body .footer-bottom.container .inner-container a {
  text-transform: uppercase;
}
body .footer-bottom.container .inner-container span.separator {
  padding: 0 20px;
}
body.blog .sidebar-main .blog__sidebar-rss-link a {
  color: #a9a9a9;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  body.blog .sidebar-main {
    display: block;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  body.blog .sidebar-main .blog__sidebar-category-tree {
    position: relative;
    width: auto;
  }
  body.blog .sidebar-main .blog__sidebar-category-tree div[id^=block-collapsible-nav-blog] {
    background: none !important;
    border: 0;
  }
  body.blog .sidebar-main .blog__sidebar-category-tree div[id^=block-collapsible-nav-blog] .nav.item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 0;
  }
}
body .blog__post-list-wrapper .category-description {
  font-weight: bold;
  padding: 10px 15px;
  background: #ffffff;
  border-radius: 1.5rem;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-meta {
  color: #000222;
  margin-bottom: 0;
  margin-top: 15px;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item {
  margin-bottom: 5rem;
  margin-left: 0;
  border: 0;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 15px 30px;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .post-categories a.post-category {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #398bcb;
  border-radius: 3rem;
  line-height: 17px;
  font-size: 12px;
  margin-right: 5px;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .post-categories a.post-category:hover {
  background: #387bb2;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt:before {
  display: none;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .excerpt-content {
  width: calc(100% - 260px);
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .excerpt-content.post-full-width {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .excerpt-content {
    order: 1;
    width: 100%;
  }
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .feature-image {
  width: 210px;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .feature-image img {
  max-width: 210px;
  height: auto;
}
@media screen and (max-width: 768px) {
  body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .feature-image {
    order: 0;
    width: 100%;
    text-align: center;
  }
  body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .feature-image img {
    max-width: 100%;
  }
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .read-more {
  display: inline-block;
  margin-bottom: 20px;
  color: #398bcb;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .read-more:hover {
  color: #0a4479;
}
body .blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .read-more:after {
  content: ">";
  padding-left: 5px;
}
@media screen and (min-width: 680px) {
  body .blog__post-list-wrapper .blog__post-header .blog__post-title {
    max-width: 70%;
  }
}
body .blog__post-list-wrapper .blog__post-header .blog__post-title a {
  color: #0a4479;
  font-size: 2.8rem;
}
body .blog__post-list-wrapper .blog-post-list__toolbar .limiter {
  float: none;
}
body .blog__post-list-wrapper .blog-post-list__toolbar .pages {
  position: relative;
  z-index: 9;
}
body .blog__post-list-wrapper .blog-post-list__toolbar .pages .item {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #0a4479;
  font-weight: 400;
}
body .blog__post-list-wrapper .blog-post-list__toolbar .pages .item.current {
  background: none;
}
body .blog__post-list-wrapper .blog-post-list__toolbar .pages .item.current span {
  font-size: 16px;
  color: #398bcb !important;
}
body .blog__post-list-wrapper .blog-post-list__toolbar .pages .item:hover {
  background: none;
}
body .blog__post-list-wrapper .blog-post-list__toolbar .pages .item:hover span {
  font-size: 16px;
}
body .blog__post-list-wrapper .blog__post-footer a:hover {
  color: #398bcb;
}
body .blog__sidebar-category-tree {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 15px;
}
body .blog__sidebar-category-tree .block-title {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
body .blog__sidebar-category-tree .block-title strong {
  font-size: 20px !important;
  text-transform: none;
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  body .blog__sidebar-category-tree .block-collapsible-content {
    padding: 0;
    background-color: transparent;
  }
  body .blog__sidebar-category-tree .block-collapsible-content .item {
    margin: 0;
  }
  body .blog__sidebar-category-tree .block-collapsible-content .item a {
    position: relative;
    margin: 0;
    padding-top: 7px;
    border-left: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
  }
  body .blog__sidebar-category-tree .block-collapsible-content .item a .category-count {
    color: #a3a3a3;
  }
  body .blog__sidebar-category-tree .block-collapsible-content .item.current a {
    color: #398bcb !important;
  }
}
@media only screen and (max-width: 767px) {
  body.blog .page-main {
    padding-top: 80px;
  }
}
body .blog__post-view {
  padding: 30px;
  background: #fff;
  border-radius: 1.5rem;
}
body .blog__post-view .category-name {
  color: #0a4479;
  font-size: 2em;
}
body .blog__post-view h1 {
  color: #0a4479;
  font-weight: bold;
  font-size: 3.5em !important;
}
@media (max-width: 639px) {
  body .blog__post-view h1 {
    font-size: 2.5em !important;
  }
}
body .blog__post-view .blog-image {
  margin: 25px 0;
}
body .blog__post-view .blog-image .blog__post-featured-image {
  padding: 0;
  float: none;
}
@media screen and (max-width: 991px) {
  body .blog__post-view .blog-image .blog__post-featured-image {
    padding: 2%;
    border: 1px solid #e5e5e5;
    max-width: 96%;
  }
}
body .blog__post-view .teaser-text {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #0a4479;
}
body .blog__post-view .teaser-text p {
  font-size: 1.9rem;
}
body .blog__post-view .blog-content ul {
  padding-left: 1em;
  list-style-type: disc;
  display: table;
}
body .blog__post-view .blog-content img {
  padding: 2%;
  max-width: 96%;
}
@media screen and (min-width: 768px) {
  body .blog__post-view h1 {
    margin: 0;
    font-size: 4.5em;
  }
}
@media screen and (min-width: 992px) {
  body .blog__post-view body .blog__post-view .blog-image .blog__post-featured-image {
    width: 100%;
  }
}
body .blog__post-view .blog__post-footer {
  margin-bottom: 2rem;
  color: #a9a9a9;
}
body .blog__post-view .blog__post-footer .blog__post-footer-categories a,
body .blog__post-view .blog__post-footer .blog__post-footer-tags a {
  color: #a9a9a9;
}
body .blog__post-view .blog__post-footer .blog__post-footer-categories {
  float: none;
  margin-left: 0;
}
body .blog__post-view-related-products .block-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
body .blog__post-view-related-products .products-grid .product-item {
  width: 100%;
}
body .blog__post-view-related-products .products-grid .product-item .product-item-details .product-item-name {
  padding-bottom: 0;
}
body.blog-post-view .breadcrumbs .blog {
  margin-top: 0;
}
body.blog-post-view .page-title-wrapper {
  display: none;
}
body .blog__sidebar-recent .item img {
  float: none;
  max-width: 100%;
}
body .blog__sidebar-recent .item a {
  color: #0a4479;
}
body .blog__sidebar-recent .item a strong {
  font-size: 2rem;
  display: block;
}
body .blog__sidebar-recent .item a .link {
  display: block;
  font-size: 16px;
}
body .blog__post-catalog-related-posts .card__tblog__post-headerag {
  min-height: 80px;
}
body .blog__post-catalog-related-posts .items {
  display: flex;
  flex-wrap: wrap;
}
body .blog__post-catalog-related-posts .items .item {
  position: relative;
  padding: 20px 20px 60px 20px;
  background: #fff;
  border-radius: 1.5rem;
  padding: 20px 20px 70px 20px;
  width: calc(33% - 60px);
  margin: 0 10px;
}
body .blog__post-catalog-related-posts .items .item > .image {
  height: 130px;
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}
body .blog__post-catalog-related-posts .items .item > .image img {
  max-height: 100%;
  margin: auto;
}
body .blog__post-catalog-related-posts .items .item .action.btn {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 21rem);
}
@media screen and (max-width: 768px) {
  body .blog__post-catalog-related-posts .items .item {
    width: calc(100% - 40px);
    margin: 10px 0;
  }
}
body .blog__post-catalog-related-posts .items .item .text {
  padding: 15px 0;
  position: relative;
  color: #000222;
}
body .blog__post-catalog-related-posts .items .item .text .teaser {
  display: none;
}
body .blog__post-catalog-related-posts .items .item:hover .link {
  color: #0a4479;
}
body .blog__post-catalog-related-posts .items .item.category-3 {
  border-left-color: yellow;
}
body .blog__post-catalog-related-posts .items .item.category-5 {
  border-left-color: red;
}
body .blog__post-catalog-related-posts .items .item img {
  float: none;
  padding: 0;
  width: auto;
  border-radius: 0;
  max-width: 100%;
}
html.ie10 body .blog__post-catalog-related-posts .items .item img, html.ie11 body .blog__post-catalog-related-posts .items .item img {
  max-width: 9rem;
}
body .nav-panel--dropdown .blog__sidebar-recent .block-title {
  display: none;
}
body .nav-panel--dropdown .blog__sidebar-recent .block-content ol.items {
  list-style-type: none;
  padding-left: 7px;
}
body .nav-panel--dropdown .blog__sidebar-recent .block-content ol.items .item:first-child {
  float: none;
}
body.catalog-product-view .blog-short-content {
  padding-bottom: 35px;
}
body .swiper {
  padding-right: 20px;
}
body .swiper .swiper-slide {
  height: auto;
}
body .swiper .swiper-slide img.post-img.bmx\:rounded.bmx\:block {
  height: 130px;
  margin-bottom: 1rem;
  width: 100%;
}
body .swiper .swiper-slide .bmx\:link.bmx\:block.bmx\:text-base.bmx\:font-bold.bmx\:mb-2 {
  min-height: auto;
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #0a4479;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
body .swiper .swiper-slide .blog-short-content .small-text p {
  line-height: 1.8em;
  margin-bottom: 25px;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #0a4479;
}
body .swiper .swiper-slide .blog-short-content .btn__light {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 21rem);
}
body .swiper > div.bmx\:flex {
  margin-top: 24px;
}
body .swiper > div.bmx\:flex .swiper-button-next,
body .swiper > div.bmx\:flex .swiper-button-prev {
  width: 45px;
  height: 45px;
  border: none;
  background: #fff;
}
body .swiper > div.bmx\:flex .swiper-button-next:after,
body .swiper > div.bmx\:flex .swiper-button-prev:after {
  font-size: 36px;
  line-height: 45px;
  color: #387bb2;
  font-family: "FontAwesome";
  content: "\f104";
}
body .swiper > div.bmx\:flex .swiper-button-next:hover,
body .swiper > div.bmx\:flex .swiper-button-prev:hover {
  background: #387bb2;
}
body .swiper > div.bmx\:flex .swiper-button-next:hover:after,
body .swiper > div.bmx\:flex .swiper-button-prev:hover:after {
  color: #fff;
}
body .swiper > div.bmx\:flex .swiper-button-next:after {
  content: "\f105";
}
body .bmx\:bg-primary {
  background-color: #0a4479;
}
body.page-layout-2columns-right .the-slideshow-banners .details-button {
  display: none;
}
body .home-teasers {
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .home-teasers .blog__sidebar-recent .block-title {
  display: none;
}
body .home-teasers .blog__sidebar-recent .item a .image {
  height: 90px;
  margin-right: 0;
}
body .home-teasers .blog__sidebar-recent .item a .text {
  overflow: hidden;
  height: 70px;
}
body .home-teasers .blog__sidebar-recent .item a .text .link {
  position: absolute;
  bottom: 15px;
}
body .home-teasers .blog__sidebar-recent .item a .text strong {
  font-size: 1.2em;
}
@media screen and (max-width: 1199px) {
  body .home-teasers .blog__sidebar-recent .item a .text strong {
    line-height: 1;
  }
}
body .home-teasers .blog__sidebar-recent .item a .text .teaser {
  display: inline;
}
body .home-teasers .the-slideshow-banners .banner {
  max-height: 109px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body .home-teasers .grid12-4, body .home-teasers .grid12-12 {
    width: 100%;
    margin: 0;
  }
  body .home-teasers .the-slideshow-banners {
    margin-bottom: 10px;
  }
  body .home-teasers .the-slideshow-banners .banner {
    max-height: 150px;
  }
}
body .full-container {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
body .background-light-gray {
  background-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  body.blog-category-view.page-layout-2columns-right .sidebar-main, body.blog-post-view.page-layout-2columns-right .sidebar-main {
    width: 23.833333%;
  }
  body.blog-category-view.page-layout-2columns-right .column.main, body.blog-post-view.page-layout-2columns-right .column.main {
    width: 76.166667%;
  }
}
body .kb__search-box input {
  width: 100%;
}
body .kb__sidebar .kb__search-box button {
  padding-left: 7px;
  height: 100%;
  padding-right: 7px;
}
body .kb-article__body ul {
  padding-left: 1em;
  margin-left: 1em;
  list-style-type: disc;
}
body .kb-article__body ol {
  padding-left: 1em;
  margin-left: 1em;
  list-style-type: decimal;
}
body .kb-article__body ol.roman {
  list-style-type: upper-roman;
}
body .kb-category__grid .kb__category {
  width: auto;
  padding: 0;
  display: block;
}
body .kb-category__grid .kb__category ol li a {
  cursor: pointer;
  white-space: normal;
  font-size: 1.6rem;
  font-weight: bold;
}
body .kb-category__grid .kb__category ol li a i.fa {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
body .kb-category__grid .kb__category ol li a span {
  display: block;
  overflow: hidden;
}
body .kb-category__grid .kb__category ol li:after {
  content: normal;
}
body input:focus:required:invalid,
body input.invalid:focus {
  border-color: red !important;
}
body .cart.table-wrapper .item td.col.item {
  padding-top: 20px;
}
body .cart.table-wrapper .item td.col.item .product-item-name {
  font-weight: bold;
}
body .cart.table-wrapper .item .cccc_original_price {
  text-decoration: line-through;
  color: #a9a9a9;
  font-size: 0.8em;
  padding-right: 10px;
}
body .newsletter-container {
  margin: 150px 0;
}
@media screen and (max-width: 991px) {
  body .newsletter-container {
    margin: 50px 0;
  }
}
body .newsletter-container .newsletter-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  body .newsletter-container .newsletter-content {
    margin-left: -98px;
  }
}
body .newsletter-container .newsletter-content .newsletter-cta {
  text-align: center;
  margin-left: 10px;
}
body .newsletter-container .newsletter-content .newsletter-cta p {
  font-size: 20px;
  line-height: 27px;
}
body .newsletter-box {
  max-width: 1000px;
  padding: 20px;
}
body .newsletter-box .newsletter-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .newsletter-box .newsletter-head img {
  max-height: 63px;
  margin-left: 10px;
}
body .newsletter-box p {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
}
body .newsletter-box input[type=text],
body .newsletter-box input[type=email] {
  padding-left: 10px;
  width: calc(50% - 30px);
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  body .newsletter-box input[type=text],
  body .newsletter-box input[type=email] {
    width: 100%;
    margin: 5px 0;
  }
}
body .newsletter-box ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #398bcb;
  opacity: 0.6;
  font-size: 18px;
}
body .newsletter-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #398bcb;
  opacity: 0.6;
  font-size: 18px;
}
body .newsletter-box ::-ms-input-placeholder { /* Microsoft Edge */
  color: #398bcb;
  opacity: 0.6;
  font-size: 18px;
}
body .newsletter-box .newsletter-checkbox-wrapper {
  margin: 20px 0 0 0 !important;
}
body .newsletter-box .newsletter-checkbox-wrapper label {
  color: #0a4479 !important;
  font-size: 16px;
  line-height: 27px;
}
body .newsletter-box button[type=submit] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #398bcb;
  text-transform: none;
}
body .newsletter-box button[type=submit]:hover {
  background: #0a4479;
}
body .cccc-grid {
  display: flex;
  flex-wrap: wrap;
}
body .cccc-grid .cccc-grid-20 {
  width: 20%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  body .cccc-grid .cccc-grid-20 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  body .cccc-grid .cccc-grid-20 {
    width: 100%;
    padding: 5px 0;
  }
}
body .cccc-grid .cccc-grid-60 {
  width: 60%;
  box-sizing: border-box;
}
body .cccc-grid.footer-top-grid {
  padding: 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 991px) {
  body .cccc-grid.footer-top-grid .cccc-grid-20:last-child {
    width: 100%;
    text-align: center;
  }
  body .cccc-grid.footer-top-grid .cccc-grid-20:last-child img {
    max-height: 80px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  body .cccc-grid.footer-top-grid .cccc-grid-20 {
    text-align: center;
  }
  body .cccc-grid.footer-top-grid .cccc-grid-20:last-child img {
    margin-top: 0px;
  }
}
body .cccc-grid.footer-bottom-grid {
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 480px) {
  body .cccc-grid.footer-bottom-grid .cccc-grid-20 {
    text-align: center;
  }
  body .cccc-grid.footer-bottom-grid .cccc-grid-20 h6 {
    margin-top: 0;
  }
}
body .cccc-grid ul li {
  font-size: 18px;
  line-height: 32px;
}
body .cccc-grid ul li a {
  color: #0a4479;
}
body .field.choice.newsletter::before {
  height: 21px;
}

.customer-account-create form select {
  height: 50px;
  max-width: 100%;
  margin-right: 20px;
  padding: 0 10px;
  border-radius: 1.5rem;
}

@media print {
  body {
    /*
    a {
        visibility: hidden;
        position: relative;
    }
     */
  }
  body .columns.main, body .columns.main .columns {
    width: -webkit-fill-available;
  }
  body .logo img {
    height: 150px;
  }
  body .skip-links-wrapper,
  body .header-primary-container,
  body .breadcrumbs,
  body td[data-th=Qty] > div,
  body .main.container.lower-columns.inner-container,
  body .product-view.product-columns-wrapper .product-add-form .box-tocart .actions,
  body .footer-primary-bottom,
  body .footer-bottom-container,
  body #scroll-to-top,
  body #super-product-table tr th:first-child,
  body #super-product-table tr td:first-child,
  body .product-quick-contact,
  body .product-content.product-content-grey-bg,
  body .block.upsell.itemslider.slider-arrows1.slider-arrows1-pos-top-right.slider-pagination1,
  body .availability-badge {
    display: none !important;
  }
  body #super-product-table.table.data.grouped tr > td {
    width: 25%;
  }
  body .footer-primary {
    position: absolute;
    bottom: 0;
    display: none;
  }
  body .footer-primary * {
    margin: 0;
  }
  body .footer-primary .grid12-3 {
    display: none;
  }
  body .footer-primary .grid12-3:first-child {
    display: block;
    width: 100%;
  }
  body .footer-primary .grid12-3:first-child img {
    display: none;
  }
  body .fotorama__stage__frame .fotorama__img {
    height: auto;
    left: unset;
    position: static;
    top: unset;
    transform: unset;
    display: block;
  }
  body .product-view.product-content.product-columns-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body .product-view.product-columns-wrapper .product-primary-column {
    width: 100%;
    margin: 0;
  }
  body .product-img-column.grid12-5.no-right-gutter.product.media {
    margin-left: 0;
    width: 100%;
  }
  body .product-img-column.grid12-5.no-right-gutter.product.media .gallery-placeholder {
    border: 0;
  }
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td {
    padding: 15px 0;
  }
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td.datasheets {
    display: block !important;
    width: 100%;
  }
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td.datasheets b {
    margin-bottom: 1em;
  }
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td.datasheets a {
    display: block !important;
  }
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td.datasheets a img {
    display: inline-block !important;
  }
  body .product-view.product-columns-wrapper #super-product-table.table.data.grouped tr > td.datasheets a::after {
    content: attr(href);
    visibility: visible;
    position: absolute;
    width: max-content;
    margin-left: 0.5em;
  }
  body .availability-tooltip .availability-badge--label {
    visibility: visible;
    opacity: 1;
    padding-bottom: 0;
    position: relative;
    font-weight: bold;
    right: inherit;
  }
  body .product-content .product.info.detailed a::after {
    content: "(" attr(href) ")";
    visibility: visible;
    position: absolute;
    width: max-content;
    margin-left: 0.5em;
  }
  body #scroll-to-top {
    display: none !important;
  }
  body .cookiefirst-root.notranslate {
    display: none;
  }
}
@media print and (min-width: 768px) {
  .form-create-account .fieldset-fullname .field-name-prefix, .form-create-account .fieldset-fullname .field-name-suffix {
    width: auto;
  }
}
body .products-grid.equal-height .item .actions .actions-primary {
  width: auto;
}
body .products-grid.equal-height .item .actions .actions-primary button.tocart {
  padding-right: 10px;
  padding-left: 10px;
}

body.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}

.mst-searchautocomplete__item.magento_catalog_product img {
  object-fit: contain;
}

.mst-search__index-magento-catalog-category .mst-search__index-image {
  display: none;
}

.nav-regular:not(.nav-vert) .nav-item.level0 > a {
  padding: 0 21px;
}

.more-link {
  float: right;
  color: #398bcb;
  transition: none;
}

.page-products .products-grid {
  margin-bottom: 20px;
}
.page-products .products-grid .product-item {
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  margin: 0 !important;
  width: 100%;
  position: relative;
}
.page-products .products-grid .product-item .new-product {
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  background: #398bcb;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 7px 3px 7px;
  line-height: 14px;
  border-radius: 1.5rem;
  z-index: 10000;
}
.page-products .products-grid .product-item .action.primary.tocart:hover {
  background: #398bcb;
}
.page-products .products-grid .product-item .price-box .price {
  font-size: 16px;
}
.page-products .sidebar-main .block-vertnav,
.page-products .sidebar-main .block {
  background: white;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .page-products .sidebar-additional {
    width: 20.83333333%;
  }
}
@media screen and (min-width: 991px) {
  .page-products .sidebar-additional {
    width: 30.833333%;
  }
}
@media screen and (min-width: 1200px) {
  .page-products .sidebar-additional {
    width: 25.833333%;
  }
}
.page-products .sidebar-additional .block {
  background: white;
  border-radius: 10px;
  padding: 10px;
}
.page-products ul.uaccordion li {
  background: #ffffff;
}

.page-product-downloadable .columns.main .product-content:first-child {
  display: none;
}

.product-items .item .price-box .price {
  font-size: 16px;
}
.product-items .item .price-box .require-product {
  color: #398bcb;
  font-weight: bold;
}
.product-items .owl-wrapper-outer {
  max-width: calc(100vw - 100px);
}

#itemslider-product-upsell .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  padding: 0;
}
#itemslider-product-upsell .item .product-item-info {
  padding: 10px;
  margin: 1rem;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
#itemslider-product-upsell .product-image-wrapper {
  overflow: unset;
}
#itemslider-product-upsell .product-image-wrapper img.product-image-photo {
  max-height: 125px;
  width: auto;
}

#itemslider-product-related .product-image-wrapper {
  overflow: unset;
}
#itemslider-product-related .product-image-wrapper img.product-image-photo {
  max-height: 125px;
  width: auto;
}

button, .cart.table-wrapper .actions-toolbar > .action, .action-gift, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
  background: #fff;
  border-radius: 1.5rem;
}

.cart-summary, .opc-block-summary {
  border-radius: 1.5rem;
}
.cart-summary > .title, .opc-block-summary > .title {
  font-weight: 400;
}
.cart-summary select, .cart-summary input.input-text, .opc-block-summary select, .opc-block-summary input.input-text {
  max-width: 234.4px;
  width: calc(23vw - 60px);
}
@media screen and (max-width: 1199px) {
  .cart-summary select, .cart-summary input.input-text, .opc-block-summary select, .opc-block-summary input.input-text {
    max-width: 810px;
    width: 100%;
  }
}

.column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form, .login-container .fieldset:after {
  margin-left: 0;
}

.fieldset > .field:not(.choice) > .label,
.fieldset .fullname .field .label {
  text-align: left;
}

.actions-toolbar .primary a.action, .actions-toolbar .secondary a.action {
  border-radius: 1.5rem;
}

.block-collapsible-nav .content {
  border-radius: 1.5rem;
}

.opc-progress-bar {
  text-align: center;
}

.authentication-wrapper {
  display: none;
}

button, a.action.primary, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
  border-radius: 1.5rem;
}

.products-grid .product-item {
  background: #ffffff;
  padding: 10px;
  border-radius: 1.5rem;
  width: 33.333333%;
}
@media screen and (max-width: 639px) {
  .products-grid .product-item {
    width: 100%;
  }
}
.products-grid .product-item .product-item-info {
  width: auto;
  text-align: center;
}
.products-grid .product-item .product-item-info .product-image-container .product-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding-bottom: 0 !important;
}
.products-grid .product-item .product-item-info .product-image-container .product-image-wrapper .product-image-photo {
  width: auto;
  max-height: 150px;
  position: relative;
}
.products-grid .product-item .product-item-info .product-item-details {
  text-align: left;
}
.products-grid .product-item .product-item-info .product-item-details .product-item-name {
  padding-bottom: 120px;
}
.products-grid .product-item .product-item-info .product-item-details .product-info-label {
  width: 105px;
  display: inline-block;
}
.products-grid .product-item .product-item-info .product-item-details .cccc-product-info {
  position: absolute;
  bottom: 10px;
}

.product-item-actions .actions-primary, .product-item-actions .actions-secondary {
  float: none;
  display: block !important;
  margin-top: 10px;
}

.product-item-actions .actions-primary {
  display: block;
}

.products-list .item {
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  padding: 20px;
}

.account-nav .content {
  background: #ffffff;
  border-radius: 1.5rem;
}

.products.list.product-items:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 33%;
}
@media screen and (max-width: 1199px) {
  .products.list.product-items:not(.owl-carousel) {
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-columns: 1fr 50%;
  }
}
@media screen and (max-width: 640px) {
  .products.list.product-items:not(.owl-carousel) {
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-columns: 1fr 100%;
  }
}

.abs-sidebar-block-title, .sidebar .block .block-title, .itemslider .block-title, .product-slider .block-title, .block.related .block-title, .block.upsell .block-title, .block.crosssell .block-title, .section-title {
  border: 0;
}

.product-content {
  background: #fff;
  border-radius: 1.5rem;
  padding: 40px;
  margin-bottom: 40px;
}
.product-content.product-content-grey-bg {
  background-color: #F0F0F0;
  padding: 0;
}
.product-content:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .product-content {
    padding: 0;
  }
}
.product-content div[id^=form-recaptcha] {
  position: relative;
  top: -50px;
}
.product-content .block.itemslider {
  margin-bottom: 0;
}
.product-content .block.itemslider .block-content {
  margin-bottom: 0;
}
.product-content .block.itemslider .item {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-container .cart-summary {
    float: none;
    width: 100%;
    order: 2;
    margin-top: 25px;
    position: static;
  }
  .cart-container form.form-cart {
    order: 1;
    width: 100%;
    float: none;
  }
  div#checkout {
    display: flex;
    flex-wrap: wrap;
  }
  .opc-wrapper {
    width: 100%;
    float: none;
    order: 1;
  }
  aside.modal-custom {
    width: 100%;
    float: none;
    order: 0;
  }
  .opc-progress-bar {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .nav-container .navi-wrapper .nav-holders-wrapper {
    position: absolute;
    right: 0;
    float: left;
  }
  .header-container .right-column .navi {
    margin-right: 80px;
  }
}
@media screen and (max-width: 992px) {
  button#btn-structure-search-open {
    display: none;
  }
  .header-container .hp-blocks-holder--stacked .search-wrapper {
    max-width: none;
  }
  body .header-search-container #header-search {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 769px) {
  .mini-cart-heading.action {
    border-radius: 0;
  }
  input#search {
    width: 100%;
  }
  .custom-slide {
    left: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty:before {
    display: none !important;
  }
  .product-lower-primary-column,
  .product-lower-secondary-column {
    padding: 20px;
    width: auto !important;
    float: none;
    display: block;
  }
  #itemslider-product-related .owl-wrapper-outer {
    max-width: calc(100vw - 140px);
  }
}
@media screen and (max-width: 769px) and (max-width: 767px) {
  #itemslider-product-related .owl-wrapper-outer {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 769px) {
  #itemslider-product-related .owl-wrapper-outer .product-image-wrapper {
    overflow: unset;
  }
  #itemslider-product-related .owl-wrapper-outer .product-image-wrapper img.product-image-photo {
    max-height: 125px;
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .inner-container {
    padding: 0 20px;
  }
}
.catalog-category-view .category-image {
  float: left;
  justify-content: center;
  align-items: center;
  width: 20.83333333%;
  display: flex;
}
.catalog-category-view .category-image img {
  max-width: 200px;
  min-width: 140px;
}
@media screen and (min-width: 991px) {
  .catalog-category-view .category-image {
    width: 30.833333%;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-category-view .category-image {
    width: 25.83333%;
  }
}
.catalog-category-view .page-title-wrapper {
  float: right;
  width: 79.16666667%;
}
@media screen and (min-width: 991px) {
  .catalog-category-view .page-title-wrapper {
    width: 69.166667%;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-category-view .page-title-wrapper {
    width: 74.1666667%;
  }
}
.catalog-category-view .category-description {
  width: 79.16666667%;
  float: right;
}
@media screen and (min-width: 991px) {
  .catalog-category-view .category-description {
    width: 69.166667%;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-category-view .category-description {
    width: 74.1666667%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-category-view .category-description {
    width: 100%;
    float: none;
  }
}
.catalog-category-view .columns {
  padding-top: 220px;
}
.catalog-category-view .page-title-wrapper + .page.messages + .category-view + .colums {
  padding-top: 0;
}
.catalog-category-view .sidebar-main {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .catalog-category-view main#maincontent {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view main#maincontent .page-title-wrapper {
    width: 100%;
  }
  .catalog-category-view main#maincontent .category-image {
    width: 50%;
  }
  .catalog-category-view main#maincontent .category-image + .page-title-wrapper {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .catalog-category-view .product-item-actions .actions-secondary > .action.tocompare {
    display: inline-block;
  }
}

form#etatvasoft-product-inquiry-popup-modal-form .field.description {
  width: 100%;
}
form#etatvasoft-product-inquiry-popup-modal-form .field.description textarea {
  border-radius: 1.5rem;
}
form#etatvasoft-product-inquiry-popup-modal-form .field select#etatvasoft_product_inquiry_country_id {
  width: 100% !important;
  line-height: 20px;
  padding: 13px 10px;
  border-radius: 1.5rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .products-grid.wishlist {
    margin-right: 0;
  }
}
.products-grid.wishlist .product-item {
  margin-left: 10px;
  padding: 20px;
  width: calc((100% - 20px) / 3);
}
.products-grid.wishlist .product-item:nth-child(4n+1) {
  margin-left: 10px;
}
.products-grid.wishlist .product-item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .products-grid.wishlist .product-item {
    width: 50%;
  }
  .products-grid.wishlist .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item:nth-child(2n+1) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 639px) {
  .products-grid.wishlist .product-item {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .products-grid.wishlist .product-item-photo {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .products-grid.wishlist .product-item-photo .product-image-container {
    width: auto !important;
    max-width: 100%;
  }
}

body.catalogsearch-result-index li.blog__post-item {
  border-radius: 1.5rem;
  background: #ffffff;
  padding: 1rem 1rem 1.8em;
}
body.catalogsearch-result-index li.blog__post-item .blog__post-title {
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}
body.catalogsearch-result-index li.blog__post-item .blog__post-title a {
  color: #0a4479;
  font-size: 28px;
}
body.catalogsearch-result-index li.blog__post-item .blog__post-title a:hover {
  color: #398bcb;
}
body.catalogsearch-result-index li.blog__post-item .blog__post-excerpt {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #0a4479;
  line-height: 1.8em;
}
body.catalogsearch-result-index li.blog__post-item .blog__post-excerpt p {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #0a4479;
  line-height: 1.8em;
}

.column.main ul li {
  color: #0a4479;
  font-size: 16px;
}

html[lang=en] .header-search-container #header-search .block-search .action.search:before {
  content: "Search";
}

html[lang=fr] .header-search-container #header-search .block-search .action.search:before {
  content: "Chercher";
}

html[lang=es] .header-search-container #header-search .block-search nav-subm.action.search:before {
  content: "Búsqueda";
}

.kb-grid {
  display: flex;
  flex-wrap: wrap;
}
.kb-grid .card__header {
  height: auto;
}

.catalog-grid .grid12-4, .catalog-grid .grid12-6 {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .catalog-grid .grid12-4, .catalog-grid .grid12-6 {
    width: calc(100% - 30px) !important;
    margin: 10px 0;
  }
}
.catalog-grid .grid12-4 {
  width: calc(31.33% - 30px);
}
.catalog-grid .grid12-6 {
  width: calc(48% - 30px);
}

.content-white-box {
  background: #fff;
  border-radius: 1.5rem;
  padding: 10px 30px;
  margin: 40px 0;
}

@media screen and (max-width: 992px) {
  .white-box-3-columns {
    display: block !important;
  }
  .white-box-3-columns .content-white-box {
    width: auto !important;
    margin: 5px 0 20px !important;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }
}
.image-round-corner {
  border-radius: 1.5rem;
}

@media screen and (min-width: 768px) {
  .field .control._with-tooltip input, .field .control._with-tooltip textarea {
    width: 100%;
  }
  .field-tooltip {
    right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .opc-estimated-wrapper {
    width: 100%;
  }
  body.catalog-product-view main .columns {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
/*** CUSTOM SYNTHESIS ***/
.category-custom-synthesis .page-title-wrapper {
  width: 100%;
}
.category-custom-synthesis .capabilites-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.category-custom-synthesis .capabilites-categories .capabilites-category {
  width: calc(12.5% - 20px);
  margin: 0 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .category-custom-synthesis .capabilites-categories .capabilites-category {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .category-custom-synthesis .capabilites-categories .capabilites-category {
    width: calc(50% - 20px);
  }
}
.category-custom-synthesis .capabilites-categories .capabilites-category img {
  display: block;
  max-height: 75px;
  margin: 0 auto 10px auto;
}
.category-custom-synthesis ul.capabilites-list {
  list-style: disc;
  margin-left: 40px;
}
.category-custom-synthesis .formbuilder-form .subtemplate-wrapper > label {
  color: #0a4479;
  margin-bottom: 0;
}
.category-custom-synthesis .formbuilder-form button.formbuilder-button {
  margin: 0 auto;
  display: block;
  background: #398bcb;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 35px;
}
.category-custom-synthesis .formbuilder-form button.formbuilder-button:hover {
  background: #387bb2;
}
.category-custom-synthesis .cs-button-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .category-custom-synthesis .cs-button-wrapper {
    justify-content: flex-end;
  }
}
.category-custom-synthesis .cs-button-wrapper .btnfancy {
  margin: 20px 0;
  display: inline-block;
  border: 2px solid #398bcb;
  color: #398bcb;
  font-size: 14px;
  line-height: 23px;
  padding: 5px 28px;
  background: none;
  border-radius: 1.5rem;
  text-align: center;
}
.category-custom-synthesis .cs-button-wrapper .btnfancy:hover {
  background: #398bcb;
  color: #ffffff;
}
.category-custom-synthesis .examples-wrapper .examples-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-custom-synthesis .examples-wrapper .examples-container .example-list {
  width: 65px;
  position: relative;
}
.category-custom-synthesis .examples-wrapper .examples-container .example-list .example-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  background: #000;
  display: block;
  height: 100%;
}
.category-custom-synthesis .examples-wrapper .examples-container .example-list .example-icon {
  position: absolute;
  top: 0;
  max-width: 65px;
}
.category-custom-synthesis .examples-wrapper .examples-container .examples-content {
  width: calc(100% - 115px);
  padding-bottom: 100px;
}
.category-custom-synthesis .examples-wrapper .examples-container#aa-example h3, .category-custom-synthesis .examples-wrapper .examples-container#aa-example strong {
  color: #4472c4;
}
.category-custom-synthesis .examples-wrapper .examples-container#aa-example .examples-content {
  padding-top: 50px;
}
.category-custom-synthesis .examples-wrapper .examples-container#aa-example .example-icon {
  top: 50px;
}
.category-custom-synthesis .examples-wrapper .examples-container#aa-example .example-line:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  position: absolute;
}
.category-custom-synthesis .examples-wrapper .examples-container#bb-example h3, .category-custom-synthesis .examples-wrapper .examples-container#bb-example strong {
  color: #ed7d31;
}
.category-custom-synthesis .examples-wrapper .examples-container#peg-example h3, .category-custom-synthesis .examples-wrapper .examples-container#peg-example strong {
  color: #2cb0f0;
}
.category-custom-synthesis .examples-wrapper .examples-container#linkers-example h3, .category-custom-synthesis .examples-wrapper .examples-container#linkers-example strong {
  color: #fdc01e;
}
.category-custom-synthesis .examples-wrapper .examples-container#linkers-example .example-line:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  position: absolute;
}

.structuresearch-index-index .products-grid .product-item {
  width: 100%;
}
.structuresearch-index-index .products-grid .product-item .tocart:hover {
  background: #398bcb;
  color: #fff;
}

.filter-options-title {
  color: #0a4479;
}

/*** TEAM PAGE ***/
.team-wrapper .content-white-box p {
  margin-top: 10px;
}
.team-wrapper .content-white-box h3.bolder-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.team-wrapper .content-white-box .team-members {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .team-wrapper .content-white-box .team-members {
    padding-bottom: 0 !important;
  }
}
.team-wrapper .content-white-box .team-members .team-member {
  padding: 25px;
  text-align: center;
}
.team-wrapper .content-white-box .team-members .team-member img {
  border-radius: 100%;
  border: 6px solid #398bcb;
  max-width: 270px;
  width: 100%;
}
.team-wrapper .content-white-box .team-members .team-member img:hover {
  cursor: pointer;
}
.team-wrapper .content-white-box .team-members .team-member .member-background {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 270px;
  height: 270px;
  border-radius: 100%;
  border: 6px solid #398bcb;
  margin: 0 auto;
}
.team-wrapper .content-white-box .team-members .team-member.two-member-col {
  width: calc(50% - 50px);
}
.team-wrapper .content-white-box .team-members .team-member.two-member-col .info-box:before {
  left: 50%;
  margin-left: -25%;
}
.team-wrapper .content-white-box .team-members .team-member.two-member-col:nth-child(even) .info-box:before {
  margin-left: 25%;
}
@media screen and (max-width: 900px) {
  .team-wrapper .content-white-box .team-members .team-member.two-member-col {
    width: calc(100% - 50px);
  }
  .team-wrapper .content-white-box .team-members .team-member.two-member-col .info-box:before {
    margin-left: 0 !important;
  }
}
.team-wrapper .content-white-box .team-members .team-member.three-member-col {
  width: calc(33% - 50px);
}
.team-wrapper .content-white-box .team-members .team-member.three-member-col:nth-of-type(1) .info-box:before {
  left: 33%;
  margin-left: -16.5%;
}
.team-wrapper .content-white-box .team-members .team-member.three-member-col:nth-of-type(2) .info-box:before {
  left: 66%;
  margin-left: -16.5%;
}
.team-wrapper .content-white-box .team-members .team-member.three-member-col:nth-of-type(3) .info-box:before {
  left: 100%;
  margin-left: -16.5%;
}
@media screen and (max-width: 900px) {
  .team-wrapper .content-white-box .team-members .team-member.three-member-col {
    width: calc(100% - 50px);
  }
  .team-wrapper .content-white-box .team-members .team-member.three-member-col .info-box:before {
    left: 50% !important;
    margin-left: 0 !important;
  }
}
.team-wrapper .content-white-box .team-members .team-member.four-member-col {
  width: calc(25% - 50px);
}
.team-wrapper .content-white-box .team-members .team-member.four-member-col:nth-of-type(1) .info-box:before {
  left: 25%;
  margin-left: -12.5%;
}
.team-wrapper .content-white-box .team-members .team-member.four-member-col:nth-of-type(2) .info-box:before {
  left: 50%;
  margin-left: -12.5%;
}
.team-wrapper .content-white-box .team-members .team-member.four-member-col:nth-of-type(3) .info-box:before {
  left: 75%;
  margin-left: -12.5%;
}
.team-wrapper .content-white-box .team-members .team-member.four-member-col:nth-of-type(4) .info-box:before {
  left: 100%;
  margin-left: -12.5%;
}
@media screen and (max-width: 900px) {
  .team-wrapper .content-white-box .team-members .team-member.four-member-col {
    width: calc(100% - 50px);
  }
  .team-wrapper .content-white-box .team-members .team-member.four-member-col .info-box:before {
    left: 50% !important;
    margin-left: 0 !important;
  }
}
.team-wrapper .content-white-box .team-members .team-member .member-name {
  display: block;
  font-size: 1.7rem;
  color: #0a4479;
  font-weight: 600;
  margin-top: 5px;
}
.team-wrapper .content-white-box .team-members .team-member .member-name:hover {
  cursor: pointer;
}
.team-wrapper .content-white-box .team-members .team-member .member-position {
  display: block;
  font-size: 1.6rem;
  color: #0a4479;
}
.team-wrapper .content-white-box .team-members .team-member .member-position:hover {
  cursor: pointer;
}
.team-wrapper .content-white-box .team-members .team-member.management img {
  max-width: 350px;
}
.team-wrapper .content-white-box .team-members .team-member .info-box {
  position: absolute;
  width: calc(100% - 40px);
  border-radius: 1.5rem;
  padding: 20px;
  background: #398bcb;
  display: flex;
  left: 0;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
  margin-top: 20px;
  z-index: 5;
  min-height: 152px;
}
@media screen and (max-width: 767px) {
  .team-wrapper .content-white-box .team-members .team-member .info-box {
    position: relative;
    width: 100%;
    margin-left: -20px;
  }
}
.team-wrapper .content-white-box .team-members .team-member .info-box:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  top: -10px;
  position: absolute;
  background: #398bcb;
  transform: translateX(-50%) rotate(45deg);
}
.team-wrapper .content-white-box .team-members .team-member .info-box p, .team-wrapper .content-white-box .team-members .team-member .info-box h3, .team-wrapper .content-white-box .team-members .team-member .info-box a {
  color: #ffffff;
}
.team-wrapper .content-white-box .team-members .team-member .info-box .info-left {
  width: 74%;
  min-height: 152px;
}
@media screen and (max-width: 900px) {
  .team-wrapper .content-white-box .team-members .team-member .info-box .info-left {
    width: 100%;
  }
}
.team-wrapper .content-white-box .team-members .team-member .info-box .info-right {
  width: 24%;
}
@media screen and (max-width: 900px) {
  .team-wrapper .content-white-box .team-members .team-member .info-box .info-right {
    width: 100%;
  }
}
.team-wrapper .content-white-box .team-members .team-member .info-box .info-right .fas {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
}
.team-wrapper .content-white-box .team-members .team-member .info-box .info-right .fas:hover {
  cursor: pointer;
}
.team-wrapper .team-kacheln {
  display: flex;
  flex-wrap: wrap;
}
.team-wrapper .team-kacheln .team-kachel {
  padding: 30px;
  background: #ffffff;
  width: calc((100% - 180px - 60px) / 3);
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 1.5rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .team-wrapper .team-kacheln .team-kachel {
    width: calc(100% - 60px);
    margin-left: 0 !important;
  }
}
.team-wrapper .team-kacheln .team-kachel p {
  padding-bottom: 57px;
}
.team-wrapper .team-kacheln .team-kachel a.action {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.team-wrapper .team-kacheln .team-kachel.less-margin {
  margin-left: 0;
}
.team-wrapper .team-kacheln .team-kachel .team-icon {
  text-align: right;
}
.team-wrapper .team-kacheln .team-kachel .team-icon img {
  object-fit: contain;
  max-height: 90px;
}
@media screen and (min-width: 992px) {
  .team-wrapper .team-kacheln .team-kachel .kachel-header {
    height: 130px;
  }
}
.team-wrapper .team-kacheln .team-kachel.card--background:before {
  border-radius: 1.5rem;
}
.team-wrapper .team-kacheln .team-kachel.card--background .action.btn__light:hover {
  background: #fff;
  color: #398bcb;
}
.team-wrapper > .btn__light {
  float: right;
}

.product-hazardous-hint {
  text-transform: uppercase;
  color: #C93939;
  font-weight: bolder;
  font-size: 1.7rem;
  margin-bottom: 7px;
  display: inline-block;
}

.spec-list {
  column-count: 2;
  max-width: 80rem;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .spec-list {
    column-count: 1;
  }
}
.spec-list .value {
  display: inline-block;
  padding-left: 3rem;
}

.spec-list-label {
  width: 13rem;
  display: inline-block;
  padding-right: 1rem;
}

.spec-list-item {
  color: #000222 !important;
}

/*** IE11 FIXES ***/
html.ie11 ol:not(.owl-carousel).products.list.product-items {
  display: flex;
  flex-wrap: wrap;
}
html.ie11 ol:not(.owl-carousel).products.list.product-items .product-item {
  width: calc(33% - 10px);
  margin: 5px !important;
}
@media screen and (max-width: 767px) {
  html.ie11 ol:not(.owl-carousel).products.list.product-items .product-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 639px) {
  html.ie11 ol:not(.owl-carousel).products.list.product-items .product-item {
    width: 100%;
    margin: 5px 0 !important;
  }
}

/*** WIDGET RELATED PRODUCTS ***/
.cccc-related-products .product-item-info {
  width: 100%;
  text-align: center;
}

.availability-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.availability-tooltip .availability-badge {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 2rem;
  background: #8a8888;
  display: inline-block;
  margin-bottom: -0.35rem;
}
.availability-tooltip .availability-badge__43 {
  background: #2B9843;
}
.availability-tooltip .availability-badge__44 {
  background: #DFCE32;
}
.availability-tooltip .availability-badge__45 {
  background: #C93939;
}
.availability-tooltip .availability-badge__46 {
  background: #A3A3A3;
}
.availability-tooltip .availability-badge--label {
  bottom: 0;
  transform: none;
  right: 125%;
  visibility: hidden;
  min-width: 120px;
  background-color: #8a8585;
  color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.5rem 0.5rem;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .availability-tooltip .availability-badge--label {
    bottom: 125%;
    transform: translateX(-50%);
    right: unset;
  }
}
.availability-tooltip .availability-badge--item {
  display: flex;
  justify-content: start;
  width: 100%;
}

.availability-tooltip:hover .availability-badge--label {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1200px) {
  .availability-section {
    display: none;
  }
}
label[for*=m_availability_delivery_status]:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 2rem;
  background: #8a8888;
  display: inline-block;
  transform: translateY(2px);
  margin-right: 0.5rem;
}

label[for*=m_availability_delivery_status][for*="43"]:before {
  background: #2B9843;
}

label[for*=m_availability_delivery_status][for*="44"]:before {
  background: #DFCE32;
}

label[for*=m_availability_delivery_status][for*="45"]:before {
  background: #C93939;
}

label[for*=m_availability_delivery_status][for*="46"]:before {
  background: #A3A3A3;
}

.small-text p {
  line-height: 1em;
  font-size: 12px;
}

@media (min-width: 768px), print {
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}