.custom-table {
  display: table;
  width: 100%;
}
.custom-table.checkbox-checkout-one-table {
  padding-top: 5px;
}
.checkbox-cell-left {
  width: 28px !important;
}
.checkbox-checkout-one,
.cosmote-div-hidden {
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 5px;
  background: #f3f5fa;
  display: inline-block;
  vertical-align: middle;
  border: 0.5px solid #004383;
}
.custom-table__cell {
  display: table-cell;
  vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.cart-one-page .checkbox-cell-left .checkbox-checkout-one {
  width: 20px;
  height: 20px;
  border: 0.5px solid #004383;
  background: #ffffff 0% 0% no-repeat padding-box;
}
input:checked ~ label.checkbox-checkout-one {
  background-color: #ebf0f3 !important;
}
input:checked ~ label.checkbox-checkout-one {
  position: relative;
}
.cart-one-page input:checked ~ label.checkbox-checkout-one:after {
  top: -1px;
  left: -2px;
  width: 20px;
  height: 20px;
}
input:checked ~ label.checkbox-checkout-one:after {
  content: "";
  position: absolute;
  background-image: url(https://www.germanos.gr/assets/resources/germanos/images/checkout/checkout-checked-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  left: -3px;
  top: -2px;
}
.checkbox-cell-text {
  color: #004383;
}
.checkbox-cell {
  padding: 0;
}
.custom-table__cell {
  display: table-cell;
  vertical-align: middle;
}
.cart-one-page .checkbox-cell-text label {
  font: normal normal normal 14px / 16px Arial;
}
.b2b-wrapper .checkbox-cell-text label {
  margin: auto;
  font-weight: normal;
  color: #969292;
  font-size: 12px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.highlighted {
  text-decoration: underline;
  color: #004383;
  cursor: pointer;
}
.register-form-bold {
  display: block;
}
.label-with-title-and-text span.checkbox-label-bold {
  display: block;
  font-weight: bold;
}
.register-bottom-checkboxes .custom-table__cell.checkbox-cell-left {
  vertical-align: top;
}
.custom-table.checkbox-checkout-one-table.label-with-title-and-text {
  padding-top: 10px;
}
