/*
Theme Name: Deva Harmony
Description: 
Author: wydajnyweb.pl | Maciej Kostecki, 
Version: 1.0
License: All rights reserved
*/
@import url("https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
/* GLOBALNE */
html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .5px;
}

body h1, body h2, body h3, body h4 {
  font-family: 'Arima Madurai', serif;
  color: #000;
  letter-spacing: 1px;
}

body h1 {
  font-size: 34px;
  line-height: 52px;
  margin: 52px 0 26px;
  position: relative;
  -webkit-column-span: all;
          column-span: all;
}

body h1::after {
  position: absolute;
  content: '';
  background-image: url("../images/h1after.png");
  display: block;
  width: 42px;
  height: 29px;
  bottom: -10px;
  z-index: -10;
  bottom: -14px;
  left: 20px;
}

body h2 {
  font-size: 26px;
  line-height: 26px;
  margin: 52px 0 26px 0;
  -webkit-column-span: all;
          column-span: all;
}

body h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 26px 0 26px;
}

body h4 {
  line-height: 26px;
  font-size: 18px;
  margin: 26px 0 0;
}

body a {
  color: #7ec676;
}

body p {
  display: block;
  margin: 0 0 26px 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

body .button {
  outline: none;
  font-family: 'Arima Madurai', serif;
}

body a.button.cta {
  background-color: #7ec676;
  color: #fff;
  display: inline-block;
  padding: 7px 24px 4px;
  margin: 0 auto -22px auto;
  text-align: center;
  border: 2px solid #7fc678;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body a.button.cta:hover {
  background-color: #fff;
  color: #7ec676;
}

body .entry-content {
  margin-bottom: 80px;
}

body .entry-content p {
  margin-bottom: 26px;
}

body .entry-content ul, body .entry-content ol {
  margin: 0 0 26px 0;
}

body .entry-content ul {
  padding-left: 0;
}

body .entry-content ul li {
  display: block;
  padding-left: 30px;
  position: relative;
}

body .entry-content ul li::before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  left: 0px;
  background-image: url("../images/pointer.png");
  background-position: left;
}

body .container {
  max-width: 1170px;
  padding: 0 40px;
  margin: 0 auto;
}

body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .screen-reader-text {
  display: none;
}

body input[type=text], body input[type=password], body input[type=number], body input[type=email], body input[type=tel], body textarea {
  outline: none;
  line-height: 16px;
  padding: 12px 8px 9px;
  border: 1px solid #7ec676;
  border-radius: 9px;
}

/* GLOBALNE - koniec */
#header {
  display: block;
  width: 100%;
}

@media (max-width: 1159px) {
  #header {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

#header .headersearch li {
  list-style: none;
}

#header .headersearch input[type=search] {
  border: none;
  font-family: 'Montserrat', sans-serif;
  outline: none;
}

#header .headersearch button[type=submit], #header .headersearch button[type=submit]:focus {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0;
  outline: none;
  position: relative;
  background: url("../images/mag-glass.webp") top no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

#header .headersearch button[type=submit]:text {
  opacity: 0;
}

#header .headercart {
  width: auto;
  height: 26px;
  display: inline;
  position: relative;
  line-height: 12px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-bottom: 30px;
  margin-top: 28px;
}

#header .headercart a {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}

#header .headercart a:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}

#header .headercart a:first-child img.koszyk {
  padding-right: 20px;
}

#header .headercart a .carticon {
  display: inline-block;
  position: absolute;
  left: -26px;
  top: 0px;
  width: 18px;
  height: 17px;
  background: url("../images/cart.png") left bottom no-repeat;
  background-size: contain;
  margin-top: -2px;
}

#header .headercart a.remove {
  padding: 0 !important;
}

#header .headercart .widget_shopping_cart_content {
  padding-bottom: 0px !important;
}

#header .headercart .widget_shopping_cart_content ul.product_list_widget {
  display: none;
}

#header .headercart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: none;
}

#header .headercart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  display: none;
}

#header .headercart .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
  font-size: 14px;
  text-decoration: none;
  color: #7ec676;
}

@media screen and (max-width: 1159px) {
  #header .headercart {
    padding-bottom: 0px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 400px) {
  #header #functional-menu-mobile .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #header #functional-menu-mobile .container .row .headercart {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin-bottom: 15px;
  }
}

#header #functional-menu-desktop .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .woocommerce-mini-cart__empty-message {
  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;
}

#header .woocommerce-mini-cart__empty-message .koszyk {
  padding-right: 20px;
}

#header .woocommerce-mini-cart__empty-message .sad-emoji {
  padding-left: 5px;
}

#header #functional-menu-desktop {
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  text-align: right;
}

#header #functional-menu-desktop .container {
  padding-top: 12px;
}

#header #functional-menu-desktop .headernav-element {
  position: relative;
  display: inline-block;
}

#header #functional-menu-desktop .headernav-element a {
  padding: 0 78px 0 36px;
  font-size: 14px;
  text-decoration: none;
  color: #7ec676;
}

#header #functional-menu-desktop .headernav-element::after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #7ec676;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  top: 6px;
  right: 36px;
}

@media (max-width: 1159px) {
  #header #functional-menu-desktop {
    display: none;
  }
}

@media (min-width: 1160px) {
  #header #functional-menu-desktop {
    margin-top: 14px;
    padding-bottom: 26px;
    display: block;
    border-bottom: 1px solid #eeeae7;
  }
  #header #functional-menu-desktop .headersearch {
    margin-right: 120px;
  }
  #header #functional-menu-desktop .headersearch::after, #header #functional-menu-desktop .headercart::after {
    display: none;
  }
  #header #functional-menu-desktop .headerphone a {
    background: url("../images/phone.webp") left center no-repeat;
  }
  #header #functional-menu-desktop .headeruser a {
    background: url("../images/user.webp") left center no-repeat;
  }
  #header #functional-menu-desktop .headerwishlist a {
    background: url("../images/heart.webp") left center no-repeat;
  }
}

@media (max-width: 1159px) {
  #header #functional-menu-mobile {
    margin-top: 30px;
  }
  #header #functional-menu-mobile .row {
    padding-top: 12px;
  }
  #header #functional-menu-mobile .headersearch {
    border-bottom: 1px solid #dcbf89;
  }
  #header #functional-menu-mobile .headercart {
    margin-right: 0;
  }
  #header #functional-menu-mobile .headercart a .carticon {
    left: -26px;
  }
  #header #functional-menu-mobile .headercart a .counter {
    left: 18px;
    width: auto;
    padding: 4px 7px 0 7px;
  }
}

@media (min-width: 1160px) {
  #header #functional-menu-mobile {
    display: none;
  }
}

@media (max-width: 1159px) {
  #header #navbar {
    padding-top: 40px;
  }
  #header #navbar #menu-mainmenu {
    background-image: url("../images/left-leaves.png");
    background-position: 0% 30px;
    background-repeat: no-repeat;
    padding: 100px 0 80px;
    margin-top: 0;
    position: absolute;
    z-index: 105;
    -webkit-transform: translateY(-150vh);
            transform: translateY(-150vh);
    -webkit-transition: -webkit-transform .7s ease-in;
    transition: -webkit-transform .7s ease-in;
    transition: transform .7s ease-in;
    transition: transform .7s ease-in, -webkit-transform .7s ease-in;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 10px 20px rgba(20, 70, 20, 0.2);
            box-shadow: 0 10px 20px rgba(20, 70, 20, 0.2);
    border-bottom: 1px solid #cdc;
  }
  #header #navbar #menu-mainmenu li {
    position: relative;
    z-index: 50;
    display: block;
    padding-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
  }
  #header #navbar #menu-mainmenu li a {
    display: block;
    padding: 10px 40px 8px;
    color: inherit;
    text-decoration: none;
  }
  #header #navbar #menu-mainmenu li {
    border-bottom: 1px solid #eeeae7;
  }
  #header #navbar #menu-mainmenu li.menu-item-has-children > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #header #navbar #menu-mainmenu li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/menupointer.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    top: 10px;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    margin-right: 30px;
  }
  #header #navbar #menu-mainmenu li.menu-item-has-children.open::after {
    -webkit-transition: -webkit-transform .7s ease-in;
    transition: -webkit-transform .7s ease-in;
    transition: transform .7s ease-in;
    transition: transform .7s ease-in, -webkit-transform .7s ease-in;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header #navbar #menu-mainmenu .sub-menu {
    display: none;
    padding-left: 0;
  }
  #header #navbar #menu-mainmenu .sub-menu li {
    border-top: 1px solid #eeeae7;
    border-bottom: 0;
  }
  #header #navbar #menu-mainmenu .sub-menu li a {
    padding-left: 60px;
  }
  #header #navbar #menu-mainmenu .sub-menu li .sub-menu li a {
    padding-left: 80px;
  }
  #header #navbar #menu-mainmenu .show-children::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header #navbar #menu-mainmenu .show-children > .sub-menu {
    display: block;
  }
  #header #navbar #menu-mainmenu.open {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    display: block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header #navbar #burger {
    position: relative;
    z-index: 110;
    margin-top: 6px;
    width: 38px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header #navbar #burger .burgerbar {
    width: 38px;
    height: 4px;
    border-radius: 2px;
    background-color: #000;
  }
}

@media (min-width: 1160px) {
  #header #navbar {
    padding-top: 30px;
    position: relative;
    z-index: 100;
  }
  #header #navbar #menu-mainmenu {
    width: auto;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }
  #header #navbar #menu-mainmenu .sub-menu {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    padding: 12px 20px 20px;
    border-radius: 4px;
    position: absolute;
  }
  #header #navbar #menu-mainmenu .sub-menu li {
    display: inline-block;
    width: auto;
    min-width: 100%;
    padding: 0;
    border-bottom: 1px solid #dbebd9;
  }
  #header #navbar #menu-mainmenu .sub-menu li .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
  #header #navbar #menu-mainmenu .sub-menu li a {
    text-transform: none;
    display: block;
    padding: 6px 0;
    width: 200px;
  }
  #header #navbar #menu-mainmenu li:not(.produkty) .sub-menu a {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  #header #navbar #menu-mainmenu li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
  }
  #header #navbar #menu-mainmenu li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
  }
  #header #navbar #menu-mainmenu li a:hover {
    color: #7ec676;
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
  }
  #header #navbar #menu-mainmenu li.current_page_item > a {
    font-weight: 700;
    color: #dcbf89;
  }
  #header #navbar #menu-mainmenu li:hover > .sub-menu {
    display: block;
  }
  #header #navbar #burger {
    display: none;
  }
  #header #navbar #menu-mainmenu > li::before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #7ec676;
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
    top: 6px;
    left: 22px;
  }
  #header #navbar #menu-mainmenu > li:first-child {
    padding-left: 20px;
  }
  #header #navbar #menu-mainmenu > li:first-child::before {
    display: none;
  }
}

/* --end header--*/
/*  -------  */
/*  sidebar  */
/*  -------  */
#product-category-sidebar {
  width: 270px;
  display: block;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 26px;
}

#product-category-sidebar a {
  text-decoration: none;
  display: block;
  color: #666;
}

#product-category-sidebar ul {
  padding-left: 0;
}

#product-category-sidebar li {
  list-style: none;
}

#product-category-sidebar h2 {
  margin-top: 18px;
}

