/*
Style name: Envipro
Date: 01-2025
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("CSS/font-awesome.min.css");

h1,
h2,
h3,
h4,
a.site-link,
p,
li {
  font-family: "DM Sans", sans-serif !important;
}

h1 {
  font-size: 54px;
  font-weight: 600;
}

h2 {
  font-size: 40px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

a.site-link {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #65b230 !important;
  text-transform: none !important;
  transition-duration: 0.1s;
}

a.site-link:hover,
a.site-link:focus {
  color: #65b230 !important;
  text-decoration: underline !important;
  transition-duration: 0.1s;
}

.navbar {
  background: #ffffff;
  border: 0px !important;
  border-radius: 0px !important;
  height: 90px;
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  z-index: 999 !important;
}

.navbar-brand {
  display: inline-block !important;
  margin: 15px 0px !important;
  padding: 0px !important;
  width: auto !important;
  height: 60px !important;
  position: relative;
  z-index: 99;
}

.navbar-brand img {
  width: auto;
  height: 50px;
  margin: 0px;
}

.navbar .container {
  width: 98%;
  padding: 0px;
  height: 90px;
}

.navbar.menu {
  border: 0px !important;
  border-radius: 0px !important;
  height: 90px;
  margin-bottom: 0px !important;
}

.navbar .navbar-collapse {
  height: 90px;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.navbar .navbar-collapse .navbar-nav {
  width: auto !important;
  position: relative;
  top: 0px;
  float: none;
  margin: 0;
  text-align: right;
}

.navbar .navbar-collapse .navbar-nav li.menu-item {
  display: inline-block;
  height: 90px;
  float: none;
  margin: 0px 8px;
  padding: 20px 0px;
  transition: linear 0.2s;
}

.navbar .navbar-collapse .navbar-nav li.menu-item::after {
  content: "";
  display: block;
  position: relative;
  top: -17px;
  left: 0px;
  width: 0;
  height: 8px;
  background: #d1f04f;
  transition: width 0.1s;
  z-index: 0;
}

.navbar .navbar-collapse .navbar-nav li.menu-item a.active::after {
  content: "";
  display: block;
  position: relative;
  top: -7px;
  left: 0px;
  width: 100%;
  height: 8px;
  background: #d1f04f;
  transition: width 0.1s;
  z-index: -9;
}

.navbar .navbar-collapse .navbar-nav li.menu-item:hover::after {
  width: 100%;
  transition: width 0.1s;
}

.navbar .navbar-collapse .navbar-nav li a {
  display: block;
  height: 45px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #00512a;
  font-size: 15px;
  text-decoration: none;
  transition-duration: 0.2s;
  padding: 15px 0px;
  position: relative;
  z-index: 9;
}

.navbar .navbar-collapse .navbar-nav li a:hover {
  text-decoration: none;
  transition-duration: 0.2s;
}

.navbar .navbar-collapse .navbar-nav li.menu-item .dropdown-menu {
  background-color: transparent !important;
  float: none;
  min-width: 600px !important;
  padding: 0px;
  border: none;
  top: 45px !important;
  left: -130px;
  box-shadow: none !important;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu li.menu-item {
  display: inline-block;
  width: 200px;
  height: auto !important;
  background: #efefef;
  border: 0px;
  padding: 6px 10px !important;
  box-shadow: none;
}

.navbar .navbar-collapse .navbar-nav li.menu-item a.dropdown-toggle::after {
  font-family: "FontAwesome" !important;
  content: "\f078" !important;
  font-size: 12px;
  font-weight: 800;
  margin-left: 3px;
  margin-bottom: 3px;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu li.menu-item a {
  height: auto !important;
  padding: 0px !important;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu li.menu-item:hover {
  background: #222;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu li.menu-item:hover a {
  color: #fff !important;
  background: transparent;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu li.menu-item.active {
  background: #000;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu li.menu-item:hover a {
  color: #fff;
  background: transparent;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu li.menu-item.active a {
  color: #fff;
  background: transparent;
}

.navbar .navbar-collapse .navbar-nav .dropdown-menu li.menu-item::after {
  display: none !important;
}

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

#container {
  padding: 0px;
  margin: 0px;
}

#main-content {
  margin: 0px;
  padding: 0px;
}

#sub-content {
  margin: 0px;
  padding: 0px;
}

/*Navbar cart Style Begin*/

.xoo-wsc-container {
  font-family: "Epilogue", sans-serif;
}

.shop-menu-mobile {
  display: none;
}

.shopbar .shop_cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.shopbar .shop_cart .widgets button {
  position: relative;
  top: 4px;
  background: none;
  padding: 0 0 0 10px;
  border: none;
}

.xoo-wsc-basket-navbar {
  margin: 15px 10px 10px;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease-out;
  align-items: center;
  justify-content: center;
}

.widgets .xoo-wsc-sc-count {
  background-color: #65b230;
  color: #ffffff;
  top: -8px;
  right: -8px;
  font-family: "Epilogue", sans-serif;
}

.xoo-wsc-basket {
  border-radius: 0 !important;
}

.xoo-wsc-sc-cont {
  color: #0f0f0f !important;
}

svg.wc-block-customer-account__account-icon {
  color: #0f0f0f !important;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue,
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart,
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
  padding: 12px 30px;
  border: 2px solid transparent;
  border-radius: 65px;
  transition-duration: 0.1s;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover,
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart:hover,
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:focus,
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart:focus {
  background: transparent;
  border: 2px solid #ffffff;
  transition-duration: 0.1s;
}

a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
  font-weight: 800;
  font-size: 18px;
  margin-top: 10px;
}

.xoo-wsc-basket {
  border-radius: 100% !important;
}

.yith-wcwl-add-to-wishlist-button__label {
  font-family: "Epilogue", sans-serif !important;
  font-size: 12px !important;
  color: #65b230 !important;
}

/*Navbar cart Style End*/

/* Products Archive Style Begin */

ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-category__title {
  min-height: 4.7em;
}

/* Products Archive Style End */

/*Single Product Style Begin*/

#comments h2.woocommerce-Reviews-title {
  display: none;
}

#comments ol, #comments li {
  display: block;
  padding-left: 0px;
  font-size: 16px;
}

#comments li img {
  float: left;
  border-radius: 125px;
  width: 30px;
  height: auto;
  margin-right: 5px;
}

#comments .comment-text .meta {
  position: relative;
  top: 5px;
}

#review_form #respond {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
}

#review_form #respond #reply-title {
  display: block;
  margin: 20px auto;
  font-size: 24px;
  font-weight: 600;
  color:#00512a;
}

/* Stylowanie formularza ocen */
/* p.stars a {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -15px;
  font-size: 0px;
  color: #ccc;
  margin-right: 5px;
}

p.stars a::before {
  font-family: "FontAwesome" !important;
  content: "\f005" !important;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
  transition: color 0.2s ease;
} */

/* Po najechaniu lub kliknięciu – kolor aktywnej gwiazdki */
/* p.stars a:hover ~ a::before,
p.stars a:hover::before,
p.stars a.active ~ a::before,
p.stars a.active::before,
p.stars a.star-1.active::before,
p.stars a.star-2.active::before,
p.stars a.star-3.active::before,
p.stars a.star-4.active::before,
p.stars a.star-5.active::before {
  color: #ffcc00; /* kolor aktywnej gwiazdy 
?*/

/* Ukryj domyślny tekst ocen */
.comment-form-rating p {
  display: none;
}

/* Nowe gwiazdki */
.custom-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.custom-stars .star {
  font-size: 28px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.custom-stars .star.hover,
.custom-stars .star.selected {
  color: gold;
}


.comment-form-comment label {
  display: block;
  width: 100%;
}

.comment-form-comment #comment {
  display: block;
  width: 100%;
  border-radius: 25px;
  margin: 20px auto;
  padding: 20px;
}

span.onbackorder_product {
  font-family: "DM Sans", sans-serif;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
}

.form-submit input#submit, a.button_onbackorder {
  background: #d1f04f;
  color: #00512a;
  font-weight: 600;
  padding: 10px 45px;
  border: 0px solid transparent;
  border-radius: 65px;
}

a.button_onbackorder {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  transition: ease-in 0.2s;
}

a.button_onbackorder:hover {
  background-color: #00512A;
  color: #D1F04F;
  transition: ease-in 0.2s;
}

