#wrapper .row #main:only-child{
	width:100%;
	left:0;
}
#wmSearchPriceFilterRange{
	margin-top:10px;
}
#wmSearchPriceFilter{
	min-height:95px;
}
#wmSearchPriceFilter .noUi-connect{
	background-color:#eee;
}
#wmSearchPriceFilter .noUi-horizontal{
	height:12px;
}
#wmSearchPriceFilter .noUi-horizontal .noUi-handle{
	height:20px;
}
#wmSearchPriceFilter .noUi-handle::before, #wmSearchPriceFilter .noUi-handle::after{
	height:8px;
}
#wmSearchPriceFilter .noUi-tooltip{
    bottom: -32px;
    top: initial;
}

.wm-search-filter-heading, .wm-search-suggestion-heading{
	color:#393939;
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:2px;
	margin:15px 0 5px 0;
}

.wm-search-result-other a{
	display:block;
	position:relative;
	line-height:2.5;
	margin-left:30px;
}

.wm-search-result-pic{
	position:absolute;
	margin:-3px 0 0 -52px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center center;
	height:98%;
	width:52px;
}

#wmSearchResults label[data-num-results]{
	display:block;
	line-height:1.5;
}
#wmSearchResults [data-num-results]::after{
	content:attr(data-num-results);
	float:right;
	font-size:.9em;
	font-weight:bold;
	background:#EEE;
	border-radius:1em;
	display:inline-block;
	min-width:22px;
	text-align:center;
	opacity:.6;
}
#wmSearchResults a[data-num-results]::after{
	line-height:1.5;
	margin:.5em 1% 0 0;
}

#wmSearchSortOptions{
	margin:10px 0;
}
.wm-search-filter-keywords{
	font-size:.75em;
	font-weight:bold;
	margin-left:8px;
}
.wm-search-filter-category-depth-1{
	padding-left:2.5%;
}
.wm-search-filter-category-depth-2{
	padding-left:5%;
}
.wm-search-filter-category-depth-3{
	padding-left:7.5%;
}
.wm-search-parent-path{
	font-size:.7em;
	opacity:.9;
	list-style-type:none;
	padding:0;
	margin:0 0 -10px 30px;
}
.wm-search-parent-path li{
	display:inline-block;
}
.wm-search-parent-path li:not(:last-child):after{
	content:' > ';
}
#wmSearchLoadingSpinner{
	position:absolute;
	z-index:10;
	display:none;
	width:100%;
	zoom:3;
}
.productlist.loading{
	opacity:.1;
}
.lds-spinner {
  color: official;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin:0 auto;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ddd;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
