@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;
}

.bottom-fixed.fixed, .bottom-fixed, .section-payment .btn-default:hover, .section-payment .btn-default, .checkout .section-cart-list .section-title .close-toggle.close::before, .checkout .section-cart-list .section-title .close-toggle.close::after, .checkout .section-cart-list .section-title .close-toggle::before, .checkout .section-cart-list .section-title .close-toggle::after, .member_order .qa-wrapper .form-group .btn:hover, .member_order .qa-wrapper .form-group .btn, .modal.cart-modal.modal-contact-add .btn:hover, .modal.cart-modal.modal-contact-add .btn, .modal.cart-modal.modified-contact .btn-groups .btn:hover, .modal.cart-modal.modified-contact .btn-groups .btn, .modal-gocheckout .btn-groups .btn.gocart:hover, .modal-gocheckout .btn-groups .btn.continueshop:hover, .modal-gocheckout .btn-groups .btn, .modal-success .btn:hover, .modal-success .btn, .b2b.btn-group .btn-cart:hover, .b2b.btn-group .btn-cart, .b2b.btn-group .btn-later:hover, .b2b.btn-group .btn-later, .form-style .btn.blue:hover, .form-style .btn.darkborder:hover, .form-style .btn.darkbg:hover, .form-style .btn, .product_i .form-group .btn:hover, .product_i .form-group .btn, .products_search_noresult .btn-wide:hover, .products_search_noresult .btn-wide, .products_search .products .btn-wrapper .btn:hover, .products_search_noresult .products .btn-wrapper .btn:hover, .products_search .products .btn-wrapper .btn, .products_search_noresult .products .btn-wrapper .btn, .back-btn .btn:hover::before, .back-btn .btn::before, .paginations-title .paginations li.slick-current .item::after, .paginations-title .paginations li .item:hover::after, .paginations-title .paginations li .item.active::after, .paginations-title .paginations li .item::after, .owl-banner .center .title-wrapper, .owl-banner .title-wrapper, .index_top .group a.item:hover, .index_top .group .item, .success .page-wrapper .btn:hover, .error .page-wrapper .btn:hover, .error .page-wrapper .btn {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*-- Gotop & ScrollDown--*/
html {
  -webkit-tap-highlight-color: transparent;
}

/* 網頁捲軸【寬度】 */
::-webkit-scrollbar {
  width: 10px;
}

/* 網頁捲軸【背景】顏色 */
::-webkit-scrollbar-track {
  background: #333;
}

/* 網頁捲軸【把手】顏色 */
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

/* 網頁捲軸【滑過時】把手的顏色 */
::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/*-- 404 --*/
.error .page-wrapper {
  padding: 5.2083vw 0;
  text-align: center;
}
.error .page-wrapper .title {
  font-size: 20.46875vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.error .page-wrapper .info {
  color: #999999;
  font-size: 16px;
}
.error .page-wrapper .btn {
  background: #333333;
  color: white;
  padding: 13px 25px;
  text-align: center;
  display: inline-block;
  margin-top: 3.385416vw;
}
.error .page-wrapper .btn:hover {
  background: rgba(51, 51, 51, 0.8);
}

/*-- Success --*/
.success .page-wrapper {
  padding: 5.2083vw 0;
}
.success .page-wrapper .container {
  width: 455px;
}
@media (max-width: 460px) {
  .success .page-wrapper .container {
    width: 100%;
  }
}
.success .page-wrapper .container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.success .page-wrapper .container .row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.success .page-wrapper .btn {
  background: #333333;
  color: white;
  text-align: center;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
}
.success .page-wrapper .btn:hover {
  background: rgba(51, 51, 51, 0.8);
}
@media (max-width: 1024px) {
  .success .page-wrapper .btn {
    margin-top: 10px;
  }
}

/*-- 首頁樣式 --*/
.index_top {
  padding-top: 1.5625vw;
}
.index_top .alarm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.index_top .group {
  margin-top: 1.5625vw;
  margin-bottom: 2.083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .index_top .group {
    display: none;
  }
}
.index_top .group .col {
  width: 33.3333333333%;
  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;
  position: relative;
}
.index_top .group .col:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index_top .group .col.qrcode .image {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index_top .group .col.qrcode .image img {
  width: 3.385416vw;
  height: 3.385416vw;
}
@media (max-width: 1024px) {
  .index_top .group .col.qrcode .image img {
    width: 50px;
    height: 50px;
  }
}
.index_top .group .item {
  position: relative;
  padding: 15px 2.083vw 18px;
  background: transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
          box-shadow: 0 0 3px rgba(0, 0, 0, 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;
}
.index_top .group .item .title {
  font-size: 1.2857142857rem;
  margin-bottom: 10px;
  color: #333333;
}
.index_top .group a.item:hover {
  background: white;
  -webkit-box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
          box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333), 4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
}
.index-partners .item:hover {
  opacity: 0.7;
}

.banner {
  background: white;
}

.owl-banner {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.owl-banner .owl-stage-outer {
  position: relative;
}
.owl-banner .owl-stage-outer::before, .owl-banner .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 0;
  width: 24.77vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}
@media (max-width: 768px) {
  .owl-banner .owl-stage-outer::before, .owl-banner .owl-stage-outer::after {
    display: none;
  }
}
@media (min-width: 1921px) {
  .owl-banner .owl-stage-outer::before, .owl-banner .owl-stage-outer::after {
    width: 33.3333333333%;
  }
}
.owl-banner .owl-stage-outer::before {
  left: 0;
  right: auto;
}
.owl-banner .owl-stage-outer::after {
  left: auto;
  right: 0;
}
.owl-banner .title-wrapper {
  text-align: center;
  padding: 2.083333333vw 20px 1.5625vw;
  text-align: center;
  opacity: 0;
}
@media (max-width: 1366px) {
  .owl-banner .title-wrapper {
    padding: 2.8vw 20px 1.5625vw;
  }
}
@media (max-width: 1024px) {
  .owl-banner .title-wrapper {
    padding: 3.5vw 20px 1.5625vw;
  }
}
.owl-banner .title-wrapper .title {
  font-size: 1.2857142857rem;
  margin-bottom: 3px;
}
.owl-banner .title-wrapper .title-sec {
  font-size: 1.0714285714rem;
  color: #999;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .owl-banner .title-wrapper {
    opacity: 1;
    padding: 40px 20px 20px;
  }
  .owl-banner .title-wrapper .title {
    font-size: 1.1428571429rem;
  }
  .owl-banner .title-wrapper .title-sec {
    font-size: 1rem;
  }
}
.owl-banner .center .title-wrapper {
  opacity: 1;
}
@media (min-width: 1921px) {
  .owl-banner .active .title-wrapper {
    opacity: 1;
  }
}
.owl-banner .owl-nav {
  position: absolute;
  bottom: 9%;
  width: 50vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1921px) {
  .owl-banner .owl-nav {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .owl-banner .owl-nav {
    bottom: 13%;
    width: 96vw;
  }
}
.owl-banner .owl-nav button.owl-prev, .owl-banner .owl-nav button.owl-next {
  font-size: 0;
  width: 20px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .owl-banner .owl-nav button.owl-prev, .owl-banner .owl-nav button.owl-next {
    width: 7px;
    height: 14px;
  }
}
.owl-banner .owl-nav button.owl-prev {
  background-image: url("../../images/newimage/arrow_black.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.owl-banner .owl-nav button.owl-next {
  background-image: url("../../images/newimage/arrow_black.svg");
}
.owl-banner .owl-dots {
  position: absolute;
  bottom: 4.8vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1366px) {
  .owl-banner .owl-dots {
    bottom: 6vw;
  }
}
@media (max-width: 1024px) {
  .owl-banner .owl-dots {
    bottom: 7vw;
  }
}
@media (max-width: 820px) {
  .owl-banner .owl-dots {
    bottom: 8.3vw;
  }
}
@media (max-width: 768px) {
  .owl-banner .owl-dots {
    bottom: 66px;
  }
}
@media (max-width: 550px) {
  .owl-banner .owl-dots {
    bottom: 80px;
  }
}
.owl-banner .owl-dots button.owl-dot {
  margin: 0 3px;
}
.owl-banner .owl-dots button.owl-dot span {
  width: 8px;
  height: 8px;
  background: #E4E4E4;
  display: block;
  border-radius: 100%;
}
.owl-banner .owl-dots button.owl-dot.active span {
  background: #666666;
}

.paginations-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 1.5625vw;
}
@media (max-width: 768px) {
  .paginations-title {
    margin-bottom: 30px;
  }
}
.paginations-title .main-title {
  margin-bottom: 0;
}
.paginations-title .paginations {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.paginations-title .paginations li {
  list-style: none;
}
.paginations-title .paginations li .item {
  width: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #E1E2E3;
  position: relative;
  display: inline-block;
  text-align: center;
  color: #333333;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: none;
}
@media (max-width: 768px) {
  .paginations-title .paginations li .item {
    width: 20px;
    font-size: 12px;
  }
}
.paginations-title .paginations li .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #666666;
  width: 100%;
  height: 0;
}
.paginations-title .paginations li .item:hover::after, .paginations-title .paginations li .item.active::after {
  height: 3px;
}
.paginations-title .paginations li.slick-current .item::after {
  height: 3px;
}

.back-btn {
  text-align: center;
  font-size: 1.0714285714rem;
  margin-bottom: 8px;
}
.back-btn .btn {
  color: #999999;
  position: relative;
}
.back-btn .btn::before {
  content: "arrow_back_ios";
  font-family: "Material Icons Outlined";
  font-size: 1.0714285714rem;
  position: absolute;
  left: -15px;
  top: 0;
}
.back-btn .btn:hover {
  color: #666666;
}
.back-btn .btn:hover::before {
  left: -20px;
}
@media (max-width: 768px) {
  .back-btn {
    display: none;
  }
}

/*-- 產品列表樣式 --*/
.products .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.78125vw;
  margin-right: -0.78125vw;
}
.products .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: 820px) {
  .products .group {
    margin-left: -1.7523364485vw;
    margin-right: -1.7523364485vw;
  }
  .products .group .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding-left: 1.7523364485vw;
    padding-right: 1.7523364485vw;
  }
}
@media (max-width: 767px) {
  .products .group {
    margin-left: -1.7523364485vw;
    margin-right: -1.7523364485vw;
  }
  .products .group .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 1.7523364485vw;
    padding-right: 1.7523364485vw;
  }
}

