
/* WIZARD COMPONENTS  */
.active a{
    background-color: inherit !important;
    color: #000 !important;
}
.wizard-icon{
    color: #999 !important;
}

/*------------------------------------------------------------------------------------------------------------------------------
    WIZZARD CART 
-------------------------------------------------------------------------------------------------------------------------------*/

.c-titlesticker{
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #9999;
}
.c-titlesticker h4{
    font-weight: bold;
    color: #333;
}
.c-footersticker{
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #9999;
}
.c-formgroup{
    display: block;
    padding: 10px 0;
    text-align: center;
}
/* Textbox  */
.c-formgroup .c-txt-label{
    text-align: left;
    display: block;
    color: #9999;
}
.c-formgroup .c-txt{
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-bottom: 2px solid #9999;
    background: none;
}
.c-formgroup .c-txt:focus{
    border-bottom: 2px solid #333;
}


/* Selects  */
.c-formgroup .c-sel-label{
    text-align: left;
    display: block;
    color: #9999;
}
.c-formgroup .c-sel{
    display: block;
    width: 100%;
    padding: 10px 10px;
    border: none;
    border-bottom: 2px solid #9999;
    background: none;
    cursor: pointer;
    outline: 0;
}
.c-formgroup .c-sel:focus{
    border-bottom: 2px solid #333;
}

/* CARD TXT  */
.c-formgroup .c-card-label{
    text-align: left;
    display: block;
    color: #9999;
}
.c-formgroup .c-card{
    border: 1px solid transparent !important;
    background: none;
    padding: 15px 5px !important;
    /* border-bottom: 2px solid #333 !important; */
    border-radius: 0px !important;
    width: 100%;
}
/* Paymenth  */
.c-cardtxtbox{
    position: relative;
    border-bottom: 2px solid #333;
}
.c-cardtxtbox .c-credit-icon{
    position: absolute;
    top: 10;
    left: 0;
    display: inline-block;
}
.c-cardtxtbox .c-credit-info{
    position: relative;
    display: inline-block;
    width: auto;
}
.c-cardtxtbox .c-credit-info .c-credit-number{
    width: 280px;
    display: inline-block;
    padding: 0;
}
.c-cardtxtbox .c-credit-info .c-credit-date{
    display: inline-block;
}
.c-cardtxtbox .c-credit-info .c-credit-date input{
    display: inline-block;
    width: 30px;
    text-align: center;
    border: none;
    background: none;
}
.c-cardtxtbox .c-credit-info .c-credit-cvc{
    display: inline-block;
}
.c-cardtxtbox .c-credit-info .c-credit-cvc input{
    display: inline-block;
    width: 30px;
    text-align: center;
    border: none;
    background: none;
}


/*------------------------------------------------------------------------------------------------------------------
STRIPE
-------------------------------------------------------------------------------------------------------------------*/

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin: 20px 0;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #9999;
    border-radius: 0;
    padding: 40px 12px;
}

.StripeElement--focus {
  border-bottom: 2px solid #333;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}