.loader-inner {
    text-align: center;
    display: inline-block;
}

#result-reason {
    display: none;
    text-align: left;
}

#result-reason .family {
    padding: 4px 6px;
    font-weight: 600;
    text-transform: uppercase;
}

.filter-top {
    display: grid;
    width: 100%;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

#goeasy-band {
    margin-top: 15px;
}

#special-container .highlights .filter-header {
    margin-top: 45px;
}

#special-container .highlights .filter-header {
	margin-bottom: 13px !important;
}

.goeasy.goeasy-logo {
    width: 80px;
}

@keyframes pingpong {
    15% { transform: translate(0, 0); left: 0%; }
    35%, 50% { transform: translate(-100%, 0); left: 100%; }
    85%, 100% { transform: translate(0, 0); left: 0%; }
}

/*******************************************************************************
                                                                          Header
*/

.home-head {
    font-size: 49px;
    margin-bottom: 15px;
}

.home-head .icon img {
    display: inline-block;
    width: auto;
    height: 30px;
}

.h2.home-sub {
    color: #1f1f1f;
    font-size: 20px;
}

/*******************************************************************************
                                                                          Search
*/

.home-sub2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 17px;
    color: #2468ff;
    margin-top: 15px;
}

.searchable-tags-wrapper {
    margin-top: 35px;
}

.filter-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    border-bottom: 2px solid #2468ff;
    padding-bottom: 3px;
}

.tech-details-wrapper .filter-header {
    margin-bottom: 20px;
}

.filter-header .h2 {
    flex: 1;
}

.filter-header .reset-button {
    display: flex;
    flex-direction: row;
    padding: 2px 3px;
    background-color: #f4f4f4;
    font-size: 11px;
    gap: 5px;
}

.filter-wrapper .families .content {
    display: flex;
    gap: 20px;
}

.family-band .color-box {
    width: 35px;
    height: 30px;
}

.family-band {
    display: flex;
    justify-content: flex-start;
    gap: 0;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 0;
    cursor: pointer;
}

.family-band .title {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 7px;
    width: 100%;
    cursor: pointer;
}

.family-band .expandable-color {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: right 0.5s linear;
    right: 100%;
    z-index: -1;
}

.special .highlights {
    margin-bottom: 25px;
}

.family-band .title:hover .expandable-color {
    right: 0;
}

.filter-wrapper .category-wrapper .special {
    flex: 1;
}

.tech-details-wrapper {
    margin-top: 35px;
}

/* Tag box */

.tag-checkbox-item input {
    display: none;
}

.tagbox-wrapper {
    display: grid;
    grid-template-columns: 1fr 211px;
    column-gap: 10px;
}

.tagbox {
    background-color: #f4f4f4;
}

.tagbox .tagbox-title {
    color: white;
    background-color: #1f1f1f;);
    font-weight: 600;
    font-size: 10px;
    padding: 3px 8px;
    text-transform: uppercase;
}

.tagbox .tagbox-content {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    padding: 8px 4px;
}

.tag-checkbox-item input:checked + label {
    color: #ffffff;
    background-color: #2468FF;
}

.tagbox .tag-checkbox-label {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #646464;
    background-color: #ffffff;
    white-space: nowrap;
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    width: 100%;
}

.tagbox-content .impronte img {
    width: 45px;
    height: 45px;
    margin-right: 0;
}

.tagbox-content .impronte img.icon-negative {
    display: none;
}

.tagbox-content .impronte input:checked + label > .icon-positive {
    display: none;
}

.tagbox-content .impronte input:checked + label > .icon-negative {
    display: block;
}

#impronta .tagbox-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4px;
    row-gap: 4px;
}

.tag-checkbox-item .tag-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 7px;
}

.tag-checkbox-item.with-icon {
    display: flex;
    width: 100%;
}

.tag-checkbox-item.with-icon label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter-wrapper.obfuscate {
    opacity: 0.1;
    pointer-events: none;
}

.search-wrapper .icon {
    margin-right: 10px;
}

.family-wrapper .show-all {
    display: inline-block;
    padding: 3px 15px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

.family-wrapper .button-bar {
    text-align: center;
    margin-top: 15px;
}

#result-wrapper #result .tag.normativa {
    text-transform: none;
}

/*******************************************************************************
                                                                   Search status
*/

#utility {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 7px;
}

.search-status-wrapper .search-status {
    width: 35px;
}

.search-status-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #7a7a7a;
}

.search-status-wrapper .search-status-text {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.search-status-wrapper .icon {
    height: 15px;
}

.search-status-wrapper .icon img {
    height: 100%;
    width: auto;
}

.search-status-wrapper .res-count {
    margin-top: 45px;
}

.search-status-wrapper .search-status-label {
    text-transform: uppercase;
    font-size: 16px;
}

.search-status-wrapper .res-number {
    font-size: 56px;
    font-weight: 600;
    line-height: 46px;
}

.search-status-wrapper .size-count {
    margin-top: 55px;
}

/*******************************************************************************
                                                                         Results
*/

#result-reason {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

#result-reason .inner {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

#result-reason .content {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
}

#result-reason .tag {
    background-color: #f4f4f4;
}

#result-reason #reset {
    background-color: #f4f4f4;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    flex-direction: column;
    font-size: 15px;
    border-radius: 50%;
    color: #afafaf;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}

/*******************************************************************************
                                                                          Slider
*/

.tech-details-wrapper .form-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.slider-outer {
    width: 100%;
    position: relative;
    text-align: left;
    height: 3px;
}

.slider-outer .slider-wrapper {
    padding: 0 15px;
}

.slider-wrapper .slider2 {
    background-color: #2468ff;
    width: 100%;
    height: 3px;
    position: relative;
}

.ui-slider-handle {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: #2468ff;
    top: -6px;
    cursor: col-resize;
}

.handle-tooltip {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: #1f1f1f;
}

.slider-label {
    display: flex;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 9px;
}


@media screen and (max-width: 1440px) {
    .products-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1024px) {
    .products-wrapper {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 748px) {
    
    #main-content {
        padding-bottom: 120px;
    }
    
    .filter-top {
        display: block;
    }
 
    .family-band .color-box {
        width: 10px;
        min-width: 10px;
    }
    
    #special-container {
        margin-top: 45px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    /* Search results */
    .tech-details-wrapper {
        display: none;
    }

    .searchable-tags-wrapper {
        display: none;
    }

    #utility {
        display: none;
    }

    .products-wrapper {
        grid-template-columns: 1fr;
    }
    
    .family-band .title {
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
    }
    
    .home #opts {
        padding: 0;
    }

    .home .search-box {
        margin-top: 0;
        padding: 0;
    }

    .home #opts .filter-wrapper {
        margin: 45px 10px 75px;
    }
    
    .family-band.family-dadi-bulloni-rondelle .title > span {
        position: relative;
        animation: pingpong 8s ease-in-out infinite;
    }

    .filter-top #special-container .highlights .filter-header {
        margin-top: 0;
    }
}
