@charset "UTF-8";
/* --------------------------------
//project: Indie Drinkster
-------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Karla:400,700);
@font-face {
  font-family: 'sofiaregular';
  src: url("fontface/sofia_regular-webfont.eot");
  src: url("fontface/sofia_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fontface/sofia_regular-webfont.woff2") format("woff2"), url("fontface/sofia_regular-webfont.woff") format("woff"), url("fontface/sofia_regular-webfont.ttf") format("truetype"), url("fontface/sofia_regular-webfont.svg#sofiaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sofiabold';
  src: url("fontface/sofia_bold-webfont.eot");
  src: url("fontface/sofia_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fontface/sofia_bold-webfont.woff2") format("woff2"), url("fontface/sofia_bold-webfont.woff") format("woff"), url("fontface/sofia_bold-webfont.ttf") format("truetype"), url("fontface/sofia_bold-webfont.svg#sofiabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #595959;
  font: normal 14px / 28px "微軟正黑體", 'sofiaregular', "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.01em;
  background-color: #f0f0f0;
}

/* --------------------------------
BASIC STYLE
-------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* --------------------------------
Links
-------------------------------- */
a {
  color: #000000;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
a:hover, a:focus {
  color: #424242;
  text-decoration: none;
  outline: none;
}

/* --------------------------------
Typography
-------------------------------- */
p {
  margin: 1.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #323232;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
}

/* --------------------------------
Responsive
-------------------------------- */
@media only screen and (max-width: 991px) {
  body {
    font: normal 13px / 28px "微軟正黑體", 'sofiaregular', "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  h1,
  .h1 {
    font-size: 30px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  h4,
  .h4 {
    font-size: 14px;
  }

  p {
    font-size: 13px;
    line-height: 180%;
  }
}
/* --------------------------------
Page Basic Style
-------------------------------- */
.container {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

main {
  min-height: calc(100vh - 340px);
}
@media only screen and (max-width: 991px) {
  main {
    min-height: calc(100vh - 320px);
  }
}
@media only screen and (max-width: 767px) {
  main {
    min-height: calc(100vh - 247px);
  }
}

#sb-site > .container {
  min-height: calc(100vh - 340px);
}

.page-right,
.page-left {
  margin: 20px 0;
}

.page-main {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
  float: left;
  width: 75%;
  margin-right: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .page-main {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.page-main a img {
  opacity: 1;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 400ms;
}
.page-main a img:hover {
  opacity: .8;
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 300ms;
}

.page-sidebar {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
  float: left;
  width: calc(25% - 25px);
  padding: 0 0 0 25px;
  border-left: 1px solid #e2e2e2;
}
@media only screen and (max-width: 991px) {
  .page-sidebar {
    float: none;
    width: 100%;
    padding: 0;
    border-left: 0;
  }
}

.page-content {
  padding: 50px 40px;
}
@media only screen and (max-width: 991px) {
  .page-content {
    padding: 25px 10px;
  }
}

/* --------------------------------
Page Load Animation
-------------------------------- */
.bg-init,
.animsition-overlay-slide {
  background-color: #202020;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.loader-wrap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #202020;
  display: table;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.loader-wrap .loader {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loader .bubble {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: #fff;
  -webkit-transform: translateY(0) rotate(45deg) scale(0);
          transform: translateY(0) rotate(45deg) scale(0);
  -webkit-animation: diamonds 1400ms linear infinite;
          animation: diamonds 1400ms linear infinite;
  background: url(../images/formsvg/bubble.svg);
}
.loader .bubble:nth-child(1) {
  -webkit-animation-delay: -1000ms;
          animation-delay: -1000ms;
}
.loader .bubble:nth-child(2) {
  -webkit-animation-delay: -2000ms;
          animation-delay: -2000ms;
}
.loader .bubble:nth-child(3) {
  -webkit-animation-delay: -3000ms;
          animation-delay: -3000ms;
}
.loader .bubble:nth-child(4) {
  -webkit-animation-delay: -4000ms;
          animation-delay: -4000ms;
}
.loader .bottle {
  background: url(../images/formsvg/bottle.svg) no-repeat center;
  width: 34px;
  height: 100px;
  position: relative;
  bottom: -100px;
}

@-webkit-keyframes diamonds {
  50% {
    -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
            transform: translateY(-50px) rotate(45deg) scale(1);
  }
  100% {
    -webkit-transform: translateY(-100px) rotate(45deg) scale(0.1);
            transform: translateY(-100px) rotate(45deg) scale(0.1);
  }
}

@keyframes diamonds {
  50% {
    -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
            transform: translateY(-50px) rotate(45deg) scale(1);
  }
  100% {
    -webkit-transform: translateY(-100px) rotate(45deg) scale(0.1);
            transform: translateY(-100px) rotate(45deg) scale(0.1);
  }
}
/* --------------------------------
Page Black Border
-------------------------------- */
#top,
#bottom,
#left,
#right {
  background: #202020;
  position: fixed;
  z-index: 99;
}

#left,
#right {
  top: 0;
  bottom: 0;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  #left,
  #right {
    width: 0;
  }
}

#left {
  left: 0;
}

#right {
  right: 0;
}

#top,
#bottom {
  left: 0;
  right: 0;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  #top,
  #bottom {
    height: 0;
  }
}

#top {
  top: 0;
}

#bottom {
  bottom: 0;
}

/* --------------------------------
Header and Menu
-------------------------------- */
header {
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}
header .logo {
  text-align: center;
  padding: 40px 30px;
}
header .logo img {
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  header .logo {
    padding: 5% 3%;
  }
  header .logo img {
    max-width: 50%;
  }
}

nav.top-control {
  background: #202020;
  z-index: 99;
  width: 100%;
  height: 42px;
  padding: 0 30px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  nav.top-control {
    padding: 0;
  }
}
nav.top-control > .logo {
  display: none;
  text-align: center;
  padding: 10px;
  position: absolute;
  left: calc(50% - 60px);
}
nav.top-control > .logo img {
  height: 25px;
}
@media only screen and (max-width: 991px) {
  nav.top-control > .logo {
    display: block;
  }
}

