:root {
    --background-default: #ffffff;
    --color-default: #666;        
    
    --background-thema: #ea1d2c !important; 
    --color-thema: #ffffff !important;      

    /* Geral */
    --background-button: #ea1d2c !important;
    --color-button: #ffffff !important;

    --background-button-hover: #c2121f !important;
    --color-button-hover: #ffffff !important;

    --color-link-acao: #ea1d2c !important;
    --color-link-remover: #a6a29f;
    
    --background-btn-voltar: #0069d9 !important;
    --color-btn-voltar: #ffffff !important;

    --background-btn-voltar-hover: #0069d9 !important;
    --color-btn-voltar-hover: #ffffff !important;        

    /* Desktop */ 
    --background-header-desktop: #ffffff !important;
    --color-icon-header-desktop: #ea1d2c !important;  
    --color-primaria-header: #a6a5a5 !important;    

    --color-secundaria-header: #3e3e3e !important;
    --color-secundaria-header-hover: #ea1d2c !important;
    
    --cor-lbl-icon-menu-top: #ffffff;
    --color-badge-border: #ffffff;               
        
    --background-badge-desktop: #ea1d2c !important;
    --color-badge-desktop: #ffffff !important;
    --width-logoEmpresaMenu-desktop: 90px !important;    

    /* Mobile */     
    --color-header-mobile: #ffffff !important;
    --background-footer-mobile: #ffffff !important; 
    --color-icon-footer-mobile-active: #ea1d2c !important;
    --color-icon-footer-mobile: #3f3e3e !important;

    --background-badge-mobile: #440e62 !important;
    --color-badge-mobile: #ffffff !important;

    --background-cart-mobile: #ea1d2c !important;
    --color-cart-mobile: #ffffff !important;

    --background-bagde-cart-mobile: #ffffff !important;
    --color-bagde-cart-mobile: #ea1d2c !important;

    --width-logoEmpresaMenu-mobile: 47px !important;
    --ml-EmpresaMenu-mobile: -5px !important;    
    --mt-EmpresaMenu-mobile: 2px !important;      
    --display-logoEmpresaMenu-mobile: none !important;
    
    /* 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-icon-cart: #ffffff;
        
    --cor-area-cart-item__description-lable: #3f3e3e;        

    --width-vitrine-imagem: 200px;
    --height-vitrine-imagem: 200px;
}