/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


.swiper-slide-image img {
	max-height: 500px;
}
.woocommerce-product-gallery .wp-post-image img {
	max-width: 350px;
	margin: 0 auto;
}
.woocommerce-product-gallery__image, .woocommerce div.product div.images .flex-control-thumbs li {
	background: #F3F4F5;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	margin-right: 10px;
}
.quantity input[type="number"] {
    padding-right: 0; 
}

@media screen and (max-width: 767px) {
	.swiper-slide-image img {
		max-height: 250px;
	}
	#menu-1-6eb8ac9 {
		flex-direction: column;
	}
	.woocommerce-product-gallery .wp-post-image img {
		max-width: 200px;
		margin: 0 auto;
	}
}
.prix-ht p {
	color: #9B9BA7;
	font-family: "Roboto Condensed";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}
.woocommerce-product-gallery__image img {
    pointer-events: none !important;
    cursor: default !important;
}

.woocommerce-product-gallery__wrapper .zoomImg,
.woocommerce-product-gallery__trigger {
    display: none !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
	border-radius: 0;
	border-color: var(--e-global-color-primary);
}
/* Forcer les flèches sur input type number à s'afficher sur Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
    display: inline !important;
    -webkit-appearance: inner-spin-button !important;
    margin: 0;
}
.woocommerce-result-count {
	font-style: italic;
}
.woocommerce ul.order_details {
	margin: 20px 0 50px;
	list-style: none;
}
ul.woocommerce-order-overview {
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: var(--e-global-color-text);
}
.woocommerce-order-details__title,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th,
.woocommerce-column__title, 
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td {
	color: var(--e-global-color-text);
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
	padding-bottom: 5px;
	padding-top: 5px;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
	margin-bottom: 40px;
}
footer .elementor-button:visited {
	color: #fff;
}
.woocommerce ul.order_details li {
	border-right: none;
	padding-right: 0;
}
.elementor-menu-toggle {
	padding: 0;
}

/* CAPCTHA */
.grecaptcha-badge {
opacity: 0;
}