#header-img{
    width: 20% !important; 
}

* {
    box-sizing: border-box;
}
.section {
    flex-direction: column !important;
    padding: 10px !important;
    min-height: auto !important;
}

@media screen and (min-width: 768px) {
    .section {
        flex-direction: row !important;
        padding: 20px !important;
    }
}

.sidebar {
    width: 100% !important;
    margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
    .sidebar {
        width: 250px !important;
        margin-bottom: 0 !important;
    }
}

.box {
    width: 100% !important;
    min-width: auto !important;
    margin: 10px 0 !important;
}

.box img {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
}

@media screen and (min-width: 576px) {
    .box {
        width: 48% !important;
        margin: 1% !important;
    }
}

@media screen and (min-width: 992px) {
    .box {
        width: 31.33% !important;
        margin: 1% !important;
    }
}

@media screen and (min-width: 1200px) {
    .box {
        width: 24% !important;
        margin: 0.5% !important;
    }
}

.nav-container {
    flex-direction: column !important;
    padding: 10px !important;
}

@media screen and (min-width: 992px) {
    .nav-container {
        flex-direction: row !important;
    }
}

.logo {
    width: 100% !important;
    max-width: 200px !important;
    margin: 0 auto !important;
}

.nav-links {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 10px 0 !important;
}

.nav-links li {
    margin: 5px !important;
}

.search-container {
    width: 100% !important;
    margin: 10px 0 !important;
}

.input-container-search {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.profile-section {
    width: 100% !important;
    justify-content: center !important;
    margin: 10px 0 !important;
}

@media screen and (min-width: 768px) {
    .profile-section {
        width: auto !important;
        justify-content: flex-end !important;
    }
}

.category-container {
    margin-left: 0 !important;
    width: 100% !important;
}



.header-bottom {
    flex-direction: column !important;
    gap: 10px !important;
    padding: 10px !important;
}

@media screen and (min-width: 768px) {
    .header-bottom {
        flex-direction: row !important;
        padding: 10px 20px !important;
    }
}

.currency {
    width: 100% !important;
    max-width: 230px !important;
}

.auth-buttons {
    width: 100%;
    justify-content: center !important;
   
    gap: 10px !important;
}

@media screen and (min-width: 768px) {
    .auth-buttons {
        width: auto !important;

    }
    .logregdiv{
        display: inline-block!important;
        
    }
    
 
}
@media screen and (max-width: 990px) {
  .nav-container  .auth-buttons {
        flex-wrap: nowrap !important;
        display: block;
    }
    
     .logregdiv{
        display: inline-block!important;
        margin-left: 20%!important;
        
    }
    
    .btn-login{
                float:left!important;
    }
    
    #currencyDropdown{
        
        width:48%!important;
        float:left!important;
        margin-right:10px!important;
    }
    
    .search-container{
        
         width:48%!important;
           float:left!important;
           margin-top: 0px!important;
    }
}
.main-content {
    padding: 10px !important;
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    .main-content {
        padding: 0 20px !important;
    }
}