a {
  text-decoration: none;
  color: #181818;
  transition: color 0.3s;
}

.page-content a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

p:last-child {
  margin-bottom: 0;
}

p > a {
  text-decoration: underline;
  color: #85a109;
}

img {
  max-width: 100%;
}

img[width][height] {
  height: auto;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 300;
  color: #3e3e3e;
  text-transform: uppercase;
}

h1 {
  font-size: 40px;
  margin: 35px 0;
  line-height: 1;
}

h2, .h2 {
  font-size: 35px;
  margin: 35px 0;
  line-height: 1;
}

hr {
  height: 2px !important;
  color: #a6c90b;
  opacity: 1;
}

.nowrap {
  white-space: nowrap;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.item-media {
  position: relative;
  overflow: hidden;
}
.item-media img {
  width: 100%;
}

.fs0-8em {
  font-size: 0.8em;
}

.fs1-1em {
  font-size: 1.1em;
}

.fs-1-15em {
  font-size: 1.15em;
}

.fs-1-2rem {
  font-size: 1.2rem;
}

.fs-1-3em {
  font-size: 1.3em;
}

.fs-1-5em {
  font-size: 1.5em;
}

.fs-12 {
  font-size: 12px;
}

.fs-22 {
  font-size: 22px;
}

.fs-31 {
  font-size: 31px;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-20px {
  line-height: 20px;
}

.w-50px {
  width: 50px;
}
.w-90px {
  width: 90px;
}

.appearance-normal {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.text-black {
  color: black !important;
}

body {
  min-width: 350px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: Lato, sans-serif;
  color: #3e3e3e;
  padding-top: 176px;
}

body main {
  min-height: 350px;
}

body.home {
  padding-top: 156px;
}

body.zalety {
  padding-top: 130px;
}

body:not(.home) main {
  padding-top: 146px;
}

.backdrop {
  background-color: black;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
}
.backdrop.active {
  opacity: 0.55;
  visibility: visible;
}

.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 26px;
  right: 26px;
  opacity: 0;
  z-index: 2;
  background: url("../img/icon_top.png") no-repeat;
  background-size: 100%;
}
.scrollup.show {
  opacity: 0.7;
}

.show {
  transition: opacity 400ms;
}

.hide {
  opacity: 0;
}

.toggle-container {
  transition: height 0.25s ease-in-out;
  overflow: hidden;
}

.toggle-container:not(.active) {
  display: none;
  transition: height 0.25s ease-in-out;
}

.opacity-10 {
  opacity: 0.1;
}

.grecaptcha-badge {
  display: none;
}

.cart-icon {
  position: relative;
}
.cart-icon .badge {
  position: absolute;
  left: -5px;
  top: -2px;
  font-size: 8px;
  padding: 2px 4px;
}

header {
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100%;
}
header.open-mobile-menu {
  z-index: 10000;
}
header .top-info {
  background: #18472a;
  color: white;
  padding: 5px;
  min-height: 26px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
header .top-info i {
  color: white;
}
header .top-info.red {
  background: #ff0000;
}
@media (max-width: 990px) {
  header .top-info.red {
    cursor: pointer;
  }
  header .top-info.red .d-flex {
    position: relative;
  }
  header .top-info.red .d-flex > div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  header .top-info.red .d-flex.expanded > div {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
}
header .top-info-rotator {
  display: grid;
  overflow: hidden;
  background-color: #18472a;
  isolation: isolate;
  transition: background-color 0.5s ease-in-out;
}
header .top-info-rotator.is-b2b-active {
  background-color: #dc3545;
}
header .top-info-rotator .top-info {
  grid-area: 1/1;
  width: 100%;
  background: transparent;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}
header .top-info-rotator .top-info.is-active {
  z-index: 1;
  transform: translateY(0);
}
header .top-info-rotator .top-info.is-leaving {
  z-index: 2;
  transform: translateY(100%);
}
header .top-info-rotator .top-info.is-hidden {
  visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  header .top-info-rotator,
header .top-info-rotator .top-info {
    transition: none;
  }
}
header .top {
  background: #e8e4de;
  font-size: 15px;
  color: #2d2d2d;
  padding: 5px 0;
}
header .top i {
  color: #a0c302;
}
header .top i:before {
  vertical-align: -0.175em;
  font-weight: 700 !important;
  font-size: 13px;
}
header .search-box input {
  height: 33px;
  border-radius: 0;
  border: 0;
  margin-right: 17px;
}
header .search-box .btn-primary {
  color: #2d2d2d;
  font-size: 15px;
  border-radius: 0;
  padding: 4px 22px 5px;
}
header .menu {
  background: #bad658;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: #18472a;
  width: 100%;
  position: fixed;
}
header .menu #mainMenu {
  position: fixed;
  width: 100%;
  top: 62px;
  background: #bad658;
}
header .menu #mainMenu > *:not(.menu-contact) {
  height: calc(100dvh - 140px);
  padding-bottom: 72px;
  justify-content: flex-start !important;
  overflow-y: auto;
}
header .menu #mainMenu .menu-contact {
  position: absolute;
  bottom: 0;
  background: #8aa70d;
  color: black;
  width: 100%;
  padding: 10px;
  text-align: center;
}
header .menu .navbar-toggler {
  color: black;
}
header .menu .navbar-toggler:focus {
  box-shadow: none;
}
header .menu ul.container, header .menu .mobile-menu ul {
  list-style: none;
  padding-bottom: 10px;
}
header .menu ul.container > li > a, header .menu .mobile-menu ul > li > a {
  padding: 8px 10px;
  display: block;
  text-align: center;
}
header .menu ul.container > li > a:hover, header .menu ul.container > li > a.active, header .menu .mobile-menu ul > li > a:hover, header .menu .mobile-menu ul > li > a.active {
  color: white;
}
header .menu ul.container > li .subcategories, header .menu .mobile-menu ul > li .subcategories {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: white;
  margin-top: 1px;
  padding: 23px 26px;
  top: 100%;
  display: flex;
  max-width: 500px;
  min-width: 250px;
  transition: 0.5s all;
}
header .menu ul.container > li .subcategories.mega-menu, header .menu .mobile-menu ul > li .subcategories.mega-menu {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}
header .menu ul.container > li .subcategories.mega-menu .mega-menu-groups, header .menu .mobile-menu ul > li .subcategories.mega-menu .mega-menu-groups {
  width: 100%;
}
header .menu ul.container > li .subcategories ul, header .menu .mobile-menu ul > li .subcategories ul {
  list-style: none;
  padding: 0;
}
header .menu ul.container > li .subcategories.with-img, header .menu .mobile-menu ul > li .subcategories.with-img {
  padding: 23px 26px 39px;
}
header .menu ul.container > li .subcategories.with-img ul, header .menu .mobile-menu ul > li .subcategories.with-img ul {
  flex: 1 0 auto;
  margin-right: 35px;
}
header .menu ul.container > li .subcategories.with-img img, header .menu .mobile-menu ul > li .subcategories.with-img img {
  flex: 1 0 auto;
  margin-top: 10px;
}
header .menu ul.container > li .subcategories li, header .menu .mobile-menu ul > li .subcategories li {
  padding: 7px;
  line-height: 1;
  padding-right: 0;
}
header .menu ul.container > li .subcategories li a, header .menu .mobile-menu ul > li .subcategories li a {
  text-transform: none;
  color: #144226;
  font-weight: 400;
}
header .menu ul.container > li .subcategories li a.check-all, header .menu .mobile-menu ul > li .subcategories li a.check-all {
  color: #5F866E;
}
header .menu ul.container > li .subcategories li a i, header .menu .mobile-menu ul > li .subcategories li a i {
  font-size: 10px;
  color: #a0c10d;
  top: -1px;
  position: relative;
  margin-right: 1px;
  width: 18px;
  display: inline-block;
  text-align: center;
}
header .menu ul.container > li .subcategories li a i.icon, header .menu .mobile-menu ul > li .subcategories li a i.icon {
  font-size: 14px !important;
  font-style: normal;
}
header .menu ul.container > li:hover .subcategories, header .menu .mobile-menu ul > li:hover .subcategories {
  opacity: 1;
  visibility: visible;
}
header .menu ul.container > li:nth-last-of-type(2) .subcategories, header .menu .mobile-menu ul > li:nth-last-of-type(2) .subcategories {
  right: 0;
}
header .menu .mobile-menu {
  background: #bad658;
  position: absolute;
  inset: 0;
  padding: 10px;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transform: translate3d(100%, 0px, 0px);
  overflow: scroll;
}
header .menu .mobile-menu.active {
  transform: translate3d(0px, 0px, 0px);
}
header .menu .mobile-menu .subcategories-back, header .menu .mobile-menu .show-category {
  padding: 8px 10px;
  border-bottom: 1px solid #18472a;
  display: block;
}
header .menu .mobile-menu .subcategories-back {
  color: #29824b;
}
header .menu .mobile-menu .show-category {
  margin-bottom: 15px;
}
header .menu .mobile-menu ul {
  padding: 0;
  margin: 0;
}
header .menu .mobile-menu ul li a {
  text-align: left;
}

footer {
  min-height: 570px;
  background: transparent url("../img/bg-footer-cont.jpg") top left repeat-x;
}
footer > div {
  min-height: inherit;
  background: transparent url("../img/bg-footer-container.jpg") bottom center repeat-x;
}
footer .container {
  position: relative;
  top: 30px;
  background: transparent url("../img/bg-footer-middle.png") 50% 50% no-repeat;
}
footer .first-col a {
  margin-bottom: 20px;
  margin-right: 20px;
}
footer .middle-col {
  border-left: 1px solid #d4d4d3;
  border-right: 1px solid #d4d4d3;
  padding: 0;
}
footer .middle-col a {
  color: #18472a;
  text-shadow: 1px 1px 1px #fff;
  font-size: 15.5px;
  line-height: 28px;
}
footer .last-col {
  color: #18472a;
  font-size: 14px;
  margin-top: 35px;
}
footer .last-col a {
  margin-top: 40px;
  display: inline-block;
}

.breadcrumb {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #a6c90b;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  color: #6d6d6d;
}
.breadcrumb .active {
  color: #a0c10e;
}
.breadcrumb span:not(.item) {
  display: inline-block;
  margin: 0 10px;
}

.categories ul {
  list-style: none;
  padding-left: 0;
  line-height: 2;
}
.categories ul li {
  line-height: 1.3;
  padding: 5px 0;
}
.categories ul li a {
  color: #144226;
  font-size: 18px;
  display: inline-flex;
}
.categories ul li a.active {
  color: #a0c10e;
}
.categories ul li a i {
  font-size: 14px;
  color: #a0c10d;
  top: 2px;
  position: relative;
  margin-right: 5px;
}
.categories ul li a i:before {
  font-weight: 700 !important;
}
.categories .subcategories {
  padding-left: 20px;
}
.categories .category-count {
  color: #A6BFB0;
}

.coupon-box {
  background: #e8e4df;
  padding: 10px;
  border-radius: 10px;
}
.coupon-box .promo-off {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed black;
  border-radius: 10px;
  margin-right: 30px;
  font-weight: 600;
}
.coupon-box .fs-5 {
  font-weight: 600;
}
.coupon-box .coupon-code {
  background: #bad759;
  padding: 3px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed black;
  border-radius: 5px;
}

.category-description h2 {
  font-size: 21.12px;
  margin: 20px 0 20px;
}

.products .products-filters .mb-3 {
  padding-right: 10px;
}
.products .products-filters label {
  font-size: 15px;
  color: #2d2d2d;
  margin-bottom: 0;
}
.products .product-category {
  padding-bottom: 10px;
  border-bottom: 2px solid #a6c90b;
}
.products .product-category h1, .products .product-category .h1 {
  font-size: 34px;
  margin-bottom: 0 !important;
  margin: 24px 0;
  white-space: nowrap;
}
.products .products-list {
  margin-bottom: 50px;
}
.products .products-list .product {
  padding: 10px 0;
  position: relative;
}
.products .products-list .product:not(:last-child) {
  border-bottom: 1px solid #b4b4b4;
}
.products .products-list .product-data {
  color: #343434;
  margin-top: 10px;
}
.products .products-list .product-data .name {
  font-size: 18px;
  font-weight: 700;
}
.products .products-list .product-data .symbol {
  font-size: 15px;
  font-weight: 300;
}
.products .products-list .product-price {
  color: #181818;
  font-weight: 700;
  font-size: 18px;
}
.products .products-list .product-price small {
  font-size: 14px;
}
.products .products-list .thumb {
  width: 165px;
  height: 166px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products .products-list .thumb > a {
  display: flex;
  align-items: center;
  position: relative;
}
.products .products-list .thumb > a .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  padding: 5px 10px;
}
.products .products-list .thumb img {
  max-width: 165px;
  max-height: 165px;
}
.products .products-list .thumb:hover ~ .cart-thumb {
  opacity: 1;
  visibility: visible;
}
.products .products-list .thumb span.dostawa {
  position: absolute;
  line-height: 1;
  background: #ffffffdb;
  padding: 10px 5px;
  text-align: center;
  font-size: 14px;
  color: #3e3e3e;
  width: 100%;
}
.products .products-list .thumb span.weekly-product-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.products .products-list .thumb .btn-notify-qty {
  height: 26px;
}
.products .products-list .thumb i.bi-envelope-fill {
  position: relative;
}
.products .products-list .cart-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 113%;
  z-index: 1;
  background: white;
  box-shadow: 0 0 35px 10px #b7b7b7;
  margin-right: initial !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s all linear;
}
.products .products-list .cart-thumb:hover {
  opacity: 1;
  visibility: visible;
}
.products .products-list .cart-thumb > div {
  justify-content: center;
  align-items: center;
}
.products .products-list .cart-thumb > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px 15px 10px;
}
.products .products-list .cart-thumb .d-flex > a {
  width: 165px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.products .products-list .cart-thumb .d-flex > a.with-notify {
  margin-bottom: 30px;
}
.products .products-list .cart-thumb .d-flex > a .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  padding: 5px 10px;
}
.products .products-list .product-left .cart-thumb.normal-left {
  height: auto;
  min-height: 113%;
  margin-left: 0;
  width: auto;
}
.products .products-list .cart-simple input {
  height: 31px;
  border-radius: 0;
  border-color: #198854 !important;
  text-align: center;
}
.products .badge {
  font-size: 15px;
  color: #2d2d2d;
  border-radius: 0;
  margin-top: 5px;
  margin-right: 3px;
  padding: 6px 13px;
}
.products .badge-natural {
  background: #d7f29e;
}
.products .badge-recommended {
  background: #a6c90b;
}
.products .badge-new {
  background: #b0e6eb;
}
.products .badge-bestseller {
  background: #fcb99b;
}
.products .badge-premium {
  background: #f9dc76;
}
.products .badge-vat {
  background: #f57070;
}
.products.page-products .products-list .thumb {
  width: 125px;
  height: 125px;
}
.products.page-products .products-list .thumb img {
  max-width: 125px;
  max-height: 125px;
}
.products.page-products .products-list .cart-thumb .d-flex > a {
  width: 125px;
  height: 125px;
}
.products.page-products .products-list .cart-thumb {
  width: auto;
  height: 113%;
}

