@charset "UTF-8";
.brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
  text-decoration: none;
  height: 40px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  transition: all 500ms;
  cursor: pointer;
  border-radius: 4px !important;
  font-weight: 500 !important;
  padding: 0 30px;
  white-space: nowrap;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 35px;
  }
}
@media (min-width: 1550px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 45px;
  }
}

.brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a {
  background: #059722 !important;
  color: #fff !important;
  border: 1px solid #059722;
}
.brand-btn:hover, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a:hover, .slider-cta .slider-cta-container .item .right a:hover, .products-slider .content .slider-switcher a.active:hover, .stella-newsletter .content .cf7-container input[type=submit]:hover, .contact-form-gb .content .cf7-container input[type=submit]:hover, .has-brand-btn a:hover {
  background: transparent !important;
  color: #059722 !important;
}

.black-btn, .has-black-btn a {
  background: #121212 !important;
  color: #fff !important;
}
.black-btn:hover, .has-black-btn a:hover {
  background: #999 !important;
  color: #fff !important;
}

.white-btn, .has-white-btn a {
  background: #fff !important;
  color: #059722 !important;
}
.white-btn:hover, .has-white-btn a:hover {
  background: #999 !important;
  color: #fff !important;
}

.border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a {
  background: transparent !important;
  color: #059722 !important;
  border: 1px solid #059722;
}
.border-btn:hover, .products-slider .content .slider-switcher a:hover:not(.active), .has-border-btn a:hover {
  background: #059722 !important;
  color: #fff !important;
}

.input-stdv .required {
  color: #059722 !important;
  padding-left: 4px;
}
.input-stdv br {
  display: none;
}
.input-stdv label {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.input-stdv label.req:after {
  content: "*";
  color: #059722;
  margin-left: 4px;
}
.input-stdv label.check {
  display: flex;
  align-items: center;
}
.input-stdv label.check input {
  margin-right: 8px;
}
.input-stdv textarea {
  border: 1px solid #C6C6D2;
  border-radius: 0;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  color: #121212;
}
.input-stdv textarea::placeholder {
  color: #121212;
  opacity: 0.5;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  border: 1px solid #C6C6D2;
  width: 100%;
  border-radius: 0px;
  height: 40px;
  padding: 0 12px !important;
  color: #121212;
  background-color: #fff !important;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder {
  color: #121212;
  opacity: 0.5;
}
.input-stdv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  border: 1px solid #C6C6D2;
  background-color: #fff;
  color: #121212;
  border-radius: 0;
  background-image: url("../images/faq-icon.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: right 8px top 8px;
  width: 100%;
}

input[type=checkbox] {
  background: url("../images/checkbox.svg");
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}
input[type=checkbox]:checked {
  background: url("../images/checkbox-checked.svg");
}

input[type=radio] {
  background: url("../images/radio.svg");
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}
input[type=radio]:checked {
  background: url("../images/radio-checked.svg");
}

.border-head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .border-head.left {
    text-align: left;
  }
  .border-head.left a {
    font-size: 14px;
    color: #059722;
    margin-left: auto;
    font-weight: 800;
    font-family: "Archivo", sans-serif;
  }
}
.border-head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C6C6D2;
  bottom: -10px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.border-head span {
  position: relative;
  text-transform: uppercase;
}
.border-head span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #059722;
  bottom: -11px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.cd-table {
  width: 100%;
}
.cd-table .cd-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cd-table .cd-row {
    flex-wrap: nowrap;
  }
}
.cd-table .cd-row.cd-head {
  background: #121212;
  display: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .cd-table .cd-row.cd-head {
    display: flex;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
.cd-table .cd-row > div {
  width: 100%;
  padding: 8px;
}
@media (min-width: 992px) {
  .cd-table .cd-row > div {
    flex: 1;
    width: unset;
  }
}
.cd-table .cd-body .cd-row:nth-child(even) {
  background: #FCEFEF;
}
.cd-table .cd-body .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-body .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-foot .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-foot .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-legend {
  margin-top: 30px;
}
.cd-table .cd-legend p {
  margin-bottom: 15px;
}
.cd-table .cd-legend p:last-of-type {
  margin-bottom: 0;
}
.cd-table .cd-legend p a {
  color: #059722;
}

.wpcf7-form {
  transition: all 500ms;
}
.wpcf7-form .wpcf7-response-output {
  border: 0 !important;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.wpcf7-form.submitting {
  filter: blur(5px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #059722 !important;
}

@media all and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

.breadcrumbs {
  background: #059722;
  color: #fff;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .breadcrumbs {
    padding: 20px 0;
  }
}
.breadcrumbs .container span, .breadcrumbs section.page .page-content > p span, section.page .breadcrumbs .page-content > p span, .breadcrumbs section.page .product-gb > p span, section.page .breadcrumbs .product-gb > p span, .breadcrumbs body.woocommerce .page-content > p span, body.woocommerce .breadcrumbs .page-content > p span, .breadcrumbs body.woocommerce .product-gb > p span, body.woocommerce .breadcrumbs .product-gb > p span, .breadcrumbs .container a, .breadcrumbs section.page .page-content > p a, section.page .breadcrumbs .page-content > p a, .breadcrumbs section.page .product-gb > p a, section.page .breadcrumbs .product-gb > p a, .breadcrumbs body.woocommerce .page-content > p a, body.woocommerce .breadcrumbs .page-content > p a, .breadcrumbs body.woocommerce .product-gb > p a, body.woocommerce .breadcrumbs .product-gb > p a {
  color: #fff;
}
.breadcrumbs .container > span, .breadcrumbs section.page .page-content > p > span, section.page .breadcrumbs .page-content > p > span, .breadcrumbs section.page .product-gb > p > span, section.page .breadcrumbs .product-gb > p > span, .breadcrumbs body.woocommerce .page-content > p > span, body.woocommerce .breadcrumbs .page-content > p > span, .breadcrumbs body.woocommerce .product-gb > p > span, body.woocommerce .breadcrumbs .product-gb > p > span {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.breadcrumbs .container > span .separator, .breadcrumbs section.page .page-content > p > span .separator, section.page .breadcrumbs .page-content > p > span .separator, .breadcrumbs section.page .product-gb > p > span .separator, section.page .breadcrumbs .product-gb > p > span .separator, .breadcrumbs body.woocommerce .page-content > p > span .separator, body.woocommerce .breadcrumbs .page-content > p > span .separator, .breadcrumbs body.woocommerce .product-gb > p > span .separator, body.woocommerce .breadcrumbs .product-gb > p > span .separator {
  padding: 0 5px;
}
.breadcrumbs .container > span a, .breadcrumbs section.page .page-content > p > span a, section.page .breadcrumbs .page-content > p > span a, .breadcrumbs section.page .product-gb > p > span a, section.page .breadcrumbs .product-gb > p > span a, .breadcrumbs body.woocommerce .page-content > p > span a, body.woocommerce .breadcrumbs .page-content > p > span a, .breadcrumbs body.woocommerce .product-gb > p > span a, body.woocommerce .breadcrumbs .product-gb > p > span a {
  color: #fff;
  font-size: 12px;
}

.post-mini .thumb {
  overflow: hidden;
  border-radius: 8px;
}
.post-mini .thumb a img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: -10px;
}
.post-mini .post-content {
  margin-bottom: 20px;
}
.post-mini .post-content .head {
  font-size: 18px;
  font-weight: 900;
  margin: 20px 0;
  text-align: left;
}
.post-mini .bottom {
  display: flex;
}
.post-mini .bottom .brand-btn, .post-mini .bottom body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons .post-mini .bottom a, .post-mini .bottom .slider-cta .slider-cta-container .item .right a, .slider-cta .slider-cta-container .item .right .post-mini .bottom a, .post-mini .bottom .products-slider .content .slider-switcher a.active, .products-slider .content .slider-switcher .post-mini .bottom a.active, .post-mini .bottom .stella-newsletter .content .cf7-container input[type=submit], .stella-newsletter .content .cf7-container .post-mini .bottom input[type=submit], .post-mini .bottom .contact-form-gb .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container .post-mini .bottom input[type=submit] {
  font-size: 14px !important;
}
.post-mini .bottom p {
  color: #999;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.post-mini .bottom p img {
  width: 15px;
  margin-right: 10px;
  margin-top: -3px;
}

.fullscreen-search {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 999999;
  overflow: auto;
}
.fullscreen-search .top {
  position: fixed;
  z-index: 999;
  background: #000;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.fullscreen-search .top a {
  margin-left: auto;
  margin-top: 3px;
}
.fullscreen-search .bottom {
  height: 100vh;
  width: 100%;
  display: block;
}
.fullscreen-search .bottom .search-form {
  margin: auto;
  width: 100%;
}
.fullscreen-search .bottom .search-form form {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: fixed;
  top: 55px;
}
.fullscreen-search .bottom .search-form form input {
  width: 100%;
  height: 42px;
  border: 0;
  border-bottom: 1px solid #C6C6D2;
}
.fullscreen-search .bottom .search-form form button {
  box-shadow: unset;
  border: 0;
  background: transparent;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 99999999999999;
  overflow: auto;
}
.fullscreen-menu .top {
  background: #000;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.fullscreen-menu .top a {
  margin-left: auto;
  margin-top: 3px;
}
.fullscreen-menu .bottom {
  height: 100vh;
  width: 100%;
  display: block;
}
.fullscreen-menu .bottom .menu ul {
  list-style-type: none;
}
.fullscreen-menu .bottom .menu ul li.menu-item-has-children > a:after {
  content: "";
  background: url(../images/language-switcher.svg);
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  margin-left: 5px;
  transition: all 500ms;
}
.fullscreen-menu .bottom .menu ul li.menu-item-has-children.submenu-open > a:after {
  transform: rotate(180deg);
}
.fullscreen-menu .bottom .menu ul li a {
  padding: 0 15px;
}
.fullscreen-menu .bottom .menu > ul {
  padding: 0;
}
.fullscreen-menu .bottom .menu > ul a {
  display: flex;
  align-items: center;
}
.fullscreen-menu .bottom .menu > ul > li > a {
  padding: 10px 15px;
  font-size: 21px;
  text-transform: uppercase;
  color: #121212;
}
.fullscreen-menu .bottom .menu > ul > li .sub-menu {
  display: none;
  background: #C6C6D2;
}
.fullscreen-menu .bottom .menu > ul > li .sub-menu a {
  color: #121212;
  padding: 4px 25px;
}
.fullscreen-menu .bottom .menu > ul > li .sub-menu .parent-link {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.fullscreen-menu .bottom .menu > ul > li .sub-menu .parent-link a {
  font-weight: 700;
  padding: 10px 25px;
  font-size: 16px;
  color: #121212;
  text-transform: uppercase;
  position: relative;
}
.fullscreen-menu .bottom .menu > ul > li .sub-menu .parent-link a:before {
  content: "→";
  margin-right: 8px;
  font-weight: bold;
}
.fullscreen-menu .bottom .menu > ul > li > .sub-menu > li > a {
  font-weight: bold;
  padding: 8px 15px;
}
.fullscreen-menu .bottom .menu > ul > li > .sub-menu > li.parent-link > a {
  padding: 12px 25px;
  font-size: 18px;
}

.pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
}
.pagination ul {
  display: flex;
  list-style-type: none;
}
.pagination ul li {
  margin-right: 10px;
}
.pagination ul li:last-of-type {
  margin-right: 0;
}
.pagination ul li.active a {
  background: #059722;
  border: 1px solid #059722;
}
.pagination ul li.active a:hover {
  color: #059722;
}
.pagination ul li a {
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  display: block;
  background: #999;
  border: 1px solid #999;
  border-radius: 6px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 500ms;
}
.pagination ul li a:hover {
  background: transparent;
  color: #999;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  background: #fff;
}

html {
  font-size: 14px;
}

body {
  margin: auto;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  color: #121212;
  font-size: 14px;
  line-height: 24px;
}

.bold {
  font-weight: bold;
}

button,
textarea,
select,
input,
code,
tt,
pre {
  font-family: "Archivo", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 24px;
  line-height: 31.2px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 46.8px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 42px;
    line-height: 54.6px;
  }
}
@media (min-width: 1550px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 62.4px;
  }
}

h2, .h2 {
  font-size: 22px;
  line-height: 28.6px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 23.5px;
    line-height: 30.55px;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 25px;
    line-height: 32.5px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 26.5px;
    line-height: 34.45px;
  }
}
@media (min-width: 1550px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 36.4px;
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 20.25px;
    line-height: 26.325px;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 20.5px;
    line-height: 26.65px;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 20.75px;
    line-height: 26.975px;
  }
}
@media (min-width: 1550px) {
  h3, .h3 {
    font-size: 21px;
    line-height: 27.3px;
  }
}

h4, .h4 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 23.4px;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 23.4px;
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 23.4px;
  }
}
@media (min-width: 1550px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 23.4px;
  }
}

h5, .h5 {
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 20.8px;
  }
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 20.8px;
  }
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 20.8px;
  }
}
@media (min-width: 1550px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 20.8px;
  }
}

h6, .h6 {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
}
@media (min-width: 1550px) {
  h6, .h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
}

.row {
  display: flex;
  flex-direction: row;
}

input[type=submit],
button {
  cursor: pointer;
}

.untouchable {
  pointer-events: none;
}

.container, section.page .page-content > p, section.page .product-gb > p, body.woocommerce .page-content > p, body.woocommerce .product-gb > p {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}
.container .container, section.page .page-content > p .container, section.page .product-gb > p .container, body.woocommerce .page-content > p .container, body.woocommerce .product-gb > p .container, .container section.page .page-content > p, section.page .container .page-content > p, section.page .page-content > p .page-content > p, section.page .product-gb > p .page-content > p, .container section.page .product-gb > p, section.page .container .product-gb > p, section.page .page-content > p .product-gb > p, section.page .product-gb > p .product-gb > p, .container body.woocommerce .page-content > p, body.woocommerce .container .page-content > p, body.woocommerce .page-content > p .page-content > p, body.woocommerce .product-gb > p .page-content > p, .container body.woocommerce .product-gb > p, body.woocommerce .container .product-gb > p, body.woocommerce .page-content > p .product-gb > p, body.woocommerce .product-gb > p .product-gb > p {
  padding: 0;
}

.container-narrow {
  padding: 0 15px;
  margin: auto;
  max-width: 900px;
}
.container-narrow .container, .container-narrow section.page .page-content > p, section.page .container-narrow .page-content > p, .container-narrow section.page .product-gb > p, section.page .container-narrow .product-gb > p, .container-narrow body.woocommerce .page-content > p, body.woocommerce .container-narrow .page-content > p, .container-narrow body.woocommerce .product-gb > p, body.woocommerce .container-narrow .product-gb > p {
  padding: 0;
}

a {
  text-decoration: none;
}

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

input, select, textarea {
  outline: 0 !important;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.mt-auto {
  margin-top: auto;
}

.wpcf7-list-item {
  margin: 0;
}

.stdv-break {
  flex-basis: 100%;
  height: 0;
}

.has-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.has-col.fs {
  align-items: flex-start;
}
.has-col .c50 {
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .has-col .c50 {
    width: 50%;
    padding: 0 15px;
  }
}
.has-col .c25 {
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .has-col .c25 {
    width: 25%;
    padding: 0 15px;
  }
}

#primary {
  padding-top: 30px;
}

.hiddencf7 {
  display: none !important;
}

.pswp--open {
  display: block !important;
}

