.offer_products,
.offer_categories{
    display: inline;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 0 10px;
}
@media screen and (max-width:768px) {
    .offer_products,
    .offer_categories{
        display: none;
    }
    .products_wrapper .select-box,
    .categories_wrapper .select-box{
        display: block;
    }
}
@media screen and (min-width:769px) {
    .products_wrapper .select-box,
    .categories_wrapper .select-box{
        display: none;
    }
    .choose_offers > div::after {
        content: none;
    }
}
.offer_products.active ,
.offer_categories.active {
    color: #b38a00;
    border: 1px solid #b38a00;
}

li[data-xiti="home::findaroute"] {
    display: none;
}

li[data-xiti="location::findaroute"] {
    display: none;
}

li[data-xiti="contact::findaroute"] {
    display: none;
}

/*CHANGING FONT SIZE TO 12PX*/
.lang_ko nav ul li a,
.lang_ko #gallery-photo > .viewall,
.lang_ko #footer .newsletter input[type="email"],
.lang_ko .newsletter .btn,
.lang_ko .light-btn
{
    font-size: 12px !important;
}

/*KOREAN DATEPICKER*/
.lang_ko .ui-datepicker-calendar thead span {
    font-size: 9px !important;
}

.lang_ko .page-template-template-newsletter div.interests label {
    font-size: 10px;
}
