/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.tabs {
    margin-bottom: 2rem;
}

.product-actions .add-to-cart {
    height: 2.75rem;
    line-height: inherit;
    padding-top: .625rem;
}

.btn-primary {
    color: #333;
    background-color: #cdd07c;
    border-color: transparent;
    border-radius: 10px;
    padding-left: 1em;
    padding-right: 1em;
}