.products_topic .page-banner {
  margin-bottom: 1.5625vw;
}
.products_topic .page-banner .title, .products_topic .page-banner .webeditor {
  margin-top: 1.5625vw;
}
.products_topic .page-banner .title {
  font-size: 1.1428571429rem;
  color: #FF0033;
  font-weight: bold;
}
.products_topic .page-banner .webeditor {
  font-size: 1.0714285714rem;
}
.products_topic .products .col {
  margin-bottom: 1.5625vw;
}
.products_topic .products .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_topic .products .price-wrapper {
  margin-top: auto;
}

.products_search .search-group .title, .products_search_noresult .search-group .title {
  font-size: 1.2857142857rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1E2E3;
  font-weight: 700;
}
.products_search .search-group .title .red, .products_search_noresult .search-group .title .red {
  color: #FF0033;
}
.products_search .search-group .title .border-bottom, .products_search_noresult .search-group .title .border-bottom {
  position: relative;
  padding-bottom: 17px;
  display: inline-block;
}
.products_search .search-group .title .border-bottom::after, .products_search_noresult .search-group .title .border-bottom::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products_search .products.catagory .item .pdt-title, .products_search_noresult .products.catagory .item .pdt-title {
  font-weight: 700;
  min-height: auto;
}
.products_search .products.catagory.list-style .group, .products_search_noresult .products.catagory.list-style .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.products_search .products.catagory.list-style .group .col, .products_search_noresult .products.catagory.list-style .group .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 2px;
  padding-right: 2px;
}
.products_search .products.catagory.list-style .group .col .loadmoreitems, .products_search_noresult .products.catagory.list-style .group .col .loadmoreitems {
  display: block;
  min-height: calc(100% - 4px);
  background: white;
}
.products_search .products.catagory.list-style .group .col .loadmoreitems:hover, .products_search_noresult .products.catagory.list-style .group .col .loadmoreitems:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.products_search .products.catagory.list-style .group .col .loadmoreitems .item, .products_search_noresult .products.catagory.list-style .group .col .loadmoreitems .item {
  min-height: calc(100% - 4px);
}
.products_search .products.catagory.list-style .group .col .loadmoreitems .item:hover, .products_search_noresult .products.catagory.list-style .group .col .loadmoreitems .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products_search .products.catagory.list-style .group .col:nth-child(4n-1) .loadmoreitems, .products_search .products.catagory.list-style .group .col:nth-child(4n-1) .item, .products_search .products.catagory.list-style .group .col:nth-child(4n) .loadmoreitems, .products_search .products.catagory.list-style .group .col:nth-child(4n) .item, .products_search_noresult .products.catagory.list-style .group .col:nth-child(4n-1) .loadmoreitems, .products_search_noresult .products.catagory.list-style .group .col:nth-child(4n-1) .item, .products_search_noresult .products.catagory.list-style .group .col:nth-child(4n) .loadmoreitems, .products_search_noresult .products.catagory.list-style .group .col:nth-child(4n) .item {
  background: #fafafa;
}
.products_search .products.catagory.list-style .group.extend .col .loadmoreitems, .products_search_noresult .products.catagory.list-style .group.extend .col .loadmoreitems {
  display: none;
}
.products_search .products.catagory.list-style .group.extend .col:nth-child(-n+4) .loadmoreitems, .products_search_noresult .products.catagory.list-style .group.extend .col:nth-child(-n+4) .loadmoreitems {
  display: block;
}
.products_search .products.catagory.list-style .item, .products_search_noresult .products.catagory.list-style .item {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.products_search .products.catagory.list-style .item .image, .products_search_noresult .products.catagory.list-style .item .image {
  width: 25%;
  margin-bottom: 0;
}
.products_search .products.catagory.list-style .item .info-group .info, .products_search_noresult .products.catagory.list-style .item .info-group .info {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-left: 0px;
}
.products_search .products.catagory.list-style .item .info-group .info .title, .products_search_noresult .products.catagory.list-style .item .info-group .info .title {
  color: #333333;
  font-size: 1.1428571429rem;
}
.products_search .products.catagory.list-style .item .info-group .info .sec-title, .products_search_noresult .products.catagory.list-style .item .info-group .info .sec-title {
  color: #999999;
  margin-top: 5px;
}
.products_search .products.catagory.list-style .item .info-group .info .item, .products_search_noresult .products.catagory.list-style .item .info-group .info .item {
  padding: 5px;
  margin-bottom: 0;
}
.products_search .products.catagory.product-layout-change, .products_search_noresult .products.catagory.product-layout-change {
  display: block;
}
.products_search .products.catagory.product-layout-change .item, .products_search_noresult .products.catagory.product-layout-change .item {
  margin-bottom: 15px;
}
.products_search .products.catagory.product-layout-change .item .center, .products_search_noresult .products.catagory.product-layout-change .item .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products_search .products.catagory.product-layout-change .item .bottom, .products_search_noresult .products.catagory.product-layout-change .item .bottom {
  margin-top: auto;
}
.products_search .products.catagory.product-layout-change .item .breadcrumb, .products_search_noresult .products.catagory.product-layout-change .item .breadcrumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products_search .products.catagory.product-layout-change .item .breadcrumb li::after, .products_search_noresult .products.catagory.product-layout-change .item .breadcrumb li::after {
  color: #999999;
}
.products_search .products.catagory.product-layout-change .item .breadcrumb .item, .products_search_noresult .products.catagory.product-layout-change .item .breadcrumb .item {
  padding: 0;
  margin-bottom: 0;
  color: #999999;
}
.products_search .products.catagory.product-layout-change .item .breadcrumb .item:hover, .products_search_noresult .products.catagory.product-layout-change .item .breadcrumb .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products_search .products.catagory.product-layout-change .item .image, .products_search_noresult .products.catagory.product-layout-change .item .image {
  width: 250px;
}
.products_search .products .btn-wrapper, .products_search_noresult .products .btn-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 1.822916vw;
}
.products_search .products .btn-wrapper .btn, .products_search_noresult .products .btn-wrapper .btn {
  padding: 12px 30px;
  background: black;
  color: white;
  display: inline-block;
  min-width: 8.85416vw;
  text-align: center;
  cursor: pointer;
}
.products_search .products .btn-wrapper .btn:hover, .products_search_noresult .products .btn-wrapper .btn:hover {
  background: #333333;
}
.products_search .products .btn-wrapper .btn.noContent, .products_search_noresult .products .btn-wrapper .btn.noContent {
  background: #999999;
  cursor: unset;
}
@media (max-width: 768px) {
  .products_search .products .btn-wrapper, .products_search_noresult .products .btn-wrapper {
    margin: 45px 0;
  }
}
.products_search .products .show-more-content.list.extend > div, .products_search_noresult .products .show-more-content.list.extend > div {
  display: none;
}
.products_search .products .show-more-content.list.extend > div:nth-child(-n+4), .products_search_noresult .products .show-more-content.list.extend > div:nth-child(-n+4) {
  display: block;
}
.products_search .products .show-more-content.list > div, .products_search_noresult .products .show-more-content.list > div {
  display: block;
}
.products_search .products .show-more-content.list > div:nth-child(-n+4), .products_search_noresult .products .show-more-content.list > div:nth-child(-n+4) {
  display: block;
}
.products_search .products .grid .show-more-content.extend > div, .products_search_noresult .products .grid .show-more-content.extend > div {
  display: none;
}
.products_search .products .grid .show-more-content.extend > div:nth-child(-n+4), .products_search_noresult .products .grid .show-more-content.extend > div:nth-child(-n+4) {
  display: block;
}
.products_search .products .grid .show-more-content > div, .products_search_noresult .products .grid .show-more-content > div {
  display: block;
}
.products_search .products .grid .show-more-content > div:nth-child(-n+4), .products_search_noresult .products .grid .show-more-content > div:nth-child(-n+4) {
  display: block;
}
.products_search .function-bar, .products_search_noresult .function-bar {
  margin-bottom: 15px;
}
.products_search .lds-spinner, .products_search_noresult .lds-spinner {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media (max-width: 768px) {
  .products_search .main-title-wrapper, .products_search_noresult .main-title-wrapper {
    padding-bottom: 0;
  }
  .products_search .border-bottom, .products_search_noresult .border-bottom {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
}

.products_search_noresult .product-layout-change.list-style .list .loadmorelist > .item {
  margin-bottom: 0;
}
.products_search_noresult .product-layout-change.list-style .list .loadmorelist > .item .center {
  width: calc(100% - 245px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products_search_noresult .product-layout-change.list-style .list .loadmorelist > .item .center .breadcrumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin-top: auto;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.products_search_noresult .product-layout-change.list-style .list .loadmorelist > .item .center .breadcrumb ol li .item {
  padding: 0;
}
@media (max-width: 820px) {
  .products_search_noresult .product-layout-change.list-style .list .loadmorelist > .item .center {
    width: calc(100% - 245px);
  }
}
@media (max-width: 767px) {
  .products_search_noresult .product-layout-change.list-style .list .loadmorelist > .item .center {
    width: calc(50% + 7.5px);
  }
}
.products_search_noresult .search-group .title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .products_search_noresult .search-group .title {
    font-size: 14px;
  }
}
.products_search_noresult .btn-wide {
  width: 100%;
  background: #333333;
  color: white;
  padding: 15px;
}
.products_search_noresult .btn-wide:hover {
  background: rgba(51, 51, 51, 0.8);
}
.products_search_noresult .modal.cart-modal.modal-contact-add {
  width: 520px;
}

.products_sub3 .sec-title, .products_search .sec-title {
  display: none;
}

.product_i .form-group {
  margin-bottom: 10px;
}
.product_i .form-group .form-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.product_i .form-group .form-control {
  border-color: #eeeeee;
  border-radius: 5px;
}
.product_i .form-group textarea.form-control {
  min-width: 100%;
  min-height: 180px;
  padding: 1.0416vw;
}
.product_i .form-group.checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_i .form-group.checkboxes .form-label {
  margin-right: 25px;
  margin-bottom: 0;
}
.product_i .form-group.checkboxes .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_i .form-group.checkboxes .checkbox-group .form-check {
  margin-bottom: 10px;
  margin-right: 20px;
}
.product_i .form-group.checkboxes .checkbox-group .form-check-label {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .product_i .form-group.checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product_i .form-group.checkboxes .form-label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product_i .form-group.checkboxes .checkbox-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 10px;
  }
  .product_i .form-group.checkboxes .checkbox-group .form-check {
    margin-bottom: 5px;
  }
}
.product_i .form-group.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product_i .form-group.captcha .form-control {
  width: 150px;
}
.product_i .form-group.captcha .pic {
  background: #eeeeee;
  color: #666666;
  font-weight: 700;
  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: 70px;
}
.product_i .form-group.captcha .note {
  color: #666666;
  margin-left: 10px;
  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_i .form-group .btn {
  width: 220px;
  background: black;
  color: white;
  padding: 8px;
  font-size: 1.1428571429rem;
  text-align: center;
}
.product_i .form-group .btn:hover {
  background: #333333;
}
.product_i .sec-title {
  min-height: 15px;
}
.product_i .love {
  margin-left: 15px;
}

/*-- 會員 --*/
/*-- Product Inquiry --*/
.checkboxes {
  margin-top: 5px;
}
.checkboxes.divid-2 .mt-checkbox {
  width: 50%;
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.checkboxes.divid-2 .mt-checkbox > span {
  left: auto;
  right: 38px;
}

.flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mt-checkbox, .mt-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 25px;
}

@media (max-width: 1024px) {
  .mt-checkbox, .mt-radio {
    display: block;
    min-width: 80px;
  }
}
.mt-checkbox > input, .mt-radio > input {
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
}

.mt-checkbox > input:disabled ~ span, .mt-radio > input:disabled ~ span {
  opacity: 0.6;
  filter: alpha(opacity=60);
  pointer-events: none;
}

.mt-checkbox > span, .mt-radio > span {
  border: 1px solid transparent;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100% !important;
  border-radius: 3px !important;
  background: #F1F1F1;
  border: #eee;
}

.mt-checkbox > span:after, .mt-radio > span:after {
  display: none;
}

.mt-checkbox.mt-checkbox-disabled,
.mt-checkbox.mt-radio-disabled,
.mt-radio.mt-checkbox-disabled,
.mt-radio.mt-radio-disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.mt-checkbox-list .mt-checkbox,
.mt-checkbox-list .mt-radio,
.mt-checkbox > input:checked ~ span:after,
.mt-radio-list .mt-checkbox,
.mt-radio-list .mt-radio,
.mt-radio > input:checked ~ span:after {
  display: none;
}

.mt-checkbox:hover > input:not([disabled]) ~ span,
.mt-radio:hover > input:not([disabled]) ~ span {
  background: #d5d5d5;
  display: block;
  webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mt-checkbox:hover > input:not([disabled]):checked ~ span,
.mt-checkbox > input:checked ~ span,
.mt-radio:hover > input:not([disabled]):checked ~ span,
.mt-radio > input:checked ~ span {
  webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #757575;
  background: #ff3333;
}

.icon-btn,
.icon-btn:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mt-checkbox > input:disabled ~ span:after {
  border-color: #888;
}

@media (max-width: 767px) {
  .mt-checkbox {
    margin-bottom: 5px;
  }
  .mt-checkbox > span, .mt-radio > span {
    width: 15px !important;
    height: 15px !important;
  }
}
.form-style .btn {
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  display: inline-block;
  font-size: 18px;
}
.form-style .btn.darkbg {
  background: #333333;
  color: white;
}
.form-style .btn.darkbg:hover {
  background: rgba(51, 51, 51, 0.8);
}
.form-style .btn.darkborder {
  border: 1px solid #333333;
  color: #333333;
}
.form-style .btn.darkborder:hover {
  background: #333333;
  color: white;
}
.form-style .btn.blue {
  background: #0071E3;
  color: white;
  min-width: 208px;
  font-size: 15px;
}
.form-style .btn.blue:hover {
  background: #2390FF;
}
@media (max-width: 767px) {
  .form-style .btn.blue {
    min-width: 44vw;
  }
}
@media (max-width: 767px) {
  .form-style .btn {
    padding: 10px;
  }
}

.form-wrapper .form-group {
  margin-bottom: 15px;
}
.form-wrapper .form-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-wrapper .form-group .row [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-wrapper .error-info {
  margin-top: 5px;
}
.form-wrapper .form-control {
  background: #F1F1F1;
  padding: 20px;
  border-radius: 5px;
  min-height: 55px;
  border: 1px solid #eee;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-wrapper .form-control.error {
  border: 1px solid red;
}
.form-wrapper .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form-wrapper .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form-wrapper .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form-wrapper .form-control::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
}
.form-wrapper .form-control::placeholder {
  color: rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px) {
  .form-wrapper .form-control {
    padding: 15px 10px;
    min-height: auto;
    height: auto;
  }
}
.form-wrapper textarea.form-control {
  min-height: auto;
  height: auto;
}

.login .breadcrumb {
  z-index: 2;
}
.login .form-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 610px;
  position: relative;
  z-index: 1;
}
.login .form-wrapper .left {
  width: 66.6666666667%;
  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;
  font-weight: 700;
  text-align: center;
}
.login .form-wrapper .left .title-main {
  font-size: 60px;
}
.login .form-wrapper .left .title-sec {
  font-size: 36px;
}
.login .form-wrapper .left .title-third {
  margin-top: 2.083vw;
  font-size: 30px;
  text-decoration: underline;
  color: #333333;
}
.login .form-wrapper .left .info {
  font-size: 16px;
  margin-top: 15px;
}
.login .form-wrapper .right {
  width: 33.3333333333%;
  background: white;
  padding: 3.125vw;
}
.login .form-wrapper .right .title {
  font-size: 22px;
}
.login .form-wrapper .right .form-style {
  margin-top: 35px;
}
.login .form-wrapper .right .form-control {
  margin-bottom: 10px;
}
.login .form-wrapper .right .link {
  color: #999999;
  margin-top: 12px;
}
.login .form-wrapper .btn-wrapper {
  margin-top: 25px;
}
.login .form-wrapper .btn-wrapper .btn {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 820px) {
  .login .form-wrapper .left, .login .form-wrapper .right {
    width: 50%;
  }
  .login .form-wrapper .right {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .login .form-wrapper .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
  }
  .login .form-wrapper .left {
    display: none;
  }
  .login .form-wrapper .right {
    width: 450px;
    min-height: 550px;
    background: transparent;
    padding: 25px;
  }
  .login .form-wrapper .right .form-style {
    margin-top: 25px;
  }
}

.forget .form-wrapper, .verification .form-wrapper {
  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;
  min-height: 610px;
}
.forget .form-wrapper .form-control, .forget .form-wrapper .btn, .verification .form-wrapper .form-control, .verification .form-wrapper .btn {
  width: 300px;
}
.forget .form-wrapper .form-control, .verification .form-wrapper .form-control {
  margin-bottom: 10px;
  text-align: center;
}
.forget .form-wrapper .btn-wrapper, .verification .form-wrapper .btn-wrapper {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .forget .form-wrapper, .verification .form-wrapper {
    min-height: 550px;
  }
  .forget .form-wrapper .main-title-wrapper, .verification .form-wrapper .main-title-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0;
  }
}

.basic_page .form-wrapper {
  padding: 3.385416vw 0;
}
.basic_page .webeditor {
  margin-top: 1.822916vw;
}
.basic_page .webeditor ul li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .basic_page .form-wrapper {
    padding: 25px 0 100px;
  }
}
.basic_page .about hr {
  margin: 35px 0;
  background: #cccccc;
}
.basic_page .about .bg {
  background: #f5f5f5;
  padding: 20px 40px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
.basic_page .about .contact-table {
  margin-top: 15px;
  margin-bottom: 35px;
}
.basic_page .malfunction .modal.cart-modal {
  width: 470px;
}
.basic_page .malfunction .modal.cart-modal .info-wrapper {
  display: block;
}
@media (max-width: 520px) {
  .basic_page .malfunction .modal.cart-modal {
    max-width: calc(100% - 30px);
  }
}
.basic_page .malfunction .btn-wrapper {
  margin-top: 25px;
}
.basic_page .malfunction .btn {
  width: 100%;
}

.member_notice .form-wrapper, .b2b .form-wrapper {
  padding: 3.385416vw 0;
}
.member_notice .webeditor, .b2b .webeditor {
  margin-top: 1.822916vw;
}
.member_notice .webeditor ul li, .b2b .webeditor ul li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .member_notice .form-wrapper, .b2b .form-wrapper {
    padding: 25px 0 100px;
  }
}

.b2b.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.64583vw;
}
.b2b.btn-group .btn {
  display: inline-block;
  padding: 20px;
  text-align: center;
  color: white;
  margin: 0 5px;
}
@media (max-width: 320px) {
  .b2b.btn-group .btn {
    padding: 10px;
  }
}
.b2b.btn-group .btn .title {
  font-size: 20px;
}
@media (max-width: 375px) {
  .b2b.btn-group .btn .title {
    font-size: 18px;
  }
}
.b2b.btn-group .btn .info {
  opacity: 0.8;
  font-size: 14px;
}
.b2b.btn-group .btn-later {
  width: 37.5%;
  background: #666666;
}
.b2b.btn-group .btn-later:hover {
  background: rgba(102, 102, 102, 0.8);
}
.b2b.btn-group .btn-cart {
  width: 62.5%;
  background: #D2003F;
}
.b2b.btn-group .btn-cart:hover {
  background: rgba(210, 0, 63, 0.8);
}

