
.seasonprices-wrapper table {
	width: 100%;
	border: none !important;
}
.seasonprices-wrapper {
	padding: 30px 0px;
	font-size: 15px !important;
	display: none;
}
.seasonprices-wrapper.open {
    display: block;
}
.unit-section-separator .open-accordeon img {
    margin-left: 20px;
    width: 16px;
}

.seasonprices-wrapper tr {
	border-bottom: 1px solid var( --beon-divider-color);
}

.seasonprices-wrapper td, .seasonprices-wrapper th {
	text-align: left;
	padding: 10px;
	background-color: transparent !important;
	border:none;
	border-bottom: 1px solid var( --beon-divider-color);
	font-size: 15px !important;
}

.seasonprices-wrapper td.price-col,
.seasonprices-wrapper td:last-child,
.seasonprices-wrapper th:last-child {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.season-body td {
		vertical-align: bottom;
	}
	.unit-wrap-seasonprices.unit-single-section {
		margin-bottom: 20px;
	}
	.seasonprices-wrapper td, .seasonprices-wrapper th {
		padding: 8px 0px;
	}
}