.heart-icon {
  font-size: 1.1em;
}
.heart-icon--disabled {
  opacity: 0.4;
  cursor: default;
}

.listsModal .form-check {
  padding-left: 24px;
}
.listsModal .form-check-input {
  width: 16px;
  height: 16px;
}
.listsModal .form-check-label {
  font-size: 16px;
  font-weight: 400;
}

.product h1 {
  font-size: 30px;
}
.product .data-name {
  font-size: 20px;
}
.product .cart-buttons .bg-danger {
  width: 95%;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  max-width: 330px;
}
.product .cart-buttons .btn-primary {
  width: 95%;
  margin: 0 auto;
  border-radius: 0 0 4px 4px;
  max-width: 330px;
}
.product .cart-buttons .btn-success {
  font-size: 1.1em;
  min-height: 45px;
  border-radius: 4px;
  text-transform: uppercase;
}
.product-slider > a, .product-image > a {
  position: relative;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.product-slider span.dostawa, .product-image span.dostawa {
  position: absolute;
  line-height: 1;
  background: #ffffffdb;
  padding: 15px 5px;
  text-align: center;
  font-size: 18px;
  color: #3e3e3e;
  width: 100%;
}
.product-slider span.weekly-product-badge, .product-image span.weekly-product-badge {
  position: absolute;
  top: 0;
  left: 0;
}

.page-content h1 {
  font-size: 30px;
  scroll-margin-top: 200px;
}
.page-content h2 {
  font-size: 1.6rem;
  scroll-margin-top: 200px;
}
.page-content h3 {
  font-size: 1.5rem;
  scroll-margin-top: 200px;
}
.page-content table:not(.border-0), .page-content table:not(.border-0) th, .page-content table:not(.border-0) td {
  border: 1px solid #bad759;
}
.page-content .page-toc {
  border: 1px solid #cbcbcb;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.page-content .page-toc ul {
  margin-bottom: 0;
}

.btn-login {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  border: none;
  text-align: left;
  white-space: nowrap;
  border-radius: 0.2em;
  color: #ffffff;
  height: 35px;
  width: 130px;
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}
.btn-login:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  background-size: 18px 18px !important;
  top: 3px;
  left: 4px;
  width: 24px;
  height: 24px;
}
.btn-facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354c8c;
}
.btn-facebook:focus, .btn-facebook:hover {
  color: #ffffff;
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
.btn-facebook:before {
  background: url("../img/icon-facebook.png") 3px 6px no-repeat;
}
.btn-google {
  background-color: #DD4B39;
  padding-left: 5px;
}
.btn-google:focus, .btn-google:hover {
  color: #ffffff;
  background-color: #E74B37;
}
.btn-google:before {
  background: url("../img/icon-google.png") 3px 6px no-repeat;
}
.btn-add-cart {
  box-shadow: 0 7px 4px 0 #5858584f;
  position: relative;
}
.btn-add-list {
  width: 100%;
  color: #2d2d2d !important;
}

.toggleMe {
  transition: height 0.25s ease;
  overflow: hidden;
}

.toggleMe:not(.active) {
  display: none;
}

.col-hr {
  position: relative;
}
.col-hr:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #a6c90b;
  position: absolute;
  left: 50%;
}

