@charset "UTF-8";
/*font-size*/
/*color*/
/* l:light m:middle d:dark */
/* style 11*/
/*$color-bg:#252021;*/
/*style 7*/
/*$color-main-ll: #ffecd1;
$color-main-l: #fda753;
$color-main-mm: #f9a254;
$color-main-m: #fb7422;
$color-main-d: #ee6c19;

$color-sub-m: #29b1da;*/
/*style 8*/
/*$color-main-ll: #e5eef9;
$color-main-l: #a4bbd7;
$color-main-mm: #4979a8;
$color-main-m: #29537d;
$color-main-d: #1b2a39;

$color-sub-m: #cfb665;*/
/*style 12*/
/*$color-main-ll: #e8f9e5;
$color-main-l: #b1d59a;
$color-main-mm: #8ecc65;
$color-main-m: #7ac14b;
$color-main-d: #63af31;

$color-sub-m: #f1711b;*/
/*style 5*/
/*$color-main-ll: #f0e6f8;
$color-main-l: #baacdd;
$color-main-mm: #8f7ac6;
$color-main-m: #6155ba;
$color-main-d: #4e3886;

$color-sub-m: #81ab02;*/
/*$color-thr-ll: #dedbdb;
$color-thr-l: #c9cccc;
$color-thr-m: #737578;
$color-thr-d: #5d5d5d;
$color-thr-dd: #3e3e3e;*/
@import url(vender/font2.css);
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    font-size: 0;
    visibility: hidden; }
  .clearfix:after {
    clear: both; }

html, body {
  font-family: 'Source Sans Pro','Microsoft JhengHei', sans-serif;
  font-weight: 400;
  font-size: 15px;
  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: #d51f3d;
  text-decoration: none;
  font-weight: 400; }
  a:hover {
    color: #16a291;
    text-decoration: underline; }
  a:focus {
    text-decoration: none; }

