@media (max-width: 767px) {

    .pizzaro-order-steps {
        margin-bottom: 3rem !important;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 10px;
    }

    .pizzaro-order-steps li {
        display: inline-block !important;
        margin: 10px;
    }

    .pizzaro-breadcrumb {
        margin-bottom: 0 !important;
    }
}

.blockUI.blockOverlay {
    position: fixed !important;
    background: #ffffff url("../imgs/ajax_loading.gif") no-repeat center center !important;
}