.dropdown-toggle::after {
  display: none !important;
}

.tooltip-inner {
  border-radius: 6px !important;
  background: #fff;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08) !important;
  color: #6b6b6b !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 12px !important;
  max-width: 250px !important;
}

.tooltip-inner a {
  color: #f50;
}

.avail-list span {
  font-size: 14px;
  color: #515455;
}

.avail-list .dropdown-btn {
  position: relative;
  cursor: pointer;
}
.avail-list .dropdown-btn.nocursor{
  cursor: default;
}

.avail-list .dropdown-btn .toggle-val {
  width: 110px;
  height: 24px;
  border: 0.5px solid #d8dfe2;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #515455;
  margin-bottom: 0;
  text-align: center;
}

.avail-list .dropdown-btn .dropdown-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid;
  background: #fff;
  border-color: #d8dfe2 #d8dfe2 #d8dfe2 transparent;
}

.avail-list .dropdown-btn .dropdown-toggle.show img {
  transform: rotate(180deg);
}

.avail-list .dropdown-menu {
  width: 135px;
  min-width: 100px;
  border-radius: 2px !important;
  list-style: none;
  border: none !important;
  border-radius: 2px;
  background: #fff;
  display: none;
  z-index: 2;
  top: 24px;
  padding: 4px 0 !important;
  box-shadow: 0px 4px 4px 0px rgba(207, 212, 235, 0.5);
}

.avail-list .dropdown-menu.active {
  display: block;
}

.avail-list .dropdown-menu li {
  font-size: 14px;
  padding: 1.5px 8px !important;
}

.avail-list .dropdown-menu li.actived {
  background: #ffece3;
  color: #ff5500;
}

.avail-list .dropdown-menu li:hover {
  cursor: pointer;
  background: rgba(255, 236, 227, 0.5);
  color: #515455;
}

.avail-list .dropdown-menu li:focus {
  background: #fff !important;
}

#list-purchase .item .btn {
  margin-top: 20px;
}

#list-purchase .tab-pane .item-show .show-toggle {
  display: none;
}

#list-purchase .tab-pane .item-show.active-1 .show-toggle.show-1 {
  display: block;
}

#list-purchase .tab-pane .item-show.active-2 .show-toggle.show-2 {
  display: block;
}

#list-purchase .tab-pane .item-show.active-3 .show-toggle.show-3 {
  display: block;
}

.save-60 {
  font-weight: 900;
  width: 40px;
  height: 40px;
  background: url(https://images.tenorshare.com/icon/save-bg.png?w=80&amp;h=80)
    no-repeat;
  background-size: 100% 100%;
  padding: 8px;
  top: -20px;
  right: -20px;
}

#nav-sale .avail-list .dropdown-btn .toggle-val {
  width: 150px !important;
}

#nav-sale .avail-list .dropdown-menu {
  width: 175px !important;
}
