/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.Cleaning_section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
	border-radius: 8px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
div {
	margin: 10px 0;
}
label {
	display: inline-block;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
input[type="number"],
select {
	width: 180px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
}
button {
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
#total-cost {
	font-weight: bold;
}
.total_cost {
	font-size: 24px;
}