/*
Theme Name: Twenty Twenty Five Child
Theme URI: http://example.com/twenty-twenty-five-child/
Description: Twenty Twenty Five Child Theme
Author: WordPress
Author URI: http://example.com
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-twenty-five-child
*/

/* Custom styles go here */

/* customizing site background */

/* customizing notice banner */
.wc-block-components-notice-banner{
    border:2px solid;
}
.wc-block-components-notice-banner.is-error{
    border-color: red;
    background-color: white;
}
.wc-block-components-notice-banner.is-success{
    border-color: green;
    background-color: white;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__description {
    display: visible;
}
