/*Enter Your Custom CSS Here*/
.tool_draw li a.menuUp {
    opacity: 1;
}

/* This is to clean up the short description in the design tool */
.nbd-product-tab .woocommerce-product-details__short-description {display:none;}
.screen-reader-text {display:none;}
.nbo-base-price-html {display:none;}

/* This is to fix the word-break on template categories */
.item-name {word-break: normal !important; overflow-wrap: normal !important;}