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

/* =========================
   BLOQUES SIDEBAR TOTENART
   ========================= */

.tot-sidebar-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tot-sidebar-block li {
    margin: 0 0 14px;
    padding: 0;
}

.tot-sidebar-block li:last-child {
    margin-bottom: 0;
}

.tot-sidebar-block a {
    display: inline-block;
    font-family: var(--e-global-typography-tot-button-font-family), Sans-serif;
    font-size: var(--e-global-typography-tot-button-font-size);
    font-weight: var(--e-global-typography-tot-button-font-weight);
    text-transform: var(--e-global-typography-tot-button-text-transform);
    line-height: var(--e-global-typography-tot-button-line-height);
    color: inherit;
    text-decoration: none;
    transition: opacity .2s ease;
}

.tot-sidebar-block a:hover {
    opacity: .6;
}

/* =========================
   CATEGORÍAS
   ========================= */

.tot-categorias a {
    width: 100%;
}

/* =========================
   COMENTARIOS RECIENTES
   ========================= */

.tot-comentarios li {
    margin-bottom: 12px;
}

.tot-comentarios a {
    text-transform: none;
}

.tot-comentarios .tot-comment-author {
    font-weight: 400;
    text-transform: none;
}

.tot-comentarios .tot-comment-separator {
    font-weight: 400;
    text-transform: none;
}

.tot-comentarios .tot-comment-post {
    font-weight: var(--e-global-typography-tot-button-font-weight);
    text-transform: var(--e-global-typography-tot-button-text-transform);
}

/* =========================
   POLÍTICA DE COOKIES
   ========================= */

#cmplz-document {
	max-width: 1440px !important; 
}

.totenart-product-recommendations {
	display: none !important; 
}

/* =========================
   LISTADO CATEGORÍAS
   ========================= */

@media (max-width: 1250px) {
  .post-cat ul li {
		margin: 0 !important; 
	}
	.post-cat ul span {
		padding: 3px !important; 
	}
}