/* ============================================================================== */
/* ============================================================================== */
/* plugins/mainPartFinder.blade.php ======================================= */

#mainPartFinder{
    background-image: url("/images/partfinder/bg-partfinder.jpg") ;
    background-size: cover;
    background-position: center;
}

#webSitemap{
    margin-top: 0 !important;
}
#partFinderHeader{
    font-family: FuturaMedium;
}
#partFinderHeader h4{
    color:#fff;
    font-weight: bold;
}
#partFinderHeader p{
    color: rgba(255,255,255,.8);
}
#partFinderHeader span{
    color: white;
}
#partFinderOverlay{
    /*background: rgba(255,255,255,.3);*/
    padding: 25px;
    margin: auto;
    width: 65%;
}
#mainPartFinder #divWheels .divWheel{
    font-size: 5vw;
    color: #fff;
}
#mainPartFinder h1{
    color: #fff;
}
#mainPartFinder h5{
    color: #9a9a9a;
}
#mainPartFinder .btnBack{
    background: red;
    border: red;
    margin-bottom:10px;
    margin-top:15px;
    font-size: 2em;
    color: #fff;
    border-right: solid red 1px;
    vertical-align: middle;
}
#mainPartFinder #divWheels .divWheel i:hover,#mainPartFinder .btnBack:hover{
    cursor: pointer;
    opacity: .7;
}
#mainPartFinder #divWheels .divWheel {
    width: 100%;
    cursor: pointer;
    border: solid white 10px;
    padding: 35px;
    margin-bottom: 20px;
}
#mainPartFinder #divWheels .divWheel:active {
    opacity: .7;
}
#mainPartFinder #divWheels .divWheel:hover {
    background: white;
    color: black;
}
#mainPartFinder #divResult,#mainPartFinder #divResultPartSelect{
    height: auto;
    color: white;
}
.divSelections select{
    width: 100%;
    padding: 10px 5px;
    border: solid black 4px;
    margin-bottom: 15px;
    font-family: AvenirNext;
}
#divSelectionsHeader{
    display: block;
    background: black;
    border: black;
    color:white;
    font-size: 3.5vw;
    line-height: 1;
    padding-bottom: 5px;
}
#resultSparkPlug,#resultSparkPlugSelect{
    margin-top: 15px;
    background-color: whitesmoke;
    padding: 20px 0;
    color: black;
    border: solid black 3px;
    height: auto;
}
#resultSparkPlugSelect{
    background-color: rgba(255,255,255,.85);
}
.imgSparkPlug{
    max-height: 85px;
    max-width: 185px;
    display: inline-block;
    margin-right: 25px;
}
.divImgSparkPlug{
    display: inline-block;
    max-width: 185px;
    margin-right: 25px;
}
#divResult .resultList:nth-child(odd){
    background: #d5d5d5;
}
.resultList,.resultListSelect{
    vertical-align: middle;
    padding: 15px;
    text-align: left;
    font-family: AvenirNext;
    font-size: 2.5vw;
}
#divResultHeader,#divResultHeaderSelect{
    display: block;
    background: black;
    border: black;
    color:white;
    font-size: 2.5vw;
    line-height: 1;
    padding-bottom: 5px;
}
#mainPartFinder #resultType{
    font-size: 2em;
}
#mainPartFinder #resultVehicle,#mainPartFinder #resultVehicleSelect{
    font-size: 1.4em;
    color: black;
    background: white;
    border: solid black 3px;
    font-family: AvenirNext;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

.btnBackToHome{
    border-radius: 0;
    font-size: 1.5em;
    background: red;
    border: red;
    border-right: solid red 1px;
}
@media (max-width: 1644.98px) {
    #mainPartFinder #divWheels .divWheel{
        font-size: 4vw;
    }
}
@media (max-width: 1199.98px) {
    #mainPartFinder #divWheels .divWheel{
        font-size: 5vw;
    }
}
@media (max-width: 991.98px) {
    #mainPartFinder #divWheels .divWheel {
        font-size: 4vw;
    }
    #smShowDescContent{
        height: 70px;
    }
}
@media (max-width: 767.98px) {
    #smShowDescContent{
        height: 103px;
    }
    .imgSparkPlug{
        max-height: 35px;
        max-width: 75px;
        display: inline-block;
        margin-right: 5px;
    }
    #mainPartFinder #divWheels .divWheel {
        font-size: 3.5vw;
    }
    .btnBackToHome{
        font-size: .95em;
    }
}
@media (max-width: 575.98px) {
    .imgSparkPlug{
        max-height: 35px;
        max-width: 55px;
        display: inline-block;
        margin-right: 5px;
    }
    #mainPartFinder #divWheels .divWheel {
        font-size: 5vw;
        padding: 15px;
    }
    #smShowDescContent{
        height: 60px;
    }
    #divSelectionsHeader{
        padding-top: 5px;
        padding-bottom: 0;
        font-size: 4.5vw;
    }
    #mainPartFinder .btnBack{
        margin-top: 10px;
        font-size: 1.5em;
    }
    .resultList{
        padding: 5px;
        font-size: 3vw;
    }
    .resultListSelect{
        padding: 2px;
        font-size: initial;
    }
    #mainPartFinder #resultVehicle,#mainPartFinder #resultVehicleSelect{
        font-size: .6em;
    }
    #divResultHeader{
        padding-top: 5px;
        padding-bottom: 0;
        font-size: 3vw;
    }
    #resultSparkPlug{
        margin-top: 5px;
    }
    .divSelections select{
        padding: 5px 5px;
        margin-bottom: 5px;
    }
	#partFinderOverlay{
		width: 100%;
	}
}
/* ======================================= plugins/mainPartFinder.blade.php */
/* ============================================================================== */
/* ============================================================================== */