  /* simple css edits for child theme version,
 * we ignore the lint to keep it simple, but feel free to adjust
 */

/* stylelint-disable all */

.nav-dropdown .main-header__icon {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.main-header__logo img {
	max-width: 230px;
}
.footer-menu.footer-menu__badge {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .motorpass-main-nav.main-nav-menu>li {
        padding: 0 5px;
    }
}

.motorpass__nav-dropdown .motorpass__nav-dropdown__button.nav-dropdown__button {
    background: #cf1f39;
    color: #ffffff;
}
.motorpass__nav-dropdown .motorpass__nav-dropdown__button.nav-dropdown__button:hover {
    color: #ffffff;
    background-color: #740e1d;
    border-color: #740e1d;
    text-decoration: none;
}
.motorpass__nav-dropdown .motorpass__nav-dropdown__button.nav-dropdown__button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.5 6.5625L8.53125 12.2812C8.34375 12.4375 8.15625 12.5 8 12.5C7.8125 12.5 7.625 12.4375 7.46875 12.3125L1.46875 6.5625C1.15625 6.28125 1.15625 5.78125 1.4375 5.5C1.71875 5.1875 2.21875 5.1875 2.5 5.46875L8 10.7188L13.4688 5.46875C13.75 5.1875 14.25 5.1875 14.5312 5.5C14.8125 5.78125 14.8125 6.28125 14.5 6.5625Z' fill='%23FFFFFF'/%3E%3C/svg%3E")!important;
}

.motorpass__main-header .motorpass__primary-cta.main-header__primary-cta {
    background: transparent;
    color: #cf1f39;
}
.motorpass__main-header .motorpass__primary-cta.main-header__primary-cta:hover {
    color: #cf1f39;
    background: #fbecee;
    border-color: #cf1f39;
    text-decoration: none;
}
