.thumbnail-images {
  position: absolute;
}
@media all and (min-width: 481px) {
  .thumbnail-images {
    height: 150px;
    float: left;
  }
}
@media all and (min-width: 1024px) {
  .thumbnail-images {
    height: 140px;
  }
}

.pic {
  width: 130px;
  margin: auto;
  float: left;
}
@media all and (min-width: 481px) {
  .pic {
    width: 180px;
    height: 120px;
    float: left;
  }
}
@media all and (min-width: 1024px) {
  .pic {
    width: 189px;
    height: 126px;
  }
}

.pic-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: auto;
  padding: 0;
  height: 100px;
  margin-left: 42px;
  width: 88%;
}
@media all and (min-width: 481px) {
  .pic-list {
    left: 0;
    width: 95%;
    height: 150px;
    margin-left: 30px;
  }
}
@media all and (min-width: 1024px) {
  .pic-list {
    height: 150px;
    width: 96%;
    margin-left: 2.1875rem;
  }
}

.slick-prev {
  left: 10px;
  width: 2.5rem;
  height: 2.5rem;
}
@media all and (min-width: 481px) {
  .slick-prev {
    left: 0;
  }
}
@media all and (min-width: 1024px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  width: 2.5rem;
  height: 2.5rem;
  right: -45px;
}

.pic-slider {
  position: relative;
  left: -20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-user-select--moz-user-select: none;
  -webkit-user-select--moz-user-select--ms-user-select: none;
  -webkit-user-select--moz-user-select--ms-user-select-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -ms-touch-action-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 10px;
}
@media all and (min-width: 481px) {
  .pic-slider {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 481px) {
  .thumbnail-images .overlay {
    margin: 0.5rem;
  }
}

.dot-box {
  text-align: center;
  margin-bottom: 30px;
}

.dot-list {
  margin: auto;
  overflow: hidden;
}
.dot-list li {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  display: block;
}
.dot-list li a {
  display: block;
}

.dot {
  width: 15px;
  height: 15px;
  border: 1px solid #131313;
  border-radius: 50%;
  background-color: #131313;
  opacity: 0.5;
}
.dot:hover {
  opacity: 0.8;
}

.dot-list a.active {
  opacity: 0.8;
}

.left-logo {
  text-align: center;
}
@media all and (min-width: 481px) {
  .left-logo {
    width: 50%;
    float: left;
  }
}

.right-logo {
  text-align: center;
}
@media all and (min-width: 481px) {
  .right-logo {
    width: 50%;
    float: right;
  }
}

.buy-content {
  font-size: 1.5rem !important;
  margin-bottom: 50px;
  font-weight: 700;
}

.under_line {
  height: 2.5rem;
  font-weight: 700;
  display: inline-block;
  background: url("../uploads/abouts/line.png") no-repeat center 100%;
  background-size: 100%;
}