nav.scroll-hide {
  -webkit-transform: translate(0, -90px) !important;
  transform: translate(0, -90px) !important;
}

.sb-cart {
  display: none;
  font-size: 18px;
  margin: 10px;
  float: right;
}
.sb-cart a {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  height: 50px;
  .logo,
  .sb-cart {
    display: block;
  }
}
ul.top-control-nav {
  float: right;
}
@media only screen and (max-width: 991px) {
  ul.top-control-nav {
    display: none;
  }
}

ul.right-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  line-height: 40px;
}
ul.right-nav li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
ul.right-nav li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
ul.right-nav li a {
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  padding: 0 1em;
  display: block;
  color: #fff;
}
ul.right-nav li a:hover {
  background: #000;
}
@media only screen and (max-width: 480px) {
  ul.right-nav li a {
    font-size: 12px;
    padding: 0 1em;
  }
}
ul.right-nav li svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #fff;
}
@media only screen and (max-width: 480px) {
  ul.right-nav li.social-icon {
    display: none;
  }
}
ul.right-nav li.social-icon a {
  display: inline-block;
}

/* --------------------------------
FOOTER STYLE
-------------------------------- */
.footer {
  background-color: #ebebeb;
  padding-bottom: 100px;
}
.footer .social-icon svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #565656;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding-bottom: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 30%;
  }
}

/* --------------------------------
Index - Contact
-------------------------------- */
section.index-contact {
  padding: 30px 0;
  text-align: center;
}
section.index-contact .section-title h2 {
  color: #525252;
}
section.index-contact .footer-info {
  margin-top: 20px;
  color: #525252;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  text-align: center;
  line-height: 150%;
}
section.index-contact .footer-info a {
  color: #000;
}
@media only screen and (max-width: 767px) {
  section.index-contact .footer-info span {
    display: block;
  }
}
section.index-contact .title {
  font-size: 50px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #525252;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #202020;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  section.index-contact .title {
    font-size: 24px;
  }
}
section.index-contact .subtitle {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #525252;
}
section.index-contact .social-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 991px) {
  section.index-contact .social-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.index-contact .social-block {
  font-size: 16px;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  color: #525252;
  letter-spacing: 1px;
  margin-bottom: 20px;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.index-contact .social-block a {
  color: #525252;
}
@media only screen and (max-width: 767px) {
  section.index-contact .social-block {
    font-size: 14px;
  }
}
section.index-contact .social-icon {
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  -webkit-flex: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
section.index-contact .social-icon svg {
  vertical-align: middle;
  color: #525252;
}
@media only screen and (max-width: 991px) {
  section.index-contact {
    padding: 30px 40px 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  section.index-contact {
    padding: 15px 15px 0 15px;
  }
}

/* --------------------------------
Index Slider
-------------------------------- */
.sp-layer {
  width: 90%;
  max-width: 470px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  padding: 30px 20px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  white-space: normal !important;
}
@media only screen and (max-width: 480px) {
  .sp-layer {
    display: none;
  }
}
.sp-layer a {
  color: #fff;
}
.sp-layer .slide-info {
  margin: 0;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
}
.sp-layer .caption {
  margin: 0;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 1px;
}
.sp-layer .title {
  margin: 10px 0;
  color: #fff;
  font-size: 30px;
  font-family: "Calibri", serif, "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
}

.sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-bottom-thumbnails .sp-thumbnail-container {
  overflow: visible !important;
  margin: 0;
  position: relative;
}
.sp-bottom-thumbnails .sp-thumbnail-container:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px solid #ddd;
  top: 0;
  right: 0;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.sp-bottom-thumbnails .sp-thumbnail-container:last-child:before {
  border-right: 0;
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: 15px;
  width: 100% !important;
}
.sp-bottom-thumbnails.sp-has-pointer .thumbnail-text {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .sp-bottom-thumbnails.sp-has-pointer .thumbnail-text {
    margin-left: 20px;
  }
}
.sp-bottom-thumbnails.sp-has-pointer .thumbnail-title {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.13em;
  color: #868686;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .sp-bottom-thumbnails.sp-has-pointer .thumbnail-title {
    -webkit-line-clamp: 1;
  }
}
.sp-bottom-thumbnails.sp-has-pointer .thumbnail-description {
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #9e9e9e;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sp-bottom-thumbnails.sp-has-pointer:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ddd;
  top: 0;
  margin-top: 0px;
}
.sp-bottom-thumbnails.sp-has-pointer:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ddd;
  bottom: 0;
  margin-top: 0px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail .thumbnail-title {
  color: #000;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 1px;
  border-bottom: 0;
  top: initial;
  margin-top: initial;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -13px;
  margin-left: -8px;
  border-bottom: 13px solid #c99964;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail .sp-button {
  border: 0;
  background: #ddd;
  width: 8px;
  height: 8px;
}

#shop .sp-thumbnail-image {
  height: 100%;
}
#shop .sp-thumbnail-image-container {
  width: 100px;
  height: 125px;
  overflow: hidden;
  float: left;
}
#shop .sp-button {
  border: 2px solid #C1C1C1;
  background: #ddd;
  width: 13px;
  height: 13px;
  position: relative;
}
#shop .sp-button:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background-color: #484848;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#shop .sp-selected-button {
  background-color: transparent;
}
#shop .sp-selected-button:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#index-slider .sp-arrow {
  right: 20px;
  background: #B7B7B7;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
#index-slider .sp-previous-arrow:before,
#index-slider .sp-previous-arrow:after,
#index-slider .sp-next-arrow:before,
#index-slider .sp-next-arrow:after {
  background-color: #FFFFFF;
  width: 2px;
}
#index-slider .sp-previous-arrow {
  left: -50px;
}
#index-slider .sp-previous-arrow:before {
  left: 37%;
  top: 33%;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  height: 30%;
}
#index-slider .sp-previous-arrow:after {
  left: 50%;
  top: 35%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#index-slider .sp-next-arrow {
  right: -50px;
}
#index-slider .sp-next-arrow:before {
  right: 37%;
  top: 33%;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  height: 30%;
}
#index-slider .sp-next-arrow:after {
  right: 50%;
  top: 35%;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sp-selectable {
  cursor: pointer;
}

