.anim {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

#responsive-menu-button {
  display: none !important;
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
iframe {
  max-width: 100%;
}

.noclick > a {
  pointer-events: none;
  position: relative;
}
.noclick > a .responsive-menu-subarrow {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 15px !important;
  width: auto !important;
  background: none !important;
  text-align: right !important;
}

.more {
  min-width: 200px;
  line-height: 68px;
  background: linear-gradient(to bottom, #BCBCBC 0%, #9E9E9E 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 4px;
  transition-duration: 0.2s;
}
.more svg {
  height: 26px;
  margin-left: 14px;
}
.more:hover {
  text-decoration: none;
  opacity: 0.85;
  color: #fff;
}
@media (max-width: 991px) {
  .more {
    min-width: 180px;
    line-height: 58px;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 4px;
    transition-duration: 0.2s;
  }
  .more svg {
    height: 24px;
    margin-left: 12px;
  }
}

.more2 {
  min-width: 200px;
  line-height: 68px;
  background: linear-gradient(to bottom, #696398 0%, #1F1765 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 4px;
  transition-duration: 0.2s;
}
.more2 svg {
  height: 26px;
  margin-left: 14px;
}
.more2:hover {
  text-decoration: none;
  opacity: 0.85;
  color: #fff;
}
@media (max-width: 991px) {
  .more2 {
    min-width: 180px;
    line-height: 58px;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 4px;
    transition-duration: 0.2s;
  }
  .more2 svg {
    height: 24px;
    margin-left: 12px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0d0e0e;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}

.wrap {
  overflow: hidden;
}

a {
  color: #655FA3;
  transition-duration: 0.3s;
  text-decoration: none;
}
a:hover {
  color: #655FA3;
  text-decoration: underline;
}

.wpcf7-list-item-label {
  font-size: 15px !important;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  width: auto;
}

.row {
  margin: 0 -10px;
}

.row [class*=col-] {
  padding: 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ffb900;
  color: #fff;
}

.container {
  position: relative;
}

.header {
  position: relative;
  z-index: 10;
}
.header__toolbar .col-lg-12 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 38px;
}
.header__toolbar .col-lg-12 p {
  color: #565656;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 0 28px;
}
.header__toolbar .col-lg-12 p a {
  color: #565656;
  transition-duration: 0.2s;
}
.header__toolbar .col-lg-12 p a:hover {
  color: #000;
  text-decoration: none;
}
.header__account {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  transition-duration: 0.2s;
  margin-left: 80px;
}
.header__account svg {
  height: 18px;
  margin-left: 24px;
}
.header__account:hover {
  color: #000;
  text-decoration: none;
}
.header__icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.header__search {
  margin-right: 70px;
}
.header__search svg {
  height: 26px;
  width: auto;
}
.header__search:hover svg {
  transition-duration: 0.2s;
  transform: rotate(-10deg);
}
.header__cart {
  display: flex;
  align-items: center;
  color: #44464F;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.2s;
  white-space: nowrap;
}
.header__cart svg {
  height: 32px;
  margin-right: 20px;
  transition-duration: 0.2s;
}
.header__cart:hover {
  color: #44464F;
  text-decoration: none;
}
.header__cart:hover svg {
  transform: rotate(-10deg);
}
.header__right {
  width: 100%;
}
.header__nav {
  background: linear-gradient(to right, rgb(255, 255, 255) 57%, rgb(227, 227, 227) 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
}
.header__nav .logo {
  margin-right: 40px;
  flex-shrink: 0;
}
.header__nav .col-lg-12 {
  display: flex;
  height: 154px;
  align-items: center;
  justify-content: space-between;
}
.header ul.navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  z-index: 8;
  width: 100%;
}
.header ul.navigation span {
  display: none;
}
.header ul.navigation li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.header ul.navigation li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation li > a {
  font-size: 16px;
  padding: 0;
  display: block;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  z-index: 3;
  color: #44464F;
  line-height: 46px;
}
.header ul.navigation li.current-menu-parent:before, .header ul.navigation li.current-page-ancestor:before, .header ul.navigation li.current_page_item:before {
  opacity: 1;
}
.header ul.navigation li.current-menu-parent > a, .header ul.navigation li.current-page-ancestor > a, .header ul.navigation li.current_page_item > a {
  color: #655FA3 !important;
}
.header ul.navigation li.current-menu-parent:hover > a, .header ul.navigation li.current-page-ancestor:hover > a, .header ul.navigation li.current_page_item:hover > a {
  color: #655FA3 !important;
}
.header ul.navigation li:hover > a {
  color: #655FA3 !important;
}
.header ul.navigation li ul {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 200px;
  background: #fff;
  padding: 15px;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  display: block;
  border-radius: 0;
  margin: 0;
  transform: translate(-50%, 10px);
  transition-duration: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.header ul.navigation li ul span {
  display: none;
}
.header ul.navigation li ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  content: "";
  position: absolute;
  box-shadow: none !important;
}
.header ul.navigation li ul li {
  float: none;
  display: block;
  width: auto;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: none !important;
}
.header ul.navigation li ul li:last-child {
  border: 0 !important;
}
.header ul.navigation li ul li:after, .header ul.navigation li ul li:before {
  display: none !important;
}
.header ul.navigation li ul li a {
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0 !important;
  background: none;
  display: block;
  color: #727272;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  font-style: normal;
  border: 0 !important;
}
.header ul.navigation li ul li a:after {
  display: none;
}
.header ul.navigation li ul li a:hover {
  box-shadow: none;
  background: none;
  color: #655FA3;
  text-decoration: none !important;
}
.header ul.navigation li ul li.current-menu-parent > a, .header ul.navigation li ul li.current-page-ancestor > a, .header ul.navigation li ul li.current_page_item > a, .header ul.navigation li ul li:hover > a {
  color: #655FA3 !important;
  text-decoration: none;
  background: none;
  box-shadow: none;
  text-decoration: none !important;
}
.header ul.navigation li ul li.current-menu-parent > a:hover, .header ul.navigation li ul li.current-page-ancestor > a:hover, .header ul.navigation li ul li.current_page_item > a:hover, .header ul.navigation li ul li:hover > a:hover {
  color: #655FA3 !important;
}
.header ul.navigation li ul li ul {
  transform: none !important;
  left: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.header ul.navigation li:hover > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.header .menu-trigger {
  display: none;
  position: relative;
  z-index: 11;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .header__nav .col-lg-12 {
    height: 100px;
  }
  .header__nav .logo {
    margin-right: 0;
  }
  .header__nav .logo img {
    mix-blend-mode: darken;
    height: 42px;
  }
  .header__icons {
    margin-bottom: 0;
  }
  .header__search {
    margin-right: 10px;
  }
  .header__search svg {
    height: 26px;
    width: auto;
  }
  .header__search:hover svg {
    transition-duration: 0.2s;
    transform: rotate(-10deg);
  }
  .header__cart {
    font-size: 0;
    margin-right: 10px;
  }
  .header__cart svg {
    height: 32px;
    margin-right: 10px;
    transition-duration: 0.2s;
  }
  .header .menu-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #2A246E;
    flex-shrink: 0;
  }
  .header .menu-trigger svg {
    height: 30px;
    width: auto;
  }
  .header__toolbar .col-lg-12 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 38px;
  }
  .header__toolbar .col-lg-12 p {
    display: none;
  }
  .header ul.navigation {
    display: none;
  }
}

.page-title {
  background: #29236D;
  text-align: center;
  padding: 50px 0;
}
.page-title h1 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991px) {
  .page-title {
    padding: 40px 0;
  }
  .page-title h1 {
    font-size: 32px;
  }
}

.hero .swiper-slide {
  position: relative;
  background: #07080f;
}
.hero figure {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.hero figure img {
  height: 100%;
  margin-right: -300px;
}
.hero .col-lg-6 {
  height: 625px;
  align-items: center;
  display: flex;
}
.hero h1 {
  color: #655FA3;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px;
}
.hero h1 strong {
  font-weight: 500;
}
.hero p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  max-width: 260px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hero figure {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
  .hero figure img {
    height: 100%;
  }
  .hero .col-lg-6 {
    height: 400px;
    align-items: center;
    display: flex;
  }
  .hero h1 {
    color: #655FA3;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 15px;
  }
  .hero h1 strong {
    font-weight: 500;
  }
  .hero p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 50px;
  }
}

.intro {
  position: relative;
  z-index: 5;
  background: #E1DFDF;
}
.intro:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url("img/bg1.png") no-repeat top left;
  content: "";
  height: 784px;
}
.intro__triangle {
  width: 1580px;
  height: 678px;
  background: linear-gradient(to bottom, rgb(248, 230, 146) 0%, rgb(156, 130, 61) 100%);
  position: absolute;
  top: 0;
  right: -820px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.intro__triangle:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("img/bg2.png") no-repeat top right;
  mix-blend-mode: luminosity;
}
.intro .container {
  height: 530px;
  padding-top: 118px;
}
.intro .swiper {
  overflow: visible;
}
.intro__img1 {
  display: flex;
  width: 800px;
  height: 400px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 0;
  right: -160px;
  margin: 0;
}
.intro__img1 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.intro__img2 {
  position: absolute;
  top: 130px;
  right: 140px;
  display: flex;
  width: 800px;
  height: 400px;
  margin: 0;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.intro__img2 img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.intro h1 {
  color: #2A246E;
  font-size: 42px;
  margin: 0 0 35px;
  font-weight: 300;
  max-width: 500px;
}
.intro h1 strong {
  font-weight: 800;
}
.intro p {
  color: #282828;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  max-width: 500px;
  margin: 0 0 40px;
}
.intro .swiper-pagination {
  bottom: 0;
  text-align: left;
  position: static;
}
.intro .swiper-pagination-bullet-active {
  background: #000;
}
@media (max-width: 991px) {
  .intro .container {
    height: 420px;
    padding-top: 140px;
  }
  .intro h1 {
    color: #282828;
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 300;
    max-width: 500px;
  }
  .intro h1 strong {
    font-weight: 800;
  }
  .intro p {
    color: #282828;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    max-width: 300px;
    margin: 0 0 20px;
  }
  .intro__triangle {
    width: 600px;
    height: 300px;
    background: linear-gradient(to bottom, rgb(248, 230, 146) 0%, rgb(156, 130, 61) 100%);
    position: absolute;
    top: 0;
    right: -300px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .intro__triangle:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url("img/bg2.png") no-repeat top right;
    mix-blend-mode: luminosity;
  }
  .intro__img1 {
    display: flex;
    width: 400px;
    height: 200px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: 0;
    right: -160px;
    margin: 0;
  }
  .intro__img1 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
  }
  .intro__img2 {
    display: none;
  }
}

