/**
    Základní styly eshopu
    Created on : 14.9.2015, 10:50:43
    Author     : Miloslav
*/

.fr {
    float: right;
}
.bg-info {
    background-color: #f0f0ed;
    padding: 5px 10px;
}
.bg-info-basket {
    background-color: #f0f0ed;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.shop-list {
    display: flex; 
    flex-wrap: wrap;
}

footer ul li:first-child {
    list-style-type: none;
}
footer ul li {
    list-style-type: none;
}