:root{
    --var-button-bg-color: #2a4451;
    --var-button-bg-color-transparent: #2a4451a0;
    --var-button-bg-active-color: #eb1420;
    --var-button-bg-active-color-transparent: #eb1420a0;
    --var-button-fg-color: #fff;
}

.mt-100px{
    margin-top: 100px;
}
.top-selection-wrapper #webisco-car-selection-manufacturer{
    border-radius: 8px;
}
#webisco-car-selection-number-form #webisco-car-selection-hsn,
#webisco-car-selection-number-form #webisco-car-selection-tsn{
    border-radius: 2px;
}
#webisco-car-selection-number-form input[name="submit"]{
    background-color: var(--var-button-bg-active-color);
    border: 1px solid var(--var-button-bg-active-color);
}

#webisco-subsections .webisco-subsection[data-level]>a{
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}
#webisco-subsections .webisco-subsection[data-level]>a.chosen{
    background-color: var(--var-button-bg-color);
    color: var(--var-button-fg-color);
}
#webisco-subsections .webisco-subsection[data-level]>a.chosen:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 15px;
    width: 30px;
    background: var(--var-button-bg-color);
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.footer-area #webisco-tecdoc-copyright{
    text-align: justify;
    text-align-last: center;
}

#webisco-category-navigation{
    background-color: #eee;
    border: 1px solid #0008
}
#webisco-category-navigation a,
#webisco-category-navigation label,
#webisco-category-navigation input[type="checkbox"]{
    cursor: pointer;
}
#webisco-category-navigation label{
    white-space: nowrap;
    margin: 0 !Important;
}

img>svg,
img>svg>use{
    pointer-events: none;
}

#webisco-category-navigation .sections-title,
#webisco-category-navigation .axis-title{
    background: #2a4451;
    color: #ffffff;
}

#webisco-category-navigation svg#axis g.front-axis>circle,
#webisco-category-navigation svg#axis g.rear-axis>circle{
    stroke: #666;
    transition:
        fill 150ms ease-in-out,
        stroke 150ms ease-in-out;
}
#webisco-category-navigation svg#axis g.front-axis>path,
#webisco-category-navigation svg#axis g.rear-axis>path,
#webisco-category-navigation svg#axis g.front-axis.left>path,
#webisco-category-navigation svg#axis g.front-axis.right>path,
#webisco-category-navigation svg#axis g.rear-axis.left>path,
#webisco-category-navigation svg#axis g.rear-axis.right>path{
    stroke: #666;
    fill: #666;
    transition:
        stroke 150ms ease-in-out,
        fill 150ms ease-in-out;
}

#webisco-category-navigation svg#axis g.front-axis:hover>circle,
#webisco-category-navigation svg#axis g.rear-axis:hover>circle{
    stroke: #999;
    cursor: pointer;
}
#webisco-category-navigation svg#axis g.front-axis:hover>path,
#webisco-category-navigation svg#axis g.rear-axis:hover>path,
#webisco-category-navigation svg#axis g.front-axis.left:hover>path,
#webisco-category-navigation svg#axis g.front-axis.right:hover>path,
#webisco-category-navigation svg#axis g.rear-axis.left:hover>path,
#webisco-category-navigation svg#axis g.rear-axis.right:hover>path{
    stroke: #999;
    fill: #999;
    cursor: pointer;
}

#webisco-category-navigation svg#axis g.front-axis.active>circle,
#webisco-category-navigation svg#axis g.rear-axis.active>circle{
    stroke: var(--var-button-bg-active-color);
}
#webisco-category-navigation svg#axis g.front-axis.active>path,
#webisco-category-navigation svg#axis g.rear-axis.active>path,
#webisco-category-navigation svg#axis g.front-axis.left.active>path,
#webisco-category-navigation svg#axis g.front-axis.right.active>path,
#webisco-category-navigation svg#axis g.rear-axis.left.active>path,
#webisco-category-navigation svg#axis g.rear-axis.right.active>path{
    stroke: var(--var-button-bg-active-color);
    fill: var(--var-button-bg-active-color);
}
#webisco-category-navigation input[type="radio"]{
    pointer-events: none;
}

