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

#mainPartFinder {
    /* background-image: url("/images/partfinder/background_2.png"); */
    background-color: rgba(0, 0, 0, .75);
    background-size: cover;
    background-position: top;
}

#webSitemap {
    margin-top: 0 !important;
}

#partFinderHeader h1 {
    font-family: OpenSansExtraBold;
    color: #fff;
    font-weight: bold;
}

#partFinderHeader p {
    font-family: OpenSansSemiBold;
    color: rgba(255, 255, 255, .8);
    text-align: justify;
    text-align-last: center;
    font-size: 1.35em;
    padding: 0 15px;
}

#partFinderHeader span {
    color: white;
}

#partFinderOverlay {
    /*background: rgba(255,255,255,.3);*/
    padding: 25px;
    margin: auto;
    width: 65%;
}

#mainPartFinder h1 {
    color: #fff;
}

#mainPartFinder h5 {
    color: #9a9a9a;
}

#mainPartFinder .btnBack {
    background: transparent;
    border: #ed1c24 solid 2px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}

#mainPartFinder #divWheels .divWheel i:hover {
    cursor: pointer;
    opacity: .7;
}

#mainPartFinder .btnBack:hover {
    background-color: #ed1c24;
}

#mainPartFinder #divWheels .divWheel {
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    border: solid white 5px;
    font-size: 1.5vw;
    color: #fff;
    padding: 10px;
}

#mainPartFinder #divWheels .divWheel img {
    height: 45px;
    width: auto;
}

#mainPartFinder #divWheels .divWheel:active {
    opacity: .7;
}

#mainPartFinder #divWheels .divWheel:hover {
    color: white;
    background: #ed1c24;
}

#mainPartFinder #divResult,
#mainPartFinder #divResultPartSelect {
    height: auto;
    color: white;
}

.divSelections select {
    width: 100%;
    padding: 10px 5px;
    border: solid black 2px;
    margin-bottom: 15px;
    font-family: OpenSansMedium;
}

#divSelectionsHeader {
    display: block;
    /* background: black; */
    border: white solid 3px;
    color: white;
    font-size: 3.5vw;
    line-height: 1;
    padding: 5px;
    margin-bottom: 10px;
    font-family: OpenSansExtraBold;
}

#resultSparkPlug,
#resultSparkPlugSelect {
    background-color: whitesmoke;
    padding: 20px 0;
    color: black;
    border: solid black 1x;
    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-size: 2.5vw;
}

#divResultHeader,
#divResultHeaderSelect {
    font-family: OpenSansBold;
    display: block;
    background: #ed1c24;
    border: white 2px solid;
    color: white;
    font-size: 2vw;
    padding: 15px !important;
    line-height: 1;
    padding-bottom: 5px;
}

#mainPartFinder #resultType {
    font-size: 2em;
}

#mainPartFinder #resultVehicle {
    font-size: 1.4em;
    color: black;
    background: white;
    border-bottom: black 10px solid;
    margin-top: 15px;
}

#mainPartFinder #resultVehicleSelect {
    font-size: 1.4em;
    color: black;
    background: white;
    border: solid black 2px;
}

/* 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: transparent;
    border: #ed1c24;
    border: solid #ed1c24 2px;
    padding: 10px;
}

#partFinderECommerce {
    max-height: 250px;
    vertical-align: middle;
}

#partFinderECommerce .partFinderPhone {
    max-width: 275px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

/* @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;
        margin-bottom: 10px;
    }

    #smShowDescContent {
        height: 60px;
    }

    #divSelectionsHeader {
        padding-top: 5px;
        padding-bottom: 0;
        font-size: 4.5vw;
    }

    #mainPartFinder .btnBack {
        margin-top: 10px;
        font-size: 1.4em;
    }

    .resultList {
        padding: 5px;
        font-size: 3vw;
    }

    .resultListSelect {
        padding: 2px;
        font-size: initial;
    }

    #mainPartFinder #resultVehicle,
    #mainPartFinder #resultVehicleSelect {
        margin-bottom: 15px;
        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%;
    }

    #partFinderHeader h1 {
        font-size: 1.4em;
    }

    #partFinderHeader p {
        font-size: .8em;
    }

    #partFinderECommerce {
        max-height: 100%;
        vertical-align: middle;
    }

    #partFinderECommerce .partFinderPhone {
        max-width: 375px;
        height: auto;
        text-align: center;
    }

    #partFinderECommerce .imgECommerce {
        max-width: 235px;
    }

}

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