.products--main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 60px;
}

.productM {
    padding: 35px 20px;
    flex-basis: 30%;
    border: 1px solid #D5D5D5;
    position: relative;
    margin-bottom: 65px;
    cursor: pointer;
    transition: 0.2s;
}

.productM:hover {
    border-color: #ffdd00;
    transition: 0.2s;
}

.productM__img {
    object-fit: contain;
    height: 200px;
    width: 100%;
}

.productM__img_big {
    height: 400px;
}

.productM__cat {
    color: #B5B5B5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}

.productM__name {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    height: 90px;
    overflow: hidden;
}

.absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.add-price-cat {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    color: #B5B5B5;
    margin-bottom: 5px;
}

div.info{
    font-size:14px;
    margin:8px 0;
}

.part {
    color: #B5B5B5;
}

.part>.active, .filters>.active, .brand>.active {
    font-weight: bold;
}
.category {
    justify-content: space-around;
}

a.teh-info:hover{
    color:#0030af;
    cursor: pointer;
}

.teh-info-img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.teh-info-text {
    padding-left: 8px;
    font-weight: bold;
}