/*Single Product Style End*/

/*Blog Style Begin*/

#container.index .breadcrumb, #container.index .page_title, #container.index #main-content {
  position: relative;
  float: none;
  margin: 0 auto;
  max-width: 1200px;
}

#container.index .breadcrumb {
  background-color: transparent;
  padding: 20px 0px;
  border-style: none;
  color: #222222;
  font-family: "DM Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
}

#container.index .breadcrumb nav.woocommerce-breadcrumb {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
}

#container.index .breadcrumb nav.woocommerce-breadcrumb a {
  color: #00512A;
}

#container.index .page_title h1:before {
  display: block;
  content: '';
  height: 175px;
  position: relative;
  top: 115px;
  left: -85px;
  z-index: -99;
  background-image: url(https://nutrimilch.dzentelmenidizajnu.pl/wp-content/uploads/2025/01/round_bg.webp);
  background-position: 4px 6px;
  background-repeat: no-repeat;
  background-size: 167px auto;
  opacity: 0.25;
}

#container.index .page_title h1 {
  position: relative; 
  top: -150px;
  left: 75px;
  font-family: 'DM Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #00512A;
}

#container.index #main-content, #container.index #main-content #sub-content, 
#container.index #main-content #sub-content #blog_post_content, #container.index #main-content #sub-content #blog_post_content #single_post_content {
  padding: 10px 0px;
}

#container.index #main-content {
  position: relative;
  top: -100px;
}

#container.index #main-content #sub-content {
   display: grid;
	z-index: 99;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

#container.index #main-content #sub-content #blog_post_content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#container.index #main-content #sub-content #blog_post_content #single_post_content {
  height: fit-content;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 30px;
  padding: 0px;
  background: linear-gradient(
  129deg,
  rgba(0, 82, 45, 1) 35%,
  rgba(55, 166, 115, 1) 100%
  ) !important;
}

#container.index #main-content #sub-content #blog_post_content #single_post_content #thumbnail_image {
  overflow: hidden;
  padding: 0px;
}

#container.index #main-content #sub-content #blog_post_content #single_post_content #thumbnail_image img {
  width: 100%;
  height: 200px;
  object-fit: Cover;
  object-position: Top;
  transform: scale(100%);
  transition: ease-in 0.3s;
}

#container.index #main-content #sub-content #blog_post_content #single_post_content #thumbnail_image .image_overaly {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}

#single_post_content .image_overlay,
#single_post_content img {
  transition: 0.3s;
}

#single_post_content:hover .image_overaly {
  background: #D1F04F78;
}

#single_post_content:hover  img {
  transform: scale(1.1, 1.1) !important;
  transition: 0.3s;
}

#container.index #main-content #sub-content #blog_post_content #single_post_content #blog_meta {
  padding: 20px; 
}

#container.index #main-content #sub-content #blog_post_content #single_post_content #blog_meta #blog_post_title a {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}

/*Blog Style End*/

/*Single Post Style Begin*/

#container.index.single #main-content {
  position: relative;
  top: 0px;
}

#container.index #main-content #sub-content.single {
  display: block;
}

/* #container.index.single #main-content #full_post_content {
  padding: 0px;
} */

#container.index.single #main-content #full_post_content #single_post_thumbnail_image {
  padding: 20px 0px;
}

#container.index.single #main-content #full_post_content h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #00512A;
}

#container.index.single #main-content #full_post_content #single_post_thumbnail_image img {
  width: 100%;
  height: auto;
  border-radius: 35px;
}

#container.index.single #main-content #full_post_content .single_post_text_content {
  padding: 0px;
  color: #000000!important;
}

#container.index.single #main-content #full_post_content .backward_link {
  text-align: center;
}

#container.index.single #main-content #full_post_content a.blog_backward {
  display: inline-block;
  position: relative;
  margin: 20px auto;
  float: none;
  background-color: #D1F04F;
  font-family: "DM Sans", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  fill: #02351D;
  color: #02351D;
  border-radius: 65px 65px 65px 65px;
  padding: 15px 40px 15px 40px;
}

#container.index.single #main-content #full_post_content a.blog_backward img {
  width: 20px;
  height: auto;
  position: relative;
  top: -3px;
}

#container.index.single #main-content #full_post_content a.blog_backward span.arrow_backward {
  display: inline-block;
  background: url(img/link-backward-stroke-rounded.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}

#container.index.single #main-content #full_post_content a.blog_backward:hover {
  background-color: #02351D;
  color: #D1F04F;
  text-decoration: none;
}

#container.index.single #main-content #full_post_content a.blog_backward:hover span.arrow_backward {
  background: url(img/link-backward-stroke-rounded-light.svg);
    background-size: cover;
}

#container.index.single #main-content #full_post_content .single_post_text_content p, #container.index.single #main-content #full_post_content .single_post_text_content ul li {
  font-size: 16px!important;
}

#container.index.single #main-content #related_posts {
  padding: 20px 0px 0px 40px;
}

#container.index.single #main-content #related_posts h2.related_posts_header {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #00512A;
  margin-bottom: 30px;
}

#container.index.single #main-content #related_posts ul {
  padding-left: 0px;
}

#container.index.single #main-content #related_posts ul li {
  display: block;
  padding-bottom: 20px;
}

#container.index.single #main-content #related_posts ul li #single_post_content {
  height: fit-content;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 30px;
  padding: 0px;
  margin-bottom: 20px;
  background: linear-gradient(
  129deg,
  rgba(0, 82, 45, 1) 35%,
  rgba(55, 166, 115, 1) 100%
  ) !important;
}

#container.index.single #main-content #related_posts ul li #single_post_content #thumbnail_image {
  overflow: hidden;
  padding: 0px;
}

#container.index.single #main-content #related_posts ul li #single_post_content #thumbnail_image img {
  width: 100%;
  height: 200px;
  object-fit: Cover;
  object-position: Top;
  transform: scale(100%);
}

#container.index.single #main-content #related_posts ul li #single_post_content #thumbnail_image .image_overaly {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}

#container.index.single #main-content #related_posts ul li #single_post_content:hover .image_overaly {
  background: #D1F04F78;
}

#container.index #main-content #sub-content #blog_post_content #single_post_content:hover img {
  transform: scale(1.1, 1.1) !important;
}

#container.index.single #main-content #related_posts ul li #single_post_content #blog_meta {
  padding: 30px 20px; 
}

#container.index.single #main-content #related_posts ul li #single_post_content #blog_meta #blog_post_title a {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
	transition: 0.3s;
}

#blog_post_title a.post_title {
  color: #fff !important;
	transition: 0.3s;
}

#blog_post_title a.post_title:hover {
  color: #d3f03e !important;
	transition: 0.3s;
}


#container.index.single #main-content #our_products .e-con-inner {
  position: relative;
  top: -75px;
}

#container.index.single #main-content #our_products .elementor-widget-container, #container.index.single #nutrimilch_slider .elementor-widget-container {
  padding: 0px 0px 65px 0px!important;
}

#container.index.single #main-content #our_products h2, #container.index.single #nutrimilch_slider h2 {
  position: relative;
  left: 30px;
  font-family: 'DM Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #00512A;
}

#container.index.single #main-content #our_products h2:before {
  display: block;
  content: '';
  height: 137px;
  position: relative;
  top: 90px;
  left: -55px;
  z-index: -99;
  background-image: url(https://nutrimilch.dzentelmenidizajnu.pl/wp-content/uploads/2025/01/round_bg.webp);
  background-position: 4px 6px;
  background-repeat: no-repeat;
  background-size: 132px auto;
  opacity: 0.25;
}

#container.index.single #nutrimilch_slider {
  max-height: 650px;
}

#container.index.single #nutrimilch_slider .elementor-2541 {
  position: relative;
  top: -215px;
}

#container.index.single #nutrimilch_slider h2:before {
  display: block;
  content: '';
  height: 167px;
  position: relative;
  top: 105px;
  left: -85px;
  z-index: -99;
  background-image: url(https://nutrimilch.dzentelmenidizajnu.pl/wp-content/uploads/2025/01/round_bg.webp);
  background-position: 4px 6px;
  background-repeat: no-repeat;
  background-size: 162px auto;
  opacity: 0.25;
}


/*Single Post Style End*/

