/** Shopify CDN: Minification failed

Line 751:1 Unexpected "}"

**/
.kaching-bundles .kaching-bundles__block {
  display:flex;
  flex-direction:column;
  width:100%;
  margin-top:15px;
  margin-bottom:10px;
  text-align:start
}
.kaching-bundles .kaching-bundles__block.kaching-bundles__block--loaded {
  display:flex
}
.kaching-bundles .kaching-bundles__block-title {
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  font-size:14px;
  margin-bottom:10px;
  color:#000
}
.kaching-bundles .kaching-bundles__block-title:before,
.kaching-bundles .kaching-bundles__block-title:after {
  background-color:#0000004d;
  content:"";
  flex-grow:1;
  height:2px
}
.kaching-bundles .kaching-bundles__bars {
  display:flex;
  flex-direction:column
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bars {
  flex-direction:row;
  justify-content:space-between;
  gap:10px;
  overflow-x:scroll
}
.kaching-bundles .kaching-bundles__bar {
  display:flex;
  flex:1;
  margin:5px 0
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar {
  position:relative
}
.kaching-bundles .kaching-bundles__bar>input[type=radio] {
  display:none
}
.kaching-bundles .kaching-bundles__bar--variants-hidden .kaching-bundles__bar-variants {
  display:none
}
.kaching-bundles .kaching-bundles__bar-radio {
  display:flex!important;
  flex-shrink:0;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#FFF;
  border:3px solid #FFF;
  box-shadow:0 0 0 2px #0000004d;
  box-sizing:border-box
}
.kaching-bundles .kaching-bundles__bar :checked+label .kaching-bundles__bar-radio {
  background:#000;
  box-shadow:0 0 0 2px #000
}
.kaching-bundles .kaching-bundles__bar-container {
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  position:relative;
  line-height:25px;
  padding:20px 20px;
  box-sizing:border-box;
  cursor:pointer;
  width:100%;
  min-height:75px;
  background-color:#fff;
  box-shadow:inset 0 0 0 1px #0000004d;
  margin:0
}
.kaching-bundles .kaching-bundles__bar-container:hover {
  box-shadow:inset 0 0 0 2px #0000004d;
  opacity:1
}
.kaching-bundles .kaching-bundles__bar-container * {
  letter-spacing:normal;
  text-transform:initial
}
.kaching-bundles .kaching-bundles__bar :checked+.kaching-bundles__bar-container {
  box-shadow:inset 0 0 0 2px #000
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-container {
  justify-content:flex-start;
  padding:40px 7px 10px
}
.kaching-bundles .kaching-bundles__bar-most-popular {
  position:absolute;
  z-index:1
}
.kaching-bundles .kaching-bundles__bar-most-popular.kaching-bundles__bar-most-popular--simple {
  top:-8px;
  right:var(--bar-border-radius)
}
.kaching-bundles .kaching-bundles__bar-most-popular.kaching-bundles__bar-most-popular--fancy {
  top:-27px;
  right:-15px
}
.kaching-bundles .kaching-bundles__bar-most-popular__content {
  color:#fff;
  margin:0 8px;
  padding:6px 8px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  font-family:sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:1
}
.kaching-bundles .kaching-bundles__bar-most-popular__content:before,
.kaching-bundles .kaching-bundles__bar-most-popular__content:after {
  display:block;
  position:absolute;
  top:0;
  width:0;
  height:0;
  content:"";
  border-bottom-width:8px;
  border-bottom-style:solid;
  border-bottom-color:transparent;
  filter:brightness(.7)
}
.kaching-bundles .kaching-bundles__bar-most-popular__content:before {
  left:0;
  border-left:8px solid transparent
}
.kaching-bundles .kaching-bundles__bar-most-popular__content:after {
  right:0;
  border-right:8px solid transparent
}
@media (min-width: 750px) {
  .kaching-bundles .kaching-bundles__bar-most-popular.kaching-bundles__bar-most-popular--fancy {
    right:-20px
  }
}
.kaching-bundles .kaching-bundles__bar-main {
  display:flex;
  align-items:center;
  gap:18px
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-main {
  flex-direction:column;
  gap:10px;
  text-align:center
}
.kaching-bundles .kaching-bundles__bar-container--most-popular--simple .kaching-bundles__bar-main {
  margin-top:7px;
  margin-bottom:7px
}
.kaching-bundles .kaching-bundles__bar-content {
  align-items:center;
  justify-content:space-between;
  display:flex;
  gap:8px;
  flex:1
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-content {
  flex-direction:column
}
.kaching-bundles .kaching-bundles__bar-content-left {
  display:flex;
  flex-direction:column;
  flex:1;
  align-items:flex-start
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-content-left {
  align-items:center
}
.kaching-bundles .kaching-bundles__bar-first-line {
  display:flex;
  flex-wrap:wrap;
  column-gap:8px
}
.kaching-bundles .kaching-bundles__bar-title {
  display:inline-block;
  color:#000;
  font-size:20px;
  font-weight:500;
  word-break:break-word
}
.kaching-bundles .kaching-bundles__bar-label {
  display:inline-block;
  vertical-align:top;
  background-color:#eee;
  font-size:12px;
  padding:0 8px;
  color:#777;
  word-break:break-word
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-label {
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin-right:0
}
.kaching-bundles .kaching-bundles__bar-subtitle {
  color:#555;
  font-size:14px;
  line-height:1.4;
  margin-top:3px;
  word-break:break-word
}
.kaching-bundles .kaching-bundles__bar-pricing {
  align-items:flex-end;
  display:flex;
  flex-direction:column
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-pricing {
  align-items:center
}
.kaching-bundles .kaching-bundles__bar-container--most-popular--fancy .kaching-bundles__bar-pricing {
  margin-top:18px
}
.kaching-bundles .kaching-bundles__bar-pricing-row {
  display:flex;
  align-items:baseline;
  gap:6px
}
.kaching-bundles .kaching-bundles__bar-price {
  color:#000;
  font-size:20px;
  font-weight:500
}
.kaching-bundles .kaching-bundles__bar-full-price,
.kaching-bundles .kaching-bundles__bar-unit-price {
  color:#555;
  font-size:14px
}
.kaching-bundles .kaching-bundles__bar-full-price {
  text-decoration:line-through
}
.kaching-bundles .kaching-bundles__bar-variants {
  max-height:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.kaching-bundles .kaching-bundles__bar-variant {
  margin-top:5px;
  max-width:100%
}
.kaching-bundles .kaching-bundles__bar-variant__content {
  display:flex;
  align-items:center
}
.kaching-bundles .kaching-bundles__invalid-variant-error {
  color:red;
  font-size:12px;
  line-height:1.5;
  padding-bottom:2px
}
.kaching-bundles .kaching-bundles__bar-variant-names {
  font-size:12px;
  color:#555
}
.kaching-bundles .kaching-bundles__bar-variant-number {
  font-size:12px;
  color:#000;
  margin-right:2px;
  min-width:20px;
  display:inline-flex
}
.kaching-bundles .kaching-bundles__bar-variant-selects {
  display:flex;
  min-width:0;
  margin-right:2px;
  margin-bottom:2px;
  flex-wrap:wrap;
  gap:7px
}
.kaching-bundles .kaching-bundles__bar-variant-select {
  font-size:14px;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  box-shadow:0 0 0 1px #0000004d;
  border:none;
  border-radius:0;
  padding:6px 24px 6px 6px;
  margin:0;
  background-image:url("data:image/svg+xml;utf8,<svg width='10' height='4' viewBox='0 0 10 4' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 4L0.669872 0.25L9.33013 0.249999L5 4Z' fill='black'/></svg>")!important;
  background-repeat:no-repeat!important;
  background-position:right 8px center!important;
  background-color:#fff;
  background-size:initial;
  color:#000;
  outline:none;
  max-width:100%;
  width:auto;
  height:auto;
  min-height:auto
}
.kaching-bundles .kaching-bundles__bar-variant--invalid .kaching-bundles__bar-variant-select {
  box-shadow:0 0 0 1px red
}
.kaching-bundles .kaching-bundles__bar-variant-select:hover {
  border:none;
  box-shadow:0 0 0 2px #0000004d
}
.kaching-bundles .kaching-bundles__bar-variant--invalid .kaching-bundles__bar-variant-select:hover {
  box-shadow:0 0 0 2px red
}
.kaching-bundles .kaching-bundles__bar-variant-select:focus {
  border:none;
  box-shadow:0 0 0 2px #000
}
.kaching-bundles .kaching-bundles__bar-variant--invalid .kaching-bundles__bar-variant-select:focus {
  box-shadow:0 0 0 2px red
}
.kaching-bundles .kaching-bundles__bar :checked+label .kaching-bundles__bar-variants {
  max-height:1000px
}
.kaching-bundles .kaching-bundles__bar :checked+label.kaching-bundles__bar-container--most-popular--simple .kaching-bundles__bar-variants {
  margin-top:-7px
}
.kaching-bundles .kaching-bundles__block--hidden {
  display:none!important
}
.kaching-bundles .kaching-bundles__out-of-stock {
  background-color:#ff2d2d4d;
  border:1px solid #FF2C2C;
  color:#df2121;
  padding:8px 12px;
  margin:5px 0;
  font-size:14px;
  line-height:1.5
}
.kaching-bundles .kaching-bundles__block-title {
  color:var(--block-block-title-color);
  font-size:var(--block-title-font-size);
  font-weight:var(--block-title-font-weight);
  font-style:var(--block-title-font-style)
}
.kaching-bundles .kaching-bundles__block-title:before,
.kaching-bundles .kaching-bundles__block-title:after {
  background-color:var(--bar-border-color)
}
.kaching-bundles .kaching-bundles__bar-container {
  background-color:var(--bar-background-color);
  border-radius:var(--bar-border-radius)
}
.kaching-bundles .kaching-bundles__bar-title {
  font-size:var(--bar-title-font-size);
  font-weight:var(--bar-title-font-weight);
  font-style:var(--bar-title-font-style);
  color:var(--bar-title-color)
}
.kaching-bundles .kaching-bundles__bar-price {
  font-size:var(--bar-title-font-size);
  font-weight:var(--bar-title-font-weight);
  font-style:var(--bar-title-font-style);
  color:var(--bar-price-color)
}
.kaching-bundles .kaching-bundles__bar-pricing-row--secondary .kaching-bundles__bar-price {
  font-size:var(--bar-subtitle-font-size)
}
.kaching-bundles .kaching-bundles__bar-subtitle {
  font-size:var(--bar-subtitle-font-size);
  font-weight:var(--bar-subtitle-font-weight);
  font-style:var(--bar-subtitle-font-style);
  color:var(--bar-subtitle-color)
}
.kaching-bundles .kaching-bundles__bar-full-price,
.kaching-bundles .kaching-bundles__bar-unit-price {
  font-size:var(--bar-subtitle-font-size);
  font-weight:var(--bar-subtitle-font-weight);
  font-style:var(--bar-subtitle-font-style);
  color:var(--bar-full-price-color)
}
.kaching-bundles .kaching-bundles__bar-label {
  background-color:var(--bar-label-background-color);
  color:var(--bar-label-color);
  font-size:var(--bar-label-font-size);
  font-weight:var(--bar-label-font-weight);
  font-style:var(--bar-label-font-style);
  border-radius:var(--bar-border-radius)
}
.kaching-bundles .kaching-bundles__block--horizontal .kaching-bundles__bar-label {
  border-top-left-radius:var(--bar-label-border-top-radius);
  border-top-right-radius:var(--bar-label-border-top-radius)
}
.kaching-bundles .kaching-bundles__bar-container {
  box-shadow:inset 0 0 0 1px var(--bar-border-color)
}
.kaching-bundles .kaching-bundles__bar-container:hover {
  box-shadow:inset 0 0 0 2px var(--bar-border-color)
}
.kaching-bundles .kaching-bundles__bar-radio {
  box-shadow:0 0 0 2px var(--bar-border-color)
}
.kaching-bundles .kaching-bundles__bar-variant-select {
  box-shadow:0 0 0 1px var(--bar-border-color)
}
.kaching-bundles .kaching-bundles__bar-variant-select:hover {
  box-shadow:0 0 0 2px var(--bar-border-color)
}
.kaching-bundles .kaching-bundles__bar-variant-select:focus {
  box-shadow:0 0 0 2px var(--bar-selected-border-color)
}
.kaching-bundles .kaching-bundles__bar :checked+.kaching-bundles__bar-container {
  background-color:var(--bar-selected-background-color);
  box-shadow:inset 0 0 0 2px var(--bar-selected-border-color)
}
.kaching-bundles .kaching-bundles__bar :checked+.kaching-bundles__bar-container .kaching-bundles__bar-radio {
  background:var(--bar-selected-border-color);
  box-shadow:0 0 0 2px var(--bar-selected-border-color)
}
.kaching-bundles .kaching-bundles__bar-variant-names {
  color:var(--bar-subtitle-color)
}
.kaching-bundles .kaching-bundles__bar-variant-number {
  color:var(--bar-title-color)
}
.kaching-bundles .kaching-bundles__bar-most-popular svg {
  color:var(--bar-most-popular-background-color)
}
.kaching-bundles .kaching-bundles__bar-most-popular svg .most-popular-text {
  fill:var(--bar-most-popular-color)
}
.kaching-bundles .kaching-bundles__bar-most-popular__content {
  color:var(--bar-most-popular-color);
  background-color:var(--bar-most-popular-background-color)
}
.kaching-bundles .kaching-bundles__bar-most-popular__content:before,
.kaching-bundles .kaching-bundles__bar-most-popular__content:after {
  border-bottom-color:var(--bar-most-popular-background-color)
}

/* Model number searcher here */
html {
  display: flex;
}
body{
  width: 100%;
}
.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
    z-index: 1000;
}
/* Styles for the popup */

.finderModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    width: 75%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 20px 60px;
}
/* Style for the close button */

.popup-close {
    position: absolute;
    top: 20px;
    right: 58px;
    cursor: pointer;
    color: #555;
    padding: 8px 15px;
    min-width: fit-content;
}
.popup-close img{
    filter: invert();
    width: 25px;
}

.price-box {
    color: #323232 !important;
}
.popup-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--color-accent-1));
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

.mTop-20 {
    margin-top: 20px;
}

.pupup_header {
    padding-bottom: 10px;
}

.pupup_header p {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 0;
    padding-bottom: 11px;
    color: rgb(var(--color-accent-1));
    font-size: 18px;
}

.ffcontent .clicker.open {
    overflow-x: hidden;
    height: 72px;
    width: 100%;
}

.ffcontent .clicker .btn2,
.ffcontent .clicker .btn{
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 18px;
    background: #1e69b0;
    color: white;
    position: relative;
    margin-bottom: 1em;
    float: left;
    margin-right: 1em;
    padding-left: 2em;
    padding-right: 2em;
}

.ffcontent .clicker.open .btn2,
.ffcontent .clicker.open .btn{
    float: none;
    display: block;
    background: rgb(var(--color-accent-1));
    margin-right: 0;
    text-align: center;
}

.ffcontent .clicker.open .btn2::after,
.ffcontent .clicker.open .btn::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 20.5px 0 20.5px;
    border-color: rgb(var(--color-accent-1)) transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -1px);
    top: 100%;
}

#finderModal .section--content {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

#finderModal .section--content>li,
#finderModal .uber--section .uberfinder-results-list>li {
    width: calc((100% / 4) - 8px) !important;
    padding: 1em 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    /* min-height: 100px;
    width: 180px; */
    float: left;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    padding: 15px;
    cursor: pointer;
    border-radius: 2px;
    border: 2px solid #eceaea;
    margin: 10px 0;
}

#finderModal .uber--section .uberfinder-results-list>li {
    box-shadow: none;
}

.img-fluid,
.section--content li img {
    max-width: 100%;
    width: 115px;
    height: auto;
}

.ffcontent ul {
    list-style-type: none;
}

.ffcontent .uberfinder-item a {
    text-decoration: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.ffcontent .clicker{
  position: relative;
}
.ffcontent .clicker .btn2,
.ffcontent .clicker .btn {
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 18px;
    background: rgb(var(--color-accent-1));
    color: white;
    position: relative;
    margin-bottom: 1em;
    float: left;
    margin-right: 1em;
    padding-left: 2em;
    padding-right: 2em;
  
}

.ffcontent .clicker .btn2 .close,
.ffcontent .clicker .btn .close {
  background: #9ACCEA !important;
  padding: 5px !important;
  color: #fff !important;
  opacity: 1 !important;
  border-radius: 50px;
  height: 26px;
  width: 26px;
  display: block;
  float: right;
  line-height: 12px;
  text-align: center;
  font-size: 22px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  right: -12px;
  transform: translate(0px, -50%);
}

.uberfinder-results-block .product-image {
    width: 150px;
    height: 150px;
}

.center-block .product-name {
    font-size: 14px;
    font-weight: 400;
}

.price-box {
    margin: 0 0 10px;
}

.price-box .price {
    font-size: 1.8rem;
    white-space: nowrap;
}

.d-none{
    display: none;
  }
  input.invalid {
    border-color: #f21515;
  }
.invalid-error{
  color: red;
  padding: 0px 0 5px;
  font-weight: 500;
}
#email_form, #model_no_form{
  position: relative;
}
#email_form .button, #model_no_form .button{
  position: absolute;
  right: 4px;
  top: 4px;
  height: calc(100% - 8px);
  min-height: 0;
  min-width: 0;
  z-index: 2;
  border-radius: var(--inputs-radius);
}

