.nc_bundle_title {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "evogria";
  letter-spacing: 1px;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.bundle_variation {
  width: 100%;
  padding: 0.5rem;
  background-color: #000;
  border: 0px;
  color: #e8ff29;
  text-transform: uppercase;
  border: 1px solid #303030;
  margin-bottom: 0.5rem;
}
.nc_single_bundle_item {
  width: 25%;
  display: block;
  padding: 0.2rem;
  position: relative;
  float: left;
}
.nc_single_bundle_item img {
  width: 100%;
  border: 1px solid #333;
}
.nc_single_bundle_item .info {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.6rem;
  background-color: #000;
  line-height: 0.3rem;
  color: #fff;
  border-radius: 59%;
  padding: 0.3rem;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #333;
}
.nc_single_bundle_item_title {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  background-color: #000;
  padding: 0.3rem;
  border: 1px solid #333;
  font-size: 0.7rem;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
}
.nc_single_bundle_item:hover .nc_single_bundle_item_title {
  opacity: 1;
}
.nc_addon_title {
  margin-bottom: 1.5rem;
}
.nc_addon_img {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #333;
    margin-bottom: 1rem;
    position: relative;
}

.nc_addon_img .addon_plus {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  background-color: #e8ff29;
  color: #000;
  font-size: 0.8rem;
  line-height: 0.5rem;
  padding: 0.2rem;
  border-radius: 50%;
}
.nc_addon_copy {
  text-transform: uppercase;
}
