#sdf-footer {
    background: rgba(5,162,224, 0) url(http://www.pooltileworld.com/wp-content/uploads/2017/07/footer-w-dolphin.png) ;
padding-bottom: 0px;
background-size: cover;
}
.footer-widget-area{
    padding-top: 160px !important;
    padding-bottom: 0px !important;
}

.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px;
}
.grid--no-gutters {
    margin-left: 0;
}
.grid__item {
    float: left;
    padding-left: 20px;
    width: 100%;
}
.grid--no-gutters>.grid__item {
    padding-left: 0;
}

.collection {
    margin-bottom: 30px;
}
.product-card {
    position: relative;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 0;
    border-color: #f3f3f3;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #666;
    z-index: 1;
}
.grid--no-gutters .product-card {
    border-left-width: 1px;
}
.product-card__image-wrapper {
    padding: 5px;
}
img {
    max-width: 100%;
    border: 0;
}
.product-card__image {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-height: 100%;
}
.product-card__info {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}
.product-card__brand, .product-card__price {
    font-size: 0.875em;
}
.product-card__name {
    font-weight: 700;
    color: #030303;
    white-space: normal;
	position: relative;
    z-index: 3;
}
.product-card__price {
    font-size: 0.875em;
}

@media only screen and (min-width: 750px)
{
.medium-up--one-fifth {
    width: 20%;
}
.grid--uniform .medium-up--one-fifth:nth-child(5n+1){
	
	clear:both;
}
.product-card {
    padding: 0;
}
.product-card__info {
    padding: 10px 0 20px;
}
}
