body *:not(.lnr):not(.fa) {
    font-family: "Roboto", sans-serif !important;
}

.container-menu-desktop,
.wrap-menu-desktop {
    height: 156px;
}

.limiter-menu-desktop {
    height: 79%;
}

.fix-menu-desktop,
.fix-menu-desktop .wrap-menu-desktop {
    height: 98px;
}

.fix-menu-desktop .limiter-menu-desktop {
    height: 66%;
}

.upper-menu {
    border-bottom: solid 1px #e7e7e7;
    padding-top: 5px;
    padding-bottom: 5px;
}

.upper-menu .contact-information a,
.upper-menu .social-information a,
.upper-menu .contact-information i,
.upper-menu .social-information i {
    color: #333;
}

.upper-menu .contact-information i,
.upper-menu .social-information i {
    margin-right: 5px;
}

.language-container-mobile {
    position: fixed;
    width: 100%;
    height: 66px;
    top: 0;
    z-index: 1100;
    display: none;
    background-color: white;
}

.txt-justify {
    text-align: justify;
}

.overflow-text {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.category_product_title {
    opacity: 0.85;
}

.about-us-single .wrap-pic-w > img {
    width: 370px;
    margin: 0 auto;
    display: block;
}

.subscribe-validate-form input {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

ul.cultivation_dashed_list {
    margin: 0;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
}

ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 5px;
}

ul.disced,
ul.disced > li {
    list-style-type: disc;
}

.news_title {
    text-align: justify;
}

ul#awards-tooltips,
ul.lightslider-tooltips {
    list-style: none;
}

ul.lightslider-container li {
    width: 156px;
    height: 156px;
}

ul.lightslider-container li .lightslider-image-container {
    width: 156px;
    height: 156px;
    background-repeat: no-repeat;
    background-position: center center;
}


.award-tooltip-container,
.lightslider-tooltip-container {
    position: relative;
}

.award-tooltip,
.lightslider-tooltip {
    display: none;
    position: absolute;
    border: 1px solid #000;
    background-color: #dbf3b9;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    max-width: 300px;
    z-index: 999;
    top: -50px;
    opacity: 0.93;
}

.fix-frame {
    opacity: 1!important;
}

@media (max-width: 991px) {
    .language-container-mobile {
        display: block;
        height: 33px;
    }

    .wrap-header-mobile {
        margin-top: 33px;
    }

    .languages-container-small {
        display: none;
    }
}

@media (max-width: 320px) {
    .language-container-mobile {
        display: block;
        height: 54px;
    }

    .social-information {
        font-size: 9px;
    }

    .contact-information {
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    .language-container-mobile {
        display: block;
        height: 69px;
    }

    .wrap-header-mobile {
        margin-top: 69px;
    }

    .languages-container-medium {
        display: none;
    }

    .languages-container-small {
        display: block;
    }

    .social-information a:first-child {
        margin-right: 0;
    }

    .social-information {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        font-size: 13px;
        padding: 0 8px;
    }

    .contact-information {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        font-size: 11px;
        padding: 0 8px;
    }
}

@media (min-width: 376px) and (max-width: 852px) {
    .language-container-mobile {
        display: block;
        height: 54px;
    }

    .wrap-header-mobile {
        margin-top: 54px;
    }

    .languages-container-medium {
        display: none;
    }

    .languages-container-small {
        display: block;
    }

    .social-information {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .social-information a:first-child {
        margin-right: 0;
    }

    .contact-information {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (min-width: 576px) {
    .contact-information {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .contact-information {
        font-size: 12px;
    }

    .social-information > a:last-child > i {
        margin-right: 0;
    }
}