.note {
  color: #fa2a15; }

.color {
  background-color: #fbafc9; }

/* ------------------------------ container ------------------------------ */
.title h2 {
  font-size: 32px;
  color: #000;
  padding-bottom: .5em;
  text-align: center; }

/*search 搜尋列*/
.search {
  background-color: #3e3e3e;
  border: 1px solid #5d5d5d;
  border-radius: 60px;
  overflow: hidden;
  position: relative; }
  .search:hover {
    border-color: #f63353; }

.search .search-txt {
  background: none;
  border: none;
  flex: 1 1 auto;
  padding: .5em 3em .5em 1em; }
  .search .search-txt:focus {
    outline: none; }

.search .search-btn {
  color: #c9cccc;
  font-size: 20px;
  background-color: transparent;
  border: none;
  padding: .2em .5em;
  position: absolute;
  top: 0;
  right: 0; }
  .search .search-btn:hover {
    color: #ffffff;
    background-color: #f63353; }

/* ------------------------------ footer -------------------------- */
footer {
  color: #6b6b6b;
  background-color: #3e3e3e;
  padding: 40px; }
  footer .social-links a {
    color: #c9cccc; }
    footer .social-links a:hover {
      color: #fff; }
      footer .social-links a:hover i {
        color: #f63353; }
  footer .company {
    color: #c3b9b9;
    font-size: 13px; }

.copyright ul.nav-list {
  margin: 0 0 0 -5px;
  padding: 0; }
  .copyright ul.nav-list li {
    text-align: left;
    display: block; }
  .copyright ul.nav-list a {
    color: #d5d5d5; }
    .copyright ul.nav-list a:hover {
      color: #fff; }

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

/* ------------------------------ breadcrumb -------------------------- */
.breadcrumb {
  background-color: transparent;
  padding: 8px 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #3e3e3e; }
  .breadcrumb:before, .breadcrumb:after {
    background-color: #c3b9b9;
    content: "";
    border-radius: 15px;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -3px;
    left: 0; }
  .breadcrumb:after {
    background-color: #f63353;
    left: 11px; }
  .breadcrumb a {
    color: #c3b9b9; }
    .breadcrumb a:hover {
      color: #16a291;
      text-decoration: none; }
  .breadcrumb > li + li:before {
    padding: 0 8px;
    content: ">"; }
  .breadcrumb li.active {
    color: #f63353; }

/* ------------------------------ buttons -------------------------- */
.btn {
  font-size: 15px;
  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: #f63353;
  color: #fff;
  border: 2px solid #f63353;
  border-radius: 60px;
  -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: #16a291;
  border: 2px solid #16a291;
  /*background-color: #67C4B0;
        border: 2px solid #67C4B0;*/
  box-shadow: none; }

.btn-outline,
.btn-outline-w {
  background: #dedbdb;
  border: 2px solid #dedbdb;
  box-shadow: none;
  color: #5d5d5d;
  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; }

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

/* ------------------------------ nav menu -------------------------- */
.nav-header-area {
  background-color: #fff;
  padding-top: 35px;
  margin-bottom: 0px;
  border-bottom: 1px solid #3e3e3e; }

.nav-header {
  /*margin: 20px 0 60px 0;
        position: relative;
        height: 48px;*/
  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: #16a291; }

.nav-header .badge {
  border-radius: 0;
  top: -5px;
  right: -7px; }

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

ul.menu-lv1 {
  margin: .6em 0; }

ul.menu-lv1 a {
  font-size: 15px;
  color: #c9cccc;
  display: block;
  padding: .5em 1.5em; }
  ul.menu-lv1 a:hover {
    color: #f63353;
    text-decoration: none; }

ul.menu-lv1 > li {
  padding: 0 1em;
  position: relative; }
  ul.menu-lv1 > li:first-child:before, ul.menu-lv1 > li:after {
    color: #fbafc9;
    content: "/";
    margin-top: -.7em;
    position: absolute;
    top: 50%; }
  ul.menu-lv1 > li:first-child:before {
    left: 0; }
  ul.menu-lv1 > li:after {
    right: 0; }
  ul.menu-lv1 > li:hover .menu-lv2 {
    display: block;
    min-width: 100%; }

ul.menu-lv2 {
  background-color: #3e3e3e;
  padding: 0;
  margin-left: -50%;
  position: absolute;
  top: 2.4em;
  left: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  border: 1px solid #5d5d5d;
  z-index: 1000;
  display: none; }
  ul.menu-lv2 li {
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #5d5d5d;
    margin: 0; }
    ul.menu-lv2 li:hover {
      background-color: #f63353; }
      ul.menu-lv2 li:hover a {
        color: #fff; }

ul.nav-list {
  list-style-type: none;
  display: block;
  margin: 20px auto;
  padding: 0 2em;
  font-weight: 300;
  color: #FFF; }
  ul.nav-list > li {
    text-align: center;
    display: inline-block;
    padding: 4px 5px;
    height: auto;
    position: relative; }
    ul.nav-list > li:hover {
      cursor: pointer; }
      ul.nav-list > li:hover .menu-lv2 {
        display: block; }
  ul.nav-list li a {
    text-transform: uppercase; }
  ul.nav-list li.active a span {
    background-color: #000;
    color: #FFF; }

/*nav-list._sub 副導覽列*/
.nav-list._sub {
  text-align: right;
  background-color: #f63353;
  margin: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }

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

.nav-list._sub a {
  display: block;
  color: #fff;
  padding: .2em .5em; }
  .nav-list._sub a:hover {
    color: #fff;
    text-decoration: none; }

a.nav-brand {
  width: auto;
  font-size: 38px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  /*font-weight: 300;
        line-height: 46px;*/
  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 {
  color: #FFF;
  text-decoration: none;
  padding: 0 10px; }

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

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

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

a.nav-icon, a.nav-icon-outline {
  background-color: #5d5d5d;
  display: block;
  color: #c9cccc;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -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: #fff;
    background: #f63353;
    text-decoration: none; }

/* 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; }

/*_table -------------------------------*/
.table th {
  font-size: 15px;
  color: #3e3e3e;
  text-align: center;
  background-color: #feecf2; }

.table td {
  font-size: 16px; }

.table a {
  color: #16a291; }
  .table a:hover {
    color: #f63353; }

.table thead > tr > th {
  border-top: 1px solid #dedbdb;
  border-bottom: 1px solid #dedbdb; }

.table thead:first-child > tr:first-child > th {
  border-top: 1px solid #dedbdb; }

.table tbody td:nth-of-type(2), .table tbody td:nth-of-type(4) {
  text-align: center; }

.table .td-price {
  content: "$"; }

.table.tab-total b {
  color: #000; }

.table.tab-total td {
  padding: 1em .5em; }

.table.tab-total td:nth-of-type(1) {
  color: #3e3e3e; }

/* ------------------------------ 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 > a,
  .productlist._index .col-sm-8 > a,
  .productlist._index .col-sm-6 > a,
  .productlist._index .col-sm-4 > a {
    line-height: 0;
    padding-top: 66%;
    display: block;
    overflow: hidden;
    position: relative; }
    .productlist._index .col-sm-12 > a:hover,
    .productlist._index .col-sm-8 > a:hover,
    .productlist._index .col-sm-6 > a:hover,
    .productlist._index .col-sm-4 > a:hover {
      outline: 2px solid #f63353; }
    .productlist._index .col-sm-12 > a img,
    .productlist._index .col-sm-8 > a img,
    .productlist._index .col-sm-6 > a img,
    .productlist._index .col-sm-4 > 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 {
  font-size: 26px;
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: .4em;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative; }
  .productlist-main h3:before, .productlist-main h3:after {
    background-color: #c3b9b9;
    content: "";
    border-radius: 15px;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -3px;
    left: 0; }
  .productlist-main h3:after {
    background-color: #f63353;
    left: 11px; }

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

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

.productlist-main .col-sm-4 {
  margin-bottom: 1.5em;
  padding: 5px 10px; }

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

.productlist-main .product-detail h3 {
  background: url(/img/icon_dots.png) no-repeat 0 5px;
  padding-left: 1em;
  margin-top: 1.5em;
  margin-bottom: .5em;
  border-bottom: none; }
  .productlist-main .product-detail h3:before, .productlist-main .product-detail h3:after {
    display: none; }

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

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

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

.productlist-list .col-sm-3 {
  position: relative;
  min-height: 1px;
  padding: 5px 10px; }

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

.productlist-info-container .product-title {
  font-size: 1.05em;
  font-weight: bold;
  max-height: 2.9em;
  overflow: hidden;
  margin: 0.7em 0 0.1em 0; }
  .productlist-info-container .product-title a {
    color: #16a291; }
    .productlist-info-container .product-title a:hover {
      color: #f63353; }

.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: #d4ccce;
  FILTER: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b8dad6, endColorstr=#f0bec6,GradientType=0 );
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8dad6), to(#f0bec6));
  background-image: -webkit-linear-gradient(top, #b8dad6, #f0bec6);
  background-image: -moz-linear-gradient(top, #b8dad6, #f0bec6);
  background-image: -ms-linear-gradient(top, #b8dad6, #f0bec6);
  background-image: -o-linear-gradient(top, #b8dad6, #f0bec6);
  background-image: linear-gradient(top bottom, #b8dad6, #f0bec6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-top: 100%;
  position: relative;
  overflow: hidden; }

.product-title {
  font-size: 26px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 21px; }

.product-info .product-btn {
  display: flex; }
  .product-info .product-btn .btn {
    flex: 1 1 auto; }

.product-info .product-price .price {
  font-weight: bold; }

.product-price {
  color: #f63353;
  font-weight: 300;
  font-size: 28px;
  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: #16a291;
    font-weight: bold; }
  .product-price .original-price {
    color: #c9cccc;
    text-decoration: line-through; }

.social-menu {
  margin-top: 2em; }

.social-menu h4 {
  color: #c3b9b9;
  font-weight: bold;
  font-size: 15px;
  display: inline; }

.social-menu .social-links {
  padding: 0;
  display: inline-block; }

.social-menu .social-links li {
  font-size: 18px;
  text-align: center;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  border: 3px solid #5d5d5d;
  border-radius: 60px; }
  .social-menu .social-links li:hover {
    background-color: #16a291;
    border-color: #16a291; }
    .social-menu .social-links li:hover i {
      color: #fff; }

.social-menu .social-links i {
  color: #16a291;
  margin-right: 0; }

/* ------------------------------ 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 > .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; }

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 h2 {
  font-size: 26px;
  color: #f63353;
  margin-bottom: 20px;
  padding-bottom: 15px; }

.myform h3 {
  background-color: #feecf2;
  font-size: 15px;
  color: #5d5d5d;
  line-height: 1.4;
  border-top: 1px solid #dedbdb;
  border-bottom: 1px solid #dedbdb;
  font-weight: 700;
  padding: 8px;
  margin: -5px 0 15px 0; }

.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: #d51f3d;
  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 .form-group label {
  display: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  text-align: center; }

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

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

.myform .form-control,
.input-group .form-control {
  font-family: "Open Sans",'Microsoft JhengHei', helvetica, arial, sans-serif;
  display: inline;
  background: #c9cccc;
  border: none;
  border-radius: 0;
  outline: none;
  height: 44px;
  font-size: 15px;
  font-weight: 400;
  vertical-align: top;
  border: 2px solid #c3b9b9;
  border-radius: 60px;
  box-shadow: 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 #fbafc9; }

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

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

/* fix newsleter form */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .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 0;
  /* 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;
  color: #f63353; }

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

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

address {
  font-size: 14px; }

.control-num {
  line-height: 1.1;
  border: 2px solid #5d5d5d;
  border-radius: 60px;
  overflow: hidden;
  display: flex; }
  .control-num:hover {
    border-color: #f63353; }
  .control-num input[type=button] {
    background-color: #3e3e3e;
    color: #f63353;
    font-size: 2em;
    font-weight: bold;
    border: none;
    padding: 0 15px;
    flex: 0 1 31px; }
    .control-num input[type=button]:hover {
      color: #fff;
      background-color: #f63353;
      cursor: pointer; }
    .control-num input[type=button]:first-child {
      border-right: 1px solid #5d5d5d; }
    .control-num input[type=button]:last-child {
      border-left: 1px solid #5d5d5d; }
  .control-num input[type=text] {
    background-color: #3e3e3e;
    padding: 0 1em;
    flex: 1 1 auto;
    border: none; }

/* ------------------------------ 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;*/ }

/* ------------------------------ blog -------------------------- */
.blog-sidebar {
  /*margin-top: 35px;*/ }

.blog-sidebar h3 {
  margin-top: 28px; }

.blog-sidebar ul {
  padding-left: 18px; }

.post-date {
  margin-bottom: 10px;
  text-transform: uppercase; }

.post-date span {
  float: right; }

article h1 {
  font-size: 32px; }

article h1 a {
  color: #000; }

article h1 a:hover {
  text-decoration: none; }

article {
  margin-bottom: 60px; }

article img {
  /* margin-bottom: 30px; */ }

article .social-links {
  margin: 30px 0; }

blockquote footer, blockquote small, blockquote .small {
  background-color: transparent;
  padding: 10px 0; }

.paging {
  margin: 30px 0; }

.paging .btn {
  padding: 0 20px; }

.content .productlist {
  padding: 0 0 20px 0; }

#comments_pagination {
  margin: 16px 0;
  text-align: center; }

#comments_pagination a {
  cursor: pointer; }

#comments_pagination a,
#comments_pagination span {
  font-size: 12px;
  padding: 0 16px;
  line-height: 38px;
  display: inline-block;
  margin: 0 8px 4px 0;
  height: 40px;
  text-decoration: none;
  /* letter-spacing: 1px; */
  font-weight: 700;
  outline: none;
  position: relative;
  background: #FFF;
  color: #000;
  border: 2px solid #DDDDDD;
  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; }

#comments_pagination span {
  border: 2px solid #000;
  background: #000;
  color: #FFF; }

#comments_pagination a:hover,
#comments_pagination a:active,
#comments_pagination a:focus {
  color: #fff;
  top: 0;
  text-decoration: none;
  background-color: #000;
  box-shadow: none;
  border: 2px solid #000; }

.media {
  font-weight: 400; }

.media hr {
  margin-top: 0; }

.media h4 {
  margin: 0; }

.media h4 span {
  float: right;
  font-size: 14px;
  color: #9f9f9f;
  font-weight: 400; }

.media p {
  font-size: 13px;
  font-weight: 400; }

.avatar,
.avatar:hover,
.avatar:active {
  border: 0; }

.widget {
  /* margin-bottom: 40px; */ }

#more-items {
  display: none; }

/* ------------------------------ social links -------------------------- */
.social-links {
  font-size: 15px;
  padding: 0; }
  .social-links li {
    display: inline-block;
    margin-left: .8em; }
  .social-links a {
    color: #c3b9b9;
    text-decoration: none; }
    .social-links a:hover {
      color: #f63353;
      text-decoration: none; }
      .social-links a:hover i {
        color: #000; }
  .social-links i {
    margin-right: .5em; }

/*
.social-profiles {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
    margin-right: -9px;

    li {
    display: inline-block;
    margin: 0 9px 0 9px;
    border-radius: 3px;
    box-shadow: 0 4px 0 transparent;
}
}*/
/*categary 分類選單*/
.categary-title {
  font-size: 1.4em;
  margin-bottom: .5em;
  display: none; }

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

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

.categary-menu > li {
  font-size: 1.05em;
  font-weight: normal;
  margin-left: 0;
  padding-left: .5em;
  list-style: none;
  position: relative;
  margin: .6em 0; }
  .categary-menu > li:before, .categary-menu > li:after {
    content: "";
    width: 14px;
    height: 14px;
    border: 3px solid #5d5d5d;
    border-radius: 10px;
    position: absolute;
    top: 3px;
    left: -15px; }
  .categary-menu > li:after {
    background-color: #f63353;
    width: 4px;
    height: 4px;
    border: none;
    border-radius: 10px;
    top: 8px;
    left: -10px; }
  .categary-menu > li a {
    color: #c3b9b9;
    font-weight: bold; }
    .categary-menu > li a:hover {
      color: #f63353; }
  .categary-menu > li > .menu-num {
    color: #16a291;
    font-weight: bold; }

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

.categary-menu .menu-lv {
  padding: .5em 0;
  margin-left: 0;
  margin-bottom: 2em; }
  .categary-menu .menu-lv > li {
    list-style: none;
    padding: .2em 0; }
    .categary-menu .menu-lv > li a {
      color: #c3b9b9;
      font-weight: normal; }
      .categary-menu .menu-lv > li a:hover {
        color: #f63353;
        text-decoration: none; }
  .categary-menu .menu-lv .active a {
    color: #f63353; }
    .categary-menu .menu-lv .active a:hover {
      color: #000; }
    .categary-menu .menu-lv .active a:after {
      content: ">";
      margin-left: .8em; }

/* member 會員中心 */
.member {
  min-height: 400px;
  position: relative;
  padding-top: 75px;
  padding-bottom: 50px; }

.member h2 {
  font-size: 26px;
  color: #f63353;
  text-align: center;
  width: 98%;
  padding: 10px 0;
  margin: 0 1%;
  border-bottom: 1px solid #dedbdb;
  position: absolute;
  top: 0;
  left: 0; }
  .member h2:before, .member h2:after {
    background-color: #c3b9b9;
    content: "";
    border-radius: 15px;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -3px;
    left: 0; }
  .member h2:after {
    background-color: #f63353;
    left: 11px; }

.member h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-left: 1.1em;
  position: relative; }
  .member h3:before, .member h3:after {
    content: "";
    border-radius: 15px;
    position: absolute; }
  .member h3:before {
    border: 3px solid #939090;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0; }
  .member h3:after {
    background-color: #f63353;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 7px; }

.member .col-md-2 {
  position: static; }
  .member .col-md-2 ul {
    background-color: #f7f7f7;
    FILTER: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#eeeeee,GradientType=0 );
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
    background-image: linear-gradient(top bottom, #ffffff, #eeeeee);
    padding: 0;
    border: 1px solid #c9cccc;
    border-radius: 7px; }
  .member .col-md-2 li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #c9cccc;
    position: relative; }
    .member .col-md-2 li:last-child {
      border-bottom: none; }
    .member .col-md-2 li.active:after {
      width: 0;
      height: 18px;
      margin-top: -9px;
      content: "";
      border-right: 4px solid #f63353;
      position: absolute;
      top: 50%;
      right: 16px; }
    .member .col-md-2 li.active a {
      font-weight: bold;
      color: #f63353; }
  .member .col-md-2 a {
    color: #c3b9b9;
    font-size: 17px;
    padding: .85em 1.2em;
    display: block; }
    .member .col-md-2 a:hover {
      color: #f63353;
      font-weight: bold;
      background-color: #feecf2;
      text-decoration: none; }

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

.addauto {
  margin-bottom: 30px; }

/*_error404*/
.error404 {
  padding: 0 0 100px 0; }
  .error404 h2 {
    color: #3e3e3e;
    text-align: center; }
  .error404 .big-text {
    color: #f63353;
    font-family: Georgia,Arial;
    font-size: 200px;
    line-height: 1.2;
    font-weight: bold; }

/* ------------------------------ 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: #5d5d5d;
    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: #f63353; }
    .productlist-side .categary-show [class^="icon-"] {
      color: #f63353;
      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 > li {
      background-color: #fff;
      border-top: none;
      border-right: 2px solid #f63353;
      border-left: 2px solid #f63353;
      margin: 0;
      padding: .4em 1em; }
      .productlist-side .categary-menu > li:first-child {
        border-top: 2px solid #f63353; }
      .productlist-side .categary-menu > li:last-child {
        border-bottom: 2px solid #f63353; }
  .productlist-main h3 {
    font-size: 1.2em; }
  .productlist-main .row {
    margin: 0 0; }
  .productlist-main .productlist-list h3 {
    margin-top: 1.5em; } }

@media (max-width: 767px) {
  #wrap {
    padding-top: 98px; }
  #main-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }
  ul.nav-list > 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: 0; }
    .nav-header .badge {
      top: 0;
      right: 0; }
  a.nav-brand {
    margin: 10px; }
  .nav-header-area {
    padding: 0;
    margin: 0;
    box-shadow: -3px 0 5px rgba(188, 188, 188, 0.3); }
  a.nav-icon, a.nav-icon-outline {
    background-color: #fff;
    font-size: 20px;
    width: 58px;
    height: 58px;
    line-height: 62px;
    margin-left: 0;
    border-left: 1px solid #3e3e3e; }
  a.nav-brand {
    float: left;
    width: auto;
    font-size: 28px;
    height: 39px;
    letter-spacing: -1px;
    border: 0; }
    a.nav-brand img {
      /*margin-left: -20px;*/
      margin-left: 0;
      display: block; }
  .cart {
    position: relative; }
  .menu-wrapper {
    background-color: #f63353;
    padding: 20px 0;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    height: 100%;
    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 {
    margin: 0;
    padding: 0;
    background-color: #f63353; }
    .menu-wrapper ul.nav-list > li {
      font-weight: bold;
      display: list-item;
      margin: 0;
      padding: 0;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
      z-index: 100;
      border-bottom: 1px solid #ee7070; }
      .menu-wrapper ul.nav-list > li:before, .menu-wrapper ul.nav-list > li:after {
        display: none; }
      .menu-wrapper ul.nav-list > li a {
        color: #eee;
        display: block;
        margin: 0;
        text-transform: none;
        font-weight: 300; }
        .menu-wrapper ul.nav-list > li a:hover {
          color: #fff;
          background-color: #ee7070; }
      .menu-wrapper ul.nav-list > li.active {
        color: #f63353;
        font-weight: bold; }
    .menu-wrapper ul.nav-list._sub {
      border-top: 3px solid #ee7070; }
      .menu-wrapper ul.nav-list._sub > li {
        font-size: 15px; }
        .menu-wrapper ul.nav-list._sub > li a {
          padding: .5em 1.5em; }
  .menu-wrapper .menu-lv2 {
    max-width: 100%;
    position: relative;
    margin-left: 1em;
    margin-bottom: 1em;
    top: 5px;
    left: 0;
    box-shadow: none;
    border: none;
    background-color: transparent; }
    .menu-wrapper .menu-lv2 li {
      white-space: normal;
      list-style-position: inside;
      color: #c3b9b9;
      border-bottom: none;
      padding: 0; }
      .menu-wrapper .menu-lv2 li a {
        padding: .2em 1.5em .2em 1.5em; }
  .menu-wrapper .close-menu {
    font-size: 16px;
    color: #ee7070;
    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; }
    .menu-wrapper .close-menu:hover {
      color: #fff; }
  .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) {
  /*_frame*/
  footer .copyright ul.nav-list li {
    text-align: center; }
  footer .social-links {
    text-align: center;
    margin: .5em .4em 0 .4em; }
  .big-text {
    font-size: 179px; } }



a{
    color: #000;
}
.myform .form-control:focus, .myform textarea.inputError:focus, .input-group .form-control:focus{
    border-color: #000;
}
#wrap {
    background: #fff !important
}
.nav-header-area{
    padding-top: 0;
}
.nav-list._sub{
    background: transparent;
    position: absolute;
}
.menu-wrapper-area ul.nav-list a {
    color: #000;
}

.nav-list.text-center.effect>li>a{
    padding-left: 10px;
    padding-right: 10px;
}

.flexslider {
    border: none !important;
    background: none !important;
    margin-bottom: 20px !important;
}

.main-nav {
    margin: 0 !important
}
[class^="col-md-12"]{
    margin-top: 0!important;
    padding-top: 0!important;
}
.myform h2{
    color: #000;
}
.btn{
    background: #000;
    border-color: #000;
}
.btn:hover{
    background: #fff;
    color: #000;
    border-color: #000;
}
@media (max-width: 767px) {
    .close-menu{
        display: block;
        width: 20px;
        height: 20px;
    }
    .menu-wrapper ul.nav-list > li{
        border: none;
    }
    .menu-wrapper ul.nav-list > li > a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-wrapper ul.nav-list._sub > li a{
        padding-left: 10px;
    }
    a.nav-brand {
        max-width: 70%
    }
    #wrap {
        padding-top: 80px;
    }
    a.nav-icon:hover, a.nav-icon-outline:hover{
        background: #fff;
    }
    a.nav-brand img {
        margin: 0;
    }
    .menu-wrapper-area{
        position: absolute;
    }
    .container-fluid.addauto {
        padding: 0;
    }
    .menu-wrapper-area ul.nav-list._sub.effect {
        border: none;
        position: relative;
    }
    .menu-wrapper ul.nav-list{
        background: transparent;
    }
    .menu-wrapper ul.nav-list li a {
        color: #000;
        display: block;
        width: 100%;
        transition: all .3s;
        padding-left: 20px
    }
    .menu-wrapper ul.nav-list li a:hover {
        background: #000;
        color: #fff;
    }
  
    .menu-wrapper {
        background: #fff;
        padding-top: 40px;
        border-left:1px solid #000;
    }
    .nav-list.text-center.effect {
        padding: 0
    }
    .menu-wrapper ul.nav-list li {
        padding: 0
    }
    .addauto .col-md-12>div:first-child img {
        margin-left: 0;
        margin-right: 0
    }
    i.icon-close,i.icon-menu2 {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
    i.icon-menu2:before {
        position: absolute;
        content: "";
        display: block;
        border-top: 3px solid #000;
        width: 25px;
        bottom: 60%;
        right: 50%;
        transform: translate3d(50%,50%,0);
    }
    i.icon-menu2:after {
        position: absolute;
        content: "";
        display: block;
        border-top: 3px solid #000;
        width: 25px;
        bottom: 40%;
        right: 50%;
        transform: translate3d(50%,50%,0);
    }
    i.icon-close:before {
        position: absolute;
        content: "";
        display: block;
        border-top: 4px solid #000;
        width: 25px;
        bottom: 50%;
        right: 50%;
        transform: translate3d(50%,50%,0) rotate(-45deg);
    }
    i.icon-close:after {
        position: absolute;
        content: "";
        display: block;
        border-top: 4px solid #000;
        width: 25px;
        bottom: 50%;
        right: 50%;
        transform: translate3d(50%,50%,0) rotate(45deg);
    }
}


/*# sourceMappingURL=style.css.map */