@media (max-width: 800px) {
  .locations-outer[data-mobile-show-prods=true] .mobi-tab {
    top: 230px;
    height: calc(100% - 300px);
  }
}
@media (max-width: 800px) {
  .locations-outer[data-mobile-inactive-overlay=false] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
  }
}
.top-site {
  background: #F5F5F6;
  padding: 8px 0;
}
.top-site .container .content, .top-site section.page .page-content > p .content, section.page .top-site .page-content > p .content, .top-site section.page .product-gb > p .content, section.page .top-site .product-gb > p .content, .top-site body.woocommerce .page-content > p .content, body.woocommerce .top-site .page-content > p .content, .top-site body.woocommerce .product-gb > p .content, body.woocommerce .top-site .product-gb > p .content {
  display: flex;
  align-items: center;
}
.top-site .container .content .social-media, .top-site section.page .page-content > p .content .social-media, section.page .top-site .page-content > p .content .social-media, .top-site section.page .product-gb > p .content .social-media, section.page .top-site .product-gb > p .content .social-media, .top-site body.woocommerce .page-content > p .content .social-media, body.woocommerce .top-site .page-content > p .content .social-media, .top-site body.woocommerce .product-gb > p .content .social-media, body.woocommerce .top-site .product-gb > p .content .social-media {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {
  .top-site .container .content .social-media, .top-site section.page .page-content > p .content .social-media, section.page .top-site .page-content > p .content .social-media, .top-site section.page .product-gb > p .content .social-media, section.page .top-site .product-gb > p .content .social-media, .top-site body.woocommerce .page-content > p .content .social-media, body.woocommerce .top-site .page-content > p .content .social-media, .top-site body.woocommerce .product-gb > p .content .social-media, body.woocommerce .top-site .product-gb > p .content .social-media {
    display: flex;
  }
}
.top-site .container .content .social-media a, .top-site section.page .page-content > p .content .social-media a, section.page .top-site .page-content > p .content .social-media a, .top-site section.page .product-gb > p .content .social-media a, section.page .top-site .product-gb > p .content .social-media a, .top-site body.woocommerce .page-content > p .content .social-media a, body.woocommerce .top-site .page-content > p .content .social-media a, .top-site body.woocommerce .product-gb > p .content .social-media a, body.woocommerce .top-site .product-gb > p .content .social-media a {
  width: 18px;
  margin-left: 12px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.top-site .container .content .social-media a:first-of-type, .top-site section.page .page-content > p .content .social-media a:first-of-type, section.page .top-site .page-content > p .content .social-media a:first-of-type, .top-site section.page .product-gb > p .content .social-media a:first-of-type, section.page .top-site .product-gb > p .content .social-media a:first-of-type, .top-site body.woocommerce .page-content > p .content .social-media a:first-of-type, body.woocommerce .top-site .page-content > p .content .social-media a:first-of-type, .top-site body.woocommerce .product-gb > p .content .social-media a:first-of-type, body.woocommerce .top-site .product-gb > p .content .social-media a:first-of-type {
  margin-left: 0;
}
.top-site .container .content .social-media a img, .top-site section.page .page-content > p .content .social-media a img, section.page .top-site .page-content > p .content .social-media a img, .top-site section.page .product-gb > p .content .social-media a img, section.page .top-site .product-gb > p .content .social-media a img, .top-site body.woocommerce .page-content > p .content .social-media a img, body.woocommerce .top-site .page-content > p .content .social-media a img, .top-site body.woocommerce .product-gb > p .content .social-media a img, body.woocommerce .top-site .product-gb > p .content .social-media a img {
  width: 14px;
}
.top-site .container .content .menu, .top-site section.page .page-content > p .content .menu, section.page .top-site .page-content > p .content .menu, .top-site section.page .product-gb > p .content .menu, section.page .top-site .product-gb > p .content .menu, .top-site body.woocommerce .page-content > p .content .menu, body.woocommerce .top-site .page-content > p .content .menu, .top-site body.woocommerce .product-gb > p .content .menu, body.woocommerce .top-site .product-gb > p .content .menu {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .top-site .container .content .menu, .top-site section.page .page-content > p .content .menu, section.page .top-site .page-content > p .content .menu, .top-site section.page .product-gb > p .content .menu, section.page .top-site .product-gb > p .content .menu, .top-site body.woocommerce .page-content > p .content .menu, body.woocommerce .top-site .page-content > p .content .menu, .top-site body.woocommerce .product-gb > p .content .menu, body.woocommerce .top-site .product-gb > p .content .menu {
    width: unset;
    margin: 0 0 0 auto;
  }
}
.top-site .container .content .menu a, .top-site section.page .page-content > p .content .menu a, section.page .top-site .page-content > p .content .menu a, .top-site section.page .product-gb > p .content .menu a, section.page .top-site .product-gb > p .content .menu a, .top-site body.woocommerce .page-content > p .content .menu a, body.woocommerce .top-site .page-content > p .content .menu a, .top-site body.woocommerce .product-gb > p .content .menu a, body.woocommerce .top-site .product-gb > p .content .menu a {
  color: #999;
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 13px;
  margin-left: 25px;
}
@media (min-width: 768px) {
  .top-site .container .content .menu a, .top-site section.page .page-content > p .content .menu a, section.page .top-site .page-content > p .content .menu a, .top-site section.page .product-gb > p .content .menu a, section.page .top-site .product-gb > p .content .menu a, .top-site body.woocommerce .page-content > p .content .menu a, body.woocommerce .top-site .page-content > p .content .menu a, .top-site body.woocommerce .product-gb > p .content .menu a, body.woocommerce .top-site .product-gb > p .content .menu a {
    font-size: 10.5px;
    line-height: 13.65px;
  }
}
@media (min-width: 992px) {
  .top-site .container .content .menu a, .top-site section.page .page-content > p .content .menu a, section.page .top-site .page-content > p .content .menu a, .top-site section.page .product-gb > p .content .menu a, section.page .top-site .product-gb > p .content .menu a, .top-site body.woocommerce .page-content > p .content .menu a, body.woocommerce .top-site .page-content > p .content .menu a, .top-site body.woocommerce .product-gb > p .content .menu a, body.woocommerce .top-site .product-gb > p .content .menu a {
    font-size: 11px;
    line-height: 14.3px;
  }
}
@media (min-width: 1200px) {
  .top-site .container .content .menu a, .top-site section.page .page-content > p .content .menu a, section.page .top-site .page-content > p .content .menu a, .top-site section.page .product-gb > p .content .menu a, section.page .top-site .product-gb > p .content .menu a, .top-site body.woocommerce .page-content > p .content .menu a, body.woocommerce .top-site .page-content > p .content .menu a, .top-site body.woocommerce .product-gb > p .content .menu a, body.woocommerce .top-site .product-gb > p .content .menu a {
    font-size: 11.5px;
    line-height: 14.95px;
  }
}
@media (min-width: 1550px) {
  .top-site .container .content .menu a, .top-site section.page .page-content > p .content .menu a, section.page .top-site .page-content > p .content .menu a, .top-site section.page .product-gb > p .content .menu a, section.page .top-site .product-gb > p .content .menu a, .top-site body.woocommerce .page-content > p .content .menu a, body.woocommerce .top-site .page-content > p .content .menu a, .top-site body.woocommerce .product-gb > p .content .menu a, body.woocommerce .top-site .product-gb > p .content .menu a {
    font-size: 12px;
    line-height: 15.6px;
  }
}
@media (min-width: 992px) {
  .top-site .container .content .menu a, .top-site section.page .page-content > p .content .menu a, section.page .top-site .page-content > p .content .menu a, .top-site section.page .product-gb > p .content .menu a, section.page .top-site .product-gb > p .content .menu a, .top-site body.woocommerce .page-content > p .content .menu a, body.woocommerce .top-site .page-content > p .content .menu a, .top-site body.woocommerce .product-gb > p .content .menu a, body.woocommerce .top-site .product-gb > p .content .menu a {
    margin-left: 50px;
  }
}
.top-site .container .content .menu a:first-of-type, .top-site section.page .page-content > p .content .menu a:first-of-type, section.page .top-site .page-content > p .content .menu a:first-of-type, .top-site section.page .product-gb > p .content .menu a:first-of-type, section.page .top-site .product-gb > p .content .menu a:first-of-type, .top-site body.woocommerce .page-content > p .content .menu a:first-of-type, body.woocommerce .top-site .page-content > p .content .menu a:first-of-type, .top-site body.woocommerce .product-gb > p .content .menu a:first-of-type, body.woocommerce .top-site .product-gb > p .content .menu a:first-of-type {
  margin-left: 0;
}
.top-site .container .content .menu a.ue img, .top-site section.page .page-content > p .content .menu a.ue img, section.page .top-site .page-content > p .content .menu a.ue img, .top-site section.page .product-gb > p .content .menu a.ue img, section.page .top-site .product-gb > p .content .menu a.ue img, .top-site body.woocommerce .page-content > p .content .menu a.ue img, body.woocommerce .top-site .page-content > p .content .menu a.ue img, .top-site body.woocommerce .product-gb > p .content .menu a.ue img, body.woocommerce .top-site .product-gb > p .content .menu a.ue img {
  width: 16px;
}
@media all and (max-width: 767px) {
  .top-site .container .content .menu a.evo, .top-site section.page .page-content > p .content .menu a.evo, section.page .top-site .page-content > p .content .menu a.evo, .top-site section.page .product-gb > p .content .menu a.evo, section.page .top-site .product-gb > p .content .menu a.evo, .top-site body.woocommerce .page-content > p .content .menu a.evo, body.woocommerce .top-site .page-content > p .content .menu a.evo, .top-site body.woocommerce .product-gb > p .content .menu a.evo, body.woocommerce .top-site .product-gb > p .content .menu a.evo {
    display: none;
  }
}
.top-site .container .content .menu a img, .top-site section.page .page-content > p .content .menu a img, section.page .top-site .page-content > p .content .menu a img, .top-site section.page .product-gb > p .content .menu a img, section.page .top-site .product-gb > p .content .menu a img, .top-site body.woocommerce .page-content > p .content .menu a img, body.woocommerce .top-site .page-content > p .content .menu a img, .top-site body.woocommerce .product-gb > p .content .menu a img, body.woocommerce .top-site .product-gb > p .content .menu a img {
  margin-right: 10px;
  width: 11px;
}
@media (min-width: 992px) {
  .top-site .container .content .menu a img, .top-site section.page .page-content > p .content .menu a img, section.page .top-site .page-content > p .content .menu a img, .top-site section.page .product-gb > p .content .menu a img, section.page .top-site .product-gb > p .content .menu a img, .top-site body.woocommerce .page-content > p .content .menu a img, body.woocommerce .top-site .page-content > p .content .menu a img, .top-site body.woocommerce .product-gb > p .content .menu a img, body.woocommerce .top-site .product-gb > p .content .menu a img {
    width: 15px;
  }
}
.top-site .container .content .menu .wpml-lang-switcher, .top-site section.page .page-content > p .content .menu .wpml-lang-switcher, section.page .top-site .page-content > p .content .menu .wpml-lang-switcher, .top-site section.page .product-gb > p .content .menu .wpml-lang-switcher, section.page .top-site .product-gb > p .content .menu .wpml-lang-switcher, .top-site body.woocommerce .page-content > p .content .menu .wpml-lang-switcher, body.woocommerce .top-site .page-content > p .content .menu .wpml-lang-switcher, .top-site body.woocommerce .product-gb > p .content .menu .wpml-lang-switcher, body.woocommerce .top-site .product-gb > p .content .menu .wpml-lang-switcher {
  margin-left: auto;
}
@media (min-width: 768px) {
  .top-site .container .content .menu .wpml-lang-switcher, .top-site section.page .page-content > p .content .menu .wpml-lang-switcher, section.page .top-site .page-content > p .content .menu .wpml-lang-switcher, .top-site section.page .product-gb > p .content .menu .wpml-lang-switcher, section.page .top-site .product-gb > p .content .menu .wpml-lang-switcher, .top-site body.woocommerce .page-content > p .content .menu .wpml-lang-switcher, body.woocommerce .top-site .page-content > p .content .menu .wpml-lang-switcher, .top-site body.woocommerce .product-gb > p .content .menu .wpml-lang-switcher, body.woocommerce .top-site .product-gb > p .content .menu .wpml-lang-switcher {
    margin-left: 25px;
  }
}
.top-site .container .content .menu .wpml-lang-switcher > div, .top-site section.page .page-content > p .content .menu .wpml-lang-switcher > div, section.page .top-site .page-content > p .content .menu .wpml-lang-switcher > div, .top-site section.page .product-gb > p .content .menu .wpml-lang-switcher > div, section.page .top-site .product-gb > p .content .menu .wpml-lang-switcher > div, .top-site body.woocommerce .page-content > p .content .menu .wpml-lang-switcher > div, body.woocommerce .top-site .page-content > p .content .menu .wpml-lang-switcher > div, .top-site body.woocommerce .product-gb > p .content .menu .wpml-lang-switcher > div, body.woocommerce .top-site .product-gb > p .content .menu .wpml-lang-switcher > div {
  width: unset;
  text-transform: uppercase;
}
.top-site .container .content .menu .wpml-lang-switcher > div > ul > li > a, .top-site section.page .page-content > p .content .menu .wpml-lang-switcher > div > ul > li > a, section.page .top-site .page-content > p .content .menu .wpml-lang-switcher > div > ul > li > a, .top-site section.page .product-gb > p .content .menu .wpml-lang-switcher > div > ul > li > a, section.page .top-site .product-gb > p .content .menu .wpml-lang-switcher > div > ul > li > a, .top-site body.woocommerce .page-content > p .content .menu .wpml-lang-switcher > div > ul > li > a, body.woocommerce .top-site .page-content > p .content .menu .wpml-lang-switcher > div > ul > li > a, .top-site body.woocommerce .product-gb > p .content .menu .wpml-lang-switcher > div > ul > li > a, body.woocommerce .top-site .product-gb > p .content .menu .wpml-lang-switcher > div > ul > li > a {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
}
.top-site .container .content .menu .wpml-lang-switcher > div > ul > li > a:after, .top-site section.page .page-content > p .content .menu .wpml-lang-switcher > div > ul > li > a:after, section.page .top-site .page-content > p .content .menu .wpml-lang-switcher > div > ul > li > a:after, .top-site section.page .product-gb > p .content .menu .wpml-lang-switcher > div > ul > li > a:after, section.page .top-site .product-gb > p .content .menu .wpml-lang-switcher > div > ul > li > a:after, .top-site body.woocommerce .page-content > p .content .menu .wpml-lang-switcher > div > ul > li > a:after, body.woocommerce .top-site .page-content > p .content .menu .wpml-lang-switcher > div > ul > li > a:after, .top-site body.woocommerce .product-gb > p .content .menu .wpml-lang-switcher > div > ul > li > a:after, body.woocommerce .top-site .product-gb > p .content .menu .wpml-lang-switcher > div > ul > li > a:after {
  content: "";
  background-image: url(../images/language-switcher.svg);
  border: 0;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  background-size: cover;
  margin-top: -4px;
}

header.static, header.fixed {
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 999999;
}
header.static > .container .content, section.page header.page-content.static > p .content, section.page header.product-gb.static > p .content, body.woocommerce header.page-content.static > p .content, body.woocommerce header.product-gb.static > p .content, header.fixed > .container .content, section.page header.page-content.fixed > p .content, section.page header.product-gb.fixed > p .content, body.woocommerce header.page-content.fixed > p .content, body.woocommerce header.product-gb.fixed > p .content {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
header.static > .container .content .logo, section.page header.page-content.static > p .content .logo, section.page header.product-gb.static > p .content .logo, body.woocommerce header.page-content.static > p .content .logo, body.woocommerce header.product-gb.static > p .content .logo, header.fixed > .container .content .logo, section.page header.page-content.fixed > p .content .logo, section.page header.product-gb.fixed > p .content .logo, body.woocommerce header.page-content.fixed > p .content .logo, body.woocommerce header.product-gb.fixed > p .content .logo {
  width: 70px;
  transition: all 500ms;
}
header.static > .container .content .menu, section.page header.page-content.static > p .content .menu, section.page header.product-gb.static > p .content .menu, body.woocommerce header.page-content.static > p .content .menu, body.woocommerce header.product-gb.static > p .content .menu, header.fixed > .container .content .menu, section.page header.page-content.fixed > p .content .menu, section.page header.product-gb.fixed > p .content .menu, body.woocommerce header.page-content.fixed > p .content .menu, body.woocommerce header.product-gb.fixed > p .content .menu {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  header.static > .container .content .menu, section.page header.page-content.static > p .content .menu, section.page header.product-gb.static > p .content .menu, body.woocommerce header.page-content.static > p .content .menu, body.woocommerce header.product-gb.static > p .content .menu, header.fixed > .container .content .menu, section.page header.page-content.fixed > p .content .menu, section.page header.product-gb.fixed > p .content .menu, body.woocommerce header.page-content.fixed > p .content .menu, body.woocommerce header.product-gb.fixed > p .content .menu {
    align-items: center;
    margin: 0 0 0 auto;
  }
}
header.static > .container .content .menu ul, section.page header.page-content.static > p .content .menu ul, section.page header.product-gb.static > p .content .menu ul, body.woocommerce header.page-content.static > p .content .menu ul, body.woocommerce header.product-gb.static > p .content .menu ul, header.fixed > .container .content .menu ul, section.page header.page-content.fixed > p .content .menu ul, section.page header.product-gb.fixed > p .content .menu ul, body.woocommerce header.page-content.fixed > p .content .menu ul, body.woocommerce header.product-gb.fixed > p .content .menu ul {
  list-style-type: none;
  display: none;
}
@media (min-width: 992px) {
  header.static > .container .content .menu ul, section.page header.page-content.static > p .content .menu ul, section.page header.product-gb.static > p .content .menu ul, body.woocommerce header.page-content.static > p .content .menu ul, body.woocommerce header.product-gb.static > p .content .menu ul, header.fixed > .container .content .menu ul, section.page header.page-content.fixed > p .content .menu ul, section.page header.product-gb.fixed > p .content .menu ul, body.woocommerce header.page-content.fixed > p .content .menu ul, body.woocommerce header.product-gb.fixed > p .content .menu ul {
    display: flex;
  }
}
header.static > .container .content .menu ul li, section.page header.page-content.static > p .content .menu ul li, section.page header.product-gb.static > p .content .menu ul li, body.woocommerce header.page-content.static > p .content .menu ul li, body.woocommerce header.product-gb.static > p .content .menu ul li, header.fixed > .container .content .menu ul li, section.page header.page-content.fixed > p .content .menu ul li, section.page header.product-gb.fixed > p .content .menu ul li, body.woocommerce header.page-content.fixed > p .content .menu ul li, body.woocommerce header.product-gb.fixed > p .content .menu ul li {
  padding: 0 8px;
  position: relative;
}
header.static > .container .content .menu ul li a, section.page header.page-content.static > p .content .menu ul li a, section.page header.product-gb.static > p .content .menu ul li a, body.woocommerce header.page-content.static > p .content .menu ul li a, body.woocommerce header.product-gb.static > p .content .menu ul li a, header.fixed > .container .content .menu ul li a, section.page header.page-content.fixed > p .content .menu ul li a, section.page header.product-gb.fixed > p .content .menu ul li a, body.woocommerce header.page-content.fixed > p .content .menu ul li a, body.woocommerce header.product-gb.fixed > p .content .menu ul li a {
  font-weight: 700;
  color: #121212;
  font-size: 15px;
}
header.static > .container .content .menu ul li ul.sub-menu, section.page header.page-content.static > p .content .menu ul li ul.sub-menu, section.page header.product-gb.static > p .content .menu ul li ul.sub-menu, body.woocommerce header.page-content.static > p .content .menu ul li ul.sub-menu, body.woocommerce header.product-gb.static > p .content .menu ul li ul.sub-menu, header.fixed > .container .content .menu ul li ul.sub-menu, section.page header.page-content.fixed > p .content .menu ul li ul.sub-menu, section.page header.product-gb.fixed > p .content .menu ul li ul.sub-menu, body.woocommerce header.page-content.fixed > p .content .menu ul li ul.sub-menu, body.woocommerce header.product-gb.fixed > p .content .menu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
}
header.static > .container .content .menu ul li ul.sub-menu li, section.page header.page-content.static > p .content .menu ul li ul.sub-menu li, section.page header.product-gb.static > p .content .menu ul li ul.sub-menu li, body.woocommerce header.page-content.static > p .content .menu ul li ul.sub-menu li, body.woocommerce header.product-gb.static > p .content .menu ul li ul.sub-menu li, header.fixed > .container .content .menu ul li ul.sub-menu li, section.page header.page-content.fixed > p .content .menu ul li ul.sub-menu li, section.page header.product-gb.fixed > p .content .menu ul li ul.sub-menu li, body.woocommerce header.page-content.fixed > p .content .menu ul li ul.sub-menu li, body.woocommerce header.product-gb.fixed > p .content .menu ul li ul.sub-menu li {
  padding: 0;
  width: 100%;
}
header.static > .container .content .menu ul li ul.sub-menu li a, section.page header.page-content.static > p .content .menu ul li ul.sub-menu li a, section.page header.product-gb.static > p .content .menu ul li ul.sub-menu li a, body.woocommerce header.page-content.static > p .content .menu ul li ul.sub-menu li a, body.woocommerce header.product-gb.static > p .content .menu ul li ul.sub-menu li a, header.fixed > .container .content .menu ul li ul.sub-menu li a, section.page header.page-content.fixed > p .content .menu ul li ul.sub-menu li a, section.page header.product-gb.fixed > p .content .menu ul li ul.sub-menu li a, body.woocommerce header.page-content.fixed > p .content .menu ul li ul.sub-menu li a, body.woocommerce header.product-gb.fixed > p .content .menu ul li ul.sub-menu li a {
  display: block;
  padding: 12px 16px;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}
header.static > .container .content .menu ul li ul.sub-menu li a:hover, section.page header.page-content.static > p .content .menu ul li ul.sub-menu li a:hover, section.page header.product-gb.static > p .content .menu ul li ul.sub-menu li a:hover, body.woocommerce header.page-content.static > p .content .menu ul li ul.sub-menu li a:hover, body.woocommerce header.product-gb.static > p .content .menu ul li ul.sub-menu li a:hover, header.fixed > .container .content .menu ul li ul.sub-menu li a:hover, section.page header.page-content.fixed > p .content .menu ul li ul.sub-menu li a:hover, section.page header.product-gb.fixed > p .content .menu ul li ul.sub-menu li a:hover, body.woocommerce header.page-content.fixed > p .content .menu ul li ul.sub-menu li a:hover, body.woocommerce header.product-gb.fixed > p .content .menu ul li ul.sub-menu li a:hover {
  background: #f8f8f8;
}
header.static > .container .content .menu ul li ul.sub-menu li:last-child a, section.page header.page-content.static > p .content .menu ul li ul.sub-menu li:last-child a, section.page header.product-gb.static > p .content .menu ul li ul.sub-menu li:last-child a, body.woocommerce header.page-content.static > p .content .menu ul li ul.sub-menu li:last-child a, body.woocommerce header.product-gb.static > p .content .menu ul li ul.sub-menu li:last-child a, header.fixed > .container .content .menu ul li ul.sub-menu li:last-child a, section.page header.page-content.fixed > p .content .menu ul li ul.sub-menu li:last-child a, section.page header.product-gb.fixed > p .content .menu ul li ul.sub-menu li:last-child a, body.woocommerce header.page-content.fixed > p .content .menu ul li ul.sub-menu li:last-child a, body.woocommerce header.product-gb.fixed > p .content .menu ul li ul.sub-menu li:last-child a {
  border-bottom: none;
}
header.static > .container .content .menu ul li.menu-item-has-children:hover > a:after, section.page header.page-content.static > p .content .menu ul li.menu-item-has-children:hover > a:after, section.page header.product-gb.static > p .content .menu ul li.menu-item-has-children:hover > a:after, body.woocommerce header.page-content.static > p .content .menu ul li.menu-item-has-children:hover > a:after, body.woocommerce header.product-gb.static > p .content .menu ul li.menu-item-has-children:hover > a:after, header.fixed > .container .content .menu ul li.menu-item-has-children:hover > a:after, section.page header.page-content.fixed > p .content .menu ul li.menu-item-has-children:hover > a:after, section.page header.product-gb.fixed > p .content .menu ul li.menu-item-has-children:hover > a:after, body.woocommerce header.page-content.fixed > p .content .menu ul li.menu-item-has-children:hover > a:after, body.woocommerce header.product-gb.fixed > p .content .menu ul li.menu-item-has-children:hover > a:after {
  transform: rotate(540deg);
}
header.static > .container .content .menu ul li.menu-item-has-children > a, section.page header.page-content.static > p .content .menu ul li.menu-item-has-children > a, section.page header.product-gb.static > p .content .menu ul li.menu-item-has-children > a, body.woocommerce header.page-content.static > p .content .menu ul li.menu-item-has-children > a, body.woocommerce header.product-gb.static > p .content .menu ul li.menu-item-has-children > a, header.fixed > .container .content .menu ul li.menu-item-has-children > a, section.page header.page-content.fixed > p .content .menu ul li.menu-item-has-children > a, section.page header.product-gb.fixed > p .content .menu ul li.menu-item-has-children > a, body.woocommerce header.page-content.fixed > p .content .menu ul li.menu-item-has-children > a, body.woocommerce header.product-gb.fixed > p .content .menu ul li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
header.static > .container .content .menu ul li.menu-item-has-children > a:after, section.page header.page-content.static > p .content .menu ul li.menu-item-has-children > a:after, section.page header.product-gb.static > p .content .menu ul li.menu-item-has-children > a:after, body.woocommerce header.page-content.static > p .content .menu ul li.menu-item-has-children > a:after, body.woocommerce header.product-gb.static > p .content .menu ul li.menu-item-has-children > a:after, header.fixed > .container .content .menu ul li.menu-item-has-children > a:after, section.page header.page-content.fixed > p .content .menu ul li.menu-item-has-children > a:after, section.page header.product-gb.fixed > p .content .menu ul li.menu-item-has-children > a:after, body.woocommerce header.page-content.fixed > p .content .menu ul li.menu-item-has-children > a:after, body.woocommerce header.product-gb.fixed > p .content .menu ul li.menu-item-has-children > a:after {
  content: "";
  background: url(../images/language-switcher.svg);
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  margin-left: 5px;
  transition: all 500ms;
}
header.static > .container .content .menu ul li.menu-item-has-children:hover ul.sub-menu, section.page header.page-content.static > p .content .menu ul li.menu-item-has-children:hover ul.sub-menu, section.page header.product-gb.static > p .content .menu ul li.menu-item-has-children:hover ul.sub-menu, body.woocommerce header.page-content.static > p .content .menu ul li.menu-item-has-children:hover ul.sub-menu, body.woocommerce header.product-gb.static > p .content .menu ul li.menu-item-has-children:hover ul.sub-menu, header.fixed > .container .content .menu ul li.menu-item-has-children:hover ul.sub-menu, section.page header.page-content.fixed > p .content .menu ul li.menu-item-has-children:hover ul.sub-menu, section.page header.product-gb.fixed > p .content .menu ul li.menu-item-has-children:hover ul.sub-menu, body.woocommerce header.page-content.fixed > p .content .menu ul li.menu-item-has-children:hover ul.sub-menu, body.woocommerce header.product-gb.fixed > p .content .menu ul li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 999999999;
}
header.static > .container .content .menu .ue, section.page header.page-content.static > p .content .menu .ue, section.page header.product-gb.static > p .content .menu .ue, body.woocommerce header.page-content.static > p .content .menu .ue, body.woocommerce header.product-gb.static > p .content .menu .ue, header.fixed > .container .content .menu .ue, section.page header.page-content.fixed > p .content .menu .ue, section.page header.product-gb.fixed > p .content .menu .ue, body.woocommerce header.page-content.fixed > p .content .menu .ue, body.woocommerce header.product-gb.fixed > p .content .menu .ue {
  display: flex;
  align-items: center;
  color: #121212;
  margin-left: 20px;
  font-weight: 700;
  font-size: 15px;
}
header.static > .container .content .menu .ue img, section.page header.page-content.static > p .content .menu .ue img, section.page header.product-gb.static > p .content .menu .ue img, body.woocommerce header.page-content.static > p .content .menu .ue img, body.woocommerce header.product-gb.static > p .content .menu .ue img, header.fixed > .container .content .menu .ue img, section.page header.page-content.fixed > p .content .menu .ue img, section.page header.product-gb.fixed > p .content .menu .ue img, body.woocommerce header.page-content.fixed > p .content .menu .ue img, body.woocommerce header.product-gb.fixed > p .content .menu .ue img {
  width: 45px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  header.static > .container .content .mobile-menu, section.page header.page-content.static > p .content .mobile-menu, section.page header.product-gb.static > p .content .mobile-menu, body.woocommerce header.page-content.static > p .content .mobile-menu, body.woocommerce header.product-gb.static > p .content .mobile-menu, header.fixed > .container .content .mobile-menu, section.page header.page-content.fixed > p .content .mobile-menu, section.page header.product-gb.fixed > p .content .mobile-menu, body.woocommerce header.page-content.fixed > p .content .mobile-menu, body.woocommerce header.product-gb.fixed > p .content .mobile-menu {
    display: none;
  }
}
header.static > .container .content .mobile-menu img, section.page header.page-content.static > p .content .mobile-menu img, section.page header.product-gb.static > p .content .mobile-menu img, body.woocommerce header.page-content.static > p .content .mobile-menu img, body.woocommerce header.product-gb.static > p .content .mobile-menu img, header.fixed > .container .content .mobile-menu img, section.page header.page-content.fixed > p .content .mobile-menu img, section.page header.product-gb.fixed > p .content .mobile-menu img, body.woocommerce header.page-content.fixed > p .content .mobile-menu img, body.woocommerce header.product-gb.fixed > p .content .mobile-menu img {
  width: 35px;
}
header.fixed {
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 999999999999999;
}
header.fixed .logo img {
  width: 200px;
}

footer.site-footer {
  background: #171717;
  padding: 60px 0;
}
footer.site-footer .container .top, footer.site-footer section.page .page-content > p .top, section.page footer.site-footer .page-content > p .top, footer.site-footer section.page .product-gb > p .top, section.page footer.site-footer .product-gb > p .top, footer.site-footer body.woocommerce .page-content > p .top, body.woocommerce footer.site-footer .page-content > p .top, footer.site-footer body.woocommerce .product-gb > p .top, body.woocommerce footer.site-footer .product-gb > p .top {
  display: flex;
  flex-wrap: wrap;
}
footer.site-footer .container .top .logo, footer.site-footer section.page .page-content > p .top .logo, section.page footer.site-footer .page-content > p .top .logo, footer.site-footer section.page .product-gb > p .top .logo, section.page footer.site-footer .product-gb > p .top .logo, footer.site-footer body.woocommerce .page-content > p .top .logo, body.woocommerce footer.site-footer .page-content > p .top .logo, footer.site-footer body.woocommerce .product-gb > p .top .logo, body.woocommerce footer.site-footer .product-gb > p .top .logo {
  width: 70%;
}
@media (min-width: 768px) {
  footer.site-footer .container .top .logo, footer.site-footer section.page .page-content > p .top .logo, section.page footer.site-footer .page-content > p .top .logo, footer.site-footer section.page .product-gb > p .top .logo, section.page footer.site-footer .product-gb > p .top .logo, footer.site-footer body.woocommerce .page-content > p .top .logo, body.woocommerce footer.site-footer .page-content > p .top .logo, footer.site-footer body.woocommerce .product-gb > p .top .logo, body.woocommerce footer.site-footer .product-gb > p .top .logo {
    width: 70px;
  }
}
footer.site-footer .container .top .logo img, footer.site-footer section.page .page-content > p .top .logo img, section.page footer.site-footer .page-content > p .top .logo img, footer.site-footer section.page .product-gb > p .top .logo img, section.page footer.site-footer .product-gb > p .top .logo img, footer.site-footer body.woocommerce .page-content > p .top .logo img, body.woocommerce footer.site-footer .page-content > p .top .logo img, footer.site-footer body.woocommerce .product-gb > p .top .logo img, body.woocommerce footer.site-footer .product-gb > p .top .logo img {
  width: 70px;
}
footer.site-footer .container .top .social-media, footer.site-footer section.page .page-content > p .top .social-media, section.page footer.site-footer .page-content > p .top .social-media, footer.site-footer section.page .product-gb > p .top .social-media, section.page footer.site-footer .product-gb > p .top .social-media, footer.site-footer body.woocommerce .page-content > p .top .social-media, body.woocommerce footer.site-footer .page-content > p .top .social-media, footer.site-footer body.woocommerce .product-gb > p .top .social-media, body.woocommerce footer.site-footer .product-gb > p .top .social-media {
  align-items: center;
  display: flex;
  margin: 30px 0;
}
@media (min-width: 768px) {
  footer.site-footer .container .top .social-media, footer.site-footer section.page .page-content > p .top .social-media, section.page footer.site-footer .page-content > p .top .social-media, footer.site-footer section.page .product-gb > p .top .social-media, section.page footer.site-footer .product-gb > p .top .social-media, footer.site-footer body.woocommerce .page-content > p .top .social-media, body.woocommerce footer.site-footer .page-content > p .top .social-media, footer.site-footer body.woocommerce .product-gb > p .top .social-media, body.woocommerce footer.site-footer .product-gb > p .top .social-media {
    margin: 0 0 0 auto;
  }
}
footer.site-footer .container .top .social-media a, footer.site-footer section.page .page-content > p .top .social-media a, section.page footer.site-footer .page-content > p .top .social-media a, footer.site-footer section.page .product-gb > p .top .social-media a, section.page footer.site-footer .product-gb > p .top .social-media a, footer.site-footer body.woocommerce .page-content > p .top .social-media a, body.woocommerce footer.site-footer .page-content > p .top .social-media a, footer.site-footer body.woocommerce .product-gb > p .top .social-media a, body.woocommerce footer.site-footer .product-gb > p .top .social-media a {
  width: 18px;
  margin-left: 12px;
}
footer.site-footer .container .top .social-media a:first-of-type, footer.site-footer section.page .page-content > p .top .social-media a:first-of-type, section.page footer.site-footer .page-content > p .top .social-media a:first-of-type, footer.site-footer section.page .product-gb > p .top .social-media a:first-of-type, section.page footer.site-footer .product-gb > p .top .social-media a:first-of-type, footer.site-footer body.woocommerce .page-content > p .top .social-media a:first-of-type, body.woocommerce footer.site-footer .page-content > p .top .social-media a:first-of-type, footer.site-footer body.woocommerce .product-gb > p .top .social-media a:first-of-type, body.woocommerce footer.site-footer .product-gb > p .top .social-media a:first-of-type {
  margin-left: 0;
}
footer.site-footer .container .top .social-media a img, footer.site-footer section.page .page-content > p .top .social-media a img, section.page footer.site-footer .page-content > p .top .social-media a img, footer.site-footer section.page .product-gb > p .top .social-media a img, section.page footer.site-footer .product-gb > p .top .social-media a img, footer.site-footer body.woocommerce .page-content > p .top .social-media a img, body.woocommerce footer.site-footer .page-content > p .top .social-media a img, footer.site-footer body.woocommerce .product-gb > p .top .social-media a img, body.woocommerce footer.site-footer .product-gb > p .top .social-media a img {
  filter: invert(1) brightness(10);
}
footer.site-footer .container .footer-columns, footer.site-footer section.page .page-content > p .footer-columns, section.page footer.site-footer .page-content > p .footer-columns, footer.site-footer section.page .product-gb > p .footer-columns, section.page footer.site-footer .product-gb > p .footer-columns, footer.site-footer body.woocommerce .page-content > p .footer-columns, body.woocommerce footer.site-footer .page-content > p .footer-columns, footer.site-footer body.woocommerce .product-gb > p .footer-columns, body.woocommerce footer.site-footer .product-gb > p .footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer-columns, footer.site-footer section.page .page-content > p .footer-columns, section.page footer.site-footer .page-content > p .footer-columns, footer.site-footer section.page .product-gb > p .footer-columns, section.page footer.site-footer .product-gb > p .footer-columns, footer.site-footer body.woocommerce .page-content > p .footer-columns, body.woocommerce footer.site-footer .page-content > p .footer-columns, footer.site-footer body.woocommerce .product-gb > p .footer-columns, body.woocommerce footer.site-footer .product-gb > p .footer-columns {
    margin-top: 60px;
  }
}
footer.site-footer .container .footer-columns .footer-column, footer.site-footer section.page .page-content > p .footer-columns .footer-column, section.page footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer section.page .product-gb > p .footer-columns .footer-column, section.page footer.site-footer .product-gb > p .footer-columns .footer-column, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column {
  width: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer-columns .footer-column, footer.site-footer section.page .page-content > p .footer-columns .footer-column, section.page footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer section.page .product-gb > p .footer-columns .footer-column, section.page footer.site-footer .product-gb > p .footer-columns .footer-column, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 992px) {
  footer.site-footer .container .footer-columns .footer-column, footer.site-footer section.page .page-content > p .footer-columns .footer-column, section.page footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer section.page .product-gb > p .footer-columns .footer-column, section.page footer.site-footer .product-gb > p .footer-columns .footer-column, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column {
    width: calc(20% - 15px);
  }
}
@media (min-width: 768px) {
  footer.site-footer .container .footer-columns .footer-column, footer.site-footer section.page .page-content > p .footer-columns .footer-column, section.page footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer section.page .product-gb > p .footer-columns .footer-column, section.page footer.site-footer .product-gb > p .footer-columns .footer-column, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  footer.site-footer .container .footer-columns .footer-column, footer.site-footer section.page .page-content > p .footer-columns .footer-column, section.page footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer section.page .product-gb > p .footer-columns .footer-column, section.page footer.site-footer .product-gb > p .footer-columns .footer-column, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  footer.site-footer .container .footer-columns .footer-column.active h4 img, footer.site-footer section.page .page-content > p .footer-columns .footer-column.active h4 img, section.page footer.site-footer .page-content > p .footer-columns .footer-column.active h4 img, footer.site-footer section.page .product-gb > p .footer-columns .footer-column.active h4 img, section.page footer.site-footer .product-gb > p .footer-columns .footer-column.active h4 img, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column.active h4 img, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column.active h4 img, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column.active h4 img, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column.active h4 img {
    transform: rotate(180deg);
  }
}
footer.site-footer .container .footer-columns .footer-column h4, footer.site-footer section.page .page-content > p .footer-columns .footer-column h4, section.page footer.site-footer .page-content > p .footer-columns .footer-column h4, footer.site-footer section.page .product-gb > p .footer-columns .footer-column h4, section.page footer.site-footer .product-gb > p .footer-columns .footer-column h4, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column h4, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column h4, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column h4, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column h4 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  footer.site-footer .container .footer-columns .footer-column h4, footer.site-footer section.page .page-content > p .footer-columns .footer-column h4, section.page footer.site-footer .page-content > p .footer-columns .footer-column h4, footer.site-footer section.page .product-gb > p .footer-columns .footer-column h4, section.page footer.site-footer .product-gb > p .footer-columns .footer-column h4, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column h4, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column h4, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column h4, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column h4 {
    cursor: pointer;
  }
}
footer.site-footer .container .footer-columns .footer-column h4 img, footer.site-footer section.page .page-content > p .footer-columns .footer-column h4 img, section.page footer.site-footer .page-content > p .footer-columns .footer-column h4 img, footer.site-footer section.page .product-gb > p .footer-columns .footer-column h4 img, section.page footer.site-footer .product-gb > p .footer-columns .footer-column h4 img, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column h4 img, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column h4 img, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column h4 img, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column h4 img {
  transition: all 500ms;
  width: 9px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer-columns .footer-column h4 img, footer.site-footer section.page .page-content > p .footer-columns .footer-column h4 img, section.page footer.site-footer .page-content > p .footer-columns .footer-column h4 img, footer.site-footer section.page .product-gb > p .footer-columns .footer-column h4 img, section.page footer.site-footer .product-gb > p .footer-columns .footer-column h4 img, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column h4 img, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column h4 img, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column h4 img, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column h4 img {
    display: none;
  }
}
footer.site-footer .container .footer-columns .footer-column .has-link ul, footer.site-footer section.page .page-content > p .footer-columns .footer-column .has-link ul, section.page footer.site-footer .page-content > p .footer-columns .footer-column .has-link ul, footer.site-footer section.page .product-gb > p .footer-columns .footer-column .has-link ul, section.page footer.site-footer .product-gb > p .footer-columns .footer-column .has-link ul, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column .has-link ul, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column .has-link ul, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column .has-link ul, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column .has-link ul {
  margin-bottom: 25px;
}
footer.site-footer .container .footer-columns .footer-column .has-link ul + a, footer.site-footer section.page .page-content > p .footer-columns .footer-column .has-link ul + a, section.page footer.site-footer .page-content > p .footer-columns .footer-column .has-link ul + a, footer.site-footer section.page .product-gb > p .footer-columns .footer-column .has-link ul + a, section.page footer.site-footer .product-gb > p .footer-columns .footer-column .has-link ul + a, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column .has-link ul + a, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column .has-link ul + a, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column .has-link ul + a, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column .has-link ul + a {
  color: #fff;
}
footer.site-footer .container .footer-columns .footer-column .menu, footer.site-footer section.page .page-content > p .footer-columns .footer-column .menu, section.page footer.site-footer .page-content > p .footer-columns .footer-column .menu, footer.site-footer section.page .product-gb > p .footer-columns .footer-column .menu, section.page footer.site-footer .product-gb > p .footer-columns .footer-column .menu, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column .menu, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column .menu, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column .menu, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column .menu {
  display: none;
}
@media (min-width: 768px) {
  footer.site-footer .container .footer-columns .footer-column .menu, footer.site-footer section.page .page-content > p .footer-columns .footer-column .menu, section.page footer.site-footer .page-content > p .footer-columns .footer-column .menu, footer.site-footer section.page .product-gb > p .footer-columns .footer-column .menu, section.page footer.site-footer .product-gb > p .footer-columns .footer-column .menu, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column .menu, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column .menu, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column .menu, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column .menu {
    display: block;
  }
}
footer.site-footer .container .footer-columns .footer-column .menu ul, footer.site-footer section.page .page-content > p .footer-columns .footer-column .menu ul, section.page footer.site-footer .page-content > p .footer-columns .footer-column .menu ul, footer.site-footer section.page .product-gb > p .footer-columns .footer-column .menu ul, section.page footer.site-footer .product-gb > p .footer-columns .footer-column .menu ul, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column .menu ul, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column .menu ul, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column .menu ul, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column .menu ul {
  list-style-type: none;
}
footer.site-footer .container .footer-columns .footer-column .menu ul li, footer.site-footer section.page .page-content > p .footer-columns .footer-column .menu ul li, section.page footer.site-footer .page-content > p .footer-columns .footer-column .menu ul li, footer.site-footer section.page .product-gb > p .footer-columns .footer-column .menu ul li, section.page footer.site-footer .product-gb > p .footer-columns .footer-column .menu ul li, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column .menu ul li, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column .menu ul li, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column .menu ul li, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column .menu ul li {
  margin-bottom: 8px;
}
footer.site-footer .container .footer-columns .footer-column .menu ul li a, footer.site-footer section.page .page-content > p .footer-columns .footer-column .menu ul li a, section.page footer.site-footer .page-content > p .footer-columns .footer-column .menu ul li a, footer.site-footer section.page .product-gb > p .footer-columns .footer-column .menu ul li a, section.page footer.site-footer .product-gb > p .footer-columns .footer-column .menu ul li a, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column .menu ul li a, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column .menu ul li a, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column .menu ul li a, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column .menu ul li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}
footer.site-footer .container .footer-columns .footer-column .menu ul li a img, footer.site-footer section.page .page-content > p .footer-columns .footer-column .menu ul li a img, section.page footer.site-footer .page-content > p .footer-columns .footer-column .menu ul li a img, footer.site-footer section.page .product-gb > p .footer-columns .footer-column .menu ul li a img, section.page footer.site-footer .product-gb > p .footer-columns .footer-column .menu ul li a img, footer.site-footer body.woocommerce .page-content > p .footer-columns .footer-column .menu ul li a img, body.woocommerce footer.site-footer .page-content > p .footer-columns .footer-column .menu ul li a img, footer.site-footer body.woocommerce .product-gb > p .footer-columns .footer-column .menu ul li a img, body.woocommerce footer.site-footer .product-gb > p .footer-columns .footer-column .menu ul li a img {
  margin-right: 10px;
  width: 15px;
}
footer.site-footer .container .copyright, footer.site-footer section.page .page-content > p .copyright, section.page footer.site-footer .page-content > p .copyright, footer.site-footer section.page .product-gb > p .copyright, section.page footer.site-footer .product-gb > p .copyright, footer.site-footer body.woocommerce .page-content > p .copyright, body.woocommerce footer.site-footer .page-content > p .copyright, footer.site-footer body.woocommerce .product-gb > p .copyright, body.woocommerce footer.site-footer .product-gb > p .copyright {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 30px;
}
footer.site-footer .container .copyright p, footer.site-footer section.page .page-content > p .copyright p, section.page footer.site-footer .page-content > p .copyright p, footer.site-footer section.page .product-gb > p .copyright p, section.page footer.site-footer .product-gb > p .copyright p, footer.site-footer body.woocommerce .page-content > p .copyright p, body.woocommerce footer.site-footer .page-content > p .copyright p, footer.site-footer body.woocommerce .product-gb > p .copyright p, body.woocommerce footer.site-footer .product-gb > p .copyright p {
  width: 70%;
  color: #fff;
}
footer.site-footer .container .copyright a, footer.site-footer section.page .page-content > p .copyright a, section.page footer.site-footer .page-content > p .copyright a, footer.site-footer section.page .product-gb > p .copyright a, section.page footer.site-footer .product-gb > p .copyright a, footer.site-footer body.woocommerce .page-content > p .copyright a, body.woocommerce footer.site-footer .page-content > p .copyright a, footer.site-footer body.woocommerce .product-gb > p .copyright a, body.woocommerce footer.site-footer .product-gb > p .copyright a {
  margin-left: auto;
  width: 40px;
  text-align: right;
}
footer.site-footer .container .copyright a img, footer.site-footer section.page .page-content > p .copyright a img, section.page footer.site-footer .page-content > p .copyright a img, footer.site-footer section.page .product-gb > p .copyright a img, section.page footer.site-footer .product-gb > p .copyright a img, footer.site-footer body.woocommerce .page-content > p .copyright a img, body.woocommerce footer.site-footer .page-content > p .copyright a img, footer.site-footer body.woocommerce .product-gb > p .copyright a img, body.woocommerce footer.site-footer .product-gb > p .copyright a img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  transform: rotate(90deg);
}

.brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
  text-decoration: none;
  height: 40px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  transition: all 500ms;
  cursor: pointer;
  border-radius: 4px !important;
  font-weight: 500 !important;
  padding: 0 30px;
  white-space: nowrap;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 35px;
  }
}
@media (min-width: 1550px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 45px;
  }
}

.brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .slider-cta .slider-cta-container .item .right a, .products-slider .content .slider-switcher a.active, .stella-newsletter .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container input[type=submit], .has-brand-btn a {
  background: #059722 !important;
  color: #fff !important;
  border: 1px solid #059722;
}
.brand-btn:hover, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a:hover, .slider-cta .slider-cta-container .item .right a:hover, .products-slider .content .slider-switcher a.active:hover, .stella-newsletter .content .cf7-container input[type=submit]:hover, .contact-form-gb .content .cf7-container input[type=submit]:hover, .has-brand-btn a:hover {
  background: transparent !important;
  color: #059722 !important;
}

.black-btn, .has-black-btn a {
  background: #121212 !important;
  color: #fff !important;
}
.black-btn:hover, .has-black-btn a:hover {
  background: #999 !important;
  color: #fff !important;
}

.white-btn, .has-white-btn a {
  background: #fff !important;
  color: #059722 !important;
}
.white-btn:hover, .has-white-btn a:hover {
  background: #999 !important;
  color: #fff !important;
}

