.woocommerce .elementor-nav-menu a,
.woocommerce .elementor-nav-menu--main a {
    color: #333333 !important;
}

.woocommerce .elementor-nav-menu a:hover,
.woocommerce .elementor-nav-menu--main a:hover {
    color: #6EC1E4 !important;
}

/* Add enough padding so containers are clearly visible below the menu */
.woocommerce .site-content,
.woocommerce #content,
.woocommerce #main,
.woocommerce .elementor-location-single {
    padding-top: 600px !important;
}

/* Force white background on the entire body for woocommerce pages */
body.woocommerce,
body.woocommerce .site,
body.woocommerce .site-content {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
}
