div.tagmenu-parent > div:first-child {
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    left: 50%;
    display: flex;
    flex-direction: row;
    height: 35px;
} 
div.tagmenu-parent > div:first-child > span:first-child {
    margin: auto 2px auto auto;
}
div.tagmenu-parent > div:first-child > span {
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background-color: #007bff;
    margin: auto 2px auto 2px;
}
div.tagmenu-parent > div:nth-child(2) {
    display: block;
    border-bottom: 1px solid #b9b9b9;
}
div.tagmenu-parent > div:nth-child(2) > a {
    display: block;
    position: relative;
    padding: 8px 0;
    font-weight: bold;
    font-size: 14px;
    color: #333 !important;
    text-decoration: none;
}
div.tagmenu-parent > div:nth-child(2) > a > span {
    float: right;
    background: #fff;
    color: #ecf0f1;
    width: 100px;
    height: 100px;
    position: relative;
    font-weight: default;
    font-family: sans-serif;
    transform: scale(0.2);
    position: absolute;
    top: -32px;
    right: -40px;
}
 
div.tagmenu-parent > div:nth-child(2) > a > span > span:first-child {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
 
div.tagmenu-parent > div:nth-child(2) > a > span > span:last-child {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
 
div.tagmenu-parent>div:nth-child(2)>a > span span {
  position: absolute;
  transition: .3s ease;
  background: #333;
  border-radius: 1px;
}
div.tagmenu-parent > div:last-child label input[data-stockvalue] + span[data-count]:after {
    content: " ("attr(data-count)")";
}
div[data-stockstatus] > span:first-child:before {
    content: "lagerantal: ";
}
div.tagmenu-parent>div:nth-child(2)>a:not(.collapsed) > span > span:last-child {
    left: 50%;
    right: 50%;
}
div.tagmenu-parent>div:nth-child(2)>a:not(.collapsed) > span > span {
    transform: rotate(90deg);
    backface-visibility: hidden;
    perspective: 1000;
}
div.tagmenu-parent > div:last-child label {
    display: block;
}
div.tagmenu-parent button.multiple-apply {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    border-radius: 0;
}
div.share-link > div > a:first-child {
    font-size: 12px;
    color: #999;
    padding: 5px 0;
    display: inline-block;
    float: left;
    cursor: pointer;
}
div.share-link > div > a:last-child {
    font-size: 12px;
    color: #999;
    padding: 5px 0;
    display: inline-block;
    float: right;
    cursor: pointer;
}

div.selected-filters-container {
    padding: 5px 10px;
    border: 1px solid #e9e9e9;
    background-color: #f1f1f1;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
}
div.selected-filters-container > span {
    margin: auto;
}
div.selected-filters-container > div {
    flex: 1;
    margin: auto auto auto 10px;
    display: flex;
    flex-direction: row;
}
div.selected-filters-container > div > div {
    position: relative;
    padding: 5px 5px 5px 10px;
    background-color: #333;
    color: #fff;
    font-size: 10px;
    margin: auto 5px;
    display: flex;
    cursor: pointer;
}
div.selected-filters-container > div > div > span:first-child {
    margin: auto 5px auto auto;
    font-size: 12px;
}
div.selected-filters-container > div > div > span:last-child {
    margin: auto 0px auto auto;
    line-height: 1px;
    padding: 5px;
    color:#a9a9a9;
}
div.selected-filters-container > div > div > span:last-child:hover {
    color: #fff;
}

div#slider {
    margin: 40px 20px 15px 5px;
    height: 10px;
}
.noUi-horizontal .noUi-handle {
    height: 22px;
}

.noUi-connect {
    background: #007bff;
}
button#read-button, button#reset-priceslider-button {
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 0;
    margin: 0 5px 0 0;
    box-shadow: none !important;
    outline: none !important;
}
.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    width: 1px;
    background: #b9b9b9;
    left: 7px;
    top: 6px;
}
.noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    left: -17px;
    top: -6px;
}
.noUi-handle:after {
    left: 12px !important;
}
.noUi-tooltip {
    font-size: 11px;
    padding: 3px 7px;
}