﻿.input-wrap {
    white-space: nowrap;
}
.divAsLabel {
    min-width: 124px;
    padding-right: 1em;
    text-align: right;
    line-height: 32px;
    width: 160px;
}
.divAsLabelRequired:after {
    content: '*';
    color: #f00;
}
html.phone * .divAsLabel {
    width: 0;
    min-width: 0;
    white-space: nowrap;
}
html.phone #rrOrderLabel {
    width: inherit;
}
.trk_ViewException {
    background-color: #16BA09;
}
form {
    margin-bottom: 0px;
}
[class^="cart-"] .pricing-block .column {
    width: 15%;
}
.box-footerShowInMobile {
    border-top: solid 1px #ccc;
    color: #008000;
    font-weight: bold;
    text-align: right;
    font-size: 1.25rem;
    padding: 12px;
}