@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #8D7037;
  background-color: #F5F5F5;
  line-height: 1.6;
  font-family: '微軟正黑體' ,'cwTeX 仿宋體',  sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(141, 112, 55, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #8D7037;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: none;
}

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

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*泛用表格*/
.t {
  display: table;
}
.t > .t-row, .t > ul {
  display: table-row;
}
.t > .t-row > .t-cell, .t > .t-row > li, .t > ul > .t-cell, .t > ul > li {
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1300px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.pic {
  position: relative;
  font-size: 0;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.pic > span:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

.bg-img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 0;
}

.editor {
  word-break: break-all;
}
.editor i {
  font-style: italic;
}
.editor em, .editor b, .editor strong {
  font-weight: bold;
}
.editor img {
  height: auto !important;
}

.visible-rwd {
  display: none;
}

.txt-center {
  text-align: center;
}

.page-inner article {
  padding-top: 80px;
}
.page-inner article section:first-child {
  padding-top: 0;
}

.pointer {
  cursor: pointer;
}

.bk {
  color: #000;
}

header {
  background-color: rgba(245, 245, 245, 0.5);
  padding: 20px 0;
  color: #000;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
header.fixed {
  position: fixed;
  background-color: whitesmoke;
  top: 0;
}
header .header-container {
  width: 1080px;
  margin: auto;
}
header #logo {
  float: left;
  margin-right: 5%;
  margin-left: 30px;
}
header .menu .nav-item {
  float: left;
}
header .menu .nav-item:hover {
  opacity: .9;
}
header #main-nav {
  float: left;
  padding-top: 10px;
}
header #main-nav .nav-item {
  margin-left: 45px;
  position: relative;
}
header #main-nav .nav-item:before {
  content: '';
  background-image: url(../_img/layout/flora-header.png);
  width: 17px;
  height: 18px;
  position: absolute;
  top: -18px;
  display: block;
  left: calc(50% - 10px);
  display: none;
}
header #main-nav .nav-item:hover:before, header #main-nav .nav-item.active:before {
  display: block;
}
header #utility {
  position: absolute;
  right: 15px;
  top: 25px;
}
header #utility .nav-item {
  margin-left: 20px;
}
header .sns-red span {
  display: inline-block;
}
header .sns-red img {
  vertical-align: sub;
}
header .sns-red .cart-number {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 10px;
  background-color: #FF0000;
  margin-left: 3px;
}
header .sns-red .cart-number:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

footer {
  background-color: #FD89A0;
  padding: 8px 0;
  color: #fff;
  font-size: .9rem;
  text-align: center;
  margin-top: 50px;
}
footer span {
  opacity: .8;
}

.section-header {
  text-align: center;
  padding-bottom: 70px;
}
.section-header .title {
  margin-top: 5px;
}
.section-header.light {
  background-color: #fff;
  padding: 30px 0;
  margin-bottom: 50px;
}

section {
  padding: 80px 0 40px;
}

.button-row {
  text-align: center;
}

a.btn {
  display: inline-block;
  cursor: pointer;
}

.box-main-container {
  background-color: #8D7037;
  text-align: center;
  position: relative;
  padding: 6px 0;
  color: #fff;
}
.box-main-container:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3%;
  background-image: url(../_img/layout/box-header-top.png);
  background-repeat: repeat-x;
  width: 106%;
  height: 4px;
  display: block;
}
.box-main-container:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -3%;
  background-image: url(../_img/layout/box-header-bottom.png);
  background-repeat: repeat-x;
  width: 106%;
  height: 4px;
  display: block;
}
.box-main-container.light {
  background-color: #fff;
  color: #8D7037;
}

.box-single-border {
  width: 100%;
}
.box-single-border .box-body {
  background-image: url(../_img/layout/border-single-body.png);
  background-repeat: repeat-y;
  background-size: contain;
  display: block;
}
.box-single-border .button-row {
  padding: 15px 0;
}

.box-double-border .box-body {
  background-image: url(../_img/index/border-double-body.png);
  background-repeat: repeat-y;
  background-size: contain;
  display: block;
}
.box-double-border .button-row {
  padding: 15px 0;
}