.sp-caption-container {
  position: relative;
}

/* --------------------------------
Nivo Lightbox
-------------------------------- */
.nivo-lightbox-wrap {
  position: absolute;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: none;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover::before, .nivo-lightbox-theme-default .nivo-lightbox-close:hover::after {
  background: #323232;
}
.nivo-lightbox-theme-default .nivo-lightbox-close::before, .nivo-lightbox-theme-default .nivo-lightbox-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.nivo-lightbox-theme-default .nivo-lightbox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 1px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 1px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: 2%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 18px/36px "sofiabold", "微軟正黑體", "Heiti TC";
  font-style: normal;
  font-weight: normal;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}

/* --------------------------------
Nice Select
-------------------------------- */
select {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}
/*------------------------------------------------------------------
Navigation - off canvas menu
-------------------------------------------------------------------*/
#sb-site {
  -webkit-backface-visibility: initial;
  min-height: 100% !important;
  background-image: url("../images/bg.jpg");
  z-index: 98;
  padding-top: 40px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  #sb-site {
    padding: 0;
    padding-top: 40px;
  }
}
#sb-site.darken {
  opacity: 0.1;
}

.sb-slidebar {
  position: fixed !important;
  top: 0;
  background-color: #0E0E0E;
}

.sb-toggle-left {
  margin: 10px;
  color: #FFF;
  position: relative;
  z-index: 999;
  float: left;
  display: none;
  height: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .sb-toggle-left {
    display: block;
  }
}

#lines {
  width: 25px;
  height: 8px;
  margin: 3% auto;
  border-top: 2px solid white;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.close {
  opacity: 1;
}

#lines::before {
  position: absolute;
  top: 8px;
  content: '';
  border-top: 2px solid white;
  width: 25px;
  height: 8px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

#lines::after {
  position: absolute;
  top: 16px;
  border-top: 2px solid white;
  content: '';
  width: 25px;
  height: 8px;
  -webkit-transition: 300ms;
  transition: 300ms;
}

/* CLOSE ICON */
#lines.close {
  border-top: 1px solid transparent;
}

#lines.close::before {
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-1.3px, 0px);
  transform: rotate(45deg) translate(-1.3px, 0px);
}

#lines.close::after {
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translate(9px, -5px);
  transform: rotate(-45deg) translate(9px, -5px);
}

.mobilenav {
  margin-top: 40px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobilenav .icon-right-open-mini {
  float: right;
}

.mobilenav h2 {
  margin: 0;
  padding: 1em;
  color: #fff;
  text-shadow: 0 0 1px rgba(50, 50, 50, 0.1);
  font-weight: 300;
  font-size: 1.5em;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
}

.mobilenav a {
  text-decoration: none;
  padding: .8em 1.8em;
  font-size: 13px;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.8;
}

.mobilenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobilenav li svg {
  margin-left: 5px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  fill: #fff;
}
.mobilenav li.mobilenav-back {
  font-weight: bold;
}
.mobilenav li.mobilenav-back svg {
  margin-right: 15px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  fill: #fff;
}

.mobilenav-sub {
  display: none;
}

.mobilenav .search {
  padding: 0em 1em;
  background-color: #F7F7F7;
}

.mobilenav .member-link {
  padding: 0em 1em;
  text-align: center;
}
.mobilenav .member-link > a {
  display: inline-block;
  width: inherit;
  padding: 1em;
}

.mobilenav li.toggle-nav {
  background-color: #F7F7F7;
}
.mobilenav li.toggle-nav a {
  display: inline-block;
  width: inherit;
  color: #8B8B8B;
  cursor: pointer;
}

/* --------------------------------
Nav Search
-------------------------------- */
.mobile-search {
  display: inline-block;
  text-align: left;
}
.mobile-search .search-wrap {
  display: inline-block;
  background: inherit;
  border-radius: 5px;
  margin: 0;
}
.mobile-search .search-wrap .search-button,
.mobile-search .search-wrap .search-input {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile-search .search-wrap .search-button {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: inherit;
  color: #888;
}
.search-exp .mobile-search .search-wrap .search-button {
  color: #c9c9c9;
}
.mobile-search .search-wrap .search-input {
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  width: 210px;
  color: #CBCBCB;
}

/* --------------------------------
Mega Menu
-------------------------------- */
.megamenu {
  position: relative;
  width: 600px;
  left: 10%;
}

.menu-container {
  position: relative;
  width: 600px;
  left: 8%;
}
@media only screen and (max-width: 1201px) {
  .menu-container {
    left: 0%;
  }
}
@media only screen and (max-width: 991px) {
  .menu-container {
    display: none;
  }
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}
.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
.menu > ul > li > a {
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  padding: 0 2em;
  display: block;
  color: #fff;
  line-height: 42px;
}
.menu > ul > li:hover {
  background: #000;
}
.menu > ul > li > ul {
  display: none;
  background: #000;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

ul.mega-dropdown {
  margin: 0;
  padding: 30px;
  min-width: 730px;
}
ul.mega-dropdown ul.flex-cloumn,
ul.mega-dropdown li {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.mega-dropdown ul.flex-cloumn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 120px;
  padding: 0 15px;
}
ul.mega-dropdown li {
  height: 30px;
  margin-bottom: 10px;
}
ul.mega-dropdown a {
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 0 1em;
  display: block;
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease .3;
  transition: all ease .3;
}
ul.mega-dropdown a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* --------------------------------
Sweet Alert
-------------------------------- */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  width: 478px;
  padding: 17px;
  border-radius: 2px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert button {
  color: #fff;
  background-color: #232323 !important;
  border-radius: 0;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
}
.sweet-alert button:hover, .sweet-alert button:focus {
  color: #fff;
  background: #050505;
}

.container-fluid {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
}

/* --------------------------------
Grid for five Layout
-------------------------------- */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* --------------------------------
From Layout
-------------------------------- */
.form-control {
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  border: 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  color: #737373;
  background: #DEDEDC;
  padding: 15px;
  line-height: 20px;
  height: auto;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  box-shadow: none;
  border-radius: 2px;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  letter-spacing: 0.15em;
}

.form-control:focus {
  background: #c5c5c0;
  border-color: #E6BEBC;
  outline: 0 !important;
  box-shadow: none;
}
.form-control:focus:-moz-placeholder, .form-control:focus:-ms-input-placeholder, .form-control:focus:-webkit-input-placeholder {
  color: #757575;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-control[disabled], .form-control[readonly] {
  background: #f8f8f8;
  color: rgba(98, 98, 98, 0.23);
}

.form-trandparent {
  background: transparent;
  border: 0;
  max-width: 120px;
  padding: 10px 0;
}

select.form-control,
select.form-control:focus {
  background-image: url("../images/formsvg/cd-icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  background-size: 20px;
}

fieldset[disabled] .form-control {
  background: #f8f8f8;
  color: rgba(98, 98, 98, 0.23);
}

label {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 0.1em;
  color: #202020;
  text-transform: uppercase;
  font-size: 14px;
}

.form-group {
  font-size: 14px;
  margin-bottom: 10px;
}
.form-group > div {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form-group .form-group {
    margin-bottom: 8px;
  }
}

.input-group-addon {
  background-color: #212121;
  border: 0px;
  padding: 6px 18px;
  cursor: pointer;
}
.input-group-addon svg {
  color: #fff;
  fill: #fff;
  width: 1em;
  height: 1em;
}

/* --------------------------------
Buttons
-------------------------------- */
.btn {
  padding: 12px 20px;
  margin-bottom: 10px;
}

.btn-wide {
  padding: 17px 20px;
}

.btn-dark {
  color: #fff;
  background: #232323;
  border-radius: 0;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
}
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background: #050505;
}

.btn-grey {
  color: #777777;
  background: #d6d6d6;
  border-radius: 0;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
}
.btn-grey:hover, .btn-grey:focus {
  color: #F5F5F5;
  background: #a2a2a2;
}

/* --------------------------------
Tab Style
-------------------------------- */
.nav-tabs {
  border-bottom: 1px solid #3E3E3E;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 20px;
}
.nav-tabs > li:last-child {
  margin-right: 0;
}
.nav-tabs > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.75em 0;
  text-align: center;
  color: #262626;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  font-size: 13px;
}
.nav-tabs > li > a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1B1B1B;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
  color: #262626;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs > li.active > a:before, .nav-tabs > li.active > a:hover:before, .nav-tabs > li.active > a:focus:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tab-content img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .nav-tabs {
    border-bottom: 0;
  }

  .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
    width: 100% !important;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: #dddddd;
  }
}
/* --------------------------------
Accordion
-------------------------------- */
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #fff;
  color: #323232;
}
.panel-default > .panel-heading i {
  color: #dec4ad;
  font-size: 18px;
}
.panel-default > .panel-heading .panel-title a {
  font-size: 16px;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
}
.panel-default > .panel-heading a:hover,
.panel-default > .panel-heading a:focus {
  color: black;
  text-decoration: none;
  outline: none;
}

