/*
Theme Name: Modave Child
Theme URI: https://modave.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Modave
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: modave
Text Domain: modave-child
*/

/* Center theme "Watch video" (.product-video-btn) on the main gallery image */
.woocommerce-product-gallery .pls-product-gallery-btns {
	inset: 0;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	margin: 0;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 1.25rem;
	box-sizing: border-box;
}

.woocommerce-product-gallery .pls-product-gallery-btns > div {
	pointer-events: auto;
}

.woocommerce-product-gallery .product-video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0 !important;
	z-index: 10;
}

/* Simple product: Add to cart (AJAX) */
.products.grid-view.product-style-3 .pls-product-actions a {
	text-transform: uppercase !important;
	letter-spacing: 1px;
	border-radius: 10rem;
}
