@media(max-width:767px) {
    .hide-xs {
        display: none;
    }

    .mobile-header {
        margin-top: 10px;
    }

    .mobile-logo {
        width: 200px;
    }

    .mobile-logo .pim_header_logo {
        width: 90px;
        margin-top: 8px;
    }

    .visible-xs {
        display: block;
    }

    .hamburger {
        position: relative;
        width: 35px;
        cursor: pointer;
        transition: .5s ease left;
        z-index: 2;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .hamburger span {
        display: block;
        background-color: #4D4D4D;
        width: 100%;
        border-radius: 2px;
        height: 4px;
        margin-bottom: 6px;
        transition: .8s ease all;
    }

    span.hamurger-third {
        margin: 0;
    }

    .hamburger-wrapper {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 111;
    }

    .hamburger-active {
        position: fixed;
        top: 20px;
        right: 20px;
    }

    .hamburger-menu {
        box-sizing: border-box;
        background-color: #4D4D4D;
        height: 100%;
        position: fixed;
        right: -360px;
        top: 0;
        width: 360px;
        overflow: auto;
        transition: .5s ease right;
        z-index: 1;
    }

    .hamburger-active span.hamurger-first {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .hamburger-active span {
        background-color: #fff;
    }

    .hamburger-active span.hamurger-second {
        opacity: 0;
    }

    .hamburger-active span.hamurger-third {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .hamburger-active .hamburger-menu {
        right: 0;
    }

    .hamburger-nav {
        margin-top: 60px;
        list-style: none;
    }

    .hamburger-nav li a {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
    }

    .dropdown-toggle-lang {
        padding: 10px 0px 0px 18px;
    }

    .lang_drop {
        left: 18px !important;
    }

    .dropdown-content-mobile {
        position: relative;
        background-color: transparent;
        width: 100%;
        min-width: fit-content;
        box-shadow: none;
        z-index: 1;
        padding: 0rem 1rem;
    }

    .dropdown-content-mobile a {
        display: block;
        padding: 0.5rem 0rem;
    }

    .dropdown-toggle-lang {
        color: #fff !important;
    }

    .cart-item {
        padding: 1.2rem 1rem;
    }

    .cart-item i {
        font-size: 24px;
    }

    .search_wrapper {
        width: 91%;
        margin: 2rem auto 0 auto;
    }

    .client_box {
        margin-bottom: 1.3rem;
    }

    .login_box {
        padding: 0;
        margin-top: 20px;
    }

    .login_img {
        margin-top: 20px;
    }

    .login_img img {
        height: auto;
    }

    .pr-0 {
        padding-right: 15px !important;
    }

    .table-first {
        width: 100%;
    }

    .product_detail_panel {
        margin-top: 2rem;
    }

    .cart_page_headline {
        margin: 40px 0px;
        flex-direction: column;
    }

    .cart_actions {
        margin-top: 1.4rem;
    }

    .dropdown-content {
        background-color: transparent;
        position: relative;
    }

    .dropdown-content a {
        padding: 0.5rem 1.5rem;
    }

    .filter_accordion .card {
        width: 100%;
    }

    .youtubesize {
        width: 320px;
        height: 230px;
    }
}