.product-card__shield {
    position: absolute;
    background-color: #f50404;
    color: #fff;
    padding: 8px 12px;
    font-size: 22px;
}

.product__gallery--inner .product-card__shield {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
}

.callback--form2.news #message-box {
    padding-bottom: 35px;
}

.product-card .product-card__shield {
    font-size: 13px;
}

.catalog__list .product-card .product-card__footer .primary-btn.modal-btn {
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .product__header .product__details .product__btns .product-detail-btn-saled {
    width: calc(60% - 20px);
}

@media (max-width: 500px) {
    .product .product__header .product__details .product__btns .product-detail-btn-saled {
        width: 100%;
    }
}

.tabs__new-products{
    overflow: hidden;
}