body>.header .logo.logo-with-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.img-thumbnail {
    border: 0px;
}

.fix-height {
    height: 100px;
}

.product-image {
    width: 100%;
}

body>.header .logo {
    height: 100px;
}

.skin-black .logo {
    background-color: #fff;
}

body .header {
    height: auto;
    max-height: initial;
}

body>.header .navbar {
    height: 100px;
}

.form-row {
    margin-bottom: 8px;
}

.form-label {
    text-align: left;
}

@media(min-width: 992px) {
    /* col-md */
    .form-label {
        text-align: right;
    }
}

.product-image {
    margin-bottom: 8px;
}

.btn {
    font-size: 18px;
}

.social-media-icons {
    padding-top: 15px;
}

.warrantyLabel {
    line-height: 44px;
}

.modal-title {
    font-weight: bold;
}

aside section.content {
    background-color: #fff;
}

.consent-row {    
    display:flex;    
}

.consent-col {    
    float: left;    
}

.consent-col label{    
    padding-left: 10px;
}