/*
Theme Name: Woostify Child
Theme URI: https://woostify.com/
Description: A child theme for Woostify
Author: Your Name
Author URI: Your Website
Template: woostify
Version: 1.0.0
*/
@media ( max-width: 600px ) {
	.site-footer-widget .widget_custom_html {
	margin-bottom: 25px;
}	
}

.woostify-trust-badge-box img {
    display: none; /* Hide the existing image */
}



/* Limit expansion to the toggle content only */
.elementor-toggle .elementor-tab-content {
  overflow: hidden;
  transition: height 0.3s ease; /* Match Elementor's default animation */
}

.elementor-menu-cart__product-price,
.elementor-menu-cart__product-price .quantity,
.elementor-menu-cart__product-price .woocommerce-Price-amount,
.elementor-menu-cart__product-price .woocommerce-Price-currencySymbol {
    color: #2D2D2D !important;
}
/* Change price color to #2d2d2d */
.elementor-menu-cart__product-price,
.woocommerce-Price-amount,
.product-quantity {
    color: #2d2d2d !important;
}






