#filter_button {
  display: none;
}
#close-filter {
  display: none;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 760px) {
   #column-left {
    display: block!important;
    width: 100%!important;
    position: fixed;
    left: 0;
    top:0;
    z-index: 99;
    background:#fff;
    padding: 0!important;
    height: 100%;
    overflow: auto;
    left:-100%;
    opacity: 0;
    visibility: hidden;
    transition: .35s linear;
   }
   #column-left.open {
    display: block!important;
    left:0;
    opacity: 1;
    visibility: visible;
   }
   #column-left:after {
    content: '';
    z-index: -1;
    width: 100%;
    position: fixed;
    left: 0;
    top:0;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: block;
   }
   #column-left .journal-sf {
    position: relative;
    z-index: 1;
    width: 100%;
    background:#fff;
    padding:85px 15px 15px 15px;

   }
   .extended-container.z-100 {
        z-index: 100;
   }
   #close-filter {
    display: block!important;
    float: right;
    color: #fff!important;
    font-size: 16px;
    line-height: 30px;
    background: rgba(0,0,0,0.8)!important;
    padding:10px;
    border-radius: 5px;
    width: 48%;
    text-align: center;
   }
   #close-filter.active {
    background: #f00!important;
   }
   #close-filter i {
    font-size: 22px;
    line-height: 30px;
    display: none;
   }
   .sf-reset {
    background: rgba(0,0,0,0.8)!important;
    padding:10px;
    border-radius: 5px;
      position: relative;
      right: auto;
      top:auto;
      color: #fff!important;
      font-size: 12px;
      line-height: 30px;
      width: 100%;
      margin-bottom: 15px;
      width: 48%;
      float: left;
      text-align: center;
   }
   .sf-reset span {display: inline-block;font-size: 16px; line-height: 30px;}
   .sf-reset i {
      font-size: 22px;
      display: inline-block;
      line-height: 30px;
      color: #fff!important;
      display: none;
   }
   .sf-icon .sf-reset-icon:after {
            color: #fff!important;

   }
   .sf-icon .sf-reset-text {
   display: inline-block;
   padding-right: 5px;
   }
   #filter_button {
    display: none;
    position: fixed;
    right: 0;
    top:45px;
    width: 40px;
    height: 38px;
    cursor: pointer;
    background:#F00;
    z-index: 999;
    text-align: center;
    padding-top: 5px;
   }
   #filter_button i {
    font-size: 30px;
    color: #fff;
    display: none;
   }
   #filter_button.hidden {
    display: none;
   }
  #filter_button_in {
    display: block!important;
    width: 100%;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .mega-menu-item {
    height: auto!important;
    width: 100%!important;
  }
  .product-filter > div b {
    display: inline-block!important;
    
  }
  .product-filter > div.sort b {
    width: 74px;
    padding-left: 10px;
  }
  .product-filter .sort select {
    margin: 5px 10px 0 0;
    width: calc(100% - 84px);
    display: inline-block;
    float: right;
  }
  .filter-button-fixed {
    position: fixed;
    width: calc(100% - 30px);
    left: 15px;
    padding-top: 15px;
    top: 0;
    z-index: 9999;
    background: #fff;
  }
}
