/*
Theme Name: Ecomall Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ecomall-child
*/

/* Botón de Whatsapp */
.whatsapp-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #294170;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #128C7E;
}

/*iconos de fontawsome*/
add_action( 'wp_enqueue_scripts', 'enqueue_load_fa' );
function enqueue_load_fa() {
wp_enqueue_style( 'load-fa', 'https://use.fontawesome.com/releases/v5.15.4/css/all.css' );
}

/* Sobrescribir fondo de la caja personalizada del resumen y color del texto */
.ts-summary-custom-content {
  background: none !important;
  color: #a1a1a1;
  text-align: left !important;
}
ecomall-social-links {
    text-align: left !important;
}

.ecomall-social-links .social-icons {
    justify-content: left !important;
}

.ecomall-social-links {
	text-align: left !important;
}

/*Redimenciona las imágenes al 60% del tamaño original*/
.woocommerce div.product div.images img {
    width: 60% !important;
    height: auto;
}

/*Ocultar quien publicó una entrada en el blog*/
.vcard.author,
.post-meta .byline,
.entry-meta .byline,
.author,
.meta-author,
.post-author {
  display: none !important;
}


/* Forzar logos en el slider ts-logos a full color permanentemente */
.ts-widget-ts-logos .items .item img,
.elementor-widget-ts-logos .items .item img {
  opacity: 1 !important;
  filter: none !important;
  transition: none !important;
}