html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, select, input, button, textarea,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
}

html {
  margin: 0 !important;
}

body {
  color: #1D1D1D;
  line-height: 1.56;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 780px) {
  body {
    font-size: 14px;
  }
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  display: block;
  max-width: 100%;
}

::placeholder {
  color: #1D1D1D;
  opacity: 1;
  /* Firefox */
}

h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.flex {
  display: flex;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex > * {
  position: relative;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex .flex-column {
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .flex.break-laptop {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-laptop.bleed-big > *, .flex.break-laptop.bleed.bleed-big > *, .flex.break-laptop.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-laptop.bleed-big > :first-child, .flex.break-laptop.bleed.bleed-big > :first-child, .flex.break-laptop.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-laptop.bleed-big > :last-child, .flex.break-laptop.bleed.bleed-big > :last-child, .flex.break-laptop.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .flex.break-tablet {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.bleed-big > *, .flex.break-tablet.bleed.bleed-big > *, .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-tablet.bleed-big > :first-child, .flex.break-tablet.bleed.bleed-big > :first-child, .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed-big > :last-child, .flex.break-tablet.bleed.bleed-big > :last-child, .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile > * {
    width: 100%;
  }
  .flex.break-mobile.bleed-big > *, .flex.break-mobile.bleed.bleed-big > *, .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-mobile.bleed-big > :first-child, .flex.break-mobile.bleed.bleed-big > :first-child, .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed-big > :last-child, .flex.break-mobile.bleed.bleed-big > :last-child, .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .flex.break-mobile.flex-center {
    align-items: flex-start;
  }
}
.flex .line-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .flex .line-break-tablet {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .flex .line-break-mobile {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
.flex.bleed > * {
  margin-left: 10px;
  margin-right: 10px;
}
.flex.bleed > :first-child {
  margin-left: 0px;
}
.flex.bleed > :last-child {
  margin-right: 0px;
}
.flex.bleed-big > * {
  margin-left: 30px;
  margin-right: 30px;
}
.flex.bleed-big > :first-child {
  margin-left: 0px;
}
.flex.bleed-big > :last-child {
  margin-right: 0px;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex.max-2 > * {
  width: calc( 50% - 10px );
  min-width: calc( 50% - 10px );
  max-width: calc( 50% - 10px );
}
@media screen and (max-width: 1281px) {
  .flex.max-2.bleed-big > * {
    width: calc( 50% - 100px );
    min-width: calc( 50% - 100px );
    max-width: calc( 50% - 100px );
  }
}
.flex.max-2.bleed > :nth-child(2n) {
  margin-right: 0px;
}
.flex.max-2.bleed > :nth-child(2n+1) {
  margin-left: 0px;
}
.flex.max-3 > * {
  width: calc( 33.3% - 20px );
  min-width: calc( 33.3% - 20px );
  max-width: calc( 33.3% - 20px );
}
.flex.max-3.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap > * {
  width: calc( 33.3% - 60px );
  min-width: calc( 33.3% - 60px );
  max-width: calc( 33.3% - 60px );
}
.flex.max-3-big-gap.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-3-big-gap.bleed-big > :nth-child(3n) {
  margin-right: 0px;
}
.flex.max-3-big-gap.bleed-big > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.max-4 > * {
  width: calc( 25% - 15px );
  min-width: calc( 25% - 15px );
  max-width: calc( 25% - 15px );
}
.flex.max-4.bleed > :nth-child(4n) {
  margin-right: 0px;
}
.flex.max-4.bleed > :nth-child(4n+1) {
  margin-left: 0px;
}
.flex.max-4-no-margin > * {
  width: calc( 25% );
  min-width: calc( 25% );
  max-width: calc( 25% );
}
.flex.max-5 > * {
  width: calc( 20% - 15px );
  min-width: calc( 20% - 15px );
  max-width: calc( 20% - 15px );
}
.flex.max-5.bleed > :nth-child(5n) {
  margin-right: 0px;
}
.flex.max-5.bleed > :nth-child(5n+1) {
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  .flex.break-tablet.max-5 > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-5.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-5.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-5 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .flex.break-tablet.max-4 > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-4.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-4.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-4 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .flex.break-tablet.max-4-no-margin > * {
    width: calc( 50% - 10px );
    min-width: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
  }
  .flex.break-tablet.max-4-no-margin.bleed > :nth-child(2n) {
    margin-right: 0px;
  }
  .flex.break-tablet.max-4-no-margin.bleed > :nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-tablet.max-4-no-margin > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .flex.break-tablet.max-3 > *, .flex.break-tablet.max-2 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .flex.break-mobile.max-5 > *, .flex.break-mobile.max-4 > *, .flex.break-mobile.max-3 > *, .flex.break-mobile.max-2 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .flex.wrap-tablet {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 780px) {
  .flex.wrap-mobile {
    flex-flow: row wrap;
  }
}

.flex-tablet {
  display: block;
}
@media screen and (max-width: 1024px) {
  .flex-tablet {
    display: flex;
  }
}

@media screen and (max-width: 780px) {
  .flex-mobile {
    display: flex;
  }
}

.flex-center {
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .flex-center-tablet {
    align-items: center;
  }
}

.flex-text-center {
  justify-content: center;
}

.flex-text-right {
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .flex-bottom-tablet {
    align-items: flex-end;
  }
}

.flex-bottom {
  align-items: flex-end;
}

.flex-item-right {
  margin-left: auto !important;
}

.flex-item-left {
  margin-right: auto !important;
}

body.menu-visible {
  overflow: hidden;
}
body.menu-visible .site-header {
  padding: 21px 0px 21px 10px;
}
body.menu-visible .site-header .nav {
  display: block;
  transform: none;
}
@media screen and (max-width: 780px) {
  body.menu-visible .user-country-list {
    display: none;
  }
}
body.popup-active {
  overflow: hidden;
}
body.editprofileform #edit-address-form, body.editprofileform #edit-profile-form {
  display: none;
}
body.editprofileform .view-form {
  display: none;
}
body.editprofileform .edit-address-form {
  display: none;
}
body.editprofileform .edit-profile-form {
  display: block !important;
}
body.editprofileform .address-left-column {
  display: none;
}
body.editaddressform #edit-address-form, body.editaddressform #edit-profile-form {
  display: none;
}
body.editaddressform .view-form {
  display: none;
}
body.editaddressform .edit-address-form {
  display: block !important;
}
body.editaddressform .edit-profile-form {
  display: none !important;
}
body.editaddressform .profile-left-column {
  display: none;
}
body.edit-shipping-address #edit-address-form, body.edit-shipping-address #edit-profile-form {
  display: none;
}
body.edit-shipping-address .view-form {
  display: none;
}
body.edit-shipping-address .edit-address-form {
  display: block !important;
}
body.edit-shipping-address .edit-address-form > .edit-billing-address {
  display: none;
}
body.edit-shipping-address .edit-profile-form {
  display: none !important;
}
body.edit-shipping-address .profile-left-column {
  display: none;
}
body.edit-billing-address #edit-address-form, body.edit-billing-address #edit-profile-form {
  display: none;
}
body.edit-billing-address .view-form {
  display: none;
}
body.edit-billing-address .edit-address-form {
  display: block !important;
}
body.edit-billing-address .edit-address-form > .edit-shipping-address {
  display: none;
}
body.edit-billing-address .edit-profile-form {
  display: none !important;
}
body.edit-billing-address .profile-left-column {
  display: none;
}

.clear {
  clear: both;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc( $containerMaxWidth + 2 * $containerPaddingPc );
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: calc( $containerMaxWidth + 2 * $containerPaddingTablet );
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media screen and (max-width: 780px) {
  .container {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.small-container {
  max-width: 1300px;
}

.site-footer,
.site-header {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 1440px) {
  .site-footer,
.site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer,
.site-header {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media screen and (max-width: 780px) {
  .site-footer,
.site-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .container,
.site-header .container {
  max-width: 1780px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 780px) {
  .site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu-visible .profile-actions .flex {
  visibility: hidden;
}
.menu-visible .site-header .flex .logo {
  margin: unset;
}

.bold {
  font-weight: 700;
}

.blue {
  color: #4A8EC8;
}

.rich-text > * {
  word-break: break-word;
  margin-bottom: 14px;
  color: #221E20;
}
.rich-text p {
  margin-bottom: 0;
}
.rich-text strong {
  font-weight: bold;
}
.rich-text i {
  font-style: italic;
}
.rich-text h2 {
  font-size: 24px;
  font-weight: bold;
}
.rich-text h3 {
  font-size: 18px;
  font-weight: bold;
}
.rich-text ul, .rich-text ol {
  margin-left: 20px;
  margin-top: 10px;
}
.rich-text ul > li > ul, .rich-text ol > li > ul {
  margin-top: 0;
}
.rich-text ul > li > ul > li > ul, .rich-text ol > li > ul > li > ul {
  margin-top: 0;
}
.rich-text ul li {
  list-style-type: disc;
}
.rich-text ol li {
  list-style-type: decimal;
}

/* Remove default arrows for number input type */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce a.button.wc-backward {
  margin-top: 15px;
}

.woocommerce a.button.wc-backward,
.action-button {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  line-height: 2;
  padding: 13px 25px;
  border: 2px solid #4A8EC8;
  background: #4A8EC8;
  color: white;
  height: 60px;
  text-transform: uppercase;
}
.woocommerce a.button.wc-backward:hover,
.action-button:hover {
  background: #fff;
  color: #4A8EC8;
}
.woocommerce a.button.wc-backward.smaller,
.action-button.smaller {
  padding: 0px 25px;
  height: 40px;
  line-height: 38px;
}
.woocommerce a.button.wc-backward.light,
.action-button.light {
  display: inline-block;
  background: #fff;
  border-color: #fff;
  margin-top: 5px;
  transition: all 0.3s;
  color: #214080;
}
.woocommerce a.button.wc-backward.light:hover,
.action-button.light:hover {
  background: #214080;
  border-color: #214080;
  color: #fff;
}
.woocommerce a.button.wc-backward.black,
.action-button.black {
  background: transparent;
  border-color: #1d1d1d;
  color: #1d1d1d;
}
.woocommerce a.button.wc-backward.black:hover,
.action-button.black:hover {
  background: #1d1d1d;
  color: white;
}
.woocommerce a.button.wc-backward.add-address,
.action-button.add-address {
  margin: 15px 0;
  padding: 5px 15px;
  height: auto;
}
.woocommerce a.button.wc-backward.full-width,
.action-button.full-width {
  width: 100%;
  text-align: center;
}
.woocommerce a.button.wc-backward.load-more,
.action-button.load-more {
  display: block;
  margin: 35px auto;
}
.woocommerce a.button.wc-backward.referenz-related,
.action-button.referenz-related {
  display: inline-block;
  margin: 10px 10px 10px 0;
}

.custom-breadcrumbs .delimeter img {
  display: inline-block;
  padding: 0 12px;
  vertical-align: middle;
}

.page-template-page-favoriten .hidden-pr {
  display: none;
}

.content-message {
  padding: 0 100px 75px 0;
}

.elementor-image-carousel-caption {
  text-align: center;
  margin-top: 27.2px;
  opacity: 1;
  color: #000;
  font-size: 15px;
  transform: translate3d(10px, 10px, 10px);
}
@media screen and (max-width: 1024px) {
  .elementor-image-carousel-caption {
    height: 110px;
  }
}

.elementor-7251 .elementor-element.elementor-element-66e0d11 .swiper-wrapper {
  padding-bottom: 100px;
}
.elementor-7251 .elementor-element.elementor-element-66e0d11 .swiper-wrapper .swiper-slide {
  overflow: visible;
}
.elementor-7251 .elementor-element.elementor-element-66e0d11 .swiper-wrapper .swiper-slide figcaption {
  display: none;
}
@media screen and (max-width: 780px) {
  .elementor-7251 .elementor-element.elementor-element-66e0d11 .swiper-wrapper .swiper-slide figcaption {
    display: block;
  }
}
.elementor-7251 .elementor-element.elementor-element-66e0d11 .swiper-wrapper .swiper-slide.swiper-slide-next figcaption {
  display: block;
}

.highlighted-text {
  color: #4C8ECB;
}

.slider-middle-image .swiper-slide-next {
  transform: scale(1.2);
  height: auto;
  margin-top: 70px;
  padding-bottom: 10px;
  z-index: 200;
}
@media screen and (max-width: 1440px) {
  .slider-middle-image .swiper-slide-next {
    height: auto;
    margin-top: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-middle-image .swiper-slide-next {
    height: auto;
    margin-top: 180px;
  }
}
@media screen and (max-width: 780px) {
  .slider-middle-image .swiper-slide-next {
    transform: none;
    height: auto;
    margin-top: auto;
  }
}

.page-entry-content {
  margin-top: 49px;
}
@media screen and (max-width: 780px) {
  .page-entry-content {
    margin-top: 33px;
  }
}
.page-entry-content.space-right {
  padding-right: 540px;
}
@media screen and (max-width: 1440px) {
  .page-entry-content.space-right {
    padding-right: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .page-entry-content.space-right {
    padding-right: 0;
  }
}

.page-entry-content.space-bottom {
  padding-bottom: 226.2px;
}
@media screen and (max-width: 780px) {
  .page-entry-content.space-bottom {
    padding-bottom: 30px;
  }
}
.page-entry-content .page-title {
  margin-bottom: 97.8px;
}
@media screen and (max-width: 780px) {
  .page-entry-content .page-title {
    margin-bottom: 0px;
  }
}
.page-entry-content #breadcrumbs {
  padding: 24px 0px 44.5px 0px;
  font-size: 0.92em;
  font-weight: bold;
  color: #4A8EC8;
}
.page-entry-content #breadcrumbs .breadcrumb_last {
  color: #A0A0A0;
}
.page-entry-content #breadcrumbs .breadcrumb-separator {
  display: inline-block;
  padding: 0 10px;
}
.page-entry-content #breadcrumbs span {
  display: flex;
  align-items: center;
}

.section .section-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.32;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .section .section-title {
    font-size: 23px;
    margin-bottom: 11px;
    line-height: 1;
  }
}
.section .lite-button {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.09;
  color: #214080;
  position: relative;
  margin-right: 30px;
  transition: all 0.3s;
}
.section .lite-button:hover {
  margin-right: 10px;
}
@media screen and (max-width: 780px) {
  .section .lite-button {
    font-size: 16px;
  }
}

.site-header {
  background: #0069b4;
  background: linear-gradient(90deg, #0069b4 0%, #01518a 70%);
  color: #fff;
  padding: 21px 0;
}
.site-header .container {
  position: relative;
}
@media screen and (max-width: 780px) {
  .site-header {
    height: 84px;
  }
}
@media screen and (max-width: 360px) {
  .site-header {
    height: 74px;
  }
}
.site-header .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .site-header .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .flex {
    align-items: flex-start;
  }
}
.site-header .flex .logo {
  max-width: 26%;
  margin-right: 0;
}
@media screen and (max-width: 1520px) {
  .site-header .flex .logo {
    max-width: 30%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .site-header .flex .logo {
    max-width: 20%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .logo {
    max-width: 130px;
    margin-left: 10px;
    padding: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 360px) {
  .site-header .flex .logo {
    max-width: 110px;
  }
}
.site-header .flex .nav {
  margin-right: 0;
  margin-left: 120px;
  padding-top: 20px;
}
@media screen and (max-width: 1680px) {
  .site-header .flex .nav {
    margin-left: 66px;
  }
}
@media screen and (max-width: 1440px) {
  .site-header .flex .nav {
    margin-left: 20px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .flex .nav {
    padding-top: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .nav {
    display: none;
    position: fixed;
    padding: 20px;
    background: #ffffff;
    width: 100vw;
    height: 100%;
    top: 31vh;
    left: 0;
    right: 0;
    margin: 0;
    color: #1d1d1d;
    z-index: 999999;
    transform: translateX(100%);
    transition: transform 0.5s ease;
    overflow: auto;
  }
}
.site-header .flex .nav .search-bar .search-form {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.site-header .flex .nav .search-bar .search-form .search-field {
  height: 54px;
  width: 520px;
  padding-left: 20px;
  border: 2px solid #D8D8D8;
  color: #1D1D1D;
}
@media screen and (max-width: 1440px) {
  .site-header .flex .nav .search-bar .search-form .search-field {
    height: 45px;
    width: 420px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .site-header .flex .nav .search-bar .search-form .search-field {
    width: 100%;
  }
}
.site-header .flex .nav .search-bar .search-form .search-submit {
  height: 54px;
  background: #fff;
  border: 2px solid #D8D8D8;
  border-left-width: 0;
  padding: 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .site-header .flex .nav .search-bar .search-form .search-submit {
    height: 45px;
  }
}
.site-header .flex .nav .header-main-nav {
  margin-top: 52px;
  min-width: 479px;
}
@media screen and (max-width: 1440px) {
  .site-header .flex .nav .header-main-nav {
    margin-top: 45px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .flex .nav .header-main-nav {
    min-width: unset;
    margin-top: 16px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .nav .header-main-nav {
    min-width: 0px;
    margin-top: 25px;
  }
}
.site-header .flex .nav .header-main-nav > ul {
  display: flex;
}
@media screen and (max-width: 780px) {
  .site-header .flex .nav .header-main-nav > ul {
    display: block;
  }
}
.site-header .flex .nav .header-main-nav > ul li:not(:last-child) {
  padding-right: 32px;
}
@media screen and (max-width: 1680px) {
  .site-header .flex .nav .header-main-nav > ul li:not(:last-child) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .site-header .flex .nav .header-main-nav > ul li:not(:last-child) {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .flex .nav .header-main-nav > ul li:not(:last-child) {
    padding-right: 10px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .nav .header-main-nav > ul li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 19px;
  }
}
.site-header .flex .nav .header-main-nav > ul .current_page_parent a,
.site-header .flex .nav .header-main-nav > ul .current-menu-item a {
  text-decoration: underline 2.3px;
  text-underline-position: under;
}
@media screen and (max-width: 780px) {
  .site-header .flex .nav .header-main-nav > ul .current_page_parent a,
.site-header .flex .nav .header-main-nav > ul .current-menu-item a {
    color: #4C8ECB;
    text-decoration: none;
  }
}
.site-header .flex .nav .header-main-nav > ul a {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.31;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .site-header .flex .nav .header-main-nav > ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .flex .nav .header-main-nav > ul a {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .nav .header-main-nav > ul a {
    font-size: 16px;
  }
}
.site-header .flex .nav .header-main-nav > ul a:hover, .site-header .flex .nav .header-main-nav > ul a:active {
  border-bottom: 2px solid white;
}
@media screen and (max-width: 780px) {
  .site-header .flex .nav .header-main-nav > ul a:hover, .site-header .flex .nav .header-main-nav > ul a:active {
    color: #4C8ECB;
    border: none;
  }
}
.site-header .flex .header-actions {
  margin-top: -43px;
  flex: 1;
}
@media screen and (max-width: 1680px) {
  .site-header .flex .header-actions {
    max-width: 390px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 1520px) {
  .site-header .flex .header-actions {
    flex-wrap: wrap;
    max-width: 240px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1440px) {
  .site-header .flex .header-actions {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .flex .header-actions {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions {
    width: 51%;
    margin-bottom: 0;
    margin-top: 4px;
  }
}
.site-header .flex .header-actions .emergency-call {
  margin-right: 91px;
  min-width: 175px;
}
@media screen and (max-width: 1680px) {
  .site-header .flex .header-actions .emergency-call {
    margin-right: 39px;
  }
}
@media screen and (max-width: 1440px) {
  .site-header .flex .header-actions .emergency-call {
    margin-right: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .flex .header-actions .emergency-call {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .emergency-call {
    display: none;
  }
}
.site-header .flex .header-actions .emergency-call img {
  margin: 5px 17.7px 0 0;
}
.site-header .flex .header-actions .emergency-call p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 9px;
}
@media screen and (max-width: 1440px) {
  .site-header .flex .header-actions .emergency-call p {
    margin-bottom: 0;
  }
}
.site-header .flex .header-actions .emergency-call a {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 1440px) {
  .site-header .flex .header-actions .emergency-call a {
    font-size: 16px;
  }
}
.site-header .flex .header-actions .profile-actions {
  margin-top: 7px;
}
@media screen and (max-width: 1024px) {
  .site-header .flex .header-actions .profile-actions {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0 10px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions > .flex {
    align-items: flex-end;
    margin-right: 40px;
  }
}
.site-header .flex .header-actions .profile-actions #emergency-call {
  display: none;
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions #emergency-call {
    display: block;
  }
}
.site-header .flex .header-actions .profile-actions .menu-button {
  display: none;
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions .menu-button {
    display: block;
    width: 30px;
    height: 25px;
    position: relative;
    margin: 6px 0 0 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .site-header .flex .header-actions .profile-actions .menu-button span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .site-header .flex .header-actions .profile-actions .menu-button span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .site-header .flex .header-actions .profile-actions .menu-button span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .site-header .flex .header-actions .profile-actions .menu-button span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .site-header .flex .header-actions .profile-actions .menu-button.open-menu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 0;
  }
  .site-header .flex .header-actions .profile-actions .menu-button.open-menu span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .site-header .flex .header-actions .profile-actions .menu-button.open-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 1px;
  }
}
.site-header .flex .header-actions .profile-actions .action {
  margin-right: 13px;
  align-self: baseline;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions .action {
    padding: 0;
  }
  .site-header .flex .header-actions .profile-actions .action img {
    width: 24px;
  }
}
@media screen and (max-width: 360px) {
  .site-header .flex .header-actions .profile-actions .action {
    margin-right: 8px;
  }
  .site-header .flex .header-actions .profile-actions .action img {
    width: 22px;
  }
}
.site-header .flex .header-actions .profile-actions .action img.on-active {
  display: none;
}
.site-header .flex .header-actions .profile-actions .action span {
  position: absolute;
  font-size: 10px;
  right: -5px;
  background: #fff;
  color: #09538E;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  padding: 1px 5px;
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions .action span {
    font-size: 8px;
  }
}
.site-header .flex .header-actions .profile-actions .action span.count-cart-items {
  top: 3px;
  right: 14px;
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions .action span.count-cart-items {
    top: -4px;
    right: 7px;
  }
}
@media screen and (max-width: 360px) {
  .site-header .flex .header-actions .profile-actions .action span.count-cart-items {
    top: -2px;
    right: -1px;
  }
}
.site-header .flex .header-actions .profile-actions .action span.count-favourites {
  top: -1px;
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions .action span.count-favourites {
    top: -6px;
    right: -5px;
  }
}
@media screen and (max-width: 360px) {
  .site-header .flex .header-actions .profile-actions .action span.count-favourites {
    top: -4px;
    right: -5px;
  }
}
.site-header .flex .header-actions .profile-actions .cart-header-wrapper {
  position: relative;
}
.site-header .flex .header-actions .profile-actions .cart-header-wrapper.active .cart-header {
  display: block;
}
.site-header .flex .header-actions .profile-actions .cart-header-wrapper .cart-header {
  display: none;
  position: absolute;
  top: 100%;
  right: 12px;
  width: 480px;
  z-index: 20000;
  background: white;
  padding: 30px;
  border: 1px solid #4A8EC8;
  max-height: calc( 100vh - 140px );
  overflow: auto;
}
@media screen and (max-width: 1440px) {
  .site-header .flex .header-actions .profile-actions .cart-header-wrapper .cart-header {
    max-height: calc(100vh - 190px);
  }
}
@media screen and (max-width: 780px) {
  .site-header .flex .header-actions .profile-actions .cart-header-wrapper .cart-header {
    top: 56px;
    max-height: calc(100vh - 84px);
    width: 100vw;
  }
}
@media screen and (max-width: 360px) {
  .site-header .flex .header-actions .profile-actions .cart-header-wrapper .cart-header {
    top: 46px;
    max-height: calc(100vh - 73px);
  }
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 100%;
}

.cart-header .woocommerce-error,
.cart-header .woocommerce-info,
.cart-header .woocommerce-message {
  display: none;
}
.cart-header .cart-wrapper {
  display: block;
}
.cart-header .cart-wrapper > * {
  margin: 0;
}
.cart-header .cart-wrapper .wc-proceed-to-checkout {
  display: none;
}
.cart-header .cart-wrapper .cart-collaterals .cart_totals h2 {
  display: none;
}
.cart-header .cart-wrapper .cart-collaterals .cart_totals table td,
.cart-header .cart-wrapper .cart-collaterals .cart_totals table th {
  padding-left: 0px;
  padding-right: 0px;
}
.cart-header .cart-wrapper .cart-collaterals .cart_totals table td .header-only,
.cart-header .cart-wrapper .cart-collaterals .cart_totals table th .header-only {
  font-size: 13px;
  font-weight: normal;
  color: #222222;
  display: block !important;
}
.cart-header .cart-wrapper .cart-collaterals .cart_totals table tr:not(.order-total) {
  display: none;
}
.cart-header .cart-wrapper .order-box {
  padding: 0;
  border: none;
  margin: 0;
}
.cart-header .cart-wrapper .order-box h2 {
  font-size: 18px;
  margin-bottom: 34px;
}
.cart-header .cart-wrapper .cart-code,
.cart-header .cart-wrapper .cart-delivery {
  display: none;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item {
  font-size: 13px;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item {
    display: flex;
  }
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item h2 {
  font-size: 16px;
  margin-bottom: 0px;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .image {
  margin-right: 28px;
}
@media screen and (max-width: 780px) {
  .cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .image {
    margin-right: 8px;
  }
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .image img {
  max-width: 128px;
}
@media screen and (max-width: 780px) {
  .cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .image img {
    max-width: 100%;
    width: 100px;
  }
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .product-meta {
  display: block;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .product-meta > * {
  margin: 0;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions {
  position: static;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions h2.item-title {
  margin-bottom: 0px;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions .product-sku-cart {
  display: none;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions .cart-configurator {
  display: none;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions .actions {
  min-height: 0;
}
@media screen and (max-width: 780px) {
  .cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions .actions {
    margin: 0;
  }
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions .actions > .flex {
  justify-content: flex-start;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions .actions .link-with-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-bottom: 8px;
  margin-right: 0;
  padding-left: 20px;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions .actions .link-with-icon:before {
  width: 12px;
  height: 18px;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .name-and-actions .actions .link-with-icon.favorites-toggle {
  display: none;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity .header-only {
  display: inline-block !important;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity h2 {
  font-size: 13px;
  font-weight: normal;
  color: #222222;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity .quantity-product {
  margin-top: 10px;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity .quantity-product input {
  width: 42px;
  height: 42px;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  margin: 0;
  text-align: center;
  -webkit-appearance: none;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity .quantity-product img {
  margin: 0 auto;
  max-width: 14px;
  min-width: 14px;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity .quantity-product .minus {
  height: 42px;
  border-top: 1px solid #d0d0d0;
  width: 27px;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity .quantity-product .plus {
  height: 42px;
  border-top: 1px solid #d0d0d0;
  width: 27px;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cart-header .cart-wrapper .woocommerce-cart-form .cart-items .cart-item .price-and-quantity .qty-notice {
  position: absolute;
  font-size: 12px;
  color: rgba(221, 47, 47, 0.8);
}

@media screen and (max-width: 1024px) {
  .site-content {
    margin-top: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main {
    flex-wrap: wrap;
    display: block;
  }
}
.site-content .main .search-bar-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .site-content .main .search-bar-mobile {
    display: block;
    margin-bottom: 20px;
  }
}
.site-content .main .search-bar-mobile .search-form {
  position: relative;
  display: flex;
  justify-content: center;
}
.site-content .main .search-bar-mobile .search-form .search-field {
  height: 54px;
  width: 520px;
  padding-left: 20px;
  border: 2px solid #D8D8D8;
  color: #1D1D1D;
}
@media screen and (max-width: 1440px) {
  .site-content .main .search-bar-mobile .search-form .search-field {
    height: 45px;
    width: 420px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .search-bar-mobile .search-form .search-field {
    width: 100%;
  }
}
.site-content .main .search-bar-mobile .search-form .search-submit {
  height: 54px;
  background: #fff;
  border: 2px solid #D8D8D8;
  border-left-width: 0;
  padding: 0 15px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .site-content .main .search-bar-mobile .search-form .search-submit {
    height: 45px;
  }
}
.site-content .main .left-col {
  min-width: 400px;
}
@media screen and (max-width: 1680px) {
  .site-content .main .left-col {
    min-width: 360px;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .left-col {
    min-width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main .left-col {
    min-width: 100%;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main .left-col.mobile-open .category-list {
    display: block;
  }
  .site-content .main .left-col.mobile-open .side-header:after {
    transform: translateY(-50%) scaleY(-1);
  }
}
.site-content .main .left-col .side-header {
  position: relative;
  background: #4C8ECB;
  padding: 24px 63px 24px 22.3px;
}
@media screen and (max-width: 1024px) {
  .site-content .main .left-col .side-header {
    padding: 10px 20px;
  }
  .site-content .main .left-col .side-header:after {
    content: "";
    background: url("img/filters-dropdown.svg") 50% 50% no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    filter: brightness(2.5);
  }
}
.site-content .main .left-col .side-header h3 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.site-content .main .left-col .category-list {
  padding: 23px 0 51.1px 22.3px;
  border: 2px solid #D8D8D8;
  border-top-width: 0;
}
@media screen and (max-width: 1024px) {
  .site-content .main .left-col .category-list {
    display: none;
  }
}
.site-content .main .left-col .category-list .back-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-left: 5px;
}
.site-content .main .left-col .category-list .back-button span {
  font-weight: 700;
  color: #0069B4;
  text-transform: uppercase;
}
.site-content .main .left-col .category-list .back-button img.back-arrow {
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 14px;
}
.site-content .main .left-col .category-list .subcat-list.active-cat {
  color: #1d1d1d;
  display: block !important;
  position: absolute;
  background: #fff;
  top: -11px;
  left: 100%;
  border: 2px solid #D8D8D8;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .site-content .main .left-col .category-list .subcat-list.active-cat {
    position: relative;
    border: 0;
    left: 0;
    top: 0;
    padding: 5px;
    width: 100%;
    padding-left: 20px;
  }
}
.site-content .main .left-col .category-list .main-category {
  position: relative;
}
.site-content .main .left-col .category-list .main-category a {
  padding: 12.5px 12.5px 12.5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
}
.site-content .main .left-col .category-list .main-category:hover > .flex > a {
  color: #4A8EC8;
}
.site-content .main .left-col .category-list .main-category:hover img {
  filter: invert(61%) sepia(98%) saturate(1642%) hue-rotate(181deg) brightness(82%) contrast(88%);
}
.site-content .main .left-col .category-list .main-category.has-submenu:hover > .flex > a::after {
  display: block;
}
.site-content .main .left-col .category-list .main-category .flex {
  align-items: center;
}
.site-content .main .left-col .category-list .main-category .subcat-list {
  display: none;
  padding: 21px 0px;
}
.site-content .main .left-col .category-list .main-category .subcat-list > li {
  position: relative;
}
.site-content .main .left-col .category-list .main-category .subcat-list > li a {
  display: block;
  padding: 0 55.5px 12.5px;
  text-transform: initial;
}
@media screen and (max-width: 1024px) {
  .site-content .main .left-col .category-list .main-category .subcat-list > li a {
    padding-bottom: 7px;
  }
}
.site-content .main .left-col .category-list .main-category .subcat-list > li a:hover {
  color: #4A8EC8;
}
.site-content .main .left-col .category-list .main-category .subcat-list > .has-submenu > a::after {
  display: none;
  content: "";
  top: 2px;
  right: 20px;
  position: absolute;
  width: 10px;
  height: 20px;
  background: url(img/right-arrow.svg) no-repeat;
}
@media screen and (max-width: 1024px) {
  .site-content .main .left-col .category-list .main-category .subcat-list > .has-submenu > a::after {
    top: 8px;
  }
}
.site-content .main .left-col .category-list .main-category .subcat-list > .has-submenu:hover > a::after {
  display: block;
}
.site-content .main .left-col .category-list .main-category .subcat-list .subcat-list {
  top: -23px;
  min-width: 250px;
}
@media screen and (max-width: 1024px) {
  .site-content .main .left-col .category-list .main-category .subcat-list .subcat-list {
    top: 0px;
  }
}
.site-content .main .left-col .category-list .main-category .category-thumb {
  display: inline-block;
  text-align: center;
  min-width: 60px;
  max-width: 60px;
  margin-right: 13px;
}
@media screen and (max-width: 1680px) {
  .site-content .main .left-col .category-list .main-category .category-thumb {
    min-width: 50px;
    max-width: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .left-col .category-list .main-category .category-thumb {
    min-width: 36px;
    max-width: 36px;
    margin-right: 9px;
  }
}
.site-content .main .left-col .category-list .main-category .category-thumb img {
  display: inline-block;
}
.site-content .main .left-col .category-list .current-cat {
  color: #4A8EC8;
}
.site-content .main .left-col .category-list .current-cat img {
  filter: invert(61%) sepia(98%) saturate(1642%) hue-rotate(181deg) brightness(82%) contrast(88%);
}
.site-content .main .right-col {
  flex: 1;
  margin-left: 38px;
}
@media screen and (max-width: 1024px) {
  .site-content .main .right-col {
    margin-left: 0;
  }
}
.site-content .main .right-col .home-slider .flickity-prev-next-button.next {
  right: 0;
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .flickity-prev-next-button.next {
    right: -10px;
  }
}
.site-content .main .right-col .home-slider .flickity-prev-next-button.previous {
  left: 0;
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .flickity-prev-next-button.previous {
    left: -10px;
  }
}
.site-content .main .right-col .home-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .flickity-prev-next-button {
    transform: translateY(-50%) scale(0.5);
    transform-origin: 50% 50%;
  }
}
@media screen and (max-width: 1281px) {
  .site-content .main .right-col .home-slider {
    z-index: 9999;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main .right-col .home-slider {
    margin-top: 32px;
  }
}
.site-content .main .right-col .home-slider .slide {
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
}
.site-content .main .right-col .home-slider .slide .slider-content {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 105, 180, 0.5);
  height: 100%;
  text-align: right;
  padding: 0 35px 0 15px;
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider .slide .slider-content {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .slide .slider-content {
    padding: 0 20px 0 5px;
  }
}
.site-content .main .right-col .home-slider .slide .slider-content > .flex {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .slide .slider-content .title {
    text-align: right;
  }
}
.site-content .main .right-col .home-slider .slide .slider-content h5 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.33;
}
@media screen and (max-width: 1680px) {
  .site-content .main .right-col .home-slider .slide .slider-content h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider .slide .slider-content h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.16;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main .right-col .home-slider .slide .slider-content h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .slide .slider-content h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .site-content .main .right-col .home-slider .slide .slider-content h5 {
    font-size: 12px;
  }
}
.site-content .main .right-col .home-slider .slide .slider-content h3 {
  font-size: 51px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.33;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1680px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3 {
    font-size: 41px;
  }
}
@media screen and (max-width: 1520px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3 {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3 {
    font-size: 32px;
    line-height: 1.16;
  }
}
@media screen and (max-width: 1281px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1680px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3.long-title {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3.long-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1281px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3.long-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3.long-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3.long-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .site-content .main .right-col .home-slider .slide .slider-content h3.long-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 1680px) {
  .site-content .main .right-col .home-slider .slide .slider-content .action-button {
    height: 54px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 1520px) {
  .site-content .main .right-col .home-slider .slide .slider-content .action-button {
    height: 44px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider .slide .slider-content .action-button {
    height: 38px;
    padding: 9px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider .slide .slider-content .action-button {
    height: 32px;
    font-size: 11px;
    padding: 8px 10px;
    color: #214080;
  }
}
@media screen and (max-width: 480px) {
  .site-content .main .right-col .home-slider .slide .slider-content .action-button {
    height: 28px;
    font-size: 10px;
    padding: 7px 5px;
  }
}
.site-content .main .right-col .home-slider.banners-slider {
  flex: 1;
  margin-bottom: 38px;
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider.banners-slider {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider.banners-slider {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.site-content .main .right-col .home-slider.banners-slider:nth-child(1) {
  margin-right: 18px;
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider.banners-slider:nth-child(1) {
    margin-right: 0;
  }
}
.site-content .main .right-col .home-slider.banners-slider:nth-child(2) {
  margin-left: 18px;
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider.banners-slider:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider.banners-slider:nth-child(2) {
    margin-top: 10px;
  }
}
.site-content .main .right-col .home-slider.banners-slider .slide .left-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  height: 100%;
  width: 50%;
  object-fit: cover;
}
.site-content .main .right-col .home-slider.banners-slider .slide .slider-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  object-fit: cover;
  background: #4C8ECB;
}
.site-content .main .right-col .home-slider.banners-slider .slide .slider-content h5 {
  font-size: 0.9vw;
}
@media screen and (max-width: 1680px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h5 {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.16;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h5 {
    font-size: 12px;
  }
}
.site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 1680px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1520px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3 {
    font-size: 32px;
    line-height: 1.16;
  }
}
@media screen and (max-width: 1281px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3 {
    font-size: 19px;
  }
}
.site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3.long-title {
  font-size: 22px;
}
@media screen and (max-width: 1680px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3.long-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1520px) {
  .site-content .main .right-col .home-slider.banners-slider .slide .slider-content h3.long-title {
    font-size: 18px;
  }
}
.site-content .main .right-col .banner-deals {
  margin-top: 38px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1281px) {
  .site-content .main .right-col .banner-deals {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .banner-deals {
    margin-top: 10px;
  }
}
.site-content .main .right-col .all-brands {
  margin-bottom: 45px;
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .all-brands {
    margin-top: 65px;
  }
}
.site-content .main .right-col .brands-slider {
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .site-content .main .right-col .brands-slider {
    width: 87%;
  }
}
@media screen and (max-width: 780px) {
  .site-content .main .right-col .brands-slider {
    margin-top: 15px;
    width: 80%;
  }
}
.site-content .main .right-col .brands-slider .single-brand {
  min-height: 100px;
  width: 25%;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  filter: grayscale(1);
  transition: filter 0.3s;
}
.site-content .main .right-col .brands-slider .single-brand:hover {
  filter: grayscale(0);
}
.site-content .main .right-col .brands-slider .single-brand img {
  max-width: 100%;
  max-height: 75px;
}
.site-content .main .right-col .brands-slider .flickity-prev-next-button:focus {
  box-shadow: none;
}
.site-content .main .right-col .brands-slider .flickity-prev-next-button.previous {
  left: -40px;
}
.site-content .main .right-col .brands-slider .flickity-prev-next-button.next {
  right: -40px;
}
.site-content .text-hint {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 110px;
}
.site-content .text-hint > .blue-text {
  color: #0069B4;
}

.featured-products {
  margin-top: 160px;
}
@media screen and (max-width: 780px) {
  .featured-products {
    margin-top: 40px;
  }
}

.referenzen {
  width: 100%;
  background: #F9F9F9;
  padding: 48px 0 172px 0;
  margin-top: 77.5px;
}
@media screen and (max-width: 780px) {
  .referenzen {
    padding: 38px 0;
    margin-top: 32px;
  }
}
.referenzen .flickity-prev-next-button {
  border-radius: 0;
}
@media screen and (max-width: 780px) {
  .referenzen .flickity-prev-next-button {
    top: 140px;
  }
}
.referenzen > .container > .flex {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 68px;
}
@media screen and (max-width: 780px) {
  .referenzen > .container > .flex {
    flex-wrap: wrap;
    padding-bottom: 32px;
  }
}

.referenzen-single {
  width: 100%;
  display: flex;
}
.referenzen-single.space-b {
  margin-bottom: 109px;
}
.referenzen-single.no-space > .referenzen-details {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .referenzen-single {
    display: block;
  }
}
.referenzen-single .referenzen-image > a > img {
  height: 502px;
  width: auto;
  object-fit: cover;
  width: 709px;
}
@media screen and (max-width: 1440px) {
  .referenzen-single .referenzen-image > a > img {
    max-width: 550px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .referenzen-single .referenzen-image > a > img {
    max-width: 100%;
    height: auto;
  }
}
.referenzen-single .referenc-gallery .main-image {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .referenzen-single .referenc-gallery .main-image {
    width: 100%;
  }
}
.referenzen-single .referenc-gallery .main-image .mz-figure:not(.mz-no-rt-width-css) {
  width: 100%;
}
.referenzen-single .referenc-gallery .main-image .mz-figure:not(.mz-no-rt-width-css) > img {
  max-width: none !important;
  max-height: 450px !important;
  object-fit: cover;
}
.referenzen-single .referenzen-details {
  margin: 0 165px;
  flex: 1;
  color: #221E20;
}
@media screen and (max-width: 1520px) {
  .referenzen-single .referenzen-details {
    margin: 0 75px;
  }
}
@media screen and (max-width: 1440px) {
  .referenzen-single .referenzen-details {
    margin: 0 66px;
  }
}
@media screen and (max-width: 1024px) {
  .referenzen-single .referenzen-details {
    margin: 0;
    max-width: 100%;
  }
}
.referenzen-single .referenzen-details h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 1024px) {
  .referenzen-single .referenzen-details h5 {
    margin-top: 29px;
  }
}
@media screen and (max-width: 780px) {
  .referenzen-single .referenzen-details h5 {
    font-size: 14px;
    line-height: 1.33;
    margin: 29.5px 0 11px 0;
  }
}
.referenzen-single .referenzen-details h3 {
  font-size: calc( 100vw/60 );
  font-weight: 700;
  line-height: 1.325;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1440px) {
  .referenzen-single .referenzen-details h3 {
    font-size: calc( 100vw/50 );
    line-height: 1.125;
  }
}
@media screen and (max-width: 780px) {
  .referenzen-single .referenzen-details h3 {
    font-size: 22px;
    line-height: 1.125;
  }
}
.referenzen-single .referenzen-details > .rich-text p {
  margin: 0;
}
.referenzen-single .referenzen-details p {
  color: #221E20;
  line-height: 1.625;
  margin: 43px 0 46px;
}

.woocommerce-lost-password .page-entry-content {
  width: 50%;
}
@media screen and (max-width: 1440px) {
  .woocommerce-lost-password .page-entry-content {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-lost-password .page-entry-content {
    width: 100%;
  }
}

.woocommerce .woocommerce-form-login .login-hint {
  padding: 10px;
  border-top: 2px solid #4A8EC8;
  background: rgba(74, 142, 200, 0.3);
  margin-bottom: 20px;
}
.woocommerce button.button {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.7;
  padding: 15px 25px;
  border: 2px solid #4A8EC8;
  background: #4A8EC8;
  color: white;
  text-transform: uppercase;
  margin-top: 34px;
  border-radius: 0;
  height: 64px;
}
.woocommerce button.button:hover {
  border: 2px solid #4A8EC8;
  background: #fff;
  color: #4A8EC8;
}
.woocommerce button.button.black {
  margin-top: 0;
  background: transparent;
  border-color: #1d1d1d;
  color: #1d1d1d;
}
.woocommerce button.button.black:hover {
  background: #1d1d1d;
  color: white;
}
.woocommerce button.button.full-width {
  width: 100%;
  text-align: center;
}
.woocommerce button.button.space-top {
  margin-top: 93px;
}
@media screen and (max-width: 1024px) {
  .woocommerce button.button.space-top {
    margin-top: 39px;
  }
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 24px 0px 44.5px 0px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #A0A0A0;
}
@media screen and (max-width: 780px) {
  .woocommerce .woocommerce-breadcrumb {
    padding: 0px 0px 16px 0px;
  }
}
.woocommerce .woocommerce-breadcrumb a {
  color: #4A8EC8;
}
.woocommerce .woocommerce-breadcrumb span.delimiter {
  margin: 0 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 780px) {
  .woocommerce .woocommerce-breadcrumb span.delimiter {
    margin: 0 6px;
  }
  .woocommerce .woocommerce-breadcrumb span.delimiter img {
    width: 5px;
    height: auto;
  }
}
.woocommerce .woocommerce-products-header__title {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .woocommerce .woocommerce-products-header__title {
    font-size: 26px;
  }
}
.woocommerce .category-description {
  margin-bottom: 36px;
}
@media screen and (max-width: 780px) {
  .woocommerce .category-description {
    font-size: 24px;
  }
}
.woocommerce .filters {
  margin: 45px 0 90px 0;
}
@media screen and (max-width: 1024px) {
  .woocommerce .filters .bleed * {
    margin: 0;
  }
}
.woocommerce .filters .section-title {
  color: #222222;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.woocommerce .filters .price-range {
  display: none;
  width: 400px;
  position: absolute;
  padding: 34px 23px 31px 23px;
  border: 2px solid #4A8EC8;
  background-color: #fff;
  z-index: 99999;
}
@media screen and (max-width: 780px) {
  .woocommerce .filters .price-range {
    width: 100%;
  }
}
.woocommerce .filters .price-range.active {
  display: block;
}
.woocommerce .filters .price-range > .block {
  margin-top: 37px;
}
.woocommerce .filters .price-range input {
  width: 40%;
  border: 1px solid #707070;
  padding: 11px 25px;
  font-weight: 700;
  text-align: center;
}
.woocommerce .filters .price-range .irs--round .irs-handle {
  border-color: #4A8EC8;
  background-color: #4A8EC8;
}
.woocommerce .filters .price-range .irs--round .irs-bar, .woocommerce .filters .price-range .irs--round .irs-from, .woocommerce .filters .price-range .irs--round .irs-to {
  background-color: #4A8EC8;
}
.woocommerce .filters .price-range .action-button {
  font-size: 14px;
  padding: 12px 16px;
  width: 140px;
  text-align: center;
  height: 55px;
  line-height: 2;
}
.woocommerce .filters .form-element-wrapper {
  width: 200px;
  margin: 0 21px 21px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .woocommerce .filters .form-element-wrapper {
    width: calc( 100vw - 42px );
    margin: 6px auto;
    position: relative;
  }
}
.woocommerce .filters .form-element-wrapper.with-arrow:after {
  content: "";
  background: url("img/filters-dropdown.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.woocommerce .filters .form-element-wrapper.with-arrow .form-element {
  padding-right: 41px;
}
.woocommerce .filters .form-element-wrapper .single-filter {
  display: flex;
  align-items: center;
  background: #4c8ecb;
  color: #fff;
  padding: 0px 20px;
  font-size: 14px;
  min-height: 40px;
  border-top: 2px solid #4c8ecb;
}
.woocommerce .filters .form-element-wrapper .single-filter img {
  margin-left: auto;
  display: inline-block;
  max-width: 12px;
  filter: invert(92%) sepia(0%) saturate(31%) hue-rotate(67deg) brightness(106%) contrast(107%);
  cursor: pointer;
  transform: translateY(-1px);
}
@media screen and (max-width: 1440px) {
  .woocommerce .filters .form-element-wrapper .single-filter {
    font-size: 14px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce .filters .form-element-wrapper .single-filter {
    margin-top: 12px;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce .filters .form-element-wrapper .single-filter {
    margin-top: 0;
  }
}
.woocommerce .filters .form-element {
  cursor: pointer;
  min-height: 40px;
  border: 1px solid #707070;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  border-radius: 0;
  color: #707070;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  font-weight: bold;
  background: white;
  -webkit-appearance: none;
}
.woocommerce .filters .form-element.highlighted-filter {
  border: 2px solid #005ea0 !important;
  color: #005ea0 !important;
}
@media screen and (max-width: 1440px) {
  .woocommerce .filters .form-element {
    font-size: 14px;
    padding: 0px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce .filters .form-element {
    margin-top: 12px;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce .filters .form-element {
    margin-top: 0;
  }
}
.woocommerce .filters .form-element-border {
  border: 1px solid #707070;
  padding-top: 2px;
}
.woocommerce .filters .form-element-border .form-element {
  border: none;
  min-height: 36px;
}
.woocommerce .filters .filter-reset {
  margin-top: 0px;
  cursor: pointer;
}
.woocommerce .filters .filter-reset img {
  display: inline;
  max-width: 12px;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .woocommerce .filters .filter-reset img {
    max-width: 8px;
    margin-right: 4px;
    transform: translateY(-2px);
  }
}
.woocommerce .filters .load-more-filters {
  color: #fff;
  background: #707070;
  cursor: pointer;
  max-height: 40px;
  border-top: 4px solid #707070;
}
@media screen and (max-width: 780px) {
  .woocommerce .filters .load-more-filters {
    border-top: 0;
  }
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 55px 0px;
  padding: 0;
  color: #707070;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.32;
  text-transform: none;
}
@media screen and (max-width: 780px) {
  .woocommerce .woocommerce-result-count {
    font-size: 23px;
    width: 100%;
    margin-bottom: 11px;
  }
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products.flickity-enabled {
  display: block;
}
.woocommerce ul.products.flickity-enabled .flickity-prev-next-button {
  top: 180px;
}
@media screen and (max-width: 780px) {
  .woocommerce ul.products.flickity-enabled .flickity-prev-next-button {
    top: 140px;
  }
}
.woocommerce ul.products.flickity-enabled li.product:nth-child(4n) {
  margin-right: 28px;
}
@media screen and (max-width: 1440px) {
  .woocommerce ul.products.flickity-enabled li.product:nth-child(3n) {
    margin-right: 28px;
  }
}
@media screen and (max-width: 1281px) {
  .woocommerce ul.products.flickity-enabled li.product:nth-child(2n) {
    margin-right: 28px;
  }
  .woocommerce ul.products.flickity-enabled li.product:nth-child(3n) {
    margin-right: 28px;
  }
}
.woocommerce ul.products li.product {
  float: none;
  clear: none;
  width: calc( ( 100% - 84px ) / 4 );
  margin-right: 28px;
  margin-bottom: 90px;
}
.woocommerce ul.products li.product.last {
  margin-right: 28px;
}
.woocommerce ul.products li.product:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .woocommerce ul.products li.product {
    width: calc( ( 100% - 56px ) / 3 );
  }
  .woocommerce ul.products li.product:nth-child(4n) {
    margin-right: 28px;
  }
  .woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1281px) {
  .woocommerce ul.products li.product {
    width: calc( ( 100% - 28px ) / 2 );
  }
  .woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 28px;
  }
  .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce ul.products li.product {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0;
  }
}
.woocommerce ul.products li.product:hover .image-wrapper .more-info {
  transform: translateY(0);
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: none;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  position: relative;
}
.woocommerce ul.products li.product .action-button {
  font-size: 14px;
  padding: 10px 15px;
}
@media screen and (max-width: 1680px) {
  .woocommerce ul.products li.product .action-button {
    font-size: 12px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce ul.products li.product .action-button {
    line-height: 1;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce ul.products li.product .action-button {
    padding: 10px 20px;
  }
}
.woocommerce ul.products li.product .action-button.add-address {
  margin: 15px 0;
  padding: 5px 15px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .woocommerce ul.products li.product .action-button.open-product {
    line-height: 2.3;
  }
}
.woocommerce ul.products li.product .image-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 22px 0;
}
.woocommerce ul.products li.product .image-wrapper img {
  margin: 0;
  display: block;
}
.woocommerce ul.products li.product .image-wrapper .more-info {
  position: absolute;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 23px;
  background: rgba(1, 83, 142, 0.6);
  color: white;
}
.woocommerce ul.products li.product .image-wrapper .more-info table .sb {
  font-weight: 500;
  padding-right: 20px;
}
.woocommerce ul.products li.product .image-wrapper .more-info .favorites-toggle {
  width: 30px;
  height: 27px;
  background: url("img/icon-heart.svg") 50% 50% no-repeat;
  background-size: contain;
}
.woocommerce ul.products li.product .image-wrapper .more-info .favorites-toggle.active {
  background-image: url("img/icon-heart-active.svg");
}
@media screen and (min-width: 781px) {
  .woocommerce ul.products li.product .image-wrapper .more-info .favorites-toggle:hover {
    background-image: url("img/icon-heart-gray-active.svg");
  }
}
.woocommerce ul.products li.product .discount {
  position: absolute;
  left: 0;
  top: 45px;
  display: block;
  padding: 15px 35px;
  color: white;
  background: rgba(221, 47, 47, 0.8);
  font-size: 20px;
  font-weight: bold;
}
.woocommerce ul.products li.product .pricing-info {
  margin-bottom: 18px;
  min-height: 52px;
}
.woocommerce ul.products li.product .pricing-info .price .woocommerce-Price-amount, .woocommerce ul.products li.product .pricing-info .price .price-prefix {
  color: #214080;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}
.woocommerce ul.products li.product .pricing-info .price del {
  color: gray;
}
.woocommerce ul.products li.product .pricing-info .price del .woocommerce-Price-amount {
  color: gray;
}
.woocommerce ul.products li.product .pricing-info .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .pricing-info .vat {
  font-size: 15px;
  color: #242424;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 7px 0;
  height: 75px;
  padding: 0;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1680px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px;
    height: auto;
  }
}
.woocommerce ul.products li.product .pricing-info .price {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .bottom-product-loop .quantity-product {
  width: 100%;
}
.woocommerce ul.products li.product .bottom-product-loop .quantity-product img {
  margin: 0 auto;
  max-width: 14px;
  min-width: 14px;
}
.woocommerce ul.products li.product .bottom-product-loop .quantity-product input {
  width: 60%;
  height: 42px;
  border: 1px solid #d0d0d0;
  margin: 0;
  text-align: center;
  -webkit-appearance: none;
}
@media screen and (max-width: 1281px) {
  .woocommerce ul.products li.product .bottom-product-loop .quantity-product input {
    margin: 0;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce ul.products li.product .bottom-product-loop .quantity-product input {
    margin: 0;
  }
}
.woocommerce ul.products li.product .bottom-product-loop .quantity-product .plus {
  height: 42px;
  border-top: 1px solid #d0d0d0;
  width: 20%;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce ul.products li.product .bottom-product-loop .quantity-product .minus {
  height: 42px;
  border-top: 1px solid #d0d0d0;
  width: 20%;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce ul.products li.product .bottom-product-loop .add-to-cart-button {
  flex: 1;
}
.woocommerce ul.products li.product .bottom-product-loop .qty-notice {
  position: absolute;
  bottom: -30px;
  color: #bd3333;
}
.woocommerce ul.products li.product .bottom-product-loop .action-button {
  height: 42px;
  min-width: 144px;
  text-align: center;
  padding: 5px 15px;
}
.woocommerce ul.products li.product .bottom-product-loop .action-button.variable-product-button {
  line-height: 1;
  font-size: 12px;
  padding: 6px 15px;
}
@media screen and (max-width: 1440px) {
  .woocommerce ul.products li.product .bottom-product-loop .action-button {
    min-width: 112px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce ul.products li.product .bottom-product-loop .action-button {
    min-width: 138px;
  }
}
.woocommerce ul.products li.product .wc-gzd-additional-info {
  display: none;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 150px;
  font-size: 22px;
}
@media screen and (max-width: 780px) {
  .woocommerce nav.woocommerce-pagination {
    font-size: 16px;
  }
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0px 3px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 10px 15px;
  border: 1px solid white;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: white;
  border-color: #214080;
  color: #214080;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  padding: 10px 15px;
  background: 1px solid #214080;
  background: #214080;
  color: white;
  font-weight: bold;
}
.woocommerce form .anrede-radio .type-radio {
  padding: 0;
  margin: 0 11px 13px 0;
  min-height: unset;
}
.woocommerce form .anrede-radio .label-radio:not(.newsletter-form) {
  padding: 0;
  line-height: 2;
  margin-top: -10px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 14px;
}
.woocommerce form .form-row {
  position: relative;
}
.woocommerce form .form-row label {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 7.5px;
}
.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 780px) {
  .woocommerce form .form-row label {
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 8px;
  }
}
.woocommerce form .form-row label .icon {
  position: absolute;
  right: 15px;
  top: 82px;
}
@media screen and (max-width: 780px) {
  .woocommerce form .form-row label .icon {
    top: 74px;
  }
}
.woocommerce form .form-row label .icon.tooltip-in-label {
  top: 10px;
  right: 4px;
}
@media screen and (max-width: 780px) {
  .woocommerce form .form-row label .icon.tooltip-in-label {
    top: 1px;
  }
}
.woocommerce form .form-row input:not([type=checkbox]),
.woocommerce form .form-row input:not([type=radio]) {
  border: 1px solid #707070;
  min-height: 60px;
  padding: 5px 14px;
  margin: 17px 0 32px 0;
}
@media screen and (max-width: 780px) {
  .woocommerce form .form-row input:not([type=checkbox]),
.woocommerce form .form-row input:not([type=radio]) {
    padding: 12px;
  }
}
.woocommerce form .form-row input[type=checkbox] {
  min-height: unset;
  margin: -3px 2px 0px 0;
}
.woocommerce form .form-row .margined,
.woocommerce form .form-row .select2-container {
  margin: 17px 0 32px 0;
}
.woocommerce form .form-row .select2-container {
  height: 60px;
}
.woocommerce form .form-row select {
  border: 1px solid #707070;
  padding: 17px;
  margin: 17px 0 32px 0;
}
@media screen and (max-width: 780px) {
  .woocommerce form .form-row select {
    padding: 12px;
  }
}
.woocommerce form .form-row input[type=radio] {
  padding: 0;
  margin: 0 10px 22px 0;
  min-height: unset;
  margin-right: 15px;
}
.woocommerce form .form-row .label-radio {
  padding: 0;
  line-height: 2;
  margin-top: -10px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 14px;
}
.woocommerce form .form-headline {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 15.5px;
}
.woocommerce form .show-password-input {
  position: absolute;
  right: 1em;
  top: 2.2em;
  cursor: pointer;
}
.woocommerce .form-control .woocommerce-form {
  border: 0;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .woocommerce .form-control .woocommerce-form .form-row.form-row-wide, .woocommerce .form-control .woocommerce-form .form-row.form-row-first, .woocommerce .form-control .woocommerce-form .form-row.form-row-last {
    clear: both;
    float: none;
    width: 100%;
  }
}
.woocommerce .form-control .woocommerce-form .lost_password {
  font-weight: 700;
  text-align: center;
  margin-top: 36.5px;
}
.woocommerce .form-control .woocommerce-form .show-password-input {
  right: 1.2em;
  top: 1.25em;
}

.account-content .container {
  padding-left: 0;
}
@media screen and (max-width: 780px) {
  .account-content .container {
    padding-right: 0px;
  }
}

.account-section-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 31px;
}
@media screen and (max-width: 780px) {
  .account-section-title {
    margin-bottom: 16px;
  }
}

.account-sub-title {
  font-size: 20px;
  font-weight: 700;
  padding: 37px 0 30px 0;
}

.registration-forms .woocommerce-error {
  margin: 0;
  color: red;
  padding: 0 !important;
  top: -30px;
}

.section-register-details {
  margin-top: 96px;
}
@media screen and (max-width: 780px) {
  .section-register-details {
    margin-top: 0;
  }
}
.section-register-details ul {
  margin-bottom: 23.5px;
}

.select-customer-type input {
  margin-right: 7px;
}

.woocommerce-account.popup-active {
  overflow: auto;
}
.woocommerce-account.popup-active .right-account-column.right-account-column-profile,
.woocommerce-account.popup-active .right-account-column.right-account-column-address > .edit-form,
.woocommerce-account.popup-active .right-account-column.right-account-column-address > .view-form,
.woocommerce-account.popup-active .profile-left-column {
  display: none;
}
.woocommerce-account.popup-active .page-entry-content.space-bottom {
  padding-bottom: 0;
}
.woocommerce-account.popup-active .popup {
  position: static;
  width: 100%;
  height: auto;
  background: white;
  right: auto;
  top: auto;
}
.woocommerce-account.popup-active .popup.popup-delete, .woocommerce-account.popup-active .popup.popup-delete-address, .woocommerce-account.popup-active .popup.popup-express-shipping, .woocommerce-account.popup-active .popup#wrong-details {
  width: 100vw;
  position: fixed;
  height: 100vh;
  background: #222222c5;
  right: 0;
  top: 0;
}
.woocommerce-account.popup-active .popup.popup-delete > .popup-data, .woocommerce-account.popup-active .popup.popup-delete-address > .popup-data, .woocommerce-account.popup-active .popup.popup-express-shipping > .popup-data, .woocommerce-account.popup-active .popup#wrong-details > .popup-data {
  width: 50%;
  padding: 60px 65px 80px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account.popup-active .popup.popup-delete > .popup-data, .woocommerce-account.popup-active .popup.popup-delete-address > .popup-data, .woocommerce-account.popup-active .popup.popup-express-shipping > .popup-data, .woocommerce-account.popup-active .popup#wrong-details > .popup-data {
    position: relative;
    width: 100%;
  }
}
.woocommerce-account.popup-active .popup.popup-delete > .popup-data > .close, .woocommerce-account.popup-active .popup.popup-delete-address > .popup-data > .close, .woocommerce-account.popup-active .popup.popup-express-shipping > .popup-data > .close, .woocommerce-account.popup-active .popup#wrong-details > .popup-data > .close {
  right: 35px;
  top: 35px;
}
@media screen and (max-width: 780px) {
  .woocommerce-account.popup-active .popup {
    position: relative;
    width: 100%;
  }
}
.woocommerce-account.popup-active .popup .popup-data {
  padding: 0 0 120px 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account.popup-active .popup .popup-data {
    padding: 0 0 120px 0;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account.popup-active .popup .popup-data {
    padding: 0 0 120px 0;
    width: 100%;
  }
}
.woocommerce-account.popup-active .popup .popup-data .close {
  right: 0;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account.popup-active .popup .popup-data .close {
    right: 0;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account.popup-active .popup .popup-data .close {
    right: 5px;
    top: 12px;
  }
}
.woocommerce-account.popup-active .popup .popup-data .action-button {
  display: inline-block;
  width: auto;
}
.woocommerce-account .space-right {
  padding-right: 400px;
}
@media screen and (max-width: 1440px) {
  .woocommerce-account .space-right {
    padding-right: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .space-right {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce-account {
    padding-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account {
    padding-right: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-top: 56px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 15%;
}
@media screen and (max-width: 1520px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 35%;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    border: 0;
    padding-top: 0px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul > li.is-active, .woocommerce-account .woocommerce-MyAccount-navigation ul > li:hover {
  background: #4C8ECB;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul > li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul > li:hover a {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul > li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 13px 50px 15px 50px;
}
@media screen and (max-width: 1440px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul > li a {
    padding: 13px 79px 15px 70px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul > li a {
    padding: 13px 49px 15px 40px;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul > li a {
    font-size: 16px;
    padding: 13px 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
  margin: 120px 0 434px 0;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
    margin: 0;
  }
}
.woocommerce-account.woocommerce-view-order .woocommerce-column__title,
.woocommerce-account.woocommerce-view-order .view-order-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 31px;
}
@media screen and (max-width: 780px) {
  .woocommerce-account.woocommerce-view-order .woocommerce-column__title,
.woocommerce-account.woocommerce-view-order .view-order-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media print {
  .woocommerce-account.woocommerce-view-order .woocommerce-column__title,
.woocommerce-account.woocommerce-view-order .view-order-title {
    font-size: 20px;
  }
}
.woocommerce-account.woocommerce-view-order .woocommerce-column__title mark,
.woocommerce-account.woocommerce-view-order .view-order-title mark {
  text-decoration: underline;
  background: none;
}
.woocommerce-account.woocommerce-view-order .view-order-title a {
  display: flex;
  padding: 8px;
  border: 2px solid white;
  align-items: center;
  justify-content: center;
}
.woocommerce-account.woocommerce-view-order .view-order-title a img {
  height: 24px;
  width: auto;
}
@media screen and (max-width: 780px) {
  .woocommerce-account.woocommerce-view-order .view-order-title a img {
    height: 16px;
  }
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details__title {
  display: none;
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 0;
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--email:before {
  display: none;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table {
  border: none;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table td {
  padding: 20px 0px;
  vertical-align: top;
  border: none;
  font-weight: normal;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table td {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table td {
    padding: 10px 0px;
  }
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th:last-child,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table td:last-child {
  max-width: 160px;
  text-align: right;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th .woocommerce-Price-amount.amount,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table td .woocommerce-Price-amount.amount {
  display: block;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th small,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table td small {
  display: inline-block !important;
  font-size: 0.8em;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th {
  font-weight: bold;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details .wc-item-meta {
  margin-top: 10px;
}
@media screen and (max-width: 780px) {
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details address {
    outline: none;
    border: none;
    padding: 0 0 30px 0;
  }
}
@media print {
  .woocommerce-account.woocommerce-view-order .view-order-title a,
.woocommerce-account.woocommerce-view-order .order-again,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-navigation,
.woocommerce-account.woocommerce-view-order .site-footer,
.woocommerce-account.woocommerce-view-order .site-header {
    display: none;
  }
  .woocommerce-account.woocommerce-view-order .account-content .container {
    min-width: none;
  }
  .woocommerce-account.woocommerce-view-order .account-content .container,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table th,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table.shop_table td {
    padding: 10px 0px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details address {
    outline: none;
    border: none;
    padding: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 85%;
  padding-top: 64px;
  padding-left: 118px;
}
@media screen and (max-width: 1520px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1440px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 65%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .label-wrapper, .woocommerce-account .woocommerce-MyAccount-content label {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .label-wrapper, .woocommerce-account .woocommerce-MyAccount-content label {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content input {
  border: 1px solid #707070;
  padding: 15px;
  margin-top: 17px;
}
.woocommerce-account .woocommerce-MyAccount-content input[type=radio] {
  margin-top: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .recent-order {
  margin: 17.5px 0;
  padding: 35px 50px;
  border: 1px solid #707070;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .recent-order .flex {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status {
  margin: 34px 8px;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status.tablet-hide {
  margin-top: 90px;
  background: url(img/order-status-dash.svg) 50% 50% repeat-x;
  background-position: 0 0;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status.tablet-hide {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status.mobile-hide {
    display: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status.active .img-wrapper {
  background: #0069B4;
  border-color: #0069B4;
}
.woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status.active .img-wrapper img {
  filter: brightness(0) invert(1);
}
.woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status .img-wrapper {
  width: 152px;
  height: 122px;
  border-radius: 4px;
  border: 1px solid #221E20;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status .img-wrapper img {
  display: block;
  max-height: 70px;
  max-width: 90px;
}
.woocommerce-account .woocommerce-MyAccount-content .recent-order .order-status p {
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data {
  margin-bottom: 144px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .orders-data {
    margin-bottom: 48px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .show-order-details {
  display: block;
  margin: 10px;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .show-order-details {
    margin: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woo-order-details table {
  margin-top: 0 !important;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .woo-order-details table td {
    text-align: left;
  }
  .woocommerce-account .woocommerce-MyAccount-content .woo-order-details table td::before {
    content: "";
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woo-order-details table th {
  padding: 12px 8px;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message {
  margin: 25px 0 0 0;
  padding: 10px;
  border-top: 2px solid #4A8EC8;
  background: rgba(74, 142, 200, 0.3);
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
  margin: 10px 0 0 0;
  padding: 10px;
  border-top: 2px solid #b81c23;
  background: rgba(255, 0, 0, 0.2);
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns {
  display: flex;
  margin-top: 37.7px;
  margin-left: -42px;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .edit-account-columns {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .edit-account-columns {
    display: block;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns h5 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .edit-account-columns h5 {
    font-size: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .left-account-column {
  width: 230px;
  padding-right: 85.2px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .left-account-column {
    text-align: left;
    margin-bottom: 34px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .left-account-column img {
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .left-account-column img {
    width: 30%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .left-account-column .edit-profile {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .left-account-column .edit-profile img {
  position: absolute;
  top: 2px;
  left: 10px;
  max-width: 24px;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .left-account-column .edit-profile img {
    position: relative;
    top: 0;
    left: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column {
  flex: 1;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column .edit-form {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column .edit-form .address-details {
  margin: 35px 0 35px 0;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column .edit-form button {
  margin-top: 60px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column .view-form .section-row {
  margin-bottom: 37px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column .view-form .section-row-first {
  float: left;
  width: 50%;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column .view-form .section-row-first {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column .view-form .section-row-last {
  float: right;
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .edit-account-columns .right-account-column .view-form .section-row-last {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account-columns a.account-action {
  cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data .woocommerce-orders-table__header span {
  font-size: 20px;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data .woocommerce-orders-table__header, .woocommerce-account .woocommerce-MyAccount-content .orders-data .woocommerce-orders-table__cell {
  padding: 27px 36px 24px;
  text-align: center;
  vertical-align: baseline;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .orders-data .woocommerce-orders-table__header, .woocommerce-account .woocommerce-MyAccount-content .orders-data .woocommerce-orders-table__cell {
    padding: 27px 20px 24px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data table {
  margin-top: 37.7px;
  border: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data table thead tr {
  background: #F2F2F2;
  border: 0;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data table tbody tr {
  border-bottom: 1px solid;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .orders-data table tbody tr td {
    text-align: left !important;
    background: #fff;
    padding: 15px 5px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .orders-data table tbody tr td::before {
    content: "";
  }
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data .action-button {
  margin: 10px 0;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .woocommerce-account .woocommerce-MyAccount-content .orders-data .action-button {
    display: inline-block;
    line-height: 1;
    padding-top: 21px;
  }
}
@media screen and (max-width: 780px) {
  .woocommerce-account .woocommerce-MyAccount-content .orders-data .action-button {
    padding-top: 21px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data .view-order-details {
  display: block;
  margin-top: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data .view-order-details img {
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data .order-again > .button {
  font-size: 16px;
  padding: 15px 45px 15px 25px;
}
.woocommerce-account .woocommerce-MyAccount-content .orders-data .order-again > .button:after {
  content: "";
  background: url(img/reorder.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 27px;
  height: 20px;
  position: absolute;
  top: 21px;
  right: 15px;
  z-index: 1;
}
.woocommerce-account .woocommerce-MyAccount-content .faq-account-content {
  margin-bottom: 141.5px;
}
.woocommerce-account .woocommerce-MyAccount-content .faq-account-content.faq-container > .post-title {
  text-transform: none;
}
.woocommerce-account .woocommerce-MyAccount-content .faq-account-content.faq-container .two-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .faq-account-content.faq-container .two-columns .single-faq-block {
  width: 42%;
}
@media screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .faq-account-content.faq-container .two-columns .single-faq-block {
    width: 100%;
  }
}

.product-carousel .all-products {
  margin-bottom: 34px;
}

body.post-type-archive .product-carousel {
  margin-bottom: 220px;
}
body.post-type-archive .product-archive-main-list ul.products li.product {
  margin-bottom: 150px;
}
body.post-type-archive .product-archive-main-list .woocommerce-message, body.post-type-archive .product-archive-main-list .woocommerce-notices-wrapper, body.post-type-archive .product-archive-main-list .woocommerce-error {
  display: none;
}

.gallery-column {
  margin-right: 180px;
}
@media screen and (max-width: 1680px) {
  .gallery-column {
    margin-right: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .gallery-column {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-column {
    margin-right: 40px;
  }
}
@media screen and (max-width: 780px) {
  .gallery-column {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
.gallery-column .gallery-wrapper .gallery-images {
  position: relative;
  min-width: 145px;
}
@media screen and (max-width: 780px) {
  .gallery-column .gallery-wrapper .gallery-images {
    min-width: 75px;
  }
}
.gallery-column .gallery-wrapper .gallery-images .gallery-nav-wrapper {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding-right: 5px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.gallery-column .gallery-wrapper .gallery-images .gallery-nav-wrapper::-webkit-scrollbar {
  width: 5px;
}
.gallery-column .gallery-wrapper .gallery-images .gallery-nav-wrapper::-webkit-scrollbar-track {
  background: rgba(74, 142, 200, 0.5);
}
.gallery-column .gallery-wrapper .gallery-images .gallery-nav-wrapper::-webkit-scrollbar-thumb {
  background: #035ba2;
}
.gallery-column .gallery-wrapper .gallery-images .gallery-nav-wrapper::-webkit-scrollbar-thumb:hover {
  background: #035ba2;
}
.gallery-column .gallery-wrapper .gallery-images .gallery-nav-wrapper .gallery-image {
  border: 2px solid transparent;
  margin-bottom: 12%;
  display: block;
}
.gallery-column .gallery-wrapper .gallery-images .gallery-nav-wrapper .gallery-image:last-of-type {
  margin-bottom: 0;
}
.gallery-column .gallery-wrapper .gallery-images .gallery-nav-wrapper .gallery-image.active {
  border-color: #035ba2;
}
.gallery-column .gallery-wrapper .discount {
  position: absolute;
  left: 0;
  bottom: 45px;
  display: block;
  padding: 15px 35px;
  color: white;
  background: rgba(221, 47, 47, 0.8);
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .gallery-column .gallery-wrapper .discount {
    bottom: 16px;
    padding: 0 28px;
    font-size: 36px;
  }
}
.gallery-column .gallery-wrapper .discount > .text {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-top: -10px;
}
@media screen and (max-width: 780px) {
  .gallery-column .gallery-wrapper .discount > .text {
    font-size: 16px;
  }
}

body.single-product .product-main-section {
  margin-bottom: 165px;
}
@media screen and (max-width: 780px) {
  body.single-product .product-main-section {
    margin-bottom: 45px;
  }
}
body.single-product .product-main-section .product-info-column .product-section {
  margin-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 780px) {
  body.single-product .product-main-section .product-info-column .product-section {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1680px) {
  body.single-product .product-main-section .product-info-column .product-section {
    display: block;
  }
  body.single-product .product-main-section .product-info-column .product-section:first-child > .flex-1 {
    margin-top: 0;
  }
  body.single-product .product-main-section .product-info-column .product-section > .flex-1 {
    margin: 40px 0;
  }
}
body.single-product .product-main-section .product-info-column .product-section .link-with-icon {
  padding-left: 36px;
  position: relative;
  min-height: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  float: left;
}
@media screen and (max-width: 780px) {
  body.single-product .product-main-section .product-info-column .product-section .link-with-icon {
    float: left;
  }
}
body.single-product .product-main-section .product-info-column .product-section .favorites-toggle:before {
  content: "";
  width: 26px;
  height: 24px;
  background: url("img/icon-heart-gray.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.single-product .product-main-section .product-info-column .product-section .favorites-toggle.active:before {
  background-image: url("img/icon-heart-gray-active.svg");
}
@media screen and (min-width: 781px) {
  body.single-product .product-main-section .product-info-column .product-section .favorites-toggle:hover:before {
    background-image: url("img/icon-heart-gray-active.svg");
  }
}
body.single-product .product-main-section .product-info-column .product-section .qty-notice {
  position: absolute;
  bottom: 50px;
  left: -10px;
  color: #bd3333;
}
body.single-product .product-main-section .product-info-column .product-section .qty-notice.variation-product {
  bottom: -30px;
}
body.single-product .product-main-section .product-info-column .product-section .open-pop {
  line-height: 1;
  text-align: center;
  max-width: 300px;
  margin-bottom: 21px;
}
body.single-product .product-main-section .product-info-column .product-section .open-pop.blue-border {
  color: #4A8EC8;
  background: #fff;
}
body.single-product .product-main-section .product-info-column .product-section .open-pop.blue-border:hover {
  color: #fff;
  background: #4A8EC8;
}
@media screen and (max-width: 780px) {
  body.single-product .product-main-section .product-info-column .product-section .open-pop {
    line-height: 2;
  }
}
body.single-product .product-main-section .product-info-column h1, body.single-product .product-main-section .product-info-column h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  body.single-product .product-main-section .product-info-column h1, body.single-product .product-main-section .product-info-column h2 {
    font-size: 22px;
  }
}
body.single-product .product-main-section .product-info-column h2 {
  margin-bottom: 26px;
  text-transform: none;
}
body.single-product .product-main-section .product-info-column .single_variation_wrap {
  margin-top: 35px;
  position: relative;
}
body.single-product .product-main-section .product-info-column .single_variation_wrap .woocommerce-variation {
  text-align: left;
}
body.single-product .product-main-section .product-info-column .single_variation_wrap .add-to-cart-tooltip {
  background: #dedede;
  display: block;
  position: absolute;
  z-index: 99;
  width: calc(100% - 202px);
  bottom: calc(100% + 15px);
  right: 0;
  font-size: 13px;
  padding: 10px;
}
body.single-product .product-main-section .product-info-column .single_variation_wrap .add-to-cart-tooltip:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #dedede transparent transparent transparent;
}
body.single-product .product-main-section .product-info-column .single_variation_wrap .tooltip-wrapper {
  display: none;
}
body.single-product .product-main-section .product-info-column .no-variation .alert {
  padding: 10px 15px;
  background: #F2F2F2;
}
body.single-product .product-main-section .product-info-column .no-variation .alert a {
  text-decoration: underline;
}
body.single-product .product-main-section .product-info-column .product-pricing {
  margin-bottom: 42px;
}
body.single-product .product-main-section .product-info-column .product-pricing del {
  display: block;
  font-size: 1.4rem;
  color: rgba(221, 47, 47, 0.8);
}
body.single-product .product-main-section .product-info-column .product-pricing ins {
  text-decoration: none;
}
body.single-product .product-main-section .product-info-column .product-pricing .price {
  color: #222222;
  font-weight: bold;
  font-size: 35px;
  text-align: left;
  display: block !important;
}
@media screen and (max-width: 780px) {
  body.single-product .product-main-section .product-info-column .product-pricing .price {
    font-size: 23px;
  }
}
body.single-product .product-main-section .product-info-column .product-pricing .price-meta {
  font-size: 13px;
  color: #221E20;
}
body.single-product .product-main-section .product-info-column .product-pricing .price-meta .texts {
  margin-right: 8px;
  text-align: left;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product {
  margin-right: 0;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product .input-wrapper {
  width: 112px;
  height: 64px;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product .input-wrapper .quantity {
  height: 100%;
  display: flex;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product .input-wrapper .quantity input {
  border: none;
  border-radius: 0;
  margin: 0;
  text-align: right;
  width: 30px;
  margin-right: 7px;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product .input-wrapper span {
  text-align: left;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product img {
  margin: 0 auto;
  max-width: 14px;
  min-width: 14px;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product .minus {
  height: 100%;
  border-top: 1px solid #d0d0d0;
  width: 45px;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product .plus {
  height: 100%;
  border-top: 1px solid #d0d0d0;
  width: 45px;
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.single-product .product-main-section .product-info-column form.cart .quantity-product .quantity {
  margin: 0;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability {
  display: inline-block;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability,
body.single-product .product-main-section .product-info-column .availability {
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability .stock {
  font-size: inherit;
  display: inline-block;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability .stock:before,
body.single-product .product-main-section .product-info-column .availability:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability .stock.in-stock,
body.single-product .product-main-section .product-info-column .availability.in-stock {
  color: #14AF00;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability .stock.in-stock:before,
body.single-product .product-main-section .product-info-column .availability.in-stock:before {
  background-color: #14AF00;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability .stock.request-only,
body.single-product .product-main-section .product-info-column .availability.request-only {
  color: #F29528;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability .stock.request-only:before,
body.single-product .product-main-section .product-info-column .availability.request-only:before {
  background-color: #F29528;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability .stock.out-of-stock,
body.single-product .product-main-section .product-info-column .availability.out-of-stock {
  color: #DD2F2F;
}
body.single-product .product-main-section .product-info-column .woocommerce-variation-availability .stock.out-of-stock:before,
body.single-product .product-main-section .product-info-column .availability.out-of-stock:before {
  background-color: #DD2F2F;
}
body.single-product .product-main-section .product-info-column .main-attributes table tr td {
  padding: 4px 14px 4px 0px;
}
body.single-product .product-main-section .product-info-column .product-downloads ul li {
  color: #707070;
  padding: 27.5px 35px;
  border-top: 1px solid;
}
body.single-product .product-main-section .product-info-column .product-downloads ul li:last-child {
  border-bottom: 1px solid #707070;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #222222c5;
  align-items: center;
}
.popup#wrong-details .popup-data {
  max-width: 900px;
}
.popup.active {
  display: flex;
  z-index: 10000;
}
.popup .popup-data {
  position: relative;
  padding: 60px 65px 80px;
  margin: 0 auto;
  background: #fff;
}
.popup .popup-data .popup-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 31px;
  padding-right: 40px;
}
.popup .popup-data .popup-description {
  font-size: 16px;
  margin-bottom: 74.5px;
}
.popup .popup-data .popup-field-wrapper {
  margin-bottom: 84px;
}
@media screen and (max-width: 1680px) {
  .popup .popup-data .popup-field-wrapper {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .popup .popup-data .popup-field-wrapper {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 780px) {
  .popup .popup-data .popup-field-wrapper {
    margin-bottom: 34px;
  }
}
.popup .popup-data .popup-field {
  display: block;
  width: 100%;
  font-size: 16px;
  border-bottom: 2px solid #222222;
  height: 42px;
  margin-bottom: 20px;
}
.popup .popup-data .action-button {
  width: 100%;
  text-align: center;
}
.popup .popup-data .close {
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: pointer;
}
.popup .popup-data .error {
  color: #bd3333;
}
.popup .popup-data .error.hide {
  display: none;
}
.popup .popup-data .ajax-form-success {
  color: #4e8936;
}
.popup .popup-data .ajax-form-success.form-error {
  color: #bd3333;
}

.faq-container > .post-title {
  text-transform: none;
}
.faq-container.single-container {
  padding-right: 700px;
}
@media screen and (max-width: 1680px) {
  .faq-container.single-container {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-container.single-container {
    padding-right: 60px;
  }
}
@media screen and (max-width: 780px) {
  .faq-container.single-container {
    padding-right: 20px;
  }
}
.faq-container .sub-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 51px;
}
.faq-container .sub-title.blue {
  color: #0069B4;
}
.faq-container .featured-title {
  margin-bottom: 22px;
}
.faq-container .faq-single-title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 17px;
  width: 370px;
  transition: all 0.3s;
}
@media screen and (max-width: 1281px) {
  .faq-container .faq-single-title {
    width: 349px;
  }
}
@media screen and (max-width: 780px) {
  .faq-container .faq-single-title {
    width: 100%;
  }
}
.faq-container .faq-single-title:hover {
  color: #0069B4;
}
.faq-container .two-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 1300px;
}
@media screen and (max-width: 1281px) {
  .faq-container .two-columns {
    max-height: 1600px;
  }
}
@media screen and (max-width: 780px) {
  .faq-container .two-columns {
    max-height: 100%;
  }
}
.faq-container .two-columns.featured-faq {
  height: 300px;
}
@media screen and (max-width: 1281px) {
  .faq-container .two-columns.featured-faq {
    height: 400px;
  }
}
@media screen and (max-width: 780px) {
  .faq-container .two-columns.featured-faq {
    height: 100%;
  }
}
.faq-container .two-columns.featured-faq .single-faq-block {
  width: 370px;
  margin-top: 30px;
}
@media screen and (max-width: 1281px) {
  .faq-container .two-columns.featured-faq .single-faq-block {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .faq-container .two-columns.featured-faq .single-faq-block {
    width: 100%;
  }
}
.faq-container .two-columns .single-faq-block {
  width: 33%;
  margin-top: 53px;
}
@media screen and (max-width: 1281px) {
  .faq-container .two-columns .single-faq-block {
    width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .faq-container .two-columns .single-faq-block {
    width: 100%;
  }
}
.faq-container .two-columns .single-faq-block .category-title {
  align-items: center;
  margin-top: 0;
  margin-bottom: 38.3px;
}
.faq-container .two-columns .single-faq-block .category-title h4 {
  margin-left: 16px;
}
.faq-container .featured-title {
  margin-bottom: 22px;
  color: #4A8EC8;
}
.faq-container .featured-questions .ft-title {
  float: left;
  margin-right: 12%;
}
@media screen and (max-width: 1440px) {
  .faq-container .featured-questions .ft-title {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1281px) {
  .faq-container .featured-questions .ft-title {
    margin-right: 2%;
  }
}
@media screen and (max-width: 780px) {
  .faq-container .featured-questions .ft-title {
    margin-right: 0;
  }
}
.faq-container .notes {
  font-weight: 700;
  margin: 35.4px 0 34.8px 0;
}
.faq-container .more-contacts .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-container .more-contacts .contact img {
  text-align: center;
  margin: 10px auto;
}
.faq-container .more-contacts .contact p {
  text-align: center;
}
.faq-container .more-contacts .contact p.bold {
  font-weight: 700;
  margin-bottom: 7px;
  width: 100%;
  display: block;
}

.check-vat-status {
  position: absolute;
  right: 15px;
  margin-top: 35px;
}
.check-vat-status.vat-valid {
  display: none;
}
.check-vat-status.vat-nonvalid {
  display: none;
}

.add-address {
  margin-top: 23px;
  padding-left: 44px;
  position: relative;
  display: block;
}
.add-address:before {
  content: "+";
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -9px;
}

.additional-form label {
  font-weight: 700;
}
.additional-form .select2-container--default .select2-selection--single,
.additional-form select,
.additional-form input {
  min-height: 64px;
  border: 1px solid #707070;
  margin: 10px 0 20px;
  padding: 0 15px;
  border-radius: 1px;
}
.additional-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 30px;
  transform: none;
}
.additional-form .button {
  margin-top: 34px;
}

.additional-address-view.flex {
  margin-top: 30px;
  max-width: 520px;
  flex-wrap: wrap;
}

.single-address {
  width: 100%;
  position: relative;
  border-top: 1px solid #A0A0A0;
  padding: 26px 0px 26px 44px;
  transition: all 0.4s;
  cursor: pointer;
}
.single-address:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.single-address:after {
  display: none;
  content: "";
  position: absolute;
  top: 31px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4C8ECB;
}
.single-address:last-child {
  border-bottom: 1px solid #A0A0A0;
}
.single-address .delete-row, .single-address .address-action {
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.single-address .edit-row {
  position: absolute;
  right: 35px;
  top: 20px;
  max-width: 24px;
  cursor: pointer;
}
.single-address.selected:after {
  display: block;
}

.configurator .attribute-group {
  color: #707070;
}
.configurator .attribute-group .attribute-title {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  font-weight: 500;
  padding: 28px 81px 28px 41px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 780px) {
  .configurator .attribute-group .attribute-title {
    margin-left: 0;
  }
}
.configurator .attribute-group .attribute-title:before {
  content: "";
  background: url("img/icon-configurator.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 33px;
  right: 41px;
  width: 26px;
  height: 14px;
  transform: rotate(180deg);
}
@media screen and (max-width: 780px) {
  .configurator .attribute-group .attribute-title:before {
    width: 18px;
  }
}
.configurator .attribute-group .attribute-title .attribute-selected-value {
  font-weight: normal;
}
.configurator .attribute-group .attribute-group-list {
  display: none;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  padding: 28px 41px;
}
.configurator .attribute-group .attribute-group-list a {
  display: block;
  outline: none;
  margin-bottom: 30px;
}
.configurator .attribute-group .attribute-group-list a:last-of-type {
  margin-bottom: 0;
}
.configurator .attribute-group .attribute-group-list a:focus {
  outline: none;
}
.configurator .attribute-group .attribute-group-list a.active {
  font-weight: bold;
}
.configurator .attribute-group .attribute-group-list a.active b {
  font-weight: bold;
}
.configurator .attribute-group .attribute-group-list a b {
  flex: 1;
  font-weight: normal;
}
.configurator .attribute-group .attribute-group-list a.disabled {
  opacity: 0.5;
}
.configurator .attribute-group .attribute-group-list a .attribute-group-details {
  font-style: italic;
}
.configurator .attribute-group .attribute-group-list a .attribute-group-details img {
  max-width: 30%;
}
.configurator .attribute-group.active .attribute-title {
  background: #F2F2F2;
}
.configurator .attribute-group.active .attribute-title:before {
  transform: rotate(0);
}
.configurator .attribute-group.active .attribute-group-list {
  display: block;
}
.configurator.show-variable .attribute-title, .configurator.show-description .attribute-title {
  border: unset;
  padding: 0 81px 15px 0;
  background: unset;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 99999;
}
@media screen and (max-width: 780px) {
  .configurator.show-variable .attribute-title, .configurator.show-description .attribute-title {
    padding: 0;
  }
}
.configurator.show-variable .attribute-title:before, .configurator.show-description .attribute-title:before {
  content: "";
  background: url("img/icon-configurator.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 200px;
  width: 18px;
  height: 14px;
  transform: rotate(0);
}
@media screen and (max-width: 780px) {
  .configurator.show-variable .attribute-title:before, .configurator.show-description .attribute-title:before {
    right: 0;
    left: unset;
  }
}
.configurator.show-variable > .active .attribute-title, .configurator.show-description > .active .attribute-title {
  background: none;
}
.configurator.show-variable > .active .attribute-title:before, .configurator.show-description > .active .attribute-title:before {
  transform: rotate(180deg);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  display: none;
}
.woocommerce-error .action-button, .woocommerce-info .action-button, .woocommerce-message .action-button {
  margin-top: 10px;
}

.mz-expand .mz-hint {
  display: none;
}