.order-status-retry .order-status-animation {
    height: 128px !important;
    margin-bottom: 20px;
    overflow: hidden;
}

#retry-animation_container {
    width: 128px !important;
    height: 128px !important;
}

.order-status-title h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #219653;
    font-family: "roboto";
}

.order-status-desc h4 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #757575;
    font-family: "roboto";
}

.order-status-retry .order-status-container {
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
}

.breadcrumb {
    display: none !important;
}

.order-status.order-status-retry {
    margin: 32px auto 32px;
    padding: 0;
}

.maincontainer {
    padding: 0;
}

.order-status-action {
    max-width: 280px !important;
    margin-bottom: 16px;
}

.order-status-sub p {
    text-align: center;
    color: #BF6726;
    font-size: 15px;
    line-height: 18px;
    font-family: 'roboto';
}

canvas#retry-canvas {
    position: static !important;
}

/*==========  Mobile First Method  ==========*/

/* Phones Portrait */
@media only screen and (min-width : 320px) and (max-width : 479px) {
    .order-status-retry .order-status-container {
        margin-left: 16px;
        margin-right: 16px;
    }

    .order-status-action {
        max-width: 100% !important;
    }
}

/* Phones Landscape */
@media only screen and (min-width : 480px) and (max-width : 767px) {

}

/* Phones Portrait and Landscape */
@media only screen and (min-width : 320px) and (max-width : 767px) {
    .order-status-title h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .order-status-title h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

}

/* Small and Medium Devices */
@media only screen and (min-width : 768px) and (max-width : 1199px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
