/* CSS Document */
.elementor-shortcode:hover .slide-arrow.prev-arrow{
	opacity: 1;
	left: 0px;
}
.elementor-shortcode:hover .slide-arrow.next-arrow{
	opacity: 1;
	right: 0px;
}
.slide-arrow.next-arrow::before {
    font-family: 'Font Awesome 6 Free'!important; /* Assurez-vous de dÃ©finir la bonne famille de police */
    content: '\f054'!important; /* Remplacez ceci par le code de l'icÃ´ne Font Awesome que vous souhaitez utiliser */
}
.slide-arrow.prev-arrow::before {
    font-family: 'Font Awesome 6 Free' !important;
    content: '\f053' !important;
}
.slide-arrow.next-arrow {
	margin-right: 0px;
}
.slide-arrow.next-arrow::before {
    float: right;
}
.arx_slide_home_page_border p.active_slide {
    bottom: -77% !important;
}
@media (max-width: 769px){
	.order-last.area-sidebar-shop{
	-ms-flex-order: 0 !important;
    order: 0 !important;
}	
	.widget.woodmart-woocommerce-layered-nav .wd-scroll {
	  display: none;
	}
	.widget.woodmart-woocommerce-layered-nav{
		margin-bottom: 8px;
   		 padding-bottom: 0px;
	}
	.widget.woodmart-woocommerce-layered-nav>h5{
		display: inline-flex;
		align-items: center;
		justify-content: center;	
		cursor: pointer;
		    flex-direction: row-reverse;
		font-size: 13px
	}
	
	.widget_price_filter h5{
		font-size: 13px
	}
	
	.widget.woodmart-woocommerce-layered-nav>h5:before {
		content: "\f129";
		font-family: "woodmart-font";
		display: flex;
		align-items: center;
		justify-content: center;
		width: 14px;
    	height: 14px;
		margin-left: 5px;
		margin-right: 0 !important;
		font-weight: 700 !important;
		font-size: 12px;
		transition: all .25s ease;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}	

.slide-arrow.next-arrow::before, .slide-arrow.prev-arrow::before {
    content: "" !important;
}


@font-face {
  font-family: 'woodmart-font';  /* m¨ºme nom que dans le th¨¨me */
  src: url('/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=7.0.4') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


	