/* Rental Form */

#wcrp-rental-products-rental-form {
	margin-bottom: 20px;
}

#wcrp-rental-products-rental-form.wcrp-rental-products-rental-form-after-quantity {
	margin-top: 15px;
}

#wcrp-rental-products-rental-form.wcrp-rental-products-rental-form-after-quantity:before { /* Ensures the rental form is cleared so after quantity, height is added here as margin-top wouldn't work here due to clear: both; */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 20px;
}

#wcrp-rental-products-rental-form #wcrp-rental-products-rental-dates {
	width: 65%; /* Ensures not too wide while keeping dates visible on mobile */
}

#wcrp-rental-products-rental-form #wcrp-rental-products-rental-totals {
	display: none;
	margin: 20px 0 0 0;
	font-weight: 700;
}

#wcrp-rental-products-rental-form #wcrp-rental-products-rental-dates-parent {
	position: relative;
}

#wcrp-rental-products-rental-select-options {
	margin: 20px 0;
}

#wcrp-rental-products-excludes-addons {
	display: none; /* Hidden and gets shown if add-ons active and product allows add-ons via JS */
}

/* Rental or Purchase Toggle */

.wcrp-rental-products-rental-purchase-toggle {
	margin-bottom: 20px;
}

/* WooCommerce */

.woocommerce .product .summary {
	overflow: visible !important; /* Some themes add an overflow hidden to the product summary div meaning the rental form can be cut off, this fixes it */
}