.login-box a.d-flex > svg, .categories a.d-flex > svg {
  position: relative;
  top: 1px;
}
.login-box .external-link-icon, .categories .external-link-icon {
  display: inline-block;
  position: relative;
  top: -1px;
  color: #18472a;
  font-size: 0.85em;
  line-height: 1;
}

.cart-box, .login-box, .search-box {
  position: relative;
}
.cart-box > a, .login-box > a, .search-box > a {
  display: block;
  transform: scale(1);
  transition: all 0.2s;
}
.cart-box > a:hover, .login-box > a:hover, .search-box > a:hover {
  transform: scale(1.2);
}
.cart-box .popup, .login-box .popup, .search-box .popup {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #bad658;
  box-shadow: #9a9a9a 3px 10px 17px;
  width: 300px;
  z-index: 1;
}
.cart-box .popup .popup-inner, .login-box .popup .popup-inner, .search-box .popup .popup-inner {
  padding: 10px;
}
.cart-box .popup .items, .login-box .popup .items, .search-box .popup .items {
  font-size: 14px;
  line-height: 15px;
}
.cart-box .popup .items .item, .login-box .popup .items .item, .search-box .popup .items .item {
  margin-bottom: 10px;
}
.cart-box .popup .items .item img, .login-box .popup .items .item img, .search-box .popup .items .item img {
  max-width: 100%;
  width: 80%;
  max-height: 60px;
}
.cart-box .popup .items .item > a, .login-box .popup .items .item > a, .search-box .popup .items .item > a {
  float: left;
  margin: 0;
  margin-right: 10px !important;
  width: 60px;
  flex: 0 0 60px;
}

