/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 14 2026 | 11:21:09 */
/* BODY */
.yes-js.js_active .ast-plain-container.ast-single-post #primary { margin: 0;}
#chaty-widget-0 .chaty-widget { bottom: 70px!important;}

/* FOOTER */
footer h2 { font-weight: bold!important;}

/*COMPARTIR EN REDES - PLUGIN: AddToAny Share Buttons*/
.addtoany_list:before{content: "Compartir en:"; font-weight: 600; font-size: 12px; margin-right: 5px; position: relative; top: -2px;}
.addtoany_list > a > span{background: transparent !important; width: 26px !important; height: 26px !important;}
.addtoany_list > a > span path{fill: color: var(--color-encabezados) !important;} 

/* BLOG */
/* Feed */
body.blog .post-content a { color: var(--ast-global-color-6)!important;}
body.blog .post-content a:hover { color: var(--ast-global-color-0)!important;}
body.blog .post-content .read-more { font-size: 14px;}

.bscr-blog button {
    padding: 5px !important;
	margin-left: 0;
}
.rrss-blg li:last-child {
	margin-bottom: 0.75em!important;
}

/* WOO */
.woocommerce-message, .woocommerce-info {
	border-top-color: var(--ast-global-color-0);
}
.woocommerce-message::before, .woocommerce-info::before,
.woocommerce-message a, .woocommerce-info a {
    color: var(--ast-global-color-0);
}

/* Feed TIENDA */
#cats-tienda h2 {
	margin: 0px;
    padding: 10px 0px;
    background: var(--ast-global-color-0);
	position: initial;
	border: 1px solid #eaeaea;
	border-top: none;
	color: #fff;
}
#cats-tienda h2:hover {
    /*color: #000 !important;
	text-decoration: underline;*/
	background: var(--ast-global-color-6);
}
#cats-tienda img {
	margin-bottom: 0;
	height: auto;
    aspect-ratio: 6 / 5;
    width: 265px;
}

#cats-tienda mark {
	display: none;
}
/* Category */
body.tax-product_cat ul.products h2 { font-family: 'Work Sans',sans-serif; color: var(--ast-global-color-0)}
body.tax-product_cat ul.products h2:hover { color: var(--ast-global-color-3)}
body.tax-product_cat span.price { font-weight: bold; color: var(--ast-global-color-2)!important;}
/* Sidebar */
#menu-lateral .widget-title {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
body #menu-lateral ul li {
    border-bottom: 1px solid #eaeaea;
	padding: 5px 0;
}
body #menu-lateral ul li a {
    font-size: 12px;
	color: var(--ast-global-color-3);
}
body #menu-lateral ul li a:hover { color: var(--ast-global-color-2);}

body #menu-lateral ul li a {
    font-weight: 300;
    transition: var(--transition1) !important;
}
.adicional-cat h2{ margin-bottom: 5px;}

/* Ficha producto */
body.single-product .product_meta {
    display: flex;
    flex-direction: column;
}
body.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button { text-align: left;}
@media (max-width: 768px) {
    body.single-product table {
        display:block;
        overflow-x:auto;
        white-space:nowrap;
        -webkit-overflow-scrolling:touch;
    }
}
body.single-product table tr:nth-child(2n) { background-color: #f1f1f1;}