/* CIMP-15555 - change pdp view text to cart icon */
div[data-sc-type="SmartButton"] .retailer-container aside {
  background: url(https://ss.click2cart.com/assets/img/shopperchoice/carting-transfer-white.svg);
  background-color: rgb(40, 97, 64);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 36px;  
  content: "";
  min-height: 26px;
  width: 73px;
  position: relative;  
  margin: 4px;
  padding: 2px;
  border-radius: 6px;  
}

div[data-sc-type="SmartButton"] .retailer-container aside p {
  display: none;
}
/* END CIMP-15555 */