@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
  font-family: "Montserrat", sans-serif;
  background: #F4F0EB;
  color: #232323;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

.dropdown:hover .dropdown-menu {
  display: flex;
}

.woocommerce-message, .woocommerce-info {
  background: white;
  border-radius: 8px;
  border-width: 2px;
}
.woocommerce-message a.button, .woocommerce-info a.button {
  background: #232323;
  color: white;
  border-radius: 32px;
  font-weight: 400;
}
.woocommerce-message a.button:hover, .woocommerce-info a.button:hover {
  background: #232323;
  color: white;
  opacity: 0.8;
}

ul.frontpage-products-list {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.front-page-hero-cta {
  position: absolute;
  top: 16px;
  right: 16px;
}
.front-page-hero-cta a {
  display: flex;
  padding: 16px 24px;
  border-radius: 8px;
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 120%;
  align-items: center;
}
.front-page-hero-cta a:hover {
  opacity: 0.93;
}
.front-page-hero-cta a::before {
  content: "";
  width: 32px;
  height: 22px;
  background-image: url(../images/zamowienia-indywidualne-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 8px;
}

.wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  border-width: 1px;
  margin: 25px 0px;
}
.wpcf7-form .wpcf7-spinner {
  position: relative;
  top: 8px;
}
.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  background: white;
  top: 100%;
  left: 15px;
  font-size: 13px;
  font-weight: 500;
}
.wpcf7-form label {
  width: 100%;
  position: relative;
}
.wpcf7-form select, .wpcf7-form textarea {
  width: 100%;
  padding: 8px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.15s;
}
.wpcf7-form select:focus, .wpcf7-form textarea:focus {
  border-color: #93715E;
}
.wpcf7-form select.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
  border-color: red;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0px;
  font-size: 13px;
  margin-bottom: 15px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel] {
  width: 100%;
  padding: 8px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.15s;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=tel]:focus {
  border-color: #93715E;
}
.wpcf7-form input[type=text].wpcf7-not-valid, .wpcf7-form input[type=email].wpcf7-not-valid, .wpcf7-form input[type=tel].wpcf7-not-valid {
  border-color: red;
}
.wpcf7-form input[type=submit] {
  background: #232323;
  width: calc(100% - 100px);
  padding: 8px 8px;
  border-radius: 6px;
  color: white;
}
.wpcf7-form input[type=submit][disabled] {
  opacity: 0.6;
}

.mark, mark {
  background-color: #F4F0EB;
}

.frontpage-products-list .product {
  margin-right: 20px;
  width: calc(25% - 20px);
}
.frontpage-products-list .product h2 {
  font-size: 1em;
}
.frontpage-products-list .product img.attachment-woocommerce_thumbnail, .frontpage-products-list .product img.woocommerce-placeholder {
  max-width: 100%;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 1em;
}
.frontpage-products-list .product:last-of-type {
  margin-right: 0px;
}

.uppercase-input input {
  text-transform: uppercase;
}

.products.columns-3 .product, .products.columns-4 .product, .frontpage-products-list .product {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 0px 16px hsla(0deg, 0%, 0%, 0.04);
  padding: 16px !important;
}
.products.columns-3 .product a img, .products.columns-4 .product a img, .frontpage-products-list .product a img {
  border-radius: 8px;
  border: solid 1px #eae9e7;
  margin-bottom: 12px !important;
  transition: all 0.15s;
}
.products.columns-3 .product a img:hover, .products.columns-4 .product a img:hover, .frontpage-products-list .product a img:hover {
  opacity: 0.8;
}

.additional_attribute_to_single_product_title {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  display: block;
}

.additional_attribute_to_single_product_repeater {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2px 0px 10px 0px;
}
.additional_attribute_to_single_product_repeater .sbb-color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 1px #e4e4e4;
  margin-right: 4px;
}
.additional_attribute_to_single_product_repeater span.sbb-info {
  font-size: 11px;
  border: solid 1px #e4e4e4;
  padding: 2px 6px;
  background: white;
  margin-right: 4px;
  border-radius: 3px;
  margin-bottom: 4px;
}

.woocommerce-message {
  border-top-color: #2bae1b;
}
.woocommerce-message a.button {
  background: #232323;
  color: white;
  border-radius: 32px;
  font-weight: 400;
}
.woocommerce-message a.button:hover {
  background: #232323;
  color: white;
  opacity: 0.8;
}
.woocommerce-message::before {
  color: #2bae1b;
}

.excerpt_to_single_product {
  font-size: 12px;
  margin-bottom: 6px;
}

