@charset "utf-8";
.activity-banner {
  margin-bottom: 25px;
}
.products-list {
  margin: 0 -10px;
}
.products-list .item {
  width: 25%;
  padding: 0 10px;
}
.products-list .item:nth-child(4n + 1) {
  clear: left;
}
.products-list .box img {
  width: 100%;
}
.products-list .box {
  /*max-width: 330px;*/
  margin: 0 auto 40px;
  position: relative;
}
.products-list li .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.products-list .box.new .pic-box:before {
  content: "";
  display: block;
  background: url("../../images/common/products/new_tag.png") no-repeat;
  background-size: contain;
  width: 68px;
  height: 27px;
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
}
.products-list .pic-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.products-list .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-list .pic:before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.products-list .box:hover .pic:before {
  background-position: 50% 50%;
  opacity: 1;
}
.products-list .pic-box .ibtn {
  background-image: url("../../images/common/products/btns-wish.png");
  width: 23px;
  height: 20px;
  position: absolute;
  z-index: 50;
  right: 10px;
  top: unset;
  bottom: 10px;
}
.products-list .pic-box .ibtn.wish {
  background-position: 0 0;
}
.products-list .pic-box .ibtn.wish:hover {
  background-position: 0 100%;
}
.products-list .pic-box .ibtn.delete {
  background-position: 100% 0;
  background-image: url("../../images/common/products/btns-delete.png");
}
.products-list .pic-box .ibtn.delete:hover {
  background-position: 100% 100%;
}
.products-list .txt {
  padding-top: 15px;
}
.products-list .name {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.products-list .box:hover .name {
  color: #d39c34;
}
.products-list .offers {
  color: #d39c34;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  font-family: "Crimson Text", serif;
}
.products-list .box:hover .offers {
}
.products-list .btn-group {
  overflow: hidden;
  margin-top: 8px;
}
.products-intro {
  margin-bottom: 50px;
}
.gallery {
  float: left;
  width: 62%;
  max-width: 675px;
}
.gallery img {
  border-radius: 10px;
}
.pd-intro,
.related-box {
  float: right;
  width: 35%;
}
.related-box .pic img {
  width: 100%;
}
.pd-intro .pd-id {
  color: #aaa;
  font-size: 14px;
}
.pd-intro .pd-name {
  color: #393531;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  position: relative;
}
.pd-info-box {
  border: 1px solid #ccc;
  padding: 10px 16px;
}
.pd-info {
  margin: 12px 0;
}
.pd-info .textarea.form-control {
  overflow-y: scroll;
}
.pd-info b {
  color: #444;
  font-size: 20px;
  display: inline-block;
  margin-right: 15px;
  color: #d39c34;
}
.pd-info select.form-control {
  display: inline-block;
  margin: 0;
  line-height: 28px;
  height: 28px;
  background: #fff;
  border-color: #ccc;
  border-radius: 0;
}
.pd-info select.form-control:focus {
  border-color: #d39c34;
}
.pd-price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  text-decoration: line-through;
}
/*radio*/
.pd-info select.form-control {
  display: inline-block;
  margin: 0;
  width: calc(100% - 90px);
  border-color: #ccc;
  border-radius: 0;
}
.pd-price.better {
  text-decoration: none;
}
.pd-info-label {
  margin-bottom: 6px;
  float: left;
  width: 90px;
}
.pd-info .color-radio {
  display: inline-block;
  padding: 2px;
  border: 1px solid #dcdcdc;
  position: relative;
  line-height: normal;
  margin: 0 3px 6px 0;
  cursor: pointer;
}
.pd-info .color-radio.checked {
  border-color: #d39c34;
}
.pd-info .color-radio input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}
.pd-info .size-radio {
  display: inline-block;
  padding: 2px;
  border: 1px solid #dcdcdc;
  position: relative;
  line-height: normal;
  margin: 0 3px 6px 0;
  cursor: pointer;
  min-width: 15px;
  text-align: center;
  background: #fff;
}
.pd-info .size-radio.checked {
  border-color: #d39c34;
}
.pd-info .size-radio input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}
/*!radio*/
.pd-info-label {
  margin-bottom: 6px;
}
.pd-info .color-radio {
  display: inline-block;
  padding: 2px;
  border: 1px solid #dcdcdc;
  position: relative;
  line-height: normal;
  margin: 0 3px 6px 0;
  cursor: pointer;
}
.pd-info .color-radio.checked {
  border-color: #d39c34;
}
.pd-info .color-radio input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}
.pd-intro .btn-group .btn {
  float: left;
  width: 33.33%;
  color: #fff;
  font-size: 15px;
  height: 80px;
  border-radius: 0;
  padding: 0;
}
.pd-intro .btn-group .btn {
  font-size: 17px;
  font-weight: bold;
  padding-top: 18px;
}
.pd-intro .btn-group .btn.addcart {
  background: #d39c34;
}
.pd-intro .btn-group .btn.addcart:hover {
  background: #9a6d23;
}
.pd-intro .btn-group .btn.buynow {
  background: #c78d2e;
}
.pd-intro .btn-group .btn.buynow:hover {
  background: #9a6d23;
}
.pd-intro .btn-group .btn.soldout {
  background: #aaa;
  cursor: not-allowed;
}
.pd-intro .btn-group .btn.arrival {
  background: #777;
}
.pd-intro .btn-group .btn.arrival:hover {
  background: #5f5f5f;
}
.pd-intro .btn-group .btn.wish {
  background: #b17e29;
}
.pd-intro .btn-group .btn.wish:hover {
  background: #9a6d23;
}
.pd-intro .btn-group .btn .ic,
.btn:before {
  display: block;
  margin: 0 auto 6px;
  font-size: 22px;
}
.btn.m-contact:before {
  display: none;
}

