.page-header .panel.wrapper {
    background-color: #000;
    color: #fff;
}

.header.panel > .header.links, .minicart-wrapper {display:none;}

.header.content {
    padding: 10px 0px 0;
}

.page-header .header.panel {
    max-width: 100%;
    padding-bottom: 18px;
    padding-top: 18px;
}

.logo {
    margin: initial;
}

ul.menu-sito {
    float: left;
    padding: 10px 13px 0px 13px;
    margin-bottom: 0;
}


.menu-sito li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    display: inline-block;
}

.menu-sito li a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 0px 14px 0px 14px;
}

.menu-sito li a:hover {
color: rgba(255,255,255,.5) !important;
text-decoration: none;
}

.panel.header .links, .panel.header .switcher {
    padding-top: 5px;
}

.page-header .header.content {
    display: none;
}

.nav-sections-item-content {
    display: none !important;
}

.nav-sections-item-content > .navigation {
    min-width: 100%;
    padding: 30px 0;
    background-color: #fff;
}

/* menu main */
.menu-sito .navigation .level0 {
    margin: 0;
    clear: both;
    display: inline-block;
}
/* menu */
.ves-megamenu {
    float: none;
    clear: both;
    background: #fff;
}

.ves-menu .ves-megamenu {
    padding: 15px 0;
    border: 0;
}

.ves-menu nav.navigation {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background: #fff;
    margin: 0 auto;
}

.ves-vertical .caret {
    margin-top: -4px;
}

.navigation .level0 {
    margin: 0;
    float: none;
    clear: both;
    display: block;
}

.navigation .level0 > .level-top {
    line-height: initial;
    padding: 0 15px;
}

.navigation .level0:last-child {
    border-right: 0;
}

.ves-megamenu li.level0 > a {
    color: #000;
    font-weight: 300;
    padding: 0 10px;
    font-size: 1.2rem;
    padding: 7px 15px;
    line-height: 2rem;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #000;
    padding: 8px 20px;
    border-bottom: 1px dotted #ccc;
    font-weight: 300;
    font-size: 1.0rem;
}

.navigation .level0 .submenu .active > a {
    border-left: 3px solid #e2001a;
    border-bottom: 1px dotted #ccc;
}

.submenu.animated.dropdown-menu {
    width: 800px!important;
    left: 233px!important;
    margin-top: 0px;
    background-color: #fff!important;
    border: 0!important;
}

/* HOMEPAGE */
.home.categoria {
    float: left;
    width: 24%;
    border: 1px solid #ccc;
    margin: 0.5%;
    padding: 10px;
}

.home.img {
    height: 150px;
    text-align: center;
}

.home.nome {
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}

.apptrian-subcategories-grid .apptrian-subcategories-category-name {
    text-transform: uppercase;
}


/* ELENCO PRODOTTI */
.category-image {
    display: none;
}

.additional-attributes-wrapper.table-wrapper {
    width: 60%;
}

.page-products .apptrian-subcategories-grid li {
    width: 20%!important;
}

.page-products .widget.block.block-static-block {
    margin-bottom: 0;
}

.page-products .page-title-wrapper {
    margin-left: 275px;
}


/* SCHEDA PRODOTTO */
.product-info-main h1.page-title {
    font-weight: 600;
    font-size: 32px;
    padding-top: 10px;
}

.product.attribute.description {
    padding-top: 20px;
}

.additional-attributes-wrapper.table-wrapper {
    margin-top: 30px;
}

/*.catalog-product-view.page-layout-1column .column.main {
    position: relative;
}*/

/*.additional-attributes-wrapper.table-wrapper .cont.small .label, .additional-attributes-wrapper.table-wrapper .cont.small .data {
    font-size: 1.2rem;
}*/

/*.tabella_grande {
    position: absolute; left: 0; bottom: 0;
}*/

/* FOOTER */
.footer-credits {
    max-width: 1128px;
}

.copyright {
    max-width: 1128px;
}

.copyright span {
    padding-top: 10px;
    display: block;
}

/* VERSIONE TABLET */
@media screen and (max-width: 800px) {

    ul.menu-sito {
        float: left;
        padding: 10px 10px 10px 10px;
        margin-bottom: 0;
    }

    .menu-sito li a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
        color: #ffffff;
        padding: 0px 5px 0px 5px;
    }

    .submenu.animated.dropdown-menu {
        width: 583px!important;
        left: 144px!important;
    }

}