@charset "UTF-8";
/*-- preset --*/
/*-- btn colors --*/
/*-- custom --*/
/*-- colors --*/
.color-blue {
  color: #0268cc;
}

.color-red {
  color: #F10000;
}

.color-lightergray {
  color: #eeeeee;
}

.color-lightgray {
  color: #cccccc;
}

.color-gray {
  color: #999999;
}

.color-darkgray {
  color: #666666;
}

.color-green {
  color: #55D8B2;
}

/*-- backgrounds --*/
.bg-white {
  background: white;
}

.bg-lightgray {
  background: #cccccc;
}

.bg-lightergray {
  background: #eeeeee;
}

/*-- margins --*/
.margin_100_top {
  margin-top: 5.2083vw;
}

.margin_100_bottom {
  margin-bottom: 5.2083vw;
}

.margin_100_right {
  margin-right: 5.2083vw;
}

.margin_100_left {
  margin-left: 5.2083vw;
}

.margin_50 {
  margin: 2.604166666vw;
}

.margin_50_top {
  margin-top: 2.604166666vw;
}

.margin_50_bottom {
  margin-bottom: 2.604166666vw;
}

.margin_50_right {
  margin-right: 2.604166666vw;
}

.margin_50_left {
  margin-left: 2.604166666vw;
}

@media (max-width: 768px) {
  .margin_100_top {
    margin-top: 45px;
  }
  .margin_100_bottom {
    margin-bottom: 45px;
  }
  .margin_100_right {
    margin-right: 45px;
  }
  .margin_100_left {
    margin-left: 45px;
  }
  .margin_50 {
    margin: 20px;
  }
  .margin_50_top {
    margin-top: 20px;
  }
  .margin_50_bottom {
    margin-bottom: 20px;
  }
  .margin_50_right {
    margin-right: 20px;
  }
  .margin_50_left {
    margin-left: 20px;
  }
}
/*-- fonts --*/
.f-700 {
  font-weight: 700;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

/*-- images --*/
.img-hover-larger {
  overflow: hidden;
}

.item .img-hover-larger img, .img-hover-larger img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.item:hover .img-hover-larger img, .img-hover-larger:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.cart-bottom .btn:hover, .cart-bottom .btn, .modal.cart-modal .btn-groups .gocart:hover, .modal.cart-modal .btn-groups .continueshop:hover, .modal.cart-modal .btn-groups .btn, .modal.cart-modal .info-bottom .btn:hover, .modal.cart-modal .info-bottom .btn, .product_details .description .btn-groups .btn.cart:hover, .product_details .description .btn-groups .btn.inquiry:hover, .product_details .description .btn-groups .btn, .product_details .wrapper-share .btn-group .btn.color-red:hover, .product_details .wrapper-share .btn-group .btn:hover, .product_details .wrapper-share .btn-group .btn, .product-layout-change .btn-loadmore:hover, .product-layout-change .btn-loadmore.noContent:hover, .product-layout-change .btn-loadmore, .product-layout-change .item .btn-group .btn.cart:hover, .product-layout-change .item .btn-group .btn.inquiry:hover, .product-layout-change .item .btn-group .btn, .product-new .btn.bg-red:hover, .product-new .btn.bg-darkergray:hover, .product-new .btn, .product-twocolumn .item-wrapper:hover .item, .products .item:hover, .products .item, .price-wrapper .inquiry-wrapper .btn:hover, .price-wrapper .inquiry-wrapper .btn, .btn-default:hover, .btn-default:hover span::after, .btn-default span::after, .btn-default, .social-medias ul li a:hover img, .social-medias ul li img, .btn-open .btn:hover, .btn-open .btn, .fixed-btns.closed, .fixed-btns .btn:hover .dropdown-wrapper, .fixed-btns .btn:hover .icon img, .fixed-btns .btn .dropdown-wrapper, .fixed-btns .btn .icon img, .fixed-btns, #gotop.show, #gotop, .mm-wrapper_opened.mm-wrapper_opening .mm-menu_offcanvas, .mm-wrapper_opened .mm-menu_offcanvas {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.products .info-group .info ul, .rate {
  padding-left: 0;
}
.products .info-group .info ul li, .rate li {
  position: relative;
  list-style: none;
  padding-left: 0;
}

/*-- Gotop & ScrollDown--*/
.overflow-y-hidden {
  overflow-y: hidden;
}

.icon-plus {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-plus::before,
.icon-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  border-radius: 30px;
  background: #ccc;
}

.icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

select.form-control {
  position: relativef;
  background: url("../../images/newimage/icon-arrow-down.svg") no-repeat right 10px center #F1F1F1 !important;
}

.pagw-wrap {
  height: 100vh; /*給 Safari 以外的瀏覽器讀取*/
  height: calc(var(--vh, 1vh) * 100);
}

