
ul {
  list-style-type: none;
}

li {
  display: inline-block;
}

input[type="checkbox"][id^="img_"] {
  display: none;
}

label {
  border: 1px solid #fff;
  position: relative;
  margin: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #30bc1b;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

label img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked+label {
  border-color: #ddd;
}

:checked+label::before {
  content: "✓";
  background-color: #30bc1b;
  transform: scale(2);
  z-index: 1;
}

:checked+label .image1 {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
  opacity: 0.5
}

:checked+label .image2 {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  opacity: 0.8
}

.image2 {
  position: absolute;
  left: -1px;
  top: -1px;
}

#cart_lottery {
  position: fixed;
  bottom: 125px;
  right: 15px;
  z-index: 99;
}

#time_expire {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 15px;
  z-index: 99;
}

#time_expire1 {
  font-size: 9px;
  text-align: 
  center;
  color: rgb(226, 31, 0);
}

#time_expire2 {
  background-color: rgb(247, 255, 0);
  color: rgb(0,0,0);
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 11px;
}

@media (max-width: 1200px){
  .image1 {width: 250px;}
  .image2 {width: 75px;}
}

.image3 {
  border-style: solid;
  border-color: #F4D073;
  border-width: 0.1em;
}

.image4 {
  position: absolute;
}

#fclotto {
  position: fixed;
  top: 110px;
  right: 15px;
  z-index: 99;
}