@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;500;700;900&display=swap");
.container {
  max-width: 1250px; }

.maintitle {
  background: url("../images/title_bg.png") no-repeat;
  text-align: center;
  background-size: 100% 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 1.5rem;
  max-width: 1250px;
  height: 120px; }
  @media (max-width: 767px) {
    .maintitle {
      background: url("../images/title_bg-rwd.png") no-repeat;
      background-size: 100% 105%;
      margin-bottom: 1rem;
      height: 100px; } }
  @media (max-width: 320px) {
    .maintitle {
      height: 85px; } }
  .maintitle h1 {
    display: inline-block;
    padding: 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    color: #AB783E;
    position: relative;
    color: #AB783E;
    margin-bottom: 0; }
    .maintitle h1::before {
      content: "";
      width: 1.5rem;
      height: 100%;
      position: absolute;
      left: -10%;
      top: 0;
      bottom: 0;
      margin: auto;
      background: center url("../images/decorate-before.png") no-repeat;
      transition: all .5s; }
    .maintitle h1::after {
      content: "";
      width: 1.5rem;
      height: 100%;
      position: absolute;
      right: -10%;
      top: 0;
      bottom: 0;
      margin: auto;
      background: center url("../images/decorate-after.png") no-repeat;
      transition: all .5s; }

