#selectors3_popup {
  overflow: visible;
}
#selectors3_popup .ui-content {
  padding: 16px;
}
.product_title_v2.refurbishedFilterSelected .refurbishedProductTitle {
  display: unset;
}
.product_title_v2 .refurbishedProductTitle {
  display: none;
}
#refurbishedProgram .compositeTitle {
  margin: 0;
}
#refurbishedProgram .basicMarkdownPreview p {
  margin: 0;
}
#refurbishedProgram .basicMarkdownPreview p strong {
  display: inline-block;
  margin: 32px 0 8px 0;
}
#refurbishedProgram .basicMarkdownPreview p:nth-child(5) {
  margin: 16px 0 32px 0;
}
#refurbishedProgram .basicLink {
  display: inline-flex;
  margin: 8px 0 0 0;
}
.refurbished_section {
  margin-top: 46px;
}
.refurbishedFilter_productAesthetic .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.refurbishedFilter_productAesthetic .title p {
  margin: 0;
}
.refurbishedFilter_productAesthetic .description {
  margin-top: 12px;
}
.refurbishedFilter_productAesthetic .description li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 12px;
  color: #333;
}
.refurbishedFilter_productAesthetic .description li span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.refurbishedFilter_productAesthetic .description li span img {
  margin-right: 8px;
}
#refurbishedFilter {
  /*************************/
  /* Custom Checkbox Block */
  /*************************/
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
#refurbishedFilter form .click-block:first-of-type {
  margin-top: 16px;
  margin-bottom: 8px;
}
#refurbishedFilter form .click-block:not(:first-of-type) {
  margin-bottom: 8px;
}
#refurbishedFilter form .click-block.hasBeenSelected label {
  border: 1px solid black;
}
#refurbishedFilter form .click-block.inactive {
  pointer-events: none;
  background-color: #F7F7F7;
}
#refurbishedFilter form .click-block.inactive label,
#refurbishedFilter form .click-block.inactive .checkmark {
  border: 1px solid #F7F7F7;
}
#refurbishedFilter form .click-block.inactive .stateContainer .state,
#refurbishedFilter form .click-block.inactive .stateDetails {
  color: #B6B6B6;
}
#refurbishedFilter form .click-block.inactive .checkmark {
  border: 1px solid #D1D1D1;
}
#refurbishedFilter form .click-block label {
  padding: 16px 16px 16px 42px;
  border: 1px solid #B6B6B6;
  border-radius: 4px;
}
#refurbishedFilter form span.stateContainer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 17px;
}
#refurbishedFilter form span.stateContainer .state {
  color: #333333;
}
#refurbishedFilter form span.stateContainer .statePrice {
  color: #BF0000;
  font-weight: bold;
}
#refurbishedFilter form .stateDetails {
  margin-top: 16px;
  margin-left: -24px;
  font-size: 12px;
  color: #9C9C9C;
}
#refurbishedFilter form .stateDetails p {
  white-space: pre-line;
  margin-bottom: 0;
}
#refurbishedFilter .howto {
  color: #4A4A4A;
  box-shadow: 0px 2px 8px #EBEBEB;
  border-radius: 5px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
