
#square-buttons {
    border: none;
}

.product-img-box img {
  max-width: 100%;
}

/*
 * ==============================================
 * Mobile styles
 * ==============================================
 */

@media only screen and (max-width:640px) {

  #square-buttons {
      display: none;
  }

}