.reverse_BTN {
  position: relative;
  display: none;
  max-width: 200px;
  top: 0px;
  left: 0px;
}

.reverse_BTN .button {
  min-width: fit-content;
  padding: 7px 15px;
  font-size: 20px;
}

.reverse_BTN .button img{
  width: 25px;
  filter: invert();
}
.fridge_model_no {
  padding: 10px;
  border: 2px solid #eee;
  margin: 20px 0;
}
.fridge_model_no ul {
  display: flex;
  flex-direction: column;
}
.fridge_model_no ul li{
  margin-bottom: var(--spacing-base-1);
  border-bottom: 2px solid #eee;
  padding-bottom: var(--spacing-base-1);
}
.product_lists li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.fridge_model_no ul> li h3{
  margin-bottom: 5px;
}}
.fridge_model_no ul > li p {
  margin-bottom: 0;
}
.fridge_model_no ul> li>a{
  display: flex;
  align-items: center;
}
.fridge_model_no ul a img{
  width: 90px;
  padding: 7px;
  border: 2px solid #eee;
  margin-right: 20px;
}

.fridge_model_filter {
    padding: 10px 20px 20px;
    margin: 0 0 30px;
    background: #eee;
}

.fridge_model_filter>h3{
  margin-top: 20px;
  margin-bottom: 5px;
}
.fridge_model_filter .header-search-global-form{
    margin: 20px 0 30px;
}
.fridge_model_filter .button.icon-left{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
.fridge_model_filter .button.icon-left svg{
  margin-right: 0;
}

.compatible-product {
    border: 1px solid rgb(var(--color-accent-1));
    padding: 20px;
    background: #0244A90F;
    max-width: 50%;
    margin: 0 auto;
}

.e-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.e-heading>i {
    color: #02921a;
    font-size: 45px;
}
[class*=" fa-"], [class^=fa-] {
    font-family: FontAwesome!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.e-heading>h4 {
    margin-left: 10px;
    font-size: 31px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    color: rgb(var(--color-button));
}
.compatible-product p {
  margin-bottom: 10px;
}
.fridge_model_filter .results {
  margin-top: 20px;
}
.fridge_model_filter .results {
  margin-top: 20px;
}
.error_model_number{
  color: red;
  margin-top: 8px;
}

.ffcontent .compatible-product{
  width: fit-content;
}
@media(max-width: 991px){
  #finderModal .section--content > li, #finderModal .uber--section .uberfinder-results-list > li{
    width: calc((100% / 3) - 10px) !important;
  }
  .ffcontent ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .finderModal{
    padding: 20px;
  }
  .ffcontent .clicker .btn2, .ffcontent .clicker .btn{
    font-size: 16px;
  }
  .popup-close{
    top: 20px;
    right: 20px;
  }
  .reverse_BTN{
    top: 0;
  }
  .compatible-product{
    max-width: 100%;
  }
}

@media(max-width: 767px){
  #finderModal .section--content > li, #finderModal .uber--section .uberfinder-results-list > li{
    width: calc((100% / 2) - 10px) !important;
  }
  .popup-close img,
  .reverse_BTN .button img{
    width: 15px;
  }
  .popup-title{
    margin-top: 10px;
  }
  .fridge_model_no ul > li h3 {
    font-size: 16px;
  }
}

@media(max-width: 576px){
  .pupup_header p {
    font-size: 16px;
  }
}
  
@media(max-width: 480px){
  #finderModal .section--content > li, #finderModal .uber--section .uberfinder-results-list > li {
    padding: 10px 0;
    width: 100% !important;
  }
  .finderModal{
    width: 95%;
  }
  .pupup_header p > br {
    display: none;
  }
}
