
.woocommerce-MyAccount-navigation-link--customer-logout a,
.custom-logout-button {
opacity: 1 !important;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
background-color: #12B0E7;
color: white;
font-weight: bold;
display: inline-block;
transition: none !important;
cursor: pointer;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.woocommerce-MyAccount-navigation-link--customer-logout a:focus,
.custom-logout-button:hover,
.custom-logout-button:focus {
background-color: #000000;
text-decoration: none !important;
}