@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
#body {
  font-weight: 500;
}
#body a {
  color: var(--secondary_theme_color);
}
#body a:hover {
  color: black;
}
#body .text h1 {
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
#body .text h1,
#body .text h2,
#body .text h3,
#body .text h4 {
  line-height: 1.3;
  margin: 0 0 25px 0;
}
#body .text h1 a,
#body .text h2 a,
#body .text h3 a,
#body .text h4 a {
  color: var(--secondary_theme_color);
  text-decoration: none;
}
#body .text h1 a:hover,
#body .text h2 a:hover,
#body .text h3 a:hover,
#body .text h4 a:hover {
  text-decoration: inherit;
}

#body table.table th {
  background: var(--primary_theme_color);
}

#body .alert {
  --text_color: var(--secondary_text_color);
}

#body .info {
  border: 1px solid var(--error_color);
  color: var(--error_color);
}
#body .cart-steps span.active {
  color: white;
  background: var(--secondary_theme_color);
}
#body .cart-steps span.active b {
  color: white;
  background: transparent;
}
#body .cart-steps span {
  font-weight: bold;
  color: var(--gray);
  padding: 10px 10px 10px 70px;
  border: none;
}
#body .cart-steps span b {
  font-weight: bold;
  top: 0;
  left: 0;
  padding-right: 7px;
  padding-left: 7px;
  height: 100%;
  background: var(--gray);
}
#body a.delete {
  color: var(--error_color);
}
#body .basket-contents {
  padding: 0;
}
#body .basket-contents h2 {
  margin: 1em;
}
#body .basket-contents table {
  margin-bottom: 0;
}
#body .cart-block {
  border: 1px solid var(--secondary_theme_color);
}
#body .cart-block .feedback.error {
  margin-bottom: 0;
}
#body .cart-block table.cart .table_header {
  text-transform: uppercase;
}
#body .cart-block table.cart .table_header th {
  font-size: 15px;
}
#body .cart-block table.cart .price-reduction div {
  float: left;
  border: 1px solid var(--warning_color);
  border-radius: 25px;
  padding: 7px;
  background: var(--warning_color);
  color: white;
}
#body .cart-block table.cart .price-reduction div b {
  color: white !important;
  font-size: 15px;
}
#body .cart-block table.cart th {
  background: var(--cart_transparent);
  padding: 20px 20px 25px;
  color: var(--secondary_theme_color);
}
#body .cart-block table.cart td {
  border-bottom: 0.5px solid var(--secondary_theme_color);
}
#body .cart-block table.cart td .product__info strong {
  font-weight: bold;
}
#body .cart-block table.cart td .product__info strong span {
  font-weight: bold;
}
#body .cart-block table.cart td .product__info p span {
  color: var(--primary_text_color);
}
#body .cart-block table.cart td .product__info p span i {
  color: var(--primary_text_color);
}
#body .cart-block table.cart td .product__price b {
  color: var(--secondary_theme_color);
  font-weight: bold;
}
#body .cart-block table.cart td .product__price b.red {
  color: var(--warning_color);
  font-weight: bold;
}
#body .cart-block table.cart td .product__price b.red strike {
  color: var(--secondary_theme_color);
  font-weight: normal;
}
#body .cart-block table.cart .subtotal {
  background: var(--cart_transparent) !important;
}
#body .cart-block table.cart .subtotal td {
  border: none !important;
}
#body .cart-block table.cart .subtotal .product__price {
  font-weight: bold;
  color: var(--secondary_theme_color);
}
#body .cart-block table.cart .expedition-types {
  background: var(--cart_transparent) !important;
}
#body .cart-block table.cart .expedition-types td {
  border: none !important;
}
#body .cart-block table.cart .total {
  background: var(--cart_transparent) !important;
}
#body .cart-block table.cart .total .product__price strong {
  color: var(--secondary_theme_color);
}
#body .cart-block table.cart .noborder {
  border: none;
}
#body .cart-blocks-block {
  border: 1px solid var(--secondary_theme_color);
  background: var(--cart_transparent);
}
#body .cart-blocks-block h2 {
  text-transform: uppercase;
  color: var(--secondary_theme_color);
}
#body .cart-blocks-block .form form input {
  border: none;
  border-radius: 0;
  background: white;
}
#body .cart-blocks-block .form form button {
  background: var(--secondary_theme_color);
}
#body .cart-blocks-block .form form button:hover {
  background: var(--primary_theme_color);
}
#body .cart-usps {
  color: var(--secondary_theme_color);
}
#body .cart-usps i {
  color: var(--primary_theme_color);
}

