.dt-hide{
    display: none;
  }
  .img100{
    width:100%;
  }
  .mimg100{
    max-width: 100%;
  }
.logo-footer {
    width:200px;
}
.sec1{
  background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    /* margin: 0 0 0 57%; */
    /* max-width: 100%; */
    padding: 40px;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-left: -20%;
    z-index: 9;
    margin-top: 70px;
    width: 640px;
}
.show-img img{
  width:100%;
}
.list-img img{
  width:16%;
  margin-bottom: 10px;
  padding: 0 3px;
}
.list-color:hover{
  cursor: pointer;
}
.color-active{
  opacity: .5;
}
.shop-single-product{
  padding-bottom: 80px;
}
.product-quick-view-modal .shop-single-product{
  padding: 50px 20px;
}
  @media only screen and (max-width: 1024px) {
    .dt-hide{
        display: block;
      }
      .mb-t0{
        margin-top: 0;
      }
      .collection-slider-content .collection-slider-container .swiper-wrapper .swiper-slide .slider-item .thumb{
        width:100%;
      }
      .gallery-trends-container .slider-item {
        height: 444.83px;
        overflow: hidden;
      }
      .sec1{
        background-color: #fff;
          -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          /* margin: 0 0 0 57%; */
          /* max-width: 100%; */
          padding: 40px;
          width: 100%;
          -webkit-animation-duration: 1s;
          animation-duration: 1s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          margin-left: 0%;
          z-index: 9;
          margin-top: 0;
          width: 100%;
      }
      

}


@media only screen and (max-width: 767px) {
  .list-img img{
    width:19%;
    margin-bottom: 10px;
    padding: 0 3px;
  }
  .product-quick-view-modal .shop-single-product{
    padding: 0;
  }
  .mb-center{
    text-align: center!important;
  }
}