body {
    background: #333 !important;
}

.mobile-logo {
    display: none;
}

@media only screen and (max-width: 700px) {

    .wrap {
        width: auto;
        margin-left: 12px;
        margin-right: 12px;
    }

    .content {
        float: none;
        display: block;
        width: auto;
        box-sizing: border-box;
        margin: 0;
    }

    .header {
        width: 100%;
        height: auto;
        min-height: 0;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    .site-logo-link {
        display: block;
        float: left;
        width: 38%;
        margin: 0;
        padding: 0;
    }

    .header #logo {
        display: none;
    }

.header .mobile-logo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

    .header .header-inner {
        float: right;
        width: 62%;
        box-sizing: border-box;
    }

    .topper {
        clear: both;
        width: 161.3%;
        margin-left: -61.3%;
        height: auto;
        position: static;
    }

    .topper p {
        margin: 0;
        padding: 5px 0;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        white-space: nowrap;
    }

    .menu {
        clear: both;
        width: 161.3%;
        margin-left: -61.3%;
        height: auto;
    }

    .menu > ul {
        display: flex;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .menu > ul > li {
        float: none;
        width: 20%;
        height: auto;
        box-sizing: border-box;
    }

    .menu > ul > li > a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 54px;
        padding: 3px 1px !important;
        box-sizing: border-box;
        text-align: center;
        font-size: 11px !important;
        line-height: 13px !important;
    }.scroller {
    display: flex;
    width: 100%;
    height: 140px;
    margin: 20px 0;
    overflow: hidden;
}

.scroller {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    overflow: hidden;
}

.scroller h1 {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.scrollbox {
    float: none;
    display: block;
    width: 100%;
    height: 138px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollboxinner {
    height: 138px;
}.extras {
    float: none;
    display: block;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    box-sizing: border-box;
}.main {
    height: auto;
    min-height: 0;
}.formtable {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.formtable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 0;
}

.formtable td.label {
    text-align: left;
    padding-right: 0;
}

.niceinput,
select.niceinput,
textarea.niceinput {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}.content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

div.prodlistcontainer {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
}

div.prodlistout {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
}

div.prodlistimg {
    max-width: 38%;
}

div.prodlistinfo {
    width: 60%;
    box-sizing: border-box;
}div.proddetailout {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 12px 12px;
    box-sizing: border-box;
}

div.proddetailimg {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

div.proddetailimg img {
    max-width: 100%;
    height: auto;
}

div.proddetailinfo {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}
}