/*
Theme Name: Woostify Child
Template: woostify
Version: 1.0
Description: Child theme for Woostify
Author: Your Name
*/

/* Configurator CSS */

.car-configurator{
    max-width:700px;
    margin:40px auto;
    padding:25px;
    border:1px solid #ddd;
}

.car-configurator img{
    width:100%;
    margin-bottom:15px;
}

.car-configurator select,
.car-configurator button{
    width:100%;
    padding:12px;
    margin-bottom:15px;
}

.price-box{
    font-size:30px;
    font-weight:bold;
    margin-bottom:20px;
}