#vue{
    min-height:var(--size-600);
}
.visual-selector-box{
    float:left;
    width:99px;
    height:49px;
    text-align:center;
    font-weight:bold;
    line-height:49px;
    margin:var(--space-4);
    border-radius:var(--radius-12);
    border:1px solid #9aa0a7;
    background:white;
    cursor:pointer;
}
.visual-selector-box.make{
    width:30%;
    min-width:250px;
}
.visual-selector-box.mode{
    width:34%;
    margin:8%;
    height:250px;
    min-width:250px;
}
.visual-selector-box:hover{
    background:var(--state-selected-border);
    transform:scale(1.05);
    color:var(--state-selected-text);
}

.list-complete-item {
    transition:all var(--motion-dramatic) var(--ease-standard);
    display: inline-block;
}
.list-complete-enter, .list-complete-leave-to
    /* .list-complete-leave-active for <2.1.8 */ {
    opacity: 0;
    transform: translateY(30px);
}
.product.list-complete-enter, .product-list-complete-leave-to{
    transform:translateY(300px);
}
.list-complete-leave-active {
    position:absolute;
}
.filter-wrap{
    width:100%;
    padding:var(--space-30);
}
.filter-wrap input{
    width:80%;
    margin:var(--space-25) 10%;
}
.page-template-template-selector #primary,
.page-slug-konfigurator #primary{
    width:var(--spacer-shell);
    max-width:100%;
    margin:0 auto;
}
#stage-controller{
    display:flex;
    flex-direction:row;
    background:rgba(154, 160, 167,0.7);
}
.car-stage{
    padding:var(--space-25);
    transition:all var(--motion-dramatic) var(--ease-standard);
    background:transparent;
    font-weight:bold;
    color:var(--state-selected-text);
    position:relative;
}
.car-stage.current{
    background:var(--state-selected-border);
    padding:var(--space-25) var(--space-80);
    margin:-var(--space-2);
    z-index: 3;
    position: relative;
}
.car-stage.current:after{
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    bottom:0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid white;
}
.car-stage.passed:after{
    content: "";
    position: absolute;
    z-index: 2;
    right: -4px;
    top: 34px;
    border-top: 4px solid transparent;
    border-left: 4px solid white;
    border-bottom: 4px solid transparent;
    border-right: 0;
}
.car-stage.passed:last-of-type:after{
    border:0 !important;
}
.car-stage.passed{
    cursor:pointer;
}
#car-outline{
    width: 100%;
    margin-top: -180px;
    z-index: -1;
    position: relative;
    margin-bottom: -var(--space-80);
}
.col-md-6{
    width:50%;
    min-height:var(--size-600);
    float:left;
    padding:0 var(--space-30) var(--space-30);
}
.form-control{
  width:100%;
}
span.clarify{
    font-size:var(--fs-14);
        color:var(--notice-helper-text);
        padding-left:var(--space-15);
    display: block;
}
.fa-cog{
    transition:all var(--motion-decorative) var(--ease-emphasis);
    font-size:var(--fs-24);
    margin:var(--space-15);
    float:right;
    cursor:pointer;
}
.fa-cog.modding{
    transform:rotateZ(95deg);
}
div.div{
    padding:var(--space-15);
    opacity:0;
    margin-right:var(--space-80);
    transition:all var(--motion-decorative) var(--ease-emphasis);
}

div.div.modding{
    opacity:1;
}
.needy{
    border:var(--notice-error-border);
    background:var(--notice-error-surface);
}
.needy:after{
    content:"A recent change has invalided your choice here, please pick again";
    display:block;
    color:var(--notice-error-text);
}
.empty{
    border:var(--notice-warning-border);
    background:var(--notice-warning-surface);
}
.empty:after{
    content:"A recent change might have invalided your choice here. Please fill out red fields first";
    display:block;
    color:var(--notice-warning-text);
}

.no-bundles .bundled_product_summary{
    display:none;
}

@media screen and (max-width: 768px) {
    .userinfo{
        display:none;
    }
    #stage-controller{
        justify-content:center;
    }
    #stage-controller .car-stage{
        display:none;
    }
    #stage-controller .car-stage.current{
        display:block;
    }
    #main .visual-selector-box{
        width:calc(25% - 8px);
        min-width:99px;
    }
    #main .visual-selector-box.big-option{
        width:100%;
        min-width:99px;
    }
}
@media screen and (max-width:517px){
    #main .visual-selector-box{
        width:calc(33% - 8px);
        min-width:99px;
    }
    #main .visual-selector-box.big-option{
        width:100%;
        min-width:99px;
    }
}
@media screen and (max-width:409px){
    #main .visual-selector-box{
        width:calc(50% - 8px);
        min-width:99px;
    }
    #main .visual-selector-box.big-option{
       width:100%;
       min-width:99px;
   }
}

@media screen and (max-width:660px){
    #caroverhead{
        max-width:100%;
    }
    #caroverhead .caroverheadtable{
       display:block;
   }
    .image-wrap-td{
        display:none;
    }
    .action-wrap-td button{

        font-size:var(--fs-10);
        padding:var(--space-10) var(--space-5);
    }
}
@media screen and (max-width: 768px) {
    #changecontainer,#changecontainer>div{
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    #changecontainer .col-md-6,.col-md-10,.col-md-2{
        float:none;
        width:100%;
        order:2;
    }
    #changecontainer .texthelper-wrap{
        display:none;
    }
    #changecontainer .col-md-2{
        order:1;
    }
    .attribute-wrap-td{
        display:none;
    }
}
@media screen and (max-width: 768px) {
    #mountingcontainer>div>div>div.row{
        flex-direction:column !important;
    }
    .mounting-help-image-container{
        width:200px;
        margin: 0 auto !important;
    }
    #main .vue-product{
        padding:0;
        box-shadow:none;
        border-radius:0px;
    }
    #main .vue-product table,#main .vue-product thead,#main .vue-product tbody,#main .vue-product tr{
        max-width:100%;
        display:block;
    }
    .vue-product span.name{
        white-space:normal !important;
    }
    .col-xs-4 .btn{
        width:100%;
    }
    div.mobile-only{
        display:block;
    }
    .form-group.focussed:before,.form-group.focussed:after{
        display:none !important;
    }
    #changecontainer .col-md-10,#changecontainer .col-md-6{
            margin:0;
            padding:0;
        }
    .main-navigation ul ul{
        margin-left:0;
        padding-left:1.4em;
    }

    #primary .form-inline{
        display:flex;
        flex-direction:column !important;
    }
    #primary .form-inline button{
        margin-top:var(--space-5);
    }
    #primary .product-table td{
        padding:var(--space-5);
    }
}

