/**
 * Add custom styles.
 */

/* Golf Hats */
.golf-hats.wizard-form .product-blank,
.golf-hats.wizard-form .product-blank .overlay,
.golf-hats.wizard-form .product-blank .image-container {
  width: 350px;
  height: 260px;
}
.golf-hats.wizard-form .product-blank {
  background: url('../images/blank.png') no-repeat;
}
.golf-hats.wizard-form .product-blank .overlay {
  background: url('../images/overlay.png') no-repeat;
}
.golf-hats.wizard-form .product-blank.single.active {
  margin: 20px auto 20px;
}
.golf-hats.wizard-form .product-blank .text-container {
  margin: 0 96px 0 99px;
}
.golf-hats.wizard-form .product-blank .guides,
.golf-hats.wizard-form .product-blank .limits { /* Image limits */
  width: 160px;
  height: 84px;
  top: 81px;
  left: 96px;
}
.golf-hats.wizard-form .product-blank .guides {
  background: url('../images/guides.png') no-repeat;
}