.quickfilterlist h1 {
	font-size: 18px !important;
}

.product h2 {
	font-size: 25px !important;
}

.product .subtitle {
	color: #E31988;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	font-style: italic;
}

.product .block-border {
	min-height: 150px;
}

.price.price-bottom {
	bottom: 20px;
	font-size: 12px;
}

.price.price-top {
	top: 20px;
	font-size: 14px;
}

.price {
	position: absolute;
	right: 40px;
	/*width: 67px;*/
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

.price>div {
	/*height:22px;*/
	background-color: #E31988;
	padding: 0 8px;
}

.price>div:nth-child(2) {
	background-color: #3a2165;
}

.price>div>div {
	/*height:22px;*/
	height: auto;
	line-height: normal;
	padding-top: 4px;
}

.price .price-wrapper {
	padding-top: 2px;
	background-color: #3a2165;
}

.price .price-wrapper>div {
	height: auto;
	line-height: normal;
}

.price-wrapper .price-current {
	font-size: 140%;
}

.price .price-wrapper .price-from {
	color: rgba(255, 255, 255, 0.75);
	font-size: 90%;
	line-height: 50%;
	text-decoration: line-through;
	font-weight: normal;
}

.product .details {
	border-radius:0px;
	font-weight:bold;
	float: right;
}

.product .location {
	color: #033a7a;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
}