/*
Theme Name: Darion
Theme URI: http://wpbingosite.com/wordpress/darion/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Darion is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: darion*/


#pa_medidas {
  appearance: none; 
  -webkit-appearance: none; 
	-moz-appearance: none; /* Removes arrow in Firefox */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
  background-size: 12px; /* Size of the arrow */
  padding-right: 2rem; /* Space for the arrow */
  border: 1px solid #ccc; /* Optional: add a border */
  border-radius: 4px; /* Optional: rounded corners */
  font-size: 1rem;
  padding: 0.5rem;
}

#pa_medidas option:first-child {
  color: gray;
}