.alfa-model-banner {
    background: var(--qode-header-dark-hover-color);
    color: white;
    padding: 2em;
}

.alfa-model-banner a {
    color: inherit;
}

.alfa-model-banner .model-page-unavailable {
    color: #9a9a9a;
}

.alfa-model-banner .page-width {
	width: 100%;
    max-width: 1400px;
	margin: 0 auto;
	font-family: 'Oxanium';font-size: smaller;
	text-transform: uppercase;
	display: flex;
	/* border-top: 0.25em solid var(--qode-main-color); */
}

.alfa-model-banner ul {
	display: flex;
	list-style-type: none;
    padding: 0;
    margin: 0 !important;
}

.alfa-model-banner ul li > * {
	padding: 0 1em;
}

.alfa-model-banner ul li:not(:first-child) > * {
	border-left: 0.25em solid var(--qode-main-color);
}

.qodef-page-title {
    height: auto !important;
}

.qodef-page-title .qodef-m-inner {
    height: 111px;
}

.alfa-model-banner img {
    width: 10em;
    height: 5em;
    object-fit: cover;
}

.alfa-model-banner .page-width {
    gap: 1em;
    align-items: center;
}

.alfa-model-banner li:first-child > * {
    padding-left: 0;
}

.alfa-model-banner li:last-child > * {
    padding-right: 0;
}

.alfa-model-banner span {
    color: #ccc;
}

.alfa-model-banner span a {
    color: #9a9a9a;
    margin-left: 1em;
}

.alfa-model-banner .model-name {
    font-style: italic;
    font-size: 1.2em;
    color: white;
}

.alfa-model-banner .variant-name {
    font-style: italic;
    font-size: 1;
}

.alfa-tree-widget a {
    color: black;
    font-family: 'Oxanium';
    text-transform: uppercase;
}

.alfa-tree-widget li ul {
    transition: all 0.5s;
    overflow: hidden;
    display: block !important;
}

.alfa-tree-widget li:not(.active) ul {
    height: 0;   
}

.alfa-tree-widget li.has-children::before {
	content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.alfa-tree-widget li.has-children.active::before {
	content: '\f068';
}

.alfa-tree-widget a.active {
	color: var(--qode-main-color);
}

.product .qodef-info-separator-single {
    margin: 0 16px;
}


.alfa-tree-widget li {
    background: var(--qode-main-color);
    color: white;
    margin: 0 !important;
    border-bottom: 1px solid white;
}

.alfa-tree-widget li::before {
    padding-left: 1em;
}

.alfa-tree-widget ul {
    background: white !important;
    padding: 0 0 0 1em !important;
    margin: 0 !important;
}

.alfa-tree-widget ul li:first-child {
    margin-top: 0.5em !important;
}

body .widget .alfa-tree-widget ul li:last-child {
    margin-bottom: 0.5em !important;
}

.alfa-tree-widget li a {
    color: white;
    padding-left: 0.5em;
}

.alfa-model-banner h2 {
    font-size: inherit;
    color: white;
    margin: 0;
}

.alfa-model-banner a:hover {
    color: var(--qode-main-color);
}

.alfa-model-banner h2 span {
    font-style: italic;
    color: var(--qode-main-color);
}

.alfa-model-banner.welcome img {
    object-fit: contain;
}

.qodef-woo-single-image {
    align-self: flex-start;
}

.selector-slider {
    position: fixed;
    top: 150px;
    left: 100%;
    width: max-content;
    translate: -2em 0;
    display: flex;
    align-items: stretch;
    z-index: 100;
    background: black;
    font-family: 'Oxanium';
    text-transform: uppercase;
    border: 1px solid white;
    transition: all 0.5s;
}

.selector-slider:hover, .selector-slider.peek {
    translate: calc(100vw - 100%) 0;
}

.selector-slider.active {
    translate: -100% 0;
    border-color: transparent;
}

.selector-slider .label {
    width: 2em;
    position: relative;
}

.selector-slider .label .inner {
    rotate: 90deg;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    left: 50%;
}

.selector-slider .detail {
    display: flex;
    padding: 1em;
}

.selector-slider .detail img {
    width: 10em;
    object-fit: contain;
}

.selector-slider .detail h2 {
    font-size: inherit;
    color: white;
}

.selector-slider .detail h2 span {
    font-style: italic;
    color: var(--qode-main-color);
}

.selector-slider .detail > div {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 1em;
}

.selector-slider button {
    width: auto;
}

.selector-slider > * {
    flex: 0 0 auto;
}

.selector-slider > .welcome {
    width: 100vw;
}

.selector-slider > .welcome > .page-width {
    height: 100%;
    align-items: center;
}


