/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

 .smaller-text {
    font-size: smaller;
}
.countdown-container {
  text-align: center; /* Center align the content */
  margin: 20px 0; /* Add some margin around the timer */
  padding: 10px;
  border: 2px solid #333; /* Relatively thick border */
  border-radius: 15px;
  display: inline-block;
  width: 100%; /* Full width container */
}
 

#countdown-timer {
  display: none !important;
}


@media (max-width: 767px) {
    .promolive-custom-text {
        font-size: 11px;
    }
}


.promolive-custom-text {
  display: none !important;
}

.posted_in {
  display: none !important;
}

/* Mettre la description sous le bouton panier */
.single-product .product-footer {
  order: 3;
  margin-top: 20px;
}

/* Organiser la zone image + infos en flex */
.single-product .product-main {
  display: flex;
  gap: 30px;
}

/* Image à gauche */
.single-product .product-gallery {
  width: 50%;
}

/* Infos à droite */
.single-product .product-info {
  width: 50%;
  display: flex;
  flex-direction: column;
}

/* Bouton panier en haut */
.single-product .single_add_to_cart_button {
  order: 1;
}

/* Description sous le bouton */
.single-product .product-footer {
  order: 2;
}

@media (max-width: 768px) {
  .countdown-title {
    font-size: 1.2em; /* Slightly smaller font size for the title on small screens */
  }

  .countdown-values {
    font-size: 1em; /* Smaller font size for the time values on small screens */
  }
}


.promolive-custom-text {
    font-size: 12px;
    margin-top: 10px;
    background-color: #f5f5f5; /* Light gray background */




    padding: 10px; /* Space around the content */

}


.sticky-add-to-cart #countdown-timer {
    display: none;
}
 



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.review-stars-container {
    display: flex;
    align-items: center;
    margin-top: 5px;
} 

.review-stars-container svg {
    margin-right: 5px;
}

body .woocommerce div.product .review-stars-container span.reviews-text.custom-review-text {
    font-size: 12px !important;
}
 

 
/* Container for the countdown timer */

 


/* Title styling */
.countdown-title {
  font-size: 1.5em; /* Larger font size for the title */
  font-weight: bold;
  display: block; /* Ensure the title is on its own line */
  margin-bottom: 10px; /* Space between title and timer */
  padding: 0 20px; /* Padding to make space for border cut-off */
  background-color: #fff; /* Background to cover the timer's border */
  display: inline-block; /* Necessary to apply padding correctly */
  transform: translateY(-50%); /* Shift upward to cut off the border */
  position: relative; /* Needed for the transform property */
}


/* Individual time value styling */
.countdown-values {
  font-size: 1.2em; /* Slightly larger font size for the time values */
  font-weight: bold;
  margin: 0 5px; /* Add some space between the time values */
}

/* On small screens (less than 768px wide) */

/* Add these styles to your existing CSS or create a new file and enqueue it in WordPress */

.feedback-carousel .slick-slide {
    margin: 0 10px;
}

.feedback-carousel .slick-list {
    margin: 0 -10px;
}

/* Optional: customize the slick controls (arrows, dots) to fit your design */
.slick-prev, .slick-next {
    color: #333; /* change color as needed */
    font-size: 24px; /* adjust size as needed */
}

.slick-dots li button:before {
    color: #333; /* change color as needed */
}

/* Add any additional custom styles you need for the carousel */


