.clr {
    clear: both;
}

.eoshop-last-visited-products .product{
    float: left;
    text-align: center;
    width: 120px;
    margin:0 6px;
}

.eoshop-last-visited-products .image-placeholder{
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eoshop-last-visited-products .image-placeholder .prod-img{
    max-width: 100%;
    vertical-align: middle;
}

.eoshop-last-visited-products .product p{
    margin-bottom: 2px;
}

.eoshop-last-visited-products a:link, .eoshop-last-visited-products a:visited{
    text-decoration: none;
    /*pointer-events: none;*/
}

.eoshop-last-visited-products h3{
    font-size: 18px;
    padding-bottom: 0px;
    color: red;
    border-bottom: solid 3px red;
    margin-bottom: 26px; 
}

.eoshop-last-visited-products h3 span{
    background-color: red;
    color: #FFF;
    height: 100%;
    padding: 3px 6px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.eoshop-last-visited-products p.old-price{
    text-decoration: line-through;
}
.eoshop-last-visited-products p.new-price{
    color: red;
}