@charset "UTF-8";
/* dùng cho một vài thuộc tính riêng cho trình duyện VD: transition, */
/* căn giữa chiều dọc và ngang trên 1 box */
/* background opacity */
/* tạo image default */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none; }

body {
  font-size: 14px;
  font-family: sans-serif; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  color: #000; }

table {
  border-spacing: 0px;
  border-collapse: inherit;
  width: 100%; }

button {
  cursor: pointer; }

.clear {
  width: 100%;
  clear: both; }

/* css chung */
.wrap {
  margin: 0 auto;
  width: 1170px; }

.clearfix {
  display: block;
  clear: both; }

#gototop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  height: 48px;
  width: 48px;
  background: #0b597a;
  cursor: pointer;
  box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -khtml-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -ms-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -o-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transition: 0.2s;
  padding: 10px; }
  #gototop svg {
    fill: #fff; }

.hidden {
  display: none; }

.css-content h1, .css-content h2, .css-content h3, .css-content h4, .css-content h5, .css-content h6 {
  color: #0b597a;
  margin: 15px 0; }
.css-content h2 {
  font: 700 20px/24px sans-serif; }
.css-content h3 {
  font: 700 18px/21px sans-serif; }
.css-content h4 {
  font: 700 16px/19px sans-serif; }
.css-content h5,
.css-content h6 {
  font: 700 14px/18px sans-serif; }
.css-content a {
  color: #0000ff; }
.css-content div {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: justify; }
.css-content p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: justify; }
.css-content ul {
  margin-bottom: 20px; }
  .css-content ul li {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 15px;
    line-height: 1.3em;
    position: relative;
    text-align: justify; }
    .css-content ul li:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      display: inline-block;
      width: 5px;
      height: 5px;
      background: #333;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
.css-content ol {
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 20px; }
  .css-content ol li {
    margin-bottom: 10px;
    line-height: 25px;
    position: relative;
    text-align: justify; }
