/* 
Theme Name: Hello Theme Child by Growwwup
Theme URI: https://github.com/elementor/hello-theme/
Description: Thème enfant développé par Rémy PENET de Growwwup.
Author: Rémy PENET - Growwwup
Author URI: https://growwwup.com/
Template: hello-elementor
Version: 1.3.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
*/

body{
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.comments-area {
    padding: 13px 37px 22px 38px;
}

.title-comments, #reply-title {
    font-size: 1.5em;
    font-weight: bold;
}

.elementor-widget-posts .elementor-pagination{
    margin-top: 20px;
}

h2,h3,h4,h5,h6{
    font-family: var(--e-global-typography-primary-font-family);
}

.grecaptcha-badge { 
    visibility: hidden;
}

.elementor-widget-loop-carousel .swiper-pagination-bullets{
	left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset)) !important;
}

/*
 * Woocommerce 
 */

.woocommerce form .form-row select{
	border-radius: 0Px;
    height: 50px;
    border-color: gray;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{
	color: var(--e-global-color-primary);
	font-weight: 600;
}
.woocommerce table.shop_attributes th{
	text-align: left;
	height: 50px;
	vertical-align: middle;
}

.woocommerce table.shop_attributes td{
	vertical-align: middle;
	padding: 8px;
}

.woocommerce div.product p.price del{
	font-size: 0.75em;
    color: var(--e-global-color-primary);
}