.signup .form-wrapper, .contact .form-wrapper, .member_info .form-wrapper, .member_forget .form-wrapper {
  padding-bottom: 3.385416vw;
}
.signup .form-style .item, .contact .form-style .item, .member_info .form-style .item, .member_forget .form-style .item {
  margin-bottom: 3.64583vw;
}
.signup .form-style .item .title-wrapper, .contact .form-style .item .title-wrapper, .member_info .form-style .item .title-wrapper, .member_forget .form-style .item .title-wrapper {
  min-height: 50px;
  margin-bottom: 20px;
}
.signup .form-style .item .title-wrapper .title, .contact .form-style .item .title-wrapper .title, .member_info .form-style .item .title-wrapper .title, .member_forget .form-style .item .title-wrapper .title {
  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;
  position: relative;
}
.signup .form-style .item .title-wrapper .title::before, .contact .form-style .item .title-wrapper .title::before, .member_info .form-style .item .title-wrapper .title::before, .member_forget .form-style .item .title-wrapper .title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.signup .form-style .item .title-wrapper .title .text, .contact .form-style .item .title-wrapper .title .text, .member_info .form-style .item .title-wrapper .title .text, .member_forget .form-style .item .title-wrapper .title .text {
  background: #F9F9F9;
  display: inline-block;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  font-size: 18px;
}
@media (max-width: 500px) {
  .signup .form-style .item .title-wrapper, .contact .form-style .item .title-wrapper, .member_info .form-style .item .title-wrapper, .member_forget .form-style .item .title-wrapper {
    min-height: auto;
    margin-top: 50px;
  }
}
.signup .btn-wrapper, .contact .btn-wrapper, .member_info .btn-wrapper, .member_forget .btn-wrapper {
  text-align: center;
}
.signup .btn-wrapper .btn, .contact .btn-wrapper .btn, .member_info .btn-wrapper .btn, .member_forget .btn-wrapper .btn {
  min-width: 385px;
}
@media (max-width: 500px) {
  .signup .form-wrapper, .contact .form-wrapper, .member_info .form-wrapper, .member_forget .form-wrapper {
    padding-bottom: 85px;
  }
  .signup .btn-wrapper .btn, .contact .btn-wrapper .btn, .member_info .btn-wrapper .btn, .member_forget .btn-wrapper .btn {
    min-width: 100%;
  }
  .signup .main-title-wrapper, .contact .main-title-wrapper, .member_info .main-title-wrapper, .member_forget .main-title-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0;
  }
}

