/* 
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 */
.woocommerce-price-suffix{
    font-size: 16px;
}
.stock-status {
    font-size: 20px;
    color: #c7d1eb;
}
.text-envios{
    font-size: 14px;
    color: #818181;
    margin-top: 20px;
}
.text-metas{
    color: #818181;
    margin-bottom: 4px;
}
.text-metas a{
    color: #818181;
}
.redes{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.redes img{
    margin: 0 10px;
    width: 30px;
}

.woocommerce-ordering label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

.woocommerce-ordering input[type="radio"] {
    margin-right: 10px;
}

.products {
    transition: opacity 0.5s ease;
}

.products.loading {
    opacity: 0.5;
}

.slick-next:before, .slick-prev:before{
    content: '';
}

.slick-custom-arrow {
    background-color: transparent!important;
}

.elementor-kit-57 button, .elementor-kit-57 input[type="button"], .elementor-kit-57 input[type="submit"], .elementor-kit-57 .elementor-button{
 border: none;
 font-size: 5em;
 z-index: 1000;
}

.imgSliderProduct{
    width: 600px;
    margin: 0 auto;
}

.cart input.qty {
    width: 60px;
    margin-right: 10px;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
    border-radius: 50%;
}

.modalProducto{
    display:flex; 
    gap: 20px;
}

/* Una columna para pantallas móviles */
@media (max-width: 767px) {
    .modalProducto{
        display:block; 
    }
    .modal-content-product{
        height: 90vh;
        overflow: scroll;
    }
    .titleProductModal{
        font-size: 25px!important;
    }
}

.addToCartModal{
    background-color: #b6b7aa!important;
    border-radius: 12px!important;
    text-transform: uppercase;
    font-size: 14px!important;
}
.addToCartModal:hover{
    background-color: #fff!important;
    color: #b6b7aa!important;
}

/* Estilo para esconder las flechas predeterminadas en navegadores Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Estilo para el contenedor del input */
.quantity {
    position: relative;
    width: 120px; /* Ajusta el tamaño según tu diseño */
}

.quantity input {
    text-align: center;
    padding-right: 40px; /* Espacio para los chevrons */
}

/* Botones de chevron */
.quantity .chevron-up, .quantity .chevron-down {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity .chevron-up {
    top: -10px;
}

.quantity .chevron-down {
    bottom: -10px;
}

.quantity .chevron-up:hover, .quantity .chevron-down:hover {
    color: #007cba; /* Cambia el color al hacer hover */
}

.elementor-837 .elementor-element.elementor-element-422d85c .quantity .qty {
    border: none!important;
    padding: 0!important;
}

.modalAddCart{
    display: flex;
    flex-wrap: nowrap;
}

.lista-categorias{
    padding-left: 0;
}
.lista-categorias li {
    list-style-type: none;
}
.lista-categorias li a{
    color: #515151;
}

.numberCat{
    color: #b6b7aa;
}

.elementor-1793 .elementor-element.elementor-element-d7c97aa nav.woocommerce-pagination ul li span.current{
    font-weight: 900;
}

#sorting-form label {
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

#sorting-form input[type="radio"] {
    margin-right: 5px;
    cursor: pointer;
}

/* #sorting-form button:hover {
    background-color: #005a86;
}
 */

/*  .elementor-kit-57 button:focus{
    background-color: transparent !important;
 }
 
 .elementor-kit-57 button:hover, .elementor-kit-57 button:focus, .elementor-kit-57 input[type="button"]:hover, .elementor-kit-57 input[type="button"]:focus, .elementor-kit-57 input[type="submit"]:hover, .elementor-kit-57 input[type="submit"]:focus, .elementor-kit-57 .elementor-button:hover, .elementor-kit-57 .elementor-button:focus{
    background-color: transparent !important;
 } */

/* Estilo para el contenedor de imagen */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    pointer-events: none;
}

.product-image-wrapper a {
    position: relative;
    z-index: 1; /* Imagen clicable */
    pointer-events: auto; /* Asegura que la imagen sea clicable */
}

/* Overlay */
.product-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
}

.product-image-wrapper:hover::before {
    opacity: 1;
}

/* Botones */
.custom-buttons-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    gap: 16px; /* Espacio entre los botones */
    justify-content: center;
}

.product-image-wrapper:hover .custom-buttons-wrapper {
    opacity: 1;
    pointer-events: auto;
}

.woocommerce-loop-product__title a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

.woocommerce-loop-product__title a:hover {
    color: #c7d1eb; /* Cambia este color según el diseño */
}




