@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900");
body {
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #4a4a4a;
  overflow-x: hidden;
}
button:focus,
input:focus,
textarea:focus,
a:focus {
  outline: none;
}
a {
  color: rgba(74, 74, 74, 0.8);
}
a:hover {
  text-decoration: none;
  color: #0aaaff;
}
img {
  max-width: 100%;
  height: auto !important;
}
.text-danger {
  color: #ff0000;
}
.pagecont {
  min-height: calc(100vh - 472px);
}

/*--------------------*/
/*       header       */
/*--------------------*/
header .navbar {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand img {
  max-height: 70px;
  margin-right: 1.5em;
}
.fixed header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.topbar {
  background: #005e9a;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar a {
  font-size: 14px;
  margin: 8px 0;
  color: #fff;
}
.toplist {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0;
}
.toplist li {
  position: relative;
}
.toplist li + li:before {
  content: "|";
  display: block;
  position: absolute;
  left: -1px;
  top: 1.5px;
  color: #fff;
  font-size: 14px;
}
.toplist li i {
  line-height: 20px;
}
.toplist li a {
  padding: 0 10px;
}
.toplist li a + a {
  padding-left: 0;
  line-height: 24px;
}
header {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.floatcart {
  position: fixed;
  top: 150px;
  right: 10px;
  border-radius: 50%;
  background: #56a9de;
  z-index: 5;
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
}
.floatcart:hover {
  background: #448ebe;
}
.floatcart a {
  color: #fff;
}
.floatcart a span {
  display: block;
  margin-top: 6px;
  line-height: 10px;
}
.navbar-toggler-icon {
  line-height: 1.5em;
}

/*---------------------*/
/*     Search form     */
/*---------------------*/
.searchtoggle {
  position: relative;
}
.searchwrap {
  position: absolute;
  top: 34px;
  right: 0;
  display: none;
  border: 1px solid #56a9de;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.searchwrap .searchform {
  display: flex;
  background: #fff;
  margin: 0;
  padding: 3px;
}
.searchwrap input {
  font-size: 14px;
  padding: 2px 6px;
  font-weight: 400;
  border: 0;
  background: transparent;
  max-width: 120px;
}
.searchwrap button {
  border: 0;
  background: transparent;
  color: #56a9de;
  font-size: 14px;
  border-left: 1px solid #56a9de;
  padding: 2px 10px;
}

/*---------------------*/
/* text box with '...' */
/*---------------------*/
.txtbox {
  line-height: 1.5em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: calc(100%);
}
.txtbox.line1 {
  white-space: nowrap;
  display: block;
}
.txtbox.line2 {
  height: 3em;
  -webkit-line-clamp: 2;
}
.txtbox.line3 {
  height: 4.5em;
  -webkit-line-clamp: 3;
}
.txtbox.line4 {
  height: 6em;
  -webkit-line-clamp: 4;
}

/*-------------------------*/
/* fixed item image portio */
/*-------------------------*/
.imgwrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s linear all;
}
.imgwrap:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  display: block;
}
.imgwrap img {
  width: 100%;
  position: absolute;
}
.imgwrap.imgcontain {
  background-size: contain;
}
.imgwrap.r4by3:before {
  padding-bottom: 75%;
}
.imgwrap.r16by9:before {
  padding-bottom: 56.25%;
}

/*-------------------*/
/*        list       */
/*-------------------*/
ul.twocol:after {
  content: "";
  display: table;
  clear: both;
}
ul.twocol li {
  float: left;
  width: 50%;
}
ul.three li {
  width: 33.33%;
}
ul.lefticon li {
  padding-left: 26px;
  position: relative;
}
ul.lefticon li i {
  width: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}
