@charset "UTF-8";
/**
 * Cart page complete styles.
 */
/**
 * Electroline common styles.
 */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
}

td:not([align]), th:not([align]) {
  text-align: left;
}

/**
 * Electroline colors
 */
/**
 * SCSS variables.
 */
/**
 * Electroline mixins.
 */
@media screen and (max-width: 1060px) {
  .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 1060px) {
  .mobile-only {
    display: none;
  }
}
html {
  height: 100%;
}

:root body {
  padding: 0;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}

/**
 * Ads, banners etc. common styling.
 */
.ad-link {
  display: block;
}

/**
 * Button styling.
 */
.electroline-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  background: #ec0000;
  color: white;
  border: none;
  outline: none;
  padding: 0.5625rem 1rem;
  font-family: "CF Panoptik", sans-serif;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  letter-spacing: 0;
}
.electroline-button:hover {
  background: black;
}

button.loading,
a.loading {
  cursor: wait;
}

/**
 * Electroline Fonts
 */
/*
@font-face {
  font-family: 'CF Panoptik';
  src: url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-Book.woff2') format('woff2'),
  url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Panoptik';
  src: url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-Medium.woff2') format('woff2'),
  url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Panoptik';
  src: url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-Bold.woff2') format('woff2'),
  url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Panoptik';
  src: url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-ExtraBold.woff2') format('woff2'),
  url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CF Panoptik';
  src: url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-MediumOblique.woff2') format('woff2'),
  url('/custom-themes/custom/fonts/CFPanoptik/CFPanoptik-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

//@font-face {
//	font-family: "Lemon Milk";
//	src: url("../../fonts/LemonMilkbold.otf") format("otf");
//}
*/
/**
 * Typography styles.
 */
html {
  font-family: "CF Panoptik", sans-serif;
  font-size: 16px;
}

/**
 * Various CSS helpers.
 */
:root .d-none {
  display: none;
}

:root .d-block {
  display: block;
}

@media screen and (max-width: 1060px) {
  :root .d-none-mobile {
    display: none;
  }
}
/**
 * Cookie Notice Styling
 */
/**
 * Stylesheet for the GDPR cookie consent banner and popup.
 */
.gdpr-consent-banner,
.gdpr-modal {
  font-family: "Open Sans", sans-serif;
}

.gdpr-consent-banner {
  transition: all 0.4s ease-in;
  width: 100%;
  min-height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.8);
  color: white;
  z-index: 9999;
  padding: 20px 20px 10px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 10px 0px rgb(158, 158, 158);
  -moz-box-shadow: 0px 2px 10px 0px rgb(158, 158, 158);
  box-shadow: 0px 2px 10px 0px rgb(158, 158, 158);
}

body.admin-bar .gdpr-consent-banner {
  top: 10px;
}

body.admin-bar .gdpr-modal.visible {
  top: 50px;
}

.gdpr-consent-banner__contents {
  max-width: 1400px;
  display: inline-block;
}

.gdpr-consent-banner__title {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 20px;
}

.gdpr-modal {
  display: none;
}
.gdpr-modal.visible {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

body {
  overflow-x: hidden;
}

.gdpr-modal-dialog {
  background: white;
  display: block !important;
}
.gdpr-modal-dialog .modal-title {
  font-weight: bold;
  font-size: 22px;
}

.gdpr-consent-banner__text-block {
  text-align: initial;
}

.gdpr-consent-banner__links-block {
  color: red;
  text-align: left;
}

.gdpr-consent-banner__link {
  margin-right: 10px;
  background: none;
  color: white;
  border: none;
}

.gdpr-consent-banner__link:hover {
  cursor: pointer;
}

.gdpr-modal-section {
  padding-left: 15px;
}

.gdpr-modal__cookie_categories,
.gdpr-modal__final-section,
.gdpr-modal__section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.gdpr-modal {
  top: 0 !important;
  text-align: center;
  padding: 0 !important;
  background: rgba(1, 1, 1, 0.4);
}

.gdpr-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.gdpr-modal__modal-content {
  border-radius: 0;
}

.gdpr-modal__cookie-category {
  clear: both;
  position: relative;
}

.gdpr-modal__cookie-category-row {
  display: block;
  width: 100%;
}

.gdpr-modal__section {
  padding: 5px;
}

.gdpr-modal__cookie-category-header {
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.gdpr-modal__cookie-category-toggle {
  width: 80%;
  display: block;
  padding: 10px 6px 6px 6px;
}

.gdpr-modal__cookie-category-toggle,
.gdpr-modal__cookie-category-toggle:active,
.gdpr-modal__cookie-category-toggle:focus,
.gdpr-modal__cookie-category-toggle:hover,
.gdpr-modal__cookie-category-toggle:visited {
  color: black;
  text-decoration: none;
}

.gdpr-consent-banner__link,
.gdpr-consent-banner__link:active,
.gdpr-consent-banner__link:focus,
.gdpr-consent-banner__link:hover,
.gdpr-consent-banner__link:active {
  color: white;
}

.gdpr-consent-banner__link:hover {
  text-decoration: underline;
}

.gdpr-modal__cookie_categories {
  background: #eeeeee;
  padding-bottom: 20px;
}

.gdpr-modal__cookie-description-wrapper {
  padding: 0 10px 0 10px;
}

.gdpr-modal__chevron {
  font-size: 18px;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  float: left;
}

.gdpr-modal__final-section {
  padding: 10px 15px;
}

.gdpr-modal .modal-title {
  padding-left: 15px;
  margin-top: 20px;
}

.gdpr-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  float: right;
  background: none;
  color: black;
  font-size: 22px;
  border: none;
  outline: none;
}
.gdpr-modal-close:hover {
  cursor: pointer;
}
.gdpr-modal-close:hover * {
  color: #ec0000;
}

.gdpr-modal-dialog {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  z-index: 10000;
  width: 900px;
}

.rotate {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.rotate.down {
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 2px;
}

.gdpr-cookie-consent-submit {
  float: right;
}

#gdpr-cookie-consent-submit {
  background: #ffcc33;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 20px;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.gdpr-modal__section-title {
  font-size: 18px;
}

:root .gdpr-modal__switch {
  position: absolute;
  right: 20px;
  top: 5px;
}

/*Toggle Switch*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ffcc33;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ffcc33;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.gdpr-modal__section-text,
.gdpr-modal__cookie-description {
  text-align: justify;
}

.gdpr-consent-banner__text-block {
  margin-bottom: 15px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.modal-footer {
  clear: both;
  min-height: 30px;
  margin: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.gdpr-consent-banner__link {
  text-decoration: underline;
  border: 1px solid transparent;
  padding: 3px 5px;
}
.gdpr-consent-banner__link:hover {
  text-decoration: none;
  border: 1px solid white;
}

@media (max-width: 1024px) {
  .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    margin: 0 !important;
    overflow-y: scroll;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .gdpr-consent-banner {
    padding-bottom: 20px;
  }
  .gdpr-consent-banner__title {
    display: none;
  }
  .gdpr-consent-banner__text-desktop {
    display: none;
  }
  .gdpr-consent-banner__text-mobile {
    display: block;
  }
  .gdpr-consent-banner__links-block {
    margin-top: 1rem;
  }
  .gdpr-consent-banner__link--right {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .gdpr-consent-banner__text-desktop {
    display: block;
  }
  .gdpr-consent-banner__text-mobile {
    display: none;
  }
}
@media (max-width: 576px) {
  .gdpr-consent-banner__link {
    float: none;
    display: inline-block;
    margin-top: 1rem;
  }
  .gdpr-consent-banner__links-block {
    text-align: center;
  }
}
/**
 * Zendesk widget styling.
 */
#launcher {
  pointer-events: none;
  visibility: hidden;
}

.ze-button {
  color: white;
  font-family: "CF Panoptik", sans-serif;
  font-size: 20px;
  border: 2px solid white;
  outline: none;
  box-shadow: none;
  background: #2A2939;
  font-weight: bold;
  border-radius: 7px;
  display: block;
}
.ze-button:hover, .ze-button:active {
  cursor: pointer;
}

