:root { --accent: #a27d48; } @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: #f4f4f4 }.sbf-title p { display: none; } .user-area.signin-area { background-color: #ffffff; padding: 6px 7px; /* color: black; */ border-radius: 6px; } i.mi.person.user-area-icon { color: #a27d48 !important; } .header .user-area>a { text-decoration: none; color: #a27d48!important; opacity: .7; transition: opacity .2s ease-in-out; line-height: 24px; font-size: 14px; font-weight: 800!important; } .header-scroll.header-scroll-dark-skin .user-area>span, .header.header-dark-skin .user-area>i.user-area-icon, .header.header-scroll.header-scroll-dark-skin .user-area>i.user-area-icon { color: #a27d48!important; } .signin-area>span { margin-left: 4px; margin-right: 4px; font-size: 14px; color: #a27d48!important; } .cky-btn-revisit-wrapper.cky-revisit-bottom-left { bottom: 80px!important; } /* codigo para ocultar en el menu el login y el acceso al perfil */ .user-area.signin-area { display: none!important; margin-right: 15px; } .buttons.button-1 { display: none!important; } .header-right{ display: none !important; } .header-right>div, .inbox-header-icon, body:not(.logged-in) .header-right a.view-cart-contents{ display:none!important; } 