.white_block {
  background: rgba(0, 36, 93, 0.05);
}

.linked-articles__basket-popup {
  margin-top: 10px;
  padding-bottom: 10px;
  background: var(--cart_transparent);
  border-radius: 3px;
}

.linked-articles__block h2 {
  color: var(--secondary_theme_color);
  text-transform: uppercase;
  font-weight: normal;
}

#body .button,
#body .sub-button,
#body .form button {
  color: white !important;
  border-radius: 30px;
  letter-spacing: 0.1em;
  padding-right: 55px;
  font-size: 15px;
}
#body .button:after,
#body .sub-button:after,
#body .form button:after {
  content: "";
  background: url("../../../../static/ws/_graphics/icon_button_extra.svg") center center no-repeat;
  display: flex;
  align-items: center;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}
#body .button:hover,
#body .sub-button:hover,
#body .form button:hover {
  background-color: var(--secondary_theme_color);
}
#body .button.small {
  border: 2px solid var(--amount_transparent);
  color: black !important;
  padding-right: 20px;
}
#body .button.small:after {
  display: none;
}
#body .button.small:hover {
  border: 2px solid var(--secondary_theme_color);
  color: black !important;
  background: white !important;
}

#body .contact-title {
  color: var(--secondary_theme_color);
}

#body .copyrights {
  color: var(--primary_text_color);
}

#body .crumb a {
  text-decoration: none;
}
#body .crumb a:hover {
  text-decoration: underline;
}

#body .cta {
  --text_color: white;
  --background_color_nav: var(--secondary_theme_color);
  padding: 60px 0;
  margin-top: 0;
}
#body .cta .title-image {
  display: none;
}
#body .cta .cta__links {
  align-items: stretch;
  float: initial;
}
#body .cta .cta__links a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: flex-end;
  padding: 20px;
}
#body .cta .cta__links a img {
  left: initial;
  position: initial;
  top: initial;
  max-height: 60px;
}

#body .sidebar h2 {
  display: none;
}
#body .filters .active {
  font-weight: unset;
}
#body .filters .active:hover {
  text-decoration: underline;
  cursor: pointer;
}
#body .filters .sublink i {
  display: none;
}
#body .filters .sublink.active {
  font-weight: bold;
}
#body .filters .fa-square:before {
  content: "";
}
#body .filters .filter_block {
  background: var(--cart_transparent);
  padding: 20px 20px 20px 30px;
}
#body .filters .filter_block span i {
  font-size: 16px;
  color: var(--secondary_theme_color);
}
#body .filters #filter_title_type {
  text-transform: uppercase;
  font-size: 15px;
}
#body .filters .filter_block span b {
  color: var(--secondary_theme_color);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}
#body .filters .filter_block .filter_list_wrapper a {
  color: var(--primary_text_color);
}
#body a.filters_toggle {
  color: white;
}
#body a.filters_toggle:hover {
  color: var(--secondary_text_color);
}

#body .footer {
  background-color: #26435e;
  color: white;
  font-size: var(--font_size_base);
}
#body .footer .footer__block a {
  color: inherit;
}
#body .footer strong {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  font-size: 20px;
}
#body .footer .footer__newsletter-form {
  margin: 40px 0;
}
#body .footer .footer__newsletter-form input.text {
  background: white;
  color: #26435E;
  float: initial;
  border: 1px solid var(--secondary_theme_color);
  border-radius: 30px;
}
#body .footer .footer__newsletter-form input.text::placeholder {
  color: inherit;
}
#body .footer .footer__newsletter-form button {
  background-color: var(--secondary_theme_color);
  border-radius: 30px;
}
#body .footer .footer__newsletter-form button:hover {
  background-color: var(--primary_theme_color);
}

