/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
@media only screen and (max-width: 320px) {
  button#personalize_btn {
    margin-top: 5px;
  }
}

/* smartphones, Android phones, landscape iPhone */
@media only screen and (max-width: 480px) {
  button#personalize_btn {
    margin-top: 5px;
  }
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media only screen and (max-width: 600px) {
  button#personalize_btn {
    margin-top: 5px;
  }
}

/* tablet, landscape iPad, lo-res laptops ands desktops */
@media only screen and (min-width: 801px) and (max-width: 915px) {
  button#personalize_btn {
    margin-top: 5px;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) img{
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .product-template-default .zoomImg {
      display: none !important;
  }
  .product-template-default .custom-gallery-buttons.toggle-group {
      z-index: 777;
      position: relative;
      padding-top:10px;
  }
}

body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-top: 0;
}