.cart-box .cart-bottom {
  background: #e8e4df;
  padding: 10px;
  margin: 0 -10px -10px;
  border-top: 1px solid #9e9e9e;
}
.cart-box .cart-bottom .text-primary small {
  color: #22b41d !important;
}
.cart-box .cart-bottom i {
  color: gray;
}
.cart-box .cart-bottom small {
  color: gray;
  font-size: 0.8rem;
}

.cart .cart-table {
  font-size: 14px;
}
.cart .cart-table .img-container {
  width: 80px;
  text-align: center;
}
.cart .cart-table .img-container-small {
  width: 60px;
}
.cart .cart-table img {
  max-width: 100%;
  max-height: 60px;
}
.cart .cart-table img.gray {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}
.cart .cart-table tr td:first-of-type {
  width: 90px;
}
.cart .cart-table_name {
  line-height: 1;
}
.cart .cart-table_options {
  width: 300px;
  flex-basis: 50%;
}
.cart .cart-options {
  font-size: 16px;
  font-weight: 400;
}
.cart-sticky {
  position: sticky;
  top: 130px;
  background: white;
}
.cart-sticky .cart-table_options {
  width: 200px;
}

.cart .form-check-input[type=checkbox] {
  width: 1.2em;
  height: 1.2em;
  border-color: #000;
  margin-top: 0.22em;
}
.cart .form-check-input[type=checkbox]:checked {
  border-color: #a6c90b;
}
.cart .form-check-input[type=checkbox]:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.25);
}

.cart-delivery-options {
  font-size: 16px;
}

.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty input[type=number] {
  -moz-appearance: textfield;
}

.order-payment-method img.imoje {
  max-height: 60px;
  padding: 10px;
}
.order-payment-method label {
  cursor: pointer;
}
.order-payment-method input {
  display: none;
}
.order-payment-method input + img {
  border: 2px solid transparent;
  border-radius: 5px;
}
.order-payment-method input:checked + img {
  border: 2px solid #a6c90a;
  border-radius: 5px;
}

.first-order-info {
  background-size: cover;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #718f59;
  padding: 10px 5px;
}
.first-order-info b {
  font-size: 18px;
}
.first-order-info span {
  font-weight: 400;
}
.first-order-info .progress {
  background-color: #d4d4d4;
}
.first-order-info .progress .progress-bar {
  background-color: #809d00;
}

.why-have-account {
  background: #f2f2f2;
  padding: 20px 30px;
}

@media (min-width: 768px) {
  body.zalety.zalety2 main {
    background: linear-gradient(to right, #ffffff 50%, #07351b 50%);
  }
  body.zalety.zalety2 .register-form {
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  body.zalety.zalety2 .zalety-bg {
    background: #07351b;
  }
}
.zalety-konta-hero {
  background-color: #07351b;
  position: relative;
  overflow: hidden;
  padding: 85px 0;
}

.zalety-konta-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
  height: 100%;
  background-image: url("../img/pattern-coffee-tea.png");
  background-repeat: repeat;
  background-position: right center;
  pointer-events: none;
}

.zalety-konta-content {
  position: relative;
  z-index: 1;
  padding: 0 25px 0 55px;
}

h1.zalety-konta-title {
  font-size: 80px;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.1;
  text-transform: none;
  padding: 0 25px;
}
h1.zalety-konta-title .brand {
  color: white;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h1.zalety-konta-title .label {
  color: white;
  font-weight: 300;
  text-transform: lowercase;
}

.zalety-konta-description {
  font-size: 19px;
  color: #dfdfdf;
  line-height: 1.6;
  margin-bottom: 80px;
  font-weight: 300;
  padding: 0 25px;
}
.zalety-konta-description b {
  color: #ffffff;
  font-weight: 600;
}

.zalety-konta-benefits {
  margin-bottom: 45px;
}

.zalety-konta-benefits-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 7px;
  text-transform: none;
  padding: 0 25px;
}

.zalety-konta-benefit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  border-bottom: 1px solid #6c8b3d;
  color: #dfdfdf;
  font-size: 20px;
  font-weight: 300;
}
.zalety-konta-benefit:last-of-type {
  border-bottom: 0;
}
.zalety-konta-benefit i.bi-check-square {
  color: #9db84d;
  font-size: 33px;
  line-height: 1;
  margin-left: 20px;
}

.zalety-konta-btn {
  display: inline-block;
  background-color: #bad759;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 60px;
  text-decoration: none;
  transition: background-color 0.2s;
  text-transform: none;
}
.zalety-konta-btn:hover {
  background-color: #c4e35e;
  color: #1a1a1a;
}

@media (max-width: 991px) {
  .zalety-konta-hero {
    padding: 50px 0;
  }

  .zalety-konta-pattern {
    width: 100%;
    opacity: 0.1;
  }

  .zalety-konta-content {
    padding: 0 15px;
  }

  h1.zalety-konta-title {
    font-size: 50px;
  }
}
header .site-menu-toggle em {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px 0;
  background-color: black;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;
}

header#top.homepage.open-mobile-menu {
  background: rgba(255, 255, 255, 0.7);
}

header#top.homepage.open-mobile-menu #site-menu a {
  color: black;
}

header .site-menu-toggle em.first {
  transform: translateY(0) rotate(0deg);
}

header .site-menu-toggle em.last {
  transform: translateY(0) rotate(0deg);
}

header.open-mobile-menu .site-menu-toggle em.first {
  transform: translateY(6px) rotate(45deg);
}

header.open-mobile-menu .site-menu-toggle em.middle {
  background-color: transparent;
  background-color: #292f33 \9 \0 ;
  transition: background 0.1s ease-in-out;
}

.no-csstransforms3d header.open-mobile-menu .site-menu-toggle em.middle {
  background-color: transparent;
}

header.open-mobile-menu .site-menu-toggle em.last {
  right: 0;
  transform: translateY(-6px) rotate(-45deg);
}

.home-container {
  margin-bottom: 0;
  margin-top: 0;
}

