
@media (max-width: 768px) {
    .product-name a {
        font-size: 14px; } }

.price {
    font-size: 14px;
    color: #555555;
    white-space: nowrap; }

.price.product-price {
    font-family:"helvetica-lt";
    font-size:15px;
}

.old-price {
    color: #6f6f6f;
    text-decoration: line-through; 
    padding-left:5px;
}
.old-price.product-price {
    font-size: 15px; }

.bestsellers-product .button.ajax_add_to_cart_button{
    background:0;
    line-height: 20px;
    margin-top:10px;
    padding-left:0;
    position:static;
}
.bestsellers-product .button.ajax_add_to_cart_button span{
    background: transparent;
    border: 0 none;
    text-shadow: 1px 1px #fff;
    color: #555555;
    font-family: "helvetica-lt";
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    font-weight:bold;
    text-shadow: none;
    text-transform: uppercase;
}
.bestsellers-product .button.ajax_add_to_cart_button span:hover{
    background:0;
    color:#fb5b06;
}