@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 950px) {
#disable-layer {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 0;
  top:0;
  z-index: 998;
}

ul#header-inner{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
    height: auto;
    -webkit-box-shadow: 1px 1px 5px 0 #ccc;
    -moz-box-shadow: 1px 1px 5px 0 #ccc;
    box-shadow: 1px 1px 5px 0 #ccc;
}
ul#header-inner li#build-menu-button{
    width: 15%;
}
ul#header-inner li.logo{width: 70%;padding: 15px 0 10px;}
ul#header-inner li.smp-cart{
    width: 15%;
}
ul#header-inner li a{
    display: block;
}
ul#header-inner li.open img{
    padding: 16px 18px 10px 17px;
}
ul#header-inner li.smp-cart img{
    padding: 12px 17px;
}

ul#header-inner li.logo h1{
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: block;
}
ul#header-inner li.logo h1 img{
    height: auto;
    /* max-height: 20px; */
}
ul#header-inner li.open img{max-width: 25px;}
ul#header-inner li.smp-cart img{max-height: 28px;}
.icon_menu{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 5px auto;
}
#global-menu .icon_menu div a{
    padding: 10px;
    display: block;
    text-align: center;
}
#global-menu .icon_menu div a span{
    display: block;
    font-size: 10px;
    margin: 3px 0 0 0;
}
#global-menu .icon_menu div a img{
    max-height: 25px;
    padding: 0 0;
}

.sug_item:active {
    background: rgb(238, 238, 238);
}

#d_header {
    transition: all 0.3s;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 997 !important;
    transform: translate3d(0, 0, 0);
    transition: transform .3s, height .2s linear;
}
#d_header.header--sleep {
    transform: translate3d(0, -112px, 0);
}

#smp_cart{
    position: absolute;
    top: 15px;
    right: 15px;
}
#smp_cart img{
    max-height: 28px;
}
#top_header {
    /* margin: 0 0 75px 0; */
}
#hNav {
}
#smp_header {
    overflow: hidden;
}@charset "utf-8";
/* CSS Document */

#disable-layer {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 0;
  top:0;
  z-index: 998;
}

ul#header-inner{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
    height: auto;
    -webkit-box-shadow: 1px 1px 5px 0 #ccc;
    -moz-box-shadow: 1px 1px 5px 0 #ccc;
    box-shadow: 1px 1px 5px 0 #ccc;
}
ul#header-inner li#build-menu-button{
    width: 15%;
}
ul#header-inner li.logo{width: 70%;padding: 15px 0 10px;}
ul#header-inner li.smp-cart{
    width: 15%;
    position: relative;
}
ul#header-inner li a{
    display: block;
}
ul#header-inner li.open img{
    padding: 16px 18px 10px 17px;
}
ul#header-inner li.smp-cart img{
    padding: 12px 17px;
}

ul#header-inner li.logo h1{
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: block;
    max-height: 32px;
    line-height: 100%;
}
ul#header-inner li.logo h1 img{
    height: auto;
    /* max-height: 20px; */
}
ul#header-inner li.open img{max-width: 25px;}
ul#header-inner li.smp-cart img{max-height: 28px;position: absolute;right: 0;}
.icon_menu{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 5px auto;
}
#global-menu .icon_menu div a{
    padding: 10px;
    display: block;
    text-align: center;
}
#global-menu .icon_menu div a span{
    display: block;
    font-size: 10px;
    margin: 3px 0 0 0;
}
#global-menu .icon_menu div a img{
    max-height: 25px;
    padding: 0 0;
}

.sug_item:active {
    background: rgb(238, 238, 238);
}

#d_header {
    transition: all 0.3s;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 997 !important;
    transform: translate3d(0, 0, 0);
    transition: transform .3s, height .2s linear;
}
#d_header.header--sleep {
    transform: translate3d(0, -112px, 0);
}

#smp_cart{
    position: absolute;
    top: 15px;
    right: 15px;
}
#smp_cart img{
    max-height: 28px;
}
#top_header {
    /* margin: 0 0 75px 0; */
}
#hNav {
    padding: 0 0 20px;
}
#smp_header {
    overflow: hidden;
}
}
}