/**
 * Add custom styles.
 */

/* Golf Gloves */
.golf-gloves .product-blank,
.golf-gloves .product-blank .overlay,
.golf-gloves .product-blank .image-container {
  width: 374px;
  height: 269px;  
}
.golf-gloves .product-blank {
  background: url('../images/blank.png') no-repeat;
}
.golf-gloves .product-blank .overlay {
  background: url('../images/overlay.png') no-repeat;
}
.golf-gloves .product-blank.single.active {
  margin: 20px auto 60px;
}
.golf-gloves .product-blank .text-container {
  margin: 0 10px;
}
.golf-gloves .product-blank .guides,
.golf-gloves .product-blank .limits { /* Image limits */
  width: 82px;
  height: 79px;  
  top: 43px;
  left: 146px;
}
.golf-gloves .product-blank .guides {
  background: url('../images/guides.png') no-repeat;
}