.c-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-checkbox {
    width: 36px;
    height: 36px;
  }
}
.c-checkbox__label::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
  border: 1px solid #adb0b3;
  box-shadow: inset 0px 0px 13px 0px #ddd;
  border-radius: 2px;
}
.c-checkbox--radio .c-checkbox__label::before {
  border-radius: 50%;
}
@media (min-width:  426px) and (max-width:  999px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .preorder .c-checkbox--big .c-checkbox__label::before {
    width: 36px;
    height: 36px;
    border: none;
    background-color: #cce2c3;
    border-radius: 50%;
    box-shadow: none;
  }
}
@media (min-width:  426px) and (max-width:  999px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-product-list__item.c-product-list__item--selected .c-checkbox--big .c-checkbox__label::before,
  .c-checkbox--big .c-checkbox__checkbox:checked ~ .c-checkbox__label::before {
    background-color: #eab8b8;
  }
}
.c-checkbox__label .c-icon.c-icon--check {
  position: absolute;
  color: #f52a19;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 0 0 2px;
  transform: scale(0) rotate(-45deg);
  transition: transform .1s;
}
@media (min-width:  426px) and (max-width:  999px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .preorder .c-checkbox--big .c-checkbox__label .c-icon.c-icon--check {
    transform: initial !important;
    width: 36px;
    height: 36px;
    top: 0 !important;
    left: 0 !important;
    color: #fff;
    margin-left: 0;
  }
}
@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
  .c-checkbox__checkbox:checked ~ .c-checkbox__label .c-icon.c-icon--check {
    transform: scale(1) rotate(-45deg);
  }
}
.c-checkbox__label .c-icon.c-icon--check::before {
  width: 12px;
  height: 4px;
}
@media (min-width:  426px) and (max-width:  999px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-checkbox--big .c-checkbox__label .c-icon.c-icon--check::before {
    width: 22px;
    height: 3px;
  }
}
.c-checkbox__label .c-icon.c-icon--check::after {
  height: 8px;
  width: 4px;
  left: 4px;
  bottom: 9px;
}
@media (min-width:  426px) and (max-width:  999px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-checkbox--big .c-checkbox__label .c-icon.c-icon--check::after {
    width: 3px;
    height: 22px;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
@media (min-width:  426px) and (max-width:  999px) and (min-width:  426px) and (max-width:  999px), (min-width:  321px) and (max-width:  425px) and (min-width:  426px) and (max-width:  999px), (max-width:  320px) and (min-width:  426px) and (max-width:  999px), (min-width:  426px) and (max-width:  999px) and (min-width:  321px) and (max-width:  425px), (min-width:  321px) and (max-width:  425px) and (min-width:  321px) and (max-width:  425px), (max-width:  320px) and (min-width:  321px) and (max-width:  425px), (min-width:  426px) and (max-width:  999px) and (max-width:  320px), (min-width:  321px) and (max-width:  425px) and (max-width:  320px), (max-width:  320px) and (max-width:  320px) {
  .c-product-list__item.c-product-list__item--selected .c-checkbox--big .c-checkbox__label .c-icon.c-icon--check::after,
  .c-checkbox--big .c-checkbox__checkbox:checked ~ .c-checkbox__label .c-icon.c-icon--check::after {
    visibility: hidden;
  }
}
.c-checkbox__label .c-icon.c-icon--bullet {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  transition: transform .1s;
  transform: scale(0);
}
@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width:  640px) and (max-width: 999px) {
  .c-checkbox__checkbox:checked ~ .c-checkbox__label .c-icon.c-icon--bullet {
    transform: scale(1);
  }
}
.c-checkbox__checkbox {
  display: none;
}

