.p-images__wrap {
    padding-top: 100px;
}
.product__fav-com-item.p-favorit.p-favorit_active {
    color: red;
}
.product__fav-com-item.p-compare.p-compare_active {
    color: green;
}
.product__fav-com{
    display: inline-flex;
}
.product__fav-com-item {
    cursor: pointer;
    margin-right: 20px;
}
.product__fav-com-item svg {
    margin-right: 5px;
}

/*search plugin*/

.searchpro__dropdown .searchpro__dropdown-entity_name{
    white-space: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


.js-searchpro__page-content .products__item{
    width: calc(33.33% - var(--c-l-m));
}

@media screen and (max-width:1260px){
    
    .js-searchpro__page-content .products__item {
        width: calc(50% - var(--c-l-m));
    }
    
}

@media screen and (max-width: 1080px){
    .js-searchpro__page-content .products__item {
    width: calc(33.33% - var(--c-l-m-m));
    }
}

@media screen and (max-width: 920px){
    .js-searchpro__page-content .products__item {
    width: calc(50% - var(--c-l-m-m));
    }
}
