/********** Template CSS **********/
:root {
    --primary: #cc422f;
    --primary-highlight: #36cee2;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
    --white: #ffffff;
    --light-yellow: #ffde3d;
    --light-orange: #ffa43a;
    --black: #000000;
	--light-pink: #fefaf2;
	--cart: #9C27B0;
	--theme-blue-color: #205e8c;
    --theme-blue-over-color: #0a263b;
    --theme-red-color: #eb7300;
    --theme-red-over-color: #c05e00;
    --theme-yellow-color: #f0b936;
    --theme-red-over-color: #c05e00;
	--footer-pink-color: #c12949;
}