@media only screen and (max-width: 700px) {
    .container {
        width: 100%;
        padding:0 10px;
    }
    #cover {
        width:100%;
    }
    #main_menu{
       
        
    }   
    nav {
        padding: 0 10px;
        height: auto;
    }
    
    header {
        padding: 10px;
    }
    header .socials {
        display: none;
    }

    #main_menu  {
        display: block;
        height: 48px;
        width: 100%;
        border-bottom: 10px;
        border-radius: 6px;
        float: none;
        padding:0 !important;
        display: block;
        width: calc(100% - 30px);
        float: none !important;
        height: auto !important;
    }
    #flag {
        height: 70px;
        right: -40px;
        top:-30px;
        width: 120px;;
    }
    #main_menu li{
        display: block;
        width:100%;
        float: none;
        margin:0 !important;
        font-size: 16px;
    }
    #lang_change {
        float:none;
        padding:10px;
        background: #00000052;
        display: block;
        /* width:100%; */
    }
    #lang_change .dropdown {
        width: 100%;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 16px;
        background: #3c3c3c;
        color: #fff;
    }
    #lang_change .dropdown a {
        padding:8px;
        color: #ffffffbe;
    }
    #lang_change .dropdown a:hover {
        background: inherit;
    }
    #cover h1 {
        margin-top:120px;
        font-size: 32px;
    }
    #cover h2 {
        font-size: 22px !important;
    }
    .product_box {
        width: calc(100% - 20px);
        
    }
    #about .about_text {
        width: 100%;
        margin-bottom: 20px;
    }

    #about .contact {
        width: 100% !important;
        padding:0;
    }
    #about .contact button {
        width: 100%;
    }   
    footer {
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }
    footer .copyright {
        width: 100%;
        line-height: 30px;
        margin-top:10px;
        float: none;
    }
    footer .socials {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding:0 !important;
        margin:0 !important
    }
    footer .socials a {
        display: block;
        float: right;
    }    

    .product_details .product_image {
        width: 100%;
        float: none;
        margin-top:40px;
    }
    
    .product_details {
        width:calc(100% - 20px);
        margin:auto;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .product_details .product_info {
        float:none;
        margin:auto;
        padding:5px;
        width: 100%;
    }   
    .product_details .product_info ul {
        display: block;
        width: 100%;
    }
    .info_box .col {
        float: none;
        display: block;
        width:100%;
    }

    .price_box {
        height: auto;

    }
    .price_box .price {
        float: none;
        position: relative;
        display: block;
        right: auto;
        text-align: center;
        margin-top: 10px;
    }
    .menu_container {
        height: 0;
        overflow: hidden;
        display: none;
        /* opacity: 0; */
        padding:10px;
    }
    .menu_container.expanded {
        display: block !important;
        background: #00000071;
        height: auto;
    }
    .expand_menu {
        display: block;
        color:#fff;
        cursor: pointer;
        padding-left: 20px;
        line-height: 30px;
        margin:20px 0;
        font-size: 16px;
    }   
    .expand_menu svg {
        display: block;
        width:30px;
        float: left;
        margin-right: 10px;
        height: 30px;
    }
    #order_form .contact {
        max-width: 100% !important;
        width: 100%;
        padding:20px;
    }
    #order_form .contact button {
        float: none;
        display: block;
        width: 100%;
    }
    
    
}