style.css
@media screen and (min-width: 480px) {
    
}

@media screen and (min-width: 0px) and (max-width: 390px) {
    table{
        width: 100%;
    }
#weather img{
  position: absolute;
  left: 195px;
  margin-top: 10px;
  cursor: pointer;
}
#ScrollToTop img{
    width: 32px;
    height: 32px;
} 
.sm-blue{
    display: none;
    }
#main-menu{
    display: none;
    }
#category_navigation {
    position: static;
    float: none;
    width: 100%;
    background-color: #01509B;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 14px;
    z-index: 10;
}

#dl-menu{
    display: block;
    }
#header {
    width: 90%;
    background-repeat: no-repeat;
    background-position: 98% -7px;
    background-size: 149px;
    margin-bottom: 65px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    }
#search_form {
   margin: -3px auto -35px 50px;
width: 74%;
position: absolute;
z-index: 100;
    }
.search {
margin: 0px;
margin-top: 6px;
min-height: 2.2em;
text-align: left;
border: 0px none;
background: #EEE none repeat scroll 0% 0%;
border-radius: inherit;
padding: 0.4em;
line-height: 1.4em;
display: block;
box-sizing: border-box;
outline: 0px none;
color: inherit;
text-shadow: inherit;
float: left;
position: absolute;
width: 90px;
height: 26px;
z-index: 1;
    }
#header div img{
position: absolute;
top: 1px;
margin-right: 8%;
width: 165px;
    }

#submenu{
    display: block;
  position: relative;
  width: 100%;
  background-color: #01509b;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  height: 40px
}
.submenu-kiri{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width:25%;
    float:left;
    font-family: helvetica;
}
.submenu-kanan{
    width:75%;
    margin-right: 0px;
    float:right;
    text-align: right;
    font-size: 14px;
    font-family: helvetica;
    cursor: pointer;
}
#titlemenu{
    display: none;
}
.right_content {
    margin-left: 0px;
    top: 15px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.dl-menuwrapper button {
    background: #fff;
    border: none;
    width: 45px;
    height: 35px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 1%;
    margin-top: -6px;
    margin-left: -2%;
}

.demo-3 .dl-menuwrapper button {
    background: rgba(1,80,155,0.9);
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: rgba(1,80,155,0.9);
}
}

@media screen and (min-width: 391px) and (max-width: 768px) {
table{
        width: 100%;
    }
#weather img{
  position: absolute;
  left: 208px;
  margin-top: 10px;
  cursor: pointer;
}
.sm-blue{
    display: none;
    }
#main-menu{
    display: none;
    }
#category_navigation {
    position: static;
    float: none;
    width: 100%;
    background-color: #01509B;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 14px;
    z-index: 10;
}

#dl-menu{
    display: block;
    }
#header {
    width: 90%;
    background-repeat: no-repeat;
    background-position: 98% -7px;
    background-size: 149px;
    margin-bottom: 65px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    }
#search_form {
   margin: -3px auto -35px 50px;
width: 74%;
position: absolute;
z-index: 100;
    }
.search {
margin: 0px;
margin-top: 6px;
min-height: 2.2em;
text-align: left;
border: 0px none;
background: #EEE none repeat scroll 0% 0%;
border-radius: inherit;
padding: 0.4em;
line-height: 1.4em;
display: block;
box-sizing: border-box;
outline: 0px none;
color: inherit;
text-shadow: inherit;
float: left;
position: absolute;
width: auto;
height: 26px;
z-index: 1;
    }
#header div img{
position: absolute;
top: 1px;
margin-right: 6%;
width: 165px;
    }

#submenu{
    display: block;
  position: relative;
  width: 100%;
  background-color: #01509b;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  height: 40px
}
.submenu-kiri{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width:25%;
    float:left;
    font-family: helvetica;
}
.submenu-kanan{
    width:75%;
    margin-right: 0px;
    float:right;
    text-align: right;
    font-size: 14px;
    font-family: helvetica;
    cursor: pointer;
}
#titlemenu{
    display: none;
}
.right_content {
    margin-left: 0px;
    top: 15px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.dl-menuwrapper button {
    background: #fff;
    border: none;
    width: 45px;
    height: 35px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 1%;
    margin-top: -6px;
    margin-left: -2%;
}

.demo-3 .dl-menuwrapper button {
    background: rgba(1,80,155,0.9);
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: rgba(1,80,155,0.9);
}
}

@media screen and (min-width: 769px) and (max-width: 938px) {
#product_icon{
    display: none;
}
#product_thumbnail {
    text-align: center;
}
#news_thumbnail #left_div{
    display: none;
}
#news_thumbnail #right_div ul li img {
    width: 100%;
    height: auto;
    margin-left: 3px;
}

.bottom_margin {
    margin-bottom: 14px;
    margin-top: 4px;
    width: 310px;
    margin-left: -4%;
}

#right_div{
  width: 100%;
}

#content {
    min-height: 593px;
    height: 100%;
    background-color: #fff;
    margin-bottom: -700px;
     width: 90%;
  margin: auto;
  left: 0;
  right: 0px;
}
#promo_thumbnail2 {
    width: 100%;
    margin: auto;
    left: 0px; 
    right: 0px;
    position: relative;
    text-align: center;
    margin-bottom: -11px;
}

#weather img{
  position: absolute;
  left: 195px;
  margin-top: 10px;
  cursor: pointer;
}
    h2 {
    position: relative;
    width: 100%;
    background-color: #FFF;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #01509B;
    margin-left: 2%;
}
.sm-blue{
    display: none;
    }
#main-menu{
    display: none;
    }
#category_navigation {
    position: static;
    float: none;
    width: 100%;
    background-color: #01509B;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 14px;
    z-index: 10;
}

#dl-menu{
    display: block;
    }
#header {
    width: 83%;
    background-repeat: no-repeat;
    background-position: 98% -7px;
    background-size: 149px;
    margin-bottom: 65px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    }
#search_form {
   margin: -3px auto -35px 50px;
width: 74%;
position: absolute;
z-index: 100;
    }
.search {
margin: 0px;
margin-left: -26px;
margin-top: 6px;
min-height: 2.2em;
text-align: left;
border: 0px none;
background: #EEE none repeat scroll 0% 0%;
border-radius: inherit;
padding: 0.4em;
line-height: 1.4em;
display: block;
box-sizing: border-box;
outline: 0px none;
color: inherit;
text-shadow: inherit;
float: left;
position: absolute;
width: auto;
height: 26px;
z-index: 1;
    }
#header div img{
position: absolute;
top: 1px;
margin-right: 6%;
width: 165px;
    }

#submenu{
    display: block;
  position: relative;
  width: 100%;
  background-color: #01509b;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #fff;
  height: 40px
}
.submenu-kiri{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width:25%;
    float:left;
    font-family: helvetica;
}
.submenu-kanan{
    width:75%;
    margin-right: 0px;
    float:right;
    text-align: right;
    font-size: 14px;
    font-family: helvetica;
    cursor: pointer;
}
#titlemenu{
    display: none;
}
.right_content {
    margin-left: 0px;
    top: 15px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.dl-menuwrapper button {
    background: #fff;
    border: none;
    width: 45px;
    height: 35px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 1%;
    margin-top: -6px;
    margin-left: -11%;
}
.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 -26px;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: -13px 0 0 -26px;
}
.demo-3 .dl-menuwrapper button {
    background: rgba(1,80,155,0.9);
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: rgba(1,80,155,0.9);
}
    }