﻿
.ajax-filter-wrapper .ajax-filter-block .ajax-filter-title a.ajax-filter-clear-all {
    padding-right: 5px;
}

.ajax-filter-price .ajax-filter-listbox {
    padding: 20px !important;
}

.ajax-filter-price .ajax-filter-price-range {
    line-height: 10px;
    height: .2em;
}

    .ajax-filter-price .ajax-filter-price-range .price-min,
    .ajax-filter-price .ajax-filter-price-range .price-max {
        margin-bottom: 10px;
    }

.ajax-filter-price .ajax-filter-price {
    /*height: 20px;*/
}

    .ajax-filter-price .ajax-filter-price .price-current-min {
        width: 60px;
        border: 1px solid #cccccc;
        text-align: center;
        float: left;
        font-size: 11px;
        height: 20px;
    }

    .ajax-filter-price .ajax-filter-price .price-current-max {
        width: 60px;
        border: 1px solid #cccccc;
        text-align: center;
        float: right;
        font-size: 11px;
        height: 20px;
    }

.ajax-filter-price .ajax-filter-slider-range {
    margin: 28px 6.5px 17px 9.5px;
    height: .1em;
}

    .ajax-filter-price .ajax-filter-slider-range .ui-slider-range {
        height: 2px;
        top: -1px;
        background: #00bfd6;
        cursor: pointer;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
}
/*.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}*/
/*.products-count {
	text-align: center;
	font-size: medium;
	padding: 5px;
	background: aliceblue;
	font-weight: bold;
}*/
.searchProcess {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: #FFFFFF;
    z-index: 1049;
}
/*#ajaxfilter-form .ajax-filter-section .filter-section .ajaxfilter-section input[type="checkbox"],
 input[type="radio"], input[type="checkbox"] + *, input[type="radio"] + * {
	vertical-align: top;
}*/