.buymore-box {
  padding-top: 15px;
}
.buymore-box .title {
}
.buymore-list .form-checkbox {
  display: block;
}
.buymore-list .item {
  background: #f2faf6;
  margin-top: 3px;
  padding: 8px 12px;
}
.buymore-list .item:hover {
  background: #f8f7ff;
}
.buymore-list .price {
  display: inline-block;
  color: #e50000;
  font-size: 15px;
  font-weight: bold;
}
.buymore-list .name {
  display: inline-block;
  color: #555;
  font-size: 14px;
}
.buymore-list .name:hover {
  text-decoration: underline;
}
.buymore-list .pd-info {
  margin: 0;
  padding-top: 4px;
}
.buymore-list .pd-info .form-control {
  margin: 2px 0;
  padding: 0 5px;
  max-width: none;
}
.buymore-list .pd-info .spec {
  float: left;
  width: calc(100% - 75px);
}
.buymore-list .pd-info .qty {
  float: right;
  width: 70px;
}
/*------------ 新加購--------------*/
.form-group select.form-control,
.buymore-list .form-control {
  height: 26px;
  margin: 0;
  font-weight: normal;
  border-radius: 0;
}
.form-group select.form-control {
  height: 35px;
}
.buymore-box {
  padding-top: 15px;
  clear: both;
  margin-top: 15px;
}
.buymore-box .buymore-title {
  color: #505050;
  font-family: "Josefin Sans", "微軟正黑體", sans-serif;
  font-size: 22px;
  margin: 10px 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 5px 0;
}
.buymore-box .buymore-title i {
  font-size: 15px;
  color: #72b1aa;
  margin-right: 10px;
}
.buymore-list .item {
  background: #f2ede3;
  margin-top: 3px;
  padding: 8px 12px;
  width: 49%;
  margin: 5px 0.5%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}
