@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none; }

body {
  margin: 0 auto;
  font-family: Arial; }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 14px;
  font-family: 'arial';
  background: #f2f2f2; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }
  a:hover {
    color: #008ad3; }

button {
  cursor: pointer; }

/* css chung */
.container {
  width: 1200px;
  margin: 0 auto; }

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 700px; }

.adminDetail {
  position: relative;
  overflow: hidden;
  margin: 30px auto 0;
  width: 600px;
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  .adminDetail-popup {
    width: 100%;
    float: left; }
    .adminDetail-popup .modal-content__avatar {
      width: 100%;
      float: left;
      text-align: center;
      margin: auto; }
      .adminDetail-popup .modal-content__avatar img {
        width: 150px;
        height: 150px;
        object-fit: cover; }
    .adminDetail-popup .modal-content__item {
      width: 100%;
      float: left;
      border-bottom: 1px solid #ccc;
      padding: 10px; }
      .adminDetail-popup .modal-content__item-left {
        width: 50%;
        float: left; }
        .adminDetail-popup .modal-content__item-left span {
          float: right;
          padding-right: 30px;
          font-weight: bold;
          display: block;
          color: #333;
          text-align: right; }
      .adminDetail-popup .modal-content__item-right {
        width: 50%;
        float: left; }
  .adminDetail-btn a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    margin: 20px 0;
    font-size: 14px;
    color: #288ad6;
    border: 1px solid #288ad6;
    border-radius: 4px;
    text-align: center;
    cursor: pointer; }
  .adminDetail-info {
    width: 100%;
    float: left;
    padding: 30px; }
    .adminDetail-info__left {
      width: 20%;
      float: left; }
      .adminDetail-info__left img {
        width: 80px;
        height: 80px;
        color: #666;
        border-radius: 50%;
        background: #4da0b0;
        background: -webkit-linear-gradient(to left, #4da0b0, #d39d38);
        background: linear-gradient(to left, #4da0b0, #d39d38);
        object-fit: cover; }
    .adminDetail-info__right {
      width: 80%;
      float: left; }
      .adminDetail-info__right-detail {
        width: 100%;
        float: left;
        line-height: 25px; }
        .adminDetail-info__right-detail .item-name p {
          font-weight: bold;
          font-size: 16px; }
        .adminDetail-info__right-detail .item-date p {
          color: #666; }
        .adminDetail-info__right-detail a {
          background: #ddd;
          padding: 5px 10px;
          float: left;
          margin-top: 10px;
          cursor: pointer;
          color: #333; }
  .adminDetail-news {
    width: 100%;
    float: left;
    padding: 20px; }
    .adminDetail-news__title {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
      .adminDetail-news__title span {
        overflow: hidden;
        margin: 5px 0;
        color: #999;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
    .adminDetail-news__item {
      width: 100%;
      float: left; }
      .adminDetail-news__item-left {
        width: 20%;
        float: left; }
        .adminDetail-news__item-left img {
          width: 100%;
          height: 100px;
          object-fit: cover;
          margin-bottom: 10px; }
      .adminDetail-news__item-right {
        width: 80%;
        float: left;
        padding-left: 20px;
        line-height: 25px; }
        .adminDetail-news__item-right .title h3 {
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          font-weight: normal;
          font-size: 16px;
          line-height: 20px;
          color: #333; }
        .adminDetail-news__item-right .date p {
          display: block;
          overflow: hidden;
          margin: 5px 0;
          color: #999;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1;
          display: -webkit-box;
          -webkit-box-orient: vertical; }

.zoom {
  display: inline-block;
  position: relative; }

#myBtns {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #a30803;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  transition: all .3s ease 0s; }

#myBtns:hover {
  background-color: #555; }

.headerMob {
  display: none; }

.header {
  background: #a30803;
  display: flex;
  clear: both; }
  .header-left {
    width: 15%;
    float: left;
    margin-right: 2%;
    margin-top: 5px; }
    .header-left img {
      width: 100%; }
  .header-mid {
    width: 53%;
    float: left;
    margin-right: 2%; }
    .header-mid .menu ul {
      display: block;
      text-align: center;
      margin-top: -5px; }
      .header-mid .menu ul li {
        float: left;
        padding: 20px;
        display: inline-block;
        position: relative; }
        .header-mid .menu ul li a {
          color: #fff;
          display: inline-block; }
        .header-mid .menu ul li ul.submenu {
          left: 15%;
          background: #fff none repeat scroll 0 0;
          box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
          display: block;
          padding: 10px 0px 10px;
          position: absolute;
          top: 110%;
          transform: rotateX(90deg);
          transform-origin: center top 0;
          transition: all 0.5s ease 0s;
          visibility: hidden;
          width: 190px;
          z-index: 3; }
          .header-mid .menu ul li ul.submenu li {
            display: block;
            padding: 0 20px;
            margin-left: 0px;
            float: left;
            width: 100%; }
            .header-mid .menu ul li ul.submenu li a {
              color: #333;
              display: block;
              font-size: 13px;
              font-weight: 400;
              line-height: 32px;
              text-align: left;
              text-transform: capitalize;
              padding-top: 0px; }
              .header-mid .menu ul li ul.submenu li a:hover {
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                padding-left: 10px;
                color: #999; }
        .header-mid .menu ul li:hover > ul.submenu {
          transform: rotateX(0deg);
          visibility: visible; }
        .header-mid .menu ul li i {
          font-size: 15px;
          margin-left: 1px;
          position: relative;
          top: 0px; }
  .header-right {
    float: left;
    width: 28%;
    padding-top: 10px; }
    .header-right__search {
      width: 75%;
      float: left;
      position: relative;
      margin-right: 2%; }
      .header-right__search .suggest {
        position: absolute;
        top: 40px;
        z-index: 10000;
        float: right; }
        .header-right__search .suggest-search {
          display: none;
          float: left;
          position: relative;
          width: 250px;
          border: 1px solid #e2e2e2;
          background: #fff;
          z-index: 99999;
          left: 0;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          box-shadow: 0 1px 3px 0 #7d7d7d;
          -webkit-box-shadow: 0 1px 3px 0 #7d7d7d;
          -moz-box-shadow: 0 1px 3px 0 #7d7d7d; }
          .header-right__search .suggest-search:before {
            bottom: 100%;
            right: 15px;
            top: -18px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-color: transparent;
            border-bottom-color: #fff;
            border-width: 9px;
            margin-left: -9px; }
          .header-right__search .suggest-search li {
            float: left;
            width: 100%;
            padding: 10px;
            border-bottom: 1px dotted #ccc;
            overflow: hidden; }
      .header-right__search input[type=text] {
        background: #fff;
        width: 80%;
        height: 30px;
        float: left;
        padding: 5px;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        margin-left: -5px;
        border: 0; }
      .header-right__search button {
        background-position: -193px 0;
        width: 20%;
        height: 30px;
        float: left;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border: 0; }
    .header-right__cart {
      width: 10%;
      float: left;
      margin-right: 2%; }
      .header-right__cart button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 0;
        background: #fdd922;
        color: #fff;
        position: relative; }
        .header-right__cart button i {
          color: #000;
          font-size: 16px; }
      .header-right__cart span {
        background: #f2f2f2;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: absolute;
        right: -22%;
        top: -25%;
        color: #333;
        font-size: 12px;
        line-height: 18px;
        padding: .105rem .125rem;
        text-align: center; }
    .header-right__btn {
      width: 10%;
      float: left;
      position: relative;
      display: inline-block; }
      .header-right__btn:hover .popup {
        display: block;
        transform: rotateX(0deg);
        visibility: visible; }
      .header-right__btn .button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 0;
        background: #333;
        padding: 0px 0px;
        display: block;
        -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
        -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
        transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
        box-shadow: inset 0 0 0 0 #202020;
        text-align: center; }
        .header-right__btn .button i {
          color: #fff; }
        .header-right__btn .button:hover {
          background: #fdd922; }
          .header-right__btn .button:hover i {
            color: #333; }
      .header-right__btn .popup {
        right: 15%;
        background: #333 none repeat scroll 0 0;
        box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
        display: block;
        padding: 20px 0px 22px;
        position: absolute;
        top: 140%;
        transform: rotateX(90deg);
        transform-origin: center top 0;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        width: 190px;
        z-index: 2; }
        .header-right__btn .popup h3 {
          padding-left: 20px; }
        .header-right__btn .popup:hover {
          display: block; }
        .header-right__btn .popup ul {
          list-style: none; }
        .header-right__btn .popup a {
          color: #fff;
          padding: 12px 16px;
          text-decoration: none;
          display: block; }
        .header-right__btn .popup-btn {
          width: 30%;
          float: left;
          display: flex; }
          .header-right__btn .popup-btn img {
            width: 30px;
            height: 30px; }

.categoryProduct {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .categoryProduct-filterActive {
    width: 100%;
    float: left;
    display: none; }
    .categoryProduct-filterActive__title {
      float: left;
      margin-top: 4px;
      margin-right: 10px; }
    .categoryProduct-filterActive__item {
      float: left; }
      .categoryProduct-filterActive__item p {
        float: left;
        background: #efefef;
        margin: 0 10px 10px 0;
        padding: 5px; }
      .categoryProduct-filterActive__item .remove_filter {
        float: left;
        position: relative; }
        .categoryProduct-filterActive__item .remove_filter i {
          position: absolute;
          right: 5px;
          top: -7px; }
  .categoryProduct-rightmb {
    display: none;
    width: 100%;
    float: right;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
    padding: 20px 10px 0px 10px; }
    .categoryProduct-rightmb__item {
      width: 100%;
      float: left;
      display: flex;
      flex-wrap: wrap; }
      .categoryProduct-rightmb__item-title {
        width: calc(100% / 2);
        float: left;
        padding-right: 15px;
        margin-bottom: 20px;
        padding-right: 20px; }
        .categoryProduct-rightmb__item-title:nth-child(n+5) {
          display: none; }
        .categoryProduct-rightmb__item-title p {
          font-size: 14px;
          font-weight: bold;
          text-transform: uppercase;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
      .categoryProduct-rightmb__item-filter {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px; }
        .categoryProduct-rightmb__item-filter input[type=radio] {
          -webkit-appearance: none;
          background-color: #ffffff;
          border: 1px solid #ddd;
          padding: 0px;
          width: 18px;
          height: 18px;
          cursor: pointer;
          vertical-align: middle;
          margin-right: 10px;
          border-radius: 3px; }
          .categoryProduct-rightmb__item-filter input[type=radio]:checked {
            background: url("../../assets/img/8533s8-200.png");
            background-size: 18px 18px;
            color: #e9ecee;
            border: none; }
        .categoryProduct-rightmb__item-filter span {
          color: #4a9eea; }
        .categoryProduct-rightmb__item-filter img {
          width: 50%;
          display: inline-block;
          max-height: 25px;
          object-fit: cover;
          vertical-align: middle; }
        .categoryProduct-rightmb__item-filter .item {
          width: 50%;
          float: left;
          margin-bottom: 10px; }
    .categoryProduct-rightmb__cate {
      width: 100%;
      float: left;
      border: 1px solid #ddd;
      padding: 10px; }
      .categoryProduct-rightmb__cate-title {
        width: 100%;
        float: left;
        padding-right: 15px;
        margin-bottom: 20px; }
        .categoryProduct-rightmb__cate-title p {
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
      .categoryProduct-rightmb__cate-nameCategory li {
        width: 50%;
        float: left;
        margin-bottom: 10px; }
      .categoryProduct-rightmb__cate-nameCategory a {
        color: #4a9eea;
        margin-bottom: 10px; }
  .categoryProduct-viewadd {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .categoryProduct-viewadd__btn {
      color: #189eff;
      padding: 10px;
      border: 1px solid #189eff;
      border-radius: 4px;
      padding-left: 30px;
      padding-right: 30px; }
  .categoryProduct-showContent {
    width: 100%;
    float: left;
    height: 500px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 20px;
    overflow: hidden; }
  .categoryProduct-left {
    width: 70%;
    margin-right: 3%;
    float: left; }
    .categoryProduct-left__categoryDefault {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555;
      text-align: center;
      margin-bottom: 30px;
      padding-top: 50px;
      padding-bottom: 50px; }
    .categoryProduct-left .categories {
      width: 100%;
      float: left; }
      .categoryProduct-left .categories .product-show__list {
        width: calc(100% / 3 - 14px);
        float: left;
        position: relative;
        background: #fff;
        margin-bottom: 20px; }
        .categoryProduct-left .categories .product-show__list:nth-child(3n + 2) {
          margin: 0 20px 20px; }
  .categoryProduct-right {
    width: 27%;
    float: right;
    border: 1px solid #f2f2f2;
    padding: 10px; }
    .categoryProduct-right__item {
      width: 100%;
      float: left; }
      .categoryProduct-right__item-title {
        width: 100%;
        float: left;
        margin-bottom: 10px; }
        .categoryProduct-right__item-title p {
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase; }
      .categoryProduct-right__item-nameCategory li {
        width: 100%;
        float: left;
        margin-bottom: 10px; }
      .categoryProduct-right__item-nameCategory a {
        color: #4a9eea;
        margin-bottom: 10px; }
      .categoryProduct-right__item-filter {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px; }
        .categoryProduct-right__item-filter input[type=radio] {
          -webkit-appearance: none;
          background-color: #ffffff;
          border: 1px solid #ddd;
          padding: 0px;
          width: 18px;
          height: 18px;
          cursor: pointer;
          vertical-align: middle;
          margin-right: 10px;
          border-radius: 3px; }
          .categoryProduct-right__item-filter input[type=radio]:checked {
            background: url("../../assets/img/8533s8-200.png");
            background-size: 18px 18px;
            color: #e9ecee;
            border: none; }
        .categoryProduct-right__item-filter span {
          color: #4a9eea; }
        .categoryProduct-right__item-filter img {
          width: 50%;
          display: inline-block;
          max-height: 25px;
          object-fit: cover;
          vertical-align: middle; }
        .categoryProduct-right__item-filter .item {
          width: 50%;
          float: left;
          margin-bottom: 10px; }

.categoryNews {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .categoryNews-left {
    width: 65%;
    margin-right: 3%;
    float: left; }
    .categoryNews-left .detail-left__content-searchComment {
      display: none; }
    .categoryNews-left__title {
      width: 100%;
      float: left;
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .categoryNews-left__title-name {
        width: 100%;
        float: left;
        margin-bottom: 10px; }
        .categoryNews-left__title-name p {
          font-size: 22px;
          font-weight: bold; }
      .categoryNews-left__title-info {
        width: 100%;
        float: left;
        line-height: 35px; }
        .categoryNews-left__title-info .item-author {
          width: 25%;
          font-size: 14px;
          float: left; }
          .categoryNews-left__title-info .item-author a {
            color: #157ed2; }
        .categoryNews-left__title-info .item-created_at {
          width: 25%;
          float: left;
          color: #a8a8a8;
          font-size: 14px; }
        .categoryNews-left__title-info .item-updated_at {
          width: 25%;
          float: left;
          color: #a8a8a8;
          font-size: 14px; }
        .categoryNews-left__title-info .item-star {
          font-size: 14px; }
          .categoryNews-left__title-info .item-star i {
            color: #fe9727; }
    .categoryNews-left__listNews {
      width: 100%;
      float: left;
      line-height: 30px; }
      .categoryNews-left__listNews-item {
        margin-bottom: 15px; }
        .categoryNews-left__listNews-item a {
          color: #333; }
        .categoryNews-left__listNews-item .item-name {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
          font-size: 16px; }
        .categoryNews-left__listNews-item:nth-child(1) {
          width: 70%;
          float: left;
          margin-right: 5%; }
          .categoryNews-left__listNews-item:nth-child(1) img {
            width: 100%;
            max-height: 525px; }
        .categoryNews-left__listNews-item:nth-child(2) {
          width: 25%;
          float: left; }
          .categoryNews-left__listNews-item:nth-child(2) img {
            width: 100%; }
          .categoryNews-left__listNews-item:nth-child(2) .item-detail {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
        .categoryNews-left__listNews-item:nth-child(3) {
          width: 25%;
          float: left; }
          .categoryNews-left__listNews-item:nth-child(3) img {
            width: 100%; }
          .categoryNews-left__listNews-item:nth-child(3) .item-detail {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
        .categoryNews-left__listNews-item:nth-child(4) {
          width: 100%;
          float: left; }
          .categoryNews-left__listNews-item:nth-child(4) .item-img {
            width: 40%;
            float: left;
            padding-right: 5%; }
            .categoryNews-left__listNews-item:nth-child(4) .item-img img {
              width: 100%;
              max-height: 200px; }
          .categoryNews-left__listNews-item:nth-child(4) .item-name {
            width: 60%;
            float: right; }
          .categoryNews-left__listNews-item:nth-child(4) .item-detail {
            width: 60%;
            float: right;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden; }
        .categoryNews-left__listNews-item:nth-child(n+5) {
          width: 100%;
          float: left; }
          .categoryNews-left__listNews-item:nth-child(n+5) .item-img {
            width: 40%;
            float: left;
            padding-right: 5%; }
            .categoryNews-left__listNews-item:nth-child(n+5) .item-img img {
              width: 100%;
              max-height: 200px; }
          .categoryNews-left__listNews-item:nth-child(n+5) .item-name {
            width: 60%;
            float: right; }
          .categoryNews-left__listNews-item:nth-child(n+5) .item-detail {
            width: 60%;
            float: right;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            font-size: 16px; }
    .categoryNews-left__page {
      width: 100%;
      float: left; }
      .categoryNews-left__page .pagination {
        text-align: center; }
        .categoryNews-left__page .pagination li {
          list-style: none;
          display: inline-block;
          color: #cccccc;
          margin-right: 3px;
          margin-bottom: 10px; }
          .categoryNews-left__page .pagination li a {
            color: #007bff;
            padding: 5px 10px;
            display: block;
            text-align: center;
            border: 1px solid #dee2e6;
            border-radius: 5px; }
        .categoryNews-left__page .pagination li.disabled span {
          color: #007bff;
          padding: 5px 10px;
          display: block;
          text-align: center;
          border: 1px solid #dee2e6;
          border-radius: 5px; }
        .categoryNews-left__page .pagination li.active span {
          color: #fff;
          padding: 5px 10px;
          display: inline-block;
          text-align: center;
          border: 1px solid #cccccc;
          border-radius: 5px;
          background: #a30803; }
  .categoryNews-right {
    width: 32%;
    float: left;
    border: 1px solid #f2f2f2;
    padding: 10px;
    margin-bottom: 20px; }
    .categoryNews-right__ctitle {
      width: 100%;
      float: left;
      margin-bottom: 20px;
      background: #a30803;
      text-align: center;
      padding: 10px;
      color: #fff;
      font-weight: bold; }
    .categoryNews-right__clist {
      width: 100%;
      float: left; }
      .categoryNews-right__clist ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd; }
        .categoryNews-right__clist ul li:last-child {
          border-bottom: 0; }
      .categoryNews-right__clist-news {
        width: 100%;
        float: left; }
        .categoryNews-right__clist-news .item {
          width: 100%;
          float: left;
          margin-bottom: 10px; }
          .categoryNews-right__clist-news .item-img {
            width: 30%;
            float: left;
            padding-right: 5%; }
            .categoryNews-right__clist-news .item-img img {
              width: 100%; }
          .categoryNews-right__clist-news .item-title {
            width: 70%;
            float: right;
            margin-bottom: 10px; }
            .categoryNews-right__clist-news .item-title h3 {
              padding: 0 0 5px 3px;
              font-weight: bold;
              max-height: none;
              font-size: 13px; }
          .categoryNews-right__clist-news .item-date {
            width: 70%;
            float: right;
            color: #a8a8a8; }
      .categoryNews-right__clist-product {
        width: 100%;
        float: left; }
        .categoryNews-right__clist-product .item {
          width: 48%;
          float: left;
          line-height: 25px;
          margin-bottom: 10px;
          position: relative; }
          .categoryNews-right__clist-product .item:nth-child(2n + 1) {
            margin-right: 4%; }
          .categoryNews-right__clist-product .item img {
            width: 100%;
            max-height: 175px; }
          .categoryNews-right__clist-product .item-price {
            font-weight: bold;
            float: left; }
          .categoryNews-right__clist-product .item-sale span {
            position: absolute;
            top: 0px;
            z-index: 2;
            left: 15px;
            font-size: 12px;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            padding-bottom: 4px;
            color: white;
            font-weight: 500;
            width: 40px;
            height: 36px;
            background-image: url("../img/deal-tag.png");
            background-size: 40px 36px;
            margin: 1px 0px 0px;
            background-position: 0px 0px; }
    .categoryNews-right__list {
      width: 100%;
      float: left; }
      .categoryNews-right__list-title {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px; }
        .categoryNews-right__list-title p {
          font-size: 16px;
          font-weight: bold; }
      .categoryNews-right__list-news {
        width: 100%;
        float: left; }
        .categoryNews-right__list-news .item {
          width: 100%;
          float: left;
          margin-bottom: 10px; }
          .categoryNews-right__list-news .item-img {
            width: 30%;
            float: left;
            padding-right: 5%; }
            .categoryNews-right__list-news .item-img img {
              width: 100%; }
          .categoryNews-right__list-news .item-title {
            width: 70%;
            float: right;
            margin-bottom: 10px; }
            .categoryNews-right__list-news .item-title h3 {
              padding: 0 0 5px 3px;
              font-weight: bold;
              max-height: none;
              font-size: 13px; }
          .categoryNews-right__list-news .item-date {
            width: 70%;
            float: right;
            color: #a8a8a8; }

.fancybox-content img {
  width: 1000px;
  height: 700px; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
  display: none; }

.fancybox-image {
  left: 50% !important;
  transform: translate(-50%, -50%);
  top: 50% !important; }

.productDetail {
  background: #fff;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .productDetail .rowdetail {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
    .productDetail .rowdetail-left {
      width: 45%;
      float: left;
      padding-right: 30px; }
      .productDetail .rowdetail-left__btn {
        text-align: center;
        width: 100%;
        float: left;
        margin-bottom: 30px; }
      .productDetail .rowdetail-left__top {
        width: 100%;
        margin-bottom: 20px;
        float: left; }
        .productDetail .rowdetail-left__top img {
          width: 500px;
          height: 600px;
          object-fit: cover; }
      .productDetail .rowdetail-left__tops {
        display: none; }
      .productDetail .rowdetail-left__bottoms {
        display: none; }
      .productDetail .rowdetail-left__bottom {
        width: 90%;
        position: relative;
        margin: auto;
        margin-bottom: 20px; }
        .productDetail .rowdetail-left__bottom .slick-dots li button:before {
          content: ''; }
        .productDetail .rowdetail-left__bottom img {
          width: 100%;
          margin-right: 10px;
          border: 1px solid #f2f2f2;
          border-right: 0;
          padding: 5px;
          height: 70px; }
          .productDetail .rowdetail-left__bottom img:nth-child(1) {
            border-left: 1px solid #f2f2f2; }
        .productDetail .rowdetail-left__bottom .slick-next {
          background: url(../img/muiphai.png);
          right: -8%;
          position: absolute;
          box-shadow: none;
          z-index: 1;
          border: none;
          width: 35px !important;
          height: 35px !important;
          background-color: #fff;
          border-radius: 50%;
          opacity: 0.7; }
        .productDetail .rowdetail-left__bottom .slick-prev {
          background: url(../img/muitrai.png);
          opacity: 0.7;
          color: #fff;
          left: -8%;
          z-index: 1;
          box-shadow: none;
          border: none;
          width: 35px !important;
          height: 35px !important;
          background-color: #fff;
          border-radius: 50%; }
          .productDetail .rowdetail-left__bottom .slick-prev :hover {
            color: transparent;
            outline: none;
            background: transparent; }
    .productDetail .rowdetail-mid {
      width: 55%;
      float: left; }
      .productDetail .rowdetail-mid__item {
        width: 100%;
        float: left; }
        .productDetail .rowdetail-mid__item-name {
          margin-bottom: 20px; }
          .productDetail .rowdetail-mid__item-name p {
            font-size: 20px; }
        .productDetail .rowdetail-mid__item-list {
          width: 100%;
          float: left;
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 20px;
          margin-bottom: 20px; }
          .productDetail .rowdetail-mid__item-list .item-busisness {
            float: left;
            margin-right: 5%; }
            .productDetail .rowdetail-mid__item-list .item-busisness a {
              color: #288ad6; }
          .productDetail .rowdetail-mid__item-list .item-sku {
            float: left;
            margin-right: 5%; }
            .productDetail .rowdetail-mid__item-list .item-sku p {
              color: #ccc; }
          .productDetail .rowdetail-mid__item-list .item-star {
            float: left;
            margin-right: 5%;
            color: #ff9826; }
            .productDetail .rowdetail-mid__item-list .item-star a {
              color: #288ad6;
              margin-left: 10px; }
        .productDetail .rowdetail-mid__item-content {
          width: 100%;
          float: left; }
          .productDetail .rowdetail-mid__item-content__left {
            width: 60%;
            float: left;
            margin-right: 5%; }
            .productDetail .rowdetail-mid__item-content__left-price {
              width: 100%;
              float: left;
              margin-bottom: 20px; }
              .productDetail .rowdetail-mid__item-content__left-price .item-pricenew {
                font-size: 40px;
                font-weight: bold;
                float: left;
                color: #ff0000;
                font-style: italic; }
              .productDetail .rowdetail-mid__item-content__left-price .item-priceold {
                float: right;
                line-height: 25px; }
                .productDetail .rowdetail-mid__item-content__left-price .item-priceold .priceold {
                  text-decoration: line-through; }
                .productDetail .rowdetail-mid__item-content__left-price .item-priceold .pricesave {
                  color: #ff0000; }
            .productDetail .rowdetail-mid__item-content__left-time {
              width: 100%;
              float: left;
              border-bottom: 1px solid #f2f2f2;
              padding-bottom: 20px;
              margin-bottom: 20px; }
              .productDetail .rowdetail-mid__item-content__left-time .item-clock {
                float: left;
                margin-right: 20px; }
                .productDetail .rowdetail-mid__item-content__left-time .item-clock i {
                  font-size: 20px; }
              .productDetail .rowdetail-mid__item-content__left-time .item-time {
                width: 80%;
                float: left; }
                .productDetail .rowdetail-mid__item-content__left-time .item-time span {
                  font-weight: bold;
                  font-size: 16px; }
                .productDetail .rowdetail-mid__item-content__left-time .item-time label {
                  font-weight: normal;
                  font-size: 14px;
                  color: #333; }
            .productDetail .rowdetail-mid__item-content__left-title {
              width: 100%;
              float: left;
              border-bottom: 1px solid #f2f2f2;
              padding-bottom: 20px;
              margin-bottom: 20px; }
              .productDetail .rowdetail-mid__item-content__left-title .item-title {
                color: #333;
                line-height: 25px; }
                .productDetail .rowdetail-mid__item-content__left-title .item-title ul {
                  list-style-type: disc; }
                  .productDetail .rowdetail-mid__item-content__left-title .item-title ul li {
                    list-style-type: disc; }
            .productDetail .rowdetail-mid__item-content__left-sale {
              width: 100%;
              float: left;
              border-bottom: 1px solid #f2f2f2;
              padding-bottom: 20px;
              margin-bottom: 20px;
              line-height: 25px; }
              .productDetail .rowdetail-mid__item-content__left-sale .item-sale__title {
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 10px; }
              .productDetail .rowdetail-mid__item-content__left-sale .item-sale a {
                color: #288ad6; }
              .productDetail .rowdetail-mid__item-content__left-sale .item-sale i {
                color: #fff;
                background: #3fb846;
                border-radius: 50%;
                font-size: 10px;
                padding: 2px; }
              .productDetail .rowdetail-mid__item-content__left-sale .item-sale .gift {
                color: red; }
            .productDetail .rowdetail-mid__item-content__left-much {
              width: 100%;
              float: left;
              line-height: 25px; }
              .productDetail .rowdetail-mid__item-content__left-much .item-qty {
                float: left;
                margin-right: 30px; }
                .productDetail .rowdetail-mid__item-content__left-much .item-qty button {
                  width: 30px;
                  height: 30px;
                  background: #fff;
                  border: 1px solid #f2f2f2;
                  margin-left: 0;
                  margin-right: 0;
                  float: left; }
                .productDetail .rowdetail-mid__item-content__left-much .item-qty input[type=text] {
                  width: 30px;
                  height: 30px;
                  background: #fff;
                  border: 1px solid #f2f2f2;
                  border-left: 0;
                  border-right: 0;
                  float: left;
                  text-align: center; }
              .productDetail .rowdetail-mid__item-content__left-much .item-btn {
                float: left;
                margin-bottom: 10px; }
                .productDetail .rowdetail-mid__item-content__left-much .item-btn a {
                  color: #fff;
                  font-size: 16px;
                  display: block;
                  background: #a30803;
                  padding: 15px;
                  width: 225px;
                  border-radius: 4px;
                  text-align: center; }
                .productDetail .rowdetail-mid__item-content__left-much .item-btn i {
                  font-size: 20px; }
              .productDetail .rowdetail-mid__item-content__left-much .item-reflect {
                width: 100%; }
                .productDetail .rowdetail-mid__item-content__left-much .item-reflect i {
                  font-size: 12px;
                  color: #189df4; }
                .productDetail .rowdetail-mid__item-content__left-much .item-reflect a {
                  color: #288ad6; }
              .productDetail .rowdetail-mid__item-content__left-much .item-adress {
                padding: 10px;
                border: dotted 2px red;
                background: #f2f2f2; }
                .productDetail .rowdetail-mid__item-content__left-much .item-adress i {
                  color: #ee363d; }
                .productDetail .rowdetail-mid__item-content__left-much .item-adress__icon {
                  float: left;
                  margin-right: 10px; }
                .productDetail .rowdetail-mid__item-content__left-much .item-adress a {
                  color: #288ad6; }
          .productDetail .rowdetail-mid__item-content__right {
            width: 35%;
            float: left; }
            .productDetail .rowdetail-mid__item-content__right .map {
              width: 100%;
              float: left; }
              .productDetail .rowdetail-mid__item-content__right .map-icon img {
                width: 20px;
                height: 25px;
                margin-right: 10px;
                float: left; }
              .productDetail .rowdetail-mid__item-content__right .map-text {
                float: left;
                margin-top: 5px; }
            .productDetail .rowdetail-mid__item-content__right .share {
              width: 100%;
              float: left;
              line-height: 30px; }
              .productDetail .rowdetail-mid__item-content__right .share-title {
                float: left;
                margin-right: 10px; }
              .productDetail .rowdetail-mid__item-content__right .share-btn {
                float: left; }
              .productDetail .rowdetail-mid__item-content__right .share img {
                width: 30px;
                height: 30px; }
              .productDetail .rowdetail-mid__item-content__right .share i {
                margin-right: 2%;
                font-size: 20px;
                color: #ff7c71; }
            .productDetail .rowdetail-mid__item-content__right .item {
              width: 100%;
              float: left;
              border: 1px solid #f2f2f2;
              border-radius: 4px;
              padding: 2%;
              margin-bottom: 10px; }
              .productDetail .rowdetail-mid__item-content__right .item-title {
                width: 100%;
                float: left;
                padding: 2%; }
                .productDetail .rowdetail-mid__item-content__right .item-title .left {
                  width: 60%;
                  float: left; }
                .productDetail .rowdetail-mid__item-content__right .item-title .right {
                  float: right; }
                  .productDetail .rowdetail-mid__item-content__right .item-title .right a {
                    background: #189df4;
                    color: #fff;
                    padding: 5px;
                    border-radius: 4px; }
              .productDetail .rowdetail-mid__item-content__right .item-doted {
                border: dotted 1px #f2f2f2;
                margin-bottom: 10px; }
              .productDetail .rowdetail-mid__item-content__right .item-quality {
                width: 100%;
                padding: 5px; }
                .productDetail .rowdetail-mid__item-content__right .item-quality__left {
                  float: left;
                  width: 15%; }
                  .productDetail .rowdetail-mid__item-content__right .item-quality__left .last {
                    margin-top: -6px; }
                  .productDetail .rowdetail-mid__item-content__right .item-quality__left i {
                    font-size: 20px;
                    padding-top: 5px; }
                  .productDetail .rowdetail-mid__item-content__right .item-quality__left img {
                    width: 20px;
                    height: 20px;
                    margin-top: 10px; }
                .productDetail .rowdetail-mid__item-content__right .item-quality__right {
                  width: 85%;
                  float: left;
                  line-height: 20px;
                  margin-bottom: 10px; }
                  .productDetail .rowdetail-mid__item-content__right .item-quality__right .phone {
                    color: #ff0000;
                    font-weight: bold; }
                  .productDetail .rowdetail-mid__item-content__right .item-quality__right .name {
                    color: #288ad6;
                    font-weight: bold; }
                  .productDetail .rowdetail-mid__item-content__right .item-quality__right .title {
                    font-weight: bold;
                    color: #333; }
  .productDetail .detail {
    width: 100%;
    float: left; }
    .productDetail .detail-left {
      width: 72%;
      float: left;
      padding-right: 3%; }
      .productDetail .detail-left__content {
        width: 100%;
        float: left;
        margin-bottom: 20px; }
        .productDetail .detail-left__content-comment {
          width: 100%;
          float: left;
          overflow: hidden; }
        .productDetail .detail-left__content-form {
          width: 100%;
          float: left; }
          .productDetail .detail-left__content-form input[type=text] {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px; }
          .productDetail .detail-left__content-form textarea {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            height: 100px; }
        .productDetail .detail-left__content-showComment {
          width: 100%;
          float: left;
          margin-bottom: 20px; }
          .productDetail .detail-left__content-showComment .list-comment {
            width: 100%;
            float: left;
            padding: 5px;
            padding-top: 20px;
            padding-bottom: 20px;
            border: 1px solid #ddd; }
          .productDetail .detail-left__content-showComment .item-avt {
            float: left;
            padding-right: 20px;
            width: 8%; }
            .productDetail .detail-left__content-showComment .item-avt span {
              width: 40px;
              height: 40px;
              background: #ebe9eb;
              display: block;
              text-align: center;
              line-height: 40px;
              text-transform: uppercase; }
          .productDetail .detail-left__content-showComment .item-reply {
            width: 100%;
            float: left;
            padding-top: 10px; }
            .productDetail .detail-left__content-showComment .item-reply__list {
              width: 100%;
              float: left;
              margin-top: 10px;
              background: #f8f8f8;
              border: 1px solid #e4e1e3;
              padding: 10px;
              padding-top: 20px;
              position: relative; }
              .productDetail .detail-left__content-showComment .item-reply__list:before {
                bottom: 100%;
                left: 20px;
                top: -20px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                border-color: transparent;
                border-bottom-color: #e4e1e3;
                border-width: 10px;
                margin-left: -9px; }
              .productDetail .detail-left__content-showComment .item-reply__list .item-infor__time:last-child {
                margin-bottom: 0; }
              .productDetail .detail-left__content-showComment .item-reply__list .item-infor__time:nth-child(n+1) {
                margin-bottom: 10px; }
          .productDetail .detail-left__content-showComment .item-infor {
            float: left;
            width: 92%; }
            .productDetail .detail-left__content-showComment .item-infor__time {
              width: 100%;
              float: left; }
            .productDetail .detail-left__content-showComment .item-infor__content {
              width: 100%;
              float: left;
              text-align: justify;
              margin-bottom: 15px; }
            .productDetail .detail-left__content-showComment .item-infor__time {
              width: 100%;
              float: left; }
              .productDetail .detail-left__content-showComment .item-infor__time .item-like {
                float: left;
                margin-right: 20px;
                cursor: pointer;
                margin-right: 8px;
                font-size: 12px;
                color: #777;
                line-height: 20px; }
              .productDetail .detail-left__content-showComment .item-infor__time .item-time {
                float: left;
                margin-right: 8px;
                font-size: 12px;
                color: #777;
                line-height: 20px; }
            .productDetail .detail-left__content-showComment .item-infor__title {
              width: 100%;
              float: left;
              margin-bottom: 15px; }
              .productDetail .detail-left__content-showComment .item-infor__title-name {
                float: left; }
                .productDetail .detail-left__content-showComment .item-infor__title-name .admin {
                  margin-right: 10px;
                  font-size: 12px;
                  background: #a30803;
                  padding: 0 5px;
                  line-height: 18px;
                  color: #fff;
                  border-radius: 3px;
                  margin-top: 3px;
                  margin-bottom: 10px;
                  margin-left: 10px; }
                .productDetail .detail-left__content-showComment .item-infor__title-name p {
                  font-weight: bold; }
                .productDetail .detail-left__content-showComment .item-infor__title-name span {
                  font-weight: normal; }
              .productDetail .detail-left__content-showComment .item-infor__title-star {
                float: right; }
                .productDetail .detail-left__content-showComment .item-infor__title-star i {
                  color: #fe9727; }
        .productDetail .detail-left__content-showComments {
          width: 100%;
          float: left;
          margin-bottom: 20px; }
          .productDetail .detail-left__content-showComments .item-avt {
            float: left;
            padding-right: 20px;
            width: 8%; }
            .productDetail .detail-left__content-showComments .item-avt span {
              width: 40px;
              height: 40px;
              background: #ebe9eb;
              display: block;
              text-align: center;
              line-height: 40px;
              text-transform: uppercase; }
          .productDetail .detail-left__content-showComments .item-reply {
            width: 100%;
            float: left;
            padding-top: 10px; }
            .productDetail .detail-left__content-showComments .item-reply__list {
              width: 100%;
              float: left;
              margin-top: 10px;
              background: #f8f8f8;
              border: 1px solid #e4e1e3;
              padding: 10px;
              padding-top: 20px;
              position: relative; }
              .productDetail .detail-left__content-showComments .item-reply__list:before {
                bottom: 100%;
                left: 20px;
                top: -20px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                border-color: transparent;
                border-bottom-color: #e4e1e3;
                border-width: 10px;
                margin-left: -9px; }
              .productDetail .detail-left__content-showComments .item-reply__list .item-infor__time:last-child {
                margin-bottom: 0; }
              .productDetail .detail-left__content-showComments .item-reply__list .item-infor__time:nth-child(n+1) {
                margin-bottom: 10px; }
          .productDetail .detail-left__content-showComments .item-infor {
            float: left;
            width: 92%; }
            .productDetail .detail-left__content-showComments .item-infor__time {
              width: 100%;
              float: left; }
            .productDetail .detail-left__content-showComments .item-infor__content {
              width: 100%;
              float: left;
              text-align: justify;
              margin-bottom: 10px; }
            .productDetail .detail-left__content-showComments .item-infor__time {
              width: 100%;
              float: left; }
              .productDetail .detail-left__content-showComments .item-infor__time .item-like {
                float: left;
                margin-right: 20px;
                cursor: pointer;
                margin-right: 8px;
                font-size: 12px;
                color: #777;
                line-height: 20px; }
              .productDetail .detail-left__content-showComments .item-infor__time .item-time {
                float: left;
                margin-right: 8px;
                font-size: 12px;
                color: #777;
                line-height: 20px; }
            .productDetail .detail-left__content-showComments .item-infor__title {
              width: 100%;
              float: left;
              margin-bottom: 10px; }
              .productDetail .detail-left__content-showComments .item-infor__title-name {
                float: left; }
                .productDetail .detail-left__content-showComments .item-infor__title-name .admin {
                  margin-right: 10px;
                  font-size: 12px;
                  background: #c69a39;
                  padding: 0 5px;
                  line-height: 18px;
                  color: #fff;
                  border-radius: 3px;
                  margin-top: 3px;
                  margin-bottom: 10px;
                  margin-left: 10px; }
                .productDetail .detail-left__content-showComments .item-infor__title-name p {
                  font-weight: bold; }
                .productDetail .detail-left__content-showComments .item-infor__title-name span {
                  font-weight: normal; }
              .productDetail .detail-left__content-showComments .item-infor__title-star {
                float: right; }
                .productDetail .detail-left__content-showComments .item-infor__title-star i {
                  color: #fe9727; }
        .productDetail .detail-left__content-searchComment {
          width: 100%;
          margin-bottom: 20px;
          float: left; }
          .productDetail .detail-left__content-searchComment input[type=text] {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc; }
        .productDetail .detail-left__content-show {
          text-align: justify;
          line-height: 25px;
          margin-bottom: 20px;
          width: 100%;
          float: left;
          height: 500px;
          overflow: hidden; }
          .productDetail .detail-left__content-show img {
            max-width: 100%;
            height: auto; }
        .productDetail .detail-left__content-viewadd {
          width: 100%;
          text-align: center;
          margin-bottom: 20px; }
          .productDetail .detail-left__content-viewadd button {
            color: #189eff;
            padding: 10px;
            border: 1px solid #189eff;
            border-radius: 4px;
            background: #fff;
            padding-left: 30px;
            padding-right: 30px;
            cursor: pointer; }
        .productDetail .detail-left__content-form {
          width: 100%;
          float: left;
          margin-bottom: 20px;
          display: none; }
          .productDetail .detail-left__content-form input[type=radio] {
            -webkit-appearance: none;
            background-color: #ffffff;
            border: 1px solid #f2f2f2;
            padding: 0px;
            width: 18px;
            height: 18px;
            cursor: pointer;
            vertical-align: middle;
            margin-right: 10px;
            border-radius: 3px;
            border: 1px solid #ccc; }
            .productDetail .detail-left__content-form input[type=radio]:checked {
              background: url("../../assets/img/8533s8-200.png");
              background-size: 18px 18px;
              color: #e9ecee;
              border: none; }
          .productDetail .detail-left__content-form label {
            margin-right: 10px; }
          .productDetail .detail-left__content-form p {
            margin-bottom: 10px; }
          .productDetail .detail-left__content-form form {
            background: #f2f2f2;
            padding: 20px;
            height: 480px; }
          .productDetail .detail-left__content-form button {
            background: #a30803;
            color: #fff;
            float: right;
            display: block;
            border: none;
            padding: 10px 25px;
            cursor: pointer;
            margin-left: 20px; }
          .productDetail .detail-left__content-form a {
            background: #a30803;
            color: #fff;
            float: right;
            display: block;
            border: none;
            padding: 10px 25px;
            cursor: pointer;
            margin-left: 20px; }
        .productDetail .detail-left__content-evaluate {
          width: 100%;
          float: left;
          border: 1px solid #ccc;
          margin-bottom: 10px;
          display: table;
          line-height: 25px; }
          .productDetail .detail-left__content-evaluate__star {
            width: 25%;
            text-align: center;
            padding: 10px;
            display: table-cell;
            vertical-align: middle;
            border-right: 1px solid #ccc; }
            .productDetail .detail-left__content-evaluate__star i {
              font-size: 20px;
              color: #fe9727;
              line-height: 30px; }
          .productDetail .detail-left__content-evaluate__percent {
            width: 45%;
            text-align: center;
            padding: 10px;
            display: table-cell;
            vertical-align: middle;
            border-right: 1px solid #ccc; }
            .productDetail .detail-left__content-evaluate__percent .item {
              width: 100%;
              float: left; }
              .productDetail .detail-left__content-evaluate__percent .item-star {
                float: left;
                width: 20%; }
              .productDetail .detail-left__content-evaluate__percent .item-progress {
                float: left;
                width: 60%;
                display: inline-block;
                position: relative;
                background: #f5f5f5;
                height: 6px;
                line-height: 20px;
                border-radius: 10px;
                margin: 7.5px 0; }
                .productDetail .detail-left__content-evaluate__percent .item-progress span {
                  float: left;
                  display: block;
                  background: #fe9727;
                  position: relative;
                  height: 6px;
                  border-radius: 10px; }
                .productDetail .detail-left__content-evaluate__percent .item-progress .progress-hidden {
                  opacity: 0; }
              .productDetail .detail-left__content-evaluate__percent .item-number {
                float: left;
                width: 20%; }
          .productDetail .detail-left__content-evaluate__btn {
            width: 30%;
            text-align: center;
            padding: 10px;
            display: table-cell;
            vertical-align: middle; }
            .productDetail .detail-left__content-evaluate__btn p {
              margin-bottom: 20px; }
            .productDetail .detail-left__content-evaluate__btn a {
              cursor: pointer;
              background: #a30803;
              padding: 10px;
              color: #fff;
              padding-left: 30px;
              padding-right: 30px; }
      .productDetail .detail-left__information {
        width: 100%;
        float: left; }
        .productDetail .detail-left__information-title {
          font-weight: 500;
          margin-bottom: 20px;
          font-size: 16px; }
        .productDetail .detail-left__information table {
          width: 100%;
          float: left;
          border-collapse: collapse;
          border: 1px solid #ccc;
          margin-bottom: 20px; }
          .productDetail .detail-left__information table tbody {
            width: 100%;
            float: left; }
            .productDetail .detail-left__information table tbody tr {
              width: 100%;
              float: left;
              border-top: 1px solid #ccc;
              height: auto !important; }
              .productDetail .detail-left__information table tbody tr:first-child {
                border-top: 0; }
              .productDetail .detail-left__information table tbody tr td {
                border-bottom: 0;
                border-right: 0;
                height: auto !important; }
                .productDetail .detail-left__information table tbody tr td:first-child {
                  width: 30%;
                  background: #f2f2f2;
                  padding: 10px;
                  float: left;
                  border-right: 1px solid #ccc; }
                .productDetail .detail-left__information table tbody tr td:nth-child(2) {
                  width: 70%;
                  float: left;
                  padding: 10px; }
    .productDetail .detail-right {
      width: 28%;
      float: left; }
      .productDetail .detail-right__item {
        width: 100%;
        float: left;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
        margin-bottom: 10px; }
        .productDetail .detail-right__item-img {
          width: 30%;
          float: left;
          height: 50px; }
          .productDetail .detail-right__item-img img {
            width: 80%;
            max-height: 60px; }
        .productDetail .detail-right__item-title {
          width: 70%;
          float: left;
          line-height: 20px; }
          .productDetail .detail-right__item-title .item-price .pricenew {
            font-weight: bold;
            color: #e93935;
            margin-right: 10px; }
          .productDetail .detail-right__item-title .item-price .priceold {
            text-decoration: line-through;
            font-size: 12px;
            margin-right: 10px; }
          .productDetail .detail-right__item-title .item-price .sale {
            background: #e93935;
            padding: 5px;
            color: #fff;
            border-radius: 4px;
            font-size: 12px; }
  .productDetail .productRelated {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap; }
    .productDetail .productRelated-item {
      width: 100%;
      float: left; }
      .productDetail .productRelated-item .product-show__list {
        width: calc(100% / 4 -15px);
        float: left; }
        .productDetail .productRelated-item .product-show__list:nth-child(4n + 2) {
          margin: 0 26px 26px 27px; }
        .productDetail .productRelated-item .product-show__list:nth-child(4n + 0) {
          margin: 0 0 26px 27px; }

.menuPage {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
  .menuPage h1 {
    font-size: 13px; }
  .menuPage ul li {
    list-style: none;
    float: left;
    margin-bottom: 5px; }
    .menuPage ul li:after {
      content: "›";
      color: #222222;
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px; }
    .menuPage ul li:nth-child(n+1) {
      text-decoration: none;
      float: left; }
      .menuPage ul li:nth-child(n+1) a {
        color: #157ed2; }
    .menuPage ul li:last-child {
      text-decoration: none;
      float: left; }
      .menuPage ul li:last-child a {
        color: #3f4040; }
      .menuPage ul li:last-child:after {
        content: "";
        color: #222222;
        display: inline-block;
        padding-left: 10px; }
    .menuPage ul li a {
      text-decoration: none;
      font-size: 13px; }

.close {
  color: #aaaaaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
  margin-top: -25px;
  cursor: pointer; }

.box1 {
  width: 10%;
  text-align: center; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; }

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 2; }

.popupmax {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 12;
  position: relative; }
  .popupmax-close {
    width: 100%; }

.popupmax .close {
  position: absolute;
  right: 2%;
  width: 30px;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 0px; }

.popupmax .close1 {
  position: absolute;
  top: 7%;
  right: 0;
  font-size: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  padding: 0px; }

.popupmax .close:hover {
  color: #06D85F; }

.popupmax .content {
  overflow: auto; }

.popupmax-img img {
  height: 35px;
  margin-bottom: 30px; }

.main {
  width: 100%; }
  .main .nav {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 20px; }
    .main .nav-left {
      width: 68%;
      height: 440px;
      float: left;
      margin-right: 2%;
      background: #fff; }
      .main .nav-left__slider-clearfix {
        width: 100%;
        float: left;
        overflow: hidden; }
        .main .nav-left__slider-clearfix img {
          width: 100%;
          height: 380px; }
        .main .nav-left__slider-clearfix #home-slider {
          height: 378px;
          background: #000;
          position: relative;
          object-fit: cover; }
        .main .nav-left__slider-clearfix #home-slider .item {
          width: 100%;
          height: 300px; }
        .main .nav-left__slider-clearfix #home-slider-thumbnail .item {
          width: 135px;
          padding: 0 10px;
          height: 62px;
          line-height: 62px;
          text-align: center;
          background: #fff;
          cursor: pointer; }
        .main .nav-left__slider-clearfix #home-slider-thumbnail .owl-item.active .item {
          height: 65px;
          line-height: 60px;
          border-bottom: 2px solid #f37022;
          font-weight: bold; }
        .main .nav-left__slider-clearfix #home-slider-thumbnail .item p {
          display: inline-block;
          vertical-align: middle;
          line-height: normal; }
    .main .nav-rights {
      display: none; }
    .main .nav-right {
      width: 30%;
      float: right; }
      .main .nav-right__top {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        clear: both;
        background: #fff; }
        .main .nav-right__top-title {
          padding: 10px;
          margin-bottom: 10px; }
          .main .nav-right__top-title p {
            float: left;
            color: #a30803;
            font-size: 16px;
            font-weight: bold; }
          .main .nav-right__top-title a {
            float: right;
            color: #a30803; }
        .main .nav-right__top-content {
          padding: 10px;
          float: left; }
          .main .nav-right__top-content .item {
            width: 100%;
            float: left;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f2f2f2; }
            .main .nav-right__top-content .item:last-child {
              border-bottom: 0; }
            .main .nav-right__top-content .item-left {
              width: 25%;
              float: left;
              margin-right: 5%; }
              .main .nav-right__top-content .item-left img {
                width: 100%;
                height: 60px; }
            .main .nav-right__top-content .item-right {
              width: 70%;
              float: right;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
              .main .nav-right__top-content .item-right h3 {
                font-size: 14px; }
              .main .nav-right__top-content .item-right a {
                color: #333; }
      .main .nav-right__bottom {
        width: 100%;
        float: left; }
        .main .nav-right__bottom img {
          width: 100%;
          height: 120px; }

.clear {
  clear: both; }

.categorys {
  display: none; }

.category {
  width: 100%;
  float: left;
  background: #fff;
  border-top: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .category-item {
    width: calc( 100% / 5);
    float: left;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #f2f2f2;
    position: relative; }
    .category-item:last-child {
      border-right: 0; }
    .category-item__img {
      margin-bottom: 10px;
      position: relative;
      z-index: 1;
      overflow: hidden;
      display: flex;
      align-items: center;
      height: 150px;
      margin-bottom: 10px; }
      .category-item__img img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto; }

.bottom {
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  .bottom-sale {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .bottom-sale img {
      width: 100%;
      max-height: 100px; }
  .bottom-item {
    width: 100%;
    float: left;
    color: #fff; }
    .bottom-item a {
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: relative; }
    .bottom-item__left {
      width: 50%;
      float: left;
      height: 250px; }
      .bottom-item__left-slider {
        width: 100%;
        float: left; }
        .bottom-item__left-slider .slick-dots {
          position: absolute;
          bottom: 5%; }
        .bottom-item__left-slider .slider-bottom {
          background: #a30803;
          height: 250px;
          text-align: center;
          width: 100%;
          float: left;
          cursor: pointer; }
          .bottom-item__left-slider .slider-bottom button {
            color: #fff; }
          .bottom-item__left-slider .slider-bottom__show {
            text-align: center;
            width: 80%;
            line-height: 25px;
            margin: auto;
            padding-top: 35px;
            color: #ebc9c8;
            padding-left: 20px;
            padding-right: 20px; }
            .bottom-item__left-slider .slider-bottom__show-name {
              font-weight: bold;
              color: #fff;
              text-align: center; }
              .bottom-item__left-slider .slider-bottom__show-name span {
                font-weight: normal;
                color: #ebc9c8;
                margin-left: 10px; }
            .bottom-item__left-slider .slider-bottom__show-avatar {
              width: 100%;
              float: left; }
              .bottom-item__left-slider .slider-bottom__show-avatar img {
                width: 80px;
                height: 80px;
                border-radius: 50%; }
    .bottom-item__right {
      width: 50%;
      float: left;
      background: #000;
      height: 250px;
      text-align: center; }
      .bottom-item__right-item {
        width: 50%;
        float: left; }
        .bottom-item__right-item h3 {
          margin-top: 86px;
          line-height: 30px; }
        .bottom-item__right-item .images img {
          width: 100%;
          height: 250px;
          object-fit: cover; }
        .bottom-item__right-item .images .media-play {
          display: flex;
          align-items: center;
          justify-content: center; }
          .bottom-item__right-item .images .media-play i {
            font-size: 18px;
            color: #ffffff;
            background: #ff0000;
            padding: 10px 20px;
            border-radius: 10px;
            position: absolute;
            top: 45%; }

.product {
  width: 100%;
  float: left;
  border-top: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .product-view {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .product-view button {
      background: #a30803;
      margin: 0 auto;
      color: #fdd922;
      border: 1px solid #f2f2f2;
      border-radius: 20px;
      padding: 10px;
      padding-left: 30px;
      padding-right: 30px;
      border: 0; }
  .product-title {
    margin-bottom: 30px; }
    .product-title p {
      font-size: 16px;
      font-weight: bold; }
  .product .home {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .product .home .product-show__list:nth-child(4n + 2) {
      margin: 0 26px 26px 27px; }
    .product .home .product-show__list:nth-child(4n + 0) {
      margin: 0 0 26px 27px; }
  .product-show {
    width: 100%;
    float: left; }
    .product-show__list {
      width: calc(100% / 4 - 20px);
      float: left;
      position: relative;
      background: #fff;
      border: 1px solid #f2f2f2;
      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap; }
      .product-show__list:hover {
        box-shadow: 1px 1px 7px 0px #bfb4b4;
        -webkit-box-shadow: 1px 1px 7px 0px #bfb4b4;
        -khtml-box-shadow: 1px 1px 7px 0px #bfb4b4;
        -moz-box-shadow: 1px 1px 7px 0px #bfb4b4;
        -ms-box-shadow: 1px 1px 7px 0px #bfb4b4;
        -o-box-shadow: 1px 1px 7px 0px #bfb4b4; }
      .product-show__list-sale span {
        position: absolute;
        top: 0px;
        z-index: 2;
        left: 15px;
        font-size: 12px;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding-bottom: 4px;
        color: white;
        font-weight: 500;
        width: 40px;
        height: 36px;
        background-image: url("../img/deal-tag.png");
        background-size: 40px 36px;
        margin: 1px 0px 0px;
        background-position: 0px 0px; }
      .product-show__list-promotion {
        width: 100%;
        padding-left: 10px;
        float: left;
        height: 35px; }
        .product-show__list-promotion .promotion-left {
          float: left;
          padding: 1%;
          height: 25px; }
          .product-show__list-promotion .promotion-left img {
            max-width: 100%;
            max-height: 100%; }
        .product-show__list-promotion .promotion-right {
          float: left;
          padding: 5px;
          height: 36px;
          font-size: 14px;
          overflow: hidden;
          width: 80%;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
          .product-show__list-promotion .promotion-right span {
            font-size: 12px; }
      .product-show__list-img {
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: flex;
        align-items: center;
        height: 270px;
        margin-bottom: 10px; }
        .product-show__list-img img {
          width: 100%;
          max-height: 100%;
          display: block;
          margin: 0 auto;
          transition: all 1s ease;
          -webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -o-transition: all 1s ease; }
          .product-show__list-img img:hover {
            transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1); }
      .product-show__list-name {
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        min-height: 60px; }
        .product-show__list-name h3 {
          font-size: 14px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          color: #333;
          overflow: hidden; }
        .product-show__list-name:hover {
          color: #189df4; }
        .product-show__list-name p {
          font-size: 16px;
          font-weight: bold; }
      .product-show__list-star {
        padding-left: 10px; }
        .product-show__list-star i {
          color: #ff9826; }
      .product-show__list-price {
        width: 100%;
        float: left;
        padding: 10px; }
        .product-show__list-price .price-new span {
          color: #ef4a2a;
          float: left;
          font-weight: bold;
          font-size: 16px; }
        .product-show__list-price .price-old span {
          color: #666666;
          float: right;
          font-size: 12px;
          text-decoration: line-through; }

.star {
  float: left;
  margin-bottom: 10px; }

input.star {
  display: none;
  float: left; }

label.star {
  float: right;
  padding: 2px;
  font-size: 15px;
  color: #f7e27d;
  transition: all .2s; }

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s; }

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952; }

input.star-1:checked ~ label.star:before {
  color: #F62; }

label.star:hover {
  transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome; }

.footer {
  width: 100%;
  float: left; }
  .footer-bottom {
    text-align: center;
    font-size: 10px;
    padding: 10px;
    color: #666; }
  .footer-mid {
    width: 100%;
    float: left;
    background: #fff; }
    .footer-mid__item {
      width: 100%;
      float: left;
      background: #fff;
      padding-top: 15px;
      line-height: 25px; }
      .footer-mid__item .left {
        width: 30%;
        padding-right: 5%;
        float: left;
        text-align: justify; }
        .footer-mid__item .left-name {
          font-size: 16px;
          font-weight: bold; }
        .footer-mid__item .left a {
          color: #288ad6; }
        .footer-mid__item .left img {
          height: 30px;
          margin-top: 20px;
          margin-right: 10px; }
      .footer-mid__item .right {
        width: calc(70% / 3);
        float: left; }
        .footer-mid__item .right-title {
          color: #666; }
        .footer-mid__item .right a {
          color: #288ad6;
          padding-top: 10px; }
        .footer-mid__item .right li {
          margin-bottom: 5px; }
        .footer-mid__item .right span {
          color: #e80000;
          font-weight: bold; }
  .footer-top {
    width: 100%;
    float: left; }
    .footer-top__item {
      width: calc(100% / 4 - 15px);
      float: left;
      margin-bottom: 20px;
      background: #fff;
      padding: 20px;
      line-height: 25px; }
      .footer-top__item:nth-child(4n + 2) {
        margin: 0 20px 0 20px; }
      .footer-top__item:nth-child(4n + 0) {
        margin: 0 0 20px 20px; }
      .footer-top__item-left {
        width: 20%;
        float: left;
        border-right: 1px solid #ccc;
        margin-right: 5%;
        line-height: 50px; }
        .footer-top__item-left img {
          width: 30px;
          height: 30px;
          padding-top: 10px; }
        .footer-top__item-left i {
          font-size: 25px;
          width: 30px;
          height: 30px;
          padding: 4px; }
      .footer-top__item-right {
        width: 70%;
        float: left;
        margin-left: 3%; }

.detail-nav {
  list-style: none;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%; }
  .detail-nav ul li {
    list-style: none;
    float: left; }
    .detail-nav ul li:after {
      content: "›";
      color: #222222;
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px; }
    .detail-nav ul li:nth-child(n+1) {
      text-decoration: none;
      float: left; }
      .detail-nav ul li:nth-child(n+1) a {
        color: #3f4040; }
    .detail-nav ul li:last-child {
      text-decoration: none;
      float: left;
      margin-left: 10px; }
      .detail-nav ul li:last-child a {
        color: #157ed2; }
      .detail-nav ul li:last-child:after {
        content: "";
        color: #222222;
        display: inline-block;
        padding-left: 10px; }
    .detail-nav ul li a {
      text-decoration: none;
      font-size: 13px; }

.cartMob {
  display: none; }

.cart {
  margin-bottom: 30px;
  float: left;
  width: 100%; }
  .cart table {
    text-align: center;
    margin-top: 40px;
    border-collapse: collapse; }
  .cart h3 {
    font-size: 30px;
    text-align: center;
    margin: 20px 0; }
  .cart th {
    width: 15%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px; }
  .cart td {
    width: 15%;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 14px; }
  .cart img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .cart i {
    font-size: 20px;
    padding: 5px; }
  .cart-default {
    line-height: 25px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    background: #f2f2f2;
    color: #555555;
    text-align: center;
    margin-bottom: 30px; }
    .cart-default__title {
      margin-bottom: 20px; }
    .cart-default__home {
      margin-bottom: 10px; }
      .cart-default__home a {
        background: #157ed2;
        padding: 10px;
        margin-top: 20px;
        border: 0;
        color: #fff;
        text-decoration: none;
        margin-bottom: 20px; }
  .cart-show {
    width: 50px;
    height: 35px;
    background: #fff;
    border: 0;
    text-align: center;
    border: 1px solid #ccc; }
  .cart-btnMinus {
    width: 35px;
    height: 35px;
    margin-bottom: 10px; }
  .cart-btnPlus {
    width: 35px;
    height: 35px; }
  .cart-success {
    line-height: 25px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    background: #f2f2f2;
    color: #555555; }
    .cart-success__home {
      background: #157ed2;
      padding: 10px;
      margin-top: 20px;
      border: 0;
      color: #fff; }
  .cart-btnRemove {
    background: #ff0000;
    color: #fff;
    border: none; }
  .cart-total {
    font-weight: bold; }
  .cart-contine {
    padding: 10px;
    margin-top: 20px;
    background: #157ed2;
    border: 0;
    color: #fff;
    float: right;
    margin-right: 10px; }
  .cart-order {
    padding: 10px;
    margin-top: 20px;
    background: #ed1c24;
    border: 0;
    color: #fff;
    float: right; }
  .cart-order2 {
    padding: 10px;
    background: #ed1c24;
    border: 0;
    color: #fff;
    float: right; }
  .cart-left {
    width: 65%;
    float: left;
    margin-right: 3%;
    border-right: 1px solid #d9d9d9; }
    .cart-left__info {
      width: 45%;
      float: left; }
      .cart-left__info-title {
        color: #737373;
        font-size: 16px;
        font-weight: bold; }
      .cart-left__info-form input[type=text] {
        width: 100%;
        padding: 10px;
        margin-top: 20px; }
      .cart-left__info-form select {
        width: 100%;
        padding: 10px;
        margin-top: 20px; }
      .cart-left__info-form textarea {
        width: 100%;
        height: 150px;
        margin-top: 20px;
        padding: 10px; }
    .cart-left__payment {
      width: 45%;
      float: left;
      margin-left: 5%; }
      .cart-left__payment-item__title {
        font-size: 18px;
        font-weight: bold;
        color: #737373;
        font-size: 16px; }
      .cart-left__payment-item__formInline {
        font-size: 14px;
        width: 100%;
        float: left;
        border-radius: 4px;
        padding: 10px 20px 15px;
        box-sizing: border-box;
        border: 1px solid #d9d9d9;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 25px; }
      .cart-left__payment-item a {
        color: #157ed2; }
      .cart-left__payment-item i {
        color: #155593;
        font-size: 20px;
        padding-right: 5px;
        position: relative;
        top: 2px; }
      .cart-left__payment-item p {
        color: #737373; }
  .cart-right {
    width: 30%;
    float: left; }
    .cart-right__content-item {
      border-top: 1px solid #d9d9d9;
      margin-top: 15px;
      padding-top: 10px;
      position: relative; }
      .cart-right__content-item img {
        width: 60px;
        float: left;
        height: 70px;
        border: 1px solid #d9d9d9;
        position: relative;
        margin: 0 auto;
        border-radius: 2px; }
      .cart-right__content-item span {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        background: #155593;
        font-weight: bold;
        top: 32%;
        right: 80%;
        font-size: 12px; }
      .cart-right__content-item__name {
        width: calc(100% - 200px);
        float: left;
        color: #4d4d4d;
        padding: 10px 10px 0 10px;
        box-sizing: border-box;
        text-align: justify;
        font-size: 14px; }
      .cart-right__content-item__price {
        width: 115px;
        font-size: 14px;
        float: right;
        color: #4d4d4d;
        padding-top: 26px;
        text-align: right; }
    .cart-right__fee {
      border-bottom: 1px solid #d9d9d9;
      padding: 10px 0; }
      .cart-right__fee p {
        color: #4d4d4d;
        padding: 5px 0;
        font-size: 14px; }
      .cart-right__fee span {
        float: right; }
    .cart-right__total {
      border-bottom: 1px solid #d9d9d9;
      padding: 15px 0;
      color: #4d4d4d;
      font-size: 16px; }
      .cart-right__total span {
        font-size: 18px;
        font-weight: bold;
        float: right;
        position: relative;
        bottom: 2px; }
    .cart-right__btnaction {
      margin-top: 20px;
      font-size: 14px; }
      .cart-right__btnaction a {
        text-decoration: none; }
        .cart-right__btnaction a:first-child {
          float: left;
          color: #155593;
          padding-top: 10px; }
        .cart-right__btnaction a:last-child {
          float: right;
          text-transform: uppercase;
          font-size: 16px;
          color: #fff;
          font-weight: bold;
          padding: 10px 35px;
          background: #155593;
          border-radius: 4px;
          position: relative; }

.search {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  background: #fff; }
  .search-link__name {
    color: red;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px; }
  .search-link__title {
    color: red;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px; }
  .search-notication {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px; }
  .search-item {
    width: 100%;
    clear: both;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    padding: 10px; }
    .search-item__left {
      width: 25%;
      float: left; }
      .search-item__left a {
        text-decoration: none;
        list-style: none; }
      .search-item__left img {
        width: 100%;
        height: 210px;
        object-fit: cover; }
    .search-item__right {
      font-weight: 20px;
      padding-top: 10px;
      color: #4e4e4e;
      font-size: 18px;
      width: 75%;
      float: left;
      padding-left: 2%; }
      .search-item__right a {
        text-decoration: none; }
      .search-item__right-title {
        font-weight: bold;
        color: #4e4e4e; }
        .search-item__right-title a {
          text-decoration: none;
          list-style: none; }
      .search-item__right-post {
        font-size: 14px;
        color: #6d6d6d;
        margin-top: 10px; }
        .search-item__right-post label {
          color: #157ed2; }
      .search-item__right-contact {
        font-size: 14px;
        padding-right: 20px;
        text-align: justify;
        color: #6d6d6d;
        padding-top: 20px;
        line-height: 20px;
        line-height: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; }
  .search .headerMob-top__cart button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    position: relative;
    background: #fff;
    padding: 0px 0px;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #202020;
    text-align: center; }

@media only screen and (max-width: 1024px) {
  .headerMob-bottom .suggest {
    position: absolute;
    width: 97%;
    top: 9%;
    z-index: 10000;
    float: right; }
    .headerMob-bottom .suggest-search {
      display: none;
      float: left;
      position: relative;
      width: 100%;
      border: 1px solid #e2e2e2;
      background: #fff;
      z-index: 99999;
      left: 0;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      box-shadow: 0 1px 3px 0 #7d7d7d;
      -webkit-box-shadow: 0 1px 3px 0 #7d7d7d;
      -moz-box-shadow: 0 1px 3px 0 #7d7d7d; }
      .headerMob-bottom .suggest-search:before {
        bottom: 100%;
        right: 15px;
        top: -18px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-color: transparent;
        border-bottom-color: #fff;
        border-width: 9px;
        margin-left: -9px; }
      .headerMob-bottom .suggest-search li {
        float: left;
        width: 100%;
        padding: 10px;
        border-bottom: 1px dotted #ccc;
        overflow: hidden; }

  .headerMob-top__cart button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    position: relative;
    background: #fff;
    padding: 0px 0px;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #202020;
    text-align: center; }

  .categoryProduct-filterActive {
    display: block; }

  .container {
    width: 100%;
    padding: 0 10px; }

  .fancybox-content img {
    width: 700px; }

  .search .home {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .search .home .product-show__list {
      width: calc(100% / 2);
      height: 545px; }
      .search .home .product-show__list:nth-child(4n + 2) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(4n + 0) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(n + 1) {
        margin: 0 0 0 0;
        border-top: 0; }
      .search .home .product-show__list:nth-child(1) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:nth-child(2) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:last-child {
        border-bottom: 1px solid #f2f2f2; }
      .search .home .product-show__list-name {
        min-height: 50px; }
      .search .home .product-show__list-img {
        padding: 10px;
        height: 385px; }
      .search .home .product-show__list-sale span {
        top: 10px;
        left: 10px; }
  .search-item__right {
    padding-top: 0;
    padding-left: 5%; }
  .search-item__left img {
    height: auto; }

  .headerMob {
    display: block;
    background: #a30803;
    float: left;
    width: 100%;
    height: 120px; }
    .headerMob-bottom {
      width: 100%;
      float: left;
      margin-top: 15px; }
      .headerMob-bottom input[type=text] {
        background-position: -193px 0;
        width: 80%;
        padding-left: 10px;
        height: 35px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border: 0;
        float: left; }
      .headerMob-bottom button {
        background-position: -193px 0;
        width: calc(20% - 5px);
        height: 35px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border: 0;
        margin-left: -5px;
        float: left; }
    .headerMob-top {
      width: 100%;
      float: left; }
      .headerMob-top__btn {
        float: left;
        margin-top: 2%; }
        .headerMob-top__btn span a {
          color: #fff; }
        .headerMob-top__btn i {
          color: #fff;
          font-size: 30px; }
      .headerMob-top__logo {
        float: left; }
        .headerMob-top__logo img {
          height: 65px;
          margin-top: 8px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
      .headerMob-top__cart {
        float: right;
        margin-top: 3%; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s; }
    .sidenav:after {
      content: '';
      position: fixed;
      z-index: 9990;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3);
      bottom: 0;
      width: 100%;
      height: 100%;
      overscroll-behavior: none;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s ease .4s, opacity .4s ease; }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s; }
      .sidenav a:hover {
        color: #f1f1f1; }
    .sidenav-show {
      width: 100%;
      float: left; }
      .sidenav-show__close {
        background: #a30803;
        width: 100%;
        float: left;
        height: 63px;
        margin-bottom: 20px; }
      .sidenav-show:after {
        content: '';
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        width: 100%;
        height: 100%;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease .4s, opacity .4s ease; }

  .sidenav .closebtn {
    position: absolute;
    top: 5px;
    color: #fff;
    font-size: 36px;
    background: #a30803;
    width: 100%; }
    .sidenav .closebtn label {
      font-size: 14px;
      float: right;
      position: absolute;
      right: 5%;
      top: 35%; }

  #main {
    transition: margin-left .5s;
    padding: 16px; }

  .header {
    display: none; }

  .main .nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0; }
    .main .nav-left {
      width: 100%;
      float: left;
      height: auto;
      margin-top: 20px; }
      .main .nav-left__slider img {
        height: 300px; }
      .main .nav-left__slider-clearfix #home-slider {
        height: 300px; }
        .main .nav-left__slider-clearfix #home-slider-thumbnail .item {
          display: none; }
    .main .nav-rights {
      width: 100%;
      float: left;
      display: block; }
      .main .nav-rights .nav-right__bottom {
        margin-bottom: 20px; }
    .main .nav-right {
      width: 100%;
      float: left;
      display: none; }
      .main .nav-right__bottom img {
        width: 100%;
        height: 200px; }
      .main .nav-right__top-content .item-left img {
        height: 150px; }
  .main .category {
    display: none; }
  .main .categorys {
    display: block;
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px; }
    .main .categorys-item {
      width: calc(100% / 3);
      border: 0;
      padding: 0;
      padding-top: 0;
      float: left;
      margin-bottom: 10px; }
      .main .categorys-item:nth-child(1) {
        padding-right: 0; }
      .main .categorys-item:nth-child(2n + 1) {
        padding-right: 0; }
      .main .categorys-item__img {
        height: 100px; }
      .main .categorys-item__url {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center; }
  .main .product {
    margin-bottom: 0; }
    .main .product-title {
      margin-bottom: 20px; }
    .main .product-show {
      margin-bottom: 20px; }
    .main .product .home {
      width: 100%;
      float: left; }
      .main .product .home .product-show__list {
        width: calc(100% / 3);
        height: 400px; }
        .main .product .home .product-show__list:nth-child(4n + 2) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(4n + 0) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(n + 1) {
          margin: 0 0 0 0;
          border-top: 0;
          border-left: 0; }
        .main .product .home .product-show__list:nth-child(1) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:nth-child(2) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:last-child {
          border-bottom: 1px solid #f2f2f2; }
        .main .product .home .product-show__list-name {
          min-height: 50px; }
        .main .product .home .product-show__list-img {
          padding: 10px;
          height: 250px; }
        .main .product .home .product-show__list-sale span {
          top: 10px;
          left: 10px; }
        .main .product .home .product-show__list-promotion .promotion-right {
          font-size: 10px; }
        .main .product .home .product-show__list-promotion .promotion-left {
          padding: 0;
          height: 22px; }
        .main .product .home .product-show__list-price .price-new span {
          font-size: 14px; }
        .main .product .home .product-show__list-price .price-old span {
          font-size: 10px; }
  .main .bottom-item__left {
    width: 100%; }
    .main .bottom-item__left-slider .slider-bottom .slick-prev {
      display: none;
      left: 50%; }
    .main .bottom-item__left-slider .slider-bottom .slick-next {
      display: none;
      right: 50%; }
  .main .bottom-item__right {
    width: 100%;
    clear: both; }

  .footer-mid {
    padding-top: 20px;
    padding-bottom: 20px; }
    .footer-mid__item {
      width: 100%;
      padding: 0; }
      .footer-mid__item .left {
        width: 100%;
        margin-bottom: 10px; }
      .footer-mid__item .right {
        width: calc(100% / 3);
        margin-bottom: 10px; }
        .footer-mid__item .right-content {
          float: left; }
      .footer-mid__item .right2 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        .footer-mid__item .right2-content {
          float: left; }
  .footer-top__item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px; }
    .footer-top__item:nth-child(2n + 1) {
      margin-right: 20px; }
    .footer-top__item:nth-child(4n + 2) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item:nth-child(4n + 0) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item-left {
      line-height: 0;
      margin-top: 10px; }
    .footer-top__item-promotion .promotion-right {
      font-size: 10px; }
    .footer-top__item-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .footer-top__item-price .price-new span {
      font-size: 14px; }
    .footer-top__item-price .price-old span {
      font-size: 10px; }

  .productDetail .rowdetail-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
    .productDetail .rowdetail-left__top {
      display: none; }
    .productDetail .rowdetail-left__tops {
      display: block; }
      .productDetail .rowdetail-left__tops img {
        width: 100%;
        max-height: 700px;
        object-fit: cover; }
    .productDetail .rowdetail-left__btn {
      display: none; }
    .productDetail .rowdetail-left__bottom {
      display: none; }
    .productDetail .rowdetail-left__bottoms {
      display: block;
      width: 90%;
      position: relative;
      margin: auto; }
      .productDetail .rowdetail-left__bottoms .slick-dots li button:before {
        content: ''; }
      .productDetail .rowdetail-left__bottoms img {
        width: 100%;
        margin-right: 10px;
        border: 1px solid #f2f2f2;
        border-right: 0;
        padding: 5px;
        height: 150px; }
        .productDetail .rowdetail-left__bottoms img:nth-child(1) {
          border-left: 1px solid #f2f2f2; }
      .productDetail .rowdetail-left__bottoms .slick-next {
        background: url(../img/muiphai.png);
        right: -8%;
        position: absolute;
        box-shadow: none;
        z-index: 1;
        border: none;
        width: 35px !important;
        height: 35px !important;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.7; }
      .productDetail .rowdetail-left__bottoms .slick-prev {
        background: url(../img/muitrai.png);
        opacity: 0.7;
        color: #fff;
        left: -8%;
        z-index: 1;
        box-shadow: none;
        border: none;
        width: 35px !important;
        height: 35px !important;
        background-color: #fff;
        border-radius: 50%; }
        .productDetail .rowdetail-left__bottoms .slick-prev :hover {
          color: transparent;
          outline: none;
          background: transparent; }
  .productDetail .rowdetail-mid {
    width: 100%; }
    .productDetail .rowdetail-mid__item-content__left {
      width: 65%; }
      .productDetail .rowdetail-mid__item-content__left-much .item-qty {
        margin-right: 0; }
      .productDetail .rowdetail-mid__item-content__left-much .item-btn {
        float: right; }
      .productDetail .rowdetail-mid__item-content__left-much .item-adress {
        margin-bottom: 10px; }
      .productDetail .rowdetail-mid__item-content__left-price .item-pricenew {
        font-size: 30px; }
      .productDetail .rowdetail-mid__item-content__left-time .item-time {
        width: 100%; }
    .productDetail .rowdetail-mid__item-content__right {
      width: 30%; }
      .productDetail .rowdetail-mid__item-content__right .item {
        width: calc(100%); }
        .productDetail .rowdetail-mid__item-content__right .item:nth-child(1) {
          margin-right: 20px; }
    .productDetail .rowdetail-mid__item-list .item-busisness {
      margin-bottom: 10px; }
    .productDetail .rowdetail-mid__item-list .item-sku {
      margin-bottom: 10px; }
  .productDetail .detail-left {
    width: 100%;
    padding-right: 0; }
    .productDetail .detail-left__content-showComment .item-infor__title-star {
      float: left;
      margin-top: 10px; }
    .productDetail .detail-left__content-showComment .item-infor__title-name {
      width: 100%; }
    .productDetail .detail-left__content-viewadd {
      margin-bottom: 40px; }
    .productDetail .detail-left__content-evaluate {
      display: block; }
      .productDetail .detail-left__content-evaluate__star {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__percent {
        width: 100%;
        display: block;
        float: left;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__btn {
        width: 100%;
        display: block;
        float: left;
        padding: 10px; }
  .productDetail .detail-right {
    width: 100%; }
    .productDetail .detail-right__item-img {
      width: 45%;
      height: auto; }
      .productDetail .detail-right__item-img img {
        width: 100%;
        max-height: 200px;
        padding-right: 20px; }
    .productDetail .detail-right__item-title {
      width: 52%;
      line-height: 25px; }
  .productDetail .detail-left__content-showComment .item-infor {
    width: 85%; }
  .productDetail .detail-left__content-showComment .item-avt {
    width: 15%; }
  .productDetail .productRelated-item .product-show__list {
    width: calc(100% / 2); }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 2) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 0) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(n + 1) {
      margin: 0 0 0 0;
      border-top: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(1) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:nth-child(2) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:last-child {
      border-bottom: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list-name {
      min-height: 50px; }
    .productDetail .productRelated-item .product-show__list-img {
      padding: 10px;
      height: 385px; }
    .productDetail .productRelated-item .product-show__list-sale span {
      top: 10px;
      left: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-right {
      font-size: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .productDetail .productRelated-item .product-show__list-price .price-new span {
      font-size: 14px; }
    .productDetail .productRelated-item .product-show__list-price .price-old span {
      font-size: 10px; }

  .categoryProduct-rightmb {
    display: block; }
  .categoryProduct-showContent img {
    width: 100%; }
  .categoryProduct-right {
    display: none; }
  .categoryProduct-left {
    width: 100%;
    float: left; }
    .categoryProduct-left .product-show {
      margin-bottom: 20px; }
    .categoryProduct-left .categories .product-show__list {
      width: calc(100% / 2);
      margin-bottom: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(3n + 2) {
        margin: 0 0 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(n + 3) {
        border-top: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(2n + 2) {
        border-left: 0; }
      .categoryProduct-left .categories .product-show__list-img {
        height: 350px; }
        .categoryProduct-left .categories .product-show__list-img img {
          padding: 10px; }
      .categoryProduct-left .categories .product-show__list-sale span {
        top: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-right {
        font-size: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-left {
        padding: 0;
        height: 22px; }
      .categoryProduct-left .categories .product-show__list-price .price-new span {
        font-size: 14px; }
      .categoryProduct-left .categories .product-show__list-price .price-old span {
        font-size: 10px; }

  .categoryNews-right {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    margin-bottom: 20px; }
    .categoryNews-right__list-news .item {
      width: 100%;
      float: left; }
  .categoryNews-left {
    width: 100%;
    float: left; }
    .categoryNews-left__title-info .item-author {
      width: 50%;
      float: left; }
    .categoryNews-left__title-info .item-created_at {
      width: 50%;
      float: left;
      color: #a8a8a8; }
    .categoryNews-left__title-info .item-updated_at {
      width: 50%;
      float: left;
      color: #a8a8a8; }

  .cart-right {
    width: 100%; }
    .cart-right__content-item__img span {
      right: 82%; }
  .cart-left {
    width: 100%;
    border: 0; }
    .cart-left__info {
      width: 100%;
      margin-bottom: 20px; }
      .cart-left__info-form input[type=text] {
        border: 1px solid #ccc; }
    .cart-left__payment {
      width: 100%;
      margin-left: 0; }

  .cart-table {
    display: none; }

  .cartMob {
    display: block;
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .cartMob table {
      text-align: center;
      margin-top: 40px;
      border-collapse: collapse; }
    .cartMob h3 {
      font-size: 30px;
      text-align: center;
      margin: 20px 0; }
    .cartMob th {
      padding: 10px;
      border: 1px solid #ddd;
      font-size: 14px; }
    .cartMob td {
      border: 1px solid #ddd;
      padding: 10px;
      font-size: 14px; }
      .cartMob td p {
        margin-bottom: 10px; }
      .cartMob td strong {
        color: #03A9F4;
        font-weight: normal; }
      .cartMob td span {
        color: #911A1D;
        font-weight: bold; }
    .cartMob img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .cartMob i {
      font-size: 20px;
      padding: 5px; }
    .cartMob-default {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555;
      text-align: center;
      margin-bottom: 30px; }
      .cartMob-default__title {
        margin-bottom: 20px; }
      .cartMob-default__home {
        margin-bottom: 10px; }
        .cartMob-default__home a {
          background: #157ed2;
          padding: 10px;
          margin-top: 20px;
          border: 0;
          color: #fff;
          text-decoration: none;
          margin-bottom: 20px; }
    .cartMob-success {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555; }
      .cartMob-success__home {
        background: #157ed2;
        padding: 10px;
        margin-top: 20px;
        border: 0;
        color: #fff; }
    .cartMob-show {
      width: 45px;
      height: 35px;
      background: #fff;
      border: 0;
      text-align: center;
      border: 1px solid #ccc; }
    .cartMob-btnMinus {
      width: 30px;
      height: 30px;
      margin-bottom: 10px; }
    .cartMob-btnPlus {
      width: 30px;
      height: 30px; }
    .cartMob-btnRemove {
      background: #ff0000;
      color: #fff;
      border: none; }
    .cartMob-total {
      font-weight: bold; }
    .cartMob-contine {
      padding: 10px;
      margin-top: 20px;
      background: #157ed2;
      border: 0;
      color: #fff;
      float: right;
      margin-right: 10px; }
    .cartMob-order {
      padding: 10px;
      margin-top: 20px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-order2 {
      padding: 10px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-left {
      width: 65%;
      float: left;
      margin-right: 3%;
      border-right: 1px solid #d9d9d9; }
      .cartMob-left__info {
        width: 45%;
        float: left; }
        .cartMob-left__info-title {
          color: #737373;
          font-size: 16px;
          font-weight: bold; }
        .cartMob-left__info-form input[type=text] {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form select {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form textarea {
          width: 100%;
          height: 150px;
          margin-top: 20px;
          padding: 10px; }
      .cartMob-left__payment {
        width: 45%;
        float: left;
        margin-left: 5%; }
        .cartMob-left__payment-item__title {
          font-size: 18px;
          font-weight: bold;
          color: #737373;
          font-size: 16px; }
        .cartMob-left__payment-item__formInline {
          font-size: 14px;
          width: 100%;
          float: left;
          border-radius: 4px;
          padding: 10px 20px 15px;
          box-sizing: border-box;
          border: 1px solid #d9d9d9;
          margin-top: 20px;
          margin-bottom: 20px;
          line-height: 25px; }
        .cartMob-left__payment-item a {
          color: #157ed2; }
        .cartMob-left__payment-item i {
          color: #155593;
          font-size: 20px;
          padding-right: 5px;
          position: relative;
          top: 2px; }
        .cartMob-left__payment-item p {
          color: #737373; }
    .cartMob-right {
      width: 30%;
      float: left;
      display: none; }
      .cartMob-right__content-item {
        border-top: 1px solid #d9d9d9;
        margin-top: 15px;
        padding-top: 10px;
        position: relative; }
        .cartMob-right__content-item img {
          width: 60px;
          float: left;
          height: 70px;
          border: 1px solid #d9d9d9;
          position: relative;
          margin: 0 auto;
          border-radius: 2px; }
        .cartMob-right__content-item span {
          position: absolute;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          color: #fff;
          background: #155593;
          font-weight: bold;
          top: 32%;
          right: 80%;
          font-size: 12px; }
        .cartMob-right__content-item__name {
          width: calc(100% - 200px);
          float: left;
          color: #4d4d4d;
          padding: 10px 10px 0 10px;
          box-sizing: border-box;
          text-align: justify;
          font-size: 14px; }
        .cartMob-right__content-item__price {
          width: 115px;
          font-size: 14px;
          float: right;
          color: #4d4d4d;
          padding-top: 26px;
          text-align: right; }
      .cartMob-right__fee {
        border-bottom: 1px solid #d9d9d9;
        padding: 10px 0; }
        .cartMob-right__fee p {
          color: #4d4d4d;
          padding: 5px 0;
          font-size: 14px; }
        .cartMob-right__fee span {
          float: right; }
      .cartMob-right__total {
        border-bottom: 1px solid #d9d9d9;
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 16px; }
        .cartMob-right__total span {
          font-size: 18px;
          font-weight: bold;
          float: right;
          position: relative;
          bottom: 2px; }
      .cartMob-right__btnaction {
        margin-top: 20px;
        font-size: 14px; }
        .cartMob-right__btnaction a {
          text-decoration: none; }
          .cartMob-right__btnaction a:first-child {
            float: left;
            color: #155593;
            padding-top: 10px; }
          .cartMob-right__btnaction a:last-child {
            float: right;
            text-transform: uppercase;
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            padding: 10px 35px;
            background: #155593;
            border-radius: 4px;
            position: relative; } }
@media only screen and (max-width: 960px) {
  .categoryProduct-filterActive {
    display: block; }

  .container {
    width: 100%;
    padding: 0 10px; }

  .fancybox-content img {
    width: 700px; }

  .search .home {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .search .home .product-show__list {
      width: calc(100% / 2); }
      .search .home .product-show__list:nth-child(4n + 2) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(4n + 0) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(n + 1) {
        margin: 0 0 0 0;
        border-top: 0; }
      .search .home .product-show__list:nth-child(1) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:nth-child(2) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:last-child {
        border-bottom: 1px solid #f2f2f2; }
      .search .home .product-show__list-name {
        min-height: 50px; }
      .search .home .product-show__list-img {
        padding: 10px;
        height: 150px; }
      .search .home .product-show__list-sale span {
        top: 10px;
        left: 10px; }
  .search-item__right {
    padding-top: 0;
    padding-left: 5%; }
  .search-item__left img {
    height: auto; }

  .headerMob {
    display: block;
    background: #a30803;
    float: left;
    width: 100%;
    height: 120px; }
    .headerMob-bottom {
      width: 100%;
      float: left;
      margin-top: 15px; }
      .headerMob-bottom input[type=text] {
        background-position: -193px 0;
        width: 80%;
        float: left;
        padding-left: 10px;
        height: 35px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border: 0; }
      .headerMob-bottom button {
        background-position: -193px 0;
        width: calc(20% - 5px);
        height: 35px;
        margin: 0 auto;
        float: left;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border: 0;
        margin-left: -5px; }
    .headerMob-top {
      width: 100%;
      float: left; }
      .headerMob-top__btn {
        float: left;
        margin-top: 2%; }
        .headerMob-top__btn span a {
          color: #fff; }
        .headerMob-top__btn i {
          color: #fff;
          font-size: 30px; }
      .headerMob-top__logo {
        float: left; }
        .headerMob-top__logo img {
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
      .headerMob-top__cart {
        float: right;
        margin-top: 3%; }
        .headerMob-top__cart button {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          border: 0;
          position: relative;
          background: #fff;
          padding: 0px 0px;
          display: block;
          -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          box-shadow: inset 0 0 0 0 #202020;
          text-align: center; }
        .headerMob-top__cart span {
          background: #f2f2f2;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          right: -10%;
          top: -20%;
          position: absolute;
          color: #333;
          font-size: 12px;
          line-height: 18px;
          padding: .105rem .125rem;
          text-align: center; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s; }
    .sidenav:after {
      content: '';
      position: fixed;
      z-index: 9990;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3);
      bottom: 0;
      width: 100%;
      height: 100%;
      overscroll-behavior: none;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s ease .4s, opacity .4s ease; }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s; }
      .sidenav a:hover {
        color: #f1f1f1; }
    .sidenav-show {
      width: 100%;
      float: left; }
      .sidenav-show__close {
        background: #a30803;
        width: 100%;
        float: left;
        height: 63px;
        margin-bottom: 20px; }
      .sidenav-show:after {
        content: '';
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        width: 100%;
        height: 100%;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease .4s, opacity .4s ease; }

  .sidenav .closebtn {
    position: absolute;
    top: 5px;
    color: #fff;
    font-size: 36px;
    background: #a30803;
    width: 100%; }
    .sidenav .closebtn label {
      font-size: 14px;
      float: right;
      position: absolute;
      right: 5%;
      top: 35%; }

  #main {
    transition: margin-left .5s;
    padding: 16px; }

  .header {
    display: none; }

  .main .nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0; }
    .main .nav-left {
      width: 100%;
      float: left;
      height: auto;
      margin-top: 20px; }
      .main .nav-left__slider img {
        height: 300px; }
      .main .nav-left__slider-clearfix #home-slider {
        height: 300px; }
        .main .nav-left__slider-clearfix #home-slider-thumbnail .item {
          display: none; }
    .main .nav-rights {
      width: 100%;
      float: left;
      display: block; }
      .main .nav-rights .nav-right__bottom {
        margin-bottom: 20px; }
    .main .nav-right {
      width: 100%;
      float: left; }
      .main .nav-right__bottom img {
        width: 100%;
        height: 200px; }
      .main .nav-right__top-content .item-left img {
        height: 150px; }
  .main .category {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px; }
    .main .category-item {
      width: calc(100% / 3);
      border: 0;
      padding-top: 0;
      margin-bottom: 10px; }
      .main .category-item:nth-child(1) {
        padding-right: 0; }
      .main .category-item:nth-child(2n + 1) {
        padding-right: 0; }
      .main .category-item__img {
        height: 100px; }
  .main .product {
    margin-bottom: 0; }
    .main .product-title {
      margin-bottom: 20px; }
    .main .product-show {
      margin-bottom: 20px; }
    .main .product .home {
      width: 100%;
      float: left; }
      .main .product .home .product-show__list {
        width: calc(100% / 3);
        height: 400px; }
        .main .product .home .product-show__list:nth-child(4n + 2) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(4n + 0) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(n + 1) {
          margin: 0 0 0 0;
          border-top: 0;
          border-left: 0; }
        .main .product .home .product-show__list:nth-child(1) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:nth-child(2) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:last-child {
          border-bottom: 1px solid #f2f2f2; }
        .main .product .home .product-show__list-name {
          min-height: 50px; }
        .main .product .home .product-show__list-img {
          padding: 10px;
          height: 250px; }
        .main .product .home .product-show__list-sale span {
          top: 10px;
          left: 10px; }
        .main .product .home .product-show__list-promotion .promotion-right {
          font-size: 10px; }
        .main .product .home .product-show__list-promotion .promotion-left {
          padding: 0;
          height: 22px; }
        .main .product .home .product-show__list-price .price-new span {
          font-size: 14px; }
        .main .product .home .product-show__list-price .price-old span {
          font-size: 10px; }
  .main .bottom-item__left {
    width: 100%; }
    .main .bottom-item__left-slider .slider-bottom .slick-prev {
      display: none;
      left: 50%; }
    .main .bottom-item__left-slider .slider-bottom .slick-next {
      display: none;
      right: 50%; }
  .main .bottom-item__right {
    width: 100%;
    clear: both; }

  .footer-mid {
    padding-top: 20px;
    padding-bottom: 20px; }
    .footer-mid__item {
      width: 100%;
      padding: 0; }
      .footer-mid__item .left {
        width: 100%;
        margin-bottom: 10px; }
      .footer-mid__item .right {
        width: calc(100% / 3);
        margin-bottom: 10px; }
        .footer-mid__item .right-content {
          float: left; }
      .footer-mid__item .right2 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        .footer-mid__item .right2-content {
          float: left; }
  .footer-top__item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px; }
    .footer-top__item:nth-child(2n + 1) {
      margin-right: 20px; }
    .footer-top__item:nth-child(4n + 2) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item:nth-child(4n + 0) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item-left {
      line-height: 0;
      margin-top: 10px; }
    .footer-top__item-promotion .promotion-right {
      font-size: 10px; }
    .footer-top__item-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .footer-top__item-price .price-new span {
      font-size: 14px; }
    .footer-top__item-price .price-old span {
      font-size: 10px; }

  .productDetail .rowdetail-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
    .productDetail .rowdetail-left__top img {
      width: 748px;
      max-height: 525px; }
    .productDetail .rowdetail-left__bottom img {
      height: 125px; }
  .productDetail .rowdetail-mid {
    width: 100%; }
    .productDetail .rowdetail-mid__item-content__left {
      width: 100%; }
      .productDetail .rowdetail-mid__item-content__left-much .item-qty {
        margin-right: 0; }
      .productDetail .rowdetail-mid__item-content__left-much .item-btn {
        float: right; }
      .productDetail .rowdetail-mid__item-content__left-much .item-adress {
        margin-bottom: 10px; }
      .productDetail .rowdetail-mid__item-content__left-price .item-pricenew {
        font-size: 30px; }
      .productDetail .rowdetail-mid__item-content__left-time .item-time {
        width: 100%; }
    .productDetail .rowdetail-mid__item-content__right {
      width: 100%; }
      .productDetail .rowdetail-mid__item-content__right .item {
        width: calc(100% / 2 - 10px); }
        .productDetail .rowdetail-mid__item-content__right .item:nth-child(1) {
          margin-right: 20px; }
    .productDetail .rowdetail-mid__item-list .item-busisness {
      margin-bottom: 10px; }
    .productDetail .rowdetail-mid__item-list .item-sku {
      margin-bottom: 10px; }
  .productDetail .detail-left {
    width: 100%;
    padding-right: 0; }
    .productDetail .detail-left__content-showComment .item-infor__title-star {
      float: left;
      margin-top: 10px; }
    .productDetail .detail-left__content-showComment .item-infor__title-name {
      width: 100%; }
    .productDetail .detail-left__content-viewadd {
      margin-bottom: 40px; }
    .productDetail .detail-left__content-evaluate {
      display: block; }
      .productDetail .detail-left__content-evaluate__star {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__percent {
        width: 100%;
        display: block;
        float: left;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__btn {
        width: 100%;
        display: block;
        float: left;
        padding: 10px; }
  .productDetail .detail-right {
    width: 100%; }
    .productDetail .detail-right__item-img {
      width: 45%;
      height: auto; }
      .productDetail .detail-right__item-img img {
        width: 100%;
        max-height: 200px;
        padding-right: 20px; }
    .productDetail .detail-right__item-title {
      width: 52%;
      line-height: 25px; }
  .productDetail .detail-left__content-showComment .item-infor {
    width: 85%; }
  .productDetail .detail-left__content-showComment .item-avt {
    width: 15%; }
  .productDetail .productRelated-item .product-show__list {
    width: calc(100% / 2); }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 2) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 0) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(n + 1) {
      margin: 0 0 0 0;
      border-top: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(1) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:nth-child(2) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:last-child {
      border-bottom: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list-name {
      min-height: 50px; }
    .productDetail .productRelated-item .product-show__list-img {
      padding: 10px;
      height: 385px; }
    .productDetail .productRelated-item .product-show__list-sale span {
      top: 10px;
      left: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-right {
      font-size: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .productDetail .productRelated-item .product-show__list-price .price-new span {
      font-size: 14px; }
    .productDetail .productRelated-item .product-show__list-price .price-old span {
      font-size: 10px; }

  .categoryProduct-rightmb {
    display: block; }
  .categoryProduct-showContent img {
    width: 100%; }
  .categoryProduct-right {
    display: none; }
  .categoryProduct-left {
    width: 100%;
    float: left; }
    .categoryProduct-left .product-show {
      margin-bottom: 20px; }
    .categoryProduct-left .categories .product-show__list {
      width: calc(100% / 2);
      margin-bottom: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(3n + 2) {
        margin: 0 0 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(n + 3) {
        border-top: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(2n + 2) {
        border-left: 0; }
      .categoryProduct-left .categories .product-show__list-img {
        height: 350px; }
        .categoryProduct-left .categories .product-show__list-img img {
          padding: 10px; }
      .categoryProduct-left .categories .product-show__list-sale span {
        top: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-right {
        font-size: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-left {
        padding: 0;
        height: 22px; }
      .categoryProduct-left .categories .product-show__list-price .price-new span {
        font-size: 14px; }
      .categoryProduct-left .categories .product-show__list-price .price-old span {
        font-size: 10px; }

  .categoryNews-showContent img {
    width: 100%; }
  .categoryNews-right {
    width: 100%;
    margin-bottom: 20px;
    float: left; }
  .categoryNews-left {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .categoryNews-left__title-info .item-author {
      width: 50%;
      float: left; }
    .categoryNews-left__title-info .item-created_at {
      width: 50%;
      float: left;
      color: #a8a8a8; }
    .categoryNews-left__title-info .item-updated_at {
      width: 50%;
      float: left;
      color: #a8a8a8; }

  .cart-right {
    width: 100%; }
    .cart-right__content-item__img span {
      right: 82%; }
  .cart-left {
    width: 100%;
    border: 0; }
    .cart-left__info {
      width: 100%;
      margin-bottom: 20px; }
      .cart-left__info-form input[type=text] {
        border: 1px solid #ccc; }
    .cart-left__payment {
      width: 100%;
      margin-left: 0; }

  .cart-table {
    display: none; }

  .cartMob {
    display: block;
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .cartMob table {
      text-align: center;
      margin-top: 40px;
      border-collapse: collapse; }
    .cartMob h3 {
      font-size: 30px;
      text-align: center;
      margin: 20px 0; }
    .cartMob th {
      padding: 10px;
      border: 1px solid #ddd;
      font-size: 14px; }
    .cartMob td {
      border: 1px solid #ddd;
      padding: 10px;
      font-size: 14px; }
      .cartMob td p {
        margin-bottom: 10px; }
      .cartMob td strong {
        color: #03A9F4;
        font-weight: normal; }
      .cartMob td span {
        color: #911A1D;
        font-weight: bold; }
    .cartMob img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .cartMob i {
      font-size: 20px;
      padding: 5px; }
    .cartMob-default {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555;
      text-align: center;
      margin-bottom: 30px; }
      .cartMob-default__title {
        margin-bottom: 20px; }
      .cartMob-default__home {
        margin-bottom: 10px; }
        .cartMob-default__home a {
          background: #157ed2;
          padding: 10px;
          margin-top: 20px;
          border: 0;
          color: #fff;
          text-decoration: none;
          margin-bottom: 20px; }
    .cartMob-success {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555; }
      .cartMob-success__home {
        background: #157ed2;
        padding: 10px;
        margin-top: 20px;
        border: 0;
        color: #fff; }
    .cartMob-show {
      width: 45px;
      height: 35px;
      background: #fff;
      border: 0;
      text-align: center;
      border: 1px solid #ccc; }
    .cartMob-btnMinus {
      width: 30px;
      height: 30px;
      margin-bottom: 10px; }
    .cartMob-btnPlus {
      width: 30px;
      height: 30px; }
    .cartMob-btnRemove {
      background: #ff0000;
      color: #fff;
      border: none; }
    .cartMob-total {
      font-weight: bold; }
    .cartMob-contine {
      padding: 10px;
      margin-top: 20px;
      background: #157ed2;
      border: 0;
      color: #fff;
      float: right;
      margin-right: 10px; }
    .cartMob-order {
      padding: 10px;
      margin-top: 20px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-order2 {
      padding: 10px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-left {
      width: 65%;
      float: left;
      margin-right: 3%;
      border-right: 1px solid #d9d9d9; }
      .cartMob-left__info {
        width: 45%;
        float: left; }
        .cartMob-left__info-title {
          color: #737373;
          font-size: 16px;
          font-weight: bold; }
        .cartMob-left__info-form input[type=text] {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form select {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form textarea {
          width: 100%;
          height: 150px;
          margin-top: 20px;
          padding: 10px; }
      .cartMob-left__payment {
        width: 45%;
        float: left;
        margin-left: 5%; }
        .cartMob-left__payment-item__title {
          font-size: 18px;
          font-weight: bold;
          color: #737373;
          font-size: 16px; }
        .cartMob-left__payment-item__formInline {
          font-size: 14px;
          width: 100%;
          float: left;
          border-radius: 4px;
          padding: 10px 20px 15px;
          box-sizing: border-box;
          border: 1px solid #d9d9d9;
          margin-top: 20px;
          margin-bottom: 20px;
          line-height: 25px; }
        .cartMob-left__payment-item a {
          color: #157ed2; }
        .cartMob-left__payment-item i {
          color: #155593;
          font-size: 20px;
          padding-right: 5px;
          position: relative;
          top: 2px; }
        .cartMob-left__payment-item p {
          color: #737373; }
    .cartMob-right {
      width: 30%;
      float: left; }
      .cartMob-right__content-item {
        border-top: 1px solid #d9d9d9;
        margin-top: 15px;
        padding-top: 10px;
        position: relative; }
        .cartMob-right__content-item img {
          width: 60px;
          float: left;
          height: 70px;
          border: 1px solid #d9d9d9;
          position: relative;
          margin: 0 auto;
          border-radius: 2px; }
        .cartMob-right__content-item span {
          position: absolute;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          color: #fff;
          background: #155593;
          font-weight: bold;
          top: 32%;
          right: 80%;
          font-size: 12px; }
        .cartMob-right__content-item__name {
          width: calc(100% - 200px);
          float: left;
          color: #4d4d4d;
          padding: 10px 10px 0 10px;
          box-sizing: border-box;
          text-align: justify;
          font-size: 14px; }
        .cartMob-right__content-item__price {
          width: 115px;
          font-size: 14px;
          float: right;
          color: #4d4d4d;
          padding-top: 26px;
          text-align: right; }
      .cartMob-right__fee {
        border-bottom: 1px solid #d9d9d9;
        padding: 10px 0; }
        .cartMob-right__fee p {
          color: #4d4d4d;
          padding: 5px 0;
          font-size: 14px; }
        .cartMob-right__fee span {
          float: right; }
      .cartMob-right__total {
        border-bottom: 1px solid #d9d9d9;
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 16px; }
        .cartMob-right__total span {
          font-size: 18px;
          font-weight: bold;
          float: right;
          position: relative;
          bottom: 2px; }
      .cartMob-right__btnaction {
        margin-top: 20px;
        font-size: 14px; }
        .cartMob-right__btnaction a {
          text-decoration: none; }
          .cartMob-right__btnaction a:first-child {
            float: left;
            color: #155593;
            padding-top: 10px; }
          .cartMob-right__btnaction a:last-child {
            float: right;
            text-transform: uppercase;
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            padding: 10px 35px;
            background: #155593;
            border-radius: 4px;
            position: relative; } }
@media only screen and (max-width: 769px) {
  .headerMob-bottom .suggest {
    top: calc(12% - 5px); }

  .categoryProduct-filterActive {
    display: block; }

  .container {
    width: 100%;
    padding: 0 10px; }

  .fancybox-content img {
    width: 700px; }

  .search .home {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .search .home .product-show__list {
      width: calc(100% / 2);
      height: 545px; }
      .search .home .product-show__list:nth-child(4n + 2) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(4n + 0) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(n + 1) {
        margin: 0 0 0 0;
        border-top: 0; }
      .search .home .product-show__list:nth-child(1) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:nth-child(2) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:last-child {
        border-bottom: 1px solid #f2f2f2; }
      .search .home .product-show__list-name {
        min-height: 50px; }
      .search .home .product-show__list-img {
        padding: 10px;
        height: 385px; }
      .search .home .product-show__list-sale span {
        top: 10px;
        left: 10px; }
  .search-item__right {
    padding-top: 0;
    padding-left: 5%; }
  .search-item__left img {
    height: auto; }

  .headerMob {
    display: block;
    background: #a30803;
    float: left;
    width: 100%;
    height: 120px; }
    .headerMob-bottom {
      width: 100%;
      float: left;
      margin-top: 15px; }
      .headerMob-bottom input[type=text] {
        background-position: -193px 0;
        width: 80%;
        padding-left: 10px;
        height: 35px;
        float: left;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border: 0; }
      .headerMob-bottom button {
        background-position: -193px 0;
        width: calc(20% - 5px);
        height: 35px;
        margin: 0 auto;
        float: left;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border: 0;
        margin-left: -5px; }
    .headerMob-top {
      width: 100%;
      float: left; }
      .headerMob-top__btn {
        float: left;
        margin-top: 2%; }
        .headerMob-top__btn span a {
          color: #fff; }
        .headerMob-top__btn i {
          color: #fff;
          font-size: 30px; }
      .headerMob-top__logo {
        float: left; }
        .headerMob-top__logo img {
          height: 50px;
          margin-top: 12px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
      .headerMob-top__cart {
        float: right;
        margin-top: 3%; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s; }
    .sidenav:after {
      content: '';
      position: fixed;
      z-index: 9990;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3);
      bottom: 0;
      width: 100%;
      height: 100%;
      overscroll-behavior: none;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s ease .4s, opacity .4s ease; }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s; }
      .sidenav a:hover {
        color: #f1f1f1; }
    .sidenav-show {
      width: 100%;
      float: left; }
      .sidenav-show__close {
        background: #a30803;
        width: 100%;
        float: left;
        height: 63px;
        margin-bottom: 20px; }
      .sidenav-show:after {
        content: '';
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        width: 100%;
        height: 100%;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease .4s, opacity .4s ease; }

  .sidenav .closebtn {
    position: absolute;
    top: 5px;
    color: #fff;
    font-size: 36px;
    background: #a30803;
    width: 100%; }
    .sidenav .closebtn label {
      font-size: 14px;
      float: right;
      position: absolute;
      right: 5%;
      top: 35%; }

  #main {
    transition: margin-left .5s;
    padding: 16px; }

  .header {
    display: none; }

  .main .nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0; }
    .main .nav-left {
      width: 100%;
      float: left;
      height: auto;
      margin-top: 20px; }
      .main .nav-left__slider img {
        height: 300px; }
      .main .nav-left__slider-clearfix #home-slider {
        height: 300px; }
        .main .nav-left__slider-clearfix #home-slider-thumbnail .item {
          display: none; }
    .main .nav-rights {
      width: 100%;
      float: left;
      display: block; }
      .main .nav-rights .nav-right__bottom {
        margin-bottom: 20px; }
    .main .nav-right {
      width: 100%;
      float: left;
      display: none; }
      .main .nav-right__bottom img {
        width: 100%;
        height: 200px; }
      .main .nav-right__top-content .item-left img {
        height: 150px; }
  .main .category {
    display: none; }
  .main .categorys {
    display: block;
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px; }
    .main .categorys-item {
      width: calc(100% / 3);
      border: 0;
      padding: 0;
      padding-top: 0;
      float: left;
      margin-bottom: 10px; }
      .main .categorys-item:nth-child(1) {
        padding-right: 0; }
      .main .categorys-item:nth-child(2n + 1) {
        padding-right: 0; }
      .main .categorys-item__img {
        height: 100px; }
      .main .categorys-item__url {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center; }
  .main .product {
    margin-bottom: 0; }
    .main .product-title {
      margin-bottom: 20px; }
    .main .product-show {
      margin-bottom: 20px; }
    .main .product .home {
      width: 100%;
      float: left; }
      .main .product .home .product-show__list {
        width: calc(100% / 3);
        height: 400px; }
        .main .product .home .product-show__list:nth-child(4n + 2) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(4n + 0) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(n + 1) {
          margin: 0 0 0 0;
          border-top: 0;
          border-left: 0; }
        .main .product .home .product-show__list:nth-child(1) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:nth-child(2) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:last-child {
          border-bottom: 1px solid #f2f2f2; }
        .main .product .home .product-show__list-name {
          min-height: 50px; }
        .main .product .home .product-show__list-img {
          padding: 10px;
          height: 250px; }
        .main .product .home .product-show__list-sale span {
          top: 10px;
          left: 10px; }
        .main .product .home .product-show__list-promotion .promotion-right {
          font-size: 10px; }
        .main .product .home .product-show__list-promotion .promotion-left {
          padding: 0;
          height: 22px; }
        .main .product .home .product-show__list-price .price-new span {
          font-size: 14px; }
        .main .product .home .product-show__list-price .price-old span {
          font-size: 10px; }
  .main .bottom-item__left {
    width: 100%; }
    .main .bottom-item__left-slider .slider-bottom .slick-prev {
      display: none;
      left: 50%; }
    .main .bottom-item__left-slider .slider-bottom .slick-next {
      display: none;
      right: 50%; }
  .main .bottom-item__right {
    width: 100%;
    clear: both; }

  .footer-mid {
    padding-top: 20px;
    padding-bottom: 20px; }
    .footer-mid__item {
      width: 100%;
      padding: 0; }
      .footer-mid__item .left {
        width: 100%;
        margin-bottom: 10px; }
      .footer-mid__item .right {
        width: calc(100% / 3);
        margin-bottom: 10px; }
        .footer-mid__item .right-content {
          float: left; }
      .footer-mid__item .right2 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        .footer-mid__item .right2-content {
          float: left; }
  .footer-top__item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px; }
    .footer-top__item:nth-child(2n + 1) {
      margin-right: 20px; }
    .footer-top__item:nth-child(4n + 2) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item:nth-child(4n + 0) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item-left {
      line-height: 0;
      margin-top: 10px; }
    .footer-top__item-promotion .promotion-right {
      font-size: 10px; }
    .footer-top__item-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .footer-top__item-price .price-new span {
      font-size: 14px; }
    .footer-top__item-price .price-old span {
      font-size: 10px; }

  .productDetail .rowdetail-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
    .productDetail .rowdetail-left__top {
      display: none; }
    .productDetail .rowdetail-left__tops {
      display: block; }
      .productDetail .rowdetail-left__tops img {
        width: 100%;
        max-height: 525px; }
    .productDetail .rowdetail-left__bottom {
      display: none; }
    .productDetail .rowdetail-left__bottoms {
      display: block;
      width: 90%;
      position: relative;
      margin: auto; }
      .productDetail .rowdetail-left__bottoms .slick-dots li button:before {
        content: ''; }
      .productDetail .rowdetail-left__bottoms img {
        width: 100%;
        margin-right: 10px;
        border: 1px solid #f2f2f2;
        border-right: 0;
        padding: 5px;
        height: 150px; }
        .productDetail .rowdetail-left__bottoms img:nth-child(1) {
          border-left: 1px solid #f2f2f2; }
      .productDetail .rowdetail-left__bottoms .slick-next {
        background: url(../img/muiphai.png);
        right: -8%;
        position: absolute;
        box-shadow: none;
        z-index: 1;
        border: none;
        width: 35px !important;
        height: 35px !important;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.7; }
      .productDetail .rowdetail-left__bottoms .slick-prev {
        background: url(../img/muitrai.png);
        opacity: 0.7;
        color: #fff;
        left: -8%;
        z-index: 1;
        box-shadow: none;
        border: none;
        width: 35px !important;
        height: 35px !important;
        background-color: #fff;
        border-radius: 50%; }
        .productDetail .rowdetail-left__bottoms .slick-prev :hover {
          color: transparent;
          outline: none;
          background: transparent; }
  .productDetail .rowdetail-mid {
    width: 100%; }
    .productDetail .rowdetail-mid__item-content__left {
      width: 65%; }
      .productDetail .rowdetail-mid__item-content__left-much .item-qty {
        margin-right: 0; }
      .productDetail .rowdetail-mid__item-content__left-much .item-btn {
        float: right; }
      .productDetail .rowdetail-mid__item-content__left-much .item-adress {
        margin-bottom: 10px; }
      .productDetail .rowdetail-mid__item-content__left-price .item-pricenew {
        font-size: 30px; }
      .productDetail .rowdetail-mid__item-content__left-time .item-time {
        width: 100%; }
    .productDetail .rowdetail-mid__item-content__right {
      width: 30%; }
      .productDetail .rowdetail-mid__item-content__right .item {
        width: calc(100%); }
        .productDetail .rowdetail-mid__item-content__right .item:nth-child(1) {
          margin-right: 20px; }
    .productDetail .rowdetail-mid__item-list .item-busisness {
      margin-bottom: 10px; }
    .productDetail .rowdetail-mid__item-list .item-sku {
      margin-bottom: 10px; }
  .productDetail .detail-left {
    width: 100%;
    padding-right: 0; }
    .productDetail .detail-left__content-showComment .item-infor__title-star {
      float: left;
      margin-top: 10px; }
    .productDetail .detail-left__content-showComment .item-infor__title-name {
      width: 100%; }
    .productDetail .detail-left__content-viewadd {
      margin-bottom: 40px; }
    .productDetail .detail-left__content-evaluate {
      display: block; }
      .productDetail .detail-left__content-evaluate__star {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__percent {
        width: 100%;
        display: block;
        float: left;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__btn {
        width: 100%;
        display: block;
        float: left;
        padding: 10px; }
  .productDetail .detail-right {
    width: 100%; }
    .productDetail .detail-right__item-img {
      width: 45%;
      height: auto; }
      .productDetail .detail-right__item-img img {
        width: 100%;
        max-height: 200px;
        padding-right: 20px; }
    .productDetail .detail-right__item-title {
      width: 52%;
      line-height: 25px; }
  .productDetail .detail-left__content-showComment .item-infor {
    width: 85%; }
  .productDetail .detail-left__content-showComment .item-avt {
    width: 15%; }
  .productDetail .productRelated-item .product-show__list {
    width: calc(100% / 2); }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 2) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 0) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(n + 1) {
      margin: 0 0 0 0;
      border-top: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(1) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:nth-child(2) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:last-child {
      border-bottom: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list-name {
      min-height: 50px; }
    .productDetail .productRelated-item .product-show__list-img {
      padding: 10px;
      height: 385px; }
    .productDetail .productRelated-item .product-show__list-sale span {
      top: 10px;
      left: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-right {
      font-size: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .productDetail .productRelated-item .product-show__list-price .price-new span {
      font-size: 14px; }
    .productDetail .productRelated-item .product-show__list-price .price-old span {
      font-size: 10px; }

  .categoryProduct-rightmb {
    display: block; }
  .categoryProduct-showContent img {
    width: 100%; }
  .categoryProduct-right {
    display: none; }
  .categoryProduct-left {
    width: 100%;
    float: left; }
    .categoryProduct-left .product-show {
      margin-bottom: 20px; }
    .categoryProduct-left .categories .product-show__list {
      width: calc(100% / 2);
      margin-bottom: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(3n + 2) {
        margin: 0 0 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(n + 3) {
        border-top: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(2n + 2) {
        border-left: 0; }
      .categoryProduct-left .categories .product-show__list-img {
        height: 350px; }
        .categoryProduct-left .categories .product-show__list-img img {
          padding: 10px; }
      .categoryProduct-left .categories .product-show__list-sale span {
        top: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-right {
        font-size: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-left {
        padding: 0;
        height: 22px; }
      .categoryProduct-left .categories .product-show__list-price .price-new span {
        font-size: 14px; }
      .categoryProduct-left .categories .product-show__list-price .price-old span {
        font-size: 10px; }

  .categoryNews-showContent img {
    width: 100%; }
  .categoryNews-right {
    width: 100%;
    margin-bottom: 20px;
    float: left; }
  .categoryNews-left {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .categoryNews-left__title-info .item-author {
      width: 50%;
      float: left; }
    .categoryNews-left__title-info .item-created_at {
      width: 50%;
      float: left;
      color: #a8a8a8; }
    .categoryNews-left__title-info .item-updated_at {
      width: 50%;
      float: left;
      color: #a8a8a8; }

  .cart-right {
    width: 100%; }
    .cart-right__content-item__img span {
      right: 82%; }
  .cart-left {
    width: 100%;
    border: 0; }
    .cart-left__info {
      width: 100%;
      margin-bottom: 20px; }
      .cart-left__info-form input[type=text] {
        border: 1px solid #ccc; }
    .cart-left__payment {
      width: 100%;
      margin-left: 0; }

  .cart-table {
    display: none; }

  .cartMob {
    display: block;
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .cartMob table {
      text-align: center;
      margin-top: 40px;
      border-collapse: collapse; }
    .cartMob h3 {
      font-size: 30px;
      text-align: center;
      margin: 20px 0; }
    .cartMob th {
      padding: 10px;
      border: 1px solid #ddd;
      font-size: 14px; }
    .cartMob td {
      border: 1px solid #ddd;
      padding: 10px;
      font-size: 14px; }
      .cartMob td p {
        margin-bottom: 10px; }
      .cartMob td strong {
        color: #03A9F4;
        font-weight: normal; }
      .cartMob td span {
        color: #911A1D;
        font-weight: bold; }
    .cartMob img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .cartMob i {
      font-size: 20px;
      padding: 5px; }
    .cartMob-default {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555;
      text-align: center;
      margin-bottom: 30px; }
      .cartMob-default__title {
        margin-bottom: 20px; }
      .cartMob-default__home {
        margin-bottom: 10px; }
        .cartMob-default__home a {
          background: #157ed2;
          padding: 10px;
          margin-top: 20px;
          border: 0;
          color: #fff;
          text-decoration: none;
          margin-bottom: 20px; }
    .cartMob-success {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555; }
      .cartMob-success__home {
        background: #157ed2;
        padding: 10px;
        margin-top: 20px;
        border: 0;
        color: #fff; }
    .cartMob-show {
      width: 45px;
      height: 35px;
      background: #fff;
      border: 0;
      text-align: center;
      border: 1px solid #ccc; }
    .cartMob-btnMinus {
      width: 30px;
      height: 30px;
      margin-bottom: 10px; }
    .cartMob-btnPlus {
      width: 30px;
      height: 30px; }
    .cartMob-btnRemove {
      background: #ff0000;
      color: #fff;
      border: none; }
    .cartMob-total {
      font-weight: bold; }
    .cartMob-contine {
      padding: 10px;
      margin-top: 20px;
      background: #157ed2;
      border: 0;
      color: #fff;
      float: right;
      margin-right: 10px; }
    .cartMob-order {
      padding: 10px;
      margin-top: 20px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-order2 {
      padding: 10px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-left {
      width: 65%;
      float: left;
      margin-right: 3%;
      border-right: 1px solid #d9d9d9; }
      .cartMob-left__info {
        width: 45%;
        float: left; }
        .cartMob-left__info-title {
          color: #737373;
          font-size: 16px;
          font-weight: bold; }
        .cartMob-left__info-form input[type=text] {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form select {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form textarea {
          width: 100%;
          height: 150px;
          margin-top: 20px;
          padding: 10px; }
      .cartMob-left__payment {
        width: 45%;
        float: left;
        margin-left: 5%; }
        .cartMob-left__payment-item__title {
          font-size: 18px;
          font-weight: bold;
          color: #737373;
          font-size: 16px; }
        .cartMob-left__payment-item__formInline {
          font-size: 14px;
          width: 100%;
          float: left;
          border-radius: 4px;
          padding: 10px 20px 15px;
          box-sizing: border-box;
          border: 1px solid #d9d9d9;
          margin-top: 20px;
          margin-bottom: 20px;
          line-height: 25px; }
        .cartMob-left__payment-item a {
          color: #157ed2; }
        .cartMob-left__payment-item i {
          color: #155593;
          font-size: 20px;
          padding-right: 5px;
          position: relative;
          top: 2px; }
        .cartMob-left__payment-item p {
          color: #737373; }
    .cartMob-right {
      width: 30%;
      float: left;
      display: none; }
      .cartMob-right__content-item {
        border-top: 1px solid #d9d9d9;
        margin-top: 15px;
        padding-top: 10px;
        position: relative; }
        .cartMob-right__content-item img {
          width: 60px;
          float: left;
          height: 70px;
          border: 1px solid #d9d9d9;
          position: relative;
          margin: 0 auto;
          border-radius: 2px; }
        .cartMob-right__content-item span {
          position: absolute;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          color: #fff;
          background: #155593;
          font-weight: bold;
          top: 32%;
          right: 80%;
          font-size: 12px; }
        .cartMob-right__content-item__name {
          width: calc(100% - 200px);
          float: left;
          color: #4d4d4d;
          padding: 10px 10px 0 10px;
          box-sizing: border-box;
          text-align: justify;
          font-size: 14px; }
        .cartMob-right__content-item__price {
          width: 115px;
          font-size: 14px;
          float: right;
          color: #4d4d4d;
          padding-top: 26px;
          text-align: right; }
      .cartMob-right__fee {
        border-bottom: 1px solid #d9d9d9;
        padding: 10px 0; }
        .cartMob-right__fee p {
          color: #4d4d4d;
          padding: 5px 0;
          font-size: 14px; }
        .cartMob-right__fee span {
          float: right; }
      .cartMob-right__total {
        border-bottom: 1px solid #d9d9d9;
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 16px; }
        .cartMob-right__total span {
          font-size: 18px;
          font-weight: bold;
          float: right;
          position: relative;
          bottom: 2px; }
      .cartMob-right__btnaction {
        margin-top: 20px;
        font-size: 14px; }
        .cartMob-right__btnaction a {
          text-decoration: none; }
          .cartMob-right__btnaction a:first-child {
            float: left;
            color: #155593;
            padding-top: 10px; }
          .cartMob-right__btnaction a:last-child {
            float: right;
            text-transform: uppercase;
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            padding: 10px 35px;
            background: #155593;
            border-radius: 4px;
            position: relative; } }
@media only screen and (max-width: 480px) {
  .categoryNews-left {
    width: 100%;
    float: left;
    margin-bottom: 20px; }

  .categoryNews-left__listNews-item {
    width: 100% !important;
    margin-right: 0; }

  .categoryProduct-filterActive {
    display: block; }

  .container {
    width: 100%;
    padding: 0 10px; }

  .modal {
    right: 0; }
    .modal-content {
      width: 100%;
      margin-top: -70px; }

  .adminDetail {
    width: 100%;
    float: left; }
    .adminDetail-info__right {
      width: 65%; }
    .adminDetail-info__left {
      width: 30%;
      margin-right: 5%; }

  .search .home {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .search .home .product-show__list {
      width: calc(100% / 2);
      height: 315px; }
      .search .home .product-show__list:nth-child(4n + 2) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(4n + 0) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(n + 1) {
        margin: 0 0 0 0;
        border-top: 0; }
      .search .home .product-show__list:nth-child(1) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:nth-child(2) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:last-child {
        border-bottom: 1px solid #f2f2f2; }
      .search .home .product-show__list-name {
        min-height: 50px; }
      .search .home .product-show__list-img {
        padding: 10px;
        height: 150px; }
      .search .home .product-show__list-sale span {
        top: 10px;
        left: 10px; }
  .search-item__right {
    padding-top: 0;
    padding-left: 5%; }
  .search-item__left img {
    height: auto; }

  .headerMob {
    display: block;
    background: #a30803;
    float: left;
    width: 100%;
    height: 105px; }
    .headerMob-bottom {
      width: 100%;
      float: left;
      margin-top: 15px;
      position: relative; }
      .headerMob-bottom .suggest {
        position: absolute;
        width: 100%;
        top: 45px;
        z-index: 10000;
        float: right; }
        .headerMob-bottom .suggest-search {
          display: none;
          float: left;
          position: relative;
          width: 100%;
          border: 1px solid #e2e2e2;
          background: #fff;
          z-index: 99999;
          left: 0;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          box-shadow: 0 1px 3px 0 #7d7d7d;
          -webkit-box-shadow: 0 1px 3px 0 #7d7d7d;
          -moz-box-shadow: 0 1px 3px 0 #7d7d7d; }
          .headerMob-bottom .suggest-search:before {
            bottom: 100%;
            right: 15px;
            top: -18px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-color: transparent;
            border-bottom-color: #fff;
            border-width: 9px;
            margin-left: -9px; }
          .headerMob-bottom .suggest-search li {
            float: left;
            width: 100%;
            padding: 10px;
            border-bottom: 1px dotted #ccc;
            overflow: hidden; }
      .headerMob-bottom input[type=text] {
        background-position: -193px 0;
        width: 80%;
        padding-left: 10px;
        height: 35px;
        float: left;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border: 0; }
      .headerMob-bottom button {
        background-position: -193px 0;
        width: calc(21% - 5px);
        height: 35px;
        margin: 0 auto;
        background: #fff;
        float: left;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border: 0;
        margin-left: -5px; }
    .headerMob-top {
      width: 100%;
      float: left; }
      .headerMob-top__btn {
        float: left;
        margin-top: 2%; }
        .headerMob-top__btn span a {
          color: #fff; }
        .headerMob-top__btn i {
          color: #fff;
          font-size: 30px; }
      .headerMob-top__logo {
        float: left; }
        .headerMob-top__logo img {
          height: 45px;
          margin-top: 5px;
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
      .headerMob-top__cart {
        float: right;
        margin-top: 3%; }
        .headerMob-top__cart button {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          border: 0;
          position: relative;
          background: #fff;
          padding: 0px 0px;
          display: block;
          -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          box-shadow: inset 0 0 0 0 #202020;
          text-align: center; }
        .headerMob-top__cart span {
          background: #f2f2f2;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          right: -10%;
          top: -20%;
          position: absolute;
          color: #333;
          font-size: 12px;
          line-height: 18px;
          padding: .105rem .125rem;
          text-align: center; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s; }
    .sidenav:after {
      content: '';
      position: fixed;
      z-index: 9990;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3);
      bottom: 0;
      width: 100%;
      height: 100%;
      overscroll-behavior: none;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s ease .4s, opacity .4s ease; }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s; }
      .sidenav a:hover {
        color: #f1f1f1; }
    .sidenav-show {
      width: 100%;
      float: left; }
      .sidenav-show__close {
        background: #a30803;
        width: 100%;
        float: left;
        height: 63px;
        margin-bottom: 20px; }
      .sidenav-show:after {
        content: '';
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        width: 100%;
        height: 100%;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease .4s, opacity .4s ease; }

  .sidenav .closebtn {
    position: absolute;
    top: 5px;
    color: #fff;
    font-size: 36px;
    background: #a30803;
    width: 100%; }
    .sidenav .closebtn label {
      font-size: 14px;
      float: right;
      position: absolute;
      right: 5%;
      top: 35%; }

  #main {
    transition: margin-left .5s;
    padding: 16px; }

  .header {
    display: none; }

  .main .nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0; }
    .main .nav-left {
      width: 100%;
      float: left;
      height: auto;
      margin-top: 20px; }
      .main .nav-left__slider img {
        height: 185px; }
      .main .nav-left__slider-clearfix #home-slider {
        height: 185px; }
        .main .nav-left__slider-clearfix #home-slider-thumbnail .item {
          display: none; }
    .main .nav-rights {
      width: 100%;
      float: left;
      display: block; }
      .main .nav-rights .nav-right__bottom {
        margin-bottom: 20px; }
    .main .nav-right {
      width: 100%;
      float: left;
      display: none; }
      .main .nav-right__top-content .item-left img {
        height: 78px; }
      .main .nav-right__bottom img {
        height: 125px; }
  .main .category {
    display: none; }
  .main .categorys {
    display: block;
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px; }
    .main .categorys-item {
      width: calc(100% / 2);
      border: 0;
      padding: 10px;
      float: left;
      padding-top: 0; }
      .main .categorys-item:nth-child(1) {
        padding-right: 0; }
      .main .categorys-item:nth-child(2n + 1) {
        padding-right: 0; }
      .main .categorys-item:nth-child(n+5) {
        display: none; }
      .main .categorys-item__url {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center; }
  .main .product {
    margin-bottom: 0; }
    .main .product-title {
      margin-bottom: 20px; }
    .main .product-show {
      margin-bottom: 20px; }
    .main .product .home {
      width: 100%;
      float: left; }
      .main .product .home .product-show__list {
        width: calc(100% / 2);
        height: 300px; }
        .main .product .home .product-show__list:nth-child(4n + 2) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(4n + 0) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(n + 1) {
          margin: 0 0 0 0;
          border-top: 0;
          border-left: 0; }
        .main .product .home .product-show__list:nth-child(1) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:nth-child(2) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:last-child {
          border-bottom: 1px solid #f2f2f2; }
        .main .product .home .product-show__list-name {
          min-height: 50px; }
        .main .product .home .product-show__list-img {
          padding: 10px;
          max-height: 180px; }
        .main .product .home .product-show__list-sale span {
          top: 10px;
          left: 10px; }
        .main .product .home .product-show__list-promotion .promotion-right {
          font-size: 10px; }
        .main .product .home .product-show__list-promotion .promotion-left {
          padding: 0;
          height: 22px; }
        .main .product .home .product-show__list-price .price-new span {
          font-size: 14px; }
        .main .product .home .product-show__list-price .price-old span {
          font-size: 10px; }
  .main .bottom-item__left {
    width: 100%; }
    .main .bottom-item__left-slider .slider-bottom .slick-prev {
      display: none;
      left: 50%; }
    .main .bottom-item__left-slider .slider-bottom .slick-next {
      display: none;
      right: 50%; }
  .main .bottom-item__right {
    width: 100%;
    clear: both; }

  .footer-mid {
    padding-top: 20px;
    padding-bottom: 20px; }
    .footer-mid__item {
      width: 100%;
      padding: 0; }
      .footer-mid__item .left {
        width: 100%;
        margin-bottom: 10px; }
      .footer-mid__item .right {
        width: 100%;
        margin-bottom: 10px; }
        .footer-mid__item .right-content {
          float: left; }
      .footer-mid__item .right2 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        .footer-mid__item .right2-content {
          float: left; }
  .footer-top__item {
    width: 100%;
    margin-bottom: 10px; }
    .footer-top__item:nth-child(4n + 2) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item:nth-child(4n + 0) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item-left {
      line-height: 0;
      margin-top: 10px; }
    .footer-top__item-promotion .promotion-right {
      font-size: 10px; }
    .footer-top__item-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .footer-top__item-price .price-new span {
      font-size: 14px; }
    .footer-top__item-price .price-old span {
      font-size: 10px; }

  .fancybox-content img {
    width: 100%;
    height: 100%; }

  .productDetail .rowdetail-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
    .productDetail .rowdetail-left__btn {
      display: none; }
    .productDetail .rowdetail-left__top {
      display: none; }
    .productDetail .rowdetail-left__tops img {
      width: 100%;
      max-height: 500px;
      object-fit: cover; }
    .productDetail .rowdetail-left__bottom {
      display: none; }
    .productDetail .rowdetail-left__bottoms {
      width: 90%;
      position: relative;
      margin: auto; }
      .productDetail .rowdetail-left__bottoms .slick-dots li button:before {
        content: ''; }
      .productDetail .rowdetail-left__bottoms img {
        width: 100%;
        margin-right: 10px;
        border: 1px solid #f2f2f2;
        border-right: 0;
        padding: 5px;
        height: 70px; }
        .productDetail .rowdetail-left__bottoms img:nth-child(1) {
          border-left: 1px solid #f2f2f2; }
      .productDetail .rowdetail-left__bottoms .slick-next {
        background: url(../img/muiphai.png);
        right: -8%;
        position: absolute;
        box-shadow: none;
        z-index: 1;
        border: none;
        width: 35px !important;
        height: 35px !important;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.7; }
      .productDetail .rowdetail-left__bottoms .slick-prev {
        background: url(../img/muitrai.png);
        opacity: 0.7;
        color: #fff;
        left: -8%;
        z-index: 1;
        box-shadow: none;
        border: none;
        width: 35px !important;
        height: 35px !important;
        background-color: #fff;
        border-radius: 50%; }
        .productDetail .rowdetail-left__bottoms .slick-prev :hover {
          color: transparent;
          outline: none;
          background: transparent; }
  .productDetail .rowdetail-mid {
    width: 100%; }
    .productDetail .rowdetail-mid__item-content__left {
      width: 100%; }
      .productDetail .rowdetail-mid__item-content__left-much .item-qty {
        margin-right: 0; }
      .productDetail .rowdetail-mid__item-content__left-much .item-btn {
        float: right; }
      .productDetail .rowdetail-mid__item-content__left-much .item-adress {
        margin-bottom: 10px; }
      .productDetail .rowdetail-mid__item-content__left-price .item-pricenew {
        font-size: 30px; }
      .productDetail .rowdetail-mid__item-content__left-time .item-time {
        width: 100%; }
    .productDetail .rowdetail-mid__item-content__right {
      width: 100%; }
    .productDetail .rowdetail-mid__item-list .item-busisness {
      margin-bottom: 10px; }
    .productDetail .rowdetail-mid__item-list .item-sku {
      margin-bottom: 10px; }
  .productDetail .detail-left {
    width: 100%;
    padding-right: 0; }
    .productDetail .detail-left__content-showComment .item-infor__title-star {
      float: left;
      margin-top: 10px; }
    .productDetail .detail-left__content-showComment .item-infor__title-name {
      width: 100%; }
    .productDetail .detail-left__content-viewadd {
      margin-bottom: 40px; }
    .productDetail .detail-left__content-evaluate {
      display: block; }
      .productDetail .detail-left__content-evaluate__star {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__percent {
        width: 100%;
        display: block;
        float: left;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__btn {
        width: 100%;
        display: block;
        float: left;
        padding: 10px; }
  .productDetail .detail-right {
    width: 100%; }
    .productDetail .detail-right__item-img {
      width: 45%;
      height: auto; }
      .productDetail .detail-right__item-img img {
        width: 100%;
        max-height: 125px; }
    .productDetail .detail-right__item-title {
      width: 52%;
      line-height: 25px; }
  .productDetail .detail-left__content-showComment .item-infor {
    width: 85%; }
  .productDetail .detail-left__content-showComment .item-avt {
    width: 15%; }
  .productDetail .productRelated-item .product-show__list {
    width: calc(100% / 2); }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 2) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 0) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(n + 1) {
      margin: 0 0 0 0;
      border-top: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(1) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:nth-child(2) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:last-child {
      border-bottom: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list-name {
      min-height: 50px; }
    .productDetail .productRelated-item .product-show__list-img {
      padding: 10px;
      height: 150px; }
    .productDetail .productRelated-item .product-show__list-sale span {
      top: 10px;
      left: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-right {
      font-size: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .productDetail .productRelated-item .product-show__list-price .price-new span {
      font-size: 14px; }
    .productDetail .productRelated-item .product-show__list-price .price-old span {
      font-size: 10px; }

  .categoryProduct-rightmb {
    display: block; }
  .categoryProduct-showContent img {
    width: 100%; }
  .categoryProduct-right {
    display: none; }
  .categoryProduct-left {
    width: 100%;
    float: left; }
    .categoryProduct-left .product-show {
      margin-bottom: 20px; }
    .categoryProduct-left .categories .product-show__list {
      width: calc(100% / 2);
      margin-bottom: 0;
      height: 345px; }
      .categoryProduct-left .categories .product-show__list:nth-child(3n + 2) {
        margin: 0 0 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(n + 3) {
        border-top: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(2n + 2) {
        border-left: 0; }
      .categoryProduct-left .categories .product-show__list-img {
        height: 200px; }
        .categoryProduct-left .categories .product-show__list-img img {
          padding: 10px; }
      .categoryProduct-left .categories .product-show__list-sale span {
        top: 20px;
        left: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-right {
        font-size: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-left {
        padding: 0;
        height: 22px; }
      .categoryProduct-left .categories .product-show__list-price .price-new span {
        font-size: 14px; }
      .categoryProduct-left .categories .product-show__list-price .price-old span {
        font-size: 10px; }

  .cart-right {
    width: 100%; }
    .cart-right__content-item__img span {
      right: 82%; }
  .cart-left {
    width: 100%;
    border: 0; }
    .cart-left__info {
      width: 100%;
      margin-bottom: 20px; }
      .cart-left__info-form input[type=text] {
        border: 1px solid #ccc; }
    .cart-left__payment {
      width: 100%;
      margin-left: 0; }

  .cart-table {
    display: none; }

  .cartMob {
    display: block;
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .cartMob table {
      text-align: center;
      margin-top: 40px;
      border-collapse: collapse; }
    .cartMob h3 {
      font-size: 30px;
      text-align: center;
      margin: 20px 0; }
    .cartMob th {
      padding: 10px;
      border: 1px solid #ddd;
      font-size: 14px; }
    .cartMob td {
      border: 1px solid #ddd;
      padding: 10px;
      font-size: 14px; }
      .cartMob td p {
        margin-bottom: 10px; }
      .cartMob td strong {
        color: #03A9F4;
        font-weight: normal; }
      .cartMob td span {
        color: #911A1D;
        font-weight: bold; }
    .cartMob img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .cartMob i {
      font-size: 20px;
      padding: 5px; }
    .cartMob-default {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555;
      text-align: center;
      margin-bottom: 30px; }
      .cartMob-default__title {
        margin-bottom: 20px; }
      .cartMob-default__home {
        margin-bottom: 10px; }
        .cartMob-default__home a {
          background: #157ed2;
          padding: 10px;
          margin-top: 20px;
          border: 0;
          color: #fff;
          text-decoration: none;
          margin-bottom: 20px; }
    .cartMob-success {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555; }
      .cartMob-success__home {
        background: #157ed2;
        padding: 10px;
        margin-top: 20px;
        border: 0;
        color: #fff; }
    .cartMob-show {
      width: 45px;
      height: 35px;
      background: #fff;
      border: 0;
      text-align: center;
      border: 1px solid #ccc; }
    .cartMob-btnMinus {
      width: 30px;
      height: 30px;
      margin-bottom: 10px; }
    .cartMob-btnPlus {
      width: 30px;
      height: 30px; }
    .cartMob-btnRemove {
      background: #ff0000;
      color: #fff;
      border: none; }
    .cartMob-total {
      font-weight: bold; }
    .cartMob-contine {
      padding: 10px;
      margin-top: 20px;
      background: #157ed2;
      border: 0;
      color: #fff;
      float: right;
      margin-right: 10px; }
    .cartMob-order {
      padding: 10px;
      margin-top: 20px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-order2 {
      padding: 10px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-left {
      width: 65%;
      float: left;
      margin-right: 3%;
      border-right: 1px solid #d9d9d9; }
      .cartMob-left__info {
        width: 45%;
        float: left; }
        .cartMob-left__info-title {
          color: #737373;
          font-size: 16px;
          font-weight: bold; }
        .cartMob-left__info-form input[type=text] {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form select {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form textarea {
          width: 100%;
          height: 150px;
          margin-top: 20px;
          padding: 10px; }
      .cartMob-left__payment {
        width: 45%;
        float: left;
        margin-left: 5%; }
        .cartMob-left__payment-item__title {
          font-size: 18px;
          font-weight: bold;
          color: #737373;
          font-size: 16px; }
        .cartMob-left__payment-item__formInline {
          font-size: 14px;
          width: 100%;
          float: left;
          border-radius: 4px;
          padding: 10px 20px 15px;
          box-sizing: border-box;
          border: 1px solid #d9d9d9;
          margin-top: 20px;
          margin-bottom: 20px;
          line-height: 25px; }
        .cartMob-left__payment-item a {
          color: #157ed2; }
        .cartMob-left__payment-item i {
          color: #155593;
          font-size: 20px;
          padding-right: 5px;
          position: relative;
          top: 2px; }
        .cartMob-left__payment-item p {
          color: #737373; }
    .cartMob-right {
      width: 30%;
      float: left; }
      .cartMob-right__content-item {
        border-top: 1px solid #d9d9d9;
        margin-top: 15px;
        padding-top: 10px;
        position: relative; }
        .cartMob-right__content-item img {
          width: 60px;
          float: left;
          height: 70px;
          border: 1px solid #d9d9d9;
          position: relative;
          margin: 0 auto;
          border-radius: 2px; }
        .cartMob-right__content-item span {
          position: absolute;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          color: #fff;
          background: #155593;
          font-weight: bold;
          top: 32%;
          right: 80%;
          font-size: 12px; }
        .cartMob-right__content-item__name {
          width: calc(100% - 200px);
          float: left;
          color: #4d4d4d;
          padding: 10px 10px 0 10px;
          box-sizing: border-box;
          text-align: justify;
          font-size: 14px; }
        .cartMob-right__content-item__price {
          width: 115px;
          font-size: 14px;
          float: right;
          color: #4d4d4d;
          padding-top: 26px;
          text-align: right; }
      .cartMob-right__fee {
        border-bottom: 1px solid #d9d9d9;
        padding: 10px 0; }
        .cartMob-right__fee p {
          color: #4d4d4d;
          padding: 5px 0;
          font-size: 14px; }
        .cartMob-right__fee span {
          float: right; }
      .cartMob-right__total {
        border-bottom: 1px solid #d9d9d9;
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 16px; }
        .cartMob-right__total span {
          font-size: 18px;
          font-weight: bold;
          float: right;
          position: relative;
          bottom: 2px; }
      .cartMob-right__btnaction {
        margin-top: 20px;
        font-size: 14px; }
        .cartMob-right__btnaction a {
          text-decoration: none; }
          .cartMob-right__btnaction a:first-child {
            float: left;
            color: #155593;
            padding-top: 10px; }
          .cartMob-right__btnaction a:last-child {
            float: right;
            text-transform: uppercase;
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            padding: 10px 35px;
            background: #155593;
            border-radius: 4px;
            position: relative; } }
@media only screen and (max-width: 320px) {
  .categoryProduct-filterActive {
    display: block; }

  .container {
    width: 100%;
    padding: 0 10px; }

  .fancybox-content img {
    width: 100%;
    height: 100%; }

  .search .home {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .search .home .product-show__list {
      width: calc(100% / 2); }
      .search .home .product-show__list:nth-child(4n + 2) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(4n + 0) {
        margin: 0 0 0 0;
        border-left: 0; }
      .search .home .product-show__list:nth-child(n + 1) {
        margin: 0 0 0 0;
        border-top: 0; }
      .search .home .product-show__list:nth-child(1) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:nth-child(2) {
        margin: 0 0 0 0;
        border-top: 1px solid #f2f2f2; }
      .search .home .product-show__list:last-child {
        border-bottom: 1px solid #f2f2f2; }
      .search .home .product-show__list-name {
        min-height: 50px; }
      .search .home .product-show__list-img {
        padding: 10px;
        height: 150px; }
      .search .home .product-show__list-sale span {
        top: 10px;
        left: 10px; }
  .search-item__right {
    padding-top: 0;
    padding-left: 5%; }
  .search-item__left img {
    height: auto; }

  .headerMob {
    display: block;
    background: #a30803;
    float: left;
    width: 100%;
    height: 105px; }
    .headerMob-bottom {
      width: 100%;
      float: left;
      margin-top: 15px; }
      .headerMob-bottom input[type=text] {
        background-position: -193px 0;
        width: 80%;
        float: left;
        padding-left: 10px;
        height: 35px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topleft: 20px;
        -webkit-border-top-left-radius: 20px;
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border: 0; }
      .headerMob-bottom button {
        background-position: -193px 0;
        width: calc(21% - 5px);
        height: 35px;
        margin: 0 auto;
        float: left;
        background: #fff;
        border: 1px solid #f2f2f2;
        -moz-border-radius-topright: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border: 0;
        margin-left: -5px; }
    .headerMob-top {
      width: 100%;
      float: left; }
      .headerMob-top__btn {
        float: left;
        margin-top: 2%; }
        .headerMob-top__btn span a {
          color: #fff; }
        .headerMob-top__btn i {
          color: #fff;
          font-size: 30px; }
      .headerMob-top__logo {
        float: left; }
        .headerMob-top__logo img {
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
      .headerMob-top__cart {
        float: right;
        margin-top: 3%; }
        .headerMob-top__cart button {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          border: 0;
          background: #fff;
          padding: 0px 0px;
          display: block;
          -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
          box-shadow: inset 0 0 0 0 #202020;
          text-align: center; }
        .headerMob-top__cart span {
          background: #f2f2f2;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          position: absolute;
          right: 1%;
          top: 1%;
          color: #333;
          font-size: 12px;
          line-height: 18px;
          padding: .105rem .125rem;
          text-align: center; }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s; }
    .sidenav:after {
      content: '';
      position: fixed;
      z-index: 9990;
      top: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.3);
      bottom: 0;
      width: 100%;
      height: 100%;
      overscroll-behavior: none;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s ease .4s, opacity .4s ease; }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s; }
      .sidenav a:hover {
        color: #f1f1f1; }
    .sidenav-show {
      width: 100%;
      float: left; }
      .sidenav-show__close {
        background: #a30803;
        width: 100%;
        float: left;
        height: 63px;
        margin-bottom: 20px; }
      .sidenav-show:after {
        content: '';
        position: fixed;
        z-index: 9990;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        width: 100%;
        height: 100%;
        overscroll-behavior: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s ease .4s, opacity .4s ease; }

  .sidenav .closebtn {
    position: absolute;
    top: 5px;
    color: #fff;
    font-size: 36px;
    background: #a30803;
    width: 100%; }
    .sidenav .closebtn label {
      font-size: 14px;
      float: right;
      position: absolute;
      right: 5%;
      top: 35%; }

  #main {
    transition: margin-left .5s;
    padding: 16px; }

  .header {
    display: none; }

  .main .nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 0; }
    .main .nav-left {
      width: 100%;
      float: left;
      height: auto;
      margin-top: 20px; }
      .main .nav-left__slider img {
        height: 185px; }
      .main .nav-left__slider-clearfix #home-slider {
        height: 185px; }
        .main .nav-left__slider-clearfix #home-slider-thumbnail .item {
          display: none; }
    .main .nav-right {
      width: 100%;
      float: left; }
      .main .nav-right__top-content .item-left img {
        height: 100px; }
  .main .category {
    display: none; }
  .main .categorys {
    display: block;
    background: #fff;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px; }
    .main .categorys-item {
      width: calc(100% / 2);
      border: 0;
      padding: 10px;
      float: left;
      padding-top: 0; }
      .main .categorys-item:nth-child(1) {
        padding-right: 0; }
      .main .categorys-item:nth-child(2n + 1) {
        padding-right: 0; }
      .main .categorys-item__img {
        height: 100px; }
  .main .product {
    margin-bottom: 0; }
    .main .product-title {
      margin-bottom: 20px; }
    .main .product-show {
      margin-bottom: 20px; }
    .main .product .home {
      width: 100%;
      float: left; }
      .main .product .home .product-show__list {
        width: calc(100% / 2); }
        .main .product .home .product-show__list:nth-child(4n + 2) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(4n + 0) {
          margin: 0 0 0 0; }
        .main .product .home .product-show__list:nth-child(n + 1) {
          margin: 0 0 0 0;
          border-top: 0;
          border-left: 0; }
        .main .product .home .product-show__list:nth-child(1) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:nth-child(2) {
          margin: 0 0 0 0;
          border-top: 1px solid #f2f2f2; }
        .main .product .home .product-show__list:last-child {
          border-bottom: 1px solid #f2f2f2; }
        .main .product .home .product-show__list-name {
          min-height: 50px; }
        .main .product .home .product-show__list-img {
          padding: 10px;
          height: 150px; }
        .main .product .home .product-show__list-sale span {
          top: 10px;
          left: 10px; }
        .main .product .home .product-show__list-promotion .promotion-right {
          font-size: 10px; }
        .main .product .home .product-show__list-promotion .promotion-left {
          padding: 0;
          height: 22px; }
        .main .product .home .product-show__list-price .price-new span {
          font-size: 14px; }
        .main .product .home .product-show__list-price .price-old span {
          font-size: 10px; }
  .main .bottom-item__left {
    width: 100%; }
    .main .bottom-item__left-slider .slider-bottom .slick-prev {
      display: none;
      left: 50%; }
    .main .bottom-item__left-slider .slider-bottom .slick-next {
      display: none;
      right: 50%; }
  .main .bottom-item__right {
    width: 100%;
    clear: both; }

  .footer-mid {
    padding-top: 20px;
    padding-bottom: 20px; }
    .footer-mid__item {
      width: 100%;
      padding: 0; }
      .footer-mid__item .left {
        width: 100%;
        margin-bottom: 10px; }
      .footer-mid__item .right {
        width: 100%;
        margin-bottom: 10px; }
        .footer-mid__item .right-content {
          float: left; }
      .footer-mid__item .right2 {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        .footer-mid__item .right2-content {
          float: left; }
  .footer-top__item {
    width: 100%;
    margin-bottom: 10px; }
    .footer-top__item:nth-child(4n + 2) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item:nth-child(4n + 0) {
      margin: 0 0 0 0;
      margin-bottom: 10px; }
    .footer-top__item-left {
      line-height: 0;
      margin-top: 10px; }
    .footer-top__item-promotion .promotion-right {
      font-size: 10px; }
    .footer-top__item-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .footer-top__item-price .price-new span {
      font-size: 14px; }
    .footer-top__item-price .price-old span {
      font-size: 10px; }

  .productDetail .rowdetail-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
    .productDetail .rowdetail-left__btn {
      display: none; }
    .productDetail .rowdetail-left__top {
      display: none; }
    .productDetail .rowdetail-left__tops img {
      width: 100%;
      max-height: 525px; }
    .productDetail .rowdetail-left__bottom {
      display: none; }
    .productDetail .rowdetail-left__bottoms {
      width: 90%;
      position: relative;
      margin: auto; }
      .productDetail .rowdetail-left__bottoms .slick-dots li button:before {
        content: ''; }
      .productDetail .rowdetail-left__bottoms img {
        width: 100%;
        margin-right: 10px;
        border: 1px solid #f2f2f2;
        border-right: 0;
        padding: 5px;
        height: 70px; }
        .productDetail .rowdetail-left__bottoms img:nth-child(1) {
          border-left: 1px solid #f2f2f2; }
      .productDetail .rowdetail-left__bottoms .slick-next {
        background: url(../img/muiphai.png);
        right: -8%;
        position: absolute;
        box-shadow: none;
        z-index: 1;
        border: none;
        width: 35px !important;
        height: 35px !important;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.7; }
      .productDetail .rowdetail-left__bottoms .slick-prev {
        background: url(../img/muitrai.png);
        opacity: 0.7;
        color: #fff;
        left: -8%;
        z-index: 1;
        box-shadow: none;
        border: none;
        width: 35px !important;
        height: 35px !important;
        background-color: #fff;
        border-radius: 50%; }
        .productDetail .rowdetail-left__bottoms .slick-prev :hover {
          color: transparent;
          outline: none;
          background: transparent; }
  .productDetail .rowdetail-mid {
    width: 100%; }
    .productDetail .rowdetail-mid__item-content__left {
      width: 100%; }
      .productDetail .rowdetail-mid__item-content__left-much .item-qty {
        margin-right: 0; }
      .productDetail .rowdetail-mid__item-content__left-much .item-btn {
        float: right; }
      .productDetail .rowdetail-mid__item-content__left-much .item-adress {
        margin-bottom: 10px; }
      .productDetail .rowdetail-mid__item-content__left-price .item-pricenew {
        font-size: 30px; }
      .productDetail .rowdetail-mid__item-content__left-time .item-time {
        width: 100%; }
    .productDetail .rowdetail-mid__item-content__right {
      width: 100%; }
    .productDetail .rowdetail-mid__item-list .item-busisness {
      margin-bottom: 10px; }
    .productDetail .rowdetail-mid__item-list .item-sku {
      margin-bottom: 10px; }
  .productDetail .detail-left {
    width: 100%;
    padding-right: 0; }
    .productDetail .detail-left__content-showComment .item-infor__title-star {
      float: left;
      margin-top: 10px; }
    .productDetail .detail-left__content-showComment .item-infor__title-name {
      width: 100%; }
    .productDetail .detail-left__content-viewadd {
      margin-bottom: 40px; }
    .productDetail .detail-left__content-evaluate {
      display: block; }
      .productDetail .detail-left__content-evaluate__star {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__percent {
        width: 100%;
        display: block;
        float: left;
        border-bottom: 1px solid #ccc;
        border-right: 0; }
      .productDetail .detail-left__content-evaluate__btn {
        width: 100%;
        display: block;
        float: left;
        padding: 10px; }
  .productDetail .detail-right {
    width: 100%; }
    .productDetail .detail-right__item-img {
      width: 45%;
      height: auto; }
      .productDetail .detail-right__item-img img {
        width: 90%;
        max-height: 125px; }
    .productDetail .detail-right__item-title {
      width: 52%;
      line-height: 25px; }
  .productDetail .detail-left__content-showComment .item-infor {
    width: 85%; }
  .productDetail .detail-left__content-showComment .item-avt {
    width: 15%; }
  .productDetail .productRelated-item .product-show__list {
    width: calc(100% / 2); }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 2) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(4n + 0) {
      margin: 0 0 0 0;
      border-left: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(n + 1) {
      margin: 0 0 0 0;
      border-top: 0; }
    .productDetail .productRelated-item .product-show__list:nth-child(1) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:nth-child(2) {
      margin: 0 0 0 0;
      border-top: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list:last-child {
      border-bottom: 1px solid #f2f2f2; }
    .productDetail .productRelated-item .product-show__list-name {
      min-height: 50px; }
    .productDetail .productRelated-item .product-show__list-img {
      padding: 10px;
      height: 150px; }
    .productDetail .productRelated-item .product-show__list-sale span {
      top: 10px;
      left: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-right {
      font-size: 10px; }
    .productDetail .productRelated-item .product-show__list-promotion .promotion-left {
      padding: 0;
      height: 22px; }
    .productDetail .productRelated-item .product-show__list-price .price-new span {
      font-size: 14px; }
    .productDetail .productRelated-item .product-show__list-price .price-old span {
      font-size: 10px; }

  .categoryProduct-rightmb {
    display: block; }
  .categoryProduct-showContent img {
    width: 100%; }
  .categoryProduct-right {
    display: none; }
  .categoryProduct-left {
    width: 100%;
    float: left; }
    .categoryProduct-left .product-show {
      margin-bottom: 20px; }
    .categoryProduct-left .categories .product-show__list {
      width: calc(100% / 2);
      margin-bottom: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(3n + 2) {
        margin: 0 0 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(n + 3) {
        border-top: 0; }
      .categoryProduct-left .categories .product-show__list:nth-child(2n + 2) {
        border-left: 0; }
      .categoryProduct-left .categories .product-show__list-img {
        height: 200px; }
        .categoryProduct-left .categories .product-show__list-img img {
          padding: 10px; }
      .categoryProduct-left .categories .product-show__list-sale span {
        top: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-right {
        font-size: 10px; }
      .categoryProduct-left .categories .product-show__list-promotion .promotion-left {
        padding: 0;
        height: 22px; }
      .categoryProduct-left .categories .product-show__list-price .price-new span {
        font-size: 14px; }
      .categoryProduct-left .categories .product-show__list-price .price-old span {
        font-size: 10px; }

  .cart-right {
    width: 100%; }
    .cart-right__content-item__img span {
      right: 82%; }
  .cart-left {
    width: 100%;
    border: 0; }
    .cart-left__info {
      width: 100%;
      margin-bottom: 20px; }
      .cart-left__info-form input[type=text] {
        border: 1px solid #ccc; }
    .cart-left__payment {
      width: 100%;
      margin-left: 0; }

  .cart-table {
    display: none; }

  .cartMob {
    display: block;
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    .cartMob table {
      text-align: center;
      margin-top: 40px;
      border-collapse: collapse; }
    .cartMob h3 {
      font-size: 30px;
      text-align: center;
      margin: 20px 0; }
    .cartMob th {
      padding: 10px;
      border: 1px solid #ddd;
      font-size: 14px; }
    .cartMob td {
      border: 1px solid #ddd;
      padding: 10px;
      font-size: 14px; }
      .cartMob td p {
        margin-bottom: 10px; }
      .cartMob td strong {
        color: #03A9F4;
        font-weight: normal; }
      .cartMob td span {
        color: #911A1D;
        font-weight: bold; }
    .cartMob img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .cartMob i {
      font-size: 20px;
      padding: 5px; }
    .cartMob-default {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555;
      text-align: center;
      margin-bottom: 30px; }
      .cartMob-default__title {
        margin-bottom: 20px; }
      .cartMob-default__home {
        margin-bottom: 10px; }
        .cartMob-default__home a {
          background: #157ed2;
          padding: 10px;
          margin-top: 20px;
          border: 0;
          color: #fff;
          text-decoration: none;
          margin-bottom: 20px; }
    .cartMob-success {
      line-height: 25px;
      border: 1px solid #d2d2d2;
      padding: 10px;
      background: #f2f2f2;
      color: #555555; }
      .cartMob-success__home {
        background: #157ed2;
        padding: 10px;
        margin-top: 20px;
        border: 0;
        color: #fff; }
    .cartMob-show {
      width: 45px;
      height: 35px;
      background: #fff;
      border: 0;
      text-align: center;
      border: 1px solid #ccc; }
    .cartMob-btnMinus {
      width: 30px;
      height: 30px;
      margin-bottom: 10px; }
    .cartMob-btnPlus {
      width: 30px;
      height: 30px; }
    .cartMob-btnRemove {
      background: #ff0000;
      color: #fff;
      border: none; }
    .cartMob-total {
      font-weight: bold; }
    .cartMob-contine {
      padding: 10px;
      margin-top: 20px;
      background: #157ed2;
      border: 0;
      color: #fff;
      float: right;
      margin-right: 10px; }
    .cartMob-order {
      padding: 10px;
      margin-top: 20px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-order2 {
      padding: 10px;
      background: #ed1c24;
      border: 0;
      color: #fff;
      float: right; }
    .cartMob-left {
      width: 65%;
      float: left;
      margin-right: 3%;
      border-right: 1px solid #d9d9d9; }
      .cartMob-left__info {
        width: 45%;
        float: left; }
        .cartMob-left__info-title {
          color: #737373;
          font-size: 16px;
          font-weight: bold; }
        .cartMob-left__info-form input[type=text] {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form select {
          width: 100%;
          padding: 10px;
          margin-top: 20px; }
        .cartMob-left__info-form textarea {
          width: 100%;
          height: 150px;
          margin-top: 20px;
          padding: 10px; }
      .cartMob-left__payment {
        width: 45%;
        float: left;
        margin-left: 5%; }
        .cartMob-left__payment-item__title {
          font-size: 18px;
          font-weight: bold;
          color: #737373;
          font-size: 16px; }
        .cartMob-left__payment-item__formInline {
          font-size: 14px;
          width: 100%;
          float: left;
          border-radius: 4px;
          padding: 10px 20px 15px;
          box-sizing: border-box;
          border: 1px solid #d9d9d9;
          margin-top: 20px;
          margin-bottom: 20px;
          line-height: 25px; }
        .cartMob-left__payment-item a {
          color: #157ed2; }
        .cartMob-left__payment-item i {
          color: #155593;
          font-size: 20px;
          padding-right: 5px;
          position: relative;
          top: 2px; }
        .cartMob-left__payment-item p {
          color: #737373; }
    .cartMob-right {
      width: 30%;
      float: left; }
      .cartMob-right__content-item {
        border-top: 1px solid #d9d9d9;
        margin-top: 15px;
        padding-top: 10px;
        position: relative; }
        .cartMob-right__content-item img {
          width: 60px;
          float: left;
          height: 70px;
          border: 1px solid #d9d9d9;
          position: relative;
          margin: 0 auto;
          border-radius: 2px; }
        .cartMob-right__content-item span {
          position: absolute;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          color: #fff;
          background: #155593;
          font-weight: bold;
          top: 32%;
          right: 80%;
          font-size: 12px; }
        .cartMob-right__content-item__name {
          width: calc(100% - 200px);
          float: left;
          color: #4d4d4d;
          padding: 10px 10px 0 10px;
          box-sizing: border-box;
          text-align: justify;
          font-size: 14px; }
        .cartMob-right__content-item__price {
          width: 115px;
          font-size: 14px;
          float: right;
          color: #4d4d4d;
          padding-top: 26px;
          text-align: right; }
      .cartMob-right__fee {
        border-bottom: 1px solid #d9d9d9;
        padding: 10px 0; }
        .cartMob-right__fee p {
          color: #4d4d4d;
          padding: 5px 0;
          font-size: 14px; }
        .cartMob-right__fee span {
          float: right; }
      .cartMob-right__total {
        border-bottom: 1px solid #d9d9d9;
        padding: 15px 0;
        color: #4d4d4d;
        font-size: 16px; }
        .cartMob-right__total span {
          font-size: 18px;
          font-weight: bold;
          float: right;
          position: relative;
          bottom: 2px; }
      .cartMob-right__btnaction {
        margin-top: 20px;
        font-size: 14px; }
        .cartMob-right__btnaction a {
          text-decoration: none; }
          .cartMob-right__btnaction a:first-child {
            float: left;
            color: #155593;
            padding-top: 10px; }
          .cartMob-right__btnaction a:last-child {
            float: right;
            text-transform: uppercase;
            font-size: 16px;
            color: #fff;
            font-weight: bold;
            padding: 10px 35px;
            background: #155593;
            border-radius: 4px;
            position: relative; } }
.css-content {
  font-size: 16px;
  width: 100%;
  float: left; }
  .css-content blockquote {
    padding: 10px; }
  .css-content ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px; }
    .css-content ol li {
      list-style-type: decimal;
      line-height: 35px;
      display: list-item;
      text-align: -webkit-match-parent; }
  .css-content figcaption {
    margin-bottom: 20px; }
  .css-content ul {
    list-style-type: disc;
    margin-left: 20px; }
    .css-content ul li {
      list-style-type: disc;
      color: #288ad6;
      color: #333;
      line-height: 35px; }
  .css-content p {
    line-height: 35px;
    margin-bottom: 10px; }
  .css-content li {
    margin-bottom: 10px; }
  .css-content h2, .css-content h3, .css-content h4 {
    margin-bottom: 10px;
    margin-top: 10px; }
  .css-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px; }
  .css-content a {
    color: #288ad6; }
  .css-content table {
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-spacing: 0; }
    .css-content table tr td {
      border: 1px solid #ddd;
      padding: 10px; }
      .css-content table tr td:first-child {
        background: #f1f1f1; }
  .css-content .sudo-toc {
    background: #f7f7f7;
    padding: 15px;
    width: 100%;
    border: dotted 2px #ddd;
    margin-bottom: 20px; }
    .css-content .sudo-toc div {
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
  .css-content ol li {
    line-height: 35px; }
    .css-content ol li a {
      color: #288ad6; }
  .css-content .sudo-toc ul {
    list-style-type: disc;
    line-height: 35px;
    margin-top: 10px; }
    .css-content .sudo-toc ul li ul {
      margin-left: 20px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px; } }
/* Module Loading */
#loading_box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  visibility: hidden; }

#loading_image {
  width: 100%;
  height: 100%;
  background: url("../../assets/img/loadingloading.gif") no-repeat center center;
  -webkit-background-size: 70px 70px;
  background-size: 165px 200px; }

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