.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard-row:before {
    top: 18px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #8c8989;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.stepwizard-row .btn-active {
    color: #008BCE;
    background: white;
    border-color: #008BCE;
}
.stepwizard-row .btn-active + .step-text {
    color: #008BCE;
}
.stepwizard-row .btn-passive {
    color: #fff;
    background: #777;
}
.stepwizard-row button {
    background: white;
    border: 2px solid #8c8989;
    border-radius: 3px;
    color: #777;
    text-shadow: inherit;
    width: 37.5469px;
    height: 37.5469px;
    font-size: 13px;
}
.step-text {
    color: #777;
}

/* feetunique coupon prompt reused on cart and checkout pages */
#fq_coupon .alert, #fq_coupon .alert a {
    font-size: 12pt;
}
#fq_coupon .btn {
    width: 100%;
}
#fq_coupon {
    min-height: 50px;
    position: relative;
}
#fq_coupon_box {
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
#fq_coupon.fq_coupon_applied #fq_coupon_prompt {
    display: none;
    opacity: 0;
}
#fq_coupon.fq_coupon_applied #fq_coupon_form {
}
#fq_coupon.fq_coupon_applied #fq_coupon_box {
    display: block;
    opacity: 1;
    top: 0;
    z-index: 2;
}
#fq_coupon_form {
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
#fq_coupon_prompt {
    position: relative;
}
#fq_coupon_prompt .btn {
    position: absolute;
}

#fq_cart_totals {
    margin-top: 1rem;
    width: 100%;
}
#fq_cart_totals td {
    font-size: 1.2em;
    line-height: 1;
    padding: 0;
    padding-bottom: 1rem;
    text-align: right;
    text-transform: uppercase;
}
#fq_cart_totals tr td:last-child {
    color: #008dd2;
    width: 15%;
}
#fq_cart_totals tr#total-shipping td {
    color: orange;
}

/* Checkout Success Headers */
.fq_checkout_success h1, .fq_checkout_success h2 {
    border-bottom: 1px solid;
    display: block;
    text-transform: uppercase;
    width: 100%;
}
.fq_checkout_success h1 {
    font-size: 20pt;
    line-height: 1.5em;
    text-align: center;
}
.fq_checkout_success h1:before, .fq_checkout_success h1:after {
    color: #47cf47;
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin: 6px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fq_checkout_success h2 {
    color: #008dd2;
    font-size: 21px;
}

@media only screen and (max-width: 450px) {
    .fq_checkout_success h1 {
        font-size: 5.4vw;
    }
    .fq_checkout_success h2 {
        font-size: 4.5vw;
        margin-top: 0px;
    }
}

#fq_paypalme_alert {
    align-items: center;
    display: flex;
    flex-direction: row;
}
#fq_paypalme_alert p {
    line-height: 1;
}
#fq_paypalme_alert a:first-child {
    text-decoration: underline;
}
#fq_paypalme_alert a:last-child {
    margin-bottom: auto;
    margin-left: auto;
}
#fq_paypalme_alert small {
    display: block;
    margin-top: 10px;
}

#fq_checkout_recent_order {
    align-items: center;
    display: flex;
    flex-direction: row;
}
#fq_checkout_recent_order p {
    margin-bottom: 0;
}
#fq_checkout_recent_order p a.btn {
    text-decoration: none;
}
#fq_checkout_recent_order a:last-child {
    margin-bottom: auto;
    margin-left: auto;
}