#product-category-sidebar button.widget-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0 12px 36px;
  margin: 8px 0;
  border: 0;
  outline: none;
  border-bottom: 2px solid #7ec676;
  display: block;
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0) url("../images/pointer.png") no-repeat left top;
}

#product-category-sidebar div.widget {
  margin-bottom: 30px;
  max-width: 500px;
}

#product-category-sidebar .widget_nav_menu .menu a {
  display: block;
  padding: 6px 0 4px;
  border-bottom: 1px dashed #cbddca;
}

#product-category-sidebar .widget_nav_menu .menu .menu-item-has-children > a {
  font-weight: 700;
}

#product-category-sidebar .widget_nav_menu .menu .sub-menu li a {
  padding-left: 20px;
  position: relative;
}

#product-category-sidebar .widget_nav_menu .menu .sub-menu li a::after {
  -webkit-transition: all .6s ease-out;
  transition: all .6s ease-out;
  content: '';
  display: block;
  position: absolute;
  background-color: #7ec676;
  opacity: 0.4;
  width: 6px;
  height: 6px;
  top: 15px;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  border-radius: 3px;
}

#product-category-sidebar .widget_nav_menu .menu .sub-menu li a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 1160px) {
  #product-category-sidebar {
    background-color: #f8f8f8;
    padding: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 1159px) {
  #product-category-sidebar {
    width: 100%;
  }
  #product-category-sidebar #filter-wrapper div {
    display: none;
  }
  #product-category-sidebar #filter-wrapper.open div {
    display: block;
  }
  #product-category-sidebar .sidebar-heading {
    margin-top: 18px;
    font-size: 18px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    display: inline-block;
  }
  #product-category-sidebar .sidebar-heading::after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/menupointer.svg");
    position: absolute;
    right: -40px;
    top: -2px;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
  }
  #product-category-sidebar #filter-wrapper.open .sidebar-heading::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#product-category-sidebar .widget_price_filter {
  /*
        * Slider styles from Woo
        */
}

#product-category-sidebar .widget_price_filter .price_slider_wrapper {
  padding-top: 10px;
}

#product-category-sidebar .widget_price_filter .button[type=submit] {
  border: 0;
  border-radius: 5px;
  padding: 8px 18px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  background-color: #7ec676;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

#product-category-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #dcbf89;
}

#product-category-sidebar .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

#product-category-sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #927a4e;
  border: 0;
}

#product-category-sidebar .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

#product-category-sidebar .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

#product-category-sidebar .widget_price_filter .price_slider {
  margin-bottom: 1em;
}

#product-category-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #dcbf89;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#product-category-sidebar .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

#product-category-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #dcbf89;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
}

#product-category-sidebar .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

#product-category-sidebar .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em;
}

/* -- end sidebar -- */
body.woocommerce,
body.woocommerce-js {
  /*		USER BOUGHT SOMETHING POPUP		*/
}

@media (max-width: 1159px) {
  body.woocommerce .row.main,
  body.woocommerce-js .row.main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.woocommerce .products .product,
  body.woocommerce-js .products .product {
    background-color: #fff;
  }
}

@media (max-width: 500px) {
  body.woocommerce .products .product,
  body.woocommerce-js .products .product {
    width: 100% !important;
  }
}

body.woocommerce .breadcrumbs,
body.woocommerce-js .breadcrumbs {
  padding-top: 20px;
  font-size: 12px;
}

@media (max-width: 1159px) {
  body.woocommerce .breadcrumbs,
  body.woocommerce-js .breadcrumbs {
    display: none;
  }
}

body.woocommerce .breadcrumbs a,
body.woocommerce-js .breadcrumbs a {
  color: #7ec676;
}

body.woocommerce .description-above,
body.woocommerce-js .description-above {
  margin-bottom: 24px;
}

@media (min-width: 1160px) {
  body.woocommerce #category-content,
  body.woocommerce-js #category-content {
    background: url("../images/leaves-right-center.png") right center no-repeat;
  }
  body.woocommerce #category-content .category-content,
  body.woocommerce-js #category-content .category-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

body.woocommerce .category-content h1, body.woocommerce #related-products h1,
body.woocommerce-js .category-content h1,
body.woocommerce-js #related-products h1 {
  margin-top: 0;
}

body.woocommerce .category-content .woocommerce-result-count, body.woocommerce #related-products .woocommerce-result-count,
body.woocommerce-js .category-content .woocommerce-result-count,
body.woocommerce-js #related-products .woocommerce-result-count {
  text-align: right;
  font-size: 12px;
}

body.woocommerce .category-content .woocommerce-ordering, body.woocommerce #related-products .woocommerce-ordering,
body.woocommerce-js .category-content .woocommerce-ordering,
body.woocommerce-js #related-products .woocommerce-ordering {
  padding-bottom: 8px;
  border-bottom: 1px dashed #f3ebde;
  margin-bottom: 22px;
  text-align: right;
}

body.woocommerce .category-content .woocommerce-ordering .orderby, body.woocommerce #related-products .woocommerce-ordering .orderby,
body.woocommerce-js .category-content .woocommerce-ordering .orderby,
body.woocommerce-js #related-products .woocommerce-ordering .orderby {
  font-family: 'Montserrat', sans-serif;
  border: none;
  color: #7ec676;
  outline: none;
  padding-left: 0;
}

body.woocommerce .category-content .woocommerce-ordering .orderby option, body.woocommerce #related-products .woocommerce-ordering .orderby option,
body.woocommerce-js .category-content .woocommerce-ordering .orderby option,
body.woocommerce-js #related-products .woocommerce-ordering .orderby option {
  padding-left: 0;
  color: #000;
}

body.woocommerce .category-content .products, body.woocommerce #related-products .products,
body.woocommerce-js .category-content .products,
body.woocommerce-js #related-products .products {
  padding: 0;
  max-width: 860px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 659px) {
  body.woocommerce .category-content .products, body.woocommerce #related-products .products,
  body.woocommerce-js .category-content .products,
  body.woocommerce-js #related-products .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.woocommerce .category-content .products .product, body.woocommerce #related-products .products .product,
body.woocommerce-js .category-content .products .product,
body.woocommerce-js #related-products .products .product {
  padding-bottom: 24px;
  margin: 0 10px 60px 10px;
  font-family: 'Arima Madurai', serif;
  width: 260px !important;
  display: block;
  border: 2px solid rgba(127, 198, 120, 0);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background-color: #fff;
  position: relative;
}

body.woocommerce .category-content .products .product img, body.woocommerce #related-products .products .product img,
body.woocommerce-js .category-content .products .product img,
body.woocommerce-js #related-products .products .product img {
  width: 80%;
  margin: 0 auto;
  height: auto;
  display: block;
}

body.woocommerce .category-content .products .product a.woocommerce-loop-product__link, body.woocommerce #related-products .products .product a.woocommerce-loop-product__link,
body.woocommerce-js .category-content .products .product a.woocommerce-loop-product__link,
body.woocommerce-js #related-products .products .product a.woocommerce-loop-product__link {
  text-align: center;
  text-decoration: none;
}

body.woocommerce .category-content .products .product a.viewproductbutton, body.woocommerce .category-content .products .product a.add_to_cart_button, body.woocommerce #related-products .products .product a.viewproductbutton, body.woocommerce #related-products .products .product a.add_to_cart_button,
body.woocommerce-js .category-content .products .product a.viewproductbutton,
body.woocommerce-js .category-content .products .product a.add_to_cart_button,
body.woocommerce-js #related-products .products .product a.viewproductbutton,
body.woocommerce-js #related-products .products .product a.add_to_cart_button {
  border: #7fc678;
  background-color: #7ec676;
  color: #fff;
  display: block;
  padding: 7px 24px 4px;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 146px;
  text-align: center;
  border: 2px solid #7fc678;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.woocommerce .category-content .products .product a.button, body.woocommerce #related-products .products .product a.button,
body.woocommerce-js .category-content .products .product a.button,
body.woocommerce-js #related-products .products .product a.button {
  line-height: 26px;
}

body.woocommerce .category-content .products .product a.button.added::after, body.woocommerce #related-products .products .product a.button.added::after,
body.woocommerce-js .category-content .products .product a.button.added::after,
body.woocommerce-js #related-products .products .product a.button.added::after {
  content: '';
}

body.woocommerce .category-content .products .product a.button.product_type_simple, body.woocommerce .category-content .products .product a.button.product_type_woosb, body.woocommerce #related-products .products .product a.button.product_type_simple, body.woocommerce #related-products .products .product a.button.product_type_woosb,
body.woocommerce-js .category-content .products .product a.button.product_type_simple,
body.woocommerce-js .category-content .products .product a.button.product_type_woosb,
body.woocommerce-js #related-products .products .product a.button.product_type_simple,
body.woocommerce-js #related-products .products .product a.button.product_type_woosb {
  border: #7fc678;
  background-color: #7ec676;
  color: #fff;
  display: block;
  padding: 7px 24px 4px;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 146px;
  text-align: center;
  border: 2px solid #7fc678;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.woocommerce .category-content .products .product a.viewproductbutton:hover, body.woocommerce .category-content .products .product a.add_to_cart_button:hover, body.woocommerce #related-products .products .product a.viewproductbutton:hover, body.woocommerce #related-products .products .product a.add_to_cart_button:hover,
body.woocommerce-js .category-content .products .product a.viewproductbutton:hover,
body.woocommerce-js .category-content .products .product a.add_to_cart_button:hover,
body.woocommerce-js #related-products .products .product a.viewproductbutton:hover,
body.woocommerce-js #related-products .products .product a.add_to_cart_button:hover {
  background-color: #fff;
  color: #7ec676;
}

body.woocommerce .category-content .products .product a.added_to_cart, body.woocommerce #related-products .products .product a.added_to_cart,
body.woocommerce-js .category-content .products .product a.added_to_cart,
body.woocommerce-js #related-products .products .product a.added_to_cart {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.woocommerce .category-content .products .product h2, body.woocommerce #related-products .products .product h2,
body.woocommerce-js .category-content .products .product h2,
body.woocommerce-js #related-products .products .product h2 {
  font-size: 18px;
  margin: 8px 0 0;
}

body.woocommerce .category-content .products .product a, body.woocommerce #related-products .products .product a,
body.woocommerce-js .category-content .products .product a,
body.woocommerce-js #related-products .products .product a {
  position: relative;
}

body.woocommerce .category-content .products .product span.price, body.woocommerce #related-products .products .product span.price,
body.woocommerce-js .category-content .products .product span.price,
body.woocommerce-js #related-products .products .product span.price {
  font-size: 22px;
  color: #7fc678;
  display: block;
  text-align: center;
  margin: 12px 0;
}

body.woocommerce .category-content .products .product span.price del, body.woocommerce #related-products .products .product span.price del,
body.woocommerce-js .category-content .products .product span.price del,
body.woocommerce-js #related-products .products .product span.price del {
  color: #f78888;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

body.woocommerce .category-content .products .product span.price ins, body.woocommerce #related-products .products .product span.price ins,
body.woocommerce-js .category-content .products .product span.price ins,
body.woocommerce-js #related-products .products .product span.price ins {
  text-decoration: none;
}

