/*1014右側社群浮動*/
.mediabuttons {
    position: fixed;
    z-index: 9999999;
    bottom: 36px;
    right: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mediabuttons-item{
    margin-bottom: 3px;
  }
  .mediabuttons-item  img {
    width: 40px;
    height: 40px;
  }

  .cart-bubble{
      position: relative;
      top: -57px;
      left: 23px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      height: 32px;
      width: 25px;
      line-height: 32px;
      background-image: url(../img/common/bg-bubble.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
  /*scrollToTop*/
  .scrollToTop {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px 1px #b1b1b1;
    margin-top: -30px;
  }
  .scrollToTop:hover {
    background-color: #f0f0f0;
  }
.style-display-name {
  color: #555;
  font-size: 15px;
  background-color: #f4f4f4;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline;
  line-height: 30px;
}
.style-display-name:empty {
  display: none;
}
/*優惠套組*/
.site-dialog.item-buy-confirm .site-dialog-content {
  max-height: 500px;
  overflow-y: auto;
}
.sub_commodities {
  background-color: #F7F7F7;
  padding: 10px;
  float: left;
  width: 100%;
  margin: 10px 0 20px;
}
.sub_commodities h5 {
  font-size: 20px;
  font-weight: 600;
  color: #E75280;
}
.event-content.layer .sub_commodities .list {
  max-height: 400px;
  overflow: auto;
  padding-right: 20px;
}
.sub_commodities .list .commodity {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 20px 0;
}
.sub_commodities .list .commodity:first-child {
  padding-top: 10px;
}
.sub_commodities .list .commodity+.commodity {
  border-top: 1px solid #CECECE;
}
.sub_commodities .list .commodity .img {
  width: 100px;
  height: 100px;
}
.sub_commodities .list .commodity .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 10px;
}
.sub_commodities .list .commodity .content .title {
  font-size: 17px;
  font-weight: bolder;
  word-break: break-word;
}
.sub_commodities .list .commodity .content .quantity{
  color: #9A9A9A;
}
.sub_commodities .list .commodity .content select{
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 20px 8px 8px;
  color: #9A9A9A;
  font-weight: 500;
  font-size: 16px;
  height: auto;
}
.classic-mall .subnav {
  width: auto !important;
}
.classic-mall .subnav>a {
  display: flex;
  justify-content: space-between;
  line-height: 14px;
}
.classic-mall .subnav>a .subnav-btn {
  float: none;
  padding-left: 10px;
}