/*
 * Copyright 2009-2024 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * JavaScript - Theme
 * Version: 9.2
 */
        :root {
                --theme-color-100: rgba(237,0,20,0.1);
                --theme-color-200: rgba(237,0,20,0.2);
                --theme-color-300: rgba(237,0,20,0.3);
                --theme-color-400: rgba(237,0,20,0.4);
                --theme-color-500: rgba(237,0,20,0.5);
                --theme-color-600: rgba(237,0,20,0.6);
                --theme-color-700: rgba(237,0,20,0.7);
                --theme-color-800: rgba(237,0,20,0.8);
                --theme-color-900: rgba(237,0,20,0.9);
                --theme-color-1000: rgba(237,0,20,1);
        }