body.woocommerce .category-content .products .product span.onsale, body.woocommerce #related-products .products .product span.onsale,
body.woocommerce-js .category-content .products .product span.onsale,
body.woocommerce-js #related-products .products .product span.onsale {
  font-size: 0;
  position: absolute;
  left: unset;
  right: unset;
  z-index: 10;
}

body.woocommerce .category-content .products .product span.onsale::after, body.woocommerce #related-products .products .product span.onsale::after,
body.woocommerce-js .category-content .products .product span.onsale::after,
body.woocommerce-js #related-products .products .product span.onsale::after {
  content: '%';
  position: absolute;
  top: -10px;
  left: 213px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  background: #eba0a0 url("../images/percent.svg") no-repeat center;
}

body.woocommerce .category-content .products .product:hover, body.woocommerce #related-products .products .product:hover,
body.woocommerce-js .category-content .products .product:hover,
body.woocommerce-js #related-products .products .product:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #7fc678;
}

body.woocommerce .category-content .products .product.sale, body.woocommerce #related-products .products .product.sale,
body.woocommerce-js .category-content .products .product.sale,
body.woocommerce-js #related-products .products .product.sale {
  border: 2px solid #eba0a0;
  -webkit-animation: animation 0.8s infinite alternate linear;
          animation: animation 0.8s infinite alternate linear;
}

@-webkit-keyframes animation {
  from {
    border-color: rgba(211, 126, 126, 0.8);
  }
  to {
    border-color: rgba(211, 126, 126, 0.2);
  }
}

@keyframes animation {
  from {
    border-color: rgba(211, 126, 126, 0.8);
  }
  to {
    border-color: rgba(211, 126, 126, 0.2);
  }
}

body.woocommerce .category-content .products .product.sale:hover, body.woocommerce #related-products .products .product.sale:hover,
body.woocommerce-js .category-content .products .product.sale:hover,
body.woocommerce-js #related-products .products .product.sale:hover {
  border: 2px solid #eba0a0;
  -webkit-animation: none;
          animation: none;
}

body.woocommerce .category-content .products::before, body.woocommerce .category-content .products::after, body.woocommerce #related-products .products::before, body.woocommerce #related-products .products::after,
body.woocommerce-js .category-content .products::before,
body.woocommerce-js .category-content .products::after,
body.woocommerce-js #related-products .products::before,
body.woocommerce-js #related-products .products::after {
  position: absolute;
  display: none;
}

body.woocommerce .category-content nav.woocommerce-pagination ul, body.woocommerce #related-products nav.woocommerce-pagination ul,
body.woocommerce-js .category-content nav.woocommerce-pagination ul,
body.woocommerce-js #related-products nav.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

body.woocommerce .category-content nav.woocommerce-pagination ul li, body.woocommerce #related-products nav.woocommerce-pagination ul li,
body.woocommerce-js .category-content nav.woocommerce-pagination ul li,
body.woocommerce-js #related-products nav.woocommerce-pagination ul li {
  list-style-type: none;
  margin: 0 8px;
}

body.woocommerce .category-content nav.woocommerce-pagination ul li a, body.woocommerce #related-products nav.woocommerce-pagination ul li a,
body.woocommerce-js .category-content nav.woocommerce-pagination ul li a,
body.woocommerce-js #related-products nav.woocommerce-pagination ul li a {
  padding: 8px;
  text-decoration: none;
}

body.woocommerce nav.woocommerce-pagination,
body.woocommerce-js nav.woocommerce-pagination {
  margin-bottom: 30px;
}

body.woocommerce nav.woocommerce-pagination ul,
body.woocommerce-js nav.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  border: none;
}

body.woocommerce nav.woocommerce-pagination ul li,
body.woocommerce-js nav.woocommerce-pagination ul li {
  margin: 25px;
  list-style-type: none;
  border: none;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-js nav.woocommerce-pagination ul li a {
  padding: 8px;
  text-decoration: none;
  border: none;
  padding: 8px;
  border-radius: 10px;
}

body.woocommerce nav.woocommerce-pagination ul li:hover a,
body.woocommerce-js nav.woocommerce-pagination ul li:hover a {
  background-color: #e9e9e9;
  border-radius: 10px;
}

body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-js nav.woocommerce-pagination ul li span.current {
  background-color: #ddbf89;
  color: white;
  font-weight: bold;
  min-width: auto;
  border-radius: 10px;
  padding: 8px;
}

@media screen and (max-width: 400px) {
  body.woocommerce nav.woocommerce-pagination ul li,
  body.woocommerce-js nav.woocommerce-pagination ul li {
    margin: 0 2px !important;
  }
}

body.woocommerce #top-cat-description,
body.woocommerce-js #top-cat-description {
  padding: 30px 0;
}

body.woocommerce .category-description,
body.woocommerce-js .category-description {
  padding: 80px 0;
}

@media (min-width: 1555px) {
  body.woocommerce .category-description,
  body.woocommerce-js .category-description {
    background: #f8f8f8 url("../images/leaves-left-bottom.png") left bottom no-repeat;
  }
}

@media (max-width: 1554px) {
  body.woocommerce .category-description,
  body.woocommerce-js .category-description {
    background: #f8f8f8 url("../images/leaves-left-bottom.png") left bottom no-repeat;
    background-size: 100px 100px;
  }
}

@media (min-width: 800px) {
  body.woocommerce .category-description .term-description,
  body.woocommerce-js .category-description .term-description {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

body.woocommerce #productrow .container,
body.woocommerce-js #productrow .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1160px) {
  body.woocommerce #productrow .container,
  body.woocommerce-js #productrow .container {
    width: 1080px;
  }
}

@media (max-width: 1159px) {
  body.woocommerce #productrow .container,
  body.woocommerce-js #productrow .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}

body.woocommerce #productrow .container h1::after,
body.woocommerce-js #productrow .container h1::after {
  display: none;
}

body.woocommerce #productrow .container #product-gallery,
body.woocommerce-js #productrow .container #product-gallery {
  max-width: 540px;
  display: block;
  margin-top: 40px;
}

body.woocommerce #productrow .container #product-gallery .onsale,
body.woocommerce-js #productrow .container #product-gallery .onsale {
  display: none;
}

body.woocommerce #productrow .container #product-gallery .images,
body.woocommerce-js #productrow .container #product-gallery .images {
  width: 100%;
}

body.woocommerce #productrow .container #product-gallery .images .flex-control-thumbs,
body.woocommerce-js #productrow .container #product-gallery .images .flex-control-thumbs {
  margin-top: 10px;
}

body.woocommerce #productrow .container #product-gallery img,
body.woocommerce-js #productrow .container #product-gallery img {
  max-width: 500px;
}

@media (min-width: 1160px) {
  body.woocommerce #productrow .container #product-gallery,
  body.woocommerce-js #productrow .container #product-gallery {
    width: 520px;
  }
}

@media (max-width: 1159px) {
  body.woocommerce #productrow .container #product-gallery,
  body.woocommerce-js #productrow .container #product-gallery {
    width: 100%;
  }
  body.woocommerce #productrow .container #product-gallery .woocommerce-product-gallery__image,
  body.woocommerce-js #productrow .container #product-gallery .woocommerce-product-gallery__image {
    margin-top: 20px;
  }
}

body.woocommerce #productrow .container #product-summary,
body.woocommerce-js #productrow .container #product-summary {
  float: none;
}

@media (min-width: 1160px) {
  body.woocommerce #productrow .container #product-summary,
  body.woocommerce-js #productrow .container #product-summary {
    width: 520px;
  }
}

@media (max-width: 1159px) {
  body.woocommerce #productrow .container #product-summary,
  body.woocommerce-js #productrow .container #product-summary {
    width: 100%;
  }
}

body.woocommerce #productrow .container #product-summary .price,
body.woocommerce-js #productrow .container #product-summary .price {
  font-size: 28px;
  font-family: 'Arima Madurai', serif;
  margin: 12px 0 26px;
}

body.woocommerce #productrow .container #product-summary .price del,
body.woocommerce-js #productrow .container #product-summary .price del {
  color: #f78888;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

body.woocommerce #productrow .container #product-summary .price ins,
body.woocommerce-js #productrow .container #product-summary .price ins {
  padding-left: 12px;
  text-decoration: none;
}

body.woocommerce #productrow .container #product-summary .stock,
body.woocommerce-js #productrow .container #product-summary .stock {
  margin-top: 26px;
}

body.woocommerce #productrow .container #product-summary form.cart,
body.woocommerce-js #productrow .container #product-summary form.cart {
  margin-top: 26px;
}

body.woocommerce #productrow .container #product-summary form.cart input[type=number],
body.woocommerce-js #productrow .container #product-summary form.cart input[type=number] {
  outline: none;
  line-height: 16px;
  padding: 12px 8px 9px;
  border: 2px solid #7ec676;
  border-radius: 9px;
}

body.woocommerce #productrow .container #product-summary form.cart input[type=number]::-webkit-inner-spin-button,
body.woocommerce-js #productrow .container #product-summary form.cart input[type=number]::-webkit-inner-spin-button {
  background-color: #7ec676;
}

body.woocommerce #productrow .container #product-summary form.cart .single_add_to_cart_button,
body.woocommerce-js #productrow .container #product-summary form.cart .single_add_to_cart_button {
  background-color: #7ec676;
  font-family: 'Arima Madurai', serif;
  border-radius: 9px;
  padding-top: 14px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

body.woocommerce #productrow .container #product-summary .product_meta,
body.woocommerce-js #productrow .container #product-summary .product_meta {
  display: none;
}

body.woocommerce #productrow .container #product-summary .shippinginfo,
body.woocommerce-js #productrow .container #product-summary .shippinginfo {
  border-top: 1px dashed #dfe9df;
  background: url("../images/truck.png") no-repeat;
  padding: 20px 0 20px 60px;
  font-size: 12px;
  line-height: 1;
  background-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center left;
}

body.woocommerce #productrow .container #product-summary .freeshippinginfo,
body.woocommerce-js #productrow .container #product-summary .freeshippinginfo {
  border-top: 1px dashed #dfe9df;
  background: url("../images/free-shipping.png") no-repeat;
  padding: 20px 0 20px 60px;
  font-size: 12px;
  line-height: 1;
  background-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center left;
}

body.woocommerce #productrow .container #product-summary .safe-payments,
body.woocommerce-js #productrow .container #product-summary .safe-payments {
  border-top: 1px dashed #dfe9df;
  background: url("../images/safe-payments.png") no-repeat;
  padding: 20px 0 20px 60px;
  font-size: 12px;
  line-height: 1;
  background-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center left;
}

body.woocommerce #productrow .container #product-summary .safe-animals,
body.woocommerce-js #productrow .container #product-summary .safe-animals {
  border-top: 1px dashed #dfe9df;
  background: url("../images/safe-animals.png") no-repeat;
  padding: 20px 0 20px 60px;
  font-size: 12px;
  line-height: 1;
  background-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center left;
}

body.woocommerce #productrow .container #product-summary .without-gmo,
body.woocommerce-js #productrow .container #product-summary .without-gmo {
  border-top: 1px dashed #dfe9df;
  background: url("../images/without-gmo.png") no-repeat;
  padding: 20px 0 20px 60px;
  font-size: 12px;
  line-height: 1;
  background-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center left;
}

