﻿@charset "UTF-8";
/* line 7, ../../sass/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #D32F2F;
}
/* line 10, ../../sass/_bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover {
  background-color: #FFF;
  color: #B71C1C;
}

/* line 21, ../../sass/_bootstrap.scss */
.has-error input,
.has-error select {
  background-color: #f2dede;
  color: #D32F2F;
}

/* line 28, ../../sass/_bootstrap.scss */
.page-header {
  margin: 0 0 10px;
  border-left: 5px solid #D32F2F;
  padding: 8px 0 8px 10px;
  position: relative;
}

/* line 1, ../../sass/_notification.scss */
#notification {
  width: 100%;
  background: #f9e8e8;
  color: #D32F2F;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
}

/* line 11, ../../sass/_core.scss */
body {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Droid Sans Mono", sans-serif;
  font-size: 14px;
  background-color: #F9F9F9;
}

/* line 23, ../../sass/_core.scss */
input:focus, input:visited, input:active,
select:focus,
select:visited,
select:active,
textarea:focus,
textarea:visited,
textarea:active,
button:focus,
button:visited,
button:active,
div:focus,
div:visited,
div:active {
  outline: 0 !important;
}

/* line 32, ../../sass/_core.scss */
.money:before {
  content: "$";
  margin-right: 3px;
}

/* line 47, ../../sass/_core.scss */
.header .navigation {
  background-color: #D32F2F;
  margin-bottom: 0;
}
/* line 53, ../../sass/_core.scss */
.header .navigation .container .navbar-header {
  width: 100%;
  display: table;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .header .navigation .container .navbar-header {
    text-align: center;
  }
}


/* line 59, ../../sass/_core.scss */
.header .navigation .container .navbar-header .navbar-home {
  width: 30px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .header .navigation .container .navbar-header .navbar-home {
    display: inline-block;
    text-align: center;
    padding: 0;
  }
}
/* line 69, ../../sass/_core.scss */
.header .navigation .container .navbar-header .navbar-logo {
  display: inline-block;
  position: relative;
}
/* line 74, ../../sass/_core.scss */
.header .navigation .container .navbar-header .navbar-logo .logo {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  /* line 69, ../../sass/_core.scss */
  .header .navigation .container .navbar-header .navbar-logo {
    display: inline-block;
    text-align: center;
    padding: 0;
  }
}
/* line 85, ../../sass/_core.scss */
.header .navigation .container .navbar-header .btn-facebook {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  text-align: right;
  font-size: 2.5em;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  background-color: transparent;
  color: #FFF;
}
/* line 104, ../../sass/_core.scss */
.header .logo {
  width: 100%;
}
/* line 109, ../../sass/_core.scss */
.header .menu {
  border: none;
  margin-bottom: 0;
  min-height: 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 999;
}
/* line 117, ../../sass/_core.scss */
.header .menu .menu-bar {
  display: inline-block;
  width: 100%;
  background-color: #FFF;
  z-index: 9;
  border-bottom: 1px solid #D32F2F;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=92);
  opacity: 0.92;
}
/* line 126, ../../sass/_core.scss */
.header .menu .menu-bar > .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 131, ../../sass/_core.scss */
.header .menu .menu-bar.affix {
  top: 0px;
}
/* line 136, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-desktop {
  width: 70%;
  max-width: 1020px;
  /*height: 50px;*/
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 136, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-desktop {
    width: 635px;
    max-width: 635px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 136, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-desktop {
    display: none;
  }
}
/* line 154, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-desktop li {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 20px;
  float: left;
  border-right: 1px solid #eeeeee;
}
/* line 161, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-desktop li a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  font-size: 16px;
}
/* line 169, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-desktop li a:hover, .header .menu .menu-bar .navbar-nav-desktop li a:focus {
  color: #D32F2F;
  background-color: transparent;
}
/* line 177, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-desktop li.active a {
  color: #D32F2F;
}
/* line 182, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-desktop li.navbar-right {
  margin-right: 10px;
  border-right: none;
}
/* line 212, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller {
  float: right;
  font-size: 1.3em;
  line-height: 50px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 212, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller {
    z-index: 99;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    margin: 0;
    height: 50px;
  }
}
/* line 229, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 229, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li {
    float: left;
    margin: 0;
    text-align: center;
    line-height: 50px;
  }
  .header .menu .menu-bar .navbar-nav-controller li.one-third{
    float: left;
    width: 33%;
    margin: 0;
    text-align: center;
    line-height: 50px;
  }
  .header .menu .menu-bar .navbar-nav-controller li.one-fourth{
    float: left;
    width: 20%;
    margin: 0;
    text-align: center;
    line-height: 50px;
  }
}
/* line 244, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li a {
  color: #5A5959;
  padding-left: 0;
  text-decoration: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  /* line 244, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li a {
    color: #fff;
    padding-right: 0;
    padding-top: 8px;
  }
}
/* line 259, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li a:hover {
  color: #D32F2F;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  /* line 259, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li a:hover {
    color: #fff;
  }
}
/* line 270, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li.category {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 270, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.category {
    display: block;
  }
}
/* line 277, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li.category .category-icon {
  font-size: 1.1em;
  vertical-align: text-top;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  /* line 277, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.category .category-icon {
    vertical-align: text-bottom;
  }
}
@media only screen and (max-width: 767px) {
  /* line 287, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.category .category-text {
    display: block;
    font-size: 0.7em;
  }
}
/* line 298, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li.search .search-icon {
  font-size: 1.1em;
  vertical-align: text-top;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  /* line 298, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.search .search-icon {
    vertical-align: text-bottom;
  }
}
@media only screen and (max-width: 767px) {
  /* line 308, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.search .search-text {
    display: block;
    font-size: 0.7em;
  }
}
/* line 319, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li.cart .icon {
  margin-right: 15px;
  font-size: 1.1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  /* line 319, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.cart .icon {
    margin-right: 0;
  }
}
/* line 329, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li.cart .cart-text {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 329, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.cart .cart-text {
    display: block;
    font-size: 0.7em;
  }
}
/* line 339, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li.cart .number {
  position: absolute;
  background-color: #D32F2F;
  color: #FFF;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  width: 25px;
  z-index: 99;
  top: -7px;
  left: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 358, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.cart-price {
    color: #fff;
  }
}
/* line 367, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li.cart-price .fare {
  font-size: 18px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 367, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.cart-price .fare {
    font-size: 0.7em;
    vertical-align: middle;
  }
}

/*.header .menu .menu-bar .navbar-nav-controller li.user {
  display: none;
}
@media only screen and (max-width: 767px) {
 
  .header .menu .menu-bar .navbar-nav-controller li.user {
    display: block;
  }
}*/
/* line 277, ../../sass/_core.scss */
.header .menu .menu-bar .navbar-nav-controller li.user .user-icon {
  font-size: 1.1em;
  vertical-align: text-top;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 277, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.user .user-icon {
    vertical-align: text-bottom;
  }
}
@media only screen and (max-width: 767px) {
  /* line 287, ../../sass/_core.scss */
  .header .menu .menu-bar .navbar-nav-controller li.user .user-text {
    display: block;
    font-size: 0.7em;
  }
}