.services {
  padding: 90px 0 130px;
  position: relative;
}
.services__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.services__title h2 {
  color: #2A246E;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 25px;
}
.services__title h2 strong {
  font-weight: 500;
}
.services__title p {
  color: #555555;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 60%;
}
.services .swiper {
  overflow: visible;
}
.services .swiper-button-next {
  color: #808081;
  right: -50px;
}
.services .swiper-button-prev {
  color: #808081;
  left: -50px;
}
.services .swiper-slide {
  display: block;
  position: relative;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 21px 29px 0px rgba(0, 0, 0, 0.13);
  transition-duration: 0.2s;
  opacity: 0;
  border-radius: 6px;
  position: relative;
}
.services .swiper-slide .badge {
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  background: rgba(42, 36, 110, 0.2);
  color: #2A246E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  z-index: 10;
}
.services .swiper-slide-active {
  opacity: 1;
}
.services .swiper-slide-active + .swiper-slide {
  opacity: 1;
}
.services .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}
.services .swiper-slide svg {
  height: 25px;
  bottom: 24px;
  right: 24px;
  position: absolute;
}
.services .swiper-slide h3 {
  color: #2A246E;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
  transition-duration: 0.2s;
}
.services .swiper-slide p {
  color: #555555;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  position: relative;
  z-index: 2;
}
.services .swiper-slide figure {
  margin: 0 0 25px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 230px;
  transition-duration: 0.2s;
}
.services .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.services .swiper-slide:hover {
  text-decoration: none;
}
.services .swiper-slide:hover h3 {
  color: #000;
}
.services .swiper-slide:hover figure {
  opacity: 0.9;
}
.services .swiper-pagination {
  position: static;
  margin: 50px 0 0;
}
.services .swiper-pagination-bullet-active {
  background: #2A246E;
}
@media (max-width: 991px) {
  .services {
    padding: 50px 0 50px;
    position: relative;
  }
  .services .swiper-pagination {
    position: static;
    margin: 30px 0 0;
  }
  .services .swiper-pagination-bullet-active {
    background: #2A246E;
  }
  .services__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .services__title h2 {
    color: #2A246E;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 1cqmin;
  }
  .services__title h2 strong {
    font-weight: 500;
  }
  .services__title p {
    color: #555555;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0;
    max-width: 100%;
  }
  .services .more {
    display: none;
  }
}