#body input[type=date],
#body input[type=datetime-local],
#body input[type=datetime],
#body input[type=email],
#body input[type=month],
#body input[type=number],
#body input[type=password],
#body input[type=search],
#body input[type=tel],
#body input[type=text],
#body input[type=time],
#body input[type=url],
#body input[type=week],
#body select,
#body textarea {
  background: var(--cart_transparent);
}
#body .search-bar button {
  padding-right: 15px;
}
#body .search-bar button:after {
  content: none;
}
#body .contact-form button[type=submit] {
  background: var(--secondary_theme_color);
}
#body .contact-form button[type=submit]:hover {
  background: var(--primary_theme_color) !important;
}

body .hamburger-inner {
  margin-top: 0;
}
body .hamburger-inner:after {
  bottom: -8px;
}
body .hamburger-inner:before {
  top: -8px;
}
body .hamburger-inner, body .hamburger-inner:after, body .hamburger-inner:before {
  background-color: var(--secondary_theme_color);
  height: 2px;
}
body .hamburger:hover .hamburger-inner,
body .hamburger:hover .hamburger-inner:after,
body .hamburger:hover .hamburger-inner:before {
  background-color: var(--secondary_theme_color);
}

#body .header__search {
  background: #fff;
}
#body .header__search .header__search-form input.text {
  background: white;
  border: 1px solid var(--secondary_theme_color);
  border-radius: 30px;
}
#body .header__search .header__search-form input.text::placeholder {
  color: var(--secondary_theme_color);
}
#body .header {
  background-color: white;
  margin: 0;
}
#body .nav {
  background-color: white;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}
#body .sticky-nav {
  background-color: white;
}
#body .header__indicator-link {
  background: var(--secondary_theme_color);
}
#body .header__indicator-image {
  padding: 13px;
  width: 24px;
  height: 24px;
}

#body .home-top__banners {
  width: calc(100% - 300px);
}
#body .home-top__banners-slider button.slick-prev, #body .home-top__banners-slider button.slick-next {
  display: none !important;
}
#body ul.slick-dots {
  position: absolute;
  text-align: right;
  right: 20px;
  bottom: 20px;
}
#body ul.slick-dots li {
  width: 20px;
  height: 20px;
}
#body ul.slick-dots li.slick-active button {
  background: white;
}
#body ul.slick-dots li button {
  border: 1px solid white;
  background: transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
#body ul.slick-dots li button::before {
  display: none;
}
#body .home-top__banners-slide {
  color: white;
}
#body .home-top__banners-slide strong {
  display: inline-block;
  color: white;
  background: var(--secondary_theme_color);
  text-transform: uppercase;
  text-decoration: none !important;
  margin-bottom: 10px;
  line-height: 17px;
  font-weight: normal;
  position: relative;
  border-radius: 30px;
  letter-spacing: 0.1em;
  padding: 15px 15px 15px 25px;
  font-size: 15px;
}
#body .home-top__banners-slide strong:after {
  content: "";
  background: url("../../../../static/ws/_graphics/icon_button_extra.svg") center center no-repeat;
  display: flex;
  align-items: center;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}
#body .home-top__banners-box {
  margin: 15px 0;
}
#body .home-top__banners-box a {
  margin: 0;
  width: calc(33% - 15px);
}
#body .home-top__banners-box a .button {
  padding: 10px 55px 10px 15px;
  top: auto;
  left: auto;
  bottom: 15px;
  right: 15px;
}
#body .home-about .text__left h1 {
  text-align: initial;
}
#body .home-about .text__right-slide span {
  display: none;
}
#body .home-about .text__right-slide img {
  float: initial;
  height: initial;
}
#body .home-about .button {
  background: var(--secondary_theme_color);
}
#body .home-about .button:hover {
  background: var(--primary_theme_color);
}
#body .home__usp-box, #body .shop__usp-box {
  padding-top: 15px;
  padding-bottom: 15px;
}
#body .home__usp-box span:before, #body .shop__usp-box span:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -15px;
  width: 20px;
  height: 20px;
  background: url("../../../../static/ws/_graphics/check_round.svg") top left no-repeat;
  background-size: 100% 100%;
}
#body .shop__usp-box span:before {
  background: url("../../../../static/ws/_graphics/check_round_green.svg") top left no-repeat;
}

