/*
	Theme Name:     Mobex Child
	Theme URI:      http://www.enovathemes.com/mobex
	Description:    Mobex - Auto Parts Woocommerce WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       mobex
*/

/* =Theme customization starts here
-------------------------------------------------------------- */


.title-section {
	padding:16px 0 16px 0;
}

.vehicle-title-block {
    display: block;
    width: 100%;
}

.vehicle-title-block h1 {
    display: block;
    width: 100%;
    margin: 0;
}

.vehicle-title-block .vehicle-subtitle {
    margin-top: 8px;
	margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #444;
}

@media (max-width: 767px) {
    .vehicle-title-block .vehicle-subtitle {
        font-size: 16px;
    }
}

