
.cat_filter_wrap {
  display: flex;
  justify-content: center; /* Center align the filter horizontally */
  align-items: center; /* Center align the filter vertically */
  flex-wrap: wrap;
  padding: 20px; /* Add padding to create space on the sides */
  box-sizing: border-box;
  margin-bottom: 20px; /* Add margin at the bottom of the first line */
}

.filter_item {
  text-decoration: none;
  background: #0e0122;
  padding: 15px 12px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  transition: 0.2s;
  margin: 5px; /* Add margin to create spacing between items */
}

@media only screen and (max-width: 767px) {
  .cat_filter_wrap {
    /* max-height: 200px;
    overflow-y: scroll; */
    max-height: unset;
    overflow-y: unset;
  }
}

@media only screen and (max-width: 550px) {
  .cat_filter_wrap {
    /* max-height: 170px;
    overflow-y: scroll; */
    max-height: unset;
    overflow-y: unset;
  }
}
 
#block_236 .totals-card{}#block_236 .totals-block__card{display:flex;}#block_236 .totals-block__card-left{width:15px;flex-basis:152px;padding-right:12px;}#block_236 .totals-block__card-right{width:100%;}#block_236 .totals-rtl .totals-block__card-right{padding-left:0px;padding-right:12px;text-align:right;}#block_236 .totals-block__count{position:relative;margin-bottom:16px;}#block_236 .totals-block__count-value{font-weight:bold;position:relative;margin-bottom:0px;}#block_236 .totals-block__icon{display:flex;justify-content:center;align-items:center;box-sizing:content-box;margin-left:auto;margin-right:auto;}#block_236 .totals-block__icon-preview{display:flex;justify-content:center;align-items:center;height:100%;}#block_236 .totals-block__card-name h1{margin-bottom:0px;}#block_236 .totals-block__card-name h2{margin-bottom:0px;}#block_236 .totals-block__card-name h3{margin-bottom:0px;}#block_236 .totals-block__card-name h4{margin-bottom:0px;}#block_236 .totals-block__card-name h5{margin-bottom:0px;}#block_236 .totals-block__card-name h6{margin-bottom:0px;}