#catlst{
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  margin-bottom: 180px;
}
#catlst .cat{
  flex: 0 0 25%;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
}
#catlst .cat .cvr{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  flex-grow: 1;
}
#catlst .cat a{
  /*box-shadow: 0px 0px 4px #00000029;*/
  /* border: 1px solid #F0F0F0;*/
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  flex-flow:column;
  flex-grow: 1;
}
#catlst .cat img{max-width: 100%;}
#catlst .cat h2{
  font-size: 17px;
  margin: 0;
  padding: 0;
  text-align: center;
  flex-grow: 1;
}
#products .prdgrd{flex: 0 0 25%;}
.products-list{flex:0 0 100%;}
.prdrow {
    margin: 0 auto;
    max-width: 1600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.search-list{
  width: 100%;
}
#sidebar{
  margin:35px 0 20px 0;
  width:350px;
  padding: 10px 0;
  display:inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
#sidebar h2{
  color:#115d33;
  margin: 0;
  padding:15px 0;
  font-size: 21px;
}
#sidebar h2 i{
  padding-right: 6px;
  font-size: 17px;
}
#sidebar .sidebar{
  display:block;
  vertical-align: top;
  box-sizing: border-box;
  color:#5c5c5e;
  background: #fff;
}
#products{
  padding: 30px 0 50px 70px;
  width: calc(100% - 350px);
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
#sidebar .box::-webkit-scrollbar {
  width: 7px;
}
#sidebar .box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e1e1e1;
  border-radius: 4px;
  background: #efefef;
}
#sidebar .box::-webkit-scrollbar-thumb {
  background: #115D33;
  border-radius: 10px;
}
#sidebar .box::-webkit-scrollbar-thumb:hover {
  background: #115D33;
}
#sidebar .box{
  width:100%;
  padding: 10px 5px 10px 0;
  max-height: 310px;
  overflow: hidden;
  position: relative;
  transition: ease 0.5s;
  margin-bottom: 20px
}
#sidebar .mrpd{padding-bottom: 50px;}
#sidebar .box.more{
  max-height: 650px !important;
}
#sidebar .box.scroll{
  overflow-y: scroll !important;
  max-height: 450px !important;
  padding-bottom: 10px !important;
}
#sidebar .more-btn{
  position: absolute;
  left: 0;
  bottom:0;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 2;
  border-top: 1px solid #efefef;
  background: #fafafa;
  padding:0 10px;
  text-align: center;
}
#sidebar .more-btn span{padding-left: 5px;}
#sidebar .more-btn.load-all{
  display: none;
}
#sidebar .box h3{
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  color:#000;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 1px solid #D4D4D4;
}
#sidebar ul.ctgrs{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
#sidebar ul.sbmenu{
  padding: 8px 0 8px 18px;
  box-sizing: border-box;
  margin: 0;
  list-style: none;
  width: 100%;
}
#sidebar ul.ctgrs li{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding:3px 0;
  margin: 0;
  color:#000;
  font-size: 16px;
}
#sidebar ul.ctgrs li a{
  color:#000;
  line-height: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#sidebar ul.ctgrs li a span{color:#9E9E9E;}
#sidebar ul.ctgrs li.active> a{font-weight: 400;}
#sidebar ul.ctgrs li.active > a span{color:#000 !important;}
#sidebar .inpt-slider{
  display: flex;
  padding: 3px 0 8px 0;
  justify-content: space-between;
}
#sidebar .inpt-slider input{
  border:1px solid #e1e1e1;
  border-radius: 8px;
  height: 35px;
  padding: 0 8px;
  font-size: 16px;
  width: 100px;
  max-width: 45%;
  box-sizing: border-box;
}
/* Chrome, Safari, Edge, Opera */
#sidebar .inpt-slider input::-webkit-outer-spin-button,#sidebar .inpt-slider input::-webkit-inner-spin-button{ -webkit-appearance: none;  margin: 0; }
#sidebar .inpt-slider input[type=number] { -moz-appearance: textfield; appearance: textfield;}
#sidebar .inpt-slider input:last-child{text-align: right;}
#sidebar .price-range-val{
  height: 10px;
  padding-top: 10px;
}
#sidebar .price-range{
  font-size: 14px;
  padding: 5px 0;
  margin-bottom: 20px;
}
#sidebar .lbl-checkbox {
  display: flex;
  width:100%;
  font-size:14px;
  color:#333;
  box-sizing: border-box;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color:#333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#sidebar .lbl-checkbox span{
  flex:0 0 25%;
  text-align: right;
  color:#bfbfbf;
  background: rgba(255,255,255,0.75);
}
#sidebar .lbl-checkbox em{
  flex:0 0 25%;
  flex:0 0 75%;
  font-style: normal;
}
.lbl-checkbox input {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  z-index: 2;
  border: none;
  height: 0px;
	-moz-appearance: none;
	appearance: none;
}
.lbl-checkbox input::after{
  border: 1px solid #e1e1e1;
  background: #fff;
  width: 18px;
  height: 18px;
  content: '';
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  box-sizing: border-box;
}
.lbl-checkbox input:checked::before {
    border: 5px solid #178046;
    background: #fff;
    width: 18px;
    height: 18px;
    content: '';
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    box-sizing: border-box;
  }
