@keyframes fadeShow {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        transform: translateX(50%);
    }
}
@keyframes shine {

    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media only screen and (min-width: 768px){

    /*#region ---------- GENERICHE ----------*/

    #centro1colonna {
        margin-bottom: 0px;
    }

    #footer {
        margin-top: 0px;
    }

    #centro1colonna {
        margin-top: 0px !important;
    }

    .sezionePagina.schedaSeo .colonnaPagina {
        display: inline-block;
        vertical-align: top;
    }

    .sezionePagina.schedaSeo h3 {
        font-weight: 600 !important;
        font-style: normal !important;
        font-size: 1.17em !important
    }

    .sezionePagina.schedaSeo span, .sezionePagina.schedaSeo p {
        font-size: 17px !important
    }

    .schedaSeo .rigaPagina {
        max-width: 1280px;
        width: 96%;
        margin: 0 auto;
    }

    /*#endregion*/

    /*#region ---------- CONTENITORI ----------*/

    #contenitoreVetrina, #contenitoreNovita, #contenitoreOfferte {
        background: #efefef;
        padding: 1% 0;
    }

    #contenitoreBlog {
        width: 96%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .contenitoreProdottoNovita,
    .contenitoreProdottoOfferte {
        text-align: left;
        list-style: none;
        display: inline-block;
        width: 18.6666%;
        margin: 0 0.6667%;
        overflow: hidden;
        position: relative;
        vertical-align: top;
        margin-bottom: 1.333%;
    }

    .contenitoreProdottiRecenti, .contenitoreProdottoClick {
        max-width: 245px;
        margin: 0 auto;
        padding: 1%;
    }

    .contenitoreProdottoVetrina {
        margin: 0 1%;
    }

    /*#endregion*/

    /*#region ---------- SEZIONI ----------*/

    #sectionProdottiRecenti, #sectionCatInEvidenza, #sectionMiglioriMarchi.sectionBox, #contenitorePiuCliccati, .sectionIlMeglioDi, #MA_sectionProdottiRecenti, #MA_contenitorePiuCliccati {
        width: 96%;
        max-width: 1280px;
        margin: 0 auto;
    }

    #sectionVetrina, #sectionNovita, #sectionOfferte {
        width: 94.4%;
        max-width: 1260px;
        padding: 0 10px;
        margin: 0 auto;
        background: #fff;
    }

    .sectionIlMeglioDi {
        margin-bottom: 3%;
        border-bottom: 1px solid #d4d4d4;
    }

    /*#endregion*/

    /*#region ---------- H1 Vetrina | Novitą | Offerte | Blog -----------*/

    .h1Box, .h2Box, #h1Vetrina, #h1PiuCliccati, .h3Box {
        font-weight: 600;
        font-size: 5vh;
        display: inline;
        padding: 0px;
    }

    .h3IlMeglioDi {
        font-size: 4.5vh;
    }

    .toLoad .h3IlMeglioDi {
        height: 72px;
        width: 500px;
        background-color: #e9edee;
        background: linear-gradient(to top right,#e9edee 0%,#aaaaaa99 25%,#bbbbbb 50%,#aaaaaa99 75%,#e9edee 100%);
        background-size: 400% 400%;
        animation: shine 2.5s linear infinite;
        display: inline-block;
        padding: 0;
        margin: 0 auto;
    }

    .headerBox, #headerMiglioriMarchi, #headerPiuCliccati {
        margin: 2% 0;
    }

    .toLoad .showMore {
        display: inline-block;
        width: 120px;
        height: 20px;
        background-color: #e9edee;
        background: linear-gradient(to top right,#e9edee 0%,#aaaaaa99 25%,#bbbbbb 50%,#aaaaaa99 75%,#e9edee 100%);
        background-size: 400% 400%;
        animation: shine 2.5s linear infinite;
        margin-left: 10px;
        padding: 0;
    }

        .toLoad .showMore:after{
            content:'';
        }

        /*#endregion*/
        
        /*#region ---------- BANNER TOP  ----------- */
        
        #owl-banner .owl-wrapper-outer {
            border-bottom: 1px solid #dadada;
        }

    .banner-top {
        background-position: center top;
        background-size: cover;
        position: relative;
    }

        .banner-top .colonnaPagina:before {
            background: rgba(51, 51, 51, 0.3);
            background: rgba(0, 0, 0, 0.3);
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            display: block;
            z-index: 0;
        }

        .banner-top .colonnaPagina * {
            z-index: 2;
        }

        .banner-top img {
            max-width: 50%;
        }

        .banner-top .colonnaPagina {
            min-height: 77vh;
            background-size: cover;
            background-position: center center;
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            position: relative;
        }

        .banner-top .rigaPagina {
            position: relative;
        }

        .banner-top p {
            margin-bottom: 0px;
        }

        .banner-top h2 {
            font-size: 4vw;
            border-radius: 3px;
            display: inline-block;
            padding: 0% 2%;
            border-radius: 3px;
            margin: 0 auto;
            width: 96%;
            text-shadow: 0px 0px 100px rgba(0, 0, 0, 0.8);
            font-weight: 600;
            color: #fff;
            letter-spacing: 1.5px;
        }

            .banner-top h2 a {
                color: #fff;
                font-size: 30px;
            }

                .banner-top h2 a:after {
                    font-size: 23px;
                    display: inline-block;
                    margin-left: 10px;
                    content: '\f0da';
                    font-family: FontAwesome;
                    color: #fff;
                    position: relative;
                    font-weight: 500;
                }

        .banner-top .colonnaPagina:hover:before {
            background: rgba(0, 0, 0, 0.65);
        }

    /*#endregion*/

    /*#region --------- BANNER HOME ----------- */
    /*.banner .rigaPagina {*/
    /*display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        position: relative;
        float: none;*/
    /*}

    .banner * {*/
    /*color: #fff;*/
    /*}

    .banner a:hover {
        text-decoration: none;
    }

    .banner a:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
    }*/



    /*#endregion*/

    /*#region --------- BANNER ----------- */

    .sezioneBanner {
        max-width: unset !important;
        width: unset !important;
        position: relative;
        max-height: 540px;
        overflow: hidden;
    }

        .sezioneBanner .rigaPagina {
            /*max-width: none !important;*/
        }

    .colonnaBanner {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 94%;
        padding: 0 3%;
        height: 100% !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
        float: none !important;
    }

        .colonnaBanner h2 {
            font-size: 4vw;
            font-weight: 600;
        }

    .banner-img {
        width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .banner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .colonnaBanner a {
        display: inline-block;
    }

        .colonnaBanner a * {
            padding: 10px 20px;
            display: inline-block;
            width: 100%;
            width: calc(100% - 40px);
        }

    .colonnaBanner {
    }

        .colonnaBanner * {
            font-size: 3.5vw;
            font-weight: 600;
        }

        .colonnaBanner p {
            margin: 1% 0;
        }

        .colonnaBanner a {
            letter-spacing: 0px;
            text-decoration: none;
            text-align: center;
            margin: 3% auto 3% auto;
            color: #fff;
            z-index: 2;
            position: relative;
            display: inline-block;
        }

    /*#endregion*/

    /*#region ------- PROMOZIONI  NOVITĄ - OFFERTE - VETRINA ------- */

    #owl-vetrina .owl-pagination {
        margin-bottom: 0 !important;
    }

    #headerNovita,
    #headerOfferte,
    #headerVetrina {
        display: block;
        margin-top: 1% !important;
    }

    .prezzoProdottoDefinitivo {
        display: inline-block;
        padding: 2%;
        font-weight: 600;
        font-size: 20px;
    }

    .scontoProdotto {
        text-align: center;
        font-weight: 600;
        background-color: #1e61d4;
        border: 5px double rgba(255, 255, 255, 0.9);
        display: inline-block;
        border-radius: 100%;
        color: #fff;
        position: absolute;
        z-index: 1;
        top: 4%;
        right: 2%;
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }

    .prezzoProdotto {
        text-decoration: line-through;
        margin-right: 10px;
    }

    .contenitoreProdottoNovita a,
    .contenitoreProdottoOfferte a,
    .contenitoreProdottoVetrina a {
        text-decoration: none;
    }

        /*.contenitoreProdottoNovita a:before,
        .contenitoreProdottoOfferte a:before,
        .contenitoreProdottoVetrina a:before,
        .contenitoreProdottiRecenti a:before,
        .contenitoreProdottoClick a:before {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            width: calc(100% - 2px);
            display: block;
            height: 100%;
            height: calc(100% - 2px);
            z-index: 2;
            content: '';
        }*/

    .fotoProdottoVetrina,
    .fotoProdottoNovita,
    .fotoProdottoOfferte,
    .fotoProdottoRecente,
    .fotoProdottoClick,
    .fotoProdottoIlMeglioDi {
        position: relative;
        z-index: 1;
        text-align: center;
        width: 100%;
        max-height: 250px;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        overflow: hidden;
    }


        .fotoProdottoNovita a,
        .fotoProdottoOfferte a,
        .fotoProdottoVetrina a,
        .fotoProdottoRecente a,
        .fotoProdottoClick a,
        .fotoProdottoIlMeglioDi a{
            height: 16vw;
            max-height: 400px;
            overflow: hidden;
            text-align: center;
            position: relative;
            display: flex;
            flex-direction: column;
            flex-direction: row;
            justify-content: center;
            width: 100%;
            margin: 0 auto;
            background: #fff;
        }

        .fotoProdottoNovita:before, .fotoProdottoOfferte:before, .fotoProdottoRecente:before, .fotoProdottoVetrina:before, .fotoProdottoClick:before, .fotoProdottoIlMeglioDi:before {
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
            content: '\f1ce';
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            text-align: center;
            font-size: 30px;
            width: 100%;
            display: block;
            top: calc(50% - 20px);
            position: absolute;
            left: 0;
            z-index: 0;
            color: #000;
        }

    .contenitoreProdottoNovita:hover .fotoNovita,
    .contenitoreProdottoOfferte:hover .fotoOfferte,
    .contenitoreProdottoVetrina:hover .fotoVetrina {
        transform: scale(1.2);
        transform: scale(0.85);
    }

    .contenitoreProdottoNovita:hover .fotoProdottoNovita a:before,
    .contenitoreProdottoOfferte:hover .fotoProdottoOfferte a:before,
    .contenitoreProdottoVetrina:hover .fotoProdottoVetrina a:before {
        border: 1px solid #1e61d4;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }

    .spanFotoProdottoNovita, .spanFotoProdottoOfferte {
        display: none;
    }

    .fotoNovita,
    .fotoOfferte,
    .fotoVetrina,
    .fotoCorrelato,
    .imgProdRecente,
    .fotoClick,
    .imgProdIlMeglioDi {
        max-height: 220px;
        max-width: 100%;
        object-fit: scale-down;
    }

    .nomeProdottoNovita,
    .nomeProdottoOfferte,
    .nomeProdottoVetrina,
    .nomeProdottoRecente,
    .nomeProdottoClick,
    .nomeProdottoIlMeglioDi {
        margin: 4% auto;
        min-height: 44px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

    .nomeProdottoVetrina {
        padding: 0 2% 0 0;
    }

    /*#region --- IL MEGLIO DI TO LOAD --- */

    .boxItem.toLoad {
        width: 250px;
        height: 400px;
        display: inline-block;
    }

        .boxItem.toLoad .contenitoreProdottiIlMeglioDi {
            margin: 0 auto;
            padding: 1%;
            height: 100%;
        }

        .boxItem.toLoad .fotoProdottoIlMeglioDi {
            width: 90%;
            background-color: #e9edee;
            background: linear-gradient(to top right,#e9edee 0%,#aaaaaa99 25%,#bbbbbb 50%,#aaaaaa99 75%,#e9edee 100%);
            background-size: 400% 400%;
            animation: shine 2.5s linear infinite;
            height: 20vw;
        }

            .boxItem.toLoad .fotoProdottoIlMeglioDi:before {
                content: '';
            }

        .boxItem.toLoad .nomeProdottoIlMeglioDi {
            width:90%;
            background-color: #e9edee;
            background: linear-gradient(to top right,#e9edee 0%,#aaaaaa99 25%,#bbbbbb 50%,#aaaaaa99 75%,#e9edee 100%);
            background-size: 400% 400%;
            animation: shine 2.5s linear infinite;
        }

        .boxItem.toLoad .singleLine {
            width: 90%;
            background-color: #e9edee;
            background: linear-gradient(to top right,#e9edee 0%,#aaaaaa99 25%,#bbbbbb 50%,#aaaaaa99 75%,#e9edee 100%);
            background-size: 400% 400%;
            animation: shine 2.5s linear infinite;
            min-height: 30px;
            margin: auto;
        }

    /*#endregion*/

    /*#endregion*/

    /*#region --------- CATEGORIE IN EVIDENZA HOME-------- */

    #headerCatInEvidenza {
        display: block;
        margin-bottom: 0%;
    }

    .contenitoreCatInEvidenza {
        width: 30%;
        margin: 2% 0%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        vertical-align: top;
    }

        .contenitoreCatInEvidenza:nth-child(3n + 2) {
            margin-left: 5%;
            margin-right: 5%;
        }

    .divfotoCatInEvidenza {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
    }

        .divfotoCatInEvidenza:before {
            content: '';
            position: absolute;
            top: 0px;
            z-index: 0;
            left: 0px;
            height: 100%;
            width: 15%;
            display: block;
            background: #fff;
        }

        .divfotoCatInEvidenza:after {
            content: '';
            position: absolute;
            top: 0px;
            z-index: 0;
            left: 15%;
            height: 100%;
            width: 85%;
            display: block;
            background: #fff;
            -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0.15, rgba(0,0,0,1)), color-stop(1, rgba(0,0,0,0)));
        }

        .divfotoCatInEvidenza img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .boxElencoCategorie {
        position: relative;
        z-index: 1;
        padding: 15px;
        min-height: 180px;
    }

    .toLoad .boxElencoCategorie {
        background-color: #e9edee;
        background: linear-gradient(to top right,#e9edee 0%,#aaaaaa99 25%,#bbbbbb 50%,#aaaaaa99 75%,#e9edee 100%);
        background-size: 400% 400%;
        animation: shine 2.5s linear infinite;
    }

    .nomeCatInEvidenza {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        display: block;
    }

    .contenitoreCatInEvidenza ul {
        letter-spacing: 0.5px;
        margin: 0 auto;
        padding: 5px 20px;
        display: block;
    }

    .contenitoreCatInEvidenza li {
        padding-bottom: 2px;
    }

    #contenitoreCatInEvidenza .buttonBox {
        text-align: center;
        margin: 40px auto;
    }

    .listCataloghi {
        padding: 0px;
    }

        .listCataloghi li {
            display: inline-block;
            min-width: 24%;
            margin-right: 1%;
            margin-bottom: 1%
        }

            .listCataloghi li a {
                background: #1e61d4;
                display: block;
                padding: 15px 10px;
                color: #fff;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
                font-weight: 600;
            }


    /*#endregion*/

    /*#region --------- BLOG ----------- */

    #contenitoreBlog p {
        text-align: justify;
    }

    #contenitoreBlog #ricercaArgomentoBlog {
        display: none;
    }

    #contenitoreBlog #ricercaDataBlog {
        display: none;
    }


    #contenitoreBlog ul li {
        display: inline-block;
        vertical-align: top;
    }

        #contenitoreBlog ul li:nth-child(1),
        #contenitoreBlog ul li:nth-child(2) {
            width: 49%;
            margin-bottom: 2%;
        }

        #contenitoreBlog ul li:nth-child(1) {
            padding-right: 1%;
        }

        #contenitoreBlog ul li:nth-child(2) {
            padding-left: 1%;
        }


        #contenitoreBlog ul li:nth-child(n+3) {
            width: 31.333%;
        }

        #contenitoreBlog ul li:nth-child(3) {
            padding-right: 1.5%;
        }

        #contenitoreBlog ul li:nth-child(4) {
            padding: 0% 1.5%;
        }

        #contenitoreBlog ul li:nth-child(5) {
            padding-left: 1.5%;
        }

    #contenitoreBlog article {
        position: relative;
        margin: 0;
        overflow: hidden;
        float: left;
        font-size: 12pt;
        display: inline-block;
        background-color: #fff;
        width: 100%;
        background-color: #333;
        vertical-align: top;
        height: 20vw;
    }

        #contenitoreBlog article:hover {
            background-color: #1e61d4;
            color: #fff;
        }

            #contenitoreBlog article:hover h3 a {
                color: #fff;
            }

            #contenitoreBlog article:hover .imgNews {
                transform: scale(1.1);
            }

    #contenitoreBlog .article-list-title {
        overflow: visible;
        z-index: 10;
        position: absolute;
        margin: 0px;
        width: 100%;
        top: 0px;
        left: 0px;
    }

        /* Titolo news */
        #contenitoreBlog .article-list-title a {
            font-size: 30px;
            line-height: 35px;
            color: #fff;
            text-decoration: none;
            display: block;
            width: 96%;
            padding: 2%;
            font-weight: 600;
        }

    #contenitoreBlog ul li:nth-child(n+3) .article-list-title a {
        font-size: 1.5vw;
        line-height: 1.5vw;
        letter-spacing: 1px;
        font-weight: 900;
    }

    #contenitoreBlog .contenitoreInformazioniBlog .contenitoreAutoreBlog {
        display: none;
    }

    .contenitoreInformazioniBlog {
        padding: 10px 0;
    }

        .contenitoreInformazioniBlog i {
            margin-right: 5px;
        }

    #contenitoreBlog ul {
        font-size: 10pt;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        list-style: none;
    }

    #contenitoreBlog .imgNews {
        text-align: center;
        width: 100%;
        overflow: hidden;
        -webkit-mask-image: -webkit-gradient(linear, right bottom, right top, color-stop(0.3, rgba(0,0,0,2)), color-stop(1, rgba(0,0,0,0)));
        margin: 0px;
    }

        #contenitoreBlog .imgNews a {
            height: 20vw;
            max-height: 400px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            display: block;
            width: 100%;
        }

    #contenitoreBlog li:nth-child(n+2) img {
    }

    #contenitoreBlog .imgNews img {
        width: 100%;
        max-height: 400px;
        height: 20vw;
        object-fit: cover;
    }

    #contenitoreBlog .imgNews:hover {
    }
    /*#endregion */

    /*#region -------- ELENCO MARCHE HOME -------- */

    .owl-brands {
        margin-top: 30px;
    }

        .owl-brands .contenitoreMiglioreMarca {
            display: -webkit-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .owl-brands .owl-prev {
            display: none !important;
        }

    .contenitoreBox .owl-brands .owl-next {
        top: 0 !important;
        transform:none;
        right: 0px !important;
        height: 80px !important;
        width: 50px !important;
        background-image: none !important;
        background: #fff !important;
        border-radius: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .owl-brands .owl-next:before {
        content: '';
        display: block;
        height: 100%;
        width: 12px;
        background: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.00));
        position: absolute;
        opacity: 0.4;
        left: -12px;
    }

    .owl-brands .owl-next:after {
        content: '\f054';
        font-family: FontAwesome;
        display: inline-block;
        color: #000;
        font-size: 18px;
        line-height: 80px !important;
    }

    #contenitoreMiglioriMarchi {
        margin: 2% auto 2% auto;
    }

    .contenitoreMiglioreMarca a {
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        height: 78px;
        padding: 0px 3%;
        margin: 0% 1% 2% 1%;
        font-size: 15px;
        overflow: hidden;
        text-align: center;
        vertical-align: top;
        border: 1px solid #fff;
    }

    .contenitoreMiglioreMarca span {
        font-weight: 600;
        vertical-align: middle;
    }

    .elencoLinkMarche {
        text-align: center;
        margin-top: 3%;
    }

    .contenitoreMiglioreMarca .marcaLogo {
        vertical-align: middle;
        max-width: 100%;
        max-height: 70px;
        object-fit: scale-down;
    }

    #contenitoreMiglioriMarchi a:hover {
        border: 1px solid rgba(0, 0, 0, 0.50);
    }

    /*#endregion*/

    /*#region ---------- OWL CONTROLS (FRECCIA DESTRA E SINISTRA) ---------- */

    .owl-products .owl-item:nth-child(3n) {
        margin-right: 1px !important;
    }

    .owl-products .owl-prev,
    .owl-products .owl-next {
        background-color: rgba(226, 226, 226, 0.8);
        padding: 10px;
        border-radius: 3px !important;
    }

        .owl-products .owl-prev:hover,
        .owl-products .owl-next:hover {
            background-color: #c8c8c8;
        }

    .owl-prev,
    .owl-next {
        width: 32px !important;
        height: 53px !important;
        top: calc(50% - 43.5px) !important;
        transform: translateY(-50%);
        z-index: 2 !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    .owl-products .owl-prev, .owl-products .owl-next {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .owl-prev {
        background-image: url(Images/left-arrow-slim.png);
        left: -2% !important;
    }

    .owl-next {
        background-image: url(Images/right-arrow-slim.png);
        right: -2% !important;
    }

    /*#endregion*/

    /*#region ------------ BOTTONE MOSTRA TUTTE LE CATEGORIE --------------*/

    .showAll {
        display: inline-block;
        margin: 0 auto;
        background: #1e61d4;
        padding: 15px 90px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
    }

    /*#endregion*/

    /*#region --- CUSTOM --- */

    .spot-blog-forum .colonnaPagina {
        background-position: center center;
        background-size: cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 49% !important;
        display:inline-block;
        margin: 0 !important;
    }

        .spot-blog-forum .colonnaPagina:nth-child(2) {
            margin-left: 2% !important;
        }

    .spot-blog-forum {
        margin: 2% auto;
    }

        .spot-blog-forum .colonnaPagina p {
            height: 100%;
            width: 100%;
            margin:0;
        }

        .spot-blog-forum .colonnaPagina:hover {
            -webkit-filter: contrast(1.3);
            box-shadow: inset 0 1px 8vw -1px #2e2e2e
        }

        .spot-blog-forum .colonnaPagina a {
            font-size: 1.6vw;
            width: 90%;
            height: 90%;
            padding: 5%;
            margin: 0 auto;
            font-weight: 600;
            background-color: rgba(255, 255, 255, .1);
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            text-decoration: none
        }

        .spot-blog-forum a span {
            background-color: #1e61d4;
            border-radius: 3px;
            color: #fff;
            display: block;
            margin: 0;
            padding: 2%;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

    /*#endregion*/
}

@media only screen and (max-width:1280px) and (min-width:768px) {

    /*#region TITLE */

    #h1Novita,
    #h1Offerte,
    #contenitoreBlog header h2,
    #h3ProdottiRecenti,
    #h1Vetrina,
    #h1CatInEvidenza,
    #h1MiglioriMarchi,
    #h1PiuCliccati, .h1Box, .h3Box {
        font-size: 4vh !important;
    }

    /*#endregion*/

    /*#region PROMOZIONI */
    .contenitoreProdottoNovita .scontoProdotto, .contenitoreProdottoOfferte .scontoProdotto, .owl-item .scontoProdotto, .contenitoreProdottoVetrina .scontoProdotto, .contenitoreProdottiIlMeglioDi .scontoProdotto {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }

    .contenitoreProdottoNovita .scontoProdotto, .contenitoreProdottoOfferte .scontoProdotto, .contenitoreProdottoVetrina .scontoProdotto, .contenitoreProdottiIlMeglioDi .scontoProdotto {
        top: 5% !important;
    }

    /*#endregion*/

    /*#region BANNER */

    .banner-img {
        height: unset !important;
    }

    /*#endregion*/


}
