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