.custom-empty-cart-wrapper {
	clear: both;
	display: block;
	margin: 1em 0;
	padding: 10px 0;
	text-align: center;
}

.custom-shop-button {
	background-color: #0071a1;
	border: 2px solid #0071a1;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin: 1.5em auto;
	padding: 12px 30px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.custom-shop-button:hover,
.custom-shop-button:focus {
	background-color: #005177;
	border-color: #005177;
	color: #fff;
	text-decoration: none;
}
