.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000000;
    background-image: none;
    border-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #000;
    border-color: #000;
}
.btn-primary .badge {
    color: #000;
    background-color: #fff;
}

.alert-faulty {
    position: relative;
    padding-top: 0;
    padding-bottom: 48px;
}
.alert-faulty .btn {
    position: absolute;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.alert-faulty .alert-content {
    padding-top: 15px;
}
@media (min-width: 992px) {
    .alert-faulty {
        padding-bottom: 0;
    }
    .alert-faulty .btn {
        position: static;
        float: right;
        margin: 9px 0 9px 9px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .alert-faulty .alert-content {
        padding-bottom: 15px;
    }
}

/* .alert--faulty */
@media (min-width: 992px) {
    .alert--faulty .alert-body {
        display: table-cell;
    }
    .alert--faulty .alert-actions {
        display: table-cell;
        width: 1%;
        vertical-align: top;
        padding-left: .8em;
    }
}

.navbar-header {
    background-image: url('/assets/frontend/boohooman/img/boohooman_white.png');
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 991px) {
    #landing_right_column .client_logo,
    #right_column .retailer-logo {
        display: none;
    }
}
.u-steps.visible-xs {
    margin-top: 15px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    h3, .h3 {
        font-size: 20px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    h6, .h6 {
        font-size: 14px;
    }
}
#right_column .glyphicon-shopping-cart {
    display: none;
}
#amount_to_return_span {
    white-space: nowrap;
}
.glyphicon-circle-arrow-left,
.glyphicon-circle-arrow-right {
    width: 18px;
    height: 18px;
    font-size: 18px;
    border-radius: 50%;
}
.glyphicon-circle-arrow-left {
    box-shadow: inset 0 0 0 1px #000;
}
.glyphicon-circle-arrow-right {
    box-shadow: inset 0 0 0 1px #fff;
}
#get_started_btn_desktop .glyphicon-circle-arrow-right {
    width: 19px;
    height: 19px;
    font-size: 19px;
}
.js-map-history > div {
    width: auto !important;
    vertical-align: top;
}
.new-return-wrap {
    text-align: center;
}
@media (max-width: 991px) {
    .new-return-button {
        float: none !important;
    }
}
.contact-address {
    margin-top: 15px;
}
.alert-default {
    background-color: #eef6f9;
    border-radius: 0;
}
.form-control-readonly {
    pointer-events: none;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
