/* 
Theme Name: Tigerlily Jewellery 2026
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

*/

/*remove the product description needs more detail*/
.woocommerce ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category, .woocommerce ul.products li.product .ast-woo-shop-product-description, .woocommerce-page ul.products li.product .ast-woo-shop-product-description{
	display:none;
}

/*remove a woocommerce button needs more detail*/
.elementor-91 .elementor-element.elementor-element-af4cc69.elementor-wc-products ul.products li.product .button{
	display:none;
}

/*remove a woocommerce button needs more detail*/
.elementor-177 .elementor-element.elementor-element-98a42fe.elementor-wc-products ul.products li.product .button{
	display:none;
}

/*remove a star rating needs more detail*/
.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover.align-left .button, .woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover.align-left .star-rating, .woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover.align-left .button, .woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover.align-left .star-rating{display:none}


/*remove a product meta needs more detail*/
.product_meta{
	display:none;
}


/*Adjust padding for jet search submit button*/
.elementor-18 .elementor-element.elementor-element-9e1274c .jet-ajax-search__submit{
	padding-bottom:12px;
}

/*Adjust colour of Astra stock availability text On product pages?*/
.ast-stock-avail{
	color:#7a7a7a;
}

/*Menu left margin adjust */
.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul{
			margin-left: -8px;
}

/* Gift option button styling */
#order_is_gift_field > span > label{
    font-size: 100% !important;
	font-weight:400;
    padding: 20px 0 14px;
    margin: 0 0 20px;
    }

@media (max-width: 544px) {
	.woocommerce-info {
    flex-direction: column;
	}
}


.woocommerce-customer-details--phone, .woocommerce-customer-details--email{
	display:none;
	
}
/*
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
  display: block !important;
}*/

/*Hide the add to cart buttons on shop and shop archives*/
.add_to_cart_button {
	display:none !important;
}

.jet-mega-menu-item__desc{
	display:none !important;
}

