.form-group {
    padding-left: 15px;
    padding-right: 15px;
}
.checkout-totals {
    padding-right: 0;
}
.checkout-totals h5 {
    margin-top: 6px;
    margin-bottom: 6px;
}
.pagination-centered {
    text-align: center;
}
.chzn-container,
.chzn-drop,
.chzn-drop .chzn-search,
.chzn-drop .chzn-search input {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.chosen-select {
    min-width: 95% !important;
}
.label-has-error {
    color: #b94a48;
}
.checkout ul,
.checkout li {
    margin-left: 0;
    padding-top: 5px;
    padding-left: 2px;
    list-style: none;
    color: #000;
}
.checkout h4 {
    line-height: 1;
    margin-bottom: 3px;
}
.checkout-each-price {
    color: #b0b0b0;
    font-size: 0.85em;
    font-style: italic;
    text-align: right;
}
.checkout-update-functions {
    font-size: 0.85em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.checkout-translations {
    font-size: 0.85em;
}
.small-hr {
    margin-top: 15px;
    margin-bottom: 10px;
}
.checkout-prices h3,
.checkout-prices h4 {
    color: #000;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 5px;
}
.wizard a {
    padding: 10px 12px;
    margin-right: 5px;
    background: #f0f0f0;
    position: relative;
    display: inline-block;
    color: #d6d6d6;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #f0f0f0;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #ccc;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #ccc;
}
.mywizard li {
    position: relative;
    background: #d6d6d6 padding-right: 30px;
    padding-left: 5px;
}
.mywizard li a:after,
.mywizard li a:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.mywizard li a:after {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #d6d6d6;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
    margin-left: -30px;
}
.mywizard li a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.mywizard li .badge {
    vertical-align: text-bottom;
    padding-top: 3px;
}
.affiliateHighlights {
    margin-left: 25px;
    font-size: 12pt;
    padding-bottom: 5px;
}
