.shop-product-wrapper-two {
  margin-left: -10px;
  .shop-icon-car{
    bottom: 2px;
  }
  .shop-product-price-container{
    position: absolute;
    //bottom: 0;
  }
  .shop-pro-item {
    width: 50%;
    padding-left: 10px;
    float: left;
    -webkit-column-break-inside:avoid;
  }
}


.shop-product-parent{
  display: flex;
  padding: 10px 10px 0 10px;
  .shop-product-container{
    width: 50%;
    margin-left: 0px;
    padding: 0;
  }
  .shop-product-wrapper-two{
    margin-left: 0px;
    .shop-pro-item{
      padding-left: 5px;
      width: 100%;
    }
  }
}
.shop-product-parent > div:nth-of-type(1){
  .shop-pro-item{
    margin-left:-5px !important;
  }
}