.theme-product-detail-image-container:hover .img-zoom-lens {
        opacity : 1;
     }
    .img-zoom-container {
        position: relative;
        display: flex;
         width: 100%;
        height: 100%;
     }
     .img-zoom-lens {
        position: absolute;
        width: 250px;
        height: 250px;
        opacity : 0;
        background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbC1vcGFjaXR5PSIuMDUiIGZpbGw9IiNGRkYiIGQ9Ik0wIDBoMnYySDB6Ii8+PHBhdGggZD0iTTAgMGgxdjFIMHoiIGZpbGw9IiM4REFDREEiLz48L2c+PC9zdmc+) repeat;
        cursor: -webkit-zoom-in;
      }
      .img-zoom-result {
          background:#ffffff;
          border: 15px solid #ffffff;
          outline: 4px solid #E7E7E7;
          border-radius: 10px;
          position: absolute;
          left: 100%; /*match width of #myimage*/
          width: 100%;
          top: 0;
          height: 100%;
          background-repeat: no-repeat;
          z-index:999999;
          box-shadow : 0 4px 20px 2px rgba(0,0,0,.2);
      }
      [data-zs-product-details-primary-section]{
        position: relative;
      }






@media(max-width : 768px) {
 .zpcarousel-arrows-container {
  .zpcarousel-arrow-left,.zpcarousel-arrow-right {
   width : 50px !important;
   height : 50px !important;
  }
 }
}