.main-navigation ul > li.menu-item-has-children > a::after, .main-navigation ul > li.dropdown > a::after {
    right: 10px;
}

.main-navigation ul > li.menu-item-has-children > a, .main-navigation ul > li.dropdown > a {
    position: relative;
    padding-right: 30px;
}

.month-deals-section-left a {
	color: #339e46 !important;
}

.single-blog-section {
    padding: 2em 6vw 0em 6vw !important;
}

.review-text a {
	color: #339e46 !important;
}
.woocommerce-checkout .woocommerce-error  {
	padding: 1em 2em;
}
.woocommerce-checkout .woocommerce-error a {
	color: black !important;
}

@media (max-width: 1200px) {
    .main-navigation {
        height: 100% !important;  
		   padding-bottom: 4em !important;
			padding-top: 15em !important;
    }
}

@media (max-width: 768px) {
    nav#site-navigation.toggled {
        max-height: 100vh;
    }
}

@media (max-width: 1200px) {
    .site-branding-icons {
        display: flex;
    }
	
	.site-branding-icons .dgwt-wcas-search-wrapp {
		display: none !important;
	}
	  .menu-toggle {
        display: block;
        order: 3;
			padding: 0;
        margin: 0;
    } 

	 .site-branding-icons .icons:nth-child(2) {
        display: none !important;
    }
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.6;
}

.benefits-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
	color: #000;
}

.benefits-list svg {
  flex-shrink: 0;
  color: #00d084; /* nice green for icons */
}

.benefits-list small {
  font-size: 13px;
  opacity: 0.8;
}

@media (min-width: 768px) {
   .slider-hero-section .main-products {
 
    padding-bottom: 0em;
}

}


.review-card {
    position: relative;
}

.review-content {
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.review-content.expanded {
    max-height: none;
}

.review-read-more {
    background: none;
    border: none;
    color: #339e46;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 10px;
    text-decoration: underline;
    transition: opacity 0.2s ease;
}

.review-read-more:hover {
    opacity: 0.8;
}


.products-slider .swiper-slide, .products-slider-white-sm .swiper-slide, .products-slider-green .swiper-slide {
    display: flex;
    height: auto; 
}


.product-card .product-image, .product-card-green .product-image, .product-card .product-image {
    height: auto ;
    overflow: hidden;
    padding: 1em;
	
}



.product-card .product-image img, .product-card-green .product-image img {
    -o-object-fit: contain;
    object-fit: contain;
}



	



	.product-meta .meta-item:nth-child(1),
   .product-meta  .meta-item:nth-child(3) {
        display: none;
      }


.search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em 6vw 0em 6vw;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	  margin-top: 2em;
}

.woocommerce-terms-and-conditions-link {
	color: #339e46;
}

#yith-par-message-reward-cart {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 2em 6vw 0em 6vw;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	  
}

/* Stylowanie pola input do wpisywania punktów */
#ywpar-points-max,
input[name="ywpar_input_points"] {
    display: inline-block;
    width: 80px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    border: 2px solid #339e46 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: center !important;
    margin: 0 5px !important;
    transition: all 0.2s !important;
}

#ywpar-points-max:focus,
input[name="ywpar_input_points"]:focus {
    outline: none !important;
    border-color: #2d8a3d !important;
    box-shadow: 0 0 0 3px rgba(51, 158, 70, 0.2) !important;
}

/* Stylowanie przycisku "Apply Points" */
#ywpar_apply_discounts,
button.ywpar_apply_discounts {
    display: block;
    width: 100%;
    background-color: #339e46 !important;
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 16px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 0 0 !important;
    transition: all 0.2s !important;
}


/* Efekt hover dla przycisku */
#ywpar_apply_discounts:hover,
button.ywpar_apply_discounts:hover {
    background-color: #2d8a3d !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(51, 158, 70, 0.3);
}

/* Efekt active/click dla przycisku */
#ywpar_apply_discounts:active,
button.ywpar_apply_discounts:active {
    transform: translateY(0);
}

.default-layout .ywpar_apply_discounts {
    display: flex;
}

.product-card .product-meta {
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .site-branding-icons .dgwt-wcas-search-wrapp {
        display:  flex !important; 
    }
}


.contact-dropdown {
    min-width: 550px;
}

.contact-dropdown .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp::after {
        display: none;
    }
@media (max-width: 1200px) {
	.contact-dropdown {
    min-width: 300px;
}

}

.site-branding-icons {
  .contact-icon {
    border: 1px solid white;
    
    img {
      filter: brightness(0) invert(1); 
    }
  }
}

@media (max-width: 724px) {
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp::before {
        top: 1.2em;
    }
}


#yith-par-message-reward-cart {
    
   
   
}

.woocommerce-checkout.woocommerce-page .woocommerce-info {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 16px;
    color: black;
	border: 1px solid rgba(231, 76, 60, 0);
}

.checkout-section .shop_table th, .checkout-section .shop_table td {
    
    color: black;
    
}

.site-header {
    position: sticky !important;
}

/* ==================================== */
#yith-wcwtl-user-email {
		margin-top: 10px;
    height: 45px;
}
@media (max-width: 768px) {
	.price-drop-section .flip-clock-wrapper ul li a 	div div.inn {
    font-size: 40px;
	}
	
	.flip-clock-wrapper ul li a div {
    font-size: 40px;
   }
	
	.flip-clock-wrapper ul li {
    line-height: 47px;
   }
	.flip-clock-wrapper ul {
		position: relative;
    width: 30px;
    height: 50px;
    font-size: 40px;
    line-height: 47px;
	}
	.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 50px;
}
	
}


.site-branding-icons {
        position: relative !important;
	     top: 0 !important;
				left: 0 !important
       
    }




.item-replacement-form .wpcf7-form .upload-section {
    margin-bottom: 1.5em;
    width: 100%;
}
.item-replacement-form .wpcf7-form {
    width: 100%;
    margin: 0 auto;
    padding: 3em;
    background-color: #054f31;
    color: white;
    border-radius: 8px;
}
.item-replacement-form .wpcf7-form .upload-section .upload-info {
    width: 100%;
    text-align: center;
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    margin-top: 0;
}

.item-replacement-form .wpcf7-form .upload-section .upload-info .file-info {
    font-size: 12px;
    color: #666;
}
.item-replacement-form .wpcf7-form .upload-section .upload-info p {
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}

.item-replacement-form .wpcf7-form .upload-section .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}

.item-replacement-form .wpcf7-form .upload-section input[type=file] {
    width: 100%;
    height: 100px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
}
