.woocommerce-checkout .checkout-page-title
{
    display: none;
}
.woocommerce-billing-fields
{
    border-top: 0 !important;
}
.wizard
{
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.wizard .content
{
     width: 80%;
}
.steps  {
    padding: 0;
    margin: 0;width: 20%;
}

.steps li {
    list-style: none;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 42px 0 !important;
    position: relative;
    border-radius: 100px;
    background: #EAEAEA;
    border: 5px solid rgb(218, 218, 222);
    transition: all 1s ease;
}
.steps .checked
{

    background: #4A148C;
    color: #fff;
    transition: all 0.6s ease;
}
.steps .checked a
{
    color: #fff;
}
.steps li:nth-child(1) {
    margin-top: 0;
}

.steps li a {
    font-family: 'Roboto';
    display: block;
    text-decoration: none;
    color: #878F9D;
    height: 100%;
    line-height: 27px;
        font-weight: 900;
}

.steps li a .current-info
{
    display: none;
}
.steps li:before {
   content: "";
    width: 2px;
   height: 100%;
    background: #e9e0cf;
        top: -43px;
    position: absolute;
}
.steps li:after
{
    content: "";
    width: 2px;
    height: 0px;
    background: #4A148C;
    position: absolute;
    left: 50%;
     top: -43px;
    transition: all 0.6s ease;
    
}
.steps li.checked:after {
    height: 100%;
}
.steps li:first-child:before
{
    content: none;
}
.steps li:first-child:after
{
    content: none;
}
.actions
{
    display: none;
}

.author {
    display: block !important;
    position: relative!important;
    bottom: 40px;
    bottom: 70px !important;
    text-align: center!important;
    margin-top: 4%!important;
}

.author img {
 width: 100px !important;
}