.activity-banner:before {
  top: 15%;
  bottom: 28%;
}
.products-list.type1 {
  margin: 0 -12px;
}
.products-list .item {
  padding: 0 8px;
  width: 25%;
}
.products-list.type2 {
  margin: 0 -10px;
}
.products-list.type2 .item {
  width: 20%;
  padding: 0 10px;
}
.products-list.type2 .item:nth-child(5n + 1) {
  clear: left;
}
.products-list .item:nth-child(4n + 1) {
  clear: left;
}
.products-list .box {
  max-width: 220px;
  margin: 0 auto 25px;
  background: #fff;
  position: relative;
  border-bottom: 3px solid #c8c8c8;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 15px 15px 20px;
  transition: all 0.3s ease;
}
.products-list .box:hover {
  border-color: #1a73e8;
}
.products-list li .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.products-list .box:hover {
  border-color: #1a73e8;
}
.products-list .box.new:before {
  content: "";
  background: url("../../images/common/products/new_tag.png");
  background-size: contain;
  width: 54px;
  height: 25px;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
}
.products-list .pic-box .btn {
  background: url(../../images/common/products/wish_tag.webp);
  background-size: contain;
  width: 21px;
  height: 19px;
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 8px;
}
.products-list .pic-box .btn:hover {
  background: url("../../images/common/products/wish_tag_h.webp");
  background-size: contain;
}
.products-list .pic-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.products-list .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-list .pic img {
}
.products-list .pic:before {
  content: "";

  background: linear-gradient(
    to bottom,
    rgba(26, 115, 232, 0) 0%,
    rgba(26, 115, 232, 1) 100%
  );
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-list .box:hover .pic:before {
  opacity: 0.2;
}
.products-list .txt {
  position: relative;
  text-align: left;
}
.products-list .name {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  text-align: left;
  transition: all 0.3s ease;
  margin-bottom: 4px;
}
.products-list .box:hover .name {
  color: #1a73e8;
}
.products-list .offers {
  color: #da2c32;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  text-align: left;
}
.products-intro {
  margin: 0 0 30px;
}
.gallery {
  float: left;
  width: 48.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pd-intro {
  float: right;
  width: 48.5%;
  font-size: 15px;
  position: relative;
  padding-right: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .pic {
  max-width: 494px;
  margin: 0 auto;
  border: 2px solid #f2f2f2;
  background: #fff;
  border-radius: 0;
  padding: 10px;
}
.pd-intro .pd-id {
  color: #bebebe;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  display: inline-block;
}
.pd-intro .pd-name {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0;
}
.pd-info {
  padding: 4px 0 6px;
}
.pd-info-divider {
  border: 0;
  background: url("../../images/common/border_dot_h.png") repeat-x;
  height: 1px;
  margin: 10px 0 !important;
}
.pd-price {
  color: #da2c32;
  font-weight: 500;
}
.pd-price span {
  font-size: 16px;
  font-weight: 600;
}
.pd-price .pd-info-label {
  display: inline-block;
  color: inherit;
  width: 54px;
  margin: 0 6px 0 0;
}
.pd-price-better {
  display: inline-block;
  background: #0064f0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  border-radius: 8px;
  padding: 8px 16px;
  display: inline-flex;
  align-content: center;
  align-items: baseline;
}
.pd-price-better span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
.pd-description {
  color: #878787;
  line-height: 1.8;
}
.pd-info-label {
  color: #565656;
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
.pd-info select.form-control {
  display: inline-block;
  margin: 0;
  max-width: 234px;
}
.pd-intro .btn.wish {
  color: #1a73e8;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}
.pd-intro .btn.wish:hover {
  color: #4c8fe7;
}
.pd-intro .btn.wish .ic {
  color: #1a73e8;
  vertical-align: text-bottom;
  font-size: 1.2em;
}
.pd-intro .btn.wish:hover .ic {
  color: #4c8fe7;
}
.pd-intro .btn-group {
  position: absolute;
  right: 0;
  top: 0;
}
.pd-intro .btn-group .btn {
  display: block;
  width: 126px;
  height: 126px;
  white-space: normal;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: unset;
  background: #e5ecf4;
  color: #333;
  border-radius: 10px;
  transition: all 0.3s;
  padding-top: 18px;
  margin-bottom: 10px;
}
.pd-intro .btn-group .btn:hover {
  color: #fff;
  background: #004398;
}
.pd-intro .btn-group .btn .ic {
  display: block;
  color: #333;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  margin: 0 auto 10px;
  border-radius: 50%;
}
.pd-intro .btn-group .btn:hover .ic {
}
.pd-intro .btn-group .btn small {
  display: block;
  color: #333;
  opacity: 0.8;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
}
.pd-intro .btn-group .btn:hover small {
  color: #b6b6a3;
}
.pd-intro .btn-group .btn.addcart {
}
.pd-intro .btn-group .btn.addcart .ic {
}
.pd-intro .btn-group .btn.addcart small {
}
.pd-intro .btn-group .btn.buynow {
}
.pd-intro .btn-group .btn.buynow .ic {
}
.pd-intro .btn-group .btn.buynow small {
}
.pd-intro .btn-group .btn.addcart:hover,
.pd-intro .btn-group .btn.buynow:hover {
  color: #fff;
  background: #1a73e8;
}
.pd-intro .btn-group .btn.addcart:hover .ic,
.pd-intro .btn-group .btn.buynow:hover .ic {
}
.pd-intro .btn-group .btn.addcart:hover small,
.pd-intro .btn-group .btn.buynow:hover small {
  color: #fff;
}
.pd-intro .btn-group .btn.soldout {
  cursor: not-allowed;
}
/*-- 拆單按鈕 --*/
.pd-intro .btn-group .btn.general {
  background: #fb5200;
  color: #fde9aa;
}
.pd-intro .btn-group .btn.general:hover {
  background: #ff7634;
}
.pd-intro .btn-group .btn.general .ic {
  background: #fbb900;
  color: #fb5200;
}
.pd-intro .btn-group .btn.general small {
  color: #fbb900;
}
.pd-intro .btn-group .btn.cold {
  background: #c9ff8e;
  color: #589417;
}
.pd-intro .btn-group .btn.cold:hover {
  background: #a6e85e;
}
.pd-intro .btn-group .btn.cold .ic {
  background: #88d238;
  color: #c9ff8e;
}
.pd-intro .btn-group .btn.cold small {
  color: #88d238;
}
.pd-intro .btn-group .btn.freezing {
  background: #2dc6dc;
  color: #bff7ff;
}
.pd-intro .btn-group .btn.freezing:hover {
  background: #3dafbf;
}
.pd-intro .btn-group .btn.freezing .ic {
  background: #8bf4ff;
  color: #2dc6dc;
}
.pd-intro .btn-group .btn.freezing small {
  color: #8bf4ff;
}
/*-- 拆單按鈕end --*/
.buymore-box .title,
.related-box .title,
.products-detail .title {
  background: url(../../images/common/border_dot_h.png) 0 100% repeat-x;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.related-box {
  position: relative;
  clear: both;
  margin-bottom: 30px;
}
.related-box .slick-prev,
.related-box .slick-next {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 20px;
  color: #c0c0c0;
}
.related-box .slick-prev:hover,
.related-box .slick-next:hover {
  color: #0064f0;
}
.related-box .slick-prev {
  right: 30px;
}
.related-box .slick-next {
  right: 0;
}
.related-slider {
  position: relative;
}
.related-list {
  margin: 0 -10px;
}
.related-list .item {
  width: 20%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related-list .box {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  background: #fff;
  border-bottom: 3px solid #c8c8c8;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 1.4;
  padding: 10px 10px 15px;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s ease;
}
.related-list .box:hover {
  border-color: #1a73e8;
}
.related-list .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
.related-list .pic:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(26, 115, 232, 0) 0%,
    rgba(26, 115, 232, 1) 100%
  );
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.related-list .box:hover .pic:before {
  opacity: 0.2;
}
.related-list .name {
  color: #61370a;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 21px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 4px;
}
.related-list .offers {
  color: #da2c32;
  font-size: 18px;

  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 25px;
}
.products-detail {
  position: relative;
  margin: 30px 0;
  color: #707070;
}
/*----  活動連結 ----*/
.pd-activity {
  background: rgb(220, 146, 45);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px 5px 35px;
  transition: all 0.2s;
  position: relative;
  margin-left: 0px;
  border-radius: 20px;
}
.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: 10px;
}
.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-color: #ffffff;
  color: #666;
  padding: 0 20px 0 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sort_box .form-control:focus {
  outline: none;
  background-color: #fff;
  border: 1px solid #a0a0a0;
}
.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: 28px;
  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: #1a73e8;
}
.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: 767px) {
  .sort_icon .ibtn.one {
    display: inline-block;
  }
  .sort_icon .ibtn.four {
    display: none;
  }
}
/*************************************/
/*-- 產品Q&A --*/
.go-msg-box {
  text-align: center;
  margin-bottom: 010px;
}
.btn.go-msg {
  border: 3px solid #fde7a4;
  width: 260px;
  color: #fba41a;
  font-size: 18px;
  line-height: 40px;
  border-radius: 20px;
}
.btn.go-msg:hover {
  border-color: #ff5c2d;
  color: #ff5c2d;
  background: #fde7a4;
}
.btn.go-msg .ic43-msg2 {
  font-size: 24px;
  vertical-align: middle;
}
.btn.go-msg .ic43-angle-circle-down {
  font-size: 14px;
  vertical-align: middle;
}
.message-item {
  margin-bottom: 5px;
  border-bottom: 1px solid rgb(217, 202, 179);
}
#message-sect {
  margin-top: 20px;
  padding-top: 5px;
}
.message-item .message-from {
  color: #fff;
  font-weight: bold;
  padding: 2px 0 2px 30px;
  display: block;
  background: rgb(255, 92, 45);
  float: left;
  width: 15%;
  border-radius: 15px;
}
.message-item .date {
  display: inline-block;
  color: #ffd5b8;
}
.message-question,
.message-answer {
  padding: 5px;
  position: relative;
}
.message-question {
  cursor: pointer;
}
.message-question .title {
  top: 0px;
  float: right;
  width: calc(100% - 210px);
  padding: 0 0 0 10px;
}
#message-sect .form-wrap {
  border: 4px solid #fabe00;
  background: #fefdfd;
  padding: 20px 2% 20px;
}
.message-question:hover .title {
  text-decoration: underline;
}
.message-item.active .message-question {
  background: #fff2ee;
  border-bottom: none;
}
.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 0px;
}
.message-answer {
  display: none;
  border-top: 1px solid rgb(217, 202, 179);
  background: rgb(252, 245, 224);
}
.message-answer .editor {
  padding: 10px 20px;
  min-height: 20px;
}
#message-sect .form-box {
  padding: 0;
}
#message-sect .reminder {
  margin-bottom: 20px;
}
#message-sect .reminder span {
  background: #fde7a4;
  border: 0;
}
.pd-content {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px dotted #dcb984;
}
#message-sect .form-box .control-label {
  display: inline-block;
}
.pd-reply {
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.pd-reply .status {
  background: #929292;
  padding: 2px 5px;
  color: #fff;
  border-radius: 10px;
}
.pd-reply .status.replied {
  background: #ff5c2d;
}
/*-- 產品Q&A end --*/
/*-- 加購區 --*/
.buymore-box {
  padding-top: 25px;
}
.buymore-list .item {
  background: #f7f7f7;
  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 ease;
}
.buymore-list .item:hover {
  background: #e8e8e8;
}
.buymore-list .price {
  display: inline-block;
  color: #e50000;
  font-size: 15px;
  font-weight: bold;
}
.buymore-list .name {
  display: inline-block;
  color: #555;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 1px;
}
.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;
}
.buymore-box img {
  width: 40px;
}
.left-buymore {
  display: inline-block;
}
.right-buymore {
  width: calc(100% - 70px);
  float: right;
}
.buymore-list .ic.ic3-down2 {
  color: #80caa5;
  font-size: 13px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.buymore-bth {
  text-align: center;
  background: #6ea3e8;
  max-width: 85px;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  float: right;
  margin-top: -65px;
  cursor: pointer;
}
.buymore-bth .up {
  display: none;
}
.buymore-bth.active {
  background: #0064f0;
}
.buymore-bth.active .up {
  display: block;
}
.buymore-bth.active .down {
  display: none;
}
.btn.buymore-add {
  max-width: 30px;
  width: auto;
  display: inline-block;
  background: #b8b9aa;
  padding: 1px 5px;
}
.btn.buymore-add.active {
  background: #72b1aa;
}
.btn.buymore-add i {
  color: #fbfbfb;
  font-size: 16px;
}
/*-- 加購區 end--*/
/***products_view_two***/
.products-list.type1 li.item_two {
  width: 50%;
  padding: 0 10px;
}
.products-list.type1 li.item_two:nth-child(4n + 1) {
  clear: none;
}
.products-list.type1 li.item_two:nth-child(3n + 1) {
  clear: none;
}
.products-list.type1 li.item_two:nth-child(2n + 1) {
  clear: left;
}
.products-list.type1 li.item_two .box {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .products-list.type1 li.item_two {
    padding: 0 5px;
  }
}
/***products_view_one***/
.products-list.type1 li.item_one:nth-child(n) {
  clear: none;
  width: 100%;
}
/********************************/
/*---- 分享icon -----*/
.share-link.list-inline {
  text-align: left;
}
.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
  color: #fff;
  cursor: pointer;
  font-size: 25px;
}
.share_box {
  margin: 2px 2px;
  text-align: center;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
  font-size: 25px;
  width: 25px;
  height: 30px;
  border-radius: 15px;
  margin: 0;
  padding: 0;
  line-height: 32px;
}
.share_box .share-link .btn {
  width: 25px;
  margin: 0;
  border: 0;
  line-height: 1;
}
.share-out-bth {
  display: inline-block;
  float: right;
  margin: -35px 10px 0 0;
  z-index: 9;
}
.share-buttom {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: #93b0d8;
  cursor: pointer;
  transition: all 0.5s EASE;
}
.share-buttom:hover {
  color: #fff;
  background: #1a73e8;
}
.share-buttom .share_box {
  background: #bdbdbd;
  padding: 2px 5px;
  line-height: 2;
  position: absolute;
  margin-top: -50px;
  right: 30%;
}
.share-buttom .share_box:after {
  content: "▼";
  display: block;
  font-size: 20px;
  color: #bdbdbd;
  position: absolute;
  margin-top: -15px;
  right: 1%;
}
.share_box {
  display: none;
}
.share-buttom:hover .share_box {
  display: block;
}
.share-out-bth .share .btn {
  background: #222222;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 28px;
  border-radius: 50%;
  margin-left: 2px;
}
.share .btn:hover {
  background: #b29066;
  color: #fff;
}
.share_box {
  margin: -15px 0 35px 0;
}
.share-link button,
.share-link a {
  width: 30px;
  height: 30px;
  color: #ccc;
  font-size: 30px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.a2a_default_style .a2a_svg {
  display: none;
}
.share-link li a {
  font-size: 31px;
  width: auto;
  float: none;
  height: auto;
  line-height: 30px;
  cursor: pointer;
}
.share_box .share-link .facebook:hover {
  color: #405d9a;
}
.share_box .share-link .google:hover {
  color: #f34537;
}
.share_box .share-link .twitter:hover {
  color: #39a0ce;
}
.share_box .share-link .plurk:hover {
  color: #e9443d;
}
.share_box .share-link .line:hover {
  color: #00c300;
}
.share_box .share-link .mail:hover {
  color: #00c300;
}
.share_box .share-link .linkedin:hover {
  color: #0177b5;
}
.share_box .share-link .share-link:hover {
  color: #00c300;
}
.share_box .share-link .blogger:hover {
  color: #f26c38;
}
.share_box .share-link .linkedin:hover {
  color: #f6c13d;
}
.share_box .share-link .a2a_button_whatsapp:hover {
  color: #f34537;
}
.share_box .share-link .a2a_button_sina_weibo:hover {
  color: #f34537;
}
/*-- 分享 --*/
/*-- 或到通知燈箱 ---*/
.pd-arrival-fancybox .pd-info-label {
  width: 20%;
}
.pd-arrival-fancybox .form-control {
  width: 65%;
}
.arrival-box .form-control {
  margin: auto;
  width: 75%;
}
/*-- 貨到通知燈箱end ---*/
@media screen and (max-width: 1460px) {
  .products-list .item {
    width: 25%;
  }
  .products-list .item:nth-child(5n + 1) {
    clear: none;
  }
  .products-list .item:nth-child(4n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 1300px) {
  .gallery,
  .pd-intro,
  .buymore-box,
  .related-box {
    float: none;
    width: auto;
    clear: both;
  }
  .gallery {
    margin-bottom: 20px;
  }
  .gallery .pic {
    margin: 0;
  }
  .related-list .item {
    width: 25%;
  }
}
@media screen and (max-width: 1280px) {
  .products-list.type1 {
    margin: 0 -7px;
  }
  /*  .products-list.type1 .item {
        padding: 0 7px;
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }*/
  .share-buttom .share_box {
    right: 18%;
  }
  .share-out-bth {
    margin: 0px 10px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .products-list.type2 {
    margin: 0 -7px;
  }
  /*   .products-list.type2 .item {
        padding: 0 7px;
        width: 25%;
    }
    .products-list.type2 .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: left;
    }*/
}
@media screen and (max-width: 1100px) {
  .related-list .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .products-list {
    padding-top: 10px;
  }
  .gallery .pic {
    margin: 0 auto;
  }
  .related-list .item {
    width: 25%;
  }
  .products-list .name {
    font-size: 16px;
    height: auto;
    letter-spacing: 0.03em;
    margin-bottom: 0;
  }
  .products-list .offers {
    font-size: 16px;
    height: auto;
  }
  .products-list .txt {
  }
  .products-list .box {
    margin: 0 auto 25px;
    padding: 10px 10px 15px;
  }
  .sort_box {
    margin-bottom: 0px;
  }
  .gallery {
    margin-bottom: 10px;
  }
  .pd-intro .pd-id {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .pd-activity:before,
  .pd-activity:after {
    top: 11px;
  }
  .pd-intro .pd-name {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  .pd-info-divider {
    margin: 2px 0;
  }
  .pd-price .pd-info-label {
    margin: 0px;
  }
  .pd-price-better {
    padding: 0 8px;
    margin-bottom: 5px;
  }
  .pd-price-better span {
    font-size: 14px;
  }
  .pd-price span {
    font-size: 16px;
  }
  .pd-price {
    font-size: 14px;
  }
  .pd-description {
    line-height: 1.7;
    font-size: 14px;
  }
  .pd-intro .btn.wish {
    font-size: 14px;
  }
  .pd-intro {
    font-size: 14px;
  }
  .products-intro {
    margin: 10px 0;
  }
  .buymore-bth {
    font-size: 12px;
    margin-top: -50px;
  }
  .buymore-box .title,
  .related-box .title,
  .products-detail .title {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .products-detail {
    margin: 20px 0;
  }
  .related-box {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .pd-content {
    margin-top: 35px;
    padding-top: 15px;
  }
  .btn.go-msg {
    width: 240px;
    font-size: 14px;
    line-height: 30px;
  }
  .pd-in-title {
    display: none;
  }
  .products-list .box.new:before {
    top: 0;
    left: 0;
  }
  .products-list .pic-box .btn {
    top: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 860px) {
  .products-list.type2 {
    max-width: 700px;
    margin: 0 auto;
  }
  .products-list.type2 .item {
    width: 50%;
  }
  .products-list.type2 .item:nth-child(4n + 1) {
    clear: none;
  }
  .products-list.type2 .item:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  /* .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }*/
  .products-list.type2 {
    margin: 0 -7px;
  }
  .pd-intro {
    padding: 0;
  }
  .pd-intro .btn-group {
    position: static;
    padding-top: 10px;
  }
  .pd-intro .btn-group .btn {
    display: inline-block;
  }
  .buymore-list .pd-txt,
  .buymore-list .pd-info {
    float: none;
    width: auto;
  }
  .related-list {
    margin: 0 -4px;
  }
  .related-list .item {
    width: 33.33%;
    padding: 0 4px;
  }
  .share-buttom .share_box {
    right: 1%;
  }
  .products-list .item {
    width: 50%;
  }
  .products-list .item:nth-child(4n + 1) {
    clear: none;
  }
  .products-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .products-list .pic {
  }
}
@media screen and (max-width: 570px) {
  .related-list .item {
    width: 50%;
  }
  .sort_box .form-control.sort-mobile {
    display: block;
    width: 80px;
  }
  .pd-intro .btn-group .btn {
    width: 32%;
    height: auto;
    font-size: 14px;
    padding: 12px 0 5px;
    margin-bottom: 4px;
  }
  .pd-intro .btn-group .btn small {
    font-size: 12px;
  }
  .pd-intro .btn-group .btn .ic {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto 5px;
  }
  .buymore-box {
    padding-top: 15px;
  }
  .buymore-list .item {
    padding: 5px 12px 0;
    width: 100%;
    margin: 5px 0.5% 0;
  }
  .buymore-list .name {
    font-size: 14px;
  }
  .buymore-list .price {
    font-size: 14px;
  }
  .buymore-box img {
    width: 35px;
  }
  .buymore-bth {
    padding: 3px 10px;
    font-size: 12px;
    margin: -45px 0;
  }
  .message-item .message-from {
    width: 85%;
    float: none;
    text-align: left;
  }
  .message-question .title {
    width: 100%;
    float: none;
    border: none;
    padding: 5px 0;
  }
  #message-sect .form-wrap {
    margin: 0 -10px;
    padding: 20px;
  }
  .message-answer {
    padding: 0px;
  }
  #message-sect .form-box .control-box {
    margin-bottom: 0px;
  }
  #message-sect .reminder {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 400px) {
  .related-list .item {
    width: 100%;
  }
  .pd-intro .btn-group .btn {
    min-height: 100px;
  }
}
@media screen and (max-width: 350px) {
  .share-buttom .share_box {
    margin-top: -80px;
  }
}
/*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欄位*/
