p.pro-price span.pro-price-del{
    text-decoration: line-through;
}
.text-sale{
    position: absolute;
    background: #fbd91e;
    padding: 3px 10px;
    text-transform: uppercase;
    right: 10px;
    top: 10px;
    font-weight: 600;
    z-index: 1;
}
.text-sale.ivtCart{
    display: none;
    background: #ccc;
    z-index: 10;
}

@media (max-width: 767px) {
    .box-icon.policy_home .banner-footer-item-image {
        display: none;
    }
}
