.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.store{
	font-family: 'Lato', sans-serif;
}
.store p{
	font-size: 12px;
	font-weight: 300;
	padding:0;
	margin:0;
}
.store h2{
	border-bottom: 1px solid #d01919;
	margin-bottom:5px;padding-bottom:0;
}
.store h2.price{
	border-bottom: none;
	font-size: 22px;
}
.store h2.price span{
	color: #d01919;
	float: right;
	}
.store h3{
	font-size: 16px;
	margin:0;
	padding:0;
	text-align: right;
} 
.store h4{
	font-size: 14px;
	font-weight: bold;
	margin:20px 0 0 0;
	padding:0;
	font-style: italic;
} 






