/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
select[name="product"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
span[data-name="product"]::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(https://garnetelectrical.com.au/wp-content/uploads/2025/09/image-18.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 43em;
    bottom: 24px;
    filter: brightness(1.1);
}
 @media screen and (max-width: 767px) {
span[data-name="product"]::after {
    width: 14px;
    left: 260px;
    bottom: 21px;
}
}