.usp {
  padding: 0 0 90px;
}
.usp figure {
  margin: 0 0 40px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.usp figure svg {
  max-height: 100%;
  max-width: 100%;
}
.usp h4 {
  font-weight: 600;
  text-align: center;
  margin: 0 0 15px;
  color: #2A246E;
  font-size: 24px;
}
.usp p {
  color: #555555;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .usp {
    padding: 0 0 40px;
  }
  .usp figure {
    margin: 0 0 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .usp figure svg {
    max-height: 100%;
    max-width: 100%;
  }
  .usp h4 {
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
    color: #2A246E;
    font-size: 20px;
  }
  .usp .col-lg-4 {
    margin-bottom: 30px;
  }
}

.brands {
  padding: 65px 0 100px;
  background: url("img/shadow2.png") no-repeat top center;
}
.brands .swiper-wrapper {
  display: flex;
  align-items: center;
}
.brands .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.brands .swiper-slide img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .brands {
    background-size: contain;
    padding: 65px 0;
  }
}

.bottom {
  background: #29236D;
}
.bottom .container {
  background: url("img/bottom.png") no-repeat bottom -200px left #29236D;
  background-blend-mode: luminosity;
  padding-top: 100px;
  padding-bottom: 120px;
}
.bottom h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 60px;
}
.bottom h2 strong {
  font-weight: 500;
}
.bottom p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
.bottom p strong {
  font-weight: 500;
}
.bottom p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .bottom .container {
    background: #29236D;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .bottom .more {
    margin-bottom: 40px;
  }
  .bottom h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 30px;
  }
  .bottom h2 strong {
    font-weight: 500;
  }
  .bottom p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .bottom p strong {
    font-weight: 500;
  }
  .bottom p:last-child {
    margin-bottom: 0;
  }
}

