:root {

    --bodyBackgroundColor: #0c0c0c;
    --bodyColor: #ffffff;

    --mainColor: steelblue;

    /*--linearGradient: to bottom, #ec096e, #bb0154;*/
    /*--linearBackground: #bb0154;*/
    /*--joinAccessBackground: #ec096e;*/

    --cartButtonBackground: #008080;
    --cartButtonColor: #fff;
    --cartColor: #fdfcfc;
    --cartButtonHoverBackground: steelblue;

    --removeCartButtonBackground: #7d7d7d;
    --removeCartButtonColor: #fff;
    --removeCartColor: #fdfcfc;
    --removeCartButtonHoverBackground: black;

    --addWishlistButtonBackground: #008080;
    --addWishlistButtonColor: #fff;
    --addWishlistButtonHoverBackground: steelblue;

    --removeWishlistButtonBackground: #7d7d7d;
    --removeWishlistButtonColor: #fff;
    --removeWishlistButtonHoverBackground: black;

    --downloadButtonBackground: #4682b4;
    --downloadButtonHoverBackground: black;
    --downloadButtonHoverColor: white;
    --downloadIconColor: white;

    --purchaseCreditsBoxHoverBackground: steelblue;
    --purchaseCreditsBoxHoverColor: white;

    --linearGradient: to bottom, #a2b5cd, #487bab;
    --linearBackground: #487bab;
    --joinAccessBackground: #a2b5cd;

}

