ul.menu li.current-menu-item > a {
    color: #F70000;
}
.woocommerce-active .site-branding {width: 250px;}

.demo_store {
      padding: 0em;
}

.flash {
   animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color: red;}
    to {color: white;}
}
#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: #272727;
}

.woocommerce-active .site-branding {
    width: 270px;
}

table:not( .has-background ) th {
    background-color: #ffffff;
}

table:not( .has-background ) tbody td {
    background-color: #ffffff;
}

table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: #ffffff;
}

