<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
ul.product-cats li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.236em;
    text-align: center;
    position: relative;
    width:100%;
}
ul.product-cats li img {
    margin: 0 auto;
}
 
@media screen and (min-width:768px) {
 
    ul.product-cats {
    	vertical-align: middle;
    	margin-bottom: 14px;
        margin-left: 0;
        clear: both;
        display:table;
    }
	ul.product-cats:after {
	    content: '';
	    clear: both;
	    float: none;
	    display: block;
	}

    ul.product-cats li {
 		height: 360px;
        float: left;
        width: 19%;
		display: inline-block;
		vertical-align: middle;  

	padding: 25px 20px;
    text-align: center;
    background: #f0f2f9;
	position: relative;
    background: #f5f5f5;
    margin: 2px 2px 1px 2px;
    overflow: hidden;
		
    }

	ul.product-cats li:before {
	    content: '';
	    display: inline;
	    height: 100%;
	    vertical-align: middle;
	}
	/*
    ul.product-cats li:nth-of-type(3) {
        margin-right: 0;
    }
	*/
     
}
</pre></body></html>