﻿@media (min-width: 320px) and (max-width: 767px){
    .custom_header_top{
        /* flex-direction: column; */
    }
    .custom_header_top .header-left{
        display: none;
    }
    .custom_header_top .header-center{
        max-width: 100px !important;
    }
    .custom_header_top .flex1{
        margin: 0px !important;
    }
    .custom_navbar_content .header_right{
        justify-content: flex-end;
    }
}
.custom_navbar_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.custom_navbar_content .header-left{
    flex: 1 1 40%;
}
.custom_navbar_content .header_right{
    flex: 1 1 60%;
    display: flex;
    align-items: center;
}
.shop_lang_container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}