@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  background: #e9e0db;
}
body .btn-border,
body .btn-empty,
body .btn-fill {
  border-radius: 40px;
  text-transform: none;
  font-weight: 700;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 11px;
  font-weight: 600;
}
.select-wrapper select {
  text-transform: none;
}
.products-flexbox .product-service .badge-wrapper .badge {
  width: 88px;
  height: 22px;
  font-size: 9px;
  border-radius: 20px;
}
.products-flexbox .product-service .badge-wrapper .badge.promotion {
  background: #c32152;
}
.products-flexbox .product-service .badge-wrapper .badge.new {
  background: #2188c3;
}
.products-flexbox .product-service .badge-wrapper .badge.bestseller {
  background: #6621c3;
}
.products-flexbox .product-service .badge-wrapper .badge.sale {
  background: #c32121;
}
.products-flexbox .product-service .badge-wrapper .badge.own {
  background: #aac321;
}
.products-flexbox .product-service .service-image-wrapper .image-cover .cover-inner {
  border-radius: 50%;
}
.products-flexbox .product-service .service-image-wrapper.square {
  padding-top: 160%;
}
.products-flexbox .product-service .info {
  font-size: 9px;
  text-transform: none;
  text-align: left;
}
.products-flexbox .product-service .name {
  text-align: left;
  color: #292929;
  font-weight: 700;
  font-size: 13.5px;
}
.products-flexbox .product-service .price {
  text-align: left;
  color: #292929;
  font-size: 15px;
  font-weight: 700;
}
.products-flexbox .product-service .price small {
  font-size: 15px;
}
.products-flexbox .product-service.promotion .price {
  color: #c32152;
}
.categories-flexbox .category-service .service-image-wrapper .image-cover .cover-inner {
  border-radius: 50%;
}
.categories-flexbox .category-service .service-image-wrapper .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.categories-flexbox .category-service .service-image-wrapper.square {
  padding-top: 160%;
}
.categories-flexbox .category-service .name {
  color: #292929;
  font-weight: 700;
}
.categories-flexbox .category-service:hover .service-image-wrapper .image-cover {
  opacity: 1;
}
.categories-flexbox .category-service:hover .name {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  -webkit-text-decoration-style: solid !important;
          text-decoration-style: solid !important;
  -webkit-text-decoration-color: #000 !important;
          text-decoration-color: #000 !important;
  text-decoration-thickness: 0.5px !important;
}
.categories-flexbox .category-service.service-hidden {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden;
  opacity: 0;
}
.categories-flexbox.loading {
  position: relative;
  pointer-events: none;
}
.categories-flexbox.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  opacity: 0.85;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.categories-flexbox.loading:after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/icons/loading.svg) center;
  background-size: cover;
  height: 40px;
  width: 40px;
  -webkit-animation: loader-rotate cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
          animation: loader-rotate cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s infinite;
}
.news-flexbox .news-service {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 5px 12px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 12px 35px 0px rgba(0, 0, 0, 0.15);
  margin-top: 6.5%;
  width: 29%;
}
.news-flexbox .news-service .service-image-wrapper .image-cover .cover-inner {
  border-radius: 50%;
}
.news-flexbox .news-service .date {
  font-size: 11px;
}
.news-flexbox .news-service .name {
  margin-top: 10px;
  color: #292929;
  font-weight: 700;
}
.header-live .alert .alert-inner {
  text-transform: none;
}
.header-bag-sidebar .sidebar-service .service-heading {
  color: #292929;
}
.header-bag-sidebar .sidebar-service .service-heading .heading {
  font-weight: 700;
}
.header-bag-sidebar .sidebar-service .service-heading .delivery {
  font-weight: 700;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper.square {
  padding-top: 152px;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-name .name {
  font-weight: 700;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-name .info {
  text-transform: uppercase;
}
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-decrement,
.header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-quantity .input-number-increment {
  border-radius: 50%;
}
.header-bag-sidebar .sidebar-service .service-summary {
  font-weight: 600;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-heading .heading {
  font-weight: 700;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .service-image-wrapper-outer .service-image-wrapper.square {
  padding-top: 160%;
}
.header-bag-sidebar .sidebar-service .product-modal .modal-inner .inner-features .feature-inner p {
  text-transform: none;
}
nav.section-header .header-top {
  border-bottom: none;
  background: #292929;
  position: relative;
}
nav.section-header .header-top:before,
nav.section-header .header-top:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  background: #292929;
}
nav.section-header .header-top:before {
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
nav.section-header .header-top:after {
  right: 0.5px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
nav.section-header .header-top p {
  color: #fff;
  text-transform: none;
}
nav.section-header .header-top .nav-button {
  padding: 10px;
}
nav.section-header .header-top .nav-button .button-bar {
  background: #fff;
}
nav.section-header .header-top .top-currency .dropdown-button {
  background: #444;
}
nav.section-header .header-top .top-currency .dropdown-button span {
  color: #fff;
}
nav.section-header .header-top .top-currency .dropdown-button svg {
  fill: #fff;
}
nav.section-header .header-top .top-currency + .top-social-media:before {
  border-right: 0.5px solid #555;
}
nav.section-header .header-top .top-currency + .top-navigation:before {
  border-right: 0.5px solid #555;
}
nav.section-header .header-top .top-languages .dropdown-button {
  background: #444;
}
nav.section-header .header-top .top-languages .dropdown-button svg {
  fill: #fff;
}
nav.section-header .header-top .top-languages + .top-social-media:before {
  border-right: 0.5px solid #555;
}
nav.section-header .header-top .top-languages + .top-navigation:before {
  border-right: 0.5px solid #555;
}
nav.section-header .header-top .top-social-media li a svg {
  fill: #fff;
}
nav.section-header .header-top .top-social-media:after {
  border-right: 0.5px solid #555;
}
nav.section-header .header-top .top-navigation li a {
  color: #fff;
  text-transform: none;
}
nav.section-header .header-top .top-navigation li:not(:last-child) {
  border-right: 0.5px solid #555;
}
nav.section-header .header-management .management-offer {
  position: relative;
}
nav.section-header .header-management .management-offer button {
  text-transform: none;
}
nav.section-header .header-management .management-search-engine {
  border: 0.5px solid #d6c5bb;
  background: #fff;
}
nav.section-header .header-management .management-search-engine input {
  min-width: 400px;
  color: #292929;
  background: #fff;
}
nav.section-header .header-management .management-search-engine .btn-search {
  background: #af8e7c;
}
section.section-welcome .container {
  padding: 0;
  max-width: 100%;
}
section.section-welcome .welcome-item .item-image {
  height: 670px;
}
section.section-welcome .welcome-item .item-image img {
  -o-object-position: center top;
     object-position: center top;
}
section.section-welcome .welcome-item.full-width-background {
  height: 670px;
}
section.section-offer .section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #292929;
}
section.section-industries .section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #292929;
}
section.section-industries .industries-flexbox .flexbox-service {
  font-weight: 700;
  font-size: 13px;
}
section.section-blog .section-heading h1,
section.section-blog .section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #292929;
}
section.section-newsletter {
  background: -o-linear-gradient(27deg, #3a2a44 0%, #330d34 100%);
  background: linear-gradient(63deg, #3a2a44 0%, #330d34 100%);
}
section.section-newsletter.subpage {
  padding-top: 100px;
}
section.section-newsletter .section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}
section.section-newsletter .section-heading p {
  color: #fff;
}
section.section-newsletter .newsletter-input {
  background: #fff;
}
section.section-newsletter .newsletter-input .btn-search {
  text-transform: none;
}
section.section-newsletter .input-alert {
  color: #fff;
}
section.section-newsletter .checkbox-wrapper-outer .checkbox-wrapper .radio-box {
  color: #fff;
}
section.section-newsletter .checkbox-wrapper-outer .checkbox-wrapper input {
  visibility: hidden;
  position: absolute;
  width: auto !important;
}
section.kategoria-section-content .content-flexbox .flexbox-sidebar .heading p {
  text-transform: none;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-categories-button span {
  text-transform: none;
}
section.kategoria-section-content .content-flexbox .flexbox-body .body-heading .heading-text {
  text-transform: none;
}
.category-nav-wrapper .category-nav li a {
  font-size: 14px;
  color: #292929;
  font-weight: 700;
}
.category-nav-wrapper .category-nav li.active > a {
  font-weight: 900;
}
.category-nav-wrapper .category-nav li ul li a {
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #292929;
  font-weight: 600;
}
.category-nav-wrapper .filter-nav .checkbox-wrapper .radio-box {
  font-size: 15px;
}
.category-nav-wrapper .filter-nav .checkbox-wrapper .radio-box .box-square {
  margin-top: 4px;
}
.category-nav-wrapper .filter-nav .buttons-wrapper .btn-clear {
  text-transform: none;
}
.category-nav-wrapper .filter-nav .buttons-wrapper .btn-filter {
  text-transform: none;
}
section.produkt-section-content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 70px 0 100px 0;
  background: #fff;
}
section.produkt-section-content .heading {
  display: none;
}
section.produkt-section-content .heading .heading-backlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 0.5px solid #ccc;
}
section.produkt-section-content .heading .heading-backlink span {
  font-size: 17px;
  font-weight: 500;
  color: #666;
}
section.produkt-section-content .heading .heading-backlink img {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 10px;
}
section.produkt-section-content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.produkt-section-content .content-inner .product-gallery {
  width: 38%;
}
section.produkt-section-content .content-inner .product-gallery img {
  width: 100%;
}
section.produkt-section-content .content-inner .product-gallery .lSSlideWrapper {
  position: relative;
}
section.produkt-section-content .content-inner .product-gallery .lSAction a {
  margin-top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
}
section.produkt-section-content .content-inner .product-gallery .lSAction .lSPrev {
  width: 25px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
section.produkt-section-content .content-inner .product-gallery .lSAction .lSPrev:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url('../library/lightslider-master/dist/img/right-chevron.svg') center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
section.produkt-section-content .content-inner .product-gallery .lSAction .lSNext {
  width: 25px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
section.produkt-section-content .content-inner .product-gallery .lSAction .lSNext:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url('../library/lightslider-master/dist/img/right-chevron.svg') center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.produkt-section-content .content-inner .product-gallery .lSGallery {
  margin-top: 23px !important;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li {
  border-radius: 0;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li a {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.produkt-section-content .content-inner .product-gallery .lSGallery li.active,
section.produkt-section-content .content-inner .product-gallery .lSGallery li:hover {
  opacity: 1;
}
section.produkt-section-content .content-inner .product-info .info-alert {
  background: #e9e0db;
}
section.produkt-section-content .content-inner .product-info .info-alert .alert-name {
  text-transform: none;
}
section.produkt-section-content .content-inner .product-info .info-alert .alert-content h2 {
  text-transform: none;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge {
  width: 88px;
  height: 22px;
  font-size: 9px;
  border-radius: 20px;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.promotion {
  background: #c32152;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.new {
  background: #2188c3;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.bestseller {
  background: #6621c3;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.sale {
  background: #c32121;
}
section.produkt-section-content .content-inner .product-info .badge-wrapper .badge.own {
  background: #aac321;
}
section.produkt-section-content .content-inner .product-info h1 {
  font-size: 24px;
  font-weight: 700;
  color: #292929;
}
section.produkt-section-content .content-inner .product-info .info-producer .producer-inner p {
  text-transform: none;
}
section.produkt-section-content .content-inner .product-info .info-features .feature-inner p {
  text-transform: none;
}
section.produkt-section-content .content-inner .product-info .info-features .select-wrapper-flexbox label {
  text-transform: none;
}
section.produkt-section-content .content-inner .product-info .info-price .price-availability {
  background: #e9e0db;
}
section.produkt-section-content .content-inner .product-info .info-price .price-availability .availability-inner p {
  text-transform: none;
}
section.produkt-section-content .content-inner .product-info.promotion .price-value {
  color: tomato;
}
section.static-page-section-content .content-inner .backlink .backlink-inner span {
  text-transform: none;
}
section.static-page-section-content .content-inner .heading {
  color: #292929;
  font-size: 28px;
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-info .info-service {
  text-transform: none;
}
section.static-page-section-content .content-inner .inner-description h1 {
  color: #292929;
  font-size: 28px;
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-description h2 {
  color: #292929;
  font-size: 26px;
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-description h3 {
  color: #292929;
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-description h4 {
  color: #292929;
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-description h5 {
  color: #292929;
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-description h6 {
  color: #292929;
  font-weight: 700;
}
section.faq-section-content .content-inner .heading h1 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #292929;
}
section.faq-section-content .content-inner .accordion .accordion-item .accordion-header button {
  font-weight: 700;
  color: #292929;
}
section.kontakt-section-content .content-inner .inner-contacts h1 {
  font-weight: 700;
  color: #292929;
}
section.kontakt-section-content .content-inner .inner-contacts p {
  font-weight: 500;
}
section.section-footer .footer-inner .inner-service ul .heading {
  font-weight: 700;
  font-size: 12px;
  color: #292929;
}
@media (max-width: 767.98px) {
  .header-bag-sidebar .sidebar-service .service-inner .product-service-wrapper .service-image-wrapper.square {
    padding-top: 128px;
  }
  .news-flexbox .news-service {
    padding: 10px;
    width: 48.25%;
  }
  nav.section-header .header-management .management-search-engine input {
    min-width: auto;
  }
  section.produkt-section-content .content-inner .product-gallery {
    width: 100%;
  }
}

/*# sourceMappingURL=maps/style-theme.css.map */
