h2, h3 {
    margin:20px 0px 10px 0px;
    color: white;
}

h2.item_title {
    text-align:left;
    color:#3f6a10;
}
.item_img { border-radius:0px }

.border-gradient {
    background:-webkit-gradient(linear, left top, left bottom, from(#8C8C8C), to(#FFF), color-stop(.015,#FFF));
}
a
{
    word-wrap: break-word;
}

@media all and (max-width: 768px) {
    h3.product-name span {
        font-size:.8em;
        line-height:1.2em;
    }
}