body.page-id-25020 .popup_activate {
  display: block !important;
}

body.pdp_sticky .popup_activate {
  bottom: 110px;
}

body.pdp_sticky .support_wrap,
body.pdp_sticky .custom-plug-launcher {
  bottom: 105px !important;
}

body.pdp_sticky .back-top-top-icon {
  bottom: 165px;
}

body.pdp_sticky iframe[title="Number of unread messages"] {
  bottom: 145px !important;
}

body.pdp_sticky [data-elementor-type="footer"] {
  padding-bottom: 110px;
}

body.show-sticky-bar .support_wrap,
body.show-sticky-bar .custom-plug-launcher {
  bottom: 85px !important;
}

body.show-sticky-bar-higher .support_wrap,
body.show-sticky-bar-higher .custom-plug-launcher {
  bottom: 120px !important;
}

.popup_activate {
  bottom: 20px;
  left: 20px;
  position: fixed;
  z-index: 20;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.popup_activate_close {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #111612;
  border-radius: 50%;
  box-shadow: 6px 8px 5px -7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 6px 8px 5px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 6px 8px 5px -7px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 24px;
}

.popup_activate_get {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.popup_activate_get svg {
  position: absolute;
  top: -1px;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.popup_activate button {
  font-family: "Maison Neue", Sans-serif;
  background-color: #FFF;
  border: 2px solid #111612;
  border-radius: 12px !important;
  cursor: pointer;
  margin: 0;
  padding: 15px 30px 15px 18px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  color: #111612;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  box-shadow: -7px 8px 5px -7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: -7px 8px 5px -7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -7px 8px 5px -7px rgba(0, 0, 0, 0.45);
}

.popup_activate button:hover {
  background: #111612;
  color: #fff;
}

.popup_activate button:hover svg {
  right: -3px;
}

.container {
  max-width: 1490px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

iframe#launcher {
  display: none !important;
}

.back-top-top-icon {
  right: 11px !important;
}

.elementor_single_product_wrap {
  overflow-x: hidden;
}

.support_wrap {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 500;
  width: 50px;
  height: 50px;
  background: #76FFEA;
  border-radius: 200px;
  -webkit-filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 10px 16px rgba(0, 0, 0, 0.3));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.support_wrap:not(.support_open) img.thumb_support_close {
  display: none;
}

.support_wrap.support_open .thumb_support_open {
  display: none;
}

.support_wrap_message {
  position: absolute;
  right: -1px;
  background: #fff;
  border-radius: 10px;
  z-index: 2000;
  bottom: 63px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.support_wrap_message.hide_message_for_session {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.support_wrap_message:not(.show_message) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.support_wrap_message__hey {
  font-family: "Maison Neue", Sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #001838;
  width: 240px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.support_wrap_message__hey a.close_hey {
  position: absolute;
  right: 0;
  top: 0;
}

.support_wrap_message p {
  margin: 0;
}

.support_wrap_select {
  position: absolute;
  right: -1px;
  background: #fff;
  z-index: 2000;
  border-radius: 10px;
  bottom: 63px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-family: "Maison Neue", Sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  min-width: 310px;
}

.support_wrap_select:not(.show_select) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.support_wrap_select .heading {
  text-transform: uppercase;
}

.support_wrap_select .channels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.support_wrap_select .channels a {
  color: #001838;
  font-weight: 400;
  padding: 20px 20px 20px 20px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.support_wrap_select .channels a:hover {
  background: #EDF2F5;
}

.support_wrap_select .channels p {
  font-family: "Maison Neue", Sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.3px;
}

.support_wrap_select p {
  letter-spacing: 0.283px;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  font-style: italic;
  margin: 0;
}

.support_wrap_select strong {
  font-weight: 900;
}

.support_wrap_thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.support_wrap_thumb img {
  width: 25px;
  height: 25px;
}

iframe[title="Number of unread messages"] {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  bottom: 66px !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
  color: #000000 !important;
}

i.moovegdpr-arrow-close.moovegdpr-arrow-close:before,
i.moovegdpr-arrow-close.moovegdpr-arrow-close:after {
  width: 2px !important;
}

body.single-product section.section-header {
  display: none;
}

.custom-plug-launcher {
  bottom: 100px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.section-header {
  background-color: #fff;
  position: relative;
}

.section-header:after {
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D9D9D9), to(rgba(217, 217, 217, 0)));
  background: -webkit-linear-gradient(top, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(top, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
}

.section-header__wrap {
  padding: 22px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-header__wrapLogo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  body.pdp_sticky .popup_activate {
    bottom: 170px;
  }

  .popup_activate_close {
    left: -12px;
    right: auto;
  }

  .popup_activate button {
    padding: 15px 18px 15px 18px !important;
  }

  .back-top-top-icon {
    bottom: 160px !important;
    right: 7px !important;
  }

  .section-header:after {
    display: none;
  }
}

@media (max-width: 767px) {
  body.pdp_sticky .support_wrap,
  body.pdp_sticky .custom-plug-launcher {
    bottom: 170px !important;
  }

  body.pdp_sticky .back-top-top-icon {
    bottom: 240px !important;
  }

  body.pdp_sticky iframe[title="Number of unread messages"] {
    bottom: 182px !important;
  }

  body.pdp_sticky [data-elementor-type="footer"] {
    padding-bottom: 140px;
  }

  .support_wrap {
    right: 20px;
  }

  .support_wrap_select .channels a {
    padding: 10px 10px 5px 10px;
  }

  iframe[title="Number of unread messages"] {
    bottom: 123px !important;
  }

  #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
    width: 24px !important;
    height: 26px !important;
    position: absolute !important;
    top: 8px !important;
    right: 12px !important;
  }
}

@media (max-width: 340px) {
  .support_wrap_select {
    padding: 20px 12px 20px;
  }

  .support_wrap_select p {
    font-size: 16px;
  }
}