/* ==========================================================================
  Upsell Promt Responsive CSS
  ========================================================================== */

.upsell_product {
  width: 100%;
  margin: 20px 0;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.upsell_product .product_img {
  width: 25%;
  display: inline-block;
  border: 1px solid #222;
}

.upsell_product .product_name {
  margin-left: 30px;
  width: 65%;
}

.upsell_product .product_name h5 {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}

.upsell-dialog .modal-title {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}

.upsell-dialog .popup_product {
  padding-bottom: 30px;
  border-bottom: 2px solid #222;
}

.upsell-dialog .popup_close_btn {
  display: inline-block;
  clear: both;
  width: 100%;
  padding-right: 20px;
  margin-top: 30px;
  text-align: right;
}

#cancel_upsell_btn {
  background: linear-gradient(45deg, #707070, #969696);
  border: none;
  border-radius: 100px;
  outline: none;
  padding: 5px 20px;
}

/* ==========================================================================
  Upsell Promt Responsive CSS End
  ========================================================================== */
