


#amazzing_filter_top #amazzing_filter .af_filter .af_subtitle_heading{
    margin-bottom: 10px;
}
@media (min-width: 992px) {

    #amazzing_filter_top{
        max-width: 70%
    }
}

@media (min-width: 768px) {

    #amazzing_filter{
        max-height: 600px;
    }
}


#amazzing_filter form {
    padding-top: 5px;
}

#amazzing_filter.block .title_block {
    margin-bottom: 5px;
}

#amazzing_filter .btn-holder .btn {
    margin-top: 10px;
    position: relative;
}

.af_filter_sort .af_subtitle {
    color: #F08243;
    font-size: 16px;
    font-weight: 600 !important;
}

.af_filter_sort .af_subtitle.active {
    border-top: none;
    margin: 0 0 20px 0;
    padding: 20px;
}

.af_filter_sort .af_subtitle {
    border-top: 0.5px solid #252626;
    border-bottom: 0.5px solid #252626;
    padding: 30px 0;
}

.af_filter_sort .af_subtitle {
    position: relative;
    margin-bottom: 10px;
    margin-top: 30px;
}

.af_filter:not(.move) {
    position: relative;
    padding: 0;
}

.vertical-layout .af_filter.type-3:not(.closed) {
    padding-bottom: 10px;
}

.af_filter li {
    padding: 3px 0;
    margin: 0;
    position: relative;
}

.af_filter li,
.hide-zero-matches .no-matches.active {
    display: block;
}

.hide-zero-matches .no-matches {
    display: none;
}

.af_filter label {
    font-weight: normal;
    text-align: left;
    cursor: pointer;
    margin: 0;
    padding: 2px 0;
    line-height: 1em;
    display: flex;
    align-items: flex-start;
}

.af_filter .af-color-label {
    align-items: center;
    padding: 0;
}

.af_filter ul {
    margin: 0;
    padding: 0 5px;
}

.af-parent-category > ul {
    margin: 0 0 0 15px;
    max-height: 100%;
}

/* foldered */
.af_filter .af-toggle-child {
    padding: 0 5px;
    font-size: 20px;
    font-family: Arial;
    display: none;
}

.af_filter.foldered .af-parent-category > ul,
.af_filter.foldered .af-parent-category > label .af-toggle-child .visible-on-open,
.af_filter.foldered .af-parent-category.open > label .af-toggle-child .hidden-on-open {
    display: none;
}

.af_filter.foldered .af-parent-category.open > ul {
    display: block
}

.af_filter.foldered .af-toggle-child,
.af_filter.foldered .af-parent-category.open > label .af-toggle-child .visible-on-open {
    display: inline-block;
}

.af_filter .name {
    padding-left: 10px;
    padding-top: 1px;
}

.af_filter .count {
    color: #D0D5DB;
    margin-left: auto;
    padding-left: 3px;
}

.af_filter .count:before,
.af-total-count:before {
    content: '(';
}

.btn-holder .wimod-button {
    width: 40%;
}

.btn-holder .wimod-button-bg {
    width: 55%;
}

.af_filter .count:after,
.af-total-count:after {
    content: ')';
}

.af_filter select {
    width: 100%;
    padding: 5px;
    border: 2px solid #D0D5DB;
}

.af_filter .checkbox,
.af_filter .radio {
    margin: 0;
    min-height: 0;
}