#chaty-widget-0 .chaty-widget {
  right: 5px!important;
  bottom: 85px!important;
}

/* Cart and Checkout page Style Begin */

.elementor-element-ce2ad89 .woocommerce {
  padding: 10px 20px;
}

.elementor-element-ce2ad89 .woocommerce .woocommerce {
  padding: 0px;
}

form.woocommerce-cart-form {
  font-family: "DM Sans", sans-serif;
}

form.woocommerce-cart-form table {
  border-radius: 25px !important;
}

form.woocommerce-cart-form table thead {
  width: 100%;
}

form.woocommerce-cart-form table tbody tr:first-child td {
  border-top: 0px !important;
}

form.woocommerce-cart-form table thead,
form.woocommerce-cart-form table tr {
  display: flex;
  justify-content: space-between;
  gap: 0;
  align-items: center;
}

form.woocommerce-cart-form table tr:last-child {
  border-bottom: none;
}

form.woocommerce-cart-form table tr:last-child td {
  align-items: flex-end;
}

form.woocommerce-cart-form table thead tr {
  width: 100%;
}

form.woocommerce-cart-form table th {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #00512a;
}

form.woocommerce-cart-form table td {
  height: 120px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

form.woocommerce-cart-form table td.product-thumbnail a img {
  width: auto;
  height: 85px;
}

form.woocommerce-cart-form table td.product-name a {
  font-size: 16px;
  font-weight: 600;
  color: #00512a;
}

form.woocommerce-cart-form table td.product-price,
form.woocommerce-cart-form table td.product-subtotal {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

form.woocommerce-cart-form table th.product-remove,
form.woocommerce-cart-form table td.product-remove {
  order: 1;
  flex-direction: column;
}

form.woocommerce-cart-form table td.product-remove a.remove {
  font-size: 0px;
}

form.woocommerce-cart-form table td.product-remove a.remove::after {
  position: relative;
  top: -12px;
  content: "";
  display: block !important;
  height: 25px;
  width: 25px;
  background: url(img/delete-02-stroke-rounded.svg);
}

form.woocommerce-cart-form table.cart td.actions {
  height: auto !important;
}

form.woocommerce-cart-form table.cart td.actions button::before {
  position: relative;
  top: 1px;
  margin-right: 6px;
  content: "";
  display: inline-block !important;
  height: 16px;
  width: 16px;
  background: url(img/reload-stroke-rounded.svg);
  background-size: 100% 100%;
}

form.woocommerce-cart-form table.cart td.actions button:hover::before {
  position: relative;
  top: 1px;
  margin-right: 6px;
  content: "";
  display: inline-block !important;
  height: 16px;
  width: 16px;
  background: url(img/reload-stroke-rounded-hv.svg) !important;
  background-size: 100% 100% !important;
}

button#place_order::before {
  position: relative;
  top: 3px;
  margin-right: 6px;
  content: "";
  display: inline-block !important;
  height: 16px;
  width: 16px;
  background: url(img/credit-card-stroke-rounded.svg);
  background-size: 100% 100%;
}

button#place_order:hover::before {
  position: relative;
  top: 3px;
  margin-right: 6px;
  content: "";
  display: inline-block !important;
  height: 16px;
  width: 16px;
  background: url(img/credit-card-stroke-rounded-hv.svg) !important;
  background-size: 100% 100% !important;
}

form.woocommerce-cart-form table.cart td.actions button,
button#place_order {
  border-radius: 65px;
  padding: 12px 45px;
  background: #d1f04f;
  font-size: 16px;
  font-weight: 600;
  color: #00512a;
  transition: 0.2s ease-in;
}

form.woocommerce-cart-form table.cart td.actions button:hover,
button#place_order:hover {
  background: #00512a;
  color: #d1f04f;
  transition: 0.2s ease-out;
}

form.woocommerce-cart-form table.cart td.actions button #text {
  position: relative;
  top: -3px;
}

.checkout.woocommerce-checkout h3,
.woocommerce
  .checkout.woocommerce-checkout
  h3
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  span {
  font-size: 22px;
  font-weight: 600 !important;
  color: #00512a;
}

.checkout.woocommerce-checkout label {
  font-size: 16px;
}

.checkout.woocommerce-checkout input,
.checkout.woocommerce-checkout span.select2-selection {
  border-radius: 65px !important;
  padding: 10px !important;
  border: 1px solid #cccccc !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 3px 15px !important;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #077a45 !important;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00a00 !important;
}

.checkout.woocommerce-checkout div.col-1 {
  column-count: 2;
  width: 100%;
}

.checkout.woocommerce-checkout div.col-1 .woocommerce-billing-fields,
.checkout.woocommerce-checkout
  div.col-1
  .woocommerce-billing-fields__field-wrapper {
  float: left;
  width: 100%;
}

.checkout.woocommerce-checkout
  div.col-1
  .woocommerce-billing-fields
  #billing_postcode_field,
.checkout.woocommerce-checkout
  div.col-1
  .woocommerce-billing-fields
  #billing_city_field,
.checkout.woocommerce-checkout
  div.col-1
  .woocommerce-billing-fields
  #billing_state_field,
.checkout.woocommerce-checkout
  div.col-1
  .woocommerce-billing-fields
  #billing_email_field {
  position: relative;
  top: 45px;
}

.checkout.woocommerce-checkout
  div.col-1
  .woocommerce-billing-fields
  #billing_phone_field {
  position: relative;
  top: 43px;
}

.checkout.woocommerce-checkout div.col-2 {
  width: 100%;
  margin-top: 45px;
}

.checkout.woocommerce-checkout div.col-2 h3#ship-to-different-address {
  margin-left: 25px;
}

.checkout.woocommerce-checkout input:hover,
.checkout.woocommerce-checkout input:focus,
.checkout.woocommerce-checkout input:active {
  border: 1px solid #d1f04f !important;
}

.checkout.woocommerce-checkout textarea {
  border-radius: 20px !important;
  padding: 10px !important;
  min-height: 145px;
}

#order_review {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

table.shop_table.woocommerce-checkout-review-order-table {
  border-radius: 25px !important;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  font-weight: 600;
  color: #00512a;
}

table.shop_table.woocommerce-checkout-review-order-table input[type="radio"] {
  accent-color: #d1f04f !important;
}

.woocommerce-checkout #payment {
  border-radius: 25px !important;
  background: linear-gradient(
    129deg,
    rgba(0, 82, 45, 1) 35%,
    rgba(55, 166, 115, 1) 100%
  ) !important;
}

.wc_payment_methods.payment_methods.methods .woocommerce-info {
  border-top-color: transparent;
  border-radius: 25px;
  font-weight: 600;
  background: #d1f04f;
  color: #00512a;
}

.wc_payment_methods.payment_methods.methods .woocommerce-info::before,
.wc_payment_methods.payment_methods.methods .woocommerce-message::before {
  content: "" !important;
  width: 24px;
  height: 24px;
  background: url(img/information-square-stroke-rounded.svg);
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: #ffffff;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: #d1f04f;
  font-weight: 600;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

.wc_payment_method.payment_method_cod label {
  color: #ffffff;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  border-radius: 65px !important;
  background-color: #d1f04f !important;
  color: #00512a !important;
  font-weight: 600;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #d1f04f !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

/* Cart and Checkout page Style End */

/*Account page Style Begin*/

legend {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

/*Account page Style End*/

/*Wishlist Post Style Begin*/

td.product-remove {
  min-width: 50px !important;
}

a.remove_from_wishlist {
  font-size: 0px !important;
}

a.remove_from_wishlist:before {
  display: block;
  font-family: "FontAwesome" !important;
  content: "\f014" !important;
  font-size: 17px;
  font-weight: 200 !important;
  color: #000000;
  position: relative;
  top: -10px;
}

a.remove_from_wishlist:hover:before {
  font-size: 17px;
  color: #65b230;
}

/*Wishlist Post Style End*/

/*Footer Style Begin*/

.footer-brand img {
  margin-top: 25px;
  margin-bottom: 13px;
  width: auto;
  height: 38px;
}

#footer {
  background: linear-gradient(
    129deg,
    rgba(0, 82, 45, 1) 35%,
    rgba(55, 166, 115, 1) 100%
  );
  text-align: center;
}

#footer_menus {
  position: relative;
  margin: 0 auto;
  float: none;
  max-width: 1200px;
}

#footer .footer_block {
  padding: 40px 12px;
}

