.light-bg {
    background-color: #F5F5F5;
}
.overview {
    padding-bottom: 80px;
}
.item-container {
    background: #ffffff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 16px;
    margin-bottom: 28px;
    min-height: 346px;
}
.subheading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 40px;
    text-transform: uppercase;
    padding-top: 40px;
}
.item-heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 24px;
    text-transform: uppercase;
    min-height: 72px;
}
.product-container .product-description {
color: #1A1A1A;
font-family: Figtree-Regular, sans-serif;
font-size: 16px;
}
.paginator {
    display: flex;
    max-width: 320px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}
.paginator > div {
    margin-right: 4px;
}
.prev-page, .page, .next-page {
    width: 54px;
    height: 54px;
    border: 2px solid #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'Figtree-Bold', sans-serif;
    font-size: 12px;
    color: #888888;
}
.prev-page:hover, .next-page:hover, .page.active, .page:hover {
    color: #ffffff;
    background-color: #D91F26;
    border-color:#D91F26;
}
.product-container .img-container {
    max-width: 176px;
    margin: 0 auto;
}
.download-link {
    font-family: Figtree-Bold, sans-serif;
    color: #D91F26;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #C63530;
    padding: 8px;
    text-decoration: none;
    width: 100%;
    text-align: center; 
    margin-top: 16px;  
}
.download-link:hover, .download-link:focus {
    color: #ffffff;
    background-color: #D91F26;
    text-decoration: none;
}
.form-inline .row {
    width: 100%;
}
.overview select {
    min-width: 100%;
    border-radius: 0;
    border: 1px solid #DDDDDD;
    font-family: Figtree-Regular, sans-serif;
    font-size: 12px;
    color: #888888;
    min-height: 45px;
}
.no-results {
    max-width: 320px;
    margin: 80px auto 0 auto;
}
.no-results-heading {
    font-family: GothamCondensed-Bold, sans-serif;
    font-size: 24px;
    color: #D91F26;
    margin-top: 32px;
    line-height: 13px;
    text-transform: uppercase;
}
.no-results-description {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
    font-size: 12px;
}
.product-item-container {
    min-height: 632px;
}
.product-item-container .product-description {
    min-height: 144px;
}
@media only screen and (max-width: 1024px) {
    .overview select {
        margin-bottom: 16px;
    }
    .form-inline {
        justify-content: center;
    }
    .form-inline .col-lg-4 {
        padding: 0;
    }
}
