/* Top header */
div.last-group { 
    float:right;
}

.vpf-topbar, .vpf-wrapper .vpf-topbar .inner-container a {
    color: #cccccc;
}

.vpf-wrapper .vpf-topbar .topbar-switch a {
    color: black;
} 

.vpf-wrapper .vpf-topbar .topbar-switch a:hover {
    background-color: #f47920;
} 

.bottom-horizontal .module-cont, .bottom-horizontal .module-cont p {
    margin-bottom: 0px;
}

.brand {
    margin: 23px 0 0px;
}

article.productdetails-view {
    margin-top: 40px;
}

.page-header {
    margin-top: 20px;
}

.form-control.quantity-input {
    width: 60px;
}

.addtocart-button-cont .btn-addtocart {
    background-color: #f47920;
    color: white;
}

/* Contact Page */
.dl-horizontal dt {
    text-overflow:initial;
}

.contact-address.dl-horizontal.dl-condensed dt {
    width: 85px;
}

.contact-address.dl-horizontal.dl-condensed dd {
    margin-left: 85px;
}

/* Product Page */
.product-field-display .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/* MFA Page */
.com-users-methods-list-method-addnew {
    background-color: #f47920;
    color: white;
    font-size: 16px;
}

/* Order Done Page */
.vp-thankyou-pageheader, vp-thankyou-subheader {
    text-align: center;
}

.vp-thankyou-details {
    width: 50%;
    margin: 0px auto;
} 

/* Mobile View */
.navbar-toggle.vpf-offcanvas-toggle {
    color: white;
}