.member-nav {
  background: #333333;
  padding: 0 40px;
  border-radius: 5px;
}
.member-nav .nav {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member-nav .nav li {
  list-style: none;
}
.member-nav .nav li .item {
  color: #C2C2C2;
  display: block;
  padding: 15px 1.302083vw;
}
@media (min-width: 1921px) {
  .member-nav .nav li .item {
    padding: 15px;
  }
}
.member-nav .nav li .item.active, .member-nav .nav li .item:hover {
  color: white;
}
@media (max-width: 768px) {
  .member-nav {
    padding: 0 10px;
  }
  .member-nav .nav li .item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .member-nav {
    display: none;
  }
}

.member-nav-sec {
  border-bottom: 1px solid #E1E2E3;
}
.member-nav-sec .nav {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member-nav-sec .nav li {
  list-style: none;
}
.member-nav-sec .nav li .item {
  color: #666666;
  display: inline-block;
  padding: 15px 1.5625vw 12px;
  border-bottom: 3px solid transparent;
}
@media (min-width: 1921px) {
  .member-nav-sec .nav li .item {
    padding: 15px 30px 12px;
  }
}
@media (max-width: 768px) {
  .member-nav-sec .nav li .item {
    padding: 15px 15px 12px;
  }
}
.member-nav-sec .nav li .item.active, .member-nav-sec .nav li .item:hover {
  border-bottom: 3px solid #333333;
}
@media (max-width: 767px) {
  .member-nav-sec .nav {
    overflow-y: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .member-nav-sec .nav li .item {
    word-break: keep-all;
    padding-top: 0;
  }
}

input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.custom-file-upload {
  background: #0071E1;
  color: white;
  min-height: 50px;
  min-width: 140px !important;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center !important;
  cursor: pointer;
  border-radius: 5px;
  width: 255px !important;
  min-width: 255px !important;
}
.custom-file-upload:hover {
  background: #2390FF;
}
@media (max-width: 767px) {
  .custom-file-upload {
    min-width: 315.3px !important;
  }
}
@media (max-width: 387px) {
  .custom-file-upload {
    min-width: 100% !important;
  }
}

.pagination {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  list-style: none;
  padding-left: 0;
}
.pagination li a {
  display: block;
}
.pagination li .pre {
  margin-right: 15px;
  font-size: 18px;
  color: #333333;
}
.pagination li .next {
  margin-left: 15px;
  font-size: 18px;
  color: #333333;
}
.pagination li .num {
  margin: 0 2px;
  padding: 2px;
  text-align: center;
  min-height: 30px;
  min-width: 30px;
  border-radius: 5px;
  background: transparent;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li .num:hover, .pagination li .num.active {
  background: #333333;
  color: white;
}

.mm-wrapper_opened .mm-menu_offcanvas {
  left: -23vw;
  display: block;
  opacity: 0;
}
.mm-wrapper_opened.mm-wrapper_opening .mm-menu_offcanvas {
  left: 0;
  opacity: 1;
}

@media (max-width: 767px) {
  .main.main-margin-top {
    margin-top: 105px;
  }
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side-list {
  margin-bottom: 0;
  padding: 0;
}
.side-list li {
  list-style: none;
  padding-left: 0;
}
.side-list li .item {
  padding: 15px 10px 15px 20px;
  position: relative;
  color: #999999;
  border-bottom: 1px solid #999999;
  display: block;
}
.side-list li .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #aaaaaa;
}

.side-list-mobile .side-list-button {
  background: #eeeeee;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-list-mobile .side-list-button:after {
  position: absolute;
  top: 30px;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.side-list-mobile .side-list-info {
  display: none;
  width: 100%;
  z-index: 3;
}
.side-list-mobile .side-list-info .item {
  padding: 15px 10px;
  color: #999999;
  padding: 10px;
  border-bottom: 1px solid #999999;
  display: block;
}
.side-list-mobile .side-list-info.open {
  display: block;
}

/*-- Photos Height --*/
.products .image {
  height: 170px;
}
@media (max-width: 1920px){
	.products .image {
	  height: 180px;
	}
}
	
@media (max-width: 1280px){
	.products .image {
	  height: 185px;
	}
}

@media (max-width: 1024px) {
  .products .image {
    height: 154px;
  }
}
@media (max-width: 820px) {
  .products .image {
    height: 161px;
  }
}
@media (max-width: 768px) {
  .products .image {
    height: 156px;
  }
}
@media (max-width: 736px) {
  .products .image {
    height: 240px;
  }
}
@media (max-width: 667px) {
  .products .image {
    height: 215px;
  }
}
@media (max-width: 440px) {
  .products .image {
    height: 140px;
  }
}
@media (max-width: 426px) {
  .products .image {
    height: 127px;
  }
}
@media (max-width: 414px) {
  .products .image {
    height: 123px;
  }
}
@media (max-width: 376px) {
  .products .image {
    height: 109px;
  }
}
@media (max-width: 325px) {
  .products .image {
    height: 90px;
  }
}
.products .owl-product-mainsection .image {
  height: 170px;
}
@media (max-width: 1024px) {
  .products .owl-product-mainsection .image {
    height: 208px;
  }
}
@media (max-width: 820px) {
  .products .owl-product-mainsection .image {
    height: 157px;
  }
}
@media (max-width: 768px) {
  .products .owl-product-mainsection .image {
    height: 159px;
  }
}
@media (max-width: 736px) {
  .products .owl-product-mainsection .image {
    height: 249px;
  }
}
@media (max-width: 667px) {
  .products .owl-product-mainsection .image {
    height: 224px;
  }
}
@media (max-width: 440px) {
  .products .owl-product-mainsection .image {
    height: 140px;
  }
}
@media (max-width: 426px) {
  .products .owl-product-mainsection .image {
    height: 127px;
  }
}
@media (max-width: 414px) {
  .products .owl-product-mainsection .image {
    height: 123px;
  }
}
@media (max-width: 325px) {
  .products .owl-product-mainsection .image {
    height: 94px;
  }
}
.products .owl-product-seen .image {
  height: 140px;
}
@media (max-width: 1024px) {
  .products .owl-product-seen .image {
    height: 114px;
  }
}
@media (max-width: 820px) {
  .products .owl-product-seen .image {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .products .owl-product-seen .image {
    height: 125px;
  }
}
@media (max-width: 736px) {
  .products .owl-product-seen .image {
    height: 166px;
  }
}
@media (max-width: 667px) {
  .products .owl-product-seen .image {
    height: 149px;
  }
}
@media (max-width: 440px) {
  .products .owl-product-seen .image {
    height: 95px;
  }
}
@media (max-width: 426px) {
  .products .owl-product-seen .image {
    height: 127px;
  }
}
@media (max-width: 414px) {
  .products .owl-product-seen .image {
    height: 85px;
  }
}
@media (max-width: 375px) {
  .products .owl-product-seen .image {
    height: 77px;
  }
}
@media (max-width: 325px) {
  .products .owl-product-seen .image {
    height: 62px;
  }
}
.products .owl-product-seen .item-wrapper {
  height: 100%;
}
.products .owl-product-seen .item-wrapper .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products .owl-product-seen .item-wrapper .item .pdt-title {
  margin-bottom: 1.5625vw;
}
.products .owl-product-seen .item-wrapper .item .price-wrapper {
  margin-top: auto;
}
.products .owl-product-seen .item-wrapper .item .series {
  margin-top: 0;
}

@media (min-width: 768px) {
  .blockmoblie {
    display: none;
  }
  
  .blockpc {
    display: block; 
  }
}

@media (max-width: 767px) {
  .blockmoblie {
    display: block; 
  }
  
  .blockpc {
    display: none; 
  }
}
.pic-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.pic-carousel .owl-nav button.owl-prev, .pic-carousel .owl-nav button.owl-next {
  position: absolute;
  background: #f4f4f4;
  color: #999999;
  width: 25px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pic-carousel .owl-nav button.owl-prev span, .owl-product .owl-nav button.owl-next span {
  font-size: 20px;
  color: #999999;
}

.pic-carousel .owl-nav button.owl-prev {
  left: -15px;
}
.pic-carousel .owl-nav button.owl-next {
  right: -8px;
}

.pic-carousel .owl-stage-outer {
	height:115px;
}

.pic-carousel .owl-stage {
	max-height: 100%;
}

.pic-carousel .owl-item {
  padding:5px;
  border:1px solid #FFFFFF;
  border-radius:5px;
  margin-left: 2px;
}

.pic-carousel-border{
	border:1px solid #BCBCBC !important;
}

.pic-carousel .item {
  padding:0px !important;
  margin:0px !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pic-carousel .item:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.main-image {
  max-height: 320px;
  max-width:100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}




.qr-code .image {
  height: auto;
}

/*-- groups --*/
.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group.gap120 {
  margin-left: -3.28125vw;
  margin-right: -3.28125vw;
}
.group.gap120 .col {
  padding-left: 3.28125vw;
  padding-right: 3.28125vw;
}
.group.gap100 {
  margin-left: -2.60416vw;
  margin-right: -2.60416vw;
}
.group.gap100 .col {
  padding-left: 2.60416vw;
  padding-right: 2.60416vw;
}
.group.gap20 {
  margin-left: -10px;
  margin-right: -10px;
}
.group.gap20 .col {
  padding-left: 10px;
  padding-right: 10px;
}
.group.gap10 {
  margin-left: -5px;
  margin-right: -5px;
}
.group.gap10 .col {
  padding-left: 5px;
  padding-right: 5px;
}
.group.gap6 {
  margin-left: -3px;
  margin-right: -3px;
}
.group.gap6 .col {
  padding-left: 3px;
  padding-right: 3px;
}
.group.item2 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.group.item4 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.group.item5 .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media (max-width: 767px) {
  .group.gap120, .group.gap100, .group.gap10, .group.gap6 {
    margin-left: 0;
    margin-right: 0;
  }
  .group.gap120 .col, .group.gap100 .col, .group.gap10 .col, .group.gap6 .col {
    padding-left: 0;
    padding-right: 0;
  }
  .group.item2 .col, .group.item4 .col, .group.item5 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/*-- 回上層 --*/
#gotop {
  padding: 0;
  height: 0;
  opacity: 0;
}
#gotop.show {
  padding: 10px;
  height: 70px;
  opacity: 1;
}

/*-- loading --*/
.loadmore-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loadmore-icon .lds-spinner {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #666;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-- 右側浮動按鈕 --*/
.fixed-btns {
  position: fixed;
  z-index: 1000;
  right: calc(100vw - 2050px);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1920px) {
  .fixed-btns {
    right: 0;
  }
}
@media (max-width: 820px) {
  .fixed-btns {
    display: none;
  }
}
.fixed-btns .toggle {
  position: absolute;
  top: 0;
  left: -25px;
  padding: 15px 5px;
  color: white;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  cursor: pointer;
  background: #cccccc;
}
.fixed-btns .btn {
  width: 70px;
  height: 70px;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: white;
  text-align: center;
  cursor: pointer;
}
.fixed-btns .btn::after {
  content: "";
  width: 85.715%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 7.1425%;
}
.fixed-btns .btn:last-child::after {
  display: none;
}
.fixed-btns .btn .icon {
  width: 100%;
  text-align: center;
}
.fixed-btns .btn .icon img {
  width: 24px;
  height: 24px;
}
.fixed-btns .btn .title {
  font-size: 0.8571428571rem;
  color: #666666;
  margin-top: 6px;
}
.fixed-btns .btn .dropdown-wrapper {
  padding-right: 15px;
  position: absolute;
  left: -230px;
  top: -10px;
  opacity: 0;
  pointer-events: none;
  max-width: 245px;
}
.fixed-btns .btn .dropdown-wrapper .dropdown {
  display: block;
  min-width: 215px;
  max-width: 215px;
  padding: 15px 20px 20px;
  background: white;
  -webkit-box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-btns .btn .dropdown-wrapper .dropdown::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 10%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 12px;
  border-color: transparent transparent transparent #ffffff;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .contact-group {
  margin: 0 0 10px;
  padding: 0;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .contact-group li {
  list-style: none;
  margin-bottom: 10px;
  text-align: center;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .contact-group li .title {
  font-weight: 700;
  color: #333333;
  font-size: 1.1428571429rem;
  margin-bottom: 2px;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .contact-group li .info {
  font-size: 1.3571428571rem;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .contact-group li .info.blue {
  color: #295BC2;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .contact-group li .info.red {
  color: #D2003F;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .contact-group li .info.lightblue {
  color: #0268CC;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .contact-group li .info.small {
  font-size: 1.0714285714rem;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .open-time {
  margin: 0;
  padding: 0;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .open-time li {
  list-style: none;
  margin-bottom: 10px;
  text-align: left;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .open-time li .title {
  font-weight: 700;
  color: #333333;
  margin-bottom: 2px;
}
.fixed-btns .btn .dropdown-wrapper .dropdown .open-time li .info {
  color: #999999;
}
.fixed-btns .btn.address .dropdown-wrapper .dropdown {
  max-width: 215px;
  padding: 15px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-btns .btn.address .dropdown-wrapper .dropdown::before {
  top: 15%;
}
.fixed-btns .btn.address .dropdown-wrapper .dropdown .image {
  width: 90px;
  height: 90px;
  margin-bottom: 3px;
}
.fixed-btns .btn.address .dropdown-wrapper .dropdown .note {
  font-size: 0.8571428571rem;
  color: #999999;
}
.fixed-btns .btn.address .dropdown-wrapper .dropdown .info {
  margin: 10px 0 5px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}
.fixed-btns .btn.address .dropdown-wrapper .dropdown .info .icon {
  width: auto;
  font-size: 1.1428571429rem;
}
.fixed-btns .btn:hover .icon img {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.fixed-btns .btn:hover .dropdown-wrapper {
  opacity: 1;
  top: 0;
  pointer-events: all;
}
.fixed-btns.closed {
  right: -70px;
}

/*-- 麵包屑 --*/
.breadcrumb {
  background: white;
  padding: 8px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
}
.breadcrumb ol {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ol li {
  position: relative;
  list-style: none;
}
.breadcrumb ol li:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 768px) {
  .breadcrumb ol li:not(:last-child) {
    margin-right: 15px;
  }
}
.breadcrumb ol li:not(:last-child)::after {
  content: " > ";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -17px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .breadcrumb ol li:not(:last-child)::after {
    right: -12px;
    top: 30%;
  }
}
.breadcrumb ol li .item {
  color: #999999;
  padding: 0;
}
.breadcrumb ol li .item:hover {
  color: #333333;
}
@media (max-width: 768px) {
  .breadcrumb ol li .item {
    font-size: 0.8571428571rem;
    margin-bottom: 6px;
  }
}
.breadcrumb ol li:last-child .item {
  color: #666666;
}

/*-- 示警區塊 --*/
.alarm {
  padding: 12px 30px;
  color: white;
  border-radius: 120px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alarm .icon {
  font-size: 1.6428571429rem;
  margin-right: 15px;
}
.alarm.bg-red {
  background: #FF3333;
}
.alarm.bg-balck {
  background: #333333;
}
@media (width: 767px) {
  .alarm {
    font-size: 0.8571428571rem;
  }
}

.alarm-style2 {
  text-align: center;
  margin-bottom: 1.5625vw;
}
@media (max-width: 768px) {
  .alarm-style2 {
    display: none;
  }
}
.alarm-style2 .title {
  padding: 8px;
  background: #FF3333;
  border: 2px solid #FF3333;
  color: white;
  font-size: 1.2857142857rem;
}
.alarm-style2 .info {
  padding: 8px;
  color: #FF3333;
  border: 2px solid #FF3333;
  font-size: 1.0714285714rem;
}
.alarm-style2 .info .webeditor {
  text-align: left;
}
.alarm-style2 .info.show-more-content-alarm .webeditor {
  overflow: hidden;
  max-height: 40px;
}
.alarm-style2 .info.show-more-content-alarm.extend .webeditor {
  max-height: 100%;
}

.alarm-style3 .info {
  padding: 15px;
  border: 1px solid #ffbec1;
  background: #ffd3d5;
  border-radius: 5px;
  color: red;
}

.btn-open {
  margin-top: 15px;
  text-align: center;
}
.btn-open .btn {
  background: #333333;
  color: white;
  min-width: 115px;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  display: inline-block;
}
.btn-open .btn .text {
  position: relative;
}
.btn-open .btn .text::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
}
.btn-open .btn:hover {
  background: rgba(51, 51, 51, 0.8);
}

.catalog-info {
  padding: 15px 1.5625vw;
  margin-top: 1.5625vw;
  background: white;
}
.catalog-info .title {
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.catalog-info .show-more-content {
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 200px;
  max-width: 100%;
  font-size: 1rem;
}
.catalog-info .show-more-content img {
  max-width: 100%;
  height: auto;
}
.catalog-info .show-more-content.extend {
  display: block;
  text-overflow: unset;
  max-height: 100%;
}
.catalog-info .show-more-content table {
  max-width: 100%;
}
@media (max-width: 768px) {
  .catalog-info .show-more-content {
    font-size: 0.8571428571rem;
  }
}

/*-- 社群按鈕 --*/
.social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-medias .title {
  color: #999999;
  margin: 0 10px 0 0 !important;
}
@media (max-width: 768px) {
  .social-medias .title {
    font-size: 0.8571428571rem;
    word-break: keep-all;
  }
}
.social-medias ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.social-medias ul li {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
.social-medias ul li img {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .social-medias ul li img {
    width: 30px;
    height: 30px;
  }
}
.social-medias ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.social-medias ul li.mobile-qrcode {
  display: none;
}
@media (max-width: 767px) {
  .social-medias ul li.mobile-qrcode {
    display: block;
    position: relative;
  }
  .social-medias ul li.mobile-qrcode .qr-code {
    display: none;
    position: absolute;
    z-index: 99;
    top: -40px;
    bottom: auto;
    right: -90px;
    width: 80px;
    height: auto;
    background: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .social-medias ul li.mobile-qrcode .qr-code .image img {
    width: 80px;
    height: 80px;
  }
  .social-medias ul li.mobile-qrcode .qr-code .title {
    font-size: 12px;
    margin: 3px 10px 8px !important;
    word-break: unset;
    text-align: center;
  }
  .social-medias ul li.mobile-qrcode .qr-code::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 46px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 10px 5.5px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .social-medias ul li.mobile-qrcode.open .qr-code {
    display: block;
  }
}
@media (max-width: 390px) {
  .social-medias ul li.mobile-qrcode .qr-code {
    top: -130px;
    right: -22px;
  }
  .social-medias ul li.mobile-qrcode .qr-code::before {
    left: 50%;
    top: auto;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 10px 5.5px 0 5.5px;
    border-color: #ffffff transparent transparent transparent;
  }
}

/*-- 按鈕樣式 --*/
.btn-default {
  min-width: 115px;
  border: 1px solid #333333;
  color: #333333;
  padding: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-default span {
  position: relative;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.btn-default span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-default:hover {
  background: #333333;
  color: white;
}
.btn-default:hover span::after {
  border-color: transparent transparent transparent white;
}

/*-- 網站主標 --*/
.main-title-wrapper {
  text-align: center;
  position: relative;
  margin-top: 3.385416vw;
  margin-bottom: 2.34375vw;
}
.main-title-wrapper .main-title {
  margin-bottom: 8px;
}
.main-title-wrapper .social-medias {
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-title-wrapper .qr-code {
  position: absolute;
  bottom: -25px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-title-wrapper .qr-code .text {
  color: #666666;
}
@media (max-width: 768px) {
  .main-title-wrapper .qr-code {
    display: none;
  }
}
.main-title-wrapper.with-sec-title .social-medias {
  bottom: 0.9vw;
}
.main-title-wrapper.with-qrcode {
  margin-bottom: 3.125vw;
}
@media (max-width: 1024px) {
  .main-title-wrapper.with-qrcode {
    margin-bottom: 5.125vw;
    margin-top: 6.125vw;
  }
}
@media (max-width: 820px) {
  .main-title-wrapper.with-qrcode {
    margin-bottom: 6.125vw;
    margin-top: 7.125vw;
  }
}
@media (max-width: 768px) {
  .main-title-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .main-title-wrapper.with-qrcode {
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .main-title-wrapper.with-social-media {
    padding-bottom: 35px;
  }
  .main-title-wrapper .main-title {
    margin-bottom: 5px;
  }
  .main-title-wrapper .social-medias {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .main-title-wrapper.with-sec-title {
    padding-bottom: 35px;
  }
  .main-title-wrapper.with-sec-title .social-medias {
    bottom: 0;
  }
  .main-title-wrapper.with-sec-title .sec-title {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 767px) {
  .main-title-wrapper > .social-medias {
    margin-top: 20px;
  }
}

.main-title {
  font-size: 1.7142857143rem;
  margin-bottom: 1.5625vw;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main-title {
    font-size: 1.2857142857rem;
  }
}

.sec-title {
  color: #999999;
  letter-spacing: 1px;
}

/*-- 產品樣式 --*/
/*-- 標籤樣式 --*/
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 30px;
}
@media (max-width: 520px) {
  .tags {
    min-height: 25px;
  }
}

.tag {
  padding: 0px 9px;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .tag {
    padding: 5px 11px;
    font-size: 10px;
  }
}
@media (max-width: 520px) {
  .tag {
    padding: 5px;
    line-height: 1;
  }
}
.tag.none {
  background: transparent;
  color: transparent;
}
.tag.in-stock {
  background: #0268cc;
}
.tag.hot {
  background: #E2007A;
}
.tag.new {
  background: #8500DB;
}
.tag.discount {
  background: #FF5959;
}
.tag-outofstock {
  background: rgba(0, 0, 0, 0.6);
  width: 115px;
  height: 115px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tag-outofstock.small {
  width: 80px;
  height: 80px;
}
.tag-outofstock .title {
  color: white;
  margin: 0 0 2px;
  text-align: center;
}
.tag-outofstock .dec {
  padding: 3px 6px;
  background: white;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tag-outofstock {
    width: 100px;
    height: 100px;
  }
  .tag-outofstock .title {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .tag-outofstock .dec {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 520px) {
  .tag-outofstock {
    width: 18vw;
    height: 18vw;
  }
  .tag-outofstock .title {
    margin-bottom: -5px;
  }
  .tag-outofstock .dec {
    line-height: 1;
    padding: 3px 4px;
  }
  .tag-outofstock.small {
    width: 50px;
    height: 50px;
  }
}

/*-- 價格樣式 --*/
.price-wrapper {
  margin-top: 1.5625vw;
}
.price-wrapper .price {
  font-size: 1.7142857143rem;
  color: #FF0000;
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .price-wrapper .price {
    font-size: 1.1428571429rem;
  }
}
.price-wrapper .price .small {
  font-size: 1.2857142857rem;
}
@media (max-width: 768px) {
  .price-wrapper .price .small {
    font-size: 12px;
  }
}
.price-wrapper .note {
  color: #999999;
  font-size: 1.0714285714rem;
  font-weight: normal;
}
.price-wrapper .note.cross {
  text-decoration: line-through;
}
.price-wrapper .note .small {
  font-size: 0.8571428571rem;
}
.price-wrapper .inquiry-wrapper {
  text-align: center;
  display: block;
}
.price-wrapper .inquiry-wrapper .btn {
  font-size: 1.1428571429rem;
  padding: 6px 25px;
  min-width: 115px;
  border: 1px solid #333333;
  color: #333333;
  background: white;
}
.price-wrapper .inquiry-wrapper .btn:hover {
  background: #666666;
  border: 1px solid #666666;
  color: white;
}
@media (max-width: 768px) {
  .price-wrapper .inquiry-wrapper .btn {
    font-size: 0.8571428571rem;
    min-width: 80px;
    padding: 2px 10px;
  }
}

/*-- 評價樣式 --*/
.rate {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rate li {
  list-style: none;
  color: #cccccc;
}
.rate li span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .rate li span.material-icons-round {
    font-size: 20px;
  }
}
.rate li.active {
  color: #FFD500;
}
.rate li.active-half {
  position: relative;
}
.rate li.active-half span:first-child {
  color: #FFD500;
}

/*-- 收藏 --*/
.love label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  position: relative;
  width: 15px;
  height: 10px;
}
.love input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  background: url("../../images/newimage/icon-love.svg") center center no-repeat;
  width: 15px;
  height: 10px;
  background-size: contain;
  -webkit-appearance: none;
}
.love input[type=checkbox]:checked {
  background: url("../../images/newimage/icon-love-active.svg") center center no-repeat;
  -webkit-appearance: none;
}

.add-inquiry {
  cursor: pointer;
}
.add-inquiry label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-inquiry input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  background: url("../../images/newimage/icon-add-inquiry.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  -webkit-appearance: none;
}
.add-inquiry input[type=checkbox]:checked {
  background: url("../../images/newimage/icon-check.svg") center center no-repeat;
  -webkit-appearance: none;
}

.add-cart {
  cursor: pointer;
}
.add-cart label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-cart input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  background: url("../../images/newimage/icon-add-cart.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  -webkit-appearance: none;
}
.add-cart input[type=checkbox]:checked {
  background: url("../../images/newimage/icon-check.svg") center center no-repeat;
  -webkit-appearance: none;
}

/*-- 產品列表樣式 --*/
.products .info-group .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  height: 30px;
}
@media (max-width: 428px) {
  .products .info-group .info {
    height: auto;
  }
}
.products .info-group .info ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -2px;
  margin-right: -2px;
}
.products .info-group .info ul li {
  list-style: none;
  padding-left: 2px;
  padding-right: 2px;
}
.products .info-group .info ul li .item {
  display: inline-block;
  border: 1px solid #999999;
  color: #999999;
  padding: 5px;
  font-size: 0.8571428571rem;
  background: transparent;
}
@media (max-width: 325px) {
  .products .info-group .info ul li .item {
    font-size: 10px;
  }
}
.products .item {
  padding: 15px 15px 30px;
  background: white;
}
@media (max-width: 768px) {
  .products .item {
    padding: 10px 10px 15px;
  }
}
.products .item .image {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .products .item .image {
    margin-bottom: 10px;
  }
}
.products .item .tag-outofstock {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .item .tag-outofstock .title {
  color: white;
}
.products .item .tag-outofstock .dec {
  color: #333333;
  text-align: center;
  font-size: 10px;
}
.products .item .series {
  color: #CA002E;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .products .item .series {
    margin-top: 5px;
  }
}
.products .item .pdt-title {
  font-size: 1.0714285714rem;
  color: #333;
  margin-top: 5px;
  line-height: 1.3333333333;
  min-height: 40px;
  word-break: break-all;
}
.products .item .pdt-title a {
  color: #333333;
}
@media (max-width: 768px) {
  .products .item .pdt-title {
    font-size: 1rem;
    min-height: 38px;
    height: 38px;
  }
}
@media (max-width: 440px) {
  .products .item .pdt-title {
    min-height: auto;
    height: auto;
    -webkit-line-clamp: inherit;
  }
}
.products .item:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .products .owl-product-seen .item {
    padding: 5px 5px 15px;
    font-size: 12px;
    height: 100%;
  }
}
/*-- 會員頁面產品樣式 --*/
.pdt-info {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  background: white;
}
.pdt-info .image {
  width: 85px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.pdt-info .image img {
  width: 100%;
}
.pdt-info .info {
  margin-left: 15px;
}

/*-- 產品數量選擇樣式 --*/
.quantity {
  background: #eeeeee;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quantity .title, .quantity .count {
  width: 12.5vw;
  padding: 10px;
  text-align: center;
}
.quantity .title {
  font-size: 1rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 25px;
}
.quantity .count input {
  border: none;
  background: none;
  padding: 0;
  font-size: 1.25rem;
}
.quantity .count #dec, .quantity .count #inc {
  width: 40px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.quantity .count #count {
  width: 40px;
  text-align: center;
}
@media (max-width: 1440px) {
  .quantity .title, .quantity .count {
    width: 15vw;
  }
}
@media (max-width: 768px) {
  .quantity {
    width: 100%;
  }
  .quantity .title, .quantity .count {
    width: 50%;
    font-size: 0.9285714286rem;
  }
  .quantity .count input {
    font-size: 1.1428571429rem;
  }
}

/*-- 產品列表輪播樣式 --*/
.owl-product {
  position: relative;
}
.owl-product .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.owl-product .owl-nav button.owl-prev, .owl-product .owl-nav button.owl-next {
  position: absolute;
  background: #f4f4f4;
  color: #999999;
  width: 25px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.owl-product .owl-nav button.owl-prev span, .owl-product .owl-nav button.owl-next span {
  font-size: 20px;
  color: #999999;
}
@media (max-width: 768px) {
  .owl-product .owl-nav button.owl-prev, .owl-product .owl-nav button.owl-next {
    width: 16px;
    height: 23px;
  }
}
.owl-product .owl-nav button.owl-prev {
  left: 0;
}
.owl-product .owl-nav button.owl-next {
  right: 0;
}

.product-twocolumn .btn-wrapper {
  margin-top: auto;
  text-align: center;
  width: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .product-twocolumn .btn-wrapper {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.product-twocolumn .title-wrapper {
  width: 17.5%;
  padding: 2.60416vw 10px 20px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 1024px) {
  .product-twocolumn .title-wrapper {
    width: 100%;
    padding: 35px 15px 15px;
  }
}
.product-twocolumn .title-wrapper .title {
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .product-twocolumn .title-wrapper .title {
    font-size: 1.2857142857rem;
    margin-bottom: 15px;
  }
  .product-twocolumn .title-wrapper .title br {
    display: none;
  }
}
.product-twocolumn .title-wrapper .description {
  font-size: 1.1428571429rem;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .product-twocolumn .title-wrapper .description {
    font-size: 1rem;
  }
}
.product-twocolumn .title-wrapper .btn-wrapper {
  display: block;
}
@media (max-width: 1024px) {
  .product-twocolumn .title-wrapper .btn-wrapper {
    display: none;
  }
}
.product-twocolumn .item-wrapper {
  padding: 5px;
  position: relative;
  height: 100%;
}
.product-twocolumn .item-wrapper .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-twocolumn .item-wrapper .item .price-wrapper {
  margin-top: auto;
}
.product-twocolumn .item-wrapper .item .image {
  margin-bottom: 0;
}
.product-twocolumn .item-wrapper .item .pdt-title {
  margin-bottom: 1.5625vw;
}
@media (max-width: 768px) {
  .product-twocolumn .item-wrapper {
    padding: 0;
  }
}
.product-twocolumn .item-wrapper:hover .item {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.product-twocolumn .group {
  padding: 26px 15px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .product-twocolumn .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    padding: 0;
  }
}
.product-twocolumn .group .products {
  width: 82.5%;
  padding: 0 2.60416vw;
}
@media (max-width: 1024px) {
  .product-twocolumn .group .products {
    width: 100%;
    padding: 0;
  }
}
.product-twocolumn .group .owl-product .owl-nav .owl-prev {
  left: -2.60416vw;
}
.product-twocolumn .group .owl-product .owl-nav .owl-next {
  right: -2.60416vw;
}
@media (max-width: 768px) {
  .product-twocolumn .group .owl-product .owl-nav .owl-prev {
    left: -15px;
  }
  .product-twocolumn .group .owl-product .owl-nav .owl-next {
    right: -15px;
  }
}
.product-viewed .owl-product .owl-nav .owl-prev {
  left: 0px;
}
.product-viewed .owl-product .owl-nav .owl-next {
  right: 0px;
}
.product-sales .group, .product-sales .btn-group, .product-new .group, .product-new .btn-group, .product-layout-change .group, .product-layout-change .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.78125vw;
  margin-right: -0.78125vw;
}
.product-sales .group .col, .product-sales .btn-group .col, .product-new .group .col, .product-new .btn-group .col, .product-layout-change .group .col, .product-layout-change .btn-group .col {
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 1024px) {
  .product-sales .group, .product-sales .btn-group, .product-new .group, .product-new .btn-group, .product-layout-change .group, .product-layout-change .btn-group {
    margin-left: -1.7523364485vw;
    margin-right: -1.7523364485vw;
  }
  .product-sales .group .col, .product-sales .btn-group .col, .product-new .group .col, .product-new .btn-group .col, .product-layout-change .group .col, .product-layout-change .btn-group .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: -1.7523364485vw;
    padding-right: -1.7523364485vw;
    margin-bottom: 15px;
  }
}
.product-sales .group .col, .product-new .group .col {
  margin-bottom: 1.5625vw;
}
.product-sales .group .item, .product-new .group .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-sales .group .item .price-wrapper, .product-new .group .item .price-wrapper {
  margin-top: auto;
}
.product-sales .group .item .image, .product-new .group .item .image {
  margin-bottom: 0;
}
.product-sales .group .item .pdt-title, .product-new .group .item .pdt-title {
  margin-bottom: 1.5625vw;
}
.product-new .btn-group {
  margin-top: 2.34375vw;
}
@media (max-width: 1024px) {
  .product-new .btn-group {
    margin-top: 0;
  }
}
.product-new .btn {
  padding: 20px;
  color: white;
  font-size: 1.125rem;
  width: 100%;
  display: block;
  text-align: center;
}
@media (max-width: 1024px) {
  .product-new .btn {
    font-size: 12px;
    padding: 15px;
  }
}
.product-new .btn.bg-darkergray {
  background: #333333;
}
.product-new .btn.bg-darkergray:hover {
  background: rgba(51, 51, 51, 0.8);
}
.product-new .btn.bg-red {
  background: #CA002E;
}
.product-new .btn.bg-red:hover {
  background: rgba(202, 0, 46, 0.7019607843);
}
.product-layout-change .item .series {
  margin-top: 10px;
  font-weight: 700;
}
@media (max-width: 375px) {
  .product-layout-change .item .series {
    font-size: 15px;
    margin-top: 0;
  }
}
.product-layout-change .item .title {
  font-size: 1.0714285714rem;
  color: #333;
  margin-top: 5px;
  line-height: 1.3333333333;
  font-weight: 700;
  font-size: 1.1428571429rem;
  word-break: break-all;
}
@media (max-width: 767px) {
  .product-layout-change .item .title {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .product-layout-change .item .title {
    min-height: auto;
    height: auto;
    -webkit-line-clamp: inherit;
  }
}
@media (max-width: 375px) {
  .product-layout-change .item .title {
    font-size: 14px;
  }
}
.product-layout-change .item .num {
  color: #999999;
  margin-top: 5px;
  font-size: 1.0714285714rem;
}
.product-layout-change .item .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 0vw;
  margin-right: 0vw;
  margin-top: 20px;
}
.product-layout-change .item .btn-group .btn {
  padding: 7px;
  border: 1px solid #333333;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-layout-change .item .btn-group .btn.inquiry {
  background: white;
  color: #333333;
}
.product-layout-change .item .btn-group .btn.inquiry:hover {
  background: #333333;
  color: white;
}
.product-layout-change .item .btn-group .btn.cart {
  background: #333333;
  color: white;
}
.product-layout-change .item .btn-group .btn.cart:hover {
  border-color: rgba(51, 51, 51, 0.8);
  background: rgba(51, 51, 51, 0.8);
}
@media (max-width: 325px) {
  .product-layout-change .item .btn-group {
    margin-top: 5px;
  }
}
.product-layout-change .btn-loadmore {
  padding: 12px 30px;
  background: #D2003F;
  color: white;
  display: inline-block;
  min-width: 8.85416vw;
  text-align: center;
  cursor: pointer;
}
.product-layout-change .btn-loadmore.wide {
  width: 100%;
}
.product-layout-change .btn-loadmore.noContent {
  background: #999999;
  cursor: unset;
}
.product-layout-change .btn-loadmore.noContent:hover {
  background: rgba(153, 153, 153, 0.8);
}
.product-layout-change .btn-loadmore:hover {
  background: rgba(210, 0, 63, 0.8);
}
@media (max-width: 1024px) {
  .product-layout-change .btn-loadmore {
    font-size: 0.8571428571rem;
  }
}
.product-layout-change .tag-outofstock .title {
  min-height: auto;
}
.product-layout-change.list-style .flex-mobile .love {
  display: none;
}
@media (max-width: 767px) {
  .product-layout-change.list-style .flex-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-layout-change.list-style .flex-mobile .love {
    margin-left: auto;
    display: block;
  }
}
.product-layout-change.list-style .grid {
  display: none;
}
.product-layout-change.list-style .list {
  display: block;
}
.product-layout-change.list-style .list .loadmorelist > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-bottom: 15px;
}
.product-layout-change.list-style .list .loadmorelist > .item .image {
  margin-bottom: 0;
  margin-right: 15px;
  width: 245px;
  height: 183px;
}
.product-layout-change.list-style .list .loadmorelist > .item .title {
  overflow: hidden;
  text-overflow: unset;
  min-height: auto;
  margin-bottom: 5px;
}
.product-layout-change.list-style .list .loadmorelist > .item .btn-group-wrapper {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-layout-change.list-style .list .loadmorelist > .item .btn-group-wrapper .love {
  margin-right: 15px;
}
.product-layout-change.list-style .list .loadmorelist > .item .btn-group-wrapper .btn-group {
  margin-top: 0;
  width: 100%;
}
@media (max-width: 375px) {
  .product-layout-change.list-style .list .loadmorelist > .item .btn-group-wrapper {
    margin-top: 5px;
  }
}
.product-layout-change.list-style .list .loadmorelist > .item .center {
  width: calc(100% - 20.83vw - 245px - 30px);
}
@media (min-width: 1921px) {
  .product-layout-change.list-style .list .loadmorelist > .item .center {
    width: 263px;
  }
}
.product-layout-change.list-style .list .loadmorelist > .item .right {
  text-align: right;
  margin-left: 15px;
  min-width: 20.83vw;
}
.product-layout-change.list-style .list .loadmorelist > .item .right .info, .product-layout-change.list-style .list .loadmorelist > .item .right .rate {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 375px) {
  .product-layout-change.list-style .list .loadmorelist > .item .right {
    margin-top: 0;
  }
}
@media (max-width: 820px) {
  .product-layout-change.list-style .list .loadmorelist > .item .image {
    width: 210px;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .center {
    width: calc(100% - 30vw - 210px - 30px);
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right {
    min-width: 30vw;
  }
}
@media (max-width: 767px) {
  .product-layout-change.list-style .list .loadmorelist > .item {
    padding: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .image {
    width: calc(50% - 17.5px);
    margin-right: 10px;
    height: 125px;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .image .img-hover-larger {
    height: 100%;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .center {
    width: calc(50% + 7.5px);
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right .flex-left-mobile {
    width: calc(50% - 17px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right .flex-left-mobile .info, .product-layout-change.list-style .list .loadmorelist > .item .right .flex-left-mobile .rate {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right .flex-right-mobile {
    text-align: right;
    width: calc(50% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right .flex-right-mobile .num {
    margin-bottom: 5px;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right .btn-group-wrapper {
    width: 100%;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right .btn-group-wrapper .love {
    display: none;
  }
}
@media (max-width: 737) {
  .product-layout-change.list-style .list .loadmorelist > .item .image {
    height: 244px;
  }
}
@media (max-width: 668px) {
  .product-layout-change.list-style .list .loadmorelist > .item .image {
    height: 231px;
  }
}
@media (max-width: 667px) {
  .product-layout-change.list-style .list .loadmorelist > .item .image {
    height: 142px;
  }
}
@media (max-width: 426) {
  .product-layout-change.list-style .list .loadmorelist > .item .image {
    height: 111px;
  }
}
@media (max-width: 375px) {
  .product-layout-change.list-style .list .loadmorelist > .item .image {
    height: 120px;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right {
    margin-top: 0;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .right .btn-group-wrapper {
    margin-top: 5px;
  }
}
@media (max-width: 325px) {
  .product-layout-change.list-style .list .loadmorelist > .item .image {
    height: 93px;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .series {
    margin-top: 5px;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-layout-change.list-style .list .loadmorelist > .item .btn-group-wrapper {
    margin-top: 5px;
  }
}
.product-layout-change.list-style #loadMoreList {
  display: inline-block;
}
.product-layout-change.list-style #loadMoreGrid {
  display: none;
}
.product-layout-change.grid-style .flex-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-layout-change.grid-style .flex-mobile .love {
  margin-left: auto;
}
.product-layout-change.grid-style .grid {
  display: block;
}
.product-layout-change.grid-style .grid .loadmoregrid {
  margin-bottom: 30px;
}
.product-layout-change.grid-style .grid .loadmoregrid:nth-child(-n+4) {
  display: block;
}
.product-layout-change.grid-style .grid .loadmoregrid .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-layout-change.grid-style .grid .loadmoregrid .item .price-wrapper {
  min-height: 36px;
  margin-top: auto;
}
.product-layout-change.grid-style .grid .loadmoregrid .info ul li .item {
  margin-bottom: 0;
}
.product-layout-change.grid-style .list {
  display: none;
}
.product-layout-change.grid-style #loadMoreGrid {
  display: inline-block;
}
.product-layout-change.grid-style #loadMoreList {
  display: none;
}
.product-layout-change.grid-style .info .love {
  display: none;
}
.product-layout-change.grid-style .info-group .info {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .product-layout-change.grid-style .info .love {
    display: none;
  }
}
@media (max-width: 1024px) {
  .product-layout-change .flex-mobile .love {
    display: block;
  }
  .product-layout-change .price-wrapper .price {
    font-size: 1.7142857143rem;
  }
  .product-layout-change .price-wrapper .price.login {
    font-size: 1.2857142857rem;
    line-height: 2;
  }
  .product-layout-change .item .num {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 428px) {
  .product-layout-change.grid-style .info-group .info {
    height: 32px;
  }
  .product-layout-change.grid-style .info-group .info ul li .item {
    display: block;
    text-align: center;
    margin-bottom: 2px !important;
  }
  .product-layout-change.grid-style .item .btn-group .btn {
    padding: 5px;
    width: 100%;
  }
  .product-layout-change .item .num {
    margin-top: 0;
  }
}

.page-wrapper .products {
  margin-top: 30px;
}
.page-wrapper .products .item {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
@media (max-width: 1024px) {
  .page-wrapper .products .item {
    margin-bottom: 3.504672897vw;
    height: calc(100% - 3.504672897vw);
  }
}
.page-wrapper .products .item > .pdt-title {
  font-size: 1.2857142857rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  display: block;
  min-height: 50px;
  color: #666666;
}
@media (max-width: 1024px) {
  .page-wrapper .products .item > .pdt-title {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .page-wrapper .products .item > .pdt-title {
    min-height: 38px;
  }
}
@media (max-width: 736px) {
  .page-wrapper .products .item > .pdt-title {
    min-height: 18px;
  }
}
.page-wrapper .products .item > .title-sec {
  color: #999999;
  margin-top: 8px;
  text-align: center;
  display: block;
  min-height: 42px;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .page-wrapper .products .item > .title-sec {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 768px) {
  .page-wrapper .products .item > .title-sec {
    display: none;
  }
}
.page-wrapper .products .item hr {
  margin: 15px 0;
  background: #cccccc;
}
@media (max-width: 768px) {
  .page-wrapper .products .item hr {
    display: none;
  }
}
.page-wrapper .products .item .scrollbar-macosx {
  height: 215px;
  overflow: auto;
}
.page-wrapper .products .item .list {
  margin-bottom: 0;
  padding-left: 18px;
}
.page-wrapper .products .item .list li {
  margin-bottom: 8px;
}
.page-wrapper .products .item .list li:last-child {
  margin-bottom: 0;
}
.page-wrapper .products .item .list .item {
  color: #666666;
  padding: 0;
  font-size: 1.0714285714rem;
  margin-bottom: 0px;
  height: auto;
}
.page-wrapper .products .item .list .item:hover {
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1024px) {
  .page-wrapper .products .item .list .item {
    font-size: 1rem;
  }
}

.function-bar {
  padding: 0 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.function-bar .sort ul, .function-bar .layout ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.function-bar .sort ul li, .function-bar .layout ul li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.function-bar .sort ul li .item, .function-bar .layout ul li .item {
  padding: 15px 10px;
  display: inline-block;
  color: #666666;
}
.function-bar .sort ul li .item .small, .function-bar .layout ul li .item .small {
  font-size: 0.8571428571rem;
  margin-left: 3px;
}
.function-bar .sort ul li .item.active, .function-bar .sort ul li .item:hover, .function-bar .layout ul li .item.active, .function-bar .layout ul li .item:hover {
  background: #333333;
  color: white;
  font-weight: bold;
}
.function-bar .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.function-bar .sort .sort-toggle {
  margin: 10px 0;
  padding-right: 6px;
  border-right: 1px solid #cccccc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.function-bar .sort .sort-toggle .title {
  display: none;
}
.function-bar .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.function-bar .layout ul {
  margin-left: 10px;
}
.function-bar .layout ul li .item {
  padding: 10px;
}
@media (max-width: 768px) {
  .function-bar {
    padding: 0;
    font-size: 0.8571428571rem;
    margin-bottom: 12px;
  }
  .function-bar .sort {
    position: relative;
    background: #333333;
    color: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .function-bar .sort .title {
    border-right: 0;
    padding: 5px 10px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .function-bar .sort ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 2;
    display: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    background: white;
    text-align: center;
    padding: 6px 0;
  }
  .function-bar .sort ul li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .function-bar .sort ul li .item {
    padding: 5px 10px;
    background: white;
    color: #666666;
    min-width: 130px;
    display: block;
    font-size: 1rem;
  }
  .function-bar .sort ul li .item .small {
    font-size: 0.8571428571rem;
    margin-left: 3px;
  }
  .function-bar .sort ul li .item.active, .function-bar .sort ul li .item:hover {
    background: white;
    color: #666666;
    font-weight: bold;
  }
  .function-bar .sort ul.open {
    display: block;
  }
  .function-bar .layout ul li .item {
    padding: 5px;
  }
}

.info-price .num {
  color: #999999;
  font-size: 1.0714285714rem;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .info-price .num {
    margin-bottom: 0px;
  }
}
.info-price .price {
  font-size: 1.7142857143rem;
  color: #FF0000;
  font-weight: bold;
  margin-top: 0;
}
.info-price .price .small {
  font-size: 1.2857142857rem;
}

.qa-group .item {
  margin-bottom: 15px;
  padding: 20px;
  background: white;
  border-radius: 5px;
  font-size: 1.0714285714rem;
}
.qa-group .item .icon {
  color: #666666;
}
.qa-group .item .info {
  line-height: 1.6;
  font-size: 1.0714285714rem;
  width: calc(100% - 50px);
}
.qa-group .item .info .name {
  font-weight: 700;
}
.qa-group .item .info .txt {
  color: #333333;
  word-break: break-all;
}
.qa-group .item .info .date {
  color: #999999;
  font-size: 0.8571428571rem;
}
.qa-group .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.qa-group .item .question .icon {
  margin-right: 10px;
}
.qa-group .item .question .icon span {
  font-size: 40px;
}
.qa-group .item .answer {
  margin-top: 15px;
  margin-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.qa-group .item .answer .icon {
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
@media (max-width: 1024px) {
  .qa-group .item {
    padding: 10px;
    font-size: 1rem;
  }
}

.product_details {
  margin: 2.083vw 0;
}
.product_details .container {
  position: relative;
}
.product_details .product_previous, .product_details .product_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 8px;
  color: #999999;
  background: #eeeeee;
  text-align: center;
  display: inline-block;
  font-size: 1.0714285714rem;
  line-height: 1.3;
}
.product_details .product_previous:hover, .product_details .product_next:hover {
  background: #666666;
  color: #eeeeee;
}
.product_details .product_previous.mobile, .product_details .product_next.mobile {
  display: none;
}
.product_details .product_previous {
  left: -50px;
}
.product_details .product_next {
  right: -50px;
}
@media (max-width: 1359px) {
  .product_details .product_previous, .product_details .product_next {
    z-index: 5;
  }
  .product_details .product_previous {
    left: 0px;
  }
  .product_details .product_next {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .product_details .product_previous, .product_details .product_next {
    bottom: -16px;
    top: auto;
    z-index: 5;
    font-size: 0.8571428571rem;
    opacity: 0.8;
  }
  .product_details .product_previous br, .product_details .product_next br {
    display: none;
  }
  .product_details .product_previous.desktop, .product_details .product_next.desktop {
    display: none;
  }
  .product_details .product_previous.mobile, .product_details .product_next.mobile {
    display: block;
    display: none;
  }
}
@media (max-width: 1397px) {
  .product_details .product_previous, .product_details .product_next {
    display: none;
  }
}
.product_details .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_details .wrapper .image {
  width: 40%;
  margin-right: 1.5625vw;
  padding: 20px;
  background: white;
  position: relative;
  height: 100%;
}
.product_details .wrapper .image .info {
  position: absolute;
  z-index: 2;
  left: 2px;
  top: 2px;
  color: #cccccc;
  font-size: 13px;
}
@media (max-width: 767px) {
  .product_details .wrapper .image .info {
    top: auto;
    bottom: 2px;
  }
}
.product_details .wrapper .image .icon {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  background: url("../../images/newimage/icon-zoomin.svg") center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.product_details .wrapper .image .fancybox .img-hover-larger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20.83vw;
  min-height: 15.625vw;
}
.product_details .wrapper .info-wrapper {
  width: calc(60% - 1.5625vw);
}
.product_details .wrapper-share {
  margin: 1.5625vw 0;
  padding: 15px 0;
  border-top: 1px solid #E1E2E3;
  border-bottom: 1px solid #E1E2E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_details .wrapper-share .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_details .wrapper-share .btn-group .btn {
  margin-right: 30px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1428571429rem;
  font-weight: 700;
}
.product_details .wrapper-share .btn-group .btn:hover {
  background: rgba(51, 51, 51, 0.8);
  color: white;
}
.product_details .wrapper-share .btn-group .btn.color-red {
  color: #CA002E;
}
.product_details .wrapper-share .btn-group .btn.color-red:hover {
  background: rgba(202, 0, 46, 0.8);
  color: white;
}
.product_details .top-info {
  position: relative;
}
.product_details .top-info .qr-code-wrapper {
  display: block;
}
@media (max-width: 767px) {
  .product_details .top-info .qr-code-wrapper {
    display: none;
  }
}
.product_details .top-info .qr-code {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_details .top-info .qr-code .image {
  width: 80px;
  height: 100%;
  padding: 0;
  background: transparent;
  margin-right: 0;
  margin-bottom: 5px;
}
.product_details .top-info .qr-code .image img {
  width: 80px;
  height: 80px;
}
.product_details .top-info .qr-code .text {
  color: #666666;
  font-size: 0.8571428571rem;
}
.product_details .center-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_details .center-info .price-wrapper {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .product_details .center-info .price-wrapper {
    margin-top: 5px;
  }
}
.product_details .series {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.2857142857rem;
  color: #CA002E;
}
.product_details .title {
  font-size: 1.2857142857rem;
  color: #333333;
  margin: 5px 110px 10px 0;
  display: block;
}
.product_details .sec-titile {
  color: #999999;
  margin: 10px 0;
}
.product_details hr {
  margin: 15px 0;
}
.product_details .rate {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product_details .description {
  color: #666666;
  line-height: 1.7857142857;
  margin-bottom: 15px;
}
.product_details .description p {
  color: #666666;
  line-height: 1.7857142857;
}
.product_details .description p a {
  color: #666666;
  text-decoration: underline;
}
.product_details .description .note {
  padding: 3px 10px;
  border: 1px solid #CA002E;
  color: #CA002E;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  .product_details .description .note {
    font-size: 0.8571428571rem;
    margin-bottom: 10px;
  }
}
.product_details .description .quantity .title {
  font-size: 1rem;
  margin: 0;
}
.product_details .description .quantity .count input {
  font-size: 1.25rem;
}
@media (max-width: 1440px) {
  .product_details .description .quantity .count input {
    font-size: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .product_details .description .quantity {
    width: 80%;
  }
  .product_details .description .quantity .title, .product_details .description .quantity .count {
    font-size: 0.9285714286rem;
    width: 50%;
  }
  .product_details .description .quantity .count input {
    font-size: 1.1428571429rem;
  }
}
@media (max-width: 767px) {
  .product_details .description .quantity {
    width: 100%;
  }
}
.product_details .description .btn-groups {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.product_details .description .btn-groups .btn {
  width: 12.5vw;
  padding: 10px;
  text-align: center;
  border: 1px solid #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product_details .description .btn-groups .btn.inquiry {
  color: #333333;
}
.product_details .description .btn-groups .btn.inquiry:hover {
  background: #333333;
  color: white;
}
@media (max-width: 1024px) {
  .product_details .description .btn-groups .btn.inquiry:hover {
    background: #eeeeee;
    color: #333333;
  }
}
.product_details .description .btn-groups .btn.cart {
  color: white;
  background: #333333;
}
.product_details .description .btn-groups .btn.cart:hover {
  border-color: rgba(51, 51, 51, 0.8);
  background: rgba(51, 51, 51, 0.8);
}
@media (max-width: 1440px) {
  .product_details .description .btn-groups .btn {
    width: 15vw;
  }
}
@media (max-width: 767px) {
  .product_details .description .btn-groups .love {
    display: none;
  }
}
@media (max-width: 1280px) {
  .product_details .description .btn-groups {
    width: calc(80% + 30px);
  }
  .product_details .description .btn-groups .btn {
    width: 50%;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .product_details .description .btn-groups {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_details {
    margin: 12px 0;
  }
  .product_details .flex-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .product_details .flex-mobile .info {
    margin-bottom: 0;
  }
  .product_details .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product_details .wrapper .image, .product_details .wrapper .info-wrapper {
    width: 100%;
  }
  .product_details .wrapper .image {
    padding: 15px;
    margin-right: 0;
  }
  .product_details .top-info {
    margin-top: 10px;
  }
  .product_details .rate {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product_details .wrapper-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_details .wrapper-share .btn-group {
    display: none;
  }
}
@media (max-width: 767px) {
  .product_details .title {
    font-size: 16px;
    margin: 8px 0 5px;
  }
  .product_details .series {
    font-size: 1.2857142857rem;
  }
}

/*-- 首頁合作夥伴 --*/
.index-partners {
  padding: 1.5625vw 0;
}
@media (max-width: 768px) {
  .index-partners {
    padding: 25px 0;
  }
}

.owl-partners {
  position: relative;
}
.owl-partners .item {
  border: 1px solid #E5E5E5;
}
.owl-partners .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.owl-partners .owl-nav .owl-prev,
.owl-partners .owl-nav .owl-next {
  position: absolute;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.owl-partners .owl-nav .owl-prev span,
.owl-partners .owl-nav .owl-next span {
  font-size: 20px;
  color: #999999;
}
.owl-partners .owl-nav .owl-prev {
  left: -25px;
}
.owl-partners .owl-nav .owl-next {
  right: -25px;
}
@media (max-width: 768px) {
  .owl-partners .owl-nav .owl-prev {
    left: -10px;
  }
  .owl-partners .owl-nav .owl-next {
    right: -10px;
  }
}

/*-- Tabs --*/
.product-tab {
  margin-top: 2.34375vw;
}
.product-tab .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-bottom: 1px solid #E1E2E3;
}
.product-tab .tab .item {
  list-style: none;
  margin-right: 3.125vw;
}
.product-tab .tab .item .link {
  display: block;
  padding-bottom: 15px;
  color: #333333;
  position: relative;
  font-size: 1.2857142857rem;
}
.product-tab .tab .item .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background: #333333;
  opacity: 0;
}
.product-tab .tab .item .link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #333333;
  opacity: 1;
}
@media (max-width: 820px) {
  .product-tab .tab .item {
    margin-right: 0;
    width: 25%;
    text-align: center;
  }
  .product-tab .tab .item .link {
    font-size: 16px;
  }
}
@media (max-width: 325px) {
  .product-tab .tab .item .link {
    font-size: 14px;
  }
}
.product-tab .title {
  font-size: 1.1428571429rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-tab .title {
    margin-bottom: 5px;
  }
}
.product-tab .webeditor {
  margin-bottom: 2.34375vw;
  font-size: 1.0714285714rem;
  overflow-x: auto;
  max-width: 100%;
  font-size: 15px;
}
.product-tab .tab-pane {
  padding-top: 20px;
}
.product-tab .add-form .item {
  background: white;
  padding: 15px;
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  margin-bottom: 15px;
}
.product-tab .add-form .item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.product-tab .add-form .item .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-tab .add-form .item .image {
  width: 138px;
  margin: 0 15px;
  margin: 0 15px 0 0;
}
.product-tab .add-form .item .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.product-tab .add-form .item .info .tags {
  margin-bottom: 5px;
}
.product-tab .add-form .item .info .series {
  font-size: 1.1428571429rem;
  color: #CA002E;
}
.product-tab .add-form .item .info .title {
  margin-bottom: 5px;
  overflow: auto;
  height: auto;
  min-height: auto;
  text-overflow: unset;
  -webkit-line-clamp: unset;
}
.product-tab .add-form .item .info-price {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  min-width: 15%;
}
@meida (max-width: 1024px) {
  .product-tab .add-form .item .info-price {
    min-width: 20%;
  }
}
@meida (max-width: 768px) {
  .product-tab .add-form .item .info-price {
    min-width: 23%;
  }
}
.product-tab .add-form .item .webeditor {
  font-size: 1.0714285714rem;
}
.product-tab .add-form .item .price-wrapper {
  margin-top: 0;
}
@media (max-width: 767px) {
  .product-tab {
    margin-top: 35px;
  }
  .product-tab .add-form {
    margin-top: 10px;
  }
  .product-tab .add-form .item {
    padding: 15px 10px;
  }
  .product-tab .add-form .item .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
  }
  .product-tab .add-form .item .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
  }
  .product-tab .add-form .item .info-price {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-top: 10px;
  }
  .product-tab .add-form .item .info-price .num {
    font-size: 1rem;
  }
  .product-tab .add-form .item .info-price .price {
    margin-right: 5px;
  }
  .product-tab .add-form .item .info-price .price-wrapper {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*-- 彈出視窗 --*/
.blocker {
  z-index: 101;
}

.modal.cart-modal {
  max-width: 800px;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.modal.cart-modal .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal.cart-modal .title-wrapper .title {
  font-size: 1.4285714286rem;
  font-weight: 700;
  padding: 0 1.5625vw;
  border-bottom: 1px solid #eeeeee;
  min-height: 70px;
  width: calc(100% - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.cart-modal .title-wrapper .title.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.cart-modal .title-wrapper .close {
  position: relative;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../../images/newimage/close.svg") center center #333333;
  background: #333333;
  background-size: 30%;
  background-repeat: no-repeat;
  color: white;
  width: 70px;
  height: 70px;
}
.modal.cart-modal .info-wrapper {
  padding: 15px 1.5625vw 2.60416vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal.cart-modal .info-wrapper .image {
  width: calc(27% - 0.78125vw);
  margin-right: 0.78125vw;
}
.modal.cart-modal .info-wrapper .content {
  width: calc(73% - 1.5625vw - 1.5625vw);
}
.modal.cart-modal .info-wrapper .content .series {
  color: #CA002E;
}
.modal.cart-modal .info-wrapper .content > .title {
  font-size: 1.1428571429rem;
  margin-bottom: 20px;
}
.modal.cart-modal .info-wrapper ul li {
  margin-bottom: 8px;
}
.modal.cart-modal .info-bottom {
  padding: 15px 1.5625vw 2.60416vw;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.modal.cart-modal .info-bottom .btn {
  width: 300px;
  padding: 15px;
  color: white;
  background: #333333;
  text-align: center;
  display: inline-block;
}
.modal.cart-modal .info-bottom .btn:hover {
  background: rgba(51, 51, 51, 0.8);
}
.modal.cart-modal .quantity-wrapper {
  font-size: 1.1428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal.cart-modal .quantity-wrapper .title, .modal.cart-modal .quantity-wrapper .count {
  width: 120px;
}
.modal.cart-modal .quantity-wrapper .text {
  color: #999999;
  margin-left: 25px;
}
.modal.cart-modal.modified-quantity {
  width: 420px;
}
.modal.cart-modal .modified-quantity-wrapper table, .modal.cart-modal .modified-qa-wrapper table {
  width: 100%;
}
.modal.cart-modal .modified-quantity-wrapper table td, .modal.cart-modal .modified-qa-wrapper table td {
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
}
.modal.cart-modal .modified-quantity-wrapper table td {
  text-align: center;
  vertical-align: middle;
}
.modal.cart-modal .modified-quantity-wrapper .count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.modal.cart-modal .modified-quantity-wrapper .count #dec, .modal.cart-modal .modified-quantity-wrapper .count #count, .modal.cart-modal .modified-quantity-wrapper .count #inc {
  background: #eeeeee;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
.modal.cart-modal .modified-quantity-wrapper .count #dec, .modal.cart-modal .modified-quantity-wrapper .count #inc {
  width: 40px;
}
.modal.cart-modal .modified-quantity-wrapper .count #count {
  width: 70px;
  margin: 0 1px;
}
.modal.cart-modal .modified-qa-wrapper table td.title {
  padding: 10px 1.5625vw;
}
.modal.cart-modal .modified-qa-wrapper .qa-group .item {
  padding: 0 25px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal.cart-modal .modified-qa-wrapper .qa-group .item {
    padding: 0;
  }
}
.modal.cart-modal .btn-groups {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal.cart-modal .btn-groups .btn {
  width: 50%;
  color: white;
  font-size: 1.4285714286rem;
  padding: 20px;
}
.modal.cart-modal .btn-groups .continueshop {
  background: #666666;
}
.modal.cart-modal .btn-groups .continueshop:hover {
  background: rgba(102, 102, 102, 0.8);
}
.modal.cart-modal .btn-groups .gocart {
  background: #D2003F;
}
.modal.cart-modal .btn-groups .gocart:hover {
  background: rgba(210, 0, 63, 0.8);
}
.modal.cart-modal .close-modal {
  display: none;
}
@media (max-width: 768px) {
  .modal {
    max-width: calc(100vw - 30px);
  }
  .modal.cart-modal .title-wrapper .title {
    width: calc(100% - 50px);
    min-height: 50px;
    padding: 15px;
    font-size: 1rem;
  }
  .modal.cart-modal .title-wrapper .close {
    width: 50px;
    height: 50px;
  }
  .modal.cart-modal .info-wrapper {
    padding: 15px 15px 30px;
  }
  .modal.cart-modal .info-wrapper .image {
    width: calc(46% - 7px);
    padding-right: 7px;
  }
  .modal.cart-modal .info-wrapper .content {
    width: calc(54% - 7px);
    padding-left: 7px;
  }
  .modal.cart-modal .info-wrapper .content > .title {
    font-size: 1.0714285714;
    margin-bottom: 10px;
  }
  .modal.cart-modal .quantity-wrapper {
    display: block;
  }
  .modal.cart-modal .quantity-wrapper .quantity {
    margin-bottom: 5px;
  }
  .modal.cart-modal .quantity-wrapper .title, .modal.cart-modal .quantity-wrapper .count {
    width: 50%;
    padding: 10px;
    font-size: 13px;
  }
  .modal.cart-modal .quantity-wrapper .text {
    margin-left: 0;
    font-size: 13px;
  }
  .modal.cart-modal .btn-groups .btn {
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .modal.cart-modal {
    max-width: calc(100% - 30px);
  }
  .modal.cart-modal .title-wrapper .title {
    width: calc(100% - 50px);
    min-height: 50px;
    padding: 15px;
    font-size: 1rem;
  }
  .modal.cart-modal .title-wrapper .close {
    width: 50px;
    height: 50px;
  }
  .modal.cart-modal .info-wrapper .image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .modal.cart-modal .info-wrapper .content {
    width: 100%;
    padding-left: 0;
  }
  .modal.cart-modal .info-wrapper .content > .title {
    font-size: 1.0714285714;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .blocker {
    padding: 0 !important;
  }
}
/*-- 購物車 --*/
/* The container */
.form-check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.form-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #999999;
  border-radius: 100%;
}

/* On mouse-over, add a grey background color */
.form-check-container:hover input ~ .checkmark {
  background: #C2D06E;
  border-color: #C2D06E;
}

/* When the radio button is checked, add a blue background */
.form-check-container input:checked ~ .checkmark {
  background: #C2D06E;
  border-color: #C2D06E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-container:hover input ~ .checkmark:after,
.form-check-container input:checked ~ .checkmark:after {
  display: block;
  background-color: transparent;
  border: solid #888;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Style the indicator (dot/circle) */
.cart-title-wrapper {
  position: relative;
  z-index: 0;
}
.cart-title-wrapper .title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-title-wrapper .title-group .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  padding-left: 0;
  padding-right: 0;
}
.cart-title-wrapper .title-group .col .item {
  background: #545454;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  padding: 20px;
}
.cart-title-wrapper .title-group .col .item:not(:last-child) {
  border-right: 1px solid #707070;
}
.cart-title-wrapper .title-group .col .item.active, .cart-title-wrapper .title-group .col .item:hover {
  background: #333333;
}
.cart-title-wrapper .title-group .col .item .material-icons {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .cart-title-wrapper .title-group .col .item {
    font-size: 12px;
    padding: 15px 5px;
  }
  .cart-title-wrapper .title-group .col .item .material-icons {
    font-size: 16px;
  }
}
@media (max-width: 341px) {
  .cart-title-wrapper .title-group .col .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart-title-wrapper .info {
  padding: 20px 25px 30px;
  background: white;
  border: 1px solid #F4F4F4;
  line-height: 2;
}
.cart-title-wrapper .info .label {
  background: #FF0000;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 768px) {
  .cart-title-wrapper .info {
    padding: 20px 15px;
  }
}

.cart-list .title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #F4F4F4;
  background: white;
}
@media (max-width: 768px) {
  .cart-list .title-group {
    padding: 15px;
  }
  .cart-list .title-group .hidden-sm {
    display: none !important;
  }
  .cart-list .title-group .visible-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .cart-list .title-group .visible-sm .material-icons {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.cart-list .title-group .title {
  color: #666666;
  padding: 15px 10px 10px;
  font-size: 16px;
  font-weight: 700;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  width: 7vw;
}
@media (max-width: 1280px) {
  .cart-list .title-group .title {
    width: 95px;
    font-size: 14px;
  }
}
.cart-list .title-group .title.discription {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 35vw;
  margin-right: auto;
  padding: 15px 25px 10px;
}
@media (max-width: 1280px) {
  .cart-list .title-group .title.discription {
    width: 55vw;
  }
}
.cart-list .title-group .title.quantity {
  width: 12vw;
}
.cart-list .title-group .title-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 7vw);
}
@media (max-width: 1280px) {
  .cart-list .title-group .title-right {
    width: calc(100% - 95px);
  }
}
.cart-list .title-group .title .small {
  color: #999999;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .cart-list .title-group .title {
    padding: 15px 10px 10px;
    font-size: 14px;
  }
}
.cart-list .content {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.cart-list .content li {
  list-style: none;
}
.cart-list .content .item {
  border: 1px solid #F4F4F4;
  border-width: 0 1px 1px 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 0;
}
.cart-list .content .item a {
  color: #999999;
}
.cart-list .content .item a:hover {
  color: #333333;
}
.cart-list .content .item .mobile-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 7vw);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .cart-list .content .item .mobile-right {
    width: calc(100% - 95px);
  }
}
@media (max-width: 768px) {
  .cart-list .content .item .mobile-right {
    display: block;
  }
}
@media (max-width: 375px) {
  .cart-list .content .item .mobile-right.mark {
    padding-bottom: 35px;
  }
}
.cart-list .content .item .info {
  color: #999999;
  padding: 15px 10px 10px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7vw;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1280px) {
  .cart-list .content .item .info {
    width: 95px;
  }
}
.cart-list .content .item .info.discription {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 35vw;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: auto;
  padding: 15px 25px 10px;
}
@media (max-width: 1280px) {
  .cart-list .content .item .info.discription {
    width: 55vw;
  }
}
.cart-list .content .item .info.discription .image {
  width: 138px;
  height: 105px;
  margin-right: 25px;
  margin-bottom: 0;
}
.cart-list .content .item .info.discription .right {
  width: calc(100% - 138px - 25px);
}
.cart-list .content .item .info.discription .right .title {
  color: #333333;
}
.cart-list .content .item .info.discription .right .series {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .cart-list .content .item .info.discription {
    width: 100%;
    border: none;
  }
  .cart-list .content .item .info.discription .image {
    display: none;
  }
  .cart-list .content .item .info.discription .right {
    width: 100%;
  }
}
.cart-list .content .item .info.quantity {
  width: 12vw;
}
.cart-list .content .item .info .note {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FF0000;
  font-size: 12px;
  border: 1px solid #FF0000;
  border-radius: 50px;
  padding: 3px 15px;
  display: inline-block;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .cart-list .content .item .info .note {
    display: none;
  }
}
.cart-list .content .item .info .mark {
  display: none;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  padding: 10px;
  padding: 5px 10px;
  background: white;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 100px;
  min-width: 150px;
  font-size: 12px;
  text-align: center;
}
.cart-list .content .item .info .mark::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #999999 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 6;
}
.cart-list .content .item .info .mark::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: white transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 7;
}
.cart-list .content .item .delete {
  color: #999999;
}
.cart-list .content .item .delete:hover {
  color: #333;
}
.cart-list .content .item .cart-btn {
  min-width: 60%;
  height: 35px;
  background: #F1F1F1;
  color: #666666;
  border-bottom: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .cart-list .content .item .cart-btn {
    min-width: 70px;
  }
}
@media (max-width: 341px) {
  .cart-list .content .item .cart-btn {
    min-width: 50px;
  }
}
.cart-list .content .item .cart-btn:hover {
  border-color: #CCCCCC;
}
.cart-list .content .item .mobile-title {
  font-size: 14px;
  word-break: keep-all;
}
@media (max-width: 375px) {
  .cart-list .content .item .mobile-title {
    font-size: 12px;
  }
}
.cart-list .content .item .mobile-mark {
  margin-top: 5px;
  border-radius: 50px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 12px;
  padding: 3px;
  text-align: center;
  max-width: 200px;
}
@media (max-width: 375px) {
  .cart-list .content .item .mobile-mark {
    width: 200px;
    word-break: keep-all;
    position: absolute;
  }
}
.cart-list .content .item .mobile-note {
  margin-top: 5px;
  border-radius: 50px;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: 12px;
  padding: 3px 15px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 769px) {
  .cart-list .content .item .mobile-image, .cart-list .content .item .mobile-title, .cart-list .content .item .mobile-mark, .cart-list .content .item .mobile-note {
    display: none;
  }
  .cart-list .content .item .info .mark {
    display: block;
  }
}
@media (max-width: 768px) {
  .cart-list .content .item {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 5px 10px 0;
  }
  .cart-list .content .item .info {
    padding: 2px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    margin-left: 0;
  }
  .cart-list .content .item .info.discription {
    padding: 10px;
  }
  .cart-list .content .item .info.discription .right .title {
    font-size: 14px;
  }
  .cart-list .content .item .info.discription .right .sec-title {
    font-size: 12px;
  }
  .cart-list .content .item .info.quantity {
    width: auto;
  }
  .cart-list .content .item .cart-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 100px;
    height: 30px;
    margin-right: 10px;
  }
  .cart-list .content .item .mobile-image {
    padding: 10px 0 10px 10px;
    width: 55%;
  }
  .cart-list .content .item .mobile-image .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-list .content .item .mobile-title {
    margin-right: 10px;
  }
  .cart-list .content .item .mobile-note {
    margin-left: 10px;
  }
}
@media (max-width: 325px) {
  .cart-list .content .item {
    padding: 10px 0;
  }
  .cart-list .content .item .mobile-title {
    margin-right: 6px;
  }
  .cart-list .content .item .mobile-title .material-icons {
    font-size: 16px;
  }
  .cart-list .content .item .info {
    padding: 2px 5px;
  }
  .cart-list .content .item .cart-btn {
    min-width: 70px;
  }
}
.cart-list .content.info {
  padding: 30px 40px;
  background: white;
  font-size: 16px;
  border: 1px solid #F4F4F4;
  color: #999999;
}
.cart-list .content.info .font-lg {
  font-size: 18px;
}
.cart-list .content.info p {
  color: #999999;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cart-list .content.info {
    padding: 15px;
    font-size: 14px;
    text-align: left;
  }
  .cart-list .content.info .font-lg {
    font-size: 14px;
  }
}

.cart-note {
  padding: 15px 95px;
  background: white;
  border: 1px solid #F4F4F4;
  margin: 20px 0;
}
.cart-note p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cart-note {
    padding: 15px;
  }
}

.cart-bottom {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  background: white;
}
.cart-bottom .left {
  padding: 15px 30px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media (max-width: 840px) {
  .cart-bottom .left {
    padding: 18px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cart-bottom .left {
    font-size: 14px;
  }
}
.cart-bottom .btn {
  cursor: pointer;
  font-weight: 700;
  display: block;
  padding: 15px 30px;
  width: 30%;
  text-align: center;
  background: #D2003F;
  color: white;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-bottom .btn .small {
  font-size: 14px;
}
.cart-bottom .btn.wide {
  width: 100%;
}
.cart-bottom .btn:hover {
  background: #f50049;
  color: white;
}
.cart-bottom .price {
  color: #F10000;
  font-size: 26px;
  font-weight: 700;
}
.cart-bottom .price .small {
  font-size: 22px;
}
.cart-bottom.disable .btn {
  background: #999999;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 840px) {
  .cart-bottom .btn {
    padding: 15px;
    font-size: 16px;
  }
  .cart-bottom .price {
    font-size: 16px;
  }
  .cart-bottom .price .small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cart-bottom .left {
    padding: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
  }
  .cart-bottom .btn {
    padding: 15px;
    font-size: 18px;
  }
  .cart-bottom .price {
    font-size: 18px;
  }
  .cart-bottom .price .small {
    font-size: 14px;
  }
}
@media (max-width: 325px) {
  .cart-bottom .left {
    padding: 12px 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
  }
  .cart-bottom .btn {
    padding: 12px 5px;
    font-size: 12px;
  }
  .cart-bottom .price {
    font-size: 14px;
  }
  .cart-bottom .price .small {
    font-size: 12px;
  }
}

.toggle-icon {
  color: #999999;
}
.toggle-icon:hover {
  color: #666666;
}
.toggle-icon .done {
  display: none;
  color: #FF0000;
}
.toggle-icon .undone {
  display: block;
}
.toggle-icon.checked .done {
  display: block;
}
.toggle-icon.checked .undone {
  display: none;
}

.section-title {
  padding: 15px 25px;
  border: 1px solid #F4F4F4;
  background: white;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
}
@media (max-width: 767px) {
  .section-title {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.section-title.submit {
  padding: 40px 25px;
}
@media (max-width: 767px) {
  .section-title.submit {
    padding: 20px 25px;
  }
}

/*-- 會員專區 --*/
.list-style-inquiry .item {
  margin-bottom: 50px;
}
.list-style-inquiry .item:last-child {
  margin-bottom: 0;
}
.list-style-inquiry .item .info-wrapper {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.list-style-inquiry .item .info-wrapper .title {
  color: #666666;
  padding: 15px 20px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .list-style-inquiry .item .info-wrapper .title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .list-style-inquiry .item .info-wrapper .title {
    padding: 15px;
  }
}
.list-style-inquiry .item .info-wrapper .pdt-info {
  border-top: 1px solid #eeeeee;
}
.list-style-inquiry .item .info-wrapper .btn {
  padding: 5px 20px;
  border-radius: 35px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 14px;
  display: inline-block;
}
.list-style-inquiry .item .info-wrapper .btn:hover {
  background: #999999;
  color: white;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #666666;
  color: #666666;
  min-width: 120px;
  text-align: center;
  margin: 0 7px;
}
@media (max-width: 767px) {
  .list-style-inquiry .item .info-wrapper .btn-wrapper .btn {
    margin-bottom: 10px;
  }
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn:hover {
  color: white;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn span {
  position: relative;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn.replied span {
  position: relative;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn.replied span::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -6px;
  background: #ff0000;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn.blue {
  background: #0071E3;
  color: white;
  border-color: #0071E3;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn.blue:hover {
  background: #2390FF;
  border-color: #2390FF;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn.red {
  background: #FF0033;
  color: white;
  border-color: #FF0033;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn.red:hover {
  background: #f50049;
  border-color: #f50049;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn.gray {
  background: #999999;
  color: white;
  border-color: #999999;
}
.list-style-inquiry .item .info-wrapper .btn-wrapper .btn.gray:hover {
  background: rgba(153, 153, 153, 0.8);
  border-color: rgba(153, 153, 153, 0.8);
}
.list-style-inquiry .note {
  border: 1px solid #999999;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
}
.list-style-inquiry .note.red {
  color: #ff0000;
  border-color: #ff0000;
}
.list-style-inquiry .note.yellow {
  color: #FFCB00;
  border-color: #FFCB00;
}
.list-style-inquiry .note.blue {
  color: #66B3FF;
  border-color: #66B3FF;
}
.list-style-inquiry .note.green {
  color: #55D8B2;
  border-color: #55D8B2;
}

.order-total {
  margin: 0;
  padding-left: 0;
}
.order-total li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 12px;
}
.order-total li span {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}

.checkboxes.credit-cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.checkboxes.credit-cards .mt-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
}
.checkboxes.credit-cards .mt-checkbox > span {
  top: 50%;
}

.credit-cards .card-wrapper {
  position: relative;
}
.credit-cards .card-wrapper .icon-cancle {
  color: #333333;
  background: white;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 24px;
  cursor: pointer;
}
.credit-cards .card-wrapper .icon-cancle::after {
  content: "";
  border-radius: 100%;
  border: 7px solid #333333;
  top: 0;
  left: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.credit-cards .card-wrapper .icon-cancle:hover {
  color: #999999;
}
.credit-cards .card-wrapper .icon-cancle:hover::after {
  border-color: #999999;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.credit-cards .card {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  min-height: 70px;
  border-radius: 15px;
}
.credit-cards .card.border {
  border: 2px solid #999999;
}
.credit-cards .card.bg-pink {
  color: white;
  background: #FF6969;
}
.credit-cards .card.bg-darkgray {
  color: white;
  background: #666666;
}
.credit-cards .card.bg-darkgray:hover {
  background: #999999;
}
.my-info-group{
	font-size: 14px;
}