/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Menu principale: icona sopra, testo sotto */
.woocommerce-mini-cart__buttons .checkout, .elementor-widget-wd_banner  {
display: none !important;
}
.wd-nav-main > li > a.woodmart-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Rimuove margine laterale dell’icona */
.wd-nav-main > li > a .wd-nav-img {
    margin-inline-end: 0;
    margin-bottom: 4px;
}
/* Ingrandisce le icone del menu principale */
.wd-nav-main > li > a .wd-nav-img {
    width: 26px !important;
    height: 26px !important;
    max-height: 26px;
}

/* Testo centrato */
.wd-nav-main > li > a .nav-link-text {
    text-align: center;
    line-height: 1.2;
}
.wd-nav-main > li > a {
    min-height: 60px;
    justify-content: center;
}
.globus-cad {
    font-size: 0.6em;
    margin-left: 3px;
}
.globus-conf-info {
    margin-top: 8px;
    font-size: 0.95rem;
    line-height: 1.4;
}

.globus-pack-qty {

}

.globus-pack-total {
    margin-top: 3px;
}

.globus-public-price-notice{ 
	background: #10101008; 
	border-left: 4px solid;
	border-left-color: rgb(165, 127, 116);
	padding: 12px; 
	margin-bottom: 15px; 
	border-radius: 4px;
}
.wd-page-title .title {
    padding: 50px 0;
}
.none_display {
	display: none;
}
.globus-tag-cloud a{
	border: 1px solid;
	padding: 5px;
	margin: 5px;
	border-radius: 4px;
}
.page-title .wd-back-btn{
	display: none;
}