.button.black { color:#000; cursor:auto; background-color:#ffe000; }
.button.black:hover { cursor: pointer; }

@media only screen and (min-device-width: 800px) {
	.location{
		font-size:16px;
		font-weight:600;
		margin-top:15px;
		margin-bottom:10px;
	}
	.facilities{
		font-size:14px;
		font-weight:500;
	}
}

@media only screen and (max-device-width: 800px) {
	.location{
		font-size:16px;
		font-weight:600;
		margin-top:15px;
		margin-bottom:10px;
	}
	.facilities{
		font-size:14px;
		font-weight:400;
	}
	
	.facilities.last{
		margin-bottom:15px;
	}
}

#cart_loading_wrapper{
	margin-top:80px;
	margin-bottom:150px;
}
#cart_error_wrapper{
	margin-top:80px;
	margin-bottom:150px;
	display: none;
}
#shipping_wrapper{
	display:none;
}
.payment-selector{
	width:100%;
	height:100%;
}
.payment-selector > .card-body{
	padding:15px;
}
.payment-selector > .card-body > img{
	margin-bottom:10px;
}
.payment-selector > .card-body > .card-title{
	font-size:1rem;
	font-weight:bold;
}
.payment-selector > .card-body > .card-selector{
	position: absolute;
	bottom:15px;
	left:0px;
	width:100%;
}