﻿body {
  font-family: univia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: #122F3F;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2 {
  font-size: 2rem;
}
h4 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.1rem;
}
.bg-lightgray {
  background-color: #F4F4F4;
}
.font-bold {
  font-weight: 700;
}
.container-extra-width {
  max-width: 1600px;
}
.no-display {
  display: none;
}
.col-red {
  color: #DE323E;
}
.border-left-col {
  border-left: solid 2px #122F3F;
}
.border-part {
  border-bottom: solid 2px #122F3F;
}
.arrow-part {
  background: url(/lib/img/arrow-right.svg) right 10px center no-repeat;
}
.clickable {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #122F3F;
}
a:hover,
a :active {
  color: #122F3F;
}
a.nav-link {
  color: #122F3F;
  font-family: motiva-sans, sans-serif;
  padding: 0.7rem 1rem;
}
a.nav-link:hover,
a.nav-link :active {
  color: #122F3F;
}
a.blue {
  color: #1FA2C1;
}
p a {
  text-decoration: underline;
}
.account-menu {
  border-left: solid 2px #122F3F;
}
.account-menu a {
  color: #122F3F;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.account-menu a:hover,
.account-menu a :active,
.account-menu a.active {
  color: #DE323E;
}
.help-block {
  border-left: solid 3px #1FA2C1;
  padding-left: 25px;
}
.position-relative {
  position: relative;
}
.vertical-align-fix {
  display: inline-block;
  line-height: 0;
}
.vertical-align-fix:after {
  content: '';
  display: inline-block;
  height: 0.6em;
}
.share-on-holder {
  height: 100%;
  min-height: 150px;
  padding: 10px 10px 10px 15px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #DE323E;
  background: -moz-linear-gradient(270deg, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  background: -webkit-linear-gradient(270deg, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  background: linear-gradient(270deg, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de323e", endColorstr="#de323e", GradientType=1);
}
.share-on-holder a {
  align-self: end;
}
.share-on-holder img.icon {
  align-self: start;
  margin-left: auto;
  transform: rotate(-45deg);
}
.grecaptcha-badge {
  visibility: hidden;
}
.grecaptcha-disclaimer {
  font-size: 0.8rem;
  margin-top: 15px;
}
.grid-section .container {
  padding-left: 0;
  padding-right: 0;
}
.text a {
  text-decoration: underline;
}
.terms a {
  text-decoration: underline;
}
#order-summary {
  background-color: #F4F4F4;
}
#order-summary ul {
  padding-left: 0;
}
.bg-lightgray {
  background-color: #F4F4F4;
}
.d-price span {
  float: right;
}
@media (min-width: 1024px) {
  .w-lg-auto {
    width: auto !important;
  }
  h1,
  h2 {
    font-size: 2.875rem;
  }
  .flex-lg-none {
    flex: none !important;
  }
}
.btn-account {
  background: url(/lib/img/account.svg) left center no-repeat;
  /*width: 84px;*/
  height: 100%;
  padding-left: 30px;
}
.btn-account.logged-in {
  background: url(/lib/img/account-loggedin.svg) left center no-repeat;
}
.btn-cart {
  background: url(/lib/img/cart.svg) center center no-repeat;
  width: 30px;
  height: 100%;
  position: relative;
}
.btn-cart span {
  background-color: #DE323E;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: -4px;
  font-size: 0.7rem;
  width: 15px;
  height: 16px;
  text-align: center;
  padding-top: 2px;
}
.button {
  border-radius: 15px;
  padding: 15px 45px 15px 25px;
  background: url(/lib/img/arrow-right.svg) 92% no-repeat;
  border: solid 2px #122F3F;
  color: #122F3F;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
.button.change-odd:nth-of-type(2) {
  background: #122F3F url(/lib/img/arrow-right-white.svg) 92% no-repeat;
  color: #fff;
}
.button:after {
  content: '';
  display: inline-block;
  height: 0.6em;
}
.button.light-blue {
  border-color: #1FA2C1;
  background: #1FA2C1 url(/lib/img/arrow-right-white.svg) 92% no-repeat;
  color: #fff;
}
.button.red {
  border-color: #DE323E;
  background: #DE323E url(/lib/img/arrow-right-white.svg) 92% no-repeat;
  color: #fff;
}
.button.dark-blue {
  border-color: #122F3F;
  background: #122F3F url(/lib/img/arrow-right-white.svg) 92% no-repeat;
  color: #fff;
}
.button.all-white-trans-bg {
  background: transparent url(/lib/img/arrow-right-white.svg) 92% no-repeat;
  border-color: #fff;
  color: #fff;
}
.button.all-red-trans-bg {
  background: transparent url(/lib/img/arrow-right-red.svg) 92% no-repeat;
  border-color: #DE323E;
  color: #DE323E;
}
.button:disabled {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
  color: #C2C2C2;
  cursor: not-allowed;
}
.button.back {
  padding: 18px 18px 18px 45px;
  background: url(/lib/img/arrow-left.svg) 8% no-repeat;
}
.submit-arrow {
  width: 25px;
  height: 25px;
  background: url(/Lib/Img/arrow-right-white.svg) no-repeat;
}
.submit-arrow.regular {
  background: url(/Lib/Img/arrow-right.svg) no-repeat;
}
.link {
  color: #122F3F;
}
.link.arrow-red {
  display: flex;
  align-items: center;
  gap: 10px;
}
.link.arrow-red::after {
  content: '';
  background: transparent url(/lib/img/arrow-right-red.svg) 92% no-repeat;
  width: 12px;
  height: 12px;
}
.link.arrow-red.left::before {
  content: '';
  background: transparent url(/lib/img/arrow-right-red.svg) 92% no-repeat;
  transform: rotate(180deg);
  width: 12px;
  height: 12px;
}
.link.arrow-red.left::after {
  background: none;
}
.link.no-gap {
  gap: 0;
}
@media (min-width: 1024px) {
  .btn-cart span {
    top: -5px;
    right: -2px;
  }
}
@media (min-width: 1440px) {
  .button {
    line-height: 0;
    padding: 25px 60px 25px 25px;
  }
  .button.small-button {
    padding: 15px 45px 15px 25px;
  }
}
.toggle-search-form img {
  width: 25px;
}
.search-form-holder form {
  height: 100%;
  display: flex;
  flex: 1 1 auto;
}
.search-form-holder input {
  border: none;
  border-bottom: solid 2px #fff;
  background-color: #122F3F;
  color: #fff;
  height: 40px;
  display: flex;
  flex: 1 1 auto;
  border-radius: 0;
}
.search-form-holder input:focus-visible {
  outline: none;
}
.search-form-holder input::placeholder {
  color: #F4F4F4;
}
.search-form-holder img {
  width: 25px;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.language-selector {
  border: none;
  background-color: transparent;
  color: #fff;
}
.language-selector option {
  color: #122F3F;
}
.navigation-bar {
  background-color: #122F3F;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}
.navigation-bar a,
.navigation-bar a.nav-link {
  color: #fff;
  font-weight: 500;
}
.navigation-bar .dropdown-menu {
  background-color: rgba(18, 47, 63, 0.95);
  border: none;
  border-radius: 0;
  padding: 35px 0 50px;
}
.navigation-bar .dropdown-menu .submenu-bar {
  border-left: solid 3px #ABC2CE;
  color: #ABC2CE;
}
.navigation-bar .dropdown-menu .submenu-bar h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.navigation-bar .dropdown-menu .submenu-bar a {
  color: #ABC2CE;
}
.navigation-bar.white {
  background-color: #fff;
  padding: 2px 0;
  z-index: 5;
}
.navigation-bar.white .language-selector {
  color: #122F3F;
  font-weight: bold;
}
.navigation-bar.white .search-form-holder input {
  background-color: #fff !important;
  color: #122F3F !important;
  border-bottom: solid 1px #122F3F;
}
.navigation-bar.white .nav-link {
  color: #122F3F;
  padding: 0px;
}
.hamburger {
  width: 100%;
}
#mobile-navbar {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 51px;
  background-color: #122F3F;
  color: #fff;
  position: fixed;
  z-index: 0;
  border-top: solid 1px #fff;
}
#mobile-navbar .nav-items-holder {
  position: relative;
}
#mobile-navbar .dropdown-menu {
  background-color: #122F3F;
  flex-direction: row;
}
#mobile-navbar .dropdown-menu.show {
  border: none !important;
  transform: none !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
#mobile-navbar .dropdown-menu h4 {
  color: #fff;
}
#mobile-navbar .dropdown-menu a {
  color: #ABC2CE;
  font-size: 1.3rem;
}
#mobile-navbar .dropdown-menu .submenu-bar {
  margin-bottom: 15px;
}
#mobile-navbar .dropdown-menu .submenu-bar:last-of-type {
  margin-bottom: 0;
}
#mobile-navbar a {
  color: #fff;
  font-size: 1.4rem;
}
#mobile-navbar a.arrow {
  background: url(/Lib/Img/arrow-right-white.svg) 95% no-repeat;
}
#mobile-navbar .nav-bar {
  height: 100vh;
  padding-top: 75px;
  padding-bottom: 50px;
}
#mobile-navbar .mobile-topbar {
  flex-wrap: wrap;
}
#mobile-navbar .mobile-topbar .nav-link {
  flex-basis: 100%;
  order: 2;
  font-size: 0.9rem;
}
#mobile-navbar .mobile-topbar .nav-link:nth-of-type(1),
#mobile-navbar .mobile-topbar .nav-link:last-of-type {
  flex-basis: 50%;
}
#mobile-navbar .mobile-topbar .nav-link:nth-of-type(1) {
  order: 0;
}
#mobile-navbar .mobile-topbar .nav-link.bg-red {
  border-radius: 20px;
  background-color: #DE323E;
  order: 1;
  text-align: center;
}
.languages select {
  background-color: transparent;
  border: none;
  color: #fff;
}
.languages select option {
  color: #122F3F;
}
@media (min-width: 1024px) {
  .navigation-bar {
    background: #122F3F;
  }
  .search-form-holder input {
    height: 29px;
  }
}
footer {
  background-color: #122F3F;
  color: #ABC2CE;
  font-family: motiva-sans, sans-serif;
}
footer h4 {
  color: #fff;
  font-size: 1.1rem;
}
footer a {
  color: #ABC2CE;
  font-family: motiva-sans, sans-serif;
}
footer a:hover,
footer a :active {
  color: #ABC2CE;
}
footer a.nav-link {
  padding: 2px 0;
  color: #ABC2CE;
}
footer a.nav-link:hover,
footer a.nav-link :active {
  color: #fff;
}
footer a.contact-buttons {
  text-decoration: underline;
  font-weight: 700;
}
.footer-bar {
  background: #244151;
  color: #fff;
  font-family: motiva-sans, sans-serif;
}
.footer-bar a {
  color: #fff;
  font-family: motiva-sans, sans-serif;
}
.footer-bar a:hover,
.footer-bar a :active {
  color: #ABC2CE;
}
.footer-bar img {
  height: 17px;
}
.breadcrumb a {
  padding-right: 15px;
  padding-left: 15px;
  border-right: solid 1px #122F3F;
}
.breadcrumb a:first-of-type {
  padding-left: 0;
}
.breadcrumb a:last-of-type {
  padding-right: 0;
  border-right: none;
  font-weight: 700;
}
.productgroup .col-12 {
  border-top: solid 1px #ABC2CE;
}
.productgroup .col-12:last-of-type {
  border-bottom: solid 1px #ABC2CE;
}
.productgroup span {
  font-weight: 700;
  font-size: 1.4rem;
}
.productgroup a {
  gap: 0.5rem;
}
.productgroup img {
  max-height: 100px;
}
.little-bit-left {
  margin-left: -12px;
}
@media (min-width: 1024px) {
  .productgroup {
    border-top: solid 1px #C2C2C2;
    border-bottom: solid 1px #C2C2C2;
  }
  .productgroup .col-12 {
    border-top: none;
  }
  .productgroup .col-12:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 1023px) {
  .productgroup img {
    max-width: 75px;
  }
  .productgroup span {
    font-size: 1.2rem;
  }
}
.conference-item .image {
  flex: 0 0 34px;
}
.conference-item .arrow {
  background: url(/lib/img/arrow-right-red.svg) center center no-repeat;
}
.conference-item .location {
  background: url(/lib/img/map-pin.svg) center center no-repeat;
}
.conference-item .conference-date {
  flex: 0 0 34px;
  text-transform: uppercase;
}
.conference-item .conference-date span {
  font-size: 1.4rem;
  display: block;
  font-weight: 700;
}
.conference-item .conference-location {
  flex-direction: column;
}
.conference-item .conference-location span {
  font-size: 1.2rem;
  display: block;
  font-weight: 700;
}
.agenda {
  margin-left: -15px;
  margin-right: -15px;
}
.agenda .container-fluid:nth-child(even) {
  background-color: #F4F4F4;
}
.agenda .conference-date span {
  font-size: 1.6rem;
}
.agenda .conference-location span {
  font-size: 1.4rem;
}
.news-item h3 {
  font-size: 1.2rem;
  border-left: solid 2px #DE323E;
  padding-left: 15px;
  word-wrap: break-word;
  line-height: 1.44em;
}
.call-to-action {
  padding-left: 15px;
  border-left: solid 2px;
}
.call-to-action h4 {
  font-size: 1.4rem;
}
.call-to-action.light-blue {
  border-left-color: #1FA2C1;
}
.call-to-action.light-blue h4 {
  color: #1FA2C1;
}
.call-to-action.dark-blue {
  border-left-color: #122F3F;
}
.call-to-action.dark-blue h4 {
  color: #122F3F;
}
.call-to-action.red {
  border-left-color: #DE323E;
}
.call-to-action.red h4 {
  color: #DE323E;
}
.call-to-action .button:nth-of-type(2) {
  border: none;
  background: none;
  text-decoration: underline;
  color: #122F3F;
  font-weight: 700;
}
.case h3 {
  font-size: 1.4rem;
}
.case img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.case .quote-holder {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 75px;
  background: #DE323E;
  background: -moz-linear-gradient(270deg, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  background: -webkit-linear-gradient(270deg, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  background: linear-gradient(270deg, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de323e", endColorstr="#de323e", GradientType=1);
  color: #fff;
}
.case .quote-holder a {
  text-decoration: underline;
  color: #fff;
}
.case .quote-holder a.button {
  text-decoration: none;
}
.case .quote-holder a:hover {
  color: #fff;
}
.case .quote-holder blockquote {
  font-size: 3rem;
  line-height: 1.22em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.case .quote-holder .quote-l:before {
  font-size: 5rem;
  line-height: 1.22em;
  font-weight: 700;
  position: absolute;
  content: '\201C';
  left: 25px;
}
.case .quote-holder .quote-r:before {
  font-size: 5rem;
  line-height: 1.22em;
  font-weight: 700;
  position: absolute;
  content: '\201D';
  right: 40px;
  margin-top: 20px;
  font-family: motiva-sans, sans-serif;
}
@media (min-width: 1024px) {
  .case {
    position: relative;
  }
  .case .quote-holder {
    position: absolute;
    width: 50%;
    right: 0;
    top: -35%;
  }
}
@media (min-width: 1440px) {
  .case {
    position: relative;
  }
  .case .quote-holder {
    position: absolute;
    width: 40%;
    right: 0;
    top: -22%;
  }
}
@media (max-width: 1023px) {
  .case .quote-holder {
    padding: 25px;
    margin-left: 15px;
    margin-top: -75px;
    width: calc(100% - 15px);
  }
  .case .quote-holder h3 {
    font-size: 1.1rem;
    padding-left: 12px;
  }
  .case .quote-holder blockquote {
    font-size: 1.7rem;
    max-width: 81%;
    position: relative;
    left: 12px;
  }
  .case .quote-holder .quote-l:before {
    font-size: 2.5rem;
  }
  .case .quote-holder .quote-r:before {
    font-size: 2.5rem;
    right: -10px;
  }
}
header {
  font-family: motiva-sans, sans-serif;
}
header a {
  font-family: motiva-sans, sans-serif;
}
.headers .header {
  min-height: 350px;
  position: relative;
  background-size: cover;
  margin-bottom: 150px;
}
.headers .header .header-text-holder {
  position: absolute;
  width: calc(100% - 30px);
  bottom: -35%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 25px;
  background: #DE323E;
  background: -moz-linear-gradient(0, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  background: -webkit-linear-gradient(0, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  background: linear-gradient(0, #de323e 0%, rgba(222, 50, 62, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de323e", endColorstr="#de323e", GradientType=1);
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}
.headers .header .header-text-holder h3 {
  font-size: 2rem;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1024px) {
  .headers {
    /*        margin-bottom: 150px;*/
  }
  .headers .header {
    min-height: 445px;
  }
  .headers .header .header-text-holder {
    padding: 40px;
    width: auto;
  }
  .headers .header .header-text-holder h3 {
    font-size: 3rem;
  }
  .header-text-holder {
    position: absolute;
    width: 60%;
    right: 7%;
  }
}
@media (min-width: 1440px) {
  .headers .header {
    min-height: 445px;
  }
  .headers .header .header-text-holder {
    padding: 75px;
  }
  .headers .header .header-text-holder h3 {
    font-size: 2.85rem;
  }
  .header-text-holder {
    position: absolute;
    width: 540px;
    right: 15%;
    bottom: -20% !important;
  }
}
.logo-block img {
  max-height: 30px;
  max-width: 200px;
}
@media (max-width: 1023px) {
  .logo-block .logos img {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .webshop-image {
    transform: translateX(-20%);
  }
}
@media (min-width: 1024px) {
  .block-logo-slider .slick-list {
    display: flex;
    width: 100%;
  }
  .block-logo-slider .slick-list .slick-track {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .message-block {
    min-height: 80px;
    position: relative;
    top: -120px;
    margin-bottom: -120px;
  }
}
.search-result-item .text-holder {
  border-left: solid 2px #1FA2C1;
}
.search-result-item .text-holder h4,
.search-result-item .text-holder h5 {
  margin: 0;
}
.search-result-item.project .text-holder {
  border-left-color: #122F3F;
}
.search-result-item.product .text-holder {
  border-left-color: #DE323E;
}
/*.lb-outerContainer {
    width: 80vw !important;
    height: 80vh !important;
    overflow:hidden;
    .lb-image{
        height: auto !important;
        width:100% !important;
    }
}*/
.price {
  font-weight: 700;
  font-size: 1.2rem;
}
.price label {
  font-size: 1rem;
  font-weight: 300;
}
.price div {
  font-size: 1rem;
  font-weight: 300;
}
.fav {
  width: 37px;
  height: 35px;
  background-image: url(/Lib/Img/favorite.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.fav.active {
  background-image: url(/Lib/Img/favorite-active.svg);
}
.fav.active.mouseout:hover {
  background-image: url(/Lib/Img/favorite-remove.svg);
}
.enlarge-image {
  position: relative;
}
.enlarge-image.show-icon:after {
  content: url(/Lib/Img/enlarge.svg);
  width: 50px;
  height: 50px;
  display: block;
  bottom: 0;
  right: 0;
  position: absolute;
}
.product-images img {
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border: solid 2px #122F3F;
  max-width: 100%;
}
.product-images img.main-image {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.product-item {
  border-left: 3px solid #DE323E;
}
.product-item .image-holder {
  min-height: 200px;
  max-height: 220px;
}
.product-item img {
  max-width: 100%;
  max-height: 100%;
}
.product-item a h4 {
  font-size: 1.2em;
  margin-bottom: 0.1rem;
  word-break: break-word;
}
#productAdded .modal-header {
  border-bottom-color: #C2C2C2;
}
#productAdded .modal-footer {
  border-top: solid 1px #C2C2C2;
}
.product ul {
  list-style-image: url('/Lib/Img/check.svg');
  padding-left: 1.5rem;
}
.product ul li {
  padding-bottom: 25px;
}
.product .image-holder img,
.product .image-gallery img {
  border-top-left-radius: 75px;
  border-bottom-right-radius: 75px;
}
.product .image-holder {
  position: relative;
}
.product .image-holder a div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 25px 0 19px;
  background: rgba(18, 47, 63, 0.5);
  border-top-right-radius: 50px;
}
.product .image-holder a div:after {
  content: '+';
  color: #fff;
  font-size: 3rem;
  line-height: 1em;
}
.product .left-column .image-gallery img {
  max-width: 100%;
}
.product .left-column .image-gallery:nth-of-type(1) {
  position: relative;
}
.product .left-column .image-gallery:nth-of-type(1) div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 47, 63, 0.5);
  border-top-left-radius: 75px;
  border-bottom-right-radius: 75px;
  display: flex;
}
.product .left-column .image-gallery:nth-of-type(1) div:after {
  content: '+';
  color: #fff;
  font-size: 6rem;
  line-height: 1em;
  width: 100%;
  align-self: center;
  text-align: center;
}
.product .right-column .gallery-block {
  height: 111px;
}
.product .right-column .gallery-block:nth-of-type(1) div {
  border-top-left-radius: 75px;
}
.product .right-column .gallery-block:nth-of-type(9) div {
  border-bottom-right-radius: 75px;
}
.product .right-column .gallery-block div {
  height: 100%;
  width: 100%;
  background-color: #DE323E;
  background-size: cover;
}
.product .pull-top {
  padding-top: 0 !important;
  margin-top: -75px;
}
.product .wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.product .wrapper .tab {
  cursor: pointer;
  padding: 20px;
  display: inline-block;
  border: solid 1px #fff;
  border-bottom-color: #C2C2C2;
  position: relative;
  top: 1px;
  font-size: 1.2rem;
}
.product .wrapper .panels {
  width: 100%;
  overflow: hidden;
  border-top: solid 1px #C2C2C2;
  border-bottom: solid 1px #C2C2C2;
}
.product .wrapper .panels .panel {
  display: none;
  animation: fadein 0.8s;
}
.product .wrapper .panels .panel.downloads ul {
  list-style-image: none;
  padding-left: 0;
}
.product .wrapper .panels .panel.downloads ul a {
  width: 60%;
}
.product .wrapper .radio {
  display: none;
}
@media (max-width: 1023px) {
  .tab {
    background: #fff url(/Lib/Img/chevron-down.svg) no-repeat 95%;
  }
  #m-one:checked ~ .panels #one-tab,
  #m-two:checked ~ .panels #two-tab,
  #m-three:checked ~ .panels #three-tab {
    background: #F4F4F4 url(/Lib/Img/chevron-up.svg) no-repeat 95%;
  }
  #m-one:checked ~ .panels #one-panel,
  #m-two:checked ~ .panels #two-panel,
  #m-three:checked ~ .panels #three-panel {
    display: block;
  }
  .panel {
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .line-right {
    border-right: solid 1px #C2C2C2;
  }
  .enlarge-image {
    display: flex;
  }
  .product .right-column .gallery-block {
    height: 150px;
  }
  .related-products-slide .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tab {
    border-top-left-radius: 50px;
  }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel {
    display: block;
  }
  #one:checked ~ .tabs #one-tab,
  #two:checked ~ .tabs #two-tab,
  #three:checked ~ .tabs #three-tab {
    border: solid 1px #C2C2C2;
    border-bottom-color: #fff;
  }
  .panel {
    display: none;
    animation: fadein 0.8s;
  }
  .panel.specs h6 {
    width: 40%;
  }
  .panel.specs span {
    width: 60%;
  }
  .product .left-column .image-gallery img {
    max-width: 100%;
  }
  .product .left-column .image-gallery:nth-of-type(1) {
    margin-left: auto;
    width: 50%;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*#region category highlight */
.category-highlight {
  border-bottom: 3px solid #122F3F;
}
/*#endregion */
.contact .call-to-action {
  margin-bottom: 30px;
}
.form-control {
  border: none;
  border-bottom: solid 2px #C2C2C2;
  color: #122F3F;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0;
}
.form-control:focus {
  border-bottom-color: #122F3F;
  color: #122F3F;
  outline: none;
  box-shadow: none;
  background-image: url(/lib/Img/arrow-down.svg);
  background-position: 98%;
  background-repeat: no-repeat;
}
.form-control label {
  color: #C2C2C2;
}
.totalPrice {
  border-top: solid 1px #C2C2C2;
}
input[type="radio"] {
  border-color: #00C851;
  background-color: #00C851;
}
.form-floating > label {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*input[type=file] {
    &:before {
        content: attr(placeholder);
        position: absolute;
        z-index: 2;
        display: block;
        width: 137px;
        padding: 6px;
        bottom: 6px;
        left: 0;
        text-align: center;
        background-color: #e9ecef;
    }

    &.uploadFile {
        &:before {
            content:'';
            width: 0;
            padding: 0;
        }
    }
}*/
.offer-wrap {
  padding: 0;
  position: relative;
  clear: right;
  border-bottom: none !important;
}
.offer-wrap input.form-control {
  background-color: transparent;
  color: #1FA2C1;
  border-bottom-width: 1px;
}
.offer-wrap input.form-control:focus {
  background-image: none;
}
.offer-wrap input.form-control::placeholder {
  color: #1FA2C1;
}
.offer-wrap input[type=submit] {
  position: absolute;
  right: 0px;
  bottom: 6px;
  padding: 0;
  width: 20px;
  background-size: 17px;
  height: 20px;
}
.field-validation-error {
  color: #DE323E;
}
.offer-error {
  background: transparent !important;
  border-bottom: none !important;
  padding: 0 !important;
  position: relative;
  top: 15px;
}
.offer-error .alert {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
footer .form-control {
  background-color: transparent;
}
footer .form-control:focus {
  background: none;
  color: #fff;
  /*     ~ .submit-arrow {
                display: none;
            }*/
}
footer .submit-arrow {
  position: absolute;
  right: 0;
  top: 17px;
}
.modal .modal-body {
  color: #122F3F;
}
.modal .modal-footer {
  border-top: none;
}
.field-validation-valid {
  display: none;
}
input,
textarea {
  border: 1px solid #F4F4F4;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-group {
  clear: both;
  /*    margin: 15px 0;*/
  position: relative;
  display: inline-flex;
  flex-basis: content;
}
.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  resize: vertical;
  border-left: none;
}
.input-group input[type='button'] {
  background-color: #fff;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}
.input-group .button-minus {
  display: none;
}
.input-group .button-plus {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  margin-left: -4px;
}
.cart-page .cart .row {
  border-bottom: solid 1px #C2C2C2;
}
.cart-page .cart .row:first-of-type {
  border-top: solid 1px #C2C2C2;
}
.price-styler {
  display: block;
  text-align: right;
}
.price-styler::first-letter {
  float: left;
}
.form-check-input {
  border-color: #C2C2C2 !important;
}
.form-check-input:checked {
  background-color: #122F3F !important;
}
input[type=radio] {
  background-color: #fff;
}
.error .form-control {
  border-bottom-color: #DE323E;
}
span.error {
  color: #DE323E;
}
.validation-summary-errors {
  color: #DE323E;
}
.validation-summary-errors ul {
  padding-left: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .input-group .button-minus {
    display: inline-block;
    border-right: none;
    border-radius: 35% 0 0 35%;
  }
  .input-group .button-plus {
    display: inline-block;
    border-left: none;
    left: -13px;
    border-radius: 0 35% 35% 0;
  }
}
.order-row {
  border-bottom: solid 1px #DE323E;
  padding: 15px 0;
  font-weight: 700;
}
.order-row .edit {
  width: 18px;
  height: 18px;
  display: block;
  background: url(/Lib/Img/arrow-right-red.svg) 92% center no-repeat;
  transform: rotate(90deg);
  margin-left: 15px;
  cursor: pointer;
}
.order-row .openOrder.open .edit {
  transform: rotate(270deg);
}
.order-search.form-floating label {
  padding-left: 0.75rem !important;
  color: #1FA2C1;
}
.order-search.form-floating button {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  content: '';
  background-color: transparent;
  width: 40px;
  height: 40px;
}
.order-search.form-floating .form-control.blue {
  background-image: url(/lib/Img/arrow-right-blue.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  border-color: #1FA2C1;
}
.order-search.form-floating .form-control:focus {
  background-image: url(/lib/Img/arrow-right-blue.svg);
}
.order-header {
  border-bottom: solid 1px #C2C2C2;
}
.customerAddress {
  border-bottom: solid 1px #DE323E;
  display: flex;
  align-items: center;
  justify-content: end;
}
.customerAddress:first-of-type {
  border-top: solid 1px #C2C2C2;
}
.customerAddress label {
  font-weight: 700;
  flex-grow: 1;
  width: 100%;
}
.customerAddress.checkout label {
  font-weight: 300;
}
.customerAddress.checkout label span {
  font-weight: 700;
}
.customerAddress .is-default {
  border-radius: 25px;
  border: solid 1px #DE323E;
  color: #DE323E;
  padding: 5px 15px;
}
.customerAddress .edit {
  width: 12px;
  height: 12px;
  background: url(/Lib/Img/arrow-right-red.svg) 92% center no-repeat;
  transform: rotate(90deg);
  margin-left: 15px;
  cursor: pointer;
}
.customerAddress .empty-delete,
.customerAddress .delete {
  width: 25px;
  height: 25px;
  color: #1FA2C1;
  font-weight: 700;
  margin-left: 15px;
  cursor: pointer;
}
.addAddress {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .customerAddress label {
    font-weight: 700;
    flex-grow: 1;
  }
}
.umb-grid img {
  max-width: 100%;
}
.umb-grid a {
  text-decoration: underline;
}
.recentproducts {
  border-top: solid 1px #C2C2C2;
}
.pagination a.page {
  padding: 15px;
  border: solid 1px #122F3F;
  color: #122F3F;
  display: inline-block;
  line-height: 0;
  margin-right: 15px;
  border-radius: 15px;
}
.pagination a.page:after {
  content: '';
  display: inline-block;
  height: 0.6em;
}
.pagination a.page.active {
  background-color: #122F3F;
  color: #fff;
}
.filter-group .form-group {
  justify-content: start;
}
.filter-group .form-group.type {
  flex-direction: row-reverse;
}
.related-products-slide .slick-track {
  display: flex !important;
}
.related-products-slide .slick-slide {
  height: inherit !important;
}
@media (max-width: 1023px) {
  .filter-arrow-holder {
    align-items: center;
  }
  .filter-arrow-holder h3 {
    display: inline-flex;
    max-width: 80%;
  }
  .filter-arrow {
    background: #fff url(/Lib/Img/chevron-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
  }
  .filter-arrow.open {
    background-image: url(/Lib/Img/chevron-up.svg);
  }
}
.side-menu .filter-group .form-group {
  justify-content: start;
  flex-direction: column;
}
.side-menu .filter-group strong {
  font-size: 1.4rem;
  display: inline-block;
  /*          margin-top: 25px;*/
}
.checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #C2C2C2;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  padding: 3px;
}
.checkbox-round:checked {
  background-color: #122F3F;
}
.checkbox-round:checked.product {
  background-color: #DE323E;
}
.checkbox-round:checked.project {
  background-color: #122F3F;
}
.checkbox-round:checked.page {
  background-color: #ABC2CE;
}
.side-menu .checkbox-round {
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.location-item .red {
  color: #DE323E;
}
.timeline-element h6 {
  font-family: univia-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #DE323E;
}
.timeline-element img {
  max-width: 95%;
}
.timeline-element .text-block {
  border-top: solid 2px #DE323E;
}
.timeline-element .text-block .col {
  margin-left: 15%;
  padding: 25px 0 0 25px;
  border-left: solid 2px #DE323E;
  position: relative;
}
.timeline-element .text-block .col:before {
  content: ' ';
  width: 15px;
  height: 15px;
  border: solid 3px #DE323E;
  border-radius: 50%;
  background-color: #F4F4F4;
  position: absolute;
  top: -9px;
  left: -8px;
}
.timeline-element:first-of-type .text-block {
  margin-left: 0;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 999;
  top: 210px;
  background: url(/Lib/Img/arrow-right-red.svg) no-repeat;
  border: none;
  width: 22px;
  height: 22px;
}
.slick-prev {
  transform: rotate(180deg);
  left: -10px;
}
.slick-next {
  right: 0;
}
.slick-disabled {
  display: none !important;
}
.round-corners {
  border-radius: 50px;
}
.cookie-bar {
  background-color: #F4F4F4;
  bottom: 0;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  color: var(--clr-white);
  font-size: 0.75rem;
  left: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  z-index: 10000;
  transform: translateY(100%);
  transition: transform 500ms ease-in-out;
}
.cookie-bar.show {
  transform: translateY(0);
  transition: transform 500ms 500ms ease-in-out;
}
.cookie-bar a {
  color: #DE323E;
}
.cookie-bar .button {
  font-size: 0.75rem;
}
.cookie-bar .cookie-bar-button-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  height: 100%;
}
.cookie-bar .cookie-bar-button-container a {
  padding: 5px;
}
.cookie-bar .cookie-bar-button-container a.button-accept {
  background-color: #1fc147;
  color: #fff;
}
.cookie-bar .cookie-bar-button-container a.button-accept:hover {
  text-decoration: none;
}
.cookie-bar .cookie-bar-button-container a.button-reject {
  color: #122F3F;
}
@media (max-width: 991px) {
  .cookie-bar {
    text-align: center;
  }
  .cookie-bar .cookie-bar-button-container {
    padding-block: 0.5rem;
    justify-content: space-around;
  }
}