/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Woodmart / WooCommerce icon safety */
.wd-tools-icon,
.wd-header-cart .wd-tools-icon,
.wd-header-search .wd-tools-icon,
.wd-header-my-account .wd-tools-icon,
.wd-scroll-to-top,
.widget_shopping_cart svg,
.woocommerce-mini-cart svg,
.cart-widget-side svg,
.wd-side-hidden svg {
    max-width: 32px !important;
    max-height: 32px !important;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

/* Never allow decorative SVGs to explode */
footer svg,
.site-footer svg,
.whb-header svg,
.wd-tools-element svg {
    max-width: 100%;
    height: auto;
}

/* Woodmart side cart hidden state safety */
.cart-widget-side:not(.wd-opened),
.wd-side-hidden:not(.wd-opened) {
    visibility: hidden;
    pointer-events: none;
}