.device-tag.active, .category-tag.active {
  background-color: #F07238 !important;
  color: #fff !important;
}

.price-option, .recommend-option {
  position: relative;
}

.price-option.checked:after, .recommend-option.checked::after {
  /* content: '✓';
  position: absolute;
  top: 0.8rem;
  left: 1rem;
  font-size: 1rem;
  color: rgba(75, 86, 99, 1);
  z-index: 10; */
}

.price-option.checked, .recommend-option.checked {
  color: rgba(240, 114, 56, 1);
  background-color: rgba(240, 114, 56, 0.1);
}