.archive-product-sidebar {
  width: 100%;
  background: white;
  border-radius: 8px;
  padding: 30px;
}
.archive-product-sidebar .kategorie_produktow_lista_wrap span.categorie_sidebar_title {
  font-size: 14px;
  font-weight: 600;
}
.archive-product-sidebar .kategorie_produktow_lista_wrap span.categorie_sidebar_title.kolekcje {
  margin-top: 15px;
  display: block;
}
.archive-product-sidebar .kategorie_produktow_lista_wrap ul.kategorie_produktow_lista {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.archive-product-sidebar .kategorie_produktow_lista_wrap ul.kategorie_produktow_lista li a {
  font-size: 14px;
}

.archive-product-top-hero {
  width: 100%;
  min-height: 200px;
  background: white;
  border-radius: 8px;
  background: url(../images/category_cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
}

#single-page-product-gallery {
  height: 500px;
  width: 100%;
}
#single-page-product-gallery .splide__arrow--prev {
  left: 0em;
}
#single-page-product-gallery .splide__arrow--next {
  right: 0em;
}
#single-page-product-gallery:hover .splide__arrow {
  opacity: 1;
}
#single-page-product-gallery:hover .splide__arrow--prev {
  left: 1em;
}
#single-page-product-gallery:hover .splide__arrow--next {
  right: 1em;
}
#single-page-product-gallery .splide__arrow {
  background: transparent;
  outline: none !important;
  opacity: 0;
  transition: all 0.3s;
}
#single-page-product-gallery .splide__arrow svg {
  height: 2em;
  width: 2em;
}
#single-page-product-gallery .splide__track {
  height: 100%;
  border-radius: 8px;
  border: solid 1px #e4e4e4;
}
#single-page-product-gallery li.with-video {
  background: url(../images/frontpage-home-hero-bg.jpg);
  display: flex;
  align-items: center;
  padding: 15px 15px;
}
#single-page-product-gallery li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wapf-field-input input {
  padding: 8px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.15s;
}
.wapf-field-input input:focus {
  border-color: #93715E;
}

.fields-with-images .wapf-field-input .wapf-swatch--image {
  border: solid 1px #F4F0EB;
  border-radius: 6px;
  padding: 6px 6px 0px 6px;
  background: white;
}
.fields-with-images .wapf-field-input .wapf-swatch--image:hover {
  opacity: 0.9;
  border: solid 1px #c7a48e;
}
.fields-with-images .wapf-field-input .wapf-swatch--image .wapf-pricing-hint {
  display: none;
}
.fields-with-images .wapf-field-input .wapf-swatch--image .wapf-swatch-label {
  font-size: 14px;
}
.fields-with-images .wapf-field-input .wapf-swatch--image img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.fields-with-images .wapf-field-input .wapf-swatch--image.wapf-checked {
  border: solid 1px #93715E;
}

.wapf-swatch--text {
  background: white;
}
.wapf-swatch--text.wapf-checked {
  background: #93715E !important;
  border-color: #93715E !important;
}
.wapf-swatch--text:hover {
  border-color: #93715E !important;
}

.custom-color-swatch .wapf-swatch--color {
  display: flex;
  border: solid 1px #E4E4E4;
  border-radius: 6px;
  padding: 2px 6px;
  transition: all 0.15s;
}
.custom-color-swatch .wapf-swatch--color .wapf-color {
  border: solid 1px #E4E4E4;
}
.custom-color-swatch .wapf-swatch--color.wapf-checked {
  border: solid 1px #93715E;
  background: #93715E;
  color: white;
}
.custom-color-swatch .wapf-swatch--color.wapf-checked .wapf-color {
  border: solid 1px #E4E4E4 !important;
  box-shadow: none !important;
}
.custom-color-swatch .wapf-swatch--color .wapf-swatch-label {
  font-size: 14px;
}
.custom-color-swatch .wapf-swatch--color:hover {
  border: solid 1px #93715E !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a0a0a0;
}

.wapf-field-container {
  border: solid 1px #E4E4E4;
  margin: 10px 0px;
  border-radius: 6px;
  padding: 16px !important;
}

.wapf-wrapper {
  margin: 0 0 10px 0px !important;
  width: 100%;
}

.container {
  max-width: 1340px;
}

section.front-page-content {
  background: white;
  border-radius: 8px;
  padding: 16px;
}

.front-page-headings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
}
.front-page-headings span.title {
  font-size: 32px;
}
.front-page-headings a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.front-page-headings a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 2px;
}

