﻿/*ordine menu

body .top-menu.restyle ul.menu>li.menuLogo {
    order: 10!Important;
}
 body .top-menu.restyle ul.menu>li.topic.Promo {
    order: 11!Important;
}   
 body .top-menu.restyle ul.menu>li.quickcart {
    order: 1920!Important;}*/

body .top-menu.restyle ul.menu > li.quoteRequest {
    order: 60 !Important;
}

body .top-menu.restyle ul.menu > li.multipleCart {
    order: 110 !Important;
}

body .top-menu.restyle ul.menu > li.topic.AboutUs {
    order: 120 !Important;
}

body .top-menu.restyle ul.menu > li.contact {
    order: 130 !Important;
}

body .top-menu.restyle ul.menu > li.topic {
    order: 20 !Important;
}

.home-page .page-body {
    background-color: #F8F9FA;
}

header .header-logo .logo {
    max-width: 450px;
}

body p {
    color: #424B58;
}

body ol {
    color: #424B58;
}

body ul,
body ul li {
    color: #424B58;
}

/*RSS in nuovi prodotti*/
.page .page-title a {
    display: none>
}
/*text*/
body p h1, h2, h3, h4, h5, h6 a {
    color: #3E3E3E !Important
}

.home-page-category-grid .item-box .category-item .sfogliacatalogo.wTitle a h6, .home-page-manufacturer-grid .item-box .category-item .sfogliacatalogo.wTitle a h6 {
    color: #3E3E3E !Important;
}
/*colore carrello sticky*/
.megamenuContainer.sticky ul.mega-menu li .new-cart .nr, .megamenuContainer.sticky ul.mega-menu li .new-wish .nr {
    background-color: #53565a;
}

/*prodotto - confronta*/
/*.product-details-page .compare-products {
    float: left;
    margin: 5px 30px;
}*/
/*sfoglia catalogo*/
a.sfoglia {
    background: transparent;
    border-radius: 7px;
    opacity: 1;
    color: #172049 !important;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
}

.home-page-category-grid .item-box .category-item .sfogliacatalogo, .home-page-manufacturer-grid .item-box .category-item .sfogliacatalogo {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin-top: 0px !Important;
    margin-bottom: 30px;
}



/*homepage text*/
.page.home-page .homepageText {
    background: #53565a;
    margin-top: none;
    z-index: 0;
    position: none;
    font-family: var(--font-family);
}


/*box categoria home*/
/*box categoria COMMENTATO MARX
.home-page-category-grid .item-box .category-item .picture .img, .home-page-manufacturer-grid .item-box .category-item .picture .img {
    height: 236px;
}*/


.home-page-category-grid .picture {
    padding-left: 60px !Important;
    padding-right: 60px !Important;
}

.home-page-category-grid {
    display: flex;
    justify-content: center; /* centra orizzontalmente */
    align-items: flex-start;
    gap: 20px; /* spazio tra i box */
    flex-wrap: wrap; /* permette di andare a capo */
    padding: 20px;
    padding-top: 0;
}

    .home-page-category-grid .item-box {
        flex: 1 1 300px; /* minimo 300px, si adatta allo spazio */
        max-width: 450px; /* limite massimo */
        background: #fff; /* sfondo bianco */
        border-radius: 10px; /* angoli arrotondati */
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); /* sfumatura sotto */
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        /* Effetto hover */
        .home-page-category-grid .item-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
        }

/* Tablet */
@media (max-width: 1023px) {
    .home-page-category-grid .item-box {
        flex: 1 1 45%; /* circa metà della larghezza */
        max-width: 45%;
    }
}

/* Cellulare */
@media (max-width: 768px) {
    .home-page-category-grid {
        flex-direction: column; /* i box uno sotto l’altro */
        align-items: center; /* centrati */
    }

        .home-page-category-grid .item-box {
            flex: none;
            width: 90%; /* quasi tutta la larghezza del display */
            max-width: 400px;
        }
}




/*bottoni - colore testo*/
.button-1, .button-2 {
    color: #fff;
}
/*prodotti in vetrina*/


