.container_cart_button {
  position: fixed;
  top: 2.5rem;
  right: 5rem;
  width: 4.6rem;
}
.container_cart_button .button_cart {
  display: block;
  padding: 1rem;
}
.container_cart_button .cart-items-count {
  top: 0rem;
  right: -0.7rem;
}

.cart-nav-item {
  width: 4rem;
  padding: 0.5rem;
}
.cart-nav-item .cart-items-count {
  top: 0.5rem;
  right: 0.6rem;
}

.button_cart {
  background-color: #32b7a6;
  border-radius: 50%;
}

.cart-items-count {
  position: absolute;
  background-color: #ed185f;
}
