.a-button-inner {
  padding: 2px;
  position: absolute;
  top: .5%;
  left: 6%;
  float: left;
  box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
  background-color: #f7dfa5;
  background: #f3d078;
  cursor: pointer;
}
.btn-compare {
  position: relative;
  top: 0;
  left: 50%;
  height: 22px;
}
.a-button-inner img {
  float: left;
  margin-top: 2px;
  margin-left: 2px;

}
.btn-compare img {
  margin-top: 0px;
  margin-left: 0px;
  height: 16px;
}
.a-button-text {
  float: left;
  position: relative;
  z-index: 10;
  color: #111;
  font-size: 12px;
  text-align: center;
  line-height: 29px;
  display: block;
  font-family: Arial,sans-serif;
  white-space: nowrap;
  background-color: transparent;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0 4px 0 4px;
}
.btn-compare .a-button-text {
  line-height: 17px;
}
.amazon-redirect-button {
  left: 0;
}
#cart {
  width: 79%;
}
@media only screen and (max-width: 414px) {
  #cart .dropdown-menu {
    width: 127%;
    left: 0;
  }
}
#amazon-cart-button {
  background: transparent;
  height: 38px;
  float: left;
  width: 50px;
  position: absolute;
  right: 17px;
  bottom: 11px;
  border: 0;
}
#amazon-cart a {
  color: inherit;
}
.product-name {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cart td.text-left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
button[onclick*="wishlist.add"], button[onclick*="compare.add"] {
  height: 5.8%;
}
