<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.styleresultbar {
  z-index: 100;
}
/*
.navbar-header.header-menu&gt;ul&gt;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;
  position: relative;
  min-width: 180px;
  float: left;
  width: auto;
}
.sortby {
  float: right !important;
}
@media screen and (max-width: 991px) {
  .styleresultbar .shopby-container {
    width: 100%;
  }
  .shopby_box {
    display: none;
  }
}
.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;
  border-radius: 5px;
  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&gt;span, .styleresultbar h3.shopby_header&gt;span&gt;a {
  /* display:block; */
  width:100%;
  cursor: pointer;
}
/* .styleresultbar .shopby_header i {
  position: absolute;
  top: 9px;
  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&gt;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;
} */

@media screen and (min-width: 992px) {
  .styleresultbar .shopby_body.select {
    position: absolute;
    top: 39px;
    left: 10px;
    right: 10px;
  }
}
.styleresultbar .shopby_body.select {
  margin: 0;
  padding: 0;
  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:#000!important;
  padding:9px 7px;
  text-transform:uppercase;
  font-size:1rem;
  top:1px;
  right:auto;
  bottom:1px;
  left:1px;
  position: absolute;
}
.styleresultbar &gt; div {
  margin: 0;
  padding: 0;
}
.shopby_body li input {
  float: right;
  margin: 0 10px 0 0;
}
.shopby_body li input+a {
  width: auto;
  margin: 0 0 0 10px;
}
.shopby_header_active, .shopby_header_active a, h3.shopby_header a:hover {
  color: #999;
}

.shopby-container.dropdown-active ul.shopby_body {
  max-height: 400px;
  border: 1px solid #a3a3a3;
}
.shopby-container ul.shopby_body {
  display: block !important;
  max-height: 0;
  transition: max-height 0.3s ease;
  border: none !important;
}

.shopby-container .shopby_header a:after {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
  font-family: FontAwesome;
  content: "\f107"
}
.shopby-container.dropdown-active .shopby_header a:after {
  content: "\f106"
}</pre></body></html>