
/* Custom product layout fix */
.acg-product-layout{
  width:100%;
  min-height:60vh;
  background:#fff;
  position:relative;
  z-index:1;
  padding-top:204px;
}

@media(max-width:1024px){
  .acg-product-layout{
    padding-top:128px;
  }
}

/* ACG custom product pages layout fix */
.acg-product-layout{
  width:100%;
  min-height:60vh;
  background:#fff;
  position:relative;
  z-index:1;
  padding-top:204px;
}

@media(max-width:1024px){
  .acg-product-layout{
    padding-top:128px;
  }
}
