body {
    background-color: #f2f2f2;
}
header.mobile {
    background: #CC0000;
    min-height: 101px;
}
header.mobile .navbar {
    min-height: 101px;
    padding-bottom: 0;
    margin-bottom: 0;
}
h1 {
    margin-top: 134px;
    color: #CC0000;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 64px;
}
.bike-subheading {
    color: #CC0000;
    font-family: "BigShouldersDisplay-Bold", sans-serif;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 3px 5px;
    border: 0.5px solid #8F8F8F;
    border-radius: 3px;
    cursor: pointer;
}
.comparison-section .col-6:first-of-type, .comparison-section .col-12 + .col-6 {
    border-right: 1px solid #E60020;
}
.subheading {
    font-family: "BigShouldersDisplay-SemiBold", sans-serif;    
    color: #CC0000;
    margin-top: 56px;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
}
.selected-row .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feat-container {
    max-width: 346px;
    width: 100%;
    margin: 0 auto;
}
.feat-container * {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.feat-heading {
    font-family: "Rubik-Bold", sans-serif;
    color: #CC0000;
}
.feat-details {
    font-family: "Rubik-Regular", sans-serif;
    color: #000000;
}
.selected-row + .row {
    margin-bottom: 40px;
}
.moto-container .moto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.motor-container {
    background-color: #FFFFFF;
    border-radius: 20px;
}
.moto-container img {
    width: auto;
}
.moto span {
    font-family: "Rubik-Regular", sans-serif;
    text-transform: uppercase;
    color: #CC0000;
    text-align: center;
}
.modal-header .close {
    margin-right: auto;
    margin-left: 0;
    opacity: 1;
    font-family: "BigShouldersDisplay-SemiBold", sans-serif;
    font-size: 24px;
    color: #CC0000;
    line-height: 12px;
}
.modal-header .close span {
    display: inline-block;
    margin-right: 8px;
}
.modal-header {
    border-bottom: 0;    
}
.modal-content {
    min-height: calc(100vh - 1rem);
    overflow-y: auto;
    height: 100%;
}
.modal-body {
    overflow-x: hidden;
}
#accordion h5 {
    background-color: #F6F6F6;
    border-radius: 4px;
}
#accordion h5 button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: "Rubik-Regular", sans-serif;
    font-size: 18px;
    color: #CC0000;
    text-decoration: none;
}
#accordion .acc-container {
    margin-bottom: 16px;
}
#accordion h5 button img.img-fluid {
    transition: all 0.2s ease;
}
#accordion h5 button:not(.collapsed) img.img-fluid {
    transform: rotate(90deg);
}
.col-12.characteristics-col-subheading p.subheading {
    margin-bottom: 0;
}
.col-12.characteristics-col-subheading:after {
    content: "";
    display: block;
    width: 16%;
    height: 1px;
    background: #E60020;
    margin: 0 auto;
}
.col-12.characteristics-col-subheading + .col-6, .col-12.characteristics-col-subheading + .col-6 + .col-6 {
    padding-top: 16px;
}
#search {
    position: relative;
}
#search img {
    position: absolute;
    right: 16px;
    top: 20%;
}
#search input {
    border-radius: 22px;
    background-color: #EDEDED;
}
#search-results {
    display: none;
    padding: 16px;
}
.moto-swiper, .moto-swiper * {
    cursor: pointer;
}
@media only screen and (max-width: 1023px) {
    h1 {
        font-size: 32px;
    }
    .bike-subheading {
        font-size: 13px;
    }
    .subheading {
        font-size: 24px;
    }
    .feat-container * {
        font-size: 10px;
    }
    .moto span {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1024px) {
    .motorbike-container {
        max-width: 346px;
        min-height: 371px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .motorbike-container img {
        width: 100%;
    }
}