/* color boxes */
.af-color-box {
    border: 0.2px solid #252626;
    display: inline-block;
    width: 35px;
    height: 35px;
    min-width: 35px; /* if .name overlaps to new line */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.active .af-color-box {
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.active .af-color-box:after {
    content: '\e902';
    position: absolute;
    top: 12px;
    right: 0px;
    color: white;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    font-family: 'icomoon' !important;
}

.af-inline-colors {
    display: inline-block;
    width: 100%;
}

.af-inline-colors li {
    margin: 2px 4px 2px 0;
}

.af-color-box .checkbox,
.af-color-box .radio,
.af-inline-colors .name,
.af-inline-colors .count {
    display: none;
}

/* dimmed values */
.dim-zero-matches .no-matches > label {
    opacity: 0.4;
    cursor: no-drop;
}

.dim-zero-matches .no-matches.active > label {
    cursor: pointer;
}

.dim-zero-matches .no-matches .af-color-box:before {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2px solid #FFF;
    width: 23px;
    top: 50%;
    margin: -1px 0 0 1px;
    transform: rotate(-45deg);
}

.dim-zero-matches .no-matches .af-color-box.bright:before {
    border-color: #D0D5DB;
}

.dim-zero-matches .no-matches.active .af-color-box:before {
    left: -6px;
}

.filter_info {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}

.delete_button {
    text-align: right;
    color: #252626;
    text-decoration: underline !important;
}

.delete_button:hover {
    background-color: unset !important;
    color: unset !important;
}

/* text boxes */
.af_filter.tb li {
    float: left;
    border: 2px solid #D0D5DB;
    border-radius: 5px;
    margin: 0 4px 4px 0;
    padding: 6px;
    line-height: 1;
}

.af_filter.tb li.active {
    border-color: #AAB2BD;
    background: #F1F3F4;
}

.af_filter.tb label,
.af_filter.tb .name {
    padding: 0;
    margin: 0;
}

.af_filter.tb .checkbox {
    display: none;
}

/* selected filters */
.selectedFilters {
    clear: both;
    display: none;
}

.selectedFilters .clearAll {
    padding: 7px 5px;
    background: #D0D5DB;
    text-align: right;
    line-height: 1;
}

.selectedFilters .clearAll .txt {
    font-size: 0.7em;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.3em;
}

.selectedFilters .clearAll i {
    vertical-align: middle;
    margin-left: 3px;
}

.selectedFilters .clearAll a {
    color: #666;
    display: block;
}

.close {
    font-weight: 100 !important;
    text-shadow: none !important;
}

.selectedFilters .cf {
    padding: 7px 25px 7px 5px;
    background: #FFF;
    position: relative;
    line-height: 1;
}

.selectedFilters .cf a {
    position: absolute;
    float: none;
    right: 7px;
    font-size: 1em;
    opacity: 0.3;
}

/* selected filters inline */
.selectedFilters.inline {
    margin: 15px 0 5px 0;
    text-align: left;
    line-height: 1.2;
}

.selectedFilters.inline .clearAll {
    float: right;
    padding: 7px 10px 8px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.selectedFilters.inline .cf {
    padding: 7px 7px 8px 10px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.selectedFilters.inline .cf a {
    position: relative;
    right: 0;
    margin-left: 3px;
}

.has-compact-filter .selectedFilters.inline .clearAll {
    float: none;
}

.selectedFilters.inline .clearAll i {
    display: none;
}

.selected-filters-label {
    margin-right: 5px;
}

.has-compact-filter .selected-filters-label {
    display: none;
}

/* customer filters */
.selectedFilters .unlocked,
.af .unlocked a {
    color: #AAB2BD;
}

.hide-zero-matches .no-matches.has-customer-filter {
    display: block;
}

.active .customer-filter-label .af-color-box a {
    color: #FFF;
    line-height: 25px;
}

.active .customer-filter-label .af-color-box {
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0;
}

.active .customer-filter-label .af-color-box:after {
    display: none;
}

.af_filter .active .customer-filter-label .af-color-box.bright a {
    color: #AAB2BD;
}

.dim-zero-matches .no-matches.active .customer-filter-label .af-color-box:before {
    left: 0;
}

.af-textbox-label.customer-filter-label > a {
    line-height: 0;
    margin-right: 5px;
}

.customer-filter-label.for-select {
    float: left;
    line-height: 30px;
}

.selector-with-customer-filter {
    padding-left: 15px;
}

/* loading animation */
.loading-indicator,
.viewFilteredProducts.loading:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -9px;
    bottom: 0.5em;
    border: 2px solid;
    border-left-color: transparent;
    opacity: 0.5;
    border-radius: 100%;
    z-index: 2;
    animation: spinning 0.4s infinite linear;
}

.viewFilteredProducts.loading {
    pointer-events: none;
}

.viewFilteredProducts.loading:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: inherit;
    border-radius: inherit;
    z-index: 1;
}

/* load more, infinite scroll */
.dynamic-loading {
    text-align: center;
    margin-bottom: 2em;
    position: relative;
    clear: both;
}

.dynamic-loading.infinite-scroll {
    margin: 0;
}

.infinite-scroll .loading-indicator {
    position: relative;
    left: auto;
}

.dynamic-loading.infinite-scroll .loadMore {
    display: none;
}

.dynamic-loading .loadMore,
.dynamic-loading.loading .loading-indicator {
    visibility: visible;
}

.dynamic-loading .loading-indicator,
.dynamic-loading.loading .loadMore {
    visibility: hidden;
}

.hidden-name .name {
    display: none;
}

.btn.full-width {
    width: 100%;
}

.force-hidden {
    display: none;
}

.af-basic-layout {
    margin-top: 15px;
}

.af-basic-layout .showall {
    display: none;
}

.hide-counters .count {
    display: none;
}

#amazzing_filter a, #amazzing_filter a:focus {
    text-decoration: none;
}

/* cut off */
.af_filter .toggle-cut-off {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    display: none;
}

.af_filter.expandable .toggle-cut-off {
    /*display: block;*/
}

.af_filter.expandable .af_filter_content {
    margin-bottom: 0.3em;
}
@media (max-width: 768px) {
    .af_filter .af_filter_content {
        padding: 0 0 70px 0;
    }
}
.toggle-cut-off span {
    padding: 0 5px;
    background: #FFF;
    color: #AAB2BD;
}

.toggle-cut-off .more,
.cut-off .toggle-cut-off .less,
.cut-off .cut {
    /*display: none;*/
}

.cut-off .toggle-cut-off .more,
.toggle-cut-off .less {
    display: inline-block;
}

.count_selected_block {
    display: none;
}

.af_filter_sort .af_subtitle_trier_content label {
    margin-left: 12px;
}

.af_filter_sort .af_subtitle_trier_content a {
    position: relative;
    font-weight: 100;
    color: #000000;
}

.check_filter_active {
    display: inline-block;
}

.check_filter_active:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #F08243;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 5px;
    left: 2px;
}