.homeCarousel-container {
  padding: 0;
  box-shadow: 3px 5px 18px 0 rgba(0, 0, 0, 0.22);
  position: relative;
  text-transform: uppercase;
}
.homeCarousel-container .carousel-control-prev,
.homeCarousel-container .carousel-control-next {
  left: initial;
  top: initial;
  bottom: 12px;
}
.homeCarousel-container .carousel-control-prev {
  left: -12px;
}
.homeCarousel-container .carousel-control-next {
  right: -12px;
}
.homeCarousel-container [class*=" bi-"]:before, .homeCarousel-container [class^=bi-]:before {
  line-height: 1.2;
}
.homeCarousel-container button i {
  font-size: 25px;
  background: white;
}
.homeCarousel-container .slider-content {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.homeCarousel-container .slider-label {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 25px;
  margin-top: 20px;
  display: none;
}
.homeCarousel-container .slider-text {
  background: #d7f29e;
  color: #3e3e3e;
  font-weight: 300;
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 14%;
  padding: 5px 10px;
}
.homeCarousel-container .slider-text p {
  line-height: 1;
  margin-bottom: 0;
}
.homeCarousel-container .slider-text small {
  color: #18472a;
  font-size: 10px;
}
.homeCarousel-container .slider-button {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  margin-right: 25px;
  margin-top: 10px;
  font-size: 36px;
  padding: 20px 75px;
  display: none;
}

.home-news {
  background-image: url("../img/home-news-bg.jpg");
  border-bottom: 2px solid #a6c90b;
}
.home-news .news-col {
  overflow: hidden;
}
.home-news h2 {
  margin: 30px 0;
}
.home-news .box {
  box-shadow: 3px 5px 18px 0 rgba(0, 0, 0, 0.22);
  background: white;
  padding: 25px;
  line-height: 24px;
  margin-bottom: 40px;
}
.home-news .box:last-of-type {
  margin-bottom: 0;
}
.home-news .box a.title {
  color: #18472a;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 0 0 25px;
  text-decoration: none;
}
.home-news .box .title {
  color: #18472a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 0 0 25px;
}
.home-news .box .btn {
  padding: 0.375rem 51px;
  margin-top: 25px;
}
.home-news .more {
  transition: height 1s;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.home-news .more:not(.active) {
  display: none;
}
.home-news .breadcrumb {
  padding-top: 1em;
}
.home-news a:not(.btn):not(.title):not(.item) {
  color: #a6c90b;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-top: 35px;
}
.home-news a:not(.btn):not(.title):not(.item) i {
  display: block;
  font-size: 65px;
  margin-top: -14px !important;
}

.home-new {
  margin-bottom: 30px;
}

.products-slider-container {
  position: relative;
}
.products-slider-container .controlsContainer {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
}
.products-slider-container .controlsContainer [data-controls=prev],
.products-slider-container .controlsContainer [data-controls=next] {
  cursor: pointer;
  position: absolute;
  transform: translate(0, -50%);
}
.products-slider-container .controlsContainer [data-controls=prev] {
  left: 0;
}
.products-slider-container .controlsContainer [data-controls=next] {
  right: 0;
}
.products-slider-container .controlsContainer i {
  font-size: 70px;
}
.products-slider-container .tns-outer {
  width: 100%;
  margin: 0 auto;
}
.products-slider-container .item {
  text-align: center;
}
.products-slider-container img {
  margin-bottom: 25px;
  width: 250px;
  max-height: 533px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products-slider-container .name {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
  text-align: left;
}
.products-slider-container .name b {
  font-weight: 700;
}
.products-slider-container .price {
  text-align: left;
}
.products-slider-container .price b {
  font-size: 18px;
  font-weight: 700;
}
.products-slider-container h2 {
  margin: 30px 0 30px;
}

.new-slider-container .tns-outer {
  width: 100%;
}

.newsletter-box {
  background: #d7f29e;
  padding: 35px 25px;
}
.newsletter-box input.form-control {
  height: 45px;
  border-radius: 0;
  border: 0;
  margin: 0 25px 20px 15px;
  max-width: 70%;
}
.newsletter-box button {
  width: 125px;
  height: 45px;
}
.newsletter-box .form-check {
  padding-left: 21px;
}
.newsletter-box .form-check input {
  margin-top: 2px;
  border-radius: 0;
  border: 0;
  width: 11px;
  height: 11px;
  margin-left: -21px;
}
.newsletter-box .form-check label {
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
}
.newsletter .social {
  margin: 0 8px;
}
.newsletter h2 {
  margin: 0 0 25px;
}

.dropdown-check-list {
  display: block;
  position: relative;
  width: 100%;
  background: white;
}
.dropdown-check-list .list-anchor {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-check-list .list-anchor:active:after {
  right: 8px;
  top: 21%;
}
.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  background: white;
  padding: 10px 20px 10px 10px;
  z-index: 1;
}
.dropdown-check-list ul.items li {
  list-style: none;
  white-space: nowrap;
}
.dropdown-check-list#list2 ul.items {
  z-index: 101;
}
.dropdown-check-list.visible .items {
  display: block;
}

#modalReview {
  top: 110px;
  height: calc(100% - 110px);
}
#modalReview .modal-dialog {
  min-height: 400px;
}

.user-sliders {
  position: sticky;
  margin-bottom: 10px;
  top: calc(100vh - 280px);
}

.weeklyProduct {
  border: 2px solid #AE00AE;
  border-radius: 5px;
  max-width: 300px;
}
.weeklyProduct .weekly-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}
.weeklyProduct .weekly-countdown .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: #dddddd;
  font-size: 24px;
  margin: 0 3px;
}

.timer-container {
  position: fixed;
  right: -405px;
  top: 20%;
  z-index: 101;
  box-shadow: 0 0 5px 2px #d9d9d9;
  width: calc(100% - 70px);
  max-width: 400px;
  min-height: 200px;
  display: flex;
  align-items: stretch;
  transition: 0.5s all;
}
.timer-container .timer-icon {
  font-size: 2rem;
  background: #EFFFB8;
  padding: 15px;
  cursor: pointer;
  margin-left: -79px;
  height: 93px;
  box-shadow: 0 0 5px 2px #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  right: -1px;
}
.timer-container .timer-icon span {
  font-size: 1rem;
  margin-bottom: 5px;
}
.timer-container .close-button {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
}
.timer-container .timer-content {
  position: relative;
  background: #EFFFB8;
  width: 100%;
  padding: 40px 20px 8px;
  text-align: center;
}
.timer-container .header {
  line-height: 1;
  margin: 0 0 35px 0;
  font-size: 40px;
  color: #3e3e3e;
  font-weight: 300;
  text-transform: uppercase;
}
.timer-container .circle .time {
  font-size: 2rem;
}
.timer-container .controls {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timer-container .controls span {
  margin-left: 5px;
  margin-right: 5px;
}
.timer-container .controls i {
  font-size: 2.5rem;
  cursor: pointer;
  display: block;
}
.timer-container .controls #pauseButton {
  display: none;
}
.timer-container .controls .buttonReset {
  position: relative;
  top: 1px;
}
.timer-container .link {
  margin-top: 18px;
}
.timer-container .link small, .timer-container .link a {
  color: #708090;
}

