/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.3.1749220094
Updated: 2025-06-06 14:28:14

*/
/* Indicadores de cantidad*/
.qib-button-wrapper{
    margin: 0 !important;
    display: flex !important;
    gap:5px !important;
    align-items: center !important;
    justify-items: center !important
}

.qib-button{
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 20px !important;
    font-weight: var(--e-global-typography-text-font-weight) 400;
    line-height: var(--e-global-typography-text-line-height) 18px;
	color: var(--e-global-color-accent) !important;
	background-color: transparent !important;
	border: 1px solid var(--e-global-color-accent) !important;
	border-radius: 8px !important;
	padding: 3px 5px 5px 5px !important;
	height: 30px !important;
	width: 30px !important;
	margin: 0 !important;
}
.qib-button:hover{
	color: #fff !important;
	background-color: var(--e-global-color-accent) !important;
	border: 1px solid var(--e-global-color-accent) !important;
}

.qib-button-wrapper .input-text.qty{
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 14px !important;
    font-weight: var(--e-global-typography-text-font-weight) 400;
    line-height: var(--e-global-typography-text-line-height) 18px;
	height:30px !important;
	border-radius: 8px !important
}

.qib-button-wrapper .quantity{
	height:30px !important
}

/* Chip Oferta */
.onsale{
    display: flex !important;
    justify-content: center;
    align-items: center;
     -webkit-clip-path: url(#my-shape2);
  clip-path: url(#my-shape2);
  transform: rotate(15deg);
}

/*Quitar subrayado de precios en oferta */
ins {
text-decoration: none ;
}

/*Cards de tienda */
.elementor-widget-wc-archive-products .product a img{
	height: 190px !important;
    width: 190px;
    object-fit: contain !important;
    object-position: center;
}

/*Paginacion tienda */
.woocommerce-pagination ul{
	display: flex !important;
    justify-content: center;
    gap: 5px;
}
.woocommerce-pagination ul li span, .woocommerce-pagination ul li a{
/* 	aspect-ratio: 1/1; */
	display: flex !important;
	height: 35px;
	width:35px;
	justify-content: center;
	align-items: center;
	padding: 10px 14px !important;
    border-radius: 50px;
	transition: background-color color ease-in-out 0.3s !important
}

.product-grid .e-off-canvas__main{
	margin-top: 20px;
	margin-bottom: 20px;
	overflow-y: auto;
}

.wcapf-active-filters-before-shop-loop{
	display:none !important
}

/* Checkout - Thank you page */

.woocommerce-order{
	max-width:900px;
	margin: 0 auto;
     font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: #000000
}

.woocommerce-order .woocommerce-notice, .woocommerce-order .order_details, .woocommerce-order .woocommerce-order-details, .woocommerce-order .woocommerce-customer-details{
	background-color: #fff;
	padding:20px !important;
	margin: 0 !important;
	margin-bottom: 24px !important;
}

.woocommerce-order .woocommerce-table{
	padding: 0!important
}

.woocommerce-order .woocommerce-customer-details address{
	border: none !important
}

.woocommerce-order .order_details tfoot:first-of-type{
    display: none !important;
}
.woocommerce-order .woocommerce-order-overview__payment-method.method{
	display: none !important
}
.woocommerce-order .woocommerce-order-overview {
	display:flex !important;
	justify-content: center !important;
	flex-wrap: wrap;
  gap: 12px;
  align-items: start;
}

.woocommerce-order .woocommerce-notice{
	text-align: center
}

/* Responsive - Checkout thank you */
@media(max-width:767px){
	.woocommerce-order .woocommerce-order-overview {
	display:flex !important;
	justify-content: center !important;
	flex-wrap: wrap;
  gap: 12px;
  align-items: start;
	flex-direction: column
		
}
	.woocommerce-order .woocommerce-order-overview li{
		border: none !important
	}
}

/* Carrito responsive */
@media (max-width:1024px){
	.woocommerce-cart-form__cart-item.cart_item{
		padding: 0 !important;
		padding-top:20px !important
	}
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail{
		display: flex !important
	}
	.woocommerce-cart-form__cart-item.cart_item .product-thumbnail::before{
		display: none !important
	}
	.woocommerce-cart-form__cart-item.cart_item .product-price{
		display: none !important
	}
	.woocommerce-cart-form__cart-item.cart_item td{
		padding-top: 0 !important
	}
	.woocommerce-cart-form__cart-item.cart_item .product-subtotal{
		padding-top: 20px !important
	}
}