.single-product .woocommerce-notices-wrapper, .woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-NoticeGroup {
    display: none !important;
}

.iziToast.izi-yvon-alert {
    height: 56px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    border-left: 2px solid #003E2C;
    background: #FFF;
}

.iziToast.izi-yvon-alert .iziToast-message {
    font-family: Jost !important;
}

@media screen and (min-width: 768px) {
    .iziToast.izi-yvon-alert {
        width: 571px;
    }

    .iziToast-wrapper-topRight {
        top: 75px;
    }
}

@media screen and (max-width: 768px) {
    .iziToast.izi-yvon-alert {
        height: max-content;
        border-left: none;
    }
}


.iziToast.izi-yvon-alert > .iziToast-close {
    background: url(/wp-content/themes/woodmart-child/assets/icons/alert-close.svg) no-repeat 50% 50%;
    background-size: 13px;
}

