/* DA TENERE NON SOVRASCRIVERE CON style.css*/

.remove_preferito {
    height:10px;
    width:10px;
    position: absolute;
    right: 10px;
    top:10px;
    background-image: url(/media/x.svg);
    background-repeat:no-repeat;
    background-size: cover;
    z-index:99999;
}

.filter_panel_preferiti.open .abso_img_nomecuore {
    font-size: 13px;
    bottom: 15px;
    padding: 0 20px;
}

.owl-theme .owl-dots .owl-dot span { /*ultimi fix*/
    background: #D6D6D6 !important;
}
.owl-theme .owl-dots .owl-dot.active span { /*ultimi fix*/
    background: #181818 !important;
}

.testo15 strong {
    display: block;
    margin-top: 10px;
}

.testo15 br {
    display: none;
}

.testo15 {
    font-size: 12px;
    font-weight: 300;
}

.title_scat {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    padding: 40px 0;
    margin: 0;
    display: inline-block;
}

.lingua_sel {
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
}
.link-genux {
    text-decoration: none;
    color: #181818!important;
    font-weight: 300;
    
}
.link-genux:hover {
    text-decoration: underline;
    
}

.link-genux-underline {
    text-decoration: none;
    color: #181818 !important;
    font-weight: 300;
    text-decoration: underline;

}

.link-genux-underline {
    text-decoration: underline;
    color:#000!important;
}

.back_to_scat {
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    float: right;
    color: #181818
}

    .back_to_scat:hover {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        color: #181818;
    }

.gx-pointer{
    cursor:pointer;
}

.riq_content_menu {
    position: relative;
}

@media (max-width:992px) {

    .riq_content_menu {
        position: relative;
        min-height: 100%;
    }

    .back_to_scat, .lbl_consigliati {
        font-size: 16px;
    }

    .back_to_scat {
        margin-top: 2px;
    }

    .carousel_borse_home .owl-dots .owl-dot span{
        width: 30px!important; /* Cambia la larghezza qui */
        margin: 5px; /* Distanza tra i dots */
    }

    .carousel_fragranze_home .owl-dots .owl-dot span {
        width: 30px !important; /* Cambia la larghezza qui */
        margin: 5px; /* Distanza tra i dots */
    }

}
/* Per carosello scheda: in layout c'è if e si trova dentro quello lo style */
/*--*/
/*--*/
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    width: 100%;
    position: relative;
    font-family: "Jost", sans-serif;
    color: #181818;
}

input, textarea {
    font-family: "Jost", sans-serif;
    color: #181818;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 10
}

    .header .logo_sito {
        width: 200px;
        padding: 20px 0;
        display: inline-block;
    }

    .header.slim .logo_sito {
        display: none;
    }

    .header.slim .background_gaussiano {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: -1;
        background: rgba(255, 255, 255, 0.5);
    }

.content_menu {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 0;
    margin: 0;
    position: relative;
}

    .content_menu .background_gaussiano {
    }

.menu_header {
    width: 100%;
    padding: 0;
    max-width: 60%;
    margin: 0 auto;
}

    .menu_header tr td {
        width: 1%;
        white-space: nowrap
    }
        /*===============================================*/
        .menu_header tr td:first-child {
            padding-left: 0;
            margin-left: 0;
        }

        .menu_header tr td:last-child {
            padding-right: 0;
            margin-right: 0;
        }

        .menu_header tr td span {
            color: #181818;
            padding: 10px 5px;
            margin: 2px 0;
            text-decoration: none;
            display: inline-block;
        }

            .menu_header tr td span:hover {
                text-decoration: underline;
                cursor: pointer;
            }

    .menu_header .active_mh {
        text-decoration: underline !important;
    }

.css_toolbar a {
    text-decoration: none;
    display: inline-block;
    margin-right: 6px;
}

    .css_toolbar a:last-child {
        margin-right: 0;
    }

    .css_toolbar a span.ico_txt {
        display: none;
    }