.woocommerce #payment #place_order {
  background: #232323;
  color: white;
  font-weight: 400;
  transition: all 0.15s;
  max-width: 50%;
  padding: 16px 16px;
  border-radius: 6px;
}
.woocommerce #payment #place_order:hover {
  opacity: 0.8;
}
.woocommerce .woocommerce-form-coupon {
  background: white;
  border-color: transparent !important;
  border-radius: 8px !important;
}
.woocommerce .woocommerce-form-coupon input[type=text] {
  padding: 8px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.15s;
}
.woocommerce .woocommerce-form-coupon input[type=text]:focus {
  border-color: #93715E;
}
.woocommerce .woocommerce-form-coupon button[type=submit] {
  background: #232323;
  color: white;
  font-weight: 400;
  transition: all 0.15s;
}
.woocommerce .woocommerce-form-coupon button[type=submit]:hover {
  opacity: 0.8;
}
.woocommerce .return-to-shop .button {
  background: #232323;
  color: white;
  font-weight: 400;
  border-radius: 6px;
}
.woocommerce .return-to-shop .button:hover {
  background: #232323;
  color: white;
  opacity: 0.8;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
  font-size: 14px;
}
.woocommerce .woocommerce-form-login .form-row label {
  font-size: 14px;
  margin-bottom: 4px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  background: #232323;
  color: white;
  font-weight: 400;
  transition: all 0.15s;
  margin-right: 0px;
  border-radius: 6px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #232323;
  color: white;
  opacity: 0.8;
}
.woocommerce .woocommerce-products-header .term-description {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-top {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 25px;
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-top .woocommerce-products-header__title {
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-right: 15px;
  font-size: 1.8em;
  white-space: nowrap;
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-top .woocommerce-products-header__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  margin-left: 15px;
}
.woocommerce .woocommerce-ordering {
  margin: 0px 0px 0px 0px;
}
.woocommerce .woocommerce-ordering select {
  padding: 6px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  background: white;
  margin: 0px 4px;
  border: none;
  border-radius: 3px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #93715E;
  color: white;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #93715E;
  color: white;
}
.woocommerce .products.related h2 {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-variation .woocommerce-variation-price {
  display: none;
}
.woocommerce .add-to-cart-custom-wraper {
  justify-content: flex-end;
  display: flex;
  padding: 24px;
  border: solid 1px #E4E4E4;
  border-radius: 8px;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.6509803922);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 9;
}
.woocommerce .add-to-cart-custom-wraper .custom-wraper-product-page-price {
  font-size: 32px;
  color: #474747;
  font-weight: 500;
  margin: 0px 24px 0px 8px;
  display: flex;
}
.woocommerce .add-to-cart-custom-wraper .custom-wraper-product-page-price .wapf-p {
  margin-right: 0px;
}
.woocommerce .add-to-cart-custom-wraper .quantity {
  margin-right: 16px !important;
}
.woocommerce .add-to-cart-custom-wraper .quantity input.qty {
  border: solid 1px #232323;
  padding: 13px 24px;
  border-radius: 48px;
  min-width: 100px;
}
.woocommerce .add-to-cart-custom-wraper button[type=submit].single_add_to_cart_button {
  display: flex;
  padding: 16px 16px 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background: #232323;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  outline: none;
  transition: all 0.15s;
  width: 100%;
  max-width: 240px;
}
.woocommerce .add-to-cart-custom-wraper button[type=submit].single_add_to_cart_button:hover {
  opacity: 0.8;
}
.woocommerce .add-to-cart-custom-wraper button[type=submit].single_add_to_cart_button::before {
  content: "";
  width: 22px;
  height: 20px;
  background-image: url(../images/cart-icon-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
}
.woocommerce ul.products li.product .price {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce .woocommerce-cart-form__cart-item .product-name a {
  font-size: 20px;
}
.woocommerce .woocommerce-cart-form__cart-item .product-name dl.variation {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.woocommerce .woocommerce-cart-form__cart-item .product-name dl.variation dt {
  font-weight: 600;
}
.woocommerce .woocommerce-cart-form__cart-item .product-name dl.variation dd {
  margin-right: 12px;
}
.woocommerce table.cart input {
  border-radius: 6px;
  border: solid 1px #cccccc;
}
.woocommerce .wc-proceed-to-checkout {
  padding: 1em 0 0 0;
}
.woocommerce .cart_totals h2 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 15px;
}
.woocommerce a.checkout-button {
  background: #232323 !important;
  font-weight: 400;
  border-radius: 6px;
  margin-bottom: 0px !important;
}
.woocommerce a.checkout-button:hover {
  background: #616161 !important;
}
.woocommerce .actions button.button {
  background: #232323;
  color: white !important;
  font-weight: 400;
  border-radius: 6px;
  transition: all 0.15s;
}
.woocommerce .actions button.button:hover {
  background: #616161 !important;
}
.woocommerce input#coupon_code {
  min-width: 140px;
  border-radius: 6px;
}
.woocommerce div.product form.cart .variations {
  border: solid 1px #E4E4E4;
  border-radius: 8px;
  border-collapse: inherit;
  margin-bottom: 10px;
  padding: 8px 16px;
  border-spacing: 0px 12px;
}
.woocommerce div.product form.cart .variations tr {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations th label, .woocommerce div.product form.cart .variations td label {
  margin-bottom: 0px;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-color: white;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border-color: white;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product form.cart .variations select {
  padding: 8px 16px;
  border-radius: 4px;
  border-color: #E4E4E4;
}
.woocommerce .woocommerce-product-details__short-description {
  font-size: 14px;
}
.woocommerce .custom-product-wraper {
  background: white;
  display: flex;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.woocommerce .custom-product-wraper .product_meta {
  display: none;
}
.woocommerce .custom-product-wraper #thumbnail-single-product-carousel {
  margin: 8px 0px;
}
.woocommerce .custom-product-wraper #thumbnail-single-product-carousel .splide__slide {
  opacity: 0.75;
  transition: all 0.15s;
  border: solid 1px #e4e4e4;
  border-radius: 4px;
}
.woocommerce .custom-product-wraper #thumbnail-single-product-carousel .splide__slide.is-active {
  opacity: 1;
}
.woocommerce .custom-product-wraper #thumbnail-single-product-carousel .splide__slide:hover {
  opacity: 1;
}
.woocommerce .custom-product-wraper #thumbnail-single-product-carousel img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce .custom-product-wraper .custom-product-gallery-with-thumbnail {
  width: 50%;
}
.woocommerce .custom-product-wraper .custom-product-gallery-with-thumbnail .sticked-gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
.woocommerce .custom-product-wraper .entry-summary {
  margin-left: 30px;
}
.woocommerce .custom-product-wraper .entry-summary p.price span {
  color: #474747;
}
.woocommerce .woocommerce-checkout {
  background: white;
  border-radius: 8px;
  padding: 30px 15px;
}
.woocommerce .woocommerce-checkout #payment {
  background: #F4F0EB;
}
.woocommerce .woocommerce-checkout #payment div.payment_box {
  background: white;
}
.woocommerce .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid white;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce .woocommerce-checkout .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce .woocommerce-checkout .form-row label {
  font-size: 14px;
  margin-bottom: 0px;
}
.woocommerce .woocommerce-checkout textarea {
  padding: 8px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.15s;
}
.woocommerce .woocommerce-checkout textarea:focus {
  border-color: #93715E;
}
.woocommerce .woocommerce-checkout input[type=text], .woocommerce .woocommerce-checkout input[type=email], .woocommerce .woocommerce-checkout input[type=password], .woocommerce .woocommerce-checkout input[type=tel] {
  padding: 8px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.15s;
}
.woocommerce .woocommerce-checkout input[type=text]:focus, .woocommerce .woocommerce-checkout input[type=email]:focus, .woocommerce .woocommerce-checkout input[type=password]:focus, .woocommerce .woocommerce-checkout input[type=tel]:focus {
  border-color: #93715E;
}
.woocommerce .woocommerce-ResetPassword {
  padding-left: 15px;
}
.woocommerce .woocommerce-ResetPassword .form-row-first {
  width: 100%;
}
.woocommerce .woocommerce-ResetPassword p {
  font-size: 15px;
}
.woocommerce .woocommerce-ResetPassword input[type=text] {
  width: 100%;
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button {
  background: #232323;
  color: white;
  font-weight: 400;
  transition: all 0.15s;
  margin-right: 0px;
  border-radius: 6px;
}
.woocommerce .woocommerce-ResetPassword .woocommerce-Button:hover {
  background: #232323;
  color: white;
  opacity: 0.8;
}
.woocommerce .woocommerce-form-login, .woocommerce .woocommerce-ResetPassword {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  background-image: url(../images/login-page-bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: calc(50% - 30px);
  padding-right: 50% !important;
  border: none !important;
  border-radius: 8px !important;
}
.woocommerce .woocommerce-form-login .form-row, .woocommerce .woocommerce-ResetPassword .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce .woocommerce-form-login input[type=text], .woocommerce .woocommerce-form-login input[type=email], .woocommerce .woocommerce-form-login input[type=password], .woocommerce .woocommerce-form-login input[type=tel], .woocommerce .woocommerce-ResetPassword input[type=text], .woocommerce .woocommerce-ResetPassword input[type=email], .woocommerce .woocommerce-ResetPassword input[type=password], .woocommerce .woocommerce-ResetPassword input[type=tel] {
  padding: 8px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.15s;
}
.woocommerce .woocommerce-form-login input[type=text]:focus, .woocommerce .woocommerce-form-login input[type=email]:focus, .woocommerce .woocommerce-form-login input[type=password]:focus, .woocommerce .woocommerce-form-login input[type=tel]:focus, .woocommerce .woocommerce-ResetPassword input[type=text]:focus, .woocommerce .woocommerce-ResetPassword input[type=email]:focus, .woocommerce .woocommerce-ResetPassword input[type=password]:focus, .woocommerce .woocommerce-ResetPassword input[type=tel]:focus {
  border-color: #93715E;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  max-width: inherit;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce .col2-set .col-1 a.edit, .woocommerce .col2-set .col-2 a.edit {
  background: black;
  color: white;
  padding: 3px 12px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 13px;
}
.woocommerce .col2-set .col-1 a.edit:hover, .woocommerce .col2-set .col-2 a.edit:hover {
  opacity: 0.8;
}
.woocommerce .col2-set .col-1 h3, .woocommerce .col2-set .col-2 h3 {
  font-size: 1.4em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  background: white;
  padding: 30px;
  border-radius: 8px;
}
.woocommerce .cart-collaterals .cart_totals {
  background: white;
  border-radius: 8px;
  padding: 15px;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table .product-thumbnail img {
  width: 128px;
  border-radius: 8px;
}
.woocommerce .woocommerce-cart-form {
  background: white;
  border-radius: 8px;
  border: none;
}
.woocommerce .woocommerce-MyAccount-content {
  background: white;
  border-radius: 8px;
  padding: 15px 15px;
}
.woocommerce .woocommerce-MyAccount-content em {
  font-size: 80%;
}
.woocommerce .woocommerce-MyAccount-content button[type=submit] {
  background: black;
  color: white;
  font-weight: 500;
  margin-top: 10px;
  border-radius: 6px;
  transition: all 0.15s;
}
.woocommerce .woocommerce-MyAccount-content button[type=submit]:hover {
  opacity: 0.8;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  flex-direction: column;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text], .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email], .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password], .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=tel], .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text], .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=email], .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=password], .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=tel] {
  padding: 8px 8px;
  border-radius: 6px;
  border: solid 1px #cccccc;
  transition: all 0.15s;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=text]:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=email]:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=password]:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input[type=tel]:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text]:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=email]:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=password]:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=tel]:focus {
  border-color: #93715E;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.woocommerce-button.view {
  display: flex;
  align-items: center;
  color: black;
  background: transparent;
  padding: 3px 0px;
  text-transform: lowercase;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.woocommerce-button.view::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/more-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 4px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions a.woocommerce-button.view:hover {
  opacity: 0.8;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
  background: white;
  border-radius: 8px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 15px 15px;
  margin: 0px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  border-bottom: solid 1px #F4F0EB;
  padding: 6px 3px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 30px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: black;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  opacity: 0.8;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/logout-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li:last-of-type {
  border-bottom: none;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  font-weight: 500;
}

header.main-top-header {
  position: relative;
  z-index: 99;
  margin-top: 30px;
  margin-bottom: 30px;
}
header.main-top-header .menu-wraper {
  margin-left: 30px;
}
header.main-top-header .has-items-with-imgs li.menu-item {
  margin: 12px;
  width: calc(25% - 24px);
}
header.main-top-header .has-items-with-imgs a.dropdown-item {
  position: relative;
  padding: 0px;
  margin: 0px;
  border-radius: 6px;
  overflow: hidden;
  border: solid 6px transparent;
}
header.main-top-header .has-items-with-imgs a.dropdown-item:hover {
  background: white;
  border-color: white;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
}
header.main-top-header .has-items-with-imgs a.dropdown-item:hover:active {
  color: #232323 !important;
}
header.main-top-header .has-items-with-imgs a.dropdown-item span[itemprop=name] {
  display: flex;
}
header.main-top-header .has-items-with-imgs a.dropdown-item .dropdownmenu-item-img-content {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  justify-content: center;
}
header.main-top-header .has-items-with-imgs a.dropdown-item .dropdownmenu-item-with-img-desc {
  white-space: normal;
  font-size: 11px;
}
header.main-top-header .has-items-with-imgs.dropdown {
  position: unset;
}
header.main-top-header .has-items-with-imgs ul.dropdown-menu {
  width: 100%;
  top: calc(100% - 16px);
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
header.main-top-header .has-items-with-imgs ul.dropdown-menu.show {
  display: flex;
}
header.main-top-header .has-items-with-imgs ul.dropdown-menu::after {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  left: 33%;
  top: 15px;
  background: transparent;
}
header.main-top-header .has-items-with-imgs ul.dropdown-menu::before {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  right: 33%;
  top: 15px;
  background: transparent;
}
header.main-top-header .has-items-with-imgs img.dropdownmenu-item-img {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
header.main-top-header .has-items-with-imgs span.dropdownmenu-item-with-img-title {
  font-size: 18px;
  font-weight: 500;
}
header.main-top-header a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
header.main-top-header a.logo {
  margin-right: 30px;
  position: relative;
  z-index: 1999;
}
header.main-top-header a.logo img {
  max-height: 50px;
}
header.main-top-header .additional_links_mobile {
  display: none;
}
header.main-top-header .additional_links_mobile .cart-items {
  margin-left: 16px;
}
header.main-top-header .additional_links_mobile .cart-items a {
  display: flex;
  width: 24px;
  height: 24px;
  background: url(../images/cart-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
}
header.main-top-header .additional_links_mobile .cart-items a span.cart-items-count {
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -14px;
  background: white;
  border: solid 1px #F4F0EB;
  padding: 0px 8px;
  border-radius: 32px;
  font-weight: 600;
}
header.main-top-header .additional_links {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: space-evenly;
  margin-right: 15px;
}
header.main-top-header .additional_links .user-info-links a {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.main-top-header .additional_links .user-info-links a::before {
  content: "";
  display: flex;
  width: 22px;
  height: 22px;
  background: url(../images/user-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  margin-right: 6px;
}
header.main-top-header .additional_links .cart-items {
  margin-left: 16px;
}
header.main-top-header .additional_links .cart-items a {
  display: flex;
  width: 24px;
  height: 24px;
  background: url(../images/cart-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
}
header.main-top-header .additional_links .cart-items a span.cart-items-count {
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -14px;
  background: white;
  border: solid 1px #F4F0EB;
  padding: 0px 8px;
  border-radius: 32px;
  font-weight: 600;
}
header.main-top-header .navbar {
  background: white;
  border-radius: 8px;
}
header.main-top-header .navbar .collapse {
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.15s;
}
a:hover {
  text-decoration: none;
  color: #93715E;
}

h1.main-page-title {
  font-size: 32px;
  margin-bottom: 25px;
}

#product-category-carousel {
  position: relative;
}
#product-category-carousel .splide__arrows {
  position: relative;
  top: auto;
  right: 0px;
  display: flex;
  justify-content: flex-end;
}
#product-category-carousel .splide__arrows .splide__arrow {
  position: relative;
  background: #373737;
  opacity: 1;
  outline: none;
  border-radius: 0px;
  transition: all 0.15s;
}
#product-category-carousel .splide__arrows .splide__arrow:hover {
  opacity: 0.7;
}
#product-category-carousel .splide__arrows .splide__arrow svg {
  fill: white;
  width: 12px;
  height: 12px;
}
#product-category-carousel .splide__arrows .splide__arrow--prev {
  left: 0px;
  border-radius: 16px 0px 0px 16px;
}
#product-category-carousel .splide__arrows .splide__arrow--next {
  right: 0px;
  border-radius: 0px 16px 16px 0px;
}
#product-category-carousel li.splide__slide a.product-category {
  background: white;
  padding: 8px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.15s;
}
#product-category-carousel li.splide__slide a.product-category:hover {
  opacity: 0.96;
}
#product-category-carousel li.splide__slide a.product-category span.category-title {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  position: absolute;
  bottom: 0px;
  left: 7px;
  background: white;
  padding: 3px 8px 8px 6px;
  border-radius: 0px 8px 0px 0px;
}
#product-category-carousel li.splide__slide a.product-category span.category-title::before {
  content: "";
  width: 16px;
  height: 16px;
  background: transparent;
  position: absolute;
  border: solid 8px white;
  border-width: 0px 0px 4px 4px;
  border-radius: 0px 0px 0px 10px;
  top: -12px;
  left: -3px;
}
#product-category-carousel li.splide__slide a.product-category span.category-title::after {
  content: "";
  width: 16px;
  height: 16px;
  background: transparent;
  position: absolute;
  border: solid 8px white;
  border-width: 0px 0px 4px 4px;
  border-radius: 0px 0px 0px 10px;
  bottom: 4px;
  right: -12px;
}
#product-category-carousel li.splide__slide a.product-category img {
  max-width: 100%;
  height: 100px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.front-page-hero {
  background: url(../images/frontpage-home-hero-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 16px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: auto;
}
section.front-page-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.0588235294), rgba(101, 74, 59, 0.78));
  position: absolute;
  top: 0px;
  left: 0px;
}
section.front-page-hero #background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
section.front-page-hero .front-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
section.front-page-hero .front-hero-content a.cta-white {
  border-radius: 6px;
  background: white;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
section.front-page-hero .front-hero-content a.cta-white::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/arrow-right-black.svg);
  margin-left: 4px;
}
section.front-page-hero .front-hero-content span {
  color: white;
}
section.front-page-hero .front-hero-content span.hero-title {
  font-size: 4em;
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  line-height: 100%;
}
section.front-page-hero .front-hero-content span.hero-subtitle {
  font-size: 1.3em;
  font-weight: 500;
  text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.43);
}
section.front-page-hero .kategorie-produktow-slider {
  position: relative;
  z-index: 2;
}