@media screen and (min-width: 1545px) {
  .ze-button--desktop {
    padding: 13px 50px;
    text-wrap: none;
    width: 256px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  html[lang=el] .ze-button--desktop {
    font-size: 16px;
  }
  .ze-button--mobile {
    display: none;
  }
}
@media screen and (max-width: 1545px) {
  .ze-button--mobile {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto 45px;
  }
  .ze-button--desktop {
    display: none;
  }
}
/**
 * Black Friday specific styling.
 */
.bf-oos-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(1, 1, 1, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}

.single-product .bf-oos-overlay {
  left: -7px;
  width: calc(100% + 14px);
}

.bf-oos-overlay__img {
  max-width: 90%;
  height: auto;
}

/**
 * Electroline colors
 */
/**
 * SCSS variables.
 */
/**
 * Electroline mixins.
 */
.wpml-ls-statics-footer {
  display: none;
}

.back-to-top {
  display: none;
}

.ad-link {
  display: block;
}

.slick-slide:focus {
  outline: none;
}

.woocommerce-message {
  max-width: 1366px;
  margin: 0 auto !important;
}

.location-name {
  font-weight: bold;
}

.location-modal-title {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.availability-contact-message {
  text-align: right;
  font-style: italic;
  font-size: 12px;
}

.location-modal-dialog {
  border-radius: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
}

.single-location-data {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 50% auto;
  column-gap: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DDDDDD;
}

.location-name__address {
  font-weight: normal;
}

.location-availability-icon-wrapper--not-available {
  position: relative;
  top: 2px;
}

.location-availability {
  display: block;
  float: right;
}

.location-spinner {
  display: flex;
  align-items: center;
  margin-top: 60px;
  max-width: 100%;
  justify-content: center;
}

.location-availability-inner--limited-availability .to-fill {
  fill: #39a7d2;
}

.location-availability-inner--not-available .to-fill {
  fill: red;
}

.location-availability-inner--available .to-fill {
  fill: green;
}

.location-availability-main-text {
  text-align: right;
}

#product-bundle-response-modal-dialog {
  padding: 10px 0 0 0 !important;
  height: 420px !important;
}

.location-availability-inner--not-available {
  display: flex;
  align-items: center;
  justify-content: right;
}
.location-availability-inner--not-available > .location-availability-main-text {
  display: block;
  width: 100%;
  text-align: right;
}

.slick-slider:not(.slick-initialized) {
  visibility: hidden !important;
}

/**
 * WooCommerce CSS Variables
 */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 auto 20px !important;
  position: relative;
  background-color: rgb(247.1638414634, 246.3361585366, 246.9957183689);
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  color: #b81c23;
}

.wc-forward {
  color: black;
  text-decoration: none;
}
.wc-forward:visited {
  color: black;
}
.wc-forward:hover {
  color: #ec0000;
}

/**
 * Header Styling.
 */
.hamburger:focus {
  outline: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

@media screen and (max-width: 576px) {
  .hamburger,
  .hamburger-box,
  .hamburger-inner {
    width: 20px;
  }
  .hamburger::after, .hamburger::before,
  .hamburger-box::after,
  .hamburger-box::before,
  .hamburger-inner::after,
  .hamburger-inner::before {
    width: 20px;
  }
  .hamburger-box {
    height: 20px;
    position: relative;
    top: 3px;
  }
  .hamburger-inner {
    height: 3px;
  }
  .hamburger-inner::after, .hamburger-inner::before {
    height: 3px;
  }
  .hamburger-inner::before {
    top: -7px;
  }
  .hamburger-inner::after {
    bottom: -7px;
  }
}
.main-menu__inner .hamburger-inner,
.main-menu__inner .hamburger-inner::before,
.main-menu__inner .hamburger-inner::after {
  background-color: black;
}
.main-menu__inner .hamburger.is-active .hamburger-inner,
.main-menu__inner .hamburger.is-active .hamburger-inner::before,
.main-menu__inner .hamburger.is-active .hamburger-inner::after {
  background-color: black;
}

.mobile-menu__header .hamburger,
.mobile-menu__header .hamburger-box,
.mobile-menu__header .hamburger-inner {
  width: 25px;
}
.mobile-menu__header .hamburger::after, .mobile-menu__header .hamburger::before,
.mobile-menu__header .hamburger-box::after,
.mobile-menu__header .hamburger-box::before,
.mobile-menu__header .hamburger-inner::after,
.mobile-menu__header .hamburger-inner::before {
  width: 25px;
}

/**
 * Language switcher styles.
 */
.language-switcher-item {
  position: relative;
  width: 60px;
  height: 32px;
  display: block;
  padding: 5px;
  margin-right: 7px;
}
.language-switcher-item:hover .language-switcher__other-languages {
  display: block;
}
.language-switcher-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -3px;
  content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.526" height="11.278" viewBox="0 0 10.526 11.278"><g id="Group_176" transform="translate(10.526)"><path id="Path_248" d="M0,0-6.767,6.755l-3.759-3.748V7.519l3.759,3.759L0,4.511Z" fill="rgb(255,255,255)"/></g></svg>');
}

.language-switcher {
  width: 50px;
  height: 22px;
  display: block;
  overflow: visible;
  position: relative;
  z-index: 3;
}

.language-switcher__active-language svg {
  width: 40px;
  height: auto;
}

.language-switcher--desktop {
  top: 3px;
}

.language-switcher-item--mobile {
  width: 34px;
  padding: 0 5px;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}
.language-switcher-item--mobile::after {
  top: -2px;
  width: 8px;
  height: auto;
}
.language-switcher-item--mobile a {
  text-decoration: none;
  color: black;
}

.language-switcher--mobile {
  width: 30px;
}
.language-switcher--mobile .language-switcher__active-language {
  display: block;
}

.language-switcher__other-languages {
  padding-top: 10px;
  display: none;
}
.language-switcher__other-languages svg {
  width: 40px;
  height: auto;
}