#footer .footer_block h2, #footer .footer_block h2 a {
  min-height: 36px;
  padding: 7px 0px;
  /* padding-left: 15px !important; */
  font-family: "DM Sans", sans-serif !important;
  font-size: 22px;
  color: #d1f04f;
  text-align: left;
  /* background: url(img/round_bg.webp) no-repeat; */
  background-size: auto 100%;
}

#footer .footer_block ul {
  margin-top: 25px;
  padding-left: 0px !important;
}

#footer .footer_block ul li {
  display: block;
  text-align: left;
  padding: 5px 0px;
}

#footer .footer_block .footer-toggle {
  display: none !important;
}

#footer .footer_block a {
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px;
  color: #ffffff;
}

#footer .footer_block a:hover {
  text-decoration: underline;
}

#footer .footer_block .company_data {
  margin-top: 25px;
  padding: 0px;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
}

#footer .footer_block .company_data li i {
  position: relative;
  top: 3px;
  font-size: 20px;
  color: #d1f04f;
}

#footer #social_links {
  padding: 12px 10px;
}

#footer #social_links img {
  width: 36px;
  height: 36px;
  margin: 10px;
  transition: ease-in 0.2s;
}

#footer #social_links img:hover {
  transform: scale(0.7);
  transition: ease-in 0.2s;
}

#footer #social_links .facebook {
  margin-left: -25px!important;
}

#footer .navbar-brand {
  position: relative;
  float: none;
  margin: 0px auto !important;
}

#footer .navbar-brand img {
  height: 70px;
}

#footer #author {
  padding: 15px 0px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  font-size: 14px;
}

#footer #author a {
  display: inline-block;
  color: #d1f04f;
  text-decoration: none;
  font-weight: 600;
  transition-duration: 0.1s;
}

#footer #author a:hover {
  text-decoration: underline;
  transition-duration: 0.1s;
}

/*Footer Style End*/

/* Contact form style begin */

.wpcf7-form br {
  display: none;
}

.wpcf7-form textarea {
  padding: 10px;
}

.contact-form-row {
  display: flex;
  gap: 30px;
}

div#customer_login h2 {
  text-align: center;
}

/* Contact form style End */

.cky-preference-content-wrapper .cky-show-desc-btn,
.cky-preference-content-wrapper .cky-hide-desc-btn {
  color: #65b230 !important;
}

/* Elementor Elements style begin */

.wcgs-slider-image {
  border: 1px solid #efefef !important;
}

.wcgs-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 100px !important;
  height: 2px !important;
  min-height: 2px !important;
  border-radius: 0 !important;
}

/* Elementor Elements style end */

/* Media max width 1300px */

@media (max-width: 1300px) {
}

/* Media max width 768px */

@media (max-width: 965px) {
  .navbar .navbar-collapse {
    gap: 10px;
    height: 100% !important;
  }

  .navbar .navbar-collapse .navbar-nav li.menu-item {
    margin: 0px 5px;
    height: 40px;
    padding: 0;
  }

  ul#menu-main-menu {
    height: 100%;
  }
}

@media (max-width: 768px) {
  
  .topbar {
    padding: 0px 25px !important;
  }

  .topbar .contact_info a {
    margin: 0px 8px;
  }

  .topbar .contact_info a span.ctc_text,
  .topbar .contact_info span.id_separator {
    display: none;
  }

  .navbar {
    height: auto;
    box-shadow: 2px 2px 2px #dddddd;
  }

  .navbar .container {
    text-align: center;
    height: auto;
    width: 100%;
  }

  .navbar-header {
    margin: 0 !important;
  }

  .navbar-brand img {
    height: 35px;
    margin: 17px 20px;
  }

  .navbar .navbar-toggle {
    float: right !important;
    position: relative;
    top: 5px;
  }

  .navbar .navbar-toggle img {
    width: 65px;
    height: 65px;
  }

  .navbar .navbar-collapse {
    position: relative;
    top: 5px;
    padding-bottom: 25px;
    background: #ffffff;
    display: none !important;
    transition: height 0.2s ease;
    height: 100% !important;
  }

  .navbar .navbar-collapse.show {
    display: block !important;
    transition: height 0.2s ease !important;
  }

  .navbar .navbar-collapse .navbar-nav {
    background: #ffffff;
    padding-left: 0px;
    padding-bottom: 20px;
    text-align: center;
  }

  .navbar .navbar-collapse .navbar-nav li.menu-item {
    display: block;
    width: fit-content;
    margin: 0 auto !important;
    height: auto !important;
    padding: 0px 0px;
  }

  .navbar .navbar-collapse .navbar-nav li.menu-item a {
    font-size: 20px;
  }

  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    position: relative;
    float: none;
    width: 100%;
  }

  .navbar-brand {
    margin-left: 0px !important;
  }

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

  .shop-menu-mobile {
    display: inline-flex;
    position: absolute;
    top: 35px;
    right: 90px;
  }

  .shopbar {
    height: 135px;
    background: #ffffff;
  }

  .shopbar .shop_cart {
    height: 66px;
    position: relative;
    top: 15px;
    text-align: center;
  }

  .shopbar .shop_cart .widgets {
    margin: 0 auto;
    padding: 10px 6px;
    float: none;
  }

  #sticky_top_element {
    position: relative;
    transition: top 0.3s; /* Animacja dla płynnego przejścia */
  }

  #sticky_top_element.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  #sticky_bottom_element {
    position: relative;
    transition: bottom 0.3s; /* Animacja dla płynnego przejścia */
  }

  #sticky_bottom_element.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }

  .shopbar .brand_logo {
    height: 66px;
    text-align: center;
  }

  .shopbar .brand_logo a.navbar-brand {
    width: 100%;
    float: none;
  }

  .shopbar .brand_logo a.navbar-brand img {
    width: auto;
    height: 100%;
    max-height: 60px;
    float: none;
    margin: 0 auto;
  }

  form.woocommerce-cart-form table td {
    height: 60px;
  }

  form.woocommerce-cart-form table td.product-remove a.remove::after {
    top: 12px;
  }

  .woocommerce-cart-form .quantity, .cart_item .quantity {
    display: inline-block!important;
  }

  #footer .footer_block {
    padding: 20px 12px !important;
  }

  #footer #footer_menus {
    display: flex;
    flex-direction: column;
  }

  #footer .footer_block {
    padding: 12px 12px;
  }

  #footer .footer_block.four {
    order: 1;
  }

  #footer .footer_block.one {
    order: 2;
  }

  #footer .footer_block.two {
    order: 3;
  }

  #footer .footer_block.three {
    order: 4;
  }

  #footer .footer_block.one > h2,
  #footer .footer_block.two > h2,
  #footer .footer_block.three > h2,
  #footer .footer_block.four > h2 {
    width: fit-content;
    position: relative;
    float: none;
    margin: 0 auto;
    text-align: center !important;
  }

  #footer .footer_block ul li {
    text-align: center !important;
  }

  #footer .footer_block .company_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  #footer #social_links {
    width: fit-content;
  }

  #footer #author {
    padding: 15px 30px;
  }

  .checkout.woocommerce-checkout div.col-1 {
    column-count: 1;
    width: 100%;
  }

  .e-my-account-tabs-horizontal
    .e-wc-account-tabs-nav
    .woocommerce-MyAccount-navigation
    ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .elementor-products-grid ul.products.elementor-grid {
    display: flex !important;
    flex-direction: column !important;
  }
  .xoo-cp-container .xoo-cp-btns {
    flex-direction: column !important;
    padding-top: 20px !important;
    width: 100% !important;
  }

  .xoo-cp-btns a.xoo-cp-btn-ch.xcp-btn {
    max-width: unset !important;
  }
  
  ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-category__title {
    min-height: unset;
  }

  section.related.products h2 {
    margin-bottom: 20px!important;
  }
}

ins {
  text-decoration: none!important;
}

.woocommerce .woocommerce-ordering select {
    background: white;
}

.wc-price-history.prior-price.lowest {
  font-family: "DM Sans", sans-serif!important;
  font-size: 16px!important;
}

.onsale {
      display: block;
    color: #00512A!important;;
    background-color: #D1F04F!important;
    font-family: "DM Sans", Sans-serif!important;;
    font-size: 12px!important;;
    font-weight: 900!important;;
    text-transform: uppercase!important;;
    min-width: 90px!important;;
    min-height: 90px!important;;
    line-height: 90px!important;;
}

