
/* --------------------------------

Main Components

-------------------------------- */
.cd-header {
    position: relative;
    height: 150px;
    background-color: #70e5cd;
}

.cd-header h1 {
    color: #ffffff;
    line-height: 150px;
    text-align: center;
}

@media only screen and (min-width: 1170px) {
    .cd-header {
        height: 180px;
    }

    .cd-header h1 {
        line-height: 180px;
    }
}

.cd-main-content {
    position: relative;
    min-height: 100vh;
}

.cd-main-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.cd-main-content.is-fixed .cd-gallery {
    padding-top: 76px;
}

.cd-main-content.is-fixed #cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden;
}

.cd-main-content.is-fixed #cd-filter form {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.cd-main-content.is-fixed #cd-filter-trigger {
    position: fixed;
}

@media only screen and (min-width: 768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px;
    }
    #cd-filter .cd-reset {
        opacity: 1;
        background: #D9534F;
        right: 0!important;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px;
    }
}

#manufacturers-type-description {
    margin-top: 15px;
    margin-bottom: 15px;
}

#manufacturers-type-description img {
    max-width: 100%;
}

.manufacturers-list-letters {
    text-align: center;
    padding: 15px;
}

.manufacturers-list-letter {
    text-align: center;
    line-height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}

.manufacturers-list-letter-available {
    border-bottom: 2px solid #6ab833;
}

.manufacturers-list-letter-unavailable {
    border-bottom: 2px solid #eaeaea;
    pointer-events: none;
}

.manufacturers-list-letter-title {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #6ab833;
}

.no-manufacturers {
    margin-top: 3em;
}