#body .product-variants .variant {
  border: 2px solid var(--amount_transparent);
  color: black !important;
  min-width: 15px;
}
#body .product-variants .variant-selected {
  background: var(--amount_transparent);
  border: 2px solid transparent;
}
#body .product-variants a:hover {
  color: white;
  background: var(--amount_transparent);
  border: 2px solid var(--secondary_theme_color);
}
#body .product__page .product__page-info {
  background: none;
}
#body .product__page .product__page-info .product-price .percentage-reduction span {
  color: var(--secondary_theme_color);
}
#body .product__page .product__page-info .product-price .percentage-reduction .reduction span {
  color: var(--error_color);
}
#body .product__page .product__page-info .product-price .percentage-reduction em {
  color: var(--secondary_theme_color);
}
#body .product__page .product__page-info .product-price-specs i {
  color: var(--primary_text_color);
  margin-right: 7px;
}
#body .product__page .product__page-info .product-price-specs .stock-label {
  color: var(--primary_text_color);
}
#body .product__page .product__page-info .product-usps {
  color: var(--secondary_theme_color);
}
#body .product__page .product__page-info .product-usps i {
  color: var(--success_color);
}
#body .product__page .product__page-info .add-to-cart {
  border-radius: 30px;
  letter-spacing: 0.1em;
  padding-right: 65px;
}
#body .product__page .product__page-info .add-to-cart:after {
  content: "";
  background: url("../../../../static/ws/_graphics/icon_add_to_cart_white.svg") center center no-repeat;
  display: flex;
  align-items: center;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 15px;
}
#body .product__page .product__page-info .add-to-cart:hover {
  background: var(--secondary_theme_color);
}
#body .product__page .product__page-images a {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border: none;
}
#body .product__page .text .text__right, #body .product__page .text .text__left {
  padding: 25px 50px;
  background: var(--transparent_1);
}
#body .product__page .text .text__left {
  background: none;
}
#body .product__page table.specs tr:nth-child(odd) td {
  background: none;
}
#body .product__page table.specs tr:nth-child(even) td {
  background: none;
}
#body .product__page table.specs td {
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid var(--gray);
  text-align: right;
}
#body .product__page table.specs td.label {
  text-align: left;
}
#body .product__page h2 {
  text-transform: uppercase;
  color: var(--secondary_theme_color);
  font-weight: normal;
  font-size: 25px;
}
#body .product__amount .amount_minus, #body .product__amount .amount_plus {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  border: 2px solid var(--amount_transparent) !important;
  margin-top: 0;
}
#body .product__amount .amount_minus img, #body .product__amount .amount_plus img {
  width: 10px;
  height: 10px;
  opacity: 1;
}
#body .product__amount .amount_minus:hover, #body .product__amount .amount_plus:hover {
  border: 2px solid var(--secondary_theme_color) !important;
}
#body .product__amount .amount_label {
  border: none;
  border-radius: 0;
  margin-left: 2px;
  margin-right: 2px;
  background: var(--amount_transparent);
  width: 40px;
  height: 39px;
}
#body .product__amount .amount_label:hover {
  border: 2px solid var(--secondary_theme_color) !important;
  border-radius: 3px;
}
#body .product__amount strong {
  font-weight: bold;
  color: var(--secondary_theme_color);
}

#body a {
  color: var(--primary_text_color);
}