.eael-single-product-price {
  display: flex;
  flex-direction: column!important;
  align-items: start!important;
}

.shop-menu {
  display: flex;
  gap: 10px;
}

p.shop-menu__item {
  margin: 0;
}

.shop-menu__item {
  background: #d1f04f;
  padding: 5px 15px 0;
  border-radius: 100px;
  transition: 0.3s;
}

.shop-menu__item svg {
  color: #00512a;
  transition: 0.3s;
}

.shop-menu__item:hover {
  background: #00512a;
  color: #d1f04f;
  cursor: pointer;
  transition: 0.3s;
}

.shop-menu__item:hover svg {
  color: #d1f04f;
  transition: 0.3s;
}

.cart-count {
  position: absolute;
  font-family: "DM Sans", sans-serif;
  top: -5px;
  right: -5px;
  background-color: #00512a;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  visibility: hidden;
  padding: 1px 0 0 0;
}

.shop-menu__item {
  position: relative;
}

.cart-count:not(:empty) {
  visibility: visible;
}

/* Modal - tło */
.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(256, 256, 256, 0.8);
  z-index: 1000;
  padding: 30px;
  transition: 0.3s;
}

/* Modal - zawartość */
.search-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    129deg,
    rgba(0, 82, 45, 1) 35%,
    rgba(55, 166, 115, 1) 100%
  );
  width: calc(100% - 30px);
  max-width: 800px;
  padding: 15px;
  border-radius: 100px;
  text-align: center;
  transition: 0.3s;
}

.search-modal-content form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.search-modal-content input {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  width: 70%;
  border-radius: 65px 65px 65px 65px;
  padding: 15px 15px 15px 15px;
  background: #fff;
  border: none;
}

.search-modal-content input:focus {
  border: none;
  outline: none;
}

.search-modal-content button {
  width: 30%;
  font-family: "DM Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-style: none;
  border-radius: 65px 65px 65px 65px;
  padding: 15px 40px 15px 40px;
  background-color: #d1f04f;
  color: #00512a;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.search-modal-content button svg {
  color: #00512a;
  transition: 0.3s;
}

.search-modal-content button:hover {
  background-color: #00512a;
  color: #d1f04f;
  transition: 0.3s;
}

.search-modal-content button:hover svg {
  color: #d1f04f;
  transition: 0.3s;
}

/* Zamknięcie modala */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.search-modal.show {
  display: flex;
}

#search-suggestions {
  border: none;
  display: none;
  position: absolute;
  left: 15px;
  top: 60px;
  width: 100%;
  text-align: left;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  background: #fff;
  max-width: 400px;
}

#search-suggestions.visible {
  display: block;
  border: 1px solid #ccc;
  border-radius: 20px;
}

#search-suggestions li {
  padding: 10px;
  transition: 0.3s;
  border-radius: 20px;
  font-size: 16px;
}

#search-suggestions li a {
  text-decoration: none;

  color: #00512a;
}

#search-suggestions li:hover {
  background: #d1f04f;
  cursor: pointer;
  transition: 0.3s;
}


div#search-suggestions-mobile {
  position: absolute;
  background: #fff;
  width: calc(100vw - 60px);
  top: 65px;
  border: none;
  text-align: left;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  background: #fff;
}

#search-suggestions-mobile li {
  padding: 10px;
  transition: 0.3s;
  border-radius: 20px;
  font-size: 16px;
}

#search-suggestions-mobile li:hover {
  background: #d1f04f;
  cursor: pointer;
  transition: 0.3s;
}

/* .woocommerce-notices-wrapper,
.woocommerce-message {
  display: none;
} */

.elementor-wc-products ul.products li.product .button {
  transition: 0.3s;
}

.elementor-wc-products ul.products li.product .button:hover {
  transition: 0.3s;
}

span.xoo-cp-close.xoo-cp-icon-cross::before {
  display: none !important;
}

span.xoo-cp-close.xoo-cp-icon-cross {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"><path d="M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z"/></svg>') !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
}

.uc_dark_carousel_placeholder {
  position: absolute !important;
  height: 100% !important;
}

.uc_dark_carousel_placeholder img {
  height: 100% !important;
  width: 100% !important;
}

/* .uc_dark_carousel_content {
  background: url("https://new.envipro.com.pl/wp-content/uploads/2025/03/Nutri_Milch_Start-background_gradient.webp") !important;
} */

.our-products-wrapper {
  display: flex;
  gap: 30px;
}

.our-products-content-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  gap: 40px;
}

.our-products-img {
  width: 40%;
  z-index: 9;
}

.our-products-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.our-products-content,
.our-products-content p {
  font-style: italic;
  color: #d1f04f !important;
  font-size: 16px;
}

.our-products-content h3 {
  font-style: normal;
  display: block;
  color: #fff !important;
  text-wrap: wrap;
  font-size: 32px;
  font-weight: 700;
}

.our-products-content span.product-type {
  font-style: normal;
  color: #d1f04f !important;
  font-size: 48px;
  font-weight: 700;
}

.our-products-content h4 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}

a.our-products-btn {
  display: block;
  width: 100%;
  background-color: #d1f04f;
  color: #00512a;
  border-radius: 75px;
  padding: 15px;
  text-align: center;
  text-wrap: nowrap;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}

a.our-products-btn:hover {
  background-color: #00512a;
  color: #d1f04f;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 540px) {
  .our-products-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .our-products-content-wrapper {
    width: 100%;
    gap: 20px;
  }

  .our-products-content h3 {
    font-size: 24px;
    text-align: center;
  }

  .our-products-content span.product-type {
    font-size: 36px;
  }

  .our-products-content h4 {
    font-size: 14px;
  }

  a.our-products-btn {
    font-size: 16px;
  }

  .our-products-content {
    align-items: center;
  }

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

  #home-slider .elementor-swiper-button {
  opacity: .3 !important;
  }

  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
    border-bottom: 1px solid #d5d8dc !important;
    padding: 10px 0 !important;
  }

  .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order:last-child {
    border-bottom: none !important;
  }
}

