<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(vender/font1.css);
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    font-size: 0;
    visibility: hidden; }
  .clearfix:after {
    clear: both; }

html * {
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/ }

html, body {
  font-family: 'Source Sans Pro','Microsoft JhengHei', sans-serif;
  font-weight: 400;
  /* color: #505050; */
  color: #000; }

h1, h2, h3, h4 {
  font-weight: 300; }

h1 span {
  font-weight: 700; }

button:hover, button:focus {
  outline: none; }

hr {
  border-color: #ccc;
  margin: 30px 0; }

a {
  /*color: #000;*/
  color: #45B099;
  text-decoration: none;
  font-weight: 400; }

.note {
  color: #fa2a15; }

a:hover {
  color: #45B099;
  /*color: #000;*/
  text-decoration: underline; }

.color {
  background-color: #67C4B0; }

/* ------------------------------ container ------------------------------ */
#home {
  /*border-top: 8px solid $color-main-l;*/ }

.title h2 {
  padding-bottom: .5em;
  border-bottom: 1px solid #e9e9ec; }

/*search 搜尋列*/
.search {
  border: 2px solid #ddd;
  position: relative; }
  .search:hover {
    border-color: #333; }

.search .search-txt {
  display: block;
  width: 100%;
  border: none;
  padding: .5em 3em .5em .5em;
  outline: none; }

.search .search-btn {
  color: #777;
  background-color: #ddd;
  border: none;
  padding: .5em .8em;
  position: absolute;
  top: 0;
  right: 0; }
  .search .search-btn:hover {
    color: #fff;
    background-color: #333; }

/* ------------------------------ footer -------------------------- */
footer {
  color: #acacb3;
  background-color: #464e5a;
  padding: 40px 0; }
  footer .social-links li a {
    color: #fff;
    border-color: #fff; }

.copyright ul.nav-list {
  /* float: left; */
  margin: 0 0 0 -5px;
  padding: 0; }
  .copyright ul.nav-list a {
    color: #acacb3; }
    .copyright ul.nav-list a:hover {
      color: #fff; }

.copyright ul.nav-list li {
  margin-left: 0; }

/* ------------------------------ breadcrumb -------------------------- */
.breadcrumb {
  background-color: transparent;
  /*padding: 15px 17px;*/
  padding: 8px 0;
  margin: 0; }

.breadcrumb a {
  color: #000; }

/* ------------------------------ buttons -------------------------- */
.btn {
  font-size: 12px;
  cursor: pointer;
  padding: 0 35px;
  line-height: 43px;
  display: inline-block;
  margin: 0 15px 15px 0;
  height: 48px;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.btn:hover,
.btn:active,
.btn:focus {
  color: #fff;
  top: 0;
  text-decoration: none;
  background-color: #67C4B0;
  border: 2px solid #67C4B0;
  /*background-color: #67C4B0;
        border: 2px solid #67C4B0;*/
  box-shadow: none; }

.btn-outline,
.btn-outline-w {
  background: transparent;
  border: 2px solid #000;
  box-shadow: none;
  color: #000;
  text-decoration: none; }

.btn-outline-w {
  border-color: #FFF;
  color: #FFF; }

.btn-outline:hover,
.btn-outline:focus {
  background: #000;
  border-color: #000;
  color: #FFF;
  top: 0;
  text-decoration: none; }

.btn-disable,
.btn-disable:hover,
.btn-disable:focus {
  background: #ddd;
  border-color: #ddd; }

.btn-right {
  margin-right: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right; }

.btn i {
  /* font-weight: 700; */
  font-style: normal;
  font-size: 16px;
  vertical-align: sub;
  /*line-height: 30px;*/ }

.btn i:before {
  line-height: 39px; }

.btn i.left {
  padding-right: 10px; }

.btn i.right {
  padding-left: 10px; }

.btn.pull-right {
  margin: 0; }

.btn.pull-left {
  margin: 0; }

.btn-listcart {
  border: 1px solid #35c3c2;
  border-radius: 3px;
  display: inline-block;
  padding: .3em .5em; }

.btn-listcart:hover {
  text-decoration: none;
  color: #f68b34;
  border-color: #f68b34; }

.btn-listcart i {
  margin-right: .5em; }

/*----- nav bg -----*/
.menu-wrapper-area {
  background-color: #e9e9ec;
  width: 100%;
  min-height: 3.2em;
  position: absolute;
  top: 0;
  z-index: 1050; }

.menu-wrapper-area ul.nav-list {
  margin: .6em 0; }

.menu-wrapper-area ul.nav-list a {
  color: #464e5a;
  border: 1px solid #e9e9ec;
  padding: 1px 5px; }
  .menu-wrapper-area ul.nav-list a:hover {
    color: #000;
    text-decoration: none;
    border: 1px solid #000; }

/* ------------------------------ nav menu -------------------------- */
.main-nav a {
  color: #000; }

.main-nav .menu-wrapper-area {
  position: relative;
  top: auto; }

ul.nav-list {
  list-style-type: none;
  display: block;
  margin: 20px auto;
  padding: 0 2em;
  /*width: 100%;*/
  font-weight: 300;
  color: #FFF;
  /* position: relative; */
  /* line-height: 20px; */ }

ul.nav-list &gt; li {
  text-align: center;
  display: inline-block;
  padding: 4px 5px;
  /* float: left; */
  height: auto;
  /* line-height: 20px; */
  position: relative; }
  ul.nav-list &gt; li:hover {
    cursor: pointer; }
    ul.nav-list &gt; li:hover .menu-lv2 {
      display: block; }

ul.nav-list li.active a span {
  background-color: #000;
  color: #FFF; }

ul.nav-list li a {
  text-transform: uppercase; }

ul.menu-lv2 {
  display: none;
  background-color: #e9e9ec;
  padding: .5em;
  margin: 0;
  position: absolute;
  top: 2em;
  left: -3px;
  border: 1px solid #fff;
  box-shadow: 0 0 5px #acacb3; }

ul.menu-lv2 li {
  margin: 2px 0;
  white-space: nowrap; }
  ul.menu-lv2 li:hover .menu-lv3 {
    display: block; }

ul.menu-lv3 {
  display: none;
  background-color: #f8f8f8;
  margin: 5px 0;
  padding: 3px; }

ul.menu-lv3 li {
  margin-left: 0; }
  ul.menu-lv3 li a {
    display: block !important;
    border-color: #fff !important; }
    ul.menu-lv3 li a:hover {
      border-color: #000 !important; }

/*nav-list._sub 副導覽列*/
.nav-list._sub {
  text-align: right;
  padding: 0 1em;
  position: absolute;
  top: 0;
  right: 0; }

.nav-list._sub li {
  display: inline-block;
  list-style-type: none; }

a.nav-brand {
  border: 1px solid #fff;
  /* padding: 4px; */
  width: auto;
  font-size: 38px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  /*font-weight: 300;
        line-height: 43px;*/
  cursor: pointer;
  color: #fff;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

a.nav-brand:hover {
  background-color: #f68b34;
  color: #FFF;
  text-decoration: none;
  padding: 0 10px; }

a.nav-brand span {
  font-weight: 700; }

a.nav-brand img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

.cart {
  position: absolute;
  top: 0;
  right: 0; }

.nav-header-area {
  background-color: #35c3c2;
  margin-bottom: 0px; }

.nav-header {
  margin: 20px 0 20px 0;
  position: relative;
  text-align: center;
  height: auto; }

.nav-header h1 {
  margin: 5px 0 0 0; }

.nav-header h1, .nav-header .badge {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  background-color: #f68b34; }

a.nav-icon, a.nav-icon-outline {
  background-color: transparent;
  border: 2px solid #fff;
  display: block;
  color: #FFF;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 15px; }
  a.nav-icon:hover, a.nav-icon-outline:hover {
    color: #000;
    background: #FFF;
    text-decoration: none;
    border-color: #000; }
  a.nav-icon:focus, a.nav-icon-outline:focus {
    text-decoration: none; }

a.nav-icon-outline {
  border-color: #fff;
  color: #fff; }

/*a.nav-icon-outline:hover {
    color: #FFF;
    background-color: #000;
    text-decoration: none;
    border-color: #000;
}*/
/* mobile */
#wrap {
  position: relative;
  backface-visibility: hidden;
  min-height: 100%;
  min-width: 100%;
  z-index: 1030;
  background-color: #FFF;
  top: 0;
  bottom: 100%;
  left: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.menu-open {
  -webkit-transform: translate3d(-240px, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-240px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translateX(-240px);
  -o-transform: translate(-240px, 0);
  transform: translate3d(-240px, 0, 0) scale3d(1, 1, 1);
  overflow: hidden; }

a.close-menu:hover {
  color: #67C4B0;
  text-decoration: none; }

/* ------------------------------ product list -------------------------- */
.productlist {
  padding-top: 0;
  padding-bottom: 50px; }

.productlist._index .row {
  margin-right: 0;
  margin-left: 0; }

.productlist._index .col-sm-12,
.productlist._index .col-sm-8,
.productlist._index .col-sm-6,
.productlist._index .col-sm-4 {
  position: relative;
  min-height: 1px;
  padding: 2px; }
  .productlist._index .col-sm-12 &gt; a,
  .productlist._index .col-sm-8 &gt; a,
  .productlist._index .col-sm-6 &gt; a,
  .productlist._index .col-sm-4 &gt; a {
    line-height: 0;
    padding-top: 66%;
    display: block;
    overflow: hidden;
    position: relative; }
    .productlist._index .col-sm-12 &gt; a:hover,
    .productlist._index .col-sm-8 &gt; a:hover,
    .productlist._index .col-sm-6 &gt; a:hover,
    .productlist._index .col-sm-4 &gt; a:hover {
      outline: 2px solid #35c3c2; }
    .productlist._index .col-sm-12 &gt; a img,
    .productlist._index .col-sm-8 &gt; a img,
    .productlist._index .col-sm-6 &gt; a img,
    .productlist._index .col-sm-4 &gt; a img {
      min-width: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.productlist._index .col-sm-4.special {
  padding: 0; }

.productlist._index .productlist-info-container {
  background-color: rgba(222, 222, 222, 0.95);
  text-align: right;
  max-width: 90%;
  padding: 1em .8em;
  margin: 22px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 89; }
  .productlist._index .productlist-info-container .product-title {
    display: none; }
  .productlist._index .productlist-info-container .price {
    color: #000; }

/*productlist _page 產品選單頁*/
.productlist-side .search {
  margin: 0 2em 2em 0; }

.productlist-side .categary {
  margin-right: 2em; }

.productlist-main h3 {
  border-bottom: 1px solid #e9e9ec;
  padding-bottom: .2em;
  margin-top: 5px;
  margin-bottom: 25px; }

.productlist-main .breadcrumb {
  margin-bottom: 1.5em; }

.productlist-main .col-sm-12 {
  padding: 0 5px; }

.productlist-main .productlist-item {
  margin-bottom: 1.5em;
  padding: 2px 5px; }

.productlist-main .col-sm-8 {
  padding-right: 20px; }
  .productlist-main .col-sm-8 img {
    margin-bottom: 10px; }

.productlist-main .product-detail h3 {
  margin-top: 1.5em;
  margin-bottom: .5em; }

.productlist-main .form-control {
  margin-bottom: 10px; }

.productlist-main .productlist-list {
  padding-top: 1.5em; }

.productlist-main .productlist-btn {
  text-align: right; }

.productlist-list h3 {
  margin: 10px 0; }

.productlist-list .productlist-item {
  position: relative;
  min-height: 1px;
  padding: 2px 5px; }

/* productlist- 產品選單細項 */
.productlist-label {
  position: absolute;
  top: 26px;
  right: 22px; }

.productlist-info-container .product-title {
  font-size: 1.1em;
  max-height: 2.9em;
  overflow: hidden;
  margin: 0.7em 0 0.1em 0; }

.productlist-info-container .product-price {
  font-size: 1.3em; }

.productlist-main .col-sm-6 {
  margin-bottom:2em; }

.productlist-main .col-sm-4 {
  margin-bottom:2em; }

.productlist-main .col-sm-3 {
  margin-bottom:2em; }

.sold-out-label, .sale-label {
  color: #67C4B0;
  font-weight: 400;
  text-transform: uppercase;
  padding: 3px 9px;
  border: 2px solid #67C4B0;
  display: none; }

.sale-label {
  color: #000;
  border-color: #000; }

.show-more {
  margin-top: 30px; }

/* ------------------------------ product detail -------------------------- */
.product {
  padding-top: 0;
  padding-bottom: 50px; }

.product .product-detail {
  margin: 30px 0; }
  .product .product-detail ul {
    padding-left: 20px; }

.product .product-img {
  margin-bottom: 15px; }

.product .product-mark {
  padding-top: 30px;
  /* display: block; */
  /* text-align: center; */ }

.product-photo {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }

.product-title {
  margin-top: 0;
  margin-bottom: 21px; }

.product-price {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 32px;
  padding: 0; }
  .product-price .price, .product-price .discount-price, .product-price .original-price {
    margin-right: .5em; }
    .product-price .price:before, .product-price .discount-price:before, .product-price .original-price:before {
      content: "$"; }
  .product-price .discount-price {
    color: #ff1f64;
    font-weight: bold; }
  .product-price .original-price {
    color: #a0a0a0;
    text-decoration: line-through; }

.product-info {
  /*.product-price {
            color: #45B099;
            font-size: 1.5em;
            padding: 0;
        }

        .original-price {
            color: #ccc;
        }*/ }

.product-photoSlide .photoSlide-show {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }

.product-photoSlide .photoSlide-list {
  padding: 0;
  margin-top: 15px;
  display: flex; }

.product-photoSlide .photoSlide-list li {
  list-style: none;
  flex: 0 1 20%; }
  .product-photoSlide .photoSlide-list li + li {
    margin-left: 10px; }

.product-photoSlide .photoSlide-list .list-item {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  padding-top: 100%; }

/* ------------------------------ accordion -------------------------- */
#accordion h4 {
  font-weight: 700;
  font-size: 16px; }

.panel-group .panel {
  border-radius: 0;
  margin-top: 0; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* border-top: 1px solid #ccc; */
  /* margin-bottom: 10px; */ }

.panel-body {
  padding: 15px 0; }

.panel-group {
  margin-bottom: 0; }

.panel-heading {
  border-radius: 0; }

.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
  border: 0; }

/* ------------------------------ cart -------------------------- */
.cart-list {
  min-height: 600px;
  margin-bottom: 30px; }

a.remove-item {
  color: #000; }

a.remove-item i {
  /* padding-top: 23px; */
  line-height: 34px; }

a.remove-item:hover {
  color: #67C4B0;
  text-decoration: none; }

th {
  font-size: 16px; }

table {
  /*vertical-align: top;*/ }

/* ------------------------------ cart -------------------------- */
.cart-list {
  min-height: 600px;
  margin-bottom: 30px; }

.cart-item-photo {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  position: relative;
  overflow: hidden; }
  .cart-item-photo img {
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

a.remove-item {
  color: #000; }

a.remove-item i {
  /* padding-top: 23px; */
  line-height: 34px; }

a.remove-item:hover {
  color: #67C4B0;
  text-decoration: none; }

th {
  font-size: 16px; }

table {
  /*vertical-align: top;*/ }

/* ------------------------------ myform -------------------------- */
.myform {
  padding-top: 5px;
  padding-bottom: 15px; }

.myform input[type="radio"] {
  opacity: 0;
  margin-left: 10px; }

.myform input[type="radio"] + label {
  position: relative; }

.myform input[type="radio"] + label:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: -22px;
  border: 2px solid #ddd;
  border-radius: 50%; }

.myform input[type="radio"] + label:after {
  background-color: #45B099;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -18px;
  border-radius: 50%;
  display: none; }

.myform input[type="radio"] + label.choice:after {
  display: inline-block; }

.myform h2 {
  /* width: 147px; */
  margin-bottom: 20px;
  /* border-top: 1px solid #ddd; */
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  font-weight: 400; }

.myform .form-group label {
  display: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  text-align: center; }

.myform .no-placeholder .form-group label {
  display: block; }

.myform.no-placeholder .controls {
  margin-top: 0; }

.myform .form-control,
.input-group .form-control {
  font-family: "Open Sans",'Microsoft JhengHei', helvetica, arial, sans-serif;
  display: inline;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  height: 44px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  border: 2px solid #ddd;
  box-shadow: none;
  /*  ios gradiet fix */
  /*-webkit-appearance: none;*/ }

.special {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.controls {
  position: relative; }

.myform textarea.form-control {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 8px;
  vertical-align: top; }

.myform .inputError,
.myform textarea.form-control.inputError,
.myform .inputError {
  outline: none;
  border: 2px solid #F05557; }

.myform .form-btn .btn {
  margin-right: 10px; }

.myform .error-message {
  font-family: "Open Sans",'Microsoft JhengHei', helvetica, arial, sans-serif;
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #F05557;
  z-index: 10; }

.myform .form-control:focus,
.myform textarea.inputError:focus,
.input-group .form-control:focus {
  outline: none;
  border: 2px solid #000; }

.myform.no-placeholder .error-message {
  top: 0; }

.myform h3 {
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  font-weight: 700;
  padding: 8px;
  margin: 0 0 15px 0; }

.myform .btn {
  margin: 0;
  height: 44px; }

/* fix newsleter form */
.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group {
  margin-left: 0; }

.input-group .form-control,
.input-group .form-control:focus {
  border-right-width: 0px; }

#main-footer,
#social {
  padding: 40px 0 20px; }

.checkbox, .radio {
  margin: 24px 0px;
  /* padding-left: 32px; */
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 14px;
  line-height: inherit;
  /* color: #555; */ }

.checkbox label, .radio label {
  padding-left: 13px;
  /* line-height: 50px; */
  font-size: 14px;
  vertical-align: -webkit-baseline-middle; }

.checkbox label span,
.radio label span {
  vertical-align: top;
  line-height: 23px;
  color: #555; }

label.show {
  display: block;
  text-decoration: none; }

input[type=radio], input[type=checkbox] {
  margin: 4px 7px 0 0;
  line-height: normal;
  font-size: 21px;
  text-align: center; }

form p {
  margin-top: 16px; }

#total {
  font-weight: 600;
  font-size: 21px; }

.form-control-inline {
  min-width: 0;
  width: auto !important;
  display: inline !important; }

.table tbody &gt; tr &gt; td.vert-align {
  vertical-align: middle; }

address {
  font-size: 14px; }

.control-num {
  border: 2px solid #ddd;
  display: flex; }
  .control-num:hover {
    border-color: #000; }
  .control-num input[type=button] {
    background-color: #ddd;
    color: #666;
    font-size: 1.5em;
    font-weight: bold;
    border: none;
    padding: 5px 12px;
    flex: 0 1 25px; }
    .control-num input[type=button]:hover {
      color: #fff;
      background-color: #000;
      cursor: pointer; }
  .control-num input[type=text] {
    padding: .3em 1em;
    flex: 1 1 auto;
    border: none; }

.form-must {
  position: relative; }
  .form-must::before {
    color: #fa2a15;
    font-size: 26px;
    content: "*";
    position: absolute;
    top: 0;
    left: -.7em; }

/* ------------------------------ skin checkbox -------------------------- */
input[type="radio"],
input[type="checkbox"] {
  display: none; }

input[type="radio"] + span:before,
input[type="checkbox"] + span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-right: 10px;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="radio"] + span:before {
  content: "\e631";
  /* record */
  /*color: red;*/ }

input[type="radio"]:checked + span:before {
  content: "\e630";
  /* ok-circle */
  /*color: green;*/ }

input[type="checkbox"] + span:before {
  content: "\e62e";
  /* unchecked */
  /*color: #DDDDDD;*/ }

input[type="checkbox"]:checked + span:before {
  content: "\e62d";
  /* check */
  /*color: #000;*/ }

/*@import "_blog.scss";*/
/* ------------------------------ social links -------------------------- */
.social-links,
.social-profiles {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  /* margin-bottom: 29px; */
  margin-right: -9px; }

.social-links li,
.social-profiles li {
  display: inline-block;
  margin: 0 9px 0 9px;
  border-radius: 3px;
  box-shadow: 0 4px 0 transparent; }

.social-links li a {
  background: transparent;
  border: 2px solid #000;
  display: block;
  color: #000;
  font-size: 16px;
  width: 41px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.social-links li a:hover {
  color: #FFF;
  background: #f68b34;
  text-decoration: none;
  border-color: #f68b34; }

/*categary 分類選單*/
.categary-title {
  font-size: 1.4em;
  margin-bottom: .5em; }

.categary-show {
  display: none;
  border: 1px solid #acacb3; }

.categary-menu {
  font-size: 1.1em;
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 6px; }

.categary-menu li {
  margin-bottom: .5em; }

.categary-menu .menu-num {
  color: #777;
  float: right; }

.categary-menu .menu-lv {
  list-style-position: inside;
  padding: .5em 0 .3em 1em;
  line-height: 1.2; }

.categary-menu .menu-lv._lv3 li {
  font-size: 15px;
  position: relative;
  padding-left: 1em;
  margin-bottom: .2em; }
  .categary-menu .menu-lv._lv3 li:before {
    content: "";
    background-color: #f68b34;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px; }

/* member 會員中心 */
.member {
  min-height: 400px; }

.member h3 {
  margin-bottom: 16px;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee; }

/*pages 分頁*/
.pages {
  text-align: center;
  padding: .5em 0;
  margin: 1.5em 0; }
  .pages a, .pages span {
    color: #777;
    text-decoration: none;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.2;
    margin: 0 .3em;
    border: 2px solid #ddd;
    border-radius: 50px; }
  .pages a:hover {
    color: #333;
    border-color: #35c3c2;
    /*border-color: #45B099;*/
    cursor: pointer; }
  .pages span.active {
    color: #fff;
    font-weight: bold;
    background-color: #35c3c2;
    border-color: #35c3c2;
    /*background-color: #45B099;
        border-color: #45B099;*/ }

.addauto {
  margin-bottom: 30px; }

/* ------------------------------ media -------------------------- */
@media (max-width: 970px) {
  .productlist-side .search {
    margin: 0;
    margin-bottom: 1em; }
  .productlist-side .categary {
    display: flex;
    z-index: 100;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 1em; }
  .productlist-side .categary-title {
    font-size: 1.2em;
    position: relative;
    flex: 0 1 auto;
    margin: 0;
    margin-right: .5em; }
  .productlist-side .categary-show {
    color: #464e5a;
    font-size: 1.1em;
    display: inline;
    padding: .3em .5em;
    position: relative;
    flex: 1 1 auto;
    border: 2px solid #ddd; }
    .productlist-side .categary-show:hover {
      cursor: pointer;
      border-color: #35c3c2; }
    .productlist-side .categary-show [class^="icon-"] {
      color: #35c3c2;
      margin-top: -.5em;
      position: absolute;
      right: .3em;
      top: 50%; }
  .productlist-side .categary-menu {
    display: none;
    padding: 0 15px 0 57px;
    width: 100%;
    position: absolute;
    top: 5.6em;
    left: 0;
    z-index: 500; }
    .productlist-side .categary-menu &gt; li {
      background-color: #fff;
      border-top: none;
      border-right: 2px solid #35c3c2;
      border-left: 2px solid #35c3c2;
      margin: 0;
      padding: .4em 1em; }
      .productlist-side .categary-menu &gt; li:first-child {
        border-top: 2px solid #35c3c2; }
      .productlist-side .categary-menu &gt; li:last-child {
        border-bottom: 2px solid #35c3c2; }
  .productlist-main h3 {
    font-size: 1.2em; }
  .productlist-main .row {
    margin: 0 0; }
  .productlist-main .productlist-list h3 {
    margin-top: 1.5em; } }

@media (min-width: 767px) {
  .xl-hide {
    display: none; }
  .xl-show {
    display: block; } }

@media (max-width: 767px) {
  .md-hide {
    display: none; }
  .md-show {
    display: block; }
  #wrap {
    padding-top: 98px;
    overflow: hidden; }
  #main-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
  ul.nav-list &gt; li .menu-lv2 {
    display: block; }
  .productlist .col-sm-12,
  .productlist .col-sm-8,
  .productlist .col-sm-6,
  .productlist .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding: 0 15px 0 15px; }
  .productlist._index .productlist-info-container {
    margin: 10px; }
  .productlist-main h3 {
    margin-bottom: 15px; }
  .productlist-main .col-sm-12 {
    padding: 0 5px; }
  .productlist-main .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding: 2px 5px; }
  .productlist-info-container .product-title {
    height: 2.9em; }
  .productlist-info-container .product-price {
    font-size: 1em; }
  .menu-wrapper-area {
    z-index: 1000; }
  .nav-header {
    margin: 10px 0;
    min-height: 48px; }
  .nav-header-area {
    margin-bottom: 20px; }
  a.nav-brand {
    float: left;
    width: 50%;
    height: 43px;
    line-height: 43px;
    font-size: 28px;
    letter-spacing: -1px;
    border: 0;
    overflow: hidden; }
    a.nav-brand img {
      margin-left: -10px; }
  .cart {
    position: relative; }
  .menu-wrapper {
    /* display: none; */
    /*border-top: 8px solid #67C4B0;*/
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    height: 100%;
    background-color: #e9e9ec;
    font-size: 13px;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate(0);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  .menu-wrapper ul.nav-list {
    padding: 0 0 0 15px; }
    .menu-wrapper ul.nav-list li {
      display: list-item;
      margin: 0;
      text-align: left;
      font-size: 18px;
      padding-bottom: 14px;
      font-weight: 400;
      z-index: 100; }
      .menu-wrapper ul.nav-list li a {
        color: #464e5a;
        width: 75%;
        /* text-align: left; */
        text-transform: none;
        font-weight: 300;
        /* span::before	{
		color: #67C4B0;
		padding-left: 5px;
	}*/ }
        .menu-wrapper ul.nav-list li a:hover {
          color: #000; }
      .menu-wrapper ul.nav-list li.active {
        color: #35c3c2;
        font-weight: bold; }
  .menu-wrapper .menu-lv2 {
    position: relative;
    margin-bottom: 1em;
    top: 5px;
    left: 0;
    box-shadow: none;
    border: none;
    border-top: 1px solid #acacb3; }
    .menu-wrapper .menu-lv2 li {
      list-style-position: inside;
      color: #acacb3; }
  .menu-wrapper .close-menu {
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: .8em;
    right: 1.2em;
    z-index: 1003;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .product {
    /*text-align: center;*/ }
  /*.menu-wrapper .effect a span::before {
		color: #67C4B0;
	}*/
  /* center MT */
  footer, .product-btn, .product-colors,
  .title, .contact {
    text-align: center; }
  footer .pull-left, footer .pull-right {
    float: none !important; }
  .product-mobile .product-title,
  .product-mobile .product-price {
    font-size: 24px;
    margin-bottom: 0; }
  .product-mobile {
    margin-top: 15px;
    margin-bottom: 15px; }
  .product-mobile .product-mark {
    padding-top: 7px; }
  .product-mark {
    text-align: center; }
  .btn-right {
    text-align: center;
    float: none;
    margin: 0 auto 10px auto;
    display: block; }
  .product-btn .btn {
    display: block; }
  .social-menu * {
    display: inline-block; }
  .big-text {
    font-size: 290px; }
  .nav-list._sub {
    position: relative; } }

@media (max-width: 480px) {
  .big-text {
    font-size: 179px; } }

</pre></body></html>