
            :root {
                --theme-path: 'https://shatoun.comDomainResources/shatoun';
                --loader-url: url('https://shatoun.com/DomainResources/shatoun/Images/gif/284.gif');
                --logo1-url: url('https://shatoun.com/DomainResources/shatoun/Images/Logos/rlogo1.svg');
                --logo2-url: url('https://shatoun.com/DomainResources/shatoun/Images/Logos/rlogoen.png');
                --headerpattern-svg-url: url('https://shatoun.com/DomainResources/shatoun/Svg/headerpattern.svg');
                --headerpattern-svg-mobile-url: url('https://shatoun.com/DomainResources/shatoun/Svg/headerpatternmobile.svg');
                --TagImgNew-url:  url('https://shatoun.com/DomainResources/shatoun/Images/Tags/TagNew.png');
                --TagImgOffer-url:  url('https://shatoun.com/DomainResources/shatoun/Images/Tags/TagOffer.png');
                --theme-bg-color: #fefefe;
                --theme-font-family: Morabba;
            }

            .loading {
                background-image: var(--loader-url);
            }
            .logo1 {
                background-image: var(--logo1-url);
            }
            .logo2 {
                background-image: var(--logo2-url);
            }
        