/* line 384, ../../sass/_core.scss */
.mobile-menu {
  display: block;
}
/* line 387, ../../sass/_core.scss */
.mobile-menu > div {
  position: fixed;
  z-index: 1200;
  top: 0;
  width: 250px;
  height: 100%;
  transition: transform 250ms ease;
  -webkit-transition: -webkit-transform 250ms ease;
  -moz-transition: -moz-transform 250ms ease;
}
/* line 397, ../../sass/_core.scss */
.mobile-menu > div.left {
  -webkit-overflow-scrolling: touch;
  background: #e8e8e8;
  left: -250px;
}
/* line 403, ../../sass/_core.scss */
.mobile-menu > div.visible.left {
  overflow-y: scroll;
  transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -webkit-transform: translate3d(250px, 0, 0);
}
/* line 412, ../../sass/_core.scss */
.mobile-menu .menu-item {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
/* line 419, ../../sass/_core.scss */
.mobile-menu .menu-item .menu-title {
  font-weight: bold;
}
/* line 423, ../../sass/_core.scss */
.mobile-menu .menu-item .menu-close {
  float: right;
  width: 44px;
  text-align: center;
  line-height: 22px;
}
/* line 432, ../../sass/_core.scss */
.mobile-menu .expander-list .expander {
  width: 44px;
  padding: 0;
  text-align: center;
}
/* line 437, ../../sass/_core.scss */
.mobile-menu .expander-list .expander:after {
  padding: 0;
  font-size: 14px;
}

/* line 446, ../../sass/_core.scss */
.expander-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  /* line 446, ../../sass/_core.scss */
  .expander-list {
    margin-bottom: 32px;
  }
}
/* line 455, ../../sass/_core.scss */
.expander-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 461, ../../sass/_core.scss */
.expander-list ul li {
  margin: 0;
}
/* line 464, ../../sass/_core.scss */
.expander-list ul li:first-child {
  box-shadow: inset 0 6px 5px -6px #ccc;
}
/* line 468, ../../sass/_core.scss */
.expander-list ul li:last-child {
  box-shadow: inset 0 -6px 5px -6px #ccc;
}
/* line 473, ../../sass/_core.scss */
.expander-list ul .name a {
  padding-left: 21px;
}
/* line 480, ../../sass/_core.scss */
.expander-list > li > .name {
  background-color: #e8e8e8;
}
/* line 484, ../../sass/_core.scss */
.expander-list > li > ul {
  background-color: #f2f2f2;
}
/* line 487, ../../sass/_core.scss */
.expander-list > li > ul > li > ul {
  background-color: #fff;
}
/* line 493, ../../sass/_core.scss */
.expander-list .name {
  display: block;
  border-bottom: 1px solid #ddd;
  line-height: 43px;
}
/* line 498, ../../sass/_core.scss */
.expander-list .name a {
  display: block;
  padding-left: 9px;
}
/* line 502, ../../sass/_core.scss */
.expander-list .name a.active {
  color: #D32F2F;
  border-left: 2px solid #D32F2F;
}
/* line 510, ../../sass/_core.scss */
.expander-list .last > .name {
  border: none;
}

/* line 517, ../../sass/_core.scss */
body .modal-backdrop.in {
  opacity: 0.8;
}

