.wc-block-components-notice-banner.is-info {
    background-color: rgba(var(--wp--preset--color--background-tertiary-rgb), 0.5);
    border-color: var(--wp--preset--color--background-tertiary);
    position: relative;
    margin: auto;
    display: block;
    z-index: 999;
    width: fit-content;
    max-width: 70%;
    min-width: 360px;
    text-align: center;
}

.dokan-progress-bar-info,
.dokan-alert, .dokan-alert > p,
.dokan-alert, .dokan-alert > a {
    color: var(--wp--preset--color--font-primary) !important;
    width: fit-content;
    margin: auto;
    min-width: 360px;
    text-align: center;
}

body .dokan-alert {
    background-color: var(--wp--preset--color--background-tertiary) !important;
    border-radius: unset !important;
    color: var(--wp--preset--color--font-primary) !important;
}

body .wc-block-components-notice-banner {
    border-radius: 0px;
}

body.single-product .wp-block-group.woocommerce.product.is-layout-flow.wp-block-group-is-layout-flow {
    grid-template-columns: auto !important;
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: var(--wp--preset--color--background-tertiary);
}

.wc-block-components-notice-banner .wc-block-components-notice-banner__content > a {
    margin-left: 5px !important;
}

body .wc-block-components-notice-banner svg {
    display:none;
}

body .wc-block-components-notice-banner.is-error {
    background-color:rgba(255 ,255, 255, 0)
}

body .dokan-info {
    color: var(--wp--preset--color--font-secondary);
    background-color: var(--wp--preset--color--background-light-gray);
    border-top: 1px solid var(--wp--preset--color--background-dark-gray);
}

body .dokan-info:before {
    background-color: var(--wp--preset--color--background-dark-gray);
    content: '\2713';
    content: 'i';
    font-family: Times, Georgia, serif;
    font-style: italic;
}
