.cat1-1{
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: auto;
}
.cat1-1  img{max-width: 100%;}
.cat1-2{width: 100%;}

.cat1-2 .row{
  display: flex; 
  flex-flow: row wrap;
  margin: 65px auto 35px auto;
}

.cat1-2 .row .cat1_prod1_container{
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.cat1-2 .row .cat1_prod1{
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  background: #F5F5F5;
  width: 100%;
}
.cat1-2 .row .cat1_prod1 img{
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
  max-width: 100%;
}
.cat1-2 .row .cat1_prod1 h3{
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: 500;
  padding: 30px 0 55px 0;
  text-align: center;
  margin: 0;
}
.cat1-3{width: 100%;}
.cat1-3 .row{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 90px auto;
}

.cat1-3 .row .cat1_prod2{
  flex: 0 0 32%;
  max-width: 530px;
  margin-bottom: 3px;
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: space-around;
  background: #F5F5F5;
  position: relative;
}
.cat1-3 .row .cat1_prod2::after{
  content: "";
  height: 9px;
  width: 9px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  position: absolute;
  right: 33px;
  top: 28.5px;
  transform: rotate(-45deg);
}
.cat1-3 .row .cat1_prod2 a{
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: normal;
  margin: 24px 0 26px 52px;
}
#news{display: none;}
.page {margin-top: 50px;}
.page > .row{
  max-width: 1740px;
  justify-content: flex-end;
}
#sidebar {
  background: #fff;
  width: 325px;
  position: relative;
  margin: 0 75px 0 0;
  transition: left 0.5s ease-in-out;
}
#sidebar.open {
  left: 0;
}
#sidebar  h3 {
  margin: 0;
  font-size: 16px;
  line-height: 37px;
  font-weight: 400;
  color: #303030;
  letter-spacing: 0;
  margin-bottom: 29px;
  position: relative;
}

#close_filter{
  display: none;
  position: absolute;
  right: 40px;
  top: 30px;
  width: 20px;
  height: 20px;
}

#close_filter::before{
  content: '';
  background: #000;
  height: 2px;
  width: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#close_filter::after{
  content: '';
  background: #000;
  height: 2px;
  width: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

#sidebar .list-group {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #EBEBEB;
  padding-bottom: 12px;
}



 .list-group h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 29px 0 25px 0;
  margin: 0;
  position: relative;
}

.list-group h4::after{
  content: url("/image/assets/icons/filters_drop_arrow_down.svg");
  position: absolute;
  top: 35%;
  right: 10px;
  box-sizing: border-box;
}

#filter-form .list-group  .slimScrollDiv{
  width: 100% !important;
}
#filter-form .list-group .list-group-container {
  width: 100% !important; 
}
#filter-form .list-group .lbl-checkbox-label {
  display: block;
  width: 100%;
  /* height: 40px; */
  font-size: 14px;
  color: #000000;
  box-sizing: border-box;
  position: relative;
  padding: 8px 0 8px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


#filter-form .list-group .lbl-checkbox-input {
  margin: 0;
  padding: 0;
  height: 0;
  display: none;
}

#filter-form .list-group .lbl-checkbox-label::before {
    border: 1px solid #A7A7A7;
    background: transparent;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
}
#filter-form .list-group .lbl-checkbox-input:checked + .lbl-checkbox-label::before {
  background: #FFFFFF;
}
#filter-form .list-group .lbl-checkbox-input:checked + label::after {
  content: url("/image/assets/icons/check_mark.svg");
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5px;
  box-sizing: border-box;
}

.slider-container{
  width: 100%;
}
.slider-container .fltr-prcs{
  display: flex;
  align-items: center;
  padding-top: 20px;
  justify-content: space-between;
}
.slider-container .fltr-prcs button{
  position: relative;
  background: var(--main-color);
  border-radius: 2px;
  padding: 25px 17px;
  border: none;
}
.slider-container .fltr-prcs button::after{
content: '';
border-bottom: 2px solid #fff ;
border-right: 2px solid #fff ;
height: 7px;
width: 7px;
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%) rotate(-45deg) ;
}
.slider-container .fltr-prcs input {
  width: 55px;
  text-align: center;
  height: 27px;
  border: 1px solid #707070;
  background: #fff;
  font-size: 14px;
  line-height: 21px;
  color: #707070;
}

.slider-container .fltr-prcs input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.slider-container .fltr-prcs input[type=number] {
  -moz-appearance: textfield;
}

.noUi-connect{background:black !important;}
.noUi-horizontal .noUi-handle:last-child {
right: -2px !important;
}
.noUi-handled-fields{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.noUi-field{
width: 40px;
border: 0;
border-bottom: 1px solid #707070;
padding: 5px;
font-size: 14px;
text-align: center;
}


.noUi-horizontal .noUi-handle {
    box-shadow: none;
    width: 8px !important;
    height: 18px !important;
    /* border-radius: 50px; */
top: -7px !important;
    outline-style: none;
    background: white;
    border: 1px solid black;
    box-shadow: none;
}
/*.noUi-touch-area{*/
/*background: var(--main-color) !important;*/
/*border: 2px solid var(--main-color); */
/*border-radius: 50%;*/
/*}*/
.noUi-handle:after, .noUi-handle:before {
display: none !important;
}


.noUi-connects{background: #CBCBCB !important;}
.noUi-base, .noUi-connects {height: 4px !important;;}
.noUi-target {
background: #fff !important;
border-radius: 0 !important;
border: 0 !important;
box-shadow: none !important;
padding: 0 10px;
}

#fltovrlay {
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: #000000;
}

.page .products {
  flex: 0 0 calc(100% - 420px);
  box-sizing: border-box;
}
#category-info {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  line-height: 18px;
  padding: 0 8px;
}

