.wc-grouped-product-add-to-cart-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  padding: 2px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eb3e97;
  cursor: pointer;
}

.wc-grouped-product-add-to-cart-checkbox::before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px 2px;
  opacity: 0;
}
input[type="checkbox"].wc-grouped-product-add-to-cart-checkbox:checked {
  background-color: #eb3e97;
}
.wc-grouped-product-add-to-cart-checkbox:checked::before {
  opacity: 1;
}

.single_variation {
  margin-bottom: 0 !important;
}

th.label {
  font-size: 14px;
  width: 55%;
  text-align: right;
}
td.value {
  width: 45%;
}
hr {
  height: 1px;

  background: rgb(139 135 136 / 9%);

  margin-bottom: 15px;
}
.single_variation_wrap {
  padding-left: 25px;
}

.wc-grouped-product-add-to-cart-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  padding: 2px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eb3e97;
  cursor: pointer;
}

.wc-grouped-product-add-to-cart-checkbox::before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px 2px;
  opacity: 0;
}

input[type="checkbox"].wc-grouped-product-add-to-cart-checkbox:checked {
  background-color: #eb3e97;
}

.wc-grouped-product-add-to-cart-checkbox:checked::before {
  opacity: 1;
}

.single_variation {
  margin-bottom: 0 !important;
}

th.label {
  font-size: 14px;
  width: 55%;
  text-align: right;
}

td.value {
  width: 45%;
}

hr {
  height: 1px;

  background: rgb(139 135 136 / 9%);

  margin-bottom: 15px;
}

.single_variation_wrap {
  padding-left: 25px;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image--placeholder {
  border: none !important;
}
/* .custom-artcloud-group-product .woocommerce-variation-description {
  display: none !important;
} */

.custom-artcloud-group-product .variations_button {
  display: none !important;
}
