div#product-notice>div:first-child svg {
    width: 50px;
}
div#product-notice {
    background: red;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    grid-gap: 15px;
    align-items: center;
}
.woocommerce-cart .product-notice, .woocommerce-checkout .product-notice {
    padding: 10px;
    color: white;
    background: red;
}
.product-notice svg {
    width: 25px;
}
.product-notice {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.mini_cart_item .product-notice {
    position: absolute;
    top: 0;
    right: 0;
}
