/* Golf Balls*/

.product-blank {
  position: relative;
}

.product-blank .guides {
  overflow: hidden;
  position: absolute;
  z-index: 10;
}
.product-blank .guides + a,
.product-blank .item-list {
  position: relative;
  z-index: 11;
}

.product-blank.emblem-name-bar-logo-badges .guides {
  top: 0;
}

.guides .product-blank-content {
  color: #000000;
  font-family: Ubuntu;
  font-size: 18px;
  text-align: center;
  z-index: 9;
}

.guides .product-blank-content p,
.guides .product-blank-content span {
  line-height: 120%;
}

.ckeditor_links,
.filter-wrapper {
  display: none !important;
}

.product-blank .guides-inactive {
  border-color: rgba(255, 67, 67, 0.4);
}

.product-blank .guides-off {
  border-color: rgba(255, 67, 67, 0);
}

.product-blank .image_link {
  display: none;
}
.guides .product-blank-content p {
  margin: 0;
  white-space: nowrap;
}
.guides .product-blank-content .product-blank-image {
  position: absolute;
}
.page-admin-commerce .product-blank .image_link {
  position: relative;
  z-index: 15;
  display: block;
}

.fake-image {
  cursor: move;
  z-index: 30;
}

.radio-without-description .form-item-customise-method {
  top: 35px !important;
}

.radio-without-description .option {
  bottom: 25px !important;
}

.radio-without-description span {
  top: 39px !important;
}

.wizard-form .form-text.ui-state-disabled {
  opacity: 1;
}

.product-blank-content-text {
  position: absolute;
  z-index: 1;
}

.custom_design_label {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -29px;
  font-family: "Ubuntu";
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.custom_design_label span {
  display: block;
  color: #ff4344;
}

#required_design_container {
  margin: 20px;
}

.custom_size_container .error.message {
  background: #fff4f4;
  padding: 10px;
}
