/* Scss Document */
/*/////////////// Responsive ////////////////*/
.menu-mobile {
  display: none;
}

.close-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #f00;
  padding: 10px 15px;
  color: #fff;
  z-index: 200000;
  font-size: 18px;
  display: none;
}
.close-menu:hover {
  color: #fff;
}

@media only screen and (max-width: 1069px) {
  input, textarea {
    -webkit-appearance: none;
  }

  .inner {
    width: 100%;
    padding: 0 1.5%;
    overflow: hidden;
    box-sizing: border-box;
  }

  .top-right {
    width: 100%;
    float: left;
  }

  #menu-top ul li {
    margin: 0 20px 0 0;
  }

  .top-bar {
    background-color: #7c0404;
  }

  .menu-icon {
    width: 100%;
  }
  .menu-icon a {
    width: 15%;
    height: auto;
    display: inline-block;
    float: none;
  }
  .menu-icon a i {
    font-size: 32px;
  }
  .menu-icon a img {
    height: 25px;
    margin: 7px 0 6px 0;
  }

  .social-top {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
  }

  .detail-right {
    width: 50%;
  }
}
@media only screen and (max-width: 899px) {
  #menu-icon {
    display: block;
  }

  #footer {
    padding: 20px 0;
  }
  #footer .menu-foot {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #footer .social-foot {
    margin: 0;
    padding: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #top {
    padding: 10px 0 10px 0;
  }

  .close-menu {
    display: block;
  }

  #logo {
    width: 160px;
  }

  .menu-mobile {
    font-size: 40px;
    float: right;
    margin: 5px 0 0;
    line-height: 0.5;
    display: block;
  }

  #frm-search {
    float: left;
  }

  #menu-top {
    width: 250px;
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -125px;
    z-index: 300000;
    display: none;
  }
  #menu-top ul {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  #menu-top ul li {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 4px 0;
  }
  #menu-top ul li a {
    background: #000;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
  }
  #menu-top ul li a.active {
    text-decoration: none;
    border-color: #fe0000;
  }

  .menu-icon a {
    width: 30%;
    margin: 0 2px 4px 0;
  }

  #footer .social-foot {
    width: 65%;
  }
  #footer .social-foot a {
    margin-bottom: 10px;
  }

  .product-row ul li {
    width: 100%;
  }

  .article-list {
    text-align: center;
  }
  .article-list li {
    width: 30%;
    display: inline-block;
    float: none;
    text-align: left;
  }

  .subpage #footer {
    position: static;
  }

  .product-pic {
    margin: 0px auto;
    float: none;
  }

  .detail-right {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .article-list li {
    width: 100%;
  }
}

/*# sourceMappingURL=responsive.css.map */
