/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper,
p.form-row.validate-required {
	margin-bottom: 0 !important;
}

/* Links */
.no-link {
	pointer-events: none;
	cursor: default;
}
.full-link a:after {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Blocksy - Beetle Tracking fix due to Beetle <script> in product <li> */
[data-products] .product:has(> script:last-child) > :not(script):nth-last-child(2) {
	border-bottom: none;
	margin-bottom: -20px;
}