/*footer {
background-color: #ffffff;
}*/
/* CATEGORY GRID FIX */

.module-categoryoffer-wrapper .row{
display:flex;
flex-wrap:wrap;
margin:0 !important;
}

.module-categoryoffer-wrapper .row > div{
padding:0 !important;
margin:0 !important;
flex:0 0 25%;
}

/* remove card spacing */

.module-categoryoffer-wrapper .category-card{
margin:0 !important;
border:0 !important;
border-radius:0 !important;
}

/* image full width */

.module-categoryoffer-wrapper .category-card img{
width:100%;
display:block;
}

/* remove body spacing */

.module-categoryoffer-wrapper .card-body{
padding:10px 0 !important;
margin:0 !important;
}

/* tablet */

@media (max-width:1024px){

.module-categoryoffer-wrapper .row > div{
flex:0 0 33.333%;
}

}

/* mobile */

@media (max-width:600px){

.module-categoryoffer-wrapper .row > div{
flex:0 0 50%;
}

}