
h1, h2 {
    font-family: var(--font-headings);
    font-weight: 900 !important;
}

h1 {
    font-size: 64px !important;
}

h1 + p {
    margin-bottom: 0;

    font-size: 28px;
    text-transform: uppercase;

    letter-spacing: 5px;
}

h2 {
    font-size: 40px !important;

    color: #1D1D1D;
}

.blackSection,
.yellowSection {
    text-align: center;
}

.textFindersKeepers {
    text-align: center;
    padding: 0 100px;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .textFindersKeepers {
        padding: 0;
    }
}

.widget-specials {
    margin: 50px 0
}

.widget-specials .col {
    margin-bottom: 30px !important;
}

.widget-featured {
    margin-top: 35px;
}



.container-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
    padding: 15px 0;
}

@media screen and (max-width: 768px) {
    .container-filters {
        margin: 0;
        justify-content: flex-end;
    }
}


#selectModel {
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath fill='%23000' d='M10.3.3L6 4.6 1.7.3.3 1.7 6 7.4l5.7-5.7L10.3.3z'/%3E%3C/svg%3E");
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 30px;
    font-family: var(--font-body);
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
}



@media screen and (max-width: 768px) {
    #selectModel {
        letter-spacing: normal;
        font-size: 20px;
        margin-bottom: 20px;
    }
}

#selectModel option{
    font-size: initial;
    font-family: var(--font-body-secondary);
    font-weight: initial;
    line-height: initial;
}

.button-filters {
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 500;
}

.button-filters svg {
    margin-left: 10px;
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-text {
    font-family: var(--font-body-secondary);
    font-size: 18px;
    font-weight: bold;
    color: var(--color-gray-dark);
}
a.previous-page,
a.next-page {
    background-color: var(--color-main);
    width: 100px;
    height: 60px;
    border-radius: 8px;
    border: none;
    font-family: var(--font-body-secondary);
    font-size: 16px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    button.previous-page,
    button.next-page {
        width: 80px;
        height: 50px;
    }
}

button.previous-page:disabled,
button.next-page:disabled {
    background-color: var(--color-gray-light);
    color: var(--color-gray);
    cursor: default;
}

button.close-filters {
    position: absolute;
    right: 16px;
    top: 16px;
    height: 32px;
    width: 32px;
    padding: 4px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    margin: 0;

}

button.close-filters:hover {
    background-color: rgba(0,0,0,.1);
}

#filter-list {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background-color: white;
    z-index: 90;
    border-radius: 16px;
    padding: 20px;
    width: 90vw;
    max-width: 320px;
    display: flex;
    opacity: 0;
    pointer-events: none;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: var(--font-body-secondary);
    box-shadow: var(--shadow-6dp);
}

#filter-list h4 {
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid var(--color-gray);
    padding-bottom: 10px;
}

#filter-list span,
#filter-list input[type='checkbox'] + label {
    width: 100%;
}

#filtersApplied {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--color-gray-light);
    padding: 3px 10px 10px;
}

#filtersApplied ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

#filtersApplied span.title {
    margin-top: 0 !important;
    line-height: 1;
}

.title-group {
    left: 2px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    color: rgba(0,0,0,.6);
}

#filtersApplied i {
    font-size: 12px;
    color: var(--color-gray);
}

#filter-list .title {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: var(--font-body-secondary) !important;
    font-size: 22px;
    font-weight: 500 !important;
    margin-top: 10px;
    margin-bottom: 5px;
}

#filter-list .title:first-child {
    font-size: 16px;
}

#filter-list button.apply-filters {
    margin-top: 20px;
    background-color: var(--color-md-success);
    color: white;
    border: none;
    box-shadow: none;
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-body-secondary);
    border-radius: 4px;
    letter-spacing: 1.25px;
    font-weight: 500;
}

#filter-list button[type='reset'] {
    margin-top: 20px;
    background-color: transparent;
    color: var(--color-gray);
    border: none;
    box-shadow: none;
    height: 36px;
    padding: 0;
    line-height: 36px;
    text-transform: none;
    font-size: 14px;
    font-family: var(--font-body-secondary);
    border-radius: 4px;
    font-weight: 500;
    text-decoration: underline;
}

#searchFK {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    width: 50%;
}

@media screen and (max-width: 768px) {
    #searchFK {
        width: 100%;
        margin-bottom: 10px;
    }
}

#searchFK input {
    width: 100%;
    margin-left: 10px;
    border: 1px solid black !important;
    border-radius: 8px;
    height: 38px;
    padding: 0 15px;
    margin-bottom: 0;
}

#searchFK button {
    background-color: white;
    width: 36px;
    height: 34px;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 8px;
}

.cancelSearch {
    color: var(--color-gray);
    font-size: 18px;
    text-decoration: underline;
    font-weight: normal;
    margin-right: auto;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .cancelSearch {
        margin-bottom: 20px;
        width: 100%;
        text-align: right;
    }
}

/* Hide footer search */

.finders-keepers > .body > .search {
    display: none;
}