﻿/* ****************************************** */
/* 01 Fit Guide */
/* ****************************************** */


/* ****************************************** */
/* Fit Guide */
/* ****************************************** */

@media screen and (min-width: 768px) {
    .info-box {
        margin-top: 10px;
        max-width: 25%;
    }
}
.hp-title {
    text-transform: uppercase;
    text-align: center;
    font:800 2.3rem/1.1 "Open Sans", sans-serif;
    color: #0F2E40;
}
.fitguide-section {
    position: relative;
    background-color: #202020;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    background-image: url(/assets/img/page/select-vehicle-bg.jpg);
}
    .info-boxes-container {
        margin-bottom: 3.4rem;
        border-bottom: none;
        background-color: transparent;
    }

.info-box > .form-control {
    max-width: 100%;
}
.main section:nth-of-type(odd) {
    background: #f7f7f7;
}
.main section:nth-of-type(even) {
    background: #fff;
}
.card {
    margin-bottom: 0px;
}
.card-body {
    min-height: 75px;
    padding: 2rem 1rem;
}
@media (max-width: 480px) {
    .card-body {
        min-height: 0px;
    }
    
}
@media (min-width: 992px) {
	a.btn.btn-primary.d-sm-block {
		display: inline-block !important;
	}
}
a#pv-buy-now:hover {
    background-color: #000000;
}