#es-main {
    min-height: 200px;
}
#products-t-loader {
    position: absolute;
    left: 50%;
    left: calc(50% - 32px);
    padding-top: 80px;
    z-index: 9999;
}
.es-navigation {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.es-navigation-page {
	float: left;
    padding: 0;
}

.es-navigation-page ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.es-navigation-page ul > li {
    border: 1px solid #fff;
    display: inline-block;
    height: 20px;
    text-align: center;
    width: 23px;
    padding-top: 3px;
    background-color: #fff;
}

.es-navigation-page ul > li.es-pages-list:hover {
    background-color: #ccc;
    color: #fff;
    border: 1px solid #fff;
}

.es-navigation-page ul > li.es-pages-list a:hover {
    color: #fff;
}

.es-navigation-page ul > li.es-pages-list a {
    color: #333;
    text-decoration: none;
    display: block;
}

#es-search-again {
    float: right;
    position: relative;
    right: -10px;
    top: -11px;
}
@media (max-width: 767px) {
    #es-search-again {
        display: block;
        float: none;
        margin: 20px 0 0;
        position: relative;
        right: auto;
        top: auto;
    }
}
.filter-box {
    margin: 5px;
    border: 1px solid #f2f2f2;
}
.filter-box h4 {
    background-color: #e0e0e0;
    color: #666;
    padding: 10px;
    text-transform: uppercase;
    margin: 0;
}
.filter-box h4:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
.filter-box .icon-up-dir, .icon-down-dir {
    float: right;
}
.filter-box-content ul {
    list-style: none;
    padding: 5px;
    max-height: 210px;
    overflow-y: auto;
    margin: 5px 0;
}
.filter-box-content ul > li {
    line-height: 22px;
}
.filter-input {
    margin-right: 5px;
}
.found-products {
    font-weight: bold;
    margin: 10px 0 10px;
    text-align: center;
    padding: 10px;
}
.found-products span {
    color: #f92400;
}
.filter-column h3 {
    font-size: 14px;
    margin: 5px;
    text-transform: uppercase;
}
#advanced_search_substring {
    border-radius: 7px;
    height: 40px;
    min-width: 600px;
}
#es_advanced_search {
    background-color: #0055a5;
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    margin-left: 20px;
    padding: 13px;
    text-transform: uppercase;
}
.advanced_search_div {
    background: #fff none repeat scroll 0 0;
    min-height: 220px;
    padding-top: 100px;
    text-align: center;
}
.es-min-price {
    float: left; 
    padding-top: 25px;
}
.es-max-price {
    float: right; 
    padding-top: 25px;
}
.price-slider { 
    padding: 0;
    margin:10px 0;
}
.price-slider input {
    border: medium none;
    padding: 5px 0;
    text-align: center;
    width: auto;
    margin:3px 0 0 0;
}

a.es-filter-results {
    background: #f92400;
    display: block;
    padding: 5px;
    color: white;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

a.es-filter-results:hover {
    color: white;
    text-decoration: none;
    background-color: #f7864d;
}

a.es-filter-reset {
    background: #eee;
    display: block;
    padding: 5px;
    color: #767676;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

a.es-filter-reset span{
    margin-left: 5px;
}

a.es-filter-reset:hover {
    text-decoration: none;
}
#es-filter {
    padding-top: 0;
}
#es-filter .filterblock .menu-content,
#es-filter .filterblock i.icon-up-dir {
    display: block;
}
.filter-col input{margin:0 5px 0 0;position:relative;top:2px;} 
.filter-col input[type="checkbox"], 
.filter-col label,
.adfil-color { 
    cursor: pointer; 
}
input[type=checkbox].css-checkbox {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left:22px;
    height:14px; 
    display:inline-block;
    line-height:14px;
    background-repeat:no-repeat;
    background-position: 0 0;
    margin:3px 0;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -14px;
}
.css-label{ background-image:url(images/checkboxes.png);}

.css-label {
    font-weight: normal;
    padding-left: 5px;
}