.tree-sr {
  position: relative;
  z-index: 200;
}
.tree-sr:before {
  content: '';
  background-image: url(../_img/layout/tree-b.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 422px;
  height: 260px;
  position: absolute;
  right: 0;
  top: 100px;
  display: block;
  z-index: 200;
}

.tree-sl {
  position: relative;
  z-index: 200;
}
.tree-sl:before {
  content: '';
  background-image: url(../_img/layout/tree-b-rl.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 422px;
  height: 260px;
  position: absolute;
  left: 0;
  bottom: 20px;
  display: block;
  z-index: 200;
}

.tree-bl {
  position: relative;
  z-index: 200;
}
.tree-bl:after {
  content: '';
  background-image: url(../_img/layout/tree-a.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 437px;
  height: 324px;
  position: absolute;
  left: 0;
  bottom: 80px;
  display: block;
  z-index: 200;
}

#banner {
  position: relative;
  z-index: 0;
}

.news-list {
  width: 80%;
  margin: auto;
  padding-bottom: 50px;
}

.news-item {
  display: block;
  border-bottom: 1px solid #8D7037;
  width: 100%;
  padding: 8px 0;
}
.news-item .date {
  float: left;
  width: 18%;
}
.news-item .news-title {
  float: left;
  width: 82%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_wrap {
  padding: 15px 20px;
}
.news_wrap .btn {
  display: block;
  padding: 3px 10px;
  margin: 20px auto;
  text-align: center;
  width: 120px;
}

.visual-slider .pic {
  width: 100%;
  height: 0;
  padding-top: 66.69%;
  display: block;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FD89A0;
}
.slick-dots li button:before {
  content: '';
}
.slick-dots li.slick-active button {
  background-color: #8D7037;
}

#index .banner-slider {
  border-bottom: 10px solid #FD89A0;
}
#index .banner-slider .bg-img {
  padding-top: 42.65625%;
}
#index .btn-more {
  width: 150px;
  margin: auto;
}
#index .btn-more:hover {
  opacity: .8;
}
#index .new-product .product-list {
  margin-bottom: 80px;
  margin-right: -5%;
}
#index .hot {
  position: relative;
}
#index .hot .product-list {
  padding: 0 3%;
}
#index .box-double-border {
  background-image: url(../_img/layout/bg-cloud.jpg);
  width: 100%;
}
#index .accessories {
  margin-top: 150px;
  margin-bottom: 30px;
}
#index .accessories .product-list {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
#index .accessories .button-row {
  padding: 30px 0 60px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: spcae-between;
}

