/* 	===============
	purchase
===============  */
.best-product-heading {
	text-align: center;
	margin-bottom: 40px;
}

.best-product-heading .divider {
	height: 2px;
	width: 40px;
	background: #444;
	margin: 0 auto;
	margin-bottom: 15px;
}

.best-product-entry {
	background: #f4f4f4;
	padding: 45px 15px 15px;
}

.best-product-entry:hover {
	box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.17),0 2px 10px 0 rgba(0, 0, 0, 0.02);
}

.best-product-entry a {
	color: #444;
}

.best-product-entry img {
	width: 100%;
	height: 100%;
}

.best-product-post {
	padding: 40px 0 15px 0;
	text-align: center;
}

.best-product-post h4 a {
	font-size: 18px !important;
	letter-spacing: 1px;
	font-family: 'PT Sans', sans-serif;
}

.best-product-post h5 {
	color: #42a5f5;
}

.best-product-act ul {
	list-style: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin: 33px 0 0 0;
	text-align: center;
}

.best-product-act ul li {
	display: inline-block;
	background-color: #42a5f5;
	padding: 10px;
	border-radius: 20px;
}

.best-product-act ul li a {
	font-weight: bold;
	color: #ffffff;
}

.best-product-act ul li a:hover {
	text-decoration: none;	
}

.best-product-act ul li a i {
	margin-right: 10px;
	color: #ffffff;
}

.best-two {
	margin-top: 35px;
}

.zoom {
  padding: 10px;
  transition: transform .2s; /* Animation */
  margin: 0 auto; 
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}