.page_lsit {
  text-align: center;
  margin: 1rem 0; }
  .page_lsit a {
    margin: 2px;
    padding: 4px 12px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #AB783E;
    color: #AB783E;
    text-align: center; }
    .page_lsit a:hover, .page_lsit a.active {
      color: #fff;
      background: #AB783E; }

.process_item {
  background: #fff;
  display: flex;
  padding: 2.5rem 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
  position: relative; }
  .process_item::before {
    content: "";
    width: 1px;
    height: 80%;
    background: #BFBFBF;
    position: absolute;
    left: 240px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 991px) {
      .process_item::before {
        content: none; } }
  @media (max-width: 991px) {
    .process_item {
      display: block; } }
  @media (max-width: 767px) {
    .process_item {
      padding: 1rem; } }
  .process_item .process_tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 215px;
    min-width: 215px;
    position: relative; }
    @media (max-width: 991px) {
      .process_item .process_tit {
        border-bottom: 1px solid #bfbfbf;
        margin-bottom: 1rem;
        width: 100%; } }
    .process_item .process_tit h2 {
      color: #AB783E;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
      margin: 1rem;
      font-size: 1.4rem;
      white-space: nowrap; }
  .process_item .process_content {
    padding-left: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row; }
    @media (max-width: 991px) {
      .process_item .process_content {
        padding-left: 0; } }
    .process_item .process_content ol, .process_item .process_content ul {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .process_item .process_content ol, .process_item .process_content ul {
          padding-left: 1.5rem; } }
    .process_item .process_content li, .process_item .process_content p {
      line-height: 2; }
      @media (max-width: 767px) {
        .process_item .process_content li, .process_item .process_content p {
          line-height: 1.5; } }
    .process_item .process_content a {
      color: #B72961; }

.select_list {
  background: #fff;
  box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1.5rem; }
  .select_list a {
    margin: 5px 10px;
    color: #5B5B5B;
    padding: 6px 2rem;
    border-radius: 10px;
    font-size: 1.2rem; }
    @media (max-width: 1199px) {
      .select_list a {
        padding: 6px 1rem; } }
    @media (max-width: 767px) {
      .select_list a {
        font-size: 1.1rem;
        margin: 5px; } }
    .select_list a:hover, .select_list a.active {
      color: #AB783E;
      background-image: linear-gradient(180deg, #FFEAC8 0%, #EAD1AA 80%); }

.shape_list {
  background: #fff; }
  @media (max-width: 991px) {
    .shape_list {
      display: flex;
      flex-wrap: wrap; } }
  .shape_list a {
    padding: 15px 15px;
    color: #5B5B5B;
    text-align: center;
    display: block;
    white-space: nowrap;
    border-left: 5px solid transparent; }
    @media (max-width: 991px) {
      .shape_list a {
        border-left: 0;
        border-bottom: 5px solid transparent; } }
    @media (max-width: 767px) {
      .shape_list a {
        font-size: 1rem;
        padding: 10px 8px; } }
    .shape_list a:hover, .shape_list a.active {
      border-color: #DBBB98;
      background: #FFFDF2; }

.another_illustrate {
  font-weight: 300;
  font-size: 1.3rem;
  padding-bottom: 1rem; }
  @media (max-width: 991px) {
    .another_illustrate {
      padding-top: 1rem; } }

.flower_list {
  width: 100%;
  padding: 2%;
  background: #FFFDF2; }
  .flower_list.buyf_list {
    background: transparent; }
  @media (max-width: 767px) {
    .flower_list .item_pro {
      padding: 5px; } }
  .flower_list .flower_item {
    background: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 15px 0;
    box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16);
    border-radius: 10px;
    position: relative; }
    .flower_list .flower_item.active {
      border: 4px solid #AB783E;
      box-shadow: 0 5px 10px #AB783E; }
    @media (max-width: 1199px) {
      .flower_list .flower_item {
        justify-content: space-around; } }
    @media (max-width: 991px) {
      .flower_list .flower_item {
        flex-direction: column-reverse;
        margin: 0 15px; } }
    @media (max-width: 991px) {
      .flower_list .flower_item {
        padding: 10px 10px 0;
        margin: 0; } }
    .flower_list .flower_item .flower_illustrate {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 2%;
      align-items: flex-start;
      padding-bottom: 15px; }
      @media (max-width: 991px) {
        .flower_list .flower_item .flower_illustrate {
          padding-left: 0; } }
      @media (max-width: 767px) {
        .flower_list .flower_item .flower_illustrate {
          font-size: 15px; } }
      .flower_list .flower_item .flower_illustrate h2 {
        color: #928D83;
        font-size: 1.3rem;
        line-height: 1.5; }
        @media (max-width: 767px) {
          .flower_list .flower_item .flower_illustrate h2 {
            margin-bottom: 0;
            font-size: 1.2rem; } }
      .flower_list .flower_item .flower_illustrate ul {
        list-style: none;
        color: #928D83;
        padding-left: 0;
        font-weight: 300; }
        .flower_list .flower_item .flower_illustrate ul li {
          display: flex; }
          .flower_list .flower_item .flower_illustrate ul li:not(:nth-child(2)) span {
            letter-spacing: -0.3px; }
        .flower_list .flower_item .flower_illustrate ul span {
          display: inline-block;
          white-space: nowrap;
          min-width: 4em; }
      .flower_list .flower_item .flower_illustrate .seemore {
        background: fff;
        color: #AB783E;
        border: 1px solid #AB783E;
        padding: 4px 12px;
        border-radius: 5px; }
        @media (max-width: 767px) {
          .flower_list .flower_item .flower_illustrate .seemore {
            padding: 4px 5px; } }
        .flower_list .flower_item .flower_illustrate .seemore:hover {
          background: #AB783E;
          color: #fff; }
    .flower_list .flower_item .flower_pic {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 33%;
      max-width: 45%;
      margin: 0px 0 15px 15px; }
      .flower_list .flower_item .flower_pic img {
        max-height: 250px;
        object-fit: contain; }
      @media (max-width: 1199px) {
        .flower_list .flower_item .flower_pic {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .flower_list .flower_item .flower_pic {
          width: 100%;
          max-width: 100%;
          margin: 0; }
          .flower_list .flower_item .flower_pic img {
            height: 20vh;
            max-width: 100%;
            object-fit: contain; } }
    .flower_list .flower_item .shopbuy_btnlist {
      display: flex;
      margin: auto;
      justify-content: center; }
      .flower_list .flower_item .shopbuy_btnlist > * {
        margin: 0 5px 10px; }
        @media (max-width: 767px) {
          .flower_list .flower_item .shopbuy_btnlist > * {
            margin: 0 2px 10px; } }
      .flower_list .flower_item .shopbuy_btnlist span {
        border-radius: none; }
      .flower_list .flower_item .shopbuy_btnlist select {
        border: 1px solid #AB783E;
        color: #AB783E;
        border-radius: 5px;
        padding: 5px 10px; }
        @media (max-width: 767px) {
          .flower_list .flower_item .shopbuy_btnlist select {
            padding: 0px; } }
        .flower_list .flower_item .shopbuy_btnlist select:focus {
          outline: none; }
        .flower_list .flower_item .shopbuy_btnlist select option {
          padding: 1rem; }
      .flower_list .flower_item .shopbuy_btnlist .count_set {
        border: 1px solid #AB783E;
        border-radius: 5px;
        color: #AB783E;
        flex-wrap: nowrap;
        width: auto; }
        .flower_list .flower_item .shopbuy_btnlist .count_set button {
          color: #AB783E; }
        .flower_list .flower_item .shopbuy_btnlist .count_set button:focus, .flower_list .flower_item .shopbuy_btnlist .count_set button:active, .flower_list .flower_item .shopbuy_btnlist .count_set button:disabled {
          border: none; }

.flower_count {
  border-radius: 50%;
  background: #C70000;
  border: 2px solid #7D1D1D;
  color: #fff;
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px; }
  @media (max-width: 767px) {
    .flower_count {
      width: 40px;
      height: 40px; } }

.next_btn {
  position: relative; }
  .next_btn #nextTolist {
    border-radius: 50%;
    background: #C70000;
    border: 2px solid #7D1D1D;
    color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 1.3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    letter-spacing: 0; }
    @media (max-width: 767px) {
      .next_btn #nextTolist {
        width: 40px;
        height: 40px; } }

#flowerModal .modal-content, #more .modal-content {
  max-width: 600px;
  margin: auto; }
#flowerModal .modal-body, #more .modal-body {
  padding: 30px 20px 15px; }
#flowerModal .flower_pics, #more .flower_pics {
  position: relative; }
  #flowerModal .flower_pics .swiper-button-next,
  #flowerModal .flower_pics .swiper-button-prev, #more .flower_pics .swiper-button-next,
  #more .flower_pics .swiper-button-prev {
    background-color: #AB783E;
    background-image: none;
    width: 40px;
    padding: 5px 10px;
    font-size: 1.7em;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 4px; }
    @media (max-width: 767px) {
      #flowerModal .flower_pics .swiper-button-next,
      #flowerModal .flower_pics .swiper-button-prev, #more .flower_pics .swiper-button-next,
      #more .flower_pics .swiper-button-prev {
        padding: 5px;
        width: 30px; } }
  #flowerModal .flower_pics .swiper-button-next, #more .flower_pics .swiper-button-next {
    right: -5px; }
  #flowerModal .flower_pics .swiper-button-prev, #more .flower_pics .swiper-button-prev {
    left: -5px; }
