body, div, span, label, input, p, a, button, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

@font-face {
  font-family: "balja";
  src: url("icon-fonts/balja.eot");
  src: url("icon-fonts/balja.eot?#iefix") format("embedded-opentype"), url("icon-fonts/balja.woff") format("woff"), url("icon-fonts/balja.ttf") format("truetype"), url("icon-fonts/balja.svg#balja") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-004-loupe:before {
  content: "\61";
  font-family: "balja" !important;
}

.icon-001-shopping-bag:before {
  content: "\62";
  font-family: "balja" !important;
}

.icon-social-18-01:before {
  content: "\63";
  font-family: "balja" !important;
}

.icon-social-19-01:before {
  content: "\64";
  font-family: "balja" !important;
}

.icon-kontakt-02:before {
  content: "\65";
  font-family: "balja" !important;
}

.icon-kontakt-01:before {
  content: "\66";
  font-family: "balja" !important;
}

.product-carousel {
  padding: 0 77px;
}

.product-carousel pre {
  padding: 0;
  background: transparent;
  overflow: visible;
  border: 0;
  font-size: 100%;
  text-transform: none;
}

.products .product {
  outline: 0 !important;
  background: transparent;
}

a.woocommerce-LoopProduct-link {
  outline: 0 !important;
}

.slick-prev, .slick-next {
  z-index: 7;
  width: 52px;
  height: 52px;
}

.slick-prev:before, .slick-next:before {
  font-size: 50px;
  color: #ebeced;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-prev:hover:before, .slick-next:hover:before {
  color: #b5c6a2;
}

.products {
  overflow: visible;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.footer-site {
  border-top: 1px solid #efefef;
  background: #fff;
}

.footer-site h3 {
  color: #000;
  text-transform: uppercase;
}

.footer-site a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-site a:hover {
  color: #b5c6a2;
}

.container-77 {
  width: 100%;
  max-width: 100%;
  padding: 0 77px;
}

.bread-crumbs {
  font-size: 16px;
  margin-bottom: 0;
}

.bread-crumbs li:last-child span {
  color: #a5a5a5;
}

.woocommerce-ordering select {
  min-width: 212px;
}

.pagination a, .pagination span {
  font-size: 16px;
}

.pagination .current {
  border-color: #b5c6a2;
  background: #b5c6a2;
}

.single-product .single_add_to_cart_button {
  height: auto !important;
  background: #000;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px 9px 20px;
  margin-left: 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-product .single_add_to_cart_button:hover {
  background: #b5c6a2;
}

.woocommerce-cart span.qty-minus, .woocommerce-cart span.qty-plus {
  display: none;
}

.woocommerce-cart .quantity .qty {
  border-top: 1px solid #aeb4be;
  border-bottom: 1px solid #aeb4be;
}

.woocommerce-cart .story table {
  font-size: 17px;
}

.woocommerce-cart table th {
  font-size: 17px;
}

.woocommerce-cart .cart:after {
  display: none;
}

.button {
  background: #b5c6a2;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px 9px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button:hover {
  background: #000;
}

#order_review .shop_table {
  font-size: 15px;
}

.woocommerce-checkout table th {
  font-size: 15px;
}

.woocommerce-MyAccount-navigation ul {
  border: 0 !important;
}

.woocommerce-MyAccount-navigation li:not(:last-child) {
  border-bottom: 1px solid #fff !important;
}

.woocommerce-MyAccount-navigation a {
  background: #b5c6a2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
}

.woocommerce-MyAccount-navigation a:hover {
  background: #000;
}

#post-208 #customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#post-208 #customer_login .woocommerce-form-register {
  padding: 20px;
}

#post-208 #customer_login .col-1, #post-208 #customer_login .col-2 {
  width: 50%;
}

.search-results .grid .column.span-8 {
  width: 100%;
}