/* --------------------------------
Table Style
-------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 10px 10px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 16px;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .table th,
  .table td {
    font-size: 13px;
  }
}

.table thead th,
.table thead td {
  text-align: left;
  padding: 15px 10px;
  line-height: 18px;
  vertical-align: middle;
  font-size: 13px;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  letter-spacing: 0.15em;
}

.table thead tr {
  border-bottom: 1px solid #ddd;
}

.table thead th {
  vertical-align: bottom;
  color: #A2A2A2;
  font-weight: normal;
  text-transform: uppercase;
}

.table tbody th {
  color: #323232;
  font-weight: 100;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #DDDDDD;
}

.table tfoot tr {
  border-top: 1px solid #DDDDDD;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table tbody tr td,
.table tfoot tr td {
  border-left: 0px solid #DDDDDD;
}
.table tbody tr td:first-child,
.table tfoot tr td:first-child {
  border-left: 0px solid #DDDDDD;
}

.table thead tr th,
.table tfoot tr th {
  border-left: 0px solid #DDDDDD;
}
.table thead tr th:first-child,
.table tfoot tr th:first-child {
  border-left: 0px solid #DDDDDD;
}

table .highlight {
  color: #6C6C6C;
}
table .order-shipping,
table .order-total {
  background: #F7F7F7;
}
table .color a {
  display: inline-block;
  padding: 6px;
  margin-right: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
}
table .color a:hover {
  border-color: #BD968F;
}

/* --------------------------------
Responsive Table
-------------------------------- */
@media only screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 5px 20px;
    line-height: 18px;
    vertical-align: middle;
    border-top: 1px solid #ebebe9;
  }

  /* Force table to not be like tables anymore */
  #responsive-table table,
  #responsive-table thead,
  #responsive-table tbody,
  #responsive-table th,
  #responsive-table td,
  #responsive-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 0;
    position: relative;
    padding-left: 35%;
    white-space: normal;
    text-align: left;
    min-height: 30px;
  }

  #responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    color: #9A9A9A;
  }

  #responsive-table tr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
  }
  #responsive-table tr:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }

  #responsive-table .no-reponsive-td {
    padding-left: 0;
  }

  #responsive-table td:before {
    content: attr(data-title);
  }

  #responsive-table.table-cart tbody tr td:before {
    position: relative;
    left: 0;
    width: 0;
    padding-right: 10px;
  }
  #responsive-table.table-cart td.product-title:before,
  #responsive-table.table-cart td.product-img:before,
  #responsive-table.table-cart td.product-size:before,
  #responsive-table.table-cart td.out-of-stock:before {
    display: none;
  }

  #responsive-table tr {
    position: relative;
  }

  #responsive-table td.remove {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
  }

  .table-order-info td {
    border-top: 0;
  }

  .table-cart tbody td {
    display: block;
    padding: 0 0 2px 0;
    text-align: left;
    width: auto;
    margin: 0;
    padding-left: 90px !important;
  }
  .table-cart thead {
    display: none;
  }
  .table-cart .product-img {
    width: 80px;
    float: left;
    text-align: center !important;
    padding-left: 0 !important;
  }
}
/* --------------------------------
Table for Checkout
-------------------------------- */
.checkout-list {
  /* Force table to not be like tables anymore */
}
.checkout-list .table {
  margin-bottom: 0;
}
.checkout-list .table th,
.checkout-list .table td {
  padding: 5px 20px;
  line-height: 18px;
  vertical-align: middle;
  border-top: 1px solid #ebebe9;
  font-size: 14px;
}
.checkout-list #responsive-table table,
.checkout-list #responsive-table thead,
.checkout-list #responsive-table tbody,
.checkout-list #responsive-table th,
.checkout-list #responsive-table td,
.checkout-list #responsive-table tr {
  display: block;
}
.checkout-list #responsive-table td {
  /* Behave  like a "row" */
  border: none;
  border-bottom: 0;
  position: relative;
  padding-left: 35%;
  white-space: normal;
  text-align: left;
  min-height: 30px;
}
.checkout-list #responsive-table td:before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  left: 6px;
  width: 35%;
  padding-right: 10px;
  white-space: nowrap;
  text-align: left;
  color: #9A9A9A;
}
.checkout-list #responsive-table tr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.checkout-list #responsive-table tr:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.checkout-list #responsive-table .no-reponsive-td {
  padding-left: 0;
}
.checkout-list #responsive-table td:before {
  content: attr(data-title);
}
.checkout-list #responsive-table.table-cart tbody tr td:before {
  position: relative;
  left: 0;
  width: 0;
  padding-right: 10px;
}
.checkout-list #responsive-table.table-cart td.product-title:before,
.checkout-list #responsive-table.table-cart td.product-img:before,
.checkout-list #responsive-table.table-cart td.product-size:before {
  display: none;
}
.checkout-list #responsive-table tr {
  position: relative;
}
.checkout-list #responsive-table td.remove {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
.checkout-list .table-order-info td {
  border-top: 0;
}
.checkout-list .table-cart tbody td {
  display: block;
  padding: 0 0 2px 0;
  text-align: left;
  width: auto;
  margin: 0;
  padding-left: 90px !important;
}
.checkout-list .table-cart thead {
  display: none;
}
.checkout-list .table-cart .product-quantity {
  height: 30px;
}
.checkout-list .table-cart .product-img {
  width: 80px;
  float: left;
  text-align: center !important;
  padding-left: 0 !important;
}
.checkout-list .table-cart td.out-of-stock {
  font-size: 12px;
  letter-spacing: 1px;
}
.checkout-list .table-cart .out-of-stock:before {
  display: none;
}

