/* Hide WooCommerce sale badge */
.woocommerce span.onsale {
    display: none !important;
}
/* Hide the tabs list */
.woocommerce div.product .wc-tabs, 
.woocommerce div.product .tabs {
    display: none !important;
}

/* Show only the description panel; hide others just in case */
.woocommerce div.product .woocommerce-Tabs-panel {
    display: none !important;
}
.woocommerce div.product #tab-description {
    display: block !important;
}


ul {
 margin-left: 0px!important;
    list-style-type: none;
}
ol {
 margin-left:0px!important;
    list-style-type: none;
}
.woocommerce-breadcrumb{
	display:none!important;
}
logo-in-menu .logo-in-menu-wrapper {
    margin-bottom: auto;
    margin-left: 0px;
    margin-top: auto;
}

.page-description{
font-size:18px;
}
.white-header h3{
color:#FFFFFF!important;
}


/* After: */
.woocommerce-store-notice {
    position: static;
    margin-top: 20px; /* Example spacing */
    background-color: #fff;
    padding: 10px;
}

/* Example container (optional): */
.woocommerce-store-notice-container {
    width: 100%; /* Or desired width */
    /* Add other styling as needed */
}
.woocommerce-demo-store #page-wrapper {
	margin-top: 40px;
}
a.woocommerce-store-notice__dismiss-link {
    display: none !important;
}