.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 24px;
  color: #808084;
  font-weight: 500;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding: 0 !important;
}

/* Archive / Product Category */
body.woocommerce.archive .inpage_navigation a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #808084;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
}

body.woocommerce.archive .inpage_navigation a:last-child {
  border-right: none;
}

body.woocommerce.archive .inpage_navigation a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -2px;
  width: 3px;
  height: 100%;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

body.woocommerce.archive .inpage_navigation a:hover,
body.woocommerce.archive .inpage_navigation a.active {
  color: #a8cf38;
  border-bottom: 1px solid #a8cf38;
}

body.woocommerce.archive .woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

body.woocommerce.archive section.hero .hero_wrapper {
  padding-top: 160px;
}
body.woocommerce.archive section.hero .bg_static_cover {
  position: absolute;
  top: 0;
  z-index: -1;
  right: calc(40%);
  width: 300px;
}
@media (max-width: 991px) {
  body.woocommerce.archive section.hero .bg_static_cover {
    right: 15px;
  }
}

/* Product Single */
body.woocommerce.single-product section.go_back {
  padding-bottom: 15px;
  padding-top: 15px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 65px;
  background: #fff;
}

body.woocommerce.single-product main {
  margin-top: 240px;
}

body.woocommerce.single-product section.up-sells,
body.woocommerce.single-product section.akkordeon {
  clear: both;
  padding-top: 100px;
}

/* teaser_single */
body.woocommerce section.teaser_single.bg_green {
  background: #a8cf38;
}

body.woocommerce section.teaser_single.bg_green h2 {
  color: #fff;
}

body.woocommerce section.teaser_single img {
  max-height: 300px;
}

body.woocommerce section.teaser_single.bg_green img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.45;
}

@media (max-width: 768px) {
  body.woocommerce section.teaser_single img {
    margin-bottom: 30px !important;
  }

  body.woocommerce section.teaser_single .text_wrapper {
    text-align: left !important;
  }
}

/* teaser */
body.woocommerce section.teaser .card_wrapper {
  margin-top: 60px;
}
body.woocommerce section.teaser .card_wrapper a {
  padding-top: 15px;
  height: 100%;
  border-bottom: 1px solid #808084;
}

body.woocommerce section.teaser .card_wrapper a:hover {
  background: #daeeae;
}

body.woocommerce section.teaser .card_wrapper .number {
  display: inline-block;
  width: 100px;
  padding-left: 15px;
  padding-right: 25px;
  color: #a8cf38;
  font-weight: 700;
}

body.woocommerce section.teaser .card_wrapper .icon {
  margin-left: 30px;
  margin-right: 15px;
}

body.woocommerce section.teaser .btn_wekos {
  margin-bottom: 30px;
}

/* akkordeon */

body.woocommerce section.akkordeon .accordion_entry {
  border-top: 1px solid #808084;
}
body.woocommerce section.akkordeon .accordion_entry:last-child {
  border-bottom: 1px solid #808084;
}
body.woocommerce section.akkordeon a.card_header {
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 15px;
  text-decoration: none;
}

body.woocommerce section.akkordeon a.card_header:hover {
  background: #daeeae;
  text-decoration: none;
}

body.woocommerce section.akkordeon a.card_header span.number {
  display: inline-block;
  padding-right: 25px;
  width: 85px;
  color: #a8cf38;
  font-weight: 700;
}

body.woocommerce section.akkordeon a.card_header .icon {
  padding: 0px 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

body.woocommerce section.akkordeon a.card_header:not(.collapsed) .icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

body.woocommerce section.akkordeon .content_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

body.woocommerce section.akkordeon .content_wrapper .swiper-slide img {
  height: 300px;
}

body.woocommerce section.akkordeon .swiper-button-prev {
  left: 0px;
}
body.woocommerce section.akkordeon .swiper-button-next {
  right: 0px;
}
body.woocommerce section.akkordeon .swiper-button-next,
body.woocommerce section.akkordeon .swiper-button-prev {
  height: 60px;
  width: 60px;
  padding: 10px;
  background: #a8cf38;
}
body.woocommerce section.akkordeon .swiper-button-next svg,
body.woocommerce section.akkordeon .swiper-button-prev svg {
  height: 100%;
  width: 100%;
}

body.woocommerce section.akkordeon h2.holz_titel {
  padding-left: 70px;
  padding-right: 70px;
  text-align: center;
}

body.woocommerce section.akkordeon .content_wrapper .tabelle table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 30px;
}
body.woocommerce section.akkordeon .content_wrapper .tabelle table td {
  vertical-align: top;
}

body.woocommerce section.akkordeon .content_wrapper .tabelle table .spalte_1 {
  width: 20%;
  min-width: 120px;
}

@media (max-width: 767.98px) {
  body.woocommerce section.akkordeon .content_wrapper .swiper-slide {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  body.woocommerce section.akkordeon .content_wrapper .content_text .text_wrapper,
  body.woocommerce section.akkordeon .content_wrapper .tabelle table {
    margin-left: 100px;
  }
  body.woocommerce section.akkordeon .content_wrapper .tabelle table {
    width: calc(100% - 100px);
  }
}
