.extra-product-item {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 20px;
	border-radius: 5px;
	border: 2px solid #7a7a7ac7;
	padding: 10px;
	font-size: 15px;
	width: calc(33% - 30px);
	margin-right: 10px;
	margin-bottom: 10px;
}

.extra-product-item.selected::after {
	content: "\f147";
	font-family: "dashicons";
	position: absolute;
	top: 2px;
	right: -5px;
	font-size: 40px;
	color: #4bbe0d;
}

.extra-product-item:nth-child(3n) {
	margin-right: 0;
}

.extra-product-item.selected {
	background-color: #f1f1f15b;
	border: 2px solid #75cf46;
}

.extra-products-list {
	display: flex;
	flex-wrap: wrap;
}

.add_to_cart_section {
	float: inline-end;
}

.wc-block-add-to-cart-form {
	display: block !important;
}

.extra_product_details {
	word-break: break-word;
	padding-left: 1em;
}

.acf-extra-product-price,
.extra_product_title {
	width: 100%;
	display: block;
	margin-bottom: 8px;
}
input.acf-extra-product-qty {
	border: 0 solid #333 !important;
	width: auto;
	max-width: 4.3em;
	background-color: #ffffff7e;
	border-width: 0;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	padding: 16px;
	line-height: 1.7em;
	text-align: center;
}
input.acf-extra-product-qty:focus,
input.acf-extra-product-qty:hover,
input.acf-extra-product-qty:active {
	background-color: #ffffff7e;
	color: #333;
	border: 0 solid #333 !important;
}

.extra_product_title {
	font-size: 18px;
	font-weight: 600;
	font-family: Posada;
}
.acf-extra-product-price {
	font-size: 24px;
	font-weight: 600;
	font-family: Posada;
}
