
.mobile_block {
   display: none;
}
.navmobile {
   padding-left: 10px;
   height: 52px;
   line-height: 52px;
   background: #fff;
   font-size: 20px;
   color: #222;
   font-weight: bold;
   cursor: pointer;
}
/* REGULAR DESKTOP */
@media only screen and (min-width: 980px) and (max-width: 1199px) {

.wrap {	width:980px;}
#logo, #search {
    width: 350px;
}
#header-info {
    display: none;
}
#slide {
  width: 700px;
}
#content {
  width: 700px;
  float: right;
}
.product-detail-img {
  width: 260px;
  height: 260px;
}
.product-detail-info {
  width: 310px;
}
#social-follow {
    width: 30%;
}
#reg-form {
    width: 70%;
}
.footer-box-info {
    width: 200px;
    padding-left: 20px;
}
.footer-box-contact {
    width: 260px;
    padding-left: 20px;
}
#reg-form form input[type=text] {
  width: 280px;
}

}
/* SMALL DESKTOP */
@media only screen and (min-width: 768px) and (max-width: 979px) {
body{
  margin-top: 40px;
  
}
#hotline_mobile{display:block;position: fixed;top: 0px;width: 90%;/* left: 0px; *//* right: 0px; */padding: 10px;background: antiquewhite;color: red;text-align: center;z-index: 999999999999;}

li.show_mobile {
    display: block;
}
.wrap, .wrapper {	width:100%;}
.mobile_block {
   display: block !important;
}
.mobile_none {
   display: none !important;
}
#logo {
    float: none !important;
    margin: 0 auto;
}
#search {
    display: none;
}
#header-info {
    display: none;
}
#navigation, #reg-form {
    display: none;
}
#primary, #sidebar {
    margin-top: 0px;
}
.sidebox-ck, .sidebox-profead, .sidebox-news, .sidebox-adv {
    display: none;
}
#social-follow {
    float: none;
    margin: 0 auto;
}
.footer-box {
    display: block;
}
.footer-box-contact {
    display: block;
}
.nav {
   width: auto;
   display: none;
   overflow-y: scroll;
}
.nav > li {
   display: block;
}
.nav > li.home {
   display: none;
}
.nav > li > a {
   height: 30px;
   line-height: 30px;
   display: block;
   float: none;
   color: #333;
   background: #fff;
   white-space: nowrap;
   font-weight: 600;
   padding: 0px 10px;
}
.nav > li > ul.sub-nav {
   position: relative;
   visibility: visible;
   opacity: 1;
   top: 0; left: 0;
   box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.sub-nav > li > a {
  padding: 0px 20px;
}
.sub-nav > li > ul.sub-sub-nav {
   position: relative;
   visibility: visible;
   opacity: 1;
   top: 0; left: 0;
   box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.sub-sub-nav > li > a {
  padding: 0px 30px;
}
#logo {
  width: 305px;
  height: 92px;
  float: left;
}
#search {
  width: 440px;
  height: 92px;
  float: left;
  position: relative;
}
#header-info {
    display: none;
}
#slide {
  width: 100%;
  height: auto;
  float: none;
}
#fead-news {
    display: none;
}
#content {
  width: 100%;
  float: none;
}
#sidebar {
  width: 100%;
  float: none;
  margin-top: 20px;
}
.sidebar-box {
    display: none;
}
.sidebar-meta {
    display: block;
}
#reg-form form input[type=text] {
  width: 200px;
}
#reg-form form input[type=submit] {
  padding: 0px 10px;
}
.product-box .product-item {
    width: calc(25% - 1px);
    display: table;
}
.product-box .product-item > a {
    width: 100%;
}
#menucart-mobile{
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999999;
}
}
/* ALL MOBILE SIZES */
@media only screen and (min-width: 0px) and (max-width: 767px) {
body{
  margin-top: 40px;
  /* overflow: hidden; */
}
#hotline_mobile{display:block;position: fixed;top: 0px;width: 90%;/* left: 0px; *//* right: 0px; */padding: 10px;background: antiquewhite;color: red;text-align: center;z-index: 999999999999;}
li.show_mobile {
    display: block;
}
.wrap, .wrapper {	width:100%;}
.mobile_block {
   display: block !important;
}
.mobile_none {
   display: none !important;
}
#top-header {
    height: auto;
    margin-bottom: 0px;
}
#top-header-left,
#top-header-right {
  float: none;
  text-align: center;
}
#top-header-left li,
#top-header-right li {
    height: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    margin-right: 0px;
}
#top-header-right li a {
    height: 30px;
    line-height: 30px;
}
#header {
    height: auto;
    padding-bottom: 10px;
    margin: auto;
    /* top: -30px; */
    /* position: relative; */
}
#logo {
    width: 100%;
    float: none;
    text-align: center;
}
#search {
    display: block;
    /* margin: auto; */
    /* float: none; */
    height: 72px;
    text-align: center;
    width: 96%;
    margin-left: 4%;
}
#header-info {
    display: none;
}
#navigation {
    display: none;
}
#primary, #sidebar {
    margin-top: 0px;
    margin: 0px;
}
.sidenav > li > ul {
    position: relative; 
    left: 0;
    border-left: 0; 
    border-radius: 0;
    box-shadow: none; 
    display: block; 
}
.nav {
   width: auto;
   display: none;
   overflow-y: scroll;
}
.nav > li {
   display: block;
}
.nav > li.home {
   display: none;
}
.nav > li > a {
   height: 30px;
   line-height: 30px;
   display: block;
   float: none;
   color: #333;
   background: #fff;
   white-space: nowrap;
   font-weight: 600;
   padding: 0px 10px;
}
.nav > li > ul.sub-nav {
   position: relative;
   visibility: visible;
   opacity: 1;
   top: 0; left: 0;
   box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.sub-nav > li > a {
  padding: 0px 20px;
}
.sub-nav > li > ul.sub-sub-nav {
   position: relative;
   visibility: visible;
   opacity: 1;
   top: 0; left: 0;
   box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.sub-sub-nav > li > a {
  padding: 0px 30px;
}
#fead {
    margin-top: 0px;
}
#slide {
  display: none !important;
}
#fead-news {
    display: none;
}
#content {
  width: 90%;
  float: none;
  padding: 0px 5%;
}
#content img{
  max-width:100%;
}
#sidebar {
  width: 100%;
  float: none;
  margin-top: 0px;
}
.sidebox-ck, .sidebox-profead, .sidebox-news, .sidebox-adv {
    display: none;
}
.sidebox-cate .title {
    cursor: pointer;
}
.sidebox-cate .main {
    display: none;
}
.sidebar-meta {
    display: block;
}
#reg-form {
    display: none;
}
#social-follow {
    width: 100%;
    float: none;
    text-align: center;
}
.footer-box {
  width: 40%;
  margin: 5px 5%;
  float: left;
}
.product-detail-img {
    width: 100%;
    float: none;
    
}
.product-detail-info {
    width: 90%;
    padding: 5%;
    float: none;
}
.product-detail-action {
    display: none;
}
.product-detail-content {
    padding: 5px;
}
.comment-meta {
    height: auto !important;
}
.reply-action {
    width: 100%;
    float: none !important;
    clear: both;
}
.product-deail-slide, .product-deail-expand, .zoomContainer {
    display: none !important;
}
.product-deail-info {
    float: none;
    width: 90%;
    padding: 5%;
}
.product-box .product-item .product-item-homeorder {
    display: none !important;
}
#menucart-mobile{
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;   
}
}
/* MOBILE LANDSCAPE TO TABLET PORTRAIT */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrap, .wrapper {	width:100% !important;}
.suggest-search-list {
    left: auto;
}
.product-box .product-item {
    width: calc(50% - 2px);
    display: table;
}
.product-box .product-item > a {
    width: 100%;
}
#menucart-mobile{
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;   
}
}
/* MOBILE SMALL TO MOBILE LANDSCAPE */
@media only screen and (min-width: 320px) and (max-width: 479px) {
.wrap, .wrapper {width:100% !important;/* overflow: hidden; */}
#header .wrap {
    overflow: visible !important;
}
.mobile_block {
   display: block;
}
.mobile_none {
   display: none;
}
.product-box .product-item {
    width: calc(50% - 2px);
    display: table;
}
.product-box .product-item > a {
    width: 100%;
}

.footer-box {
  width: 90%;
  padding: 5px 5%;
  /* display: none; */
}
.footer-box4 {
  display: block;
}
#logo {
    overflow: hidden;
}
#menucart-mobile{
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99999999;
}
}
/* MOBILE PORTRAIT TO MOBILE SMALL */
@media only screen and (min-width: 0px) and (max-width: 319px) {
.wrap, .wrapper {	width:100% !important;overflow: hidden;}
#top-header-left {
    display: none;
}
#header .wrap {
    overflow: visible !important;
}
.mobile_block {
   display: block;
}
.mobile_none {
   display: none;
}
.product-item {
    width: 99% !important;
    height: auto !important;
}
.product-box .product-item > a {
    width: 100% !important;
    margin: 0 auto;
    display: block;
    height: auto;
    text-align: center;
}
.product-box .product-item > a img {
    position: relative;
    margin: 5px auto;
}
.footer-box {
  width: 90%;
  padding: 5px 5%;
  display: none;
}
.footer-box4 {
  display: block;
}
#logo {
    overflow: hidden;
}
#menucart-mobile{
  display: block;
  position: fixed;
  bottom: 0px;
  right: 0px;   
}
}