/*
Theme Name: Kadence Enfant
Template: kadence
Version: 1.0
*/


.woocommerce-product-gallery, .woocommerce-product-gallery--with-images{
	 height: auto !important;
    min-height: 450px; /* Adjust this value to fit */
    transition: none !important;
}

.elementor-1454 .elementor-element.elementor-element-2c965fc .tp-woo-single-tabs .woocommerce-tabs .panel{
	margin: 0px 0px 100px 0px !important;
}

/* Ajuster produit slider thumbs */
/*.woocommerce div.product div.images .flex-control-thumbs{
	transform: none !important;
}
.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery{
	overflow: visible !important;
}
*/

.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-next:before, .shopengine-widget .shopengine-product-image .flex-direction-nav .flex-prev:before{
background-color: transparent !important;
}

.tp-woo-swatches .tp-swatches:not(.tp-swatches-image), .tp-woo-swatches .tp-swatches img{
	margin-right: 8px !important;
}

/* Cart page buttons */
.woocommerce .return-to-shop{
	margin-top: 0 !important;
}


/* product slide arrow */
.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-next:before {
    content: '\e87d';
    right: -18px;
    font-family: 'eicons';
}
.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-prev:before {
    content: '\e87d';
	font-family: 'eicons';
	transform: scaleX(-1);
    left: -18px;
}