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

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

.steps-step2, .steps i {
    opacity: 1;
}
.ui-form__submit-button {
    max-width: 250px;
    border-radius: 0;
    height: auto;
    font-weight: 400;
}
.bg-white{
    background-color: transparent !important;
}
.payment2-content{
    min-height: 100vh;
}
.grey-bg{
    background: transparent;
}
.bg-grey{
    background: #fafafa;
    border-left: 1px solid #e1e1e1;
}
.white-bg{
    border-left: 1px solid #e1e1e1;
}
.product-title{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
}
.product-img-container{
    border-bottom: 1px solid #e1e1e1;
}
.ui-form__block--address{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.ui-form__block--address div{
    flex-basis: 100%;
}
.ui-input{
    border: 1.5px solid #b7b7b7;
    background: #f7f7f773;
    border-radius: 3px;
}
.product__image{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
}
.description{
    font-size: 16px;
}
.payment-info-title, .product__name{
    font-size: 1.4em;
}
.pricing-container{
    border-block: 1px solid #dfdfdf;
}
.pricing-info{
    font-size: 0.7em;
}
.price{
    font-weight: 500;
}
.payment2-footer-side, .payment2-footer {
    width: 237px;
    height: 31px;
    background: url(../img/card-footer.svg?rev=2) center center no-repeat;
}
.payment-security{
    color: #028000;
    margin-bottom: 1em;
}
.pricing-container-phone{
    font-weight: 500;
    border-top: 2px solid #000;
}

 .top-text{
    margin: 0;
}
 .secure-card{
    background-color: #fafafa;
    border-bottom: 1px solid #e1e1e1;
}
 .card-check{
    width: 40px;
}
 .product__name2,  .mystery-box{
    font-size: 18px;
    color: #484848;
}
 .prodcut-image-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .pricing-container{
    border: none;
}
 .price2{
    color: #333;
    font-weight: 500;
}
 .product__image2{
    margin: 0;
    width: 70%;
}
 .cards-accepted{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .ui-input{
    padding: 8px 32px 8px 15px;
    background-color: #fff;
    border: 1px solid #d1d5db;
    width: 100%;
}
 .card-cvv{
    width: 50px;
}
 .ui-form__submit-button{
    max-width: 100%;
    line-height: normal;
    padding: 10px 0;
}