/* Add your custom css styles */

.product-category {
	  margin-bottom:10px
	
}

.product-title a {
	font-size: 24px !important;
}

.online-shop-popup {
	width: 100% !important;
	height: auto;
}

.modal-content {
	border-radius: 4px;
	padding: 0 !important;
}

.popup-text {
	text-align: center;
	border-top: 5px solid;
}

.popup-text h2 {
	margin-bottom: 10px;
	color: #ffffff;
}

.popup-text a {

margin: 25px 0 0 0 !important;
}

.modal-content {
	position: relative;
	background-color: #000000a3 !important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}