.dropdown > a::after {
  content: none !important;
}

.prod-tag-d {
  position: absolute;
  bottom: 50px;
  right: 5px;
  font-size: 10px;
  color: #3c0db3;
  font-weight: 500;
  background: #bfacee;
  padding: 2px 10px;
  border-radius: 40px;
}

@media screen and (max-width: 576px) {
  .prod-tag-d {
    bottom: 50px;
  }
}

.deliveryThisBtn{
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.def-address{
  background-color: var(--primary-color);
}
/* .deliveryThisBtn:hover {
  background-color: #3c0db3;
} */