.product-new {
  width: 28%;
  margin-right: 5%;
  position: relative;
}
.product-new .product-name {
  width: 210px;
  text-align: center;
  margin: auto;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 5;
}
.product-new:hover .pic img {
  transform: scale(1.2);
}
.product-new .pic {
  transition: all .25s linear;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
}
.product-new .pic img {
  transition: all .25s linear;
}
.product-new .box-inner {
  background-color: #EEEEEE;
  position: relative;
  top: -10px;
  z-index: 0;
  padding: 80px;
}
.product-new .box-inner:before {
  content: '';
  background-image: url(../_img/layout/deco-r.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 84px;
  height: 150px;
  display: block;
  position: absolute;
  top: -10px;
  right: -15px;
  z-index: 10;
}
.product-new .box-inner:after {
  content: '';
  background-image: url(../_img/layout/deco-l.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 205px;
  height: 308px;
  display: block;
  position: absolute;
  bottom: -50px;
  left: -20px;
  z-index: 10;
}
.product-new .box-inner .flower {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.product-new .box-inner .icon-plus {
  position: absolute;
  height: 39px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  transition: .1s linear;
}
.product-new .link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.product-new:hover .box-inner .icon-plus {
  opacity: 1;
  transition: .1s linear;
}

.product-hot {
  width: 100%;
  position: relative;
}
.product-hot .bg-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-size: contain;
}
.product-hot .bg-img:hover .pic {
  transform: scale(1.2);
}
.product-hot .pic {
  transition: all .25s linear;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: -1;
}
.product-hot .product-txt {
  text-align: center;
  margin: -2px auto 0;
  color: #8D7037;
  position: relative;
  z-index: 15;
}
.product-hot .product-txt:before {
  content: '';
  width: 5px;
  background-color: #FD89A0;
  height: 30px;
  display: block;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  margin-bottom: 7px;
}
.product-hot .product-txt .name {
  display: block;
  padding: 10px 0;
  width: 150px;
  margin: auto;
}
.product-hot .list-number {
  color: #FD89A0;
  font-size: 20px;
  position: relative;
}
.product-hot .list-number:before {
  content: '';
  width: 5px;
  background-color: #FD89A0;
  height: 30px;
  display: block;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.product-hot .list-number .number-box {
  margin: auto;
  border: 5px solid #FD89A0;
  width: 40px;
}

.hot-half {
  width: 30%;
  position: relative;
  display: block;
  margin-right: -68px;
}
.hot-half .hot-h {
  position: relative;
  left: 0;
  top: 0;
  z-index: 20;
}
.hot-half .hot-l {
  position: absolute;
  right: 0px;
  top: 250px;
  z-index: 0;
}

.product-index {
  width: 25%;
  padding: 10px;
  margin-bottom: 50px;
  color: #fff;
}
.product-index .bg-img {
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
}
.product-index .bg-img:after {
  content: '';
  background-color: #8D7037;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  transition: .1s ease-in;
}
.product-index .bg-img:hover:after, .product-index .bg-img:hover .name {
  opacity: 1;
  transition: .1s ease-out;
}
.product-index .name {
  text-align: center;
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: block;
  opacity: 0;
  transition: .1s ease-in;
}
.product-index .name img {
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-banner-slider {
  border-bottom: 10px solid #FD89A0;
}
.page-banner-slider .bg-img {
  padding-bottom: 45.52%;
}
.page-banner-slider .slick-prev, .page-banner-slider .slick-next {
  width: 33px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-banner-slider .slick-prev:before, .page-banner-slider .slick-next:before {
  display: none;
}
.page-banner-slider .slick-prev {
  background-image: url(../_img/product/arrow-prev.png);
  left: 20px;
  z-index: 3;
}
.page-banner-slider .slick-next {
  background-image: url(../_img/product/arrow-next.png);
  right: 20px;
}

#pagination {
  margin: 25px auto;
}
#pagination .page-list {
  text-align: center;
  height: 1.5rem;
}
#pagination .page-list > li {
  display: inline-block;
  margin: 0 8px;
  box-sizing: border-box;
}
#pagination .page-list > li:hover, #pagination .page-list > li.active {
  box-sizing: border-box;
  font-size: 1.1rem;
  text-decoration: underline;
}
#pagination .page-item {
  display: block;
}

#product .about {
  font-family: "cwTeX 仿宋體";
  margin-bottom: 60px;
  font-size: 1.8rem;
}
#product .tree-sr:before {
  top: 10px;
}
#product .tree-bl:after {
  bottom: -20px;
  z-index: 0;
}
#product .about-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-bottom: 45px;
  padding: 20px 0 40px;
}
#product .about-item {
  width: 32%;
  position: relative;
  height: 270px;
  margin-right: 1%;
}
#product .about-item .txt {
  text-align: center;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  line-height: 1.25;
  font-family: 'cwTeXFangSong', serif;
}
#product .about-l {
  background-image: url(../_img/layout/intro_bg1.png);
}
#product .about-c {
  background-image: url(../_img/layout/intro_bg2.png);
}
#product .about-r {
  background-image: url(../_img/layout/intro_bg3.png);
}
#product .l-menu {
  float: left;
  width: 20%;
}
#product .r-list {
  float: right;
  width: 80%;
  padding-left: 10px;
}
#product .product-container {
  position: relative;
  z-index: 10;
}
#product #rwd-product-menu, #product h6 {
  display: none;
}
#product #product-menu li {
  margin: 20px 0;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
