
.MetaNav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
}

.MetaNav-items {
  display: flex;
  list-style: none;
  margin: 0 2% 0 0;
  padding: 0;
  height: 50px;
  align-items: center;
}

.MetaNav-item {
  display: inline-block;
  float: left;
  /*padding-right: 25px;*/
  /*height: 44px;*/
  /*padding: 0 1.4rem;*/
  padding: 0 0.875rem;
}

.MetaNav-link {
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 44px;
  letter-spacing: .05em;
  color: #FFF;
  outline: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

.MetaNav-link.is-active {
  outline: none;
  color: #19B33D;
}

.MetaNav-link:hover {
  outline: none;
  color: #3A9C09;
}

.MetaNav-link:focus {
  outline: none;
}

.MetaNav-basket::before {
  content: '';
  position: absolute;
  font-size: 8.75px;
  line-height: 14px;
  margin-left: 7px;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 7px;
  top: 27px;
  letter-spacing: 0px;
  padding: 0 4px;
}

.MetaNav-basket.has-quantity::before {
  content: attr(data-quantity);
}

.MetaNav-basket.has-quantity:hover,
.MetaNav-basket.has-quantity:hover::before {
  content: attr(data-quantity);
  color: #FFFFFF;
}

.MetaNav-move {
	display: inline-block;
    color: #464B50;
    height: 30px;
    padding: 0px 15px;
    border: 1px solid #464B50;
    line-height: normal;
    margin-right: -35px;
}

.MetaNav-move:hover {
    border: 1px solid #3A9C09;
}
.MetaNav-move.is-active {
    border: 1px solid #3A9C09;
}

@media screen and (max-width: 768px) and (max-width: 780px) {
  .MetaNav-item {
    padding: 0 0.9rem;
  }

  .MetaNav-item.MetaNav-item--wishlist {
    display: none;
  }

  .MetaNav-item.MetaNav-item--pin {
    display: none;
  }
}
