:root {

	/* Primary color */
		
	--color-primary-background: #5F4391;
	--color-primary-background-gradient-top: #5F4391;
	--color-primary-background-gradient-bottom: #5F4391;
	--color-primary-background-border: #000;
	--color-primary-background-shadow: #000;	
	--color-primary-foreground: #ffffff;
	--color-primary-foreground-shadow: #000;

/* Primary color - Active (used for hover/active states) */
	
	--color-primary-active-background: #524f56;
	--color-primary-active-background-gradient-top: #524f56;
	--color-primary-active-background-gradient-bottom: #524f56;	
	--color-primary-active-background-border: #94332d;
	--color-primary-active-background-shadow: #dc8840;	
	--color-primary-active-foreground: #ffffff;
	--color-primary-active-foreground-shadow: #000;

/* Secondary color */
	
	--color-secondary-background: #5f4391;
	--color-secondary-background-gradient-top: #5f4391;
	--color-secondary-background-gradient-bottom: #5f4391;
	--color-secondary-background-border: #504f4f;	
	--color-secondary-background-shadow: #3f3e3e;
	--color-secondary-foreground: #fff;
	--color-secondary-foreground-shadow: #000;
	
	/* Secondary color - Active (used for hover/active states) */
	
	--color-secondary-active-background: #0d729d;
	--color-secondary-active-background-gradient-top: #0d729d;
	--color-secondary-active-background-gradient-bottom: #0d729d;	
	--color-secondary-active-background-border: #504f4f;
	--color-secondary-active-background-shadow: #3f3e3e;	
	--color-secondary-active-foreground: #fff;
	--color-secondary-active-foreground-shadow: #000;

/* ---- Sizing ---- */
        --container-width: 1250px; /* Template content width */	
	--logo-width: 150px; /* Set the max width of your logo */

/* Default colors */
	
	--background-body: #eff4f7; /* Body background color */	
	--background-banner: #5f1ed8; /* Default background color for the banner */	
	--color-body: #564848; /* Used for body text */
	--color-heading: #222222; /* Used for heading text */
	--color-white: #fff;
	--color-black: #282828;	
	--color-border: #c5c5c5;	
	--color-green: #43de04;
	--color-red: #dc1010;
	--color-grey: #ececec;

}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc {
    margin-right: 10px;
    font-weight: 300;
    font-size: 13px;
    color: #5f4391;
}