/* GENERAL */

.header_action {
    display: flex;
    position: absolute;
    right: 0;
}

.header .bt-modal-newsletter {
    position: static;
    margin-top: 7%;
    margin-right: 30px;
}

a.tasto-menu-second,
a.tasto-filtro {
    margin-left: 2px;
}

.iconfull:before {
    position: static;
}

a.tasto-filtro {
    float: none !important;
}

.icon-busta {
    width: auto;
    height: auto;
    margin-top: 8px;
}

.rs-ico-newsletter {
    display: block;
    position: fixed;
    height: 40px;
    top: 25%;
    right: 0;
    border: 1px solid #000;
    z-index: 99999999999999;
    background-color: #000;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin: 0;
    /* rotate: 270deg; */
    transform: rotate(270deg);
    transform-origin: right bottom;
}

.rs-ico-newsletter span {
    position: relative;
    color: #fff;
    top: 0.39em;
}

/* END GENERAL */


/* ==========================================================================
   DESKTOP - SCHERMI GRANDI BP1440
   ========================================================================== */

@media only screen and (min-width:1660px) {
    .header .bt-modal-newsletter {
        display: none;
    }
}


/* ==========================================================================
   DESKTOP - SCHERMI GRANDI BP1440
   ========================================================================== */

@media only screen and (min-width:1440px) {}

/* ==========================================================================
   DESKTOP - SCHERMI GRANDI BP1280
   ========================================================================== */

@media only screen and (min-width:1280px) {
    .icon-busta {
        display: none !important;
    }
}

@media only screen and (max-width:1279px) {}


/* ==========================================================================
   DESKTOP - SCHERMI GRANDI BP1024 > BP...
   ========================================================================== */

@media only screen and (min-width:1024px) {
    .btn-apri-ricerca {
        display: block !important;
    }
}

/* FINE DESKTOP 1024 > ... */

@media only screen and (min-width:1064px) {}


@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .rs-ico-newsletter {
        display: none !important;
    }

    .icon-busta {
        margin-right: 20px !important;
    }

    .header .bt-modal-newsletter {
        margin-right: 30px !important;
    }
}

/* da farla confermare da loro */

@media only screen and (max-width:1024px) {

    .icon-busta {
        display: none !important;
    }

    .btn-apri-ricerca {
        display: block !important;
    }

    .icon-busta {
        display: block !important;
        margin-right: 20px !important;
    }

    .icon-busta:before {
        font-size: 2.5rem;
        /* left: unset;
    right:22px !important;
    top: 7px; */
    }

    .rs-ico-newsletter {
        display: none !important;
    }

    .header_action {
        position: absolute;
        right: 0;
    }
}

/* fine 1024 */


@media only screen and (max-width: 992px) {

    .header .bt-modal-newsletter {
        margin-right: 8px;
        margin-top: 12%;
        width: 49px;
        height: auto;
    }

    .header_action {
        position: absolute;
        right: 0;
    }

    .bt-modal-newsletter {
        display: block !important;
    }

    .rs-ico-newsletter {
        display: none !important;
    }

    /* .icon-busta { 
    margin-right: 8px;
   } */

    .icon-busta:before {
        font-size: 2.5rem;
        /* left: unset;
    right:72px !important;
    top: 7px;
    position:absolute; */
    }
}


@media only screen and (max-width: 768px) {

    .icon-busta {
        margin-top: 0px;
    }

    .bt-modal-newsletter {
        display: block !important;
        width: 49px;
        height: auto;
        position: static;
    }

    .icon-busta:before {
        font-size: 2.5rem;
        margin-top: 8px;
    }


}

/* fine max width 768 */

@media only screen and (min-width: 768px) {}

/* fine min width 768 */

@media only screen and (max-width: 767px) {
    .header .bt-modal-newsletter {
        margin-top: 0;
    }
}

/*fine 767 mobile config*/
@media only screen and (max-width:640px) {}

/*fine max width 640*/
@media only screen and (min-width:640px) {}

/*fine min width 640*/
@media only screen and (min-width:481px) and (max-width:1024px) {}

/* FINE < 481px AND > 1024   */

/* ==========================================================================
   TABLET - SCHERMI MEDI BP481
   ========================================================================== */


@media only screen and (max-width: 540px) {
    .icon-busta:before {
        margin-top: 10px;
        font-size: 2.0rem;
        /* left: unset;
    right:22px !important;
    top: 7px; */
    }

    .header .bt-modal-newsletter {
        margin-right: 0px;
        width: 49px;
        height: auto;
    }
}

/* FINE SMARTPHONE 000 > 540 */

@media only screen and (min-width:481px) {}

/* FINE  > 481   */



@media only screen and (max-width: 480px) {
    .header .bt-modal-newsletter {
        margin-top: 0;
    }

    .icon-busta:before {
        margin-top: 8px;
        font-size: 2.5rem;
    }

    .header .bt-modal-newsletter {
        margin-right: 8px;
        width: 49px;
        height: auto;
    }
}

/* FINE SMARTPHONE 000 > 480 */

@media only screen and (max-width: 375px) {
    .icon-busta:before {
        font-size: 2.3rem;
    }
}

/* FINE SMARTPHONE 000 > 375 */

@media only screen and (max-width: 320px) {
    .header .bt-modal-newsletter {
        margin-right: 0px;
    }

    .icon-busta:before {
        margin-top: 8px;
    }
}

/* FINE SMARTPHONE 000 > 480 */