/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Contact Form 7 dropdowns for product category & product */
#product_category,
#product {
    background-color: #23B2BEAD !important;  /* override theme */
    color: #fff !important;                /* text color */
    border: 1px solid #1a8a95 !important; /* optional border */
    border-radius: 4px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    appearance: none !important;
}

/* Target the options inside the dropdown */
#product_category option,
#product option {
    background-color: #23B2BEAD !important; /* override white background */
    color: #fff !important;
}

/* Hover/focus states */
#product_category:hover,
#product:hover,
#product_category:focus,
#product:focus {
    background-color: #1fa7b7 !important; /* slightly darker on hover/focus */
    outline: none;
}

