/* Button and Background Styles for The Lucky Ones */

.btn-primary{
    
}


/* Color selector */
.colors ul{
    list-style:none; 
    padding:0; 
    margin: 0;
}
.colors li{
    margin: 0 0 10px 0;
}
.colors label{
    cursor: pointer;
}
.colors input{
    display:none;
}

.colors input[type="radio"]:checked + .swatch{
    box-shadow: inset 0 0 0 5px lightgray;
}

.swatch{
  display:inline-block;
  vertical-align: middle;
  height: 30px !important;
  width:30px !important;
  margin: 0 5px 0 0 ;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}

.dicount-percentage {
    font-size: 1.125rem;
}