.block_blue {
    padding: 7px;
    background-color: #0c3a5c;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    float: right;
}

.fatar{transition:all .3s ease-in-out 0s;}
.fatar:hover{
    box-shadow: 0px 0px 10px #ccc;
    transition:all .3s ease-in-out 0s;
}

.carts {
    padding: 10px;
    border: solid 1px #ccc;
    margin-top: 4px;
    background-color: #6c712c;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out 0s;
}