/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@media(max-width: 768px){
	.klaviyo-form-VpFRR8 form{
		flex-direction: column !important;
		align-items: center !important;
	}
	.klaviyo-form-VpFRR8 form>div{
		margin: 0 !important;
		width: 100% !important;
		border-radius: 10px !important
	}
	.klaviyo-form-VpFRR8 form div:nth-child(2){
		padding: 0 !important;
		padding-top: 20px !important;
	}
	
}


/* Hide recaptcha_v3 */
.elementor-field-type-recaptcha_v3{
	display: none !important;
}

/* SIN EGO products alignment issue on the shop page */
.product-grid-item .product-image {
    padding-bottom: 80px !important;  /* Add space under image */
}

.product-grid-item .product-image img {
    display: block !important;
    margin: 0 auto !important;
}

.product-grid-item .product-image img,
.wd-product img,
.wd-hover-img img {
    height: 327px !important;
    width: 90% !important;
    object-fit: cover !important;
}
