a.caseitem {
    width: 575px;
    margin-right: 50px;
    margin-bottom: 90px;
    overflow: hidden;
    display: block;
    float: left;
    border: solid 1px #eaeaea;
    padding: 10px;
    text-decoration: none;
    background-color: #fff;
}
a.caseitem:hover{
    box-shadow: 0 0 8px #ccc;
}
a.caseitem:nth-child(even){
    margin-right: 0;
}
span.spanimg {
    margin: auto;
    display: block;
    height: 430px;
}

.productlistitems {
    min-height: 1315px;
}

span.producttxt {
    color: #202020;
    font-size: 20px;
    font-weight: 400;
}
span.spanimg img {
    width: 100%;
    height: 100%;
}

span.prodd {
    color: #a7a7a7;
    margin-left: 10px;
}
.casedz {
    text-align: center;
    color: #a1a1a1;
    font-size: 16px;
}
