#pl_calculated_price_symbol {
	display: none;
	
}

#pl_calculated_price_label {
	display: none;
	padding-right: 5px;
}

#pl_measurement_div {
	background: #F5F7F4;
	padding: 20px;
	/*border: 2px dotted #ccc;*/
	border: 1px solid #ededed;
	border-radius: 4px;
	max-height: 295px;
	min-height: 275px;
	font-size: 18px;
	margin-bottom: 20px;
}



#price_calculator input {
	width: 100% !important;
	text-align: center !important;
	border: 1px dotted #ccc;
	border-radius: 4px;
	background-color: #efefef;
	font-style: italic;
	font-size: 16px;
	color: lightgrey;
	height: 70px;
}
#price_calculator input:focus {
  background-color: grey;
	color:white;
}

#price_calculator span {
	float: none !important;
	margin-bottom: 100px;
	font-size: 18px;
	color: #333;

}

#price_calculator {
	margin-bottom: 0px;
}

#pl_calculated_price {
	text-align: center;
    height: 70px;
    vertical-align: middle;
    align-content: center;
	border-bottom: double #ccc;
    margin-top: 0px;
	padding-top: 24px;
	font-size: 18px;
}

.single-product .single_add_to_cart_button.button.alt {
	padding: 25px 35px 25px 35px;
	font-size: 18px;
	margin-top: 15px;
	width: 95%;
		
}

