/*
Theme Name: Hello Commerce Child
Template: hello-commerce
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Sell smart from the start with Hello Commerce. Hello Commerce is a free WordPress ecommerce theme designed to help you launch your online store quickly and professionally. Built for WooCommerce and powered by the flexibility of Elementor, it offers a lightweight, responsive foundation that’s perfect for beginners and growing businesses alike. Whether you're selling products or services, the Hello Commerce theme gives you the freedom to build your store your way, launch fast, and scale with confidence. Start strong with a guided setup, ready-made shop templates, and intuitive styling controls. Customize your storefront’s style and layout, including product grids, cart, and checkout pages, with intuitive controls, directly within the Elementor ecosystem without code. Manage your site efficiently using the dedicated Home screen that brings key tools and actions together. Why Hello Commerce? - Seamless integration with Elementor and WooCommerce - Fast, flexible, and performance-optimized - Beginner-friendly, no code or technical skills required - Complete site template kits to launch your store quickly. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here https://patchstack.com/database.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready,style-variations
Version: 1.0.1.1757283913
Updated: 2025-09-07 22:25:13

*/

/**
 * Card Events
 **/
.event-date {
	color:#000;
	margin-bottom: 1px;
    font-family: 'Oswald';
    text-transform: capitalize;
}
.woocommerce-loop-product__title {
	padding-top:10px!important;
}

/**
 * Remover Carrito
 **/
@media (max-width:600px) {
	.remove {
		font-size:25px!important;
	}
}

/**
 * Ocultando cantidad de sientos - productos
 **/
.woocommerce div.product .stock {
	display:none;
}
/**
 * Estilos boton select seat
 **/
a.fooevents_seating_chart {
  padding: 10px 10px;
  color:#fff;
  background-color:#ec610a;
  border-radius: 5px;
}
a.fooevents_seating_chart:hover {
	color:#fff;
}
/**
 * Tabs WooCommerce
 **/
@media(max-width:450px) {
  .woocommerce div.product.elementor ul.tabs li.description_tab, .woocommerce div.product.elementor ul.tabs li.additional_information_tab, .woocommerce div.product.elementor ul.tabs li.woocommerce_events_tab {
    padding: 10px;
  }
  .woocommerce div.product.elementor ul.tabs li a[role="tab"] {
    padding: 0;
  }
}

/**
 * Desactivar select de asiento checkout
 **/
.form-row.seating-class .woocommerce-input-wrapper> .select {
  pointer-events: none;
}
/**
 * push compras realizadas
 **/
.pi-product_link {
	font-size:14px;
}
.unavailable_variation {
	display:none;
}

.single_add_to_cart_button {
	pointer-events:none;
	display:none!important;
}
.input-text.qty {
	pointer-events:none;
	display:none!important;
}
.woocommerce-product-gallery {
  height: unset!important;
}

@media (max-width:500px) {
  .home .woocommerce-loop-image-link {
    margin-bottom: 30px;
  }
  
  .woocommerce ul.products.woo-archive-action-on-hover li.product .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover li.product .entry-content-wrap {
      -webkit-transform: translateY(-2rem);
       transform: translateY(-2rem) !important;
  } 
  
  .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap, .woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap {
    bottom: -.8rem;
    opacity: 1;
  }
}


.ui-dialog[aria-describedby="fooevents_seating_dialog"] .ui-dialog-titlebar-close {
	padding: 0;
    background: none;
}

/** descripcion corta productos**/
.lista-personalizada {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
