.logo {
  width: auto;
  height: 32px;
}

header {
  margin-top: 60px;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.productContent {
  margin-bottom: 60px;
}
.productContent img {
  width: 100%;
  height: auto;
}

/* 購物按鈕 */
.buy-div {
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn-buy {
  z-index: 99999;
  border-radius: 0;
  background: #F00;
  border: none;
  color: #fff;
  font-size: 18px;
}

/* 倒數計時 */
.countdown {
  text-transform: uppercase;
  font-weight: bold;
}

.countdown span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 3rem;
  margin-left: 0.8rem;
}

.countdown span:first-of-type {
  margin-left: 0;
}

.countdown-circles {
  text-transform: uppercase;
  font-weight: bold;
}

.countdown-circles span {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 480px) {
  .countdown-circles span {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

.countdown-circles span:first-of-type {
  margin-left: 0;
}

.clock-title {
  font-size: 2em;
  color: #654ea3;
}

.bg-gradient-1 {
  background: #FFF;
  /*background: #654ea3;*/
  /*background: -webkit-linear-gradient(to right, #654ea3, #eaafc8);*/
  /*background: linear-gradient(to right, #654ea3, #eaafc8);*/
}

.originPrice {
  text-decoration:line-through;
}

.salePrice, .price{
  font-size: 1.5em;
}
.price {
  color: #e40073;
}

/* 跑馬燈 */
.marquee {
  width: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  text-align: left;
}

.ver {
  padding: 10px;
  height: 150px;
  width: 100%;
}

.marquee hr {
  border-color: #000;
}

.social-link i {
  font-size: 26px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
}