ul.iconlist {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
ul.iconlist a {
  padding: 6px;
  display: block;
}
.topbar ul.iconlist a {
  background: #fff;
  color: #005e9a;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  padding: 0px 6px;
  font-size: 18px;
}
.topbar ul.iconlist a i {
  width: 18px;
  text-align: center;
}
.topbar ul.iconlist a:hover {
  background: #56a9de;
  color: #fff;
}
footer ul.iconlist a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}
footer ul.iconlist a:hover {
  background: #56a9de;
}

.has_submenu {
  position: relative;
}
.has_submenu ul {
  width: auto;
  list-style: none;
  padding: 0;
  display: none;
}
.has_submenu ul li {
  white-space: nowrap;
  text-align: left;
}
.has_submenu ul li a.nav-link {
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*-------------------*/
/* scroll customized */
/*-------------------*/
/*
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: #f1f1f1; }
::-webkit-scrollbar-thumb {background: #888; }
::-webkit-scrollbar-thumb:hover {background: #555; }
*/
/*-------------------*/
/*    scrolltoTop    */
/*-------------------*/
.scrollToTop {
  background: rgba(0, 0, 0, 0.65);
  opacity: 0.4;
  bottom: 95px;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  display: none;
  height: 40px;
  padding: 2px;
  position: fixed;
  right: 35px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 99999;
}
.scrollToTop i {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.scrollToTop:hover {
  opacity: 1;
  text-decoration: none;
}
/*-----------------*/
/*      footer     */
/*-----------------*/
footer {
  background: #f6f6f6;
  padding: 30px 0 0;
}
footer li,
footer p {
  line-height: 2em;
}
footer .lefticon li i {
  line-height: 1.5em;
}
footer .iframewrap iframe {
  min-height: 180px;
}
.footer-title {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9b9b9b;
  opacity: 0.8;
  font-weight: bold;
}
.footer-title span.open {
  font-size: 16px;
}
.footer-title small {
  font-size: 12px;
  line-height: 1;
  display: block;
  letter-spacing: 0.9px;
  font-weight: bold;
}
.iframewrap iframe {
  width: 100%;
  min-height: 300px;
}
.copyright {
  font-size: 13px;
}

/*-----------------*/
/*    bigbanner    */
/*-----------------*/
.bigbanner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bigbanner:before {
  content: "";
  width: 100%;
  padding-bottom: 45.725%;
}
.bigbanner h2 {
  font-size: 34px;
  line-height: 48px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
.subtitle {
  color: #6b6b6b;
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

/*-----------------*/
/*    cartTypeArea    */
/*-----------------*/

.wrap-modal-slider {
  opacity: 0;
  transition: all 0.3s;
}

.wrap-modal-slider.open {
  opacity: 1;
}

.cartbanner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background-size: contain;
  background-position: center;
  position: relative;
}
.cartbanner:before {
  content: "";
  width: 100%;
  padding-bottom: 45.725%;
}

/*------------------*/
/*    responsive    */
/*------------------*/
@media (min-width: 992px) {
  .has_submenu ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    padding-top: 23px;
    text-align: center;
  }
  .has_submenu ul li {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .has_submenu ul li a.nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .has_submenu:hover ul {
    display: block;
  }
  footer {
    padding-top: 60px;
  }
  .col-lg-sec1 {
    flex-basis: 40%;
    max-width: 40%;
  }
  .col-lg-sec2 {
    flex-basis: 24%;
    max-width: 24%;
  }
  .col-lg-sec3 {
    flex-basis: 36%;
    max-width: 36%;
  }
}
@media (max-width: 991px) {
  .has_submenu ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .has_submenu ul li {
    width: 50%;
    float: left;
  }
  .has_submenu ul li a.nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-nav {
    padding: 15px 0;
    max-height: calc(100vh - 55px);
    overflow-y: scroll;
  }
  .navbar-nav li:not(:last-of-type) .nav-link {
    border-bottom: 1px solid #e6e6e6;
  }
  .navbar-nav .nav-link {
    font-size: 18px;
  }
}

/*---- common styles end. updated:20190821 ---- */

/*--------------------*/
/* Project Customized */
/*--------------------*/
.loading {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.loading h4 span {
  font-family: "Microsoft Jhenghei";
  display: inline-block;
  letter-spacing: 10px;
  margin-top: 10px;
  animation: textjump 1.2s ease-in-out infinite;
}
.loading h4 span:nth-of-type(2) {
  animation-delay: 0.09s;
}
.loading h4 span:nth-of-type(3) {
  animation-delay: 0.18s;
}
.loading h4 span:nth-of-type(4) {
  animation-delay: 0.27s;
}
.loading h4 span:nth-of-type(5) {
  animation-delay: 0.36s;
}
.loading h4 span:nth-of-type(6) {
  animation-delay: 0.45s;
}
.loading h4 span:nth-of-type(7) {
  animation-delay: 0.54s;
}
input,
select,
textarea {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 4px 12px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.text-primary {
  color: #56a9de !important;
}
.table td,
.table th {
  padding: 0.25rem;
}
a.text-primary:hover,
a.text-primary:focus,
button.text-primary:hover,
button.text-primary:focus {
  color: #fb0607 !important;
}
.badge {
  font-weight: 300;
}
.btn {
  font-size: 1em;
  letter-spacing: 2px;
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
  border: 0;
  text-align: center;
  padding: 8px 15px;
  border-radius: 6px;
}
.btn.minbtn {
  padding: 4px 10px;
}
.btn-primary {
  background: linear-gradient(107deg, #56a9de, #667fc3);
  min-width: 130px;
}
.btn-primary:hover {
  background: linear-gradient(107deg, #667fc3, #56a9de);
}
.slidersec {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mainslider .slick-arrow {
  opacity: 1;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.33);
}
.mainslider .slick-arrow:hover {
  background: #fff;
}
.mainslider .slick-arrow:before {
  color: #fff;
}
.mainslider .slick-arrow:hover:before {
  color: rgba(0, 0, 0, 0.45);
}
.mainslider .slick-list {
  overflow: visible !important;
}

section:not(.slidersec) {
  padding: 20px 0;
}
.sectitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #e6e6e6;
}
.sectitle.no-border {
  border-bottom: 0;
  padding-bottom: 0;
}
.sectitle h2 {
  font-size: 24px;
  letter-spacing: 3px;
  margin: 0;
}

.product {
  border: 0;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
}
.card.border {
  border: 1px solid #eaebf2;
  margin: -1px;
}
.product:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #56a9de 50%, #667fc3 50%);
  opacity: 0;
  transition: 0.2s linear all;
}
.col-6 {
  position: relative;
}
.col-6:hover {
  z-index: 2;
}
.col-6:hover .product {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.product:hover:after {
  opacity: 1;
}
.product img {
  transition: 0.2s linear all;
}
.product:hover a .imgwrap {
  transform: scale(1.1);
}
.product .hot,
.product .tag {
  position: absolute;
  top: -1px;
  left: 18px;
  z-index: 2;
}
.product .tag {
  font-size: 0.875em;
  left: 0px;
  top: 1.875em;
  letter-spacing: 2px;
  color: #fff;
  padding: 2px 6px;
}
.product .tag:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: #ff9900;
  z-index: 0;
  transform: skewX(-10deg);
  transform-origin: top;
}
.product .tag span {
  position: relative;
  z-index: 1;
}
.product h5 {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.price {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 2.25em;
}
.price .special {
  font-size: 1.25em;
  color: #ff0a0a;
}
.price .origin {
  font-size: 0.875em;
  color: rgba(74, 74, 74, 0.65);
  text-decoration: line-through;
}
.productpage .col-xl-7 .price {
  font-size: 1.5em;
}
.promotiontags p {
  margin-bottom: 0.5rem;
}
.promotiontag {
  margin-bottom: 0.25rem;
  font-size: 15px;
  border: 1px solid #ff9f76;
  background: #ff9f76;
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
}
.promotiontag:hover {
  color: #ff9f76;
  background: transparent;
}

.lefticonbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lefticonbox img {
  margin-right: 30px;
}
.lefticonbox h4 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
}

.news {
  border: 0;
  border-radius: 0;
}
.news .card-body {
  padding-top: 0;
}
.news .date,
.news .card-text {
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5em;
  opacity: 0.75;
  margin: 10px 0 5px;
}
.news .card-text.line2 {
  height: 3em;
}
.news h5 {
  text-align: center;
  font-size: 1.25em;
  margin: 0;
  color: #0aaaff;
  font-weight: bold;
}

.cooperation {
  position: relative;
}
.cooperation:before,
.cooperation:after {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.cooperation:after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.cooperation .item a {
  height: 45px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation .item img {
  max-height: 100%;
}

.homebg {
  background: url("../img/pic-bg-2.png") center/cover no-repeat;
}
.lightbg {
  background: #fbfbfb;
}
.parallaxbg {
  background: url("../img/pic-parallax2.png") center/cover no-repeat;
}
.promotion img {
  margin-top: 30px;
}
.homeproducts {
  padding-bottom: 40px;
}
.homeproducts .slick-dots {
  bottom: -10px;
}
.hoverbtn {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 2;
  width: 30px;
  opacity: 0;
  transition: 0.2s linear all;
}
.product:hover .hoverbtn {
  opacity: 1;
}
.wishbtn,
.addbtn {
  width: 30px;
  height: 30px;
  background: #ff6a7f;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 0;
  text-align: center;
  line-height: 30px;
}
.addbtn {
  background: #0e890c;
  margin-top: 4px;
}
.wishbtn:hover,
.btn-wish:hover {
  background: #dd596c;
  color: #fff;
}
.addbtn:hover {
  background: #026600;
}
.btn-wish {
  background: #ff6a7f;
  color: #fff;
}
.btn-add {
  background: #5f5f5f;
  color: #fff;
}
.btn-add:hover {
  background: #56a9de;
  color: #fff;
}
.btns {
  margin: 20px 0;
}
.options {
  padding: 6px 0;
}
.options span {
  display: inline-block;
  width: 60px;
}
.options input,
.options select {
  width: 130px;
}
.withsidebar {
  margin: 30px auto;
  padding: 0 5px;
}
.side .list > li {
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
}
.side .has_submenu > a {
  position: relative;
  display: block;
}
.side .has_submenu > a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 3px;
  right: 20px;
  font-size: 14px;
}
.side .has_submenu ul {
  top: 0;
  left: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}
.side .has_submenu ul:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ff994a, #fb0607);
}
.side .has_submenu ul li {
  box-shadow: none;
  padding: 5px 10px;
}
.breadcrumb {
  background: #f2f2f2;
}
.pagingwrap {
  border-top: 1px solid #e6e6e6;
}
.page-link {
  color: #333;
  border-width: 2px;
  padding: 0;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
}
.page-item + .page-item {
  margin-left: 5px;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #ff994a;
  border-color: transparent;
}
.page-link:hover {
  color: #ff994a;
  background-color: #fff;
  border-color: #ff994a;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%;
}
.breadcrumbwrap {
  background: #f4f4f4;
}
.breadcrumbwrap .breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.pagetitle h1 {
  font-size: 2em;
  letter-spacing: 3px;
  display: inline-block;
  border-bottom: 3px solid #56a9de;
  margin-bottom: -2px;
  padding-bottom: 10px;
}
.pagetitle {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
}
.pagetitle .date {
  letter-spacing: 0;
  display: block;
  font-weight: 100;
  opacity: 0.5;
}
.contact.lefticon li {
  padding-left: 32px;
  line-height: 32px;
  margin-bottom: 0.5rem;
}
.contact.lefticon i {
  font-size: 24px;
  width: 26px;
  text-align: center;
  color: #56a9de;
}
.box {
  background: #fff;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}
form .item {
  margin-bottom: 1rem;
}
form .item input,
form .item select {
  width: 100%;
}
.social_login .btn {
  width: 100%;
  text-transform: capitalize;
  color: #fff;
}
.btn-facebook {
  background: #4267b2;
}
i.fa-facebook-f {
  width: 1em;
}
.btn-facebook:hover {
  background: #1f4591;
}
.btn-google {
  background: #ea4335;
}
.btn-google:hover {
  background: #b22e22;
}
.btn-line {
  background: #4ecd00;
}
.btn-line:hover {
  background: #378b03;
}
.checkwrap,
.radiowrap {
  margin-bottom: 0;
  cursor: pointer;
}
.checkwrap input,
.radiowrap input {
  position: absolute;
  visibility: hidden;
}
.checkwrap input + span,
.radiowrap input + span {
  position: relative;
  display: block;
  padding-left: 36px;
  letter-spacing: 0;
}
.checkwrap input + span:before,
.checkwrap input + span:after,
.radiowrap input + span:before,
.radiowrap input + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.checkwrap input + span:before,
.radiowrap input + span:before {
  width: 22px;
  height: 22px;
  background: #f4f5fa;
}
.checkwrap input + span:after {
  border-bottom: 3px solid #56a9de;
  border-right: 3px solid #56a9de;
  width: 8px;
  height: 12px;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.1s linear all;
  left: 7px;
  top: 3px;
  border-radius: 3px;
}
.checkwrap input:checked + span:after,
.radiowrap input:checked + span:after {
  opacity: 1;
}
.radiowrap input + span:before {
  border-radius: 50%;
}
.radiowrap input + span:after {
  width: 10px;
  height: 10px;
  background: #56a9de;
  left: 6px;
  top: 6px;
  opacity: 0;
  border-radius: 50%;
}
.memberlist .card {
  border-radius: 0;
  padding: 20px;
  text-align: center;
}
.memberlist .card i {
  font-size: 48px;
  margin-bottom: 1rem;
  border: 2px solid #56a9de;
  background: #56a9de;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 76px;
  color: #fff;
}
.memberlist .card a:hover i {
  background: #fff;
  color: #56a9de;
}
.memberlist .card h4 {
  margin-bottom: 0;
  font-size: 1.25em;
}
.itemlist ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  align-items: center;
}
.links {
  min-width: 60px;
}
.links > * {
  margin: 5px;
  background: transparent;
  border: 0;
}
.gap {
  margin: 0 8px;
}
.cartitem {
  display: flex;
  flex-grow: 2;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cartitem .thumb {
  width: 70px;
  float: left;
  margin-right: 5px;
}
.cartitem .info {
  flex-basis: 100%;
  max-width: 100%;
}
.cartitem .qtywrap {
  flex-basis: 100%;
  max-width: 100%;
}
.cartitem h5 {
  font-size: 1.125em;
}
.cartitem + span {
  width: 100px;
  text-align: right;
}
.qtywrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.qtybox {
  width: 140px;
}
.qtybox * {
  vertical-align: middle;
}
.qtybox input {
  width: 80px;
  text-align: center;
}
.qtybox button {
  border: 0;
  background: #56a9de;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.orderinfopage .qtybox {
  width: 100px;
}
.totals {
  width: 280px;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.totals li {
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.totals li span {
  float: left;
  max-width: 200px;
  text-align: left;
}
.orderinfo li {
  margin-bottom: 1em;
}
#ap-module .price {
  line-height: 20px;
}
.inlinecategories a + a {
  border-left: 2px solid #d2d2d2;
  padding-left: 12px;
  margin-left: 10px;
}
#modal-agree .modal-body {
  max-height: calc(100vh - 125px);
  overflow-y: scroll;
}
.thumbs {
  margin: 0 -4px;
}
.thumbs .item {
  padding: 8px 4px 0;
}

/* Edit 編輯器用 */
.edit-area {
  line-height: 1.75;
  color: #656569;
}
.edit-area ul {
  padding-left: 1em;
  list-style: disc;
}
.edit-area ol {
  padding-left: 1em;
  list-style: decimal;
}
.edit-area img {
  max-width: 100%;
}
.edit-area ul,
.edit-area ol,
.edit-area img,
.edit-area h1,
.edit-area h2,
.edit-area h3,
.edit-area h4,
.edit-area h5,
.edit-area h6 {
  margin-bottom: 1rem;
}
.edit-area a {
  color: #007bff;
}
.edit-area iframe {
  max-width: 100%;
}
.edit-area blockquote {
  background-color: #f5f6fa;
  border-left: 4px solid #007bff;
  padding: 20px 40px;
  font-weight: 500;
  font-size: 1.1em;
}
.edit-area .post-details {
  margin-bottom: 20px;
  line-height: 1;
  padding-left: 0;
}
.edit-area .post-details li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid currentColor;
}
.edit-area .post-details li i {
  margin-right: 5px;
  position: relative;
  top: 2px;
  color: #007bff;
}
.edit-area .post-details li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.edit-area .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.edit-area .video-container iframe,
.edit-area .video-container embed,
.edit-area .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: middle;
}

table.rwd-table td {
  vertical-align: middle;
  text-align: center;
}

table.rwd-table .td-with-img img {
  max-width: 80px;
}

table.rwd-table tr.active,
table.rwd-table tr.active a,
table.rwd-table td.active,
table.rwd-table td.active a,
table.rwd-table th.active,
table.rwd-table th.active a {
  background: #000;
  color: #fff;
}

table.rwd-table .mobile-th {
  display: none;
}

table.rwd-table > tfoot.tfoot-borderless > tr > td,
table.rwd-table > tfoot.tfoot-borderless > tr > th {
  border: transparent;
}

@media (min-width: 768px) {
  section:not(.slidersec) {
    padding: 45px 0;
  }
  .box {
    padding: 20px 35px;
  }
  .footer-title span.open {
    position: absolute;
    right: 0;
    top: 4px;
  }
  .links {
    font-size: 18px;
  }
  .qtywrap {
    justify-content: space-around;
  }
  .cartitem .thumb {
    width: 100px;
  }
  .cartitem .info {
    flex-basis: 70%;
    max-width: 70%;
    padding-right: 15px;
  }
  .cartitem .qtywrap {
    flex-basis: 30%;
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  .bigbanner .content {
    min-width: 370px;
    padding-left: 60px;
  }
  .footer-title {
    height: 50px;
  }
  .withsidebar {
    padding-left: 280px;
    position: relative;
    min-height: calc(100vh - 130px);
  }
  .withsidebar .main {
    position: relative;
  }
  .withsidebar .main:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    width: 1px;
    background: #d2d2d2;
    z-index: 2;
  }
  .side {
    position: absolute;
    left: 10px;
    top: 0;
    min-height: calc(100vh - 130px);
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .col-xl-p20 {
    flex-basis: 20%;
    max-width: 20%;
  }
  .navbar-nav li:nth-of-type(n + 10) {
    display: none;
  }
  .mainslider {
    max-width: 1140px;
    margin: auto;
  }
  .slidersec:before,
  .slidersec:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: calc(50vw - 578px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .slidersec:after {
    left: auto;
    right: 0;
  }
  .mainslider .slick-prev.slick-arrow {
    left: -20px;
  }
  .mainslider .slick-next.slick-arrow {
    right: -20px;
  }
  .footerwrap {
    padding-left: 135px;
    position: relative;
  }
  .footerwrap .logo img {
    max-height: 80px;
  }
  .productpage .desc,
  .productpage p {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .navbar-nav li:nth-of-type(n + 10) {
    display: block;
  }
  header .container {
    max-width: 1620px;
  }
  .navbar-nav .nav-link {
    font-size: 1.125em;
  }
  .navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    width: 100%;
  }
  .withsidebar {
    max-width: 1400px;
  }
}
@media (max-width: 1199px) {
  .navbar-brand img {
    max-height: 60px;
  }
  .navbar-nav li:nth-of-type(n + 8) {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-nav li:nth-of-type(n + 8) {
    display: block;
  }
  .mb-30 {
    margin-bottom: 15px !important;
  }
  .product .hot img {
    max-width: 32px;
  }
  .bigbanner h2 {
    font-size: 24px;
    line-height: 1em;
  }
  .bigbanner .content {
    min-width: 100%;
    padding: 10px;
    text-align: center; /*background: rgba(255, 255, 255, 0.5);*/
  }
  .hoverbtn {
    opacity: 1;
  }
  .toggleopen {
    position: relative;
    padding-right: 30px !important;
  }
  .toggleopen:after {
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 5px;
    top: 0;
    padding: 0.5rem;
    transition: 0.2s linear all;
  }
  .toggleopen.opened:after {
    transform: rotate(180deg);
  }
  .inlinecategories {
    width: 100%;
    white-space: nowrap;
    overflow-y: scroll;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .btn-primary {
    min-width: auto;
  }
  .toplist li + li:before {
    top: 0;
  }
  .topbar .container {
    justify-content: flex-end;
  }
  .navbar-brand img {
    max-height: 40px;
  }
  .slick-slider .product,
  .slick-slider .product.border {
    margin: 0 -15px;
  }
  .itemlist ul li > *:first-child {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .itemlist ul li {
    flex-wrap: wrap;
  }
  .itemlist ul li .cartitem {
    width: calc(100% - 45px);
    padding-right: 10px;
    border-right: 1px dashed #e1e1e1;
  }
  .cartitem .qtywrap {
    margin-top: 5px;
  }
  .cartitem + span {
    width: 60px;
  }
  .checkoutpage .itemlist ul li .cartitem,
  .box .itemlist ul li .cartitem {
    width: calc(100% - 80px);
    margin-right: 10px;
  }
  .wishlist.itemlist ul li .cartitem {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .memberlist .card i {
    font-size: 32px;
    width: 60px;
    height: 60px;
    line-height: 56px;
  }

  table.rwd-table {
    border: none;
    font-size: 0.95rem;
  }
  table.rwd-table thead {
    display: none;
  }
  table.rwd-table .mobile-th {
    display: block;
  }

  table.rwd-table tr.mobile-active,
  table.rwd-table tr.mobile-active a,
  table.rwd-table td.mobile-active,
  table.rwd-table td.mobile-active a,
  table.rwd-table th.mobile-active,
  table.rwd-table th.mobile-active a {
    background: #000;
    color: #fff;
  }

  table.rwd-table thead tr,
  table.rwd-table tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #cccccc;
  }

  table.rwd-table tfoot tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  table.rwd-table tbody tr {
    margin-bottom: 1rem;
  }

  table.rwd-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0;
  }
}
@media (max-width: 479px) {
  .box {
    box-shadow: none;
    padding: 0;
  }
  .sectitle h2 {
    font-size: 20px;
  }
  .news .card-body {
    padding: 0 0 1rem;
  }
}

@-webkit-keyframes textjump {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes textjump {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#iebox {
  display: none;
  position: fixed;
  width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  left: 0;
  bottom: 0;
  z-index: 99999;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .brands .populars .popular .popular-img img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .fs_obj,
  .fs_obj .caption1,
  .fs_obj .caption2 {
    width: 100% !important;
  }
  #iebox {
    display: block;
  }
}

[v-cloak] {
  display: none;
}
