.image_search {
    width: 15%;
    float: left;
    padding: 6px;
}
.image_search img {
    width: 40px;
    height: 60px;
}
.ui-state-active h4,
.ui-state-active h4,
h6,
p:visited {
    color: #26004d;
    margin: 0 !important;
}
.ui-menu-item {
    height: 70px;
    border: 1px solid #ececf9;
}
.ui-widget-content .ui-state-active {
    background-color: white !important;
    border: none !important;
}
.list_item_container {
    width: 500px;
    height: 70px;
    float: left;
    margin: 0;
}
.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
}
.search_heading {
    margin: 0 !important;
}
.label {
    width: 85%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding-right: 0 !important;
}
.label:hover {
    color: #000;
}
.list_item_container:hover {
    color: #000;
}
input:focus {
    background-color: #f5f5f5;
}
.search_desc {
    font-size: 12px;
    font-weight: none;
    margin: 0 !important;
}
img.img-fluid {
    width: 100% !important;
}
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 0.7);
    z-index: 9999;
    display: none;
}
#cover-spin::after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #000;
    border-top-color: #fff0;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.home-usp a {
    text-decoration: none;
}
#loading {
    text-align: center;
    background: url(https://i.stack.imgur.com/ATB3o.gif) no-repeat center;
    height: 150px;
    margin: auto;
}
span#products_result_filter {
    display: none;
}
a label {
    cursor: pointer;
}
.form-check-available {
    padding-left: 0 !important;
}
input#review_3 {
    display: none;
}
input#review_2 {
    display: none;
}
input#review_1 {
    display: none;
}
input#review_4 {
    display: none;
}
.form-check-review {
    padding-left: 0 !important;
}
span.form-check-label.red {
    color: #000 !important;
}
a.more_category {
    text-decoration: none;
}
.product-image-gap {
    padding: 0.9rem;
    background-color: #fff;
}
.product {
    position: relative;
    font-family: Glypha, sans-serif;
    font-size: 1.4rem;
    color: #999;
    transition: 0.3s;
}
.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.3s;
}
.product-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
figure.product-media img {
    width: 80% !important;
}
span.download_link_icon {
    font-size: 32px;
    padding: 10px;
}
.download-list li {
    border: 1px solid #ddd !important;
    font-size: 0.8rem;
    height: 42px;
    line-height: 42px;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
ul.download-list {
    list-style-type: none;
    margin: 0;
    padding-bottom: 12px;
}
.download-item {
    font-size: 0.8rem;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
}
.download-icon {
    background-color: #ddd;
    color: #999;
    float: left;
    width: 42px;
    text-align: center;
    height: 100%;
    border-right: 1px solid #ddd;
}
.download-desc {
    font-weight: 600;
    float: left;
    margin-left: 10px;
}
.download-desc span {
    font-weight: 400;
    color: #999;
    font-size: 14px;
}
span.name_download {
    font-weight: 700;
    color: #000;
}
.download-action {
    position: absolute;
    right: -1px;
    top: -1px;
    height: calc(100% + 2px);
    overflow: hidden;
}
a.icon_file {
    font-size: xx-large;
    color: #333;
}
iframe {
    width: 100% !important;
}
p.brewerie-name {
    padding-left: 54px;
}
.error {
    color: #ff0000 !important;
}
.alert-light.alert-danger {
    background-color: #f6d6d5;
    border-color: #f6d6d5;
    color: #6d1a17;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group textarea {
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: var(--bt-radius-default);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #333;
    font-family: var(--bt-font-primary);
    font-size: 0.9rem;
    height: 45px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 0 15px;
}
.recover_email {
    width: 49% !important;
}
button#cart_reg_btn {
    margin-left: 90% !important;
}
button#cart_reg_success_btn {
    margin-left: 90% !important;
}
.a2c-error i {
    color: rgb(var(--bt-orange));
    margin-right: 0.25rem;
}
.cart-update-error {
    display: none;
    margin-top: 5px;
    padding: 10px;
}
span.selected {
    color: #000;
}
a.review_active {
    color: #000;
}
.action .product-quantity .quantity {
    color: #5a4747;
    background-color: #fff;
}
div.slider_range{
    height: 10px;
}
p#price_show {
    color: #000;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: #ee7d00 !important;
    width: 16px !important;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #dee2e6 !important;
}
.brand-item img {
    width: 100%;
}
.discover_link {
    font-size: 80% !important;
}
.attribute-item {
    border-radius: var(--bt-radius-default);
    border: 4px solid rgb(var(--bt-grey-light));
}
.attribute-item a {
    font-size: 92%;
    font-weight: 700;
    text-decoration: none;
}
img.img-fluid.nav-image.beer-style {
    width: 900px !important;
}
img.img-fluid.nav-image {
    width: 75% !important;
}
span.sorting-info {
    margin-right: 5% !important;
}
.product-wrapper-list {
    border: 2px solid rgb(var(--bt-grey-light)) !important;
    border-radius: var(--bt-radius-default) !important;
    padding: 15px !important;
}
span.nav-label.allstyle {
    margin-top: 5.5rem !important;
}
.site-nav ul li:active > a {
    background-color: #fff !important;
}
.no_search_btn {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
@media screen and (min-width: 992px) {
    .site-nav ul li.root > a {
        padding: 0 3px !important;
    }
    .nav-label-all-beer-style {
        display: block;
        font-family: var(--bt-font-secondary);
        font-size: 1.5rem;
        margin-top: 3.5rem;
    }
    .all_beer_style_main h3 {
        margin-top: 3.5rem;
        display: block;
    }
    .header_main_menu .active {
        background-color: #fff;
        color: #000 !important;
    }
}
.detail-image img {
    width: auto !important;
    display: inline !important;
}
@media screen and (max-width: 992px) {
    .product-quantity .delete {
        margin-left: 0 !important;
        position: absolute;
        left: 90px;
        top: 0;
        white-space: nowrap;
    }
    .product-quantity{
        position: relative;
    }
    div#div-plant-trees label {
        display: inline;
    }
    input#coupon_code {
        padding: 0 !important;
    }
    .add_coupon_code {
        padding: 6px !important;
    }
    .sorting_info {
        width: 100%;
    }
    .products_toal_count {
        width: 100%;
    }
    .site-dock .dock-label.shipping {
        margin-left: 0 !important;
    }
    .right_sidebar {
        width: 100% !important;
    }
    .main-content {
        width: 100% !important;
    }
    .sorting-info {
        width: 100% !important;
    }
    .contact_number {
        padding-right: 10px; 
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) and (min-width: 423px) {
    .home-usp .usp-item.range,
    .usp-item.storage,
    .usp-item.storages,
    .usp-item.free,
    .usp-item.delivery,
    .usp-item.breakfree,
    .usp-item.fee {
        background-position: left !important;
        margin-left: 28% !important;
    }
}
@media only screen and (max-width: 423px) {
    .home-usp .usp-item.range,
    .usp-item.storage,
    .usp-item.storages,
    .usp-item.free,
    .usp-item.delivery,
    .usp-item.breakfree,
    .usp-item.fee {
        background-position: left !important;
        margin-left: 20% !important;
    }
}
@media only screen and (max-width: 992px) and (min-width: 767px) {
    .home-usp .usp-item.range,
    .usp-item.storage,
    .usp-item.storages,
    .usp-item.free,
    .usp-item.delivery,
    .usp-item.breakfree,
    .usp-item.fee {
        background-position: left !important;
        margin-left: 40% !important;
    }
}
.owl-next {
    box-shadow: none !important;
}
.owl-prev {
    box-shadow: none !important;
}
input[type="checkbox"] {
    accent-color: #ee7f00 !important;
}
a#reset_filter {
    padding: 6% !important;
}
.first_content {
    padding-bottom: 8px !important;
}
.wrong_content {
    text-align: center;
}
i.fa.fa-exclamation-circle {
    font-size: 103px;
}
.wrong_content {
    padding-top: 10%;
    padding-bottom: 10%;
}
.wrong_content h1 {
    padding-top: 2%;
}
.cart_payment_failed a {
    padding: 12px 37px;
    background-color: rgb(var(--bt-orange));
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 6px;
}
.cart_payment_failed a:hover {
    color: #fff;
}
.cart_payment_failed {
    margin-top: 21px;
}
.not_found_content a {
    color: rgb(var(--bt-orange));
    text-decoration: none;
}
.free_star:after {
    content: "" !important;
}
.marketplace_logo {
    align-items: center;
}
.meta {
    font-size: 1rem !important;
}
h2.order_confirm_success {
    margin-top: 56px !important;
}
@media screen and (max-width: 991.98px) {
    .action-label {
        display: block !important;
    }
}
.unit_price_heading {
    text-align: right !important;
    font-weight: 700;
    padding-bottom: 4px;
    padding-right: 0 !important;
}
.total_price_heading {
    text-align: right !important;
    font-weight: 700;
    padding-bottom: 4px;
}
@media only screen and (max-width: 395px) {
    .total_price_heading {
        padding-right: 21px !important;
        padding-left: 1px !important;
    }
    .unit_price_heading {
        padding-right: 26px !important;
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 761px) and (min-width: 395px) {
    .unit_price_heading {
        text-align: inherit !important;
        padding-right: 0 !important;
        padding-left: 28px !important;
    }
    .total_price_heading {
        text-align: inherit !important;
    }
}
@media only screen and (max-width: 991px) and (min-width: 761px) {
    .unit_price_heading {
        text-align: inherit !important;
        padding-left: 50px !important;
        padding-right: 0 !important;
    }
    .total_price_heading {
        text-align: left !important;
        padding-right: 0 !important;
    }
}
img.payment_logos {
    padding: 4px;
    width: 64% !important;
}
.site-content {
    min-height: 493px;
}
.domain-site-content {
    min-height: 710px;
}
img.info_flag_image {
    padding-top: 4px !important;
    padding-right: 2px;
}
.cart-item .price,
.cart-summary .price-new {
    font-size: 0.9rem;
}
.b2b_space {
    padding-bottom: 10px !important;
}
li.beerstyle {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    width: 16% !important;
    margin: 0 25px 25px !important;
}
ul.beerstyle_sub {
    list-style: none;
    padding: 5px;
    justify-content: start;
}
hr.beerstyle_line_thick {
    border-top: 3px solid;
}
h3.beerstyle_heading {
    font-size: 1.2rem;
}
@media screen and (max-width: 991.98px) {
    li.beerstyle {
        border: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }
    h3.beerstyle_heading {
        color: #fff !important;
        font-size: 1.2rem !important;
    }
}
.basket-info {
    display: flex;
}
.basket-info i {
    font-size: 12px;
    margin-top: 7px;
}
h1.home_page {
    font-size: 2rem !important;
}
@media screen and (max-width: 991.98px) {
    h1.home_page {
        font-size: calc(1.325rem + 0.9vw) !important;
    }
}
.beerstyle_box {
    border: 1px solid #d7d7d7;
    line-height: 39px !important;
}
.beerstyle_box a {
    text-decoration: none !important;
    font-size: 75% !important;
}
.beerstyle_box_gap {
    padding: 0.8rem !important;
}
h2.beerstyle_heading {
    padding-left: 27px !important;
}
h1.beerstyle_heading {
    padding-left: 27px !important;
    font-size: 2rem !important;
}
span.beerstyle_heading {
    font-family: var(--bt-font-secondary) !important;
    font-size: 1.2rem !important;
    margin-bottom: 1rem;
}
.home-usp .usp-item.storages {
    background: url(/images/Customs_Cleared_Logo_1.svg) no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    padding-left: 40px;
}
.home-usp .usp-item.free {
    background: url(/images/Directly_from_Germany_Logo_1.svg) no-repeat;
    background-position: left center;
    background-size: 30px 30px;
    padding-left: 40px;
}
.pagination_section {
    text-align: center !important;
    padding: 17px !important;
}
.pagination_section a {
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s !important;
    border: 1px solid #ddd !important;
}
.pagination_section a.link_active {
    background-color: rgb(var(--bt-orange)) !important;
    color: #fff;
}
.pagination_section a:hover:not(.active) {
    background-color: #ddd;
}
label.label-uppercase {
    text-transform: uppercase;
    font-weight: 700;
}
a.prev_link:after {
    content: " Prev";
}
a.next_link:before {
    content: "Next ";
}
@media screen and (max-width: 450px) {
    .pagination_section {
        padding: 10px !important;
    }
    .pagination_section a {
        padding: 4px 9px;
    }
    a.prev_link:after {
        content: "" !important;
    }
    a.next_link:before {
        content: "" !important;
    }
}
@media screen and (max-width: 395px) {
    .pagination_section a {
        padding: 4px 7px;
    }
}
.banner_image_top {
    padding-bottom: 10px;
}
@media only screen and (max-width: 830px) and (min-width: 420px) {
    img.payment_logos {
        width: 44% !important;
    }
}
@media (min-width: 540px) and (max-width: 541px) {
    img.payment_logos {
        width: 73% !important;
    }
}
.mollie_logo_div {
    clear: both;
}
.recover-password {
    text-align: left !important;
    margin-left: 38px !important;
}
@media screen and (max-width: 765px) {
    .recover-password {
        padding-right: 0 !important;
    }
    .new_password,
    .back_button {
        font-size: 10px;
    }
    .new_password {
        padding: 8px !important;
    }
}
@media screen and (max-width: 1000px) {
    .recover-password {
        margin-left: 0 !important;
    }
    .new_password {
        padding-left: 11px !important;
        padding-right: 14px !important;
    }
    .ui-menu-item {
        height: 93px !important;
    }
}
@media screen and (max-width: 765px) {
    .button_back {
        width: 60% !important;
        text-align: center !important;
    }
    .back_button_login,
    .submit_button_login {
        font-size: 10px !important;
    }
    .submit_button {
        width: 40% !important;
        text-align: center !important;
    }
    .submit_button_login {
        padding-right: 10px !important;
    }
    .button_section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .list_item_container {
        width: 333px;
    }
}
@media screen and (max-width: 430px) {
    .recover-password {
        margin-left: 27px !important;
        width: 60% !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 990px) {
    .action-icon {
        text-align: right !important;
    }
    .quantity-box button {
        width: 17px !important;
    }
    .action input[type="number"] {
        width: 19px !important;
    }
}
.domain-site-content {
    background-color: #fff;
    padding-bottom: 3rem;
}
.domain-site-content a {
    color: rgb(var(--bt-body));
    text-decoration: underline;
}
.domain-site-content a:hover {
    color: rgb(var(--bt-orange));
}
@media screen and (max-width: 991.98px) {

    .carousel-caption {
        left: 5% !important;
        right: 0% !important;
        bottom: 0% !important;
        top: 5% !important;
    }
    .carousel-caption a p span {
        font-size: 25px !important;
        margin-left: 0px !important;
    }
    .carousel-caption a p {
        margin-bottom: 0px !important;
    }
    .carousel-caption a p:nth-child(2) span {
        font-size: 18px !important;
        margin-left: 0px !important;
    }
    .carousel-caption a p:nth-child(3) span {
        font-size: 12px !important;
        margin-left: 0px !important;
    }
    .carousel-caption a p:nth-child(4) span {
        font-size: 12px !important;
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 760px) {
    p.animated.bounceInRight.btn.btn-secondary {
        
        font-size: 10px !important;
        padding: 5px !important;
      
    }
    h1.first_heading {
        font-size: calc(1.325rem + .9vw) !important;
    }
}

.contact_number {
    text-align: right !important;
}
@media screen and (max-width: 450px) {
    button#cart-tab {
        padding: 5px !important;
        font-size: 12px !important;
    }
    .add_coupon_code {
        font-size: 12px !important;
    }
}
.contact_number {
    text-align: right !important;
}
@media screen and (max-width: 400px) {
    .add_coupon_code {
        font-size: 10px !important;
    }
}
@media screen and (min-width: 1200px) {
    .site-nav ul li.root > a {
        font-size: 15px !important;
    }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
    .site-nav ul li.root > a {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 400px) {
    .quantity-box button {
        width: 18px !important;
    }
    .quantity {
        width: 23px !important;
    }
}
.youtube_icon {
    font-size: 30px !important;
    color: red !important;
    vertical-align: middle !important;
}
.youtube_icon_view {
    font-size: 20px !important;
    color: red !important;
    vertical-align: middle !important;
}
.special_text {
    background: white !important;
    color: red;
    text-align: center;
    font-size: 16px;
    padding: 8px !important;
}
.special_text_content {
    margin-bottom: 0px !important;
}
.no_orders_section {
    font-size: 29px;
    text-align: center !important;
}
.back_link {
    text-align: right;
}
.top_back_link {
    text-decoration: none !important;
    padding: 9px 20px;
    font-size: 17px;
    background-color: rgb(var(--bt-orange));
    color: white !important;
}
.cancel_button {
    background-color: #d22b2b !important;
    border-color: #d22b2b !important;
}
.product-item .images img {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 240px !important;
    margin-top: 1rem !important;
    margin-bottom: .5rem !important;
    width: 100% !important;
    display: inline !important;
    object-fit: contain;
}
p.home_page_banner_heading {
    text-transform: uppercase;
    font-family: var(--bt-font-secondary);
    font-size: 2rem !important;
    margin-bottom: 1rem;
}
p.about_us_content {
    font-family: var(--bt-font-secondary);
    margin-bottom: 1rem;
    font-size: 2rem;
}
p.hop_on {
    font-family: var(--bt-font-secondary) !important;
    font-weight: normal !important;
    font-size: 1.5rem;
}

p.footer_links {
    color: #FFF;
    font-family: var(--bt-font-secondary);
    font-size: .85rem;
    padding-top: .5rem;
}
h1.first_heading {
    font-size: 2rem;
}

@media only screen and (max-width: 767px) {
    .products_toal_count{
        margin: 1rem 0;
    }
}

@media only screen and (min-width: 768px) {
    .sorting_info, .products_toal_count {
        margin-top: 1rem;
    }
}
@media screen and (min-width: 495px) and (max-width: 768px) {
    .free_gift_icon{
    width: 5% !important;
}
    }
@media screen and (max-width: 495px) {
.free_gift_icon{
    width: 8% !important;
}
}
@media only screen and (min-width: 1200px) {
    .free_gift_icon{
    width: 2% !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
 .free_gift_icon{
    width: 3% !important;
}
}
@media screen and (max-width: 400px) {
    .free_gift_modal_icon{
    width: 9% !important;
}  
}
@media screen and (min-width: 400px) and (max-width: 990px){
     .free_gift_modal_icon{
    width: 7% !important;
}
}
@media only screen and (min-width: 990px) {
.free_gift_modal_icon{
    width: 4% !important;
}
}
.slot_shipping {
    width: 22px !important;!i;!;
}
span#cart_free_gift_popup_text {
    padding-left: 4px !important;
}

.buybox-item.buybox-item {
    margin-bottom: 15px;
}

.row.no-stock-div {
    color: rgb(255, 0, 0);
    font-size: 0.8rem;
    margin-top: 1rem;
    padding: 0 1rem 0 1rem;
}
.product_list {
    padding-bottom: 15px;
}

.box-wrapper {
    flex-wrap: wrap !important;
}
.renew_button {
    background-color: green !important;
    border-color: green !important;
}
.store-check-desc {
    margin-bottom: 1rem;
}
p#abv_show {
    font-weight: bold;
    color: #ee7d00 !important;
}
p#price_show {
    font-weight: bold;
    color: #ee7d00 !important;
}
.marketplace_logo_img:has(a.active) {
  border: 1px solid rgb(var(--bt-orange), 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.product-media-marketplace {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.3s;
}
.product-media-marketplace img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.home-usp .usp-item.storage_marketplace {
  background: url("/images/marketplace.svg") no-repeat;
  background-position: left center;
  background-size: 39px 27px;
  padding-left: 47px;
}

.seller_header{
    display: inline-block;
}

.seller_marketplace_logo {
  background: url("/images/marketplace.svg") no-repeat;
  background-size: 41px 26px;
  padding-left: 47px;
}
span.seller_marketplace_logo{
    padding-top: 10px;
}
@media (max-width: 991px) {
    .storage_marketplace::before {
        background-image: url("/images/marketplace.svg");
        background-size: 30px 19px !important;
        padding-left: 38px !important;
        width: 30px !important;
    }
    .storages::before {
        background-image: url("/images/Customs_Cleared_Logo_1.svg");
        background-position: left center !important;
        background-size: 45px 30px !important;
        padding-left: 40px !important;
    }
    .free::before {
        background: url(/images/Directly_from_Germany_Logo_1.svg) no-repeat;
        background-position: left center !important;
        background-size: 29px 23px !important;
        padding-left: 34px !important;
    }
    .usp-item.storage_marketplace,
    .usp-item.range,
    .usp-item.delivery,
    .usp-item.storage,
    .usp-item.fee,.usp-item.free,
    .usp-item.breakfree,.usp-item.storages {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        margin-left: 0 !important;
        font-weight: 300 !important;
    }
    .home-usp-mobile a {
        text-transform: uppercase !important;
        text-decoration: none !important;
    }
    .home-usp-mobile a:hover {
        color: rgb(var(--bt-orange)) !important;
    }
    .home-usp-mobile {
        font-family: var(--bt-font-secondary) !important;
    }
}
.language_dropdown {
  padding-left: padding-left: 8px !important;
}
@media screen and (max-width: 430px) {
.language_dropdown {
    font-size: 11px !important;
}
}
@media screen and (max-width: 380px) {
.language_dropdown {
    font-size: 10px !important;
}
}