#head-navigation ul>li>a{
    background-color: var(--var-button-bg-color);
    color: var(--var-button-fg-color);
    border-radius: 8px;
    transition: background-color 150ms ease-in-out;
}
#head-navigation ul>li>a:hover,
#head-navigation ul>li>a.head-navigation-item-active{
    background-color: var(--var-button-bg-active-color);
}
#head-navigation #head-navigation-submenu{
    z-index: 10;
}
#head-navigation #head-navigation-submenu.submenu-active{
    background-color: var(--var-button-fg-color);
    border-radius: 8px;
    box-shadow: 0 0 6px #0008;
    padding: 1rem;
}
#head-navigation #head-navigation-submenu a{
    min-width: 270px;
    max-width: 270px;
}
#head-navigation #head-navigation-submenu a:hover{
    background-color: #eee;
}
#side-navigation{
    width: 280px;
    max-width: 100%;
}
#side-navigation + #webisco-content{
    width: auto;
    flex-grow: 1;
}
#side-navigation>div.menu-item[data-level="0"]{
    margin: 0 !important;
}
#side-navigation span.article-section{
    color: #000;
    font-weight: bold;
}
#side-navigation div[data-parent=""]{
    border: 1px solid #0008;
}
#side-navigation span.article-section[data-level="0"],
#side-navigation div.menu-children[data-level="0"]{
    background-color: #eee;
}
#side-navigation span.article-section[data-level="1"],
#side-navigation div.menu-children[data-level="1"]{
    background-color: #c8c8c8;
}
#side-navigation span.article-section[data-level="2"],
#side-navigation div.menu-children[data-level="2"]{
    background-color: #aaa;
}
#side-navigation span.article-section[data-level="3"],
#side-navigation div.menu-children[data-level="3"]{
    background-color: #888888;
}

#side-navigation a.article-link{
    background-color: var(--var-button-bg-color);
    color: var(--var-button-fg-color);
    transition: background-color 150ms ease-in-out;
    border-radius: 8px;
    word-break: break-word;
}
#side-navigation a.article-link:hover{
    background-color: var(--var-button-bg-active-color);
}

.webisco-article-filter{
    float: right !important;
    background-color: var(--var-button-bg-color);
    padding: 4px 4px 4px 12px !important;
}
.webisco-article-sort{
    float: right !important;
    margin-left: 15px;
    background-color: var(--var-button-bg-color);
    padding: 4px 4px 4px 12px !important;
}
#webisco-content .webisco-article-filter label,
#webisco-content .webisco-article-sort label{
    color: var(--var-button-fg-color) !important;
}
#webisco-content .webisco-article-filter select,
#webisco-content .webisco-article-sort select{
    margin: 0 !important;
    border-radius: 8px;
    background-color: var(--var-button-fg-color) !important;
}
.webisco-page-flip-container{
    margin-top: 10px !important;
}
[class*="webisco-page-flip-"]:not(.webisco-page-flip-container)>a{
    padding: 8px 12px !important;
    margin: 0 3px;
    text-align: center;
    color: var(--var-button-fg-color) !important;
    border-radius: 6px;
}
[class*="webisco-page-flip-"]:not(.webisco-page-flip-container,.webisco-page-flip-current)>a{
    background-color: var(--var-button-bg-color);
}
.webisco-page-flip-current>a{
    background-color: var(--var-button-bg-active-color);
}

#webisco-table-wrapper{
    border-top: 1px solid #0008;
    border-right: 1px solid #0008;
    border-bottom: 1px solid #0008;
}
#webisco-table-wrapper .header .cell,
.webisco-article-table .webisco-article-table-row .cell{
    border: 5px solid #fff !important;
    padding: 8px 12px;
}
#webisco-table-wrapper .header .cell.putcart{
    background-color: #ffff !important;
    padding: 0;
}
.webisco-article-table-row .webisco-article-details-preview{
    border: none;
}

.webisco-article-table .webisco-article-table-row .cell.image{
    max-width: 300px;
    max-height: 200px;
    height: 200px;
    padding: 4px !important;
}
.webisco-article-table .webisco-article-table-row .cell.image>a{
    display: flex;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
    justify-content: center;
    align-items: center;
    margin: 15px;
}
.webisco-article-table .webisco-article-table-row .cell.image>a>img{
    max-width: 292px;
    max-height: 192px;
}
.webisco-article-table .webisco-article-table-row.webisco-article-table-row-even,
.webisco-article-table .webisco-article-table-row.webisco-article-table-row-even .webisco-article-details-table tr td .header{
    background-color: #eee !important;
}
.webisco-article-table .webisco-article-table-row.webisco-article-table-row-odd,
.webisco-article-table .webisco-article-table-row.webisco-article-table-row-odd .webisco-article-details-table tr td .header{
    background-color: #f8f8f8 !important;
}

#webisco-search input#webisco-search-inputfield{
    border-radius: 2px;
    border: 1px solid #0008;
    width: 280px;
    max-width: 100%;
    box-shadow: inset 0 0 0 0 #0008;
    transition: box-shadow 300ms ease-in-out;
    padding: 10px 15px;
}
#webisco-search input#webisco-search-inputfield[data-found="true"]{
    box-shadow: inset 0 0 0 3px #090;
}
#webisco-search input#webisco-search-inputfield[data-found="false"]{
    box-shadow: inset 0 0 0 3px var(--var-button-bg-active-color);
}

#webisco-search #webisco-search-form{
    display: flex;
    flex-direction: column;
    width: 420px;
    max-width: 100%;
    flex-wrap: wrap;
}
#webisco-search #webisco-search-label{
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    max-width: 100%;
}
#webisco-search #webisco-search-submit{
    background-color: var(--var-button-bg-color);
    transition: background-color 150ms ease-in-out;
    height: 42px;
    max-width: 280px;
}
#webisco-search #webisco-search-submit:hover{
    background-color: var(--var-button-bg-active-color);
}

