
    
.productContainer {
    /*position:relative;*/
    /*wf-left;*/
    position: absolute;
    width: 100%; 
    /*top: 832px;*/
    /*left: 78px;*/
    /*z-index:2;*/
    /*padding-top:26px;*/
    /*padding-left:52px;*/
}    

    
.productBox {
	/*position:relative;*/
    position: absolute;
    /*wf-left;*/
    /*margin-left: 78px;*/
    /*margin-left: 26px;*/
    /*margin-bottom:52px;*/
     /*top: 494px; */
    /* left: 104px; */
    z-index: 1;
    /*overflow:hidden;*/
  
} 


/*.drag.productBox */
.darg.productItem
{
  
   box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.5);
 
}

.productBox.studded::after{
  z-index:-1 !important;
}

    .productItem{
      display:flex;
      flex-wrap:wrap;
      /*width:100%;*/
      width:var(--block10);
      /*height:234px;*/
      /*background-color:#fff;*/
      /*background-repeat:no-repeat;*/
      /*background-size:cover;*/
      /*background-position:center;*/
    }
    .product-image{
      width:100%;
      max-width:260px;
      height:auto;
    }
    .productionMask{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      z-index:2;
      overflow:hidden;
      /*display:none;*/
        display: inline-flex;
    	flex-wrap: wrap;
    }
    .productImage{
      position:relative;
      width:260px;
      height:234px;
      /*background-color:#fff;*/
      background-repeat:no-repeat;
      background-size:cover;
      background-position:center;
      overflow:hidden;
      z-index:2;
    }    
    .productInfo{
      position:relative;
      /*bottom:-26px;*/
      /*left:0px;*/
      width:100%;
      z-index:3;
    }
    .productInfoA{
      position:absolute;
      bottom:0px;
      left:0px;
      width:100%;
      z-index:2;
    }
 
 
   
.top2{
  margin-top:-52px !important;
}
.top3{
  margin-top:52px !important;
}
.lft1{
  margin-left:52px !important;
}
.lft2{
  margin-left:130px !important;
}