/*thumbs big menu*/

.megamenuContainer .mega-menu .dropdown.categories .image {
    height: 60px !Important;
    min-height: 60px !Important;
    max-height: 60px !Important;
}
/*search*/
.search-box > form [type=submit] {
    width: 60px;
    height: 40px;
    background-color: white;
    border: 2px solid #172049;
    border-left: 0;
}

    .search-box > form [type=submit] svg path {
        fill: #172049;
    }

.search-box > form input {
    border: 2px solid #172049;
    border-right: 0;
}

.sub-header {
    background-color: #f4f4f4;
    font-size: 1.05em;
}

@media (min-width: 1200px) {
    .home-page-category-grid .item-box, .home-page-manufacturer-grid .item-box {
        width: 33%;
    }
}

.home-page-category-grid .item-box, .home-page-manufacturer-grid .item-box {
    border-width: 0px;
    border-color: transparent;
}

.page.home-page .homepageText {
    color: #3E3E3E;
    margin-top: 0px;
}

    .page.home-page .homepageText .topic-html-content .topic-html-content-title .topic-html-content-header {
        color: #3E3E3E;
    }

    .page.home-page .homepageText .topic-html-content .topic-html-content-body {
        color: #424B58;
        text-align: center;
    }

    .page.home-page .homepageText .topic-html-content .topic-html-content-title .topic-html-content-header::after {
        display: none;
    }
/*mega menu color*/
.megamenuContainer .mega-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 7.5px 45px 7.5px 15px;
    font-family: var(--font-family) !important;
    position: relative;
}
/*bottoni  footer*/
body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p {
    color: #3E3E3E;
    /*font-family: 'SUSE';*/
    background-color: #fff;
    border: solid 2px #413E4A;
    width: 100%;
    font-size: 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 80px;
}

footer h3 {
    color: white !Important
}

body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.payment {
        width: calc((100% / 3) - 30px);
        background-image: url(images/HomepageBox/lock.svg);
        background-position: 15px 15px;
        background-repeat: no-repeat;
        font-weight: bold;
        justify-content: center;
    }

    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.shipping {
        width: calc((100% / 3) - 30px);
        background-image: url(images/HomepageBox/fast.svg);
        background-position: 15px 15px;
        background-repeat: no-repeat;
        font-weight: bold;
        justify-content: center;
    }

    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.support {
        width: calc((100% / 3) - 30px);
        background-image: url(images/HomepageBox/help.svg);
        background-position: 15px 15px;
        background-repeat: no-repeat;
        font-weight: bold;
        justify-content: center;
    }

@media (max-width: 991px) {
    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p {
        width: 100%;
    }

    .topic-html-content-body .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-info {
        flex-wrap: wrap;
    }

        .content-info p {
            width: 100%;
        }

    .video {
        width: 100%;
    }

    .text-image {
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: space-around;
    }

        .text-image p {
            width: 100%;
        }

        .text-image p {
            width: 100%;
        }

        .text-image img {
            margin-top: 30px;
            width: 100% !important;
        }
}

@media (max-width: 767px) {
    body .page .page-body .sliderInTwoSides > .cntnt .homepageText {
        margin-left: 0;
    }

    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .banner-b img {
        padding-left: 10px;
        padding-right: 10px;
    }
    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.payment {
        width: 100%;
    }

    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.shipping {
        width: 100%;
    }

    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.support {
        width: 100%;
    }
}

@media (max-width: 299px) {
    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p {
        min-height: 60px;
        padding: 0 10px 0 50px;
    }
}

body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p::before {
    content: '';
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto calc(100% - 50px);
    width: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 299px) {
    body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p::before {
        width: 40px;
        background-size: auto calc(100% - 40px);
    }
}


body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p::before {
    content: '';
    display: inline-block;
}

body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.payment::before {
    display: none
}

body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.shipping::before {
    display: none
}

body .master-wrapper-page .master-wrapper-content .master-wrapper-main .page.home-page .page-body .homepage-box .topic-html-content .topic-html-content-body > p.support::before {
    display: none
}

