/* 
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 */

.single-product .single_add_to_cart_button {
    background-color: #DB9600 !important; 
    color: #ffffff; 
    height: height: 42px;;
}

.single-product .single_add_to_cart_button:hover {
    background-color: #DB9600!important; 
}
.listado_enlacesd, .listado_enlacesd_p {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
    gap: 10px; /* Añade espacio consistente entre elementos */
}

.listado_enlacesd li, .listado_enlacesd_p li {
    width: calc(20% - 10px); /* 5 columnas, ajustado para gap */
    box-sizing: border-box;
}

.listado_enlacesd li a, .listado_enlacesd_p li a {
    min-height: 36px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fed136;
    color: #646464;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    text-decoration: none;
}