.hamburger {
    display: none;
}
/*        <!-- ======================================== --> */
.hamburger {
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    transition-property: filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 18px;
}



    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #181818;
    }

.hamburger-box {
    width: 25px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 25px;
        height: 2px;
        background-color: #181818;
        border-radius: 0;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
        opacity: 1 !important;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 2px;
}

    .hamburger--spring .hamburger-inner::before {
        top: 8px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spring .hamburger-inner::after {
        top: 16px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg);
    }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spring-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    }

    .hamburger--spring-r .hamburger-inner::before {
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    }

    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    }



.p_relative {
    position: relative;
}

.d_none {
    display: none;
}

.btn_bianco_std {
    border: 2px solid #FFF;
    padding: 10px 30px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
}

    .btn_bianco_std:hover {
        background: #FFF;
        color: #181818!important;
    }

.btn_nero_std {
    border: 2px solid #181818;
    padding: 10px 30px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    color: #181818;
    display: inline-block;
}

    .btn_nero_std:hover {
        background: #181818;
        color: #fff;
    }

.background_gaussiano {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: inherit;
*/    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
    z-index: -1;
}

.font-light {
    font-weight: 300;
}

.fine_body_pagina { /*==========================================*/
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 65px;
}


.abso_img_nomecuore {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 25px;
    font-weight: 300;
    padding: 0 40px;
    z-index: 1;
    display: none; /*==========================================*/
    font-size:14px;
}

.href_prod:hover .abso_img_nomecuore { /*==========================================*/
    display: flex;
    justify-content:space-between;
    text-decoration: none;
}

.abso_img_nomecuore svg {
    position: absolute;
    right: 40px;
    z-index: 999;
}


.owl-theme .owl-nav.disabled + .owl-dots {
    display: block !important;
    line-height: 0;
    margin-top: 15px;
    margin-bottom: 25px;
}

.owl-dot span {
    display: inline-block;
    width: 50px !important;
    height: 3px !important;
    margin: 2px !important;
    background-color: #000;
    border-radius: unset !important;
}

.owl-dot.active span {
    background-color: #fff;
}



.gx-15px {
    --bs-gutter-x: 15px !important;
}

.mt_input_nl_footer {
    margin-top: 40px;
}


/* PARTE NUOVA GIà COPIATA */

.formdef {
    width: 100%;
}

    .formdef textarea {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.3);
        line-height: 23px;
        padding: 15px 0 0 15px;
    }
    /*====================================*/


    .formdef input:not([type=checkbox]) {
        width: 100%;
        border: 1px solid rgba(0,0,0,0.3);
        height: 58px;
        line-height: 58px;
        padding-left: 15px;
        margin-bottom: 30px;
    }



        /*====================================*/
        .formdef input::placeholder {
            color: #C5C5C5 !important;
            opacity: 1;
        }
    /*====================================*/
    .formdef textarea::placeholder {
        color: #C5C5C5 !important;
        opacity: 1;
    }
    /*====================================*/
    .formdef select {
        color: #C5C5C5;
    }

        .formdef select option:not(:first-of-type), .formdef select.used {
            color: #181818 !important;
        }
/*====================================*/