.product-add-info-wrapper {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.product-add-info-wrapper .e-con-inner .product-add-info:nth-child(odd) {
  flex-direction: row;
}

.product-add-info-wrapper .e-con-inner .product-add-info:nth-child(even) {
  flex-direction: row-reverse;
}

/* Podstawowa stylizacja kontenera */
.woocommerce-cart-form .quantity,
.cart_item .quantity {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 0 !important;
  width: fit-content !important;
  margin: 0 auto;
}

.quantity {
  height: 36px;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

.xoo-cp-opac {
  background-color: #fff !important;
  opacity: 0.8 !important;
}

.xoo-cp-container {
  font-family: "DM Sans", sans-serif !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 30px !important;
  padding: 20px !important;
  background: linear-gradient(
    129deg,
    rgba(0, 82, 45, 1) 35%,
    rgba(55, 166, 115, 1) 100%
  ) !important;
}

.xoo-cp-atcn {
  background: #fff !important;
  border-radius: 100px !important;
  margin-bottom: 30px !important;
}

.xoo-cp-btns {
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

.xcp-btn {
  background-color: #d1f04f !important;
  color: #00512a !important;
  border: none !important;
  padding: 15px 25px !important;
  transition: 0.3s;
  border-radius: 100px !important;
  width: 100% !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.xcp-btn svg {
  margin-bottom: -4px;
  margin-right: 5px;
  color: #00512a;
  transition: 0.3s;
}

.xcp-btn:hover svg {
  color: #d1f04f;
  transition: 0.3s;
}

.xcp-btn:hover {
  background-color: #00512a !important;
  color: #d1f04f !important;
  text-decoration: none !important;
  transition: 0.3s;
}

.xoo-cp-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.xoo-cp-btns a.xcp-btn {
  text-transform: none !important;
}

a.xoo-cp-btn-vc.xcp-btn {
  display: none;
}

a.xoo-cp-close.xcp-btn {
  background-color: transparent !important;
  color: #d1f04f !important;
  width: fit-content !important;
  padding: 0 !important;
  transition: 0.3s !important;
}

a.xoo-cp-close.xcp-btn:hover {
  text-decoration: underline !important;
  transition: 0.3s !important;
}

a.xoo-cp-close.xcp-btn svg {
  color: #d1f04f !important;
  transition: 0.3s;
}

a.xoo-cp-btn-ch.xcp-btn {
  max-width: 240px !important;
}

.xoo-cp-pimg {
  width: fit-content !important;
}

.xoo-cp-pimg img {
  max-width: 140px !important;
  width: 100% !important;
  height: auto !important;
}

.xoo-cp-ptitle a {
  color: #d1f04f !important;
}

td.xoo-cp-ptitle {
  padding-left: 15px !important;
}

.xoo-cp-remove-pd svg {
  color: #fff !important;
  transition: 0.3s;
}

.xoo-cp-remove-pd:hover svg {
  color: #d1f04f !important;
  transition: 0.3s;
}

.xoo-cp-container .woocommerce-Price-amount,
td.xoo-cp-remove .xoo-cp-remove-pd,
.xcp-totxt {
  color: #fff !important;
}

.xoo-cp-qtybox {
  border: none !important;
}

.xcp-minus,
.xcp-plus {
  border-color: #d1f04f !important;
  background-color: #d1f04f !important;
  width: 30px !important;
  transition: 0.3s !important;
}

.xcp-minus {
  border-radius: 100px 0 0 100px !important;
}

.xcp-plus {
  border-radius: 0 100px 100px 0 !important;
}

.xcp-minus:hover,
.xcp-plus:hover {
  border-color: #00512a !important;
  background-color: #00512a !important;
  width: 30px !important;
  color: #d1f04f !important;
  transition: 0.3s !important;
}

input[type="number"].xoo-cp-qty {
  height: calc(100% - 2px) !important;
  max-width: 40px !important;
}

.xoo-cp-variations {
  color: #fff !important;
}

.xoo-cp-qty:focus-visible {
  outline-width: 0 !important;
}

.woocommerce-info::before,
.woocommerce-error::before {
  display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  font-family: "DM Sans", sans-serif !important;
  border-radius: 25px !important;
  padding: 15px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  border: none !important;
  background: linear-gradient(
    129deg,
    rgba(0, 82, 45, 1) 35%,
    rgba(55, 166, 115, 1) 100%
  ) !important;
  color: #fff !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #d1f04f;
  font-weight: 600;
  transition: 0.3s;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: #d1f04f;
  text-decoration: underline;
  transition: 0.3s;
}

.recommendation_slider .elementor-testimonial {
  background-image: linear-gradient(125deg, #00522d, #35a371);
}

.recommendation_slider .elementor-swiper-button {
  background: #d1f04f;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  transition: 0.3s;
}

.recommendation_slider .elementor-swiper-button svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.recommendation_slider .elementor-swiper-button svg path {
  fill: #00512a;
  transition: 0.3s;
}

.recommendation_slider .elementor-swiper-button:hover {
  background: #00512a;
  transition: 0.3s;
}

.recommendation_slider .elementor-swiper-button:hover svg path {
  fill: #d1f04f;
  transition: 0.3s;
}

.recommendation_slider .swiper-pagination-bullets {
  position: relative;
  top: -40px;
}

.recommendation_slider .swiper-pagination-bullet {
  display: none;
}

.owl-item.uc-active-item.active.center {
  z-index: 999 !important;
}

.custom-quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1f04f;
  border-radius: 50px;
  overflow: hidden;
  width: 100px;
  height: 36px;
  border: 1px solid #d1f04f;
}

/* Styl inputa (ilość) */
.custom-quantity-wrapper input.input-text.qty.text {
  text-align: center;
  width: 35px;
  height: 100%;
  border: none;
  background: white;
  font-size: 16px;
  font-weight: 400 !important;
  outline: none;
  appearance: none;
  -moz-appearance: textfield;
}

/* Usunięcie strzałek w Chrome i Edge */
.custom-quantity-wrapper input.input-text.qty.text::-webkit-outer-spin-button,
.custom-quantity-wrapper input.input-text.qty.text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Stylizacja przycisków */
.custom-quantity-wrapper button {
  background: #d1f04f;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #00512a;
  transition: 0.3s;
  height: 100%;
}

.custom-quantity-wrapper button:hover {
  background: #00512a;
  color: #d1f04f;
  transition: 0.3s;
}

#add_tc_button .quantity .qty {
  width: 35px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 400 !important;
}

#add_tc_button .qty-minus,
#add_tc_button .qty-plus {
  padding: 5px 12px !important;
  margin: 0 !important;
}

#add_tc_button .qty-minus {
  border-radius: 20px 0 0 20px !important;
}

#add_tc_button .qty-plus {
  border-radius: 0 20px 20px 0 !important;
}

.e-atc-qty-button-holder {
  align-items: center;
}

.woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details address {
  border-radius: 25px !important;
}

.woocommerce .woocommerce-customer-details address {
  padding: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-order {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

.woocommerce-order-details a,
.shop_table a {
  color: #00512a;
}

.woocommerce-order-details a:hover,
.shop_table a:hover {
  text-decoration: underline;
}

a.woocommerce-button.button.view.order-actions-button {
  background-color: #d1f04f;
  padding: 10px 20px;
  color: #00512a;
  border-radius: 75px;
  transition: 0.3s;
}

a.woocommerce-button.button.view.order-actions-button:hover {
  background-color: #00512a;
  color: #d1f04f;
  transition: 0.3s;
}

.navbar-collapse.collapse.show {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-nothing-found.elementor-products-nothing-found {
  text-align: center;
  font-size: 24px !important;
  margin-top: 80px;
  font-weight: 700 !important;
}

p.form-row.form-row-wide.create-account.woocommerce-validated {
  position: relative;
  top: 60px;
}

p.form-row.form-row-wide.create-account.woocommerce-validated span {
  position: relative;
  left: 25px;
  top: -10px;
}

#want_invoice_field .optional,
#billing_company_field .optional,
#billing_nip_field .optional {
  display: none;
}

#want_invoice_field .checkbox span {
  position: relative;
  left: 25px;
  top: -10px;
}

a.product_pdf {
  display: flex;
  width: fit-content;
  gap: 15px;
  background: #d1f04f;
  color: #00512a;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 25px;
  margin: auto;
  border-radius: 60px;
  transition: 0.3s;
}

a.product_pdf svg {
  color: #00512a;
  transition: 0.3s;
}

a.product_pdf:hover {
  background: #00512a;
  color: #d1f04f;
  transition: 0.3s;
}

a.product_pdf:hover svg {
  color: #d1f04f;
  transition: 0.3s;
}

#invoice_section h3 {
  font-size: 22px!important;
    font-weight: 600 !important;
    color: #00512a!important;
    margin-bottom: 10px!important;
}

input#want_invoice {
  position: relative;
  left: 0;
  top: 0;
}

/* p#want_invoice_field span label.checkbox {
  position: relative;
  left: 20px;
  top: -10px;
} */

.invoice-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.invoice-field .woocommerce-input-wrapper {
  display: block;
}

.invoice-field label {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
}

.invoice-field input[type="text"] {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
  background-color: var(--wc-form-color-background, #fff);
  border-radius: 65px !important;
  padding: 10px !important;
  border: 1px solid #cccccc !important;
  box-sizing: border-box;
  width: 50%;
  min-width: 280px;
  margin: 0;
  line-height: normal;
  height: auto;
}

.shop-menu-mobile .shop-menu__item {
  background: transparent;
  padding: 5px 8px;
}

.navbar-toggle {
  padding: 5px 10px!important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__input-checkbox {
  margin-top: -4px !important;
}

#product_options .woocommerce-loop-product__title {
  min-height: unset !important;
  margin-bottom: 20px !important;
}

.woocommerce-Price-amount.amount {
  font-weight: 700 !important;
}

.comment-form-rating {
  display: none!important;
}

form.woocommerce-form-register {
    height: auto !important; /* Lub inna pożądana wartość */
}

.woocommerce-MyAccount-content-wrapper .woocommerce-notices-wrapper, .woocommerce-message,
.e-my-account-tab.e-my-account-tab__dashboard .woocommerce-notices-wrapper, .woocommerce-message {
    display: block !important;
}

.woocommerce-message::before {
  display: none !important;
}

#home-icon-slider img.ha-slick-img {
  max-width: 30%!important;
  margin: auto;
  margin-bottom: 60px!important;
}

