.cart-selection-popup .featherlight-content {
  overflow: inherit;
  padding-right: 0;
  width: 80vw;
  margin-left: -12px;
  padding-left: 25px;
}

.select_record_checkbox.op--deselect .select_record_checkbox_content:after {
  content: '\e900';
}

.select_record_checkbox i {
  cursor: pointer;
  font-style: normal;
}

.select_record_checkbox.op--select .select_record_checkbox_content:after {
  content: '\e901';
}

.cart-selection-popup .featherlight-content:before,
.cart-selection-popup .featherlight-content:after {
  content: '';
  display: block;
  position: absolute;
}

.cart-selection-popup .featherlight-content:before {
  top: -15px;
  right: -25px;
  width: 25px;
  height: 100%;
  background-color: #fff;
}

.cart-selection-popup .featherlight-content:after {
  bottom: -10px;
  right: -25px;
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: #fff transparent;
}

.selection_popup .selection_popup__header {
  background-color: #fae548;
  margin-top: -25px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 12px 60px 12px 25px;
  font-size: 1.25em;
}

.selection_popup__buttons > *,
.selection_popup .continue_to_selections_form_wrapper .entity_button[type=submit] {
  background-color: #fae548;
  padding: 6px 12px;
}

.selection_popup .continue_to_selections_form_wrapper {
  padding: 0;
}

.selection_popup .selection_popup__selection-title {
  margin-top: 12px;
}

.selection_popup .selection_popup__text {
  margin-top: 12px;
}

.selection_popup--added .selection_popup__text {
  margin-top: 0;
}

.selection_popup--not-logged-in .selection_popup__buttons {
  margin-top: 36px;
}

.selection_popup > .selection_popup__icon {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 1em;
  font-size: 2em;
}

.selection_popup > .selection_popup__icon .icon--circle-tick:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.selection_popup .provicon.icon--close,
.selection_popup .selection_popup__buttons__stay {
  cursor: pointer;
}

.selection_popup .selection_popup__header {
  position: relative;
}

.selection_popup .selection_popup__header .provicon.icon--close {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 24px;
  font-size: 0.75em;
}

.selection_popup .selection_popup__buttons__continue {
  position: relative;
  padding-right: 24px;
}

.selection_popup .selection_popup__buttons__continue .icon--chev-right,
.selection_popup .continue_to_selections_form_wrapper .entity_button[type=submit] .icon--chev-right {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.selection_popup .selection_popup__buttons > * {
  display: inline-block;
  color: #000;
}

.selection_popup--not-logged-in .selection_popup__buttons {
  display: flex;
}

.selection_popup--added .selection_popup__buttons {
  display: flex;
  margin-bottom: 18px;
}

.selection_popup--added .selection_popup__buttons > .selection_popup__buttons__stay {
  margin-right: auto;
}

.selection_popup--added .selection_popup__buttons > .selection_popup__buttons__continue {
  margin-left: auto;
}

.selection_popup--not-logged-in .selection_popup__buttons > .selection_popup__buttons__login {
  margin-left: auto;
  margin-right: auto;
}

.selection_popup__buttons__back-to-page {
  cursor: pointer;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.selection_popup .continue_to_selections_form_wrapper .entity_button[type=submit] {
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
  padding-right: 24px;
  height: 100%;
}

@media (min-width: 768px) {
  .cart-selection-popup .featherlight-content {
    width: auto;
    max-width: 500px;
  }

  .cart-selection-popup .featherlight-content:before {
    top: 0;
  }

  .cart-selection-popup .featherlight-content:after {
    bottom: auto;
  }

  .selection_popup .selection_popup__buttons {
    display: flex;
  }

  .selection_popup .selection_popup__buttons > * {
    display: inline-block;
  }

  .selection_popup .selection_popup__buttons > * + * {
    margin-top: 0;
    margin-left: auto;
  }

  .selection_popup--added .selection_popup__buttons {
    margin-bottom: 0;
  }

  .selection_popup--added .selection_popup__buttons > .selection_popup__buttons__continue,
  .selection_popup .continue_to_selections_form_wrapper {
    margin-left: 24px;
  }

  .selection_popup--not-logged-in .selection_popup__buttons > * {
    min-width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cart-selection-popup .featherlight-content:before {
    height: 94%;
  }

  .cart-selection-popup .featherlight-content:after {
    bottom: -4%;
  }
}
