.t706__carticon-imgwrap {
  display: none;
}
.t706__carticon-counter {
  display: none;
}

[data-elem-type="image"] a._hide[href="#cartcopy"] {
  display: none;
}
[data-elem-type="text"] a._hide[href="#cartcopy"] {
  display: none;
}
[data-elem-type="text"] a._hide[href="#cartprice"] {
  display: none;
}
      
.needproduct {
  height: 45px;
  padding: 0 30px;
  border: 1px solid #1f1f1f;
  outline: none;
  background-color: #1f1f1f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
  color: #ffffff;
  cursor: pointer;
  transition: all 300ms ease;
}
.needproduct:hover {
  background-color: transparent;
  color: #1f1f1f;
}

.t-store__card__sold-out-msg {
  display:none;
}