@media (max-width: 767px) {
    #amazzing_filter_top .slider-scroll-container .slider-scroll-slide {
        padding: 5px 0 15px 0px;
    }

    .filters_popular .filters_popular_slide {
        margin-top: 5px;
    }

    .filters_popular .filters_popular_slide .filter.active_filter {
        border: 0.5px solid #F08243;
    }

    .filters_popular .filters_popular_slide .filter.active_filter span {
        color: #F08243;
    }

    .filters_popular .filters_popular_slide .filter {
        display: inline-block;
        border: 0.5px solid #252626;
        padding: 5px 20px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .filters_popular .filters_popular_slide .filter span {
        font-size: 1rem;
        color: #252626;
    }

    /* LAYER FILTRE */
    #af_form {
        /*max-height: 280px;*/
    }

    #af_form .move {
        border-bottom: 0.5px solid #252626;
    }

    #af_form .move .af_subtitle {
        justify-content: center;
        color: #F08243;
        font-size: 16px;
        font-weight: bold !important;
        margin-bottom: 15px;
        border-bottom: 0.5px solid #252626;
        padding-bottom: 20px;
    }

    #af_form .af_filter.closed .back_filter_now {
        display: none;
    }

    #af_form .af_filter:not(.closed).move {
        left: 100%;
        transform: translate(-100%, 0);
        padding: 15px;
        height: 100%;
        overflow: scroll;
    }

    #af_form .af_filter:not(.closed) {
        transition: all 0.5s ease;
        background: white;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1;
        left: 0;
    }

    .af_subtitle_heading .checkbox_filter {
        margin-right: 25px;
    }

    .af_subtitle_heading .checkbox_filter:before {
        content: '';
        border: solid 0.5px #252626;
        width: 14px;
        height: 14px;
        position: absolute;
        z-index: 0;
        border-radius: 10px;
        top: 3px;
    }

    .back_filter_now span {
        position: relative;
        top: 1px;
    }

    .back_filter_now i {
        position: relative;
        left: -7px;
    }

    .back_filter_now {
        position: absolute;
        top: 15px;
        z-index: 2;
    }

    .af_filter_sort .content_trier {
        padding: 0 20px 10px 20px;
        border-bottom: 1px solid #CECECE;
    }

    .af_filter_sort .af_subtitle_trier_content {
        text-align: left;
    }

    .af_filter_sort .af_subtitle:before {
        top: 20px !important;
    }

    .sort_text {
        font-weight: lighter;
        color: #252626;
        font-family: 'Roboto Light', Arial, Sans-serif;
        margin-right: 15%;
    }

    .content_trier {
        text-align: center;
        /*position: absolute;*/
        left: 0px;
        display: none;
        background: white;
        width: 100%;
        z-index: 10;
        height: 100%;
    }

    #js-product-list-top .products-sort-order {
        display: none;
    }

    .selectedFilters {
        display: block;
        padding: 0 15px;
        position: relative;
        top: 0;
    }

    .block_content {
        position: relative;
    }

    .af_subtitle:before {
        top: 33% !important;
        margin-top: 0 !important;
    }

    .filter_info,
    .delete_button {
        display: none;
    }

    .af_subtitle {
        font-family: 'Roboto Light', Arial, Sans-serif;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-weight: 100 !important;
    }

    .af_subtitle.active {
        justify-content: center;
    }

    .af_filter.move .af_subtitle:before,
    .af_subtitle.active .sort_text,
    .af_subtitle.active:before {
        display: none;
    }

    .af_subtitle:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 3px;
        border: 0.5px solid #000000;
        width: 16px;
        height: 16px;
        border-width: 0.5px 0 0 1px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .af_filter:not(.move) .count_selected_block {
        position: absolute;
        right: 30px;
        top: 10px;
        border-radius: 50%;
        background: #F08243;
        border: 1px solid #F08243;
        color: white;
        width: 25px;
        height: 25px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .af_filter:not(.move) .count_selected_block .count_selected {
        width: 100%;
        font-size: 15px;
    }
}

