.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
    max-width: 100%;
    width: 100%;
    margin: auto;
    background: #F6F8FC;
    padding: 0;
    font-family: "Albert Sans";
}

.single-product .woocommerce-notices-wrapper {
    padding: 10px;
}

.woocommerce-notices-wrapper ul {
    margin: auto;
    max-width: 1000px;
    border-radius: 12px;
    border: none;
    background: white;
    min-height: 66px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
}

.woocommerce-notices-wrapper div {
    margin: auto;
    max-width: 1000px;
    border-radius: 12px;
    border: none;
    background: white;
    min-height: 66px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 5px auto;
}




.single-product .woocommerce-notices-wrapper ul,
.single-product .woocommerce-notices-wrapper div {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    position: relative;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: center;
    align-content: center;
}
.single-product .woocommerce-error li,
.single-product .woocommerce-info li,
.single-product .woocommerce-message li {
    flex-direction: row-reverse;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    border: none;
    background: white;
    border-radius: 12px;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    content: none;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 23px;
    content: "";
    background-image: url('../icons/notice/error-notice.svg');
    background-color: transparent;
    background-size: contain;
    height: 20px;
    width: 20px;
}
.woocommerce-info::before {
    background-image: url('../icons/notice/info-notice.svg');
}
.woocommerce-message::before {
    background-image: url('../icons/notice/check-notice.svg');
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce-page .woocommerce-error a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-message a {
    float: right;
    background: none!important;
    color: #1865FF;
    font-weight: 500;
    padding: 0;
    transition: 0.3s all;
}
/*.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: none;
    text-decoration: none;
    background-image: none;
    color: #515151;
}*/
