/* Portable storefront presentation migrated from woodmart-child/style.css. */
.wd-sub-menu li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.wd-nav-sticky > li > a .wd-nav-img {
	--nav-img-width: 24px !important;
	--nav-img-height: 24px !important;
	margin-left: -4px;
}

.elementor-2435 .elementor-element.elementor-element-1386d74 .woocommerce-price-suffix {
	font-size: 16px;
	font-weight: 600;
}

body .single_add_to_cart_button::before {
	position: absolute;
	inset-inline-start: 0;
	content: "\f105";
	font-family: "woodmart-font";
	opacity: 1;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: #e84744;
	transition: background-color .3s ease;
}

body .single_add_to_cart_button::after {
	inset-inline-start: 20px;
}

body .single_add_to_cart_button.loading::before {
	color: transparent;
}

body .single_add_to_cart_button {
	padding-inline-start: 60px;
}

body .single_add_to_cart_button:hover::before {
	background-color: red;
}

.wd-action-btn > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: transparent !important;
	border-radius: 10px;
	color: #000;
	margin-top: 5px;
	margin-right: 5px;
}

.wpcf7-form-control {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
	transition: border .3s ease, box-shadow .3s ease;
	font-size: 16px;
	box-sizing: border-box;
	background: #fff;
}

.wpcf7-form-control:focus {
	border-color: #007cba;
	box-shadow: 0 0 0 3px rgba(0, 124, 186, .3);
	outline: none;
}

@media (min-width: 768px) {
	.cf7-row {
		display: flex;
		gap: 20px;
	}

	.cf7-col {
		flex: 1;
	}
}

@media (max-width: 767px) {
	.cf7-row {
		display: block;
	}
}

#billing_country_field {
	display: none;
}
