/** Shopify CDN: Minification failed

Line 21:11 Expected identifier but found whitespace
Line 21:17 Unexpected ";"

**/
#upsell-modal {
  display: none;
  position: fixed;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

/* #upsell-modal-pagefly {
  /* display: none; */
  position: fixed;
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
} */

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#upsell-product-content {
  padding: 10px 0;
  text-align: center;
}

#upsell-product-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#add-upsell-to-cart {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.show-modal {
  display: block !important;
}