li.item.product.product-item > .message.notice > :first-child::before {
    display: none;
}

li.item.product.product-item > .message.notice {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 12px 20px;
}

li.item.product.product-item > .message.notice > div {
    text-align: center;
}

#shopping-cart-table .product-item-details > .message.notice > :first-child::before {
    display: none;
}

#shopping-cart-table .product-item-details > .message.notice {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 12px 20px;
}

#shopping-cart-table .product-item-details > .message.notice > div {
    text-align: center;
}

div.content.minicart-items > .minicart-items-wrapper > .minicart-items > .product-item .product > .message.notice > :first-child::before {
    display: none;
}

div.content.minicart-items > .minicart-items-wrapper > .minicart-items > .product-item .product > .message.notice {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 12px 20px;
}

div.content.minicart-items > .minicart-items-wrapper > .minicart-items > .product-item .product > .message.notice > div {
    text-align: center;
}

.minicart-old-price > .price {
    text-decoration: line-through;
}