/*
	Theme Name: Woostify Child (Iaiatessuti)
	Theme URI: https://iaiatessuti.com
	Description: Tema Child personalizzato per Iaia Tessuti.
	Author: Riccardo
	Template: woostify
	Version: 1.0.0
	Text Domain: woostify-child-iaia
*/

.woocommerce-loop-category__title .count { display: none; }

.top-bar-social {
	list-style-type:none;
	display:flex;
	justify-content: end;
	gap:1rem;
	filter:invert(1)
}

.footer-links {
	padding:0;
	margin:0;
}

.footer-links > li {
	line-height:23px;
}

/* SINGLE PRODUCT */
.single-product .woostify-breadcrumb, .single-product .woostify-breadcrumb a {color:black;}
.single-product .product_title {font-weight:600 !important;}
.single-product .joinchat_app {border-radius:0;}
.single-product .content-top {padding:0}
.single-product .cart {
	display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
}
.single-product .cart .quantity {width:252px; margin-right:0;}
.single-product .single_add_to_cart_button.button {min-width:252px !important;}
.single-product div.woostify-container > section > h2 {font-size:2rem !important;}
.single-product #tab-title-additional_information > a {font-family: Cinzel;font-size:1.6rem}

/* CHECKOUT */
.woocommerce-cart .checkout-button, .woocommerce-cart .wc-proceed-to-checkout {margin-bottom: 1rem;}

.sidebar-menu-open #woostify-overlay .woostify-svg-icon { right: 5px !important; }

@media screen and (max-width:768px) {
	.site-footer-widget .widget_custom_html { margin-bottom: 25px; }
	.site-branding { max-width:140px; }
	
	body.archive .woocommerce-products-header, .mega-menu-wrap {
		display:none !important;
	}
	body.archive .page-header { margin-bottom: 0 !important; }
}