body.woocommerce #productrow .container #product-summary .for-wegan,
body.woocommerce-js #productrow .container #product-summary .for-wegan {
  border-top: 1px dashed #dfe9df;
  background: url("../images/for-wegan.png") no-repeat;
  padding: 20px 0 20px 60px;
  font-size: 12px;
  line-height: 1;
  background-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center left;
}

body.woocommerce #productrow .container #product-summary .masz-pytania,
body.woocommerce-js #productrow .container #product-summary .masz-pytania {
  width: 100%;
  padding: 15px;
  border: 1px solid #7ec6765d;
  font-family: 'Arima Madurai', serif;
  border-radius: 9px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 520px;
  margin-bottom: 20px;
  opacity: 0.8;
}

body.woocommerce #productrow .container #product-summary .masz-pytania p.contact-tel,
body.woocommerce-js #productrow .container #product-summary .masz-pytania p.contact-tel {
  text-decoration: underline;
}

body.woocommerce #productrow .container #product-summary .masz-pytania:hover,
body.woocommerce-js #productrow .container #product-summary .masz-pytania:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

body.woocommerce #productrow .container #product-summary .masz-pytania .icon-wrapper,
body.woocommerce-js #productrow .container #product-summary .masz-pytania .icon-wrapper {
  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;
}

body.woocommerce #productrow .container #product-summary .masz-pytania .icon-wrapper p,
body.woocommerce-js #productrow .container #product-summary .masz-pytania .icon-wrapper p {
  border-radius: 50%;
  background-color: #7ec676;
  color: white;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-left: 2px !important;
  line-height: 48px;
  font-size: 26px;
  font-weight: bold;
}

body.woocommerce #productrow .container #product-summary .masz-pytania a,
body.woocommerce-js #productrow .container #product-summary .masz-pytania a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 575px) {
  body.woocommerce #productrow .container #product-summary .masz-pytania,
  body.woocommerce-js #productrow .container #product-summary .masz-pytania {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.woocommerce #productrow .container #product-summary .masz-pytania .icon-wrapper,
  body.woocommerce-js #productrow .container #product-summary .masz-pytania .icon-wrapper {
    margin-bottom: 20px;
  }
  body.woocommerce #productrow .container #product-summary .masz-pytania p,
  body.woocommerce-js #productrow .container #product-summary .masz-pytania p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.woocommerce #product-description,
body.woocommerce-js #product-description {
  background-color: #f8f8f8;
  padding: 80px 0 100px;
}

body.woocommerce #related ul.products,
body.woocommerce-js #related ul.products {
  max-width: unset;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.woocommerce #related ul.products li.product,
body.woocommerce-js #related ul.products li.product {
  margin: 0 0 60px 0;
}

body.woocommerce #related ul.products li.product .onsale,
body.woocommerce-js #related ul.products li.product .onsale {
  left: 0;
}

body.woocommerce #related ul.products::before, body.woocommerce #related ul.products::after,
body.woocommerce-js #related ul.products::before,
body.woocommerce-js #related ul.products::after {
  position: absolute;
}

body.woocommerce .afterBuy,
body.woocommerce-js .afterBuy {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90vw;
  height: 90vh;
  z-index: 9999999;
  margin-top: 0 !important;
  font-size: 18px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-bottom: 3px solid #ddbf89;
}

@media (max-width: 800px) {
  body.woocommerce .afterBuy,
  body.woocommerce-js .afterBuy {
    background: #fff url("../images/bottom-leaves.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
  }
}

@media (min-width: 801px) {
  body.woocommerce .afterBuy,
  body.woocommerce-js .afterBuy {
    background: #fff url("../images/bottom-leaves2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
  }
}

body.woocommerce .afterBuy .cancelPopup,
body.woocommerce-js .afterBuy .cancelPopup {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  background-color: #eee;
  color: #141;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

body.woocommerce .afterBuy .wc-forward,
body.woocommerce-js .afterBuy .wc-forward {
  margin-top: 26px;
  background-color: #7ec676;
  color: #fff;
  font-family: 'Arima Madurai', serif;
  padding-top: 15px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

body.woocommerce .afterBuy::before,
body.woocommerce-js .afterBuy::before {
  display: none;
}

@media (max-width: 800px) {
  body.woocommerce body .afterBuy,
  body.woocommerce-js body .afterBuy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* ------------------------ */
/* --------homepage-------- */
/* ------------------------ */
body.home h2.homepage-title {
  font-size: 34px;
  line-height: 52px;
  margin: 52px 0 26px;
  position: relative;
  -webkit-column-span: all;
          column-span: all;
  z-index: 10;
}

body.home h2.homepage-title::after {
  position: absolute;
  content: '';
  background-image: url("../images/h1after.png");
  display: block;
  width: 42px;
  height: 29px;
  bottom: -10px;
  z-index: 1;
  bottom: -14px;
  left: 20px;
}

body.home .article .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

body.home #zdrowie-z-ajurweda .legenda {
  margin-bottom: 26px;
}

body.home #zdrowie-z-ajurweda .legenda a {
  color: inherit;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

body.home #zdrowie-z-ajurweda .legenda a:hover {
  color: #dcbf89;
}

body.home #zdrowie-z-ajurweda .legenda a:hover .legenda-swatch::before {
  opacity: 0.7;
}

body.home #zdrowie-z-ajurweda .legenda .legenda-swatch {
  display: inline-block;
  margin: 0 20px 12px 0;
}

body.home #zdrowie-z-ajurweda .legenda .legenda-swatch .label {
  font-size: 12px;
}

body.home #zdrowie-z-ajurweda .legenda .legenda-swatch::before {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.home #artykuly {
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 200px 0 #fff inset;
          box-shadow: 0 200px 0 #fff inset;
}

body.home #artykuly .article-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 660px) {
  body.home #artykuly .article-list-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.home #artykuly .article-list-wrapper .article {
    margin-left: 20px;
  }
  body.home #artykuly .article-list-wrapper .article:first-child {
    margin-left: 0;
  }
}

body.home #bestsellers, body.home #new_products {
  padding-top: 52px;
  -webkit-box-shadow: 0 -200px 0 #fff inset;
          box-shadow: 0 -200px 0 #fff inset;
  background-color: #f2f2f2;
}

body.home #bestsellers .products, body.home #new_products .products {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 659px) {
  body.home #bestsellers .products, body.home #new_products .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.home #bestsellers .products .product, body.home #new_products .products .product {
  padding-bottom: 24px;
  margin: 0 0 60px 0;
  font-family: 'Arima Madurai', serif;
  width: 260px !important;
  display: block;
  border: 2px solid rgba(127, 198, 120, 0);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background-color: #fff;
  position: relative;
}

body.home #bestsellers .products .product img, body.home #new_products .products .product img {
  width: 80%;
  margin: 0 auto;
  height: auto;
  display: block;
}

body.home #bestsellers .products .product a.woocommerce-loop-product__link, body.home #new_products .products .product a.woocommerce-loop-product__link {
  text-align: center;
  text-decoration: none;
}

body.home #bestsellers .products .product a.viewproductbutton, body.home #bestsellers .products .product a.add_to_cart_button, body.home #new_products .products .product a.viewproductbutton, body.home #new_products .products .product a.add_to_cart_button {
  border: #7fc678;
  background-color: #7ec676;
  color: #fff;
  display: block;
  padding: 7px 24px 4px;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 146px;
  text-align: center;
  border: 2px solid #7fc678;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

body.home #bestsellers .products .product a.added_to_cart, body.home #new_products .products .product a.added_to_cart {
  display: block;
  text-align: center;
}

body.home #bestsellers .products .product a.button, body.home #new_products .products .product a.button {
  line-height: 26px;
}

body.home #bestsellers .products .product a.button.added::after, body.home #new_products .products .product a.button.added::after {
  content: '';
}

body.home #bestsellers .products .product a.viewproductbutton:hover, body.home #bestsellers .products .product a.add_to_cart_button:hover, body.home #new_products .products .product a.viewproductbutton:hover, body.home #new_products .products .product a.add_to_cart_button:hover {
  background-color: #fff;
  color: #7ec676;
}

body.home #bestsellers .products .product span.price, body.home #new_products .products .product span.price {
  font-size: 22px;
  color: #7fc678;
  display: block;
  text-align: center;
  margin: 12px 0;
}

body.home #bestsellers .products .product span.price del, body.home #new_products .products .product span.price del {
  color: #f78888;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

body.home #bestsellers .products .product span.price ins, body.home #new_products .products .product span.price ins {
  text-decoration: none;
}

body.home #bestsellers .products .product span.onsale, body.home #new_products .products .product span.onsale {
  font-size: 0;
  position: absolute;
  left: unset;
  right: unset;
  z-index: 10;
}

body.home #bestsellers .products .product span.onsale::after, body.home #new_products .products .product span.onsale::after {
  content: '';
  position: absolute;
  top: -10px !important;
  left: 213px !important;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  background: #eba0a0 url("../images/percent.svg") no-repeat center;
}

body.home #bestsellers .products::before, body.home #bestsellers .products::after, body.home #new_products .products::before, body.home #new_products .products::after {
  position: absolute;
  display: none;
}

body.home #wpisy .article-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 660px) {
  body.home #wpisy .article-list-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.home #wpisy .article-list-wrapper .article {
    margin-left: 20px;
  }
  body.home #wpisy .article-list-wrapper .article:first-child {
    margin-left: 0;
  }
}

body.home #product-set {
  position: relative;
}

body.home #product-set img {
  display: block;
  width: 100%;
  height: auto;
}

body.home #our-standards {
  background: url("../images/standard-bg.webp") bottom left no-repeat;
}

body.home #our-standards .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.home #our-standards .container .standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body.home #our-standards .container .standard .standard-content {
  padding-left: 20px;
}

body.home #our-standards .container .standard .standard-title {
  margin-top: 0;
  font-size: 16px;
}

body.home #our-standards .container .standard .standard-text {
  font-size: 14px;
}

@media (max-width: 1159px) {
  body.home #our-standards {
    padding: 50px 0 10px 0;
    background-size: 120px 98px;
  }
  body.home #our-standards .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.home #our-standards .container .standard {
    margin-bottom: 40px;
  }
  body.home #our-standards .container .standard:last-child {
    padding-bottom: 80px;
    border-bottom: 1px solid #dcbf89;
    margin-bottom: 10px;
  }
  body.home #our-standards .container .standard-icon {
    width: 66px;
  }
  body.home #our-standards .container .standard-title {
    letter-spacing: unset;
  }
  body.home #our-standards .container .standard-text {
    letter-spacing: unset;
  }
}

@media (min-width: 1160px) {
  body.home #our-standards {
    padding: 50px 0;
  }
  body.home #our-standards .standard {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-right: 40px;
  }
  body.home #our-standards .standard:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1160px) {
  body.home #navbar {
    padding-bottom: 14px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  body.home .entry-summary {
    padding-bottom: 24px;
  }
  body.home #cotojest {
    margin-bottom: 80px;
  }
  body.home #cotojest .homepage-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.home #cotojest .homepage-post .post-contents {
    width: 678px;
  }
  body.home #zdrowie-z-ajurweda {
    margin-bottom: 80px;
  }
  body.home #zdrowie-z-ajurweda .homepage-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 1159px) {
  body.home .permalink-button {
    text-align: center;
  }
  body.home .permalink-button a {
    display: inline-block;
  }
  body.home .entry-summary {
    padding-bottom: 24px;
  }
  body.home #cotojest .homepage-post {
    position: relative;
    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;
    margin-bottom: 500px;
  }
}

