﻿:root {
    --christmasRed: #ff0000;
    --authGray: #898989;
    --primaryHighlightColor: #009bc9;

    --primaryDarkColor: #0081a7;
    --primaryDarkColorFilter: invert(40%) sepia(75%) saturate(6437%) hue-rotate(175deg) brightness(94%) contrast(101%);

    --primaryHighlightColorTransparent: #3ccffb7d;
    --primaryHighlightColorTransparent2: #3ccffb17;
    --primaryBorder: #3ccffb;
    --primaryBorderFilter: invert(78%) sepia(42%) saturate(3377%) hue-rotate(161deg) brightness(101%) contrast(97%);
    --mainContentWidthDesktop: 1300px;
    --primaryColorCarouselBackgroundColor: #3ccffb;
    --primaryLightGray: #ebebeb;
    --primaryGray200: #ebebeb;
    --primaryBlackText: #333;

    --primaryHoverColorTransparent: #ffd049;

    /*--primaryMegaColor: #f44336;
    --primaryMegaColorFilter: invert(35%) sepia(95%) saturate(3949%) hue-rotate(347deg) brightness(103%) contrast(87%);*/
    --primaryMegaColor: var(--primaryDarkColor);
    --primaryMegaColorFilter: var(--primaryDarkColorFilter);


    --PrimaryColorForTextLink: #0094ffff;

    --PrimaryColorForButtonBackgroundSuccess: #459145;

    --whiteColorFilter: invert(100%) sepia(2%) saturate(202%) hue-rotate(161deg) brightness(118%) contrast(100%);


    /* start product detail */
    --productDetailMainBox_BorderColor: #8bc34a;
    --productDetailMainBox_BackgroundColor: #4caf5014;
    --productDetailMainBox_AddToCardButtonBackgroundColor: #459145;

    --productDetailSecondaryBox_AddToCardButtonBackgroundColor: transparent;
    --productDetailSecondaryBox_AddToCardButtonColor: #459145;
    /* end product detail */


    --border: 2px dashed #393939;
  --symbol-color: #FF7F5B;
}
