﻿/*
* Copyright 2016 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.filters-button span:before,
.desktop-filters-button span:before {
    margin-right: unset;
    margin-left: 10px;
}
.filters-button span:after,
.desktop-filters-button span:after {
    right: unset;
    left: 20px;
}

.nopAjaxFilters7Spikes {
	left: unset;
    right: 0;
	-webkit-transform: translateX(320px);
	-ms-transform: translateX(320px);
	transform: translateX(320px);
}
.close-filters span:before {
    right: unset;
    left: 20px;
}
.clearFilterOptionsAll {
	float: left;
}
.filter-block a.toggleControl {
    text-align: right;
}
.filter-block a.clearFilterOptions, 
.filter-block a.clearPriceRangeFilter {
    right: unset;
    left: 5px;
    padding-right: 0;
    padding-left: 14px;
}
.filter-block a.clearFilterOptions:after, 
.filter-block a.clearPriceRangeFilter:after {
    right: unset;
    left: 0;
}
.selected-options-list > li {
	text-align: right;
}
.selected-options-list > li span {
	float: right;
    padding-right: 0;
    padding-left: 12px;
    margin-left: 0;
    margin-right: 5px;
}
.selected-options-list > li span:after {
    right: unset;
    left: 0;
}
.priceRangeMinPanel,
.specification-min-panel {
	float: right;
}
.priceRangeMaxPanel,
.specification-max-panel {
	float: left;
}
.ui-slider-handle:last-child {
	margin-left: 0;
	margin-right: -10px;
}
.currentMinPrice, .current-min-value {
	float: right;
}
.currentMaxPrice, .current-max-value {
	float: left;
}
.filtersGroupPanel input[type="checkbox"] + label {
	padding: 10px 25px 10px 0;
}
.filtersGroupPanel input[type="checkbox"] + label:before {
	left: unset;
	right: 1px;
}
.filtersGroupPanel input[type="checkbox"] + label:after {
	left: unset;
	right: 4px;
}
.filtersGroupPanel .color {
	right: unset;
	left: 16px;
}
.ajaxFilters .k-window-actions {
    right: unset;
    left: 18px;
}


@media all and (min-width: 1025px) {

    .desktop-filters-button span {
        text-align: left;
        padding: 14px 0 14px 36px;
    }
    .nopAjaxFilters7Spikes {
        left: unset;
        right: 0;
    }
    .nopAjaxFilters7Spikes.open,
    .nopAjaxFilters7Spikes:hover {
	    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
	    -webkit-transform: translateX(-250px);
	    -ms-transform: translateX(-250px);
	    transform: translateX(-250px);
    }
    .nopAjaxFilters7Spikes.ps-container > .ps-scrollbar-y-rail {
        right: unset !important;
        left: 0 !important;
    }
    .number-of-returned-products {
        text-align: left;
    }
}

@media all and (min-width: 1281px) {

    .nopAjaxFilters7Spikes.open,
    .nopAjaxFilters7Spikes:hover {
	    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
	    -webkit-transform: translateX(-300px);
	    -ms-transform: translateX(-300px);
	    transform: translateX(-300px);
    }
}