/*
 Theme Name:   Spacer
 Theme URI:    http://example.com/spacers
 Description:  Spacers - Storefront Child Theme
 Author:       Frank Castelijns
 Author URI:   http://example.com
 Template:     storefront
 Version:      1.1.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Custom,repsonsive
 Text Domain:  spacers
*/

#vue{
    min-height:600px;
}
.visual-selector-box{
    float:left;
    width:99px;
    height:49px;
    text-align:center;
    font-weight:bold;
    line-height:49px;
    margin:4px;
    border-radius:3px;
    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.model-widen{

}
.visual-selector-box:hover{
    background:#ce0108;
    transform:scale(1.05);
    color:white;
}

.list-complete-item {
    transition: all 0.7s;
    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:30px;
}
.filter-wrap input{
    width:80%;
    margin:25px 10%;
}
#primary{
    width:1150px;
    max-width:100%;
    margin:0 auto;
}
#stage-controller{
    display:flex;
    flex-direction:row;
    background:rgba(154, 160, 167,0.7);
}
.car-stage{
    padding:25px;
    transition:0.7s all;
    background:transparent;
    font-weight:bold;
    color:white;
    position:relative;
}
.car-stage.current{
    background:#ce0108;
    padding:25px 80px;
    margin:-2px;
    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: -80px;
}
.col-md-6{
    width:50%;
    min-height:600px;
    float:left;
    padding:0px 30px 30px;
}
.form-control{
  width:100%;
}
span.clarify{
  font-size: 0.9em;
    color: #999;
    padding-left: 15px;
    display: block;
}
.fa-cog{
    transition: 0.5s all cubic-bezier(0.39, -0.51, 0.99, 1.72);
    font-size:24px;
    margin:15px;
    float:right;
    cursor:pointer;
}
.fa-cog.modding{
    transform:rotateZ(95deg);
}
div.div{
    padding:15px;
    opacity:0;
    margin-right:80px;
    transition: 0.5s all cubic-bezier(0.39, -0.51, 0.99, 1.72);
}

div.div.modding{
    opacity:1;
}
.needy{
    border:1px solid red;
}
.needy:after{
    content:"A recent change has invalided your choice here, please pick again";
    display:block;
    color:red;
}
.empty{
    border:1px solid orange;
}
.empty:after{
    content:"A recent change might have invalided your choice here. Please fill out red fields first";
    display:block;
    color:orange;
}

.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: 10px;
        padding: 10px 5px;
    }
}
@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:5px;
    }
    #primary .product-table td{
        padding:5px;
    }
}
.car-warning{
    display: block;
    clear: both;
    color: red;
    background: white;
    border-radius: 5px;
    padding: 10px;
    margin: 75px 0px 5px;
    white-space: pre-line;
    box-shadow: 3px 3px 13px 3px rgba(0,0,0,0.1);
}

.site-branding .custom-logo-link img.custom-logo{
    height: 150px !important;
    width: auto !important;
}
.category-image-spacer{
    max-height:200px;
    width:auto;
}
.mounting-bolt-warning{
    color:Red;
    padding-left:20px;
}
.btn.selected,.btn.selected:hover,.btn.selected:focus{
    color:white;
}
.btn-50.selected::before{
    font-family:"Font Awesome 5 Free";
    content:" "
}