.product-shop .product-title h2, .product-shop .product-title a {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0px;
    font-family: 'Gotham-Bold', sans-serif;
}

.product-shop .product-title h2 .smaller {
    font-size: 30px;
    display: block;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Gotham-Medium', sans-serif;
}

.product-shop .price {
    font-size: 36px;
    color: #000;
    line-height: 36px;
}
.quick-view .product-shop .btn, .product-shop #add-to-cart-form .btn {
    margin: 0 60px 30px 0;
    height: 56px;
    max-width: 260px;
    width: 100%;
    float: left;
    clear: both;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 300;
}

.product {
    padding-bottom: 30px;
    border-bottom: 0px solid #000;
}