#product #product-menu li:after {
  content: '';
  width: 200px;
  height: 20px;
  background-color: #eee;
  display: block;
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: -1;
}
#product #product-menu li:hover .box-main-container, #product #product-menu li.active .box-main-container {
  background-color: #fff;
  color: #8D7037;
}
#product #product-menu .box-main-container {
  width: 160px;
  display: block;
  position: relative;
}
#product #product-menu .box-main-container .plus:before {
  content: '+';
  position: absolute;
  right: 12px;
  color: #fff;
}
#product .out .product-item {
  width: 20%;
}
#product .product-info {
  padding-left: 30px;
}
#product .info-inner {
  padding: 20px 0;
}
#product .info-box {
  background-image: url(../_img/product/product_info_bg.png);
}
#product .info-box .info-inner {
  text-align: center;
  padding: 20px 0;
  color: #000;
}
#product .info-box .info-inner > li {
  margin-bottom: 20px;
}
#product .info-box .info-inner .product-name {
  font-size: 20px;
}
#product .info-box .info-inner .price {
  color: #FD89A0;
  font-size: 30px;
}
#product .info-box .info-inner .price:before {
  content: '';
  background-image: url(../_img/layout/flora_big.png);
  width: 42px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#product .info-box .button-row {
  margin-bottom: 13px;
}
#product .inner-container {
  margin-bottom: 35px;
}

.amount {
  font-size: 0;
}
.amount span {
  font-size: 1rem;
}
.amount span:first-child {
  margin-right: 10px;
}

.minus, .add {
  width: 44px;
  height: 44px;
  background-color: #8D7037;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.minus:before, .add:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.form-product-number {
  border: 0;
  height: 44px;
  background-color: #fff;
  text-align: center;
  width: 80px;
}
.form-product-number:focus {
  outline: 0;
}

.product-item {
  width: 25%;
  padding: 10px 15px;
  margin-bottom: 35px;
  position: relative;
  z-index: 200;
}
.product-item:before {
  content: '';
  background-image: url(../_img/layout/flora_big.png);
  width: 42px;
  height: 46px;
  position: absolute;
  display: block;
  top: -13px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 100;
}
.product-item .bg-img {
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  display: block;
  transition: all .25s linear;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.product-item .bg-img img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: .1s ease;
  z-index: 5;
}
.product-item .bg-img:after {
  content: '';
  background-color: rgba(253, 137, 160, 0.9);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  transition: .1s ease-in;
}
.product-item .bg-img:hover {
  background-size: 125% auto;
}
.product-item .bg-img:hover:after, .product-item .bg-img:hover img {
  opacity: 1;
  transition: .1s ease-out;
}
.product-item .name {
  text-align: center;
  width: 75%;
  margin: 10px auto;
}
.product-item .name .price {
  color: #FD89A0;
}

#breadcrumbs {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}
#breadcrumbs .breads {
  display: inline-block;
  margin-right: 10px;
}
#breadcrumbs .breads:last-child {
  color: #8D7037;
}

.slider-for .pic, .slider-nav .pic, .out-slider-for .pic, .out-slider-nav .pic {
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
}

.slider-for {
  background-image: url(../_img/product/product_pic_bg.png);
}
.slider-for .item {
  padding: 0 60px;
}

.slider-nav .item, .out-slider-nav .item {
  padding: 5px;
  cursor: pointer;
}

button {
  cursor: pointer;
  border: 0;
}

.btn-solid {
  background-color: #888;
  color: #fff;
  width: 90%;
  max-width: 198px;
  margin: auto;
  padding: 10px 0;
  font-family: "微軟正黑體";
  font-size: 1.2rem;
}
.btn-solid img, .btn-solid span {
  display: inline-block;
  vertical-align: middle;
}
.btn-solid img {
  margin-right: 7px;
}

.btn-solid-main {
  background-color: #8D7037;
}