@media (max-width: 1159px) and (min-width: 425px) and (max-width: 1159px) {
  body.home #cotojest .homepage-post {
    margin-bottom: 0 !important;
  }
  body.home #cotojest .homepage-post .post-thumbnail {
    display: none;
  }
}

@media (max-width: 1159px) {
  body.home #cotojest .homepage-post .post-thumbnail {
    padding-top: 40px;
    position: relative;
    width: 100%;
  }
  body.home #cotojest .homepage-post .post-thumbnail img {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 424px;
    height: auto;
  }
  body.home #zdrowie-z-ajurweda .homepage-post {
    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;
  }
  body.home #zdrowie-z-ajurweda .homepage-post .permalink-button {
    margin-bottom: 50px;
  }
  body.home #zdrowie-z-ajurweda .homepage-post .post-thumbnail {
    position: relative;
    width: 100%;
  }
  body.home #zdrowie-z-ajurweda .homepage-post .post-thumbnail img {
    max-width: 100%;
    height: auto;
  }
}

/* ------------------------ */
/* ---------footer--------- */
/* ------------------------ */
footer {
  padding: 70px 0 0;
  font-size: 14px;
  background-color: #ddbf89;
  color: #eae0cd;
}

footer #footerwidgets {
  color: #fff5e2;
  padding-bottom: 60px;
}

@media (max-width: 1159px) {
  footer #footerwidgets {
    background: url("../images/leaves-brown-right.webp") right no-repeat;
  }
}

@media (min-width: 1160px) {
  footer #footerwidgets {
    background: url("../images/leaves-brown-bottom.png") bottom no-repeat;
  }
}

footer #footerwidgets .widget-title {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
}

footer #footerwidgets ul {
  padding-left: 0;
}

footer #footerwidgets li {
  list-style: none;
}

footer #footerwidgets li a {
  color: #fff5e2;
  text-decoration: none;
}

footer #footerwidgets li a:hover {
  color: #aa7450;
}

footer #footerwidgets #footer-widget-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1159px) {
  footer #footerwidgets #footer-widget-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer #footerwidgets #footer-widget-area > div {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-right: 40px;
}

footer #footerwidgets #footer-widget-area > div:last-child {
  margin-right: 0;
}

footer a {
  color: #aa7450;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

footer a:hover {
  color: #c97238;
}

footer h2 {
  color: #fff;
}

footer #websitedata {
  background-color: #fff;
  color: #444;
  font-size: 10px;
  line-height: 16px;
  padding: 20px 0 16px;
}

footer #websitedata .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1159px) {
  footer #websitedata .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer #websitedata .container #copyright {
  text-align: center;
  margin-right: 40px;
}

footer #websitedata .container #jiva-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #websitedata .container #jiva-partner .partnertext {
  text-align: right;
  display: inline-block;
}

footer #websitedata .container #jiva-partner .partnerlogo {
  display: inline-block;
  margin-left: 8px;
}

footer #websitedata .container #jiva-partner .partnerlogo img {
  padding-top: 2px;
}

@media (max-width: 1159px) {
  footer #websitedata .container #footerlogo {
    margin-top: 20px;
  }
  footer #websitedata .container #copyright {
    text-align: left;
    margin-top: 12px;
  }
  footer #websitedata .container #jiva-partner {
    margin-top: 8px;
    border-top: 1px solid #f6f6f6;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
  footer #websitedata .container #jiva-partner .partnertext {
    letter-spacing: 0;
    margin-top: 12px;
    text-align: left;
    display: block;
  }
  footer #websitedata .container #jiva-partner .partnerlogo {
    margin-top: 12px;
    text-align: left;
    display: block;
    margin-left: 0;
    margin-right: 4px;
  }
  footer #websitedata .container #jiva-partner .partnerlogo img {
    margin-top: 2px;
  }
}

footer #websitedata .container > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

footer #websitedata a {
  color: #beb197;
}

footer #websitedata a:hover {
  color: #fff;
}

section#jiva {
  margin: 160px auto;
  overflow-x: hidden;
}

section#jiva .banner-jiva {
  position: relative;
  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;
}

section#jiva .banner-jiva > img {
  -webkit-box-shadow: 0px -5px 10px 0px #00000060;
          box-shadow: 0px -5px 10px 0px #00000060;
  margin: 20px;
  margin-left: 0;
}

section#jiva .banner-jiva .banner-content-jiva {
  position: absolute;
  max-width: 1250px;
  width: 100%;
}

section#jiva .banner-jiva .banner-content-jiva .container img {
  width: 200px;
  height: auto;
}

section#jiva .banner-jiva .banner-content-jiva .container h1 {
  text-shadow: 0px 0px 15px white;
}

section#jiva > .container hr {
  max-width: 70%;
  border: none;
  border-bottom: 1.5px solid #c74a1a;
  margin: 50px auto;
}

section#jiva > .container p {
  text-align: justify;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  section#jiva .banner-jiva {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section#jiva .banner-jiva > img {
    margin-left: -220px;
  }
}

@media screen and (max-width: 600px) {
  section#jiva .banner-jiva > img {
    min-height: 600px;
  }
  section#jiva .banner-content-jiva .container img {
    padding-top: 35px;
  }
  section#jiva > .container hr {
    max-width: 90%;
  }
}

@media screen and (min-width: 1160px) {
  #header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999999;
    background-color: white;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #header #navbar #menu-mainmenu li {
    cursor: pointer;
  }
  #header.sticky {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header.sticky #functional-menu-desktop {
    border-bottom: none;
  }
  #header.sticky #functional-menu-desktop .headercart {
    margin-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header.sticky #functional-menu-desktop .headersearch {
    margin-right: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header.sticky #functional-menu-desktop .container div a {
    font-size: 12px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header.sticky #navbar {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header.sticky #navbar #menu-mainmenu {
    font-size: 12px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header #functional-menu-desktop .headercart {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header #functional-menu-desktop .headersearch {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header #functional-menu-desktop .container div a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header #navbar {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header #navbar #menu-mainmenu {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

@media screen and (max-width: 1159px) {
  #header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999999;
    background-color: white;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #header #navbar #menu-mainmenu li {
    cursor: pointer;
  }
  #header #menu-mainmenu {
    position: fixed !important;
  }
  #header #navbar {
    padding-top: 20px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header #navbar #nawigacja {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #navbar #nawigacja #burger {
    margin-top: unset;
  }
  #header #functional-menu-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    max-height: 100px;
  }
  #header #functional-menu-mobile .row {
    padding-top: 5px;
  }
}

@media screen and (max-width: 1159px) and (max-width: 400px) {
  #header #functional-menu-mobile .container .row .headercart {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1159px) {
  #header.sticky #functional-menu-mobile {
    max-height: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-bottom: 0;
    margin-top: 0;
  }
  #header.sticky #navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

#header.sticky .minicart_wrapper {
  margin-top: 6px !important;
}

#banner {
  position: relative;
}

#banner .prawo {
  position: absolute;
  display: block;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  z-index: 2;
}

#banner .lewo {
  position: absolute;
  display: block;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  z-index: 2;
}

#banner .lewo,
#banner .prawo {
  background-color: #7ec676;
  padding: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

#banner .lewo svg,
#banner .prawo svg {
  fill: white;
  width: 24px;
  height: 28px;
  -webkit-transition: 0.20s ease-in-out;
  transition: 0.20s ease-in-out;
}

#banner:hover .prawo {
  right: 10px;
  opacity: 1;
  -webkit-transition: 0.20s ease-in-out;
  transition: 0.20s ease-in-out;
}

#banner:hover .prawo:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.20s ease-in-out;
  transition: 0.20s ease-in-out;
}

#banner:hover .lewo {
  left: 10px;
  opacity: 1;
  -webkit-transition: 0.20s ease-in-out;
  transition: 0.20s ease-in-out;
}

#banner:hover .lewo:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media screen and (max-width: 1000px) {
  #banner .prawo {
    right: 10px;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #banner .lewo {
    left: 10px;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
}

@media screen and (max-width: 400px) {
  #banner .prawo {
    width: 20px;
    height: 20px;
  }
  #banner .lewo {
    width: 20px;
    height: 20px;
  }
  #banner .lewo,
  #banner .prawo {
    padding: 8px;
  }
  #banner .lewo svg,
  #banner .prawo svg {
    width: 18px;
    height: 20px;
  }
}

#geowidget_show_map {
  background-color: #7ec676;
  border-radius: 10px;
}

.entry-content .zamowienie-przed {
  border: 2px solid #7ec676;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.kariera,
.close {
  opacity: 0;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

.badge {
  position: relative;
  position: fixed;
  z-index: 99999;
  display: block;
  right: 0;
  top: 35vh;
  -webkit-transform: rotate(90deg) translate(0, -90%);
          transform: rotate(90deg) translate(0, -90%);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: 9999999;
}

.badge .kariera {
  text-decoration: none;
  width: auto;
  padding: 10px 20px;
  height: 38px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  opacity: 0;
  background-color: #fff;
  color: #7ec676;
  border: 2px solid #7fc678;
  border-radius: 10px;
  font-family: 'Arima Madurai', serif;
  -webkit-box-shadow: 0 0 10px #0003;
          box-shadow: 0 0 10px #0003;
}

.badge span.close {
  position: absolute;
  top: 0;
  padding: 5px;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  right: 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  opacity: 0;
  background-color: #fff;
  color: #7ec676;
  border: 2px solid #7fc678;
  font-family: 'Arima Madurai', serif;
  -webkit-box-shadow: 0 0 10px #0003;
          box-shadow: 0 0 10px #0003;
  line-height: 1;
  -webkit-transform: rotate(90deg) translate(0, -100%);
          transform: rotate(90deg) translate(0, -100%);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  top: 40px;
  left: -65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .badge {
    -webkit-transform: rotate(90deg) translate(0, -142%);
            transform: rotate(90deg) translate(0, -142%);
  }
  .badge .kariera {
    padding: 4px 10px;
    height: 32px;
  }
  .badge span.close {
    font-size: 11px;
    height: 10px;
    width: 10px;
    top: 25px;
    left: -60px;
  }
}

@media screen and (max-height: 768px) {
  .badge {
    top: 36vh;
  }
}

@media screen and (max-height: 650px) {
  .badge {
    top: 41vh;
  }
}

@media screen and (max-height: 650px) {
  .badge {
    top: 41vh;
  }
}

@media screen and (max-height: 560px) {
  .badge {
    top: 42vh;
  }
}

@media screen and (max-height: 545px) {
  .badge {
    top: 43vh;
  }
}

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

.footer-ig-icon,
.footer-pint-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-fb-icon,
.footer-ig-icon,
.footer-pint-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-fb-icon img,
.footer-ig-icon img,
.footer-pint-icon img {
  margin-right: 12px !important;
}

.footer-fb-icon {
  margin-top: 20px;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  max-width: 550px;
}

.checkbox-wrapper span {
  width: 20px;
  height: 30px;
}

.checkbox-wrapper span input {
  width: 20px;
  height: 30px;
  margin-bottom: 0;
}

.text-div {
  padding-left: 25px;
  font-size: 12px;
}

.wpcf7-submit:disabled {
  cursor: not-allowed;
  background-color: #669362 !important;
  border: 2px solid #669362 !important;
  color: white !important;
}

.wpcf7-list-item {
  margin-left: 0;
}

@media (max-width: 1159px) {
  #header #navbar #menu-mainmenu {
    padding: 140px 0 50px;
    max-height: 100%;
    overflow-y: auto;
  }
  #header #navbar #nawigacja #burger {
    background-color: white;
  }
  .my-account-item a {
    background: url("../images/user.png");
    background-position-x: calc(100% - 51px);
    background-repeat: no-repeat;
    background-position-y: center;
  }
  .ulubione-item a {
    background: url("../images/heart.png");
    background-position-x: calc(100% - 51px);
    background-repeat: no-repeat;
    background-position-y: center;
  }
}

