.steps i {
    opacity: 0;
    color: #5cb85d;
}

.secondStep.steps-step1, .steps-step2 {
    opacity: 0.5;
}

.secondStep.steps-step2, .secondStep.steps i {
    opacity: 1;
}
.grey-bg{
    background-color: #070707;
}
.payment2-content{
    margin-top: 25px;
}
.form-wrapper{
    color: #fff;
    -webkit-box-shadow: 0px -5px 10px -5px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px -5px 10px -5px rgba(255, 255, 255, 0.6);
    box-shadow: 0px -5px 10px -5px rgba(255, 255, 255, 0.6);
}
.ui-input{
    border-bottom: 2px solid #d8d8d8;
    border-radius: 3px;
}
.ui-input:focus{
    outline: none;
    border-bottom: 2px solid #3faefe;
}
.ui-input::-webkit-input-placeholder{
    color: #c3c3c3;
}
.header{
    color: #fff;
    text-align: center;
    padding-top: 15px;
    background: linear-gradient(rgba(7,7,7,1) 0%, rgba(55,55,55,1) 100%);
    border-bottom: 1px solid #484848;
    -webkit-box-shadow: 0px 5px 40px -16px rgba(255,255,255,0.59);
    -moz-box-shadow: 0px 5px 40px -16px rgba(255,255,255,0.59);
    box-shadow: 0px 5px 40px -16px rgba(255,255,255,0.59);
}
.header p {
    margin-bottom: 0;
    font-weight: 400;
}
.header h1{
    font-weight: 500;
}
.product{
    position: relative;
}
.circle-price{
    border-radius: 50%;
    background:     radial-gradient(ellipse at 20% 80%, #39a6f4 0%, #0376CA 62%, #025997 100%);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10%;
    right: 15%;
    height: 100px;
    width: 100px;
    transform: translateY(-50%);
}
.product__img{
    width: 60%;
}
.price{
    line-height: 1;
}
.price-title{
    font-size: 10px;
}
.currency{
    font-size: 24px;
}
.form-header{
    font-size: 18px;
    margin-bottom: 20px;
}
.form-text{
    color: #cbcbcb;
}
.variations{
    margin-top: 50px;
}
.variations-img{
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
}
.variations-text{
    max-width: 700px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.specs{
    margin-top: 50px;
    text-align: center;
    color: #fff;
}
.specs h1{
    color: #3faefe;
}
.terms{
    background-color: #070707;
}
.ui-form__cvv{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    width: 60px;
}
.iti__selected-dial-code {
    color: #fff;
}