.title-flower {
  color: #8D7037;
  font-size: 25px;
  font-family: "cwTeX 仿宋體";
}
.title-flower:before {
  content: '';
  background-image: url(../_img/layout/flora_big.png);
  width: 42px;
  height: 46px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.editor {
  color: #000;
}

.out-container {
  padding-left: 8%;
}
.out-container .product-pic {
  display: flex;
  align-items: stretch;
}

.out-slider-for {
  width: calc(85% - 100px);
  background-image: url(../_img/product/product_pic_bg.png);
}
.out-slider-for .item {
  padding: 0 60px;
}

.out-slider-nav {
  width: 100px;
  margin-left: 5%;
}

.rwd-container {
  width: 100%;
  overflow: auto;
}
.rwd-container .box-cell-solid {
  max-width: 100%;
  width: 1150px;
  min-width: 720px;
}

#steps .step-list {
  text-align: center;
  margin-bottom: 10px;
}
#steps .step-item {
  background-image: url(../_img/shopping/step.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 187px;
  height: 62px;
  color: #8D7037;
  display: inline-block;
  margin-left: -8px;
}
#steps .step-item.current {
  background-image: url(../_img/shopping/step_focus.png);
  color: #fff;
}
#steps .step-item .txt {
  display: inline-block;
  vertical-align: middle;
}
#steps .step-item .txt span {
  vertical-align: middle;
  display: inline-block;
}
#steps .step-item .txt .sequence {
  font-family: "Raleway";
  font-size: 26px;
  margin-right: 3px;
}
#steps .step-item:before {
  content: '';
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.item-1 {
  width: 9%;
}

.item-2 {
  width: 12%;
}

.item-3 {
  width: 20%;
}

.item-4 {
  width: 38%;
}

.box-cell-solid {
  margin: 40px 0 20px;
}
.box-cell-solid .box-header {
  background-image: url(../_img/shopping/shopping_border.jpg);
  width: 100%;
  height: 40px;
  padding: 0 5px;
}
.box-cell-solid .box-body {
  background-color: #fff;
}

.head-title {
  display: flex;
  color: #fff;
  text-align: center;
  padding-top: 8px;
}

.item-row {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #8D7037;
}

.cart-product {
  display: flex;
  align-items: center;
}
.cart-product .bg-img {
  width: 90px;
  height: 90px;
  display: block;
  margin-right: 10px;
}

#cart .form-product-number {
  background-color: #F5F5F5;
}
#cart .button-row {
  margin: 80px 0;
}

.fee-list {
  margin-bottom: 40px;
}

.fee-row {
  padding: 15px 7% 15px 0;
  border-bottom: 1px dotted #8D7037;
}
.fee-row:last-child {
  border-bottom: 0;
}

.fee-item {
  text-align: right;
  color: #000;
}
.fee-item .total {
  float: right;
  width: 90px;
}
.fee-item .name, .fee-item .delivery {
  float: right;
}
.fee-item .delivery select {
  border: 1px #CCC solid;
  padding: 5px 10px;
  margin: -5px 0px 0px 20px;
}

.btn-solid-pink {
  background-color: #FF7070;
  margin-left: 20px;
}
.btn-solid-pink img {
  margin: 0 5px;
}

.sending .head-title {
  justify-content: center;
}
.sending .box-body {
  padding: 35px;
}

.same {
  text-align: right;
  color: #000;
  padding: 13px 0 0px;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label:before {
  content: "\f046";
  margin-right: 1px;
}
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  content: "\f096";
  font-family: 'FontAwesome';
  margin-right: 3px;
}

.fillform {
  width: 100%;
  position: relative;
  z-index: 100;
}
.fillform tr {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
}
.fillform .term {
  width: 85px;
  color: #000;
}
.fillform td {
  width: calc(100% - 85px);
  color: #8D7037;
}

.form-cell {
  border: 0;
  border-bottom: 1px solid #8D7037;
  width: 100%;
  line-height: 2rem;
  height: 2rem;
  padding: 5px;
  background-color: transparent;
  font-family: "微軟正黑體";
}
.form-cell:focus {
  outline: 0;
}

#note .container-leader {
  width: 210px;
  margin: auto;
  position: relative;
  z-index: 10;
}
#note .way .box-body-bb:before {
  content: '';
  background-image: url(../_img/layout/deco-r.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 84px;
  height: 150px;
  display: block;
  position: absolute;
  top: 0px;
  right: -15px;
  z-index: 10;
}
#note .way .box-body-bb:after {
  content: '';
  background-image: url(../_img/layout/deco-l.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 172px;
  height: 275px;
  display: block;
  position: absolute;
  top: -5px;
  left: -20px;
  z-index: 10;
}
#note .flow-container {
  padding: 50px 0;
}
#note .flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#note .flow-item {
  margin-bottom: 80px;
  text-align: center;
}
#note .flow-item .step-head {
  margin-bottom: 15px;
}
#note .flow-item .step-name {
  color: #000;
  margin-top: 15px;
}
#note .arrow {
  align-self: center;
  padding: 30px 30px 0;
}
#note .dilivery-container {
  width: 100%;
  max-width: 925px;
  margin: 30px auto;
}
#note .dilivery-row {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #8D7037;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  margin-bottom: 10px;
  font-size: 1.3rem;
  height: 98px;
}
#note .dilivery-row:nth-child(even) {
  background-color: #fff;
  color: #8D7037;
  border: 1px solid #8D7037;
}

