
:root {
    /* ---------------- B2b THEME VARİABLE------------ */
    --theme-color-primary: #650e6d;
    --theme-color-secondary: #f0e9df;
    --theme-color-white: #ffffff;
    --theme-color-black: #000000;
    /* ---------------- COLORS----------------------- */
    --default-theme-dark-blue: #26292D;
    --default-color-black: #000;
    --default-color-black2: #111;
    --default-theme-light-blue: #627B97;
    --default-theme-white: #fff;
    --default-theme-off-white: #f7f7f7;
    --default-theme-off-white2: #e9e9e9;
    --default--theme-grey-bg: #F5F5F5;
    --header-bg-color: #f7f7f7;
    --body-bg-color: #fff;
    --body-bg-altenative: #f4f6f8;
    --product-sale-badge-bg:#e90808;
    /* ---------------- DARK MOOD COLORS-------------- */
    --default-theme-dark-body-bg: #2D3133;
    --default-theme-dark-section-bg: #363C40;
    --default-themes-dark-purple: #3c6382;
    --text-dark-white-color: #ffffffa8;
    --table-dark-bg: #3a4249;
    --footer-dark-bg-color: #111111;
    /* ---------------- TEXT-------------------------- */
    --text-white-color: #fff;
    --text-black-color: #111;
    /* ---------------- BORDER------------------------ */
    --header-border-color: #ffffff52;
    --header-menu-border-color: #e9e9e9;
    --search-border-color: #00000026;
    /* ---------------- TOPBAR------------------------ */
    --topbar-background-color: #fff;
    --header-top-bg: #f1f1f1;
    /* ---------------- BUTTON STYLE------------------ */
    --button-border-color: #3045a1;
    --button-text-color: #3045a1;
    /* ---------------- FOOTER------------------------ */
    --footer-bg-color: #f9f9f9;
    --footer-bg-color2: #f5f5f5;
    --footer-title-color: #001747;
    --footer-text-color: #001747;
    /* ---------------- ICON-------------------------- */
    --social-media-icon-bg: #ececee;
    --hover-social-media-bg: #00164744;
}
