#details_stock::after {
  content: "price is in USD. ";
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 6px;
}

#share_panel_text::before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: url("https://cdn.freewebstore.com/origin/1052566/19197604_guaranteedsafecheckoutbadgepngdownloadguaranteedsafe_1777098318013.png") no-repeat left center;
  background-size: contain;
  margin-bottom: 10px;
}

#logo {
  display: inline-block;
  vertical-align: middle;
}

#logo {
  display: inline-block;
}

#logo::after {
  content: "Scoreduino Store";
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  vertical-align: middle;
}

#header1_item_currency {
  position: relative;
  display: inline-block;
}

#header1_item_currency::after {
  content: "Prices are in USD";
  position: absolute;
  top: 10%;
  left: 100px;
  margin-top: -4px;
  font-size: 11px;
  color: #777;
  white-space: nowrap;
}