/*
Theme Name: hello-elementor-child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/** Hide the categories from the product meta element to only show SKU and Brand */
.posted_in.detail-container{
	display: none !important;
}

/** Hide the reset variations button */
a.reset_variations{
	display: none !important;

}

p.stock{
	text-transform: uppercase !important;
	font-weight: 700 !important;
}
	p.stock.in-stock{
		color: #358060 !important;
	}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled{
	background-color: #D8DADE !important;
}

.woocommerce-tabs .panel{
	border-top: none !important;
}

.button-quickview{
	display: none !important;
}

.product-inner.product-grid h6 a {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.xoo-wsc-ft-btn{
	margin-top: 5px;
	border-radius: 15px !important;
}

.xlwcty_thankyou{
	padding-top: 40px;
}

/** Style "Volver a la tienda" button on empty cart */
.woocommerce-cart .return-to-shop .button {
	background-color: #FE6602 !important;
	color: #fff !important;
	border-radius: 10px !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
	border: none !important;
	transition: background-color 0.2s ease !important;
}

.woocommerce-cart .return-to-shop .button:hover {
	background-color: #D95400 !important;
	color: #fff !important;
}

/** Style empty cart notice to match the orange message notice */
.woocommerce-cart .woocommerce-info {
	background-color: #FFF4EB;
	color: #54595F;
	border: 1px solid #E8833A;
	border-left: 4px solid #E8833A;
	border-top: 1px solid #E8833A;
	border-radius: 8px;
	padding: 16px 24px 16px 50px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	position: relative;
}

.woocommerce-cart .woocommerce-info::before {
	color: #E8833A;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}