
    
.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(--grid10);
      /*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;
    }    
    .active .productImage{
      filter:invert(1);
    }
    .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;
}

/*usermenu*/

.app-list{
	width:100%;
}
.app-list .tile{
	/*margin-right:26px;*/
	/*margin-bottom:26px;*/
}
.appIcon{
	width:var(--grid3);
	height:var(--grid3);
	background-size:70%;
}
.appIcon2{
	width:var(--grid6);
	height:var(--grid3);
	background-size:70%;
}	            

.appIcon.sw-logo{
	margin-left:0;
}
.up0 {
	/*z-index:0 !important;*/
}
.shadow-bottom{
	/*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);*/
 	/*border-bottom: 10px solid transparent;*/
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); 
/* Árnyék csak alul */
	
}

.account-menu-block .menu-block-left.active .productImage{
	/*border:2px solid var(--blue2) !important;*/
}

.svgAppIcon48{
width:42px;
height:42px;
}
.svgAppIcon48{
fill:var(--white)
}