.in-kosik input[type="checkbox"] {
  display: block;
  appearance: auto;
  width: 75px;
  height: 50px;
  color: black;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
.in-kosik .form-control:focus, .in-kosik input:focus, .in-kosik select:focus, .in-kosik textarea:focus {
  box-shadow: none;
}
.in-kosik .ensurence .content, .in-kosik .return .content {
  display: grid;
}
.in-kosik .ensurence .content h4, .in-kosik .return .content h4 {
  font-size: 22px;
  font-weight: 800;
  color: black;
  margin-bottom: 5px;
  display: block;
  background: none;
  padding-left: 0px;
}
.in-kosik .ensurence, .in-kosik .return {
  display: flex;
  margin-bottom: 32px;
}
.in-kosik input.bio-uncheck:before {
  border: 1px solid #ccc;
  content: "\2714";
  display: inline-block;
  background: #fff;
  font: 32px sans-serif;
  height: 50px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 50px;
  color: #41cc8b;
  text-align: center;
  font-weight: bold;
  margin-right: 24px;
}
.in-kosik input.bio-check:before {
  border: 1px solid #ccc;
  content: "";
  display: inline-block;
  background: #fff;
  font: 32px sans-serif;
  height: 50px;
  margin: 0 .25em 0 0;
  padding: 0;
  vertical-align: top;
  width: 50px;
  color: #41cc8b;
  text-align: center;
  font-weight: bold;
  margin-right: 24px;
}
.in-kosik input[type=checkbox], .in-kosik input[type=checkbox]:checked {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.in-kosik .name {
  width: 80%;
  color: black;
  line-height: 1.3;
}
.in-kosik .name:hover {
  text-decoration: none !important;
  color: black;
}
.in-kosik .price {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 800;
  color: black;
  min-width: max-content;
}
#ontheway {
    padding: 10px 10px 10px 65px;
    line-height: 1.8;
    margin: 10px 0;
    text-decoration: none;
}
.type-product .wt-sets-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.type-product .wt-sets-item {
  flex: 0 0 auto;
  width: calc(100% / 6);
  margin-bottom: 10px;
}
.type-product .wt-sets-item a {
  text-decoration: none !important;
}
.type-product .wt-sets-item:hover {
  box-shadow: 0px 0px 24px rgb(168 168 168 / 25%);
}
.type-product .wt-sets-item .name {
  font-weight: 700;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 50px;
  overflow: hidden;
}
.type-product .wt-sets-item-inner {
  padding: 20px;
  color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  font-size: 14px;
}
.type-product .wt-sets-item .flexible {
  display: flex;
  justify-content: space-between;
  margin-top: 7px
}
.type-product .wt-sets-item .price {
  color: #E31E53;
  font-weight: 700;
}
.type-product .wt-sets-item .price span {
  display: none;
}
.type-product .wt-sets-item .out-of-stock {
  color: #E31E53;
}
.type-product .wt-sets-item .in-stock {
  color: #47cd8f;
}
.wt-sets-item.no-href .name
{
  text-decoration: none !important;
  color: black;
}
.wt-sets-item.no-href 
{
  box-shadow: none !important
}
@media (max-width: 767px) {
    .type-product .wt-sets-item {
        width: 50% !important;
    }
}