  .slider-img{
     width: 60% !important;
     margin: 0 auto!important;
     overflow: visible !important;
     max-height: 75vh !important;
    }

  /*zooming*/

  .parent{
        margin: auto;
        background-color: transparent;
        display: flex;
        height: 100%;
        width: 100%;       
  }

  #product-image-gallary .parent{
    height: 350px;
    width: 350px;
    background-color: transparent;
  }

 /* .gallery-carousel-thumbs{
    padding:0 10px;
  }*/

  /*zooming*/

  .owl-carousel.gallery-carousel-thumbs{
     width: 350px;
  }

  .owl-carousel.gallery-carousel-thumbs .owl-thumb{
    height:8rem;
    width: 56px;
    margin-right: 12px;
    height:56px;
  }

  .arrows-modify .owl-prev i, .arrows-modify .owl-next i {   
      color: #e7422f!important;
  }

  .gallery-carousel.owl-carousel.parent.owl-loaded.owl-drag{
      background: transparent;
  }

  #product-image-gallary{
    padding: 0 0px;
  }



  @media only screen and (max-width: 1048px) {
    .slider-img {
      width:100%!important; 
      max-height: 85vh !important;      
    }
  }

  @media only screen and (min-width: 1366px) {
    .slider-img {
      /*width:100%!important; */
      max-height: 68vh !important;        
    }
  }

  /*zooming effect css*/

  @media only screen and (min-width: 768px) {
    
    #detailBox{
      padding-left: 60px;
    }

  }

  @media only screen and (max-width: 767px) {
     /* .gallery-carousel-thumbs {
        padding: 0 95px;
    }*/

     #product-image-gallary .parent{
      height: 350px;
      width: 350px;
      background-color: transparent;
    }

    .owl-carousel.gallery-carousel-thumbs .owl-thumb .owl-item{
      height:8rem;
      width: 56px!important;
      margin-right: 10px!important;
      height:56px!important;
    }
    #product-image-gallary .gallery-carousel .owl-height{
      height:350px!important;
    }

    .div-img{
      width: 350px;
      height: 350px;
    }
  }

    @media only screen and (max-width: 640px) {
     /* .gallery-carousel-thumbs {
        padding: 0 60px;
    }*/

    .setMain{
      float: none!important;
      margin: 0 auto!important;      
    }

    .setThumb{    
      margin: 0 auto!important;
    }

     #product-image-gallary .parent{
      height: 350px;
      width: 350px;
      background-color: transparent;
    }

    #product-image-gallary.gallery-carousel-thumbs.owl-stage-outer.owl-stage.owl-item{
      
      width: 44px!important;
      margin-right: 15px!important;
      height:44px!important;
    }
    #product-image-gallary .gallery-carousel .owl-height{
      height:350px!important;
    }

    .div-img{
      width: 350px;
      height: 350px;
    }
  }

@media only screen and (max-width: 640px) {
  #product-image-gallary .parent {
    height: 329px;
    width: 329px;
  }
}