/* 
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 */

.eael-product-details-wrap {
    display: flex;
    flex-direction: column;
}

.eael-product-details-wrap .woocommerce-product-details__short-description {
    order: 2;
}

.menu-cat ul {
    list-style: none !important;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    gap: 10px;
}

.menu-cat .elementor-sitemap-section {
    flex-basis: unset !important;
}

.menu-cat a {
    color: black !important;
    font-weight: bold !important;
    text-transform: capitalize;
    border-radius: 50px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 5px 20px;
    background: white;
}

.menu-cat li {
    display: flex;
}

.menu-cat li.current-cat a {
    background-color: black;
    color: white !important;
}

.menu-cat a:hover {
    background-color: black;
    color: white !important;
}

.menu-cat h1.elementor-sitemap-product_cat-title {
    font-weight: 500;
    font-family: "kepler-std", Sans-serif;
}


/********************/

/* AFFICHAGE PRODUIT SHOP */

.woo-products-list-enov .eael-post-appender .eael-product-list-image-wrap {
    width: 100px !important;
}
.woo-products-list-enov .eael-product-list-item {
    padding: 5px;    
} 
.woo-products-list-enov .eael-post-appender .eael-product-list-content-wrap {
    display: flex;
    gap: 10px;
    width: calc(100% - 100px) !important;
    .eael-product-list-title{ 
        width: 50%;
        margin-bottom: 0;
        margin-bottom: auto;
        margin-top: auto;
        a {
            font-size: 16px;
        }
    }
}


.eael-product-list-wrapper .eael-product-list-image-wrap img {
    max-height: 60px !important;
}
.woo-products-list-enov .eael-post-appender .eael-product-list-content-wrap {
    .eael-product-list-content-body {
        display: flex;
        .eael-product-list-price {
            margin: 0;
            span {
                font-size: 16px;
            }
        }
        .eael-product-list-excerpt {
            display: none;
        }
    }
    .eael-product-list-content-footer {
        display: flex;
    }
}

.added_to_cart.wc-forward {
    display: none !important;
} 

@media screen and (max-width: 993px) {
    .eael-product-list-content-wrap {
        flex-wrap: wrap;
    }
    .eael-product-list-content-wrap h2 {
        width: 100%;
    }
    .eael-product-list-content-wrap div {
        width: 100%;
    }
}
body > #content.widecolumn {
    width: min(100%,1140px);
    margin-left: auto;
    margin-right: auto;
}



/********************/
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a,
.woocommerce-cart-form__cart-item.cart_item .product-name a {
    cursor: default;
    pointer-events: none; 
}

.eael-product-list-image-wrap img,
.eael-product-list-title
 {
    cursor: pointer;
}

@media screen and (max-width: 850px) {
	.eael-product-list-title {
		display: flex;
		
		width: 100% !important;
	}
	.eael-product-list-item {
		display: flex;
		flex-direction: column;
		text-align center;
	}
}	



/* Se connecter */
.woocommerce h2 {
	color: var(--e-global-color-primary);
    font-family: "kepler-std", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    font-style: italic;
}

.woocommerce input {
	border: none;
	border-bottom: 1px solid #818B90;
	border-radius: 0px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	background-color: black !important;
	color: white !important;
	border-radius: 50px !important;
	padding: 8px 35px 8px 35px !important;
	border: 1px solid black;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background-color: white !important;
	color: black !important;
	border-radius: 50px !important;
	padding: 8px 35px 8px 35px !important;
	border: 1px solid black;
}

#gform_wrapper_1 #input_1_4,
#gform_wrapper_1 #input_1_4_2 {
	border: none;
	border-bottom: 1px solid #818B90;
	border-radius: 0px;
}

.woocommerce-form-login label {
	font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}



/* Pop up */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: black;
}

@media screen and (max-width: 600px) {
	.eael-product-popup.woocommerce div.product form.cart div.quantity input {
		min-width: 40px !important;
		max-width: 50px !important;
	}
	.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
		padding: 8px 30px !important;
	}
	
	/* .elementor-868 .elementor-element.elementor-element-5ee9c3e */ .eael-product-list-wrapper .eael-product-list-item .eael-product-list-title {
		margin-bottom: 10px;
	}
	
	.eael-product-list-wrapper .eael-product-list-content-footer .eael-product-list-buttons {
		gap: 0;
	}
}

@media screen and (max-width: 320px) {
	.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
		font-size: 10px;
	}
}



/* Carte produit */
@media screen and (max-width: 991px) {
	
	/* Contenu */
	.eael-product-list-wrapper .eael-product-list-item {
		padding: 20px 0;
		flex-direction: row;
	}
	
	
	/* Voir produit - Panier */
	.eael-product-list-wrapper .eael-product-list-content-footer .eael-product-list-buttons {
		flex-direction: row-reverse;
	}
	
	.eael-product-list-wrapper .eael-product-list-content-body .eael-product-list-price {
		margin: unset !important;
	}
	
	.eael-product-list-content-body,
	.eael-product-list-content-footer {
		width: auto !important;
	}
	
}

@media screen and (max-width: 600px) {
	
	/* Voir produit - Panier */
	.eael-product-list-wrapper .eael-product-list-content-footer .eael-product-list-buttons {
		gap: 10px !important;
	}
	
	.eael-product-list-content-body,
	.eael-product-list-content-footer {
		width: auto !important;
	}
	
	
	/* Panier */
	.eael-product-list-wrapper .eael-product-list-item .eael-product-list-content-footer .eael-product-list-add-to-cart-button a {
		font-size: 0 !important;
		padding: 20px !important;
	}
	
	.eael-product-list-wrapper .eael-product-list-content-footer .eael-product-list-buttons .eael-product-list-add-to-cart-button a:before {
		left: 19px !important;
	}
	
	.eael-product-list-wrapper .eael-product-list-content-body .eael-product-list-price {
		margin: unset !important;
	}

}



/* Profil */
.woocommerce-MyAccount-content-wrapper {
	border: none !important;
}

a.woocommerce-button.button.view {
	margin-right: 10px;
}


@media screen and (max-width: 768px){
	.woocommerce-orders-table tbody tr {
		padding: 20px 0;
		border-top: 1px solid #818B90 !important;
	}
}


