@charset "UTF-8";
@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&display=swap");
@media screen and (max-width: 767px) {
  .question {
    margin-top: -1.5rem; } }
.question b {
  color: #B72961; }
.question p {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  line-height: 36px; }
.question h2 {
  margin: auto 0;
  font-size: 1.2rem;
  padding-left: 1rem;
  font-weight: 400;
  font-family: "Noto Sans TC", sans-serif; }
  @media screen and (max-width: 767px) {
    .question h2 {
      text-indent: -33px;
      line-height: 1.5; } }
.question .accordion {
  --bs-accordion-active-bg: #fcfcfc;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #fcfcfc; }
  .question .accordion .accordion-item {
    margin: 20px 0;
    box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16);
    border-radius: 12px; }
    .question .accordion .accordion-item .accordion-body {
      padding: 10px 2.5rem;
      text-align: left;
      color: #5B5B5B; }
      @media screen and (max-width: 767px) {
        .question .accordion .accordion-item .accordion-body {
          padding: 5px 10px; }
          .question .accordion .accordion-item .accordion-body p {
            line-height: 30px;
            letter-spacing: 5px;
            font-size: 1.1rem; } }
.question .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  position: relative; }
  .question .accordion-button:not(.collapsed)::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
    border: #bfbfbf solid 1px; }
.question .accordion-button:focus {
  box-shadow: none; }
.question .accordion-button :not(.collapsed) {
  color: #b88f6c;
  background-color: transparent; }
.question .accordion-button::after {
  background-image: url("../images/button_arrow.png"); }
.question .accordion-flush .accordion-item .accordion-button,
.question .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 12px; }

.about {
  padding: 3% 0;
  background-color: #ffffff;
  margin-top: 1%;
  margin-bottom: 12%;
  box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16); }
  .about p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 2.5; }
  .about span {
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 85%;
    display: block;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #bfbfbf;
    margin-bottom: 2%; }
  .about b {
    color: #415a92;
    font-weight: 300;
    font-size: 24px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .about b {
        font-size: 20px; } }

@media screen and (max-width: 767px) {
  .about .container {
    width: 95%;
    --bs-gutter-x: 0rem; }
  .about .row > * {
    padding-left: 0px;
    padding-right: 0px; }
  .about p {
    font-size: 16px; }
  .about b {
    font-size: 1rem; } }
@media screen and (max-width: 325px) {
  .about .row > * {
    padding-left: 10px;
    padding-right: 10px; }
  .about .container {
    width: 95%; }
  .about p {
    letter-spacing: 2px;
    margin-bottom: 0rem;
    line-height: 2; } }
.infor {
  padding: 4%;
  background-color: #ffffff;
  margin-top: 1%;
  margin-bottom: 12%;
  box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16); }
  .infor p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px; }
  .infor b {
    color: #b88f6c;
    font-weight: 300;
    font-size: 24px; }
  .infor r {
    color: #B72961; }
  .infor_content {
    border-left: 2px solid #bfbfbf; }
  .infor .googlemaps {
    width: 100%; }

@media screen and (max-width: 767px) {
  .infor .googlemaps {
    padding: 5% 0 10% 0; }
  .infor_content {
    border: none; }
  .infor b {
    font-size: 1.3rem; }
  .infor p {
    font-size: 0.9rem; } }
.serverarticle {
  padding: 3%;
  background-color: #ffffff;
  margin-top: 1%;
  margin-bottom: 2%;
  box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16);
  border-radius: 12px; }
  .serverarticle ul {
    list-style: none;
    padding-left: 0rem; }
  .serverarticle ol {
    list-style: url(../images/leaf_svg_rwd.svg);
    padding-left: 4.2rem; }
    @media screen and (max-width: 767px) {
      .serverarticle ol {
        padding-left: 2rem; } }
  .serverarticle p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .serverarticle p {
        line-height: 1.7; } }
  .serverarticle span {
    font-size: 1.1rem;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .serverarticle span {
        line-height: 1.7; } }
  .serverarticle b {
    color: #b88f6c;
    font-weight: 300;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .serverarticle b {
        font-size: 22px; } }
  @media screen and (max-width: 767px) {
    .serverarticle .rwd_info {
      margin-top: 1.5rem; } }

