body {
        background-color: #ffffff;
}
*{ box-sizing:border-box; }
.product {
        float: left;
        width:40%;
        border:solid black 4px;
        border-radius:15px;
        margin-left:5%;
        padding: 5px;
}
.product ul {
        list-style-type:none;
        float:right;
        width:50%;
}
.product img {
        float:left;
        height: 150px;
        width: 150px;
        border-radius:10px;
        border:solid red 4px;
}
.product img.ico {
        !important
        float:left;
        height: 15px;
        width:15px;
        border: none;
}
.red {
        color: red;
}
.clear {
        clear:both;
}
.navigation {
        padding: 10px 10px;
        background-color: navy;
}
.navigation ul {
        padding-left: 10px;
        padding-right: 10px;
}
.navigation a {
        text-decoration: none;
        color: white;
}
.log {
        float: right;
}
