/**
* Theme Name: Kitchor Child
* Description: This is a child theme of Kitchor, generated by Merlin WP.
* Author: <a href="https://themelexus.com/">Themelexus</a>
* Template: kitchor
* Version: 1.3.6
*/

/* Static quote form: restore styling for native <select> elements */
.static-quote-form select.mf-input.mf-input-select {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #eaeaea !important;
    border-radius: 2px !important;
    padding: 12px 36px 12px 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.static-quote-form select.mf-input.mf-input-select.placeholder-shown {
    color: #c9c1c1;
}

.static-quote-form select.mf-input.mf-input-select:focus {
    border-color: #4285f478 !important;
    outline: 0;
}