.search-results .grid .column.span-8 article {
  width: 33.3%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.search-results .meta-info {
  display: none;
}

.search-results .copy {
  display: none;
}

.search-results a.button {
  display: none;
}

.search-results .pagination {
  display: block;
}

.section-title.large .heading {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.top-cont {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-cont .grid-header {
  border-bottom: 0;
}

.wrapper-fx {
  padding-top: 123px;
}

.off-canvas-right {
  left: 0;
  right: auto;
}

.off-canvas-right.open ~ .wrapper-site {
  right: -240px;
  left: auto;
}

.off-canvas-right ul.sub-menu {
  padding-left: 15px;
}

del .amount {
  color: #999 !important;
}

ins {
  text-decoration: none;
}

.single-post .meta-info {
  display: none;
}

.single-post .layers-content-main .grid .span-4 {
  display: none;
}

.single-post .layers-content-main .grid .span-8 {
  width: 100%;
}

.single-post .layers-content-main .grid h1.heading {
  font-size: 32px;
}

.single-post .layers-content-main .grid .thumbnail {
  text-align: center;
}

.single-post .layers-content-main .grid .story p {
  color: #000;
  font-weight: 500;
}

.blog #post-list, .archive #post-list {
  width: 100%;
}

.blog #post-list article, .archive #post-list article {
  margin-left: 15px;
  margin-right: 15px;
  width: 22%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog #post-list article .copy, .archive #post-list article .copy {
  display: none;
}

.blog #post-list article a.button, .archive #post-list article a.button {
  display: none;
}

.blog #post-list article .thumbnail, .archive #post-list article .thumbnail {
  text-align: center;
}

.blog #post-list article span.meta-author, .blog #post-list article span.meta-category, .archive #post-list article span.meta-author, .archive #post-list article span.meta-category {
  display: none;
}

.blog #post-list article span.meta-date, .archive #post-list article span.meta-date {
  text-align: center;
  font-size: 14px;
}

.products .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-account .section-title.large .heading, .woocommerce-checkout .section-title.large .heading, .woocommerce-cart .section-title.large .heading {
  font-size: 24px;
}

.story address {
  font-weight: 600;
}

table th, table td {
  font-size: 15px;
}

.products .product {
  overflow: visible;
}

.slider-homepage .elementor-background-overlay {
  background-size: cover;
}

#tabs, .s-tabs {
  border: 0;
}

#tabs ul {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

#tabs ul li {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.search-submit {
  display: none !important;
}

.top-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d7dc;
}

.top-bar .column {
  margin-bottom: 0;
}

