.amazon-wrapper {
    background-color: #fff;
    border-top: 1px solid #7e807e;
    box-shadow: 0 15px 16px -8px #bfbfbf;
    color: #333;
    max-height: 450px;
    overflow: auto;
    padding: 15px;
    position: absolute;
    right: -12px;
    transform: translateY(-1000px);
    transition: all 0.4s ease 0s;
    width: 300px;
    z-index: 99;
}
.amzaon-cart-item .name {
  line-height: 20px;
  margin-bottom: 15px;
}
.cart-subtotal {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.amzaon-cart-item .price, .subtotal {
  float: right;
  font-size: 16px;
  text-align: right;
  width: 25%;
  line-height: 20px;  
}
.subtotal {
  color: #FF5501;
  font-size: 20px;
}
.chkout-btn {
  margin-top: 20px;
  text-align: center;
}
.chkout-btn a {
  background: #FF5501 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
}
.chkout-btn a:hover {
	color: #fff;
	text-decoration: none;
}
.amazon-cart-details {
  display: inline-block;
  width: 70%;
}
.amzaon-cart-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
/*#amazon-top-link-anchor::before {
  background: #f5f5f5 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 24px;
  transform: rotate(-45deg);
  width: 14px;
}*/
.remove > button {
  margin: 10px 0 0;
}
.header.links > .amazon-cart{
	position: relative;
}
.header.links > li.active .amazon-wrapper {
  display: block;
  transform: translateY(0);
  top: 29px;
}
#amazon-top-link > div#amazon-cart-summary {
  background: red none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -5px;
  width: 15px;
}
.remove > button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    box-shadow: none;
    font-size: 12px;
    font-weight: normal;
    margin-left: 12px;
    padding: 2px 10px;
    box-shadow: none !important;
}
.amazon-cart-details .plus-qty, .amazon-cart-details .minus-qty {
  border: medium none;
  font-size: 16px;
  padding: 4px 13px;
}
.remove > button:hover{
	background-color: transparent;
}
.amazon-cart a {
  cursor: pointer;
}