.styleresultbar {
  z-index: 100;
}
/*
.navbar-header.header-menu>ul>li {
  width:20%;
}
*/
.styleresultbar .shopby-container:nth-child(1){
  z-index: 108;
}
.styleresultbar .shopby-container:nth-child(2){
  z-index: 107;
}
.styleresultbar .shopby-container:nth-child(3){
  z-index: 106;
}
.styleresultbar .shopby-container:nth-child(4){
  z-index: 105;
}
.styleresultbar .shopby-container:nth-child(5){
  z-index: 104;
}
.styleresultbar .shopby-container {
  margin: 0 !important;
  padding: 0 10px 0 10px;
  text-align: center;
  width: 25%;
}
.styleresultbar .shopby-container span.text {
  margin: 0 0 4px
}
.styleresultbar span.text,.sortby select {
  display:none!important;
}
.styleresultbar h3.shopby_header {
  cursor: default;
  margin: 0;
  padding: 0;
  border-top: 0;
  line-height: normal;
  height: auto;
  font-weight: normal;
  overflow: initial
}
.shopby_header_wrapper {
  padding: 5px;
  height: auto !important;
  border: 1px solid #000;
  border-radius: 0;
  text-transform: uppercase;
  text-align: left;
  z-index: 1003; 
}
.shopby_header_icon_col:after,.shopby_header_icon_exp:after{
	all: unset;
}
.styleresultbar h3.shopby_header>span, .styleresultbar h3.shopby_header>span>a {
  display:block;
  width:100%;
  cursor: pointer;
}
.styleresultbar .shopby_header i:before {
  content: '';  
}
.styleresultbar .shopby_header i {
  position: absolute;
  top: 12px;
  right: 8px;
  display: inline-block;
  height: 0;
  width: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #000 !important;
  cursor: pointer;	
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
  float: right;
}
.styleresultbar .shopby_header>span.shopby_header_icon_exp i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
/*
.styleresultbar h3.shopby_header>span:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 5px;
  display: inline-block;
  height: 0;
  width: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #555!important;
  cursor: pointer;
}
.styleresultbar h3.shopby_header>span.shopby_header_icon_exp:after {
  border-top: 0;
  border-bottom: 4px dashed;
}
*/
.styleresultbar .shopby_body.select {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 39px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 213px;
  overflow-x: auto;
  background: #fff;
  border: 1px solid #a3a3a3;
  border-top: 0;
}
.styleresultbar a.shopby_clear {
  color:#fff!important;
  background-color:#272C7E!important;
  padding:9px 7px;
  text-transform:uppercase;
  font-size:1rem;
  top:1px;
  right:auto;
  bottom:1px;
  left:1px;
  position: absolute;
}
.styleresultbar > div {
  margin: 0;
  padding: 0;
}
.shopby_body li input+a {
  width: auto;
}