.notyf {
  top: 7%;
}

@media (max-width: 767px) {
  .timer-container {
    max-width: 200px;
    min-height: 150px;
    right: initial;
    left: -205px;
    top: initial;
    bottom: 20%;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .timer-container .timer-icon {
    right: initial;
    left: -1px;
    margin-left: initial;
    margin-right: -79px;
  }
  .timer-container .timer-content {
    padding: 20px 20px 8px;
  }
  .timer-container h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .timer-container .circle .time {
    font-size: 2rem;
  }
  .timer-container .controls i {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .home-container .row > .col-12 {
    padding: 0;
  }

  .weeklyProduct {
    margin: 0 auto 50px;
  }
  .weeklyProduct img {
    max-width: 185px;
  }
}
@media (min-width: 576px) {
  #categories {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  #mainMenu .container {
    max-width: 100%;
  }

  footer .container {
    max-width: 100% !important;
  }

  .products-list .product {
    position: relative;
  }
  .products-list .cart-thumb {
    top: 5px;
  }
}
@media (max-width: 991px) {
  .cart-sticky {
    position: relative;
    top: 0;
  }

  .container {
    max-width: 100% !important;
  }

  .home-new .container {
    max-width: 100% !important;
  }

  .product-cart .fs-1-15em {
    font-size: 0.95em;
  }
  .product-cart .fs-1-3em {
    font-size: 1.1em;
  }
  .product-cart .fs-1-5em {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .notyf {
    position: fixed;
    top: 150px;
    left: 5%;
    height: 100%;
    width: 90%;
    color: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
    box-sizing: border-box;
    padding: 20px;
  }

  .notyf__wrapper {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .notyf__icon {
    width: 100%;
    margin-bottom: 9px;
    text-align: center;
    font-size: 1.3em;
    opacity: 0;
    animation: notyf-fadeinup 0.3s forwards;
    animation-delay: 0.3s;
    margin-right: 13px;
  }

  .notyf__icon--error, .notyf__icon--success {
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative;
  }

  .notyf__icon--success:before {
    height: 19px;
    transform: rotate(45deg);
    top: 15px;
    left: 25px;
  }

  .notyf__icon--success:after {
    height: 10px;
    transform: rotate(-45deg);
    top: 21px;
    left: 15px;
  }

  .notyf__message {
    font-size: 24px;
  }

  body {
    padding-top: 0;
  }
  body.home {
    padding-top: 152px;
  }
  body:not(.home) main {
    padding-top: 104px;
  }
  body.zalety {
    padding-top: 125px !important;
  }
  body.zalety main {
    padding-top: 0;
  }

  .page-content h1,
.page-content h2,
.page-content h3 {
    scroll-margin-top: 145px;
  }

  header ul.container {
    max-width: 100%;
  }
  header.open-mobile-menu .menu .menu-mobile-bar {
    box-shadow: 1px 3px 5px 0 #3c3c3c4d;
  }
  header .menu .menu-mobile-bar {
    z-index: 1000000;
    position: relative;
    background: #bad658;
  }
  header .menu #mainMenu {
    top: 140px;
    background: #bad658;
    overflow: auto;
  }
  header .menu #mainMenu a {
    font-size: 16px;
  }
  header .menu #mainMenu > :not(.menu-contact) {
    height: calc(100dvh - 150px);
  }

  .home-container {
    max-width: 100% !important;
  }

  .cart .cart-table_options {
    width: 200px;
  }

  .product-price .price-small {
    display: flex;
    align-items: end;
    justify-content: end;
  }
  .product-price .price {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 30px;
  }
  .product-price .btn {
    font-size: 14px;
  }
  .product-price .btn-success {
    font-weight: 600;
  }

  .cart-options {
    max-width: 400px;
  }
  .cart-options .btn {
    width: 47%;
    flex: 0 0 47%;
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
    margin-bottom: 0.25rem !important;
  }

  .products .products-list {
    margin-bottom: 20px;
  }

  .products-filters input {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.3;
  }
  .products-filters .btn {
    line-height: 1.3;
    padding: 4px 10px;
  }

  .mega-menu-groups > div:not(:last-child) {
    margin-bottom: 10px;
  }

  .timer-container .header {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .product-image, .product-slider {
    text-align: center;
  }
  .product-image a, .product-slider a {
    max-width: 300px;
  }
}
@media (max-width: 599px) {
  .products-slider-container .controlsContainer {
    margin-top: -65px;
  }
  .products-slider-container img {
    width: initial;
  }
  .products-slider-container i {
    background: white;
    opacity: 0.5;
    color: #1d1d1b;
  }
}
@media (max-width: 500px) {
  .product .col-cart {
    width: 100%;
  }
  .product .cart-thumb > div {
    flex-direction: column;
  }
}
@media (max-width: 499px) {
  .homeCarousel-container .carousel-control-prev,
.homeCarousel-container .carousel-control-next {
    width: 50px;
    bottom: 0;
  }
  .homeCarousel-container .carousel-control-prev i,
.homeCarousel-container .carousel-control-next i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .homeCarousel-container .carousel-control-prev {
    left: 0;
  }
  .homeCarousel-container .carousel-control-next {
    right: 0;
  }
}
@media (max-width: 450px) {
  .products-filters .btn {
    font-size: 15px;
  }
  .products-filters .col-6, .products-filters .col-auto {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
}
@media (min-width: 500px) {
  .home-container {
    width: 100%;
  }

  .homeCarousel-container .carousel-control-prev,
.homeCarousel-container .carousel-control-next {
    bottom: 15px;
    width: 45px;
  }
  .homeCarousel-container .carousel-control-prev {
    left: 15px;
  }
  .homeCarousel-container .carousel-control-next {
    right: 15px;
  }
  .homeCarousel-container button i {
    font-size: 45px;
  }
  .homeCarousel-container .slider-text {
    font-size: 14px;
    margin-top: 20px;
  }
  .homeCarousel-container .slider-text p {
    margin-bottom: 0;
  }
  .homeCarousel-container .slider-text small {
    font-size: 12px;
  }
  .homeCarousel-container .slider-button {
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .home-container {
    width: 100%;
  }

  .homeCarousel-container .carousel-control-prev,
.homeCarousel-container .carousel-control-next {
    bottom: 25px;
    width: 45px;
  }
  .homeCarousel-container .carousel-control-prev {
    left: 25px;
  }
  .homeCarousel-container .carousel-control-next {
    right: 25px;
  }
  .homeCarousel-container button i {
    font-size: 45px;
  }
}
@media (min-width: 600px) {
  .products .products-list .thumb {
    margin-right: 15px;
  }
  .products .products-list .product-left .thumb {
    margin-right: 20px;
  }
  .products .products-list .product-left .thumb > a {
    margin-left: 20px;
  }
  .products .products-list .product-left .thumb > div > a {
    margin-left: 10px;
  }

  .home-news h2 {
    margin: 55px 0 35px;
  }

  .products-slider-container .tns-outer {
    width: 100%;
    margin: 0 auto;
  }

  .new-slider-container .tns-outer {
    width: 70%;
    margin: 0 auto;
  }

  .homeCarousel-container .slider-text {
    font-size: 18px;
    padding: 10px 20px;
  }
  .homeCarousel-container .slider-text p {
    margin-bottom: 5px;
  }
  .homeCarousel-container .slider-button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  header {
    margin-bottom: 50px;
  }
  header .menu {
    font-size: 15px;
    padding-bottom: 0;
    position: relative;
  }
  header .menu #mainMenu {
    position: relative;
    top: 0;
  }
  header .menu #mainMenu > *:not(.menu-contact) {
    height: initial;
    padding-bottom: 0;
    overflow: initial;
    position: relative;
    justify-content: space-between !important;
  }
  header .menu .subcategories {
    font-size: 13px;
  }
  header .menu ul.container {
    padding-bottom: 0;
  }
  header .menu ul.container > li > a {
    padding: 15px 7px;
  }
  header .menu ul.container > li:first-of-type > a {
    padding-left: 0;
  }
  header .menu ul.container > li:last-of-type > a {
    padding-right: 0;
  }

  main {
    padding-top: 0 !important;
  }

  .home-container {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .homeCarousel-container .slider-label {
    display: inline-block;
  }

  .home-new {
    margin-bottom: 70px;
  }
  .home-new h2 {
    margin: 40px 0 40px;
  }

  .scrollup {
    bottom: 110px;
    right: 27px;
  }

  .product-price .price-small {
    font-size: 0.8em;
  }
  .product-price .price {
    font-size: 22px;
  }

  .col-lg-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }

  .cart .cart-options .btn-sm {
    font-size: 14px;
    padding: 0.4rem 0.64rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .products .products-list .product-left .cart-thumb {
    width: calc(100% + 60px);
    margin-left: 0;
    height: auto;
  }
  .products .products-list .product-left .cart-thumb > div.left-to-column {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .products .products-list .product-price {
    margin-top: auto;
  }

  .product .cart-buttons .btn-success {
    min-height: 65px;
    font-size: 1.5em;
    border-radius: 4px;
    text-transform: uppercase;
  }

  .home-container {
    margin-bottom: 26px;
  }

  .homeCarousel-container .carousel-control-prev,
.homeCarousel-container .carousel-control-next {
    bottom: 25px;
    width: 71px;
  }
  .homeCarousel-container .carousel-control-prev {
    left: 25px;
  }
  .homeCarousel-container .carousel-control-next {
    right: 25px;
  }
  .homeCarousel-container button i {
    font-size: 45px;
  }
  .homeCarousel-container .slider-text {
    font-size: 26px;
    padding: 20px 35px;
  }
  .homeCarousel-container .slider-text small {
    font-size: 18px;
  }
  .homeCarousel-container .slider-button {
    font-size: 26px;
    padding: 15px 45px;
  }

  .home-new {
    margin-bottom: 130px;
  }
  .home-new h2 {
    margin: 60px 0 80px;
  }

  .newsletter .container {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .newsletter .social {
    margin-top: 11px;
  }

  .cart .cart-options .btn-sm {
    font-size: 15px;
    padding: 0.4rem 0.55rem;
  }
}
@media (min-width: 1010px) {
  header .menu {
    font-size: 16px;
  }
  header .menu .subcategories {
    font-size: 13px;
  }
  header .menu ul.container > li > a {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  header .menu {
    font-size: 17px;
  }
  header .menu .subcategories {
    font-size: 13px;
  }

  .products-slider-container .tns-outer {
    width: 100%;
  }

  .new-slider-container .tns-outer {
    width: 80%;
  }

  .homeCarousel-container .slider-text {
    font-size: 33px;
    padding: 40px 45px;
  }
  .homeCarousel-container .slider-button {
    font-size: 36px;
    padding: 20px 75px;
  }

  .cart .cart-options .btn-sm {
    font-size: 15px;
    padding: 0.4rem 0.34rem;
  }
}
@media (min-width: 1400px) {
  header .menu {
    font-size: 19px;
  }
  header .menu .subcategories {
    font-size: 16px;
  }

  .home-news .box {
    height: 255px !important;
    margin-bottom: 0;
  }
  .home-news .boxHeightAuto {
    height: auto !important;
  }
  .home-news .margin {
    margin-top: 90px !important;
  }
  .home-news a:not(.btn):not(.title):not(.item) {
    margin-top: 90px !important;
  }
  .home-news a:not(.btn):not(.title):not(.item) i {
    font-size: 65px;
    margin-top: -14px !important;
  }

  .cart .cart-options .btn-sm {
    font-size: 17px;
    padding: 0.4rem 0.6rem;
  }
}
.ai-assistant-widget {
  z-index: 1050;
}
.ai-assistant-widget .ai-assistant-trigger.custom-eye-mode {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 80px;
  height: 80px;
  padding: 0;
  overflow: visible !important;
  position: relative;
}
.ai-assistant-widget .ai-assistant-trigger.custom-eye-mode::before,
.ai-assistant-widget .ai-assistant-trigger.custom-eye-mode::after {
  display: none;
}
.ai-assistant-widget .eye-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.ai-assistant-widget .eye-pupil {
  width: 16px !important;
  height: 16px !important;
  z-index: 10;
  top: 14px !important;
  left: 12px !important;
  will-change: transform;
  transform: translate(-4px, -3px);
}
.ai-assistant-widget .ai-chat-toggle {
  width: 80px;
  height: 80px;
  padding: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none !important;
}
.ai-assistant-widget .ai-chat-toggle:hover, .ai-assistant-widget .ai-chat-toggle:focus, .ai-assistant-widget .ai-chat-toggle:active {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.ai-assistant-widget .ai-teaser {
  position: absolute;
  right: 16px;
  bottom: 100px;
  width: 320px;
  max-width: calc(100vw - 2rem);
  z-index: 1051;
  animation: aiTeaserIn 0.35s ease both;
}
.ai-assistant-widget .ai-teaser-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.ai-assistant-widget .ai-teaser-bubble {
  position: relative;
  background: #fff;
  color: #1a1a1a;
  border-radius: 16px;
  padding: 12px 16px;
  font-size: 0.9rem;
  line-height: 1.35;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.15s ease;
}
.ai-assistant-widget .ai-teaser-bubble:hover {
  transform: translateY(-2px);
}
.ai-assistant-widget .ai-teaser-bubble::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
}
@keyframes aiTeaserIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ai-assistant-widget .ai-chat-card {
  width: min(470px, 100vw - 2rem);
  max-height: min(600px, calc(100vh - 140px));
  height: min(600px, calc(100vh - 140px));
  overflow: visible;
  position: relative;
}
.ai-assistant-widget .ai-kameleon {
  position: absolute;
  width: 250px;
  height: 168px;
  top: -111px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
  pointer-events: none;
}
.ai-assistant-widget .kameleon-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ai-assistant-widget .kameleon-bg {
  -o-object-fit: contain;
     object-fit: contain;
}
.ai-assistant-widget .kameleon-pupil {
  width: 26px !important;
  height: 26px !important;
  background: #1a1a1a;
  border-radius: 50%;
  top: 50px !important;
  left: 27px !important;
  will-change: transform;
  transform: translate(-6px, -5px);
}
@media (max-height: 500px) {
  .ai-assistant-widget .ai-chat-card {
    max-height: min(600px, calc(100vh - 80px));
    height: min(600px, calc(100vh - 80px));
  }
  .ai-assistant-widget .ai-kameleon {
    width: 125px;
    height: 84px;
    top: -56px;
  }
  .ai-assistant-widget .kameleon-pupil {
    width: 13px !important;
    height: 13px !important;
    top: 25px !important;
    left: 14px !important;
  }
}
.ai-assistant-widget .ai-chat-body {
  height: calc(100% - 56px);
}
.ai-assistant-widget .ai-chat-messages {
  height: 0;
}
.ai-assistant-widget .ai-user-message {
  max-width: 75%;
}
.ai-assistant-widget .ai-assistant-message {
  max-width: 75%;
}
.ai-assistant-widget .ai-product-thumb {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ai-assistant-widget .leon-photo {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;
}
.ai-assistant-widget .leon-photo:hover {
  transform: scale(1.05);
}
.ai-assistant-widget .typing-indicator {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
}
.ai-assistant-widget .typing-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6c757d;
  opacity: 0.4;
  animation: typing 1.4s infinite;
}
.ai-assistant-widget .typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
.ai-assistant-widget .typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
.ai-assistant-widget .ai-chat-backdrop {
  display: none;
}
@media (max-width: 767px) {
  .ai-assistant-widget .ai-chat-toggle {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    transform: scaleX(-1);
  }
  .ai-assistant-widget .ai-teaser {
    position: fixed;
    left: 1rem;
    right: auto;
    bottom: calc(1rem + 88px);
    width: 240px;
    max-width: calc(100vw - 2rem);
  }
  .ai-assistant-widget .ai-teaser-bubble::after {
    left: 24px;
    right: auto;
  }
  .ai-assistant-widget .ai-chat-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
}

body.with-notice {
  padding-top: 230px;
}

@media (max-width: 991px) {
  body {
    padding-top: 176px !important;
  }

  body.zalety {
    padding-top: 125px !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 41px !important;
  }

  body.home {
    padding-top: 140px !important;
  }

  .types.mt-5 {
    margin-top: 20px !important;
  }
}
.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  scroll-margin-top: 100px;
}

.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-item.active {
  border-color: #bad558;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease;
}

.faq-question:hover {
  background-color: #f8f9fa;
}

.faq-item.active .faq-question {
  background-color: #bad558;
}

.faq-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  flex: 1;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e9ecef;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-toggle {
  background-color: #479b3f;
  transform: rotate(180deg);
}

.faq-icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #666;
  transition: border-color 0.3s ease;
}

.faq-item.active .faq-icon {
  border-top-color: #fff;
}

.faq-answer {
  display: none;
  overflow: hidden;
}

.faq-content {
  padding: 20px 25px;
  color: #555;
  line-height: 1.7;
}

.faq-content p {
  margin: 0 0 15px;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

.faq-content ul,
.faq-content ol {
  margin: 15px 0;
  padding-left: 30px;
}

.faq-content li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .faq-container {
    margin: 20px auto;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-question {
    padding: 15px 18px;
  }

  .faq-content {
    padding: 0 18px 15px;
  }
}
.register-left-title {
  font-size: 80px;
  font-weight: 300;
  margin-top: 0;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .register-left-title {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .register-custom-padding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.ox-values {
  padding: 60px 0;
  background: #faf9f6;
}
.ox-values__header {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 48px;
}
.ox-values__title {
  font-size: 35px;
  font-weight: 300;
  color: #3e3e3e;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1;
}
.ox-values__intro {
  font-size: 15px;
  line-height: 1.75;
  color: #6b6b6b;
  margin: 0 0 10px;
}
.ox-values__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  grid-auto-flow: row dense;
}
.ox-values__card {
  background: #fff;
  padding: 28px 24px;
  border-radius: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column !important;
  align-items: center;
  grid-column: span 2;
}
.ox-values__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.ox-values__card--wide {
  grid-column: span 3;
}
.ox-values__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f0f5e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7a9a0a;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.ox-values__card-title {
  font-size: 18px;
  font-weight: 700 !important;
  color: #3e3e3e;
  margin: 0 0 6px;
  line-height: 1.3;
  text-transform: none !important;
}
.ox-values__card-text {
  font-size: 14px;
  line-height: 1.65;
  color: #6b6b6b;
  margin: 0;
}

@media (max-width: 991px) {
  .ox-values {
    padding: 40px 0;
  }
  .ox-values__grid {
    grid-template-columns: 1fr 1fr;
  }
  .ox-values__card {
    grid-column: span 1;
  }
  .ox-values__card--wide {
    grid-column: span 2;
  }
  .ox-values__header {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .ox-values {
    padding: 30px 0;
  }
  .ox-values__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ox-values__card {
    grid-column: span 1;
  }
  .ox-values__card--wide {
    grid-column: span 1;
  }
  .ox-values__title {
    font-size: 28px;
  }
  .ox-values__icon {
    width: 44px;
    height: 44px;
  }
  .ox-values__icon svg {
    width: 22px;
    height: 22px;
  }
  .ox-values__card-title {
    font-size: 16px;
  }
  .ox-values__card {
    padding: 22px 18px;
  }
}
