.fs-product-condition {
  border-bottom: 1px dashed #000;
  position: relative;
}

.fs-product-condition:before {
/*   content: "This is the condition of the instrument";  */
  position:absolute;
  
  bottom: 25px;
  
  /* move to right */
  left:0px;
  margin-left:15px; /* and add a small left margin */
  
  /* basic styles */
  width:250px;
  padding:10px;
  border-radius:10px;
  background: rgba(65,65,65,.9);
  color: #fff;
  text-align:center;

  display:none; /* hide by default */
}

.fs-product-condition:hover:before {
  display: block
}


.fs-product-condition-brandnew:before {
  content: "Brand new, and covered under the manufacturer’s original limited warranty."; 
}

.fs-product-condition-bstock:before {
  content: "B-Stock Items may have been opened and returned, have a cosmetic blemish or imperfection, or were used as demo units in a shop. In most cases include some kind of warranty"; 
}

.fs-product-condition-mint:before {
  content: "Mint items are in essentially new original condition, but opened, or played."; 
}

.fs-product-condition-excellent:before {
  content: "Excellent items are almost entirely free from blemishes.";
}

.fs-product-condition-verygood:before {
  content: "Very Good Items may have more cosmetic imperfections than Excellent but still in great condition overall."; 
}

.fs-product-condition-good:before {
  content: "Items that are in fine working order but have some visual imperfections here and there."; 
}

.fs-product-condition-fair:before {
  content: "Works fine but maybe has some minor functional issues.";
}
  
.fs-product-condition-poor:before {
  content: "This item has definite functional problems that will usually require some sort of repair.";
}

.fs-product-condition-nonfunctioning:before {
  content: "Instruments and other gear that simply do not work.";
}