.border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a {
  background: transparent !important;
  color: #059722 !important;
  border: 1px solid #059722;
}
.border-btn:hover, .products-slider .content .slider-switcher a:hover:not(.active), .has-border-btn a:hover {
  background: #059722 !important;
  color: #fff !important;
}

.input-stdv .required {
  color: #059722 !important;
  padding-left: 4px;
}
.input-stdv br {
  display: none;
}
.input-stdv label {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.input-stdv label.req:after {
  content: "*";
  color: #059722;
  margin-left: 4px;
}
.input-stdv label.check {
  display: flex;
  align-items: center;
}
.input-stdv label.check input {
  margin-right: 8px;
}
.input-stdv textarea {
  border: 1px solid #C6C6D2;
  border-radius: 0;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  color: #121212;
}
.input-stdv textarea::placeholder {
  color: #121212;
  opacity: 0.5;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  border: 1px solid #C6C6D2;
  width: 100%;
  border-radius: 0px;
  height: 40px;
  padding: 0 12px !important;
  color: #121212;
  background-color: #fff !important;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder {
  color: #121212;
  opacity: 0.5;
}
.input-stdv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  border: 1px solid #C6C6D2;
  background-color: #fff;
  color: #121212;
  border-radius: 0;
  background-image: url("../images/faq-icon.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: right 8px top 8px;
  width: 100%;
}

input[type=checkbox] {
  background: url("../images/checkbox.svg");
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}
input[type=checkbox]:checked {
  background: url("../images/checkbox-checked.svg");
}

input[type=radio] {
  background: url("../images/radio.svg");
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}
input[type=radio]:checked {
  background: url("../images/radio-checked.svg");
}

.border-head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .border-head.left {
    text-align: left;
  }
  .border-head.left a {
    font-size: 14px;
    color: #059722;
    margin-left: auto;
    font-weight: 800;
    font-family: "Archivo", sans-serif;
  }
}
.border-head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C6C6D2;
  bottom: -10px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.border-head span {
  position: relative;
  text-transform: uppercase;
}
.border-head span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #059722;
  bottom: -11px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.cd-table {
  width: 100%;
}
.cd-table .cd-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cd-table .cd-row {
    flex-wrap: nowrap;
  }
}
.cd-table .cd-row.cd-head {
  background: #121212;
  display: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .cd-table .cd-row.cd-head {
    display: flex;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
.cd-table .cd-row > div {
  width: 100%;
  padding: 8px;
}
@media (min-width: 992px) {
  .cd-table .cd-row > div {
    flex: 1;
    width: unset;
  }
}
.cd-table .cd-body .cd-row:nth-child(even) {
  background: #FCEFEF;
}
.cd-table .cd-body .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-body .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-foot .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-foot .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-legend {
  margin-top: 30px;
}
.cd-table .cd-legend p {
  margin-bottom: 15px;
}
.cd-table .cd-legend p:last-of-type {
  margin-bottom: 0;
}
.cd-table .cd-legend p a {
  color: #059722;
}

.wpcf7-form {
  transition: all 500ms;
}
.wpcf7-form .wpcf7-response-output {
  border: 0 !important;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.wpcf7-form.submitting {
  filter: blur(5px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #059722 !important;
}

@media all and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

.stella-banner .content {
  position: relative;
}
.stella-banner .content img {
  width: 100%;
}
.stella-banner .content .text {
  background: #059722;
  color: #fff;
  margin-top: -8px;
  padding: 25px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .stella-banner .content .text {
    background: rgba(0, 0, 0, 0.8);
    margin-top: 0;
    padding: 25px 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.stella-banner .content .text h1 + p {
  font-weight: 900;
  font-size: 16px;
  line-height: 20.8px;
}
@media (min-width: 768px) {
  .stella-banner .content .text h1 + p {
    font-size: 18px;
    line-height: 23.4px;
  }
}
@media (min-width: 992px) {
  .stella-banner .content .text h1 + p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .stella-banner .content .text h1 + p {
    font-size: 22px;
    line-height: 28.6px;
  }
}
@media (min-width: 1550px) {
  .stella-banner .content .text h1 + p {
    font-size: 24px;
    line-height: 31.2px;
  }
}

.column-image-desc:not(.is-transparent-background) {
  padding: 40px 0;
  position: relative;
}
.column-image-desc:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.column-image-desc:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
.column-image-desc .content h2 {
  text-align: center;
  margin-bottom: 30px;
}
.column-image-desc .content .items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 35px;
}
.column-image-desc .content .items .item {
  width: 100%;
}
@media (min-width: 768px) {
  .column-image-desc .content .items .item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .column-image-desc .content .items .item {
    flex: 1;
    width: unset;
  }
}
.column-image-desc .content .items .item .thumb {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
}
.column-image-desc .content .items .item .thumb img {
  width: 100%;
  border: 1px solid #C6C6D2;
}
.column-image-desc .content .items .item .text h3, .column-image-desc .content .items .item .text h4, .column-image-desc .content .items .item .text h5, .column-image-desc .content .items .item .text h6 {
  margin-bottom: 15px;
}
.column-image-desc .content .items .item .text ul {
  padding-left: 0px;
  list-style-type: none;
}
.column-image-desc .content .items .item .text ul li {
  display: flex;
  margin-bottom: 8px;
  align-items: flex-start;
}
.column-image-desc .content .items .item .text ul li:before {
  content: "" !important;
  display: block !important;
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  background: #059722;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .column-image-desc .content .items .item .text ul li:before {
    margin-top: 7px;
  }
}
.column-image-desc .content .items .item .text a {
  color: #059722;
  text-decoration: underline;
}

.gb-contact .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .gb-contact .content {
    flex-direction: row;
  }
}
.gb-contact .content .left {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .gb-contact .content .left {
    margin-top: 0;
    width: 55%;
  }
}
.gb-contact .content .left img {
  width: 100%;
}
.gb-contact .content .right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .gb-contact .content .right {
    width: 40%;
    margin-left: auto;
  }
}
.gb-contact .content .right > div h4 {
  margin-bottom: 20px;
}
.gb-contact .content .right .text {
  margin-bottom: 30px;
  width: 100%;
}
.gb-contact .content .right .contact-data {
  width: 100%;
}
@media (min-width: 768px) {
  .gb-contact .content .right .contact-data {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .gb-contact .content .right .contact-data {
    width: 100%;
  }
}
.gb-contact .content .right .contact-data .items .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.gb-contact .content .right .contact-data .items .item img {
  width: 25px;
  margin-right: 15px;
}
.gb-contact .content .right .contact-data .items .item a {
  color: #121212;
  text-decoration: underline;
}
.gb-contact .content .right .contact-sm {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .gb-contact .content .right .contact-sm {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .gb-contact .content .right .contact-sm {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gb-contact .content .right .contact-sm {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .gb-contact .content .right .contact-sm {
    margin-top: 30px;
  }
}
.gb-contact .content .right .contact-sm .social-media {
  align-items: center;
}
@media (min-width: 768px) {
  .gb-contact .content .right .contact-sm .social-media {
    display: flex;
  }
}
.gb-contact .content .right .contact-sm .social-media a {
  width: 21px;
  margin-left: 16px;
}
.gb-contact .content .right .contact-sm .social-media a:first-of-type {
  margin-left: 0;
}
.gb-contact .content .right .contact-sm .social-media a img {
  width: 30px;
}

.contact-form-gb {
  padding: 40px;
  position: relative;
}
.contact-form-gb:before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.contact-form-gb .content {
  position: relative;
  z-index: 2;
}
.contact-form-gb .content h2 {
  text-align: center;
}
.contact-form-gb .content h2 + p {
  padding: 30px 0;
  max-width: 600px;
  margin: auto;
}
.contact-form-gb .content .cf7-container {
  max-width: 600px;
  margin: auto;
  position: relative;
}
.contact-form-gb .content .cf7-container .cf7-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .contact-form-gb .content .cf7-container .cf7-row {
    flex-direction: row;
  }
}
.contact-form-gb .content .cf7-container .cf7-row br {
  display: none;
}
.contact-form-gb .content .cf7-container .cf7-row label {
  font-weight: 700;
}
.contact-form-gb .content .cf7-container .cf7-row input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  border: 1px solid #C6C6D2;
  width: 100%;
  border-radius: 0px;
  height: 40px;
  padding: 0 12px !important;
  color: #121212;
  background-color: #fff !important;
}
.contact-form-gb .content .cf7-container .cf7-row input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder {
  color: #121212;
  opacity: 0.5;
}
.contact-form-gb .content .cf7-container .cf7-row textarea {
  border: 1px solid #C6C6D2;
  border-radius: 0;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  color: #121212;
}
.contact-form-gb .content .cf7-container .cf7-row textarea::placeholder {
  color: #121212;
  opacity: 0.5;
}
.contact-form-gb .content .cf7-container .cf7-row .cf7-col50, .contact-form-gb .content .cf7-container .cf7-row .cf7-col100 {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-form-gb .content .cf7-container .cf7-row .cf7-col50, .contact-form-gb .content .cf7-container .cf7-row .cf7-col100 {
    width: 50%;
  }
}
.contact-form-gb .content .cf7-container .cf7-row .cf7-col50 label, .contact-form-gb .content .cf7-container .cf7-row .cf7-col100 label {
  display: flex;
  margin-bottom: 3px;
  font-weight: 400;
}
.contact-form-gb .content .cf7-container .cf7-row .cf7-col50 label.req:after, .contact-form-gb .content .cf7-container .cf7-row .cf7-col100 label.req:after {
  content: "*";
  color: #059722;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .contact-form-gb .content .cf7-container .cf7-row .cf7-col50.full, .contact-form-gb .content .cf7-container .cf7-row .cf7-col100.full {
    width: 100%;
  }
}
.contact-form-gb .content .cf7-container .cf7-row .cf7-col50.center, .contact-form-gb .content .cf7-container .cf7-row .cf7-col100.center {
  display: flex;
  justify-content: center;
}
.contact-form-gb .content .cf7-container .cf7-row .cf7-col100 {
  width: 100%;
}
.contact-form-gb .content .cf7-container .cf7-row.agreement label {
  font-weight: normal;
}
.contact-form-gb .content .cf7-container .cf7-row.agreement label:after {
  content: "*";
  color: #059722;
  padding-left: 5px;
}
.contact-form-gb .content .cf7-container .cf7-row.agreement label input {
  margin-right: 8px;
}
.contact-form-gb .content .cf7-container .cf7-row.agreement label a {
  font-weight: 700;
  color: #121212;
}
.contact-form-gb .content .cf7-container .cf7-row.has-send-button > div {
  display: flex;
  justify-content: center;
}
.contact-form-gb .content .cf7-container .cf7-legend .req-info {
  color: #059722;
  padding-right: 5px;
}
.contact-form-gb .content .cf7-container .wpcf7-list-item {
  margin: 0;
}
.contact-form-gb .content .cf7-container input[type=submit] {
  margin-top: 30px;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-form-gb .content .cf7-container input[type=submit] {
    width: 50%;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .contact-form-gb .content .cf7-container input[type=submit] {
    width: unset;
    margin: 30px 0 0 0;
  }
}
.contact-form-gb .content .cf7-container .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: -40px;
}
.contact-form-gb .content .cf7-container .after-form-info {
  font-size: 10px;
  line-height: 14px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .contact-form-gb .content .cf7-container .after-form-info {
    font-size: 10.25px;
    line-height: 14.35px;
  }
}
@media (min-width: 992px) {
  .contact-form-gb .content .cf7-container .after-form-info {
    font-size: 10.5px;
    line-height: 14.7px;
  }
}
@media (min-width: 1200px) {
  .contact-form-gb .content .cf7-container .after-form-info {
    font-size: 10.75px;
    line-height: 15.05px;
  }
}
@media (min-width: 1550px) {
  .contact-form-gb .content .cf7-container .after-form-info {
    font-size: 11px;
    line-height: 15.4px;
  }
}

.stella-faq:not(.is-transparent-background) {
  padding: 40px 0;
  position: relative;
}
.stella-faq:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.stella-faq:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
.stella-faq .content h2 {
  text-align: center;
  margin-bottom: 40px;
}
.stella-faq .content .items .item .question {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 15px;
  cursor: pointer;
}
.stella-faq .content .items .item .question.active img {
  transform: rotate(180deg);
}
.stella-faq .content .items .item .question img {
  transition: all 500ms;
  margin-left: 15px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}
.stella-faq .content .items .item .answer {
  display: none;
  padding-bottom: 15px;
}
.stella-faq .content .items .item .answer p {
  margin-bottom: 15px;
}
.stella-faq .content .items .item .answer p:last-of-type {
  margin-bottom: 0;
}
.stella-faq .content .items .item .answer p a {
  color: #059722;
}

.full-width-container {
  padding: 40px 0;
}
.full-width-container [data-bn="core/paragraph"]:last-of-type > * {
  margin-bottom: 0 !important;
}

[data-bn="acf/full-width-container"].container .full-width-container, section.page .page-content > p[data-bn="acf/full-width-container"] .full-width-container, section.page .product-gb > p[data-bn="acf/full-width-container"] .full-width-container, body.woocommerce .page-content > p[data-bn="acf/full-width-container"] .full-width-container, body.woocommerce .product-gb > p[data-bn="acf/full-width-container"] .full-width-container {
  padding: 40px;
}

.green-cta {
  position: relative;
  padding: 60px 0;
}
.green-cta:before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #059722;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.green-cta .content {
  position: relative;
  z-index: 2;
}
.green-cta .content {
  color: #fff;
}
.green-cta .content > img {
  width: 80px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .green-cta .content > img {
    display: none;
  }
}
.green-cta .content .text {
  text-align: center;
}
.green-cta .content .text p {
  margin: 10px auto 30px;
  max-width: 700px;
}
.green-cta .content .links {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .green-cta .content .links {
    flex-direction: row;
  }
}
.green-cta .content .links a {
  margin-top: 20px;
}
.green-cta .content .links a:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .green-cta .content .links a {
    margin-top: 0;
    margin-left: 40px;
  }
  .green-cta .content .links a:first-of-type {
    margin-left: 0;
  }
}
.icons-list .content .item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.icons-list .content .item .icon {
  width: 60px;
}
.icons-list .content .item .icon img {
  width: 100%;
}
.icons-list .content .item .text {
  width: calc(100% - 75px);
  margin-left: auto;
}

.image-links .content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media all and (max-width: 767px) {
  .image-links .content {
    padding: 0 40px;
  }
}
.image-links .content a {
  text-align: center;
  height: 100%;
  width: 100%;
  font-weight: 900;
  color: #121212;
  font-size: 18px;
  line-height: 23.4px;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .image-links .content a {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 768px) {
  .image-links .content a {
    font-size: 19.5px;
    line-height: 25.35px;
  }
}
@media (min-width: 992px) {
  .image-links .content a {
    font-size: 21px;
    line-height: 27.3px;
  }
}
@media (min-width: 1200px) {
  .image-links .content a {
    font-size: 22.5px;
    line-height: 29.25px;
  }
}
@media (min-width: 1550px) {
  .image-links .content a {
    font-size: 24px;
    line-height: 31.2px;
  }
}
@media all and (max-width: 767px) {
  .image-links .content a {
    margin-bottom: 15px;
  }
}
.image-links .content a:hover img {
  transform: scale(1.3);
}
.image-links .content a .thumb {
  overflow: hidden;
  margin-bottom: 10px;
}
.image-links .content a .thumb img {
  width: 100%;
  margin-bottom: -8px;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 500ms;
}

.stella-manual:not(.is-transparent-background) {
  padding: 40px 0;
  position: relative;
}
.stella-manual:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.stella-manual:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
.stella-manual h2 {
  text-align: center;
}
.stella-manual h2 + .items {
  margin-top: 40px;
}
.stella-manual .items {
  display: flex;
  flex-wrap: wrap;
}
.stella-manual .items > div {
  width: 100%;
}
@media (min-width: 992px) {
  .stella-manual .items > div {
    width: 48%;
  }
}
.stella-manual .items > div.right {
  margin: 30px 0 0 0;
  text-align: justify;
}
@media (min-width: 992px) {
  .stella-manual .items > div.right {
    margin: 0 0 0 auto;
  }
}
.stella-manual .items > div.right p {
  margin-bottom: 15px;
}
.stella-manual .items > div.right p:last-of-type {
  margin-bottom: 0;
}
.stella-manual .items > div.right p a {
  color: #059722;
}
.stella-manual .items > div.right .more {
  margin-top: 25px;
}

.stella-map h2 {
  text-align: center;
  margin-bottom: 40px;
}
.stella-map .map-container {
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
.stella-map .text h2, .stella-map .text h3 {
  text-align: center;
  margin-bottom: 30px;
}
.stella-map .text p {
  text-align: justify;
}
.stella-map .more {
  margin-top: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.news:not(.is-transparent-background) {
  padding: 40px 0;
  position: relative;
}
.news:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.news:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .news:not(.without-head) .content .news-slider-container .slick-arrow {
    top: -70px;
  }
}
.news .content h2 {
  text-align: center;
  margin-bottom: 40px;
}
.news .content .news-slider-container {
  padding: 0 40px;
  margin: 20px -35px;
}
.news .content .news-slider-container .slick-track {
  display: flex !important;
}
.news .content .news-slider-container .slick-slide {
  height: inherit !important;
}
.news .content .news-slider-container .slick-arrow {
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  left: 25px;
  z-index: 50;
  transform: rotate(0deg);
  top: calc(50% - 20px);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .news .content .news-slider-container .slick-arrow {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    left: 0;
  }
}
.news .content .news-slider-container .slick-arrow:before {
  display: none;
}
.news .content .news-slider-container .slick-arrow:hover {
  opacity: 1;
}
.news .content .news-slider-container .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: unset;
  right: 25px;
}
@media (min-width: 992px) {
  .news .content .news-slider-container .slick-arrow.slick-next {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    right: 0;
  }
}
.news .content .news-slider-container .slick-dots {
  position: absolute;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}
.news .content .news-slider-container .slick-dots li {
  margin-left: 15px;
}
.news .content .news-slider-container .slick-dots li:first-of-type {
  margin-left: 0;
}
.news .content .news-slider-container .slick-dots li button {
  font-size: 0;
  background: #808080;
  border: 0;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 10px;
  transition: all 500ms;
}
.news .content .news-slider-container .slick-dots li.slick-active button {
  background: #059722;
}
.news .content .news-slider-container .item {
  padding: 0 35px;
}
.news .content .more {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.stella-newsletter:not(.is-transparent-background) {
  padding: 60px 0;
  position: relative;
}
.stella-newsletter:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.stella-newsletter:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
.stella-newsletter .content h2 {
  text-align: center;
  margin-bottom: 25px;
}
.stella-newsletter .content h2 + .desc {
  text-align: center;
  margin: auto;
  max-width: 800px;
}
.stella-newsletter .content .cf7-container {
  position: relative;
}
.stella-newsletter .content .cf7-container .cf7-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 15px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .stella-newsletter .content .cf7-container .cf7-row {
    flex-direction: row;
  }
}
.stella-newsletter .content .cf7-container .cf7-row br {
  display: none;
}
.stella-newsletter .content .cf7-container .cf7-row label {
  font-weight: 700;
}
.stella-newsletter .content .cf7-container .cf7-row input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  border: 1px solid #C6C6D2;
  width: 100%;
  border-radius: 0px;
  height: 40px;
  padding: 0 12px !important;
  color: #121212;
  background-color: #fff !important;
}
.stella-newsletter .content .cf7-container .cf7-row input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder {
  color: #121212;
  opacity: 0.5;
}
.stella-newsletter .content .cf7-container .cf7-row textarea {
  border: 1px solid #C6C6D2;
  border-radius: 0;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  color: #121212;
}
.stella-newsletter .content .cf7-container .cf7-row textarea::placeholder {
  color: #121212;
  opacity: 0.5;
}
.stella-newsletter .content .cf7-container .cf7-row .cf7-col50, .stella-newsletter .content .cf7-container .cf7-row .cf7-col100 {
  width: 100%;
}
@media (min-width: 768px) {
  .stella-newsletter .content .cf7-container .cf7-row .cf7-col50, .stella-newsletter .content .cf7-container .cf7-row .cf7-col100 {
    width: 50%;
  }
}
.stella-newsletter .content .cf7-container .cf7-row .cf7-col50 label, .stella-newsletter .content .cf7-container .cf7-row .cf7-col100 label {
  display: flex;
  margin-bottom: 3px;
  font-weight: 400;
}
.stella-newsletter .content .cf7-container .cf7-row .cf7-col50 label.req:after, .stella-newsletter .content .cf7-container .cf7-row .cf7-col100 label.req:after {
  content: "*";
  color: #059722;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .stella-newsletter .content .cf7-container .cf7-row .cf7-col50.full, .stella-newsletter .content .cf7-container .cf7-row .cf7-col100.full {
    width: 100%;
  }
}
.stella-newsletter .content .cf7-container .cf7-row .cf7-col50.center, .stella-newsletter .content .cf7-container .cf7-row .cf7-col100.center {
  display: flex;
  justify-content: center;
}
.stella-newsletter .content .cf7-container .cf7-row .cf7-col100 {
  width: 100%;
}
.stella-newsletter .content .cf7-container .cf7-row.agreement label {
  font-weight: normal;
}
.stella-newsletter .content .cf7-container .cf7-row.agreement label:after {
  content: "*";
  color: #059722;
  padding-left: 5px;
}
.stella-newsletter .content .cf7-container .cf7-row.agreement label input {
  margin-right: 8px;
}
.stella-newsletter .content .cf7-container .cf7-row.agreement label a {
  font-weight: 700;
  color: #121212;
}
.stella-newsletter .content .cf7-container .cf7-row.has-send-button > div {
  display: flex;
  justify-content: center;
}
.stella-newsletter .content .cf7-container .cf7-legend .req-info {
  color: #059722;
  padding-right: 5px;
}
.stella-newsletter .content .cf7-container .wpcf7-list-item {
  margin: 0;
}
.stella-newsletter .content .cf7-container input[type=submit] {
  margin-top: 30px;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .stella-newsletter .content .cf7-container input[type=submit] {
    width: 50%;
    margin: 30px auto 0 auto;
  }
}
@media (min-width: 992px) {
  .stella-newsletter .content .cf7-container input[type=submit] {
    width: unset;
    margin: 30px 0 0 0;
  }
}
.stella-newsletter .content .cf7-container .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: -40px;
}
.stella-newsletter .content .cf7-container .inline-input-submit {
  border: 1px solid #C6C6D2;
  border-radius: 6px;
  background: #fff;
  padding: 5px;
  margin-bottom: 30px;
}
.stella-newsletter .content .cf7-container .inline-input-submit p {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.stella-newsletter .content .cf7-container .inline-input-submit p .wpcf7-form-control-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .stella-newsletter .content .cf7-container .inline-input-submit p .wpcf7-form-control-wrap {
    width: 70%;
  }
}
.stella-newsletter .content .cf7-container .inline-input-submit p .wpcf7-form-control-wrap input {
  border: 0 !important;
  width: 100%;
  height: 50px !important;
}
.stella-newsletter .content .cf7-container .inline-input-submit p button {
  margin-left: auto;
  height: 50px;
}
@media all and (max-width: 767px) {
  .stella-newsletter .content .cf7-container .inline-input-submit p button {
    display: none !important;
  }
}
.stella-newsletter .content .cf7-container .req-info {
  text-decoration: underline;
  font-weight: bold;
}
.stella-newsletter .content .cf7-container .agreement label:after {
  content: "" !important;
}
.stella-newsletter .content .cf7-container .has-send-button .cf7-col100 {
  justify-content: center !important;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .stella-newsletter .content .cf7-container .has-send-button .cf7-col100 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .stella-newsletter .content .cf7-container .has-send-button.md-hidden {
    display: none;
  }
}
.stella-newsletter .content .cf-info {
  font-size: 10px;
  line-height: 14px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .stella-newsletter .content .cf-info {
    font-size: 10.25px;
    line-height: 14.35px;
  }
}
@media (min-width: 992px) {
  .stella-newsletter .content .cf-info {
    font-size: 10.5px;
    line-height: 14.7px;
  }
}
@media (min-width: 1200px) {
  .stella-newsletter .content .cf-info {
    font-size: 10.75px;
    line-height: 15.05px;
  }
}
@media (min-width: 1550px) {
  .stella-newsletter .content .cf-info {
    font-size: 11px;
    line-height: 15.4px;
  }
}