.font-style {
  font-family: "cwTeX 仿宋體";
  font-size: 1.8rem;
}

.note-container {
  width: 85%;
  margin: auto;
  padding: 15px 0;
}

.box-body-bb {
  background-color: #F0F0F0;
  padding: 50px 0 30px;
  position: relative;
  top: -20px;
  z-index: 0;
}

.box-help-border {
  background-image: url(../_img/layout/bg-cloud.jpg);
  position: relative;
  top: -20px;
  z-index: -1;
  width: 100%;
}
.box-help-border .box-body {
  background-image: url(../_img/shopping/border-help-body.png);
  background-repeat: repeat-y;
  background-size: contain;
  display: block;
}
.box-help-border .txt {
  float: right;
  width: 50%;
  display: flex;
  align-items: center;
}
.box-help-border .txt img {
  margin-right: 20px;
}
.box-help-border .box-bottom {
  position: relative;
}
.box-help-border .box-bottom:after {
  content: '';
  background-image: url(../_img/shopping/help_flowers.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 449px;
  height: 316px;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 100px;
}

#login .container-leader {
  width: 210px;
  margin: auto;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
}
#login table .txt {
  width: 35%;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #888;
}
#login table .address input {
  width: 58%;
}
#login .button-row {
  margin-top: 80px;
}

.btn-border {
  background-color: transparent;
  color: #8D7037;
  border: 1px solid #8D7037;
  width: 90%;
  max-width: 200px;
  margin: auto;
  height: 40px;
  font-family: "微軟正黑體";
  font-size: 1rem;
}
.btn-border:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.btn-border img, .btn-border span {
  display: inline-block;
  vertical-align: middle;
}
.btn-border img {
  margin-left: 5px;
}

.btn-border-fb {
  color: #3B5998;
  border-color: #3B5998;
}

.form-select {
  width: 20%;
  text-align: center;
  color: #8D7037;
  font-family: "微軟正黑體";
}

#member article {
  min-height: 900px;
}
#member .l-menu {
  float: left;
  width: 18%;
}
#member .r-list {
  float: right;
  width: 82%;
  padding-left: 25px;
}
#member .container-leader {
  width: 160px;
  margin: auto;
  letter-spacing: 1px;
  position: relative;
  z-index: 10;
}
#member .member-menu > li {
  margin-bottom: 5px;
}
#member .member-menu > li.active {
  font-weight: bold;
}
#member .member-container {
  background-color: #fff;
  padding: 50px;
  margin-top: 17px;
  position: relative;
}
#member .member-container:before {
  content: '';
  background-image: url(../_img/layout/deco-r.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 84px;
  height: 150px;
  display: block;
  position: absolute;
  top: -5px;
  right: -15px;
  z-index: 10;
}
#member .member-inner {
  padding-top: 15px;
}
#member .member-inner img.deco {
  position: absolute;
  right: 15%;
  bottom: 20px;
}
#member h3 {
  font-size: 1.2rem;
  color: #8D7037;
  margin-bottom: 30px;
}
#member .button-row {
  text-align: left;
  margin-top: 60px;
  position: relative;
}
#member #rwd-member-menu, #member h6 {
  display: none;
}
#member .box-cell-solid {
  margin-top: 0;
}
#member .order .item-row, #member .order-detail .item-row {
  color: #000;
  padding: 15px 10px;
  text-align: center;
  border-color: #000;
}
#member .order .check, #member .order-detail .check {
  width: 44%;
  text-align: right;
  color: #F13737;
  padding-right: 10px;
}
#member .order-detail {
  margin-bottom: 40px;
}
#member .order-detail .head-title, #member .order-detail .item-row {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
#member .order-detail .head-title > li, #member .order-detail .item-row > li {
  width: calc(100% / 7);
}
#member .sending .box-body {
  background-color: #F5F5F5;
}
#member #pagination {
  margin-top: 50px;
}

