.products__item-mark--popular {
    background: #ffffff;
    color: #2196f3;
    border: 1px solid #2196f3;
}

.products__item-mark--hit {
    display: none !important;
}

.card_in_grid_attributes__NvYER {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.card_in_grid_attributes__NvYER .card_in_grid_attribute__D09dv {
    position: relative;
    width: 100%;
}

.card_in_grid_attributes__NvYER .card_in_grid_container__jup_3 {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 2px;
    justify-content: space-between;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.card_in_grid_attributes__NvYER .card_in_grid_container__jup_3 .card_in_grid_name__EHgjf {
    background-color: #fff;
    color: #9f9f9f;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.card_in_grid_attributes__NvYER .card_in_grid_container__jup_3 .card_in_grid_dots__xq8sw {
    background-image: repeating-linear-gradient(90deg, #babcc2 0 1px, #fff 2px 3px);
    background-position-y: 80%;
    background-repeat: no-repeat;
    background-size: 100% 1.5px;
    display: flex;
    flex-grow: 1;
    height: 16px;
    min-width: 8px;
}

.card_in_grid_attributes__NvYER .card_in_grid_container__jup_3 .card_in_grid_value__mY_iQ {
    background-color: #fff;
    color: #373737;
    font-weight: 400;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products__item.fullFields {
    height: 48rem;
}

.products__item-discount {
    height: auto;
    width: auto;
    position: initial;
    background: #fff;
    border: 1px dashed #ff6464;
    padding: 1px 8px 1px 1px;
    line-height: 20px;
    border-radius: 4px;
    color: #ff6464;
    display: inline-flex;
    overflow: hidden;
    margin-bottom: 8px;
}

.products__item-discount span {
    background: #ffe6e6;
    border-radius: 4px 0px 0px 4px;
    margin-right: 8px;
    padding: 0px 5px;
    font-size: 12px;
}

.products__item-discount small {
    font-size: 12px;
}

.products__item {
    height: 38rem;
}

.btn {
    border-radius: 5px;
}

#product #button-cart {
    border-radius: 5px;
}

.btn-outline-blue {
    background: #fff;
    color: #3b55e6;
    border: 1px solid #3b55e6;
}

.product_forms a.btn {
    background: #bfdcff;
    color: #3b55e6;
}


























@media screen and (max-width:992px) {}

@media screen and (max-width:479px) {
    .tableBorder {
        width: 100%;
    }

    .tableBorder td {}

    .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;
    }

    .card_in_grid_attributes__NvYER .card_in_grid_container__jup_3 {
        font-size: 11px;
    }
}