/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 26 2026 | 16:02:40 */
/*Hide Recapcha*/
.grecaptcha-badge { 
    visibility: hidden;
}

/* Counter number */
.elementor-element-13d275a .elementor-counter .elementor-counter-number{
	transform:translatex(0px) translatey(0px);
	  background: linear-gradient(200deg, #00F260, #0575E6 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: move-gradient 3s linear infinite;
}

/* Counter number suffix */
.elementor-element-13d275a .elementor-counter .elementor-counter-number-suffix{
	transform:translatex(0px) translatey(0px);
	  background: linear-gradient(200deg, #00F260, #0575E6 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: move-gradient 3s linear infinite;
}

/* Button FAQ */
.elementor-element-f284e81 .elementor-cta a{
	 background: linear-gradient(260deg, #00F260, #0575E6);
	 color: white !important;
	 border-width: 0px;
}

.elementor-element-f284e81 .elementor-cta a:hover{
	 background: linear-gradient(260deg, #00F260, #0575E6);
	 color: white !important;
	 border-width: 0px;
}

/* Tab Attributes */
.woocommerce-product-attributes tbody .woocommerce-product-attributes-item__label{width: 300px !important;
	text-align: left;
	padding-left: 20px !important;}

/* Tab Attributes Paragraph */
.woocommerce-product-attributes tbody p{
	padding-left: 20px !important;
}

/* Product Card CSS */
.product-card-css{
    transition: all .25s ease;
    cursor: pointer;
    border-radius: 24px;
    overflow: hidden;
}

.product-card-css:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.10);
}

/* Menu Dropdown */
.jet-mega-menu-sub-menu__list .jet-mega-menu-item .jet-mega-menu-item__inner a{
	color: #5A5A5A !important;
	padding-bottom: 2px;
}

.jet-mega-menu-sub-menu__list .jet-mega-menu-item .jet-mega-menu-item__inner a:hover{
	color: #69C633 !important;
}

/* Categorie Eicon chevron right */
.elementor-widget-loop-carousel .elementor-swiper-button .eicon-chevron-right{
	position:relative;
	left:50px;
}

/* Categorie Eicon chevron left */
.elementor-widget-loop-carousel .elementor-swiper-button .eicon-chevron-left{
	position:relative;
	right:50px;
	
}




