.ctcfw-calculate-fee{
	cursor : pointer;
	background: #3f3f3f;
    margin-top: 15px;
    color: white;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
}
h3.ctcfw-main-label-checkout {
    margin-bottom: 10px !important;
}
.woocommerce form .ctcfw-address-checkout-fee .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
	margin: 3px;
}
.ctcfw-store-options{
	width:100%;
}
.ctcfw-address-checkout-fee{
	display: none;
}
.ctcfw-checkout-inputs{
	width:100%;
}
.ctcfw-calculate-fee{
	color:white;
}
.ctcfw-cost-per-unit{
	font-size: 17px;
	color: gray;
}
#ctcfw-map{
	height: 750px;
	width: 1200px;
}
.ctcfw-d-none{
	display: none;
}
h3#ctcfw-distance{
	font-family: "Rubik", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	font-size: 14px;
	color: #000;
}

@media only screen and (max-width: 650px) {
  	#ctcfw-map{
		height: 450px;
		width: 450px;
	}
}