.firmwareconfigurator
{
    border: 1px dashed #DDDDDD;
    padding: 0 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    background: #f1f1f1;
}

.product-prices
{
    display: none!important;
}

.tree_option
{
    display: flex;
    gap: 15px;
}

.options_label, .tree_options_label, .file_label
{
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.tree_option .tree_option_elem select
{
    width: 100%;
}

.tree_option .tree_option_elem .tree_option_name
{
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.tree_option_children, .text_field_hidden, .specify_car_features_hidden
{
    display: none;
}

.options
{
    display: flex;
    align-content: space-between;
    gap: 10px;
}

.options label
{
    width: 20%;
    text-align: left;
}

.options label span
{
    text-transform: uppercase;
    font-size: 12px;
}

.text_field
{
    margin-top: 15px;
}

.text_field textarea
{
    width: 100%;
    height: 100px;
    border: 0;
}

.text_field textarea:focus,
.text_field textarea:active,
.text_field textarea:hover
{
    outline: none;
}

.product-add-to-cart
{
    display: none;
}

.add_to_cart_row
{
    margin-top: 15px;
    text-align: right;
}

.add_to_cart_row .add_to_cart_btn
{
    background: #5ac394;
    border: 1px solid #419b72;
    padding: 7px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.add_to_cart_row .add_to_cart_btn:hover,
.add_to_cart_row .add_to_cart_btn:active,
.add_to_cart_row .add_to_cart_btn:focus
{
    background: #69e3ab;
    border: 1px solid #4fbb8a;
    outline: none;
    cursor: pointer;
}

.firmwareconfigurator .price_row
{
    font-size: 24px;
    padding: 15px 0;
    font-weight: bolder;
    color: #ad1313;
    text-align: right;
    text-transform: uppercase;
}

.firmwareconfigurator .response-messages .error-messages,
.firmwareconfigurator .response-messages .success-messages
{
    padding: 15px;
    margin-top: 15px;
}

.firmwareconfigurator .response-messages .error-messages
{
    border: 1px dashed #af1c1c;
    background: #ffb1b1;
    color: #af1c1c;
}

.firmwareconfigurator .response-messages .success-messages
{
    border: 1px dashed #16804b;
    background: #a0ffcd;
    color: #16804b;
}

.firmwareconfigurator .specify_car_features .text_label
{
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.firmwareconfigurator .specify_car_features .text_row input[type="text"]
{
    border: 0;
    width: 100%;
    line-height: 27px;
}