/** Shopify CDN: Minification failed

Line 207:1 Expected "}" to go with "{"

**/







.col-filter-price{
  position:relative;
  padding-left:calc(var(--gutter-unit-s));
  width:calc(50% - var(--gutter-unit-xs));
  background-color:var(--form-grey);
}

.col-filter-price:before{
  content:'$';
  position:absolute;
  left:var(--gutter-unit-s);
  font-weight:500;
  top:50%;
  transform:translate(-50%,-50%);
  font-size:var(--t-s);
}

.col-filters-toggle-title{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom:var(--gutter-unit);
  margin-bottom:var(--gutter-unit);
  border-bottom:1px solid #ddd;
}

.col-filters-toggle-title label{
  font-weight:500;
}

.col-filters-toggle-wrapper{
  position:sticky;
  bottom:0;
  width:100%;
}

@media screen and (max-width: 1024px){
 .col-filters-wrapper{
   transform:translate(-100%,0);
   opacity:0;
   z-index:999;
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
   overflow-x:hidden;
   overflow-y:scroll;
   background:#fff;
   padding-top:var(--gutter-unit);
     
 }
  
  
 .col-filters-wrapper--open{
   transform:translate(0%,0);
   opacity:1;
   pointer-events: auto;
 }


/* RANGE SLIDER */
.rs-container * {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rs-container {
    font-family: Arial, Helvetica, sans-serif;
    height: 45px;
    position: relative;
}
.rs-container .rs-bg, .rs-container .rs-selected {
    background-color: #eee;
    border: 1px solid #ededed;
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
    border-radius: 3px;
}
.rs-container .rs-selected {
    background-color: var(--accent-main);
    border: 1px solid var(--accent-main);
    transition: all 0.2s linear;
    width: 0;
}
.rs-container.disabled .rs-selected {
    background-color: #ccc;
    border-color: #bbb;
}
.rs-container .rs-pointer {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    cursor: pointer;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 0;
    transition: all 0.2s linear;
    width: 20px;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 6px #ebebeb, 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.rs-container.disabled .rs-pointer {
    border-color: #ccc;
}

.rs-container.disabled .rs-pointer {
    cursor: default;
}
.rs-container.sliding .rs-selected,
.rs-container.sliding .rs-pointer {
    transition: none;
}
.rs-container .rs-scale {
    left: 0;
    position: absolute;
    top: 5px;
    white-space: nowrap;
  display:none;
}
.rs-container .rs-scale span {
    float: left;
    position: relative;
}
 .rs-container .rs-scale span::before {
    background-color: #ededed;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px;
}
.rs-container.rs-noscale span::before {
    display: none;
}
.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
    display: block;
}
.rs-container .rs-scale span:last-child {
    margin-left: -1px;
    width: 0px;
}
.rs-container .rs-scale span ins {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    text-decoration: none;
}
.rs-container.disabled .rs-scale span ins {
    color: #999;
}
.rs-tooltip {
    color: #333;
    width: auto;
    min-width: 60px;
    height: 30px;
	position: relative;
	background: #fff;
	border: 1px solid #00969b;
    border-radius: 3px;
    position: absolute;
    transform: translate(-50%, -35px);
    left: 13px;
    text-align: center;
    font-size: 13px;
    padding: 6px 10px 0;
    display:none;
}
.rs-container.disabled .rs-tooltip {
    border-color: #ccc;
    color: #999;
}



@media screen and (max-width: 1024px){

}


@media screen and (max-width: 767px){

  
}