/* Custom stylesheet */

/* Brands */
.seo-tags .filter-h__item-btn {
    background: #f0f0f0;
    border: none;
}
.seo-tags a {
    font-size: 13px;
    color: #333;
}
.slick-list.draggable {
   
}

a.text--uppercase.text--spacing.d-block.fs--9.js-modal-callback.site-header__callback-link {
    background: #d99900;
    padding: 5px;
    color: white !important;
    border-radius: 5px;
    font-weight: 600;
}

.header-progress-bar {
    height: 3px;
    width: 100%;
    background: #fff;
    background-color: #fff;
    position: relative;
}

.header-progress-bar--inner {
    height: 3px;
    width: 0;
    transition: width 0.35s linear;
}