/* line 524, ../../sass/_core.scss */
#notification {
  margin-bottom: 2px;
}
/* line 527, ../../sass/_core.scss */
#notification a {
  color: #D32F2F;
  text-decoration: underline;
}
/* line 531, ../../sass/_core.scss */
#notification a:hover {
  color: #BA2A2A;
}
@media only screen and (max-width: 767px) {
  /* line 524, ../../sass/_core.scss */
  #notification {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* line 543, ../../sass/_core.scss */
.wrapper {
  background-color: #FFF;
}

/* line 551, ../../sass/_core.scss */
.donation-info {
  color: #999999;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: right;
}
/* line 560, ../../sass/_core.scss */
.donation-info strong {
  color: #D32F2F;
}
@media only screen and (max-width: 767px) {
  /* line 551, ../../sass/_core.scss */
  .donation-info {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 551, ../../sass/_core.scss */
  .donation-info {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 577, ../../sass/_core.scss */
.banners {
  max-width: 1200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 577, ../../sass/_core.scss */
  .banners {
    width: 100%;
    height: auto;
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 577, ../../sass/_core.scss */
  .banners {
    width: 100%;
    height: auto;
    max-height: 450px;
  }
}
/* line 597, ../../sass/_core.scss */
.banners .big-banners .banner {
  width: 100%;
}
/* line 603, ../../sass/_core.scss */
.banners .small-banners {
  list-style: none;
}

/* line 615, ../../sass/_core.scss */
.page-content .page-header .title {
  margin-left: -15px;
}
/* line 618, ../../sass/_core.scss */
.page-content .page-header .sub-title {
  display: inline-block;
  margin-left: 15px;
  color: #D32F2F;
  font-size: 14px;
  line-height: 24px;
}
/* line 628, ../../sass/_core.scss */
.page-content .choose-display-region {
  position: absolute;
  right: 0;
  top: 3px;
}
/* line 633, ../../sass/_core.scss */
.page-content .choose-display-region .display-label {
  font-size: 0.8em;
}
@media (max-width: 450px) {
  /* line 633, ../../sass/_core.scss */
  .page-content .choose-display-region .display-label {
    font-size: 0.5em;
  }
}

/* line 646, ../../sass/_core.scss */
.products {
  margin-bottom: 10px;
}
/* line 653, ../../sass/_core.scss */
.products.parallel-mode .product {
  vertical-align: middle;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  /* line 653, ../../sass/_core.scss */
  .products.parallel-mode .product {
    width: 50%;
  }
}
@media (min-width: 621px) and (max-width: 991px) {
  /* line 653, ../../sass/_core.scss */
  .products.parallel-mode .product {
    width: 100%;
  }
}
@media (max-width: 620px) {
  /* line 653, ../../sass/_core.scss */
  .products.parallel-mode .product {
    width: 100%;
  }
}
/* line 669, ../../sass/_core.scss */
.products.parallel-mode .product .product-image-region {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
}
/* line 674, ../../sass/_core.scss */
.products.parallel-mode .product .product-image-region .product-image:after {
  display: none;
}
/* line 679, ../../sass/_core.scss */
.products.parallel-mode .product .product-content-region {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  padding: 5px 0;
}
/* line 685, ../../sass/_core.scss */
.products.parallel-mode .product .product-content-region .product-title {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
}
@media (max-width: 620px) {
  /* line 685, ../../sass/_core.scss */
  .products.parallel-mode .product .product-content-region .product-title {
    width: 54%;
    height: 90%;
  }
}
/* line 694, ../../sass/_core.scss */
.products.parallel-mode .product .product-content-region .product-title > h3 {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.3em;
  padding-left: 5px;
}
/* line 702, ../../sass/_core.scss */
.products.parallel-mode .product .product-content-region .price {
  display:  inline-block;
  width: 16%;
  position: relative;
  text-align: right;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 8px;
}
@media (max-width: 620px) {
  /* line 702, ../../sass/_core.scss */
  .products.parallel-mode .product .product-content-region .price {
    font-size: 1.2em;
    /*line-height: 1.4em;*/
    /*width: 13%;*/
  }
}

/* line 714, ../../sass/_core.scss */
.products.parallel-mode .product .product-content-region .price .price-new {
  /*float: none;*/
}
/* line 719, ../../sass/_core.scss */
.products.parallel-mode .product .product-content-region .cart {
  display:  inline-block;
  width: 20%;
  vertical-align: middle;
}
@media (max-width: 620px) {
  /* line 719, ../../sass/_core.scss */
  .products.parallel-mode .product .product-content-region .cart {
    /*width: 30%;*/
  }
    .products.parallel-mode .product .product-content-region .price .price-new {
        font-size: 0.9em;
      /*float: none;*/
    }
    .products.parallel-mode .product .product-content-region .price .price-new.product-price-original {
        font-size: 0.6em;
      /*float: none;*/
    }
}

.product-specification {
    float: left;
    margin: 7px 0px 0 0;
    height: 50px;
    padding: 2px 0 0 0;
    width: 65%;
  }
@media (max-width: 620px) {
  /* line 702, ../../sass/_core.scss */
  .product-specification    {
    float: left;
    margin: 7px 0px 0 0;
    height: 50px;
    padding: 2px 0 0 0;
    width: 65%;
  }
}

/* line 728, ../../sass/_core.scss */
.products.parallel-mode .product .product-content-region .cart .add-to-cart-text {
  display: none;
}
/* line 732, ../../sass/_core.scss */
.products.parallel-mode .product .product-content-region .cart .btn-add-to-cart {
  /*width: 30%;
  margin: 0 auto;
  float: right;*/
}
@media (max-width: 620px) {
  /* line 732, ../../sass/_core.scss */
  .products.parallel-mode .product .product-content-region .cart .btn-add-to-cart {
    /*width: 30%;*/
     /*float: right;*/
  }
}
/* line 746, ../../sass/_core.scss */
.products .product {
  /* display: table; */
  padding: 1%;
  /* margin-bottom: 12px;  */
  float: left;
}
@media (min-width: 992px) {
  /* line 746, ../../sass/_core.scss */
  .products .product {
    width: 25%;
  }
}
@media (min-width: 621px) and (max-width: 991px) {
  /* line 746, ../../sass/_core.scss */
  .products .product {
    width: 33.33%;
  }
}
@media (max-width: 620px) {
  /* line 746, ../../sass/_core.scss */
  .products .product {
    width: 50%;
  }
}
/* line 765, ../../sass/_core.scss */
.products .product .product-image-region {
  position: relative;
  overflow: hidden;
  /* display: table-row;  */
}
/* line 771, ../../sass/_core.scss */
.products .product .product-image-region .product-image {
  position: relative;
}
/* line 775, ../../sass/_core.scss */
.products .product .product-image-region .product-image .product-label-special {
  position: absolute;
  width: 31%;
  height: auto;
  top: 0px;
  right: 0px;
}
/* line 782, ../../sass/_core.scss */
.products .product .product-image-region .product-image .product-label-special img {
  width: 100%;
}
/* line 789, ../../sass/_core.scss */
.products .product .product-image-region .product-image .image {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 789, ../../sass/_core.scss */
  .products .product .product-image-region .product-image .image {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 789, ../../sass/_core.scss */
  .products .product .product-image-region .product-image .image {
    margin: 0 auto;
  }
}
/* line 804, ../../sass/_core.scss */
/*.products .product .product-image-region .product-image:after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  text-indent: -9999em;
  position: absolute;
  bottom: 0;
  left: 46%;
  border-left: 12px solid transparent;
  border-bottom: 11px solid #F9F9F9;
  border-right: 12px solid transparent;
  z-index: 0;
}*/
/* line 821, ../../sass/_core.scss */
.products .product .product-image-region .product-content {
  position: absolute;
  background-color: #D32F2F;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  top: 260px;
  left: 0;
  width: 100%;
  height: 257px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 835, ../../sass/_core.scss */
.products .product .product-image-region .product-content .content {
  font-size: 16px;
  line-height: 27px;
  height: 220px;
  overflow: hidden;
  color: #FFF;
}
@media (max-width: 450px) {
  /* line 835, ../../sass/_core.scss */
  .products .product .product-image-region .product-content .content {
    font-size: 0.9em;
    line-height: 1.3em;
  }
}
/* line 850, ../../sass/_core.scss */
.products .product .product-image-region .btn-hide-detail {
  position: absolute;
  bottom: 3px;
  right: 5px;
  z-index: 9;
  font-size: 28px;
  color: #fff;
  width: 28px;
  height: 33px;
}
/* line 860, ../../sass/_core.scss */
.products .product .product-image-region .btn-hide-detail:hover {
  color: #F9F9F9;
}
/* line 867, ../../sass/_core.scss */
/*.products .product .product-content-region {
  padding: 0;
  background-color: #F9F9F9;
   display: table-row; 
}*/
/* line 873, ../../sass/_core.scss */
.products .product .product-content-region .product-title {
  position: relative;
  font-size: 17px;
  line-height: 24px;
  height: 72px;
  max-height: 72px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  display: block;
}
.products.parallel-mode .product .product-content-region .product-title {
  height: auto;
  margin-left: 8px;
}
.products.parallel-mode .product .product-content-region .product-title span{
  /*margin-left: 10px;*/
}
/* line 883, ../../sass/_core.scss */
.products .product .product-content-region .product-title > h3 {
  font-size: 1em;
  min-height: 72px;
  /* min-width: 263px; */
}
.products .product .product-content-region .product-title .product-ps{
    color: #ff0000;
    font-size: 15px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
  /* line 883, ../../sass/_core.scss */
  .products .product .product-content-region .product-title > h3 {
    font-size: 0.9em;
    min-height: 100%;
    min-width: 100%;
  }
    .products .product .product-content-region .product-title .product-ps{
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 767px) {
  /* line 873, ../../sass/_core.scss */
  .products .product .product-content-region .product-title {
    font-size: 0.9em;
    line-height: 1.3em;
    height: 49px;
  }
}
/* line 901, ../../sass/_core.scss */
.products .product .product-content-region .product-title:hover {
  color: #D32F2F;
}
/* line 907, ../../sass/_core.scss */
.products .product .product-content-region .price {
  /* display: table-row; */
  font-weight: bold;
  color: #D32F2F;
  /* margin-top: 10px; */
  font-size: 20px;
  vertical-align:bottom;
}
@media (max-width: 450px) {
  /* line 907, ../../sass/_core.scss */
  .products .product .product-content-region .price {
    margin-top: 0px;
    vertical-align:bottom;
  }
}
/* line 918, ../../sass/_core.scss */
.products .product .product-content-region .price .price-old {
  color: #999999;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
  margin-right: 8px;
}
/* line 926, ../../sass/_core.scss */
.products .product .product-content-region .price .price-new {
  float: right;
}

.products.parallel-mode .product-content-region .price .price-new {
  float: none;
}

.products .product .product-content-region .price .product-price-original {
    display: inline-block;
    text-decoration: line-through;
    color: #b2b2b2;
    font-size: 1.4rem;
    margin-top: 0.6rem;
    margin-right: 0.6rem;
}

.products.parallel-mode .product .product-content-region .price .product-price-original {
    margin: 0;
    display: block;
}

/* line 931, ../../sass/_core.scss */
.products .product .product-content-region .price .btn-show-detail {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
  margin-top: 8px;
  cursor: pointer;
}
.products.parallel-mode .product .product-content-region .price .btn-show-detail {
  display: block;
}
/* line 938, ../../sass/_core.scss */
.products .product .product-content-region .price .btn-show-detail:hover {
  color: #D32F2F;
}
/* line 945, ../../sass/_core.scss */
.products .product .product-content-region .quantity {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
/* line 952, ../../sass/_core.scss */
.products .product .product-content-region .quantity .btn {
  position: absolute;
  z-index: 1;
  width: 44px;
  height: 44px;
  background-color: #e0e0e0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 960, ../../sass/_core.scss */
.products .product .product-content-region .quantity .btn:hover {
  background-color: #CCCCCC;
}
/* line 965, ../../sass/_core.scss */
.products .product .product-content-region .quantity .btn.btn-minus {
  top: 0;
  left: 0;
}
/* line 970, ../../sass/_core.scss */
.products .product .product-content-region .quantity .btn.btn-plus {
  top: 0;
  right: 0;
}
/* line 975, ../../sass/_core.scss */
.products .product .product-content-region .quantity .count {
  width: 100%;
  height: 44px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 2px;
  padding-bottom: 6px;
  line-height: 33px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 992, ../../sass/_core.scss */
.products .product .product-content-region .quantity.disabled .btn {
  cursor: not-allowed;
  color: #999;
}
/* line 996, ../../sass/_core.scss */
.products .product .product-content-region .quantity.disabled .count {
  color: #999;
  background-color: #eee;
}
/* line 1004, ../../sass/_core.scss */
.products .product .product-content-region .cart {
  /* display: table-row; */
}
/* line 1008, ../../sass/_core.scss */
.products .product .product-content-region .cart .btn-add-to-cart {
  padding: 12px 14px;
  width: 100%;
  display: block;
  text-align: center;
  transition: all .3s ease;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #FFF;
  background-color: #D32F2F;
  border: 1px solid #D32F2F;
}
/* line 11, ../../sass/_mixins.scss */
.products .product .product-content-region .cart .btn-add-to-cart:hover, .products .product .product-content-region .cart .btn-add-to-cart:focus {
  background-color: #BA2A2A;
}
@media (max-width: 450px) {
  /* line 1008, ../../sass/_core.scss */
  .products .product .product-content-region .cart .btn-add-to-cart {
    font-size: 1em;
    padding: 12px 1px;
  }
  .products .product .product-content-region .price .btn-show-detail{
      font-size: 14px;
  }
}
/* line 1022, ../../sass/_core.scss */
.products .product .product-content-region .cart .btn-add-to-cart.disabled {
  border: 1px solid #ccc;
  background-color: #e0e0e0;
  color: #000;
}
/* line 1030, ../../sass/_core.scss */
.products .product .product-content-region .cart .btn-remove-from-cart {
  padding: 12px 14px;
  width: 100%;
  display: none;
  text-align: center;
  transition: all .3s ease;
  text-decoration: none;
  background-color: #e0e0e0;
  color: #999;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 1041, ../../sass/_core.scss */
.products .product .product-content-region .cart .btn-remove-from-cart:hover {
  background-color: #ccc;
}
/* line 1047, ../../sass/_core.scss */
.products .product .product-content-region .cart .sold-out {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 12px 0px;
  color: #999;
  background-color: #eee;
  border: 1px solid #e0e0e0;
  width: 100%;
  text-align: center;
  cursor: not-allowed;
  font-size: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 450px) {
  .products .product .product-content-region .cart .sold-out {
    font-size: 1em;
  }
}
/* line 1065, ../../sass/_core.scss */
.products .product.sold-out .quantity .btn {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
/* line 1069, ../../sass/_core.scss */
.products .product.sold-out .quantity .count {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
/* line 1075, ../../sass/_core.scss */
.products .product.sold-out .cart button {
  pointer-events: none;
  display: none;
}
/* line 1079, ../../sass/_core.scss */
.products .product.sold-out .cart .sold-out {
  display: block;
}

/* line 1047, ../../sass/_core.scss */
.products .product .product-content-region .cart .not-spec {
  z-index: 2;
  color: #999;
  background-color: #eee;
  border: 1px solid #e0e0e0;
  cursor: not-allowed;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 450px) {
  .products .product .product-content-region .cart .not-spec {
    font-size: 1em;
  }
}
/* line 1065, ../../sass/_core.scss */
.products .product.not-spec .quantity .btn {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
/* line 1069, ../../sass/_core.scss */
.products .product.not-spec .quantity .count {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
/* line 1075, ../../sass/_core.scss */
.products .product.not-spec .cart button {
  pointer-events: none;
  display: none;
}
/* line 1079, ../../sass/_core.scss */
.products .product.not-spec .cart .not-spec {
  display: block;
}



/* line 1090, ../../sass/_core.scss */
.product-detail-modal .modal-header {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  /* line 1094, ../../sass/_core.scss */
  .product-detail-modal .product-img-region {
    float: left;
    width: 30%;
  }
}
@media (max-width: 360px) {
  /* line 1094, ../../sass/_core.scss */
  .product-detail-modal .product-img-region {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1106, ../../sass/_core.scss */
  .product-detail-modal .product-detail {
    float: left;
    width: 70%;
  }
}
@media (max-width: 360px) {
  /* line 1106, ../../sass/_core.scss */
  .product-detail-modal .product-detail {
    float: left;
    width: 100%;
  }
}
/* line 1119, ../../sass/_core.scss */
.product-detail-modal .product-image {
  position: relative;
}
/* line 1123, ../../sass/_core.scss */
.product-detail-modal .product-image .product-label-special {
  position: absolute;
  width: 31%;
  height: auto;
  top: 0px;
  right: 0px;
}
/* line 1130, ../../sass/_core.scss */
.product-detail-modal .product-image .product-label-special img {
  width: 100%;
}
/* line 1137, ../../sass/_core.scss */
.product-detail-modal .product-image .image {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1137, ../../sass/_core.scss */
  .product-detail-modal .product-image .image {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1137, ../../sass/_core.scss */
  .product-detail-modal .product-image .image {
    margin: 0 auto;
  }
}
/* line 1153, ../../sass/_core.scss */
.product-detail-modal .product-title {
  margin-top: 1em;
  margin-bottom: 2em;
}
/* line 1160, ../../sass/_core.scss */
.product-detail-modal .product-detail .product-detail-title {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 5px solid #D32F2F;
  padding-left: 15px;
  line-height: 2em;
  font-size: 1.2em;
  color: #D32F2F;
}
/* line 1170, ../../sass/_core.scss */
.product-detail-modal .product-detail .product-detail-content {
  padding: 15px;
}

.product-detail-modal .product-detail .product-detail-content img {
  width: 100% !important;
}

/* line 1177, ../../sass/_core.scss */
.campaign-activity {
  margin-bottom: 10px;
  margin-left: 0px;
  color: #D32F2F;
  font-size: 18px;
  line-height: 24px;
}
/* line 1184, ../../sass/_core.scss */
.campaign-activity .progress {
  margin-top: 5px;
}

/* line 1195, ../../sass/_core.scss */
.carts .cart-items.hide {
  display: none;
}
/* line 1200, ../../sass/_core.scss */
.carts .cart-items .cart {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  display: table;
  width: 100%;
}
/* line 1207, ../../sass/_core.scss */
.carts .cart-items .cart .cart-img-region {
  display: table-cell;
  width: 10%;
  vertical-align: top;
}
@media (max-width: 450px) {
  /* line 1207, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-img-region {
    width: 20%;
  }
}
/* line 1217, ../../sass/_core.scss */
.carts .cart-items .cart .cart-content-region {
  width: 90%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 450px) {
  /* line 1217, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-content-region {
    width: 80%;
  }
}
/* line 1226, ../../sass/_core.scss */
.carts .cart-items .cart .cart-content-region .cart-title {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}
@media (max-width: 991px) {
  /* line 1226, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-content-region .cart-title {
    width: 100%;
    display: table-row;
  }
}
/* line 1236, ../../sass/_core.scss */
.carts .cart-items .cart .cart-content-region .cart-title h3 {
  font-size: 1em;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 450px) {
  /* line 1236, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-content-region .cart-title h3 {
    padding-left: 10px;
  }
}
/* line 1248, ../../sass/_core.scss */
.carts .cart-items .cart .cart-content-region .cart-content-table {
  display: table;
  vertical-align: middle;
  width: 100%;
}
/* line 1254, ../../sass/_core.scss */
.carts .cart-items .cart .cart-content-region .cart-mobile-tr-content {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 450px) {
  /* line 1254, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-content-region .cart-mobile-tr-content {
    padding-left: 10px;
  }
}
/* line 1263, ../../sass/_core.scss */
.carts .cart-items .cart .cart-content-region .cart-number {
  display: inline-block;
  width: 40%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 450px) {
  /* line 1263, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-content-region .cart-number {
    width: 50%;
    text-align: left;
  }
}
/* line 1275, ../../sass/_core.scss */
.carts .cart-items .cart .cart-content-region .cart-price {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 450px) {
  /* line 1275, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-content-region .cart-price {
    width: 25%;
  }
}
/* line 1286, ../../sass/_core.scss */
.carts .cart-items .cart .cart-content-region .cart-delete {
  display: inline-block;
  width: 27%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 991px) {
  /* line 1286, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-content-region .cart-delete {
    text-align: right;
  }
}
@media (max-width: 450px) {
  /* line 1286, ../../sass/_core.scss */
  .carts .cart-items .cart .cart-content-region .cart-delete {
    width: 20%;
  }
}
/* line 1303, ../../sass/_core.scss */
.carts .cart-items .cart .remove {
  font-size: 32px;
  color: #666;
  text-decoration: none;
}
/* line 1308, ../../sass/_core.scss */
.carts .cart-items .cart .remove:hover {
  color: #D32F2F;
}
/* line 1314, ../../sass/_core.scss */
.carts .cart-items .cart .image {
  width: 100%;
}
/* line 1327, ../../sass/_core.scss */
.carts .cart-items .cart .name {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
/* line 1340, ../../sass/_core.scss */
.carts .cart-items .cart .unit-price {
  font-size: 18px;
  color: #000;
}
/* line 1353, ../../sass/_core.scss */
.carts .cart-items .cart .price-box .price {
  font-size: 18px;
  color: #D32F2F;
}
@media only screen and (max-width: 767px) {
  /* line 1361, ../../sass/_core.scss */
  .carts .cart-items .cart .quantity-box {
    text-align: right;
    padding: 0;
  }
}
/* line 1368, ../../sass/_core.scss */
.carts .cart-items .cart .quantity-box .quantity {
  display: inline-block;
}
/* line 1371, ../../sass/_core.scss */
.carts .cart-items .cart .quantity-box .quantity .btn {
  width: 44px;
  height: 44px;
  background-color: #e0e0e0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1377, ../../sass/_core.scss */
.carts .cart-items .cart .quantity-box .quantity .btn:hover {
  background-color: #CCCCCC;
}
@media (max-width: 450px) {
  /* line 1371, ../../sass/_core.scss */
  .carts .cart-items .cart .quantity-box .quantity .btn {
    width: 33px;
    height: 33px;
    padding: 0;
    line-height: 33px;
  }
}
/* line 1388, ../../sass/_core.scss */
.carts .cart-items .cart .quantity-box .quantity .count {
  display: inline-block;
  width: 60px;
  height: 44px;
  padding-bottom: 3px;
  line-height: 33px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  /* line 1388, ../../sass/_core.scss */
  .carts .cart-items .cart .quantity-box .quantity .count {
    width: 45px;
  }
}
@media (max-width: 450px) {
  /* line 1388, ../../sass/_core.scss */
  .carts .cart-items .cart .quantity-box .quantity .count {
    width: 33px;
    height: 33px;
    padding-bottom: 2px;
  }
}
/* line 1413, ../../sass/_core.scss */
.carts .cart-items .cart .quantity-box .quantity .count.compaign {
  margin-left: 45px;
}
/* line 1421, ../../sass/_core.scss */
.carts .cart-items .cart .gift {
  font-size: 18px;
  color: #D32F2F;
}
/* line 1428, ../../sass/_core.scss */
.carts .cart-items .total {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
}
/* line 1435, ../../sass/_core.scss */
.carts .cart-items .total .row {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* line 1439, ../../sass/_core.scss */
.carts .cart-items .total small {
  font-size: 18px;
  color: #666;
}
@media (max-width: 450px) {
  /* line 1439, ../../sass/_core.scss */
  .carts .cart-items .total small {
    font-size: 0.8em;
  }
}
/* line 1448, ../../sass/_core.scss */
.carts .cart-items .total .price {
  color: #D32F2F;
  padding-right: 8%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1448, ../../sass/_core.scss */
  .carts .cart-items .total .price {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1448, ../../sass/_core.scss */
  .carts .cart-items .total .price {
    padding-right: 0;
  }
}

 .carts .cart-items .total .coupon{
     display: -webkit-box;
 }
 
 .carts .cart-items .total .coupon .input-set-couponcode{
     margin: 0 0 0 -40%;
     width: 120%;
 }
 
 .carts .cart-items .total .coupon .btn-add-couponcode{
     margin: 0 40px 0 10px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
 
     .carts .cart-items .total .coupon {
         display: -webkit-box;
     }
 
         .carts .cart-items .total .coupon .input-set-couponcode {
             margin: 0 0 0 -100%;
             width: 180%;
         }
 
         .carts .cart-items .total .coupon .btn-add-couponcode {
             margin: 0 40px 0 10px;
         }
     
 }
 
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 
     .carts .cart-items .total .coupon {
         display: -webkit-box;
     }
 
         .carts .cart-items .total .coupon .input-set-couponcode {
             margin: 0 0 0 -150px;
             width: 180%;
         }
 
         .carts .cart-items .total .coupon .btn-add-couponcode {
             margin: 0 40px 0 10px;
         }
 }
 @media only screen and (max-width: 767px) {
     .carts .cart-items .total .coupon {
         display: -webkit-box;
     }
 
         .carts .cart-items .total .coupon .input-set-couponcode {
             margin: 0 0 0 -360%;
             width: 480%;
         }
 
         .carts .cart-items .total .coupon .btn-add-couponcode {
             margin: 0 40px 0 10px;
         }
 }
 
/* line 1471, ../../sass/_core.scss */
.carts .cart-empty {
  font-size: 20px;
  color: #000;
  text-align: center;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
  margin-bottom: 15px;
}
/* line 1481, ../../sass/_core.scss */
.carts .cart-empty.hide {
  display: none;
}

/* line 1493, ../../sass/_core.scss */
.purchaser-info .form,
.receiver-info .form {
  font-size: 14px;
}
/* line 54, ../../sass/_mixins.scss */
.purchaser-info .form .cbx-container,
.receiver-info .form .cbx-container {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 61, ../../sass/_mixins.scss */
.purchaser-info .form .cbx-container .cbx,
.receiver-info .form .cbx-container .cbx {
  text-align: center;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #78A344;
}
/* line 70, ../../sass/_mixins.scss */
.purchaser-info .form .cbx-container .cbx.cbx-xl,
.receiver-info .form .cbx-container .cbx.cbx-xl {
  width: 44px;
  height: 44px;
  font-size: 28px;
}
/* line 76, ../../sass/_mixins.scss */
.purchaser-info .form .cbx-container .cbx .cbx-icon,
.receiver-info .form .cbx-container .cbx .cbx-icon {
  position: absolute;
  margin: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 87, ../../sass/_mixins.scss */
.purchaser-info .form .cbx-text,
.receiver-info .form .cbx-text {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 87, ../../sass/_mixins.scss */
  .purchaser-info .form .cbx-text,
  .receiver-info .form .cbx-text {
    width: 80%;
  }
}
/* line 98, ../../sass/_mixins.scss */
.purchaser-info .form .cbx-message,
.receiver-info .form .cbx-message {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #D32F2F;
}
/* line 1498, ../../sass/_core.scss */
.purchaser-info .form input,
.purchaser-info .form select,
.receiver-info .form input,
.receiver-info .form select {
  height: 40px;
  padding: 10px;
}
/* line 1504, ../../sass/_core.scss */
.purchaser-info .form .has-feedback,
.receiver-info .form .has-feedback {
  position: relative;
}
/* line 1508, ../../sass/_core.scss */
.purchaser-info .form .form-control-feedback,
.receiver-info .form .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 3px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #999;
}
/* line 1521, ../../sass/_core.scss */
.purchaser-info .form .form-control-feedback.phone,
.receiver-info .form .form-control-feedback.phone {
  top: 5px;
}
/* line 1527, ../../sass/_core.scss */
.purchaser-info .form .remark,
.receiver-info .form .remark {
  color: #D32F2F;
  margin-top: 5px;
  margin-bottom: 20px;
}
/* line 1534, ../../sass/_core.scss */
.purchaser-info .form .required,
.receiver-info .form .required {
  color: #FF0000;
  margin-right: 5px;
}
/* line 1540, ../../sass/_core.scss */
.purchaser-info .form .donate,
.receiver-info .form .donate {
  margin-bottom: 0px;
}
/* line 1543, ../../sass/_core.scss */
.purchaser-info .form .donate .choose-donate-region,
.receiver-info .form .donate .choose-donate-region {
  width: 100%;
}
/* line 1547, ../../sass/_core.scss */
.purchaser-info .form .donate .btn,
.receiver-info .form .donate .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 49.5%;
}
/* line 1553, ../../sass/_core.scss */
.purchaser-info .form .donate .btn .glyphicon,
.receiver-info .form .donate .btn .glyphicon {
  color: #FFF;
  font-size: 18px;
  display: none;
}
/* line 1559, ../../sass/_core.scss */
.purchaser-info .form .donate .btn:hover, .purchaser-info .form .donate .btn.active,
.receiver-info .form .donate .btn:hover,
.receiver-info .form .donate .btn.active {
  background-color: #D32F2F;
  color: #FFF;
}
/* line 1564, ../../sass/_core.scss */
.purchaser-info .form .donate .btn:hover .glyphicon, .purchaser-info .form .donate .btn.active .glyphicon,
.receiver-info .form .donate .btn:hover .glyphicon,
.receiver-info .form .donate .btn.active .glyphicon {
  display: inline-block;
}
/* line 1569, ../../sass/_core.scss */
.purchaser-info .form .donate .btn:first-child,
.receiver-info .form .donate .btn:first-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-right: 1%;
}
/* line 1575, ../../sass/_core.scss */
.purchaser-info .form .donate .btn:last-child,
.receiver-info .form .donate .btn:last-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 1600, ../../sass/_core.scss */
.purchaser-info .form .telphone-box,
.receiver-info .form .telphone-box {
  display: inline-block;
  width: 100%;
}
/* line 1604, ../../sass/_core.scss */
.purchaser-info .form .telphone-box .telphone-prefix,
.receiver-info .form .telphone-box .telphone-prefix {
  float: left;
  width: 15%;
}
/* line 1608, ../../sass/_core.scss */
.purchaser-info .form .telphone-box .divider,
.receiver-info .form .telphone-box .divider {
  float: left;
  width: 10%;
  text-align: center;
  line-height: 16px;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  /* line 1608, ../../sass/_core.scss */
  .purchaser-info .form .telphone-box .divider,
  .receiver-info .form .telphone-box .divider {
    padding-top: 8px;
  }
}
/* line 1620, ../../sass/_core.scss */
.purchaser-info .form .telphone-box .telphone-box,
.receiver-info .form .telphone-box .telphone-box {
  float: left;
  width: 50%;
  position: relative;
}
/* line 1625, ../../sass/_core.scss */
.purchaser-info .form .telphone-box .telphone-suffix,
.receiver-info .form .telphone-box .telphone-suffix {
  float: left;
  width: 15%;
}
/* line 54, ../../sass/_mixins.scss */
.purchaser-info .invoice .cbx-container,
.receiver-info .invoice .cbx-container {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 61, ../../sass/_mixins.scss */
.purchaser-info .invoice .cbx-container .cbx,
.receiver-info .invoice .cbx-container .cbx {
  text-align: center;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #78A344;
}
/* line 70, ../../sass/_mixins.scss */
.purchaser-info .invoice .cbx-container .cbx.cbx-xl,
.receiver-info .invoice .cbx-container .cbx.cbx-xl {
  width: 44px;
  height: 44px;
  font-size: 28px;
}
/* line 76, ../../sass/_mixins.scss */
.purchaser-info .invoice .cbx-container .cbx .cbx-icon,
.receiver-info .invoice .cbx-container .cbx .cbx-icon {
  position: absolute;
  margin: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 87, ../../sass/_mixins.scss */
.purchaser-info .invoice .cbx-text,
.receiver-info .invoice .cbx-text {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 87, ../../sass/_mixins.scss */
  .purchaser-info .invoice .cbx-text,
  .receiver-info .invoice .cbx-text {
    width: 80%;
  }
}
/* line 98, ../../sass/_mixins.scss */
.purchaser-info .invoice .cbx-message,
.receiver-info .invoice .cbx-message {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #D32F2F;
}
/* line 1636, ../../sass/_core.scss */
.purchaser-info .invoice input,
.purchaser-info .invoice select,
.receiver-info .invoice input,
.receiver-info .invoice select {
  height: 44px;
}
/* line 1641, ../../sass/_core.scss */
.purchaser-info .invoice .invoice-box,
.receiver-info .invoice .invoice-box {
  position: relative;
}
/* line 1645, ../../sass/_core.scss */
.purchaser-info .invoice .invoice-box .invoice-address,
.receiver-info .invoice .invoice-box .invoice-address {
  width: 100%;
  display: inline-block;
  padding: 10px;
  border: 1px solid #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
/* line 1653, ../../sass/_core.scss */
.purchaser-info .invoice .invoice-box .invoice-address label,
.receiver-info .invoice .invoice-box .invoice-address label {
  margin-top: 5px;
}
/* line 1657, ../../sass/_core.scss */
.purchaser-info .invoice .invoice-box .invoice-address.hide,
.receiver-info .invoice .invoice-box .invoice-address.hide {
  display: none;
}
/* line 1662, ../../sass/_core.scss */
.purchaser-info .invoice .invoice-box .checkbox,
.receiver-info .invoice .invoice-box .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1668, ../../sass/_core.scss */
.purchaser-info .invoice .invoice-box .cbx-same-receiver,
.receiver-info .invoice .invoice-box .cbx-same-receiver {
  line-height: 16px;
  height: 16px;
}
/* line 1675, ../../sass/_core.scss */
.purchaser-info .invoice .readme,
.receiver-info .invoice .readme {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  background-color: #F9F9F9;
  font-size: 14px;
  line-height: 22px;
}
/* line 1683, ../../sass/_core.scss */
.purchaser-info .invoice .readme .important,
.receiver-info .invoice .readme .important {
  color: #D32F2F;
}
/* line 1690, ../../sass/_core.scss */
.purchaser-info .same-purchaser,
.receiver-info .same-purchaser {
  margin-bottom: 10px;
}

/* line 1699, ../../sass/_core.scss */
.payments .type {
  margin-bottom: 15px;
}
/* line 1702, ../../sass/_core.scss */
.payments .type .choose-payment-region {
  width: 100%;
  display: flex;
}
/* line 1705, ../../sass/_core.scss */
.payments .type .choose-payment-region .btn:last-child {
  margin-right: 0;
}
/* line 1710, ../../sass/_core.scss */
.payments .type .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  /*width: 23.5%;*/
  /*margin-right: 1%;*/
}
.payments .type .btn.apple-pay-button {
  display: none;
}


/*  付款方式手機 */
@media only screen and (max-width: 767px) {
    .payments .type .choose-payment-region{
        display: block;
    }
    .payments .type .btn {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        border-radius: 6px !important;
    }
}

/* line 1717, ../../sass/_core.scss */
.payments .type .btn .glyphicon {
  color: #FFF;
  font-size: 18px;
}
/* line 1722, ../../sass/_core.scss */
.payments .type .btn:hover, .payments .type .btn.active {
  background-color: #D32F2F;
  color: #FFF;
}
/* line 1727, ../../sass/_core.scss */
.payments .type .btn:hover .glyphicon, .payments .type .btn.active .glyphicon {
  display: inline-block;
}
/* line 1747, ../../sass/_core.scss */
.payments .has-error .btn-default {
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 54, ../../sass/_mixins.scss */
.payments .privacy-policy .cbx-container {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 61, ../../sass/_mixins.scss */
.payments .privacy-policy .cbx-container .cbx {
  text-align: center;
  vertical-align: middle;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #78A344;
}
/* line 70, ../../sass/_mixins.scss */
.payments .privacy-policy .cbx-container .cbx.cbx-xl {
  width: 44px;
  height: 44px;
  font-size: 28px;
}
/* line 76, ../../sass/_mixins.scss */
.payments .privacy-policy .cbx-container .cbx .cbx-icon {
  position: absolute;
  margin: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 87, ../../sass/_mixins.scss */
.payments .privacy-policy .cbx-text {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 87, ../../sass/_mixins.scss */
  .payments .privacy-policy .cbx-text {
    width: 80%;
  }
}
/* line 98, ../../sass/_mixins.scss */
.payments .privacy-policy .cbx-message {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #D32F2F;
}
/* line 1759, ../../sass/_core.scss */
.payments .privacy-policy .has-error .cbx {
  border: 1px solid #a94442;
  background-color: #f2dede;
}
/* line 1767, ../../sass/_core.scss */
.payments .recaptcha-area {
  /*width: 304px;*/
  margin: 0 auto;
  display: table;
}
/* line 1776, ../../sass/_core.scss */
.payments .submit {
  margin-top: 40px;
  text-align: center;
}
/* line 1780, ../../sass/_core.scss */
.payments .submit .btn-submit,
.payments .submit .btn-ecpay-v2-submit {
  padding: 15px 100px;
  cursor: pointer;
  color: #FFF;
  background-color: #D32F2F;
  border: 1px solid #D32F2F;
}
/* line 11, ../../sass/_mixins.scss */
.payments .submit .btn-submit:hover, .payments .submit .btn-submit:focus,
.payments .submit .btn-ecpay-v2-submit:hover, .payments .submit .btn-ecpay-v2-submit:focus {
  background-color: #BA2A2A;
}

/* line 1788, ../../sass/_core.scss */
.rules {
  margin-bottom: 20px;
}
/* line 1790, ../../sass/_core.scss */
.rules .rule {
  color: #330fff;
  font-size: 16px;
}

/* line 1797, ../../sass/_core.scss */
.notes {
  margin-top: 20px;
}
/* line 1800, ../../sass/_core.scss */
.notes .note {
  background-color: #fff;
  padding: 10px 20px;
}

/* line 1807, ../../sass/_core.scss */
.footer {
  text-align: left;
}
/* line 1810, ../../sass/_core.scss */
.footer tel {
  color: #FFF;
  text-decoration: underline;
}
/* line 1815, ../../sass/_core.scss */
.footer > .container {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  background-color: #D32F2F;
}
/* line 1821, ../../sass/_core.scss */
.footer > .container .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
/* line 1826, ../../sass/_core.scss */
.footer > .container .logo .logo-img {
  width: 190px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 1826, ../../sass/_core.scss */
  .footer > .container .logo .logo-img {
    width: 50px;
  }
}
/* line 1836, ../../sass/_core.scss */
.footer > .container .footer-content {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  /* line 1840, ../../sass/_core.scss */
  .footer > .container .footer-content .content-row {
    display: block;
  }
}

/* line 1855, ../../sass/_core.scss */
.btn.btn-search-order {
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  color: #000;
}
@media only screen and (max-width: 767px) {
  /* line 1855, ../../sass/_core.scss */
  .btn.btn-search-order {
    background-color: #FFF;
    padding-top: 8px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  /* line 1870, ../../sass/_core.scss */
  .btn.btn-search-order .text {
    display: none;
  }
}
/* line 1875, ../../sass/_core.scss */
.btn.btn-search-order:hover {
  color: #D32F2F;
}

/* line 1882, ../../sass/_core.scss */
.note-collapse {
  background-color: #ddd;
}
/* line 1885, ../../sass/_core.scss */
.note-collapse .collapse-icon {
  text-decoration: none;
}
/* line 1888, ../../sass/_core.scss */
.note-collapse .collapse-icon:after {
  content: "\e113";
  font-family: "Glyphicons Halflings";
  font-size: 1.2em;
  line-height: 1em;
  float: right;
}
/* line 1895, ../../sass/_core.scss */
.note-collapse .collapse-icon.collapsed:after {
  content: "\e114";
  font-family: "Glyphicons Halflings";
  font-size: 1.2em;
  line-height: 1em;
  float: right;
}

/* line 1907, ../../sass/_core.scss */
.success {
  padding: 30px 20px 40px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 1907, ../../sass/_core.scss */
  .success {
    padding: 30px 20px 40px 20px;
  }
}
/* line 1917, ../../sass/_core.scss */
.success .order-info {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 1921, ../../sass/_core.scss */
.success .order-info .order-icon {
  font-size: 44px;
  margin-bottom: 15px;
}
/* line 1925, ../../sass/_core.scss */
.success .order-info .order-icon.order-success {
  color: #78A344;
}
/* line 1928, ../../sass/_core.scss */
.success .order-info .order-icon.order-fail {
  color: #D32F2F;
}
@media only screen and (max-width: 767px) {
  /* line 1917, ../../sass/_core.scss */
  .success .order-info {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /* line 1938, ../../sass/_core.scss */
  .success .order-info .order-icon {
    margin-bottom: 5px;
  }
  /* line 1940, ../../sass/_core.scss */
  .success .order-info .order-icon.fail {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
/* line 1947, ../../sass/_core.scss */
.success .order-info p {
  font-size: 18px;
}
/* line 1950, ../../sass/_core.scss */
.success .order-info p.order-number {
  color: #D32F2F;
}
/* line 1957, ../../sass/_core.scss */
.success .payment-info {
  width: 35%;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 32px;
  background-color: #f2f2f2;
  padding: 10px 10px;
}
@media (max-width: 1200px) {
  /* line 1957, ../../sass/_core.scss */
  .success .payment-info {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1957, ../../sass/_core.scss */
  .success .payment-info {
    width: 80%;
  }
}
@media (max-width: 400px) {
  /* line 1957, ../../sass/_core.scss */
  .success .payment-info {
    width: 100%;
  }
}
/* line 1977, ../../sass/_core.scss */
.success .payment-info .info-number {
  color: #D32F2F;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
}
/* line 1986, ../../sass/_core.scss */
.success .controlls {
  margin: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* line 1993, ../../sass/_core.scss */
.success .controlls .btn {
  padding: 15px 80px;
}
/* line 1996, ../../sass/_core.scss */
.success .controlls .btn.btn-continue-shop {
  cursor: pointer;
  color: #FFF;
  background-color: #D32F2F;
  border: 1px solid #D32F2F;
}
/* line 11, ../../sass/_mixins.scss */
.success .controlls .btn.btn-continue-shop:hover, .success .controlls .btn.btn-continue-shop:focus {
  background-color: #BA2A2A;
}
@media only screen and (max-width: 767px) {
  /* line 1986, ../../sass/_core.scss */
  .success .controlls {
    margin: 20px;
  }
  /* line 2005, ../../sass/_core.scss */
  .success .controlls .btn {
    width: 80%;
    padding: 15px 50px;
    margin-bottom: 10px;
  }
}

/* line 2016, ../../sass/_core.scss */
.order-search {
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 80px;
  padding-left: 15px;
}
/* line 2023, ../../sass/_core.scss */
.order-search .search-form {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 2023, ../../sass/_core.scss */
  .order-search .search-form {
    margin-top: 20px;
    margin-left: -30px;
  }
}
/* line 2033, ../../sass/_core.scss */
.order-search .search-form input,
.order-search .search-form select {
  height: 44px;
}
/* line 2038, ../../sass/_core.scss */
.order-search .search-form .has-feedback {
  position: relative;
}
/* line 2042, ../../sass/_core.scss */
.order-search .search-form .form-group {
  margin-right: 10px;
}
/* line 2046, ../../sass/_core.scss */
.order-search .search-form .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 5px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #999;
}
/* line 2061, ../../sass/_core.scss */
.order-search .search-form .required {
  color: #FF0000;
  margin-right: 5px;
}
.order-search .search-form .telphone-box {
  display: inline-block;
  width: 100%;
}
.order-search .search-form .telphone-box .telphone-prefix {
  float: left;
  width: 20%;
}
.order-search .search-form .telphone-box .divider {
  float: left;
  width: 5%;
  text-align: center;
  line-height: 16px;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .order-search .search-form .telphone-box .divider {
    padding-top: 8px;
  }
}
.order-search .search-form .telphone-box .telphone-box {
  float: left;
  width: 50%;
  position: relative;
}
.order-search .search-form .telphone-box .telphone-suffix {
  float: left;
  width: 20%;
}

.order-search .search-form .telphone-box .form-control-feedback.phone {
  top: 5px;
}


/* line 2066, ../../sass/_core.scss */
.order-search .search-form .btn-order-search {
  margin-top: 20px;
  font-size: 18px;
  background-color: #D32F2F;
  color: #FFF;
  padding: 10px 30px;
}
/* line 2076, ../../sass/_core.scss */
.order-search .search-result {
  min-height: 250px;
}
/* line 2080, ../../sass/_core.scss */
.order-search .search-result .search-result-table {
  width: 99.9%;
  background-color: #ffffff;
  border-collapse: collapse;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2080, ../../sass/_core.scss */
  .order-search .search-result .search-result-table {
    width: 94%;
    margin: 0 auto;
  }
}
/* line 2091, ../../sass/_core.scss */
.order-search .search-result .search-result-table thead {
  color: #aaa;
}
/* line 2095, ../../sass/_core.scss */
.order-search .search-result .search-result-table thead > tr > th {
  padding: 15px;
}
/* line 2102, ../../sass/_core.scss */
.order-search .search-result .search-result-table tbody > tr > td {
  padding: 12px 16px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table thead,
  .order-search .search-result .search-result-table tbody,
  .order-search .search-result .search-result-table th,
  .order-search .search-result .search-result-table td,
  .order-search .search-result .search-result-table tr {
    display: block;
  }
  /* line 119, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 126, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  /* line 132, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
    line-height: 22px !important;
    min-height: 50px;
  }
  /* line 143, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 12px;
    width: 30%;
    padding-right: 5px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 110, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table thead,
  .order-search .search-result .search-result-table tbody,
  .order-search .search-result .search-result-table th,
  .order-search .search-result .search-result-table td,
  .order-search .search-result .search-result-table tr {
    display: block;
  }
  /* line 119, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 126, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  /* line 132, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
    line-height: 22px !important;
    min-height: 50px;
  }
  /* line 143, ../../sass/_mixins.scss */
  .order-search .search-result .search-result-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 12px;
    width: 30%;
    padding-right: 5px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
/* line 2122, ../../sass/_core.scss */
.order-search .search-result .search-result-table .btn-cancel-order {
  background-color: #cecece;
  padding: 8px 30px;
  color: #337ab7;
}
/* line 2129, ../../sass/_core.scss */
.order-search .search-result .search-result-table .btn-search-invoice {
  padding: 12px 0;
}
@media only screen and (max-width: 767px) {
  /* line 2129, ../../sass/_core.scss */
  .order-search .search-result .search-result-table .btn-search-invoice {
    padding: 0;
  }
}
/* line 2139, ../../sass/_core.scss */
.order-search .search-result .search-result-empty {
  font-size: 20px;
  color: #000;
  text-align: center;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
}
/* line 2150, ../../sass/_core.scss */
.order-search .search-result .hint {
  color: #D32F2F;
}

/* line 2212, ../../sass/_core.scss */
#privacyModal .modal-content .modal-body {
  max-height: 500px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  /* line 2212, ../../sass/_core.scss */
  #privacyModal .modal-content .modal-body {
    max-height: 340px;
  }
}

/* line 2228, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 2233, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-body .order-number {
  font-size: 14px;
  line-height: 22px;
}
/* line 2237, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-body .order-number .number {
  font-weight: bold;
  color: #D32F2F;
}
/* line 2244, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-body .cancel-reason {
  font-size: 14px;
  line-height: 22px;
}
/* line 2247, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-body .cancel-reason select {
  line-height: 44px;
  height: 44px;
}
/* line 2253, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-body .warning {
  color: #D32F2F;
}
/* line 2259, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-footer .loading-icon {
  margin-right: 10px;
  display: none;
}
/* line 2264, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-footer .btn-close {
  padding: 12px;
  cursor: pointer;
}
/* line 20, ../../sass/_mixins.scss */
#cancelOrderModal .modal-content .modal-footer .btn-close:hover, #cancelOrderModal .modal-content .modal-footer .btn-close:focus {
  background-color: #FFF;
  border-size: 1px;
  border-style: solid;
  border-color: #D32F2F;
  color: #D32F2F;
}
/* line 2268, ../../sass/_core.scss */
#cancelOrderModal .modal-content .modal-footer .btn-cancel-order {
  padding: 12px;
  cursor: pointer;
  color: #FFF;
  background-color: #D32F2F;
  border: 1px solid #D32F2F;
}
/* line 11, ../../sass/_mixins.scss */
#cancelOrderModal .modal-content .modal-footer .btn-cancel-order:hover, #cancelOrderModal .modal-content .modal-footer .btn-cancel-order:focus {
  background-color: #BA2A2A;
}

/* line 2278, ../../sass/_core.scss */
.order-detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 2283, ../../sass/_core.scss */
  .order-detail .order-detail-content {
    margin-top: 20px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
/* line 2291, ../../sass/_core.scss */
.order-detail .order-detail-content .order-master {
  list-style-type: none;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 2299, ../../sass/_core.scss */
.order-detail .order-detail-content .order-master li {
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table thead,
  .order-detail .order-detail-content .order-detail-table tbody,
  .order-detail .order-detail-content .order-detail-table th,
  .order-detail .order-detail-content .order-detail-table td,
  .order-detail .order-detail-content .order-detail-table tr {
    display: block;
  }
  /* line 119, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 126, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  /* line 132, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
    line-height: 22px !important;
    min-height: 50px;
  }
  /* line 143, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 12px;
    width: 30%;
    padding-right: 5px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 110, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table thead,
  .order-detail .order-detail-content .order-detail-table tbody,
  .order-detail .order-detail-content .order-detail-table th,
  .order-detail .order-detail-content .order-detail-table td,
  .order-detail .order-detail-content .order-detail-table tr {
    display: block;
  }
  /* line 119, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 126, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ffffff;
  }
  /* line 132, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative;
    padding-left: 35% !important;
    white-space: normal;
    text-align: left;
    line-height: 22px !important;
    min-height: 50px;
  }
  /* line 143, ../../sass/_mixins.scss */
  .order-detail .order-detail-content .order-detail-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 12px;
    width: 30%;
    padding-right: 5px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
/* line 2321, ../../sass/_core.scss */
.order-detail .order-detail-content .order-detail-empty {
  font-size: 20px;
  color: #000;
  text-align: center;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
}

/* header 多一顆漢堡 */
.header .navigation .container .navbar-header .btn-category {
  display: none;
}
@media only screen and (max-width: 767px) {
  
  .header .navigation .container .navbar-header .btn-category {
      color: white;
      font-size: 30px;
      display: inline-block;
      float: left !important;
  }
}


.product-table {
    display: table;
    width: 100%;
    margin-bottom: 32px;
    border-collapse: collapse;
    border-spacing: 0
}

.product-table .product-table-head {
    display: table-header-group;
    background-color: #ddd
}

.product-table .product-table-head .product-table-head-tr {
    display: table-row;
    font-weight: bold
}

.product-table .product-table-head .product-table-head-tr .product-table-head-th {
    display: table-cell;
    height: 40px;
    vertical-align: middle
}

.product-table .product-table-body {
    display: table-row-group
}

.product-table .product-table-body .product-table-body-tr {
    display: table-row;
    height: 70px;
    border-bottom: 1px solid #ddd;
    background-color: #fff
}

@media(max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr {
        display:table;
        width: 100%;
        margin-top: 10px
    }
}

@media(max-width: 450px) {
    .product-table .product-table-body .product-table-body-tr {
        display:table;
        width: 100%;
        margin-top: 10px
    }
}

.product-table .product-table-body .product-table-body-tr:last-child {
    border-bottom: 0
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px
}

.product-table .product-table-body .product-table-body-tr .product-imgage img {
    max-width: 110px;
    width: 100%;
    overflow: hidden
}

@media(max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td {
        display:table-row;
        border-bottom: 1px solid #ddd
    }

    .product-table .product-table-body .product-table-body-tr .product-table-body-td:first-child {
        border-top: 1px solid #ddd
    }
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head {
    display: none
}

@media(max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head {
        display:table-cell;
        width: 18%;
        position: relative;
        background-color: #eee;
        text-align: left;
        padding-left: 8px;
        vertical-align: inherit
    }
}

@media(max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head.delete-icon {
        background-color:#aaa
    }

    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-mobile-head.delete-icon .icon {
        color: #eee;
        font-size: 2em
    }
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-img {
    float: left
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-img img {
    max-width: 100px;
    width: 100%;
    overflow: hidden;
    margin-right: 20px
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-text {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 20px
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-text a:hover {
    color: #337ab7;
    text-decoration: none
}

@media(max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content {
        display:table-cell;
        width: 69%;
        text-align: left;
        padding: 8px 8px
    }

    .product-table .product-table-body .product-table-body-tr .product-table-body-td .product-table-content-img {
        display: none
    }
}

@media(max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td.product-name .name {
        height:48px;
        overflow: hidden
    }
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-price {
    width: 15%
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-amount-control {
    margin: 0 auto;
    width: 15%
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-amount-control .product-count-control {
    width: 140px
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-total {
    width: 15%
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.order-picking {
    width: 15%
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-delete {
    width: 5%
}

@media(max-width: 767px) {
    .product-table .product-table-body .product-table-body-tr .product-table-body-td.product-delete {
        display:none
    }
}

.product-table .product-table-body .product-table-body-tr .product-table-body-td.product-delete .icon {
    font-size: 1.7em;
    cursor: pointer
}

.product-table .product-table-body .product-table-body-tr .btn-promotion-info {
    border: 0;
    background-color: transparent;
    color: #d01d26
}

.checkout-product-total-info {
    margin-bottom: 32px
}

.checkout-product-total-info .info-text {
    display: inline-block;
    width: 48%
}

.checkout-product-total-info .info-money {
    display: inline-block;
    width: 48%;
    color: #d01d26
}

.checkout-product-total-info .info-money-discount {
    display: inline-block;
    width: 48%;
    color: #2fa336
}

.checkout-product-total-info .info-ps {
    color: #aaa;
    font-size: .9em
}

.checkout-product-total-info .info-divider {
    box-sizing: content-box;
    height: 0;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px
}

@media(max-width: 767px) {
    .checkout-product-total-info .info-divider {
        border-top:2px solid #ccc
    }
}

 
 /* modal */
.modal button.close .close-text {
    font-size: 1.5em;
    color: #fff;
}
 
 .modal button.close{
     position:absolute;
     right:5px;
     top:5px;
     width:40px;
     height:40px;
     z-index:10;
     /*background-color: #000;*/
     opacity:.2;
 }
 
 .modal button.close:hover{
     opacity:.5;
 }
 
 .modal-title-s {
     border-left: 5px solid #d01d26;
     padding: 0 0 0 16px;
     margin: 10px 10px 15px;
     font-weight: 700;
     color: #2b2b2b;
     position: relative;
 }
 
 .product-table-s {
     width: 97%;
     margin: 20px auto;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd
 }
 
 .product-table-s tr td:nth-child(1) {
     background-color: #eee
 }
 
 .product-table-s tr:last-child td {
     border-bottom: 1px solid #ddd
 }

 .region-line-point-ico {
    font-size: 16px;
    text-align: center;
    color: #f98903;
}

.region-line-point-ico img {
    position: absolute;
    width: 18px;
    top: 0px;
    right: -20px;
}

@media(min-width: 768px) {
    .ECPay_modal {
        width: 730px;
    }
}

#ECPayPayment .ecpay-pay-list-wrap,
#ECPayPayment .ecpay-mnc-nopd.ecpay-pl-act
{
    padding: 0px 15px;
}
