:root { --accent: #ff7b16; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1); } 50% { box-shadow: -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #ffffff }header{ background-color: #fff!important; } .shopping_cart{ color: #474747!important; } .forum{ color: #474747!important; } .c27-main-header{ background-color: #fff!important; border-bottom: 1px solid #e0e0e0; } /****HEADER SETTINGS****/ .icon-location-map-1{ font-size: 17px; margin-left: 25px!important; } .select-city { padding: 10px 10px; margin: 3px 0; display: inline-block; position: relative; margin-left: -3px!important; } .select-city select{ width: auto!important; background-color: #fff!important; border: 0; position: relative!important; padding-right: 20px!important; padding-left: -3px!important; } .select-city select:focus{ box-shadow: 0 0 0 0; border: 0 none; outline: 0; } @media only screen and (max-width: 960px){ .icon-location-map-1{ display: none; } .icon-location-pin-check-2{ display: none; } .select-city{ display: none; } /*blog*/ .col-md-7 { width: 100% !important; } .col-md-5 { width: 100% !important; } } @media only screen and (min-width: 960px){ .col-md-7 { width: 70% !important; } .col-md-5 { width: 30% !important; } } /******/ .level-featured .icon-flash::before { content: '\f641'; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; /* Fix version 5.0.9 */ } .promo-item-icon .icon-flash::before { content: '\f641'; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; /* Fix version 5.0.9 */ } .level-promoted .ad-badge .icon-flash::before { content: '\f641'; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; /* Fix version 5.0.9 */ font-size: 17px; color: #fff; } /* for promoted badge */ .level-promoted .ad-badge { background-color: red; border-color: red; border: 0px; } .level-featured .ad-badge { color: #FFBD4A; border-color: #FFBD4A; } .header-container{ font-weight: bold!important; color: #171717!important; } /****blog****/ .title-blog{ font-size: 20px!important; border: 0px!important; font-weight: 600!important; } .pf-body p { font-size: 16px; } .botao-corrigir a { display: inline-block; padding: 10px 20px; margin-bottom: 10px; border: 1px solid #ccc; /* borda cinza claro */ background-color: #fff; /* fundo branco */ color: #333; /* cor do texto padrão */ border-radius: 999px; /* bordas bem arredondadas */ text-decoration: none; transition: all 0.3s ease; font-weight: 500; } .botao-corrigir a:hover { background-color: #ff7b16; /* tonalidade entre laranja e amarelo */ border-color: #ff7b16; color: #fff; /* texto branco no hover */ } 