/* Add the custom Styles here */
.frontpage-before-main .widget_popular_stores .store-thumb{
	box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);
    height: 85px;
    background: #fff;
	border:none;
}

.widget_popular_stores .grid .store-thumb:hover {
    border: 1px solid #cc581a75;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -4px rgba(0, 0, 0, 0.25);
}