h3.page-title {
  padding: 25px 0px 20px 0px;
  text-align: center;
}
.more-products-content-inner .pricing-sec {
  padding: 0px !important;
}
#category_page .more-products-content-inner .entry-single .entry-content {
  height: auto;
  min-height: auto;
}
#category_page .col-md-3.entry-single {
  padding-bottom: 25px;
}

.categories-list{
  margin-bottom: 30px;
}

.m-0{
  margin: 0px !important;
}
.mb-5{
margin-bottom: 30px;
}



/* New category  Card card start*/
/* 
.updated-card .inner-content{
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 7px;
    border: 2px solid transparent;
    transition: 0.3s;
    min-height: 380px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.125) !important; 
    overflow: hidden;
}

.updated-card  .entry-content{
  padding: 10px 0px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}
#more-products-content .more-products-content-inner .updated-card .entry-content h4 {
  font-size: 14px;
  color: #181818 !important;
  margin: 0 !important;
  font-weight: 600;
  line-height: 130%;
  font-family: 'Poppins', sans-serif !important;
  padding: 0px 10px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.updated-card .pricing-sec b{
  font-size: 15px;
  color: #0bbe3e;
  font-weight: 700;
  margin: 0;
}
.updated-card .pricing-sec span {
  font-size: 14px;
  color: #111;
  font-style: italic;
  margin-left: 12px;
  display: inline-block;
  font-weight: 400;
}
.updated-card span.bands_btn {
  line-height: 37px;
  margin-top: 15px;
  box-shadow: 3px 4px 6px rgb(0 0 0 / 20%);
}
 */

@media screen and (max-width:1198px){

  .filter-section{
    margin-bottom: 20px;
  }
}
/* New category  Card card End*/

h3.page-title{
  margin: 0 0 10px;
  font-size: 35px;
  color: #252527;
  font-weight: 600;
  text-transform: uppercase;
}
.updated-card .bands_innrbdy{
  overflow: hidden;
}
.updated-card .bands_logo {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  position: relative;
}
.updated-card .bands_logo>img{
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.bands_innrbdy {
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
span.bands_btn {
  line-height: 37px;
  margin-top: 15px;
  box-shadow: 3px 4px 6px rgb(0 0 0 / 20%);
}
@media screen and (min-width:581px){
  .updated-card  .bands_text h3 {
    line-height: 120%;
    margin-bottom: 12px;
  }
}

.neon-cat-main .thin-banner img{
  width: 100%;
}
@media screen and (max-width:580px) {
    h3.page-title {
      margin: 0 0 10px;
      font-size: 22px;
      padding: 20px 0px 5px 0px;
  }
}