@media only screen and (max-width: 1500px) {
  .tree-sr:before, .tree-sl:before {
    width: 375px;
    height: 233px;
    opacity: .6;
  }

  .tree-bl:after {
    width: 340px;
    height: 248px;
    opacity: .6;
  }

  #product .tree-bl:after {
    z-index: 0;
    opacity: .3;
  }

  #member article {
    min-height: auto;
  }
  #member .tree-sl:before {
    z-index: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .visible-rwd {
    display: block;
  }

  .rwd-col-12 {
    float: none;
    width: 100%;
  }

  #phone-icon .button {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer;
  }
  #phone-icon .button:before, #phone-icon .button:after {
    content: "";
    position: absolute;
    top: 20%;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  }
  #phone-icon .button:after {
    content: "";
    top: 60%;
  }
  #phone-icon .button.action {
    display: block;
    width: 30px;
    height: 20px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    border-bottom: medium none !important;
    transition: all 0.5s ease 0s;
  }
  #phone-icon .button.action:before {
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s ease 0s;
  }
  #phone-icon .button.action:after {
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
  }

  header #utility {
    display: none;
  }
  header .header-container {
    width: 100%;
  }
  header .menu .nav-item {
    width: 50%;
  }
  header .menu .nav-ww {
    width: 100%;
  }
  header #main-nav {
    background-color: rgba(245, 245, 245, 0.95);
    width: 100%;
    height: 100vh;
    max-height: 0;
    visibility: hidden;
    position: absolute;
    top: 73px;
    float: none;
    padding-top: 80px;
    transition: .5s ease-in;
  }
  header #main-nav.active {
    max-height: 1200px;
    visibility: visible;
    transition: .5s ease-out;
  }
  header #main-nav .menu {
    width: 60%;
    min-width: 300px;
    margin: auto;
  }
  header #main-nav .nav-item {
    margin-left: 0;
    border: 1px solid #ddd;
    padding: 35px 0 10px;
    margin-top: -1px;
    text-align: center;
  }
  header #main-nav .nav-item:nth-child(2n+2) {
    border-left: 0;
  }
  header #main-nav .nav-item:before {
    top: 15px;
    display: block;
    left: calc(50% - 10px);
  }
  header #main-nav .nav-sns {
    margin: 0 10px;
  }
  header #main-nav .nav-sns img {
    vertical-align: middle;
    margin-right: 5px;
  }
  header #main-nav .sns-red .nav-item:last-child {
    padding: 15px 0;
  }
  header #main-nav .sns-red .nav-item:last-child:before {
    display: none;
  }

  .product-new .box-inner {
    padding: 35px;
  }
  .product-new .box-inner:before {
    width: 62px;
    height: 113px;
    right: -5px;
  }
  .product-new .box-inner:after {
    width: 119px;
    height: 191px;
  }

  .hot-half {
    width: 50%;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .tree-sr:before, .tree-sl:before {
    width: 240px;
    height: 144px;
  }

  .tree-bl:after {
    width: 260px;
    height: 172px;
    bottom: 68px;
  }

  #product .about-item, #member .about-item {
    width: 100%;
    margin-bottom: 15px;
  }
  #product .l-menu, #product .r-list, #member .l-menu, #member .r-list {
    width: 100%;
    float: none;
  }
  #product #product-menu, #member #product-menu {
    display: none;
  }
  #product h6, #member h6 {
    display: block;
    text-align: center;
    background-color: #8D7037;
    color: #fff;
    cursor: pointer;
    padding: 5px 0;
  }
  #product h6 .fa, #member h6 .fa {
    margin-left: 5px;
  }
  #product #rwd-product-menu, #product #rwd-member-menu, #member #rwd-product-menu, #member #rwd-member-menu {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }
  #product #rwd-product-menu .aside, #product #rwd-member-menu .aside, #member #rwd-product-menu .aside, #member #rwd-member-menu .aside {
    display: block;
    cursor: pointer;
    background-color: #eee;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-out;
  }
  #product #rwd-product-menu .aside.active, #product #rwd-member-menu .aside.active, #member #rwd-product-menu .aside.active, #member #rwd-member-menu .aside.active {
    max-height: 800px;
    transition: all .5s ease-in;
  }
  #product #rwd-product-menu #menu, #product #rwd-member-menu #menu, #member #rwd-product-menu #menu, #member #rwd-member-menu #menu {
    padding: 10px 0;
  }
  #product #rwd-product-menu #menu > li, #product #rwd-member-menu #menu > li, #member #rwd-product-menu #menu > li, #member #rwd-member-menu #menu > li {
    text-align: center;
    width: 100%;
    padding: 5px 0;
  }
  #product .r-list, #product .product-info, #member .r-list, #member .product-info {
    padding-left: 0;
  }
  #product .product-pic, #product .product-info, #member .product-pic, #member .product-info {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  #product .out .product-item, #member .out .product-item {
    width: 33%;
  }

  .out-container {
    padding-left: 0;
  }

  #product #banner {
    padding-top: 73px;
  }
  #product .tree-sr:before {
    top: 45px;
  }

  #member #member-menu {
    display: none;
  }
  #member #rwd-member-menu .aside {
    background-color: #f0f0f0;
  }
  #member #rwd-member-menu .member-menu {
    padding: 10px 0;
  }
  #member .member-container {
    padding: 50px 35px;
  }
  #member .member-container:before {
    right: 15px;
  }
  #member .order .check {
    text-align: left;
  }

  .box-help-border .box-bottom:after {
    width: 300px;
    height: 225px;
    left: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .product-new .box-inner:before {
    right: 0;
    width: 52px;
    height: 95px;
  }
  .product-new .box-inner:after {
    width: 100px;
    height: 150px;
    opacity: .6;
  }

  .product-index, .product-item {
    width: 50%;
  }

  #steps .step-item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .btn, a.btn {
    display: block;
    margin: 0 auto 20px;
  }

  .product-new {
    width: 100%;
    margin-bottom: 30px;
  }

  .page-banner-slider .slick-prev, .page-banner-slider .slick-next {
    width: 11px;
    height: 19px;
  }

  #member .member-container {
    padding: 30px 20px;
  }
  #member .member-container:before {
    right: 0;
    width: 52px;
    height: 95px;
  }

  #note .dilivery-row {
    font-size: 1rem;
  }
  #note .way .box-body-bb:before {
    right: 0;
    width: 52px;
    height: 95px;
  }
  #note .way .box-body-bb:after {
    width: 100px;
    height: 150px;
    opacity: .6;
  }

  .box-help-border .box-body {
    position: relative;
    z-index: 2;
  }
  .box-help-border .txt {
    float: none;
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
  .box-help-border .txt img, .box-help-border .txt div {
    margin: 10px auto;
  }
  .box-help-border .box-bottom:after {
    display: none;
  }

  .form-select {
    width: 32%;
  }

  #login table .txt {
    width: 100%;
  }
  #login table .address input {
    width: 100%;
  }
  #login table .address .form-select {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .hot-half {
    width: 100%;
  }
  .hot-half .hot-l {
    top: 0;
    position: relative;
  }

  #index .accessories {
    margin-top: 0;
  }

  .tree-sr, .tree-sl {
    position: relative;
  }
  .tree-sr:before, .tree-sl:before {
    width: 156px;
    height: 93px;
    z-index: 0;
    top: 0;
  }

  .tree-bl:after {
    width: 182px;
    height: 112px;
    bottom: -35px;
  }

  .product-index, .product-item {
    width: 100%;
    margin-bottom: 10px;
  }

  #product .out .product-item {
    width: 100%;
  }

  .news-item .date, .news-item .news-title {
    float: none;
    width: 100%;
  }

  #steps {
    position: relative;
    z-index: 3;
  }
  #steps .step-item {
    width: 145px;
    height: 45px;
  }
  #steps .step-item .txt .sequence {
    font-size: 18px;
    margin-right: 1px;
  }

  .sending .box-body {
    padding: 30px 20px;
  }

  #member .member-inner img.deco {
    z-index: 0;
    opacity: .8;
    right: 10px;
    bottom: 8px;
  }
}

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