﻿/* PARTI COMUNI, COLORI */
body .megamenuContainer .mega-menu li.ctgr {
    background-color: #fde22a;
}
body .megamenuContainer .mega-menu li.ctgr > a,
body .megamenuContainer .mega-menu li.ctgr > a::before {
    color: #020403;
}
body .megamenuContainer .mega-menu li.ctgr > a:hover::after {
    background-color: #020403;
}
body .search-box form input[type="submit"] {
   background-image: url(/Themes/Restyling/img/search_b.svg);
}
body header .icon.new-wish .nr,
body header .icon.new-cart .nr,
body .megamenuContainer.sticky ul.mega-menu li .new-cart .nr, 
body .megamenuContainer.sticky ul.mega-menu li .new-wish .nr {
    color: #020403;
}

/* HOMEPAGE TITLE */
body .page.home-page .page-body .category-title.title,
body .page.home-page .page-body .pdf-title.title {
    background-color: transparent;
    padding: 60px 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
body .page.home-page .page-body .category-title.title::after,
body .page.home-page .page-body .pdf-title.title::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: #fde22a transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
}
body .page.home-page .page-body .category-title.title strong,
body .page.home-page .page-body .pdf-title.title strong {
    font-size: 25px;
    text-transform: uppercase;
}
body .page.home-page .page-body .category-title.title span,
body .page.home-page .page-body .pdf-title.title span {
    display: block;
    margin-top: 10px;
}

/* HOMEPAGE SLIDER */
body .page.home-page .sliderContainer {
    background: rgb(226, 226, 226);
    background: linear-gradient( 0deg, rgb(226, 226, 226) 0%, rgb(169, 169, 169) 100%);
    margin-bottom: 50px;
}
body .page.home-page .sliderContainer > div {
    position: relative;
    top: 50px;
}

/* HOMEPAGE CATEGORY */
body .page.home-page .homepageCategory .topic-html-content .topic-html-content-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
body .page.home-page .homepageCategory .topic-html-content .topic-html-content-body > p {
    width: calc(100% / 3);
    text-align: center;
    padding: 0 80px 50px;
    margin: 0;
}
@media (max-width: 767px) {
    body .page.home-page .homepageCategory .topic-html-content .topic-html-content-body > p {
        width: 100%;
    }
}

/* HOMEPAGE PDF */
body .page.home-page .pdfContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}
body .page.home-page .pdfContainer .pdfItem {
    width: calc(33.33% - 20px);
    text-align: center;
    margin: 0 10px 30px;
}
@media (max-width: 767px) {
    body .page.home-page .pdfContainer .pdfItem {
        width: 100%;
    }
}
body .page.home-page .pdfContainer .pdfItem > button {
    display: inline-block;
    color: #020403;
    background-color: #fde22a;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    border: 0;
}
body .page.home-page .pdfContainer .pdfItem > button::after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: 10px;
    position: relative;
    top: -1px;
}