.woot-widget-bubble {
  bottom: 150px !important;
}

.global-banner.christmas {
  display: none;
  /* margin-top: -25px;
  margin-bottom: 20px;
  position: relative;
  background-color: #1c9836; */

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #F0A5C7;

  /* flex-direction: row;
  height: 108px;
  align-items: flex-end; */
}


.global-banner.christmas .global-banner-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 108px;
  padding: 0 36px 0 24px;
}

.global-banner.christmas .global-banner-wrapper .banner-img {
  align-self: flex-end;
}
.global-banner.christmas .global-banner-wrapper .banner-img img {
  height: 138px;
  max-width: none;
}

.global-banner.christmas .global-banner-wrapper .banner-title {
  margin: 0 20px;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 2行，只有 webkit内核支持 */
  word-break: break-all; /* 纯英文换行 */
  overflow: hidden;

}
.global-banner.christmas .global-banner-wrapper .timer-counter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px 20px;
}
.global-banner.christmas .global-banner-wrapper .timer-counter .counter-item {
  min-width: 40px;
  margin: 0 6px;
  color: #fff6ea;
  text-align: center;
}
.global-banner.christmas .global-banner-wrapper .timer-counter .counter-item .counter-item-value {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.global-banner.christmas .global-banner-wrapper .timer-counter .counter-item .counter-item-unit {
  margin-top: 6px;
  line-height: 1;
  font-size: 11px;
}
.global-banner.christmas .global-banner-wrapper .banner-btn {
  height: 70px;
  line-height: 70px;
  padding: 0px 20px;
  background-color: #4F579F;
  font-size: 24px;
  font-weight: bold;
  color: #fff5fa;
  white-space: nowrap;
  border-radius: 20px;
  cursor: pointer;
}
.global-banner.christmas .banner-close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 479px) {

  .woot-widget-bubble {
    bottom: 180px !important;
  }

  .global-banner.christmas .global-banner-wrapper {
    padding: 0px 0 10px;
    flex-direction: column;
    justify-content: space-between;
    /* height: 140px; */
    height: auto;
  }

  .global-banner.christmas .global-banner-wrapper .banner-img {
    align-self: center;
    margin-top: -20px;
  }
  .global-banner.christmas .global-banner-wrapper .banner-img img {
    height: 80px;
  }
  .global-banner.christmas .global-banner-wrapper .banner-title {
    margin: 5px 0 15px;
    font-size: 14px;
  }

  .global-banner.christmas .global-banner-wrapper .banner-btn {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .global-banner.christmas .banner-close {
    top: 30px;
  }

  .christmas-banner-active .section-hero {
    padding-top: 130px;
  }
}