.catalog{ 
    margin: 30px 0px;
    position: relative;
    z-index: 0;
    background-image: none;
}
.catalog::before{
    content: '';
    background:#F9F9F9;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 150px;  
}
.catalog::after{
    content: '';
    background:#F9F9F9;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 150px; 
    z-index: -1; 
} 
.img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.catalog .col-md-8{
    overflow: hidden;
    padding: 0;
}
.catalog .col-md-6 > .item, .catalog .col-md-4 > .item{
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    background: #fff;
    margin: 10px 0px;
    height: 95%;
}
.catalog .item a{
    color: inherit;
    text-decoration: none;
}
.catalog .item h5{
    margin: 20px 0px;
    font-weight: 600;
}
.catalog .item p{
    overflow: hidden; 
}
.catalog .box{
    padding: 10px 10px;
    position: relative;
    bottom: 0;
}
.btn-seemore{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    transition: 0.4s all;
    display: block;
    width: 150px;
    text-align: center;
}
.btn-seemore:hover{
    text-decoration: none;
    background: #464C55;
    color: #fff;
}
@media only screen and (max-width: 767px){

.btn-seemore{
    width: 60px;
    font-size: 10px;
    padding: 5px 0px;
}
.catalog .item p{
    font-size: 12px;;
}
.row .edit-mr{
    margin: 0;
}
.catalog .item h5 {
    font-size: 16px;
    margin: 0px!important;
    padding: 5px 0px;
    overflow: hidden;
}


.item .times {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
} 
 
.catalog .wrap[role="wrap"]::-webkit-scrollbar{
    display: none;
}
.catalog .wrap[role="wrap"]{
    width: 100vw !important;
    overflow-x: scroll;
}
.catalog .inner[role="inner"] {
    flex-direction: row;
    width: max-content;
}

.catalog .item[role="item-noncol"] {
    width: 300px;
}

.not-found-article {
    margin-top: 60px;
    margin-bottom: 60px;
}

.not-found-product {
    margin-top: 90px;
    margin-bottom: 90px;
}