/* toggle filters */
.af_subtitle {
    font-family: 'Roboto Light', Arial, Sans-serif;
    cursor: pointer;
    position: relative;
    margin: 0;
    color: #252626;
    padding: 15px 0;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #252626;
}

@media (min-width: 768px) {
    .af_subtitle:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 3px;
        border: 1px solid #000000;
        width: 7px;
        height: 7px;
        border-width: 1px 0 0 1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.no-available-items .af_subtitle {
    cursor: not-allowed;
}

.closed .af_filter_content,
.af_filter.expandable.closed .toggle-cut-off,
.hide-zero-matches .no-available-items {
    display: none;
}

.af_subtitle:before {
    border-width: 0 1px 1px 0;
    margin-top: -5px;
}

.special .af_filter_content {
    display: block;
    margin: 10px 0 5px 0;
}

/* quick search */
.af-quick-search {
    position: relative;
    margin-bottom: 0.7em;
}

.af-quick-search:before {
    font-family: 'icomoon' !important;
    content: '\e901';
    position: absolute;
    right: 0.6em;
    top: 5px;
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    z-index: 1;
}

.qsInput {
    border: 0.5px solid #252626;
    transition: all 0.2s;
    width: 100%;
    padding: 5px 10px;
    position: relative;
}

.qsInput::placeholder {
    color: #B2ACAC;
}

.af_filter li.qs-hidden {
    display: none;
}

.af_filter li.qs-hidden.active,
.af_filter li.qs-hidden.qs-half-hidden {
    display: block;
}

.af_filter li.qs-hidden.active > label,
.af_filter li.qs-hidden.qs-half-hidden > label {
    opacity: 0.5;
}

.qs-no-matches {
    margin: 0.7em 0;
    padding: 0.5em;
}

/* horizontal layout */
.horizontal-layout .title_block {
    display: none;
}

.horizontal-layout #af_form {
    padding: 0;
}

