.prm-brands-widget__image{
    height:210px;
    background-repeat:no-repeat;
    background-position:top center;
    background-size:70%;
	opacity: 1;
}
.prm-brands-widget__title{
    font-family:'Roboto', sans-serif;
    min-height:51px;
    float:left;
    width:100%;
    text-align:center;
    color:#292929;
    font-size:19px;
    margin-bottom:15px;
    text-transform:uppercase;
}
.priceBlock22{
    float:left;
    width:100%;
    border:2px solid black;
}
.priceBlock22>span{
    font-family:'Roboto', sans-serif;
    text-transform:uppercase;
    float:left;
    width:100%;
    line-height:15px;
    color:#292929;
    letter-spacing:1.5px;
    font-size:18px;
    text-align:center;
    margin-bottom:10px;
    margin-top:10px;
}
.productItem2{
    background-color:#fff;
    /*display:block;
    float:left;*/
	display:inline-block;
    /*min-height:350px;*/
    width:252px;
    margin:0px 11px 30px;
    padding:10px 20px 25px;
}
@media screen and (max-width: 991px){
    .productItem2{
        display:inline-block;
        float:none;
    }
}