.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #c9c9c9;
}

.product-wrap-2 .product-img span.promo {
  background-color: #a1a1a1;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 11px;
  border-radius: 3px;
  font-weight: 500;
  text-shadow: 1px 1px #606060, 2px 2px #606060, 2px 1px #606060, 2px 2px #606060;
}

.product-wrap-2 .product-img span.new {
  background-color: #525252;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 11px;
  border-radius: 3px;
  font-weight: 500;
  text-shadow: 1px 1px #606060, 2px 2px #606060, 2px 1px #606060, 2px 2px #606060;
}

.product-wrap-2 .product-img span.featured {
  background-color: #323232;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 11px;
  border-radius: 3px;
  font-weight: 500;
  text-shadow: 1px 1px #606060, 2px 2px #606060, 2px 1px #606060, 2px 2px #606060;
}

.contactselect {
    /* background: transparent; */
    border: 1px solid #c1c1c1;
    height: 40px;
    padding: 2px 14px;
    margin-bottom: 30px;
    color: #333;
}

