/* PLACE YOU CUSTOM STYLES IN THIS FILE */

.nk-ibox-1 .nk-ibox-icon::after {
  display: none !important;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}

.spec-label {
  font-weight: 500;
  color: #595959;
}

.spec-value {
  color: #000;
  text-align: right;
  white-space: nowrap;
  margin-left: 10px;
}

@media (max-width: 768px) {
  ul.spec-list {
    columns: 1 !important;
  }
}
