.ui-datepicker-buttonpane{
	display: none;
}
.cm-calculate-fee{
	cursor : pointer;
	background: #3f3f3f;
    margin-top: 15px;
    color: white;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
}

.cm-main-label-checkout{
	margin: 15px 0px;
}
.cm-store-options{
	width:100%;
}

.cm-checkout-inputs{
	width:100%;
}

.cm-address-checkout-fee{
	display: none;
}
.cm-calculate-fee{
	color:white;
}
.cm-cost-per-unit{
	font-size: 17px;
	color: gray;
}
#map{
	height: 650px;
	width: auto;
}

@media only screen and (max-width: 650px) {
  	#map{
		height: 450px;
		width: 450px;
	}
}

/*  */
/* .floating-label {
	position: relative;
	margin-bottom: 15px;
}

.floating-label label {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: white;
	padding: 0 5px;
	color: #aaa;
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label {
	top: -10px;
	left: 5px;
} */