:root {
  --bg-body: #fff;
  --light-bg: #f5f5f5;
  --dark-bg: #fff;
  --link_color: #2E2E2E;
  --text-color: #2E2E2E;
  --font-base: "Open Sans", sans-serif;
  --font-condensed: "Open Sans", sans-serif;
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/font/open-sans-v36-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-display: optional;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/font/open-sans-v36-latin_latin-ext-700.woff2') format('woff2');
}
.wrap-article p a:hover,
.wrap-article ul a:hover,
.wrap-article table a:hover {
  color: #5E5E5E;
}
.bg_black {
  background: var(--text-color);
}
.wrapper_login .grey_text,
.bg_dark {
  color: var(--text-color);
}
.btn {
  background: var(--text-color);
  border: 1px solid var(--text-color);
  color: white;
}
.btn:hover {
  background: hsl(0, 0%, 35%);
  border-color: hsl(0, 0%, 35%);
  filter: none;
}
.btn.btn_inverted {
  background: white;
  border: 1px solid var(--text-color);
  color: var(--text-color);
}
.btn.btn_inverted:hover {
  color: white;
  background: var(--text-color) !important;
}
.color_primary,
#root .product_list_normal .wrapper_price .price_final {
  color: var(--link_color) !important;
}
.checkout-head .focus hr,
.checkout-head .visited hr {
  border-color: var(--text-color) !important;
}
.visited .step_number,
.focus .step_name,
.visited .step_name,
.focus .step_number {
  color: var(--text-color) !important;
  border-color: var(--text-color) !important;
}
.shop_product_detail select,
.shop_voucher_detail select,
.shop_product_detail form .element > select:focus,
.shop_voucher_detail form .element > select:focus {
  border: 1px solid #bababa !important;
}
.head_titles {
  display: none;
}
body,
body.shop,
.condensed-light,
.h2,
.condensed {
  font-family: 'Open Sans', sans-serif !important;
}
#headerSection {
  background: var(--dark-bg);
}
/*
.mW624
{
  max-width: none !important;
}*/
#clLB_headline {
  white-space: nowrap;
}
#headerTop {
  background: var(--bg-body);
}
.global_banner_top {
  margin-bottom: 4px;
}
.btn {
  box-shadow: none !important;
}
#header.shadow_bottom {
  box-shadow: none;
  border-bottom: 1px solid #E3E1E1;
}
.shadow_inset_bottom {
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
}
.shop_product_detail .breadcrumb_wrapper {
  padding-left: 16px;
  margin-bottom: 12px;
  background: white;
  box-shadow: 0 1px 3px #00000029;
}
.opt_border,
.shop_product_detail .box_white {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
#footer {
  border-top: 1px solid #e7e7e7;
}
.shop_product_detail .box_white,
.bg_opt_white {
  background: none !important;
}
.start_cat .h3 {
  font-size: 16px;
  height: 50px;
  overflow: hidden;
}
.start_cat_list.product_list_normal {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.box_white,
.bg_white {
  background: var(--light-bg) !important;
}
.pV0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.green {
  color: #179c64;
}
.grey,
.h1 {
  color: #525252 !important;
}
.h2 {
  font-size: 28px;
  margin: 16px 0 8px 0;
  font-weight: bold;
}
.h3 {
  color: var(--text-color);
}
.bg_opt_white {
  padding: 16px;
}
.usp_headline {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
.width65 {
  width: 65%;
}
.start_opener {
  min-height: 430px;
  object-fit: cover;
  object-position: 84%;
}
.product_list_normal .shadow {
  box-shadow: none;
}
.product_list_normal .shadow.shadow_hover:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35);
  text-decoration: none;
}
.petonus_pV16 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.ec_container {
  margin-top: 16px;
  margin-right: auto;
  margin-left: 0;
}
.brightness_08 {
  filter: brightness(0.8);
}
.usp_headline {
  font-size: 16px;
  font-weight: bold;
}
.price_final {
  font-size: 20px;
}
.product_list_normal .img_wrap {
  padding: 0 32px;
}
.product_list_normal .wrapper_price .price_final {
  color: var(--dark-bg) !important;
  font-size: 18px;
}
.product_list_normal {
  gap: 10px;
}
.product_list_normal .product_normal {
  box-shadow: none;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: none !important;
  padding: 12px 0;
}
.slide_wrap {
  padding: 10%;
  background: #fff;
}
.attr_select {
  margin-left: 0 !important;
  margin-right: 32px;
}
@media (max-width: 900px) {
  .head_titles {
    display: none;
  }
  .h2 {
    font-size: 24px !important;
  }
  .overlay_gradient {
    left: 0;
    min-width: auto;
    background: none !important;
  }
  #headerTop {
    display: block !important;
  }
  .shop-product-details blockquote {
    margin: 0 !important;
  }
}
.shop-product-details table {
  width: auto !important;
  height: auto !important;
}
.shop-product-details table > tbody > tr:first-child > td {
  font-weight: bold;
}
.shop-product-details table > tbody > tr > td,
.shop-product-details table > thead > tr > td,
.shop-product-details table > tr > td {
  border: solid 1px #ddd;
  padding: 8px !important;
  display: table-cell !important;
  width: auto !important;
  height: auto !important;
}
.thin {
  border-bottom: none;
}
.product_list_normal .product_title {
  max-height: none;
}
#footer .bg_dark .white,
#footer .bg_dark .white a,
#footer .usp_headline {
  color: var(--text-color) !important;
}
@media (min-width: 901px) {
  .top_trigger {
    padding-left: 0 !important;
    padding-right: 32px !important;
  }
  .top_trigger .wrapper_fw a {
    font-weight: normal !important;
  }
  .shop-product-details figure {
    max-width: 640px;
    margin: 0 auto;
  }
  .wrapper_login {
    min-width: 284px;
  }
  .overlay_gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 63%, rgba(115, 115, 115, 0) 100%);
    border-radius: 8px;
    max-width: 570px;
    left: 6%;
  }
  .head_nav {
    height: 48px;
    padding-top: 0;
  }
}
