﻿
.results .results-footer { 
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.results .results-footer .hidden-results {
	background-color: #FFF;
    padding: 14px;
}
.results .results-footer .hidden-results span {
    display: inline-block;
}
.results .results-footer .hidden-results span strong {
	color: #fa5d63;
	font-weight: normal;
}
.results .results-footer .hidden-results a {
    text-transform: uppercase;
    font-size: 12px;
	padding-left: 14px;
	margin-left: 10px;
	position: relative;
}
.results .results-footer .hidden-results a:before {
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #a8a8a8;
    left: 0;
    top: 2px;
    content: "";
}


.results .listing-footer-block {
    margin: 24px 0;
}