.checkbox_custom {
    line-height: 25px;
    padding-left: 35px;
    position: relative;
    margin: 15px 0 45px 0;
    cursor: pointer;
}
    /*====================================*/
    .checkbox_custom input {
        visibility: hidden;
        height: 1px;
        width: 1px;
    }
    /*====================================*/
    .checkbox_custom::before {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 2px;
        content: "";
        height: 22px;
        width: 22px;
        border: 1px solid #181818;
    }
    /*====================================*/

    .checkbox_custom::before {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 2px;
        content: "";
        height: 22px;
        width: 22px;
        border: 1px solid #181818;
    }
    /*====================================*/



    .checkbox_custom::after {
        content: "";
        position: absolute;
        top: 13px;
        left: 11px;
        width: 13px;
        height: 13px;
        background-image: url(/media/x.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0;
        transition: transform 0.1s ease, opacity 0.1s ease;
    }

    .checkbox_custom.active_check::after {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }


    .checkbox_custom a {
        color: #181818;
    }
/*====================================*/


.formdef select {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.3);
    height: 58px;
    line-height: 58px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*====================================*/
.formdef input.input_nl {
    width: calc(100% - 110px - 10px);
    border: 1px solid rgba(0,0,0,0.3);
    height: 47px;
    line-height: 47px;
    padding-left: 10px;
    margin-bottom: 0;
}
/*====================================*/
.formdef.mt_input_nl_footer .btn_nero_std {
    width: 110px;
    float: right;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}


/* FINE PARTE NUOVA GIà COPIATA */


.lbl_iscrizione_nl {
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
}

.footer {
    padding: 35px 0 0 0;
    margin-top: 35px;
    border-top: 2px solid #f0f0f0;
}

    .footer .flex-row .flex-column:first-child {
        padding-left: 0;
    }

    .footer .flex-row .flex-column:last-child {
        padding-right: 0;
    }

    .footer .flex-row .flex-column {
        padding-top: 0;
        bottom: 0;
    }

.ul_footer {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*====================================*/
.footer strong {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.footer > row > div > strong:first-child {
    margin-top: 0;
}

.footer a {
    text-decoration: none;
    color: #181818;
    font-weight: 300;
    display: inline-block;
    padding: 1px 0;
    margin: 3px 0;
}

    .footer a:hover {
        text-decoration: underline;
        text-decoration-thickness: 1px;
    }

.footer_privacy {
    padding: 15px 0;
    border-top: 2px solid #f0f0f0;
    text-align: center;
    font-size: 13px;
}

    .footer_privacy a {
        color: #005ff5;
        text-decoration: none;
    }

.href_prod {
    display: block;
    text-decoration: none;
    color: #181818;
    position: relative;
}

    .href_prod:hover, .href_prod:hover .abso_img_nomecuore {
        color: #181818;
        text-decoration: none !important;
        text-decoration-thickness: 1px !important;
    }
/*===============================================*/



body.interne {
    margin-top: 139px;
}

    body.interne .header {
        background: #FFF;
    }

        body.interne .header .background_gaussiano {
            display: none;
        }

        body.interne .header .content_menu {
            border-bottom: 2px solid #f0f0f0;
            border-top: 2px solid #f0f0f0;
            background: #FFF;
        }

            body.interne .header .content_menu .background_gaussiano {
                display: none;
            }

        body.interne .header .j_content_submenu {
            border-bottom: 2px solid #f0f0f0;
            background: #FFF;
        }


.sub_menu {
    padding: 35px 0;
    text-align: left;
}

    .sub_menu ul {
        list-style: none;
        padding: 10px 0 0 0;
        margin: 0;
    }

        .sub_menu ul li {
            padding: 0;
            margin: 0;
            font-weight: 300;
        }

            .sub_menu ul li a {
                padding: 2px 0;
                margin: 3px 0;
                display: inline-block;
                color: #181818;
                text-decoration: none;
            }

                .sub_menu ul li a:hover {
                    text-decoration: underline;
                    text-decoration-thickness: 1px;
                }


.j_content_submenu {
    text-align: left;
}

    .j_content_submenu .background_gaussiano {
    }



.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.flex-column {
    flex: 1;
    padding: 15px;
    box-sizing: border-box;
}

    .flex-column strong {
        display: block;
        margin-bottom: 10px;
    }

.ul_footer {
    list-style-type: none;
    padding: 0;
}

    .ul_footer li {
        margin-bottom: 5px;
    }

        .ul_footer li a,
        .flex-column a {
            text-decoration: none;
            color: #000;
        }


/*=========================================*/

.j_hover_menu_ko {
    position: relative;
}

.href_dx {
    display: inline
}

.title_scat {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    padding: 40px 0;
    margin: 0;
    display: inline-block;
}

.alert_preferiti {
    position: fixed;
    padding: 25px;
    /*line-height:34px;*/
    width: 30%;
    margin-left: 35%;
    z-index: 999;
    background: #FFF;
    display: none;
    box-shadow: 0px 0px 25px 7px rgba(24,24,24,0.30);
}

    .alert_preferiti a {
        display: inline-block;
        float: right;
        color: #181818;
    }

    .alert_preferiti.attivo {
        display: block;
    }

@media (min-width:993px) and (max-width:1350px) {
    .alert_preferiti {
        width: 40%;
        margin-left: 30%;
    }
}
@media (max-width:992px) {
    body, html {
        font-size: 12px;
    }

    .alert_preferiti {
        width: 80%;
        margin-left: 10%;
        padding: 15px;
    }

        body.menu_mobile_aperto {
            overflow-y: hidden !important;
        }

        html.menu_mobile_aperto {
            overflow-y: hidden !important;
        }

    .content_menu {
        display: none;
    }

    body.menu_mobile_aperto .content_menu {
        position: fixed;
        top: 60px;
        height: calc(100vh - 0px);
        width: 100%;
    }

        body.menu_mobile_aperto .content_menu .background_gaussiano {
            display: block;
            -webkit-backdrop-filter: unset;
            backdrop-filter:unset;
        }

        body.menu_mobile_aperto .content_menu {
            -webkit-backdrop-filter: blur(5px);
        }



    .content_menu {
        position: fixed;
        top: 60px;
        height: calc(100vh - 60px);
        width: 100%;
        transform: translateX(0);
        transition: transform 0.3s ease-in-out;
        z-index: 999;
        display: none; /* Inizialmente nascosto */
    }

    body.menu_mobile_aperto .content_menu {
        display: block;
    }

    .content_menu.slide-left {
        transform: translateX(-100%);
    }



    .j_hover_menu_ko {
        border-bottom: 1px solid #f0f0f0;
    }

        .j_hover_menu_ko.nb {
            border-bottom: 0;
        }

    .header .logo_sito {
        width: unset;
        padding: 15px 0;
        height: 60px;
    }

    .header.slim .logo_sito {
        display: unset;
    }


    .menu_header { /* ultimi fix*/
        width: 100%;
        padding: 0;
        max-width: 100%;
        margin: 30px 15px 0 50px;
        font-size: 18px;
    }

        .menu_header tr td {
            width: 100%;
            display: block;
            text-align: left;
        }


            .menu_header tr td span { /* ultimi fix?*/
                padding: 5px 5px;
                margin: 2px 0;
                display: block;
                cursor: pointer;
            }






    .css_toolbar {
        margin-top: 10px;
        margin-left: 5px;
    }


        .css_toolbar a { /* ultimi fix*/
            display: block;
        }

            .css_toolbar a img { /* ultimi fix*/
                height: 20px !important
            }

            .css_toolbar a span.ico_txt, .hamburger {
                display: inline-block;
            }

            .css_toolbar a span.ico_txt { /* ultimi fix*/
                font-size: 16px;
                padding-left: 7px;
                line-height: 24px;
            }


    .abso_img_nomecuore {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 10px;
        font-weight: 300;
        padding: 0 15px;
        z-index: 1;
        display: flex;
        justify-content:space-between;
        font-size: 12px;
    }

        .abso_img_nomecuore svg {
            height: 18px !important;
            right: 15px;
        }




    .footer {
        padding: 5px 0 0 0;
        margin-top: 35px;
        border-top: 2px solid #f0f0f0;
    }

    .flex-column {
        flex: none;
        width: 100%;
        padding: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

        .flex-column.no-toggle {
            padding-bottom: 15px;
            border-bottom: 0;
        }



    .ul_footer { /*====================================*/
        display: none;
        margin-top: 10px;
    }

    .footer strong {
        display: block;
        margin-top: 0;
        padding-top: 15px;
        margin-bottom: 0;
        padding-right: 30px;
        position: relative;
    }

        .footer strong::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(calc(-50% + 7.5px));
            background: url(/media/Arrow2.svg) no-repeat;
            background-size: 26px 15px;
            width: 26px;
            height: 15px;
            transition: transform 0.4s;
        }

        .footer strong.no-toggle::after {
            background: none;
        }

        .footer strong.rotate::after {
            transform: translateY(-50%) rotate(180deg);
        }


    .formdef input.input_nl {
        height: 42px;
        line-height: 42px;
    }

    .rotate-180 {
        transform: rotate(180deg);
    }

    .footer_privacy span {
        display: none;
    }

    .footer strong.no-toggle {
        display: inline-block;
        margin: 15px 0 0 0;
        padding: 0;
    }

    .href_dx {
        display: inline-block;
        float: right;
        white-space: nowrap;
        margin: 15px 0 0 0;
    }

        .href_dx a {
            display: inline-block;
            padding: 0;
            margin: 0;
        }

            .href_dx a:first-child {
                padding-left: 5px;
            }

            .href_dx a:last-child {
                padding-right: 5px;
            }

        .href_dx br {
            display: none;
        }

    .j_content_submenu {
        position: fixed;
        top: 60px;
        left: 100%;
        width: 100%;
        height: calc(100vh - 60px);
        /*transform: translateX(100%);*/
        transition: left 0.3s ease-in-out;
        z-index: 1000;
        display: block !important;
        border-top: 1px solid #f0f0f0;
    }

        .j_content_submenu.enter-right-active {
/*            transform: translateX(0);
*/            overflow-y: scroll;
              left:0;
        }

        .j_content_submenu .background_gaussiano {
            display: block;
        }

        .j_content_submenu .sub_menu.mb-fix-mobile {
            margin-bottom: 100px;
        }

        .sub_menu {
            padding: 45px 15px 0 42px;
            text-align: left;
        }

    .j_hover_header{
        font-size:unset;
    }


    .sub_menu strong {
        font-size: 18px;
    }

    .sub_menu ul li {
        font-size:14px;
    }


    .back_menu_mobile {
        height: 21px;
        width: 13px;
        position: absolute;
        background: url(/media/back.svg) center center no-repeat;
        top: 50%;
        left: 25px;
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
        transition: transform 0.3s ease-out, opacity 0.3s ease-out;
        display: block;
    }


        .back_menu_mobile.active {
            transform: translateY(-50%) scale(1);
            opacity: 1;
        }

    .hamburger.hamburger--spring.is-active {
        transform: translateY(calc(-50% - 3px));
    }

    .menu_header tr td span:hover {
        text-decoration: none;
    }

    .footer_privacy {
        padding: 10px 0;
        font-size: 13px;
    }







    /*====================================*/



    body.interne {
        margin-top: 61px;
    }

    .lbl_iscrizione_nl {
        font-size: 14px;
    }

    .footer {
        font-size: 14px;
    }


    .formdef input:not([type=checkbox]) {
        height: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .formdef .checkbox_custom input[type=checkbox] {
        height: 1px;
        line-height: 1px;
        margin-bottom: 0;
    }


    .checkbox_custom {
        line-height: 27px;
        position: relative;
        margin: 0 0 30px 0;
    }

    .formdef textarea {
        line-height: 16px;
        padding: 5px 0 0 15px;
        min-height: 100px;
    }
    /*====================================*/

    .sub_menu ul li a{
        font-size:18px;
        font-weight:400;
    }

    .mt_input_nl_footer {
        margin-top: 10px;
    }

    .formdef.mt_input_nl_footer .btn_nero_std {
        padding: 14px 30px;
    }



    .menu-explore{
        flex-direction:column;
    }

    .hide-explore-br{
        display:none;
    }
} 