#flowerModal .mySwiper, #flowerModal .mySwiper2, #more .mySwiper, #more .mySwiper2 {
  overflow: hidden;
  position: relative; }
  #flowerModal .mySwiper .swiper-slide, #flowerModal .mySwiper2 .swiper-slide, #more .mySwiper .swiper-slide, #more .mySwiper2 .swiper-slide {
    text-align: center; }
  #flowerModal .mySwiper .swiper-slide-thumb-active img, #flowerModal .mySwiper2 .swiper-slide-thumb-active img, #more .mySwiper .swiper-slide-thumb-active img, #more .mySwiper2 .swiper-slide-thumb-active img {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5); }
  #flowerModal .mySwiper img, #flowerModal .mySwiper2 img, #more .mySwiper img, #more .mySwiper2 img {
    width: 100%;
    max-height: 41vh;
    object-fit: contain;
    background: #000; }
    @media (max-width: 767px) {
      #flowerModal .mySwiper img, #flowerModal .mySwiper2 img, #more .mySwiper img, #more .mySwiper2 img {
        max-height: 33vh; } }
#flowerModal .mySwiper, #more .mySwiper {
  margin: auto;
  margin-top: 10px; }
  #flowerModal .mySwiper img, #more .mySwiper img {
    border-radius: 4px;
    cursor: pointer;
    max-height: 16vw;
    height: 120px;
    object-fit: contain;
    background: #000; }