/*-------------------------------------------------------------*/

body table.compare-products-table td:last-of-type {
    text-align: center;
}

body .top-menu.restyle ul.menu > li > a {
    color: #ffff;
}

body .top-menu.restyle ul.menu > li > span {
    color: #ffff;
}

body .top-menu.restyle ul.menu > li svg path {
    fill: #ffff;
}

body footer {
    background-color: #172049;
    margin-top: 0;
}

.container .homepage-post-text .topic-html-content .topic-html-content-title .topic-html-content-header {
    color: #1D2430 !important;
    font-weight: bold;
}

.page.home-page .page-body .topic-html-content-title .topic-html-content-header::before, .page.home-page .page-body .topic-html-content-title .topic-html-content-header::before {
    background-color: #2752E4;
}

.page-body .container .homepage-post-text .topic-html-content .topic-html-content-body p {
    text-align: center;
    font-size: 16px;
    color: #424B58;
    margin-top: 20px;
}

.container.boxes {
    display: flex;
    gap: 48px;
    margin-top: 50px;
}

    .container.boxes .box {
        height: 341px;
        background-color: #ffff;
        border-radius: 6px;
        opacity: 1;
        box-shadow: 0px 0px 20px #0000000A;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

        .container.boxes .box .button-boxes {
            background: #2752E4;
            border-radius: 7px;
            opacity: 1;
            color: #F8F9FA;
            border: none;
            margin-top: 54px;
            padding: 15px 40px;
            font-size: 16px;
        }

.page.home-page .homepageText .topic-html-content {
    padding: 0;
}

.homepageText .topic-html-content .topic-html-content-body .container {
    padding-left: 0;
}

.homepageText .topic-html-content .topic-html-content-body .shadow-box {
    width: 600px;
    height: auto;
    background-color: rgba(23, 32, 73, 0.7);
    text-align: left;
    padding: 47px 107px 60px;
    margin: 81px 0px;
}

    .homepageText .topic-html-content .topic-html-content-body .shadow-box .pre-title-1 {
        color: #ffff;
        display: inline-block;
        font-size: 20px;
        margin-bottom: 7px !important;
    }

    .homepageText .topic-html-content .topic-html-content-body .shadow-box .pre-title-2 {
        color: #A88826;
        font-weight: bold;
        font-size: 22px;
        display: inline-block;
        padding-left: 13px;
        margin-bottom: 7px;
    }

    .homepageText .topic-html-content .topic-html-content-body .shadow-box .title {
        color: #ffff;
        text-align: left;
        font-size: 40px;
        font-weight: bold;
        margin-top: 0;
    }

    .homepageText .topic-html-content .topic-html-content-body .shadow-box .main-text {
        font-size: 20px;
        color: #ffff;
        letter-spacing: -0.04px;
    }

.page.home-page .page-body .container {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .container.boxes {
        flex-wrap: wrap;
    }

    .homepageText .topic-html-content .topic-html-content-body .shadow-box {
        width: auto;
        height: auto;
    }
}

@media (max-width: 767px) {
    .homepageText .topic-html-content .topic-html-content-body .shadow-box {
        padding: 40px 40px;
    }

    .homepageText .topic-html-content .topic-html-content-body .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.page.shopping-cart-page .page-body .order-summary-content {
    margin-bottom: 60px;
}

.map-image {
    display: flex;
    gap: 35px;
    margin-bottom: 40px;
}

    .map-image img {
        width: 50%;
        /* height: 400px;*/
    }

    .map-image iframe {
        width: 50%;
        height: auto;
    }

/* CONTACTUS PAGE */
body .page.contact-page .page-body {
    background-color: var(--darkerBackground);
    padding: 30px 0 15px 30px;
    margin-bottom: 30px;
}

    body .page.contact-page .page-body .form-fields .inputs {
        position: relative;
        padding: 0;
    }

        body .page.contact-page .page-body .form-fields .inputs .required {
            position: absolute;
            top: 1px;
            left: -10px;
        }

@media (max-width: 991px) {
    body .page.contact-page .page-body form .inputs textarea {
        width: calc(100% - 30px);
    }

    body .page.contact-page .page-body .accept-privacy-policy {
        text-align: left;
    }

    body .page.contact-page .page-body form .buttons {
        padding-right: 30px;
    }

    .map-image {
        flex-wrap: wrap;
    }

        .map-image img {
            width: 100%;
            height: auto;
        }

        .map-image iframe {
            width: 100%;
            height: 400px;
        }
}

@media (max-width: 767px) {
    .map-image iframe {
        height: 350px;
    }
}

@media (max-width: 400px) {
    .map-image iframe {
        height: 195px;
    }
}

body .page .page-body .sliderInTwoSides > .cntnt {
    background-color: transparent;
}

    body .page .page-body .sliderInTwoSides > .cntnt .homepageText {
        background-color: transparent;
        margin-left: 20px;
    }

        body .page .page-body .sliderInTwoSides > .cntnt .homepageText .topic-html-content .topic-html-content-body .box1 {
            margin-bottom: 20px;
        }

.page.home-page .nop-jcarousel-container {
    background-color: #172049;
}

.item-holder {
    background-color: #172049;
}

.home-page-category-grid {
    background-color: #172049;
}

.page.home-page .nop-jcarousel .jcarousel-container .jcarousel-clip ul.jcarousel-list li .item-holder {
    background: #fff;
}

.nop-jcarousel .jcarousel-container {
    background: transparent !important;
}

.page.home-page .nop-jcarousel .carousel-title > span::before {
    background-color: #2752E4;
}

.page.home-page .nop-jcarousel .carousel-title > span {
    color: #fff;
}

.page-body .row .home-page-category-grid .homepage-title .topic-html-content .topic-html-content-title .topic-html-content-header {
    color: #fff !important;
}

.page.home-page .nop-jcarousel {
    margin: 0;
}

.home-page-category-grid {
    margin: 0;
}

body .page.home-page .homepagecategories {
    background-color: #172049;
}

body .page.home-page .homepageproducts {
    background-color: #fff;
}

.page.home-page .page-body .row .homepagecategories .container {
    margin-bottom: 0 !important;
}

.page .page-body .homepage-title .topic-html-content .topic-html-content-title h2.topic-html-content-header {
    font-size: 24px;
}

.page.home-page .nop-jcarousel .jcarousel-container .jcarousel-next {
    color: #fff;
}

.page.home-page .nop-jcarousel .jcarousel-container .jcarousel-prev {
    color: #fff;
}

/* TOP HEADER */
body .top-header {
    color: #fff;
    background-color: #172049;
    width: 100%;
    float: left;
}

    body .top-header .topic-html-content {
        margin: 0;
        padding: 7px 0;
    }

        body .top-header .topic-html-content .topic-html-content-body {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            body .top-header .topic-html-content .topic-html-content-body > div:first-of-type {
                font-size: 18px;
                font-weight: 600;
            }

            body .top-header .topic-html-content .topic-html-content-body > div:nth-child(2) {
                font-size: 14px;
                font-weight: 400;
                border-left: 1px solid #fff;
                padding-left: 15px;
            }

            body .top-header .topic-html-content .topic-html-content-body ul {
                list-style: none;
                text-align: left;
            }

                body .top-header .topic-html-content .topic-html-content-body ul > li::before {
                    content: '';
                    display: inline-block;
                    background-image: url(/Content/Images/check-white.svg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: contain;
                    width: 10px;
                    height: 10px;
                    margin-right: 7px;
                }

                body .top-header .topic-html-content .topic-html-content-body ul.sliding {
                    height: 18px;
                }

.top-header .topic-html-content .topic-html-content-body ul li {
    color: #fff;
}

@media (max-width: 991px) {
    body .top-header .topic-html-content .topic-html-content-body {
        flex-direction: column;
    }

        body .top-header .topic-html-content .topic-html-content-body > div:nth-child(2) {
            border-left: 0;
            padding: 7px 0;
        }
}

.top-header .container .topic-html-content .topic-html-content-body div ul li a {
    color: #2752E4;
}
