/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.vehicle_options{
    display: block;
    width: 100%;
    background-color: #7be9a62b;
    padding: 10px 10px;
    margin-bottom: 6px;
    padding-left: 23px;
    font-size: 13px;
    background-image: url(/wp-content/uploads/2024/03/correct.png);
    background-repeat: no-repeat;
    background-position: 5px 9px;
    background-size: 12px 12px;
    border-radius: 5px;
    font-weight: 800;
    color: #000;
	
}
#optionsframe h4{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 10px;
	
}
#optionsframe div.option_group{
 margin-bottom: 30px;
	
}