.bar {
  position: relative;
  z-index: 2;
  background: linear-gradient(to bottom, #BCBCBC 0%, #9E9E9E 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
}
.bar .col-lg-12 {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bar figure {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  pointer-events: none;
}
.bar h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}
.bar h3 strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  .bar figure {
    display: none;
  }
  .bar h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 30px;
  }
  .bar h3 br {
    display: none;
  }
  .bar h3 strong {
    font-weight: 500;
  }
  .bar .col-lg-12 {
    height: auto;
    display: block;
    padding: 50px 10px;
  }
}

.content {
  position: relative;
  z-index: 5;
}
.content--page {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.content--page .container {
  position: relative;
  z-index: 2;
}
.content table td {
  vertical-align: top;
}
.content h1 {
  margin: 0 0 25px;
  font-size: 42px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.content h2 {
  margin: 0 0 15px;
  font-size: 36px;
  color: #000;
  font-weight: 600;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.content h4 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.content h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin: -15px 0 25px;
  text-transform: uppercase;
}
.content h6 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 16px;
  color: #0c233f;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #0c233f;
}
.content p {
  font-size: 16px;
  color: #424040;
  margin: 0 0 15px;
  line-height: 24px;
  font-weight: 400;
}
.content li {
  font-size: 16px;
  color: #424040;
  line-height: 24px;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content hr {
  margin: 30px 0;
  clear: both;
}
@media (max-width: 991px) {
  .content .sidebar {
    display: none;
  }
  .content--page {
    padding: 40px 0 80px;
    position: relative;
  }
  .content--page a img.alignright {
    float: none;
    display: block;
    margin: 0 auto 24px;
  }
  .content--home {
    padding: 18.75vw 0 9.375vw;
  }
  .content--home:before {
    background-size: 70% auto;
  }
  .content--home .text h2 {
    color: #ffffff;
  }
  .content--home .text p, .content--home .text li {
    color: #fff;
  }
  .content--home .text p a, .content--home .text li a {
    color: #fff;
  }
  .content--home .boxes {
    margin-top: 30px;
    display: block;
    justify-content: space-around;
  }
  .content--home .boxes .item {
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 50px 30px;
    width: 100%;
    margin: 0 0 20px;
  }
  .content--home .boxes .item h3 {
    margin-bottom: 32px;
  }
  .content--home .boxes .item p {
    color: #fff;
  }
  .content--home .boxes .item p a {
    color: #fff;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 15px;
  }
  .content h1 {
    font-size: 36px;
  }
  .content h2 {
    font-size: 28px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content h4 {
    font-size: 15px;
  }
}

.footer {
  position: relative;
  z-index: 10;
}
.footer figure {
  position: absolute;
  bottom: -84px;
  right: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .footer figure {
    display: none;
  }
}
.footer figure img {
  height: 400px;
}
.footer__top {
  padding: 70px 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__contact h3 {
  color: #565656;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 15px;
}
.footer__contact p {
  color: #565656;
  font-size: 20px;
  font-weight: 300;
  background: url("img/marker.svg") no-repeat top left;
  background-size: 30px;
  padding-left: 40px;
  margin: 0 0 15px;
}
.footer__contact p:nth-child(3) {
  background-image: url("img/phone.svg");
}
.footer__contact p:last-child {
  background-image: url("img/mail.svg");
  margin-bottom: 0;
}
.footer__contact p a {
  color: #565656;
}
.footer__menu {
  padding: 50px 0;
  background: url("img/shadow.png") no-repeat top left;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  max-width: 790px;
}
.footer__menu h3 {
  font-size: 16px;
  font-weight: 500;
  color: #2A246E;
  margin: 0 0 15px;
}
.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__menu ul li {
  margin-bottom: 10px;
}
.footer__menu ul li a {
  display: block;
  line-height: 1.2;
  color: #565656;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .footer__menu {
    display: none;
  }
  .footer .logo {
    display: none;
  }
  .footer__contact h3 {
    color: #565656;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
  }
  .footer__contact p {
    color: #565656;
    font-size: 16px;
    font-weight: 300;
    background: url("img/marker.svg") no-repeat top left;
    background-size: 24px;
    padding-left: 32px;
    margin: 0 0 15px;
  }
  .footer__contact p:nth-child(3) {
    background-image: url("img/phone.svg");
  }
  .footer__contact p:last-child {
    background-image: url("img/mail.svg");
    margin-bottom: 0;
  }
  .footer__contact p a {
    color: #565656;
  }
}

.page .footer {
  background: url("img/shadow.png") no-repeat top center;
}

.credits {
  position: relative;
  z-index: 9;
  background: #fff;
  margin: 0;
}
.credits .col-lg-12,
.credits .col-lg-6 {
  display: flex;
  color: #000000;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
.credits span {
  display: inline-block;
  margin-right: 60px;
}
.credits span div {
  display: inline;
}
.credits a {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 991px) {
  .credits span {
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
  }
  .credits .col-lg-12,
  .credits .col-lg-6 {
    display: block;
    color: #000000;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.breadcrumbs-wrap {
  z-index: 4;
  position: static;
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .breadcrumbs-wrap {
    padding-top: 0vw;
  }
  .breadcrumbs-wrap .col-lg-12 {
    padding: 0;
  }
}

.breadcrumbs {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs a {
  color: rgba(255, 255, 255, 0.4);
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.wpcf7-list-item.last {
  margin-bottom: 20px !important;
}

.content small {
  font-size: 11px;
  line-height: 12px;
  display: block;
  margin: -10px 0 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-thumbnail {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.gallery-columns-4 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(25% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-4 .gallery-item {
    width: calc(50% - 15px) !important;
  }
}

.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-6 .gallery-item {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  text-align: center;
  width: calc(16.6% - 15px) !important;
}
@media (max-width: 991px) {
  .gallery-columns-6 .gallery-item {
    width: calc(33.3% - 15px) !important;
  }
}

.gallery-columns-6 {
  display: flex;
  flex-wrap: wrap;
}

.content img {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 14px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .wp-caption-text {
    font-size: 2.1875vw;
  }
}

.wp-caption a img {
  transition-duration: 0.3s;
}
.wp-caption a:hover img {
  opacity: 0.6;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

@media (max-width: 991px) {
  .aws-container {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
  }
}

.aws-container .aws-search-form {
  height: 60px;
}
@media (max-width: 991px) {
  .aws-container .aws-search-form {
    height: 40px;
  }
}

.aws-container .aws-show-clear .aws-search-field {
  padding-left: 15px;
  font-size: 16px;
}

.aws-container .aws-search-form .aws-form-btn {
  border: 0 !important;
  box-shadow: none !important;
  background: none;
}

.aws-container .aws-search-field {
  border: 0 !important;
}

.aws-container .aws-search-form .aws-search-btn {
  width: 55px !important;
}

.aws-search-result .aws_search_more a,
.aws-search-result .aws_result_title {
  color: #29236D;
}

.woofc-continue {
  display: none;
}

.single-item {
  margin-bottom: 40px;
}

.single-item .img {
  padding-bottom: 56%;
  background-size: contain;
  background-position: center;
  margin: 0 0 15px;
  display: block;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
}

.single-item h3 {
  font-size: 18px !important;
  text-align: center;
}

.single-item:hover .img {
  opacity: 0.7;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.term-description {
  margin-bottom: 40px;
}

.woocommerce-result-count {
  color: rgba(0, 0, 0, 0.5019607843) !important;
}

.woocommerce .woocommerce-ordering select {
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
  margin: 0;
  width: 100%;
  height: 100%;
}

.woocommerce ul.products li.product .product-card, .woocommerce-page ul.products li.product .product-card,
.woocommerce-page.columns-3 ul.products li.product .product-card, .woocommerce.columns-3 ul.products li.product .product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products.columns-4,
.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.products.columns-4:after, .products.columns-4:before,
.products.columns-3:after,
.products.columns-3:before {
  display: none !important;
}

@media (max-width: 991px) {
  .products.columns-4,
  .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .products.columns-4,
  .products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-category img {
  border-radius: 8px;
}

.product-category h2 {
  font-size: 26px;
}

.product-category .mark, .product-category mark {
  background: none;
  opacity: 0.5;
}

.woocommerce-variation-price {
  display: none !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.woocommerce-Tabs-panel h2:first-child {
  display: none;
}

.wc-block-components-button,
.woocommerce div.product form.cart .button {
  color: #fff;
  border-radius: 2px;
  background: #29236D;
  border: 0;
  font-weight: 400;
  padding: 10px 20px;
  transition-duration: 0.2s;
  outline: none !important;
}

.woocommerce div.product form.cart .button:hover {
  opacity: 0.8;
}

.wc-block-cart__submit-button {
  color: #fff;
  border-radius: 2px;
  background: #000;
  border: 0;
  padding: 10px 20px;
  transition-duration: 0.2s;
  outline: none !important;
}

.wc-block-cart__submit-button:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.slick-dots {
  bottom: -15px !important;
}

.wpgs-nav button {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 5px !important;
}

.wpgs-for .slick-arrow {
  margin: 0 15px;
}

.woocommerce .quantity .qty {
  height: 47px;
  border-radius: 2px;
  border: 1px solid #cccccc;
}

.single_add_to_cart_button {
  line-height: 27px !important;
}

.upsells.products,
.related.products {
  margin-top: 80px;
}

.upsells.products h2,
.related.products h2 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 30px;
}

.upsells.products li:nth-child(4),
.related.products li:nth-child(4) {
  display: none !important;
}

.summary p.price {
  color: #000;
  font-size: 30px;
}

.summary .product_meta .posted_in {
  display: none;
}

.summary .tax-and-shipping-customized, .summary .woocommerce_de_versandkosten,
.summary .wgm-kur-notice-review, .summary .woocommerce-de_price_taxrate {
  font-size: 14px;
  line-height: 1.2;
}

.wishlist_table {
  border: 0 !important;
  margin: 0 0 40px !important;
  border-collapse: collapse !important;
}

.yith-wcwl-share ul {
  padding: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #000;
  font-weight: 700;
}

.woocommerce-ordering {
  margin-bottom: 30px !important;
}

li.product {
  display: block;
  position: relative;
  background: #fff;
  padding: 20px 30px 20px !important;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  transition-duration: 0.2s;
}

li.product .add_to_cart_button {
  background: #29236D;
  color: #fff !important;
  font-weight: 300;
}

li.product img {
  height: 200px !important;
  width: auto !important;
  display: block;
  margin: 0 auto 20px !important;
  position: relative;
}

li.product svg {
  height: 25px;
  bottom: 26px;
  right: 24px;
  position: absolute;
}

li.product h2,
li.product h3 {
  color: #29236D;
  font-size: 16px !important;
  text-align: left !important;
  font-weight: 600;
  margin: 0 0 20px !important;
  position: relative;
  z-index: 2;
}

.added_to_cart {
  display: none !important;
}

li.product a {
  color: #29236D !important;
}

li.product p {
  margin: 0 !important;
}

li.product .price {
  color: #050505 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 0;
  position: relative;
  z-index: 2;
}

li.product p {
  color: #050505 !important;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 2;
}

li.product figure {
  margin: 0px 0 60px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

li.product figure img {
  height: 285px;
  width: auto;
}

li.product:hover {
  text-decoration: none;
}

li.product:hover a {
  color: #fff;
}

li.product:hover:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
  }
}
.woocommerce-button {
  color: #fff;
  background: #000;
  border: 0;
  padding: 10px 20px;
  border-radius: 4px;
}

.woocommerce-account .col-1 .form-row-wide, .woocommerce-account .col-2 .form-row-wide {
  flex-wrap: wrap;
}

.woocommerce-account .col-1 label, .woocommerce-account .col-2 label {
  width: 100%;
}

.woocommerce-account .col-1 input[type=text], .woocommerce-account .col-2 input[type=text], .woocommerce-account .col-1 input[type=email], .woocommerce-account .col-2 input[type=email], .woocommerce-account .col-1 input[type=password], .woocommerce-account .col-2 input[type=password] {
  height: 45px;
  width: 100%;
}

.related.products {
  float: left;
  width: 100%;
}

.single-product .price {
  font-size: 24px !important;
}

.woofc-share-cart {
  display: none !important;
}

.woofc-action-checkout,
.woofc-action-cart {
  border-radius: 6px !important;
  background: #29236D !important;
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}/*# sourceMappingURL=style.css.map */