.products-list-page .product-list_wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}

.product-list_wrapper .right_wrapper {
    width: 25%;
    max-width: 25%;
    min-width: 189px;
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
    
}

    .product-list_wrapper .right_wrapper .filter_wrapper {
        position: sticky;
        top: 0px;
        border: 1px solid #dadada;
        border-radius: 20px;
    }

.product-list_wrapper .right_wrapper.mobile-show {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 99999999;
    display: none;
    overflow-y: auto;
    padding: 20px;
    max-width: unset;
    width: 100%;
}

.product-list_wrapper .right_wrapper .close-filter{
position: absolute;
top: -13px;
  left: -5px;
  background: #fff;
  color: #000;
  border: none;
  padding: 0;
  font-size: 19px;
  cursor: pointer;
  display: none;
}
.product-list_wrapper .right_wrapper .filter_wrapper .filterBox {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.product-list_wrapper .right_wrapper .filter_wrapper .filterBox:last-child {
  border-bottom: unset;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .filterBox_Title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .filterBox_Title.open {
  border-bottom: unset;
  padding-bottom: unset;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .filterBox_Title::after {
  content: "▾";
  position: absolute;
  left: 0px;
  top: 15%;
  transition: transform 0.3s ease;
  color: #f28121;
  font-size: 15px;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .filterBox_Title.open::after {
  content: "▸";
}

.product-list_wrapper .right_wrapper .filter_wrapper .filterBox a.active {
  color: #f28121;
}

.product-list_wrapper .right_wrapper .filter_wrapper .filterBox .ulCategory {
  padding: 0 5px;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .ulCategory
  > li {
  font-size: 13px;
  color: #004681;
  margin: 6px 0;
  position: relative;
}
    .product-list_wrapper
    .right_wrapper
    .filter_wrapper
    .filterBox
    .ulCategory > li > a{
        transition:all .5s;
    }
    .product-list_wrapper
    .right_wrapper
    .filter_wrapper
    .filterBox
    .ulCategory > li > a:hover {
        color: #ed1c29;
    }

    .product-list_wrapper
    .right_wrapper
    .filter_wrapper
    .filterBox
    .ulCategory > li.haveSub > a::after {
        content: "▸";
        position: absolute;
        left: 0px;
        transition: transform 0.3s ease;
        color: #f28121;
        font-size: 15px;
    }

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .ulCategory
  > li.haveSub
  > a.open::after {
  content: "▾";
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .ulCategory
  li
  > ul
  li {
  font-size: 11px;
  padding-right: 14px;
  color: #333;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .ulchklist
  > li {
  font-size: 12px;
  color: #004681;
  margin: 6px 0;
}

.product-list_wrapper .right_wrapper .filter_wrapper .filterBox .chkswitch2 {
  display: flex;
  justify-content: center;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .chkswitch2
  .on-off {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 23px;
  vertical-align: middle;
  position: relative;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .chkswitch2
  .back2 {
  width: 55px;
  height: 23px;
  background-color: grey;
  position: absolute;
  opacity: 0.1;
  top: 0;
  left: 0;
  border-radius: 30px;
  transition: background-color 300ms linear;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .chkswitch2.is-active
  .back {
  background-color: #f28121;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .chkswitch2
  .back {
  width: 55px;
  height: 23px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  background-color: #ece9e9;
  position: absolute;
  border-radius: 30px;
  transition: background-color 300ms linear;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .chkswitch2
  .front {
  width: 23px;
  height: 23px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  background-color: #fff;
  transition: 300ms ease-in-out;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .chkswitch2.is-active
  .front {
  background-color: #fff;
}

.product-list_wrapper
  .right_wrapper
  .filter_wrapper
  .filterBox
  .chkswitch2
  .lbl {
  width: 78%;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.prd_crap_box .viewall {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 10px;
}

.prd_crap_box .viewall .checkIco {
  position: absolute;
  top: 1px;
  right: 0;
  border: 1px solid #707070;
  border-top-color: rgb(112, 112, 112);
  border-right-color: rgb(112, 112, 112);
  border-bottom-color: rgb(112, 112, 112);
  border-left-color: rgb(112, 112, 112);
  width: 21px;
  height: 21px;
}

.prd_crap_box .viewall.selected .checkIco {
  border-color: #f28121;
  background-color: #f28121;
}
ّ .prd_crap_box .viewall.selected .checkIco::before {
  opacity: 1;
}
.prd_crap_box .viewall .checkIco::before {
  background-color: #f28121;
}

.prd_crap_box .viewall .chkName {
  font-size: 12px;
  color: #004681;
  margin: 6px 0;
  padding-right: 30px;
}

.prd_crap_box .filter-dynamic li {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  margin-bottom: 27px;
  padding: 0 32px 0 0;
  cursor: pointer;
}

    .prd_crap_box .filter-dynamic li .checkIco {
        border-radius: 5px;
        position: absolute;
        top: 1px;
        right: 0;
        border: 1px solid #707070;
        width: 21px;
        height: 21px;
    }
.prd_crap_box .filter-dynamic li.selected .checkIco {
  background-color: #f28121;
}
.prd_crap_box .filter-dynamic li.selected .checkIco::before {
  opacity: 1;
}

.prd_crap_box .filter-dynamic li .checkIco::before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  background-color: #f28121;
}
.rangeOverlay {
  padding: 20px 10px;
}
.rangeOverlay #prSlider {
  position: relative;
  border-radius: 3px;
  height: 3px;
  background: #7f7f7f;
  color: #333333;
  text-align: left;
}
.rangeOverlay .ui-slider .ui-slider-range {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 3px;
  height: 100%;
  background: #f28121;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 0 0;
}
.rangeOverlay .ui-slider .ui-slider-handle {
  position: absolute;
  top: -14px;
  z-index: 2;
  margin-left: -14px;
  border: 0.5px solid rgba(112, 112, 112, 0.78);
  border-radius: 50%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
  width: 30px;
  height: 30px;
  color: #454545;
  background: #f6f6f6;
  cursor: w-resize;
  -ms-touch-action: none;
  touch-action: none;
}
.rangeOverlay .rangeValue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  margin: 16px auto 0;
}
.rangeOverlay .rangeValue .rangeValue_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37%;
  font-size: 13px;
  color: #111;
}
.product-list_wrapper .left_wrapper {
  width: 75%;
}
.mobileCtrl .mobile-btnFilter {
  visibility: hidden;
 padding: 5px 10px;
  font-size: 10px;
  color: #fff;
  background-color: #0e486e;
  cursor: pointer;
  position: absolute;
  top: -67px;
  margin: 0 auto;
  right: 0;
  border-radius: 5px;
}
.mobileCtrl .mobile-btnFilter .svgIco {
  width: 15px;
}
.tmInput{
  display: none;
}
/* responsive */
@media (max-width: 768px) {
  .mobileCtrl .mobile-btnFilter {
    visibility: visible !important;
  }
  .product-list_wrapper .right_wrapper  {
    display: none;
  }
  .product-list_wrapper .left_wrapper {
    width: 100%;
  }
  .product-list_wrapper .right_wrapper .close-filter{
    display: block;
  }
}
