/**
* Theme Name:        avanam-toolband
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-toolband
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/


/* WooCommerce Terms Error – Yellow background, red text */
/* Light mode – WooCommerce Terms Error inside KWSB Snackbar */

.woocommerce-notices-wrapper
.kwsb-snackbar-notice
ul.woocommerce-error {
    background-color: blue !important;
    color: red !important;
    border: none !important;
    border-left: 4px solid #e11d48 !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    margin: 0 !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08) !important;
}
/* force layout */
body.woocommerce-account .entry-content > .woocommerce,
body.woocommerce-account .woocommerce{
    display:flex !important;
    gap:30px !important;
    align-items:flex-start !important;
}

/* sidebar */
body.woocommerce-account .woocommerce-MyAccount-navigation{
    width:280px !important;
    background:#fff !important;
    padding:20px !important;
    border-radius:12px !important;
    box-shadow:0 2px 10px rgba(0,0,0,0.08) !important;
}

/* content */
body.woocommerce-account .woocommerce-MyAccount-content{
    flex:1 !important;
    background:#fff !important;
    padding:25px !important;
    border-radius:12px !important;
    box-shadow:0 2px 10px rgba(0,0,0,0.08) !important;
}
