.custom_cart_error_block{
    width: 50%;
    left: 25%;
    top: 30%;
    text-align: center;
    background: #ae5a30;
    position: fixed;
    clear: both;
    z-index: 999;
    border: 1px solid #674624;
    padding: 20px;
    border-radius: 5px;
}

.closebtnwc {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    clear: both;
    background: #674624;
    color: #e4e4e4;
    cursor: pointer;
    font-weight: 800;
    font-size: 25px;
    transition: 0.25s;
    width: 40px;
    margin: 0 auto 20px auto;
    padding-top: 5px;
    border-radius: 5px;
}

.closebtnwc:hover {
    color: #fff;
    background: #704c28;
}

.custom-cart-woocommerce-error{
    clear: both;
    color: #fff;
}

#show_error_google_api_notice{
    color: rgba(255,20,5,0.57);
    display: none;
}

.custom_checkout_error_block > .woocommerce-error{
    width: 50%;
    left: 25%;
    top: 30%;
    text-align: center;
    background: #ae5a30;
    position: fixed;
    clear: both;
    z-index: 999;
    border: 1px solid #674624;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
}

.custom_checkout_error_block > .woocommerce-error li{
    clear: both;
}


.custom_checkout_error_block > .woocommerce-error li strong{
    color: #fff;
}

.custom_checkout_error_block > .woocommerce-error:before{
    content: '';
}