.horizontal-layout .af_subtitle {
    background: #FFF;
    border: 0.5px solid #252626;
    padding: 7px 20px 10px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.horizontal-layout .closed .af_subtitle {
    border-color: #252626;
}

.horizontal-layout .af_subtitle:before {
    right: 7px;
}

.horizontal-layout .af_filter {
    border: 0;
}

.horizontal-layout .af_filter_content {
    min-width: 360px;
    position: absolute;
    padding: 5px 15px;
    left: 0;
    right: 0;
    background: #FFF;
    overflow-y: auto;
    z-index: 99999;
    box-shadow: 0px 3px 6px #00000029;
    max-height: 310px;
}

.horizontal-layout .special .af_filter_content {
    position: relative;
    border-color: #D0D5DB;
    left: 0;
    border-top-width: 2px;
    margin: 0;
    z-index: 1;
}

.horizontal-layout .special .af_filter_content label {
    margin: -1px 0;
    color: inherit;
}

.horizontal-layout .special .name {
    text-transform: uppercase;
    font-size: 0.8em;
}

.horizontal-layout .type-3 .af_filter_content,
.horizontal-layout .has-slider .af_filter_content {
    overflow: visible;
    padding-bottom: 10px;
}

.horizontal-layout .has-selection .af_subtitle,
.horizontal-layout .has-selection .af_subtitle:before {
    border-color: #F08243;
}

@media (min-width: 480px) {
    .horizontal-layout {
        margin: 0 -5px 0 -5px;
    }

    .horizontal-layout:after {
        content: '';
        display: block;
        clear: both;
    }

    .horizontal-layout .selectedFilters {
        margin: 0 5px;
    }

    .horizontal-layout .af_filter,
    .horizontal-layout .btn-holder {
        float: left;
        width: 50%;
        padding: 0 5px 0 5px;
    }

    .horizontal-layout .af_filter_content {
        left: 5px;
        right: 5px;
    }

    #amazzing_filter.horizontal-layout .btn-holder .btn {
        margin: 0;
        line-height: 1;
        padding: 9px;
    }
}

@media (min-width: 768px) {
    .horizontal-layout .af_filter,
    .horizontal-layout .btn-holder {
        width: auto;
    }
}

/* compact view */
.has-compact-filter.show-filter {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: auto;
}

.has-compact-filter #amazzing_filter {
    opacity: 1;
    z-index: 302!important;
    bottom: 0;
    width: 100%;
    right: 0;
    transform: translateX(100%);
    overflow: visible;
}

.has-compact-filter.show-filter .af-compact-overlay {
    z-index: 301!important;
}

.has-compact-filter .af.block .block_content {
    max-height: 550px;
    overflow-y: auto;
    background: white;
    padding: 5px 15px;
}

.has-compact-filter.show-filter #amazzing_filter {
    transform: translateX(0);
}

.has-compact-filter #amazzing_filter.animation-ready {
    transition: all .2s;
}

.has-compact-filter.show-filter .af.block .block_content,
.has-compact-filter.show-filter .af_filter.type-1 .af_filter_content,
.has-compact-filter.show-filter .af_filter.type-2 .af_filter_content {
    -webkit-overflow-scrolling: touch;
}

.has-compact-filter #amazzing_filter .btn-holder {
    position: relative;
    bottom: 0;
    padding: 0 7px 15px 7px;
    z-index: 10;
    width: 100%;
    background: white;
    text-align: center;
}

#amazzing_filter .compact-toggle {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    display: none;
    box-shadow: none;
    padding: 0;
}

