ul {
  list-style-type: none;
}

/*li {*/
/*  display: inline-block;*/
/*}*/

input[type="radio"][id^="myCheckbox"],
[id^="ck"],
[id^="RBD"] {
  display: none;
}

.product-type-checkbox-label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  text-align: center;
}

.product-type-checkbox-label:before {
  background-color: white;
  color: white;
  content: "\2713";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.product-type-checkbox-label img {
  height: 100%;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked+.product-type-checkbox-label {
  border-color: #ddd;
}

:checked+.product-type-checkbox-label:before {
  z-index: 1;
  content: "\2713";
  background-color: grey;
  transform: scale(1);
}

:checked+.product-type-checkbox-label img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

.product-type-checkbox-label div {
  height: 30px;
  width: 30px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked+.product-type-checkbox-label div {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}


.color-div {
  background: var(--data-color);
  width: 52px;
  height: 32px;
  border-radius: 4px;
  position: relative;
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

input[type="radio"][id^="chk"] {
  display: none;
}

:checked+.finish-type-checkbox-label .color-div {
  border-color: #067732;
}

:checked+.finish-type-checkbox-label .color-div::after {
  content: "";
}

.choose-color-inner-div {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-left: 1%;
  margin-right: 5%;
  margin-top: 5%;
}

.choose-shape-inner-div {
  display: flex;
  justify-content: space-between;
  margin-left: 1%;
  margin-right: 2.5%;
  margin-top: 5%;
}

.color-div {
  transition: transform 0.3s;
}

label .color-div:hover {
  cursor: pointer;
}

.product-type-checkbox-label div {
  height: 100%;
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked+.product-type-checkbox-label div {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

/* Hide horizontal scrollbar on the finish swatch row */
.finish-div.table-responsive {
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.finish-div.table-responsive::-webkit-scrollbar {
  display: none !important;
}

#finish-table {
  margin-left: -20px;
  width: auto;
  margin-bottom: 0;
}

#finish-table td {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  text-align: center;
  vertical-align: top;
}

#finish-labels-row td p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #525266;
  margin-top: 6px !important;
  line-height: 1.25;
  white-space: nowrap;
}
