/*
Theme Name:     Lozdev Elementor Child Theme
Theme URI:      https://lozdev.fr
Description:    Thème enfant compatible Elementor
Author:         LOZDEV INFORMATIQUE
Author URI:     https://www.lozdev-informatique.fr/
Template:       hello-elementor
Version:        1.0.0
Text Domain:    lozdev-elementor-child-theme
*/

p {
    margin-bottom: 0;
}

.ekit_offcanvas-sidebar {
  transform: rotateY(180deg);
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.product-slider .slick-dots li button {
	height: 5px;align-content;
	width: 10px;
}
.slick-dots li {
  width: 10px;
}

/* Lien barre flottante */
.e-floating-bars__cta-button, .e-floating-bars__cta-button:not([href]):not([tabindex]) {
  color: var(--e-floating-bars-cta-button-text-color) !important;
}
.e-floating-bars__cta-button:hover {
  color: var(--e-floating-bars-cta-button-text-color-hover) !important;
}

/* Visionneuse Woocommerce qui pass par dessus l'entete du site */
.pswp {
  z-index: 999999 !important;
}