@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  /*padding-top: 5px;*/
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline; 
  font-family: Microsoft JhengHei; }
 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: Arial, '微軟正黑體';
  position: relative; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------Reset CSS-------------- */
@font-face {
  font-family: NotoSerifCJKtc;
  src: url("../font/NotoSerifCJKtc-Bold.otf"); }

html, body {
  font-family: 'Noto Serif TC', serif;
  color: #9D2F3C; }
  html a, body a {
    color: #9D2F3C;
    text-decoration: none !important; }
  html a:hover, body a:hover {
    color: #9D2F3C; }

nav {
  z-index: 2;
  background: #9D2F3C;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
  nav .navbar-toggler {
    color: #FEFAF2; }
  nav .nav-item {
    padding: 0px 15px;
    text-align: center;
    font-size: 15px; }
    nav .nav-item * {
      color: #FEFAF2; }
    nav .nav-item i {
      padding: 5px 0px;
      font-size: 20px; }
    nav .nav-item a {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #FEFAF2; }
    nav .nav-item p {
      font-size: 8px;
      padding: 5px 0px; }
  nav .navbar-brand {
    width: 140px;
    margin: 5px; }
  nav .nav-item:hover * {
    color: #ffe98d; }

.search {
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #9D2F3C;
  padding: 10px;
  height: 40px;
  display: none; }
  .search i {
    color: white;
    padding: 3px 10px;
    float: right; }
  .search input {
    width: 250px;
    padding: 5px 10px;
    border-radius: 50px;
    border: none;
    height: 23px;
    float: right;
    margin-top: 0px; }
  .search ::-webkit-input-placeholder {
    color: #9D2F3C;
    font-size: 16px;
    line-height: 23px; }
  .search :-ms-input-placeholder {
    color: #9D2F3C;
    font-size: 16px;
    line-height: 23px; }
  .search ::-ms-input-placeholder {
    color: #9D2F3C;
    font-size: 16px;
    line-height: 23px; }
  .search ::placeholder {
    color: #9D2F3C;
    font-size: 16px;
    line-height: 23px; }
  .search i:hover {
    cursor: pointer;
    color: #ffe98d; }

@media only screen and (max-width: 768px) {
  .search {
    color: #9D2F3C;
    font-size: 12px;
    line-height: 20px; } }

.carousel {
  position: relative; }
  .carousel img {
    width: 100%; }
  .carousel .button {
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 10px 20px;
    background: #9D2F3C;
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-family: "微軟正黑體";
    background: #AB2139;
    width: 130px;
    height: 40px;
    right: 10%;
    bottom: 90px;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .carousel .button:hover {
    color: #ffe98d;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }

.title {
  position: relative;
  text-align: center;
  z-index: 777; }
  .title .title_box {
    position: relative;
    top: 30px;
    width: 200px;
    margin: auto; }
    .title .title_box h1 {
      font-size: 28px;
      padding: 10px 0px;
      font-weight: 900; }
    .title .title_box p {
      font-size: 23px;
      position: relative;
      top: 5px;
      font-weight: 900; }
    .title .title_box:after {
      content: '';
      background: #FEFAF2;
      position: absolute;
      width: 200px;
      height: 6px;
      top: 39px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .title hr {
    margin: 0px;
    border: none;
    height: 2px;
    background: #9D2F3C; }

.news_box .news_main {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  font-family: 微軟正黑體; }
  .news_box .news_main .col-xl-3 {
    padding: 40px !important; }
  .news_box .news_main .news {
    padding: 15px; }
    .news_box .news_main .news .img_box {
      overflow: hidden; }
      .news_box .news_main .news .img_box img {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        width: 100%; }
    .news_box .news_main .news .news_info {
      padding: 20px 10px 20px 10px;
      text-align: left;
      position: relative;
      background: #9D2F3C;
      border-left: solid 10px #9D2F3C;
      top: -5px;
      color: #FEFAF2;
      height: 120px; }
      .news_box .news_main .news .news_info .date, .news_box .news_main .news .news_info .news_title {
        line-height: 20px; }
      .news_box .news_main .news .news_info .news_title {
        padding-top: 10px; }
  .news_box .news_main .news:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .news_box .news_main .news:hover .news_info {
    color: #ffe98d; }

.news_box .button {
  padding: 10px 20px;
  background: #9D2F3C;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-family: "微軟正黑體";
  width: 120px;
  margin: auto;
  font-size: 18px;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

.news_box .button:hover {
  color: #ffe98d;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px); }

@media only screen and (max-width: 992px) {
  .news_box .news_main {
    background-repeat: repeat;
    background-position: right;
    /*background-size: 100%;*/
    background-position: center; } }

.product {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  }
  .product h1 {
    font-size: 50px;
    color: white; 
    font-family: Microsoft JhengHei;}
  .product .button {
    padding: 10px 20px;
    background: #9D2F3C;
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-family: "微軟正黑體";
    width: 120px;
    margin: auto;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .product .button:hover {
    color: #ffe98d;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }

/* @media screen and (max-device-width: 1024px){
  .product {
    background-attachment: scroll
  }
} */

/* @media screen and (max-device-width: 480px) and (orientation:portrait) {
  .product {
    background-attachment: scroll;
  }
} 

@media screen and (max-device-width: 480px) and (orientation:landscape) {
  .product {
    background-attachment: scroll;
  }
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .product {
    background-attachment: scroll;
  }
}

@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  .product {
    background-attachment: scroll;
  }
} */

footer {
  position: relative;
  padding: 30px 0px;
  color: #FEFAF2;
  background: #9D2F3C;
  font-family: 微軟正黑體;
  font-weight: 300;
  letter-spacing: 1px; }
  footer .logo {
    width: 200px;
    padding: 10px 0px; }
  footer .info {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 25px; }
  footer i {
    position: relative;
    top: 9px;
    font-size: 40px; }
  footer .email {
    display: inline-block;
    text-align: center;
    background: #FEFAF2;
    color: #9D2F3C;
    width: 120px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 900; }
    footer .email i {
      font-size: 25px;
      top: 5px; }
  footer .top i {
    padding: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 250px; }
  footer .top i:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

.font-icon{
  color: #FEFAF2;
}
  
.page_banner {
  position: relative; }
  .page_banner .logo {
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    background: rgba(255, 234, 190, 0.8);
    padding: 60px 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .page_banner .logo img {
      width: 200px;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.about {
  position: relative;
  text-align: center;
  padding: 0px;
  margin: auto; }
  .about .main {
    width: 100%;
    position: relative;
    background: rgba(255, 234, 190, 0.8); }
    .about .main img {
      width: 200px;
      margin: 30px 0px; }
    .about .main .text_box {
      text-align: left;
      padding: 5% 10% 10% 10%;
      font-size: 16px;
      line-height: 23px; }

.news_page {
  padding: 50px 0px 50px 0px;
  position: relative; }
  .news_page .news_list {
    background-repeat: repeat;
    background-position: right;
    background-size: 75%;
    position: relative;
    padding: 50px 0px 0px 0px;
    top: -50px; }
    .news_page .news_list .row {
      padding: 0px;
      margin: 0px;
      background-color: #fbf1e6;}
  .news_page h1 {
    font-size: 25px; }
  .news_page .date {
    color: #777; }
  .news_page p {
    font-size: 18px;
    line-height: 25px;
    color: #777;
    padding: 10px 0px;
    color: #834600; }
  .news_page .text {
    padding: 10px 0px 40px 0px;
    font-family: 微軟正黑體; }
  .news_page .button {
    float: right;
    padding: 10px 20px;
    background: #9D2F3C;
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-family: "微軟正黑體";
    width: 130px;
    margin: auto;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: center; }
  .news_page .button:hover {
    color: #ffe98d;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }

.page ol {
  text-align: center; }
  .page ol li {
    background: #d1d1d1cc;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 5px;
    margin-left: 5px; }
  .page ol li.active {
    background: #9D2F3C; }

.shop_page .title_box:after {
  background: white; }

.shop_page .shop_menu {
  text-align: center; 
  padding-inline-start: 0px;}
  .shop_page .shop_menu a {
    padding: 0px 1px 0px 4px; }
    .shop_page .shop_menu a li {
      color: #834600;
      display: inline-block;
      font-size: 20px;
      font-weight: 900;
      padding: 5px 7px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .shop_page .shop_menu a li:hover, .shop_page .shop_menu a li.active {
      background: #834600;
      color: #FEFAF2; }
  .shop_page .shop_menu a:nth-child(n) {
    border-right: solid 2px #834600; }
  .shop_page .shop_menu a:last-child {
    border-right: none; }

.shop_page .product_list {
  background: #FEFAF2;
  border-top: solid 2px #9D2F3C; }
  .shop_page .product_list ol {
    text-align: center;
    width: 70%;
    margin: auto;
    padding-top: 20px;
    padding-inline-start: 0px;}
    .shop_page .product_list ol li {
      display: inline-block;
      font-size: 20px;
      line-height: 25px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      text-align: left;
      padding: 5px 5px;
      color: #834600;
      width: 120px }
      .shop_page .product_list ol li .dropdown-menu {
        margin-left: -20px;
        min-width: 120px;
        text-align: center;
        background: white;
        border: none;
        border-radius: 0;
        padding: 0px;
        overflow: hidden;
        border-top: solid 10px #FFE9BD;
        border-bottom: solid 10px #FFE9BD;
        margin-top: 10px;
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
        .shop_page .product_list ol li .dropdown-menu a {
          color: #834600 !important;
          font-weight: 900; }
        .shop_page .product_list ol li .dropdown-menu a:hover {
          color: #9D2F3C !important; }
    .shop_page .product_list ol li:hover {
      background: #FFE9BD; }

.shop_page .new_product_box, .shop_page .dis_product_box {
  text-align: center; }
  .shop_page .new_product_box .new_product, .shop_page .dis_product_box .new_product {
    border-bottom: solid 4px white; }
    .shop_page .new_product_box .new_product p:not(.add-like), .shop_page .dis_product_box .new_product p:not(.add-like) {
      font-size: 20px;
      font-weight: bolder;
      padding: 10px 0px; 
      color: #834600;}
    .shop_page .new_product_box .new_product span, .shop_page .dis_product_box .new_product span {
      font-size: 20px;
      padding: 5px 0px;
      font-weight: bolder;}
    .shop_page .new_product_box .new_product .price_old, .shop_page .dis_product_box .new_product .price_old {
      text-decoration: line-through; }
    .shop_page .new_product_box .new_product img, .shop_page .dis_product_box .new_product img {
      width: auto;
      height: 170px;
      margin: auto;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  .shop_page .new_product_box .new_product:hover img, .shop_page .dis_product_box .new_product:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.shop_page .shop_notice {
  text-align: center; }
  .shop_page .shop_notice h1 {
    font-size: 30px;
    padding: 5px; 
    font-weight: bolder;
    font-family: Microsoft JhengHei;}
  .shop_page .shop_notice span {
    font-size: 20px;
    padding: 5px;
    font-weight: bolder;
    font-family: Microsoft JhengHei;}
  .shop_page .shop_notice p {
    line-height: 25px;
    width: 70%;
    font-size: 18px;
    margin: auto; 
    font-weight: bolder;
    font-family: Microsoft JhengHei;}
    

.shop_page .all_product .product img {
  width: auto;
  height: 200px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transition: .5s; }

.shop_page .all_product .product .pd_name {
  font-size: 20px;
  font-weight: 900;
  padding: 10px 0px;
  color: #834600; }

.shop_page .all_product .product .pd_text {
  text-align: center !important;
  line-height: 20px;
  color: #834600;
  font-size: 16px; }

.shop_page .all_product .product .price {
  padding: 10px;
  font-weight: 900;
  font-size: 20px;
  padding: 10px 0px 10px 0px; }

.shop_page .product {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-bottom: solid 4px white;
  padding: 30px 10px 10px 10px; }

.shop_page .product:hover {
  z-index: 999;
  border-bottom: solid 5px #9D2F3C;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .shop_page .product:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.product_page .product_list {
  background: #FEFAF2; }
  .product_page .product_list ol {
    text-align: center;
    width: 70%;
    margin: auto;
    padding: 20px 10px 0px 10px; }
    .product_page .product_list ol li {
      display: inline-block;
      font-size: 20px;
      line-height: 25px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      text-align: left;
      padding: 5px 5px;
      color: #834600; }
    .product_page .product_list ol li:hover {
      background: #FFE9BD; }

.product_page .product_main {
  text-align: center; }
  .product_page .product_main h1 {
    font-size: 25px;
    font-weight: 900;
    background: #FFE9BD;
    padding: 5px 10px;
    width: 130px;
    margin: auto;
    border-radius: 5px; }
  .product_page .product_main .product {
    padding: 30px 10px 10px 10px;
    border-bottom: solid 4px white;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .product_page .product_main .product img {
      width: auto;
      height: 200px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    .product_page .product_main .product .pd_name {
      font-size: 20px;
      font-weight: bolder;
      padding: 10px 0px;
      color: #834600; }
    .product_page .product_main .product .pd_text {
      text-align: center!important;
      line-height: 20px;
      color: #834600;
      font-size: 16px;
      /*padding: 15px 10px;*/ }
  .product_page .product_main .product:hover {
    z-index: 999;
    border-bottom: solid 5px #9D2F3C;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    .product_page .product_main .product:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.product_page .dropdown-menu {
  margin-left: -18px;
  min-width: 120px;
  text-align: center;
  background: white;
  border: none;
  border-radius: 0;
  padding: 0px;
  overflow: hidden;
  border-top: solid 10px #FFE9BD;
  border-bottom: solid 10px #FFE9BD;
  margin-top: 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
  .product_page .dropdown-menu a {
    color: #9D2F3C !important;
    font-weight: 900; }

.add-like{
	padding-top: 10px;
}

/*詢價車 */
.modal .modal-content {
  border-radius: 0px;
  overflow: hidden;
  border: solid 2px #9D2F3C; }

.modal .close {
  color: white;
  opacity: 1;
  font-size: 25px; }
  .modal .close:hover {
    opacity: .8; }

.modal .modal-header {
  border-radius: 0px;
  background: #9D2F3C;
  padding: 10px; }

.modal .modal-title {
  font-weight: 400;
  font-size: 22px;
  color: white; }

.modal .product_title {
  border-bottom: solid 1px;
  font-weight: 500;
  font-size: 18px; }

.modal .modal-body table td {
  padding: 10px 5px; }

.modal .modal-body table th {
  padding: 5px; }

.modal .product_name {
  width: 70%; }

.modal .modal-body table {
  width: 100%; }

.modal .remove_icon {
  width: 30%;
  text-align: center; }
  .modal .remove_icon:hover {
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.modal .modal-footer .button {
  padding: 10px 20px;
  background: #9D2F3C;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-family: "微軟正黑體"; }

.modal .modal-footer .button:hover {
  color: #ffe98d;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px); }

.inquire_item {
  width: 70%;
  padding: 10px;
  background: var(--inquire_bg);
  margin: auto;
  border: solid 3px #9D2F3C;
  text-align: center;
  background: white; }
  .inquire_item .product_title {
    background: #9D2F3C;
    color: white;
    border-bottom: solid 2px #9D2F3C;
    font-weight: 900;
    font-size: 18px; }
  .inquire_item th, .inquire_item td {
    border-bottom: dashed 1px #9D2F3C;
    padding: 10px; }
  .inquire_item .fa-trash-alt {
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .inquire_item .fa-trash-alt:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.contact_page .form {
  text-align: center; }
  .contact_page .form h1 {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    background: #FFE9BD;
    padding: 5px 10px;
    width: 150px;
    margin: auto;
    border-radius: 5px; }
  .contact_page .form p {
    line-height: 20px; }
  .contact_page .form .button {
    padding: 10px 20px;
    background: #9D2F3C;
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-family: "微軟正黑體";
    width: 120px;
    margin: auto;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .contact_page .form .button:hover {
    color: #ffe98d;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }

.contact_page .contact_text {
  padding: 20px 0px 0px 20px; }
  .contact_page .contact_text p {
    font-size: 22px;
    line-height: 30px;
    padding: 11px 0px; }
    .contact_page .contact_text p i {
      padding: 0px 10px; }

.contact_page .contact_form {
  margin-right: 10% !important; }
  .contact_page .contact_form label {
    adding: 15px; }
  .contact_page .contact_form div {
    padding: 8px; }

.member {
  position: relative;
  text-align: center; }
  .member form {
    margin-left: -60px; }
    .member form label {
      font-size: 20px;
      font-family: 微軟正黑體;
      top: -5px; }
    .member form input {
      border: solid 1px #9D2F3C; }
  .member .forget {
    font-size: 18px;
    font-family: 微軟正黑體; }
  .member .button_box .button {
    padding: 10px 20px;
    background: #9D2F3C;
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-family: "微軟正黑體";
    /*width: 120px;*/
    margin: 0px 10px;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: inline-block; }
  .member .button_box .button:hover {
    color: #ffe98d;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }

.news_detail_main {
  padding: 0px 20px;
  text-align: center; }
  .news_detail_main h1 {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    padding: 10px 0px; }
  .news_detail_main .date {
    text-align: left;
    font-size: 20px;
    color: #777;
    padding: 10px 0px; }
  .news_detail_main p {
    text-align: left;
    font-size: 18px;
    line-height: 28px; }
  .news_detail_main .button {
    padding: 10px 20px;
    background: #9D2F3C;
    color: white;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
    font-family: "微軟正黑體";
    width: 120px;
    margin: 0px 10px;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: inline-block; }
  .news_detail_main .button:hover {
    color: #ffe98d;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }

.bread .breadcrumb li a {
  color: #8f8f8f; }

.process_page .process_main .main_text {
  text-align: center;
  color: #834600;
  width: 70%;
  margin: auto;
  font-size: 18px;
  line-height: 25px; }

.process_page .icon {
  background: #FFE9BD;
  margin: 10px 0px;
  padding: 10px 0px;
  border-radius: 5px;
  height: 35px;
  text-align: center; }
  .process_page .icon i {
    text-align: center;
    width: 50px;
    margin-top: -20px;
    font-size: 35px;
    left: 30px;
    top: -5px; }

.process_page .text {
  padding: 0px 0px 0px 40px; }
  .process_page .text p {
    margin: 0px 0px 30px 0px;
    padding: 5px 10px;
    border-left: solid 6px #9D2F3C;
    line-height: 20px; }

.new_page .new_product {
  text-align: center; }
  .new_page .new_product h1 {
    font-size: 25px;
    font-weight: 900;
    background: #FFE9BD;
    padding: 5px 10px;
    max-width: 150px;
    margin: auto;
    border-radius: 5px; }

.calculate_box {
  position: relative; }
  .calculate_box .num input {
    text-align: center;
    width: 30px;
    height: 25px;
    border: 1px solid #9D2F3C;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    color: #9D2F3C;
    font-size: 15px;
    /*padding: 2px;*/
	padding: 2px 0px 0px 0px;
  }
  .calculate_box .num div {
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 1px solid #9D2F3C;
    text-align: center;
    color: #444;
    cursor: pointer;
    line-height: 23px; }
  .calculate_box .num .reduc {
    margin-right: -5px; }
  .calculate_box .num .add {
    margin-left: -5px; }

.sohop_detail {
  /*text-align: center;*/ }
  .sohop_detail .detail_main .product_photo {
    text-align: center; }
    .sohop_detail .detail_main .product_photo img {
      width: 70%; }
  .sohop_detail .detail_main .product_text {
    text-align: left; }
    .sohop_detail .detail_main .product_text h1 {
      font-size: 30px;
      line-height: 30px;
      font-weight: 900; }
    .sohop_detail .detail_main .product_text h2 {
      font-size: 23px; }
    .sohop_detail .detail_main .product_text ul {
      font-size: 18px;
      list-style-type: square;
      padding: 10px 20px;
      line-height: 25px; }
      .sohop_detail .detail_main .product_text ul li {
        padding: 5px 0px; }
    .sohop_detail .detail_main .product_text label {
      margin-right: 10px;
      color: #834600; }
    .sohop_detail .detail_main .product_text select {
      /*width: 75px;*/
      background: white;
      color: #9FA0A0;
      border: solid 1px #9FA0A0; }
    .sohop_detail .detail_main .product_text label, .sohop_detail .detail_main .product_text select {
      margin: 5px 0px; }
    .sohop_detail .detail_main .product_text .button {
      position: relative;
      padding: 10px 20px;
      background: #FFE1A5;
      color: #834600;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border-radius: 10px;
      font-family: "微軟正黑體";
      width: 250px;
      font-size: 20px;
      letter-spacing: 2px;
      text-align: center;
      margin: 15px 0px;
      font-weight: 400;
      padding: 12px 0px;
      display: inline-block; }
    .sohop_detail .detail_main .product_text .button:hover {
      -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      transform: translateY(-7px); }
  .sohop_detail hr {
    border: none;
    height: 1px;
    background: #FFD000; }
  .sohop_detail .detail_box {
    padding: 20px 20px;
    /*text-align: center;*/ }
    .sohop_detail .detail_box .detail_text {
      text-align: left;
      font-size: 18px;
      line-height: 25px; }
    .sohop_detail .detail_box img {
      /*max-width: 500px;*/ }
    .sohop_detail .detail_box .button {
      padding: 10px 20px;
      background: #9D2F3C;
      color: white;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border-radius: 50px;
      font-family: "微軟正黑體";
      width: 120px;
      margin: 0px 10px;
      font-size: 18px;
      letter-spacing: 2px;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      margin: auto;
      text-align: center;}
    .sohop_detail .detail_box .button:hover {
      color: #ffe98d;
      -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      transform: translateY(-7px); }

.cart .title {
  z-index: -1; }

.cart .cart_step {
  font-weight: 900;
  font-size: 20px;
  line-height: 40px;
  padding: 10px 0px;
  margin: auto; }
  .cart .cart_step .step.active span {
    padding: 3px 10px;
    border-bottom: solid 4px #9D2F3C; }

.cart_page {
  padding: 20px 0px; }
  .cart_page .pay_option .pay, .cart_page .buy_list .pay, .cart_page .deliver_option .pay {
    padding: 0px 0px 20px 0px; }
  .cart_page .pay_option .title, .cart_page .buy_list .title, .cart_page .deliver_option .title {
    font-size: 25px;
    font-weight: 900;
    line-height: 40px;
    text-align: left;
    border-bottom: solid 2px #9D2F3C;
    padding: 0px 10px; }
    .cart_page .pay_option .title i, .cart_page .buy_list .title i, .cart_page .deliver_option .title i {
      text-align: left;
      font-size: 35px;
      width: 50px; }
  .cart_page .pay_option .demo-check, .cart_page .buy_list .demo-check, .cart_page .deliver_option .demo-check {
    margin-left: 5%;
    margin-right: 10px;
    padding: 10px 0px 0px 0px;
    font-size: 18px; }
    .cart_page .pay_option .demo-check label, .cart_page .buy_list .demo-check label, .cart_page .deliver_option .demo-check label {
      width: 120px !important;
      font-weight: 900; }
    .cart_page .pay_option .demo-check input[type='radio'], .cart_page .buy_list .demo-check input[type='radio'], .cart_page .deliver_option .demo-check input[type='radio'] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0;
      width: 20px;
      height: 20px;
      border: 2px solid #9D2F3C;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      top: 3px;
      background-color: white; }
      .cart_page .pay_option .demo-check input[type='radio']:checked, .cart_page .buy_list .demo-check input[type='radio']:checked, .cart_page .deliver_option .demo-check input[type='radio']:checked {
        background-color: #9D2F3C;
        border-color: #9D2F3C; }
  .cart_page .pay_option .demo-check {
    width: 150px; }
  .cart_page .buy_list {
    padding: 10px 0px; }
    .cart_page .buy_list .title {
      padding: 3px 20px;
      border-bottom: solid 2px #9D2F3C; }
    .cart_page .buy_list .item {
      padding: 10px 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      line-height: 25px;
      border-bottom: dashed 1px #9D2F3C; }
      .cart_page .buy_list .item .photo img {
        width: 70%; }
      .cart_page .buy_list .item .product_name {
        font-weight: 900;
        font-size: 18px;
        line-height: 30px; }
    .cart_page .buy_list .fa-trash-alt {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      cursor: pointer; }
    .cart_page .buy_list .fa-trash-alt:hover {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
    .cart_page .buy_list .pay_total {
      font-size: 18px;
      text-align: right;
      line-height: 30px;
      padding: 5px 0px; }
      .cart_page .buy_list .pay_total input {
        width: 120px;
        height: 30px;
        margin: 0px 10px 0px 0px;
        border: solid 1px #9D2F3C;
        border-radius: 0px; 
        font-size: 16px; }
      .cart_page .buy_list .pay_total ::-webkit-input-placeholder {
        color: #9D2F3C;
        opacity: .5;
        text-align: center; }
      .cart_page .buy_list .pay_total :-ms-input-placeholder {
        color: #9D2F3C;
        opacity: .5;
        text-align: center; }
      .cart_page .buy_list .pay_total ::-ms-input-placeholder {
        color: #9D2F3C;
        opacity: .5;
        text-align: center; }
      .cart_page .buy_list .pay_total ::placeholder {
        color: #9D2F3C;
        opacity: .5;
        text-align: center; }
      .cart_page .buy_list .pay_total .button {
        padding: 10px 20px;
        background: #9D2F3C;
        color: white;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50px;
        font-family: "微軟正黑體";
        padding: 2px 5px;
        border-radius: 2px; 
        font-size: 14px; }
      .cart_page .buy_list .pay_total .button:hover {
        color: #ffe98d; }
      .cart_page .buy_list .pay_total .price {
        margin-top: 10px;
        border-top: solid 2px #9D2F3C;
        font-size: 20px;
        font-weight: 900; }
  .cart_page .pay_option .title {
    border-bottom: none;
    padding: 10px 20px; }
    .cart_page .pay_option .title i {
      position: relative;
      top: 5px; }
  .cart_page .pay_option .pay {
    margin: 0px;
    background: #9D2F3C; }
    .cart_page .pay_option .pay .demo-check {
      color: white;
      display: inline-block; }
      .cart_page .pay_option .pay .demo-check label {
        width: 80px; }
      .cart_page .pay_option .pay .demo-check input[type='radio'] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        width: 20px;
        height: 20px;
        border: 2px solid white;
        border-radius: 50%;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        top: 3px;
        background-color: #9D2F3C; }
        .cart_page .pay_option .pay .demo-check input[type='radio']:checked {
          background-color: white;
          border-color: white; }
  .cart_page .button_box {
    text-align: center; }
    .cart_page .button_box .button {
      padding: 10px 20px;
      background: #9D2F3C;
      color: white;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border-radius: 50px;
      font-family: "微軟正黑體";
      width: 120px;
      display: inline-block;
      margin: 0px 10px; }
  .cart_page .cart_detail {
    background: #9D2F3C;
    color: white;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 900; }
    .cart_page .cart_detail i {
      font-size: 30px;
      width: 40px;
      position: relative;
      top: 2px; }
    .cart_page .cart_detail .col-md-4 {
      padding: 5px 0px; }

.buyer {
  font-size: 18px; }
  .buyer label {
    margin: 10px 0px; }
  .buyer .personal_contact {
    padding: 15px 15px 0px 15px; }
    .buyer .personal_contact .demo-check label {
      padding: 5px 5px;
      margin: 0px 10px 5px 0px;
      width: 100px; }
  .buyer .address {
    margin-top: 15px; }
    .buyer .address .form-control {
      padding: 5px 10px; }
    .buyer .address * {
      padding: 0px;
      margin: 0px; }
    .buyer .address .margin1 {
      margin-right: auto;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #9D2F3C; }
    .buyer .address .margin2 {
      margin-top: 15px;
      margin-bottom: 15px;
      color: #9D2F3C; }
    .buyer .address .margin3 {
      position: relative;
      margin-left: auto;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #9D2F3C; }
  .buyer .invoice input, .buyer .invoice label {
    display: inline-block; }
  .buyer .invoice .invoice_input {
    width: 180px;
    padding: 0px 5px;
    margin: 2px 5px; }
  .buyer .invoice ::-webkit-input-placeholder {
    line-height: 25px; }
  .buyer .invoice :-ms-input-placeholder {
    line-height: 25px; }
  .buyer .invoice ::-ms-input-placeholder {
    line-height: 25px; }
  .buyer .invoice ::placeholder {
    line-height: 25px; }
  .buyer .invoice label {
    font-size: 18px; }
  .buyer .demo-check {
    display: inline-block;
    padding: 15px 0px; }
    .buyer .demo-check input[type='radio'] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0;
      width: 20px;
      height: 20px;
      border: 2px solid #9D2F3C;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      top: 3px;
      background-color: white; }
      .buyer .demo-check input[type='radio']:checked {
        background-color: #9D2F3C;
        border-color: #9D2F3C; }

.buyer_info {
  width: 100%; }
  .buyer_info table {
    position: relative;
    left: 2.5%;
    width: 94%;
    font-size: 20px;
    line-height: 25px; }
    .buyer_info table tr th {
      padding: 10px;
      width: 110px; }
    .buyer_info table tr td {
      padding: 5px 0px;
      line-height: 20px; }

.member h1 {
  font-weight: 900;
  font-family: 'Microsoft JhengHei'; }

.member .member_title {
  margin: auto;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  padding: 10px 10px;
  border-bottom: solid 3px #9D2F3C; }

.member .member_menu {
  text-align: center; 
  padding: 0;}
  .member .member_menu a {
    padding: 0px 5px; }
    .member .member_menu a li {
      color: #834600;
      display: inline-block;
      font-size: 20px;
      font-weight: 900;
      padding: 5px 7px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      margin: 2px 0px; }
    .member .member_menu a li:hover, .member .member_menu a li.active {
      background: #834600;
      color: #FEFAF2; }
  .member .member_menu a:nth-child(n) {
    border-right: solid 2px #834600; }
  .member .member_menu a:last-child {
    border-right: none; }

.member .member_detail {
  font-weight: 900; }
  .member .member_detail label {
    width: 20%;
    margin: 5px 0px; }
  .member .member_detail input {
    width: 75%;
    padding: 5px 10px;
    border: solid 1px #9D2F3C;
    border-radius: 5px;
    margin: 5px 0px; }
  .member .member_detail ::-webkit-input-placeholder {
    color: #9D2F3C; }
  .member .member_detail :-ms-input-placeholder {
    color: #9D2F3C; }
  .member .member_detail ::-ms-input-placeholder {
    color: #9D2F3C; }
  .member .member_detail ::placeholder {
    color: #9D2F3C; }

.order-page {
  line-height: 25px; }
  .order-page h1 {
    font-family: 'Microsoft JhengHei;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-left: 20px;
    padding: 10px 0px; }
  .order-page .list-tilte {
    background-color: #9D2F3C;
    color: white;
    padding: 5px !important;
    padding-left: 20px; }
  .order-page .buy-item-list {
    margin-left: 0px;
    text-align: left; }
    .order-page .buy-item-list .col-md-3, .order-page .buy-item-list .col-md-2, .order-page .buy-item-list .col-md-4, .order-page .buy-item-list .col-md-5, .order-page .buy-item-list .col-md-1, .order-page .buy-item-list .col-md-6 {
      text-align: center;
      padding: 10px; }
  .order-page .order_list {
    border-bottom: dashed 1px #9D2F3C; }
  .order-page .col-md-7, .order-page .col-md-5 h4 {
    margin-left: 0px;
    text-align: left; }
  .order-page .col-md-2 .meter {
    margin-top: 30px; }
  .order-page .col-md-1 i {
    margin-top: 2px;
    margin-left: 0px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .order-page .buy-item .return-shopping {
    padding-top: 10px;
    padding-bottom: 10px; }
  .order-page .buy-item-list .col-md-1 i:hover {
    color: #969696; }
  .order-page .check-discount li {
    padding: 10px;
    font-size: 16px;
    line-height: 20px; }
  .order-page .data_th:before {
    content: attr(data-th);
    position: relative;
    top: -10px;
    padding: 10px;
    text-align: center; }
  .order-page .data_th_no:before {
    content: attr(data-th) "：";
    position: relative;
    top: 0px;
    padding: 20px;
    left: -7px;
    text-align: center; }
  .order-page .buy_finish {
    margin-top: 30px; }
  .order-page .order-page {
    padding: 10px 20px; }

.button_menu {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-family: 微軟正黑體;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 999; }
  .button_menu a {
    color: white; }
  .button_menu a:hover {
    color: #ffe98d; }
  .button_menu .col-3 {
    padding: 10px;
    text-align: center;
    border-right: dotted 1px white; }
  .button_menu .col-3:last-child {
    border-right: none; }

.cart_button {
  position: fixed;
  right: 0;
  top: 30%;
  width: 130px;
  height: 50px;
  background: #9D2F3C;
  color: #FEFAF2;
  padding: 7px;
  border-radius: 100px 0px 0px 100px;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px); }
  .cart_button .buy_num {
    position: absolute;
    background: #9D2F3C;
    color: #ffe98d;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    left: 32px;
    top: -2px;
    font-size: 13px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .cart_button i {
    color: #9D2F3C;
    background: #FEFAF2;
    padding: 10px;
    border-radius: 100%; }
  .cart_button a {
    color: #9D2F3C;
    margin: 0px 5px; }
  .cart_button a:hover {
    color: #FEFAF2; }

.cart_button:hover {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }
  .cart_button:hover a {
    color: #FEFAF2; }

@media only screen and (max-width: 768px) {
  .order-page .buy-item-list .col-md-1 h5, .order-page .buy-item-list .col-md-2 h5, .order-page .buy-item-list .col-md-4 h5 {
    margin-top: 0px;
    padding-bottom: 10px; }
  .page-container table th, .page-container table td {
    padding: 10px !important; }
  .check-discount {
    margin-top: 10px; }
  .fa-caret-square-down {
    position: relative;
    top: 10px; }
  .order-page {
    padding: 50px 0px; }
    .order-page .list-tilte {
      display: none; }
    .order-page h1 {
      margin-top: -60px !important; }
  .data_th_no {
    background: #9D2F3C;
    color: white; } }

@media only screen and (min-width: 768px) {
  .data_th_no:before, .data_th:before {
    display: none; } }

@media only screen and (min-width: 990px) {
  .button_menu {
    display: none; } }

.class_title i {
  font-size: 30px;
  line-height: 10px; }

.member_like .member_title {
  width: 100%; }

.member_like .all_product .product {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-bottom: solid 4px white; }
  .member_like .all_product .product img {
    width: auto;
    height: 200px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .member_like .all_product .product .pd_name {
    font-size: 20px;
    font-weight: 900;
    padding: 10px 0px;
    color: #834600; }
  .member_like .all_product .product .pd_text {
    text-align: left !important;
    line-height: 20px;
    color: #834600;
    font-size: 16px; }
  .member_like .all_product .product .price {
    padding: 10px;
    font-weight: 900;
    font-size: 20px;
    padding: 10px 0px 0px 0px; }

.member_like .all_product .product:hover {
  z-index: 999;
  border-bottom: solid 5px #9D2F3C;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .member_like .all_product .product:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

@media only screen and (min-width: 992px) {
  .invoice_br {
    display: none; } }

@media only screen and (max-width: 992px) {
  .cart_button {
    display: none; }
  nav {
    padding: 0px;
    margin: 0px; }
    nav .navbar-brand {
      width: 70px !important;
      padding: 0px;
      margin: 0px; }
    nav .nav-item {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      padding: 5px !important; }
      nav .nav-item * {
        display: inline-block; }
      nav .nav-item i {
        padding: 0px 3px;
        font-size: 15px; }
  .search {
    text-align: center; }
    .search input {
      float: none; }
    .search i {
      float: right; }
  .carousel .button {
    bottom: 40px; }
  .carousel .carousel-indicators {
    bottom: 15px; }
  footer {
    text-align: center; }
    footer .top {
      display: none; }
  .page_banner .logo {
    padding: 20px 0px; }
    .page_banner .logo img {
      width: 100px; }
  .news_page .news_list {
    background-repeat: repeat;
    background-position: right;
    background-size: 100%; }
  .shop_page .product_list ol, .product_page .product_list ol {
    /*padding: 20px 0px 0px 0px;*/
    width: 100%; }
    .shop_page .product_list ol li, .product_page .product_list ol li {
      font-size: 17px;
       }
  .shop_page .all_product .product img, .product_page .all_product .product img {
    width: auto;
    height: 120px; }
  .product_page .product_main .product img {
    width: auto;
    height: 120px; }
  .contact_page .contact_form {
    margin-right: 0px !important; }
  .contact_page .text-right {
    text-align: left !important; }
  .contact_page .contact_text p {
    font-size: 18px; }
  .member form {
    margin-left: 0px; }
  .news_detail_main h1 {
    font-size: 25px; }
  .process_page .process_main p {
    width: 95%; }
  .process_page .text {
    padding: 0px 0px 0px 15px; }
  .sohop_detail .detail_main .product_text .button {
    padding: 10px 20px;
    background: #FFE1A5;
    color: #834600;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
    font-family: "微軟正黑體";
    width: 150px;
    display: inline-block;
    margin: 8px; }
  .sohop_detail .detail_main .product_text .button:hover {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }
  .member_like .all_product .product img {
    width: auto;
    height: 120px; } }

	.member .member_detail #agree{
		width: auto;
	}

	.member .member_detail #service{
		width: 100%;
	}
	
	.slick-slide :focus{
		outline: 0;	
	}