.signup .modal.cart-modal .info-wrapper {
  display: block;
}

.signup .alarm-style2 .info {
  padding: 15px;
  border: 1px solid #FF3333;
  border-radius: 5px;
}
@media (max-width: 520px) {
  .signup .main-title-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.member_inquiry_details .cart-list .title-group .title {
  padding: 15px 10px;
}
@media (max-width: 520px) {
  .member_inquiry_details .cart-list .content .item .info {
    font-size: 14px;
  }
}
.member_inquiry_details .content.products {
  padding: 0;
  border: none;
}
.member_inquiry_details .content.products .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.member_inquiry_details .content .item .mobile-image {
  padding: 10px 0;
  width: 30%;
}
@media (max-width: 767px) {
  .member_inquiry_details .content .item .image img {
    margin-left: 0;
  }
}
.member_inquiry_details .content .item .pdt-info.discription {
  padding: 15px 10px 10px;
  border: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member_inquiry_details .content .item .pdt-info.discription .image {
  margin-bottom: 0;
  width: 75px;
  height: 55px;
  margin-right: 0;
}
.member_inquiry_details .content .item .pdt-info.discription .info {
  display: block;
  width: auto;
  width: calc(100% - 100px);
  padding: 0;
}
@media (max-width: 767px) {
  .member_inquiry_details .content .item .pdt-info.discription {
    padding: 15px 0 0;
  }
  .member_inquiry_details .content .item .pdt-info.discription .info {
    margin-left: 10px;
    width: 100%;
    color: #666666;
  }
  .member_inquiry_details .content .item .pdt-info.discription .info .fs-16 {
    font-size: 14px;
  }
}
.member_inquiry_details .info-wrapper {
  background: white;
}

@media (max-width: 768px) {
  .member_inquiry .main-title-wrapper.with-sec-title {
    padding-bottom: 0;
  }
}

.member_order_details .list-style-inquiry .item .info-wrapper .btn-wrapper .btn {
  min-width: 200px;
}

.member_order_remit .form-wrapper .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member_order_remit .form-wrapper .form-group label {
  width: 115px;
  text-align: right;
}
.member_order_remit .form-wrapper .form-group label.mt-checkbox {
  margin-right: 0;
  width: auto;
  text-align: left;
  margin-right: 25px;
  margin-left: 0;
}
.member_order_remit .form-wrapper .form-group .form-control {
  width: 255px;
  height: 50px;
}
@media (max-width: 767px) {
  .member_order_remit .form-wrapper .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .member_order_remit .form-wrapper .form-group label {
    text-align: left;
  }
  .member_order_remit .form-wrapper .form-group .form-control {
    width: 100%;
  }
  .member_order_remit .form-wrapper .form-group .upload {
    width: 100%;
  }
}
.member_order_remit .btn-wrapper .btn {
  min-width: 205px;
}

.member_order_pay .btn-wrapper .btn {
  min-width: 205px;
}
.member_order_pay .credit-cards .mt-checkbox {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .member_creditcards .main-title-wrapper.with-sec-title {
    padding-bottom: 0;
  }
  .member_creditcards .credit-cards-wrapper {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (max-width: 575px) {
  .member_creditcards .credit-cards-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.member_creditcards .credit-cards .card {
  min-width: 150px;
}
@media (max-width: 1199px) {
  .member_creditcards .credit-cards .card {
    max-width: 150px;
  }
}
@media (max-width: 375px) {
  .member_creditcards .credit-cards .card {
    padding: 10px;
    font-size: 12px;
    max-width: auto;
    min-width: 100px;
    word-break: keep-all;
  }
}
@media (max-width: 320px) {
  .member_creditcards .credit-cards-wrapper .mr-15 {
    margin-right: 5px;
  }
  .member_creditcards .credit-cards-wrapper .ml-15 {
    margin-left: 5px;
  }
}

.member_qa .list-style > .item {
  padding: 0;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.member_qa .list-style > .item:last-child {
  margin-bottom: 0;
}
.member_qa .list-style > .item .pdt-info .image {
  margin-bottom: 0;
}
.member_qa .list-style > .item .qa-group .item {
  margin-bottom: 0;
}
.member_qa .list-style > .item .qa-group .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-success {
  max-width: 510px;
}
.modal-success .info-wrapper {
  text-align: center;
  padding: 2.083vw;
}
.modal-success .icon {
  width: 87px;
  height: 87px;
}
.modal-success .btn {
  width: 300px;
  color: white;
  padding: 15px 20px;
  text-align: center;
  background: #333333;
  display: inline-block;
  border-radius: 5px;
}
.modal-success .btn:hover {
  background: rgba(51, 51, 51, 0.8);
}

.modal-change-cards .credit-cards .mt-checkbox, .modal-change-cards .credit-cards .mt-radio {
  margin-left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-change-cards .credit-cards .mt-checkbox > span, .modal-change-cards .credit-cards .mt-radio > span {
  top: 50%;
}
.modal-change-cards .credit-cards .mt-checkbox:hover > input:not([disabled]):checked ~ .card,
.modal-change-cards .credit-cards .mt-checkbox > input:checked ~ .card,
.modal-change-cards .credit-cards .mt-radio:hover > input:not([disabled]):checked ~ .card,
.modal-change-cards .credit-cards .mt-radio > input:checked ~ .card,
.modal-change-cards .credit-cards .mt-checkbox:hover .card,
.modal-change-cards .credit-cards .mt-radio:hover .card {
  background: #FF6969;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-change-cards .credit-cards .card {
  min-width: 150px;
  background: #666666;
  color: white;
}

.modal-gocheckout {
  width: 410px;
}
.modal-gocheckout .info-wrapper {
  padding: 20px 1.5625vw;
}
.modal-gocheckout .btn-groups {
  padding: 20px calc(1.5625vw - 10px);
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-gocheckout .btn-groups .btn {
  margin: 0 10px;
  padding: 15px;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-size: 18px;
}
.modal-gocheckout .btn-groups .btn.continueshop {
  background: #333333;
}
.modal-gocheckout .btn-groups .btn.continueshop:hover {
  background: rgba(51, 51, 51, 0.8);
}
.modal-gocheckout .btn-groups .btn.gocart {
  background: #D2003F;
}
.modal-gocheckout .btn-groups .btn.gocart:hover {
  background: #f50049;
}

.modal-changeinfo {
  width: 635px;
}
.modal-changeinfo .modified-quantity-wrapper table td {
  padding: 15px 10px;
  color: #666666;
}
.modal-changeinfo .modified-quantity-wrapper table td:first-child {
  padding: 15px 10px 15px 1.5625vw;
  text-align: left;
}
.modal-changeinfo .modified-quantity-wrapper table td:last-child {
  padding: 15px 1.5625vw 15px 10px;
}
.modal-changeinfo .modified-quantity-wrapper table td .small {
  color: #999999;
  font-size: 14px;
  margin-top: 7px;
  display: inline-block;
}
.modal-changeinfo .modified-quantity-wrapper table td a {
  color: #999999;
}
.modal-changeinfo .modified-quantity-wrapper table td a:hover {
  color: #666666;
}
.modal-changeinfo .modified-quantity-wrapper table td.btn-add {
  text-align: center;
}
.modal-changeinfo .modified-quantity-wrapper table td.btn-add a {
  color: #666666;
  font-size: 16px;
}
.modal-changeinfo .modified-quantity-wrapper .checkmark {
  top: 4px;
}
.modal-changeinfo .modified-quantity-wrapper .form-check-label {
  padding-left: 30px;
}
.modal-changeinfo .btn-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.modal-changeinfo .btn-groups .btn {
  width: 300px;
  padding: 15px;
  background: #333;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}

.modal.cart-modal.modified-contact {
  width: 660px;
}
.modal.cart-modal.modified-contact a {
  color: #999999;
}
.modal.cart-modal.modified-contact .btn-groups {
  padding: 0 1.5625vw 30px;
}
.modal.cart-modal.modified-contact .btn-groups .btn {
  background: #333333;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  width: 100%;
}
.modal.cart-modal.modified-contact .btn-groups .btn:hover {
  background: rgba(51, 51, 51, 0.8);
}
.modal.cart-modal.modified-contact .btn-groups .btn.red {
  background: #FF0033;
}
.modal.cart-modal.modified-contact .btn-groups .btn.red:hover {
  background: #f50049;
}
.modal.cart-modal.modified-contact .form-check {
  text-align: left;
}
.modal.cart-modal.modified-contact .checkmark {
  top: 0;
}
.modal.cart-modal.modified-contact .form-check-label {
  padding-left: 30px;
}
.modal.cart-modal.modified-contact .modified-quantity-wrapper table td {
  padding: 10px 1.5625vw;
  min-width: 45px;
}
.modal.cart-modal.modal-contact-add {
  width: 440px;
}
.modal.cart-modal.modal-contact-add .info-wrapper {
  border-top: 1px solid #EEEEEE;
  padding: 15px 1.5625vw;
}
@media (max-width: 767px) {
  .modal.cart-modal.modal-contact-add .info-wrapper {
    padding: 15px;
  }
}
.modal.cart-modal.modal-contact-add .info-wrapper .form-group {
  width: 100%;
}
.modal.cart-modal.modal-contact-add .info-wrapper .form-control {
  width: 100%;
  padding: 15px;
}
.modal.cart-modal.modal-contact-add .btn-groups {
  padding: 0 1.5625vw 30px;
}
.modal.cart-modal.modal-contact-add .btn {
  background: #333333;
  color: white;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  width: 100%;
}
.modal.cart-modal.modal-contact-add .btn:hover {
  background: rgba(51, 51, 51, 0.8);
}
.modal.cart-modal.modal-contact-add .btn.border {
  background: white;
  border: 1px solid #707070;
  color: #333333;
}
.modal.cart-modal.modal-contact-add .btn.border:hover {
  background: #707070;
  color: white;
}
.modal.cart-modal.modal-contact-add .btn.red {
  background: #FF0033;
}
.modal.cart-modal.modal-contact-add .btn.red:hover {
  background: #f50049;
}

.message .main-title-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
.message .list-style-inquiry .item .info-wrapper .clear-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
@media (max-width: 767px) {
  .message .list-style-inquiry .item .info-wrapper .clear-btn {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .message .list-style-inquiry .item .info-wrapper .clear-btn .btn {
    font-size: 12px;
    padding: 10px 15px;
    min-width: auto;
    margin-right: 0;
  }
}

.member_bought .product-layout-change.list-style .list .loadmorelist > .item {
  margin-bottom: 0px;
  border: 1px solid #F4F4F4;
  border-top: 0;
}
.member_bought .product-layout-change.list-style .list .loadmorelist > .item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 768px) {
  .member_bought .main-title-wrapper.with-sec-title {
    padding-bottom: 0;
  }
}
.member_bought .section-top {
  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;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 15px;
  min-height: 30px;
}
.member_bought .section-top .search {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.member_bought .section-top .search .searchbar {
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member_bought .section-top .search .searchbar .search-input {
  padding: 5px 15px 2px 0;
  width: 160px;
  background: transparent;
  border: none;
}
.member_bought .section-top .search .searchbar .submit {
  width: 25px;
  height: 25px;
  background: url("../../images/newimage/btn-search2.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .member_bought .section-top .search {
    position: relative;
  }
}

@media (max-width: 768px) {
  .member_contact .main-title-wrapper.with-sec-title {
    padding-bottom: 0;
  }
}
.member_contact .title-group .title {
  font-size: 15px;
  width: 55px;
}
@media (max-width: 768px) {
  .member_contact .title-group .title {
    width: 8vw;
  }
}
@media (max-width: 767px) {
  .member_contact .title-group .title {
    width: 10vw;
    font-size: 12px;
    padding: 15px 5px;
  }
}
.member_contact .title-group .title.discription {
  width: calc(100% - 165px);
}
@media (max-width: 768px) {
  .member_contact .title-group .title.discription {
    width: calc(100% - 24vw);
  }
}
@media (max-width: 767px) {
  .member_contact .title-group .title.discription {
    width: calc(100% - 30vw);
    padding-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .member_contact .cart-list .title-group {
    padding: 10px 0;
  }
}
.member_contact .cart-list .content .item {
  padding: 10px 0;
}
.member_contact .content .item .info {
  font-size: 14px;
  width: 55px;
}
@media (max-width: 768px) {
  .member_contact .content .item .info {
    width: 8vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .member_contact .content .item .info {
    width: 10vw;
    font-size: 12px;
  }
}
.member_contact .content .item .info.discription {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 165px);
  padding-left: 40px;
}
@media (max-width: 768px) {
  .member_contact .content .item .info.discription {
    width: calc(100% - 24vw);
  }
}
@media (max-width: 767px) {
  .member_contact .content .item .info.discription {
    width: calc(100% - 30vw);
    padding-left: 10px;
    font-size: 14px;
  }
}
.member_contact .content .item .info.discription .list {
  padding-left: 0;
}
.member_contact .content .item .info.discription .list li {
  margin-bottom: 6px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member_contact .content .item .info.discription .list li img {
  width: 22px;
  height: 22px;
}
.member_contact .content .item .info.discription .list li .contact-title {
  margin-right: 10px;
  min-width: 30px;
}
.member_contact .content .item .info.discription .list li .note {
  padding: 1px 7px;
  font-size: 12px;
  border: none;
  position: relative;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  .member_contact .content .item .info.discription .list li .note {
    display: inline-block;
  }
}
.member_contact .content .item .info.discription .list li .note.green {
  background: #94C45E;
  color: white;
}
.member_contact .content .item .info.discription .list li .note.yellow {
  background: #FFC45E;
  color: white;
}

@media (max-width: 768px) {
  .member_order .main-title-wrapper.with-sec-title {
    padding-bottom: 0;
  }
}
.member_order .price {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 767px) {
  .member_order .price {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}
.member_order .qa-wrapper {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .member_order .qa-wrapper {
    padding: 0;
  }
}
.member_order .qa-wrapper .form-group {
  margin-bottom: 10px;
}
.member_order .qa-wrapper .form-group .form-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.member_order .qa-wrapper .form-group .form-control {
  border-color: #eeeeee;
  border-radius: 5px;
}
.member_order .qa-wrapper .form-group textarea.form-control {
  min-width: 100%;
  min-height: 180px;
  padding: 1.0416vw;
}
.member_order .qa-wrapper .form-group.checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.member_order .qa-wrapper .form-group.checkboxes .form-label {
  margin-right: 25px;
  margin-bottom: 0;
}
.member_order .qa-wrapper .form-group.checkboxes .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 86%;
}
.member_order .qa-wrapper .form-group.checkboxes .checkbox-group .form-check {
  margin-bottom: 10px;
  margin-right: 20px;
}
.member_order .qa-wrapper .form-group.checkboxes .checkbox-group .form-check-label {
  margin-bottom: 0;
  padding-left: 0px;
}
@media (max-width: 1024px) {
  .member_order .qa-wrapper .form-group.checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .member_order .qa-wrapper .form-group.checkboxes .form-label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .member_order .qa-wrapper .form-group.checkboxes .checkbox-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 10px;
  }
  .member_order .qa-wrapper .form-group.checkboxes .checkbox-group .form-check {
    margin-bottom: 5px;
  }
}
.member_order .qa-wrapper .form-group.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.member_order .qa-wrapper .form-group.captcha .form-control {
  width: 150px;
}
.member_order .qa-wrapper .form-group.captcha .pic {
  background: #eeeeee;
  color: #666666;
  font-weight: 700;
  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: 70px;
}
.member_order .qa-wrapper .form-group.captcha .note {
  color: #666666;
  margin-left: 10px;
  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;
}
.member_order .qa-wrapper .form-group .btn {
  width: 220px;
  background: black;
  color: white;
  padding: 8px;
  font-size: 1.1428571429rem;
  text-align: center;
}
.member_order .qa-wrapper .form-group .btn:hover {
  background: #333333;
}

/*-- FAQ --*/
@media (max-width: 767px) {
  .faq .side-list {
    display: none;
  }
}
.faq .side-list-mobile {
  display: none;
}
@media (max-width: 767px) {
  .faq .side-list-mobile {
    display: block;
  }
}

.faq-list .item {
  margin-bottom: 5px;
}
.faq-list .item .title-wrapper {
  background: #F1F1F1;
  border-radius: 5px;
  padding: 10px 15px 10px 25px;
  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;
  font-weight: bold;
}
.faq-list .item .info {
  padding: 15px 25px;
  margin-bottom: 20px;
}
.faq-list .icon-plus {
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .faq-list .icon-plus {
    margin-left: 5px;
  }
}
.faq-list .collapsed .icon-plus {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq.wrapper {
  padding-bottom: 3.385416vw;
}
@media (max-width: 767px) {
  .faq.wrapper {
    padding-bottom: 100px;
    min-height: 550px;
  }
  .faq.wrapper .main-title-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 0;
  }
}

/*-- 故障回報 --*/
.malfunction .form-wrapper {
  padding-bottom: 5.2083vw;
}

/*-- 關於我們 --*/
.stripe-list {
  margin: 0;
  padding: 0;
}
.stripe-list li {
  padding: 15px 25px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.stripe-list li:nth-child(odd) {
  background: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 5px;
}
.stripe-list li .title {
  width: 15%;
  font-weight: 700;
}
.stripe-list li .info {
  width: 85%;
  padding-left: 25px;
}

.contact-table {
  border-radius: 5px;
  width: 100%;
}
.contact-table thead th {
  background: #F1F1F1;
  border: 1px solid #EEEEEE;
  padding: 10px 25px;
}
.contact-table tbody td {
  border: 1px solid #EEEEEE;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
.contact-table tbody td:nth-child(odd) {
  background: #F7F7F7;
}
.contact-table tbody td .color-light {
  color: #848484;
}

/*-- 購物車 --*/
.cart .page-wrapper, .inquiry .page-wrapper, .wishlist .page-wrapper, .checkout .page-wrapper {
  margin: 5.2083vw 0;
}
.cart .cart-list, .inquiry .cart-list, .wishlist .cart-list, .checkout .cart-list {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cart .cart-list .title-group, .inquiry .cart-list .title-group, .wishlist .cart-list .title-group, .checkout .cart-list .title-group {
    display: none;
  }
}

.cart .page-wrapper, .inquiry .page-wrapper, .checkout .page-wrapper {
  margin: 5.2083vw 0 0;
  padding-bottom: 8vw;
}
@media (max-width: 1024px) {
  .cart .page-wrapper, .inquiry .page-wrapper, .checkout .page-wrapper {
    padding-bottom: 10vw;
  }
}
@media (max-width: 820px) {
  .cart .page-wrapper, .inquiry .page-wrapper, .checkout .page-wrapper {
    padding-bottom: 11vw;
  }
}
@media (max-width: 768px) {
  .cart .page-wrapper, .inquiry .page-wrapper, .checkout .page-wrapper {
    padding-bottom: 12vw;
  }
}
@media (max-width: 520px) {
  .cart .page-wrapper, .inquiry .page-wrapper, .checkout .page-wrapper {
    padding-bottom: 80px;
  }
}
.cart .bottom-fixed, .inquiry .bottom-fixed, .checkout .bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.checkout .page-wrapper {
  margin: 5.2083vw 0 0;
  padding-bottom: 12vw;
}
@media (max-width: 1024px) {
  .checkout .page-wrapper {
    padding-bottom: 18vw;
  }
}
@media (max-width: 820px) {
  .checkout .page-wrapper {
    padding-bottom: 22vw;
  }
}
@media (max-width: 768px) {
  .checkout .page-wrapper {
    padding-bottom: 24vw;
  }
}
@media (max-width: 520px) {
  .checkout .page-wrapper {
    padding-bottom: 160px;
  }
}

.inquiry .cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .inquiry .cart-list .content .item .info.discription {
    width: 65vw;
  }
}

@media (max-width: 768px) {
  .wishlist .cart-list .title-group {
    display: none;
  }
}
.wishlist .cart-list .title-group .title-right {
  width: calc(100% - 8vw);
}
@media (max-width: 1024px) {
  .wishlist .cart-list .title-group .title-right {
    width: calc(100% - 11vw);
  }
}
.wishlist .cart-list .title-group .title {
  width: 8vw;
}
@media (max-width: 1024px) {
  .wishlist .cart-list .title-group .title {
    width: 11vw;
  }
}
.wishlist .cart-list .title-group .title.discription {
  width: 35vw;
}
@media (max-width: 768px) {
  .wishlist .cart-list .title-group .title.discription {
    width: 45vw;
  }
}
.wishlist .cart-list .content .item .mobile-right {
  width: calc(100% - 8vw);
}
@media (max-width: 1024px) {
  .wishlist .cart-list .content .item .mobile-right {
    width: calc(100% - 11vw);
    padding: 15px 0px 10px;
  }
}
@media (max-width: 768px) {
  .wishlist .cart-list .content .item .mobile-right {
    padding: 2px 10px;
  }
}
@media (max-width: 768px) {
  .wishlist .cart-list .content .item .mobile-right .info {
    width: 100%;
    padding-top: 10px;
  }
  .wishlist .cart-list .content .item .mobile-right .info.discription {
    width: 100%;
    padding-bottom: 0;
  }
}
.wishlist .cart-list .content .item .info {
  width: 8vw;
}
@media (max-width: 1024px) {
  .wishlist .cart-list .content .item .info {
    width: 11vw;
  }
}
.wishlist .cart-list .content .item .info.discription {
  width: 35vw;
}
@media (max-width: 1280px) {
  .wishlist .cart-list .content .item .info.discription {
    width: 59vw;
  }
}
@media (max-width: 1024px) {
  .wishlist .cart-list .content .item .info.discription {
    width: 52vw;
  }
}
@media (max-width: 768px) {
  .wishlist .cart-list .content .item .info.discription {
    width: 45vw;
  }
}
.wishlist .cart-list .content .item .delete {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.wishlist .mobile-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border: 1px solid #F4F4F4;
}
.wishlist .mobile-bottom .material-icons-outlined, .wishlist .mobile-bottom .material-icons {
  font-size: 18px;
}
@media (max-width: 767px) {
  .wishlist .mobile-bottom .material-icons-outlined, .wishlist .mobile-bottom .material-icons {
    font-size: 24px;
  }
}
.wishlist .mobile-bottom .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wishlist .mobile-bottom .toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .wishlist .mobile-bottom {
    display: none;
  }
}
@media (max-width: 768px) {
  .wishlist .invisible-mobile {
    display: none !important;
  }
}
.wishlist .delete {
  color: #999;
}

.checkout .section-cart-list .section-title {
  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;
}
.checkout .section-cart-list .section-title .close-toggle {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 12px;
}
.checkout .section-cart-list .section-title .close-toggle::before, .checkout .section-cart-list .section-title .close-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #000;
}
.checkout .section-cart-list .section-title .close-toggle::before {
  width: 10px;
  height: 1px;
}
.checkout .section-cart-list .section-title .close-toggle::after {
  width: 1px;
  height: 10px;
}
.checkout .section-cart-list .section-title .close-toggle.close::before, .checkout .section-cart-list .section-title .close-toggle.close::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.checkout .cart-list {
  margin-top: 0;
}
.checkout .cart-list .title-group .title-right {
  width: 100%;
}
.checkout .cart-list .content .item .mobile-right {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 820px) {
  .checkout .cart-list .products .item .series, .checkout .cart-list .products .item .title, .checkout .cart-list .products .item .sec-title {
    font-size: 16px;
  }
}
.checkout .cart-bottom-wrapper {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  font-size: 16px;
}
.checkout .cart-bottom-wrapper .cart-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 30px;
  background: white;
  border: 1px solid #F4F4F4;
}
.checkout .cart-bottom-wrapper .cart-bottom-info .item {
  margin-left: 15px;
  text-align: right;
  line-height: 1.8;
  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;
}
.checkout .cart-bottom-wrapper .cart-bottom {
  margin-top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F4F4F4;
}
@media (max-width: 767px) {
  .checkout .cart-bottom-wrapper {
    font-size: 12px;
  }
  .checkout .cart-bottom-wrapper .cart-bottom-info {
    padding: 20px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .checkout .cart-bottom-wrapper .cart-bottom-info .item {
    font-size: 12px;
    margin-left: 10px;
    text-align: center;
  }
  .checkout .cart-bottom-wrapper .cart-bottom-info .item:first-child {
    margin-left: 0;
  }
  .checkout .cart-bottom-wrapper .cart-bottom .btn {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .checkout .cart-bottom-wrapper .cart-bottom-info {
    padding: 5px;
  }
  .checkout .cart-bottom-wrapper .cart-bottom-info .item {
    margin-left: 5px;
  }
}

.section-payment {
  font-size: 14px;
}
.section-payment .note {
  border-radius: 50px;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  margin-right: 10px;
  font-size: 13px;
}
.section-payment .note.yellow {
  background: #FFC45E;
}
.section-payment .note.pink {
  background: #FC9A9A;
}
.section-payment .note.red {
  background: #FF3333;
}
.section-payment .note.blue {
  background: #60ABD0;
}
.section-payment .payment-list {
  margin: 0;
  padding: 0;
}
.section-payment .payment-list li {
  list-style: none;
  color: #666666;
  display: block;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 35px;
  width: 100%;
  border: 1px solid #F4F4F4;
}
.section-payment .payment-list li .form-check-container {
  padding-left: 25px;
}
.section-payment .payment-list li .checkmark {
  top: 2px;
}
.section-payment .payment-list li .title {
  position: relative;
  color: #999999;
  min-width: 110px;
  display: inline-block;
  font-size: 16px;
}
.section-payment .payment-list li .form-check-label {
  margin-bottom: 0;
  margin-left: 5px;
}
.section-payment .nav-tabs {
  margin: 0;
  padding: 0;
}
.section-payment .nav-tabs .nav-item {
  list-style: none;
  color: #666666;
  display: block;
  background: 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;
}
.section-payment .nav-tabs .nav-link {
  padding: 25px 35px;
  width: 100%;
  border: 1px solid #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-payment .nav-tabs .nav-link br {
  display: none;
}
@media (max-width: 767px) {
  .section-payment .nav-tabs .nav-link br {
    display: inline-block;
  }
}
.section-payment .nav-tabs .nav-link .title {
  position: relative;
  padding-left: 30px;
  color: #999999;
  min-width: 110px;
  display: inline-block;
  font-size: 16px;
}
.section-payment .nav-tabs .nav-link .title .checkmark {
  display: inline-block;
  top: 0;
}
.section-payment .nav-tabs .nav-link .form-check-label {
  margin-bottom: 0;
  margin-left: 5px;
}
.section-payment .nav-tabs .nav-link.active .title .checkmark {
  background: #C2D06E;
  border-color: #C2D06E;
}
.section-payment .nav-tabs .nav-link.active .title .checkmark::after {
  content: "";
  position: absolute;
  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;
}
@media (max-width: 767px) {
  .section-payment .nav-tabs .nav-link {
    padding: 15px 10px;
  }
  .section-payment .nav-tabs .nav-link .title {
    font-size: 14px;
    padding-left: 30px;
  }
  .section-payment .nav-tabs .nav-link .title:before {
    -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #999999;
            box-shadow: 0 0 0 2px white, 0 0 0 3px #999999;
  }
  .section-payment .nav-tabs .nav-link.active .title::before {
    -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #999999;
            box-shadow: 0 0 0 2px white, 0 0 0 3px #999999;
  }
}
@media (max-width: 375px) {
  .section-payment .nav-tabs .nav-link {
    padding: 15px 5px;
  }
  .section-payment .nav-tabs .nav-link .title {
    padding-left: 30px;
  }
}
.section-payment .content {
  padding: 25px 35px;
  border: 1px solid #F4F4F4;
  background: white;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .section-payment .content {
    padding: 25px 20px;
    font-size: 14px;
  }
}
.section-payment .content .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.section-payment .content .form-check .form-check-input {
  margin-right: 10px;
}
.section-payment .content .form-check .form-check-label {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width: 425px) {
  .section-payment .content .form-check .form-check-label.special .note.red, .section-payment .content .form-check .form-check-label.special .note.pink {
    margin-right: 35px;
  }
  .section-payment .content .form-check .form-check-label.special img {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (width: 375px) {
  .section-payment .content .form-check .form-check-label.special .note.red, .section-payment .content .form-check .form-check-label.special .note.pink {
    margin-right: 50px;
  }
  .section-payment .content .form-check .form-check-label.special img {
    margin-left: 0;
    margin-right: 10px;
  }
}
.section-payment .content .form-check .form-check-label .title {
  min-width: 110px;
  display: inline-block;
}
@media (max-width: 767px) {
  .section-payment .content .form-check .form-check-label {
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-payment .content .form-check .form-check-label .title {
    min-width: auto;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .section-payment .content .form-check .form-check-label {
    font-size: 13px;
  }
  .section-payment .content .form-check .form-check-label .title {
    margin-right: 5px;
  }
}
.section-payment .content ul.contact {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.section-payment .content ul.contact li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
}
.section-payment .content ul.contact li .title {
  width: 100px;
}
.section-payment .content ul.contact li .info {
  width: calc(100% - 100px);
}
.section-payment .content.webeditor p {
  line-height: 2;
  color: #666666;
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-payment .content.webeditor p {
    font-size: 14px;
  }
}
.section-payment .content.contact .title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .section-payment .content.contact .title {
    font-size: 14px;
  }
}
.section-payment .content.contact .form-wrapper {
  margin-top: 35px;
}
.section-payment .content.contact .form-wrapper .form-group label {
  color: #333333;
}
.section-payment .content.contact .form-wrapper .form-group label.color-red {
  color: #FF0B0B;
}
@media (min-width: 1024px) {
  .section-payment .content.contact .form-wrapper {
    width: 55%;
  }
}
.section-payment .btn-default {
  width: 170px;
  padding: 15px;
  color: white;
  background: #333333;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.section-payment .btn-default:hover {
  background: rgba(51, 51, 51, 0.8);
}
@media (max-width: 767px) {
  .section-payment {
    font-size: 12px;
  }
  .section-payment .note {
    padding: 5px 10px;
  }
  .section-payment .card img {
    margin-left: 0;
  }
  .section-payment .payment-list li {
    padding: 15px 10px;
  }
  .section-payment .payment-list li .title {
    font-size: 14px;
    min-width: 70px;
  }
  .section-payment .tab-content .content .form-check {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 8px;
  }
  .section-payment .tab-content .content .form-check-container .checkmark {
    top: 5px;
  }
}
@media (max-width: 475px) {
  .section-payment .note {
    padding: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
  }
  .section-payment img {
    margin-left: 0px;
  }
  .section-payment .payment-list li {
    padding: 15px 5px;
  }
  .section-payment .payment-list li .title {
    font-size: 13px;
    min-width: 55px;
    margin-right: 15px;
  }
  .section-payment .content {
    padding: 15px 5px;
  }
  .section-payment .content .form-check-container {
    padding-left: 30px;
  }
  .section-payment .btn-default {
    width: calc(50% - 7px);
  }
  .section-payment .nav-tabs .nav-link {
    padding: 15px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-payment .mobile-more-margin {
    margin-right: 45px;
  }
}

.bottom-fixed {
  z-index: 5;
}

.bottom-fixed.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
}

.ui-timepicker-standard {
  z-index: 3 !important;
}

/*-- 訂購說明 --*/
.order-flow {
  margin-left: 0;
  padding-left: 0;
}
.order-flow li {
  list-style: none;
  margin-bottom: 35px !important;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order-flow li::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #636363 transparent transparent transparent;
}
.order-flow li:last-child::after {
  display: none;
}
.order-flow .item-small {
  width: 320px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
.order-flow .items-group {
  width: 100%;
}
.order-flow .items-group .title {
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.order-flow .items-group .info {
  color: white;
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 5px 5px;
}
.order-flow .items-group .info .item {
  font-size: 13px;
  color: #C0C0C0;
}
@media (max-width: 767px) {
  .order-flow .items-group .info .item {
    width: 50%;
    margin-bottom: 15px;
  }
}
.order-flow .items-group .info .item .item-title {
  font-size: 15px;
  padding-left: 12px;
  color: white;
  position: relative;
}
.order-flow .items-group .info .item .item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 767px) {
  .order-flow .items-group.w-100-mobile .info .item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.order-flow .bg-red {
  background: #F45454;
}
.order-flow .bg-darkgray {
  background: #636363;
}
.order-flow .bg-lightred.items-group .title {
  background: #F96A6A;
}
.order-flow .bg-lightred.items-group .info {
  background: #FF7F7F;
}
.order-flow .bg-lightred.items-group .info .item {
  color: #FFCCCC;
}
.order-flow .bg-blue.items-group .title {
  background: #5997D6;
}
.order-flow .bg-blue.items-group .info {
  background: #68A3DE;
}
.order-flow .bg-blue.items-group .info .item {
  color: #C2DAF1;
}

.mm-menu_opened {
  z-index: 999999 !important;
}

@media (max-width: 820px) {
  .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar, .mm-panels.scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
    display: none;
  }
}
#ui-datepicker-div, .ui-timepicker-container {
  -webkit-transform: translateY(-3vw);
          transform: translateY(-3vw);
}
@media (max-width: 520px) {
  #ui-datepicker-div, .ui-timepicker-container {
    -webkit-transform: translateY(-30vw);
            transform: translateY(-30vw);
  }
}
/*self*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.ad_in {
	position: relative;
}

@media (max-width: 820px){
	.ad_in {
		display: none;
	}
}

@media (max-width: 440px){
	.index-partners {
		display:none;
	}
}

.main-title-mobile{

	display: none;
	margin-bottom: 8px;
	font-size: 1.7142857143rem;
	font-weight: 700;

}

@media (max-width: 767px){
	.member_my_info .main-title {
	  display: none;
	}
	.main-title-mobile {
	  display: block;
	}
}