/*
Theme Name: Hola Closet
Theme URI: https://generatepress.com
Template: generatepress
Author: Jorge Peregrina
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.0.0.1714161601
Updated: 2024-04-26 13:00:01

*/

body {
    user-select: none;
    cursor: default;
}

.text-center {
    text-align: center !important;
}

.products .product.outofstock .inside-wc-product-image {
    filter: brightness(0.4);
}

.products .product.outofstock .inside-wc-product-image::after {
    content: "Agotado";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    color: #fff;
    background-color: rgba(241, 117, 2, 0.75);
    border: 2px outset rgb(205, 99, 1);
    border-radius: 5px;
    z-index: 999;
    font-size: .75rem;
    box-shadow: 10px 10px 30px 2px #000;
    padding: 10px;
}

a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
    font-size: .85rem !important;
    color: var(--accent-3)
}

a.woocommerce-loop-product__link:hover h2.woocommerce-loop-product__title {
    font-size: .85rem !important;
    color: var(--accent-2)
}

#descripcion-producto p,
#meta-producto,
#formato-producto {
    margin-bottom: 0;
}

#descripcion-producto .elementor-shortcode {
    font-size: 80%;
}

#descripcion-producto .detail-label {
    font-weight: 700;
}

.woocommerce-product-details__short-description h4 {
    margin-bottom: 0rem;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 0.25rem;
}

.woocommerce-product-details__short-description ol {
    margin-bottom: 0.75rem;
}

.woocommerce-product-details__short-description ol li::marker {
    color: var(--accent);
}