@media (min-width: 1160px) {
  .my-account-item,
  .ulubione-item {
    display: none !important;
  }
}

.slick-list.draggable {
  min-width: 100%;
}

.slick-list.draggable .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
}

#bestsellers-nowosci {
  padding-top: 52px;
  -webkit-box-shadow: 0 -200px 0 #fff inset;
          box-shadow: 0 -200px 0 #fff inset;
  background-color: #f2f2f2;
}

#bestsellers-nowosci .button.product_type_simple {
  border: #7fc678;
  background-color: #7ec676;
  color: #fff;
  display: block;
  padding: 7px 24px 4px;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 146px;
  text-align: center;
  border: 2px solid #7fc678;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#bestsellers-nowosci .button.product_type_simple:hover {
  background-color: #fff;
  color: #7ec676;
}

#bestsellers-nowosci .products {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 659px) {
  #bestsellers-nowosci .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#bestsellers-nowosci .products .product {
  padding-bottom: 24px;
  margin: 0 0 60px 0;
  font-family: 'Arima Madurai', serif;
  width: 260px !important;
  display: block;
  border: 2px solid rgba(127, 198, 120, 0);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background-color: #fff;
  position: relative;
}

#bestsellers-nowosci .products .product img {
  width: 80%;
  margin: 0 auto;
  height: auto;
  display: block;
}

#bestsellers-nowosci .products .product a.woocommerce-loop-product__link {
  text-align: center;
  text-decoration: none;
}

#bestsellers-nowosci .products .product a.viewproductbutton, #bestsellers-nowosci .products .product a.add_to_cart_button {
  border: #7fc678;
  background-color: #7ec676;
  color: #fff;
  display: block;
  padding: 7px 24px 4px;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 146px;
  text-align: center;
  border: 2px solid #7fc678;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#bestsellers-nowosci .products .product a.added_to_cart {
  display: block;
  text-align: center;
}

#bestsellers-nowosci .products .product a.button {
  line-height: 26px;
}

#bestsellers-nowosci .products .product a.button.added::after {
  content: '';
}

#bestsellers-nowosci .products .product a.viewproductbutton:hover, #bestsellers-nowosci .products .product a.add_to_cart_button:hover {
  background-color: #fff;
  color: #7ec676;
}

#bestsellers-nowosci .products .product span.price {
  font-size: 22px;
  color: #7fc678;
  display: block;
  text-align: center;
  margin: 12px 0;
}

#bestsellers-nowosci .products .product span.price del {
  color: #f78888;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
}

#bestsellers-nowosci .products .product span.price ins {
  text-decoration: none;
}

#bestsellers-nowosci .products .product span.onsale {
  font-size: 0;
  position: absolute;
  left: unset;
  right: unset;
  z-index: 10;
}

#bestsellers-nowosci .products .product span.onsale::after {
  content: '';
  position: absolute;
  top: -10px !important;
  left: 213px !important;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  background: #eba0a0 url("../images/percent.svg") no-repeat center;
}

#bestsellers-nowosci .products::before, #bestsellers-nowosci .products::after {
  position: absolute;
  display: none;
}

body.archive #bestsellers-nowosci {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f8f8f8;
}

body.archive #bestsellers-nowosci .container .proponowane {
  border-bottom: 1px solid #dddddd;
}

#bestsellers-nowosci .products li.product .woocommerce-loop-product__title {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
}

#bestsellers-nowosci .products .product-wrapper {
  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;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* zaufane */
section#zaufane #widget-container {
  padding: 30px 0;
  margin-bottom: 50px;
}

section#zaufane #widget-container .wrapper-left {
  float: none;
  margin: 30px auto;
}

section#zaufane #widget-container .wrapper-left h3.rating-grade {
  font-family: 'Arima Madurai', serif;
}

section#zaufane #widget-container .wrapper-left p {
  font-family: 'Montserrat',sans-serif;
}

section#zaufane #widget-container .wrapper-right {
  float: none;
  display: block;
  padding-bottom: 30px;
  margin: 30px auto;
}

section#zaufane #widget-container .wrapper-right p.review-text {
  font-family: 'Montserrat',sans-serif;
}

.prc.prc {
  margin-top: 20px;
  margin-bottom: 20px;
}

.prc.prc .rating-details {
  margin-bottom: 40px;
}

.prc.prc .rating-details .pstats-section,
.prc.prc .rating-details .topright {
  padding: 0;
}

.prc.prc .row.reviews-stack {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prc.prc .row.reviews-stack .review {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.prc.prc .inscription,
.prc.prc .rgrade,
.prc.prc .crating,
.prc.prc .creviews,
.prc.prc .date {
  font-family: 'Arima Madurai', serif !important;
  color: #3c3c3c !important;
}

.prc.prc .pname,
.prc.prc .tot-rating,
.prc.prc .tot-reviews,
.prc.prc .poutof,
.prc.prc .review-text {
  font-family: 'Montserrat',sans-serif !important;
  color: #3c3c3c !important;
}

.prc.prc .tot-rating,
.prc.prc .tot-reviews {
  margin-bottom: 12px !important;
}

.prc.prc .inscription {
  color: black !important;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .prc.prc {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .prc.prc .rating-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .prc.prc .ptopleft {
    height: auto;
  }
  .prc.prc .ptopleft,
  .prc.prc .top-right,
  .prc.prc .top-left {
    margin-bottom: 30px;
  }
  .prc.prc .inscription {
    margin-bottom: 20px;
    line-height: 1;
  }
  section#zaufane #widget-container {
    margin-bottom: 0;
  }
}

.bestsellery,
.nowosci,
.proponowane,
#zdrowie-z-ajurweda {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
}

.bestsellery .slick-track,
.nowosci .slick-track,
.proponowane .slick-track,
#zdrowie-z-ajurweda .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bestsellery .prawoBest,
.bestsellery .prawoNew,
.bestsellery .prawoProp,
.bestsellery .prawoWpis,
.nowosci .prawoBest,
.nowosci .prawoNew,
.nowosci .prawoProp,
.nowosci .prawoWpis,
.proponowane .prawoBest,
.proponowane .prawoNew,
.proponowane .prawoProp,
.proponowane .prawoWpis,
#zdrowie-z-ajurweda .prawoBest,
#zdrowie-z-ajurweda .prawoNew,
#zdrowie-z-ajurweda .prawoProp,
#zdrowie-z-ajurweda .prawoWpis {
  position: absolute;
  display: block;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  z-index: 2;
}

.bestsellery .lewoBest,
.bestsellery .lewoNew,
.bestsellery .lewoProp,
.bestsellery .lewoWpis,
.nowosci .lewoBest,
.nowosci .lewoNew,
.nowosci .lewoProp,
.nowosci .lewoWpis,
.proponowane .lewoBest,
.proponowane .lewoNew,
.proponowane .lewoProp,
.proponowane .lewoWpis,
#zdrowie-z-ajurweda .lewoBest,
#zdrowie-z-ajurweda .lewoNew,
#zdrowie-z-ajurweda .lewoProp,
#zdrowie-z-ajurweda .lewoWpis {
  position: absolute;
  display: block;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  z-index: 2;
}

.bestsellery .lewoBest,
.bestsellery .lewoNew,
.bestsellery .lewoProp,
.bestsellery .lewoWpis,
.bestsellery .prawoBest,
.bestsellery .prawoNew,
.bestsellery .prawoProp,
.bestsellery .prawoWpis,
.nowosci .lewoBest,
.nowosci .lewoNew,
.nowosci .lewoProp,
.nowosci .lewoWpis,
.nowosci .prawoBest,
.nowosci .prawoNew,
.nowosci .prawoProp,
.nowosci .prawoWpis,
.proponowane .lewoBest,
.proponowane .lewoNew,
.proponowane .lewoProp,
.proponowane .lewoWpis,
.proponowane .prawoBest,
.proponowane .prawoNew,
.proponowane .prawoProp,
.proponowane .prawoWpis,
#zdrowie-z-ajurweda .lewoBest,
#zdrowie-z-ajurweda .lewoNew,
#zdrowie-z-ajurweda .lewoProp,
#zdrowie-z-ajurweda .lewoWpis,
#zdrowie-z-ajurweda .prawoBest,
#zdrowie-z-ajurweda .prawoNew,
#zdrowie-z-ajurweda .prawoProp,
#zdrowie-z-ajurweda .prawoWpis {
  background-color: #7ec676;
  padding: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.bestsellery .lewoBest svg,
.bestsellery .lewoNew svg,
.bestsellery .lewoProp svg,
.bestsellery .lewoWpis svg,
.bestsellery .prawoBest svg,
.bestsellery .prawoNew svg,
.bestsellery .prawoProp svg,
.bestsellery .prawoWpis svg,
.nowosci .lewoBest svg,
.nowosci .lewoNew svg,
.nowosci .lewoProp svg,
.nowosci .lewoWpis svg,
.nowosci .prawoBest svg,
.nowosci .prawoNew svg,
.nowosci .prawoProp svg,
.nowosci .prawoWpis svg,
.proponowane .lewoBest svg,
.proponowane .lewoNew svg,
.proponowane .lewoProp svg,
.proponowane .lewoWpis svg,
.proponowane .prawoBest svg,
.proponowane .prawoNew svg,
.proponowane .prawoProp svg,
.proponowane .prawoWpis svg,
#zdrowie-z-ajurweda .lewoBest svg,
#zdrowie-z-ajurweda .lewoNew svg,
#zdrowie-z-ajurweda .lewoProp svg,
#zdrowie-z-ajurweda .lewoWpis svg,
#zdrowie-z-ajurweda .prawoBest svg,
#zdrowie-z-ajurweda .prawoNew svg,
#zdrowie-z-ajurweda .prawoProp svg,
#zdrowie-z-ajurweda .prawoWpis svg {
  fill: white;
  width: 24px;
  height: 28px;
  -webkit-transition: 0.20s ease-in-out;
  transition: 0.20s ease-in-out;
}

.bestsellery:hover .prawoBest,
.bestsellery:hover .prawoNew,
.bestsellery:hover .prawoProp,
.bestsellery:hover .prawoWpis,
.nowosci:hover .prawoBest,
.nowosci:hover .prawoNew,
.nowosci:hover .prawoProp,
.nowosci:hover .prawoWpis,
.proponowane:hover .prawoBest,
.proponowane:hover .prawoNew,
.proponowane:hover .prawoProp,
.proponowane:hover .prawoWpis,
#zdrowie-z-ajurweda:hover .prawoBest,
#zdrowie-z-ajurweda:hover .prawoNew,
#zdrowie-z-ajurweda:hover .prawoProp,
#zdrowie-z-ajurweda:hover .prawoWpis {
  right: 10px;
  opacity: 1;
  -webkit-transition: 0.20s ease-in-out;
  transition: 0.20s ease-in-out;
}

