 
:root {
    /*main*/
    --main-color: rgba(0, 0, 0, 1.00);
    
    /*text color*/
    --main-heading: rgba(0, 0, 0, 1.00);
    --about-heading: rgba(102, 102, 102, 1.00);
    --button-color: rgba(255, 255, 255, 1.00);
    --new-rate: rgba(0, 0, 0, 1.00);
    --old-rate: rgba(153, 153, 153, 1.00);
    --discount-rate: rgba(225, 35, 35, 1.00);
    
    /*background color*/
    --button-background: rgba(0, 0, 0, 1.00);
    --instock-background: rgba(255, 255, 255, 1.00);
    --outstock-background: rgba(225, 35, 35, 1.00);
    --footer-background: rgba(0, 0, 0, 0.00);
    
    /*font*/
    --font: "Poppins", sans-serif !important;
    
    /*extra*/
    --blue: #cb2b1d;
    --link: #46614e;
    
    --header-background: rgba(255, 255, 255, 1.00);
    --header-text-color: rgba(0, 0, 0, 1.00);
    --newsletter-background: rgba(225, 35, 35, 1.00);
    --newsletter-text-color: rgba(255, 255, 255, 1.00);
    --footer-heading-color: rgba(0, 0, 0, 1.00);
    --footer-text-color: rgba(0, 0, 0, 1.00);
    --footer-bottom-background: rgba(51, 51, 51, 1.00);
    --footer-bottom-text-color: rgba(255, 255, 255, 1.00);
    --scrollbtn-background: rgba(225, 35, 35, 1.00);
    --scrollbtn-icon-color: rgba(255, 255, 255, 1.00);
    --facebook-icon: #1877f2;
    --instagram-icon: #e1306c;
    --youtube-icon: #ff0000;
    --pinterest-icon: #e60023;
    --linkedin-icon: #0077b5;
    --whatsapp-icon: #25d366;
    --vimeo-icon: #1ab7ea;
    --card-background: ;
    --card-color: rgba(225, 35, 35, 1.00);
} 