.hd-col-left {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd-col-left a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hd-col-left a:hover {
  color: #b5c6a2;
}

.hd-col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd-col-center .search-form {
  width: 100%;
}

.hd-col-center .search-field {
  border: 1px solid #888888;
  height: 40px;
  font-size: 14px;
  font-style: italic;
  padding-left: 15px;
  max-width: 100%;
}

.hd-col-center .btn-search-submit {
  font-size: 19px;
  color: #000;
  background: transparent;
  position: absolute;
  border-radius: 0;
  right: 0;
  top: 0;
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hd-col-center .btn-search-submit:hover {
  background: #000;
  color: #fff;
}

.hd-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hd-col-right .widget-user-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd-col-right .cart-contents i {
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hd-col-right .cart-contents span.cart-circle {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: -5px;
  margin-left: 5px;
}

.hd-col-right .cart-contents:hover i {
  color: #b5c6a2;
}

.hd-col-right .divider {
  width: 1px;
  height: 25px;
  background: #878787;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 20px;
}

.hd-col-right .user-info {
  font-weight: 700;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hd-col-right .user-info:hover {
  color: #b5c6a2;
}

.header-site.fixed-header {
  position: fixed;
  background-color: #fff !important;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}

.header-site, .header-site.header-sticky {
  background-color: transparent !important;
}

.header-site.invert .nav-horizontal > ul > li > a {
  color: #000;
  font-size: 14px;
  padding: 10px 32px;
}

.fixed-header .custom-logo-link img {
  width: 72px;
  min-width: 72px;
  min-height: 72px;
}

.cn-button.bootstrap {
  border-radius: 0;
  background: #fff;
  color: #000;
}

.site-logo-link img, .custom-logo-link img, .mark img {
  max-height: 100%;
  min-height: 108px;
  min-width: 108px;
}

.header-left .logo {
  overflow: visible;
}

.site-description {
  display: none !important;
}

.header-site .container {
  max-width: 100%;
  padding: 0 77px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.header-site nav {
  width: 100%;
}

.header-site nav ul.menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-site nav ul.menu li a {
  border-radius: 0 !important;
}

.header-site nav ul.menu li a:hover {
  background: #b5c6a2;
  color: #000 !important;
}

.footer-site {
  color: #000;
  padding: 100px 0;
}

.footer-site h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 32px;
}

.footer-site .column {
  margin-bottom: 0;
}

.footer-site a {
  font-weight: 600;
  color: #000;
}

.footer-site li {
  margin-bottom: 5px;
}

.footer-site .menu {
  padding-left: 20px;
}

.column-footer-rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-row a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-row i {
  font-size: 22px;
  margin-right: 16px;
}

.contact-row .column {
  margin-bottom: 30px;
}

.column-footer-newsletter h3 {
  margin-bottom: 0;
}

.column-footer-newsletter h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 32px;
}

.mc4wp-form-fields input[type="email"] {
  font-style: italic;
  border: 1px solid #aeb4be;
}

.mc4wp-form-fields input[type=submit] {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  padding: 9px 43px;
  margin-top: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mc4wp-form-fields input[type=submit]:hover {
  background: #b5c6a2;
  color: #000;
}

.column-social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.column-social-footer a i {
  font-size: 28px;
}

.slider-homepage .elementor-column-wrap {
  padding: 0 !important;
}

.slide-apl {
  margin-left: 20%;
  background: #fff;
  padding: 145px 94px 100px 94px;
  max-width: 725px;
}

.slide-apl h2 {
  font-size: 55px;
  color: #212822;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 36px;
}

.slide-apl h2:before {
  content: "";
  background: url("https://balja.pl/nowa_strona/wp-content/uploads/2020/07/Ekologiczne.png");
  position: absolute;
  width: 501px;
  height: 118px;
  top: 0;
  margin-top: 58px;
}

.slider-homepage .slick-dots {
  bottom: 60px;
}

.slider-homepage .slick-dots li.slick-active {
  margin-right: 14px;
}

.slider-homepage .slick-dots li.slick-active button {
  width: 19px;
  height: 19px;
}

.slider-homepage .slick-dots li button {
  background: #b5c6a2;
  border-radius: 100%;
  width: 11px;
  height: 11px;
}

.slider-homepage .slick-dots li button:before {
  opacity: 0;
}

.products h3, .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif !important;
}

.products .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px !important;
  color: #000;
}

.products .button {
  display: none;
}

.products h3, .woocommerce-loop-product__title {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products .img-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  color: #b5c6a2;
}

.slab h2 {
  font-family: 'Roboto Slab', serif !important;
}

.slab h3 {
  font-family: 'Roboto Slab', serif !important;
}

.slab h4 {
  font-family: 'Roboto Slab', serif !important;
}

span.wpcu_block_title {
  display: none;
}

.wplp_listposts .insideframe {
  padding: 0 30px;
}

.wplp_container.default .title {
  font-size: 16px;
  color: #000;
  font-family: 'Roboto Slab', serif !important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.wplp_container.default .category {
  font-size: 12px;
  color: #a1a1a1;
  background: #ebebeb;
  padding: 2px 15px;
  position: relative;
}

.wplp_container .text {
  margin-top: 10px;
}

.wplp_container .text span {
  font-size: 14px;
  line-height: 24px;
  color: #a1a1a1;
}

.wplp_container .text span {
  max-height: 100% !important;
}

.wplp_container.default .title {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wplp_container.default .title:hover {
  color: #b5c6a2;
}

.product-carousel .slick-prev, .product-carousel .slick-next {
  top: 34%;
}

.off-canvas-right {
  left: auto;
  right: 0;
}

.off-canvas-right.open ~ .wrapper-site {
  right: auto;
  left: -240px;
}

.layers-content-main {
  max-width: 100%;
  padding-left: 77px;
  padding-right: 77px;
  padding-top: 32px;
}

.bread-crumbs a {
  color: #000;
}

.woocommerce-ordering select {
  height: 40px;
  border: 1px solid #e0e0e0;
}

.section-nav-title {
  color: #000;
  font-size: 16px;
  font-family: 'Roboto Slab', serif !important;
  text-transform: none;
  margin-bottom: 30px;
}

.title-container {
  background: url("https://balja.pl/nowa_strona/wp-content/uploads/2020/07/bg-header.jpg");
  background-size: cover;
}

.title-container .title {
  padding-top: 75px;
  padding-bottom: 75px;
}

.title-container .heading {
  text-align: center;
}

.brb {
  padding-top: 15px;
}

.woocommerce-result-count {
  float: right;
}

.woocommerce-ordering {
  float: left;
}

.woocommerce-result-count-container {
  background: transparent;
}

ul.product-categories span.count {
  float: right;
}

ul.product-categories li {
  border-bottom: 0 !important;
}

ul.product-categories li a {
  font-weight: 600;
}

.woocommerce-result-count {
  color: #a1a1a1;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-top: 30px;
}

.pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-product .entry-title {
  font-size: 48px;
  color: #000;
  font-family: 'Roboto Slab', serif !important;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 15px;
}

p.price .woocommerce-Price-amount {
  font-size: 36px;
  color: #000;
}

.woocommerce-review-link {
  font-size: 14px;
  font-weight: 400;
  color: #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

div[itemprop="description"], .woocommerce-product-details__short-description {
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.woocommerce-product-rating {
  margin: 15px 0 20px 0;
}

.blog #post-list article, .archive #post-list article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.archive.date .title-container {
  display: none;
}

.archive.date .brb {
  display: none;
}

.section-title.large.post-header {
  background: #f8f8f4;
  padding: 30px 0;
  margin-bottom: 45px;
}

.section-title.large.post-header h1 {
  font-size: 20px;
}

.single-product .quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-product .quantity input[type="number"] {
  height: 52px;
  border: 1px solid #d4d7dc;
  max-width: 54px;
}

.single-product .quantity span.qty-minus, .single-product .quantity span.qty-plus {
  background: #000;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41px;
}

.single-product .single_add_to_cart_button {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  padding: 14px 40px;
  margin-top: -3px;
}

.single-product .product_meta {
  display: none;
}

.single-product .woocommerce-tabs {
  max-width: 100%;
  padding-left: 77px;
  padding-right: 77px;
}

.single-product .products {
  margin: 0;
  background: #f8f8f4;
  padding-left: 77px;
  padding-right: 77px;
}

.single-product .related.products .woocommerce-Price-amount {
  font-size: 14px;
}

.single-product .title-container .title {
  min-height: 200px;
}

.single-product .woocommerce-message {
  background: #b5c6a2;
}

.single-product .woocommerce-message a:hover {
  background: #fff;
  color: #000;
}

.related h2 {
  font-size: 16px;
  font-weight: 700;
}

.rlt-h3 {
  color: #AF5F1A;
  text-align: center;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: -13px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.rlt-h2 {
  color: #000;
  text-align: center;
  font-size: 36px !important;
  font-weight: 700 !important;
  font-family: 'Roboto Slab', serif !important;
}

.related.products .products {
  margin-top: 64px;
}

section.related.products {
  padding-top: 72px;
  padding-bottom: 72px;
}

.woocommerce-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-tabs .tabs a {
  font-size: 30px;
  font-weight: 400;
  background: transparent !important;
}

.woocommerce-tabs .tabs .active a {
  font-weight: 700;
  color: #a1a1a1;
  border-bottom: 2px solid #a1a1a1;
}

.woocommerce-tabs .panel {
  background: transparent !important;
  padding-left: 150px;
  padding-right: 150px;
  margin-top: 30px;
}

input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"] {
  border-radius: 0;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover, .form-submit input[type="submit"]:hover {
  background: #b5c6a2;
  color: #000;
}

.woocommerce-tabs .tabs {
  padding-top: 0;
}

.related.products .product {
  margin-right: 0;
}

.product-images img {
  margin: 0 auto;
}

.flaticon-back:before {
  content: "\f104";
  font-family: "FontAwesome";
}

.flaticon-right-arrow:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.wpgs-nav .slick-next, .wpgs-nav .slick-prev {
  display: none !important;
}

p.comment-form-cookies-consent {
  display: none;
}

.products .product .star-rating {
  display: none;
}

.home .woocommerce[class*=' columns-'] .product {
  margin-right: 0;
}

.thumbnail {
  text-align: center;
}

.error404 .layers-content-main .grid .span-8 {
  width: 100%;
}

.error404 .layers-content-main .grid .span-8 .story {
  text-align: center;
}

.search-no-results .layers-content-main .grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-site .sub-menu, .header-site .nav .children {
  border: 0;
}

.header-site.invert .sub-menu li {
  border: 0;
}

.header-site.invert .sub-menu li a:hover {
  background-color: #b5c6a2;
}

.header-site .nav li:hover > .sub-menu, .header-site .nav li:hover .children {
  top: 51px;
}

.fixed-header .nav li:hover > .sub-menu, .fixed-header .header-site .nav li:hover .children {
  top: 52px;
}

.page-id-136 pre {
  padding: 0;
  overflow: hidden;
}

#sb_instagram.sbi_fixed_height {
  overflow-y: hidden !important;
  height: auto !important;
}

.blog #post-list article span.meta-date, .archive #post-list article span.meta-date {
  display: none !important;
}

.section-title.large .heading {
  min-height: 60px;
}

.cl-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.title-container .heading {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  font-family: 'Roboto Slab', serif !important;
}

.slab h4 {
  font-weight: 600 !important;
}

.page-id-206 .create-account {
  background: #000;
  color: #fff;
  margin: 20px 0;
  max-width: 500px;
}

#shipping_method {
  margin-left: 0;
  list-style: none;
}

#shipping_method li {
  list-style: none;
}

#shipping_method li input[type=radio] {
  margin-right: 10px;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
  text-align: justify;
}

.entry-content p {
  text-align: justify;
}

.story {
  text-align: justify;
}

.story.post-story {
  padding: 0 150px;
}

.wplp_container .text span {
  text-align: justify;
}

.question .question-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question .title-question {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.question a {
  border-color: rgba(191, 191, 191, 0);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 14px;
}

.search-results .push-bottom-large {
  margin-bottom: 0;
}

.search-results .thumbnail.push-bottom {
  text-align: center;
  height: 400px;
}

.search-results .thumbnail.push-bottom img {
  max-height: 380px;
  width: auto;
}

.spu-box .mc4wp-form-fields {
  text-align: center;
  margin-top: 20px;
}

.slick-next:before {
  content: "\f105" !important;
  font-family: "FontAwesome" !important;
}

.slick-prev:before {
  content: "\f104" !important;
  font-family: "FontAwesome" !important;
}

.woocommerce-result-count-container {
  display: none;
}

.blog-head {
  background: url(https://balja.pl/nowa_strona/wp-content/uploads/2020/07/banner02.jpg);
  background-position: center center;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}

.blog-head h4 {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  font-family: 'Roboto Slab', serif !important;
  margin: 0;
  padding: 10px;
}

.page-id-118 #back-to-top {
  display: block;
}

@media (max-width: 1650px) {
  .hd-col-left {
    width: calc(((100% / 12) * 5) - 20px);
  }
  .hd-col-right {
    width: calc(((100% / 12) * 3) - 20px);
  }
  .header-site.invert .nav-horizontal > ul > li > a {
    padding: 10px 20px;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.single-product .related.products .slick-dots {
  left: 0;
}

.single-product .related.products .slick-dots li button:before {
  width: 10px !important;
  height: 10px !important;
  font-size: 0 !important;
}

.map-multi-marker #infobulle .full-width-desc-markeur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -30px;
}

.map-multi-marker #infobulle .description-marker {
  line-height: 13px !important;
}

.map-multi-marker #infobulle .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-multi-marker #infobulle .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-list .elementor-column {
  border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 1920px) {
  .product-carousel .slick-prev, .product-carousel .slick-next {
    top: 38% !important;
  }
}

@media (min-width: 1650px) {
  .product-carousel .slick-prev, .product-carousel .slick-next {
    top: 33%;
  }
  .elementor-section .elementor-container, .single-post .layers-content-main .grid .span-8 {
    padding: 0 300px !important;
  }
  .elementor-section .elementor-container .elementor-section .elementor-container, .single-post .layers-content-main .grid .span-8 .elementor-section .elementor-container {
    padding: 0 !important;
  }
  .elementor-section .elementor-container .container-77, .single-post .layers-content-main .grid .span-8 .container-77 {
    padding: 0 !important;
  }
}

@media (min-width: 1360px) {
  .elementor-section .elementor-container, .single-post .layers-content-main .grid .span-8 {
    padding: 0 75px;
  }
  .elementor-section .elementor-container .elementor-section .elementor-container, .single-post .layers-content-main .grid .span-8 .elementor-section .elementor-container {
    padding: 0 !important;
  }
  .elementor-section .elementor-container .container-77, .single-post .layers-content-main .grid .span-8 .container-77 {
    padding: 0 !important;
  }
  .slider-homepage .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1360px) {
  .hd-col-left {
    width: calc(((100% / 12) * 6) - 20px);
  }
  .hd-col-right {
    width: calc(((100% / 12) * 2) - 20px);
  }
  .header-site.invert .nav-horizontal > ul > li > a {
    padding: 10px 12px;
  }
}

@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
  .hd-col-lg {
    display: none;
  }
}

@media (max-width: 1200px) {
  .story.post-story {
    padding: 0 75px;
  }
  .woocommerce-tabs .panel {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (max-width: 1199px) {
  .question a {
    font-size: 14px;
    margin: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cl-column {
    margin-bottom: 20px;
  }
  .top-bar .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sidebar {
    width: 100% !important;
  }
  .hd-col-center, .hd-col-right {
    width: calc(((100% / 12) * 6) - 20px);
  }
  a.mobile-menu {
    background: #b5c6a2;
    color: #fff;
    padding: 7px 13px;
    font-size: 16px;
    margin-left: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a.mobile-menu:hover {
    background: #000;
  }
  .hd-col-left {
    display: none;
  }
  .hd-col-lg {
    text-align: center;
  }
  .header-site, .header-site.header-sticky {
    display: none;
  }
  .blog #post-list article, .archive #post-list article {
    margin-left: 7px;
    margin-right: 7px;
    width: 31%;
  }
  .woocommerce-MyAccount-content {
    width: 75%;
  }
  .woocommerce-MyAccount-navigation {
    width: 23%;
    margin-right: 2%;
  }
  .sidebar .well {
    margin-bottom: 0;
  }
  .woocommerce .layers-content-main .column.span-9 {
    width: 100%;
  }
  .column.pull-right.sidebar {
    margin-right: 0 !important;
    width: 100%;
  }
  .no-border {
    display: none;
  }
}

@media (max-width: 1039px) {
  .single-product .single_add_to_cart_button {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .cl-contact-left {
    padding-left: 20px;
  }
  .search-results .thumbnail.push-bottom img {
    max-height: 300px;
  }
  .search-results .thumbnail.push-bottom {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .single-product .products {
    padding-left: 36px;
    padding-right: 36px;
  }
  .single-product .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .wplp_listposts .insideframe {
    padding: 0 15px;
  }
  .container-77 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .column-social-footer a i {
    font-size: 18px;
  }
  .contact-row .column {
    margin-bottom: 3px;
  }
  .product-carousel .slick-prev, .product-carousel .slick-next {
    top: 34%;
  }
  .slider-homepage .elementor-section .elementor-container {
    min-height: 600px !important;
  }
  .slide-apl {
    margin-left: 0;
  }
  .blog #post-list article, .archive #post-list article {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    border: 10px solid #fff;
  }
}

@media (max-width: 768px) {
  .product-carousel .slick-prev, .product-carousel .slick-next {
    top: 31%;
  }
  .search-results .thumbnail.push-bottom img {
    max-height: 230px;
  }
  .search-results .thumbnail.push-bottom {
    height: 260px;
  }
  .woocommerce-tabs .panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  .column.sidebar .widget {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .footer-site .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .column-footer-rw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-site .menu {
    padding-left: 0;
  }
  .column-social-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .balja-home-about, .home-section-blog {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  #product-home02 {
    display: none;
  }
  #product-home02-sc {
    display: none;
  }
  .column-social-footer-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .question .question-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question .question-buttons a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story.post-story {
    padding: 0 30px;
  }
  .woocommerce-tabs .panel {
    padding-left: 30px;
    padding-right: 30px;
  }
  .column-social-footer-mobile a i {
    font-size: 18px;
  }
  .home .wplp_container .text span {
    display: none;
  }
  .column-social-footer {
    display: none;
  }
  .home .home-section-blog {
    margin-top: 25px !important;
  }
  .home .blog-post-section {
    margin-top: -100px;
  }
  .home .wplp_container.default ul {
    height: auto !important;
  }
  .home .wplp_container.default ul li:first-child {
    display: block;
  }
  .home .wplp_container.default ul li {
    display: none;
    margin-bottom: 0 !important;
  }
  .balja-home-about {
    margin-top: 15px !important;
  }
  #product-home01-sc {
    display: none;
  }
  #product-home01 {
    display: none;
  }
  .widget_product_categories, .column.sidebar {
    display: none;
  }
  .section-title.large .heading {
    min-height: 0;
  }
  .woocommerce-tabs .tabs a {
    font-size: 20px;
  }
  .single-product .entry-title {
    font-size: 34px;
    line-height: 44px;
  }
  .bread-crumbs {
    font-size: 14px;
  }
  .single-product .title-container .title {
    min-height: 0;
  }
  .cl-contact-left {
    padding-left: 0;
  }
  .cl-contact-left h3, .cl-contact-left h4 {
    text-align: center;
  }
  .aboutuspage-contactbtn {
    text-align: left !important;
    margin-top: 20px;
  }
  .layers-content-main {
    padding-left: 32px;
    padding-right: 32px;
  }
  .wplp_container.default li {
    margin: 30px 0;
  }
  .product-carousel .slick-prev, .product-carousel .slick-next {
    top: 38%;
  }
  .slide-apl {
    padding: 45px;
    max-width: 360px;
  }
  .slide-apl h2:before {
    display: none;
  }
  .slide-apl h2 {
    font-size: 32px;
  }
  .blog #post-list article, .archive #post-list article {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .search-results .grid .column.span-8 article {
    width: 100%;
    padding: 15px;
  }
  #post-208 .woocommerce .login {
    max-width: 100%;
  }
  #post-208 #customer_login {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #post-208 #customer_login .col-1, #post-208 #customer_login .col-2 {
    width: 100%;
  }
  .woocommerce-MyAccount-navigation {
    margin-right: 0;
  }
  .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form {
    overflow-x: scroll;
  }
  .woocommerce-cart .actions .coupon input[type="text"] {
    max-width: 190px;
    display: block;
  }
  .woocommerce-cart table .actions .button {
    width: 190px;
  }
  .s-tabs {
    margin: 45px 0;
  }
  .single-product-tabs ul.ui-tabs-nav li {
    padding: 20px 10px;
  }
  .blog-section {
    padding: 48px 0 0 0 !important;
  }
}