.bestsellery:hover .prawoBest:hover svg,
.bestsellery:hover .prawoNew:hover svg,
.bestsellery:hover .prawoProp:hover svg,
.bestsellery:hover .prawoWpis:hover svg,
.nowosci:hover .prawoBest:hover svg,
.nowosci:hover .prawoNew:hover svg,
.nowosci:hover .prawoProp:hover svg,
.nowosci:hover .prawoWpis:hover svg,
.proponowane:hover .prawoBest:hover svg,
.proponowane:hover .prawoNew:hover svg,
.proponowane:hover .prawoProp:hover svg,
.proponowane:hover .prawoWpis:hover svg,
#zdrowie-z-ajurweda:hover .prawoBest:hover svg,
#zdrowie-z-ajurweda:hover .prawoNew:hover svg,
#zdrowie-z-ajurweda:hover .prawoProp:hover svg,
#zdrowie-z-ajurweda:hover .prawoWpis:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.20s ease-in-out;
  transition: 0.20s ease-in-out;
}

.bestsellery:hover .lewoBest,
.bestsellery:hover .lewoNew,
.bestsellery:hover .lewoProp,
.bestsellery:hover .lewoWpis,
.nowosci:hover .lewoBest,
.nowosci:hover .lewoNew,
.nowosci:hover .lewoProp,
.nowosci:hover .lewoWpis,
.proponowane:hover .lewoBest,
.proponowane:hover .lewoNew,
.proponowane:hover .lewoProp,
.proponowane:hover .lewoWpis,
#zdrowie-z-ajurweda:hover .lewoBest,
#zdrowie-z-ajurweda:hover .lewoNew,
#zdrowie-z-ajurweda:hover .lewoProp,
#zdrowie-z-ajurweda:hover .lewoWpis {
  left: 10px;
  opacity: 1;
  -webkit-transition: 0.20s ease-in-out;
  transition: 0.20s ease-in-out;
}

.bestsellery:hover .lewoBest:hover svg,
.bestsellery:hover .lewoNew:hover svg,
.bestsellery:hover .lewoProp:hover svg,
.bestsellery:hover .lewoWpis:hover svg,
.nowosci:hover .lewoBest:hover svg,
.nowosci:hover .lewoNew:hover svg,
.nowosci:hover .lewoProp:hover svg,
.nowosci:hover .lewoWpis:hover svg,
.proponowane:hover .lewoBest:hover svg,
.proponowane:hover .lewoNew:hover svg,
.proponowane:hover .lewoProp:hover svg,
.proponowane:hover .lewoWpis:hover svg,
#zdrowie-z-ajurweda:hover .lewoBest:hover svg,
#zdrowie-z-ajurweda:hover .lewoNew:hover svg,
#zdrowie-z-ajurweda:hover .lewoProp:hover svg,
#zdrowie-z-ajurweda:hover .lewoWpis:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

@media screen and (max-width: 1000px) {
  .bestsellery .prawoBest,
  .bestsellery .prawoNew,
  .bestsellery .prawoProp,
  .bestsellery .prawoWpis,
  .nowosci .prawoBest,
  .nowosci .prawoNew,
  .nowosci .prawoProp,
  .nowosci .prawoWpis,
  .proponowane .prawoBest,
  .proponowane .prawoNew,
  .proponowane .prawoProp,
  .proponowane .prawoWpis,
  #zdrowie-z-ajurweda .prawoBest,
  #zdrowie-z-ajurweda .prawoNew,
  #zdrowie-z-ajurweda .prawoProp,
  #zdrowie-z-ajurweda .prawoWpis {
    right: 10px;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .bestsellery .lewoBest,
  .bestsellery .lewoNew,
  .bestsellery .lewoProp,
  .bestsellery .lewoWpis,
  .nowosci .lewoBest,
  .nowosci .lewoNew,
  .nowosci .lewoProp,
  .nowosci .lewoWpis,
  .proponowane .lewoBest,
  .proponowane .lewoNew,
  .proponowane .lewoProp,
  .proponowane .lewoWpis,
  #zdrowie-z-ajurweda .lewoBest,
  #zdrowie-z-ajurweda .lewoNew,
  #zdrowie-z-ajurweda .lewoProp,
  #zdrowie-z-ajurweda .lewoWpis {
    left: 10px;
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
}

@media (max-width: 659px) {
  body.home #bestsellers-nowosci .products,
  body.archive #bestsellers-nowosci .products {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (max-width: 500px) {
  #bestsellers-nowosci .container {
    padding: 0;
  }
  #bestsellers-nowosci .container .bestsellery,
  #bestsellers-nowosci .container .nowosci,
  #bestsellers-nowosci .container .proponowane,
  #bestsellers-nowosci .container #zdrowie-z-ajurweda {
    padding: 0;
  }
  #bestsellers-nowosci .container h2 {
    padding: 0 40px;
  }
  #bestsellers-nowosci .container h2 ::after {
    left: 60px;
  }
}

@media screen and (max-width: 400px) {
  .bestsellery .prawoBest,
  .bestsellery .prawoNew,
  .bestsellery .prawoProp,
  .bestsellery .prawoWpis,
  .nowosci .prawoBest,
  .nowosci .prawoNew,
  .nowosci .prawoProp,
  .nowosci .prawoWpis,
  .proponowane .prawoBest,
  .proponowane .prawoNew,
  .proponowane .prawoProp,
  .proponowane .prawoWpis,
  #zdrowie-z-ajurweda .prawoBest,
  #zdrowie-z-ajurweda .prawoNew,
  #zdrowie-z-ajurweda .prawoProp,
  #zdrowie-z-ajurweda .prawoWpis {
    width: 20px;
    height: 20px;
  }
  .bestsellery .lewoBest,
  .bestsellery .lewoNew,
  .bestsellery .lewoProp,
  .bestsellery .lewoWpis,
  .nowosci .lewoBest,
  .nowosci .lewoNew,
  .nowosci .lewoProp,
  .nowosci .lewoWpis,
  .proponowane .lewoBest,
  .proponowane .lewoNew,
  .proponowane .lewoProp,
  .proponowane .lewoWpis,
  #zdrowie-z-ajurweda .lewoBest,
  #zdrowie-z-ajurweda .lewoNew,
  #zdrowie-z-ajurweda .lewoProp,
  #zdrowie-z-ajurweda .lewoWpis {
    width: 20px;
    height: 20px;
  }
  .bestsellery .lewoBest,
  .bestsellery .lewoNew,
  .bestsellery .lewoProp,
  .bestsellery .lewoWpis,
  .bestsellery .prawoBest,
  .bestsellery .prawoNew,
  .bestsellery .prawoProp,
  .bestsellery .prawoWpis,
  .nowosci .lewoBest,
  .nowosci .lewoNew,
  .nowosci .lewoProp,
  .nowosci .lewoWpis,
  .nowosci .prawoBest,
  .nowosci .prawoNew,
  .nowosci .prawoProp,
  .nowosci .prawoWpis,
  .proponowane .lewoBest,
  .proponowane .lewoNew,
  .proponowane .lewoProp,
  .proponowane .lewoWpis,
  .proponowane .prawoBest,
  .proponowane .prawoNew,
  .proponowane .prawoProp,
  .proponowane .prawoWpis,
  #zdrowie-z-ajurweda .lewoBest,
  #zdrowie-z-ajurweda .lewoNew,
  #zdrowie-z-ajurweda .lewoProp,
  #zdrowie-z-ajurweda .lewoWpis,
  #zdrowie-z-ajurweda .prawoBest,
  #zdrowie-z-ajurweda .prawoNew,
  #zdrowie-z-ajurweda .prawoProp,
  #zdrowie-z-ajurweda .prawoWpis {
    padding: 8px;
  }
  .bestsellery .lewoBest svg,
  .bestsellery .lewoNew svg,
  .bestsellery .lewoProp svg,
  .bestsellery .lewoWpis svg,
  .bestsellery .prawoBest svg,
  .bestsellery .prawoNew svg,
  .bestsellery .prawoProp svg,
  .bestsellery .prawoWpis svg,
  .nowosci .lewoBest svg,
  .nowosci .lewoNew svg,
  .nowosci .lewoProp svg,
  .nowosci .lewoWpis svg,
  .nowosci .prawoBest svg,
  .nowosci .prawoNew svg,
  .nowosci .prawoProp svg,
  .nowosci .prawoWpis svg,
  .proponowane .lewoBest svg,
  .proponowane .lewoNew svg,
  .proponowane .lewoProp svg,
  .proponowane .lewoWpis svg,
  .proponowane .prawoBest svg,
  .proponowane .prawoNew svg,
  .proponowane .prawoProp svg,
  .proponowane .prawoWpis svg,
  #zdrowie-z-ajurweda .lewoBest svg,
  #zdrowie-z-ajurweda .lewoNew svg,
  #zdrowie-z-ajurweda .lewoProp svg,
  #zdrowie-z-ajurweda .lewoWpis svg,
  #zdrowie-z-ajurweda .prawoBest svg,
  #zdrowie-z-ajurweda .prawoNew svg,
  #zdrowie-z-ajurweda .prawoProp svg,
  #zdrowie-z-ajurweda .prawoWpis svg {
    width: 18px;
    height: 20px;
  }
}

#bestsellers-nowosci h2.homepage-title {
  z-index: 10;
  position: relative;
  font-size: 34px;
  line-height: 52px;
}

#bestsellers-nowosci h2.homepage-title::after {
  position: absolute;
  content: '';
  background-image: url("../images/h1after.png");
  display: block;
  width: 42px;
  height: 29px;
  bottom: -10px;
  z-index: 1;
  bottom: -14px;
  left: 20px;
}

#bestsellers-nowosci .added_to_cart.wc-forward {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none;
}

@media screen and (min-width: 1160px) {
  #header #functional-menu-desktop .headersearch {
    margin-right: 60px;
  }
}

@media screen and (min-width: 1160px) and (max-width: 1170px) {
  #header #navbar #menu-mainmenu {
    padding-left: 0;
  }
}

.wp-block-image img {
  height: auto;
}

@media screen and (max-width: 1159px) {
  #header #navbar ul#menu-mainmenu > li {
    background-color: white;
  }
  #header #navbar ul#menu-mainmenu li a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header #navbar ul#menu-mainmenu li > .sub-menu {
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  #header #navbar ul#menu-mainmenu li > .sub-menu li a {
    font-size: 14px;
  }
  #header #navbar ul#menu-mainmenu li > .sub-menu li > .sub-menu {
    background-color: #ebebeb;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
  }
  #header #navbar ul#menu-mainmenu li > .sub-menu li > .sub-menu li {
    border-top: 1px solid #e5e5e5;
  }
  #header #navbar ul#menu-mainmenu li.show-children > a {
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

#banner {
  overflow-x: hidden;
}

