/*
Theme Name: Plank Child Theme
Template: plank
Theme URI: https://plank.themerex.net/
Description: Plank Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: plank
*/
.post_featured.hover_shop .icons > a .icon-anim, .post_featured.hover_shop .icons .tinv-wraper > .tinvwl_add_to_wishlist_button {
	color: #fff !important;
	background-color: #000 !important;
}

.sc_layouts_panel_close.trx_addons_button_close {
    background-color: var(--theme-color-alter_bg_hover)!important;
}
td.product-remove {
    justify-items: end!important;
}
th.product-remove {
    text-align: right !important;
}
th.product-subtotal, th.product-price, td.product-subtotal, td.product-price {
	display: none!important;
}
.woocommerce .woocommerce-cart-form table.shop_table th, .woocommerce .woocommerce-cart-form table.shop_table td {
    padding: 30px 40px!important;
}

.mobile-leng {
	display: none;
}
/* ---
a.button.wc-forward:hover {
    color: #000 !important;
}

/* --- Estilos para el botón del carrito vacío --- */
.woocommerce-mini-cart__empty-message .custom-empty-cart-button {
    /* Desactivar bordes redondeados */
    border-radius: 0 !important; /* Usamos !important para asegurar la anulación */
    
    /* Colores usando las variables globales de Elementor */
    background-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-secondary) !important;

    /* Otros estilos para asegurar que se vea como un botón */
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

.woocommerce-mini-cart__empty-message .custom-empty-cart-button:hover {
    /* Puedes ajustar el hover, por ejemplo, haciendo el color principal un poco más oscuro o claro */
    /* Ejemplo: un poco más oscuro que el color principal */
    filter: brightness(0.9); 
}

.woocommerce nav.woocommerce-pagination {
    text-align: center!important
}

span.trx_addons_attrib_item.trx_addons_attrib_image.trx_addons_tooltip {
    background: transparent;
    border: 3px solid transparent;
    object-fit: contain;
    margin: 0.5em;
	transition: all .4s;
}

.trx_addons_attrib_item.trx_addons_attrib_image.trx_addons_attrib_selected, .trx_addons_attrib_item.trx_addons_attrib_image:hover {
    border-color: var(--theme-color-alter_dark);
    border: 3px solid #222 !important;
    border-radius: 100%;
}
.trx_addons_attrib_item.trx_addons_attrib_image img {
	object-fit: none;
	aspect-ratio: 1;
    border-radius: 100%;
}

.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
    display: none!important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
}
span.woocommerce_extensions_brand_item_caption {
    display: none !important;
}

img.wp-post-image {
    height: 500px !important;
    object-fit: contain!important;
}
.woocommerce-product-gallery__image.flex-active-slide img, .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
    height: 500px !important;
    object-fit: contain!important;
}
span.product_id {
    display: none !important;
}
.flex-viewport {
    max-height: 500px;
}
@media (max-width: 767px) { 
	.mobile-leng {
	display: block;
}
}

/* =Child-Theme customization starts here
------------------------------------------------------------ */