
/* Stretch menu across full width */
.theme-menu-area ul {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  width: 100% !important;
  padding: 0 40px !important; /* side spacing */
  margin: 0 !important;
  gap: 0 !important;
}

/* Each item takes equal space */
.theme-menu-area li {
  list-style: none;
  flex: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  position: relative;
  border: none !important;
}

/* Make link fill and center properly */
.theme-menu-area li a {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

/* Divider */
.theme-menu-area li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 1px;
  background: rgba(0,0,0,0.15);
}

/* Remove divider from last item */
.theme-menu-area li:last-child::after {
  display: none;
}


.zpdark-section-bg {
  background-color: #ff0068 !important;
}

.theme-cart-button[data-zs-add-to-cart] {
  background-color: #ffffff !important;
}

.theme-cart-button[data-zs-add-to-cart] {
  border: 2px solid #ff0068 !important;
}

.theme-cart-button[data-zs-add-to-cart] {
  color: #ff0068 !important;
}

.theme-cart-button[data-zs-add-to-cart] svg path {
  stroke: #ff0068 !important;
}
.theme-checkout-button {
  background-color: #ff0068 !important;
}

.theme-checkout-button {
  border: 2px solid #ff0068 !important;
}

.theme-checkout-button {
  color: #ffffff !important;
}
.theme-continue-sliding-cart-shopping-button {
  background-color: #ffffff !important;
}

.theme-continue-sliding-cart-shopping-button {
  border: 2px solid #ff0068 !important;
}

.theme-continue-sliding-cart-shopping-button {
  color: #ff0068 !important;
}
.theme-product-quantity-spinner {
  border: 2px solid #ff0068 !important;
}

.theme-product-quantity-spinner input[type="button"] {
  background-color: #ffffff !important;
}

.theme-product-quantity-spinner input[type="button"] {
  color: #ff0068 !important;
}

.theme-product-quantity-spinner input[type="button"] {
  border: none !important;
}

.theme-product-quantity-spinner input[type="text"] {
  color: #ff0068 !important;
}

.theme-product-quantity-spinner input[type="text"] {
  border: none !important;
}
.theme-cart-item-info a {
  color: #ff0068 !important;
}
.theme-sliding-cart-container [data-cart-empty-checkout-button] button {
  background: #ff0068 !important;
}

.theme-sliding-cart-container [data-cart-empty-checkout-button] button {
  background-image: none !important;
}

.theme-sliding-cart-container [data-cart-empty-checkout-button] button {
  color: #ffffff !important;
}
.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon .theme-mini-cart-count {
  background-color: #ff0068 !important;
}

.theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon .theme-mini-cart-count {
  color: #ffffff !important;
}

#notificationBar {
  display: none !important;
}

@media (max-width: 767px) {
  .theme-logo-parent img {
    height: 40px !important;
    width: auto !important;
  }
}
.theme-mobile-header-style-05.theme-mobile-header-bottom 
.theme-mobile-header-icon-wrapper 
.theme-mobile-header-icon 
[data-zs-cart-icon] 
[data-zs-view-cart-count] {
  background-color: #ff0068 !important;
  color: #fff !important;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

  /* Menu wrapper */
  [data-zs-menu-container] {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 24px !important;
    text-align: left !important;
  }

  /* Each menu item */
  [data-zs-menu-container] li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    border: none !important;
  }

  /* Remove any fake divider pipes/after elements */
  [data-zs-menu-container] li::after,
  [data-zs-menu-container] li::before,
  [data-zs-menu-container] a::after,
  [data-zs-menu-container] a::before,
  .theme-menu-content::after,
  .theme-menu-content::before {
    display: none !important;
    content: none !important;
  }

  /* Links */
  [data-zs-menu-container] li a {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    padding: 14px 0 !important;
    text-align: left !important;
  }

  /* Inner text wrappers */
  .theme-menu-content {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    text-align: left !important;
  }

  .theme-menu-name {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }
}