video {
  max-width: 100%;
  height: auto;
}

div.header-panel {
  border-bottom: solid 1px #ebebeb;
  padding: 15px 0 10px 0;
}
@media only screen and (max-width: 991px) {
  div.header-panel {
    display: none;
  }
}

/* --------------------------------
Back to top Button
-------------------------------- */
.go-top {
  position: fixed;
  bottom: 0.6em;
  right: 0.6em;
  text-decoration: none;
  color: white;
  font-size: 12px;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.go-top:hover,
.go-top:focus {
  color: white;
  background-color: black;
}

@media only screen and (max-width: 767px) {
  .go-top {
    padding: 0.8em;
    bottom: 4em;
    right: 0.5em;
    font-size: 12px;
    width: 3em;
    height: 3em;
    line-height: 1;
  }
}
/* --------------------------------
Breadcrumb
-------------------------------- */
.breadcrumb {
  list-style: none;
  padding: 0;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 1px;
  margin-bottom: 0;
  background: transparent;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0;
  padding: 0 5px;
  content: '>';
  color: #aaa;
  font-family: fontello;
}
.breadcrumb a {
  color: #323232;
}

/* --------------------------------
Nav Search
-------------------------------- */
.nav-search {
  display: inline-block;
  text-align: left;
}
.nav-search .search-wrap {
  display: inline-block;
  background: inherit;
  border-radius: 5px;
  margin: 0;
}
.nav-search .search-wrap .search-button,
.nav-search .search-wrap .search-input {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-search .search-wrap .search-button {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: inherit;
  color: #888;
}
.search-exp .nav-search .search-wrap .search-button {
  color: #c9c9c9;
}
.nav-search .search-wrap .search-input {
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  width: 0;
  color: #CBCBCB;
}
.search-exp .nav-search .search-wrap .search-input {
  width: 120px;
}
@media screen only and (max-width: 768px) {
  .search-exp .nav-search .search-wrap .search-input {
    width: 180px;
  }
}

/* --------------------------------
Pagination
-------------------------------- */
.pager-right {
  text-align: center;
}

.pagination {
  margin: 0 auto;
  margin: 15px;
}
.pagination > li > a,
.pagination > li > span {
  color: #808080;
  fill: #808080;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  border: 0px solid #E8E8E8;
  background-color: transparent;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #C99A66;
  fill: #C99A66;
  background-color: transparent;
  border-color: #E8E8E8;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #bfbfbf;
  border-color: #e8e8e8;
  border-radius: 50%;
  color: #FFF;
}
.pagination svg {
  width: 30px;
  height: 30px;
}

/* --------------------------------
Bottom Warning Sign
-------------------------------- */
.warning-banner {
  position: fixed;
  bottom: 10px;
  text-align: right;
}
.warning-banner img {
  max-width: 100%;
  max-width: 95%;
  padding-right: 120px;
}
@media only screen and (max-width: 991px) {
  .warning-banner img {
    padding-right: 0;
    max-width: 80%;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .warning-banner img {
    max-width: 73%;
    margin: 0;
    float: none;
    margin-left: 5%;
  }
}

/* --------------------------------
Bottom Warning Sign
-------------------------------- */
.modaal-container {
  width: 580px;
}

section > .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
}
@media only screen and (max-width: 480px) {
  section > .container {
    padding: 0 15px;
  }
}

.section-title {
  text-align: center;
  margin: 0 0 30px;
}
.section-title h2 {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0;
  margin: 0;
}
.section-title h2 span {
  color: #c0c0c0;
  padding: 0 10px;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
}
@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title h2 {
    font-size: 18px;
  }
}

/* --------------------------------
Index - Banner
-------------------------------- */
.index-banner {
  max-width: 860px;
  margin: 0 auto;
}

/* --------------------------------
Index - Product
-------------------------------- */
section.index-hotprod {
  padding: 30px 0;
}

.index-prod-list {
  list-style: none;
  padding: 0;
}
.index-prod-list .item {
  text-align: center;
  padding: 20px;
}
.index-prod-list .item .prod-block .prod-image {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.index-prod-list .item .prod-block .prod-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.index-prod-list .item .prod-block .prod-image a {
  display: block;
}
.index-prod-list .item .prod-block .prod-image img {
  width: 100%;
  margin: 0 auto;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.index-prod-list .item .prod-block .prod-image .overlay {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.index-prod-list .item .prod-block .prod-image .overlay .border {
  margin: 10%;
  border: 2px solid #fff;
  height: 80%;
}
.index-prod-list .item .prod-block .prod-image .overlay .border svg {
  width: 70%;
  height: 70%;
  margin-top: 15%;
  vertical-align: middle;
  color: #fff;
  fill: #fff;
}
.index-prod-list .item .prod-name {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-prod-list .item .prod-name-en {
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  font-size: 13px;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index-prod-list .item .prod-des {
  padding-top: 10px;
  border-top: 1px solid #cecece;
  margin-top: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 73px;
}
@media only screen and (max-width: 991px) {
  .index-prod-list .item .prod-des {
    height: 67px;
  }
}
.index-prod-list .item .btn {
  letter-spacing: 1px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.index-prod-list .item .btn span.price {
  color: #baa371;
}
.index-prod-list .item .btn span.price:before {
  content: 'NT';
  margin-right: 3px;
}
.index-prod-list .item .btn span.deco {
  color: #636363;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
}
.index-prod-list .owl-controls .owl-buttons div {
  background: transparent;
  padding: 3px 2em;
  opacity: 1;
}
.index-prod-list .owl-controls .owl-buttons div svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  color: #000;
  fill: #000;
}

/* --------------------------------
Index - About
-------------------------------- */
section.index-about {
  padding: 30px 0;
  background: #ebebeb;
}
section.index-about .about-block {
  padding: 25px 25px 0 25px;
  max-width: 400px;
  margin: 0 auto;
  text-align: justify;
}
section.index-about .about-block img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 480px) {
  section.index-about .about-block img {
    max-width: 250px;
  }
}
section.index-about .title {
  text-align: center;
  letter-spacing: 2px;
}

/* --------------------------------
Index - Order
-------------------------------- */
section.index-order {
  padding: 30px 0;
  background: #ebebeb;
  text-align: center;
}
section.index-order .subtitle {
  margin: 0 auto;
  letter-spacing: 0.1em;
  color: #3a3a3a;
  line-height: 1.8;
  text-align: justify;
  padding: 0 15px;
}
section.index-order .social-row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 5% 5% 0 5%;
}
@media only screen and (max-width: 767px) {
  section.index-order .social-row {
    display: block;
    margin: 2% 2% 0 2%;
  }
}
section.index-order .social-block {
  font-size: 16px;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  color: #222221;
  letter-spacing: 1px;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  section.index-order .social-block {
    width: 50%;
    margin-bottom: 25px;
    float: left;
  }
}
section.index-order .deco-block {
  border-top: 3px solid #5D5D5D;
  height: 1px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  section.index-order .deco-block {
    display: none;
  }
}
section.index-order .social-icon {
  padding: 25px;
  margin-bottom: 15px;
  width: 130px;
  height: 130px;
  background: #202020;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  line-height: 180%;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, -webkit-transform;
  transition-property: transform, all;
  transition-property: transform, all, -webkit-transform;
}
section.index-order .social-icon svg {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  color: #fff;
  fill: #fff;
}
@media only screen and (max-width: 767px) {
  section.index-order .social-icon {
    padding: 18px;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
  }
  section.index-order .social-icon svg {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    color: #fff;
    fill: #fff;
  }
}
section.index-order .social-icon:hover {
  background: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
section.index-order .icon-title {
  display: block;
  width: 140px;
  margin: 0 auto;
  line-height: 1.5;
}

/* --------------------------------
Index - Customize
-------------------------------- */
section.index-customize {
  text-align: center;
}
section.index-customize img {
  margin: 40px auto;
  max-width: 100%;
}

/* --------------------------------
About
-------------------------------- */
.page-about {
  max-width: 950px;
  margin: 0 auto;
  text-align: justify;
}

.about-content {
  margin: 20px auto;
}
.about-content .content-text {
  margin: 0 auto;
  float: none;
}
@media only screen and (max-width: 767px) {
  .about-content .content-text {
    margin-bottom: 30px;
  }
}
.about-content a {
  text-decoration: underline;
}

.about-block-row .about-block {
  padding: 25px;
  max-width: 400px;
  margin: 0 auto;
}
.about-block-row .about-block img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 480px) {
  .about-block-row .about-block img {
    max-width: 250px;
  }
}
.about-block-row .title {
  text-align: center;
  letter-spacing: 2px;
}

/* --------------------------------
Cotnact
-------------------------------- */
.contact-wrapper {
  max-width: 1200px;
}

.contact-intro {
  max-width: 500px;
  margin: 50px auto;
  text-align: center;
}
.contact-intro h1 {
  font-size: 50px;
  letter-spacing: 0.155em;
}
.contact-intro p {
  color: #848484;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .contact-intro {
    margin: 20px auto;
  }
  .contact-intro h1 {
    font-size: 30px;
  }
}

.contact-method {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-method li {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-method span {
  padding: 10px 0 15px 20px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}
.contact-method svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  color: #000;
  fill: #000;
}
@media only screen and (max-width: 480px) {
  .contact-method li {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0;
  }
  .contact-method span {
    padding: 15px 0 15px 5px;
  }
  .contact-method svg {
    width: 30px;
    height: 30px;
  }
}

.google-maps {
  position: relative;
  height: 0;
  min-height: 400px;
  margin-bottom: 50px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 10px solid #dddddd;
  border: 8px solid #D6D6D6;
  box-shadow: 0px 0px 15px #B3B3B3;
}

.social-section-title {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  margin: 50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .social-section-title {
    font-size: 14px;
  }
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.contact-social {
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  text-transform: uppercase;
  text-align: center;
}
.contact-social span {
  padding: 15px 10px;
}
.contact-social svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  color: #000;
  fill: #000;
}
@media only screen and (max-width: 991px) {
  .contact-social span {
    display: block;
  }
  .contact-social svg {
    width: 30px;
    height: 30px;
  }
}

/* --------------------------------
Brands
-------------------------------- */
.shop-wrapper {
  max-width: 1500px;
}

.shop-detail-wrapper {
  max-width: 1200px;
}

/* --------------------------------
Product-List
-------------------------------- */
.prod-list {
  list-style: none;
  padding: 0;
}
.prod-list li {
  text-align: center;
  padding: 20px;
}
.prod-list li .prod-block .prod-image {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.prod-list li .prod-block .prod-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.prod-list li .prod-block .prod-image a {
  display: block;
}
.prod-list li .prod-block .prod-image img {
  width: 100%;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.prod-list li .prod-block .prod-image .overlay {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.prod-list li .prod-block .prod-image .overlay .border {
  margin: 10%;
  border: 2px solid #fff;
  height: 80%;
}
.prod-list li .prod-block .prod-image .overlay .border svg {
  width: 70%;
  height: 70%;
  margin-top: 15%;
  vertical-align: middle;
  color: #fff;
  fill: #fff;
}
.prod-list li .prod-name {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.prod-list li .prod-name-en {
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  font-size: 13px;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.prod-list li .prod-des {
  padding-top: 10px;
  border-top: 1px solid #cecece;
  margin-top: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 73px;
}
@media only screen and (max-width: 991px) {
  .prod-list li .prod-des {
    height: 67px;
  }
}
.prod-list li .btn {
  letter-spacing: 1px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.prod-list li .btn span.price {
  color: #baa371;
}
.prod-list li .btn span.price:before {
  content: 'NT';
  margin-right: 3px;
}
.prod-list li .btn span.deco {
  color: #636363;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
}
.prod-list li:nth-child(5n+1) {
  clear: left;
}
@media only screen and (max-width: 1201px) {
  .prod-list li:nth-child(3n+1) {
    clear: left;
  }
  .prod-list li:nth-child(5n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 767px) {
  .prod-list li:nth-child(2n+1) {
    clear: left;
  }
  .prod-list li:nth-child(3n+1) {
    clear: none;
  }
  .prod-list li:nth-child(5n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 480px) {
  .prod-list li {
    width: 100%;
  }
}

/* --------------------------------
Shop Detail Page
-------------------------------- */
.shop-detail {
  margin-top: 15px;
}

.shop-detail .content .title {
  font-size: 30px;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.shop-detail .content .subtitle {
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  font-size: 16px;
  color: #585858;
  letter-spacing: 0.05em;
}
.shop-detail .content .price {
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  letter-spacing: 1px;
  font-size: 28px;
  color: #baa371;
  margin-bottom: 30px;
}
.shop-detail .content .price:before {
  content: 'NT';
  font-size: 18px;
}
.shop-detail .content .price .unit {
  content: '/瓶';
  font-size: 18px;
}
.shop-detail .content .info {
  margin: 20px 0;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  color: #8c8c8c;
  letter-spacing: 1px;
}
.shop-detail .content .info:before {
  content: 'Alc. Vol.';
}
.shop-detail .content .action .block {
  width: 50%;
  padding-right: 15px;
  float: left;
}
.shop-detail .content .action .block:nth-child(2) {
  padding-right: 0;
}
@media only screen and (max-width: 480px) {
  .shop-detail .content .action .block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.shop-detail .content .back {
  text-align: right;
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 0.10em;
  margin-top: 15px;
}
.shop-detail .content .back svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
  color: #000;
  fill: #000;
}
.shop-detail .content .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 3px solid #757575;
  background: #ececec;
  color: #757575;
  padding: 11px 20px;
  position: relative;
}
.shop-detail .content .quantity .unit {
  color: #9C9C9C;
}
.shop-detail .content .btn {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.shop-detail .content .btn svg {
  width: 1.9em;
  height: 1.9em;
  vertical-align: middle;
  margin-right: 5px;
  fill: #fff;
}
.shop-detail .content .btn span.mail {
  color: #818181;
  text-transform: lowercase;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .shop-detail .content .btn span.mail {
    display: block;
    margin-top: 15px;
  }
}

.product-tab .tab-content {
  line-height: 1.8;
}

/* --------------------------------
Shop You might Like
-------------------------------- */
.shop-recommend-wrapper {
  background: #e9e9e9;
  margin-top: 3%;
}

.shop-recommend {
  margin: 0 auto;
  max-width: 1500px;
  padding: 3% 0;
}
.shop-recommend .title {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 3%;
}

/* --------------------------------
Member Style
-------------------------------- */
.content-member {
  padding: 20px 0;
  margin-bottom: 20px;
}

.member-title {
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #202020;
  letter-spacing: 0.08em;
  font-weight: bold;
  border-bottom: 1px solid #CECECE;
}

.member-section-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 100;
}

/* --------------------------------
Member Account
-------------------------------- */
.dl-menuwrapper {
  display: none;
}
.dl-menuwrapper button {
  padding: 14px;
  color: #fff;
  background: #202020;
}
.dl-menuwrapper button.dl-active, .dl-menuwrapper button:hover {
  background: #2D2D2D;
}
.dl-menuwrapper ul {
  background: #060606;
}
.dl-menuwrapper ul li a {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  color: #DCDCDC;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .dl-menuwrapper {
    display: block;
  }
}

.no-touch .dl-menuwrapper li a:hover {
  background: #1d1d1d;
}

@media only screen and (max-width: 991px) {
  .member-nav-wrapper {
    display: none;
  }
}

.member-nav a {
  display: inline-block;
  border-right: 0;
  padding: 1em;
  font-size: 16px;
  border-bottom: 1px solid #F5F3EF;
}

.account-info {
  list-style: none;
  padding: 0;
}

span.verified svg {
  fill: green;
  color: green;
  width: 1.7em;
  height: 1.7em;
  vertical-align: middle;
}

span.unverified svg {
  color: #7e7e7e;
  fill: #7e7e7e;
  width: 1.7em;
  height: 1.7em;
  vertical-align: middle;
}

/* --------------------------------
Member Login
-------------------------------- */
#login-box {
  max-width: 400px;
  margin: 5% auto;
}
#login-box form {
  padding: 15%;
  position: relative;
}
#login-box .btn {
  margin-top: 5px;
}

#password-send-box {
  max-width: 500px;
  margin: 10% auto;
}

.login-pull > a + a:before {
  padding: 0;
  padding-right: 5px;
  content: '|';
  color: #aaa;
  font-family: fontello;
}

/* --------------------------------
Register 
-------------------------------- */
#register-form {
  margin-top: 40px;
  max-width: 500px;
  margin: 5% auto;
}

/* --------------------------------
Member Register Complete
-------------------------------- */
.register-complete {
  max-width: 500px;
  margin: 0 auto;
  margin: 5% auto;
}
.register-complete i {
  font-size: 200px;
  color: #323232;
}

.register-complete-text {
  border-top: 1px solid #D2D2D2;
  margin-top: 20px;
  padding-top: 15px;
}
.register-complete-text p {
  margin: 0;
}

/* --------------------------------
Checkout
-------------------------------- */
.product-img {
  text-align: center;
}
.product-img img {
  max-height: 100px;
}
.product-img a {
  display: block;
}

.product-title {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-quantity {
  height: 50px;
}

.checkout-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #8A8A8A;
}

.mobile-label {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mobile-label {
    display: inline;
  }
}

.out-of-stock {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #D82D2D;
}

/* --------------------------------
Checkout Payment
-------------------------------- */
.content-checkout {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .content-checkout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.checkout-payment {
  -webkit-box-flex: 1;
  -webkit-flex: 1 2 100%;
      -ms-flex: 1 2 100%;
          flex: 1 2 100%;
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .checkout-payment {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-right: 0px;
  }
}

.checkout-cart {
  -webkit-flex: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 380px;
}
@media only screen and (max-width: 991px) {
  .checkout-cart {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.checkout-section {
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

table.checkout-payment-method {
  font-size: 14px;
}
table.checkout-payment-method .radio {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
table.checkout-payment-method input[type="radio"] {
  float: none;
}

/* --------------------------------
Totol and shippin block
-------------------------------- */
.cart-list-wrap {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
}

.cart-total {
  padding: 10px 20px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(130, 130, 130, 0.25);
}
.cart-total .total-item {
  display: block;
  padding-left: 65%;
  margin-bottom: 10px;
}
.cart-total .total-item .left-label {
  display: inline-block;
}
.cart-total .total-item .right-price {
  float: right;
}
@media only screen and (max-width: 767px) {
  .cart-total .total-item {
    padding-left: 0;
  }
}
.cart-total span.price-total {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  color: #323232;
  font-size: 28px;
}

/* --------------------------------
Checkout Quantity
-------------------------------- */
.quantity {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
}
.quantity .qty {
  text-align: center;
  background: transparent;
  color: #757575;
  font-size: 20px;
  width: 40px;
  border: 0;
}
.quantity .qty:after {
  content: 'BOX';
}
.quantity .minus,
.quantity .plus {
  display: inline-block;
  color: #757575;
  font-size: 26px;
  border-radius: 50%;
}

/* --------------------------------
Mini Cart
-------------------------------- */
.slide-cart {
  background: #ececec;
  min-width: 300px !important;
}

.slide-cart .cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.slide-cart .cart-title h4 {
  background: #f7f7f7;
  padding: 30px;
  margin: 0;
  height: 77px;
  font-family: "sofiaregular", "微軟正黑體", "Heiti TC";
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
}
.slide-cart .cart-title .close {
  width: 77px;
  height: 77px;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 18px;
}
.slide-cart .cart-title .close svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  color: #fff;
  fill: #fff;
}
.slide-cart .subtotal {
  background: #e4e4e4;
  color: #797979;
  letter-spacing: 3px;
}
.slide-cart .subtotal .price {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 1px;
  font-size: 16px;
  color: #baa371;
  float: right;
}
.slide-cart .subtotal .price:before {
  content: '$';
}
.slide-cart .subtotal .mini-cart-info {
  margin: 25px;
}
.slide-cart .action {
  padding: 15px 25px;
}
.slide-cart .space {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mini-cart {
  padding: 0;
  height: calc(100vh - 230px);
  overflow-y: scroll;
}
.mini-cart .item {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}
.mini-cart .item:before {
  content: " ";
  display: table;
}
.mini-cart .item:after {
  content: " ";
  display: table;
  clear: both;
}
.mini-cart .thumb {
  float: left;
  height: 133px;
  width: 100px;
  margin-right: 15px;
  text-align: center;
}
.mini-cart .thumb img {
  height: 123px;
  padding-left: 15px;
  padding-top: 15px;
  margin: 0 auto;
}
.mini-cart .details {
  padding-top: 20px;
}
.mini-cart .details .title {
  font: 14px "sofiabold", "微軟正黑體", "Heiti TC";
  margin: 0 0 5px 0;
  padding-right: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mini-cart .details .quantity {
  line-height: 13px;
  display: block;
  color: #b1b1b1;
  letter-spacing: 1px;
}
.mini-cart .details .price {
  font-family: "sofiabold", "微軟正黑體", "Heiti TC";
  letter-spacing: 1px;
  font-size: 16px;
  color: #baa371;
}
.mini-cart .details .price:before {
  content: '$';
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  55% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  55% {
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.page-404 {
  text-align: center;
  margin: 0 auto;
}
.page-404 img {
  display: block;
  margin: 6% auto;
  max-width: 100%;
}
