
			
						.starting-price .elementor-price-table__price:before {
				content: 'starting at';
				font-size: 16px;
				display: block;
				width: 100%;
			}
			
			/* fix anchors to go past sticky header */
			body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
				  -webkit-transform: translateY(-200px);
				  transform: translateY(-200px);
			}/* End custom CSS */
			
			.woocommerce-variation {
			    margin-bottom: 1em;
			}
			
			.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
			.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
			    color: var(--e-global-color-accent);
			}
			
			.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
			.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
			.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
			.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
			:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, 
			:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, 
			:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, 
			:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
			    background-color: var(--e-global-color-accent);
			}
			
			table.variations tbody>tr:nth-child(odd)>td, 
			table.variations tbody>tr:nth-child(odd)>th {
			    background: none;
			}
			table.variations tbody > tr > * {
			    display: block;
			    padding: 0;
			} 
			table.variations tbody > tr + tr {
			    margin-top: 1em;
			    display: block;
			}		
		