
.online-spcl-badge {
  background-color: #7524c7;
  color: white;
  padding: 2px 7px;
  text-align: center;
  border-radius: 5px;
    font-size: 11px;
}

.online-spcl-ribbon {
  position: relative;
  background: #fff;
  text-transform: uppercase;
  color: white;
}

.online-spcl-ribbon4 {
  position: absolute;
  top: -175px;
  padding: 1px 1px;
  background: #7524c7;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
  font-size:10px;
  left:-10px;
  line-height: 1.2;
}
.online-spcl-ribbon4:before, .online-spcl-ribbon4:after {
  content: "";
  position: absolute;
}
.online-spcl-ribbon4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.online-spcl-ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
 }



.staff-picks-badge {
  width: 72px;
  padding: 1px;
  position: absolute !important;
  text-align: center;
  color: #7524c7;
}

.staff-picks-badge-sticky {
  position: fixed;
}

/* Positions */

.staff-picks-badge-top    { top: 22px; }
.staff-picks-badge-bottom { bottom: 25px; }
.staff-picks-badge-left   { left: -50px; }
.staff-picks-badge-right  { right: -6px; }

/* Rotations */

.staff-picks-badge-top.staff-picks-badge-left,
.staff-picks-badge-bottom.staff-picks-badge-right {
  transform: rotate(-45deg);
}

.staff-picks-badge-top.staff-picks-badge-right,
.staff-picks-badge-bottom.staff-picks-badge-left {
  transform: rotate(45deg);
}


.staff-picks-badge-blue      { background-color: #ffffffed; }


.serp-woocommerce-custom-points-radio {
  margin-bottom: 20px;
  margin-top: 20px !important;
  border: 1px solid #c1c1c1;
  padding: 8px !important;
  background-color: #fbfbfb;
}

.serp-woocommerce-custom-points-radio label {
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px !important;
}

.serp-woocommerce-custom-points-radio input[type="radio"] {
  margin-right: 5px;
}



/* For Desktop View */
@media screen and (min-width: 1024px) {
  .online-spcl-ribbon4 {
      top: 0px;
  }
  
}

/* For Tablet View */
@media screen and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  .online-spcl-ribbon4 {
      top: 0px;
  }
          
  .staff-picks-badge {
   line-height:14px;

 }
 /* Positions */

  .staff-picks-badge-top    { top: 22px; }
  .staff-picks-badge-right  { right: -5px; }


}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px){
.online-spcl-ribbon4 {
      top: 0px;
  }
  
  .staff-picks-badge {
   line-height:11px;

 }
 /* Positions */

  .staff-picks-badge-top    { top: 24px; }
  .staff-picks-badge-right  { right: -5px; }
}


.jane-special-badge {
    position: absolute;
    z-index: 10;
    padding: 5px 8px;
    border-radius: 4px;
    color: #fff;
    line-height: 1.3;
    max-width: 90%;
}

.boom-exclusives-badge {
    background: #004f89;
}

.last-chance-badge {
    background: #b00020;
}