.stella-numbers .items {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.stella-numbers .items .item {
  width: calc((100% - 10px) / 2);
  text-align: center;
  border: 1px solid #059722;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .stella-numbers .items .item {
    width: calc((100% - 20px) / 3);
  }
}
.stella-numbers .items .item:nth-child(2) {
  background: #059722;
}
.stella-numbers .items .item:nth-child(2) .number {
  color: #fff;
}
.stella-numbers .items .item:nth-child(2) .desc {
  color: #fff;
}
.stella-numbers .items .item > div .number {
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #059722;
}
@media (min-width: 768px) {
  .stella-numbers .items .item > div .number {
    font-size: 36px;
    line-height: 46.8px;
  }
}
@media (min-width: 992px) {
  .stella-numbers .items .item > div .number {
    font-size: 42px;
    line-height: 54.6px;
  }
}
@media (min-width: 1200px) {
  .stella-numbers .items .item > div .number {
    font-size: 48px;
    line-height: 62.4px;
  }
}
@media (min-width: 1550px) {
  .stella-numbers .items .item > div .number {
    font-size: 54px;
    line-height: 70.2px;
  }
}

.portfolio-slider:not(.is-transparent-background) {
  padding: 40px 0;
  position: relative;
}
.portfolio-slider:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.portfolio-slider:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
.portfolio-slider .content {
  position: relative;
  z-index: 2;
}
.portfolio-slider .content h2 {
  text-align: center;
  margin-bottom: 25px;
}
.portfolio-slider .content h2 + .desc {
  text-align: center;
  margin: auto;
  max-width: 800px;
}
.portfolio-slider .content .portfolio-slider-container {
  margin-top: 30px;
  padding: 0 40px;
}
.portfolio-slider .content .portfolio-slider-container .slick-track {
  display: flex !important;
}
.portfolio-slider .content .portfolio-slider-container .slick-slide {
  height: inherit !important;
}
.portfolio-slider .content .portfolio-slider-container .slick-arrow {
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  left: 25px;
  z-index: 50;
  transform: rotate(0deg);
  top: calc(50% - 20px);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .portfolio-slider .content .portfolio-slider-container .slick-arrow {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    left: 0;
  }
}
.portfolio-slider .content .portfolio-slider-container .slick-arrow:before {
  display: none;
}
.portfolio-slider .content .portfolio-slider-container .slick-arrow:hover {
  opacity: 1;
}
.portfolio-slider .content .portfolio-slider-container .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: unset;
  right: 25px;
}
@media (min-width: 992px) {
  .portfolio-slider .content .portfolio-slider-container .slick-arrow.slick-next {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    right: 0;
  }
}
.portfolio-slider .content .portfolio-slider-container .slick-dots {
  position: absolute;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}
