.toj-cart {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}


.toj-cart__icon {
  display: inline-flex;
}

.toj-bag-icon {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  stroke-width: 1.7;
  fill: transparent;
  opacity: 0.85;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.toj-cart:hover .toj-bag-icon {
  opacity: 1;
  transform: translateY(-1px);
}


.toj-cart__count {
  display: none; 
  margin-left: 6px;
  background: #ffffff;
  color: #00203b;
  font-size: 11px;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 999px;
  font-weight: 600;
}


.menu-item-toj-cart {
  list-style: none;
}
