.p-title span {
    color: #333;
    font-size: 22px;
}


.cats-section {
    background: rgb(250, 250, 250);
    min-height: 200px;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: #525252 0 0 8px -4px;
            box-shadow: #525252 0 0 8px -4px;
    padding: 35px 0;

}



.books-section h3,
.cards-section h3,
.cats-section h3 {
    text-align: center
}

.cats-section ul {
    font-size: 19px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cats-section ul li {
    border: rgba(0, 0, 0, 0) 1px solid;
    margin: 5px 0;
    cursor: pointer;
}

.cats-section ul li:hover {
    border-color: #ddd;
    background: #fff;
}

.cats-section li a {
    display: block;
    padding: 2px 15px;
    line-height: 1.8;
}

.cats-section .cat-active {
    border-color: rgba(0, 88, 38, 0.15) !important;
    background: rgba(0, 88, 38, 0.05) !important;
    color: #ad011b !important;
}

.section-parent {
    padding: 0 15px;
}

#pro-slider .carousel-item{
    background-size: cover;
    background-position: center;
    height: 0px;
    padding-bottom: 33%;

}
       .products-count {
   width: 100%;
   text-align: center;
   border-bottom: 1px solid #000;
   line-height: 0.1em;
   margin: 10px 0 20px;
}

.products-count span {
    background:#fff;
    padding:0 10px;
}
