.product-block {
  margin: 0 auto;
}
.product-block ul {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.product-item {
  text-align: left;
  position: relative;
  padding: 25px 0px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin: 0 30px 100px;
  width: calc( 20% - 60px );
}
@media (max-width: 1600px) {
  .product-item {
    margin: 0 15px 50px;
    width: calc( 25% - 30px );
  }
}
@media (max-width: 800px) {
  .product-item {
    margin: 0 15px 50px;
    width: calc( 33.33% - 30px );
  }
}
@media (max-width: 600px) {
  .product-item {
    border-radius: 15px;
    padding: 5px 0px 10px;
    margin: 0 7px 5px;
    width: calc( 50% - 14px );
  }
}
.product-item:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.product-item:hover .hover {
  opacity: 1;
}
.product-item img {
  margin-bottom: 18px;
}
@media (max-width: 900px) {
  .product-item img {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .product-item img {
    margin-bottom: 0px;
  }
}
.product-item p {
  font-size: 1rem;
  line-height: 24px;
}
@media (max-width: 900px) {
  .product-item p {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .product-item p {
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.product-item .price {
  font-size: 1.5rem;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .product-item .price {
    font-size: 0.75rem;
    line-height: 20px;
    margin-right: 5px;
  }
}
.product-item .original {
  font-size: 1.5rem;
  line-height: 32px;
  color: #333333;
  text-decoration: line-through;
}
@media (max-width: 900px) {
  .product-item .original {
    font-size: 1.125rem;
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .product-item .original {
    font-size: 0.75rem;
    line-height: 20px;
  }
}
.product-item .text-box {
  padding: 0 15px;
}
.product-item .sall-tag {
  position: absolute;
  width: 88px;
  left: 0;
  top: 24px;
  font-size: 1rem;
  line-height: 24px;
  color: #fff;
  z-index: 3;
  text-align: center;
  padding: 8px 0;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .product-item .sall-tag {
    font-size: 0.875rem;
    line-height: 22px;
    padding: 5px 0;
  }
}
@media (max-width: 600px) {
  .product-item .sall-tag {
    font-size: 0.75rem;
    line-height: 20px;
    padding: 3px 0;
    width: 60px;
  }
}
.product-item .cart-plus-icon {
  width: 30px;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 900px) {
  .product-item .cart-plus-icon {
    width: 25px;
  }
}
@media (max-width: 600px) {
  .product-item .cart-plus-icon {
    width: 20px;
  }
}
.product-item .cart-plus-icon img {
  margin-bottom: 0px;
}

.product-text {
  text-align: center;
}
.product-text p {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .product-text p {
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
.product-text span {
  font-weight: 800;
}
.product-text .price-box {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .product-text .price-box {
    margin-bottom: 5px;
  }
}
.product-text .price {
  font-size: 1.125rem;
  line-height: 26px;
  color: #c65a2a;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .product-text .price {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.product-text .original {
  font-size: 0.875rem;
  line-height: 22px;
  color: #aaaaaa;
  text-decoration: line-through;
}