@media (max-width: 575px) {
  .product-carousel .slick-prev, .product-carousel .slick-next {
    top: 40%;
  }
  .search-results .grid .column.span-8 article {
    width: 100%;
  }
  .related.products li.product {
    clear: none;
  }
  .single-product .woocommerce-tabs {
    padding-left: 16px;
    padding-right: 16px;
  }
  .woocommerce-review-link {
    margin-left: 0;
  }
  #tabs ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #tabs ul li {
    width: 100%;
  }
  .s-tabs {
    padding: 0 32px;
  }
  .woocommerce-result-count {
    float: left;
  }
  .products .img-wrap img {
    width: 100%;
  }
}

@media (max-width: 525px) {
  .story.post-story {
    padding: 0;
  }
  .footer-site {
    padding: 32px 0;
  }
  .product-carousel .slick-prev, .product-carousel .slick-next {
    top: 38%;
  }
  .woocommerce-ordering {
    margin-left: 0;
  }
  .hd-col-center, .hd-col-right {
    width: 100%;
  }
  .hd-col-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  form.woocommerce-cart-form {
    overflow: hidden;
  }
  form.woocommerce-cart-form table {
    max-width: 100%;
    display: block;
  }
  form.woocommerce-cart-form table th.product-remove, form.woocommerce-cart-form table th.product-thumbnail {
    display: none;
  }
  form.woocommerce-cart-form table .coupon input[type="text"] {
    max-width: 100% !important;
  }
  form.woocommerce-cart-form table .coupon {
    text-align: center;
  }
  form.woocommerce-cart-form table thead, form.woocommerce-cart-form table tbody {
    max-width: 100%;
    display: block;
  }
  form.woocommerce-cart-form table th, form.woocommerce-cart-form table tr, form.woocommerce-cart-form table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 425px) {
  .about-us-contact-col {
    text-align: center;
  }
  .page-id-161 .slab h2 {
    text-align: center;
  }
  .page-id-161 .h2-bajla-ct h2 {
    text-align: center;
  }
  .mc4wp-form-fields {
    text-align: center;
  }
  .elementor-button-wrapper {
    text-align: center;
  }
  .product-carousel .slick-prev, .product-carousel .slick-next {
    top: 42%;
  }
  #sbi_images .sbi_type_image {
    display: none !important;
  }
  #sbi_images .sbi_type_image:first-child {
    display: block !important;
  }
  .title-container .heading {
    font-size: 3.5rem;
  }
  .layers-content-main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog-post-section {
    margin-top: -64px;
  }
  .h2-bajla-ct h2 {
    font-size: 32px !important;
  }
  .col-points .elementor-column-wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .container-77 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .woocommerce[class*=' columns-'] .product {
    padding: 0;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 32px;
  }
  .slick-prev, .slick-next {
    width: 32px;
    height: 32px;
  }
  .product-carousel {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 375px) {
  .blog-head {
    min-height: 150px;
  }
  .title-container .title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hd-col-center {
    margin-bottom: 20px !important;
  }
  .cl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-tabs {
    padding: 0;
  }
}

@media (max-width: 320px) {
  .slide-apl {
    max-width: 320px;
  }
  .slider-homepage .slick-dots {
    bottom: 45px;
  }
}
/*# sourceMappingURL=custom.css.map */