.shop-product-wrapper-three {
  margin-left: -10px;
  .shop-icon-car{
    bottom: 0;
  }
   .shop-product-price-wrapper{
     position: absolute;
     bottom: 0;
   }
  .shop-pro-item {
    width: 33.33%;
    padding-left: 10px;
    float: left;
    overflow: hidden;
  }

  .shop-pro-card {
    padding: 0 0;
  }

  .shop-pro-btn {
    position: static;
    margin-bottom: 10px;
  }

  .shop-product-price-wrapper {
    font-size: 12px;

    .shop-price-unit {
      font-size: 12px;
    }
  }
}
.shop-product-groupbuy-container {
  .shop-product-wrapper-three .shop-product-price-wrapper {
    position: relative !important;
  }
  .shop-product-wrapper-slide .shop-product-price-container{
    position: relative;
  }
  .shop-pro-item-small .shop-product-price-wrapper{
    position: relative;
  }
}


