#accessories .row {
  flex-direction: column;
}

.tabContent {
  margin-top: 16px;
}
.tabName:not(:last-child) {
  margin-right: 8px;
}

.tabName.active {
  font-weight: bold;
}
/* 
.skuPropetyValues {
  gap: 0.2rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  flex-wrap: wrap;
}
.skuPropetyValues div {
  padding: 0.5rem;
}
.skuPropertyName {
  font-weight: bold;
}

.skuListItem {
  margin-bottom: 1rem;
}

.skuPropetyValues .active {
  border: solid var(--colorGray) 1px;
}

.notActive {
  opacity: 0.5;
}

.skuPropetyValues.dropdown {
  flex-direction: column;
}

.listWrap {
  width: 100%;
  display: flex;
}
.dropdown .listWrap {
  display: none !important;
  height: 300px;
}
.listWrap.active {
  display: block !important;
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 2;
  background: #fff;
  overflow-y: scroll;
} */