.shoplist_title {
  padding-bottom: 3%; }
  .shoplist_title h2 {
    font-weight: 300;
    color: #5b5b5b; }

.shoplist b {
  color: #B72961; }
.shoplist .invalid-feedback {
  position: relative;
  top: -5px; }
.shoplist .shoplist_content {
  padding: 2% 6% 0;
  background-color: #ffffff;
  margin-top: 1%;
  margin-bottom: 2%;
  box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16);
  border-radius: 12px; }
  .shoplist .shoplist_content .form-select,
  .shoplist .shoplist_content .form-control {
    display: inline; }
    .shoplist .shoplist_content .form-select:focus,
    .shoplist .shoplist_content .form-control:focus {
      box-shadow: 0 0 0 0.25rem #fad0d0; }
  .shoplist .shoplist_content .pc_require {
    position: relative;
    left: -190px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .shoplist .shoplist_content .pc_require {
        position: relative;
        left: -150px; } }
    @media screen and (max-width: 767px) {
      .shoplist .shoplist_content .pc_require {
        position: relative;
        left: -180px;
        top: -10px; } }
    @media screen and (max-width: 320px) {
      .shoplist .shoplist_content .pc_require {
        width: 100px;
        position: relative;
        left: -150px;
        top: 0px; } }
  .shoplist .shoplist_content .form_info {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #bfbfbf; }
  .shoplist .shoplist_content h2 {
    font-size: 1.5rem; }
  .shoplist .shoplist_content label {
    margin: 10px 2rem 10px 0px;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .shoplist .shoplist_content label {
        margin: 5px 0.3rem 0px 0px; } }
  .shoplist .shoplist_content .form_bottom_label_address {
    margin: 10px 1rem 10px 0px; }
  .shoplist .shoplist_content .form_bottom_label {
    margin: 10px 3.2rem 10px 0px; }
  .shoplist .shoplist_content span {
    font-size: 1.1rem;
    font-weight: 300; }
  .shoplist .shoplist_content select {
    padding: 5px 1rem 5px 1rem;
    width: 60%;
    color: #5b5b5b;
    font-size: 1.1rem;
    border-radius: 6px;
    border-color: #b88f6c;
    font-weight: 500;
    background: url("../images/input_arrow.png") no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .shoplist .shoplist_content select:focus-visible {
      outline: #b88f6c auto 1px; }
    .shoplist .shoplist_content select option {
      font-weight: 300; }
  .shoplist .shoplist_content .religion_select {
    width: 69%; }
  .shoplist .shoplist_content .bill_select {
    width: 65%; }
  .shoplist .shoplist_content .radio_label {
    margin: 10px 5px 10px 5px; }
  .shoplist .shoplist_content .input_male + label::before {
    content: "男";
    padding: 5px 12px 5px 12px;
    border-radius: 6px;
    height: 1em;
    border: 1px solid #b88f6c;
    line-height: 1;
    cursor: pointer;
    color: #b88f6c; }
  .shoplist .shoplist_content .input_female + label::before {
    content: "女";
    padding: 5px 12px 5px 12px;
    border-radius: 6px;
    height: 1em;
    border: 1px solid #b88f6c;
    line-height: 1;
    cursor: pointer;
    color: #b88f6c; }
  .shoplist .shoplist_content input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
  .shoplist .shoplist_content :checked + label::before {
    background-color: #b88f6c;
    color: #fcfcfc; }
  .shoplist .shoplist_content .input_address {
    padding: 5px 1rem 5px 1rem;
    width: 85%;
    border-radius: 6px;
    border: #b88f6c 1px solid;
    font-weight: 300; }
    .shoplist .shoplist_content .input_address:focus {
      outline: #b88f6c auto 1px; }
    .shoplist .shoplist_content .input_address:focus-visible {
      outline: #b88f6c auto 1px; }
.shoplist .product_cloum {
  padding: 4% 6%;
  background-color: #ffffff;
  margin-top: 1%;
  margin-bottom: 2%;
  border-radius: 12px; }
  .shoplist .product_cloum ul {
    list-style: none; }
  .shoplist .product_cloum li {
    font-weight: 300; }
  .shoplist .product_cloum h2 {
    font-size: 1.6rem; }
  .shoplist .product_cloum_title {
    border-bottom: 1px solid #bfbfbf; }
  .shoplist .product_cloum .product_cloum_p_info {
    margin: auto 30px auto 0px; }
  .shoplist .product_cloum .product_btn {
    border: #ab783e 1px solid;
    color: #b88f6c;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 8px 1rem; }
    .shoplist .product_cloum .product_btn a {
      color: #b88f6c;
      font-weight: 300; }
    .shoplist .product_cloum .product_btn:hover a {
      color: #fcfcfc; }
    .shoplist .product_cloum .product_btn:hover, .shoplist .product_cloum .product_btn:active {
      transition: 0.3s ease-in-out;
      color: #fcfcfc;
      background-color: #ab783e;
      transform: translateY(-3px); }
  .shoplist .product_cloum .modal-header {
    border-bottom: none;
    padding: 2%; }
  .shoplist .product_cloum .product_cloum_bottom {
    padding: 5% 2%;
    border-bottom: 1px solid #bfbfbf; }
    @media (max-width: 767px) {
      .shoplist .product_cloum .product_cloum_bottom {
        padding: 0 0 5%; } }
    .shoplist .product_cloum .product_cloum_bottom .label_font {
      font-weight: 500; }
    .shoplist .product_cloum .product_cloum_bottom .product_innerImg {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: 10px; }
    .shoplist .product_cloum .product_cloum_bottom .col-text-center {
      text-align: right; }
    .shoplist .product_cloum .product_cloum_bottom .product_description .title h2 {
      font-size: 1.4rem; }
    .shoplist .product_cloum .product_cloum_bottom ul {
      padding-left: 0rem; }
    .shoplist .product_cloum .product_cloum_bottom .product_price li {
      line-height: 1.8;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .shoplist .product_cloum .product_cloum_bottom .product_price li {
          line-height: 1.4; } }
      .shoplist .product_cloum .product_cloum_bottom .product_price li span {
        display: inline-block;
        width: 4.5em;
        text-align: right;
        white-space: nowrap; }
      .shoplist .product_cloum .product_cloum_bottom .product_price li.product_info {
        display: flex; }
        .shoplist .product_cloum .product_cloum_bottom .product_price li.product_info span {
          min-width: 4.5em; }
    .shoplist .product_cloum .product_cloum_bottom .inner_identity_Wrapper label {
      padding: 4px 1px; }
      @media (max-width: 767px) {
        .shoplist .product_cloum .product_cloum_bottom .inner_identity_Wrapper label {
          padding: 4px 0 0; } }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio {
      /* 主外框 */
      position: relative;
      width: 24px;
      height: 24px;
      cursor: pointer;
      top: 4px;
      border: 2px solid #b88f6c !important;
      transition: background-color 0.2s ease-in; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio::before {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      cursor: pointer;
      border: 2px solid #b88f6c !important;
      border-radius: 25px;
      transition: background-color 0.2s ease-in; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio::after {
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      width: 16px;
      height: 16px;
      background-color: transparent;
      border-radius: 25px; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio:checked::after {
      background-color: #b88f6c; }
    .shoplist .product_cloum .product_cloum_bottom .col-text-right {
      text-align: right; }
    .shoplist .product_cloum .product_cloum_bottom input[type="text"], .shoplist .product_cloum .product_cloum_bottom textarea {
      width: 100%;
      font-weight: 300;
      border: 1px solid #b88f6c;
      border-radius: 6px;
      padding: 5px 10px 5px 8px; }
      @media screen and (max-width: 767px) {
        .shoplist .product_cloum .product_cloum_bottom input[type="text"], .shoplist .product_cloum .product_cloum_bottom textarea {
          font-size: 0.95rem; } }
      .shoplist .product_cloum .product_cloum_bottom input[type="text"]:focus, .shoplist .product_cloum .product_cloum_bottom textarea:focus {
        outline: #b88f6c auto 1px; }
      .shoplist .product_cloum .product_cloum_bottom input[type="text"]:focus-visible, .shoplist .product_cloum .product_cloum_bottom textarea:focus-visible {
        outline: #b88f6c auto 1px; }
    .shoplist .product_cloum .product_cloum_bottom .remark p {
      font-weight: 300;
      font-size: 1.2rem; }
    .shoplist .product_cloum .product_cloum_bottom .remark h3 {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .shoplist .product_cloum .product_cloum_bottom .remark h3 {
          font-size: 1.3rem; } }
    .shoplist .product_cloum .product_cloum_bottom .remark input[type="text"] {
      width: 100%;
      padding: 10px 10% 10% 20px;
      font-weight: 300;
      border: 1px solid #b88f6c;
      border-radius: 6px; }
      .shoplist .product_cloum .product_cloum_bottom .remark input[type="text"]:focus {
        outline: #b88f6c auto 1px; }
      .shoplist .product_cloum .product_cloum_bottom .remark input[type="text"]:focus-visible {
        outline: #b88f6c auto 1px; }
    .shoplist .product_cloum .product_cloum_bottom .btn_delete {
      background-color: #c70000;
      color: #fcfcfc;
      padding: 5px 40px;
      font-weight: 300;
      margin: auto;
      display: flex; }
      @media (max-width: 767px) {
        .shoplist .product_cloum .product_cloum_bottom .btn_delete {
          font-size: 14px;
          padding: 0px 25px; } }
      .shoplist .product_cloum .product_cloum_bottom .btn_delete:hover, .shoplist .product_cloum .product_cloum_bottom .btn_delete:active {
        transition: 0.1s ease-in-out;
        transform: translateY(-3px);
        color: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3); }
.shoplist .form_button {
  padding: 0% 0 2%; }
  .shoplist .form_button a,
  .shoplist .form_button button {
    padding: 8px 8.5rem;
    border: none;
    border-radius: 6px;
    color: #fcfcfc;
    margin: auto 10px;
    transition: 0.1s ease-in-out;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .shoplist .form_button a,
      .shoplist .form_button button {
        padding: 8px 6%; } }
    .shoplist .form_button a:hover, .shoplist .form_button a:active,
    .shoplist .form_button button:hover,
    .shoplist .form_button button:active {
      transition: 0.1s ease-in-out;
      transform: translateY(-3px);
      color: #fff;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3); }
  .shoplist .form_button :first-child {
    background-color: #5b5b5b; }
  .shoplist .form_button :nth-child(2) {
    background-color: #ab783e; }

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .invalid-feedback {
    position: relative;
    left: 10px; }

  .shoplist .shoplist_content {
    padding: 4% 2%; }
    .shoplist .shoplist_content select {
      width: 63%;
      padding: 5px 1rem 5px 0.8rem; }
    .shoplist .shoplist_content .religion_select {
      width: 60%; }
    .shoplist .shoplist_content .bill_select {
      width: 57%; }
    .shoplist .shoplist_content input[type="email"] {
      width: 70%; }
    .shoplist .shoplist_content .input_address {
      width: 70%; }
    .shoplist .shoplist_content .form_bottom_label {
      margin: 10px 1.2rem 10px 0px; }
    .shoplist .shoplist_content label {
      margin: 8px 0.5rem 4px 0px; }
  .shoplist .product_cloum {
    padding: 4% 2%; }
    .shoplist .product_cloum .product_btn {
      border: #ab783e 1px solid;
      color: #b88f6c;
      font-weight: 300;
      font-size: 1.2rem;
      padding: 8px 0.5rem; }
      .shoplist .product_cloum .product_btn:hover, .shoplist .product_cloum .product_btn:active {
        transition: 0.3s ease-in-out;
        color: #fcfcfc;
        background-color: #ab783e;
        transform: translateY(-3px); }
    .shoplist .product_cloum .product_cloum_bottom .col-text-center {
      text-align: left; }
    .shoplist .product_cloum .product_cloum_bottom .product_innerImg {
      padding: 0px 30px 30px 30px; }
    .shoplist .product_cloum .product_cloum_bottom .col-text-right {
      text-align: left; }
    .shoplist .product_cloum .product_cloum_bottom .product_description .title h2 {
      font-size: 1.2rem; }
    .shoplist .product_cloum .product_cloum_bottom .inner_identity_Wrapper label {
      padding: 4px 1px;
      font-weight: 300;
      font-size: 1.2rem; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio {
      /* 主外框 */
      width: 18px;
      height: 18px; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio::before {
      width: 18px;
      height: 18px;
      border-radius: 25px; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio::after {
      position: absolute;
      top: 3px;
      left: 3px;
      width: 12px;
      height: 12px; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_label {
      white-space: nowrap;
      margin: auto; }
    .shoplist .product_cloum .product_cloum_bottom .product_price li {
      font-size: 1rem; }
  .shoplist .form_button a,
  .shoplist button {
    padding: 8px 7.5rem; } }
@media screen and (max-width: 767px) {
  .shoplist span {
    margin-top: 0rem; }
  .shoplist .invalid-feedback {
    position: relative;
    top: 3px; }
  .shoplist .shoplist_content {
    padding: 10% 5%; }
    .shoplist .shoplist_content select {
      width: 100%; }
    .shoplist .shoplist_content .religion_select,
    .shoplist .shoplist_content .bill_select {
      width: 100%; }
    .shoplist .shoplist_content .input_address {
      width: 100%;
      padding: 10px 0px 50px 20px; }
  .shoplist .product_cloum {
    padding: 4%; }
    .shoplist .product_cloum_title {
      padding-bottom: 1rem; }
    .shoplist .product_cloum .product_btn {
      padding: 8px 5px;
      font-size: 1rem;
      margin: 0 2px; }
    .shoplist .product_cloum .product_cloum_p_info {
      margin: 1rem 0;
      padding-left: 2%; }
    .shoplist .product_cloum .btn_rwd_center {
      margin: 10px auto;
      display: flex;
      align-items: center;
      padding: 12px 1.5rem; }
    .shoplist .product_cloum .button_rwd_head {
      width: 30%; }
    .shoplist .product_cloum .product_cloum_bottom .rwd_row {
      margin: 1rem 0; }
    .shoplist .product_cloum .product_cloum_bottom ul {
      padding-left: 1rem; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .shoplist .product_cloum .product_cloum_bottom ul {
        margin-bottom: 0; } }
@media screen and (max-width: 767px) {
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio {
      /* 主外框 */
      top: 3px;
      width: 18px;
      height: 18px;
      position: relative;
      bottom: -2px;
      margin: auto; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio::before {
      width: 18px;
      height: 18px;
      border-radius: 25px; }
    .shoplist .product_cloum .product_cloum_bottom .rdobutton_radio::after {
      position: absolute;
      top: 3px;
      left: 3px;
      width: 12px;
      height: 12px; }
    .shoplist .product_cloum .product_cloum_bottom .col-text-right {
      text-align: left;
      margin-bottom: 5px; }
    .shoplist .product_cloum .product_cloum_bottom .col-text-center {
      text-align: right; }
    .shoplist .product_cloum .product_cloum_bottom .row_mauto {
      margin: auto; }
    .shoplist .product_cloum .product_cloum_bottom .inner_identity_Wrapper {
      padding-top: 2rem; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .shoplist .product_cloum .product_cloum_bottom .inner_identity_Wrapper .row > [class*="col"] {
        padding: 0; } }
@media screen and (max-width: 767px) {
    .shoplist .product_cloum .product_cloum_bottom .inner_input_Wrapper {
      width: 100%; }
    .shoplist .product_cloum .product_cloum_bottom .btn_delete span {
      margin-top: 0;
      padding: 4px 8px; }
    .shoplist .product_cloum .product_cloum_bottom .product_inner_Content {
      width: 100%; }
    .shoplist .product_cloum .product_cloum_bottom .product_innerImg {
      padding-top: 1rem;
      width: 80%;
      display: flex;
      justify-content: center;
      padding: 10px; }
    .shoplist .product_cloum .product_cloum_bottom .product_description {
      padding-top: 2rem; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .shoplist .product_cloum .product_cloum_bottom .product_description {
        padding-top: 1rem; } }
@media screen and (max-width: 767px) {
      .shoplist .product_cloum .product_cloum_bottom .product_description .title {
        padding-left: 1rem; }
    .shoplist .product_cloum .product_cloum_bottom .remark p {
      font-size: 1rem; }
    .shoplist .product_cloum .product_cloum_bottom .remark input[type="text"] {
      padding: 10px 10% 20% 20px; }
  .shoplist .form_button a,
  .shoplist .form_button button {
    margin: 0.5rem 0; } }
@media screen and (max-width: 320px) {
  .shoplist .shoplist_content .rwd_gemder {
    margin: 10px 0rem 0px 0px; }
  .shoplist .product_cloum {
    padding: 4% 1%; }
    .shoplist .product_cloum .product_btn {
      padding: 8px 1px; }
    .shoplist .product_cloum .btn_rwd_center {
      margin: 10px auto;
      padding: 8px 1rem; }
    .shoplist .product_cloum .product_cloum_bottom .col-text-center {
      width: 40%;
      margin-left: 1rem; }
    .shoplist .product_cloum .product_cloum_bottom .row_mauto {
      width: 100%;
      margin-left: 1rem; }
  .shoplist .form_button a,
  .shoplist .form_button button {
    padding: 8px 4.5rem; } }
.product_detail {
  padding: 0 3%; }
  .product_detail c {
    color: #e10000;
    font-weight: 500;
    font-size: 1.4rem; }
  .product_detail h2 {
    font-size: 1.6rem;
    padding-bottom: 0.5rem; }
  .product_detail h3 {
    font-size: 1.4rem;
    font-weight: 500; }
  .product_detail ul,
  .product_detail li {
    list-style: none;
    line-height: 2;
    font-weight: 300; }
  .product_detail p,
  .product_detail span {
    font-weight: 300;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .product_detail p,
      .product_detail span {
        margin-bottom: 0.5em; } }
  .product_detail .pay_finish {
    margin-top: -3rem;
    font-size: 1.6rem;
    color: #AB783E; }
    .product_detail .pay_finish p {
      font-weight: 700;
      margin-bottom: 0rem; }
  .product_detail .confirm .confirm_row {
    padding: 3% 2%;
    background-color: #ffffff;
    margin-top: 1%;
    margin-bottom: 5%;
    box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16);
    border-radius: 12px; }
  .product_detail .confirm .billed {
    position: relative; }
    .product_detail .confirm .billed::after {
      position: absolute;
      left: -8%;
      top: 0;
      width: 1px;
      height: 100%;
      content: "";
      border-width: 0 0 0 1px;
      border-style: solid;
      border-color: #bfbfbf; }
  .product_detail .confirm .confirm_btn {
    margin-top: auto; }
  .product_detail .confirm a {
    text-align: center;
    margin-top: auto;
    border: none;
    color: #fcfcfc;
    background-color: #b88f6c;
    border-radius: 6px;
    padding: 5px 50px; }
    .product_detail .confirm a:hover, .product_detail .confirm a:active {
      transition: 0.1s ease-in-out;
      transform: translateY(-3px);
      box-shadow: 0 5px 10px 0 #a1988f; }
  .product_detail .order ul {
    padding-left: 0rem;
    margin-bottom: 0rem;
    padding-right: 1rem; }
    @media screen and (max-width: 767px) {
      .product_detail .order ul {
        padding: 0 0.5rem; } }
  .product_detail .order li {
    list-style: none;
    line-height: 1.5;
    font-weight: 300; }
  .product_detail .order .order_wrapper_box {
    margin: 2% 0;
    border-radius: 12px;
    box-shadow: 0 5px 7px rgba(171, 120, 62, 0.16);
    background-color: #ffffff; }
  .product_detail .order .order_row {
    padding: 5% 0; }
  .product_detail .order img {
    padding: 6% 0;
    display: flex;
    margin: auto;
    max-height: 150px;
    max-width: 95%; }
  .product_detail .pay_description b {
    color: #ff3636;
    font-weight: 900; }
  .product_detail .pay_description_content {
    padding: 0% 4% 1% 4%;
    border-radius: 12px;
    background-color: #ffffff; }
  .product_detail .pay_description table {
    width: 100%;
    position: relative; }
    .product_detail .pay_description table tr {
      line-height: 3; }
    .product_detail .pay_description table th {
      text-align: center; }
    .product_detail .pay_description table th,
    .product_detail .pay_description table td {
      font-weight: 300;
      text-align: center;
      max-width: 200px;
      line-height: 2; }
    @media screen and (max-width: 767px) {
      .product_detail .pay_description table th,
      .product_detail .pay_description table td {
        max-width: 350px;
        line-height: 1.5; } }
  .product_detail .pay_description .total {
    margin-top: 1.5rem;
    border-top: 1px solid #bfbfbf;
    padding-top: 1rem; }
  .product_detail .form_button {
    padding: 4% 0; }
    .product_detail .form_button a,
    .product_detail .form_button button {
      padding: 8px 6.5rem;
      border: none;
      border-radius: 6px;
      color: #fcfcfc;
      margin: auto 10px;
      transition: 0.1s ease-in-out; }
      .product_detail .form_button a:hover, .product_detail .form_button a:active,
      .product_detail .form_button button:hover,
      .product_detail .form_button button:active {
        transition: 0.1s ease-in-out;
        transform: translateY(-3px);
        color: #fff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3); }
    .product_detail .form_button :first-child {
      background-color: #5b5b5b; }
    .product_detail .form_button :nth-child(2) {
      background-image: linear-gradient(#e2ac7d, #b88f6c); }
    .product_detail .form_button :nth-child(3) {
      background-image: linear-gradient(#8fd088, #44c436); }
    .product_detail .form_button :nth-child(4) {
      background-image: linear-gradient(#e2ac7d, #b88f6c); }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_detail .confirm ul {
    padding-left: 1rem; }
  .product_detail .confirm li {
    letter-spacing: 1px; }
  .product_detail .confirm .billed::after {
    position: absolute;
    left: -3%; }
  .product_detail .confirm a {
    padding: 5px 30px; }
  .product_detail .pay_description table th {
    font-size: 1rem; } }
@media screen and (max-width: 767px) {
  .product_detail .rwd_infodetail {
    margin-top: -1.5rem; }
  .product_detail .pay_finish {
    margin-top: -2rem;
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  .product_detail .confirm {
    margin-bottom: 1rem; }
    .product_detail .confirm .confirm_row {
      padding: 10% 5%; }
    .product_detail .confirm ul,
    .product_detail .confirm li {
      padding-left: 0rem; }
    .product_detail .confirm .billed {
      padding-top: 1.5rem;
      padding-bottom: 1rem; }
      .product_detail .confirm .billed::after {
        position: absolute;
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        content: "";
        border-width: 1px 0 0 0px;
        border-style: solid;
        border-color: #bfbfbf; }
    .product_detail .confirm .confirm_btn {
      padding-bottom: 1rem; }
  .product_detail .col-8 {
    padding-left: 0rem; }
  .product_detail .pay_description {
    margin-top: 1rem; }
    .product_detail .pay_description_content {
      padding: 4% 4% 1% 4%; }
    .product_detail .pay_description table {
      width: 100%;
      display: block; }
      .product_detail .pay_description table tbody {
        margin: auto;
        width: 100%;
        display: block; }
      .product_detail .pay_description table tr {
        line-height: 1.5;
        position: relative;
        display: block;
        margin: 10px 0 25px 0; }
        .product_detail .pay_description table tr::after {
          position: absolute;
          content: "";
          width: 100%;
          bottom: -13px;
          left: 0;
          border-width: 1px 0px 0px 0px;
          border-style: solid;
          border-color: #bfbfbf; }
      .product_detail .pay_description table .rwd-theadNone {
        display: none; }
      .product_detail .pay_description table th {
        display: none; }
      .product_detail .pay_description table td {
        padding: 0 20px;
        display: flex;
        position: relative; }
        .product_detail .pay_description table td::before {
          content: attr(data-th) " :";
          font-weight: bold;
          display: block;
          font-size: 1rem;
          white-space: nowrap;
          margin-right: 0.5rem; }
    .product_detail .pay_description .total {
      margin-top: 0.5rem;
      border: none;
      padding-top: 0rem;
      flex-wrap: wrap; }
  .product_detail .form_button a,
  .product_detail button {
    padding: 8px 4.5rem;
    width: 40%;
    margin: 10px 0; } }
.bill .rdobutton_radio {
  position: relative !important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 4px;
  border: 2px solid #b88f6c !important;
  transition: background-color 0.2s ease-in; }
.bill .rdobutton_radio::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 2px solid #b88f6c !important;
  border-radius: 25px;
  transition: background-color 0.2s ease-in; }
.bill .rdobutton_radio::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 25px; }
.bill .rdobutton_radio:checked::after {
  background-color: #b88f6c; }
.bill .label_bill {
  min-width: 150px !important;
  text-align: right; }
  @media screen and (max-width: 991px) {
    .bill .label_bill {
      text-align: left; } }

/*# sourceMappingURL=qa.css.map */
