.BMF-shop-thumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 35px;
    margin-left: 35px;
}
.BMF-shop-thumbnail img:hover{
    transform: scale(0.95);
    transition: transform 0.3s;
}
.BMF-shop-thumbnail:first-of-type {
    margin-left: 0;
}

.BMF-shop-thumbnail:last-of-type {
    margin-right: 0;
}

.BMF-shop-bar {
    display: flex;
    flex-direction: row;
}
