.overview {
    text-align: left;
}

.full-description {
    padding: 16px;
    border: solid 2px #ddd;
}

.full-description a {
    text-decoration: none;
}

.full-description h3 {
    text-align: center;
}

.responsive-nav-wrapper a,
.responsive-nav-wrapper span {
    background-color: white !important;
}

.responsive-nav-wrapper small {
    color: white !important;
}

.earth-theme .header {
    background-color: transparent !important;
}

.earth-theme .header-logo img {
    background-color: transparent !important;
}

.earth-theme .page-title {
    height: 100px;
}

.earth-theme .page-title h1 {
    bottom: 30px;
}

.earth-theme.variant-1 .spc-categories {
    min-height: 0;
}

.earth-theme h2.product-title {
    z-index: 10000;
}

.earth-theme div.add-info {
    z-index: 10001;
}

.home_text_h1 {
    color: #06449f;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: bold;
    font-stretch: 50%;
    margin-bottom: 20px;
    line-height: 44px;
}

.home_text_h2 {
    color: #06449f;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 14px;
    display: inline-block;
    padding-bottom: 12px;
    position: relative;
}

.home_text_h2:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 25%;
    border-bottom: 1px solid #06449f;
}

.home_text {
    color: black;
    font-size: 18px;
    margin-bottom: 48px;
}

.page-title {
    background-image: none !important;
}

.page-title h1 {
    color: black;
}

.earth-theme.variant-2 .header-menu>ul li>a:hover:before {
    width: 0 !important;
}

/* menu: nessun cambio colore in hover */
@media all and (min-width: 1025px) {

    .earth-theme.variant-1 .header-menu>ul>li>a,
    .earth-theme.variant-1 .header-menu ul>li:hover>a,
    .earth-theme.variant-1 .header-menu ul>li:hover>span,
    .earth-theme.variant-1 .header-menu ul>li>a.hover {
        color: #fff !important;
    }

    .earth-theme.variant-1 .header-menu .sublist li a,
    .earth-theme.variant-1 .header-menu .sublist li:hover>a,
    .earth-theme.variant-1 .header-menu .sublist li>a.hover {
        color: #666 !important;
    }
}

/* footer compatto */

.footer-wrapper {
    padding: 0px;
}

.footer {
    padding: 30px;
}

.footer-middle .center {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 8px 16px;
}

.footer-middle .social-sharing {
    display: none;
}

.footer-middle .footer-block {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    width: auto;
}

.footer-middle .footer-block .title {
    margin-bottom: 0;
}

.footer-middle .footer-block .list {
    display: flex;
    gap: 8px;
}

/* categorie senza prodotti: sidebar affiancata + lista prodotti nascosta */
.master-column-wrapper:has(.products-wrapper:empty) .side-2 {
    display: flex;
    width: 100%;
    gap: 16px;
}

.master-column-wrapper:has(.products-wrapper:empty) .side-2 .block-category-navigation,
.master-column-wrapper:has(.products-wrapper:empty) .side-2 .block-recently-viewed-products {
    width: 50%;
}

.master-column-wrapper:has(.products-wrapper:empty) .center-2 {
    display: none;
}