.shop-pro-item-big {
  width: 100%;
.shop_Reatail_priceOneBIgTwoSmall{
  width: 160px;
  //height: 18px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #FC676E;
  overflow: hidden;
  position: absolute;
}


}

.shop-pro-item-small {
  .shop-icon-car{
    bottom: 0px;
  }
  width: 50%;
  .shop-product-price-wrapper{
    position: absolute;
  }
 .shop_Reatail_priceOneBIgTwoSmall{
   width: 160px;
   overflow: hidden;
   background-color: #ffffff;
   border: 1px solid #FC676E;
   border-radius: 10px;
   transform: scale(0.77,0.77);
   -webkit-transform:scale(0.77,0.77);
   -moz-transform:scale(0.77,0.77);
   transform-origin: 0;
 }
}

.shop-pro-item-big, .shop-pro-item-small {
  padding-right: @margin10;
  float: left;
}

.shop-product-wrapper-mix {
  margin-right: -@margin10;

  .shop-pro-item {
    &:first-child {
      margin-top: 0;
    }
  }
}