/* Enter Your Custom CSS Here */
body.cart-has-items .hide-if_cart-has-items {
    display: none !important;
}

body:not(.cart-has-items) .show-if_cart-has-items {
    display: none !important;
}

.lq-poweredby {
	display: none;
	visibility: hidden;
}