<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.bootstrap .form-group {
    margin-bottom: 15px;
    position: relative;
}

/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */



/* Soluciona el problema de que el menÃº no se vea correctamente en mobile */
@media (max-width: 767px) {
    #header .mobile-header-version .header-right.sticky-active {
        left: 0;
        width: 100% !important;
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1000;
    }
}

/* Visualiza el icono de carrito cuando el menÃº estÃ¡ en sticky */
@media (min-width: 767px) {
    #header .header-main-menu.sticky-active .sticky-icon-cart {
        opacity: 1;
        visibility: visible;
    }
}


/* SoluciÃ³n accesibilidad buscador y productos */
.elementor-product-miniature .elementor-category,
.elementor-product-miniature .elementor-title {
    white-space: normal !important;
    overflow: hidden !important;
    height: 36px;
    display: inline-block;
}

/* SoluciÃ³n buscador superpuesto */
@media (min-width: 991px) {
    .search-widget {
        z-index: 1001 !important;
    }
}

/* SoluciÃ³n menu superpuesto - cambio de color*/
.header-bottom {
    z-index: 999;
}

.header-bottom .header-main-menu {
    background: #000000;
}

/* HOME */
#index {
    overflow-x: hidden;
}

/* FIX SLIDER */
#index .breadcrumb-wrapper,
#index .aone-slideshow {
    margin: 0px !important;
}

#index .elementor-image-carousel .product-miniature {
    display: block;
    text-align: center;
}

#index .elementor-image-carousel .product-miniature .product-name {
    text-align: center;
    padding: 8px 5px;
}

#index .elementor-image-carousel .product-miniature .product-name a {
    white-space: normal;
    color: #000000;
    font-size: 11px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


#index .elementor-image-carousel .product-miniature .product-price-and-shipping {
    margin: 0px !important;
    display: block !important;
}

#index .elementor-image-carousel .product-miniature .product-price-and-shipping .price.product-price {
    width: 100%;
    padding: 5px 0px;
    font-size: 18px;
    font-weight: 900;
}

.product-list .product-miniature .product-price-and-shipping span {
    display: block;
    text-align: center;
    width: 100%;
}

/* CATEGORY */
/* Cambia el tamaÃ±o del texto de las categorÃ­as */
#category .subcategories .page-subheading {
    margin-bottom: 20px
}

#category .subcategories .subcategory-name {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.product-miniature .third-block .stars-container span {
    display: none !important;
}

/* PRODUCT */
#product .product-list .grid .product-miniature .product-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 991px) {
    #product .main-product-bottom #collapseDescription .product-description table {
        width: 100% !important;
    }
}

/* BLOG */
@media only screen and (max-width: 991px) {
    #module-tvcmsblog-single .post_description img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}


/* TICKET 439596 */
.whatsapp-badge{
	color: white;
	text-shadow: 0px 0px 1px black;
}


/* TICKET 906622 */
.product-flags .product-flag.discount-p, .product-flags .product-flag.out_of_stock{
	display: initial !important;
}

.custom-flag-availability {
	position: absolute; 
	right: 0px;
}

.custom-flag-availability span{
	display: inline-block !important;
	padding: 2px 10px;
	margin-right: 6px;
	border-radius: 6px;
	font-weight: bold;
}

.elementor-badge-preventa{
	background: #28a745;
	color: #155724 !important;
	background-color: #d4edda;
	border-color: #c3e6cb;
}</pre></body></html>