.nat7-cart-widget-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nat7-header-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 46px;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0b4f28;
  background: rgba(199, 164, 93, 0.12);
  border: 1px solid rgba(199, 164, 93, 0.45);
  text-decoration: none !important;
  line-height: 1;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
  box-sizing: border-box;
}

.nat7-header-cart:hover,
.nat7-header-cart:focus {
  background: #c7a45d;
  color: #ffffff;
  border-color: #c7a45d;
  transform: translateY(-1px);
  text-decoration: none !important;
  outline: none;
}

.nat7-cart-icon,
.nat7-cart-svg {
  display: inline-flex;
  flex: 0 0 auto;
}

.nat7-cart-label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nat7-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #c7a45d;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
}

.nat7-header-cart:hover .nat7-cart-count,
.nat7-header-cart:focus .nat7-cart-count {
  background: #0b4f28;
}
