.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.makro-marketplace-new-seller-modal {
  width: 764px;
  height: 659px;
  max-width: 764px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.makro-marketplace-new-seller-modal-overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
}

.makro-marketplace-new-seller-modal-header {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #d4d5d7;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.makro-marketplace-new-seller-modal-footer {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-top: 1px solid #d4d5d7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 19px;
  display: flex;
}

.makro-marketplace-new-seller-modal-check-section {
  width: 100%;
  height: 142px;
  border-top: 1px solid #d4d5d7;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  display: flex;
}

.makro-marketplace-new-seller-modal-content-block {
  width: 100%;
  flex: 1;
  display: flex;
}

.makro-marketplace-new-seller-modal-content-block-flex-child-scroll-bar {
  width: 16px;
  background-color: #2c2c2c;
}

.makro-marketplace-new-seller-modal-content-block-flex-child {
  flex: 1;
  padding-top: 23px;
  padding-left: 23px;
  padding-right: 23px;
}

.makro-marketplace-new-seller-modal-content-block-flex-child-scroll-handle {
  height: 50px;
  background-color: #d9d9d9;
  border-radius: 100px;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.lockstok-basic-button {
  color: #202223;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  padding: 1.1px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.lockstok-basic-button:focus {
  border: 2px solid #458fff;
  border-radius: 5px;
  padding: 1.1px;
}

.lockstok-basic-button__container {
  background-color: #fff;
  border: 1px solid #babfc3;
  border-radius: 4px;
  justify-content: center;
  padding: 8px 16px;
  display: flex;
  box-shadow: 0 1px rgba(0, 0, 0, .08);
}

.lockstok-basic-button__container:hover {
  background-color: #f6f6f7;
  border-color: #babfc3;
}

.lockstok-basic-button__container:active {
  background-color: #f1f2f3;
  border-color: #babfc3;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .2);
}

.lockstok-basic-button__text {
  font-family: Sf Pro Text Medium, sans-serif;
}

.lockstok-primary-button {
  color: #fff;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 1.1px;
  font-family: SF Pro Display Regular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.lockstok-primary-button:focus {
  border: 2px solid #458fff;
  border-radius: 5px;
  padding: 1.1px;
}

.lockstok-primary-button__container {
  background-color: #008060;
  border: 1px solid #008060;
  border-radius: 4px;
  justify-content: center;
  padding: 8px 16px;
  display: flex;
  box-shadow: inset 0 -1px rgba(0, 0, 0, .2), 0 1px rgba(0, 0, 0, .08);
}

.lockstok-primary-button__container:hover {
  background-color: #006e52;
  border-color: #006e52;
}

.lockstok-primary-button__container:active {
  background-color: #005e46;
  border-color: #005e46;
}

.lockstok-primary-button__text {
  font-family: Sf Pro Text Medium, sans-serif;
}

.lockstok-primary-button--disabled {
  color: #fff;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 1.1px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.lockstok-primary-button--disabled:focus {
  border: 2px solid #458fff;
  border-radius: 5px;
  padding: 1.1px;
}

.lockstok-primary-button__button-container--disabled {
  background-color: #fafbfb;
  border: 1px solid #d2d5d8;
  border-radius: 4px;
  justify-content: center;
  padding: 8px 16px;
  display: flex;
  box-shadow: 0 1px rgba(0, 0, 0, .08);
}

.lockstok-primary-button__text--disabled {
  color: #8c9196;
  font-family: Sf Pro Text Medium, sans-serif;
}

.lockstok-checkbox__component {
  margin-top: 0;
}

.lockstok-checkbox__component-container-inner {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.lockstok-checkbox__component-container-inner.margin-bottom-23 {
  margin-bottom: 20px;
}

.lockstok-checkbox__component-container {
  display: flex;
}

.lockstok-checkbox__component-form {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.lockstok-checkbox {
  width: 18px;
  height: 18px;
  max-height: 18px;
  max-width: 18px;
  min-height: 18px;
  min-width: 18px;
  border-width: 2px;
  border-color: #8c9196;
  border-radius: 3px;
  margin: 0;
}

.lockstok-checkbox.w--redirected-checked {
  background-color: #2c6ecb;
  background-size: 13px 13px;
  border-width: 3px;
  border-color: #2c6ecb;
  border-radius: 4px;
}

.lockstok-checkbox.w--redirected-focus {
  box-shadow: none;
}



.lockstok-checkbox-text {
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Sf Pro Text Regular, sans-serif;
  font-weight: 400;
  
}

.lockstok-checkbox-text a {
    text-decoration: underline !important;
    color: #337ab7 !important;
}

.makro-marketplace-new-seller-modal-header-copy {
  font-family: SF Pro Display Regular, sans-serif;
}

.makro-marketplace-new-seller-modal-content-block-copy {
  font-family: Sf Pro Text Regular, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .makro-marketplace-new-seller-modal {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .lockstok-checkbox {
    margin-top: 3px;
  }

  .lockstok-checkbox-text {
    color: #202223;
    margin-top: 2px;
    margin-left: 10px;
    font-weight: 400;
  }
}


@font-face {
  font-family: 'SF Pro Display Medium';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display Bold';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display Regular';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text Medium';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text Regular';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}