#home-icon-slider .ha-slick-content {
  background: none!important;
}

#home-icon-slider .ha-slick-title {
  text-align: center!important;
}

#payment ul.wc_payment_methods.payment_methods.methods label {
  color: #fff !important;
}

#payment p.form-row.validate-required label {
  color: #fff !important;
  font-weight: 600 !important;
}

#payment p.form-row.validate-required a {
  color: #D1F04F !important;
  font-weight: 600 !important;
}

#payment p.form-row.validate-required a:hover {
  text-decoration: underline !important;
}

#payment label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type="checkbox"] {
  position: relative;
  left: 0!important;
  top: 0!important;
}

form.woocommerce-form.woocommerce-form-register.register input[type="checkbox"] {
  position: relative;
  top: 0;
  left: 0;
}

.woocommerce-customer-details h3 {
    margin-bottom: 20px !important;
    margin-top: 40px !important;
}

.woocommerce-form.woocommerce-form-login.login {
  height: fit-content !important;
}

form.wpcf7-form .form-acceptance {
  width: calc(100% - 30px) !important;
  display: block;
}

p#regulamin-info {
    margin-top: -30px;
    margin-bottom: 40px;
    background: white;
    padding: 10px;
    color: #D30000;
    border-radius: 20px;
    width: fit-content !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  border-radius: 20px !important;
}

.wpcf7-response-output {
  color: #D30000 !important;
}

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

.wpcf7-form-control.wpcf7-submit.has-spinner {
  margin-top: 0 !important;
}

#form-submit-btn {
  height: auto;
  margin-top: -20px;
}


/* NOWE DODANE STYLE */

.product-variants ul.products {
  padding: 0 !important;
}

.product-variants ul.products li {
  text-align: center !important;
  border-radius: 25px !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.17) !important;
}

.product-variants ul.products li .price {
  display: none !important;
}

.shopengine-related .related .product img {
  max-height: 160px !important;
}

.shopengine-additional-information table.woocommerce-product-attributes.shop_attributes {
  font-family: "DM Sans", sans-serif !important;
}

.shopengine-additional-information table.woocommerce-product-attributes.shop_attributes tr th,
.shopengine-additional-information table.woocommerce-product-attributes.shop_attributes tr td {
  background-color: transparent !important;
  color: #fff !important;
  padding: 5px 0 !important;
  border-bottom: none !important
}

.shopengine-additional-information table.woocommerce-product-attributes.shop_attributes tr th {
  font-weight: 700 !important;
}

.shopengine-additional-information table.woocommerce-product-attributes.shop_attributes tr td p {
  color: #fff !important;
}

.shortcode-storage {
  color: #fff !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
}

.shopengine-swatches .custom-quantity-wrapper {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: unset !important;
  width: unset !important;
  height: unset !important;
  border: unset !important;
}

.shopengine-swatches .qty-minus,
.shopengine-swatches .qty-plus {
  display: none !important;
}

.related-products ul.products {
  padding: 0 !important;
}

.product-variants ul.products li img,
.related-products ul.products li img {
  aspect-ratio: auto !important;
  object-fit: contain !important;
}

.related-products .wc-price-history.prior-price.lowest {
  display: none !important;
}

#hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#home-products .uc_post_image .ue_woocommerce_product_carousel_sale_label,
#product-list .uc_post_image .ue_woocommerce_product_carousel_sale_label {
  padding: 0 !important;
  height: 90px !important;
  width: 90px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  right: 10px !important;
  left: unset !important;
}

#hero-products img,
#product-list img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}

#product-list .ue-description {
  display: none !important;
}

#nutrimilch-carousel .owl-item.uc-active-item.active.center {
    z-index: 999;
}

#nutrimilch-carousel button{
    transition: .3s;
}

#nutrimilch-carousel button:hover {
    transition: .3s;
}

@media (max-width: 1250px) {

#container.index .breadcrumb {
  padding: 20px 15px;
}

}

@media (max-width: 768px) {

/*Blog Style Begin*/

#container.index {
  overflow-x: hidden;
}

#container.index #main-content #sub-content {
   display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

#container.index .page_title h1 {
    position: relative;
    text-align: center;
    top: -150px;
    left: auto;
    z-index: 999;
    display: block;
    float: none;
}

#container.index .page_title h1:before {
    display: block;
    content: '';
    height: 175px;
    position: relative;
    top: 136px;
    left: 100px;
    z-index: -9;
    background-size: 117px auto;
    opacity: 0.25;
}

/*Blog Style End*/

/*Single Post Style Begin*/


#container.index #main-content #sub-content.single {
  padding: 20px 15px;
}

#container.index.single #main-content #related_posts {
  padding: 15px 15px 15px 15px;
}

#container.index.single #main-content #our_products h2 {
  font-size: 32px;
  display: block;
  float: none;
  max-width: 768px;
  max-height: 200px;
  position: relative;
  z-index: 9;
}

#container.index.single #nutrimilch_slider {
  display: none;
}

/*Single Post Style End*/

}

.custom-pricing-table .eael-pricing-icon {
  height: 0;
}

.custom-pricing-table .eael-pricing-item .eael-pricing-tag {
  margin-top: 45px;
}

.custom-pricing-table .eael-pricing-item .body ul li {
  border: none !important;
}

.custom-pricing-table .eael-pricing-item .body ul li hr {
  background-color: transparent;
  margin: 0;
  border-top-color: #329761;
  border-top-width: 1px;
  margin-left: calc((100% - 14%) / 2);
  margin-right: calc((100% - 14%) / 2);
  margin-top: -25px;
}

.custom-pricing-table .eael-pricing-item .eael-pricing-tag:after {
  display: none !important;
}

#site-form .elementor-form-fields-wrapper input {
  padding: 10px;
}

#site-form .elementor-form-fields-wrapper textarea {
  border-radius: 20px !important;
  padding: 10px;
  height: 85px;
}

#site-form .elementor-form-fields-wrapper button {
  margin-top: 25px;
}

#site-form .elementor-form-fields-wrapper button i {
  font-size: 22px;
}

#site-form a {
  color: #D1F04F !important;
  font-weight: 500;
  text-decoration: underline;
}

#site-form a:hover {
  text-decoration: none;
}

#site-form .wpcf7-acceptance input {
  opacity: 1 !important;
  top: 0px;
  left: 0
}

#site-form span.form-acceptance {
  position: relative;
  top: -30px;
  left: 30px;
  color: #fff;
}

#site-form .wpcf7-response-output {
  border-radius: 100px !important;
}

#my-account-element .woocommerce-MyAccount-content {
  color: #000 !important;
  font-size: 16px;
  font-family: "DM Sans", sans-serif !important;
  margin-top: 0px !important;
}

#my-account-element fieldset {
  padding: 0 !important;
}

#my-account-element button.woocommerce-Button.button,
#my-account-element .woocommerce-address-fields .button {
  background: #D1F04F !important;
  border-radius: 60px !important;
  color: #00512A !important;
  font-family: "DM Sans", sans-serif !important;
  margin-top: 10px !important;
  padding: 15px 75px !important;
  transition: 0.3s !important;
}

#my-account-element button.woocommerce-Button.button:hover,
#my-account-element .woocommerce-address-fields .button:hover {
  background: #00512A !important;
  color: #D1F04F !important;
  transition: 0.3s !important;
}

#my-account-element .woocommerce form.login, .woocommerce form.register {
  font-family: "DM Sans", Sans-Serif !important;
  transition: .3s !important;
  border-radius: 25px !important;
}

#my-account-element .woocommerce form .form-row label {
  font-weight: 500;
}

#my-account-element .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  padding: 16px !important;
  border-radius: 25px !important;
  border-color: #BEBEBE !important;
  background: #f9fafa !important;
}

#my-account-element button.woocommerce-button.button.woocommerce-form-login__submit,
#my-account-element button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  background: #D1F04F;
  color: #00512A;
  transition: .2s;
  border-radius: 35px;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 75px;
  margin-top: 20px;
}

#my-account-element button.woocommerce-button.button.woocommerce-form-login__submit:hover,
#my-account-element button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  background: #00512A;
  color: #D1F04F;
  transition: .3s;
}

#my-account-element .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 30px;
}