@media screen and (min-width: 576px) and (max-width: 1366px) {
  .language-switcher-item {
    position: relative;
    top: 3px;
  }
}
@media screen and (max-width: 576px) {
  .language-switcher-item {
    position: relative;
    top: 2px;
  }
  .language-switcher-item::after {
    top: -2px;
    left: 100%;
    right: unset;
  }
  .language-switcher-item {
    padding-top: 2px;
    min-width: 40px;
  }
  .language-switcher-item {
    width: 30px;
    height: 30px;
    display: block;
  }
  .language-switcher {
    width: 30px;
    display: block;
    overflow: visible;
    position: relative;
    z-index: 3;
  }
  .language-switcher svg {
    width: 30px;
    height: auto;
  }
  .language-switcher__other-languages {
    padding-top: 7px;
  }
  .language-switcher-item--open .language-switcher__other-languages {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .language-switcher--mobile {
    height: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .language-switcher-item--mobile {
    position: relative;
    top: -4px;
    right: 5px;
  }
  .language-switcher-item::after {
    right: -4px;
    left: unset;
  }
}
@media screen and (min-width: 576px) and (max-width: 1366px) {
  .language-switcher__language-txt {
    position: relative;
    left: -8px;
  }
  .language-switcher-item--mobile {
    position: relative;
    top: 1px;
  }
}
/**
 * Header top bar styling.
 */
.header-top-bar {
  font-family: "CF Panoptik", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  background: #454344;
  min-height: 52px;
}

.top-bar-icon-group--phone-mobile {
  display: none;
}

.account-and-basket-icon-group svg .to-fill {
  fill: white !important;
}
.account-and-basket-icon-group:hover svg .to-fill {
  fill: black !important;
}

@media screen and (max-width: 1060px) {
  .top-bar-icon-group__link--mobile-cart {
    position: relative;
  }
  .top-bar-icon-group__link--mobile-cart:hover .cart-item-count--mobile {
    color: black !important;
  }
  .top-bar-icon-group__link--mobile-cart:hover svg .to-fill {
    fill: black;
  }
  .top-bar-icon-group__icon-wrapper--loyalty {
    position: relative;
    top: 5px;
  }
  .header-top-bar {
    background: #ec0000;
    padding: 15px;
    z-index: 2;
    position: relative;
  }
  .header-top-bar__burger-and-phone {
    display: grid;
    grid-template-columns: 20px auto;
    column-gap: 15px;
  }
  .header-top-bar-nav {
    padding: 0;
  }
  .top-bar-icon-group__text {
    display: none;
  }
  .top-bar-icon-group {
    height: 25px;
  }
  .top-bar-icon-group__link {
    display: block;
    text-decoration: none;
  }
  .top-bar-icon-group svg:hover .to-fill, .top-bar-icon-group svg:active .to-fill {
    fill: black;
  }
  .top-bar-icon-group svg:hover .to-stroke, .top-bar-icon-group svg:active .to-stroke {
    stroke: black;
  }
  .header-top-bar {
    display: flex;
    padding-top: 8px;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
  }
  .top-bar-icon-group__icon-wrapper {
    margin-right: 15px;
  }
  .top-bar-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-bar-icon-group__icon-wrapper--search {
    width: 27px;
  }
  .mobile-search-toggle--open svg .to-fill {
    fill: black;
  }
}
.mobile-logo-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .mobile-logo-wrapper svg {
    width: 150px;
    height: auto;
  }
  .mobile-logo-wrapper {
    padding-left: 3px;
  }
}
@media screen and (min-width: 1060px) {
  .header-top-bar-nav {
    padding: 16px 0;
  }
  .top-bar-icon-group:hover .top-bar-icon-group__text {
    color: #ec0000;
  }
  .top-bar-icon-group:hover .to-fill {
    fill: #ec0000;
  }
  .top-bar-icon-group:hover .to-stroke {
    stroke: #ec0000;
  }
  .top-bar-list {
    display: flex;
    justify-content: space-between;
  }
  .header-top-bar-nav {
    width: 1060px;
    margin: 0 auto;
  }
  .top-bar-icon-group__link {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 15px;
    text-decoration: none;
  }
  .top-bar-icon-group__icon-wrapper {
    display: flex;
    align-items: center;
  }
  .top-bar-icon-group__text {
    color: white;
    line-height: 25px;
    text-decoration: none;
  }
}
@media screen and (max-width: 576px) {
  .header-top-bar {
    padding-right: 5px;
  }
  .top-bar-icon-group--loyalty,
  .top-bar-icon-group--maintenance {
    display: none;
  }
  .header-top-bar__burger-and-mobile-logo {
    grid-template-columns: 25px auto;
    grid-column-gap: 5px;
  }
  .mobile-logo-wrapper,
  .mobile-logo-wrapper svg {
    height: 24px;
    width: auto;
  }
  .mobile-logo-wrapper svg {
    width: 120px;
  }
  .top-bar-icon-group__icon-wrapper {
    margin-right: 10px;
  }
  .top-bar-icon-group__icon-wrapper svg {
    height: 22px;
    width: auto;
  }
  .top-bar-list {
    height: 22px;
    position: relative;
    top: 5px;
  }
  .top-bar-icon-group__icon-wrapper--loyalty {
    top: 0;
  }
  .top-bar-icon-group__icon-wrapper--loyalty svg {
    height: 14px;
    width: auto;
  }
  .top-bar-icon-group__icon-wrapper--search {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .header-top-bar {
    display: flex;
    align-items: space-between;
  }
  .cart-item-count--mobile {
    left: 18px !important;
  }
  .top-bar-icon-group__icon-wrapper {
    margin-right: 12px;
  }
  .top-bar-list {
    top: 2px;
  }
  .top-bar-icon-group--phone-mobile {
    display: inline-block;
    position: relative;
    top: 2px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1060px) {
  .brgr-wrap {
    width: 24px;
    text-align: center;
    position: relative;
    top: 4px;
    margin-right: 8px;
  }
  .brgr-wrap .hamburger, .brgr-wrap .hamburger-box, .brgr-wrap .hamburger-inner {
    width: 24px;
  }
  .brgr-wrap .hamburger-inner::after, .brgr-wrap .hamburger-inner::before, .brgr-wrap .hamburger-inner {
    height: 2px;
    width: 24px;
  }
  .brgr-wrap .ham-label {
    text-align: center;
    font-size: 6px;
  }
  .brgr-wrap .hamburger-inner::before {
    top: -8px;
  }
  .brgr-wrap .hamburger-inner::after {
    bottom: -8px;
  }
  .brgr-wrap .hamburger {
    margin-top: 3px;
    height: 20px;
  }
  .brgr-wrap .ham-label {
    position: relative;
    bottom: 5px;
  }
}
/**
 * Header main bar styling.
 */
.header-main-bar {
  background: #ec0000;
  position: relative;
  margin-bottom: 100px;
}

.electroline-logo-link {
  text-decoration: none;
  display: block;
}

.language-switcher-item--main-bar {
  margin-left: 80px;
}

.account-and-basket-icon-group__text {
  color: white;
  font-family: "CF Panoptik", sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.account-and-basket-icon-group--basket {
  margin-right: 0;
  position: relative;
}

.account-and-basket-icon-group__link {
  text-decoration: none;
}
.account-and-basket-icon-group__link:hover * {
  color: black;
}
.account-and-basket-icon-group__link:hover .to-fill {
  fill: black;
}

.account-and-basket-icon-group__link:hover .cart-item-count {
  color: black !important;
}

.account-and-basket-icon-group__link--basket {
  display: block !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}
.account-and-basket-icon-group__link--basket:hover .basket-mini-menu {
  display: block;
}

.basket-link-inner {
  display: grid;
  grid-template-columns: 27px auto;
  column-gap: 10px;
}

.basket-mini-menu-item__picture {
  height: auto;
  width: 48px;
}

.account-and-basket-icon-group__link {
  display: block;
  display: grid;
  grid-template-columns: 27px auto;
  column-gap: 10px;
}

.account-and-basket-icon-group__icon-wrapper {
  display: flex;
  justify-content: center;
}

.account-and-basket-icon-group__text {
  font-size: 14px;
}

@media screen and (min-width: 1060px) and (max-width: 1366px) {
  .account-and-basket-icon-group__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1060px) {
  .header-main-bar {
    height: 60px;
    position: relative;
    margin-bottom: 0;
  }
  .header-main-bar__inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px 0;
    height: 100%;
    display: grid;
    grid-template-columns: 300px 400px auto 60px;
    position: relative;
    top: -8px;
    grid-column-gap: 30px;
  }
  .header-main-bar__inner .language-switcher-item--main-bar {
    margin-left: unset;
    padding-right: 15px;
  }
  .account-and-basket {
    height: 38px;
  }
  .account-and-basket {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .account-and-basket-icon-group {
    margin-right: 20px;
  }
  .account-and-basket-icon-group--basket {
    margin-right: 0;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1366px) {
  .header-main-bar__inner {
    grid-template-columns: 215px 220px auto 60px;
  }
}
@media screen and (max-width: 1060px) {
  .header-main-bar__inner {
    padding: 5px 10px;
    background: #ec0000;
    height: 50px;
  }
  .header-main-bar {
    transition: all 0.2s ease-in;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 50px;
    border-bottom: 1px solid lightgrey;
  }
}
@media screen and (max-width: 1366px) {
  .language-switcher-item--main-bar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-main-bar--extended-mobile {
    top: 60px;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1366px) {
  .header-main-bar__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .electroline-logo-wrapper {
    margin-right: 15px;
  }
  .account-and-basket-icon-group--basket {
    margin-left: 0;
    margin-right: 0;
    min-width: 160px;
  }
  .electroline-logo-link img,
  .electroline-logo-link svg {
    max-width: calc(100% - 10px);
    padding-right: 10px;
    height: auto;
  }
}
.electroline-logo-wrapper {
  display: grid;
  grid-template-columns: auto 50px;
}

/**
 * Header info bar styles.
 */
.header-info-bar {
  background: #EEE;
  height: 100px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.header-info-bar__inner {
  padding: 25px 0;
}

.header-info-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-info-icon-group__text-wrapper {
  width: 244px;
}

.header-info-icon-group:hover svg .to-fill {
  fill: #ec0000;
}
.header-info-icon-group:hover svg .to-stroke {
  stroke: #ec0000;
}
.header-info-icon-group:hover .header-info-icon-group__title, .header-info-icon-group:hover .header-info-icon-group__text {
  color: #ec0000;
}

.header-info-icon-group__link {
  font-family: "CF Panoptik", sans-serif;
  text-decoration: none;
  color: #473f45;
  display: grid;
  grid-template-columns: 30px auto;
  column-gap: 14px;
}

.header-info-icon-group__icon-wrapper {
  padding-top: 6px;
}
.header-info-icon-group__icon-wrapper .to-fill {
  fill: rgb(119, 119, 122);
}

.header-info-icon-group__title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.header-info-icon-group__text {
  font-size: 12px;
}

@media screen and (max-width: 1060px) {
  .header-info-bar {
    margin-top: 45px;
  }
  .header-info-icon-group {
    display: none;
  }
  .header-info-icon-group--first {
    display: block;
  }
  .header-info-bar__inner {
    justify-content: center;
  }
}
@media screen and (min-width: 1060px) {
  .header-info-bar {
    position: absolute;
    width: 100%;
    top: 145px;
    left: 0;
  }
  body.admin-bar .header-info-bar {
    top: 175px;
  }
  .header-info-bar__inner {
    max-width: 1060px;
    margin: 0 auto;
  }
  .header-info-bar {
    transition: all 0.2s ease-in;
  }
  .main-header--is-sticky + .header-info-bar {
    opacity: 0;
  }
  .main-header--is-sticky + .header-info-bar .header-info-icon-group {
    opacity: 0;
    pointer-events: none;
  }
}
.dgwt-wcas-ico-magnifier {
  display: none;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 0;
}

.product-search {
  position: relative;
}

.product-search::before {
  position: absolute;
  top: 8px;
  left: 10px;
  height: 24px;
  width: 24px;
  content: url('data:image/svg+xml; utf8, <svg version="1.1" class="" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 51.539 51.361" enable-background="new 0 0 51.539 51.361" xml:space="preserve">  <path class="to-fill" fill="rgb(157, 157, 157)" d="M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26  S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082  c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z"></path>  </svg>');
  z-index: 1;
}

@media screen and (min-width: 1060px) {
  :root .main-header .dgwt-wcas-search-wrapp {
    position: relative;
  }
  .dgwt-wcas-search-input {
    padding: 12px 15px 8px 36px !important;
    line-height: 1rem !important;
    border: none !important;
  }
  .dgwt-wcas-search-input::placeholder {
    font-size: 1rem;
    font-style: normal !important;
    color: #565450;
  }
  .main-header .dgwt-wcas-sf-wrapp {
    margin-top: 0;
  }
  .product-search::before {
    left: 7px;
  }
  :root .header-main-bar__inner .dgwt-wcas-search-input {
    padding-left: 36px !important;
  }
}
@media screen and (max-width: 1060px) {
  :root .main-header .dgwt-wcas-search-wrapp {
    margin-top: 10px;
  }
  :root .dgwt-wcas-search-wrapp {
    max-width: initial;
  }
  .product-search {
    position: relative;
    bottom: 11px;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1366px) {
  :root .main-header .product-search {
    width: 29%;
    max-width: 450px;
  }
  .dgwt-wcas-search-input {
    margin-right: 20px;
  }
}
.dgwt-wcas-suggestions-wrapp a {
  text-decoration: none;
}

/**
 * Basket mini menu styles.
 *
 * @package electroline
 */
.basket-mini-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 250px;
  padding: 15px;
  background: white;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.basket-mini-menu:hover {
  display: block;
}
.basket-mini-menu .account-and-basket-icon-group__link {
  padding: 0 !important;
}

.basket-mini-menu:empty {
  display: none !important;
}

.mini-menu-remove-icon-wrapper svg {
  position: relative;
  top: 4px;
}

.basket-mini-menu-quantity-remove,
.basket-mini-menu-quantity-controls {
  font-size: 14px;
}

.account-and-basket-icon-group--basket:hover .basket-mini-menu {
  display: block;
}

.basket-mini-menu:hover {
  display: block;
}

.basket-mini-menu--busy .basket-mini-menu-controls {
  pointer-events: none;
}
.basket-mini-menu--busy:hover {
  cursor: wait;
}

.basket-mini-menu-item__decrease-qty:hover svg .to-fill {
  fill: #ec0000;
}

.basket-mini-menu-item__increase-qty:hover svg .to-fill {
  fill: rgb(255, 204, 51);
}

.basket-mini-menu-item__qty {
  min-width: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -1px;
}

.basket-mini-menu-quantity-controls {
  padding-top: 6px;
}

.basket-mini-menu-quantity-controls svg {
  height: 12px;
  width: 12px;
}
.basket-mini-menu-quantity-controls svg:hover {
  cursor: pointer;
}

.mini-menu-remove-icon-wrapper,
.mini-menu-remove-icon-wrapper svg {
  width: 18px;
  height: 18px;
}

.basket-mini-menu-contents {
  margin-bottom: 10px;
}

.basket-mini-menu-item {
  color: black;
  display: grid;
  grid-template-columns: 48px auto;
  column-gap: auto;
  grid-column-gap: 10px;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
}

.basket-mini-menu-item__data-col {
  padding-top: 6px;
}

.mini-menu-totals {
  margin-top: 10px;
  margin-bottom: 10px;
}

.basket-mini-menu-item__sku {
  display: block;
  font-size: 12px;
}

.basket-mini-menu-item__title {
  font-size: 12px;
  line-height: 16px;
}

.basket-mini-menu__link {
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #302E2F;
  background: rgb(255, 204, 51);
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.basket-mini-menu__link:hover {
  background: black;
  color: white;
}

.mini-menu-remove-link {
  text-decoration: none;
  color: #302E2F;
  font-size: 14px;
}
.mini-menu-remove-link:hover {
  color: #ec0000;
}
.mini-menu-remove-link:hover svg .to-fill {
  fill: #ec0000;
}

.basket-mini-menu-controls {
  grid-column: 1/-1;
  padding-top: 2px;
  display: flex;
  justify-content: space-between;
}

.basket-mini-menu__link--cart {
  margin-bottom: 10px;
}

.basket-mini-menu__link--checkout {
  font-size: 12px;
  line-height: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.basket-mini-menu-item__picture {
  margin-top: 3px;
}

.basket-mini-menu-item__price {
  font-size: 16px;
  margin-top: 3px;
  font-weight: bold;
}
.basket-mini-menu-item__price del {
  font-weight: normal;
  display: inline-block;
  margin-right: 3px;
}

:root .basket-mini-menu-no-item-text {
  color: black;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

@media screen and (max-width: 1366px) {
  .basket-mini-menu {
    display: none !important;
  }
}
#cart-item-count-mobile,
#cart-item-count {
  display: none;
}

.main-header {
  position: sticky;
  top: -1px;
  z-index: 10;
  border-top: 1px solid #454344;
  pointer-events: none;
  background: transparent;
}
.main-header > * {
  pointer-events: initial;
}

@media screen and (min-width: 1060px) {
  .main-header {
    height: 312px;
  }
}
@media screen and (max-width: 1060px) {
  .main-header {
    position: sticky;
    width: 100%;
  }
  body.admin-bar .main-header {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.admin-bar .main-header {
    top: 45px;
    position: sticky;
  }
}
.header-info-bar__inner {
  display: none;
}

.header-info-bar {
  height: 0;
}

@media screen and (min-width: 1060px) {
  .header-info-bar,
  .header-top-bar {
    display: none;
  }
}
@media screen and (min-width: 1060px) {
  .main-header {
    height: unset !important;
  }
}
/**
 * Footer Styling
 */
/**
 * SCSS variables.
 */
.footer {
  background-color: #2A2939;
}

.open-live-chat-btn {
  background: none;
  padding: 8px 50px;
  border-radius: 5px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid white;
}
.open-live-chat-btn:hover {
  color: #2A2939;
  background-color: white;
  cursor: pointer;
}

.footer-copyright-notice {
  margin-top: 90px;
  text-align: center;
}

.footer-copyright-notice__text {
  font-family: "CF Panoptik", sans-serif;
  font-size: 16px;
  color: white;
}

.footer-mobile-guide {
  display: block;
  background: transparent;
  height: 1px;
  width: 1px;
}

@media screen and (min-width: 1366px) {
  .footer-mobile-guide {
    display: none;
  }
  .footer {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .footer-menu {
    width: 1366px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1366px) {
  .footer {
    padding: 45px 30px;
  }
}
/**
 * Menus common to all pages.
 */
/**
 * Main menu
 */
.main-header--is-sticky .main-menu-row {
  transform: translateY(-100px);
}

:root .main-menu-link--alt-color {
  color: rgb(236, 0, 0);
}
:root .main-menu-link--alt-color:hover {
  color: rgb(48, 46, 47);
}

.main-menu-row {
  min-height: 55px;
  background: #454344;
  transition: all 0.2s ease-in;
}

.main-menu-column-title {
  display: none;
}

.main-menu-column-group {
  position: relative;
}

.main-menu-level-2-link {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

.main-menu-level-3-link,
.main-menu-level-2-link,
.main-menu-level-1-link {
  text-decoration: none;
  font-family: "CF Panoptik", sans-serif;
}

.main-menu-level-1-link {
  color: #CECED0;
  font-size: 0.7rem;
  font-weight: bold;
  padding-right: 3px;
  padding-left: 1px;
  margin-right: 1px;
}
.main-menu-level-1-link:hover {
  color: white;
}

.main-menu-level-2-link:hover,
.main-menu-level-3-link:hover {
  color: #ec0000;
}

.main-menu-level-2-link,
.main-menu-level-2-item {
  color: #302E2F;
  font-weight: bold;
  font-size: 16px;
}

.main-menu-level-3-link,
.main-menu-level-3-item {
  color: #302E2F;
  font-size: 16px;
  font-weight: normal;
}

.header-main-bar-links {
  background: #585858;
}

.header-main-bar-links__inner {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #585858;
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main-bar-links__inner .wimage {
  margin-right: 5px;
}
.header-main-bar-links__inner .wtext {
  font-size: 14px;
  margin-top: 2px;
}
.header-main-bar-links__inner .header-main-bar-links__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}
.header-main-bar-links__inner .wimage {
  height: 15px;
  width: auto;
}

@media screen and (max-width: 1059.99px) {
  /**
   * Main menu mobile styles.
   */
}
@media screen and (max-width: 1059.99px) and (max-width: 1366px) {
  .main-menu-menu-column-group {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  #mobile-menu-back {
    text-decoration: none !important;
  }
  .mobile-menu-current-category,
  .mobile-menu-current-category,
  .mobile-menu-current-category:link {
    text-decoration: none;
    color: #302E2F;
  }
  .main-menu {
    max-width: 100%;
    height: 100vh;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    display: block;
    position: fixed;
    top: 48px;
    width: 320px;
    left: -320px;
    min-height: initial;
    pointer-events: none;
    transition: all 0.3s ease-in;
  }
  .main-menu-root-list {
    padding-top: 5px;
    margin-bottom: 30px;
  }
  .overlay {
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: black;
    position: fixed;
    display: none;
  }
  .mobile-menu-close-wrapper {
    padding-top: 3px;
  }
  .main-menu-category-icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
    padding-top: 2px;
  }
  .main-menu-row {
    min-height: unset;
    position: relative;
  }
  .mobile-menu-logo-wrapper {
    width: 120px;
    height: auto;
  }
  .mobile-menu-logo-wrapper svg {
    width: 100%;
    height: auto;
  }
  .mobile-menu__header {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 80px 120px 80px;
  }
  .mobile-menu__header > * {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .body--no-scroll {
    overflow-y: hidden;
  }
  .overlay--visible {
    display: block;
  }
  .main-menu-row {
    min-height: unset;
    position: relative;
    z-index: 11;
  }
  .main-menu--visible {
    pointer-events: initial;
    visibility: visible;
    animation-name: MobileMenuSlidein;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
    transform: translateX(320px);
    z-index: 1000;
  }
  .main-menu--visible svg .to-fill {
    fill: #302E2F !important;
  }
  .main-menu--playing-anim .main-menu-root-list .main-menu-level-1-item {
    opacity: 0;
    transform: translateX(-5px);
  }
  .main-menu--playing-anim .main-menu-root-list .main-menu-level-1-item.anim-played {
    opacity: 1;
    transform: translateX(0);
  }
  .main-menu__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu__inner::-webkit-scrollbar {
    width: 2px;
  }
  .main-menu__inner::-webkit-scrollbar-track {
    background: #EEE;
  }
  .main-menu__inner::-webkit-scrollbar-thumb {
    background: #ec0000;
  }
  .mobile-menu-current-category {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #EEE;
  }
  .mobile-menu-back__text {
    font-size: 18px;
    font-family: "CF Panoptik", sans-serif;
    line-height: 22px;
  }
  .mobile-menu-back__icon-wrapper {
    justify-content: center;
    margin-right: 7px;
    line-height: 22px;
  }
  .mobile-menu-back__icon-wrapper svg {
    position: relative;
    height: 15px;
    width: auto;
    bottom: -1px;
  }
  .mobile-menu-back {
    padding: 16px 17px 16px 0;
    display: block;
    align-items: center;
    position: relative;
    border-top: 1px solid #EEE;
  }
  .mobile-menu-back:hover {
    cursor: pointer;
  }
  .mobile-menu-back:hover .mobile-menu-back__text {
    color: #ec0000;
  }
  .mobile-menu-back:hover svg .to-fill {
    fill: #ec0000 !important;
  }
  .main-menu-level-1-link,
  .main-menu-level-2-link,
  .main-menu-level-3-link {
    color: #302E2F;
    background: white;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 30px 10px 0;
  }
  .main-menu-level-1-link:hover, .main-menu-level-1-link:active,
  .main-menu-level-2-link:hover,
  .main-menu-level-2-link:active,
  .main-menu-level-3-link:hover,
  .main-menu-level-3-link:active {
    color: #ec0000;
  }
  .main-menu-level-1-item {
    transition: all 0.25s ease-in-out;
  }
  .main-menu-level-1-item,
  .main-menu-level-2-item,
  .main-menu-level-3-item {
    position: relative;
    border-bottom: 1px solid #EEE;
  }
  .main-menu-level-1-item--has-children::after,
  .main-menu-level-2-item--has-children::after {
    position: absolute;
    display: block;
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8.919" height="10.442" viewBox="0 0 8.919 10.442"><path d="M0,0V1.176L7.684,5.19v.041L0,9.245v1.2L8.919,5.718V4.7Z" class="to-fill" fill="%23473F45"/></svg>');
    right: 0;
    top: 10px;
    height: 20px;
    width: 20px;
  }
  .main-menu-level-1-item--no-pseudo::after, .main-menu-level-1-item--no-pseudo::before,
  .main-menu-level-2-item--no-pseudo::after,
  .main-menu-level-2-item--no-pseudo::before {
    display: none;
  }
  .main-menu-level-1-item--has-children:hover::after,
  .main-menu-level-1-item--has-children:active::after,
  .main-menu-level-2-item--has-children:hover::after,
  .main-menu-level-2-item--has-children:active::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8.919" height="10.442" viewBox="0 0 8.919 10.442"><path d="M0,0V1.176L7.684,5.19v.041L0,9.245v1.2L8.919,5.718V4.7Z" class="to-fill" fill="%23E6181f"/></svg>');
  }
  .main-menu-level-1-item {
    display: flex;
  }
  .main-menu-level-1-item--special {
    background: #eee;
    color: rgb(120, 120, 120);
    padding-left: 20px;
    border-bottom: 1px solid lightgrey;
  }
  .main-menu-level-1-link--special {
    background-color: transparent;
  }
  .main-menu-level-1-item--special--first {
    border-top: 2px solid lightgrey;
  }
  .mobile-menu-special-links {
    display: flex;
    flex-direction: column;
    background: #eee;
    flex-grow: 1;
    width: 320px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1059.99px) and (max-width: 1060px) {
  .main-menu {
    top: 0;
  }
}
@media screen and (max-width: 1059.99px) and (min-width: 783px) and (max-width: 1366px) {
  body.admin-bar .main-menu {
    top: 30px;
  }
}
@media screen and (max-width: 1059.99px) {
  .header-main-bar .electroline-logo-wrapper {
    display: none;
  }
  .header-main-bar .product-search {
    /*
    width: calc( 100% - 10px );
    margin-left: 5px;
    margin-right: 5px;
    background: white;
    height: 100%;
    	 */
  }
  .brgr-wrap {
    width: 24px;
    text-align: center;
    position: relative;
    top: 4px;
    margin-right: 8px;
  }
  .brgr-wrap .hamburger, .brgr-wrap .hamburger-box, .brgr-wrap .hamburger-inner {
    width: 24px;
  }
  .brgr-wrap .hamburger-inner::after, .brgr-wrap .hamburger-inner::before, .brgr-wrap .hamburger-inner {
    height: 2px;
    width: 24px;
  }
  .brgr-wrap .ham-label {
    font-weight: bold;
    text-align: center;
    font-size: 6px;
  }
  .header-main-bar-links {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-main-bar-links__inner {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .header-main-bar-links__inner .wimage {
    margin-right: 3px;
  }
  .header-main-bar-links__inner .wtext {
    font-size: 9px;
    margin-top: 2px;
  }
  .header-main-bar-links__inner .header-main-bar-links__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
  }
  .header-main-bar-links__inner .wimage {
    height: 10px;
    width: auto;
  }
}
@media screen and (min-width: 1060px) {
  /**
  * Main menu mobile styles.
  */
  .main-menu-menu-column-group {
    border-right: 1px solid lightgrey;
    display: none;
    position: absolute;
    width: calc(80vw - 250px);
    max-width: 1400px;
    left: 320px;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    z-index: 20000;
    pointer-events: initial;
    border-left: 1px solid lightgrey;
    padding: 55px 20px;
    background: white;
    column-count: 4;
    column-gap: 0;
    /* Firefox */
  }
  .main-menu-menu-column-group.main-menu-menu-column-group--open {
    display: grid !important;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: 24% 24% 24% 24% !important;
  }
  .main-menu-menu-column-group > * {
    break-inside: avoid;
  }
  .main-menu-menu-column-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  .main-menu-menu-column-group::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
  }
  .main-menu-menu-column-group::-webkit-scrollbar-thumb {
    background-color: #ff0202;
  }
  .main-menu-level-1-item .main-menu-level-1-item--has-children {
    pointer-events: initial;
  }
  .main-menu-level-2-item + .main-menu-level-2-item {
    margin-top: 20px !important;
  }
  .mobile-menu-current-category,
  .mobile-menu-current-category,
  .mobile-menu-current-category:link {
    text-decoration: none;
    color: #302E2F;
  }
  .main-menu {
    max-width: 100%;
    height: 100vh;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    display: block;
    position: fixed;
    top: 48px;
    width: 320px;
    transform: translateX(-320px);
    min-height: initial;
    pointer-events: none;
    transition: all 0.3s ease-in;
  }
  .main-menu-root-list {
    padding-top: 5px;
    margin-bottom: 30px;
  }
  .overlay {
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: black;
    position: fixed;
    display: none;
  }
  .desktop-toggle-wrapper {
    margin-top: 4px;
  }
  .mobile-menu-close-wrapper {
    padding-top: 3px;
  }
  .main-menu-category-icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
    padding-top: 2px;
  }
  .main-menu-row {
    min-height: unset;
    position: relative;
  }
  .mobile-menu-logo-wrapper {
    width: 120px;
    height: auto;
  }
  .mobile-menu-logo-wrapper svg {
    width: 100%;
    height: auto;
  }
  .mobile-menu__header {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 80px 120px 80px;
  }
  .mobile-menu__header > * {
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .body--no-scroll {
    overflow-y: hidden;
  }
  .overlay--visible {
    display: block;
  }
  .main-menu-row {
    min-height: unset;
    position: relative;
    z-index: 11;
  }
  .main-menu--visible {
    pointer-events: initial;
    visibility: visible;
    animation-name: MobileMenuSlidein;
    animation-duration: 0.3s;
    animation-timing-function: ease-in;
    transform: translateX(0);
    z-index: 1000;
  }
  .main-menu--visible svg .to-fill {
    fill: #302E2F !important;
  }
  .main-menu--playing-anim .main-menu-root-list .main-menu-level-1-link {
    opacity: 0;
    transform: translateX(-5px);
  }
  .main-menu--playing-anim .main-menu-root-list .main-menu-level-1-item.anim-played .main-menu-level-1-link {
    opacity: 1;
    transform: translateX(0);
  }
  .main-menu__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu__inner::-webkit-scrollbar {
    width: 2px;
  }
  .main-menu__inner::-webkit-scrollbar-track {
    background: #EEE;
  }
  .main-menu__inner::-webkit-scrollbar-thumb {
    background: #ec0000;
  }
  .mobile-menu-current-category {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #EEE;
  }
  .mobile-menu-back__text {
    font-size: 18px;
    font-family: "CF Panoptik", sans-serif;
    line-height: 22px;
  }
  .mobile-menu-back__icon-wrapper {
    justify-content: center;
    margin-right: 7px;
    line-height: 22px;
  }
  .mobile-menu-back__icon-wrapper svg {
    position: relative;
    height: 15px;
    width: auto;
    bottom: -1px;
  }
  .mobile-menu-back {
    padding: 16px 17px 16px 0;
    display: block;
    align-items: center;
    position: relative;
    border-top: 1px solid #EEE;
  }
  .mobile-menu-back:hover {
    cursor: pointer;
  }
  .mobile-menu-back:hover .mobile-menu-back__text {
    color: #ec0000;
  }
  .mobile-menu-back:hover svg .to-fill {
    fill: #ec0000 !important;
  }
  .main-menu-level-1-link {
    transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: initial !important;
    font-size: 16px;
    min-height: 36px;
  }
  .main-menu-level-1-link:hover {
    color: #ec0000 !important;
  }
  .main-menu-level-1-link,
  .main-menu-level-2-link,
  .main-menu-level-3-link {
    color: #302E2F;
    background: white;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 30px 8px 0;
  }
  .main-menu-level-1-link:hover, .main-menu-level-1-link:active,
  .main-menu-level-2-link:hover,
  .main-menu-level-2-link:active,
  .main-menu-level-3-link:hover,
  .main-menu-level-3-link:active {
    color: #ec0000;
  }
  .main-menu-level-2-link,
  .main-menu-level-3-link {
    font-size: 14px;
  }
  .main-menu-level-2-link {
    font-weight: 600;
  }
  :root .main-menu-level-1-item {
    transition: all 0.25s ease-in-out;
    display: block !important;
    position: static;
  }
  .main-menu-level-3-item a:empty {
    display: none;
  }
  .main-menu-level-1-item,
  .main-menu-level-2-item,
  .main-menu-level-3-item {
    position: relative;
    border-bottom: 1px solid #EEE;
    border-bottom: none;
  }
  .main-menu-level-1-item--no-pseudo::after, .main-menu-level-1-item--no-pseudo::before,
  .main-menu-level-2-item--no-pseudo::after,
  .main-menu-level-2-item--no-pseudo::before {
    display: none;
  }
  .main-menu-level-1-item {
    display: flex;
  }
  .main-menu-level-2-item {
    margin-top: 15px;
  }
  .main-menu-level-2-list > .main-menu-level-2-item {
    margin-top: 0;
  }
  .main-menu-level-1-item--special {
    background: #eee;
    color: rgb(120, 120, 120);
    padding-left: 20px;
    border-bottom: 1px solid lightgrey;
  }
  .main-menu-level-1-link--special {
    background-color: transparent;
  }
  .main-menu-level-1-item--special--first {
    border-top: 2px solid lightgrey;
  }
  .mobile-menu-special-links {
    display: flex;
    flex-direction: column;
    background: #eee;
    flex-grow: 1;
    width: 320px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .main-menu {
    top: 0;
  }
  .electroline-logo-link,
  .electroline-logo-link svg {
    max-width: 180px;
    height: auto;
  }
  .electroline-logo-link svg {
    margin-top: 3px;
  }
  .main-menu-menu-column-group .menu-tab-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.15s ease-in;
  }
  .main-menu-menu-column-group .menu-tab-close:hover {
    background: #e8e8e8;
  }
  .main-menu-menu-column-group .menu-tab-close::before {
    line-height: 32px;
    position: relative;
    top: 4px;
    font-size: 42px;
    content: "×";
    color: #ec0000;
  }
  .main-menu-menu-column-group .menu-tab-close:hover {
    cursor: pointer;
  }
  body.admin-bar .main-menu {
    top: 30px;
  }
  .main-menu-level-1-link--active {
    color: #ec0000;
    pointer-events: none !important;
  }
}
@media screen and (min-width: 1060px) and (min-width: 1060px) and (max-width: 1600px) {
  .main-menu-menu-column-group {
    width: calc(100vw - 350px);
  }
}
@media screen and (min-width: 1060px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 3px;
  }
  .ham-label {
    display: block;
    text-align: center;
    width: 38px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 11px;
    position: relative;
    bottom: 2px;
  }
  .header-main-bar-links {
    height: 30px;
  }
  .wimage {
    margin-right: 7px;
    height: 20px !important;
    width: auto;
  }
  .wtext {
    margin-top: 3px !important;
  }
  .electroline-logo-wrapper {
    grid-template-columns: auto 65px !important;
  }
}
@media screen and (min-width: 1060px) and (min-width: 1060px) and (max-width: 1300px) {
  .main-menu-level-2-link {
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
  }
  .main-menu-level-3-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 24px;
  }
}
/**
 * Footer menu styling.
 */
.footer-menu-level-1-item,
.footer-menu-level-2-item,
.footer-menu-level-1-link,
.footer-menu-level-2-link {
  font-family: "CF Panoptik", sans-serif;
  color: white;
  text-decoration: none;
}

.footer-menu-level-1-link {
  line-height: 24px;
}

.footer-menu-level-2-link {
  line-height: 17px;
}

.footer-menu-level-1-item,
.footer-menu-level-2-item,
.footer-menu-level-1-link,
.footer-menu-level-2-link {
  display: block;
}

.footer-menu-level-1-link,
.footer-menu-level-2-link {
  margin-bottom: 12px;
}

.footer-menu-level-1-item,
.footer-menu-level-1-link {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.footer-menu-level-2-item,
.footer-menu-level-2-link {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (min-width: 1366px) {
  .footer-menu-root-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .footer-menu-level-1-item {
    width: 200px;
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  .footer-menu-level-2-list {
    display: none;
    margin-bottom: 5px;
  }
  .footer-menu-level-2-item {
    display: block;
  }
  .footer-menu-level-1-item {
    display: block;
    width: 100%;
    position: relative;
  }
  .footer-menu-level-1-item::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    border-top: 1px solid #707070;
    left: 0;
    width: 100%;
  }
  .footer-menu-level-1-link {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 50px;
  }
  .footer-menu-level-1-link--has-children::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 3px;
    line-height: 30px;
  }
  .footer-menu-level-1-link--open::after {
    content: "-";
  }
  .footer-menu-level-1-link--open + .footer-menu-level-2-list {
    display: block;
  }
  .footer-menu-level-2-link {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1545px) {
  .footer-menu-level-1-item--last {
    position: relative;
    padding-bottom: 60px;
  }
}
/**
 * Icon menu styling.
 */
/**
 * Animated spinner.
 */
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.elementor-testimonial {
  position: relative;
}
.elementor-testimonial a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.scroll-snap-slider {
  display: flex;
  flex-wrap: nowrap;
  justify-content: normal;
  overflow-x: auto;
  padding-inline: 0;
  scroll-behavior: smooth;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
}

.scroll-snap-slider:not(.-show-scroll-bar) {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.scroll-snap-slider:not(.-show-scroll-bar)::-webkit-scrollbar {
  display: none;
}

.scroll-snap-slide {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  scroll-snap-align: start;
  width: 100%;
}

/**
 * Notice component styling.
 */
.site-notices--floating {
  width: 300px;
  position: absolute;
  top: 170px;
  right: 20px;
}

.site-notices--floating:empty {
  display: none;
}

.notice {
  padding-top: 30px;
  position: relative;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.notice .wc-forward {
  display: none;
}

:root .woocommerce-message,
:root .woocommerce-error {
  margin-top: 30px !important;
  border-radius: 10px;
  border: none !important;
  color: white !important;
}

:root .woocommerce-message::before,
:root .woocommerce-error::before {
  display: none;
}

.restore-item,
.button.wc-forward {
  color: white !important;
}

.woocommerce-message {
  background: linear-gradient(117deg, rgb(61, 132, 29) 0%, rgb(36, 135, 105) 100%);
}

.woocommerce-error {
  background: linear-gradient(120deg, rgb(173, 24, 41) 100%, rgb(170, 66, 66) 0%);
}

.notice--success {
  background: rgb(97, 193, 49);
  background: linear-gradient(117deg, rgb(61, 132, 29) 0%, rgb(36, 135, 105) 100%);
}

.notice-title {
  color: white;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.notice-result-icon svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: auto;
}

.notice-result-icon svg .to-fill {
  fill: white;
}

.notice-result-icon svg .to-stroke {
  stroke: white;
}

.notice-message {
  font-family: Arial, "sans-serif";
  text-transform: uppercase;
  text-align: center;
  padding-left: 15px;
  color: white;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  letter-spacing: 2px;
}

.notice-close {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 20px;
  right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
}

.notice-close:hover {
  color: black;
  cursor: pointer;
}

.notice--danger {
  background: rgb(97, 193, 49);
  background: linear-gradient(120deg, rgb(173, 24, 41) 100%, rgb(170, 66, 66) 0%);
}

.added_to_cart.wc-forward {
  display: none;
}

@media screen and (max-width: 1060px) {
  .site-notices--floating {
    top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .site-notices {
    left: 0;
    width: 100%;
  }
  .notice {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    min-height: initial;
    padding-top: 0;
    padding-right: 15px;
  }
  .notice__inner {
    padding-left: 10px;
    display: grid;
    grid-template-columns: 50px auto;
    grid-column-gap: 10px;
  }
  .notice-content {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .notice-title {
    margin-bottom: 10px !important;
    margin-top: 10px;
    font-size: 16px;
  }
  .notice-message {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .notice-result-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .notice-result-icon svg {
    width: 100%;
  }
}
#category-slider-desktop {
  overscroll-behavior: contain;
  overflow-y: visible !important;
}

/**
 * Special Order Modal styles
 */
.modal-btn-dismiss--special-order {
  right: 3px;
  top: 3px;
}

/**
 * Cart page styling.
 */
@media screen and (min-width: 1366px) {
  .content-area {
    width: 1366px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .content-area {
    padding: 15px;
  }
}
@media screen and (min-width: 576px) {
  .content-area {
    padding: 40px;
  }
}
.page-title {
  display: none;
}

.product-subtotal-label {
  display: none;
}

#dgwt-wcas-search-input-1 {
  max-width: 450px !important;
}

tr.shipping {
  background: #f6f6f6;
}
tr.shipping select {
  background: #f6f6f6;
}

.cart_totals {
  width: 100% !important;
  float: none !important;
}

select.shipping_method {
  border: none;
  font-size: 16px;
  color: #64666B;
  font-weight: bold;
  position: relative;
  left: -16px;
}

.cart_item,
.cart_item > * {
  border: none;
  box-shadow: none;
}

.cart-product-quantity-label {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  color: #4E4055;
}

.cart-product-data-group {
  margin-bottom: 20px;
}

.woocommerce .shop_table.cart {
  margin-bottom: 20px;
}

.single-product-quantity-input {
  max-width: 45px;
}

.cart-product-available-text,
.cart-product-quantity {
  color: #4E4055;
  font-weight: bold;
  font-size: 14px;
}

.cart-totals-table {
  width: 100%;
}
.cart-totals-table td, .cart-totals-table th {
  padding: 15px;
  color: #64666B;
  font-weight: bold;
}
.cart-totals-table .cart-grand-total-th,
.cart-totals-table .cart-grand-total-td {
  color: #37393F;
}
.cart-totals-table tr {
  border: 1px solid rgba(43, 46, 52, 0.2);
}
.cart-totals-table td {
  text-align: right;
}

.cart-remove-svg-wrapper svg {
  width: 15px;
  height: auto;
  position: relative;
  top: 1px;
}

.cart-remove-link {
  color: #ec0000;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
.cart-remove-link:hover, .cart-remove-link:active {
  text-decoration: none;
  color: black;
}
.cart-remove-link:hover .to-fill, .cart-remove-link:active .to-fill {
  fill: black;
}

.cart-product-data-group {
  display: flex;
  justify-content: space-between;
  color: #37393F;
}

.product-price,
.product-subtotal {
  font-weight: bold;
}

.product-sku {
  margin-bottom: 20px;
}

.product-sku-label,
.product-sku-text {
  color: #37393F;
  font-weight: 500;
  font-size: 14px;
}

.cart-bundle-pill {
  min-width: 80px;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  text-align: center;
}

.cart-bundle-pill--free {
  background: rgb(0, 104, 197);
}

.cart-bundle-pill--reduced-price {
  background: rgb(236, 0, 0);
}
.cart-bundle-pill--reduced-price .bundle-pill-text {
  position: relative;
  top: 2px;
}

.cart-bundle-pill--related-product {
  background: rgb(93, 197, 16);
}
.cart-bundle-pill--related-product .bundle-pill-text {
  position: relative;
  top: 2px;
}

.product-quantity-free-bundle input {
  pointer-events: none;
  background: lightgrey;
}

.product-price {
  min-width: 110px;
}

.product-action-label {
  display: none;
}

.single-product-quantity {
  border: none;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.single-product-quantity:focus {
  outline-color: rgb(255, 204, 51);
}

.cart-product-name__link {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #37393F;
  margin-bottom: 5px;
}
.cart-product-name__link:visited, .cart-product-name__link:active, .cart-product-name__link:hover {
  text-decoration: none;
}

.cart-page-title,
.cart-totals-title {
  color: #37393F;
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 38px;
}

.cart-image-link {
  display: block;
}
.cart-image-link img {
  display: block;
}

.cart-table-inner {
  background: #FBFBFB;
  margin-bottom: 31px;
  padding: 22px 16px 30px;
  display: grid;
  grid-template-columns: 180px auto;
  column-gap: 50px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100%;
  height: auto;
  max-width: 210px;
}

.product-cart-image-mobile {
  display: none;
}

.woocommerce table.shop_table {
  border-collapse: separate;
  border: none;
}
.woocommerce table.shop_table td {
  border: none;
  display: block;
  box-sizing: border-box;
  clear: both;
  padding: 0;
  width: 99.99%;
}

.product-quant-mod {
  display: none;
}

:root .checkout-button {
  background: rgb(255, 204, 51) !important;
  color: black !important;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout {
  padding-top: 33px !important;
}

.content-area {
  padding: 0 !important;
}

.cart-shipping {
  background: #f6f6f6;
}

.update-cart {
  margin-bottom: 60px;
}

.cart-bundled-original-price {
  margin-right: 5px;
}

.product-remove--mobile {
  display: none;
}

.product-remove--desktop {
  padding-bottom: 20px;
}

.cart-table-inner__details {
  border-bottom: 1px solid rgba(43, 46, 52, 0.2);
}

@media screen and (min-width: 1366px) {
  .cart-table-and-collaterals {
    display: grid;
    grid-template-columns: 960px auto;
    column-gap: 25px;
  }
  .cart-collaterals {
    position: sticky;
    top: 90px;
  }
  .woocommerce {
    width: 1280px;
  }
}
@media screen and (max-width: 1366px) {
  .cart-table-and-collaterals {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 576px) {
  .cart-table-and-collaterals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-product-name__link {
    padding-top: 18px;
    text-align: left;
  }
  .cart-table-inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .product-subtotal {
    text-align: left;
    padding-top: 3px;
    margin-bottom: 3px;
  }
  :root .product-sku {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 5px;
  }
  .single-product-quantity {
    margin-left: 0 !important;
    min-width: 150px;
    width: 150px;
    display: block;
  }
  .product-remove--mobile {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .product-quantity {
    margin-top: 10px;
    text-align: left;
  }
  .product-price-and-mobile-remove {
    display: grid;
    display: grid;
    grid-template-columns: 90px auto;
    column-gap: 5px;
  }
  .cart-product-data-group .product-price,
  .product-subtotal {
    font-size: 24px;
  }
  .cart-product-data-group {
    margin-bottom: 0;
  }
  .cart-table-inner__details {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(43, 46, 52, 0.2);
    margin-bottom: 7px;
  }
  .product-price {
    display: flex;
    justify-content: left;
  }
  .product-remove--desktop {
    display: none;
  }
  .product-name-and-mobile-image {
    display: block;
  }
  .product-cart-image-mobile {
    display: block;
  }
  .cart-image-link {
    text-align: center;
  }
  .cart-image-link img {
    display: block;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .cart-table-inner__image-wrapper {
    display: none;
  }
  .cart-product-name__link {
    width: 100%;
    text-align: left;
  }
  .cart-table-inner {
    display: block;
  }
  .product-sku {
    margin-top: 20px;
    padding-left: 0;
  }
  .cart-page-title,
  .cart-totals-title,
  .product-sku,
  .product-remove {
    text-align: center;
  }
  .product-price,
  .product-available,
  .product-quantity {
    margin-bottom: 5px;
  }
  .product-quantity {
    display: block;
    width: 100%;
  }
  .cart-product-data-group {
    display: block;
    text-align: center;
  }
  .product-subtotal-label {
    display: block;
    margin-top: 20px;
    text-align: left;
    color: #37393F;
    font-weight: 600;
    font-size: 14px;
  }
}
/**
 * Bundle modal.
 */
.product-bundle-response-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.2);
  z-index: 1000000;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-bundle-response-modal-dialog {
  position: relative;
  background: white;
  width: 60%;
  border-radius: 10px;
}

.product-bundle-response-modal-dismiss {
  color: white;
  font-weight: bold;
  position: absolute;
  background: none;
  border: none;
  font-size: 24px;
  top: 10px;
  right: 10px;
}
.product-bundle-response-modal-dismiss:hover {
  cursor: pointer;
}

.product-bundle-response-modal-image {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.product-bundle-response-modal-product-title {
  color: #302E2F;
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-bundle-response-modal-title {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.product-bundle-response-modal-dialog .modal-header, .product-bundle-response-modal-dialog .modal-footer {
  border: none;
  padding: 0;
}
.product-bundle-response-modal-dialog .modal-footer {
  margin-top: 0;
}

.product-bundle-response-modal-product-code {
  text-align: center;
  font-weight: bold;
}

.add-bundled-to-cart__product-price {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.purchase-bundled-item {
  font-weight: bold;
  width: 100%;
  background: rgb(255, 204, 51);
  color: black;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  outline: none;
  box-shadow: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.purchase-bundled-item:hover {
  cursor: pointer;
}

.choose-your-gift-slider {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.choose-your-gift-control {
  background: none;
  border: none;
  outline: none !important;
}
.choose-your-gift-control:hover {
  cursor: pointer;
}
.choose-your-gift-control:active {
  border: none;
  outline: none;
}

.choose-your-gift-control {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.choose-your-gift-control--prev {
  left: -20px;
}

.choose-your-gift-control--next {
  right: -20px;
}

.bundle-modal-slider {
  margin-left: 40px;
  margin-right: 40px;
}

#product-bundle-response-modal-dialog {
  max-width: 600px;
}

.purchase-bundled-item--disabled {
  background: grey;
  pointer-events: none;
}

.add-bundled-to-cart__checkbox-modal {
  margin-rigth: 10px;
}

/**
 * Air conditioner modal.
 *
 * @package electroline
 */
/**
 * Electroline mixins.
 */
/**
 * Electroline colors
 */
.ac-installation-response-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.2);
  z-index: 1000000;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac-installation-response-modal-dialog {
  position: relative;
  background: white;
  width: 60%;
  border-radius: 10px;
}

.ac-installation-response-modal-dismiss {
  color: white;
  font-weight: bold;
  position: absolute;
  background: none;
  border: none;
  font-size: 24px;
  top: 10px;
  right: 10px;
}
.ac-installation-response-modal-dismiss:hover {
  cursor: pointer;
}

.ac-installation-response-modal-image {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.ac-installation-response-modal-product-title {
  color: #302E2F;
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.modal .ac-installation-response-modal {
  align-items: center;
  justify-content: center;
}

.single-location-data {
  margin-bottom: 3px;
  margin-top: 3px;
}

.location-availability {
  margin-right: 5px;
}

.ac-installation-response-modal-dialog .modal-body {
  max-height: 500px;
  overflow: auto;
}

.ac-installation-response-modal-dialog .modal-content {
  display: block;
  box-shadow: none !important;
  border: none;
}

.ac-installation-response-modal-title {
  text-align: center;
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, sans-serif, Arial, sans-serif;
  margin-bottom: 10px;
}

.ac-installation-response-modal-dialog .modal-header {
  border-bottom: none !important;
}

.ac-installation-modal-body {
  padding: 0;
}

.ac-installation-response-modal-dialog .modal-header {
  padding: 0;
}

.ac-installation-response-modal-dismiss {
  position: absolute;
  right: -20px;
  top: -5px;
}
.ac-installation-response-modal-dismiss *:hover {
  outline: none;
}

.ac-installation-response-modal-footer {
  padding: 0;
}

.ac-installation-text {
  display: block;
  margin-bottom: 20px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.ac-installation-response-modal-title {
  font-size: 22px;
}

.ac-installation-text p {
  display: inline;
}

.ac-installation-response-modal-dialog {
  padding: 10px 30px 0;
}

.ac-installation-response-modal-dismiss {
  color: black;
}

.ac-installation-response-modal-footer {
  padding-bottom: 0 !important;
  margin-left: 0;
  margin-right: 0;
}

.purchase-ac-unit {
  margin-bottom: 0 !important;
  border: none;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 16px;
  font-weight: bold;
  background: #ffcc33;
  color: #302E2F;
  text-decoration: none;
  padding: 8px 20px;
  text-align: center;
}
.purchase-ac-unit:hover {
  cursor: pointer;
}

.ac-installation-consent {
  margin-bottom: 20px;
}

.ac-consent-form-group {
  margin-top: 10px;
}

.ac-consent-checkbox {
  margin-right: 5px;
}

.single-product-add-to-cart-submit--add-ac-to-cart {
  text-decoration: none;
  color: black;
}
.single-product-add-to-cart-submit--add-ac-to-cart:hover {
  color: white;
  background-color: black;
}

#ac-no-resources {
  align-items: center;
}

#ac-installation-response .ac-installation-response-modal-dismiss {
  right: 0;
}

.modal-dialog {
  padding: 30px !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.modal-btn-dismiss {
  font-family: "Open Sans", sans-serif;
  right: 5px !important;
  top: 5px;
  font-size: 22px;
  color: grey;
}
.modal-btn-dismiss:hover {
  color: red;
}

.modal-body,
.modal-body > div,
.modal-body .ac-installation-text,
.modal-content {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1;
}

.modal-body {
  height: unset;
  overflow: auto;
  margin-bottom: 10px;
}

.modal-content {
  height: 100%;
}

#purchase-ac {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 12px 20px;
}

.ac-installation-response-modal-footer {
  margin-top: 5px;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .modal-dialog {
    height: 670px !important;
    width: 910px !important;
  }
}
:root #location-response-modal-dialog {
  padding-right: 0 !important;
}
:root #location-response-modal-dialog .modal-body {
  padding-right: 10px;
}

/*# sourceMappingURL=cart.css.map */
