.bs-wizard {
    list-style: none;
    overflow: hidden;
    font-size: 18px;
}
.bs-wizard li {
    float: left;
}

.bs-wizard li a span {
    display: block;
    font-size: 12px;
}
.bs-wizard li a {
    color: white;
    text-decoration: none;
    padding: 10px 30px 10px 65px;
    background: #a59992;
    position: relative;
    display: block;
    float: left;
}
.bs-wizard li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #a59992;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.bs-wizard li.active a {
    background: #867a73;
}
.bs-wizard li.active a:after {
    border-left: 30px solid #867a73;
}

.bs-wizard li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.bs-wizard li:first-child a {
    padding-left: 10px;
}


.form-delivery {
    margin-bottom: 30px;
}
.form-delivery .row {
    margin-top: -15px;
}
.form-delivery .row + .row {
    margin-top: 0;
}
.form-delivery .row div[class*="col-"],
.form-delivery .row aside[class*="col-"] {
    margin-top: 15px;
}
.form-delivery .form-group {
    margin-bottom: 0;
}
.form-delivery .checkbox {
    font-size: 11px;
    text-transform: uppercase;
    color: #232323;
}
.form-delivery .checkbox label {
    font-weight: 700 !important;
}
.form-delivery .checkbox input[type=checkbox] {
    margin-top: 2px;
}
.form-delivery .bootstrap-select .selectpicker > .filter-option {
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.form-delivery ::-webkit-input-placeholder {
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.form-delivery :-moz-placeholder {
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.form-delivery ::-moz-placeholder {
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.form-delivery :-ms-input-placeholder {
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}
.payments-options {
    margin-bottom: 30px;
}
.payments-options .panel {
    border: none;

    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid 1px #e9e9e9;
    border-radius: 5px;
}
.payments-options .panel-heading {
    background: none;
    padding-left: 10px;
    padding-right: 0;
}
.payments-options .panel-title {
    font-size: 14px;
    line-height: 22px;
    color: #232323;
    font-weight: 700;
}
.payments-options .panel-title .collapsed {
    font-weight: 400;
}
.payments-options .panel-title a {
    display: inline-block;
}
.payments-options .panel-title .overflowed {
    margin-top: -2px;
}
.payments-options .panel-title .overflowed img {
    margin-left: 5px;
}
.payments-options .panel-body {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.payments-options .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.payments-options .dot {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    border: solid 3px #d3d3d3;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
}
.payments-options .dot:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 5px;
    background-color: #a0a0a0;
}


.payments-options .panel-body {
    display: none;
}
.payments-options .panel-title a:hover, .payments-options .panel-title a:active, .payments-options .panel-title a:focus {
    text-decoration: none;
}

.payments-options .panel-body {
    margin-left: 12px;
}
.payments-options .collapsed .dot:before {
    content: none;
}
.payments-options .alert {
    margin-bottom: 0;
    color: #232323;
}