#dgwt-wcas-search-input-1 {
    border: unset!important;
}
/* ----------------*/
/* Extrait --------*/
/* ----------------*/
.elementor-post__excerpt { 
	overflow: hidden; 
    width:100%; 
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
}
/* ----------------*/
/* Boutons latéraux*/
/* ----------------*/
.sides{
    position: fixed!important;
    top: 40vh;
    right: 20px;
	z-index: 150!important;
	width: fit-content!important;
}
	
.sides__side{
    position: relative;
	width: fit-content!important;
}

.sides__content{
    position: absolute!important;
    height: 100%!important;
    width: max-content!important;
    right: -300px;
    transition: all 0.3s ease-out!important;
}
.sides__picto{
	position: relative!important;
	z-index: 160!important;
}
.sides__picto:hover + .sides__content, .sides__content:hover{
	right: 70px;
}

#hautDePage{
	position: fixed!important;
	z-index: 150!important;
	bottom: 10px;
	right: 70px;
}

@media (max-width: 1024px){
	.sides{
		top: unset;
		bottom: 10px;
		right: unset;
		left: 80px;
	}
	.sides__content{
		left: -300px;
	}
	.sides__picto:hover + .sides__content, .sides__content:hover{
		left: 50px;
	}
	#hautDePage{
		right: unset;
		left:20px;
	}
}

/* ------------*/
/* WOOCOMMERCE */
/* ------------*/
/* important */
.add_to_cart_button, .elementor-widget-woocommerce-product-add-to-cart .quantity, .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button,.elementor-add-to-cart .stock{
	display: none!important;
}
.dgwt-wcas-search-wrapp{
	max-width: unset!important;
}
.dgwt-wcas-search-input{
	background-color: white!important;
    border-radius: 100px!important;
    padding: 25px 40px!important;
}
.dgwt-wcas-search-input::placeholder {
  font-style: unset!important;
}
.dgwt-wcas-ico-magnifier path{
	fill: black!important;
}
.elementor-menu-cart__toggle_button:focus{
	background-color: unset!important;
}

.onsale{
	border-radius: 0px!important;
    padding: 0px 20px!important;
	background-color: var(--e-global-color-primary)!important;
	margin: 0px!important;
}
.elementor-products-grid .add_to_cart_button{
	display: none!important;
}
/* img.zoomImg{
    max-height: 650px;
    width: auto!important;
    margin: 0 auto;
} */
/* @media (min-width:1025px){
	.woocommerce-product-gallery{
		display: flex!important;
		flex-direction: row-reverse!important;
	}
	.woocommerce-product-gallery > div{
		width: 85%!important;
	}
	.woocommerce-product-gallery > ol{
		width: 15%!important;
		display: flex!important;
		flex-direction: column!important;
		padding-right: 10px!important;
	}
	.woocommerce-product-gallery > ol > li{
		width: 100%!important;
	}
	.woocommerce-product-gallery> div img{
		max-height: 750px!important;
		min-height: 750px!important;
		width: 100%!important;
		object-fit: cover!important;
		margin: 0 auto!important;
	}
} */

.pswp--open{
    z-index: 100000;
}
.pswp--open button{
    border: unset;
}

.pswp--open button:hover{
    border: unset;
}
.pswp__caption__center{
    text-align: center;
}
.woocommerce-product-search{
	display: flex;
}
.woocommerce-product-search button{
	border: solid 2px black!important;
	background-color: black!important;
	color: white!important;
}
.search-field, .select2-selection, .select2-selection--single{
	border: unset!important;
    background-color: unset!important;
    border-bottom: solid 2px black!important;
    border-radius: unset!important;
}
.select2-selection, .select2-selection--single{
	padding: 10px;
	height: 40px!important;
}
.select2-selection__arrow{
	top:10px!important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: black;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: black;
	width: 10px;
	height: 30px;
	top:-10px;
	border-radius: unset;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: rgba(0,0,0,0.5);
	border-radius: unset;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th, table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color: unset!important;
}
.woocommerce-product-attributes-item__value{
	padding-left: 10px!important;
}
.woocommerce .elementor-1423 .elementor-element.elementor-element-2de9ed1 form.cart .variations{
	width: 100%!important;
}
.table td, table th{
	padding: 10px!important;
}
.cfvsw-swatches-blur-cross-disable::before, .cfvsw-swatches-hide-disable::before, .cfvsw-swatches-blur-cross::before{
	color: black!important;
}

/* ----------------------*/
/* FOOTER ---------------*/
/* ----------------------*/
.footer-date{
	color:white;
	margin-left: -5px;
}
