:root{
  --zfd-width: min(92vw, 360px);
  --zfd-z: 99999;
}

@media (max-width: 991px){
.pxl-scroll-top.on {
    bottom: 199px!important;
}
  .pxl-sidebar-area {
        margin-top: 16px!important;
    }
  .zfd-toggle{
    position: fixed;
    left: -42px;
    top: 55%;
        transform: rotate(90deg);
    z-index: var(--zfd-z);

    display:flex;
    align-items:center;
    gap:8px;

    padding:10px 14px;
       border-radius: 10px 10px 0 0;

    font-family: var(--body-font-family, system-ui);
    font-size:14px;
    font-weight:800;

    color:#fff;
    background: var(--primary-color, #7c58d3);
    border:0;

    box-shadow: 0 10px 24px rgba(var(--primary-color-rgb, 124,88,211), .25);
    cursor:pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease, visibility .2s ease, background .2s ease;
    font-family:  'Nunito', sans-serif;
  }

  .zfd-scrollbar{
        font-family:  'Nunito', sans-serif;
  }

  .zfd-toggle::before{
    content:"";
    width:16px;height:16px;display:block;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 5h18v2H3V5zm4 6h10v2H7v-2zm3 6h4v2h-4v-2z'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 5h18v2H3V5zm4 6h10v2H7v-2zm3 6h4v2h-4v-2z'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  .zfd-toggle:hover{ transform: translateY(-50%) scale(1.04); box-shadow: 0 14px 30px rgba(var(--primary-color-rgb,124,88,211), .35); }
  .zfd-toggle:active{ transform: translateY(-50%) scale(.96); }

  .zfd-toggle__badge{ display:none; font-weight:800; opacity:.9; }
  .zfd-toggle.has-badge .zfd-toggle__badge{ display:inline; }
  .zfd-toggle__badge::before{ content:"("; }
  .zfd-toggle__badge::after{ content:")"; }

  body.zfd-scrollbar-on .zfd-toggle{
    opacity: .25;
    pointer-events: none;
    display: none;
  }

  body.zfd-open .zfd-toggle{
    background: var(--heading-color, #0E081E);
    opacity: 1;
    pointer-events: auto;
  }

  .zfd-scrollbar{
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) translateY(120%);
    z-index: var(--zfd-z);

    width: min(94vw, 520px);

    background: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(0,0,0,.10);
    border-radius: 999px;

    box-shadow: 0 16px 36px rgba(0,0,0,.18);

    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;

    padding: 10px 10px;
    transition: transform .22s ease;
  }

  body.zfd-scrollbar-on .zfd-scrollbar{
    transform: translateX(-50%) translateY(0);
  }

  .zfd-scrollbar__meta{
    display:flex;
    flex-direction:column;
    gap:2px;
    padding-left: 8px;
    min-width: 110px;
  }

  .zfd-scrollbar__meta .zfd-meta-top{
    font-family: var(--body-font-family, system-ui);
    font-size: 12px;
    font-weight: 800;
    color: var(--heading-color, #0E081E);
    line-height: 1.1;
  }

  .zfd-scrollbar__meta .zfd-meta-bottom{
    font-family: var(--body-font-family, system-ui);
    font-size: 12px;
    color: rgba(var(--body-color-rgb,28,16,59), .8);
    line-height: 1.1;
  }

  .zfd-scrollbar__btn{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding: 10px 14px;
    border-radius: 999px;

    border: 0;
    cursor:pointer;

    color:#fff;
    background: linear-gradient(135deg, var(--primary-color, #7c58d3), var(--additional01-color, #ff47a2));
    box-shadow: 0 10px 22px rgba(var(--primary-color-rgb,124,88,211), .22);

    font-family: var(--body-font-family, system-ui);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .2px;
  }

  .zfd-scrollbar__btn::before{
    content:"";
    width:16px;height:16px;display:block;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 5h18v2H3V5zm4 6h10v2H7v-2zm3 6h4v2h-4v-2z'/%3E%3C/svg%3E") center/contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 5h18v2H3V5zm4 6h10v2H7v-2zm3 6h4v2h-4v-2z'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  .zfd-scrollbar__btn .zfd-scrollbar__badge{
    display:none;
    font-weight: 900;
    opacity: .95;
  }
  .zfd-scrollbar__btn.has-badge .zfd-scrollbar__badge{ display:inline; }
  .zfd-scrollbar__badge::before{ content:"("; }
  .zfd-scrollbar__badge::after{ content:")"; }

  .zfd-overlay{
    position:fixed;
    inset:0;
    z-index:calc(var(--zfd-z) - 1);
    background:rgba(0,0,0,.35);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }

  .zfd-drawer{
    position:fixed;
    left:0;
    top:0;
    height:100dvh;
    width:var(--zfd-width);
    z-index:var(--zfd-z);
    background:#fff;
    box-shadow:12px 0 28px rgba(0,0,0,.18);
    transform:translateX(calc(-1 * var(--zfd-width)));
    transition:transform .22s ease;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    padding:0 14px 92px;
    touch-action: pan-y;
  }

  .zfd-drawer__head{
    position:sticky;
    top:0;
    background:#fff;
    z-index:10;
    padding:14px 0;
    border-bottom:1px solid rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }

  .zfd-drawer__title{
    font-weight:900;
    font-size:16px;
    margin:0;
    color: var(--heading-color, #0E081E);
    font-family:  'Nunito', sans-serif;
  }

  .zfd-close{
    width:38px;height:38px;
    border-radius:50%;
    background:#fff;
    font-size:20px;
    color: #0E081E;
    line-height:1;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.15s ease;
    flex:0 0 38px;
  }
  .zfd-close:active{ transform:scale(.92); }
  .zfd-bar{
    position:fixed;
    left:0;
    bottom:0;
    width:var(--zfd-width);
    z-index:var(--zfd-z);
    background:#fff;
    border-top:1px solid rgba(0,0,0,.08);
    padding:12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
    display:flex;
    gap:10px;
    transform:translateX(calc(-1 * var(--zfd-width)));
    transition:transform .22s ease;
  }

  .zfd-bar button,
  .zfd-bar .zfd-reset{
    width:100%;
    border-radius:14px;
    border:0 !important;
    padding:12px 10px;
    font-size:14px;
    font-weight:900;
    cursor:pointer;
    color:#fff !important;
    background: var(--primary-color, #7c58d3) !important;
    box-shadow: none;
  }

  .zfd-bar button:hover,
  .zfd-bar .zfd-reset:hover,
  .zfd-bar button:focus,
  .zfd-bar .zfd-reset:focus{
    color:#fff !important;
    background: var(--primary-color, #7c58d3) !important;
  }

  .zfd-bar .zfd-apply{
    display: none !important;
  }

  body.zfd-open .zfd-drawer{ transform:translateX(0); }
  body.zfd-open .zfd-overlay{ opacity:1; pointer-events:auto; }
  body.zfd-open .zfd-bar{ transform:translateX(0); }

  body.zfd-lock{ overflow:hidden; touch-action:none; }
}


.widget_price_filter .price_slider_amount .price_label .from:before,
.widget_price_filter .price_slider_amount .price_label .to:before {
    content: none !important;
}