.portfolio-slider .content .portfolio-slider-container .slick-dots li {
  margin-left: 15px;
}
.portfolio-slider .content .portfolio-slider-container .slick-dots li:first-of-type {
  margin-left: 0;
}
.portfolio-slider .content .portfolio-slider-container .slick-dots li button {
  font-size: 0;
  background: #808080;
  border: 0;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 10px;
  transition: all 500ms;
}
.portfolio-slider .content .portfolio-slider-container .slick-dots li.slick-active button {
  background: #059722;
}
.portfolio-slider .content .portfolio-slider-container .item {
  padding: 0 20px;
}
.portfolio-slider .content .portfolio-slider-container .item .thumb {
  background: #fff;
  border: 1px solid #C6C6D2;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.portfolio-slider .content .portfolio-slider-container .item .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio-slider .content .portfolio-slider-container .item .thumb a img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.portfolio-slider .content .portfolio-slider-container .item .desc {
  text-align: justify;
}
.portfolio-slider .content .portfolio-slider-container .item .desc .head {
  font-weight: 900;
  font-size: 18px;
  margin: 20px 0;
  text-align: left;
}
.portfolio-slider .content .portfolio-slider-container .item .desc .teaser {
  font-size: 14px;
  margin-bottom: 15px;
}
.portfolio-slider .content .portfolio-slider-container .item .desc .brand-btn, .portfolio-slider .content .portfolio-slider-container .item .desc body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons .portfolio-slider .content .portfolio-slider-container .item .desc a, .portfolio-slider .content .portfolio-slider-container .slider-cta .slider-cta-container .item .desc .right a, .slider-cta .slider-cta-container .portfolio-slider .content .portfolio-slider-container .item .desc .right a, .portfolio-slider .content .portfolio-slider-container .slider-cta .slider-cta-container .item .right .desc a, .slider-cta .slider-cta-container .portfolio-slider .content .portfolio-slider-container .item .right .desc a, .portfolio-slider .products-slider .content .portfolio-slider-container .item .desc .slider-switcher a.active, .products-slider .portfolio-slider .content .portfolio-slider-container .item .desc .slider-switcher a.active, .portfolio-slider .products-slider .content .slider-switcher .portfolio-slider-container .item .desc a.active, .products-slider .portfolio-slider .content .slider-switcher .portfolio-slider-container .item .desc a.active, .portfolio-slider .contact-form-gb .content .portfolio-slider-container .item .desc .cf7-container input[type=submit], .contact-form-gb .portfolio-slider .content .portfolio-slider-container .item .desc .cf7-container input[type=submit], .portfolio-slider .contact-form-gb .content .cf7-container .portfolio-slider-container .item .desc input[type=submit], .contact-form-gb .portfolio-slider .content .cf7-container .portfolio-slider-container .item .desc input[type=submit], .portfolio-slider .stella-newsletter .content .portfolio-slider-container .item .desc .cf7-container input[type=submit], .stella-newsletter .portfolio-slider .content .portfolio-slider-container .item .desc .cf7-container input[type=submit], .portfolio-slider .stella-newsletter .content .cf7-container .portfolio-slider-container .item .desc input[type=submit], .stella-newsletter .portfolio-slider .content .cf7-container .portfolio-slider-container .item .desc input[type=submit] {
  font-size: 14px !important;
}

.products-slider {
  padding: 40px 0;
  position: relative;
}
.products-slider:before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.products-slider .content {
  position: relative;
  z-index: 2;
}
.products-slider .content {
  position: relative;
  z-index: 2;
}
.products-slider .content h2 {
  text-align: center;
  margin-bottom: 25px;
}
.products-slider .content .slider-switcher {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 40px 0;
}
.products-slider .content .products-slider-container {
  margin-top: 30px;
  padding: 0 40px;
  display: none;
}
.products-slider .content .products-slider-container .slick-track {
  display: flex !important;
}
.products-slider .content .products-slider-container .slick-slide {
  height: inherit !important;
}
.products-slider .content .products-slider-container .slick-arrow {
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  left: 25px;
  z-index: 50;
  transform: rotate(0deg);
  top: calc(50% - 20px);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .products-slider .content .products-slider-container .slick-arrow {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    left: 0;
  }
}
.products-slider .content .products-slider-container .slick-arrow:before {
  display: none;
}
.products-slider .content .products-slider-container .slick-arrow:hover {
  opacity: 1;
}
.products-slider .content .products-slider-container .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: unset;
  right: 25px;
}
@media (min-width: 992px) {
  .products-slider .content .products-slider-container .slick-arrow.slick-next {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    right: 0;
  }
}
.products-slider .content .products-slider-container .slick-dots {
  position: absolute;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}
.products-slider .content .products-slider-container .slick-dots li {
  margin-left: 15px;
}
.products-slider .content .products-slider-container .slick-dots li:first-of-type {
  margin-left: 0;
}
.products-slider .content .products-slider-container .slick-dots li button {
  font-size: 0;
  background: #808080;
  border: 0;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 10px;
  transition: all 500ms;
}
.products-slider .content .products-slider-container .slick-dots li.slick-active button {
  background: #059722;
}
.products-slider .content .products-slider-container.slick-initialized {
  opacity: 1;
}
.products-slider .content .products-slider-container .item {
  padding: 0 20px;
}
.products-slider .content .products-slider-container .item .thumb {
  background: #fff;
  border: 1px solid #C6C6D2;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  aspect-ratio: 1/1;
}
.products-slider .content .products-slider-container .item .desc {
  text-align: center;
}
.products-slider .content .products-slider-container .item .desc .head {
  font-weight: 900;
  font-size: 18px;
  margin: 20px 0;
}
.products-slider .content .products-slider-container .item .desc .teaser {
  font-size: 14px;
  margin-bottom: 15px;
}
.products-slider .content .products-slider-container .item .desc .brand-btn, .products-slider .content .products-slider-container .item .desc body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons .products-slider .content .products-slider-container .item .desc a, .products-slider .content .products-slider-container .slider-cta .slider-cta-container .item .desc .right a, .slider-cta .slider-cta-container .products-slider .content .products-slider-container .item .desc .right a, .products-slider .content .products-slider-container .slider-cta .slider-cta-container .item .right .desc a, .slider-cta .slider-cta-container .products-slider .content .products-slider-container .item .right .desc a, .products-slider .contact-form-gb .content .products-slider-container .item .desc .cf7-container input[type=submit], .contact-form-gb .products-slider .content .products-slider-container .item .desc .cf7-container input[type=submit], .products-slider .contact-form-gb .content .cf7-container .products-slider-container .item .desc input[type=submit], .contact-form-gb .products-slider .content .cf7-container .products-slider-container .item .desc input[type=submit], .products-slider .stella-newsletter .content .products-slider-container .item .desc .cf7-container input[type=submit], .stella-newsletter .products-slider .content .products-slider-container .item .desc .cf7-container input[type=submit], .products-slider .stella-newsletter .content .cf7-container .products-slider-container .item .desc input[type=submit], .stella-newsletter .products-slider .content .cf7-container .products-slider-container .item .desc input[type=submit], .products-slider .content .products-slider-container .item .desc .slider-switcher a.active, .products-slider .content .slider-switcher .products-slider-container .item .desc a.active {
  font-size: 14px !important;
}