#refurbishedFilter .howto span:first-of-type {
  width: 85%;
}
#refurbishedFilter .howto .nextPage {
  background-image: url(images/green_chevron_right.svg);
  width: 16px;
  height: 18px;
  background-size: 18px;
}
#refurbishedFilter .container {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#refurbishedFilter .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#refurbishedFilter .checkmark {
  position: absolute;
  top: 15px;
  left: 16px;
  height: 16px;
  width: 16px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #B6B6B6;
}
#refurbishedFilter .container:hover input ~ .checkmark {
  background-color: #ccc;
}
#refurbishedFilter .container input:checked ~ .checkmark {
  background-color: white;
}
#refurbishedFilter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#refurbishedFilter .container input:checked ~ .checkmark:after {
  display: block;
}
#refurbishedFilter .container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: black;
}
#refurbishedHowThatWorks .basic-Image {
  margin: 44px auto 0px auto;
}
#refurbishedHowThatWorks .compositeTitle {
  margin: 0;
}
#refurbishedHowThatWorks .basicMarkdownPreview p {
  margin: 32px 0 0 0;
}
#refurbishedHowThatWorks .basicMarkdownPreview p strong {
  display: inline-block;
  margin: 0 0 8px 0;
}
#refurbishedHowThatWorks .compositeImageTextList {
  margin-top: 12px;
  margin-bottom: 24px;
}
#refurbishedReassurance .refurbishedAspectsExplanation {
  margin: 24px 0;
}
#refurbishedReassurance .compositeTitle {
  margin-top: 16px;
}
#refurbishedReassurance .compositeImageTextListItems {
  font-size: 12px;
}
#refurbishedReassurance .basic-Image {
  max-height: 200px;
}
.popupCustom {
  overflow: scroll;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 99999;
  padding: 16px 16px 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
.popupCustom .closePopin.top,
.popupCustom .closeAllPopins.top {
  position: absolute;
  right: 19.75px;
  top: 19.75px;
}
.popupCustom .closePopin.top img,
.popupCustom .closeAllPopins.top img {
  width: 16px;
  height: 16px;
}
.popupCustom .returnPopin.closePopin.top {
  position: absolute;
  top: 16px;
  left: 16px;
}
#refurbishedEncartProgram {
  border: 1px solid #EBEBEB;
  border-radius: 4px 4px 0 0;
  margin: 16px 0 0 0;
}
#refurbishedEncartProgram .compositeImageTitleText {
  padding: 12px 12px 0 12px;
  margin-bottom: 12px;
}
#refurbishedEncartProgram .compositeImageTextList {
  padding: 0 12px;
  margin: 0 0 12px 0;
}
#refurbishedEncartProgram .compositeImageTextList .compositeImageTextListItems {
  margin: 0 0 4px 0;
}
#refurbishedEncartProgram .compositeImageTextList .compositeImageTextListItems p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 8px;
  padding: 0;
}
.openEncartProgramModalMock {
  border-right: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  margin: 0 0 16px 0;
}
.openEncartProgramModalMock .label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}
.openEncartProgramModalMock .icon-container {
  margin-left: 6px;
}
#refurbishedWarranty .refurbishedSection {
  margin-top: 45px;
}
#refurbishedWarranty .refurbishedSection .popinName {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
#refurbishedWarranty .refurbishedSection .popinName p {
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  margin: 16px 0 0 0;
}
#refurbishedWarranty .refurbishedSection .popinName p strong {
  font-weight: 600;
}
#refurbishedWarranty .refurbishedSection .refurbishedBadge {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#refurbishedWarranty .refurbishedSection .refurbishedBadge p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 12px;
}
#refurbishedWarranty .refurbishedSection .refurbishedDetailsContent p {
  white-space: pre-line;
  font-size: 14px;
  line-height: 20px;
  margin: 32px 0 32px 0;
}
#refurbishedWarranty .refurbishedSection .refurbishedDetailsContent p strong {
  display: inline-block;
  margin-bottom: 8px;
}
#refurbishedWarranty .refurbishedSection .refurbishedDetailsContent p:first-child {
  margin-bottom: 8px;
}
#refurbishedWarranty .refurbishedSection .refurbishedDetailsContent p:last-child {
  margin-bottom: 8px;
}
#refurbishedWarranty .refurbishedSection .refurbishedWarrantyProps {
  display: flex;
  padding: 8px;
  background: #F7F7F7;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
}
#refurbishedWarranty .refurbishedSection .refurbishedWarrantyProps p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
#refurbishedWarranty .refurbishedSection .refurbishedWarrantyProps p:first-of-type {
  margin-left: 8px;
}
#refurbishedWarranty .refurbishedSection .refurbishedWarrantyProps p:last-child {
  margin-left: auto;
}
#refurbishedWarranty .actionButton {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
