.products__item-mark--popular {
    background: #ffffff;
    color: #2196f3;
    border: 1px solid #2196f3;
}

.products__item-mark--hit {
    display: none !important;
}



































@media screen and (max-width:992px) {}

@media screen and (max-width:479px) {
    .products__item-action .btn--cart [class^=icon-] {
        margin: -8px 0px 0px -11px;
    }

    .info.advantages .col-sm-4:nth-child(2n) .info__item {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .info.advantages .col-sm-4:nth-child(3n) {
        display: none !important;
    }

    .info__item {
        font-size: 10px;
        padding-left: 32px !important;
        line-height: 12px;
    }

    .info__item img,
    .info__item svg {
        width: 18px;
    }

    .info.advantages {
        padding: 15px 0px;
    }
}