.cart-menu-header-free-ship {
  display: inline-block;
  width: 170px;
  position: relative;
  margin: 10px 10px 0px 10px;
}
.cart-menu-header-total {
  display: inline-block;
  width: 97px;
  line-height: 34px;
  position: relative;
  top: 10px;
  float: right;
}
.cart-menu-header-bar {
  display: inline-block;
  width: 0px;
  border-left: 1px solid #393939;
  border-right: 1px solid #a3a3a3;
  height: 100%;
  position: relative;
  top: -25px;
}
.cart-menu-header-total .cart-icon {
  display: inline-block;
}
.cart-menu-item-title,
#cart-menu .label {
  font-weight: 600;
  width: 160px;
}
.cart-items {
  left: 20px !important;
  border-radius: 50% !important;
}
.cart-menu-remove-item {
  text-decoration: underline;
  color: #b4b4b4;
  cursor: pointer;
  line-height: 20px;
}
#cart-menu {
  position: absolute;
  top: 60px;
  left: 185px;
  margin-left: 50%;
  z-index: 600;
  background-color: #fff;
  color: #313131;
  width: 295px;
  display: none;
  text-align: left;
  box-shadow: 3px 3px 9px #222;
  font-size: 12px;
}
.cart-menu-items {
  max-height: 410px;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
.cart-menu-item-image {
  width: 80px;
  display: inline-block;
  float: left;
}
.cart-menu-item-specs {
  display: inline-block;
  position: relative;
  margin: 10px 0px 10px 18px;
  width: 164px;
}
.cart-menu-item {
  margin-left: 11px;
  margin-right: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
  min-height: 85px;
}
.cart-menu-item-orig-total {
  text-decoration: line-through;
  color: #b4b4b4;
}
.cart-menu-header {
  height: 55px;
  background-color: #575757;
  color: #fff;
}
.cart-menu-footer {
  height: 83px;
  border-top: 1px solid #ccc;
  margin: -1px 10px 0px 10px;
}
.cart-menu-footer-totals {
  display: inline-block;
  font-weight: 600;
  line-height: 5px;
  position: absolute;
  right: 120px;
  bottom: 21px;
}
.cart-menu-footer .checkout,
.std-add-button-fl,
.std-add-button-fj .cta-button,
.add-button {
  z-index: 3;
  padding: 10px 14px;
  text-align: center;
  font-size: 18px;
  font-family: 'bebas_neueregular', sans-serif;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}
.std-add-button-fl,
.cart-menu-footer .checkout,
.cta-button {
  background: #91c71c;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#2e8201),color-stop(1,#91c71c));
  background: -ms-linear-gradient(bottom,#2e8201,#91c71c);
  background: -moz-linear-gradient(center bottom,#2e8201 0%,#91c71c 100%);
  background: -o-linear-gradient(#91c71c,#2e8201);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91c71c',endColorstr='#2e8201',GradientType=0);
}
.std-add-button-fj {
  background: #1764a6;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1764a6),color-stop(1,#60aae9));
  background: -ms-linear-gradient(bottom,#1764a6,#60aae9);
  background: -moz-linear-gradient(center bottom,#1764a6 0%,#60aae9 100%);
  background: -o-linear-gradient(#60aae9,#1764a6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60aae9',endColorstr='#1764a6',GradientType=0);
}
.cart-menu-footer .checkout:hover,
.std-add-button-fl:hover,
.cta-button:hover {
  text-decoration: underline !important;
}
.cart-menu-footer .checkout {
  position: absolute;
  right: 14px;
  bottom: 23px;
}
.cart-menu-footer-total {
  color: #73b144;
}
.cart-menu-footer-saved {
  color: red;
}
