.vc-overlay-popup {
  pointer-events: all;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999998;
  margin-top: 0;
  background-color: #000000ba;
  opacity: 0;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  visibility: hidden;
}
.vc-overlay-popup.active {
  opacity: 1;
  visibility: visible;
}
button#filter_btn {
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
    font-size: 14px;
}
button#filter_btn img {
    width: 13px;
    margin-right: 3px;
    margin-bottom: -2px;
}
button#vc_toggle_close {
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin-bottom: 22px;
    margin-top: 5px;
    float: right;
    font-weight: 400;
    font-size: 13px;
  }
button#vc_toggle_close img {
    width: 10px;
    margin-right: 2px;
    outline: none;
}

.wrap-btn-toggle {
    text-align: center;
    margin: 15px 15px 0px;
}

button#vc_toggle_close, .wrap-btn-toggle {
    display: none;
}

/*for Mobile*/
@media (max-width: 767px) {
  button#vc_toggle_close, .wrap-btn-toggle {
    display: block;
}
.wrap-btn-toggle {
    text-align: center;
    margin: 10px 15px 20px;
}

.vc-toggle-wrap {
      position: fixed!important;
      top: 0!important;
      left: -100%!important;
      bottom: 0!important;
      width: 75%!important;
      height: 100%!important;
      z-index: 999999!important;
      padding: 20px!important;
      color: #222!important;
      box-sizing: border-box;
      transition: left 0.3s ease-in-out;
      -o-transition: left 0.3s ease-in-out;
      -ms-transition: left 0.3s ease-in-out;
      -moz-transition: left 0.3s ease-in-out;
      -webkit-transition: left 0.3s ease-in-out;
      background: #FFF;
  }
  .vc-toggle-wrap.active {
      display: block!important;;
      left: 0!important;
      overflow-x: auto;
  }
}
/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
  button#vc_toggle_close, .wrap-btn-toggle {
    display: block;
}
  .wrap-btn-toggle {
    text-align: center;
    margin: 19px 15px 20px;
}
  .vc-toggle-wrap{
      position: fixed!important;
      top: 0!important;
      left: -100%!important;
      bottom: 0!important;
      width: 45%!important;
      height: 100%!important;
      z-index: 999999!important;
      padding: 20px!important;
      color: #222;
      box-sizing: border-box;
      transition: left 0.3s ease-in-out;
      -o-transition: left 0.3s ease-in-out;
      -ms-transition: left 0.3s ease-in-out;
      -moz-transition: left 0.3s ease-in-out;
      -webkit-transition: left 0.3s ease-in-out;
      background: #FFF;
  }
  .vc-toggle-wrap.active {
      display: block!important;;
      left: 0!important;
    overflow-x: auto;
  }
}