.letter-search{
	width: 100%;
	padding:5px 10px 5px 0;
	box-sizing: border-box;
	background: #fff;
	margin-bottom:10px;
}
.letter-search span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	width: 7.69%;
	text-align: center;
	transition: ease 0.25s;
	cursor: pointer;
}
.letter-search span:hover{
	background:#115d33;
	color:#fff;
}
#products .ctitle{
  font-size: 30px;
  color:#333;
  margin:18px 0;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
}
#category-info{
  padding:0 10px;
  width:100%;
	margin: 0 0 10px 0;
  font-size: 0;
	box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
#category-info .box{
  display: inline-block;
  width: 50%;
  font-size: 15px;
  vertical-align: middle;
}
#category-info .left{
  font-size: 15px;
  color:#5c5c5e;
}
#category-info .left strong{
  font-weight: 400;
}
#category-info .right{
  text-align: right;
  vertical-align: middle;
}
.orderby{
  font-size: 15px;
  color:#5c5c5e;
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-weight: 400;
  background: #fff;
  border-radius: 5px;
  border:1px solid #f1f1f1;
  border-radius: 20px;
}
.orderby select {
  position: relative;
  padding: 10px 25px 10px 15px;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  color:#5c5c5e;
  font-size: 15px
}
.orderby:before{
  content: '';
  position: absolute;
  top:45%;
  right: 10px;
  transform: translateY(-50%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.orderby select:focus {
    outline: none;
}
#filters-toggle{
  box-sizing: border-box;
  padding:0;
  display: none;
}
#filters-toggle button{
  box-sizing: border-box;
  border-radius: 20px;
  color:#fff;
  background: #115d33;
  padding: 11px 20px 9px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-sizing: border-box;
  font-size:14px;
  text-align: center;
  z-index: 9;
  cursor:pointer;
  transition: ease 0.25s;
  border:none;
}
#filters-toggle i{
  padding-right: 5px;
  vertical-align: top;
}
#sidebar .btns{display: none;}

@media only screen and (max-width: 1400px){
  #sidebar{width: 300px;}
  #products{width: calc(100% - 300px); padding: 30px 0 50px 40px;}

}
@media only screen and (max-width: 1200px){
  #products .prdgrd{width:auto; flex: 0 0 33.33%;}
}
@media only screen and (max-width: 940px){
  #products .prdgrd{width:auto; flex: 0 0 50%;}
}
@media only screen and (max-width: 768px){
  #catlst .cat{
    flex: 0 0 33.3%;
    width: 33.3%;
  }
  #catlst .cat a{
    padding: 5px;
  }
  #category-info .box{
    width: 100%;
  }
  #category-info .right{
    text-align: left;
  }
  #products{
    width: 100%;
    padding:30px 0 55px 0;
    position: relative;
  }
  #category-info .left{display: none;}
  #category-info .right{display: flex; flex-flow: row; justify-content:space-between;align-items: center;box-sizing: border-box;padding: 0 8px 0 0;}
  #filters-toggle{display: block;}
  #sidebar{
    margin: 0;
    padding: 0 0 50px 0;
    display: none;
    width:100%;
    height:100%;
    min-height: auto;
    left:0;
    top:0;
    background: #fff;
    position: fixed;
    z-index: 10000;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  #sidebar .btns{
    background: #115d33;
    position: fixed;
    bottom: 0;
    left: 0;
    width:100%;
    padding: 17px 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    z-index: 10;
    justify-content: space-between;
  }
  #sidebar .btns button,#sidebar .btns a{
    background: #F2E506;
    padding: 10px 20px;
    border-radius: 20px;
    border:none;
    color: #115d33;
    font-weight: 500;
    font-size: 13px;
  }
  #sidebar .btns a{background: rgba(255,255,255,0.75);}
  .products-list .prdgrd,#products .prdgrd{width:auto; flex: 0 0 33.33%;}
  #products .ctitle{text-align: center;}
}
@media only screen and (max-width: 640px){
  .products-list .prdgrd,#products .prdgrd{width:auto; flex: 0 0 50%;}
  #products .ctitle{font-size: 27px;}
}
@media only screen and (max-width: 480px){
  #catlst .cat h2 {
    font-size: 15px;
    line-height: 17px;
  }
  #category-info .left{display: none;}
  #products{padding-left: 0;overflow: hidden;}
  .cat-102{
    padding: 20px 0;
    height: auto;
  }
  .cat-102 h1{
    font-size: 24px;
    padding: 0;
    line-height: 35px;
  }
  .cat-breadcrumbs{
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px){
  #catlst .cat{
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 350px){
  #products .prdgrd{width:auto; flex: 0 0 100%;}
}