.css-content .sudo-media-item {
  width: 100%;
  text-align: center;
  margin: 20px 0; }
  .css-content .sudo-media-item img {
    margin-bottom: 5px;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .css-content .sudo-media-item figcaption {
    padding: 10px 0; }
.css-content img {
  max-width: 100%;
  display: block;
  margin: 20px auto; }
.css-content table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100% !important;
  margin-bottom: 20px; }
  .css-content table tr td, .css-content table tr th {
    padding: 10px;
    border: 1px solid #000; }
  .css-content table tr p {
    margin-bottom: 0; }
.css-content iframe {
  max-width: 100% !important;
  margin: 20px auto;
  display: block; }

.back-to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  height: 48px;
  line-height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 48px;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  .back-to-top i {
    color: #04609b; }

.breadcrumb {
  width: 100%;
  clear: both;
  float: left;
  padding: 5px;
  height: 30px;
  margin: 10px 0;
  overflow: hidden;
  color: #0092c9; }
  .breadcrumb ol {
    padding-top: 5px; }
    .breadcrumb ol li {
      display: inline;
      padding: 0 5px; }
      .breadcrumb ol li a span {
        font-size: 15px;
        color: #0092c9; }
    .breadcrumb ol li:first-child {
      padding-left: 0; }

.paging {
  display: inline-block;
  margin: 15px auto; }
  .paging a {
    min-width: 18px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #222;
    display: block;
    float: left;
    margin-left: 5px;
    border: 1px solid #bebebe; }
  .paging a.pgBold {
    font-weight: bold;
    color: #fff;
    background: #0092c9; }

.header-top {
  width: 100%;
  clear: both;
  float: left;
  background: #0092c9;
  height: 50px; }
  .header-top__location {
    float: left;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase; }
    .header-top__location .location-option {
      height: 36px;
      line-height: 36px;
      color: #fff;
      background: #0092c9;
      border: none;
      font-size: 16px; }
  .header-top__hotline {
    float: left;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    color: #fff; }
    .header-top__hotline a {
      color: #fff; }
  .header-top__search {
    float: right;
    height: 34px;
    line-height: 34px;
    margin-top: 8px; }
    .header-top__search input {
      height: 34px;
      line-height: 34px;
      border: none;
      width: 340px;
      padding: 0 5px; }
    .header-top__search button {
      height: 34px;
      line-height: 34px;
      border: none;
      width: 60px;
      text-align: center; }

/* header */
.header {
  width: 100%;
  clear: both;
  float: left;
  height: 100px;
  position: relative;
  z-index: 999; }
  .header__logo {
    float: left;
    width: 254px;
    height: 83px;
    margin: 7px 0; }
    .header__logo img {
      width: 100%;
      height: 100%; }
  .header__nav {
    float: left;
    width: 720px;
    height: 50px;
    margin-left: 20px;
    margin-top: 40px;
    position: relative; }
    .header__nav .nav {
      text-align: right; }
      .header__nav .nav li {
        display: inline-block;
        position: relative; }
        .header__nav .nav li a {
          display: block;
          height: 50px;
          line-height: 50px;
          padding: 0 15px;
          text-transform: uppercase;
          font-size: 1.3em; }
        .header__nav .nav li ul {
          display: none;
          text-align: left;
          background: #0092c9;
          position: absolute;
          top: 100%;
          left: 0; }
          .header__nav .nav li ul li {
            width: 100%; }
            .header__nav .nav li ul li a {
              display: block;
              min-width: 160px;
              height: 40px;
              line-height: 40px;
              font-size: 15px;
              color: #fff;
              padding: 0 10px;
              border-bottom: 1px solid #ebebeb;
              white-space: nowrap; }
              .header__nav .nav li ul li a:hover {
                background: #04609b; }
        .header__nav .nav li:hover ul {
          display: block; }
      .header__nav .nav li:hover a {
        background: #0092c9;
        color: #fff; }
  .header__cart {
    float: right;
    height: 50px;
    line-height: 50px;
    margin-top: 40px;
    font-size: 1.2em;
    text-align: right; }
    .header__cart i {
      font-size: 1.3em; }

.navigation {
  width: 100%;
  clear: both;
  float: left;
  background: #ebebeb;
  height: 52px; }
  .navigation ul {
    height: 52px; }
    .navigation ul li {
      display: inline-block;
      float: left;
      height: 40px;
      line-height: 40px;
      margin: 6px 0;
      padding: 0 15px;
      border-right: 1px solid #fff;
      font-size: 13px;
      font-weight: bold; }
      .navigation ul li a {
        display: block;
        color: #000; }
    .navigation ul li:last-child a {
      border-right: none; }
    .navigation ul li:hover a {
      color: #0092c9; }

.featured {
  width: 100%;
  clear: both;
  float: left;
  height: 440px;
  margin: 20px 0; }
  .featured__owl {
    width: 850px;
    height: 440px;
    float: left; }
  .featured__right {
    width: 300px;
    float: right; }
  .featured__news {
    width: 100%;
    height: 280px;
    border: 1px solid #ddd; }
    .featured__news__title {
      width: 100%;
      height: 38px;
      line-height: 38px;
      background: #ebebeb;
      text-transform: uppercase; }
      .featured__news__title a {
        width: calc(100% - 20px);
        padding: 0 10px; }
    .featured__news__main {
      width: 100%;
      background: #fff; }
      .featured__news__main li {
        width: 100%;
        height: 48px;
        border-bottom: 1px solid #ddd;
        overflow: hidden; }
        .featured__news__main li a img {
          width: 60px;
          height: 40px;
          margin: 4px;
          float: left; }
        .featured__news__main li a p {
          height: 40px;
          padding: 4px;
          font-size: 15px;
          overflow: hidden; }
  .featured__brand {
    width: 100%;
    height: 146px;
    border: 1px solid #ddd;
    margin-top: 15px;
    overflow: hidden; }
    .featured__brand__title {
      width: 100%;
      padding: 0 10px;
      height: 38px;
      line-height: 38px;
      background: #ebebeb;
      text-transform: uppercase; }
    .featured__brand__main {
      width: 100%;
      background: #fff;
      overflow: hidden; }
    .featured__brand__item {
      width: calc(50% - 10px);
      height: 44px;
      margin: 5px;
      float: left; }
      .featured__brand__item img {
        width: 100%;
        height: 100%; }

.primary {
  width: 100%;
  clear: both;
  float: left;
  width: 100%; }

.products {
  width: 100%;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 25px; }
  .products__head {
    width: 100%;
    height: 52px;
    background: #0092c9;
    margin-bottom: 15px; }
  .products__title {
    height: 52px;
    line-height: 52px;
    float: left;
    padding-left: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold; }
  .products__text_link {
    height: 52px;
    margin-left: 15px;
    float: left;
    overflow: hidden; }
    .products__text_link ul li {
      display: inline-block;
      float: left;
      height: 52px;
      line-height: 52px;
      padding: 0 15px;
      font-size: 13px;
      font-weight: bold;
      color: #fff; }
      .products__text_link ul li a {
        display: block;
        color: #fff; }
  .products__more_link {
    height: 52px;
    line-height: 52px;
    float: right;
    margin-right: 10px; }
    .products__more_link a {
      display: block;
      color: #fff; }
  .products__nav {
    height: 52px;
    float: right;
    margin-right: 10px; }
    .products__nav button {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 32px;
      margin: 8px 2px; }
  .products__main {
    width: 100%; }

.product-item {
  width: 292.5px;
  height: 376px;
  float: left;
  border: 1px solid #ebebeb;
  transition: box-shadow 0.3s ease-in-out;
  position: relative; }
  .product-item__image {
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden; }
    .product-item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      margin: 0 auto;
      width: auto !important; }
    .product-item__image .tag-sale {
      padding: 5px;
      color: #fff;
      position: absolute;
      z-index: 9; }
    .product-item__image .tag-hot {
      margin: 0;
      border: 0;
      width: 80px;
      padding: 1px;
      text-align: center;
      text-transform: uppercase;
      color: #f0f0f0;
      position: absolute;
      top: 13px;
      right: -20px;
      background-color: #0092c9;
      transform: rotate(45deg); }
    .product-item__image .tag-sale {
      background: #ec4445;
      bottom: 9px;
      right: 9px; }
  .product-item__name {
    max-height: 68px;
    min-height: 52px;
    padding: 0 5px;
    width: calc(100% - 40px);
    margin: 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb; }
    .product-item__name a {
      display: block;
      font-size: 16px;
      text-align: center;
      line-height: 1.5em; }
  .product-item__price {
    height: 50px;
    padding: 0 10px;
    overflow: hidden; }
    .product-item__price .price, .product-item__price .old-price {
      height: 50px;
      line-height: 50px;
      display: inline-block;
      width: 50%;
      float: left; }
    .product-item__price .price {
      font-size: 18px;
      font-weight: bold;
      color: #ec4445;
      text-align: right; }
    .product-item__price .old-price {
      color: #111;
      text-decoration: line-through;
      text-align: left; }
    .product-item__price .one-price {
      width: 100%;
      text-align: center; }

.product-item:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); }

.home-section {
  width: 100%;
  clear: both;
  float: left;
  width: 100%;
  padding: 25px 0; }
  .home-section__title {
    height: 38px;
    width: 100%;
    margin-bottom: 15px; }
    .home-section__title .text {
      display: inline-block;
      float: left;
      height: 38px;
      line-height: 38px;
      padding: 0 15px;
      background: #0092c9;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      border-radius: 4px; }
  .home-section__main {
    width: 100%; }

.home-section--bg {
  background: #ebebeb; }

.news-left {
  width: calc(50% - 10px);
  float: left; }

.news-right {
  width: calc(50% - 10px);
  float: right; }

.home-news {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 10px;
  background: #fff; }
  .home-news__img {
    position: relative;
    padding-bottom: 56.2%; }
    .home-news__img img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .home-news__name {
    height: 56px;
    padding: 0 10px;
    overflow: hidden; }
    .home-news__name a {
      display: block;
      margin-top: 10px;
      line-height: 1.3em; }

.news-left .home-news {
  width: 100%; }
  .news-left .home-news__name {
    height: 66px;
    font-size: 18px; }
    .news-left .home-news__name a {
      line-height: 1.3em; }
  .news-left .home-news__desc {
    padding: 0 10px;
    height: 46px; }

.news-right .home-news:nth-child(2n+2) {
  margin-left: 20px; }

.partners {
  width: 100%; }
  .partners__item {
    width: calc(25% - 20px);
    margin-right: 26.6px;
    float: left; }
    .partners__item .img {
      position: relative;
      padding-bottom: 56.2%; }
      .partners__item .img img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .partners__item:last-child {
    margin-right: 0; }

.footer {
  width: 100%;
  clear: both;
  float: left;
  width: 100%;
  background: #117cc0;
  padding: 35px 0 0;
  color: #fff; }
  .footer__col {
    float: left; }
  .footer__col-1 {
    width: 28%;
    margin-right: 2%; }
  .footer__col-2 {
    width: 18%;
    margin-right: 2%; }

.footer-box {
  width: 100%; }
  .footer-box__title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .footer-box__main {
    line-height: 1.5em; }
    .footer-box__main a {
      color: #fff; }

.footer-list-info li {
  margin-bottom: 7px; }

.store-item {
  margin-bottom: 10px; }

.footer-company-name {
  text-transform: uppercase; }

.footer-company-info {
  margin: 10px 0; }

.footer-social a {
  display: block;
  margin-right: 6px;
  float: left; }
.footer-social .fb {
  font-size: 32px;
  color: #29487d; }
.footer-social .yt {
  font-size: 36px;
  color: #ff0000; }

.copyright {
  margin-top: 25px;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #fff;
  text-align: center; }

.sidebar {
  width: 252px;
  float: left; }

.mainr {
  width: 878px;
  float: right; }

.sidebox {
  width: 100%;
  border: 1px solid #ebebeb;
  margin-bottom: 25px; }
  .sidebox .title {
    height: 42px;
    line-height: 42px;
    background: #0092c9;
    text-align: center;
    font-size: 16px;
    color: #fff; }
  .sidebox .main {
    width: 100%; }

.sidecate li a {
  display: block;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold; }

.sidepro li {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb; }
  .sidepro li .img {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 5px; }
    .sidepro li .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .sidepro li .info {
    width: calc(100% - 90px);
    float: right; }
    .sidepro li .info .name {
      display: block;
      margin-bottom: 5px;
      font-size: 15px; }
    .sidepro li .info .price {
      color: #ec4445; }

.product-cate {
  width: 100%; }
  .product-cate .head {
    width: 100%;
    height: 42px;
    overflow: hidden; }
    .product-cate .head .name {
      max-width: 500px;
      height: 42px;
      line-height: 42px;
      padding: 0 25px;
      background: #0092c9;
      color: #fff;
      font-size: 16px;
      border-radius: 4px;
      float: left; }
    .product-cate .head .sort {
      float: right; }
      .product-cate .head .sort select {
        height: 36px;
        margin-top: 3px;
        border: 1px solid #ebebeb;
        padding: 0 10px;
        border-radius: 4px; }
  .product-cate .desc {
    margin: 15px 0;
    padding: 10px;
    background: #f6f9fb;
    height: 160px;
    overflow: hidden;
    position: relative; }
    .product-cate .desc .desc-more {
      height: 28px;
      line-height: 28px;
      padding: 0 10px;
      background: #0092c9;
      color: #fff;
      position: absolute;
      bottom: 0;
      right: 0;
      border-radius: 4px; }

.prolist {
  width: 100%;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 25px; }

.prodetail {
  width: 100%; }
  .prodetail .head {
    width: 100%;
    height: 50px; }
    .prodetail .head .name {
      height: 50px;
      line-height: 50px;
      font-size: 24px;
      font-weight: normal;
      padding-left: 10px;
      margin-right: 15px;
      float: left; }
    .prodetail .head .rating-show {
      height: 30px;
      float: left;
      margin-top: 10px; }
      .prodetail .head .rating-show:after {
        display: block;
        content: " ";
        clear: both; }
      .prodetail .head .rating-show .rating-show-start {
        height: 30px;
        line-height: 30px;
        float: left; }
      .prodetail .head .rating-show .rating-show-start i {
        color: #ff9727; }
      .prodetail .head .rating-show .rating-show-count {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-left: 5px; }
    .prodetail .head .detail-social {
      padding-top: 15px;
      padding-right: 10px;
      float: right; }
  .prodetail .product-detail {
    width: 100%;
    clear: both;
    float: left; }
    .prodetail .product-detail__featured {
      width: 100%;
      clear: both;
      float: left;
      margin-top: 15px; }
    .prodetail .product-detail__slide {
      width: 440px;
      float: left; }
      .prodetail .product-detail__slide .slider-for {
        width: 400px;
        height: 400px;
        margin: 10px 20px; }
        .prodetail .product-detail__slide .slider-for .item {
          width: 400px;
          height: 400px; }
          .prodetail .product-detail__slide .slider-for .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto; }
      .prodetail .product-detail__slide .slider-nav {
        width: 360px;
        height: 80px;
        margin: 10px 30px; }
        .prodetail .product-detail__slide .slider-nav .item {
          width: 80px !important;
          height: 80px;
          border: 1px solid #ddd;
          margin-right: 10px;
          cursor: pointer; }
          .prodetail .product-detail__slide .slider-nav .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            margin: 0 auto; }
      .prodetail .product-detail__slide .slick-prev:before, .prodetail .product-detail__slide .slick-next:before {
        color: #222; }
    .prodetail .product-detail__info {
      width: 410px;
      margin-left: 15px;
      float: left; }
    .prodetail .product-detail__right {
      width: 290px;
      float: right; }
    .prodetail .product-detail__instock {
      width: 100%;
      margin-bottom: 10px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: bold; }
    .prodetail .product-detail__instock.status1 {
      color: #159b66; }
    .prodetail .product-detail__instock.status0 {
      color: #6e0808; }
    .prodetail .product-detail__price {
      display: inline-block;
      margin-right: 15px;
      height: 32px;
      line-height: 32px;
      font-size: 20px;
      font-weight: bold;
      color: #ec4445; }
    .prodetail .product-detail__old-price {
      display: inline-block;
      height: 26px;
      line-height: 26px;
      font-size: 15px;
      font-weight: bold;
      color: #777;
      text-decoration: line-through; }
    .prodetail .product-detail__promotion {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #ebebeb;
      border-radius: 6px 6px 0 0; }
      .prodetail .product-detail__promotion .title {
        height: 36px;
        line-height: 36px;
        border-radius: 6px 6px 0 0;
        padding: 0 10px;
        font-weight: bold;
        background: #ddd; }
      .prodetail .product-detail__promotion .main {
        padding: 10px; }
        .prodetail .product-detail__promotion .main * {
          margin-bottom: 0; }
        .prodetail .product-detail__promotion .main ul li {
          counter-increment: li;
          padding-left: 30px;
          margin-bottom: 8px; }
        .prodetail .product-detail__promotion .main ul li:before {
          content: counter(li);
          color: red;
          display: inline-block;
          width: 20px;
          height: 20px;
          line-height: 20px;
          border-radius: 20px;
          text-align: center;
          background: #0092c9;
          top: 2px;
          color: #fff; }
    .prodetail .product-detail__gh {
      margin-top: 20px; }
      .prodetail .product-detail__gh a {
        color: #0092c9;
        font-weight: bold; }
    .prodetail .product-detail__action {
      width: 100%;
      margin-top: 20px; }
      .prodetail .product-detail__action .order-btn {
        display: block;
        width: 100%;
        height: 60px;
        text-align: center;
        color: #fff;
        background: #ec4445;
        border-radius: 6px; }
        .prodetail .product-detail__action .order-btn .title-1 {
          display: block;
          width: 100%;
          height: 30px;
          line-height: 30px;
          margin-top: 5px;
          font-size: 18px; }
        .prodetail .product-detail__action .order-btn .title-2 {
          display: block;
          width: 100%;
          height: 20px;
          line-height: 20px;
          font-size: 13px; }
      .prodetail .product-detail__action .add_to_cart {
        margin-top: 10px;
        display: block;
        width: 100%;
        height: 60px;
        text-align: center;
        color: #fff;
        background: #0092c9;
        border-radius: 6px; }
        .prodetail .product-detail__action .add_to_cart .title-1 {
          display: block;
          width: 100%;
          height: 30px;
          line-height: 30px;
          margin-top: 5px;
          font-size: 18px; }
        .prodetail .product-detail__action .add_to_cart .title-2 {
          display: block;
          width: 100%;
          height: 20px;
          line-height: 20px;
          font-size: 13px; }
    .prodetail .product-detail__call {
      padding-top: 15px; }
      .prodetail .product-detail__call span {
        display: inline-block;
        padding: 5px 0 0; }
      .prodetail .product-detail__call a {
        color: #0092c9; }

.feadspecs {
  width: 100%;
  margin-top: 20px; }
  .feadspecs .title {
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px; }

.guarantee {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-bottom: 20px; }

.detail-address {
  width: 100%;
  padding: 10px;
  float: right; }

.detail-address-title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding: 5px 0 11px 0;
  line-height: 1.5em; }

.detail-address-select {
  display: block;
  width: calc(100% - 10px);
  position: relative;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  cursor: pointer; }

.detail-address-main {
  width: 100%;
  position: relative; }

.detail-address-group {
  position: relative;
  display: none; }

.detail-address-item {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaec; }

.detail-address-item .name {
  font-weight: bold; }

.detail-address-item .hotline a {
  font-weight: bold;
  color: #d9021b; }

.count_stores {
  display: block;
  padding: 10px 0;
  color: #d9021b;
  border-bottom: 1px solid #ddd; }

.detail-address2 {
  width: 100%;
  margin-top: 15px; }

.detail-address2-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #0092c9;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #ebebeb; }

.detail-address2-main {
  width: 100%; }
  .detail-address2-main .item {
    margin-top: 10px;
    padding: 5px 3px 5px 15px;
    line-height: 1.5em;
    border: 1px solid #ebebeb;
    border-radius: 4px; }
    .detail-address2-main .item p {
      padding-left: 20px; }

.product-detail__relate {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 25px;
  margin-bottom: 25px; }
  .product-detail__relate .title {
    height: 38px;
    width: 100%;
    margin-bottom: 5px; }
    .product-detail__relate .title .text {
      display: inline-block;
      float: left;
      height: 38px;
      line-height: 38px;
      padding: 0 15px;
      background: #0092c9;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      border-radius: 4px; }

.product-detail__wrapct {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 25px; }

.product-detail__content {
  width: 800px;
  float: left; }

.new_news {
  width: 350px;
  float: right; }
  .new_news .title {
    height: 40px;
    line-height: 40px;
    text-transform: uppercase; }
  .new_news .main {
    width: 100%; }

.new_news_list {
  width: 100%; }
  .new_news_list li {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb; }
    .new_news_list li .img {
      width: 135px;
      height: 90px;
      float: left;
      margin-right: 10px; }
      .new_news_list li .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto; }
    .new_news_list li .name {
      margin-bottom: 5px; }
      .new_news_list li .name a {
        color: #333;
        line-height: 1.3em;
        font-size: 15px; }
    .new_news_list li .meta {
      color: #777;
      font-size: 13px; }
    .new_news_list li .desc {
      font-size: 13px;
      margin-top: 5px;
      color: #555; }

.product-detail__specs {
  float: right; }
  .product-detail__specs-title {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #0092c9;
    font-weight: bold; }
  .product-detail__specs-main table {
    border-collapse: collapse;
    border-spacing: 0; }
    .product-detail__specs-main table td, .product-detail__specs-main table th {
      border: 1px solid #eee;
      padding: 10px 5px; }

.tab {
  overflow: hidden; }

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 25px;
  margin-right: 3px;
  transition: 0.3s;
  background-color: #eee;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; }

.tab button:hover {
  background-color: #ccc; }

.tab button.active {
  background-color: #0092c9;
  color: #fff; }

.tabcontent {
  display: none;
  padding: 20px;
  border: 1px solid #ccc; }

.tabcontent {
  animation: fadeEffect 1s; }

.product-detail__detail-main {
  height: 500px;
  overflow: hidden;
  padding-bottom: 30px; }

#prodescs {
  position: relative; }

.prodetail-content-more {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #0092c9;
  background: #ebebeb;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.sidebar2 {
  width: 350px;
  float: right;
  margin-top: 18px; }
  .sidebar2 .new_news {
    float: none !important;
    margin-bottom: 20px; }

.mainl {
  width: 800px;
  float: left; }

.news-cate-list {
  width: 100%;
  min-height: 38px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .news-cate-list li {
    display: inline-block;
    margin-right: 10px; }
    .news-cate-list li a {
      display: block;
      float: left;
      height: 38px;
      line-height: 38px;
      padding: 0 15px;
      background: #0092c9;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      border-radius: 4px; }
    .news-cate-list li a.active {
      background: #ec4445; }

.news-cate {
  width: 100%; }
  .news-cate .news-cate-first {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: #ededed; }
    .news-cate .news-cate-first .img {
      position: relative;
      padding-bottom: 56.2%;
      margin-bottom: 10px; }
      .news-cate .news-cate-first .img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        margin: 0 auto; }
    .news-cate .news-cate-first .meta {
      color: #777;
      margin-bottom: 10px;
      padding: 0 10px; }
    .news-cate .news-cate-first .name {
      margin-bottom: 10px;
      padding: 0 10px; }
      .news-cate .news-cate-first .name a {
        color: #111;
        line-height: 1.3em; }
    .news-cate .news-cate-first .desc {
      margin-bottom: 10px;
      padding: 0 10px; }
  .news-cate .news-cate-item {
    width: 100%;
    margin-bottom: 15px;
    background: #ededed;
    overflow: hidden; }
    .news-cate .news-cate-item .wrap_img {
      width: 30%;
      float: left; }
      .news-cate .news-cate-item .wrap_img .img {
        position: relative;
        padding-bottom: 56.2%;
        margin-bottom: 10px; }
        .news-cate .news-cate-item .wrap_img .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          margin: 0 auto; }
    .news-cate .news-cate-item .wrap_ct {
      width: 67%;
      float: right; }
      .news-cate .news-cate-item .wrap_ct .meta {
        color: #777;
        margin-top: 10px;
        margin-bottom: 10px; }
      .news-cate .news-cate-item .wrap_ct .name {
        margin-bottom: 10px; }
        .news-cate .news-cate-item .wrap_ct .name a {
          color: #111;
          line-height: 1.3em; }
      .news-cate .news-cate-item .wrap_ct .desc {
        margin-bottom: 10px; }

.news-detail {
  width: 100%; }
  .news-detail h1.name {
    font-size: 24px;
    margin-top: 10px; }
  .news-detail .meta {
    width: 100%;
    height: 30px;
    margin-top: 10px; }
    .news-detail .meta li {
      display: inline-block; }
      .news-detail .meta li a {
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        border-right: 1px solid #ddd;
        color: #0092c9; }
  .news-detail .news-content {
    width: 100%;
    margin-top: 15px; }

#detail-comment {
  width: 100%;
  margin-top: 15px;
  background: #fff; }

#detail-comment-tab {
  height: 48px;
  border-bottom: 1px solid #cacaca; }

.detail-comment-title {
  float: left;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 18px;
  color: #333; }

.detail-rating {
  float: right;
  height: 48px;
  margin-right: 10px; }

.detail-rating > .title {
  display: inline-block;
  float: left;
  height: 48px;
  line-height: 48px;
  margin-right: 5px; }

.rating-action {
  float: left;
  height: 48px;
  line-height: 48px; }

.rating-action-btn i {
  color: #ff9727; }

#detail-comment-main {
  padding: 10px; }

.cart-alert-success {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  padding: 60px;
  color: green; }

.cart-alert-error {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  padding: 20px;
  color: red;
  background: #f5f5f5; }

.cart-null {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  padding: 60px;
  color: darkgoldenrod; }

.alert {
  padding: 25px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px; }

.alert-success {
  color: green; }

.alert-error {
  color: red; }

.message-cart {
  width: 600px; }

.message-cart-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #72b656;
  margin-bottom: 15px;
  padding: 10px 0; }

.message-cart-product {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px; }

.message-cart-product .img {
  width: 150px;
  float: left; }

.message-cart-product .img img {
  width: 100%;
  height: auto; }

.message-cart-product .info {
  width: calc(100% - 160px);
  float: right; }

.message-cart-product .info .name {
  font-size: 22px;
  line-height: 1.3em;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px; }

.message-cart-product .info .price {
  font-size: 24px;
  color: #ca3133; }

.message-cart .action {
  width: 100%;
  text-align: center; }

.message-cart .action .action-continue {
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #eb557b;
  font-size: 16px; }

.message-cart .action .action-cart {
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  background: #c83548; }

#cart {
  width: 100%;
  min-height: 500px; }

.cart-left {
  width: calc(75% - 40px);
  float: left;
  padding-right: 20px;
  border-right: 1px solid #eaeaec; }

.cart-right {
  width: 25%;
  float: right; }

.cart-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.cart-table th {
  padding: 10px;
  border-bottom: 2px solid #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.cart-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc; }

.cart-table td.info {
  overflow: hidden;
  padding-left: 0; }

.cart-table td.info .img {
  width: 90px;
  height: 110px;
  margin-right: 10px;
  float: left;
  overflow: hidden; }

.cart-table td.info .img img {
  width: 100%;
  height: auto; }

.cart-table td.info .name {
  font-size: 18px;
  padding-top: 15px; }

.cart-table td.price {
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

.cart-table td.quantity {
  text-align: center; }

.cart-table td.total {
  text-align: right;
  font-weight: bold;
  font-size: 16px; }

.update-cart {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  margin: 10px 0;
  border: 2px solid #333;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  float: right; }

.cart-coupon {
  margin-top: 35px; }

.cart-coupon > .title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase; }

.cart-coupon-main {
  margin-top: 25px;
  margin-bottom: 50px; }

.cart-coupon-main p {
  text-align: center;
  font-size: 18px;
  color: #c41678;
  text-transform: uppercase;
  font-weight: bold; }

.coupon-code {
  display: block;
  margin: 15px auto;
  width: 300px;
  padding: 0 5px;
  height: 40px;
  background: #f9f9f9;
  border: none;
  text-align: center;
  font-size: 15px; }

.coupon-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 310px;
  margin: 10px auto;
  border: 2px solid #333;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  cursor: pointer; }

.cart-total-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.cart-total-table th {
  padding: 10px;
  border-bottom: 2px solid #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.cart-total-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 16px; }

.cart-total-table td.right {
  text-align: right; }

.cart-total-table td.no-border {
  border: none; }

.mt-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  background: #ec4445;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer; }

.checkout-left {
  width: calc(65% - 40px);
  float: left;
  padding-right: 20px;
  border-right: 1px solid #eaeaec; }

.checkout-right {
  width: 35%;
  float: right; }

.checkout-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.checkout-table th {
  padding: 10px;
  border-bottom: 2px solid #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.checkout-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc; }

.checkout-table td:first-child {
  padding-left: 0; }

.checkout-table td:last-child {
  padding-right: 0; }

.checkout-table td.info {
  overflow: hidden;
  padding-left: 0; }

.checkout-table td.info .img {
  width: 90px;
  height: 110px;
  margin-right: 10px;
  float: left;
  overflow: hidden; }

.checkout-table td.info .img img {
  width: 100%;
  height: auto; }

.checkout-table td.info .name {
  font-size: 18px;
  padding-top: 15px; }

.checkout-table td.price {
  text-align: center;
  font-weight: bold;
  font-size: 16px; }

.checkout-table td.quantity {
  text-align: center; }

.checkout-table td.total {
  text-align: right;
  font-weight: bold;
  font-size: 16px; }

.checkout-total-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.checkout-total-table th {
  padding: 10px;
  border-bottom: 2px solid #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.checkout-total-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 16px; }

.checkout-total-table td.right {
  text-align: right; }

.checkout-total-table td.bold {
  font-weight: bold; }

.checkout-total-table td.total {
  font-weight: bold;
  font-size: 18px;
  color: #ec4445; }

.checkout-total-table td.no-border {
  border: none; }

.order-pay-method {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold; }

.order-pay-accept {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.mt-text {
  border: none;
  width: calc(100% - 10px);
  height: 50px;
  padding: 0 5px;
  font-size: 16px;
  background: #f3f3f3; }

.mt-select {
  border: none;
  width: calc(100% - 10px);
  height: 50px;
  padding: 0 5px;
  font-size: 16px;
  background: #f3f3f3; }

.mt-textarea {
  border: none;
  width: calc(100% - 10px);
  min-height: 100px;
  padding: 0 5px;
  font-size: 16px;
  background: #f3f3f3; }

.checkout-table td p {
  padding-bottom: 10px;
  font-size: 16px; }

.checkout-table td p span {
  color: #ec4445;
  font-weight: bold; }

.quantity-group {
  display: inline-block;
  margin: 0 auto; }

.quantity-pm {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 30px;
  border: none;
  background: #f9f9f9;
  font-weight: bold;
  cursor: pointer; }

.quantity-number {
  float: left;
  width: 30px;
  height: 50px;
  padding: 0 5px;
  border: none;
  font-weight: bold;
  background: #f9f9f9; }

.contact {
  width: 100%;
  clear: both;
  float: left; }
  .contact__info {
    width: 48%;
    float: left; }
    .contact__info-title {
      margin-top: 15px;
      text-transform: uppercase;
      font-size: 18px; }
    .contact__info-company {
      font-size: 24px;
      line-height: 1.3em;
      margin-top: 15px; }
    .contact__info-desc {
      padding: 15px 0; }
    .contact__info-store {
      margin-top: 15px;
      padding: 5px 0; }
    .contact__info-list li a {
      display: block;
      padding: 15px 0;
      width: 100%;
      border-top: 1px solid #ddd;
      font-size: 15px; }
  .contact__message-detail {
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: bold; }
  .contact__message-success {
    color: green; }
  .contact__message-error {
    color: red; }
  .contact__form {
    width: 48%;
    float: right; }
    .contact__form-title {
      text-transform: uppercase;
      font-size: 20px; }
    .contact__form form {
      margin-top: 15px; }
      .contact__form form table {
        width: 100%; }
        .contact__form form table tr {
          margin-bottom: 20px; }
          .contact__form form table tr td {
            width: 50%;
            padding-right: 15px;
            margin-bottom: 20px; }
            .contact__form form table tr td input {
              height: 45px;
              box-shadow: none;
              background: transparent;
              border: 1px solid #ebebeb;
              color: #555;
              font-size: 13px;
              padding: 0 10px;
              border-radius: 3px;
              box-sizing: border-box;
              width: 100%;
              margin-bottom: 20px; }
            .contact__form form table tr td textarea {
              height: 100px;
              border: 1px solid #ebebeb;
              border-radius: 3px;
              width: 100%;
              box-sizing: border-box;
              padding: 10px;
              color: #555;
              font-size: 13px; }
            .contact__form form table tr td button {
              padding: 15px 20px;
              background: #0092c9;
              color: #fff;
              border-radius: 3px;
              margin-top: 20px;
              text-transform: uppercase;
              cursor: pointer;
              border: none; }
            .contact__form form table tr td .err {
              color: #ff0000;
              font-size: 12px;
              padding: 5px;
              clear: both;
              display: block;
              width: 100%; }
  .contact__map {
    width: 100%;
    margin: 25px 0; }
    .contact__map iframe {
      width: 100%;
      height: auto;
      min-height: 500px; }

.relate-news {
  width: 100%;
  clear: both;
  float: left;
  width: 100%;
  margin: 25px 0; }
  .relate-news__head {
    width: 100%;
    height: 38px;
    margin-bottom: 15px; }
  .relate-news__title {
    height: 38px;
    float: left; }
    .relate-news__title .text {
      display: inline-block;
      float: left;
      height: 38px;
      line-height: 38px;
      padding: 0 15px;
      background: #0092c9;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      border-radius: 4px; }
  .relate-news__nav {
    height: 38px;
    float: right;
    margin-right: 10px; }
    .relate-news__nav button {
      background: transparent;
      border: none;
      color: #333;
      font-size: 32px;
      margin: 3px 2px; }
  .relate-news__main {
    width: 100%; }

.relate-news-item {
  width: 255px;
  float: left;
  position: relative; }
  .relate-news-item .img {
    position: relative;
    padding-bottom: 56.2%; }
    .relate-news-item .img img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .relate-news-item .name {
    height: 56px;
    padding: 0 10px;
    overflow: hidden; }
    .relate-news-item .name a {
      display: block;
      margin-top: 10px;
      line-height: 1.3em; }

.css-content .mce-toc {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px dashed #ccc;
  background: #fcfcfc;
  width: 50%;
  float: right;
  margin-left: 20px; }

.css-content .mce-toc > div {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #333;
  text-align: center; }

.css-content .mce-toc ul {
  color: #288ad6 !important;
  margin: 0; }

.css-content .mce-toc ul li a {
  font-weight: normal;
  color: #288ad6 !important; }

.css-content .mce-toc > ul > li > a {
  font-weight: bold; }

/*mobile*/
.header-mobile {
  width: 100%;
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative; }
  .header-mobile__main {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden; }
    .header-mobile__main #navigation-mobile-toggle {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      float: left;
      margin-left: 10px;
      text-align: center;
      font-size: 24px;
      top: 0 !important; }
  .header-mobile__search {
    width: 100%;
    clear: both;
    float: left;
    width: calc(100% - 80px);
    height: 38px;
    float: right;
    margin-right: 10px; }
    .header-mobile__search input {
      width: 100%;
      padding: 0 10px;
      height: 36px;
      border: 1px solid #e5e5e5;
      border-radius: 36px;
      position: relative;
      font-size: 16px;
      color: #555; }
      .header-mobile__search input::placeholder {
        color: #999;
        font-size: 14px; }
    .header-mobile__search button {
      height: 34px;
      line-height: 34px;
      padding: 0 15px;
      background: #0092c9;
      color: #fff;
      border: none;
      border-radius: 36px;
      position: absolute;
      top: 1px;
      right: 1px; }
  .header-mobile .logo-mobile {
    padding: 10px 0;
    width: 189px;
    margin: 0 auto; }
    .header-mobile .logo-mobile img {
      width: 100%;
      height: auto; }

.mobile-call {
  position: fixed;
  z-index: 99999;
  bottom: 60px;
  left: 20px;
  height: 48px;
  line-height: 48px;
  width: 48px;
  border-radius: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  background: #ec4445;
  cursor: pointer; }
  .mobile-call i {
    color: #fff;
    -webkit-animation: zcwphone 1.5s linear infinite;
    -moz-animation: zcwphone 1.5s linear infinite;
    animation: zcwphone 1.5s linear infinite; }

@-webkit-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-moz-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
/*responsive*/
.mobile_block {
  display: none; }

#navigation-mobile {
  display: none; }

/* REGULAR DESKTOP */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .wrap {
    width: 980px; }

  .header__logo {
    width: 213px;
    height: 70px; }

  .header__nav {
    width: 603px;
    margin-left: 16px; }

  .navigation {
    height: auto;
    min-height: 52px; }

  .navigation ul li a {
    padding: 0 10px;
    font-size: 13px; }

  .featured__owl {
    width: 712px;
    height: 369px; }

  .featured__right {
    width: 251px; }

  .product-item {
    width: 245px;
    height: 376px; }

  .sidebar {
    width: 211px; }

  .mainr {
    width: 735px; }

  .prodetail .product-detail__slide {
    width: 369px; }

  .prodetail .product-detail__slide .slider-for {
    width: 100%;
    height: 400px;
    margin: 0; }

  .prodetail .product-detail__slide .slider-nav {
    width: 100%;
    height: 80px;
    margin: 0;
    text-align: left; }

  .prodetail .product-detail__info {
    width: 343px;
    margin-left: 13px; }

  .prodetail .product-detail__right {
    width: 243px; }

  .product-detail__content, .mainl {
    width: 670px; }

  .new_news, .sidebar2 {
    width: 293px; } }
/* SMALL DESKTOP */
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .wrap {
    width: calc(100% - 10px);
    padding: 0px 5px; }

  .header-top__search input {
    width: 240px; }

  .header__logo {
    float: left;
    width: 150px;
    height: 50px;
    margin: 33px 0; }

  .header__nav {
    width: 450px;
    margin-left: 10px; }

  .navigation {
    height: auto;
    min-height: 52px; }

  .navigation ul li a {
    padding: 0 5px;
    font-size: 13px; }

  .featured__owl {
    width: 550px;
    height: 285px; }

  .featured__right {
    width: 194px; }

  .sidebar {
    width: 163px; }

  .mainr {
    width: 569px; }

  .prodetail .product-detail__slide {
    width: 285px; }

  .prodetail .product-detail__slide .slider-for {
    width: 100%;
    height: 400px;
    margin: 0; }

  .prodetail .product-detail__slide .slider-nav {
    width: 100%;
    height: 80px;
    margin: 0;
    text-align: left; }

  .prodetail .product-detail__info {
    width: 265px;
    margin-left: 10px; }

  .prodetail .product-detail__right {
    width: 188px; }

  .product-detail__content, .mainl {
    width: 518px; }

  .new_news, .sidebar2 {
    width: 227px; } }
/* ALL MOBILE SIZES */
@media only screen and (max-width: 767px) {
  .quantity-pm {
    display: none; }

  .css-content .mce-toc {
    width: 100%; }

  .wrap {
    width: calc(100% - 10px);
    padding: 0px 5px; }

  .mobile_block {
    display: block !important; }

  .header, .navigation, .header-top__search {
    display: none; }

  .featured {
    height: auto; }

  .featured__owl {
    width: 100%;
    height: auto;
    float: none; }

  .featured__right {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 10px; }

  .featured__news, .featured__brand {
    height: auto; }

  .products__text_link {
    display: none; }

  .product-item {
    width: 100%; }

  .product-item__image {
    width: 100%; }

  .news-left, .news-right {
    width: 100%;
    float: none;
    margin-bottom: 15px; }

  .home-news__name {
    height: 96px; }

  .news-left .home-news__desc {
    margin-bottom: 10px; }

  .footer__col {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px; }

  .sidebar {
    display: none; }

  .mainr {
    width: 100%;
    float: none; }

  .prodetail .head {
    width: 100%;
    height: auto; }

  .prodetail .head .name {
    line-height: 1.3em;
    padding-left: 0;
    margin-right: 0;
    float: none; }

  .prodetail .head .rating-show {
    float: none; }

  .prodetail .head .detail-social {
    padding-top: 15px;
    padding-right: 10px;
    float: none; }

  .prodetail .product-detail__slide {
    width: 100%;
    float: none; }

  .prodetail .product-detail__slide .slider-for {
    width: 100%;
    height: 400px;
    margin: 0; }

  .prodetail .product-detail__slide .slider-nav {
    width: 100%;
    height: 80px;
    margin: 0;
    text-align: left; }

  .prodetail .product-detail__info {
    width: 100%;
    margin-left: 0;
    float: none; }

  .prodetail .product-detail__right {
    width: 100%;
    float: none;
    margin-top: 15px; }

  .product-detail__content {
    width: 100%;
    float: none; }

  .new_news {
    width: 100%;
    float: none; }

  .product-detail__detail {
    width: 100%;
    float: none; }

  .product-detail__specs {
    width: 100%;
    float: none; }

  .mainl, .sidebar2 {
    width: 100%;
    float: none;
    overflow: hidden; }

  .news-cate .news-cate-list {
    height: auto; }

  .contact__info, .contact__form {
    width: 100%;
    float: none;
    margin-bottom: 15px; }

  .message-cart {
    width: 100%; }

  .cart-left, .cart-right, .checkout-left, .checkout-right {
    width: 100%;
    height: auto;
    float: none;
    margin: 10px 0; }

  .cart-left, .checkout-left {
    overflow-x: auto; } }
/* MOBILE LANDSCAPE TO TABLET PORTRAIT */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrap, .wrapper {
    width: 100% !important; } }
/* MOBILE SMALL TO MOBILE LANDSCAPE */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .wrap {
    overflow: hidden; }

  .prodetail .product-detail__slide .slider-for .item,
  .prodetail .product-detail__slide .slider-for {
    height: auto; }

  .relate-news-item {
    width: 100%; }

  .tab button {
    padding: 10px;
    margin-right: 1px;
    font-size: 13px; } }
/* MOBILE 0 TO MOBILE SMALL */
@media only screen and (min-width: 0px) and (max-width: 319px) {
  .wrap, .wrapper {
    width: 100% !important;
    overflow: hidden; } }

/*# sourceMappingURL=style.min.css.map */