p#breadcrumbs {
  font-size: 12px;
  color: #93715E;
}
p#breadcrumbs a {
  color: #616161;
}
p#breadcrumbs span.breadcrumb_last {
  color: black;
}

footer {
  background: white;
  color: #232323;
  margin-top: 60px;
  padding: 30px 0px;
}
footer .row.menus_footer {
  justify-content: space-between;
}
footer a:hover {
  color: #a0a0a0;
}
footer .footer_kontakt_info {
  display: flex;
  flex-direction: column;
}
footer .footer_kontakt_info span.footer_menu_name {
  font-size: 12px;
  font-weight: 700;
}
footer .footer_kontakt_info p.godziny_otwarcia {
  font-size: 12px;
  font-weight: 400;
}
footer .footer_kontakt_info p.godziny_otwarcia b {
  display: block;
}
footer .footer_kontakt_info a.kontakt_page {
  background: #232323;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 32px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
footer .footer_kontakt_info a.kontakt_page:hover {
  opacity: 0.84;
}
footer .footer_kontakt_info a.kontakt_page::before {
  content: "";
  background-image: url(../images/mail-icon.svg);
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 8px;
}
footer .footer_kontakt_info a.cta_tel {
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer_menu {
  font-size: 12px;
}
footer .footer_menu .nav {
  margin-top: 6px;
}
footer .footer_menu .nav a {
  padding: 3px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer_menu span.footer_menu_name {
  font-weight: 700;
}
footer .copyrights {
  font-size: 12px;
  margin-top: 45px;
}
footer .copyrights a b {
  font-weight: 600;
}

.mobile-archive-products-categories {
  display: none;
}

@media screen and (max-width: 992px) {
  .woocommerce form.login, .woocommerce form.register, .woocommerce form.woocommerce-ResetPassword {
    min-height: auto;
    background-image: none;
    padding-right: 15px !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mobile-archive-products-categories {
    display: block;
  }
  .mobile-archive-products-categories .kategorie_produktow_lista_wrap_mobile span.categorie_sidebar_title {
    font-size: 13px;
    font-weight: 500;
  }
  .mobile-archive-products-categories .kategorie_produktow_lista_wrap_mobile ul.kategorie_produktow_lista {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 4px;
    margin-top: 4px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .mobile-archive-products-categories .kategorie_produktow_lista_wrap_mobile ul.kategorie_produktow_lista li {
    margin-right: 4px;
    margin-left: 4px;
  }
  .mobile-archive-products-categories .kategorie_produktow_lista_wrap_mobile ul.kategorie_produktow_lista li a {
    background: white;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 3px;
    white-space: nowrap;
  }
  .archive-product-sidebar {
    display: none;
  }
  .woocommerce .custom-product-wraper {
    flex-direction: column;
  }
  .woocommerce .custom-product-wraper .custom-product-gallery-with-thumbnail {
    width: 100%;
  }
  .woocommerce .custom-product-wraper .summary {
    width: 100% !important;
    margin-left: 0px;
    margin-top: 30px;
  }
  ul.frontpage-products-list {
    flex-wrap: wrap;
  }
  ul.frontpage-products-list .product {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-right: 10px;
  }
  ul.frontpage-products-list .product:nth-of-type(2n) {
    margin-right: 0px;
  }
  ul.frontpage-products-list .product img.attachment-woocommerce_thumbnail, ul.frontpage-products-list .product img.woocommerce-placeholder {
    width: 100%;
  }
  header.main-top-header {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    background: white;
  }
  header.main-top-header .has-items-with-imgs img.dropdownmenu-item-img {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 80px;
  }
  header.main-top-header .has-items-with-imgs ul.dropdown-menu {
    background: #F4F0EB;
  }
  header.main-top-header .has-items-with-imgs li.menu-item {
    width: 100%;
  }
  header.main-top-header a.logo {
    order: 3;
    min-width: 50%;
  }
  header.main-top-header .additional_links_mobile {
    display: flex;
    order: 2;
  }
  header.main-top-header .menu-wraper {
    margin-left: 0px;
    padding: 15px 15px;
  }
  header.main-top-header .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  header.main-top-header .navbar {
    flex-direction: row-reverse;
  }
  header.main-top-header .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    background: white;
  }
  header.main-top-header .navbar .additional_links {
    display: none;
  }
  .navbar-toggler-icon {
    background-image: url(../images/hamburger_icon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px;
  }
  #single-page-product-gallery {
    height: 420px;
  }
  .front-page-headings span.title {
    font-size: 22px;
  }
  section.front-page-hero .front-hero-content span.hero-subtitle {
    font-size: 16px;
  }
  section.front-page-hero .front-hero-content span.hero-title {
    font-size: 36px;
  }
  ul.frontpage-products-list .product img.attachment-woocommerce_thumbnail, ul.frontpage-products-list .product img.woocommerce-placeholder {
    max-height: 220px;
  }
  footer .footer_menu span.footer_menu_name {
    margin-top: 15px;
    display: block;
  }
  footer .footer_kontakt_info {
    align-items: center;
  }
  footer .row.menus_footer {
    text-align: center;
  }
  footer .row.menus_footer .nav {
    align-items: center;
  }
  #product-category-carousel li.splide__slide a.product-category span.category-title {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .products.columns-3 .product, .products.columns-4 .product, .frontpage-products-list .product {
    width: 100% !important;
  }
  .products.columns-3 .product a img, .products.columns-4 .product a img, .frontpage-products-list .product a img {
    border-radius: 8px;
    border: solid 1px #eae9e7;
    margin-bottom: 6px !important;
  }
  .woocommerce .woocommerce-products-header .woocommerce-products-header-top {
    margin-bottom: 15px;
  }
  .woocommerce .woocommerce-products-header .term-description {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .woocommerce .woocommerce-ordering {
    display: none;
  }
  .woocommerce .products.related h2 {
    font-size: 1.4em;
  }
  .woocommerce .add-to-cart-custom-wraper {
    flex-wrap: wrap;
    padding: 8px;
  }
  .woocommerce .add-to-cart-custom-wraper .quantity {
    max-width: calc(35% - 4px);
  }
  .woocommerce .add-to-cart-custom-wraper button[type=submit].single_add_to_cart_button {
    max-width: 60%;
    font-size: 13px;
    white-space: nowrap;
  }
  .woocommerce .add-to-cart-custom-wraper .custom-wraper-product-page-price {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .woocommerce div.product form.cart .variations {
    padding: 8px 16px;
  }
  .woocommerce div.product form.cart .variations select {
    min-width: auto;
  }
  .woocommerce div.product .product_title {
    font-size: 26px;
  }
  #single-page-product-gallery {
    height: 360px;
  }
  .front-page-headings a {
    font-size: 12px;
    font-weight: 400;
    color: #93715E;
    white-space: nowrap;
    margin-left: 15px;
  }
  .front-page-headings a::after {
    width: 12px;
    height: 12px;
    margin-left: 0px;
  }
  .front-page-headings span.title {
    font-size: 16px;
    font-weight: 500;
  }
  .front-page-hero-cta a {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
  }
  .front-page-hero-cta a::before {
    width: 18px;
    height: 18px;
  }
  section.front-page-hero .front-hero-content span.hero-subtitle {
    font-size: 14px;
  }
  section.front-page-hero .front-hero-content span.hero-title {
    font-size: 46px;
  }
}
@media screen and (max-width: 456px) {
  .woocommerce #payment #place_order {
    max-width: 100%;
  }
  .woocommerce div.product form.cart .variations label {
    font-weight: 400;
  }
  .woocommerce div.product form.cart .variations a {
    color: #232323 !important;
  }
  .woocommerce div.product form.cart .variations tr {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }
  .woocommerce div.product form.cart .variations tr select {
    -webkit-appearance: none;
    color: #232323 !important;
  }
  .archive-product-top-hero {
    min-height: 150px;
    margin-bottom: 15px;
  }
  ul.frontpage-products-list {
    flex-wrap: wrap;
  }
  ul.frontpage-products-list .product {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  ul.frontpage-products-list .product:nth-of-type(2n) {
    margin-right: 0px;
  }
  ul.frontpage-products-list .product img.attachment-woocommerce_thumbnail, ul.frontpage-products-list .product img.woocommerce-placeholder {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */