.ticket-post-header .ticket-options > li .label-job-purple {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em;
  display: inline-block;
  background: #8c4aa5;
  padding: 0 20px;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: -4px;
}

.ticket-post-header .ticket-options > li .label-job-purple[href]:hover, .ticket-post-header .ticket-options > li .label-job-purple[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.ticket-post-header .ticket-options > li .label-job-purple:empty {
  display: none;
}

.btn .ticket-post-header .ticket-options > li .label-job-purple {
  position: relative;
  top: -1px;
}

label.addtocart {
  cursor: pointer;
}

.bundle-box .buttons-holder input {
  position: absolute;
  visibility: hidden;
}

.bundle-box.added label.addtocart {
  background: #2c8acc;
}