/* -------- sort_box -------- */
#include_sort {
  margin-top: -50px;
}
.sort_box {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.control-label {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}
.control-box {
  float: left;
}
.sort_box .form-control {
  margin-bottom: 0px;
  background: #f0f5f6;
  color: #666;
  padding: 0 5px;
  border: 1px solid #f0f5f6;
  transition: all 0.3s ease;
}
.sort_box .form-control:focus {
  outline: none;
  border-color: #888;
  background: #888;
  color: #fff;
}
.form-group {
  float: left;
  padding: 5px 0;
}
.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: 30px;
  padding: 5px 0;
}
.sort_icon .ibtn.one {
  background-image: url(../../images/common/products/sort_pic3.png);
  width: 24px;
  height: 24px;
  display: none;
}
.sort_icon .ibtn.two {
  background-image: url(../../images/common/products/sort_pic1.png);
  width: 24px;
  height: 24px;
}
.sort_icon .ibtn.four {
  background-image: url(../../images/common/products/sort_pic2.png);
  width: 24px;
  height: 24px;
}
.sort_icon .ibtn.active {
  background-position: 0 100%;
}
.sort_box .form-control.sort-mobile {
  display: none;
}
/* -------- list -------- */
.products-list {
  margin: 0 -10px;
}
.products-list .item {
  width: 25%;
  padding: 0 10px;
}
.products-list .item:nth-child(4n + 1) {
  clear: left;
}
.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 {
  max-width: 270px;
  margin: 35px auto 15px;
  position: relative;
}
.products-list li.item_two .box {
  max-width: 500px;
}
.products-list li.item_one .box {
  max-width: 600px;
}
.products-list .box.new:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../../images/common/products/new_tag.png") no-repeat;
  background-size: contain;
  width: 67px;
  height: 67px;
  left: 27px;
  top: -34px;
  z-index: 40;
}
.products-list .pic-box {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 10px #dbddddd4;
}
.products-list .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-list .pic-box .ibtn.delete {
  background-image: url("../../images/common/buymore_close.png");
  width: 54px;
  height: 54px;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  display: none;
}
.products-list .txt {
  position: relative;
  padding: 10px 0 0;
}
.products-list .name {
  position: relative;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
  line-height: 1.5;
  overflow: hidden;
}
.products-list .box:hover .name {
  color: #0074ae;
}
.products-list .offers {
  position: relative;
  color: #d50000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Arsenal", serif;
}
.products-list .no_offers {
  position: relative;
  height: 44px;
}
.products-list .offers .ic {
  position: relative;
  box-sizing: border-box;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  background: -webkit-linear-gradient(270deg, #008bd5 0, #00a2e5 100%);
}
.products-list .offers .ic-cart-news:before {
  font-size: 17px;
  color: #fff;
}
.products-list .btn-group {
  overflow: hidden;
}
.products-list .btn {
  float: left;
  width: 49%;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  padding: 0 12px;
  margin: 0 1px;
}
.products-list .btn.wish {
  background: #00a2e5;
}
.products-list .btn.wish:hover {
  background: #0074ae;
}
.products-list .btn.detail {
  background: #008bd5;
}
.products-list .btn.detail:hover {
  background: #0074ae;
}
.products-list .btn.delete {
  background: #008bd5;
}
.products-list .btn.delete:hover {
  background: #0074ae;
}
.products-list .btn .icon {
  width: 20px;
  height: 20px;
  margin: 0 5px 3px 0;
}
.products-list .btn.wish .icon,
.products-list .btn.detail .icon,
.products-list .btn.delete .icon {
  position: relative;
  background: transparent;
  margin: 0 5px 0 0;
}
.products-list .btn.wish .icon::before {
  content: "\e909";
  background: none;
  position: absolute;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -2px;
  left: -20px;
  font-size: 20px;
}
.products-list .btn.detail .icon::before {
  content: "\e901";
  background: transparent;
  position: absolute;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
  left: -19px;
  font-size: 20px;
}
.products-list .btn.delete .icon::before {
  content: "\f067";
  background: transparent;
  position: absolute;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -13px;
  left: -11px;
  font-size: 20px;
  transform: rotate(45deg);
}
/* -------- products_view_two -------- */
.products-list {
  max-width: 1300px;
  margin: 0 auto;
}
.products-list li.item_two {
  width: 50%;
  padding: 0 10px;
}
.products-list li.item_two:nth-child(4n + 1) {
  clear: none;
}
.products-list li.item_two:nth-child(3n + 1) {
  clear: none;
}
.products-list li.item_two:nth-child(2n + 1) {
  clear: left;
}
.products-list .text-box {
  max-width: 620px;
  margin: 0 auto;
}
.products-list li.item_two .btn-group {
  display: -webkit-box;
}
/* -------- products_view_one -------- */
.products-list li.item_one:nth-child(n) {
  clear: none;
}
.products-list > li.item_one {
  width: 100%;
  padding: 0 8px;
  max-width: 1055px;
}
.products-list {
  margin: 0 auto;
}
/* -------- content -------- */
.products-intro {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.gallery {
  float: left;
  width: 53%;
  max-width: 600px;
}

/* 20260427新增欄位 */

.thumbnails {
  float: right;
  width: 45%;
}
.thumbnails ul {
  margin: 0 -7px;
}
.thumbnails li {
  width: 33.33%;
  padding: 7px;
}
.thumbnails li:nth-child(3n + 1) {
  clear: both;
}
.thumbnails a {
  display: block;
  max-width: 155px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.thumbnails a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  border: 10px solid #ffffff;
  opacity: 0;
  transition: all 0.3s;
}
.thumbnails a:hover:before,
.thumbnails li.active a:before {
  opacity: 0.3;
}
/* 20260427新增欄位 */
.pd-intro,
.related-box {
  float: right;
  width: 45%;
}
.pd-intro {
  float: right;
  width: 45%;
}
.pd-id {
  margin-bottom: 8px;
  color: #666;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  font-family: "Arsenal", serif;
}
.pd-id span {
  background: #e50000;
  color: #fff;
  display: block;
  vertical-align: middle;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.pd-name {
  border: 1px dashed #dcdcdc;
  border-width: 1px 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 0;
  margin: 0;
}
.pd-info {
  margin: 12px 0;
}
#pro_price_html .pd-info {
  margin: 6px 0;
}
.pd-info b {
  color: #d50000;
  font-size: 20px;
  font-family: "Arsenal", serif;
}
.pd-info select.form-control {
  display: inline-block;
  margin: 0;
  max-width: 240px;
  border-color: #ccc;
  border-radius: 0;
  background-color: #fff;
}
/* activity */
.pd-activity {
  background: rgb(228, 57, 43);
  color: #fff;
  display: block;
  vertical-align: middle;
  padding: 0 15px 0 40px;
  margin: 5px 0 8px;
  transition: all 0.2s;
  position: relative;
  display: inline-block;
}
.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: 7px;
}
.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;
}
/* basic */
.pd-price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.pd-intro .btn-group {
  margin: 25px -7px 0;
}
.pd-intro .btn-group .col {
  float: left;
  width: 50%;
  padding: 0 7px;
}
/* -------- btn -------- */
.pd-intro .btn-group .btn {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  border-radius: 8px;
  margin: 0 0 10px;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
}
.pd-intro .btn-group .btn.addcart {
  background: #00a2e5;
}
.pd-intro .btn-group .btn.addcart:hover {
  background: #0074ae;
}
.pd-intro .btn-group .btn.addcart.normal {
  background: #008bd5;
}
.pd-intro .btn-group .btn.wish {
  background: #da6994;
}
.pd-intro .btn-group .btn.wish:hover {
  background: #ec4d8a;
}
.pd-intro .btn-group .btn.soldout {
  background: #00a2e5;
}
.pd-intro .btn-group .btn.soldout:hover {
  background: #0074ae;
}
.pd-intro .btn-group .btn.arrival {
  border: 1px solid #c6c6c6;
  color: #b4b4b4;
  line-height: 38px;
}
.pd-intro .btn-group .btn.arrival:hover {
  color: #1b7292;
}
.pd-intro .btn-group .btn .icon {
  width: 20px;
  height: 20px;
  margin: 0 8px 5px 0;
}
.pd-intro .btn-group .btn.addcart .icon,
.pd-intro .btn-group .btn.wish .icon {
  background: transparent;
  font-size: 20px;
}
.pd-intro .btn-group .btn.addcart .icon::before {
  content: "\e90a";
  position: relative;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -20px;
  top: -7px;
}
.pd-intro .btn-group .btn.wish .icon::before {
  content: "\e909";
  position: relative;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -20px;
  top: -7px;
}
.pd-info .color-radio {
  display: inline-block;
  padding: 3px;
  border: 1px solid #dcdcdc;
  position: relative;
  line-height: normal;
  margin: 0 0 6px 0;
}
.pd-info .color-radio input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}
#os_size .color-radio {
  float: left;
  margin: 0 -2px 0 0;
  text-align: center;
  font-size: 16px;
  background: #c5ce17;
  border: 2px solid #fff;
  color: #fff;
}
.pd-info .color-radio.checked {
  border-color: #1a7292;
}
#os_size .color-radio.checked {
  background: #1a7292;
}
#os_size:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pd-info .color-radio img {
  width: 20px;
}
/* -------- buymore 我要加購 -------- */
.buymore-box {
  position: relative;
  box-sizing: border-box;
  float: none;
  width: 100%;
  clear: both;
  padding: 30px 0 0;
}
.buymore-box .buymore-title {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #444;
}
.buymore-list .item {
  position: relative;
  background: #f0f5f6;
  margin-top: 3px;
  padding: 10px 20px 0;
  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;
  border-radius: 10px;
}
.buymore-list .item:hover,
.buymore-list .item.checked {
  background: #f5f5f5;
}
.buymore-list .price {
  display: inline-block;
  color: #e50000;
  font-weight: bold;
  font-family: "Arsenal", serif;
}
.buymore-list .name {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 500px;
  transition: all 0.3s ease;
}
.buymore-list .item:hover .name {
  color: #00a2e5;
}
.buymore-list .pd-txt {
  padding: 3px 0;
}
.buymore-box img {
  width: 40px;
}
.left-buymore {
  display: inline-block;
  padding-left: 8px;
}
.right-buymore {
  width: calc(100% - 80px);
  float: right;
  line-height: 1.45;
}
.buymore-bth {
  position: relative;
  text-align: center;
  background: #0074ae;
  max-width: 200px;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin: -50px 0 0;
  float: right;
  right: 0;
  cursor: pointer;
}
.buymore-bth .up {
  display: none;
}
.buymore-bth.active {
  background: #00a2e5;
}
.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;
}
.btn.buymore-add.active {
  background: #72b1aa;
}
.buymore-list .pd-info .spec {
  float: left;
  width: calc(100% - 75px);
}
.buymore-list .pd-info .qty {
  float: right;
  width: 70px;
}
.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-fancybox .fancybox-close {
  background: url("../../images/common/buymore_close.png");
  width: 54px;
  height: 54px;
  right: -24px;
  top: -24px;
}
/* -------- related 相關商品 -------- */
.related-box {
  position: relative;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.related-box .title {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
  color: #444;
}
.related-slider {
  position: relative;
  padding: 0 34px;
}
.related-slider .slick-prev,
.related-slider .slick-next {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #bcbcbc;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  border-radius: 25px;
  cursor: pointer;
}
.related-slider .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 12px;
  height: 2px;
  background: #fff;
}
.related-slider .slick-prev::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 8px 0 3px;
  border-color: transparent #fff transparent transparent;
  margin: 0;
  top: 7px;
  left: 2px;
}
.related-slider .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 12px;
  height: 2px;
  background: #fff;
}
.related-slider .slick-next::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0px 8px;
  border-color: transparent transparent transparent #fff;
  margin: 0;
  top: 7px;
  right: 2px;
}
.related-slider .slick-prev {
  left: 0;
}
.related-slider .slick-next {
  right: 0;
}
.related-slider .slick-prev:hover,
.related-slider .slick-next:hover {
  background-color: #00a2e5;
}
.related-slider {
  margin: 0 -8px 15px;
}
.related-slider .item {
  padding: 0 8px;
}
.related-slider .box {
  display: block;
  max-width: 145px;
  margin: 0 auto;
}
.related-slider .pic {
  position: relative;
  overflow: hidden;
}
.related-slider .pic:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../../images/common/products/related_hover.png") 50% 60%
    no-repeat rgb(136, 136, 136, 0.8);
  opacity: 0;
  transition: all 0.3s ease;
}
.related-slider .box:hover .pic:before {
  background-position: 50% 50%;
  opacity: 1;
}
.products-detail {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 50px;
}
.products-detail .title {
  background: #f0f5f6;
  width: 100%;
  text-align: center;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2px;
  margin: 0 0 15px;
  border-radius: 10px;
}
/* -------- share -------- */
.share-out-bth {
  float: right;
  margin-top: 0;
}
.share_box {
  text-align: right;
}
.share-all .ic {
  font-size: 16px;
  color: #fff;
  background: #666;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
}
.share-all .ic:hover {
  background: #888;
}
.share-link li {
  line-height: 20px;
}
.share-link button,
.share-link a {
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #888;
  background: #fff;
}
.share_box .share-link .a2a_default_style:not(.a2a_flex_style) a {
  line-height: 26px !important;
}
.share-link button:hover,
.share-link .ic-sharewhatsapp:hover,
.share-link .ic-shareweibo:hover {
  color: #fff;
}
.share-link .ic-sharewhatsapp,
.share-link .ic-shareweibo {
  font-size: 16px;
  padding: 1px;
}
.share-buttom {
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.share-link {
  position: absolute;
  right: 1%;
  background: #888;
  padding: 5.5px 5px;
  margin-top: -55px;
}
.share-link:after {
  content: "▼";
  position: absolute;
  right: 1%;
  display: block;
  color: #888;
  font-size: 20px;
  margin-top: -7px;
}
.share-link {
  display: none;
}
.share_box:hover .share-link {
  display: block;
}
/* -------- 拆單 -------- */
.shopping_way span + span {
  margin: 0 2px;
}
.shopping_way span {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #fbab9b;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 8px;
  width: 32%;
  letter-spacing: 1px;
}
.shopping_way .cold {
  background: #80dc9c;
}
.shopping_way .freezing {
  background: #63c7f5;
}
.pd-way-top {
  display: inline-block;
  position: relative;
}
.shopping_way.inner {
  display: inline-block;
}
.shopping_way.inner span {
  width: auto;
  padding: 0 5px;
}
.shopping_way.inner span + span {
  margin: 0 5px;
}
.pd-intro .btn-group .btn.addcart.freezing {
  background: #44bce8;
}
.pd-intro .btn-group .btn.addcart.freezing:hover {
  background: #00a0da;
}
.pd-intro .btn-group .btn.addcart.cold {
  background: #5bc366;
}
.pd-intro .btn-group .btn.addcart.cold:hover {
  background: #1cb92d;
}
.pd-intro .btn-group .btn.addcart.freezing .ic,
.pd-intro .btn-group .btn.addcart.cold .ic {
  font-weight: normal;
  font-size: 20px;
  top: 3px;
  left: -2px;
  position: relative;
}
/* -------- 新增Q&A系統 -------- */
.ibtn.go-msg {
  background-image: url("../../images/common/products/btn_gomsg.png");
  width: 140px;
  height: 150px;
  display: block;
  margin: 0 auto 25px;
}
.ibtn.go-msg:hover {
  background-position: 0 100%;
}
.message-list {
  max-width: 1220px;
  margin: 0 auto;
}
.message-item {
  padding: 2px 0;
  font-size: 14px;
}
.message-from {
  float: right;
  font-size: 15px;
  margin-left: 5px;
  line-height: 1.7;
}
.message-question {
  position: relative;
  background: #fdf6e8;
  color: #111;
  font-size: 15px;
  min-height: 27px;
  padding: 18px 16px 18px 66px;
  cursor: pointer;
  transition: all 0.3s;
}
.message-question:hover,
.active .message-question {
  background: #fbeccf;
  color: #966a14;
}
.message-question:before {
  content: "";
  display: block;
  background: url("../../images/common/products/accordion.png") 0 100% no-repeat;
  width: 33px;
  height: 33px;
  border-radius: 50px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.message-question .message-from {
  color: #e49d0a;
}
.message-answer {
  display: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  padding: 16px 16px 16px 66px;
  background: #fff4f1;
}
.message-answer:before {
  content: "";
  display: block;
  background: url("../../images/common/products/accordion.png") no-repeat;
  width: 33px;
  height: 33px;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.message-answer .message-from {
  color: #af7728;
}
.message-answer .editor {
  min-height: 27px;
  max-width: 850px;
  color: #111;
}
.message-question .new-tag {
  color: #e83232;
  font-size: 13px;
}
.message-question .status.replied {
  background: #ffe5b3;
  font-size: 13px;
  padding: 5px 7px;
  border-radius: 10px;
  color: #dc9301;
}
#message-sect {
  margin-top: 0px;
  padding-top: 10px;
}
.content_pd {
  width: 100%;
}
.pd_messages {
  margin-top: 65px;
  border-top: 1px dashed #dae51e;
  padding-top: 30px;
}
.form-wrap.pd {
  max-width: 1150px;
  background: url("../../images/common/products/messages_bg.png");
}
.form-box.pd {
  max-width: 1000px;
}
.pd .control-label {
  margin-right: 10px;
  line-height: 30px;
}
.pd .control-label,
.pd .control-box,
.pd .form-group {
  float: none;
}
.content_pd .btn-box {
  margin-bottom: 30px;
}
/* 20240517增加編輯器 */
.pd-box {
  position: relative;
  box-sizing: border-box;
  background: #f2f7fa;
  padding: 10px 20px;
  margin: 8px 0 20px;
}
/* end20240517增加編輯器 */
/* -------- rwd -------- */
@media screen and (max-width: 1480px) {
  .buymore-list .pd-txt,
  .buymore-list .pd-info {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  .products-list .item {
    width: 33.33%;
  }
  .products-list .item:nth-child(4n + 1) {
    clear: none;
  }
  .products-list .item:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 1240px) {
  .products-list .item_two .btn,
  .products-list .item_one .btn {
    width: 47%;
    float: left;
    margin: 0 2px;
  }
}
@media screen and (max-width: 1200px) {
  .thumbnails {
    float: none;
    width: auto;
  }
  .thumbnails li {
    width: 16.66%;
  }
  .thumbnails li:nth-child(n) {
    clear: inherit;
  }
  .gallery,
  .pd-intro,
  .buymore-box,
  .related-box {
    float: none;
    width: auto;
  }
  .gallery {
    margin: 0 auto 20px;
  }
  .related-box {
    max-width: none;
  }
  .products-list .box.new:before {
    width: 50px;
    height: 50px;
    left: 27px;
    top: -25px;
  }
}
@media screen and (max-width: 1000px) {
  #include_sort {
    margin-top: -20px;
  }
  .message-from {
    float: left;
    width: 100%;
    margin: 0 0 10px;
  }
  .shopping_way span {
    line-height: 22px;
    font-size: 12px;
    font-weight: normal;
    width: auto;
    padding: 0 8px;
    margin-bottom: 3px;
  }
  .products-list .name {
    font-size: 16px;
    height: 45px;
    line-height: 1.3;
  }
  .products-list .offers {
    font-size: 18px;
    margin: 5px 0 10px;
  }
  .sort_icon {
    padding: 0px;
  }
  .sort_box {
    margin-bottom: 0px;
  }
  .pd-activity {
    margin: 5px 0;
  }
  .products-list .box,
  .products-intro {
    margin-bottom: 10px;
  }
  .pd-id {
    margin-bottom: 2px;
  }
  .pd-name {
    font-size: 16px;
  }
  .pd-info {
    margin: 12px 0;
    line-height: 1.5em;
  }
  .pd-info b {
    font-size: 15px;
  }
  .pd-info .color-radio {
    padding: 1px 3px;
    margin: 0 0 2px 0;
  }
  .pd-intro .btn-group {
    margin: 30px -7px;
  }
  .pd-intro .btn-group .btn {
    font-size: 14px;
    min-width: 50px;
    line-height: 30px;
  }
  .pd-intro .btn-group .col {
    width: 33%;
    padding: 0 3px;
  }
  .buymore-list .img {
    width: 33px;
  }
  .btn.buymore-add {
    max-width: 26px;
    padding: 3px 4px;
  }
  .products-detail .title {
    font-size: 16px;
  }
  .products-detail {
    padding: 5px 0;
    margin: 20px 0;
  }
  .pd_messages {
    margin: 15px 0px;
    padding: 0px;
    border-top: 0px;
  }
  #message-sect {
    padding-top: 3px;
  }
  .ibtn.go-msg {
    background-image: url("../../images/common/products/btn_gomsg_small.png");
    width: 100px;
    height: 90px;
    margin: 0 auto 5px;
  }
  .content_pd .btn-box {
    margin-bottom: 5px;
  }
  .form-box {
    padding: 5px 10px;
  }
  .form-group:after {
    display: none;
  }
  .form-group {
    float: left;
    padding: 5px 0;
  }
  .form-group + .form-group {
    padding: 5px;
  }
  .pd-intro .btn-group .btn.arrival {
    line-height: 28px;
  }
  .products-detail .editor {
    margin: 15px 0 10px;
  }
  .share-out-bth {
    margin-top: -1px;
  }
  .share-link {
    right: 0px;
  }
  .share-link .ic-sharewhatsapp,
  .share-link .ic-shareweibo {
    width: 25px;
    line-height: 1.4;
  }
  .share-all .ic {
    font-size: 13px;
  }
  .content-title.detail-in {
    display: none;
  }
  .buymore-bth {
    max-width: 150px;
    padding: 2.5px 10px;
    font-size: 14px;
    margin: -45px 0 0;
  }
  .products-list .offers .ic {
    line-height: 24px;
  }
  /* 20240517增加編輯器 */
  .pd-box {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .sort_icon .ibtn.one {
    display: inline-block;
  }
  .sort_icon .ibtn.four {
    display: none;
  }
  .products-list {
    margin: 0 -7px;
  }
  .products-list .item {
    padding: 0 7px;
    width: 50%;
    margin-bottom: 15px;
  }
  .products-list .item:nth-child(3n + 1) {
    clear: none;
  }
  .products-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .buymore-list .item {
    padding-bottom: 6px;
  }
  .buymore-list .pd-txt,
  .buymore-list .pd-info {
    float: none;
    width: auto;
  }
  .buymore-box .buymore-title span,
  .products-detail .title span,
  .related-box .title span {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .thumbnails li {
    width: 33.33%;
  }
  .thumbnails li {
    padding: 5px;
  }
  .thumbnails li:nth-child(3n + 1) {
    clear: both;
  }
  .products-list .btn .icon {
    display: none;
  }
  .products-list .btn {
    text-align: center;
    font-size: 12px;
    padding: 0px;
  }
  .products-list .btn {
    width: 47%;
  }
  .pd-intro .btn-group .btn .icon {
    display: none;
  }
  .buymore-list .price {
    font-size: 16px;
  }
  .pd-intro .pd-id {
    font-size: 12px;
  }
  .buymore-box {
    padding-bottom: 10px;
  }
  .btn.buymore-add {
    height: 24px;
  }
  .buymore-list .item {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .pd-id span {
    display: block;
    margin: 5px 0 0 0;
  }
  .sort_box .form-control.sort-pc {
    display: none;
  }
  .sort_box .form-control.sort-mobile {
    display: block;
    width: 60px;
  }
}
/* -------- 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;
}