@media screen and (min-width: 1160px) {
  #header #functional-menu-desktop .headernav-element {
    white-space: nowrap;
  }
  #header #functional-menu-desktop .headernav-element .minicart_wrapper {
    white-space: initial;
  }
  #header #functional-menu-desktop .headersearch {
    width: 100%;
    text-align: left;
  }
  #header #functional-menu-desktop .headersearch #header-widget-area {
    border: 1px solid #7fc677;
    padding-left: 0;
    padding: 6px 16px;
    border-radius: 10px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header #functional-menu-desktop .headersearch #header-widget-area form input[type=search] {
    width: 96%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header.sticky #functional-menu-desktop .headersearch {
    margin-right: 40px;
  }
  #header.sticky #functional-menu-desktop .headersearch #header-widget-area {
    padding: 4px 16px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #header.sticky #functional-menu-desktop .headersearch #header-widget-area form input[type=search] {
    font-size: 12px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.home #banner img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 376px) {
  .home #banner .mobilebanner {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .home #banner .tabletbanner {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .home #banner .tabletbanner {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home #banner .desktopbanner {
    display: none;
  }
}

@media screen and (min-width: 1160px) {
  #header #navbar nav #menu-mainmenu li.produkty > a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    max-width: 84.69px;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover {
    position: unset;
    padding-bottom: 100px;
    border-radius: 10px;
    padding-top: 10px;
    margin-top: -10px;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > a {
    font-weight: bold;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    color: #7fc677;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > a:before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #7ec676;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    top: 6px;
    left: -25px;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover a:hover {
    color: #7ec676;
    font-weight: bold;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover:before {
    display: none;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu {
    position: absolute;
    left: 0;
    top: 92px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: default;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 420px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 1160px;
    max-width: 1160px;
    left: calc( ( 100vw - 1160px ) / 2);
    padding: 30px 15px;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu li.last-products-submenu {
    margin-bottom: 96px;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu .katalog,
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu .promocje {
    margin-bottom: 0;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu .katalog a,
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu .promocje a {
    color: #7fc677;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu .katalog:hover a,
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu .promocje:hover a {
    color: #67a760;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu > li {
    min-width: unset;
    margin-left: 10px;
    margin-right: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-bottom: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu > li > a {
    font-weight: bold;
    width: 100%;
    font-size: 16px;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu > li > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    left: unset;
    top: unset;
    margin-top: -5px;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu > li > .sub-menu > li {
    border-bottom: none;
    border-bottom: 1px solid #dbebd9;
  }
  #header #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu > li > .sub-menu > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 255px;
    font-size: 14.5px;
    -webkit-transition: none;
    transition: none;
  }
  #header #navbar nav #menu-mainmenu li {
    padding-left: 25px;
    padding-right: 25px;
  }
  #header #navbar nav #menu-mainmenu li:last-child {
    padding-right: 0;
  }
  #header #navbar nav #menu-mainmenu li:first-child {
    padding-left: 0;
  }
  #header #navbar nav #menu-mainmenu li::before {
    left: 0;
  }
  #header.sticky #navbar nav #menu-mainmenu li.produkty:hover > .sub-menu {
    top: 60px;
  }
}

body.home #zdrowie-z-ajurweda {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

body.home #zdrowie-z-ajurweda .homepage-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 20px;
}

body.home #zdrowie-z-ajurweda .homepage-post > a {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: black;
}

body.home #zdrowie-z-ajurweda .homepage-post .post-thumbnail img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

body.home #zdrowie-z-ajurweda .homepage-post .post-contents {
  padding: 20px;
}

body.home #zdrowie-z-ajurweda .homepage-post .czytaj {
  white-space: nowrap;
  color: #7ec676;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 1159px) {
  body.home #zdrowie-z-ajurweda .homepage-post .post-thumbnail img {
    margin-left: auto;
    margin-right: auto;
  }
  body.home #zdrowie-z-ajurweda .wpisy-wrapper-homepage {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  body.home #zdrowie-z-ajurweda .homepage-post {
    margin: 10px;
  }
  body.home #zdrowie-z-ajurweda .homepage-post .post-thumbnail img {
    height: 180px;
  }
  body.home #zdrowie-z-ajurweda .container {
    padding: 0 15px;
  }
}

footer {
  padding: 40px 0 0;
}

footer #newsletter-footer {
  border-bottom: 0.5px solid #ffffff40;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

footer #newsletter-footer .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #newsletter-footer .flex-wrapper > div {
  width: 50%;
}

footer #newsletter-footer .flex-wrapper .left-wrapper {
  padding-right: 20px;
}

footer #newsletter-footer .flex-wrapper .left-wrapper h3 {
  color: white;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

footer #newsletter-footer .flex-wrapper .left-wrapper p {
  color: #fff5e2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  max-width: 520px;
  line-height: 28px;
}

footer #newsletter-footer .flex-wrapper .right-wrapper {
  margin-top: 78px;
}

footer #newsletter-footer .flex-wrapper .right-wrapper button.cta-button {
  font-weight: bold !important;
}

@media screen and (max-width: 1060px) {
  footer #newsletter-footer .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer #newsletter-footer .flex-wrapper > div {
    width: 100%;
  }
  footer #newsletter-footer .flex-wrapper .left-wrapper {
    padding-right: 0;
  }
  footer #newsletter-footer .flex-wrapper .right-wrapper {
    margin-top: 10px;
  }
}

.pum-container,
.pum-content,
.pum-content a,
.pum-content a img {
  outline: none;
}

/* Speed fixes */
#pum-4040 {
  max-height: 100vh;
}

/* Some small optimize fixes */
.d-none {
  display: none;
}

@media screen and (max-width: 768px) {
  #banner {
    min-height: 73vh;
  }
}

@media screen and (min-width: 769px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}

@media screen and (min-width: 1160px) {
  #banner {
    min-height: 690px;
  }
  #banner .container {
    min-height: 690px;
  }
  #banner .container .slide-wrapper {
    min-height: 690px;
  }
  #cotojest {
    min-height: 450px;
  }
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

/* Fix speed */
.add_to_wishlist.single_add_to_wishlist a {
  color: white;
}

.add_to_wishlist .yith-wcwl-icon.fa {
  color: #7ec676;
}

@media screen and (max-width: 1159px) {
  body #header .headersearch button[type="submit"], body #header .headersearch button[type="submit"]:focus {
    background: url("../images/mobile-header-search.png") top no-repeat;
    width: 60px;
    height: 60px;
  }
  body #header #functional-menu-mobile .headersearch {
    border-bottom: none;
  }
  body #woocommerce-product-search-field-1 {
    display: none;
  }
  body #header #navbar #burger {
    width: 20px;
    height: 15px;
  }
  body #header #navbar #burger .burgerbar {
    width: 18px;
    height: 2px;
  }
  body #header-mobile-widgets {
    padding-left: 0px;
  }
  body .widget_shopping_cart_content {
    display: none !important;
  }
  body #functional-menu-mobile {
    padding: 0 10px;
  }
  body #header .headercart a:first-child img.koszyk {
    position: relative;
    padding-right: 0px;
  }
  body #logo {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #header .headercart {
    width: auto;
    height: 92px;
    max-height: 100%;
    position: relative;
    line-height: 12px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 0px;
  }
  body .search-field {
    max-width: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
  body .search-field.open {
    max-width: 100%;
    opacity: 1;
  }
  body #header #navbar {
    padding-top: 0px;
  }
  body #header #functional-menu-mobile, body #header.sticky #navbar {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  body #header.sticky #functional-menu-mobile {
    max-height: 92px;
    pointer-events: all;
    visibility: visible;
  }
  body #header #navbar #menu-mainmenu {
    padding: 110px 0 50px;
  }
  body #header .headersearch input[type="search"] {
    display: block;
    opacity: 1;
    display: none;
  }
  body #header .headersearch button[type="submit"], body body #header .headersearch button[type="submit"]:focus {
    position: relative;
  }
  body #header .headersearch li {
    list-style: none;
    position: relative;
  }
  body #functional-menu-mobile .row {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body #header-mobile-widgets {
    position: relative;
  }
  body #header #navbar #nawigacja {
    min-width: 5%;
    margin-left: 2%;
  }
  body .container.have-questions {
    display: none;
  }
  body #logo {
    min-width: 60%;
  }
  body #logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #header #functional-menu-mobile .headercart {
    min-width: 15%;
  }
  body .count-item, body #mini-cart-count {
    position: absolute;
    z-index: 3;
    color: white;
    font-size: 12px;
    min-width: 53px;
    text-align: center;
    margin-top: 2px;
    margin-left: 1px;
  }
  body .headersearch {
    width: 100%;
  }
  body #full-screen-search button.close {
    position: absolute;
    z-index: 999999;
    top: 125px;
    right: 28px;
    font-size: 28px;
    font-weight: 300;
    color: black;
    cursor: pointer;
    opacity: 1;
  }
  body #full-screen-search form {
    position: absolute;
  }
  body #full-screen-search form div {
    width: 90vw;
    left: 30%;
  }
  body #full-screen-search form div input::-webkit-search-cancel-button {
    display: none;
  }
  body #full-screen-search form div input {
    padding: 20px;
    font-size: 25px;
    text-align: center;
    line-height: 16px;
    padding: 12px 8px 9px;
    border: 1px solid #7ec676;
    border-radius: 9px;
    background: white;
    font-family: "Montserrat";
    color: #555;
    height: 80px;
  }
  .has_items .koszyk {
    display: none;
  }
  .koszyk2.koszyk {
    display: none;
  }
  .has_items .koszyk.koszyk2 {
    display: block;
  }
  #header #functional-menu-mobile .row {
    margin-top: -10px;
    margin-bottom: -5px;
  }
  #header.sticky #navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1160px) {
  #full-screen-search {
    display: none !important;
  }
}

#full-screen-search {
  opacity: 0 !important;
  height: 0 !important;
}

#full-screen-search form {
  height: 0 !important;
}

#full-screen-search.open {
  opacity: 1 !important;
  height: 100% !important;
}

#full-screen-search.open form {
  height: 100% !important;
}

.masz-pytania {
  width: 100%;
  padding: 15px;
  border: 1px solid #7ec6765d;
  font-family: 'Arima Madurai', serif;
  border-radius: 9px;
  font-size: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 520px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.masz-pytania p.contact-tel {
  text-decoration: underline;
}

.masz-pytania:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.masz-pytania .icon-wrapper {
  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;
}

.masz-pytania .icon-wrapper p {
  border-radius: 50%;
  background-color: #7ec676;
  color: white;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-left: 2px !important;
  line-height: 48px;
  font-size: 26px;
  font-weight: bold;
}

.masz-pytania a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 575px) {
  .masz-pytania {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .masz-pytania .icon-wrapper {
    margin-bottom: 20px;
  }
  .masz-pytania p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body .masz-pytania {
  margin: 0px auto;
}

body .masz-pytania .icon-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  body .masz-pytania {
    display: none;
  }
}

/* Container Have Questions */
.container.have-questions {
  width: 100vw;
  max-width: 100vw;
  border-bottom: 1px solid #7ec676;
  padding: 0px;
}

.have-questions .masz-pytania {
  border: none;
  border-radius: 0px;
  font-size: 14px;
  width: 360px;
  padding: 5px 0px;
  color: #7ec676;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0;
}

.have-questions .masz-pytania:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*# sourceMappingURL=style-homepage-2.css.map */