#body .product-grid a.product,
#body .product-raster-grid a.product {
  border-color: rgba(179, 177, 178, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: var(--primary_text_color);
}
#body .product-grid a.product:hover,
#body .product-raster-grid a.product:hover {
  border-color: rgba(179, 177, 178, 0.6);
}
#body .product-grid a.product .product__info strong,
#body .product-raster-grid a.product .product__info strong {
  font-size: inherit;
  font-weight: 700;
  line-height: initial;
}
#body .product-grid a.product .product__info strong span,
#body .product-raster-grid a.product .product__info strong span {
  display: block;
}
#body .product-grid a.product .product__price,
#body .product-raster-grid a.product .product__price {
  color: var(--secondary_theme_color);
  background-color: rgba(179, 177, 178, 0.1);
  padding: 15px 20px;
}
#body .product-grid a.product .product__price b,
#body .product-raster-grid a.product .product__price b {
  color: inherit;
}
#body .product-grid a.product .add-to-cart,
#body .product-raster-grid a.product .add-to-cart {
  bottom: 10px;
  width: 30px;
  height: 30px;
}

#body .product-list a.product, #body .product-raster-list a.product {
  color: var(--primary_text_color);
}
#body .product-list a.product span.add-to-cart, #body .product-raster-list a.product span.add-to-cart {
  width: 35px;
  height: 35px;
}

#body .nav__general {
  float: initial;
  width: calc(100% - 300px);
  background: none;
}
#body .nav__general a,
#body a.nav__products {
  color: var(--secondary_theme_color);
  font-weight: bold;
  letter-spacing: initial;
  font-size: 15px;
}
#body .nav__general a:hover,
#body a.nav__products:hover {
  text-decoration: underline;
}
#body .nav__products {
  align-items: baseline;
  background: none;
}
#body .products-menu {
  background-color: #e8f2e4;
  color: var(--primary_text_color);
  border: 1px solid rgba(179, 177, 178, 0.1);
  border-top: 0;
  box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
#body .products-menu > ul {
  margin: 0;
}
#body .products-menu .sub-menu-item-link:hover {
  text-decoration: underline;
}
#body .products-menu-item a {
  border-width: 0;
  color: var(--primary_theme_color) !important;
  display: inline-block;
  float: initial;
  padding: 12px 30px;
  vertical-align: baseline;
}
#body .products-menu-item > a {
  padding-left: 65px;
}
#body .products-menu-item > a:hover {
  text-decoration: underline;
}
#body .products-menu-item > a .blue {
  display: none;
}
#body .products-menu-subnav {
  padding: 20px 0;
}
#body .products-menu-subnav ul {
  border: 1px solid var(--primary_theme_color);
  border-width: 0 0 0 1px;
  column-count: initial;
}
#body .products-home {
  display: none;
}
#body .home-top__banners {
  float: initial;
  width: 100%;
}

#body .top {
  background-color: white;
  color: var(--secondary_theme_color);
}

.shop__usp-box {
  justify-content: space-around;
}

#body .icon-wrapper {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background: white;
  margin-bottom: 20px;
}
#body .footer__usp-wrapper {
  background: var(--cart_transparent);
}
#body .footer__usp-wrapper .home__usp-wrapper {
  background: none;
}
#body .footer__usp-wrapper .home__usp-box span {
  color: var(--secondary_theme_color);
  font-weight: bold;
}
#body .footer__usp-wrapper .spacer50 {
  display: none;
}
#body .home__usp-wrapper {
  background: var(--transparent_1);
}
#body .shop__usp {
  background: rgba(102, 169, 72, 0.15);
}
#body .shop__usp .shop__usp-box span {
  color: var(--primary_theme_color);
  font-weight: bold;
}
#body .paging__left {
  padding: 10px;
  border: 2px solid var(--cart_transparent);
}
#body .select_wrapper select {
  border: 2px solid var(--cart_transparent);
  border-radius: 0;
  background: none;
}
#body .paging em {
  display: none;
}
#body .paging a {
  color: black;
  border: 1px solid var(--amount_transparent);
  font-weight: normal;
  padding: 7px 10px 7px 10px;
}
#body .paging a:hover {
  border: 1px solid var(--secondary_theme_color) !important;
}
#body .paging .active {
  background: var(--amount_transparent);
  border: 1px solid transparent;
}
#body .paging .previous, #body .paging .next {
  border: none;
}
#body .paging .previous:hover, #body .paging .next:hover {
  border: none;
}
#body .paging .previous i:before {
  content: "";
}
#body .paging .next i:before {
  content: "";
}
/*# sourceMappingURL=overrides.css.map */