.buymore-list .item:nth-child(2n + 1) {
  clear: left;
}
.buymore-list .item:hover {
  background: #eee7d9;
}
.buymore-list .price {
  display: inline-block;
  color: #d39c34;
  font-size: 20px;
  font-weight: 800;
  font-family: "Crimson Text", serif;
}
.buymore-list .name {
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
}
.buymore-list .name:hover {
  text-decoration: underline;
}
.buymore-list .pd-info {
  margin: 0;
  padding-top: 10px;
}
.buymore-list .pd-info .form-control {
  margin: 2px 0;
  padding: 0 5px;
  max-width: none;
}
.buymore-list .pd-info .spec {
  float: left;
  width: calc(100% - 75px);
}
.buymore-list .pd-info .qty {
  float: right;
  width: 70px;
}
.buymore-box img {
  width: 70px;
}
.left-buymore {
  display: inline-block;
}
.right-buymore {
  width: calc(100% - 100px);
  float: right;
}
/*----  加購結數 ----*/
/*----- 貨到通知燈箱 -----*/
.pd-arrival-fancybox .pd-info {
  text-align: center;
}
.pd-arrival-fancybox .pd-info-label {
  margin-bottom: 6px;
  width: 20%;
  text-align: right;
  font-size: 14px;
  display: inline-block;
}
.pd-arrival-fancybox {
  padding: 5px 0;
  margin: 10px 0;
}
.pd-arrival-fancybox .pd-info select.form-control {
  width: 40%;
}
/*----- !貨到通知燈箱 -----*/
.related-box {
  padding-top: 15px;
  clear: both;
  margin-top: 15px;
  width: 100%;
}
.related-box .title {
}
.related-slider {
  position: relative;
}
.related-slider .slick-dots {
  position: absolute;
  right: 0;
  top: -50px;
}
.related-slider .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: url("../../images/common/products/related_dot.png") no-repeat;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 0;
}
.related-slider .slick-dots li.slick-active button {
  background-position: 100% 0;
}
.related-list {
  margin: 0 -2px;
}
.related-list .box {
  position: relative;
}
.related-list .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.related-list .item {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related-list,
.related-list .shopping_way.hot {
  text-align: center;
}
.related-list .shopping_way span {
  padding: 3px;
  margin-top: 15px;
}
.related-list .box {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.related-list .box .name {
  height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
}
.related-list .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  height: auto;
}
.related-list .pic:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 0.3s;
}
.related-list .box:hover .pic:before {
  opacity: 1;
}
.products-detail {
  position: relative;
}
.title {
  position: relative;
  line-height: 40px;
  color: #bfa55b;
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 5px;
  letter-spacing: 2px;
  margin: 40px 0 15px;
  border-bottom: 1px solid #d3d3d3;
}
.title:before {
}
.title:after {
}
/*---------------------------*/
.pd-activity {
  background: rgb(228, 57, 43);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 40px;
  transition: all 0.2s;
  position: relative;
}
.pd-activity:hover {
  background: #f76171;
}
.pd-activity:before,
.pd-activity:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  position: absolute;
  animation-direction: alternate;
  top: calc(50% - 5px);
}
.pd-activity:before {
  animation-name: activity-ani;
  opacity: 0.5;
  left: 8px;
}
.pd-activity:after {
  animation-name: activity-ani2;
  opacity: 1;
  left: 20px;
}
@keyframes activity-ani {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes activity-ani2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
.pd-activity a {
  display: block;
}
/*------------ sort_box ------------*/
.sort_box {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 0px;
}
.sort_box .control-label {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}
.sort_box .control-box {
  float: left;
}
.sort_box .form-control {
  margin-bottom: 0px;
  background: #ffffff;
  color: #333;
  padding: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.sort_box .form-control:focus {
  outline: none;
  background: #fff;
  color: #333;
}
.sort_box .form-group {
  float: left;
  padding: 5px 0;
}
.sort_box .form-group:after {
  content: "";
  display: block;
  float: left;
  z-index: 10;
  height: 22px;
  left: 0;
  top: 0;
  margin: 4px 4px;
}
.sort_icon {
  float: left;
  line-height: 38px;
  padding: 3px 0;
  position: relative;
  z-index: 0;
}
.sort_icon .ibtn {
  position: relative;
}
.sort_icon .ibtn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #aaa;
  z-index: -1;
  transition: all 0.3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
  background: #ba882a;
}
.sort_icon .ibtn.one {
  background-image: url(../../images/common/products/sort_pic3.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: none;
}
.sort_icon .ibtn.two {
  background-image: url(../../images/common/products/sort_pic1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.sort_icon .ibtn.four {
  background-image: url(../../images/common/products/sort_pic2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.sort_box .form-control.sort-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .products-list .item {
    width: 33.33%;
  }
  .products-list .item:nth-child(n) {
    clear: inherit;
  }
  .products-list .item:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .products-list .item {
    width: 50%;
  }
  .products-list .item:nth-child(n) {
    clear: inherit;
  }
  .products-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .sort_icon .ibtn.one {
    display: inline-block;
  }
  .sort_icon .ibtn.four {
    display: none;
  }
}
/********** 拆單結束 *********/
.shopping_way.hot {
  text-align: left;
  margin-top: 8px;
}
.shopping_way .general {
  border: 1px solid #333;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #333;
}
.shopping_way .cold {
  border: 1px solid #42b354;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #42b354;
}
.shopping_way .freezing {
  border: 1px solid #68a0da;
  padding: 5px;
  bottom: 5px;
  position: relative;
  color: #68a0da;
}
.shopping_way span + span {
  margin-left: 10px;
}
.pd-intro .btn-group .btn.general {
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
  background: #fff;
}
.pd-intro .btn-group .btn.general:hover {
  color: #fff;
  background: #4e4e4e;
}
.pd-intro .btn-group .btn.cold {
  border: 1px solid #42b354;
  color: #42b354;
  background: #fff;
}
.pd-intro .btn-group .btn.cold:hover {
  color: #fff;
  background: #42b354;
}
.pd-intro .btn-group .btn.freezing {
  border: 1px solid #68a0da;
  color: #68a0da;
  background: #fff;
}
.pd-intro .btn-group .btn.freezing:hover {
  color: #fff;
  background: #68a0da;
}
/*------------ 拆單結束'' ------------*/
.share-link.list-inline {
  text-align: left;
}
.share-out-bth {
  display: inline-block;
  float: right;
}
.share-buttom {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: #b3b3b3;
  cursor: pointer;
}
.share-buttom:hover {
  background: #d2d2d2;
}
.share-buttom .share_box {
  background: #5a5347;
  padding: 5px 5px 0;
  position: absolute;
  margin-top: -50px;
  right: 0;
}
.share-buttom .share_box:after {
  content: "▼";
  display: block;
  font-size: 20px;
  color: #5a5347;
  position: absolute;
  margin-top: -10px;
  right: 1%;
}
.share_box {
  display: none;
}
.share-buttom:hover .share_box {
  display: block;
}
.a2a_svg {
  display: none !important;
}
/*------------ 加購產品效果 ------------*/
.buymore-list .ic.ic3-down2 {
  color: #80caa5;
  font-size: 13px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.buymore-bth {
  position: relative;
  text-align: center;
  background: #d39c34;
  max-width: 85px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  margin: -65px 0;
  float: right;
  cursor: pointer;
}
.buymore-bth i {
  font-size: 10px;
  margin-right: 5px;
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.buymore-bth .up {
  display: none;
}
.buymore-bth.active .up {
  display: block;
}
.buymore-bth.active .down {
  display: none;
}
.buymore-bth.active .up i {
  transform: scaleY(1);
}
.btn.buymore-add {
  max-width: 30px;
  width: auto;
  display: inline-block;
  background: #b8b9aa;
  padding: 1px 5px;
  border-radius: 0;
}
.btn.buymore-add:hover {
  background: #72b1aa;
}
.btn.buymore-add i {
  color: #fbfbfb;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .gallery {
    width: 50%;
  }
  .pd-intro {
    width: 49%;
  }
  .related-box {
    width: 100%;
  }
  .pd-intro .pd-name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .gallery {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .gallery,
  .pd-intro {
    float: none;
    width: 100%;
  }
  .pd-arrival-fancybox .pd-info-label {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  /*手機板*/
  .activity-banner .container {
    padding: 0;
  }
  .sort_box {
    margin-bottom: 0;
  }
  .buymore-box img {
    width: 50px;
  }
  .gallery {
    margin-bottom: 12px;
  }
  .gallery,
  .pd-intro {
    float: none;
    width: 100%;
  }
  .pd-arrival-fancybox .pd-info-label {
    width: 30%;
  }
  .pd-arrival-fancybox .pd-info select.form-control {
    width: 60%;
  }
  .pd-arrival-fancybox {
    margin: 5px 0;
    padding: 3px 0;
  }
  .shopping_way .freezing,
  .shopping_way .cold,
  .shopping_way .general {
    padding: 3px;
  }
  .buymore-box,
  .related-box {
    float: none;
    width: auto;
    clear: both;
  }
  .buymore-list .item {
    padding: 10px 10px;
  }
  .buymore-list .pd-txt {
    float: left;
    padding: 3px 0;
  }
  .related-box {
    margin: 0;
    max-width: none;
  }
  .activity-banner {
    margin-bottom: 5px;
  }
  .share-out-bth {
    margin: -5px 0 10px;
  }
  .buymore-bth {
    margin: -62px 0 0 0;
    padding: 5px 5px;
    float: right;
  }
  .buymore-box,
  .related-box {
    margin-top: 15px;
    padding-top: 0;
  }
  .products-list .name,
  .products-list .offers {
    font-size: 19px;
    line-height: 1.4;
    height: auto;
  }
  .products-list .box {
    margin-bottom: 30px;
  }
  .products-list.type2 .item {
    width: 50%;
    padding: 0 5px;
  }
  .products-list.type2 .item:nth-child(4n + 1) {
    clear: none;
  }
  .products-list.type2 .item:nth-child(2n + 1) {
    clear: left;
  }
  .pd-intro .pd-name {
  }
  .pd-info-box {
    padding: 5px;
  }
  .pd-info {
    margin: 5px 0 10px;
  }
  .pd-price-better {
    padding: 5px 0;
  }
  .pd-info b {
    /* font-size: 16px; */
  }
  .pd-intro .btn-group .btn .ic {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    margin: 0 2px 2px;
  }
  .pd-intro .btn-group .btn .ic,
  .btn:before {
    display: inline-block;
    margin-right: 10px;
  }
  .pd-intro .btn-group .btn,
  .pd-intro .btn-group .btn.soldout,
  .pd-intro .btn-group .btn.arrival,
  .pd-intro .btn-group .btn.general,
  .pd-intro .btn-group .btn.cold,
  .pd-intro .btn-group .btn.freezing,
  .pd-intro .btn-group .btn.wish {
    height: 45px;
    line-height: 45px;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 17px;
  }
  .pd-intro .btn-group .btn.addcart,
  .pd-intro .btn-group .btn.buynow {
    padding: 0;
  }
  .buymore-list .item {
    width: 100%;
    margin: 5px 0;
  }
  .products-intro {
    margin-bottom: 5px;
  }
  .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 30px;
  }
  .title:before {
    line-height: 30px;
    font-size: 30px;
  }
  .title:after {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .pd-intro .btn-group .col {
    width: 100%;
  }
  .sort_box .control-box span {
    display: none;
  }
  .pd-intro .btn-group .btn.wish .ic {
    display: none;
  }
  .pd-intro .btn-group .btn {
  }
  .pd-intro .btn-group .btn .ic,
  .btn:before {
    display: none;
  }
  .sort_box .form-control.sort-pc {
    display: none;
  }
  .sort_box .form-control.sort-mobile {
    display: block;
    width: 70px;
  }
  .products-list .btn {
    width: 100%;
  }
  .products-list .btn.detail {
    display: none;
  }
  .related-list .shopping_way span + span {
    margin-left: 3px;
  }
}
/*QA*/
.pd-reply {
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.pd-reply .status {
  background: #d0d0d0;
  padding: 2px 8px;
  color: #fff;
  border-radius: 7px;
}
.pd-reply .status.replied {
  background: #80caa5;
}
.author-box {
  display: inline-block;
}
.go-msg-box {
  background-size: cover;
  margin-bottom: 10px;
  position: relative;
  height: auto;
  overflow: hidden;
}
.go-msg-box .btn-box {
  padding-top: 0px;
}
.btn.go-msg {
  background: #80caa5;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.btn.go-msg:hover {
  background: #aaa;
}
.btn.go-msg:hover:after {
  background-position: 0 100%;
}
.message-item {
  margin-bottom: 10px;
}
.message-item .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 16px;
}
.message-item .message-from {
  color: #444;
  font-size: 14px;
  margin-top: 6px;
}
#message-sect textarea.form-control {
  height: auto;
}
.message-item .message-from .date {
  display: inline-block;
  color: #ffbf00;
}
.message-question,
.message-answer {
  padding: 10px 60px 10px 70px;
  position: relative;
}
.message-question {
  cursor: pointer;
  border-bottom: 1px solid #80caa5;
}
.message-question:after {
  content: "";
  display: block;
  background: url("../../images/common/message/accordion.png") no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-position: 0 100%;
  transition: all 0.3s ease;
}
.message-item.active .message-question:after {
  background-position: 0 100%;
  transform: rotate(180deg);
}
.message-question .icon {
  background-image: url("../../images/common/message/icon_q.png");
}
.message-question .titlem {
  color: #aaa;
  font-weight: bold;
}
.message-question:hover .titlem {
  text-decoration: underline;
}
.message-item.active .message-question .titlem {
  color: #d39c34;
}
.message-question .txt {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.message-item.active .message-question .txt {
  height: auto;
  visibility: visible;
  padding: 10px 0;
}
.message-answer {
  display: none;
  background: #f1f9fb;
}
.message-answer .icon {
  background-image: url("../../images/common/message/icon_a.png");
}
.message-answer .editor {
  padding: 10px 0;
  min-height: 20px;
}
#message-sect .form-wrap {
  border: 2px solid #c0e4d2;
  padding: 30px;
  margin-top: 5px;
}
#message-sect .form-wrap .btn-box {
  max-width: none;
  margin-top: 10px;
  padding-top: 5px;
  text-align: center;
}
#message-sect .form-wrap .btn-box .btn.simple {
  float: none;
}
.btn-box.mess {
  clear: both;
  padding: 15px 0 50px;
  position: relative;
  text-align: center;
}
.message-list {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  /*手機板*/
  #message-sect {
    margin-top: -5px;
    padding-top: 5px;
  }
  #message-sect .form-wrap {
    padding: 5px 4%;
  }
  .message-item .message-from {
    float: none;
    display: block;
    text-align: left;
  }
  .go-msg-box {
    background-position: 80% 0;
    margin: 0 0 5px;
  }
  .message-list {
    margin: 0 -15px;
  }
  .message-item .icon {
    width: 30px;
    height: 30px;
    top: 5px;
    background-size: 100% auto;
  }
  .message-question:after {
    display: none;
  }
  .message-question,
  .message-answer {
    padding: 5px 5px 5px 50px;
  }
  .btn-box.mess {
    padding: 10px 0 25px;
  }
}
/*!QA*/
/*product_column欄位*/
.product_column_one .item {
  width: 100%;
}
.product_column_two .item {
  width: 50%;
}
.product_column_two .item:nth-child(n) {
  clear: inherit;
}
.product_column_two .item:nth-child(2n + 1) {
  clear: left;
}
/*!product_column欄位*/