#my-account-element p.woocommerce-LostPassword.lost_password a,
#my-account-element label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a,
#my-account-element .woocommerce-privacy-policy-text a {
  color: #02351D;
  text-decoration: underline;
  transition: .3s;
}

#my-account-element p.woocommerce-LostPassword.lost_password a:hover,
#my-account-element label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a:hover,
#my-account-element .woocommerce-privacy-policy-text a:hover {
  color: #D1F04F;
  text-decoration: underline;
  transition: .3s;
}

#my-account-element nav.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap !important;
  padding: 0 !important;
}

#my-account-element li.woocommerce-MyAccount-navigation-link {
  padding: 0 5px;
  white-space: nowrap !important;
  margin-bottom: 35px !important;
}

#my-account-element li.woocommerce-MyAccount-navigation-link a {
  background: #D1F04F;
  color: #02351D;
  border-radius: 65px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  transition: .3s;
}

#my-account-element li.woocommerce-MyAccount-navigation-link.is-active a,
#my-account-element li.woocommerce-MyAccount-navigation-link a:hover {
  background: #02351D !important;
  color: #D1F04F !important;
  transition: .3s;
}

#my-account-element .woocommerce-MyAccount-content {
  margin-top: 50px;
  border: 1px solid #d5d8dc;
  padding: 16px 30px;
  border-radius: 25px;
  font-size: 16px;
  color: #69727d;
}

#my-account-element .woocommerce-MyAccount-content strong {
  color: #000000;
}

#my-account-element .woocommerce-MyAccount-content a {
  color: #02351D;
  text-decoration: underline;
  transition: .3s;
}

#my-account-element .woocommerce-MyAccount-content a:hover {
  color: #D1F04F;
  text-decoration: underline;
  transition: .3s;
}

#my-account-element .woocommerce table.my_account_orders {
  font-family: "DM Sans", sans-serif;
}

#my-account-element .woocommerce table.my_account_orders .button {
  white-space: nowrap;
  background: #D1F04F;
  color: #02351D;
  transition: .3s;
  border-radius: 60px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  text-decoration: none !important;
  margin: 5px 0 !important;
}

#my-account-element .woocommerce table.my_account_orders .button:hover {
  background: #02351D;
  color: #D1F04F;
  transition: .3s;
  text-decoration: none !important;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
  border: none !important;
}
#my-account-element .shop_table {
      padding: 8px !important;
}

#my-account-element th.woocommerce-table__product-name,
#my-account-element th.woocommerce-table__product-table {
  font-weight: 700 !important;
  color: #00512A !important;
  font-size: 18px !important;
}

#my-account-element th.woocommerce-orders-table__header {
  font-weight: 700 !important;
  color: #00512A !important;
  font-size: 18px !important;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
  font-size: 14px !important;
  font-weight: 700 !important;
  border: none !important;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
  color: #00512A !important;
  transition: 0.3s !important;
}

th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a:hover {
  color: #d1f04f !important;
  transition: 0.3s !important;
}

td.woocommerce-orders-table__cell {
  color: #000 !important;
  font-size: 16px !important;
  border: none !important;
}

#my-account-element mark.order-number,
#my-account-element mark.order-date,
#my-account-element mark.order-status{
  background: unset !important;
  font-weight: 900 !important;
}

#my-account-element .woocommerce-customer-details h3 {
  font-size: 30px;
}

#my-aacount-element .woocommerce table.shop_table tbody th,
#my-account-element .woocommerce table.shop_table tfoot td,
#my-account-element .woocommerce table.shop_table tfoot th,
#my-account-element .woocommerce table.shop_table td {
  border: none !important;
}

.select2-container .select2-dropdown, .select2-container .select2-selection,
.select2-container--default .select2-selection--single {
  border: none !important;
}

span.select2-selection.select2-selection--single {
  height: 45px !important;
}

#my-account-element .woocommerce-address-fields__field-wrapper input {
  font-size: 14px !important;
}

#my-account-element span#select2-billing_country-container {
  font-size: 14px !important;
  padding: 13px 15px !important;
  border-radius: 25px !important;
  border: 1px solid #BEBEBE !important;
  background: #f9fafa !important;
  height: 100% !important;
}

@media (max-width: 768px) {
  #my-account-element .woocommerce-MyAccount-content {
    padding: 15px !important;
  }
  
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: unset !important;
  }

  #my-account-element .woocommerce-orders-table__cell {
    padding: 10px 0 !important;
  }

  #my-account-element .woocommerce-Address address  {
    margin-top: 10px !important;
  }

  #my-account-element .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-size: 14px !important;
  }

  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    border-radius: 20px !important;
  }
}

.shortcode-white-text {
  font-family: "DM Sans", sans-serif;
 color: #ffffff;
}

.woocommerce-terms-and-conditions-wrapper #terms_description {
  color: white;
}

.woocommerce form.checkout_coupon {
  border: none !important;
  padding: 0 !important;
}

.woocommerce table.shop_table .coupon {
  display: none;
}

input#coupon_code {
  border-radius: 65px !important;
  padding: 10px !important;
  border: 1px solid #cccccc !important;
}

#woocommerce-checkout-form-coupon .form-row .button {
  border-radius: 65px !important;
  padding: 12px 45px !important;
  background: #d1f04f !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #00512a !important;
  transition: 0.2s ease-in;
}

#woocommerce-checkout-form-coupon .form-row .button:hover {
  background: #00512a !important;
  color: #d1f04f !important;
  transition: 0.2s ease-out;
}    

.woocommerce-terms-and-conditions {
  background: #fff !important;
  border-radius: 30px;
}

.shopengine-woocommerce-info.woocommerce-info {
  border-radius: unset !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0 !important;
}

a.woocommerce-Button.wc-forward.button {
  background: #D1F04F;
  border-radius: 50px;
  color: #00512A;
  padding: 10px 20px;
  text-decoration: none !important;
}

#my-account-element .woocommerce-MyAccount-content .woocommerce-notices-wrapper strong {
  color: #fff !important;
}

/* --- Style dla formularza newslettera Contact Form 7 --- */

/* Kontener dla pola email */
.form-group {
    margin-bottom: 20px;
}

/* Etykieta pola email */
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

/* Pole do wprowadzania e-maila */
.form-group input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 25px;
    box-sizing: border-box;
    margin-top: 5px;
}

.form-group input[type="email"]:focus {
    border-color: #007bff;
    outline: none;
}

/* Wiersz ze zgodą RODO */
.acceptance-row {
    display: flex;
    align-items: center; /* Zmieniono, aby wyśrodkować elementy w pionie */
    margin-bottom: 20px;
	width: -webkit-fill-available;
}
.acceptance-row p {
  
	width: -webkit-fill-available;
}
/* Checkbox zgody */
.acceptance-row input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0; 
}

/* Tekst zgody */
.form-acceptance {
    font-size: 0.8em;
    color: #666;
    margin-left: 10px;
    font-weight: normal;
    line-height: 1.4;
}

.form-acceptance a {
    color: #007bff;
    text-decoration: none;
}

.form-acceptance a:hover {
    text-decoration: underline;
}


/* Styl przycisku wysyłania */
#form-submit-btn .wpcf7-submit {
    width: 100%;
    padding: 12px !important; 
    background-color: #d5ef56 !important;
    color: #1d512b !important;
    border: none !important;
    border-radius: 25px !important;
    font-size: 1em !important;
    font-weight: bold !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#form-submit-btn .wpcf7-submit:hover {
    background-color: #1d512b !important;
	color: #d5ef56 !important;
}

.baza-wiedzy-note {
	position: relative;
	top: 40px;
}

.baza-wiedzy p {
	font-size: 16px;
	color: #000;
	padding: 10px;
	font-family: "DM Sans", sans-serif;
	margin-top: -20px;
}

.wp-block-image img {
    border-radius: 30px;
}

#order-cart .shopengine-woocommerce-info.woocommerce-info {
	font-family: "DM Sans", sans-serif !important;
    border-radius: 25px !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border: none !important;
    background: linear-gradient(129deg, rgba(0, 82, 45, 1) 35%, rgba(55, 166, 115, 1) 100%) !important;
    color: #fff !important;
}

.elementor-2152 .elementor-element.elementor-element-cd3ac92 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.custom-rating {
	display: none;
}

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
	margin-bottom: 8px;
}

.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
	border-radius: 30px;
}