.products-slider-no-category:not(.is-transparent-background) {
  padding: 40px 0;
  position: relative;
}
.products-slider-no-category:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.products-slider-no-category:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
.products-slider-no-category .content {
  position: relative;
  z-index: 2;
}
.products-slider-no-category .content h2 {
  text-align: center;
  margin-bottom: 25px;
}
.products-slider-no-category .content h2 + .desc {
  text-align: center;
  margin: auto;
  max-width: 800px;
}
.products-slider-no-category .content .products-slider-no-category-container {
  margin-top: 30px;
  padding: 0 40px;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-track {
  display: flex !important;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-slide {
  height: inherit !important;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-arrow {
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  left: 25px;
  z-index: 50;
  transform: rotate(0deg);
  top: calc(50% - 20px);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .products-slider-no-category .content .products-slider-no-category-container .slick-arrow {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    left: 0;
  }
}
.products-slider-no-category .content .products-slider-no-category-container .slick-arrow:before {
  display: none;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-arrow:hover {
  opacity: 1;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: unset;
  right: 25px;
}
@media (min-width: 992px) {
  .products-slider-no-category .content .products-slider-no-category-container .slick-arrow.slick-next {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    right: 0;
  }
}
.products-slider-no-category .content .products-slider-no-category-container .slick-dots {
  position: absolute;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-dots li {
  margin-left: 15px;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-dots li:first-of-type {
  margin-left: 0;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-dots li button {
  font-size: 0;
  background: #808080;
  border: 0;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 10px;
  transition: all 500ms;
}
.products-slider-no-category .content .products-slider-no-category-container .slick-dots li.slick-active button {
  background: #059722;
}
.products-slider-no-category .content .products-slider-no-category-container .item {
  padding: 0 20px;
}
.products-slider-no-category .content .products-slider-no-category-container .item .thumb {
  background: #fff;
  border: 1px solid #C6C6D2;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.products-slider-no-category .content .products-slider-no-category-container .item .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.products-slider-no-category .content .products-slider-no-category-container .item .thumb a img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.products-slider-no-category .content .products-slider-no-category-container .item .desc {
  text-align: justify;
}
.products-slider-no-category .content .products-slider-no-category-container .item .desc .head {
  font-weight: 900;
  font-size: 18px;
  margin: 20px 0;
  text-align: left;
}
.products-slider-no-category .content .products-slider-no-category-container .item .desc .teaser {
  font-size: 14px;
  margin-bottom: 15px;
}
.products-slider-no-category .content .products-slider-no-category-container .item .desc .brand-btn, .products-slider-no-category .content .products-slider-no-category-container .item .desc body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons .products-slider-no-category .content .products-slider-no-category-container .item .desc a, .products-slider-no-category .content .products-slider-no-category-container .slider-cta .slider-cta-container .item .desc .right a, .slider-cta .slider-cta-container .products-slider-no-category .content .products-slider-no-category-container .item .desc .right a, .products-slider-no-category .content .products-slider-no-category-container .slider-cta .slider-cta-container .item .right .desc a, .slider-cta .slider-cta-container .products-slider-no-category .content .products-slider-no-category-container .item .right .desc a, .products-slider-no-category .contact-form-gb .content .products-slider-no-category-container .item .desc .cf7-container input[type=submit], .contact-form-gb .products-slider-no-category .content .products-slider-no-category-container .item .desc .cf7-container input[type=submit], .products-slider-no-category .contact-form-gb .content .cf7-container .products-slider-no-category-container .item .desc input[type=submit], .contact-form-gb .products-slider-no-category .content .cf7-container .products-slider-no-category-container .item .desc input[type=submit], .products-slider-no-category .stella-newsletter .content .products-slider-no-category-container .item .desc .cf7-container input[type=submit], .stella-newsletter .products-slider-no-category .content .products-slider-no-category-container .item .desc .cf7-container input[type=submit], .products-slider-no-category .stella-newsletter .content .cf7-container .products-slider-no-category-container .item .desc input[type=submit], .stella-newsletter .products-slider-no-category .content .cf7-container .products-slider-no-category-container .item .desc input[type=submit], .products-slider-no-category .products-slider .content .products-slider-no-category-container .item .desc .slider-switcher a.active, .products-slider .products-slider-no-category .content .products-slider-no-category-container .item .desc .slider-switcher a.active, .products-slider-no-category .products-slider .content .slider-switcher .products-slider-no-category-container .item .desc a.active, .products-slider .products-slider-no-category .content .slider-switcher .products-slider-no-category-container .item .desc a.active {
  font-size: 14px !important;
}

.reviews-slider:not(.is-transparent-background) {
  padding: 40px 0;
  position: relative;
}
.reviews-slider:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.reviews-slider:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
.reviews-slider .content {
  position: relative;
  z-index: 2;
}
.reviews-slider .content h2 {
  text-align: center;
  margin-bottom: 25px;
}
.reviews-slider .content .reviews-slider-container {
  margin-top: 30px;
  padding: 0 40px;
}
.reviews-slider .content .reviews-slider-container .slick-track {
  display: flex !important;
}
.reviews-slider .content .reviews-slider-container .slick-slide {
  height: inherit !important;
}
.reviews-slider .content .reviews-slider-container .slick-arrow {
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  left: 25px;
  z-index: 50;
  transform: rotate(0deg);
  top: calc(50% - 20px);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .reviews-slider .content .reviews-slider-container .slick-arrow {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    left: 0;
  }
}
.reviews-slider .content .reviews-slider-container .slick-arrow:before {
  display: none;
}
.reviews-slider .content .reviews-slider-container .slick-arrow:hover {
  opacity: 1;
}
.reviews-slider .content .reviews-slider-container .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: unset;
  right: 25px;
}
@media (min-width: 992px) {
  .reviews-slider .content .reviews-slider-container .slick-arrow.slick-next {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    right: 0;
  }
}
.reviews-slider .content .reviews-slider-container .slick-dots {
  position: absolute;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}
.reviews-slider .content .reviews-slider-container .slick-dots li {
  margin-left: 15px;
}
.reviews-slider .content .reviews-slider-container .slick-dots li:first-of-type {
  margin-left: 0;
}
.reviews-slider .content .reviews-slider-container .slick-dots li button {
  font-size: 0;
  background: #808080;
  border: 0;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 10px;
  transition: all 500ms;
}
.reviews-slider .content .reviews-slider-container .slick-dots li.slick-active button {
  background: #059722;
}
.reviews-slider .content .reviews-slider-container .item {
  padding: 30px 20px 20px;
}
.reviews-slider .content .reviews-slider-container .item > div {
  position: relative;
  background: #F6F6F7;
  padding: 40px 30px 30px;
}
.reviews-slider .content .reviews-slider-container .item > div img {
  position: absolute;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  top: -30px;
  right: 12px;
}

.slider-cta {
  position: relative;
  padding: 60px 0 100px;
}
.slider-cta:before {
  content: "";
  height: 100%;
  width: 200vw;
  left: -50vw;
  position: absolute;
  top: 0;
  z-index: 1;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
}
.slider-cta .slider-cta-container {
  z-index: 999;
  padding: 0 40px;
}
.slider-cta .slider-cta-container .slick-track {
  display: flex !important;
}
.slider-cta .slider-cta-container .slick-slide {
  height: inherit !important;
}
.slider-cta .slider-cta-container .slick-arrow {
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  left: 25px;
  z-index: 50;
  transform: rotate(0deg);
  top: calc(50% - 20px);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .slider-cta .slider-cta-container .slick-arrow {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    left: 0;
  }
}
.slider-cta .slider-cta-container .slick-arrow:before {
  display: none;
}
.slider-cta .slider-cta-container .slick-arrow:hover {
  opacity: 1;
}
.slider-cta .slider-cta-container .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: unset;
  right: 25px;
}
@media (min-width: 992px) {
  .slider-cta .slider-cta-container .slick-arrow.slick-next {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    right: 0;
  }
}
.slider-cta .slider-cta-container .slick-dots {
  position: absolute;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}
.slider-cta .slider-cta-container .slick-dots li {
  margin-left: 15px;
}
.slider-cta .slider-cta-container .slick-dots li:first-of-type {
  margin-left: 0;
}
.slider-cta .slider-cta-container .slick-dots li button {
  font-size: 0;
  background: #808080;
  border: 0;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 10px;
  transition: all 500ms;
}
.slider-cta .slider-cta-container .slick-dots li.slick-active button {
  background: #059722;
}
.slider-cta .slider-cta-container .slick-dots {
  width: 100%;
  left: 0;
  bottom: -60px;
}
@media (min-width: 992px) {
  .slider-cta .slider-cta-container .slick-dots {
    bottom: -20px;
    height: 60px;
    width: 50%;
  }
}
.slider-cta .slider-cta-container .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.slider-cta .slider-cta-container .item > div {
  width: 100%;
}
@media (min-width: 992px) {
  .slider-cta .slider-cta-container .item > div {
    width: 48%;
  }
}
.slider-cta .slider-cta-container .item > div.right {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .slider-cta .slider-cta-container .item > div.right {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .slider-cta .slider-cta-container .item .left img {
    width: 100%;
    height: calc(100% - 60px);
    object-fit: cover;
  }
}
@media all and (max-width: 991px) {
  .slider-cta .slider-cta-container .item .right {
    text-align: center;
  }
}
.slider-cta .slider-cta-container .item .right .head {
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .slider-cta .slider-cta-container .item .right .head {
    font-size: 27.5px;
    line-height: 41.25px;
  }
}
@media (min-width: 992px) {
  .slider-cta .slider-cta-container .item .right .head {
    font-size: 31px;
    line-height: 46.5px;
  }
}
@media (min-width: 1200px) {
  .slider-cta .slider-cta-container .item .right .head {
    font-size: 34.5px;
    line-height: 51.75px;
  }
}
@media (min-width: 1550px) {
  .slider-cta .slider-cta-container .item .right .head {
    font-size: 38px;
    line-height: 57px;
  }
}
.slider-cta .slider-cta-container .item .right .desc {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 600;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .slider-cta .slider-cta-container .item .right .desc {
    font-size: 18.25px;
    line-height: 25.55px;
  }
}
@media (min-width: 992px) {
  .slider-cta .slider-cta-container .item .right .desc {
    font-size: 20.5px;
    line-height: 28.7px;
  }
}
@media (min-width: 1200px) {
  .slider-cta .slider-cta-container .item .right .desc {
    font-size: 22.75px;
    line-height: 31.85px;
  }
}
@media (min-width: 1550px) {
  .slider-cta .slider-cta-container .item .right .desc {
    font-size: 25px;
    line-height: 35px;
  }
}
.slider-cta .slider-cta-container .item .right a {
  height: 50px !important;
}

.slider-logo {
  padding: 40px 0;
}
.slider-logo:not(.is-transparent-background) {
  position: relative;
}
.slider-logo:not(.is-transparent-background):before {
  content: "";
  left: -50vw;
  width: 200vw;
  top: 0;
  background: #F6F6F7;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.slider-logo:not(.is-transparent-background) .content {
  position: relative;
  z-index: 2;
}
.slider-logo .content h2 {
  text-align: center;
}
.slider-logo .content .slider-logo-container {
  padding: 0 40px;
}
.slider-logo .content .slider-logo-container .slick-track {
  display: flex !important;
}
.slider-logo .content .slider-logo-container .slick-slide {
  height: inherit !important;
}
.slider-logo .content .slider-logo-container .slick-arrow {
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  left: 25px;
  z-index: 50;
  transform: rotate(0deg);
  top: calc(50% - 20px);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .slider-logo .content .slider-logo-container .slick-arrow {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    left: 0;
  }
}
.slider-logo .content .slider-logo-container .slick-arrow:before {
  display: none;
}
.slider-logo .content .slider-logo-container .slick-arrow:hover {
  opacity: 1;
}
.slider-logo .content .slider-logo-container .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: unset;
  right: 25px;
}
@media (min-width: 992px) {
  .slider-logo .content .slider-logo-container .slick-arrow.slick-next {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    right: 0;
  }
}
.slider-logo .content .slider-logo-container .slick-dots {
  position: absolute;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}
.slider-logo .content .slider-logo-container .slick-dots li {
  margin-left: 15px;
}
.slider-logo .content .slider-logo-container .slick-dots li:first-of-type {
  margin-left: 0;
}
.slider-logo .content .slider-logo-container .slick-dots li button {
  font-size: 0;
  background: #808080;
  border: 0;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 10px;
  transition: all 500ms;
}
.slider-logo .content .slider-logo-container .slick-dots li.slick-active button {
  background: #059722;
}
.slider-logo .content .slider-logo-container .item {
  padding: 30px;
}
.slider-logo .content .slider-logo-container .item > div {
  background: #fff;
  border: 1px solid #C6C6D2;
  padding: 15px;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slider-logo .content .slider-logo-container .item > div img {
  width: 100%;
}

.stella-table .content h2 {
  text-align: center;
}
.stella-table .content h2 + .horizontal-scroll + .table-container {
  margin-top: 40px;
}
.stella-table .content .horizontal-scroll {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .stella-table .content .horizontal-scroll {
    display: none !important;
  }
}
.stella-table .content .horizontal-scroll img {
  width: 32px;
}
.stella-table .content .table-container {
  overflow-x: auto;
}
.stella-table .content .table-container table {
  font-size: 16px;
  width: 100%;
}
.stella-table .content .table-container table tr:first-of-type td {
  font-weight: 700;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #C6C6D2;
}
.stella-table .content .table-container table td, .stella-table .content .table-container table th {
  min-width: 180px;
  border: 1px solid #C6C6D2;
}
.stella-table .content .table-container table td.light, .stella-table .content .table-container table th.light {
  background: #059722;
  color: #fff;
}
.stella-table .content .table-container table td {
  border-top: 0;
  padding: 10px;
}

.technical-data h2 {
  text-align: center;
}
.technical-data h2 + .table-container {
  margin-top: 40px;
}
.technical-data .horizontal-scroll {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .technical-data .horizontal-scroll {
    display: none !important;
  }
}
.technical-data .horizontal-scroll img {
  width: 32px;
}
.technical-data [data-bn="core/table"] .table-container {
  overflow-x: auto;
  margin-top: 40px;
}
.technical-data [data-bn="core/table"] .table-container table {
  font-size: 16px;
  width: 100%;
}
.technical-data [data-bn="core/table"] .table-container table tr:first-of-type td {
  font-weight: 700;
  padding: 15px;
  text-align: center;
  border-top: 1px solid #C6C6D2;
}
.technical-data [data-bn="core/table"] .table-container table td, .technical-data [data-bn="core/table"] .table-container table th {
  min-width: 180px;
  border: 1px solid #C6C6D2;
}
.technical-data [data-bn="core/table"] .table-container table td.light, .technical-data [data-bn="core/table"] .table-container table th.light {
  background: #059722;
  color: #fff;
}
.technical-data [data-bn="core/table"] .table-container table td {
  border-top: 0;
  padding: 10px;
}

.text-with-background .content {
  position: relative;
}
.text-with-background .content .background:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  position: absolute;
  z-index: 1;
}
.text-with-background .content .background img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  margin-bottom: -8px;
}
.text-with-background .content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .text-with-background .content .text {
    font-size: 19px;
    line-height: 28.5px;
  }
}
@media (min-width: 992px) {
  .text-with-background .content .text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .text-with-background .content .text {
    font-size: 21px;
    line-height: 31.5px;
  }
}
@media (min-width: 1550px) {
  .text-with-background .content .text {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 768px) {
  .text-with-background .content .text {
    width: calc(100% - 120px);
  }
}
@media (min-width: 992px) {
  .text-with-background .content .text {
    width: 80%;
  }
}

.vertical-image-slider .content h2 {
  text-align: center;
}
.vertical-image-slider .content .vertical-image-slider-container {
  padding: 0 40px;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-track {
  display: flex !important;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-slide {
  height: inherit !important;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-arrow {
  background-image: url("../images/slider-arrow.svg");
  background-size: cover;
  border: 0;
  font-size: 0;
  position: absolute;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  left: 25px;
  z-index: 50;
  transform: rotate(0deg);
  top: calc(50% - 20px);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .vertical-image-slider .content .vertical-image-slider-container .slick-arrow {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    left: 0;
  }
}
.vertical-image-slider .content .vertical-image-slider-container .slick-arrow:before {
  display: none;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-arrow:hover {
  opacity: 1;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-arrow.slick-next {
  transform: rotate(180deg);
  left: unset;
  right: 25px;
}
@media (min-width: 992px) {
  .vertical-image-slider .content .vertical-image-slider-container .slick-arrow.slick-next {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    right: 0;
  }
}
.vertical-image-slider .content .vertical-image-slider-container .slick-dots {
  position: absolute;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-dots li {
  margin-left: 15px;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-dots li:first-of-type {
  margin-left: 0;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-dots li button {
  font-size: 0;
  background: #808080;
  border: 0;
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
  border-radius: 10px;
  transition: all 500ms;
}
.vertical-image-slider .content .vertical-image-slider-container .slick-dots li.slick-active button {
  background: #059722;
}
.vertical-image-slider .content .vertical-image-slider-container .item {
  padding: 30px;
}
.vertical-image-slider .content .vertical-image-slider-container .item > div {
  background: #fff;
  border: 1px solid #C6C6D2;
}
.vertical-image-slider .content .vertical-image-slider-container .item > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 11/16;
  cursor: pointer;
}

.video-text .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.video-text .content .left {
  width: 100%;
}
@media (min-width: 768px) {
  .video-text .content .left {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .video-text .content .left {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .video-text .content .left {
    width: 56%;
  }
}
.video-text .content .right {
  width: 100%;
}
@media (min-width: 768px) {
  .video-text .content .right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .video-text .content .right {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .video-text .content .right {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .video-text .content .right {
    margin-left: auto;
  }
}
.video-text .content .right h1, .video-text .content .right h2, .video-text .content .right h3, .video-text .content .right h4, .video-text .content .right h5, .video-text .content .right h6 {
  margin-bottom: 20px;
}
.video-text .content .right p, .video-text .content .right ul {
  margin-bottom: 15px;
}
.video-text .content .right p:last-child, .video-text .content .right ul:last-child {
  margin-bottom: 0;
}

.video-with-thumbnail {
  position: relative;
}
.video-with-thumbnail > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-with-thumbnail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-with-thumbnail .play img {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}
.video-with-thumbnail iframe {
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.block-align-center {
  text-align: center;
}

.brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .contact-form-gb .content .cf7-container input[type=submit], .stella-newsletter .content .cf7-container input[type=submit], .products-slider .content .slider-switcher a.active, .slider-cta .slider-cta-container .item .right a, .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
  text-decoration: none;
  height: 40px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  transition: all 500ms;
  cursor: pointer;
  border-radius: 4px !important;
  font-weight: 500 !important;
  padding: 0 30px;
  white-space: nowrap;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .contact-form-gb .content .cf7-container input[type=submit], .stella-newsletter .content .cf7-container input[type=submit], .products-slider .content .slider-switcher a.active, .slider-cta .slider-cta-container .item .right a, .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .contact-form-gb .content .cf7-container input[type=submit], .stella-newsletter .content .cf7-container input[type=submit], .products-slider .content .slider-switcher a.active, .slider-cta .slider-cta-container .item .right a, .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 35px;
  }
}
@media (min-width: 1550px) {
  .brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .contact-form-gb .content .cf7-container input[type=submit], .stella-newsletter .content .cf7-container input[type=submit], .products-slider .content .slider-switcher a.active, .slider-cta .slider-cta-container .item .right a, .has-brand-btn a, .black-btn, .has-black-btn a, .border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a, .white-btn, .has-white-btn a {
    padding: 0 45px;
  }
}

.brand-btn, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, .contact-form-gb .content .cf7-container input[type=submit], .stella-newsletter .content .cf7-container input[type=submit], .products-slider .content .slider-switcher a.active, .slider-cta .slider-cta-container .item .right a, .has-brand-btn a {
  background: #059722 !important;
  color: #fff !important;
  border: 1px solid #059722;
}
.brand-btn:hover, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a:hover, .contact-form-gb .content .cf7-container input[type=submit]:hover, .stella-newsletter .content .cf7-container input[type=submit]:hover, .products-slider .content .slider-switcher a.active:hover, .slider-cta .slider-cta-container .item .right a:hover, .has-brand-btn a:hover {
  background: transparent !important;
  color: #059722 !important;
}

.black-btn, .has-black-btn a {
  background: #121212 !important;
  color: #fff !important;
}
.black-btn:hover, .has-black-btn a:hover {
  background: #999 !important;
  color: #fff !important;
}

.white-btn, .has-white-btn a {
  background: #fff !important;
  color: #059722 !important;
}
.white-btn:hover, .has-white-btn a:hover {
  background: #999 !important;
  color: #fff !important;
}

.border-btn, .products-slider .content .slider-switcher a:not(.active), .has-border-btn a {
  background: transparent !important;
  color: #059722 !important;
  border: 1px solid #059722;
}
.border-btn:hover, .products-slider .content .slider-switcher a:hover:not(.active), .has-border-btn a:hover {
  background: #059722 !important;
  color: #fff !important;
}

.input-stdv .required {
  color: #059722 !important;
  padding-left: 4px;
}
.input-stdv br {
  display: none;
}
.input-stdv label {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.input-stdv label.req:after {
  content: "*";
  color: #059722;
  margin-left: 4px;
}
.input-stdv label.check {
  display: flex;
  align-items: center;
}
.input-stdv label.check input {
  margin-right: 8px;
}
.input-stdv textarea {
  border: 1px solid #C6C6D2;
  border-radius: 0;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  color: #121212;
}
.input-stdv textarea::placeholder {
  color: #121212;
  opacity: 0.5;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]) {
  border: 1px solid #C6C6D2;
  width: 100%;
  border-radius: 0px;
  height: 40px;
  padding: 0 12px !important;
  color: #121212;
  background-color: #fff !important;
}
.input-stdv input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit])::placeholder {
  color: #121212;
  opacity: 0.5;
}
.input-stdv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  border: 1px solid #C6C6D2;
  background-color: #fff;
  color: #121212;
  border-radius: 0;
  background-image: url("../images/faq-icon.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: right 8px top 8px;
  width: 100%;
}

input[type=checkbox] {
  background: url("../images/checkbox.svg");
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}
input[type=checkbox]:checked {
  background: url("../images/checkbox-checked.svg");
}

input[type=radio] {
  background: url("../images/radio.svg");
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}
input[type=radio]:checked {
  background: url("../images/radio-checked.svg");
}

.border-head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .border-head.left {
    text-align: left;
  }
  .border-head.left a {
    font-size: 14px;
    color: #059722;
    margin-left: auto;
    font-weight: 800;
    font-family: "Archivo", sans-serif;
  }
}
.border-head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C6C6D2;
  bottom: -10px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.border-head span {
  position: relative;
  text-transform: uppercase;
}
.border-head span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #059722;
  bottom: -11px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.cd-table {
  width: 100%;
}
.cd-table .cd-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cd-table .cd-row {
    flex-wrap: nowrap;
  }
}
.cd-table .cd-row.cd-head {
  background: #121212;
  display: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .cd-table .cd-row.cd-head {
    display: flex;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
.cd-table .cd-row > div {
  width: 100%;
  padding: 8px;
}
@media (min-width: 992px) {
  .cd-table .cd-row > div {
    flex: 1;
    width: unset;
  }
}
.cd-table .cd-body .cd-row:nth-child(even) {
  background: #FCEFEF;
}
.cd-table .cd-body .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-body .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-foot .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-foot .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-legend {
  margin-top: 30px;
}
.cd-table .cd-legend p {
  margin-bottom: 15px;
}
.cd-table .cd-legend p:last-of-type {
  margin-bottom: 0;
}
.cd-table .cd-legend p a {
  color: #059722;
}

.wpcf7-form {
  transition: all 500ms;
}
.wpcf7-form .wpcf7-response-output {
  border: 0 !important;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.wpcf7-form.submitting {
  filter: blur(5px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #059722 !important;
}

@media all and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

section.page .page-title h1 {
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  section.page .page-title h1 {
    font-size: 36px;
    line-height: 46.8px;
  }
}
@media (min-width: 992px) {
  section.page .page-title h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  section.page .page-title h1 {
    font-size: 44px;
    line-height: 57.2px;
  }
}
@media (min-width: 1550px) {
  section.page .page-title h1 {
    font-size: 48px;
    line-height: 62.4px;
  }
}
section.page .page-title h1 + p {
  color: #999;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: -20px 0 30px;
}
section.page .page-title h1 + p img {
  width: 15px;
  margin-right: 10px;
  margin-top: -3px;
}
section.page .page-content.no-homepage .container, section.page .page-content.no-homepage .page-content > p, section.page .page-content.no-homepage .product-gb > p {
  max-width: 1200px;
}
section.page .page-content.single-post-other-posts {
  margin: 50px 0 0;
}

section.page .page-content h1, section.page .product-gb h1, body.woocommerce .page-content h1, body.woocommerce .product-gb h1 {
  display: none;
}
section.page .page-content > p, section.page .product-gb > p, body.woocommerce .page-content > p, body.woocommerce .product-gb > p {
  margin-bottom: 20px;
}
section.page .page-content > p a, section.page .product-gb > p a, body.woocommerce .page-content > p a, body.woocommerce .product-gb > p a {
  color: #059722;
}
section.page .page-content > p + h2, section.page .page-content > p + h3, section.page .page-content > p + h4, section.page .page-content > p + h5, section.page .page-content > p + h6, section.page .product-gb > p + h2, section.page .product-gb > p + h3, section.page .product-gb > p + h4, section.page .product-gb > p + h5, section.page .product-gb > p + h6, body.woocommerce .page-content > p + h2, body.woocommerce .page-content > p + h3, body.woocommerce .page-content > p + h4, body.woocommerce .page-content > p + h5, body.woocommerce .page-content > p + h6, body.woocommerce .product-gb > p + h2, body.woocommerce .product-gb > p + h3, body.woocommerce .product-gb > p + h4, body.woocommerce .product-gb > p + h5, body.woocommerce .product-gb > p + h6 {
  margin-top: 30px;
}
section.page .page-content > h3 + h2, section.page .page-content > h3 + h3, section.page .page-content > h3 + h4, section.page .page-content > h3 + h5, section.page .page-content > h3 + h6, section.page .product-gb > h3 + h2, section.page .product-gb > h3 + h3, section.page .product-gb > h3 + h4, section.page .product-gb > h3 + h5, section.page .product-gb > h3 + h6, body.woocommerce .page-content > h3 + h2, body.woocommerce .page-content > h3 + h3, body.woocommerce .page-content > h3 + h4, body.woocommerce .page-content > h3 + h5, body.woocommerce .page-content > h3 + h6, body.woocommerce .product-gb > h3 + h2, body.woocommerce .product-gb > h3 + h3, body.woocommerce .product-gb > h3 + h4, body.woocommerce .product-gb > h3 + h5, body.woocommerce .product-gb > h3 + h6 {
  margin-top: 20px;
}
section.page .page-content > ol, section.page .page-content > ul, section.page .product-gb > ol, section.page .product-gb > ul, body.woocommerce .page-content > ol, body.woocommerce .page-content > ul, body.woocommerce .product-gb > ol, body.woocommerce .product-gb > ul {
  padding-left: 40px;
}
section.page .page-content > ol li, section.page .page-content > ul li, section.page .product-gb > ol li, section.page .product-gb > ul li, body.woocommerce .page-content > ol li, body.woocommerce .page-content > ul li, body.woocommerce .product-gb > ol li, body.woocommerce .product-gb > ul li {
  margin-bottom: 6px;
}
section.page .page-content > ul, section.page .product-gb > ul, body.woocommerce .page-content > ul, body.woocommerce .product-gb > ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 15px;
  padding-left: 40px;
}
section.page .page-content > ul li, section.page .product-gb > ul li, body.woocommerce .page-content > ul li, body.woocommerce .product-gb > ul li {
  display: flex;
  margin-bottom: 8px;
  align-items: flex-start;
}
section.page .page-content > ul li:before, section.page .product-gb > ul li:before, body.woocommerce .page-content > ul li:before, body.woocommerce .product-gb > ul li:before {
  content: "" !important;
  display: block !important;
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  background: #059722;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  section.page .page-content > ul li:before, section.page .product-gb > ul li:before, body.woocommerce .page-content > ul li:before, body.woocommerce .product-gb > ul li:before {
    margin-top: 7px;
  }
}
section.page .page-content .wp-caption, section.page .product-gb .wp-caption, body.woocommerce .page-content .wp-caption, body.woocommerce .product-gb .wp-caption {
  margin-bottom: 40px;
}
section.page .page-content [data-bn="core/list"] li a, section.page .product-gb [data-bn="core/list"] li a, body.woocommerce .page-content [data-bn="core/list"] li a, body.woocommerce .product-gb [data-bn="core/list"] li a {
  color: #059722;
}
section.page .page-content [data-bn="core/gallery"], section.page .product-gb [data-bn="core/gallery"], body.woocommerce .page-content [data-bn="core/gallery"], body.woocommerce .product-gb [data-bn="core/gallery"] {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  section.page .page-content [data-bn="core/gallery"], section.page .product-gb [data-bn="core/gallery"], body.woocommerce .page-content [data-bn="core/gallery"], body.woocommerce .product-gb [data-bn="core/gallery"] {
    width: 120%;
    margin-left: -10%;
  }
}
section.page .page-content [data-bn="core/gallery"] .wp-block-gallery, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.page .page-content [data-bn="core/gallery"] .wp-block-gallery > div, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery > div, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery > div, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery > div {
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  section.page .page-content [data-bn="core/gallery"] .wp-block-gallery > div, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery > div, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery > div, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery > div {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  section.page .page-content [data-bn="core/gallery"] .wp-block-gallery > div, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery > div, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery > div, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery > div {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  section.page .page-content [data-bn="core/gallery"] .wp-block-gallery > div, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery > div, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery > div, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery > div {
    width: calc(25% - 20px);
  }
}
section.page .page-content [data-bn="core/gallery"] .wp-block-gallery > div figure, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery > div figure, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery > div figure, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery > div figure {
  width: 100% !important;
}
section.page .page-content [data-bn="core/gallery"] .wp-block-gallery > div figure a, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery > div figure a, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery > div figure a, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery > div figure a {
  position: relative;
}
section.page .page-content [data-bn="core/gallery"] .wp-block-gallery > div figure a:after, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery > div figure a:after, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery > div figure a:after, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery > div figure a:after {
  content: "";
  background-image: url("../images/gallery-more.svg");
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.page .page-content [data-bn="core/gallery"] .wp-block-gallery > div figure a img, section.page .product-gb [data-bn="core/gallery"] .wp-block-gallery > div figure a img, body.woocommerce .page-content [data-bn="core/gallery"] .wp-block-gallery > div figure a img, body.woocommerce .product-gb [data-bn="core/gallery"] .wp-block-gallery > div figure a img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
section.page .page-content [data-bn="core/paragraph"] p, section.page .product-gb [data-bn="core/paragraph"] p, body.woocommerce .page-content [data-bn="core/paragraph"] p, body.woocommerce .product-gb [data-bn="core/paragraph"] p {
  margin-bottom: 15px;
  text-align: justify;
}
section.page .page-content [data-bn="core/paragraph"] p a, section.page .product-gb [data-bn="core/paragraph"] p a, body.woocommerce .page-content [data-bn="core/paragraph"] p a, body.woocommerce .product-gb [data-bn="core/paragraph"] p a {
  font-weight: bold;
  color: #059722;
}
section.page .page-content [data-bn="core/paragraph"] + [data-bn="core/heading"], section.page .product-gb [data-bn="core/paragraph"] + [data-bn="core/heading"], body.woocommerce .page-content [data-bn="core/paragraph"] + [data-bn="core/heading"], body.woocommerce .product-gb [data-bn="core/paragraph"] + [data-bn="core/heading"] {
  margin-top: 30px;
}
section.page .page-content [data-bn="core/image"] img, section.page .product-gb [data-bn="core/image"] img, body.woocommerce .page-content [data-bn="core/image"] img, body.woocommerce .product-gb [data-bn="core/image"] img {
  width: 100%;
}
section.page .page-content [data-bn="core/list"] ol, section.page .page-content [data-bn="core/list"] ul, section.page .product-gb [data-bn="core/list"] ol, section.page .product-gb [data-bn="core/list"] ul, body.woocommerce .page-content [data-bn="core/list"] ol, body.woocommerce .page-content [data-bn="core/list"] ul, body.woocommerce .product-gb [data-bn="core/list"] ol, body.woocommerce .product-gb [data-bn="core/list"] ul {
  padding-left: 40px;
}
section.page .page-content [data-bn="core/list"] ol li, section.page .page-content [data-bn="core/list"] ul li, section.page .product-gb [data-bn="core/list"] ol li, section.page .product-gb [data-bn="core/list"] ul li, body.woocommerce .page-content [data-bn="core/list"] ol li, body.woocommerce .page-content [data-bn="core/list"] ul li, body.woocommerce .product-gb [data-bn="core/list"] ol li, body.woocommerce .product-gb [data-bn="core/list"] ul li {
  margin-bottom: 6px;
}
section.page .page-content [data-bn="core/list"] ul, section.page .product-gb [data-bn="core/list"] ul, body.woocommerce .page-content [data-bn="core/list"] ul, body.woocommerce .product-gb [data-bn="core/list"] ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 15px;
}
section.page .page-content [data-bn="core/list"] ul li, section.page .product-gb [data-bn="core/list"] ul li, body.woocommerce .page-content [data-bn="core/list"] ul li, body.woocommerce .product-gb [data-bn="core/list"] ul li {
  display: flex;
  margin-bottom: 8px;
  align-items: flex-start;
}
section.page .page-content [data-bn="core/list"] ul li:before, section.page .product-gb [data-bn="core/list"] ul li:before, body.woocommerce .page-content [data-bn="core/list"] ul li:before, body.woocommerce .product-gb [data-bn="core/list"] ul li:before {
  content: "" !important;
  display: block !important;
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  background: #059722;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  section.page .page-content [data-bn="core/list"] ul li:before, section.page .product-gb [data-bn="core/list"] ul li:before, body.woocommerce .page-content [data-bn="core/list"] ul li:before, body.woocommerce .product-gb [data-bn="core/list"] ul li:before {
    margin-top: 7px;
  }
}
section.page .page-content [data-bn="core/list"] + [data-bn="core/heading"], section.page .product-gb [data-bn="core/list"] + [data-bn="core/heading"], body.woocommerce .page-content [data-bn="core/list"] + [data-bn="core/heading"], body.woocommerce .product-gb [data-bn="core/list"] + [data-bn="core/heading"] {
  margin-top: 30px;
}

section.page .page-content.posts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
section.page .page-content.posts-list > div {
  width: 100%;
}
@media (min-width: 768px) {
  section.page .page-content.posts-list > div {
    width: calc(50% - 20px);
  }
}
section.page .archive-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
section.page .archive-top .meta {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  section.page .archive-top .meta {
    width: 50%;
    text-align: left;
  }
}
section.page .archive-top .meta + .pagination {
  margin-top: 20px;
}
@media (min-width: 768px) {
  section.page .archive-top .meta + .pagination {
    margin-top: 0;
  }
}
section.page .archive-top .pagination {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  section.page .archive-top .pagination {
    width: 50%;
    justify-content: flex-end !important;
  }
}

.woocommerce-page.archive #main .woocommerce-result-count, .woocommerce-page.archive #main .woocommerce-notices-wrapper, .woocommerce-page.archive #main .woocommerce-pagination {
  display: none !important;
}
.woocommerce-page.archive #main .archive-meta {
  display: none;
}
.woocommerce-page.archive #main .category-title {
  text-align: center;
  margin: 20px 0 40px;
}
.woocommerce-page.archive #main .category-desc {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .category-desc {
    align-items: center;
  }
}
.woocommerce-page.archive #main .category-desc .thumb {
  width: 50%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .woocommerce-page.archive #main .category-desc .thumb {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .category-desc .thumb {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .woocommerce-page.archive #main .category-desc .thumb {
    margin-bottom: 0;
  }
}
.woocommerce-page.archive #main .category-desc .thumb img {
  border-radius: 6px;
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
.woocommerce-page.archive #main .category-desc .thumb + .desc {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-page.archive #main .category-desc .thumb + .desc {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .category-desc .thumb + .desc {
    width: 60%;
  }
}
.woocommerce-page.archive #main .category-desc .thumb + .desc .text {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .category-desc .thumb + .desc .text {
    width: 55%;
  }
}
.woocommerce-page.archive #main .category-desc .desc {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-page.archive #main .category-desc .desc .text {
  width: 100%;
}
.woocommerce-page.archive #main .category-desc .desc .text p {
  margin: 20px 0;
}
.woocommerce-page.archive #main .category-desc .desc .logos {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .category-desc .desc .logos {
    margin-top: 0;
    width: 40%;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .category-desc .desc .logos {
    flex-wrap: wrap;
  }
}
.woocommerce-page.archive #main .category-desc .desc .logos .logo {
  padding-left: 10px;
}
.woocommerce-page.archive #main .category-desc .desc .logos .logo img {
  height: 60px;
  width: auto;
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .category-desc .desc .logos .logo img {
    height: 70px;
  }
}
.woocommerce-page.archive #main .woo-content {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar {
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .woo-content .woo-sidebar {
    padding-top: 55px;
    width: 20%;
  }
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .woocommerce-ordering {
  margin: 0 0 20px 0;
  width: 100%;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  border: 1px solid #C6C6D2;
  background-color: #fff;
  color: #121212;
  border-radius: 0;
  background-image: url("../images/faq-icon.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: right 8px top 8px;
  width: 100%;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget {
  margin-bottom: 30px;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget.color-widget ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget.color-widget ul li {
  margin-right: 15px;
  flex: 1;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget.color-widget ul li.chosen a:before {
  display: none;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget.color-widget ul li.chosen a > div:before {
  border: 5px solid red !important;
  box-shadow: unset !important;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget.color-widget ul li a > div .style-squared {
  border-radius: 50%;
  border: 0;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-right: 10px;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget:not(.color-widget) ul {
  list-style-type: none;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget:not(.color-widget) ul li.cat-item a:before {
  background-image: url("../images/radio.svg");
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget:not(.color-widget) ul li.cat-item.current-cat a:before {
  background-image: url("../images/radio-checked.svg");
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget:not(.color-widget) ul li.chosen a:before {
  background: url(../images/checkbox-checked.svg);
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget:not(.color-widget) ul li a {
  display: flex;
  align-items: center;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget:not(.color-widget) ul li a:before {
  content: "";
  background: url(../images/checkbox.svg);
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 15px;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget ul li a {
  color: #999;
  font-size: 14px;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget ul li .count {
  display: none;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget .widget-title {
  font-size: 18px;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget .select2 {
  height: 40px;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget .select2 .selection {
  height: 40px;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget .select2 .selection .select2-selection {
  height: 40px;
  border-radius: 0;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget .select2 .selection .select2-selection .select2-selection__rendered {
  height: 40px;
  display: flex;
  align-items: center;
}
.woocommerce-page.archive #main .woo-content .woo-sidebar .widget .select2 .selection .select2-selection .select2-selection__arrow {
  height: 40px;
}
.woocommerce-page.archive #main .woo-content .woo-products {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .woo-content .woo-products {
    width: 75%;
    margin-left: auto;
  }
}
.woocommerce-page.archive #main .woo-content .woo-products .sidebar-toggle {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 30px 0 20px;
}
@media (min-width: 992px) {
  .woocommerce-page.archive #main .woo-content .woo-products .sidebar-toggle {
    display: none !important;
  }
}
.woocommerce-page.archive #main .woo-content .woo-products .archive-meta {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.woocommerce-page.archive #main .woo-content .woo-products .archive-meta p {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce-page.archive #main .woo-content .woo-products .archive-meta p {
    width: 50%;
    text-align: left;
  }
}
.woocommerce-page.archive #main .woo-content .woo-products .archive-meta .pagination {
  width: 100%;
  margin-top: 15px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .woocommerce-page.archive #main .woo-content .woo-products .archive-meta .pagination {
    justify-content: flex-end;
    margin-top: 0;
    width: 50%;
  }
}
.woocommerce-page.archive #main .woo-content .woo-products ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce-page.archive #main .woo-content .woo-products ul.products li {
  float: unset;
  width: 50%;
  padding: 15px;
  margin: 0;
}
@media (min-width: 768px) {
  .woocommerce-page.archive #main .woo-content .woo-products ul.products li {
    width: 33.3333333333%;
  }
}
.woocommerce-page.archive #main .woo-content .woo-products ul.products li .item {
  margin-bottom: 30px;
}
.woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .thumb {
  background: #fff;
  border: 1px solid #C6C6D2;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 15px;
}
.woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc {
  text-align: center;
}
.woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc .head {
  font-weight: 900;
  font-size: 18px;
  margin: 20px 0;
}
.woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc .teaser {
  font-size: 14px;
  margin-bottom: 15px;
}
.woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc .brand-btn, .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a, body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc a, .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc .contact-form-gb .content .cf7-container input[type=submit], .contact-form-gb .content .cf7-container .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc input[type=submit], .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc .stella-newsletter .content .cf7-container input[type=submit], .stella-newsletter .content .cf7-container .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc input[type=submit], .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc .products-slider .content .slider-switcher a.active, .products-slider .content .slider-switcher .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc a.active, .woocommerce-page.archive #main .woo-content .woo-products ul.products li .slider-cta .slider-cta-container .item .desc .right a, .slider-cta .slider-cta-container .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .desc .right a, .woocommerce-page.archive #main .woo-content .woo-products ul.products li .slider-cta .slider-cta-container .item .right .desc a, .slider-cta .slider-cta-container .woocommerce-page.archive #main .woo-content .woo-products ul.products li .item .right .desc a {
  font-size: 14px !important;
}
.woocommerce-page.archive .category-bottom-desc {
  margin: 40px 0;
}
.woocommerce-page.archive .category-bottom-desc p {
  margin: 20px 0;
}

body.woocommerce #primary .site-main .woocommerce-breadcrumb {
  display: none;
}
body.woocommerce #primary .site-main .product {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce #primary .site-main .product .page-title {
  text-align: center;
  padding: 30px 0;
  width: 100%;
}
body.woocommerce #primary .site-main .product > div {
  float: unset;
}
body.woocommerce #primary .site-main .product .woo-product-gallery-slider {
  width: 100%;
}
@media (min-width: 992px) {
  body.woocommerce #primary .site-main .product .woo-product-gallery-slider {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  body.woocommerce #primary .site-main .product .woo-product-gallery-slider {
    width: 40%;
  }
}
body.woocommerce #primary .site-main .product .entry-summary {
  width: 100%;
}
@media (min-width: 992px) {
  body.woocommerce #primary .site-main .product .entry-summary {
    width: 48%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  body.woocommerce #primary .site-main .product .entry-summary {
    width: 55%;
  }
}
body.woocommerce #primary .site-main .product .entry-summary .product-full-desc {
  padding: 20px 0;
}
body.woocommerce #primary .site-main .product .entry-summary .product-price {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 22px;
}
body.woocommerce #primary .site-main .product .entry-summary .price-hurt {
  display: flex;
  align-items: center;
  padding: 15px 0 25px;
}
body.woocommerce #primary .site-main .product .entry-summary .price-hurt a {
  zoom: 0.8;
  margin-left: 10px;
}
body.woocommerce #primary .site-main .product .entry-summary .available-colors {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
body.woocommerce #primary .site-main .product .entry-summary .available-colors .color-swatches {
  display: flex;
  align-items: center;
}
body.woocommerce #primary .site-main .product .entry-summary .available-colors .color-swatches .color-swatch {
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  margin-left: 15px;
  border-radius: 50%;
}
body.woocommerce #primary .site-main .product .entry-summary .buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  body.woocommerce #primary .site-main .product .entry-summary .buttons {
    width: 70%;
  }
}
body.woocommerce #primary .site-main .product .entry-summary .buttons .button-map {
  width: 100%;
  margin-bottom: 16px;
}
body.woocommerce #primary .site-main .product .entry-summary .buttons .button-map a {
  width: 100%;
}
body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a {
    width: calc(50% - 8px);
  }
}
body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a.allegro-button {
  background: #FF5A00 !important;
  border: 1px solid #FF5A00;
}
body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a.allegro-button:hover {
  background: #fff !important;
  color: #FF5A00 !important;
}
body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a.erli-button {
  margin-left: auto;
  background: #0097BC !important;
  border: 1px solid #0097BC;
}
body.woocommerce #primary .site-main .product .entry-summary .buttons .mp-buttons a.erli-button:hover {
  background: #fff !important;
  color: #0097BC !important;
}
body.woocommerce #primary .site-main .product .entry-summary .features {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  body.woocommerce #primary .site-main .product .entry-summary .features {
    width: 70%;
  }
}
body.woocommerce #primary .site-main .product .entry-summary .features .feature {
  width: 100%;
  display: flex;
  align-items: center;
  color: #999;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.woocommerce #primary .site-main .product .entry-summary .features .feature {
    width: 25%;
  }
}
body.woocommerce #primary .site-main .product .entry-summary .features .feature:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.woocommerce #primary .site-main .product .entry-summary .features .feature {
    margin-bottom: 0;
  }
}
body.woocommerce #primary .site-main .product .entry-summary .features .feature img {
  width: 30px;
  margin-right: 8px;
}
body.woocommerce #primary .site-main .product .entry-summary .product-logos {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media (min-width: 768px) {
  body.woocommerce #primary .site-main .product .entry-summary .product-logos {
    width: 70%;
  }
}
body.woocommerce #primary .site-main .product .entry-summary .product-logos .item {
  width: 33.3333333333%;
}
@media all and (max-width: 767px) {
  body.woocommerce #primary .site-main .product .entry-summary .product-logos .item {
    text-align: center;
    margin-bottom: 15px;
  }
}
body.woocommerce #primary .site-main .product .entry-summary .product-logos .item img {
  max-height: 70px;
}
body.woocommerce #primary .site-main .product .product-gb {
  width: 100%;
  margin-top: 60px;
}

.page404 .content {
  padding: 60px 0;
  text-align: center;
}
.page404 .content h3 {
  margin: 0;
}
.page404 .content p {
  margin: 30px 0;
}