/*.tx-cart .show{
    display: block !important;
    visibility: visible;
}
*/
#card_pan, #pan_alias, #card_cvc {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#card_pan.card-focus,, #pan_alias.card-focus, #card_cvc.card-focus {
   border-color: #66afe9;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
   outline: 0 none;
}
.tx-cart .checkout-step-number::before {
    counter-increment: none;
    content:none;
}

.tx-cart label.error{
    color:#f00;
}

