ul.product-cats li {
    list-style: none;
	margin-left: 0;
	margin-bottom: 4.236em;
	text-align: center;
	position: relative;
}
ul.product-cats li img {
	margin: 0 auto;	
}
.category h2,.category .h2 {
    font-size: 18px !important;
}
@media screen and (min-width:768px) {
	ul.product-cats {
		margin-left: 0;
		clear: both;
	}
	ul.product-cats li {
		max-width: 20%;
    float: left;
    margin: 10px;
    overflow: hidden;
    height: 240px;
	}
	ul.product-cats li:nth-of-type(3) {
		margin-right: 0;
	}
	
}
hr{
    background-color: #edf0ff;
    border: 1px solid #ffffff;
    height: 1px;
    width: 100%;
    margin-top: 50px;
    display: inline-block;
    margin-bottom: 60px;
}