.product-cate {
  width: 100%;
  display: inline-block;
  float: right;
  box-shadow: -1px 1px 3px 0px rgba(137, 152, 172, 0.3);
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #f7f7f7;
  border-radius: .25rem; }
  .product-cate .title-filter {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-top: 0;
    padding: 13px 10px 0; }
  .product-cate .list-filter {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F0F3F7;
    padding: 0 10px 10px; }
    .product-cate .list-filter li {
      font-size: 12px !important;
      font-weight: 400 !important;
      color: #333942; }
      .product-cate .list-filter li a {
        display: inline-block;
        background-color: #FFFFFF;
        border: 1px solid #CBCBCB;
        padding: 4px 18px;
        border-radius: 30px !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        color: #333;
        text-align: center;
        transition: color .15s;
        margin: 0 5px; }
        .product-cate .list-filter li a:hover, .product-cate .list-filter li a.active {
          background: #BB0029;
          color: #FFFFFF;
          border-color: #BB0029; }
  .product-cate .list-product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    background: #FFFFFF; }
    .product-cate .list-product .item {
      margin-top: 10px;
      display: inline-block;
      padding: 12px 8px;
      position: relative; }
      .product-cate .list-product .item .box-img {
        position: relative;
        margin-bottom: 10px; }
        .product-cate .list-product .item .box-img a {
          width: 100%;
          height: 100%; }
          .product-cate .list-product .item .box-img a img {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .product-cate .list-product .item .box-img .block-sale {
          position: absolute;
          top: 0;
          right: 0;
          padding: 10px;
          padding-bottom: 0;
          text-align: right;
          padding-left: 0;
          width: 60px;
          height: 60px; }
          .product-cate .list-product .item .box-img .block-sale img {
            height: auto;
            width: 100%; }
          .product-cate .list-product .item .box-img .block-sale span {
            font-size: 13px;
            font-weight: 500;
            color: #fff;
            position: absolute;
            top: 55%;
            right: 55%;
            transform: translate(50%, -50%);
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
        .product-cate .list-product .item .box-img .block-sale2 {
          position: absolute;
          bottom: 0;
          left: 0;
          top: auto;
          right: auto;
          padding: 10px;
          padding-right: 0;
          padding-top: 0;
          text-align: left;
          width: 55px;
          height: 55px; }
          .product-cate .list-product .item .box-img .block-sale2 img {
            height: auto;
            width: 100%; }
        .product-cate .list-product .item .box-img .block-sale3 {
          top: 0;
          left: 0;
          right: auto;
          text-align: left;
          position: absolute;
          padding-left: 10px;
          padding-top: 10px;
          width: auto;
          max-height: 55px; }
          .product-cate .list-product .item .box-img .block-sale3 img {
            max-height: 50px;
            width: auto; }
      .product-cate .list-product .item .detail .title {
        line-height: 1;
        display: grid; }
        .product-cate .list-product .item .detail .title a {
          font-size: 13px !important;
          font-weight: 400 !important;
          color: #333942;
          transition: all .5s;
          line-height: 1.5;
          display: block;
          display: -webkit-box;
          height: 39px;
          font-size: 13px !important;
          line-height: 1.5;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .product-cate .list-product .item .detail .title a:hover {
          color: #bb0029; }
      .product-cate .list-product .item .detail .box-price .price {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #BB0029;
        margin-top: 8px; }
      .product-cate .list-product .item .detail .box-price .old-price {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #8998AC;
        text-decoration: line-through;
        margin-top: 6px; }
      .product-cate .list-product .item .action {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        text-align: center;
        background: rgba(255, 255, 255, 0.75);
        border-radius: 4px;
        box-shadow: -2px 1px 7px -1px rgba(221, 228, 238, 0.75); }
        .product-cate .list-product .item .action li {
          margin-top: 10px; }
          .product-cate .list-product .item .action li a, .product-cate .list-product .item .action li button {
            width: 120px;
            height: 34px;
            padding: 5px 0;
            background-color: #FFFFFF;
            border: 1px solid #CBCBCB;
            border-radius: 30px !important;
            font-size: 12px !important;
            font-weight: 400 !important;
            color: #CBCBCB; }
          .product-cate .list-product .item .action li a:hover {
            border: 1px solid #BB0029 !important;
            color: #BB0029 !important; }
      .product-cate .list-product .item:hover {
        border-radius: 4px;
        box-shadow: -2px 1px 7px -1px rgba(221, 228, 238, 0.75); }
        .product-cate .list-product .item:hover .action {
          display: flex; }

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