.has-compact-filter #amazzing_filter .compact-toggle {
    display: block;
}

.compact-toggle-text {
    position: absolute;
    transform: rotate(270deg);
    transform-origin: left;
    left: 16px;
    bottom: 16px;
    background: inherit;
    padding-right: 7px; /* +3px from letter spacing */
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 32px;
    white-space: nowrap;
}

.compact-toggle .compact-toggle-icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}

/* compact offset left */
.has-compact-filter #amazzing_filter.compact-offset-left {
    transform: translateX(-100%);
}

.has-compact-filter.show-filter #amazzing_filter.compact-offset-left {
    transform: translateX(-32px);
    padding-left: 32px;
    padding-right: 0;
}

#amazzing_filter.compact-offset-left .compact-toggle {
    transform-origin: right;
    right: -32px;
    left: auto;
}

.has-compact-filter #amazzing_filter.compact-offset-left .btn-holder {
    left: 32px;
    right: 0;
}

/* type-2: only text */
.compact-toggle.type-2 .compact-toggle-icon {
    opacity: 0;
}

.compact-toggle.type-2 .compact-toggle-text {
    bottom: -6px;
}

/* type-3: only icon */
.compact-toggle.type-3 .compact-toggle-text {
    display: none;
}

.af-compact-overlay {
    display: none;
}

.has-compact-filter .af-compact-overlay {
    display: block;
    position: fixed;
    opacity: 0;
    margin: 0;
    transition: all 0.3s;
}

.has-compact-filter.show-filter .af-compact-overlay {
    background: #333;
    opacity: 0.66;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.has-compact-filter #amazzing_filter .title_block {
    display: none;
}

.btn-pulsate {
    animation: btn-pulsate .3s;
}

@keyframes btn-pulsate {
    20% {
        transform: scale(0.95)
    }
    40% {
        transform: scale(1.05)
    }
    60% {
        transform: scale(0.98)
    }
    80% {
        transform: scale(1.02)
    }
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* extended compatibility */
.u-times:after {
    content: '×';
    font-family: Tahoma;
    font-size: 1em;
    line-height: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hidden {
    display: none !important;
}

.clear-both {
    clear: both;
}

@media (max-width: 768px) {
    .viewFilteredProducts {
        border: solid black;
        padding: 9px 0;
    }
}


#amazzing_filter.mobile .af_subtitle_heading{
    position: relative;
}
/* since 3.1.7 */






/*@media (min-width: 769px) {*/
/*#amazzing_filter_top{*/
/*    max-width: 78%;*/
/*    width: 78%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    position: relative;*/
/*}*/

/*#amazzing_filter_top #amazzing_filter .af_filter .af_subtitle_heading{*/
/*    margin-bottom: 5px*/
/*}*/
/*#amazzing_filter_top #amazzing_filter{*/
/*    width: 80%;*/
/*    height: 30px;*/
/*    overflow: hidden;*/
/*    background: white;*/
/*    z-index: 9;*/
/*}*/

/*#amazzing_filter_top #amazzing_filter.open{*/
/*    height: unset;*/
/*    overflow: unset;*/
/*    position: absolute;*/
/*    background: white;*/
/*    padding: 5px 0;*/
/*    border: solid 1px;*/
/*}*/
/*#top_category_filter .more_filter{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    text-align: left;*/
/*    display: block;*/
/*    padding: 5px 0;*/
/*    width: 20%;*/
/*    cursor: pointer;*/
/*}*/
/*}*/



#top_category_filter.sticky-top{
    transition: top .3s ease;
    animation: 0.5s ease-in-out slidein;
    position: fixed;
    z-index: 150;
    left: 0;
    width: 100vw;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 0!important;
    padding-left: 15px;
    padding-right: 15px;
}
#top_category_filter.sticky-top.with-header{
    top: 119px;
}

@keyframes slidein {
    from {
        /*transform: translateY(-150px);*/
        top: -150px;
    }
    to {
        top: 0;
    }
}