#flowerModal h2, #more h2 {
  color: #928D83;
  margin-top: .5rem;
  font-size: 1.5rem;
  display: inline-block;
  border-bottom: 2px solid #EAD1AA;
  line-height: 1.5; }
#flowerModal ul, #more ul {
  list-style: none;
  color: #928D83;
  padding-left: 0;
  font-weight: 300; }

.search_form {
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    .search_form {
      margin-bottom: 0rem; } }
  .search_form .col-form-label {
    min-width: 7rem; }
  .search_form .form-control {
    background: #E4E4E4;
    border: 1px solid rgba(100, 100, 100, 0.54); }
    .search_form .form-control:focus {
      background: #fff;
      border-color: #AB783E; }
  .search_form #submit_search {
    color: #fff;
    background: #AB783E;
    padding: 5px 5%;
    font-size: 1.1rem;
    border: 1px solid #AB783E; }
    .search_form #submit_search:hover {
      background: #fff;
      color: #AB783E; }

.table thead tr {
  background-image: linear-gradient(180deg, #FFEAC8 0%, #EAD1AA 80%); }
  .table thead tr th {
    color: #AB783E;
    text-align: center;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .table thead tr th {
        display: none; } }
    .table thead tr th select {
      padding: 5px;
      border: 1px solid #AB783E;
      border-radius: 5px;
      font-weight: 300;
      vertical-align: middle; }
@media (max-width: 991px) {
  .table tbody tr {
    background: #fff;
    margin: 1.5rem 0;
    display: block;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16); }
    .table tbody tr .fa-caret-up {
      display: none; }
    .table tbody tr.show .fa-caret-up {
      display: inline-block; }
    .table tbody tr.show .fa-caret-down {
      display: none; }
    .table tbody tr.show td:first-child {
      border-bottom: 1px solid #989898; }
    .table tbody tr.show td:not(:first-child) {
      display: block; }
    .table tbody tr.show td:not(:first-child, :last-child):before {
      content: attr(data-th) " :";
      font-weight: bold;
      display: inline-block;
      font-size: 1rem;
      white-space: nowrap;
      margin-right: 0.5rem; } }
.table tbody tr:nth-child(odd) {
  background: rgba(227, 223, 207, 0.35); }
  @media (max-width: 991px) {
    .table tbody tr:nth-child(odd) {
      background: #fff; } }
.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  color: #5B5B5B; }
  .table tbody tr td.add button {
    display: none;
    background: transparent;
    border: none;
    color: #AB783E; }
    @media (max-width: 991px) {
      .table tbody tr td.add button {
        display: inline-block; } }
  @media (max-width: 991px) {
    .table tbody tr td {
      display: block;
      text-align: left;
      border: none;
      padding: 0.4rem 0.4rem 0; }
      .table tbody tr td:last-child {
        text-align: center; }
      .table tbody tr td:first-child {
        font-size: 1.2rem;
        font-weight: bold;
        color: #AB783E;
        border-bottom: 1px solid #AB783E;
        display: flex;
        justify-content: space-between;
        border-color: transparent; }
      .table tbody tr td:not(:first-child) {
        display: none; }
      .table tbody tr td:not(:first-child, :last-child):before {
        content: attr(data-th) " :";
        font-weight: bold;
        display: inline-block;
        font-size: 1rem;
        white-space: nowrap;
        margin-right: 0.5rem; } }

.giftTo {
  font-size: 1.4rem;
  font-weight: 300; }
  .giftTo span {
    letter-spacing: 15px;
    display: inline-block;
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .giftTo span {
        letter-spacing: 15px;
        font-size: 1.3rem; } }

.page-link {
  color: #ab783e; }

.active > .page-link, .page-link.active {
  border-color: #ab783e;
  background: #ab783e; }

/*# sourceMappingURL=inside.css.map */
