/*
Theme Name:     Shop Isle Child
Description:    Дочерняя тема для темы Shop Isle Child
Author:         Bohdan Andrianov
Template:       shop-isle
Version:        0.1.0
*/

td.product-sku span {
  color: #111;
}

.my-terms {
  padding-left: 1.387em;
}

.my-terms a {
  color: #644024;
  font-weight: 600;
  text-decoration: underline;
}

.my-terms input[type="checkbox"] {
  appearance: none;
  background-color: #fff;

  font: inherit;
  color: currentColor;
  width: 1.15em !important;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  outline: none;
}

.my-terms input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #644024;

  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.my-terms input[type="checkbox"]:checked::before {
  transform: scale(1);
}

