#category a.active,
#category .active a,
#topScope #scrollmenu a.active {
    color: var(--primary);
    border-bottom: 1px solid;
    /* margin-bottom: -2px; */
}

.sub-nav .scrollmenu{
  text-align: center;
}

.sub-nav .scrollmenu a {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 30px;
  margin-top: 10px;
  overflow: hidden;
}

.sub-nav .scrollmenu a i {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
}

.sub-nav .scrollmenu a i:hover {
  color: var(--primary);
}


@media (max-width: 991px) {
  #category a.active,
  #category .active a{
    border-bottom: unset;
    margin-bottom: 0px;
  }
}

@media (min-width: 991px) {
  .scrollmenu .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    background-color: #ddd;
  }
}

.pro-view .item{
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.pro-view .row{
  margin-left: 0;
  margin-right: 0;
}

/* 18禁cover */
.item .photo .adult-warning::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/Images/18goods.png) no-repeat;
  background-color: #fff;
  background-size: 100% auto;
  z-index: 99;
  opacity: .75;
}