@media (min-width:320px) {
/* somx */
/* #header{
    block-size: 100px !important;
} */

.newHeader {
    border-bottom: none !important;
    height: 110px !important;
}

#header .action-box{
    top: -10px;
}

#main{
    margin-top:0 !important;
}
#main > .container{
    padding:0px !important;
    width: 100% !important;
    max-width: 100% !important;
}
#main > .container > .col-md-12{
    padding: 0;
}
.section-header{
    position: relative;
}

div.menu-category::after, div.category-mobile::after {
    z-index: auto !important;
}
/* main#main{
    background-color: #f5f5f5;;
  } */
/* somx */

.arrow-down {
    z-index: 10 !important;
}
}

@media (min-width:375px) {
    .newHeader {
        border-bottom: none !important;
        height: 110px !important;
    } 
 }

 @media (min-width:568px) {
 }

 @media (min-width:768px) {
 }

 @media (min-width:1024px) {
     #header .action-box {
    top: 0px;
    }
    .newHeader {
        border-bottom: none !important;
        height: 90px !important;
    }
}
