:root {
    --background-default: #ffffff;
    --color-default: #666;        
    
    --background-thema: #440e62 !important;
    --color-thema: #ffffff !important;      

    /* Geral */
    --background-button: #9E0039;
    --color-button: #ffffff;

    --background-button-hover: #EC3169;
    --color-button-hover: #ffffff;

    /* Desktop */ 
    --background-header-desktop: #440e62 !important;
    --color-icon-header-desktop: #FFCF16 !important;  
    --color-primaria-header: #ffffff;    

    --color-secundaria-header: #ffffff !important;
    --color-secundaria-header-hover: #FFCF16;    
    
    --background-badge-desktop: #9e0039 !important;
    --color-badge-desktop: #ffffff !important;
    --width-logoEmpresaMenu-desktop: 67px !important; 
    
    --display-logoEmpresaMenu-mobile: block !important;


    /* Mobile */     
    --color-header-mobile: #ffffff !important;
    --background-footer-mobile: #ffffff !important; 
    --color-icon-footer-mobile-active: #9e0039 !important;
    --color-icon-footer-mobile: #3f3e3e !important;

    --background-badge-mobile: #440e62 !important;
    --color-badge-mobile: #ffffff !important;

    --background-cart-mobile: #9e0039 !important;
    --color-cart-mobile: #ffffff !important;

    --background-bagde-cart-mobile: #FFCF16;
    --color-bagde-cart-mobile: #000000;

    --width-logoEmpresaMenu-mobile: 47px !important;
    --ml-EmpresaMenu-mobile: -5px;    
    --mt-EmpresaMenu-mobile: 2px;    
    
    /* Padrao */
    --color-primaria-thema: #3e3e3e; 
    --color-secundaria-thema: #a6a5a5;
    --color-ternaria-thema: #a6a5a5;      
        
    --background-area-container: #ffffff;
    --background-area-cart: #ffffff;            
    
    --color-texto: #4A6A95;
    --color-texto-erro: #d12525;

    --background-table: #e7e7e7;
    --color-table-input-border: #4A6A95;

    --color-button: #ffffff;
    --color-button-hover: #ffffff;

    
    --color-link-acao: #ea1d2c !important;
    --color-link-remover: #a6a29f;

    --color-icon-cart: #ffffff;
    
    --cor-lbl-icon-menu-top: #ffffff;    
    --cor-area-cart-item__description-lable: #3f3e3e;        
}