/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 small.woocommerce-price-suffix {
    display: none;
}

/* Force XOO Side Cart to show on single product page */
.single-product .xoo-wsc-basket,
.single-product .xoo-wsc-trigger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999999 !important;
}

/* Ensure side cart panel appears */
.single-product .xoo-wsc-modal {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999999 !important;
}

/* When cart is active */
.single-product body.xoo-wsc-cart-active .xoo-wsc-modal {
    transform: translateX(0) !important;
}

/* Fix theme overflow issue */
.single-product body {
    overflow-x: visible !important;
}
