@import url("//fonts.googleapis.com/css?family=Lato:wght@400");
body { background-color:#000; }
:root {
--font-family-base: 'Lato', sans-serif;
--font-family-megamenu: 'Lato', sans-serif;
--font-family-heading: 'Lato', sans-serif;
--theme-color-default: #ffffff;
--link-color: #ffffff;
--link-color-hover: #ffffff;
--text-color: #ffffff;
--price-color: #ffffff;
--btn-bg: #ffffff;
--btn-bg-hover: #ffffff;
--btn-color: #ffffff;
--btn-color-hover: #ffffff;
--product-background: #ffffff;
--product-name-color: #ffffff;
--product-name-color-hover: #ffffff;
--product-price-color: #ffffff;
--product-regular-price-color: #ffffff;
--product-button-bg: #ffffff;
--product-button-bg-hover: #ffffff;
--product-button-color: #ffffff;
--product-button-color-hover: #ffffff;
--on-sale-badge-background: #ffffff;
--on-sale-badge-color: #ffffff;
--new-badge-background: #ffffff;
--new-badge-color: #ffffff;
--sale-badge-background: #ffffff;
--sale-badge-color: #ffffff;
--online-only-background: #ffffff;
--online-only-color: #ffffff;
--pack-badge-background: #ffffff;
--pack-badge-color: #ffffff;
--block-background: #ffffff;
--block-inner-background: #ffffff;
--block-heading-bg: #ffffff;
--block-heading-color: #ffffff;
}
