﻿.content-wrapper{
    padding:0 2.5%!important;
}
#finderHeader{
    margin-top:50px
}
#finderHeader div{
    display: flex; 
    align-items: center; 
    width: 100%; 
    padding: 0 1rem;
    justify-content:flex-start;
}
#finderHeader div.finderHeader, div.finderHeader {
    margin-bottom: 30px !important;
}
#finderHeader h1 {
    font-size:2.5em!important;
}
.finderIcon {
    height: 50px;
    width: auto;
    margin-right: 1rem;
}
.finderContent p.intro{
    font-size:1.15em!important;
}
.finderWrapper {
    margin: auto;
    display: flex;
    column-gap:2%;
    flex-wrap: wrap;
    gap: 2rem;
}
.finderNav {
    flex: 1 1 22.5%;
    padding-top: 40px;
}
.finderContent {
    flex: 1 1 70.5%;
    padding-top:70px;
}
.finderContent .featuredProducts .imageWrap {
    border:1px solid #ddd;
    height:100px;
}
.finderContent h4.ribbon {
    font-weight: 400!important;
    font-family: 'ivypresto-display', Georgia, Serif !important;
    padding: 8px 20px;
    margin-bottom: 1rem;
    background-color: #316e43;
    color:#fff!important;
    font-style: italic;
    letter-spacing: 1px;
    font-size: 24px !important;
    margin: 40px auto 20px !important;
}
ul.finderCategories {
    list-style: none !important;
    padding: 0 !important;
    line-height: inherit !important;
    margin:0px auto 10px;
    padding: 0;
    clear: both;
}
ul.finderCategories li {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0 auto 10px!important;
}
ul.finderCategories li img {
    display:block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    border:2px solid #316e43;
    margin-right: 5px !important;
}
ul.finderCategories li h2{
    font-size: 14px !important;
    margin-top:5px;
}
.finderCategories{
    display:inline-block;
}
.finderCatSelect select {
    width: 100%;
    display:none;
}
.searchBy {
    margin-top: 15px;
    font-size: 1em;
    font-weight: 400 !important;
    font-family: 'ivypresto-display', Georgian, serif !important;
    margin-bottom: 10px;
    letter-spacing: 1px !important;
    font-style:italic!important;
}
.featuredProducts {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    column-gap:1%;
    justify-content: flex-start;
}
.featuredProducts a {
    text-align: center;
    color: #316e43 !important;
    flex: 0 0 15.825%;
    background: rgba(48, 110, 67, 0.1);
    padding: 5px;
}
.featuredProducts a .imageWrap {
    display: block !important;
    margin-bottom: 10px;
    background: #fff;
    padding:5px;
}
.featuredProducts a .imageWrap img{
    width:auto!important;
    margin:0 auto!important;
    height:100%!important;
}
.featuredProducts p.brand {
    font-size: .90em;
    font-weight: 500 !important;
    color: #231F20;
}
.featuredProducts h5.productName{
    font-size:1.15em!important;
    font-weight:900!important;
}
h2.categoryHeader {
    font-size: 2em;
    line-height: 1.15em;
    margin: 10px auto 30px;
    font-weight:800!important;
    letter-spacing:-.5px;
}
.backToLink{
    display:block;
    width:100%;
    text-align:left;
    font-size:16px;
}
.brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    background: rgba(48, 110, 67, 0.1);
}
.brands a {
    overflow: hidden;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ccc;
    background:#fff;
}
input.searchInput {
    width: 100%;
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.SearchPanel {
    flex: 1 1 240px;
    min-width: 240px;
}
.productList {
    flex: 1 1 600px;
    min-width: 240px;
}
.pagination .page-link {
    padding: .35rem .55rem;
    font-size: .9rem;
}
.productfindercategory {
    color: #316e43 !important;
    text-decoration: none !important;
}
.productfindercategoryi {
    color: #316e43 !important;
    font-size: 18px;
}
.pager {
    width:600px;
    margin:0px auto;
}
.productName {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1em;
    color: #316e43 !important;
    margin-top: 10px;
}
#categorySelect,
#categorySelect:focus,
#categorySelect:active,
#categorySelect:invalid,
#categorySelect.is-invalid,
.was-validated #categorySelect:invalid,
.was-validated select#categorySelect.form-select:invalid,
.was-validated .form-select#categorySelect:invalid {
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    outline: 0 !important;
}
@media only screen and (max-width: 1280px) {
    .featuredProducts a {
        flex: 0 0 19.2%;
    }
}
@media only screen and (max-width: 991px) {
    .finderContent,.finderNav {
        flex: 1 1 100%;
        padding-top: 0px;
    }
    .featuredProducts a {
        flex: 0 0 32.6667%;
    }
    .finderCategories {
        display: none;
    }
    .finderCatSelect select {
        display: inline-block;
    }
    .brands {
        padding: 40px 10px;
    }
    select#categorySelect {
        color: #777777;
    }
    #categorySelect option {
        color: #231F20;
    }
}
@media only screen and (max-width: 768px) {
    .brand-container {
        flex-direction: column;
    }
    .SearchPanel, .productList {
        flex: 1 1 100%;
        min-width: auto;
    }
    .pager {
        overflow-x: hidden !important;
        width:100%;
    }
    .pagination {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .pagination .page-item {
        flex: 0 0 auto;
    }
    .product-finder-wrapper {
        flex-direction: column;
    }
    .featured-products {
        justify-content: center;
    }
    .product-finder-wrapper {
        flex-direction: column;
    }
    .right-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .right-column > h4 {
        text-align: center;
    }
    .right-column > div {
        justify-content: center !important;
    }
}
@media only screen and (max-width: 600px) {
    .featuredProducts a {
        flex: 0 0 49.5%;
    }
    .finderContent p.intro {
        text-align:center;
        font-size:1em!important;
    }
    .finderContent h4.ribbon {
        font-size: 20px !important;
    }
    #finderHeader h1 {
        font-size: 3em !important;
        line-height: 1em;
    }
    #finderHeader div.finderHeader, div.finderHeader {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .finderHeader img {
        display: block !important;
        margin: 0 auto 10px;
        width: 60px;
        height: auto;
    }
    #finderHeader h1 {
        display: block;
        width: 100%;
    }
    h2.categoryHeader {
        font-size: 2em;
        line-height: 1.15em;
        margin: 10px auto 30px;
        font-weight: 700 !important;
    }
    .brands {
        padding:20px  10px;
    }
    .backToLink, h2.categoryHeader {
        text-align:center;
    }
@media only screen and (max-width: 478px) {
    .featuredProducts a {
        flex: 0 0 99%;
    }
}
@media only screen and (max-width:320px) {
    h2.categoryHeader {
        font-size:150% !important;
    }
    #finderHeader h1 {
        font-size: 200% !important;
    }
}