.fixed-filters {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 99999;
    width: calc(100vw - 30px);
    padding: 0 15px 0 15px !important;
    background-color: #f6f7f8 !important;
}

.slider-icon {
    display: block;
	padding-top: 7px;
    -ms-flex-order: 1 !important;
    -webkit-order: 1 !important;
	order: 1 !important;
}

.slider-icon > img {
    height: 40px;
    padding-top: 5px;
}






@media screen and (max-width: 480px) {
    .t-store__parts-switch-wrapper {
	     padding-bottom: 0 !important;
    }

    .t-store__filter__search-mob-btn {
    	margin-left: calc(100vw - 200px) !important;
    	padding-top: 7px !important;
    }
    
    .t-store__filter {
        margin: -14px 0 5px 0 !important;
    }
    
    .t-store__filter__options,
    .t-store__filter__search-and-sort {
    	-ms-flex-order: 4 !important;
    	-webkit-order: 4 !important;
    	order: 4 !important;
    	margin-top: 5px !important;
    }
    
    .t-store__filter__opts-mob-btn {
    	-ms-flex-order: 3 !important;
    	-webkit-order: 3 !important;
    	order: 3 !important;
    	margin-left: 38px;
    }
}

@media screen and (min-width: 960px) {
    #allrecords {
        overflow: unset !important;
    }
}








    

