.three_cols_wrapper .type_sort_filter {
	margin-left:0;
	margin-right:0;
}

.mt_pagination {
	margin:0;
	height:58px;
	padding:12px 6px;
}

.mt_pagination > li > a {
	text-decoration: underline;
	color: #333333;
	margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.mt_pagination>li>a {
	border: 1px solid white;
	margin-left:3px;
	margin-right:3px;
}

.mt_pagination>li>span {
	border:none;
	color:#333;
}

.mt_pagination > li > a.active {
	text-decoration:none;
	background: #D9D9D9;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 2px;
}

.mt_pagination .disabled {
	display: none;
}

.mt_pagination>li>a:focus, .mt_pagination>li>a:hover, .mt_pagination>li>span:focus, .mt_pagination>li>span:hover {	
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 2px;
	background: none;
	color:#333;
}

.mt_pagination>li>span.sdots:focus, .mt_pagination>li>span.sdots:hover {	
	border:none;
}



.mt_pagination > li > a.prev, .mt_pagination > li > a.next {
	text-decoration: none;
}

.mt_pagination > li .icon {
	height:34px;
	color:#F9993A;
}

.mt_pagination>li>span.sdots {
    padding-bottom: 3px;
    padding-top: 9px;
}

#price_group > div {
	flex-basis: 50%;
}

#price_group input {
	outline:none;
	box-shadow: none;
	border-radius:4px;
	color: #888888;
	border: 1px solid #E0E0E0;
	text-align:left;
}

#filter .minv input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#filter .maxv input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: none;
}

.prodList .column {
	padding-left: 0;
	padding-right: 12px;
}

.type_sort_filter {
	padding:8px 0;
	display: flex;
}

.type_sort_filter .filter_search {
	flex-grow: 1;
	margin-right: 12px;
	width: 50px;
}

.hitAmount {
	height:36px;
	line-height:36px;
	margin:0;
	flex: 0 0 160px;
	padding-right:12px;
}

.hitAmountNr {
	color: #F9993A;
}

.dropdownSort {
	background: #2D9CDB;
	border-radius: 6px;
    height: 36px;
    padding:0 12px;
    display: flex;
}

.dropdownSort .dropdown-toggle {
	color:white;
	display: flex;
	align-items: center;
}

.dropdownView {
	background: #F0F0F0;
	padding:3px;
	border-radius: 6px;
	margin-right:12px;
	display: flex;
}

.dropdownView a {
	color:#333;
}

.dropdownView a.active {
	color:white;
}

#filter_wrapper {
	background-color: white;
	border-radius: 6px;
}

#filterbox {
	position:relative;
	padding-bottom:8px;
	padding-top: 8px;
}

#filterbox > div  {
	padding-left:16px;
	padding-right:16px;
	margin-bottom:0;
	
	visibility: hidden;
	position: absolute;
}

#filter.SisOpen {
	display: block;
}

#norm {
	padding:8px 0;
}

#norm label {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 34px;
}

#filterbox > .SisOpen  {
	visibility: visible;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#category_filter {
	flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

#categories_group label {
	margin:6px;
	border: 1px solid #E0E0E0;
	background-color: white;
	font-weight: normal;
	display: inline-flex;
}

#categories_group .btn_grey.active, #categories_group .btn_grey:active {
    background: #FFFFFF;
    border: 2px solid #F9993A;
    padding-left: 11px;
    padding-right: 11px;
    color: #333;
}

#category_filter label.active, #manufacturer_group label.active {
	margin-right:10px;
}

#categories_group .icon-Close-Stroke {
	color: #F9993A;
	display: none;
}

#categories_group .active .icon-Close-Stroke {
	display: inline-block;
	right: -6px;
}

#conditiongroup_group input {
	display:none;
}

.type_sort_filter .cButton {
	height: 30px;
	width: 30px;
	border-radius:6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.type_sort_filter .cButton.active {
	background: #2D9CDB;
}

#filterbox.show {
	display: block !important;
}

#filter,#stockanddelivery,#categories_group {
	margin-left:-8px;
	margin-right:-8px;
}

#filterbox .form-group {
	padding:8px;
	margin:0;
	height: 48px;
	position: relative;
}

#price_group {
	display: flex;
}

.sList {
	max-height: 149px;
    overflow: auto;
    overflow-x: hidden;
    display:none;
    padding-left:6px;
    padding-right:6px;
}

.isOpen .innerW {
	margin-top:6px;
	border: 1px solid #E0E0E0;
	position: absolute;
	left: 8px;
    right: 8px;
    z-index: 13;
    background-color: white;
	border-radius:6px;
	padding-top:6px;
	padding-bottom:6px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

#filterbox .sList label {
	margin:0;
	text-overflow: ellipsis;
    padding-right: 30px;
    white-space: nowrap;
    padding-left: 27px;
    overflow: hidden;
}

#filterbox .sLabel span {
	position: absolute;
	right:0;
}

#filterb_header {
	padding-top:12px;
	padding-left:8px;
	padding-right:8px;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#filterb_header a {
	float:left;
	margin-left:8px;
	margin-right:8px;
}

#filterb_header > a.active .icon-Chevron-Down:before,
#filterbox .isOpen .dropdownH .icon-Chevron-Down:before,
.dropdown.open .icon-Chevron-Down:before {
	content: "\e914";
}

#norm > div {
    padding: 0 8px;
}

.mTopList #search_filter, .mTopList .type_sort_filter {
	display: none;
}

.quick_filter {
    width: 100%;
    margin-bottom: 0;
    display:none;
}

.orange {
	color: #F9993A;
	background-color: transparent !important;
}

.yellow {
	color: #F2C94C;
}

#filterbox .dropdownH .icon-Chevron-Down {
	position: absolute;
	right:6px;
}

#filterbox .dropdownH {
	line-height: 34px;
	display: block;
	text-align: left;
	position: relative;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right:24px;
    width: 100%;
}

#filterbox .disabled .dropdownH {
	background-color: #ccc;
	cursor: default;
	pointer-events: none;
}

.autoHeight {
	max-height: 100%;
}

.innerW .btn_dropdown {
	height:34px;
	line-height: 34px;
}

.innerW.active {
	position: absolute;
    background-color: white;
    z-index: 2;
    left: 12px;
    right: 12px;
    border:1px solid black;
}

.isOpen .quick_filter, .isOpen .sList {
	display:block;
}

.as_header {
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	margin-left:12px;
	margin-right:12px;
	padding-top:10px;
}

.modal-content {
	box-shadow: none;
	border:none;
	max-height:100%;
	overflow-y: auto;
}

#filterbox .connectedRight .dropdownH {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#filterbox .connectedLeft .dropdownH {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#filterbox .connectedRight {
	padding-right:0;
}

#filterbox .connectedLeft {
	padding-left:0;
}

#category_nodes {
	padding-bottom:4px;
	position: relative;
}

#category_nodes h1 {
	margin-bottom:8px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
}

.swiper-button-disabled {
	display:none;
}

#product_list:empty {
	height: 1200px;
}
