 
:root {
    /*main*/
    --main-color: #46614e;
    
    /*text color*/
    --main-heading: #000000;
    --about-heading: #999999;
    --button-color: #ffffff;
    --new-rate: #000000;
    --old-rate: #999999;
    --discount-rate: #b51212;
    
    /*background color*/
    --button-background: rgba(70, 97, 78, 0.20);
    --instock-background: #999999;
    --outstock-background: #e31e25;
    --footer-background: rgba(99, 121, 105, 0.80);
    
    /*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: #46614e;
    --newsletter-text-color: #ffffff;
    --footer-heading-color: rgba(255, 255, 255, 1.00);
    --footer-text-color: rgba(255, 255, 255, 1.00);
    --footer-bottom-background: #46614e;
    --footer-bottom-text-color: rgba(255, 255, 255, 1.00);
    --scrollbtn-background: #999999;
    --scrollbtn-icon-color: #ffffff;
    --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: ;
} 