.cart-info{
    padding: 8px;
    background-color: var(--var-button-bg-color);
}
.cart-info #webisco-cartinfo .webisco-cartinfo-content{
    margin-bottom:10px;
}
.cart-info #webisco-cartinfo,
.cart-info #webisco-cartinfo .webisco-cartinfo-content a{
    color: var(--var-button-fg-color);
    font-size: 16px;
}
.cart-info #webisco-cartinfo .webisco-cartinfo-content a{
    text-decoration: underline;
    margin-left: 5px;
}
.cart-info #webisco-cartinfo .webisco-cartinfo-content a:hover{
    color: var(--var-button-bg-active-color);
}
.cart-info i.icon-shopping-cart::before,
.cart-info a#profile_wrapper i.icon-user::before {
    display: flex;
    color: var(--var-button-fg-color);
    margin: 20px 20px 0;
    transition: color 150ms ease-in-out;
}
.cart-info>a:hover i.icon-shopping-cart::before,
.cart-info a#profile_wrapper:hover i.icon-user::before{
    color: var(--var-button-bg-active-color);
}

#article-loading-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000;
    animation: fade-black 2000ms ease-in-out forwards 1000ms;
    z-index: 100;
}

@keyframes fade-black{
    0% {
        background-color: #0000;
        backdrop-filter: blur(0px);
    }
    100% {
        background-color: #0008;
        backdrop-filter: blur(8px);
    }
}

#article-loading-container>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 240px;
    max-width: 90%;
    max-height: 90%;
    background: radial-gradient(
        at bottom center,
        var(--var-button-bg-active-color-transparent),
        var(--var-button-bg-color-transparent) 40%,
        var(--var-button-bg-color-transparent) 0
    );
    background-size: 200% 200%;
    background-position: 50% 0;
    border-radius: 16px;
    box-shadow: 0 0 10px #0008;
    color: var(--var-button-fg-color);
    backdrop-filter: blur(6px);
    animation:
        fade-in 150ms ease-in-out forwards,
        burn-cockpit 2000ms linear forwards 5000ms;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}
@keyframes fade-in{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes burn-cockpit{
    0% {
        background-position: 50% 0;
    }
    100% {
        background-position: 50% 100%;
    }
}

#article-loading-container>div>svg{
    width: 200px;
    height: 200px;
}
#article-loading-container>div>svg{
    stroke: var(--var-button-fg-color);
    fill: var(--var-button-fg-color);
}
#article-loading-container>div>svg>g.needle{
    transform-origin: 50% 53.5%;
    transform:rotate(-140deg);
}
#article-loading-container>div>svg>g.needle.animate{
    animation:
        svg-raise-needle 2400ms ease-in forwards 200ms,
        svg-crazy-needle 200ms linear forwards 2600ms,
        svg-crazy-needle 200ms linear forwards 2800ms,
        svg-crazy-needle 200ms linear forwards 3000ms,
        svg-crazy-needle 200ms linear forwards 3200ms,
        svg-crazy-needle 200ms linear forwards 3400ms,
        svg-crazy-needle 200ms linear forwards 3600ms,
        svg-crazy-needle 200ms linear forwards 3800ms,
        svg-crazy-needle 200ms linear forwards 4000ms,
        svg-overdrive-needle 300ms linear infinite 4200ms;
}

@keyframes svg-raise-needle{
    0%{
        transform:rotate(-140deg);
    }
    80%{
        fill: var(--var-button-fg-color);
        stroke: var(--var-button-fg-color);
    }
    100%{
        transform:rotate(110deg);
        fill: var(--var-button-bg-active-color);
        stroke: var(--var-button-bg-active-color);
    }
}
@keyframes svg-crazy-needle{
    0%{
        transform:rotate(110deg);
        fill: var(--var-button-bg-active-color);
        stroke: var(--var-button-bg-active-color);
    }
    50%{
        transform:rotate(120deg);
        fill: var(--var-button-bg-active-color);
        stroke: var(--var-button-bg-active-color);
    }
    100%{
        transform:rotate(110deg);
        fill: var(--var-button-bg-active-color);
        stroke: var(--var-button-bg-active-color);
    }
}
@keyframes svg-overdrive-needle{
    0%{
        transform:rotate(110deg);
        fill: var(--var-button-bg-active-color);
        stroke: var(--var-button-bg-active-color);
    }
    50%{
        transform:rotate(290deg);
        fill: var(--var-button-bg-active-color);
        stroke: var(--var-button-bg-active-color);
    }
    100%{
        transform:rotate(470deg);
        fill: var(--var-button-bg-active-color);
        stroke: var(--var-button-bg-active-color);
    }
}

#article-loading-container>div>span{
    font-weight: bold;
    font-style: italic;
}
