.tbs_sumo_payment_plan_notice {
	font-size: 15px;
	font-weight: bold;
	color: #d60707;
}

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 a:hover h5 {
    color: #e83c32;
}

ul.product-cats {
	display: none;
}
 
@media screen and (min-width:768px) {
 
    ul.product-cats {
        margin-left: 0;
        clear: both;
	display: block;
    }
    ul.product-cats li {
        width: 10%;
        float: left;
        margin-right: 3.8823529412%;
    }
    ul.product-cats li:nth-of-type(7) {
        margin-right: 0;
    }
    ul.product-cats li:hover {
  	-webkit-box-shadow: 0 12px 18px -6px black;
     	-moz-box-shadow: 0 12px 18px -6px black;
         box-shadow: 0 12px 18px -6px black;
    }
     
}
