.nav-linkd:focus,
.active {
  color: #29252c !important;
}

.notification {
  position: fixed;
  top: -100px;
  left: 40%;
  right: 0;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  transition:
    top 0.5s ease,
    opacity 0.5s ease;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .notification {
    width: 80%;
    left: 10%;
  }
}

.show {
  top: 1%;
  opacity: 1;
}

.hide {
  top: -100px;
  opacity: 0;
}

.storeNew,
.storeOld,
.discount-display {
  font-size: 20px;
}

.active {
  border-bottom-color: transparent !important;
}

svg path {
  fill: #fff;
}

.product-color-area {
  flex-direction: row;
  margin-left: 10px;
}

.prop-value-active {
  border: 1px solid #000 !important;
}

.info-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

.product-color-area {
  margin-left: 0px;
}

.product-color-column {
  flex-direction: column;
}

.wokaopackageItems-item-w {
  width: 24% !important;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  white-space: nowrap !important;
}

.nowrap {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gapItem {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

ul {
  padding-left: 2rem;
}

.description ol li {
  list-style: decimal;
}

.description ul li {
  list-style: initial;
}

.description strong {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .gapItem {
    display: inherit;
    flex-wrap: wrap;
    gap: 1%;
  }
  .row {
    --bs-gutter-x: 0rem;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .hot-sale {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .footNav-btn {
    display: block;
  }

  .wokaopackageItems-item {
    margin-right: 0px !important;
  }

  .wokaopackageItems-item-w {
    width: 48.5% !important;
  }

  .gapItem {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .tooltip-with-arrow {
    display: none;
  }
}
