
.wizard > .steps .current-info, .wizard > .steps .number {
    display: none; }

#wizard {
    /*min-height: 834px;*/
    background: #fff;
    /*margin-right: 60px;*/
    margin-bottom: 30px;
}

.steps {
    margin-bottom: 6px; }
.steps ul {
    display: flex;
    position: relative; }
.steps ul li {
    width: 20.16%;
    margin-right: 10px; }
.steps ul li a {
    display: inline-block;
    width: 100%;
    height: 7px;
    background: #e6e6e6;
    border-radius: 3.5px; }
.steps ul li.first a, .steps ul li.checked a {
    background: #FE7F9C;
    transition: all 0.5s ease; }
.steps ul:before {
    content: "Choose Your Cake";
    font-size: 22px;
    font-family: 'Lemon', cursive;
    color: #333;
    top: -38px;
    position: absolute; }
.steps ul.step-2:before {
    content: "Choose Image"; }
.steps ul.step-3:before {
    content: "Add Frame"; }
.steps ul.step-4:before {
    content: "Add Message"; }
.steps ul.step-5:before {
    content: "Add To Cart"; }

.actions ul {
    display: flex;
    margin-top: 30px;
    /*justify-content: space-between; */
    float: right;
}
.actions ul.step-last {
    justify-content: flex-end; }
.actions ul.step-last li:first-child {
    display: none; }
.actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    /*height: 51px;*/
    /*width: 135px;*/
    height: 43px;
    width: 109px;
    align-items: center;
    background: #FE7F9C;
    cursor: pointer;
    position: relative;
    padding-left:22px;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 400; }
.actions li a:before {
    content: '\f2ee';
    position: absolute;
    top: 11px;
    right: 41px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
.actions li a:hover {
    background: #fe6484; }
.actions li a:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }
.actions li[aria-disabled="true"] a {
    display: none; }
.actions li:first-child a {
    background: #e6e6e6;
    padding-left: 40px; }
.actions li:first-child a:before {
    content: '\f2ea';
    left: 21px; }
.actions li:first-child a:hover {
    background: #ccc; }
.actions li:last-child a {
    padding-left: 29px;
    width: 167px;
    font-weight: 400; }
.actions li:last-child a:before {
    right: 30px; }

.graymob{
    background: #eaeaea;
}

.isthisright{
    padding-left: 10px;
}

.no-padding-right{
    padding-right: 0px !important;
}

.frames-div img{
    margin-bottom: 5px;
    max-height: 62px;
    padding-bottom: 2px;
}

.padding-change-total{
    padding-left: 5px;
}

.border-50{
    border-radius: 50%;
}

.border-radius .cropper-view-box{
    border-radius: 50% !important;
}

@media only screen and (max-width: 600px) {

.steps ul.step-5:before {
        content: ""; }
        
    .steps ul:before {
        top: -28px;
    }

    .actions li:first-child a {
        padding-left: unset;
    }

    .steps ul:before {
        font-size: 16px;}

    .col-xs-5{
        padding-left: 6px;
        padding-right: 6px;
    }

    #cupcake_text a{
        font-size: 12px;
    }
    .col-xs-7{
        padding: 0;
    }

    .padding-change-total{
        padding-left: 15px;
    }

    .no-padding-xs{
        padding: 0 !important;
    }
    .frames-div{
        overflow-x: auto;
        max-height: 250px;
    }
    .col-xs-7 p{
        font-size: 9px;
        line-height: 1.5em;
        color: #999;
    }

    .col-xs-7 #summary-box table td {
        padding: 6px 0;
        font-size: 11px;
    }
    .col-xs-7 #summary-box table th {
        padding: 8px 0;
        font-size: 13px;
    }

    .col-xs-7 .isthisright {
        padding: 6px 5px 1px 5px;
    }

    .actions li a::before {
        top: 6px;
        right: 18px;
    }

    .actions li a {
        height: 32px;
        width: 89px;
    }

    .actions li:first-child a {
        padding-left: 19px;
    }

    .actions li:first-child a::before {
        left: 7px;
    }
}
