@media screen and (min-width:992px){
    .header-mobil-container{
        display: none;
    }
    
    button.expand-submenu {
        display: none;
    }
}

@media screen and (max-width: 992px){
    .header-logo {
        display: none;
    }
    
    ul.header-quick-menu {
        display: none;
    }
    
    .header-top-content.container {
        padding: 0;
    }
    
    button#show-megamenu {
        display: none;
    }
    
    .header-bottom-content {
        border: none;
    }
    
    .megamenu-header {
        height: 0;
        padding: 0;
    }
    .header-mobil-container {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding: 1rem .5rem;
    }
    
    .header-mobile-left {
        width: 130px;
    }
    
    .header-mobile-left .header-mobile-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .header-mobile-left .header-mobile-logo > a {}
    
    .header-mobile-left .header-mobile-logo > a > img {
        width: 130px;
    }
    
    .header-mobile-right {
        width: 180px;
    }
    
    .header-mobile-right .header-quick-mobile-menu {
        display: flex;
        justify-content: end;
        align-items: center;
        /* gap: 1rem; */
        width: 100%;
    }
    
    .header-mobile-right .header-quick-mobile-menu > li {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header-mobile-right .header-quick-mobile-menu .menu-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header-mobile-right .header-quick-mobile-menu .menu-mobile button {
        background-color: transparent;
        border: none;
    }

    .header-mobile-right .header-quick-mobile-menu .menu-mobile button > i {
        font-size: 19px;
        color: #000 !important;
    }
    
    .header-mobile-right .header-quick-mobile-menu .search-mobile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header-mobile-right .header-quick-mobile-menu .search-mobile button {
        background-color: transparent;
        border: none;
        color: #000 !important;
    }

    .footer-container.container {
        max-width: 100%;
        flex-wrap: wrap;
    }
    
    .footer-container .footer-list {
        width: 50%;
    }

    nav.megamenu-nav .megamenu-wrapper.menu-mobil-active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        width: 280px !important;
    }
    .megamenu-pattern .megamenu-container > ul.megamenu li .sub-menu {
        box-shadow: none !important;
    }
    .megamenu-pattern .megamenu-container ul.megamenu > li.active > a {
        background: #fff !important;
        color: #000;
    }
    
    .megamenu-pattern .megamenu-container ul.megamenu > li:hover > a {
        background: #fff !important;
        color: #000;
    }

    ul.megamenu > li > .sub-menu > .content .menu ul > li > a.main-menu {
        padding-left: 0;
    }

  
}

@media screen and (max-width: 769px){
    .category-container .category-left {
        display: none;
    }
    .category-page {
        max-width: 100%;
    }
    
    .category-container .category-right {
        width: 100%;
    }
    .filter-sort-right {
        display: none;
    }
    
    .filter-sort-left {
        width: 100%;
        border: none;
        height: 100%;
    }
    
    .content-wrapper .sogo-content .filter-sort {
        left: 0;
    }
    .content-wrapper .sogo-content .filter-sort .sort-view #show-filter, .content-wrapper .sogo-content .filter-sort .sort-view .sort-wrapper {
        height: 100%;
    }
    
    .content-wrapper .sogo-content .filter-sort .sort-view #show-filter span.mobil-filtre {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product__carousel {
        display: none;
    }
    
    .product-page-wrapper .sogo-container {
        max-width: 100%;
    }

    .cart-count-buttons {
        width: 250px !important;
        justify-content: space-between !important;
    }
    
    .sogo-product-container .product-right .product-details-lower .product-cart-buttons.sticked .cart-count-buttons > .quantity-input-wrapper {
        height: 30px;
    }
    
    .sogo-product-container .product-right .product-details-lower .product-cart-buttons.sticked .cart-count-buttons > .minus, .sogo-product-container .product-right .product-details-lower .product-cart-buttons.sticked .cart-count-buttons > .plus {
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width:500px) {
    .footer-container .footer-list {
        width: 100%;
    }
    
    .footer-list-title {
        text-align: center;
    }
    
    .footer-list ul {
        text-align: center;
    }
    
    .footer-copyright .copyright-content {
        text-align: center;
    }
    .footer-ebulten label.middle-heading {
        text-align: center;
    }
    
}
@media screen and (max-width:330px) {
    .sogo-product-container .product-right .product-details-upper .name-fav .product-name span {
        font-size: 1rem;
    }
}