/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a{
	color: #D21239;
}

h2 {
 font-size: 28px;	
	font-weight: 600 !important;
}

h3 {
 	font-size: 22px;
 	font-weight: 400;
}

h4 {
    font-size: 20px;
}

ul {
    margin-bottom: 10px;
}

.buy_button_he .elementor-button-content-wrapper {
	flex-direction: row !important;
}


.single_product_he_ .cr-all-reviews-shortcode ol.commentlist li .comment-text p {
	text-align: right;
}

#countdown-timer {
	direction: ltr;
}

#countdown-wrapper {
    font-size: 18px;
	font-weight: 500;align-content;
}

span.sku_wrapper.detail-container {
    display: none !important;
}

.single_post_container hr {
    margin: 20px 0;
    color: #e4e4e4;
    border-top: 1px solid;
}
.single_post_container h2 {
    margin-bottom: 30px;
    margin-top: 40px;
}

.single_product_description_container_ar p,
.single_product_description_container_ar ul {
    text-align: right !important;
}

.single_product_description_container p,
.single_product_description_container ul {
	text-align : left !important; 
}


.single_product_description_container img,
.single_product_description_container_ar img {
    max-width: 100% !important;
}

.youtube-container {
    position: relative;
    width: 100%; 
    padding-top: 56.25%;
    overflow: hidden;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


@media only screen and (max-width: 600px) {
	.social_buttons_single .elementor-grid-item {
			margin: 0 2px;
	}
}

/*===================== GENRE CATS ================================*/

.taxonomy-genre-example .taxonomy-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.taxonomy-genre-example .content-container {
    display: flex;
    gap: 20px;
    width: 1300px;
    margin: 50px auto;

}

.taxonomy-genre-example .main-content {
    flex: 0 0 75%; /* Section principale prend 75% */
    max-width: 75%;
}

.taxonomy-genre-example .sidebar {
    flex: 0 0 25%; /* Barre latérale prend 25% */
    max-width: 25%;
    text-align: center;
}

.taxonomy-genre-example .sidebar img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.taxonomy-genre-example .term-description {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
}

.taxonomy-genre-example #breadcrumbs {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
}

.taxonomy-genre-example .taxonomy-posts .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.taxonomy-genre-example .taxonomy-posts .col-4 {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 10px;
    box-sizing: border-box;
}

.taxonomy-genre-example .taxonomy-post {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
}

.taxonomy-genre-example .taxonomy-post img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.taxonomy-genre-example .taxonomy-post h2 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

/* coloring pages prev/next buttons */

/* Container des boutons */
.npp-navigation {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* Style commun aux boutons */
.npp-navigation a {
    display: inline-block;
    padding: 7px 20px;
    background: linear-gradient(135deg, #D21239, #f06595);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

/* Hover */
.npp-navigation a:hover {
    background: linear-gradient(135deg, #D21239, #ff6b6b);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* Bouton Previous avec une flèche */
/*.npp-prev::before {
    content: "← ";
    font-size: 18px;
}

 Bouton Next avec une flèche 
.npp-next::after {
    content: " →";
    font-size: 18px;
}*/