.main-category {
  width: 100%;
  display: flex;
}
.background-catalog {
  width: 50%;
  background-color: white;
  position: relative;
  height: 156px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: unset !important;
  color: inherit !important;
}
.all-best-selling {
  display: flex;
  margin: auto;
}
.all-new {
  margin-left: 8px;
  display: flex;
}
.svg-left {
  position: absolute;
  top: -26px;
  left: -16px;
}
.svg-right {
  position: absolute;
  top: -25px;
  right: -13px;
}
.svg-right-2 {
  top: 0;
  right: 0;
  position: absolute;
}
.content {
  width: 100%;
  /* display: flex; */
  margin: auto;
}
.content-panel {
     display: flex;
}
.content-logo {
  position: relative;
  margin-left: 46px;
  display: flex;
  align-items: center;
}
.content-logo--background {
  display: flex;
  position: relative;
}
.content-logo--text {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}
.content-detail {
  margin: 0px 12px;
  z-index: 99;
}
.content-detail--text {
  letter-spacing: -0.03em;
  flex: none;
  order: 0;
  align-self: flex-start;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}
.content-detail--text--browse {
  font-weight: 550;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #1b2437;
  flex: none;
  order: 0;
  align-self: center;
  display: flex;
  align-items: center;
}

.content-detail--text--browse > svg {
  margin-left: 6px;
}

.color-text-all-best-selling {
  color: #ff5c00;
}

.color-text-all-new {
  color: #008ada;
}

@media screen and (max-width: 992px) {
  .background-catalog {
    width: 100%;
    margin-bottom: 10px;
  }
  .all-new {
    margin-left: 0px;
  }
  .main-category {
    display: block;
  }
  .content-detail--text {
  }
}
