/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.6.2.1687320916
Updated: 2023-06-21 04:15:16

*/

/* Oculta la lupa (SVG) del botón toggle de la version mobil del buscador de ordenes */
.mobile-search-toggle svg {
  display: none !important;
}

/* Inserta el texto en su lugar */
.mobile-search-toggle::after {
  content: "N° Orden";
  font-size: 12px;     /* ajusta el tamaño */
  font-weight: 600;    /* un poco más grueso */
  color: #444; 
	margin-right: -10px;/* cambia color si quieres */
}




