/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/**Ajuste barra de stock**/
div.stock-custom{
	display: flex;
	align-items: center; 
	gap: 10px;

}

div.stock-custom span{
	font-size: 16px;
	font-weight: bold; 
	color: white;
}

div.stock-custom-listado{
	display: flex;
	align-items: center; 
	gap: 10px;
	color: white;
}


/**Ajustes selector tienda**/

.select2-container--default .select2-results>.select2-results__options{
	background-color: #151A1F;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: #c6a057;
}


/**Ajuste reproductor flotante**/

.reproductor-flotante {
  max-height: 100px; /* Ajusta la altura máxima según tus necesidades */
  overflow-y: auto;  /* Muestra el scroll vertical cuando el contenido lo requiera */
}