#filter-open {
  display: none;
}

#category-info .orderby{
  position: relative;
}

#category-info .orderby .orderby_cont{
  background: #fff;
  position: relative;
}

#category-info .orderby select {
  border: 1px solid #DBDBDB;
  width: 280px;
  height: 46px;
  padding: 14px 35px 14px 20px;
  font-size: 15px;
  color: #000000;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  position: relative;
  background: transparent;
  z-index: 5;
}

#category-info .orderby::after {
  content: "";
  position:absolute;
  right: 20px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(135deg);
  border-top: 2px solid #333333 ;
  border-right: 2px solid #333333 ;
}

.page .products{max-width: 1250px;}
.page .allproducts {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.page .allproducts .glbprdr {
  width: 25%;
}
.page .allproducts .glbprdr::after {display: none;}

.page .allproducts .glbprdr:hover::after {
  display: block;
}
#pagination {
  flex: 0 0 100%;
}

#pagination .pagination {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin: 40px 0;
  align-items: center;
  justify-content: center;
}
#pagination .pagination li {
  border: 1px solid #000000;
  text-align: center;
  padding: 0;
  margin:  5px;
}
#pagination .pagination a {
  display: block;
  font-weight: normal;
  padding: 15px 15px;
  font-size: 15px;
  color: #000;
}
#pagination .pagination .active {
  padding: 15px 17px;
  color: #fff;
  font-weight: 800;
  background: #000000;
}

#category-error  .row{
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (max-width: 1650px) {
  #category-info .orderby select {
    width: 190px;
  }
}

@media only screen and (max-width: 1550px) {
  .page .allproducts .product {
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 1386px) {
  #sidebar {
    width: 300px;
  }
  #sidebar h2 {
    font-size: 20px;
  }
  #sidebar h4 {
    font-size: 16px;
  }
  #sidebar .list-group label {
    font-size: 13px;
  }
  #category-info {
    font-size: 13px;
  }
  .page .products {
    flex: 0 0 calc(100% - 375px);
  }

  .page .allproducts .glbprdr {
    width: 33.3%;
  }

  .glbprdr input {
    height: 33px;
    font-size: 25px;
  }
  .glbprdr .minus {
    font-size: 25px;
    height: 35px;
    width: 35px;
  }
  .glbprdr .plus {
    font-size: 25px;
    height: 35px;
    width: 35px;
  }
}

@media only screen and (max-width: 1300px) {
  .cat1-2 .row .cat1_prod1_container{flex: 0 0 25%;}
  .cat1-2 .row .cat1_prod1 img{
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1100px) {
  #sidebar {
    position: fixed;
    left: -300px;
    overflow-y: auto;
    padding: 20px 25px 20px 15px;
    height: 100%;
    z-index: 1000;
    box-sizing: border-box;
    top: 0;
  }
  #close_filter{
    display: inline-block;
  }
  #category-info {
    width: 100%;
  }
  #category-info .pagination {
    display: none;
  }
  #filter-open {
    display: inline-block;
    color: white;
    background-color: #000000;
    padding: 13px 22px 13px 22px;
  }
  .page .products {
    padding: 0px;
    flex: 0 0 100%;
    margin: auto;
  }
  #category-info label {display: none;}
  #category-info .brethikan{display: none;}
  #pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media only screen and (max-width: 950px) {
  .cat1-2 .row .cat1_prod1_container{flex: 0 0 33.3%;}
  .cat1-2 .row {margin: 35px auto 35px auto;}
}

@media only screen and (max-width: 850px) {
  .page .allproducts .product {flex: 0 0 45%;}
  .page .allproducts .product .glbprdr{margin: 10px auto;}
  #category-info .orderby select{font-size: 14px;}
}
@media only screen and (max-width: 800px) {
  .cat1-3 .row .cat1_prod2{flex: 0 0 49%;}
}

@media only screen and (max-width: 650px) {
  .cat1-2 .row .cat1_prod1_container{flex: 0 0 50%;}
  #pagination .pagination {
    list-style-type: none;
    display: flex;
    padding: 0;
    justify-content: center;
    margin: 20px 0;
  }
  #category-info .pagination {display: none;}
}

@media only screen and (max-width: 600px) {
  .page .allproducts .glbprdr {width: 50%;}
}

@media only screen and (max-width: 500px) {
  #hdtp{font-size: 14px;}
  #hdtp .box:nth-child(1) a{font-size: 14px;}
  .cat1-3 .row .cat1_prod2{
      flex: 0 0 100%;
      margin: 5px auto;
  }
  #category-info .orderby select {
    width: 140px;
    padding-left: 15px;
    font-size: 12px;
  }
}



@media only screen and (max-width: 350px) {
  .page .allproducts .glbprdr {width: 100%;}
  .cat1-2 .row .cat1_prod1_container {flex: 0 0 100%;}
}