/**
 * Add custom styles.
 */

/* Bag Tags Circle */
.bag-tags.wizard-form .product-blank,
.bag-tags.wizard-form .product-blank .overlay,
.bag-tags.wizard-form .product-blank .image-container {
  width: 210px;
  height: 260px;  
}
.bag-tags.wizard-form .product-blank {
  background: url('../images/blank.png') no-repeat;
}
.bag-tags.wizard-form .product-blank .overlay {
  background: url('../images/overlay.png') no-repeat;
}
.bag-tags.wizard-form .product-blank.single.active {
  margin: 20px auto 60px;
}
.bag-tags.wizard-form .product-blank .text-container {
  margin: 0;
}
.bag-tags.wizard-form .product-blank .guides,
.bag-tags.wizard-form .product-blank .limits { /* Image limits */
  width: 194px;
  height: 194px;  
  top: 42px;
  left: 8px;
}
.bag-tags.wizard-form .product-blank .guides {
  background: url('../images/guides.png') no-repeat;
}

/* Bag Tags Square */
.bag-tags.wizard-form.square_bag_tags .product-blank {
  background: url('../images/square_blank.png') no-repeat;
}
.bag-tags.wizard-form.square_bag_tags .product-blank .overlay {
  background: url('../images/square_overlay.png') no-repeat;
}
.bag-tags.wizard-form.square_bag_tags .product-blank.single.active {
  margin: 20px auto 60px;
}
.bag-tags.wizard-form.square_bag_tags .product-blank .text-container {
  margin: 0 18px;
}
.bag-tags.wizard-form.square_bag_tags .product-blank .guides,
.bag-tags.wizard-form.square_bag_tags .product-blank .limits { 
  width: 182px;
  height: 182px;  
  top: 47px;
  left: 13px;
}
.bag-tags.wizard-form.square_bag_tags .product-blank .guides {
  background: url('../images/square_quides.png') no-repeat;
}