/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.spec_sheet_link {
    text-decoration: underline;
    color: #267864 !important;
    text-transform: capitalize;
}

.cs-product-list-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin-top: 50px;
}

.archive.tax-product_cat div#primary {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}