@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap");
/* ====================================
                  Basic
   ==================================== */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.7;
  color: #111111;
  width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
}

/* ==== Text ==== */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

@media only screen and (max-width: 450px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 350px) {
  h1 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 450px) {
  h2 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 450px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 450px) {
  h4 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 450px) {
  h5 {
    font-size: 1rem;
  }
}

p {
  text-align: justify;
}

/* ==== a ==== */
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  text-decoration: none;
}
a:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
}

/* ==== Form ==== */
.form-row {
  padding: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-row > [class*=col-] {
  padding: 0 5px;
}
.form-row .form-group {
  margin-bottom: 1rem;
}
.form-row .form-group label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  .form-row .form-group label.invisible {
    display: none;
  }
}
.form-row .form-group input.form-control,
.form-row .form-group select {
  border: 1px solid #b2b2b2;
}
.form-row .form-group input.form-control:focus,
.form-row .form-group select:focus {
  border: 1px solid #b2b2b2 !important;
}
.form-row .form-group input.form-control::-webkit-input-placeholder, .form-row .form-group select::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.form-row .form-group input.form-control::-moz-placeholder, .form-row .form-group select::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.form-row .form-group input.form-control:-ms-input-placeholder, .form-row .form-group select:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.form-row .form-group input.form-control::-ms-input-placeholder, .form-row .form-group select::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.form-row .form-group input.form-control::placeholder,
.form-row .form-group select::placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.form-row .form-group select {
  padding-left: 15px;
  background-image: linear-gradient(45deg, transparent 50%, #bd9773 60%), linear-gradient(135deg, #bd9773 40%, transparent 50%) !important;
  background-position: calc(100% - 23px) 14px, calc(100% - 16px) 14px, 100% 0;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-check {
  margin-bottom: 0;
}
.form-check .custom-radio {
  border: none;
}
.form-check .form-check-label {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.form-check .form-check-label a {
  padding: 1px 0;
  margin: 0 6px;
}
.form-check .form-check-label a:hover {
  color: #7c583c;
}
.form-check .custom-check [type=checkbox], .form-check.custom-check [type=checkbox],
.form-check .custom-radio [type=radio] {
  position: absolute;
  opacity: 0;
}
.form-check .custom-check label::before, .form-check.custom-check label::before,
.form-check .custom-radio label::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -24px;
  margin-top: -8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  border: 1px solid #b2b2b2;
}
.form-check .custom-check input[type=checkbox]:checked + label::before, .form-check.custom-check input[type=checkbox]:checked + label::before,
.form-check .custom-radio input[type=radio]:checked + label::before {
  background: #fff;
}
.form-check .custom-check input[type=checkbox]:checked + label::after, .form-check.custom-check input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  left: -16px;
  margin-top: -5px;
  width: 5px;
  height: 9px;
  display: inline-block;
  border-right: 2.5px solid #bd9773;
  border-bottom: 2.5px solid #bd9773;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-check .custom-radio label::before {
  border-radius: 50px;
}
.form-check .custom-radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -19px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50px;
  background-color: #bd9773;
}

/* ==== Button ==== */
.btn {
  border-radius: 0;
  padding: 0.5rem 6rem;
  letter-spacing: 1.5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
}
.btn-line {
  background: #06C755;
  color: #fff;
  font-size: 14px;
}
.btn-line:hover {
  color: #fff;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.btn-google {
  background: #CE5642;
  color: #fff;
  font-size: 14px;
}
.btn-google:hover {
  color: #fff;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.btn-primary {
  background-color: #7c583c;
  color: #fff;
  border: 1px solid #7c583c;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  background-color: #7c583c;
  border: 1px solid #7c583c;
}
.btn-outline-primary {
  border: 1px solid #7c583c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c583c;
}
.btn-outline-primary:hover {
  border: 1px solid #7c583c;
  background: #7c583c;
  color: #fff;
}
.btn-close-round {
  color: #bd9773;
  padding: 0.2rem;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.07);
  border: 0;
  border-radius: 100px;
  width: 26px;
  height: 26px;
}
.btn-close-round:hover {
  color: #7c583c;
}
.btn-close-round span.material-icons {
  font-size: 19px;
}

/* ==== input / select ==== */
input, select, input.form-control, textarea {
  color: #111111;
  border-color: #b2b2b2;
}
input:focus, input:visited, input:active, select:focus, select:visited, select:active, input.form-control:focus, input.form-control:visited, input.form-control:active, textarea:focus, textarea:visited, textarea:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
  border-color: #b2b2b2;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, input.form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
input::-moz-placeholder, select::-moz-placeholder, input.form-control::-moz-placeholder, textarea::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, input.form-control:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, input.form-control::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
input::placeholder, select::placeholder, input.form-control::placeholder, textarea::placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
input#inputCity, input#inputState, select#inputCity, select#inputState, input.form-control#inputCity, input.form-control#inputState, textarea#inputCity, textarea#inputState {
  cursor: pointer;
}
input.product-qty-input:focus, input.product-qty-input:visited, input.product-qty-input:active, select.product-qty-input:focus, select.product-qty-input:visited, select.product-qty-input:active, input.form-control.product-qty-input:focus, input.form-control.product-qty-input:visited, input.form-control.product-qty-input:active, textarea.product-qty-input:focus, textarea.product-qty-input:visited, textarea.product-qty-input:active {
  border-color: rgba(0, 0, 0, 0.15);
}

/* ==== Fixed Area ==== */
#fixed-area {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 24px;
  bottom: 56px;
  line-height: 1.5;
  z-index: 10;
}
#fixed-area .item {
  margin-top: 8px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#fixed-area .item:hover {
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}
#fixed-area .item.go-to-top {
  display: none;
}
#fixed-area .item a {
  display: block;
  width: 56px;
  height: 56px;
  padding: 11px;
  border-radius: 50px;
  background-color: #7c583c;
  color: #fff;
}
#fixed-area .item a:hover {
  background-color: #bd9773;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
#fixed-area .item a:hover i {
  background: #7c583c;
}
#fixed-area .item a i {
  background: #d2b298;
  position: absolute;
  padding: 0 9px 2.5px 9px;
  margin-top: -16px;
  margin-left: -12px;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  font-style: initial;
}
#fixed-area .item a span {
  margin: 4px 0 0 4px;
}
#fixed-area .item a span img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
#fixed-area #toTopBtn a span {
  font-size: 40px;
  margin: -2.5px 0 0 -2.5px;
}

/* ==== Card ==== */
.card {
  display: block;
  border: none;
  background: none;
  border-radius: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card:hover {
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
}

/* ==== Card shadow ==== */
.card-shadow {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-shadow:hover {
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18), 0 14px 20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18), 0 14px 20px rgba(0, 0, 0, 0.18);
}

/* ==== Hover Move ==== */
.transform:hover {
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

/* ==== Title ==== */
.title {
  font-family: "Noto Serif TC", serif;
  text-align: center;
  margin: 20px auto 40px auto;
  color: #7c583c;
}
@media only screen and (max-width: 767.98px) {
  .title {
    margin: 15px auto 30px auto;
  }
}
@media only screen and (max-width: 450px) {
  .title {
    margin: 10px auto 20px auto;
  }
}
.title h1 {
  font-weight: 600;
  letter-spacing: 2px;
}
.title h4 {
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.title.reverse {
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .title.reverse {
    text-align: center;
  }
}
.title.reverse h4 {
  text-transform: unset;
}
.title.oneline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title.oneline h1 {
  margin-right: 10px;
}
.title.oneline .line {
  height: 1.5px;
  background: #111111;
  width: 80%;
}
@media (max-width: 1942px) {
  .title.oneline .line {
    width: 79%;
  }
}
@media (max-width: 1843px) {
  .title.oneline .line {
    width: 78%;
  }
}
@media (max-width: 1754px) {
  .title.oneline .line {
    width: 77%;
  }
}
@media (max-width: 1673px) {
  .title.oneline .line {
    width: 76%;
  }
}
@media (max-width: 1600px) {
  .title.oneline .line {
    width: 75%;
  }
}
@media (max-width: 1533px) {
  .title.oneline .line {
    width: 74%;
  }
}
@media (max-width: 1472px) {
  .title.oneline .line {
    width: 73%;
  }
}
@media (max-width: 1415px) {
  .title.oneline .line {
    width: 72%;
  }
}
@media (max-width: 1363px) {
  .title.oneline .line {
    width: 71%;
  }
}
@media (max-width: 1315px) {
  .title.oneline .line {
    width: 70%;
  }
}
@media (max-width: 1270px) {
  .title.oneline .line {
    width: 69%;
  }
}
@media (max-width: 1228px) {
  .title.oneline .line {
    width: 68%;
  }
}
@media only screen and (max-width: 1199.99px) {
  .title.oneline .line {
    width: 74%;
  }
}
@media (max-width: 1164px) {
  .title.oneline .line {
    width: 73%;
  }
}
@media (max-width: 1094px) {
  .title.oneline .line {
    width: 72%;
  }
}
@media (max-width: 1033px) {
  .title.oneline .line {
    width: 71%;
  }
}
@media only screen and (max-width: 991.99px) {
  .title.oneline .line {
    width: 73%;
  }
}
@media (max-width: 946px) {
  .title.oneline .line {
    width: 72%;
  }
}
@media (max-width: 895px) {
  .title.oneline .line {
    width: 71%;
  }
}
@media (max-width: 850px) {
  .title.oneline .line {
    width: 70%;
  }
}
@media (max-width: 810px) {
  .title.oneline .line {
    width: 69%;
  }
}
@media (max-width: 773px) {
  .title.oneline .line {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .title.oneline .line {
    width: 60%;
  }
}
@media (max-width: 744px) {
  .title.oneline .line {
    width: 59%;
  }
}
@media (max-width: 719px) {
  .title.oneline .line {
    width: 58%;
  }
}
@media (max-width: 696px) {
  .title.oneline .line {
    width: 57%;
  }
}
@media (max-width: 675px) {
  .title.oneline .line {
    width: 56%;
  }
}
@media (max-width: 655px) {
  .title.oneline .line {
    width: 55%;
  }
}
@media (max-width: 636px) {
  .title.oneline .line {
    width: 54%;
  }
}
@media (max-width: 618px) {
  .title.oneline .line {
    width: 53%;
  }
}
@media (max-width: 602px) {
  .title.oneline .line {
    width: 52%;
  }
}
@media (max-width: 586px) {
  .title.oneline .line {
    width: 51%;
  }
}
@media only screen and (max-width: 575.99px) {
  .title.oneline .line {
    width: 62%;
  }
}
@media (max-width: 564px) {
  .title.oneline .line {
    width: 61%;
  }
}
@media (max-width: 545px) {
  .title.oneline .line {
    width: 60%;
  }
}
@media (max-width: 527px) {
  .title.oneline .line {
    width: 58%;
  }
}
@media (max-width: 511px) {
  .title.oneline .line {
    width: 57%;
  }
}
@media only screen and (max-width: 500px) {
  .title.oneline .line {
    width: 56%;
  }
}
@media only screen and (max-width: 450px) {
  .title.oneline .line {
    width: 46%;
  }
}
@media only screen and (max-width: 400px) {
  .title.oneline .line {
    width: 40%;
  }
}
@media only screen and (max-width: 350px) {
  .title.oneline .line {
    width: 38%;
  }
}
.title.deco {
  border-bottom: 1px solid #b2b2b2;
  margin: 20px auto;
}
@media only screen and (max-width: 767.98px) {
  .title.deco {
    margin: 15px auto 10px auto;
  }
}
@media only screen and (max-width: 450px) {
  .title.deco {
    margin: 10px auto;
  }
}
.title.deco h1 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 575.99px) {
  .title.deco h1 {
    padding-bottom: 10px;
  }
}

/* ==== Tab ==== */
.tab-row {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575.99px) {
  .tab-row {
    margin-bottom: 30px;
  }
}
.tab-row .nav-tabs {
  border-bottom: 1px solid #b2b2b2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .tab-row .nav-tabs {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.tab-row .nav-tabs .nav-item {
  padding: 0 15px 20px 15px;
}
@media only screen and (max-width: 767.98px) {
  .tab-row .nav-tabs .nav-item {
    padding: 0 10px 10px 10px;
  }
}
@media only screen and (max-width: 450px) {
  .tab-row .nav-tabs .nav-item {
    padding: 0 5px 10px 5px;
  }
}
.tab-row .nav-tabs .nav-item .nav-link {
  background: rgba(0, 0, 0, 0.09);
  color: #111111;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  border: none;
}
@media only screen and (max-width: 575.99px) {
  .tab-row .nav-tabs .nav-item .nav-link {
    padding: 0.25rem 1.15rem;
  }
}
@media only screen and (max-width: 450px) {
  .tab-row .nav-tabs .nav-item .nav-link {
    padding: 0.2rem 1rem;
  }
}
.tab-row .nav-tabs .nav-item .nav-link:hover {
  background: #7c583c;
  color: #fff;
}
.tab-row .nav-tabs .nav-item .nav-link.active {
  background: #bd9773;
  color: #fff;
  border: none;
}
.tab-row .nav-tabs .nav-item .nav-link.active:hover {
  background: #7c583c;
}

/* ==== Carousel ==== */
.carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: -35px;
}
.carousel .carousel-indicators [data-bs-target] {
  background-color: #6d6d6d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 6px;
}
.carousel .carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 30px;
}
@media only screen and (max-width: 450px) {
  .carousel .carousel-control {
    margin-top: 20px;
  }
}
.carousel .carousel-control .carousel-control-next,
.carousel .carousel-control .carousel-control-prev {
  position: unset;
  opacity: 1;
  background: #bd9773;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.carousel .carousel-control .carousel-control-next:hover,
.carousel .carousel-control .carousel-control-prev:hover {
  background: #7c583c;
}
.carousel .carousel-control .carousel-control-next:hover span,
.carousel .carousel-control .carousel-control-prev:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* ==== Table ==== */
table thead {
  background: #bd9773;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
table thead tr th {
  padding: 6px;
  text-align: center;
}
table tbody {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  background: rgba(255, 255, 255, 0.6);
}
table tbody tr {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
}
table tbody tr td {
  padding: 12px 6px;
}

/* ==== Modal ==== */
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header .modal-title {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1px;
}
.modal .modal-content .modal-header .close {
  color: #bd9773;
  padding: 0.2rem;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: 0;
}
.modal .modal-content .modal-header .close:hover {
  color: #7c583c;
}
.modal .modal-content .modal-body p, .modal .modal-content .modal-body small {
  color: #6d6d6d;
  text-align: center;
}
.modal .modal-content .modal-footer {
  width: 100%;
}
.modal#ModalSearch .modal-content {
  border-radius: 0;
  overflow: hidden;
  border: none;
}
.modal#ModalSearch .modal-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.modal#ModalSearch .modal-content form input {
  width: 100%;
  padding: 12px 20px;
  color: #b2b2b2;
  font-size: 18px;
  border: none;
}
@media only screen and (max-width: 991.99px) {
  .modal#ModalSearch .modal-content form input {
    padding: 24px 32px;
    font-size: 20px;
  }
}
.modal#ModalSearch .modal-content form input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.modal#ModalSearch .modal-content form input::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.modal#ModalSearch .modal-content form input:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.modal#ModalSearch .modal-content form input::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.modal#ModalSearch .modal-content form input::placeholder {
  color: #b2b2b2;
  font-weight: 300;
  padding-left: 5px;
}
.modal#ModalSearch .modal-content form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  font-size: 18px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 300;
  line-height: 64px;
  padding: 4px 16px;
  background: #bd9773;
  border-radius: 0;
  border: none;
}
@media only screen and (max-width: 991.99px) {
  .modal#ModalSearch .modal-content form .btn {
    line-height: 64px;
    padding: 8px 24px;
  }
}
.modal#ModalSearch .modal-content form .btn:hover {
  background: #7c583c;
}
.modal#ModalSearch .modal-content form .btn span:first-of-type {
  margin-right: 4px;
}
.modal#ModalLogin .btn-login {
  width: 100%;
  margin: 0.75rem 0;
}
.modal#ModalLogin .btn-login svg {
  margin-right: 0.5rem;
}
.modal#ModalPrivacy .modal-body p {
  color: #111111;
  text-align: justify;
}
.modal#ModalPrivacy .modal-body .paragraph {
  margin-bottom: 0px;
  padding-top: 10px;
}
.modal#ModalDel .modal-footer .btn {
  width: 44%;
  margin: 0 12px 4px 12px;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 450px) {
  .modal#ModalDel .modal-footer .btn {
    width: 42%;
  }
}
@media only screen and (max-width: 400px) {
  .modal#ModalDel .modal-footer .btn {
    width: 40%;
  }
}
.modal#Modalcoupon .modal-body {
  padding: 1rem 1rem 0.5rem 1rem;
}
.modal#Modalcoupon .modal-body .input-group-append .btn {
  background: #bd9773;
  color: #fff;
}
.modal#Modalcoupon .modal-body .input-group-append .btn:hover {
  background: #7c583c;
}
.modal#Modalcoupon .modal-body .card-radio-btn {
  margin-bottom: 0.5rem;
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  margin-top: 10px;
}
@media only screen and (max-width: 450px) {
  .modal#Modalcoupon .modal-body .card-radio-btn .coupon .detail {
    padding: 0.75rem 0.5rem !important;
    width: 90% !important;
  }
}
@media only screen and (max-width: 350px) {
  .modal#Modalcoupon .modal-body .card-radio-btn .coupon .detail {
    width: 75% !important;
  }
}
@media only screen and (max-width: 450px) {
  .modal#Modalcoupon .modal-body .card-radio-btn .coupon .detail h3.lead {
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
  }
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon .detail .text-muted {
  color: #d2b298 !important;
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon .detail br.mob-show {
  display: none;
}
@media only screen and (max-width: 350px) {
  .modal#Modalcoupon .modal-body .card-radio-btn .coupon .detail br.mob-show {
    display: block;
  }
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon .action {
  border-left: 0.5px dashed rgba(0, 0, 0, 0.15);
  width: 40% !important;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .modal#Modalcoupon .modal-body .card-radio-btn .coupon .action .info {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon .action .info::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background: #fff;
  background-color: #fff;
  border-bottom-left-radius: 110px; /* 100px of height + 10px of border */
  border-bottom-right-radius: 110px; /* 100px of height + 10px of border */
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  top: -1px;
  left: -10px;
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon .action .info::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background: #fff;
  background-color: #fff;
  border-top-left-radius: 110px; /* 100px of height + 10px of border */
  border-top-right-radius: 110px; /* 100px of height + 10px of border */
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  bottom: -1px;
  left: -10px;
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon .action .info .btn {
  background: #d2b298;
  color: #fff;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon .action .info .btn span {
  font-size: 20px;
}
.modal#Modalcoupon .modal-body .card-radio-btn .coupon .action .info .btn:hover, .modal#Modalcoupon .modal-body .card-radio-btn .coupon .action .info .btn:active, .modal#Modalcoupon .modal-body .card-radio-btn .coupon .action .info .btn:focus {
  background: #7c583c;
  border: 0.1rem solid #fff;
}
.modal#Modalcoupon .modal-body .card-radio-btn .card-input-element:checked + .coupon {
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  background: rgba(0, 0, 0, 0.07);
}
.modal#Modalcoupon .modal-body .card-radio-btn .card-input-element:checked + .coupon .action .btn {
  background: #7c583c;
  color: #fff;
  border: 0.05px solid #7c583c;
}
.modal#Modalcoupon .modal-body .card-radio-btn .card-input-element:checked + .coupon .action .btn:hover, .modal#Modalcoupon .modal-body .card-radio-btn .card-input-element:checked + .coupon .action .btn:active, .modal#Modalcoupon .modal-body .card-radio-btn .card-input-element:checked + .coupon .action .btn:focus {
  background: #7c583c;
  border: 0.05px solid #7c583c;
}
.modal#Modalcoupon .modal-footer .btn {
  width: 46.5%;
  padding: 0.5rem 1rem;
}
.modal#Modalcoupon .modal-footer .btn:first-of-type {
  margin: 0 12px 4px 0;
}
.modal#Modalcoupon .modal-footer .btn:last-of-type {
  margin: 0 0 4px 12px;
}
@media only screen and (max-width: 450px) {
  .modal#Modalcoupon .modal-footer .btn {
    width: 45.5%;
  }
}
@media only screen and (max-width: 400px) {
  .modal#Modalcoupon .modal-footer .btn {
    width: 44.5%;
  }
}
.modal#ModalCancel .modal-body {
  display: -ms-inline-grid;
  display: inline-grid;
}
.modal#ModalCancel .modal-footer .btn {
  width: 44%;
  margin: 0 12px 4px 12px;
  padding: 0.5rem 0.5rem;
}
@media only screen and (max-width: 450px) {
  .modal#ModalCancel .modal-footer .btn {
    width: 42%;
  }
}
@media only screen and (max-width: 400px) {
  .modal#ModalCancel .modal-footer .btn {
    width: 40%;
  }
}

/* ==== Pagination ==== */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 30px auto;
}
@media only screen and (max-width: 767.98px) {
  .pagination {
    margin: 30px auto;
  }
}
.pagination .page-item {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 575.99px) {
  .pagination .page-item {
    padding: 0 6px;
  }
}
.pagination .page-item .page-link {
  color: #b2b2b2;
  border: 0;
  font-size: 18px;
  background: none;
}
.pagination .page-item .page-link:hover {
  color: #7c583c;
}
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .page-item .page-link.active {
  color: #bd9773;
  font-weight: 600;
}
.pagination .page-item .page-link.active:hover {
  color: #7c583c;
}
.pagination .page-item .page-link.prev, .pagination .page-item .page-link.next {
  position: unset;
  background: #bd9773;
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination .page-item .page-link.prev:hover, .pagination .page-item .page-link.next:hover {
  background: #7c583c;
}
.pagination .page-item .page-link.prev:hover span, .pagination .page-item .page-link.next:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.pagination.page-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination.page-nav .page-item {
  padding: 0;
}
.pagination.page-nav .page-item .page-link.prev, .pagination.page-nav .page-item .page-link.next {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: #bd9773;
}
.pagination.page-nav .page-item .page-link.prev:hover, .pagination.page-nav .page-item .page-link.next:hover {
  background: none;
  color: #7c583c;
}
.pagination.page-nav .page-item .page-link.prev:hover span {
  margin-right: 15px;
}
.pagination.page-nav .page-item .page-link.prev span {
  margin-right: 10px;
}
.pagination.page-nav .page-item .page-link.next:hover span {
  margin-left: 15px;
}
.pagination.page-nav .page-item .page-link.next span {
  margin-left: 10px;
}

/* ==== Submenu ==== */
@media only screen and (max-width: 991.99px) {
  .sticky-submenu {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575.99px) {
  .sticky-submenu {
    margin-bottom: 30px;
  }
}
.sticky-submenu .submenu-wrapper {
  padding: 20px 15px;
}
@media only screen and (max-width: 991.99px) {
  .sticky-submenu .submenu-wrapper {
    border-bottom: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .sticky-submenu .submenu-wrapper {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.sticky-submenu .submenu-wrapper .submenu {
  list-style: none;
  margin: 0;
  padding-left: 0.75rem;
}
@media only screen and (max-width: 991.99px) {
  .sticky-submenu .submenu-wrapper .submenu {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .sticky-submenu .submenu-wrapper .submenu {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 450px) {
  .sticky-submenu .submenu-wrapper .submenu {
    padding: 5px 0;
  }
}
.sticky-submenu .submenu-wrapper .submenu a.list-group-item {
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #b2b2b2;
  border-radius: 0;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding: 12px 15px 12px 20px;
  background: none;
}
@media only screen and (max-width: 1199.99px) {
  .sticky-submenu .submenu-wrapper .submenu a.list-group-item {
    padding: 12px 5px 12px 10px;
  }
}
@media only screen and (max-width: 991.99px) {
  .sticky-submenu .submenu-wrapper .submenu a.list-group-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    margin: 0 10px;
    padding: 0.75rem 1.5rem;
    border: none;
    background: rgba(0, 0, 0, 0.02);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575.99px) {
  .sticky-submenu .submenu-wrapper .submenu a.list-group-item {
    padding: 0.35rem 1.25rem;
  }
}
.sticky-submenu .submenu-wrapper .submenu a.list-group-item:last-of-type {
  border-bottom: 1px solid #b2b2b2;
}
@media only screen and (max-width: 991.99px) {
  .sticky-submenu .submenu-wrapper .submenu a.list-group-item:last-of-type {
    border-bottom: none;
  }
}
.sticky-submenu .submenu-wrapper .submenu a.list-group-item.active {
  color: #7c583c;
  background: #d2b298;
}
@media only screen and (max-width: 991.99px) {
  .sticky-submenu .submenu-wrapper .submenu a.list-group-item.active {
    background: #bd9773;
    color: #fff;
    border: none;
  }
}
.sticky-submenu .submenu-wrapper .submenu a.list-group-item:hover, .sticky-submenu .submenu-wrapper .submenu a.list-group-item:active, .sticky-submenu .submenu-wrapper .submenu a.list-group-item:focus {
  color: #fff;
  background: #bd9773;
}
@media only screen and (max-width: 991.99px) {
  .sticky-submenu .submenu-wrapper .submenu a.list-group-item:hover, .sticky-submenu .submenu-wrapper .submenu a.list-group-item:active, .sticky-submenu .submenu-wrapper .submenu a.list-group-item:focus {
    background: #7c583c;
    color: #fff;
  }
}
.sticky-submenu .submenu-wrapper .submenu a.list-group-item h5 {
  margin-bottom: 0;
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 991.99px) {
  .sticky-submenu .submenu-wrapper .submenu a.list-group-item h5 {
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
  }
}
@media only screen and (max-width: 991.99px) {
  .sticky-submenu .submenu-wrapper .submenu a.list-group-item span {
    display: none;
  }
}

/* ==== View control ==== */
.view-control {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.view-control span {
  padding: 6px;
  color: #b2b2b2;
  cursor: pointer;
}
.view-control span.active {
  color: #6d6d6d;
}

/* ==== Accordion ==== */
.faq-accordion .card {
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  border: 0;
}
.faq-accordion .card .card-header {
  background: #bd9773;
  font-weight: normal;
  border: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 0;
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.faq-accordion .card .card-header .title {
  font-family: "Noto Sans TC", sans-serif;
  color: #fff;
  padding-right: 12px;
}
@media only screen and (max-width: 450px) {
  .faq-accordion .card .card-header .title {
    padding-right: 20px;
  }
}
.faq-accordion .card .card-header .accicon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(-180deg) scale(0.7) translateY(70%);
          transform: rotate(-180deg) scale(0.7) translateY(70%);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat;
}
.faq-accordion .card .card-header.collapsed {
  color: #111111;
  background: rgba(0, 0, 0, 0.09);
  display: inherit;
}
.faq-accordion .card .card-header.collapsed .accicon {
  -webkit-transform: scale(0.7) translateY(-70%);
          transform: scale(0.7) translateY(-70%);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat;
}
.faq-accordion .card .card-header.collapsed .title {
  color: #111111;
}
.faq-accordion .card .card-body {
  color: #111111;
  font-size: 15px;
}

/* ==== Pay ATM ==== */
.pay-atm {
  color: #111111;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 767.98px) {
  .pay-atm {
    width: 94%;
  }
}
@media only screen and (max-width: 450px) {
  .pay-atm {
    width: 91.5%;
  }
}
@media only screen and (max-width: 400px) {
  .pay-atm {
    width: 90.5%;
  }
}
@media only screen and (max-width: 350px) {
  .pay-atm {
    margin-left: 0px;
    width: 100%;
  }
}
.pay-atm dl {
  margin-bottom: 0;
}
.pay-atm dl .bg {
  background: #bd9773;
  color: #fff;
}
.pay-atm dl dd, .pay-atm dl dt {
  padding: 0.25rem 0;
  margin-bottom: 0;
}
.pay-atm dl dt {
  padding-left: 0.5rem;
}

/* ==== Stepper ==== */
.bs-stepper {
  margin-bottom: 30px;
}
@media only screen and (max-width: 450px) {
  .bs-stepper {
    padding: 0;
  }
}
.bs-stepper .bs-stepper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .bs-stepper .bs-stepper-header {
    margin: 0 -10px;
    text-align: center;
  }
}
.bs-stepper .bs-stepper-header .step-link .bs-stepper-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  margin: 0.25rem;
  line-height: 1em;
  color: #7c583c;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 1em;
  font-weight: 600;
}
.bs-stepper .bs-stepper-header .step-link .bs-stepper-label {
  background: #b2b2b2;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.25rem;
  position: relative;
  padding: 0.25rem 1rem;
  border-radius: 50rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 450px) {
  .bs-stepper .bs-stepper-header .step-link .bs-stepper-label {
    width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .bs-stepper .bs-stepper-header .step-link .bs-stepper-label {
    font-size: 15px;
    width: 85%;
  }
}
@media only screen and (max-width: 350px) {
  .bs-stepper .bs-stepper-header .step-link .bs-stepper-label {
    font-size: 14.5px;
    padding: 0.25rem 0.5rem;
    width: 80%;
  }
}
.bs-stepper .bs-stepper-header .step-link .bs-stepper-label span.material-icons {
  display: none;
  font-size: 18px;
}
.bs-stepper .bs-stepper-header .step-link:hover .bs-stepper-label {
  background: #7c583c !important;
}
.bs-stepper .bs-stepper-header .step-link.active .bs-stepper-label {
  background-color: #d2b298;
}
.bs-stepper .bs-stepper-header .step-link.done .bs-stepper-label span.material-icons {
  display: block;
}
.bs-stepper .bs-stepper-header .bs-stepper-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 32px;
          flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 400px) {
  .bs-stepper .bs-stepper-header .bs-stepper-line {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

/* ==== Display ==== */
.container-fluid {
  padding: 0;
}

.section {
  padding: 40px 20px 30px 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 991.99px) {
  .section {
    padding: 30px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section {
    padding: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .section {
    padding: 15px 20px;
  }
}

.hidden {
  display: none !important;
}

.highlight {
  color: #c84f40;
}

.text-brand {
  color: #bd9773;
}

.paragraph {
  margin-bottom: 32px;
  padding-top: 24px;
  line-height: 2rem;
}
@media only screen and (max-width: 575.99px) {
  .paragraph {
    padding-top: 12px;
  }
}

.lg-hide {
  display: block;
}
@media only screen and (max-width: 991.99px) {
  .lg-hide {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media only screen and (max-width: 991.99px) {
  .lg-show {
    display: block;
  }
}

.md-hide {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .md-hide {
    display: none;
  }
}

.md-show {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .md-show {
    display: block;
  }
}

.sm-hide {
  display: block;
}
@media only screen and (max-width: 575.99px) {
  .sm-hide {
    display: none;
  }
}

.sm-show {
  display: none;
}
@media only screen and (max-width: 575.99px) {
  .sm-show {
    display: block;
  }
}

.lg-show.mob2-hide {
  display: none;
}
@media only screen and (max-width: 991.99px) {
  .lg-show.mob2-hide {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .lg-show.mob2-hide {
    display: none;
  }
}

.mob2-show {
  display: none;
}
@media only screen and (max-width: 400px) {
  .mob2-show {
    display: block;
  }
}

/* ====================================
                 Header
   ==================================== */
header {
  font-size: 17px;
}
header .nav-top {
  padding: 3px;
  width: 100%;
  color: #7c583c;
  background: #d2b298;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
}
@media only screen and (max-width: 450px) {
  header .nav-top {
    font-size: 16px;
  }
}
header .navbar {
  width: 100vw;
  max-width: 100%;
  padding: 16px 16px 12px 16px;
  background: #bd9773;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  z-index: 1000;
}
@media only screen and (max-width: 991.99px) {
  header .navbar {
    padding: 10px 16px 8px 16px;
  }
}
@media only screen and (max-width: 450px) {
  header .navbar {
    padding: 7px 16px 5px 16px;
  }
}
@media only screen and (max-width: 350px) {
  header .navbar {
    padding: 5px 16px 3px 16px;
  }
}
header .navbar .container-lg {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1600px;
}
@media (max-width: 1699.98px) {
  header .navbar .container-lg {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1199.99px) {
  header .navbar .container-lg {
    max-width: 1040px;
  }
}
@media only screen and (max-width: 991.99px) {
  header .navbar .container-lg {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
header .navbar .container-lg .navbar-brand {
  margin: 0;
  display: inline-block;
  line-height: inherit;
  padding: 0;
}
@media only screen and (max-width: 991.99px) {
  header .navbar .container-lg .navbar-brand {
    padding: 0;
  }
}
header .navbar .container-lg .navbar-brand:hover img.hover {
  display: block;
}
header .navbar .container-lg .navbar-brand:hover img.usual {
  display: none;
}
header .navbar .container-lg .navbar-brand img {
  width: 100px;
}
@media only screen and (max-width: 1199.99px) {
  header .navbar .container-lg .navbar-brand img {
    width: 80px;
  }
}
@media only screen and (max-width: 991.99px) {
  header .navbar .container-lg .navbar-brand img {
    width: 100px;
  }
}
@media only screen and (max-width: 450px) {
  header .navbar .container-lg .navbar-brand img {
    width: 80px;
  }
}
@media only screen and (max-width: 400px) {
  header .navbar .container-lg .navbar-brand img {
    width: 76px;
  }
}
@media only screen and (max-width: 350px) {
  header .navbar .container-lg .navbar-brand img {
    width: 72px;
  }
}
header .navbar .container-lg .navbar-brand img.hover {
  display: none;
}
header .navbar .container-lg .navbar-brand img.usual {
  display: block;
}
header .navbar .container-lg .navbar-collapse {
  position: absolute;
  width: calc(100% + 32px);
  top: 96px;
  left: -16px;
  right: -16px;
  padding: 16px 0 18px;
  background: rgba(210, 178, 152, 0.95);
  overflow: hidden;
  -webkit-box-shadow: 0 8px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 7px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  header .navbar .container-lg .navbar-collapse {
    display: contents !important;
  }
}
@media only screen and (max-width: 450px) {
  header .navbar .container-lg .navbar-collapse {
    top: 72px;
  }
}
@media only screen and (max-width: 350px) {
  header .navbar .container-lg .navbar-collapse {
    top: 70px;
  }
}
header .navbar .container-lg .navbar-collapse .navbar-nav {
  max-width: 100vw;
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item {
  width: auto;
  text-align: left;
  padding: 0 8px;
}
@media (max-width: 1699px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item {
    padding: 0 2px;
  }
}
@media only screen and (max-width: 991.99px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item {
    padding: 2px 16px;
  }
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 0.7rem 0.5rem;
  font-weight: 300;
  outline-offset: 0 !important;
  outline: 0 !important;
}
@media (max-width: 1040px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0rem 0.35rem;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991.99px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.5rem;
    font-size: 18px;
  }
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link:focus, header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link.active, header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link.show {
    color: #7c583c !important;
  }
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link:focus-visible {
  outline-offset: 0 !important;
  outline: 0 !important;
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link:focus, header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link.active, header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .nav-link.show {
  color: #7c583c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note {
  padding: 0;
  min-width: 9rem;
  border-radius: 0;
}
@media only screen and (max-width: 991.99px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note {
    background: rgba(124, 88, 60, 0.95);
    border: none;
    border-radius: 0;
    width: 98%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note {
    width: 97.5%;
  }
}
@media only screen and (max-width: 575.99px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note {
    width: 97%;
  }
}
@media only screen and (max-width: 450px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note {
    width: 96%;
  }
}
@media only screen and (max-width: 400px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note {
    width: 95.5%;
  }
}
@media only screen and (max-width: 350px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note {
    width: 94.5%;
  }
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note .dropdown-item {
  color: #7c583c;
  font-size: 17px;
  font-weight: 300;
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note .dropdown-item:hover {
  background: #d2b298;
}
@media only screen and (max-width: 991.99px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note .dropdown-item:hover {
    background: #bd9773;
  }
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note .dropdown-item:first-of-type {
  padding: 0.5rem 1rem 0.25rem 1rem;
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note .dropdown-item:last-of-type {
  padding: 0.25rem 1rem 0.5rem 1rem;
}
@media only screen and (max-width: 991.99px) {
  header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown-note .dropdown-item {
    color: #fff;
    font-size: 18px;
  }
}
header .navbar .container-lg .navbar-collapse .navbar-nav .nav-item .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .navbar .container-lg .navbar-collapse .navbar-nav .active > .nav-link,
header .navbar .container-lg .navbar-collapse .navbar-nav .show > .nav-link {
  color: #7c583c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav span.nav-link {
  padding: 0;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link {
  display: -ms-inline-grid;
  display: inline-grid;
  padding: 8px 16px;
  font-weight: 400;
  color: #7c583c;
  position: relative;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 1699px) {
  header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link {
    padding: 8px 4px;
  }
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link:hover {
  color: #fff;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link:hover img.hover {
  display: block;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link:hover img.usual {
  display: none;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link img {
  width: 25px;
  margin-top: -3px;
  padding-bottom: 2px;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link img.hover {
  display: none;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link img.usual {
  display: block;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link .material-icons,
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link .material-symbols-outlined {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link i {
  background: #7c583c;
  position: absolute;
  padding: 0 8px 2.5px 8px;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  font-style: initial;
  right: 10px;
  top: -6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
@media (max-width: 1699.98px) {
  header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link i {
    right: 2px;
    top: -8px;
  }
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link .dropdown-member {
  padding: 0;
  min-width: 9rem;
  border-radius: 0;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link .dropdown-member .dropdown-item {
  color: #7c583c;
  font-weight: 300;
  font-size: 17px;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link .dropdown-member .dropdown-item:hover {
  background: #d2b298;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link .dropdown-member .dropdown-item:first-of-type {
  padding: 0.5rem 1rem 0.25rem 1rem;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link .dropdown-member .dropdown-item:last-of-type {
  padding: 0.25rem 1rem 0.5rem 1rem;
}
header .navbar .container-lg .navbar-collapse .navbar-icons .navbar-nav .nav-link .dropdown:hover .dropdown-member {
  display: block;
  margin-top: 0;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 24px;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search .form-control {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  color: #111111;
  margin: 20px 0;
  font-size: 18px;
  border-radius: 0;
  letter-spacing: 0.5px;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  font-size: 18px;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search .form-control::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  font-size: 18px;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search .form-control:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  font-size: 18px;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search .form-control::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
  font-size: 18px;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search .form-control::placeholder {
  color: #b2b2b2;
  font-weight: 300;
  font-size: 18px;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search a.btn {
  padding: 0.5rem 1.2rem 0.3rem !important;
  border-radius: 0;
  border: 1.5px solid #bd9773;
  background-color: #bd9773;
}
header .navbar .container-lg .navbar-collapse .mob-search .nav-mb-search a.btn:hover {
  border: 1.5px solid #7c583c;
  background-color: #7c583c;
}
header .navbar .container-lg .mob-nav .cart-link {
  margin-left: 24px;
  position: relative;
}
@media only screen and (max-width: 450px) {
  header .navbar .container-lg .mob-nav .cart-link {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 350px) {
  header .navbar .container-lg .mob-nav .cart-link {
    margin-left: 14px;
  }
}
header .navbar .container-lg .mob-nav .cart-link span {
  font-size: 28px;
}
header .navbar .container-lg .mob-nav .cart-link span:hover img.hover {
  display: block;
}
header .navbar .container-lg .mob-nav .cart-link span:hover img.usual {
  display: none;
}
header .navbar .container-lg .mob-nav .cart-link span img {
  width: 25px;
  margin-top: -3px;
  padding-bottom: 2px;
}
header .navbar .container-lg .mob-nav .cart-link span img.hover {
  display: none;
}
header .navbar .container-lg .mob-nav .cart-link span img.usual {
  display: block;
}
header .navbar .container-lg .mob-nav .cart-link .material-icons,
header .navbar .container-lg .mob-nav .cart-link .material-symbols-outlined {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .navbar .container-lg .mob-nav .cart-link i {
  background: #7c583c;
  position: absolute;
  padding: 0 8px 2.5px 8px;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 400;
  font-style: initial;
  right: 0px;
  top: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
header .navbar .container-lg .mob-nav .cart-link a {
  color: #7c583c;
  font-weight: 400;
  display: -ms-inline-grid;
  display: inline-grid;
  text-align: center;
  font-size: 15px;
}
@media only screen and (max-width: 350px) {
  header .navbar .container-lg .mob-nav .cart-link a {
    font-size: 13px;
  }
}
header .navbar .container-lg .mob-nav .cart-link a:hover {
  color: #fff;
}
header .navbar .container-lg .mob-nav .cart-link a:hover i {
  top: -19.5px;
}
header .navbar .container-lg .mob-nav .cart-link .dropdown-member {
  padding: 0;
  min-width: 9rem;
  border-radius: 0;
}
header .navbar .container-lg .mob-nav .cart-link .dropdown-member .dropdown-item {
  color: #7c583c;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
}
header .navbar .container-lg .mob-nav .cart-link .dropdown-member .dropdown-item:hover {
  background: #d2b298;
}
header .navbar .container-lg .mob-nav .cart-link .dropdown-member .dropdown-item:first-of-type {
  padding: 0.5rem 1rem 0.25rem 1rem;
}
header .navbar .container-lg .mob-nav .cart-link .dropdown-member .dropdown-item:last-of-type {
  padding: 0.25rem 1rem 0.5rem 1rem;
}
header .navbar .container-lg .mob-nav .cart-link .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .navbar .container-lg .mob-nav .navbar-toggler {
  color: #fff;
  border: 0;
  font-size: 36px;
  margin-left: 16px;
  color: #7c583c;
  padding: 0.25rem 0.75rem 0.25rem 1.25rem;
}
header .navbar .container-lg .mob-nav .navbar-toggler:hover {
  color: #fff;
}
header .navbar .container-lg .mob-nav .navbar-toggler:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
}
@media only screen and (max-width: 450px) {
  header .navbar .container-lg .mob-nav .navbar-toggler {
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  }
}

/* ====================================
                  Index
   ==================================== */
#index #carouselBannerIndicators .carousel-item a:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
#index .hot-products {
  padding: 80px 20px 50px 20px;
}
@media only screen and (max-width: 991.99px) {
  #index .hot-products {
    padding: 70px 20px 35px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #index .hot-products {
    padding: 60px 20px 15px 20px;
  }
}
@media only screen and (max-width: 450px) {
  #index .hot-products {
    padding: 50px 20px 15px 20px;
  }
}
#index .hot-products .title h1 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5rem auto;
}
#index .hot-products .title h1::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/crown.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -20px;
  left: -30px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
#index .hot-products .carousel-inner .carousel-item .left {
  padding: 0;
}
#index .hot-products .carousel-inner .carousel-item .right {
  background: #bd9773;
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1440px) {
  #index .hot-products .carousel-inner .carousel-item .right {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
#index .hot-products .carousel-inner .carousel-item .right .content {
  padding: 30px 40px;
}
@media only screen and (max-width: 1440px) {
  #index .hot-products .carousel-inner .carousel-item .right .content {
    padding: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  #index .hot-products .carousel-inner .carousel-item .right .content {
    padding: 15px;
  }
}
@media only screen and (max-width: 1199.99px) {
  #index .hot-products .carousel-inner .carousel-item .right .content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #index .hot-products .carousel-inner .carousel-item .right .content {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (max-width: 575.99px) {
  #index .hot-products .carousel-inner .carousel-item .right .content {
    padding: 20px 20px 30px 20px;
  }
}
#index .hot-products .carousel-inner .carousel-item .right .content h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1366px) {
  #index .hot-products .carousel-inner .carousel-item .right .content h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199.99px) {
  #index .hot-products .carousel-inner .carousel-item .right .content h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.99px) {
  #index .hot-products .carousel-inner .carousel-item .right .content h2 {
    margin-bottom: 10px;
  }
}
#index .hot-products .carousel-inner .carousel-item .right .content h5 {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1366px) {
  #index .hot-products .carousel-inner .carousel-item .right .content h5 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199.99px) {
  #index .hot-products .carousel-inner .carousel-item .right .content h5 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.99px) {
  #index .hot-products .carousel-inner .carousel-item .right .content h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1650px) {
  #index .hot-products .carousel-inner .carousel-item .right .content p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1250px) {
  #index .hot-products .carousel-inner .carousel-item .right .content p {
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 1100px) {
  #index .hot-products .carousel-inner .carousel-item .right .content p {
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 1050px) {
  #index .hot-products .carousel-inner .carousel-item .right .content p {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 790px) {
  #index .hot-products .carousel-inner .carousel-item .right .content p {
    -webkit-line-clamp: 4;
  }
}
@media only screen and (max-width: 767.98px) {
  #index .hot-products .carousel-inner .carousel-item .right .content p {
    -webkit-line-clamp: 6;
  }
}
#index .hot-products .carousel-inner .carousel-item .right a {
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
#index .hot-products .carousel-inner .carousel-item .right a:hover {
  color: #7c583c;
}
#index .hot-products .carousel-inner .carousel-item .right a:hover span {
  margin-left: 6px;
}
@media only screen and (max-width: 1440px) {
  #index .hot-products .carousel-inner .carousel-item .right a {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  #index .hot-products .carousel-inner .carousel-item .right a {
    bottom: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 1199.99px) {
  #index .hot-products .carousel-inner .carousel-item .right a {
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 991.99px) {
  #index .hot-products .carousel-inner .carousel-item .right a {
    bottom: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  #index .hot-products .carousel-inner .carousel-item .right a {
    bottom: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 450px) {
  #index .hot-products .carousel-inner .carousel-item .right a {
    color: #7c583c;
  }
}
#index .hot-products .carousel-inner .carousel-item .right a span {
  margin-top: 3px;
  font-size: 30px;
}
#index .about .row {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.99px) {
  #index .about .row {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
#index .about .row .left {
  position: absolute;
  left: 30px;
}
@media only screen and (max-width: 1199.99px) {
  #index .about .row .left {
    left: 20px;
    top: -10px;
  }
}
@media only screen and (max-width: 991.99px) {
  #index .about .row .left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 20px;
  }
}
@media (max-width: 690px) {
  #index .about .row .left {
    top: 10px;
  }
}
@media (max-width: 600px) {
  #index .about .row .left {
    top: 0;
  }
}
#index .about .row .left .title {
  margin: 20px auto 30px auto;
}
@media only screen and (max-width: 1366px) {
  #index .about .row .left .title {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 1199.99px) {
  #index .about .row .left .title {
    margin: 20px auto 15px auto;
  }
}
@media only screen and (max-width: 991.99px) {
  #index .about .row .left .title {
    text-align: center;
    margin: 20px auto 30px auto;
  }
}
@media (max-width: 690px) {
  #index .about .row .left .title {
    margin: 20px auto;
  }
}
@media (max-width: 600px) {
  #index .about .row .left .title {
    margin: 20px auto 15px auto;
  }
}
@media only screen and (max-width: 450px) {
  #index .about .row .left .title {
    margin: 20px auto 10px auto;
  }
}
#index .about .row .left .content {
  width: 80%;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 1199.99px) {
  #index .about .row .left .content {
    width: 90%;
    padding: 0;
  }
}
@media only screen and (max-width: 991.99px) {
  #index .about .row .left .content {
    width: 100%;
    padding: 0 15px;
  }
}
#index .about .row .left .content p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1366px) {
  #index .about .row .left .content p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199.99px) {
  #index .about .row .left .content p {
    line-height: 1.575;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991.99px) {
  #index .about .row .left .content p {
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
@media (max-width: 690px) {
  #index .about .row .left .content p {
    margin-bottom: 5px;
    line-height: 1.575;
  }
}
@media only screen and (max-width: 450px) {
  #index .about .row .left .content p {
    margin-bottom: 5px;
    line-height: 1.475;
  }
}
@media only screen and (max-width: 350px) {
  #index .about .row .left .content p {
    font-size: 15px;
    line-height: 1.4;
  }
}
#index .about .row .left .content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#index .about .row .left .content div a {
  color: #111111;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
  #index .about .row .left .content div a {
    color: #7c583c;
  }
}
#index .about .row .left .content div a:hover {
  color: #7c583c;
}
#index .about .row .left .content div a:hover span {
  margin-left: 6px;
}
#index .about .row .left .content div a span {
  margin-top: 3px;
  font-size: 30px;
}
#index .news {
  padding: 10px 20px 40px 20px;
}
@media only screen and (max-width: 767.98px) {
  #index .news {
    padding: 10px 20px 30px 20px;
  }
}
@media only screen and (max-width: 450px) {
  #index .news {
    padding: 15px 20px 20px 20px;
  }
}
#index .news .left {
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 991.99px) {
  #index .news .left {
    padding: 0;
  }
}
@media only screen and (max-width: 991.99px) {
  #index .news .left a:first-of-type .card {
    padding: 10px 10px 10px 0;
  }
  #index .news .left a:last-of-type .card {
    padding: 10px 0 10px 10px;
  }
}
#index .news .left a .card {
  padding: 10px 15px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  display: -ms-grid;
  display: grid;
}
#index .news .left a .card:hover h6 {
  color: #7c583c;
}
#index .news .left a .card img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  #index .news .left a .card img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 450px) {
  #index .news .left a .card img {
    margin-bottom: 10px;
  }
}
#index .news .left a .card small {
  color: #6d6d6d;
}
#index .news .left a .card h6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 10px 0 20px 0;
  color: #111111;
  text-align: justify;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  #index .news .left a .card h6 {
    margin: 10px 0 20px 0;
    text-align: left;
  }
}
@media only screen and (max-width: 450px) {
  #index .news .left a .card h6 {
    margin: 8px 0 15px 0;
  }
}
#index .news .left a .card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#index .news .left a .card div section {
  color: #111111;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
  #index .news .left a .card div section {
    color: #7c583c;
  }
}
#index .news .left a .card div section:hover {
  color: #7c583c;
}
#index .news .left a .card div section:hover span {
  margin-left: 6px;
}
#index .news .left a .card div section span {
  margin-top: 3px;
  font-size: 30px;
}
#index .news .right {
  padding: 0 0 0 15px;
  border-left: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.99px) {
  #index .news .right {
    border-left: none;
    padding: 15px 0 0 0;
  }
}
#index .news .right .list {
  display: block;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (max-width: 991.99px) {
  #index .news .right .list {
    width: 100%;
  }
}
#index .news .right .list .item {
  border-bottom: 1px solid #b2b2b2;
  display: block;
}
@media only screen and (max-width: 450px) {
  #index .news .right .list .item:first-of-type .card {
    padding: 0px 0 10px 0;
  }
}
#index .news .right .list .item:last-of-type {
  margin-bottom: 30px;
}
@media only screen and (max-width: 450px) {
  #index .news .right .list .item:last-of-type {
    margin-bottom: 15px;
  }
}
#index .news .right .list .item .card {
  color: #111111;
  background: none;
  border-radius: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
@media only screen and (max-width: 991.99px) {
  #index .news .right .list .item .card {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (max-width: 450px) {
  #index .news .right .list .item .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#index .news .right .list .item .card:hover h6 {
  color: #7c583c;
}
#index .news .right .list .item .card small {
  margin: 0 30px 0 0;
  color: #6d6d6d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1440px) {
  #index .news .right .list .item .card small {
    margin: 0 15px 0 0;
  }
}
@media only screen and (max-width: 450px) {
  #index .news .right .list .item .card small {
    margin: 0 0 8px 0;
  }
}
#index .news .right .list .item .card h6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  #index .news .right .list .item .card h6 {
    text-align: left;
  }
}
#index .news .right .list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#index .news .right .list div a {
  color: #111111;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
  #index .news .right .list div a {
    color: #7c583c;
  }
}
#index .news .right .list div a:hover {
  color: #7c583c;
}
#index .news .right .list div a:hover span {
  margin-left: 6px;
}
#index .news .right .list div a span {
  margin-top: 3px;
  font-size: 30px;
}
#index .beauty {
  padding: 40px 20px 50px 20px;
}
@media only screen and (max-width: 991.99px) {
  #index .beauty {
    padding: 30px 20px 40px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  #index .beauty {
    padding: 20px 20px 30px 20px;
  }
}
@media only screen and (max-width: 450px) {
  #index .beauty {
    padding: 15px 20px 20px 20px;
  }
}
#index .beauty .title a {
  font-family: "Noto Sans TC", sans-serif;
  color: #111111;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
#index .beauty .title a:hover {
  color: #7c583c;
}
#index .beauty .title a:hover span {
  margin-left: 6px;
}
@media only screen and (max-width: 767.98px) {
  #index .beauty .title a {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 450px) {
  #index .beauty .title a {
    color: #7c583c;
  }
}
@media only screen and (max-width: 350px) {
  #index .beauty .title a {
    margin-top: -6px;
  }
}
#index .beauty .title a span {
  margin-top: 3px;
  font-size: 30px;
}
@media only screen and (max-width: 767.98px) {
  #index .beauty a:nth-child(1) .card {
    padding: 0 10px 10px 0 !important;
  }
  #index .beauty a:nth-child(2) .card {
    padding: 0 0 10px 10px !important;
  }
  #index .beauty a:nth-child(odd) .card {
    padding: 10px 10px 10px 0;
  }
  #index .beauty a:nth-child(even) .card {
    padding: 10px 0 10px 10px;
  }
}
#index .beauty a .card {
  padding: 10px 15px;
  background: none;
}
#index .beauty a .card:hover h6 {
  color: #7c583c;
}
#index .beauty a .card h6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 10px;
  color: #111111;
  text-align: justify;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  #index .beauty a .card h6 {
    text-align: left;
  }
}

/* ====================================
              Product-list
   ==================================== */
@media only screen and (max-width: 991.99px) {
  #product-list .title {
    margin: 20px auto 30px auto;
  }
  #product-list .title h4 {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #product-list .title {
    margin: 15px auto 20px auto;
  }
}
@media only screen and (max-width: 450px) {
  #product-list .title {
    margin: 10px auto 20px auto;
  }
}
#product-list .content {
  padding: 20px 0;
  clear: both;
}
@media only screen and (max-width: 991.99px) {
  #product-list .content {
    padding: 0 0 20px 0;
  }
}
@media only screen and (max-width: 575.99px) {
  #product-list .content .sticky-submenu {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 350px) {
  #product-list .content .sticky-submenu {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991.99px) {
  #product-list .content .sticky-submenu .submenu-wrapper {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
#product-list .content .content-wrapper {
  padding: 0 15px;
}
@media only screen and (max-width: 991.99px) {
  #product-list .content .content-wrapper {
    padding: 0;
  }
}
#product-list .content .content-wrapper .product-top h5 {
  color: #fff;
  padding: 6px 24px;
  border-radius: 50px;
  background: #bd9773;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#product-list .content .content-wrapper .product-top section {
  margin: 20px auto;
  background: rgba(0, 0, 0, 0.02);
  font-size: 15px;
  padding: 20px;
  color: #7c583c;
}
#product-list .content .content-wrapper .list-view {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px auto 30px auto;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  #product-list .content .content-wrapper .list-view {
    margin: 0 auto 30px auto;
  }
}
#product-list .content .content-wrapper .list-view .item {
  border-bottom: 1px solid #b2b2b2;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 30px 0;
}
#product-list .content .content-wrapper .list-view .item:hover .card .wrap h5 {
  color: #7c583c;
}
#product-list .content .content-wrapper .list-view .item:first-of-type {
  padding: 15px 0 30px 0;
}
@media only screen and (max-width: 991.99px) {
  #product-list .content .content-wrapper .list-view .item:first-of-type {
    padding: 10px 0 20px 0;
  }
}
@media only screen and (max-width: 575.99px) {
  #product-list .content .content-wrapper .list-view .item:first-of-type {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991.99px) {
  #product-list .content .content-wrapper .list-view .item {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 575.99px) {
  #product-list .content .content-wrapper .list-view .item {
    padding: 10px 0;
  }
}
#product-list .content .content-wrapper .list-view .item .card {
  color: #111111;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
#product-list .content .content-wrapper .list-view .item .card img {
  margin-bottom: 0;
  width: 25%;
}
@media only screen and (max-width: 1440px) {
  #product-list .content .content-wrapper .list-view .item .card img {
    width: 30%;
  }
}
@media only screen and (max-width: 767.98px) {
  #product-list .content .content-wrapper .list-view .item .card img {
    width: 35%;
  }
}
@media only screen and (max-width: 575.99px) {
  #product-list .content .content-wrapper .list-view .item .card img {
    width: 40%;
  }
}
@media only screen and (max-width: 450px) {
  #product-list .content .content-wrapper .list-view .item .card img {
    width: 45%;
  }
}
#product-list .content .content-wrapper .list-view .item .card .wrap {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding-left: 30px;
  width: 100%;
}
@media only screen and (max-width: 575.99px) {
  #product-list .content .content-wrapper .list-view .item .card .wrap {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  #product-list .content .content-wrapper .list-view .item .card .wrap {
    padding-left: 15px;
  }
}
#product-list .content .content-wrapper .list-view .item .card .wrap h5 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 10px 0;
  color: #111111;
  text-align: justify;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  #product-list .content .content-wrapper .list-view .item .card .wrap h5 {
    text-align: left;
  }
}
@media only screen and (max-width: 450px) {
  #product-list .content .content-wrapper .list-view .item .card .wrap h5 {
    margin: 8px 0;
  }
}
#product-list .content .content-wrapper .list-view .item .card .wrap .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product-list .content .content-wrapper .list-view .item .card .wrap .price small.original {
  margin-right: 20px;
  color: #b2b2b2;
  text-decoration: line-through;
}
#product-list .content .content-wrapper .list-view .item .card .wrap .price p {
  color: #c84f40;
  margin-bottom: 0;
}
#product-list .content .content-wrapper .list-view .item .form-group {
  float: right;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 575.99px) {
  #product-list .content .content-wrapper .list-view .item .form-group {
    margin: 0 5px 0 0;
  }
}
#product-list .content .content-wrapper .list-view .item .form-group .btn {
  padding: 0.5rem 2rem;
}
#product-list .content .content-wrapper .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#product-list .content .content-wrapper .view .item {
  width: 33.33%;
  border-bottom: none;
  padding: 15px;
}
#product-list .content .content-wrapper .view .item:first-of-type {
  padding: 15px;
}
@media only screen and (max-width: 767.98px) {
  #product-list .content .content-wrapper .view .item {
    width: 50%;
  }
  #product-list .content .content-wrapper .view .item:nth-child(odd) {
    padding: 10px 10px 10px 0;
  }
  #product-list .content .content-wrapper .view .item:nth-child(even) {
    padding: 10px 0 10px 10px;
  }
}
#product-list .content .content-wrapper .view .item .card {
  display: block;
}
#product-list .content .content-wrapper .view .item .card img {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  #product-list .content .content-wrapper .view .item .card img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 450px) {
  #product-list .content .content-wrapper .view .item .card img {
    margin-bottom: 10px;
  }
}
#product-list .content .content-wrapper .view .item .card .wrap {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  display: -ms-grid;
  display: grid;
  padding-left: 0;
}
#product-list .content .content-wrapper .view .item .card .wrap .price {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 350px) {
  #product-list .content .content-wrapper .view .item .card .wrap .price {
    display: block;
  }
}
#product-list .content .content-wrapper .view .item .card .wrap .price small.original {
  margin-right: 0;
}
@media only screen and (max-width: 450px) {
  #product-list .content .content-wrapper .view .item .card .wrap .price p {
    font-size: 15px;
  }
}
#product-list .content .content-wrapper .view .item .form-group {
  display: none;
}
#product-list.product-search .content-wrapper h1 {
  color: #7c583c;
}
#product-list.product-search .content-wrapper .view .item {
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  #product-list.product-search .content-wrapper .view .item {
    width: 50%;
  }
}

/* ====================================
                 Product
   ==================================== */
@media only screen and (max-width: 991.99px) {
  #product .title {
    margin: 20px auto 30px auto;
  }
  #product .title h4 {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #product .title {
    margin: 15px auto 20px auto;
  }
}
@media only screen and (max-width: 450px) {
  #product .title {
    margin: 10px auto 20px auto;
  }
}
#product .content {
  padding: 20px 0;
  clear: both;
}
@media only screen and (max-width: 991.99px) {
  #product .content {
    padding: 0 0 20px 0;
  }
}
#product .content .product-top .product-info-img {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#product .content .product-top .product-info-img img.img-responsive {
  width: 100%;
}
#product .content .product-top .product-info-img .js-slider-for .slick-dots li button:before {
  font-size: 16px;
  opacity: 0.6;
  color: #bd9773;
}
#product .content .product-top .product-info-img .js-slider-for .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #7c583c;
}
#product .content .product-top .product-info-img .js-slider-nav .slick-track {
  margin: 0 auto;
  width: 100%;
}
#product .content .product-top .product-info-img .js-slider-nav .slick-track .img-item {
  border: none !important;
  position: relative;
  display: block;
  cursor: pointer;
  width: 100% !important;
  height: 0;
  padding-bottom: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#product .content .product-top .product-info-img .js-slider-nav .slick-track .img-item img {
  width: 100%;
}
#product .content .product-top .product-info-img .slick-prev {
  display: none !important;
}
#product .content .product-top .product-info-img .slick-next {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  margin: 10px auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #bd9773;
}
#product .content .product-top .product-info-img .slick-next:hover {
  border-top: 6px solid #7c583c;
}
#product .content .product-top .product-info-img .sticky-top {
  top: 24px;
}
#product .content .product-top .product-info {
  padding: 0 10px;
}
@media only screen and (max-width: 991.99px) {
  #product .content .product-top .product-info {
    margin-top: 30px;
  }
}
#product .content .product-top .product-info h2 {
  color: #111111;
  font-weight: bold;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#product .content .product-top .product-info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .content .product-top .product-info .price h6.original {
  margin-right: 20px;
  color: #b2b2b2;
  text-decoration: line-through;
  margin-bottom: 0;
  font-weight: normal;
}
#product .content .product-top .product-info .price h5 {
  color: #c84f40;
  margin-bottom: 0;
}
#product .content .product-top .product-info .brief {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}
#product .content .product-top .product-info .brief h5 {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
}
#product .content .product-top .product-info .quantity {
  padding-top: 15px;
}
#product .content .product-top .product-info .quantity h5 {
  padding-bottom: 15px;
}
#product .content .product-top .product-info .quantity .product-qty {
  background: none;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#product .content .product-top .product-info .quantity .product-qty-input {
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  color: #111111;
  text-align: center;
}
#product .content .product-top .product-info .quantity .product-qty-input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#product .content .product-top .product-info .quantity .product-qty-input::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#product .content .product-top .product-info .quantity .product-qty-input:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#product .content .product-top .product-info .quantity .product-qty-input::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#product .content .product-top .product-info .quantity .product-qty-input::placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#product .content .product-top .product-info .quantity .product-qty button {
  cursor: pointer;
  position: relative;
  color: #000;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
#product .content .product-top .product-info .quantity .product-qty button:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#product .content .product-top .product-info .quantity .product-qty button:last-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 350px) {
  #product .content .product-top .product-info .button-group {
    display: block;
    margin-top: 0.5rem !important;
  }
}
@media only screen and (max-width: 350px) {
  #product .content .product-top .product-info .button-group div {
    width: 100%;
  }
}
#product .content .product-top .product-info .button-group div .btn {
  width: 100%;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 350px) {
  #product .content .product-top .product-info .button-group div .btn {
    margin-top: 1.5rem;
  }
}
#product .content .product-bottom .menu-tab {
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
  height: auto;
  padding: 0 0 0 15px;
  margin: 4rem 0 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991.99px) {
  #product .content .product-bottom .menu-tab {
    margin: 3rem 0 1rem;
  }
}
@media only screen and (max-width: 450px) {
  #product .content .product-bottom .menu-tab {
    padding: 0;
  }
}
#product .content .product-bottom .menu-tab .nav-item {
  width: 50%;
  text-align: center;
}
#product .content .product-bottom .menu-tab .nav-item .nav-link {
  color: #111111;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  letter-spacing: 1px;
}
#product .content .product-bottom .menu-tab .nav-item .nav-link h5 {
  font-weight: normal;
}
#product .content .product-bottom .menu-tab .nav-item .nav-link.active {
  border-bottom: 2px solid #7c583c;
  margin-bottom: -1px;
}
#product .content .product-bottom .menu-tab .nav-item .nav-link.active h5 {
  font-weight: bold;
}
#product .content .product-bottom .product-details {
  padding: 30px 0;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 991.99px) {
  #product .content .product-bottom .product-details {
    padding: 15px 0 0 0;
  }
}
#product .content .product-bottom .product-details img {
  width: 70%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.99px) {
  #product .content .product-bottom .product-details img {
    width: 100%;
  }
}
#product .content .product-bottom .product-details .wrap {
  text-align: left;
  margin-top: 30px;
}
#product .content .product-bottom .product-details .wrap:first-of-type {
  margin-top: 0;
}
#product .content .product-bottom .product-details .wrap h5 {
  color: #fff;
  background: #d2b298;
  padding: 6px 20px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.99px) {
  #product .content .product-bottom .product-details .wrap h5 {
    margin-bottom: 10px;
  }
}
#product .content .product-bottom .product-details .wrap a {
  color: #bd9773;
}
#product .content .product-bottom .product-details .wrap a:hover {
  color: #7c583c;
}
#product .content .product-bottom .product-details .wrap .pay-atm {
  margin-left: 30px;
}

/* ====================================
                   Book
   ==================================== */
#book .content {
  margin: 40px auto;
}
@media only screen and (max-width: 575.99px) {
  #book .content {
    margin: 30px auto;
  }
}
#book .content .product-top .product-info-img {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
#book .content .product-top .product-info-img img.img-responsive {
  width: 100%;
}
#book .content .product-top .product-info-img .js-slider-for .slick-dots li button:before {
  font-size: 16px;
  opacity: 0.6;
  color: #bd9773;
}
#book .content .product-top .product-info-img .js-slider-for .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #7c583c;
}
#book .content .product-top .product-info-img .js-slider-nav .slick-track {
  margin: 0 auto;
  width: 100%;
}
#book .content .product-top .product-info-img .js-slider-nav .slick-track .img-item {
  border: none !important;
  position: relative;
  display: block;
  cursor: pointer;
  width: 100% !important;
  height: 0;
  padding-bottom: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#book .content .product-top .product-info-img .js-slider-nav .slick-track .img-item img {
  width: 100%;
}
#book .content .product-top .product-info-img .slick-prev {
  display: none !important;
}
#book .content .product-top .product-info-img .slick-next {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  margin: 10px auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #bd9773;
}
#book .content .product-top .product-info-img .slick-next:hover {
  border-top: 6px solid #7c583c;
}
#book .content .product-top .product-info-img .sticky-top {
  top: 24px;
}
#book .content .product-top .product-info {
  padding: 0 10px;
}
@media only screen and (max-width: 991.99px) {
  #book .content .product-top .product-info {
    margin-top: 30px;
  }
}
#book .content .product-top .product-info h2 {
  color: #111111;
  font-weight: bold;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#book .content .product-top .product-info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#book .content .product-top .product-info .price h6.original {
  margin-right: 20px;
  color: #b2b2b2;
  text-decoration: line-through;
  margin-bottom: 0;
  font-weight: normal;
}
#book .content .product-top .product-info .price h5 {
  color: #c84f40;
  margin-bottom: 0;
}
#book .content .product-top .product-info .brief {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #b2b2b2;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}
#book .content .product-top .product-info .brief h5 {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
}
#book .content .product-top .product-info .quantity {
  padding-top: 15px;
}
#book .content .product-top .product-info .quantity h5 {
  padding-bottom: 15px;
}
#book .content .product-top .product-info .quantity .product-qty {
  background: none;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#book .content .product-top .product-info .quantity .product-qty-input {
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  color: #111111;
  text-align: center;
}
#book .content .product-top .product-info .quantity .product-qty-input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#book .content .product-top .product-info .quantity .product-qty-input::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#book .content .product-top .product-info .quantity .product-qty-input:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#book .content .product-top .product-info .quantity .product-qty-input::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#book .content .product-top .product-info .quantity .product-qty-input::placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#book .content .product-top .product-info .quantity .product-qty button {
  cursor: pointer;
  position: relative;
  color: #000;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
#book .content .product-top .product-info .quantity .product-qty button:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#book .content .product-top .product-info .quantity .product-qty button:last-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 350px) {
  #book .content .product-top .product-info .button-group {
    display: block;
    margin-top: 0.5rem !important;
  }
}
@media only screen and (max-width: 350px) {
  #book .content .product-top .product-info .button-group div {
    width: 100%;
  }
}
#book .content .product-top .product-info .button-group div .btn {
  width: 100%;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 350px) {
  #book .content .product-top .product-info .button-group div .btn {
    margin-top: 1.5rem;
  }
}
#book .content .product-bottom {
  margin: 4rem 0 0.5rem 0;
}
#book .content .product-bottom h5 {
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #b2b2b2;
}
#book .content .product-bottom .product-details {
  padding: 30px 0;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 991.99px) {
  #book .content .product-bottom .product-details {
    padding: 15px 0 0 0;
  }
}
#book .content .product-bottom .product-details img {
  width: 70%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.99px) {
  #book .content .product-bottom .product-details img {
    width: 100%;
  }
}
#book .content .product-bottom .product-details .cart-wrapper {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  padding: 1rem 1rem 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
}
#book .content .product-bottom .product-details .cart-wrapper .cart-sec-title {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 6px 6px 6px 20px;
  background: #d2b298;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#book .content .product-bottom .product-details .cart-wrapper .cart-sec-body {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 10px;
}
@media only screen and (max-width: 450px) {
  #book .content .product-bottom .product-details .cart-wrapper .cart-sec-body {
    font-size: 15px;
    padding: 10px 10px 0 10px;
  }
}
#book .content .product-bottom .product-details .cart-wrapper .cart-sec-body .cart-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #E1E1E1;
}
@media only screen and (max-width: 450px) {
  #book .content .product-bottom .product-details .cart-wrapper .cart-sec-body .cart-list-item {
    padding: 0.5rem 0;
  }
}
#book .content .product-bottom .product-details .cart-wrapper .cart-sec-body .cart-list-item:last-child {
  border-bottom: none;
}
#book .content .product-bottom .product-details .cart-wrapper .cart-sec-body .cart-list-item a {
  color: #111111;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#book .content .product-bottom .product-details .cart-wrapper .cart-sec-body .cart-list-item a:hover {
  color: #7c583c;
}
#book .content .product-bottom .product-details .cart-wrapper .cart-sec-body .cart-list-item a:hover span {
  margin-left: 6px;
}
#book .content .product-bottom .product-details .cart-wrapper .cart-sec-body .cart-list-item a span {
  margin-top: 2px;
}

/* ====================================
   News-list / Beauty-list / Share-list
   ==================================== */
#news-list .view,
#beauty-list .view,
#share-list .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 30px auto;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  #news-list .view,
  #beauty-list .view,
  #share-list .view {
    margin: 0 auto 30px auto;
  }
}
#news-list .view a,
#beauty-list .view a,
#share-list .view a {
  width: 25%;
}
@media only screen and (max-width: 991.99px) {
  #news-list .view a,
  #beauty-list .view a,
  #share-list .view a {
    width: 50%;
  }
  #news-list .view a:nth-child(odd) .card,
  #beauty-list .view a:nth-child(odd) .card,
  #share-list .view a:nth-child(odd) .card {
    padding: 10px 10px 10px 0;
  }
  #news-list .view a:nth-child(even) .card,
  #beauty-list .view a:nth-child(even) .card,
  #share-list .view a:nth-child(even) .card {
    padding: 10px 0 10px 10px;
  }
}
#news-list .view a:hover .card .wrap .content h5,
#beauty-list .view a:hover .card .wrap .content h5,
#share-list .view a:hover .card .wrap .content h5 {
  color: #7c583c;
}
#news-list .view a .card,
#beauty-list .view a .card,
#share-list .view a .card {
  padding: 15px;
}
#news-list .view a .card img,
#beauty-list .view a .card img,
#share-list .view a .card img {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  #news-list .view a .card img,
  #beauty-list .view a .card img,
  #share-list .view a .card img {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 450px) {
  #news-list .view a .card img,
  #beauty-list .view a .card img,
  #share-list .view a .card img {
    margin-bottom: 10px;
  }
}
#news-list .view a .card .wrap,
#beauty-list .view a .card .wrap,
#share-list .view a .card .wrap {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  display: -ms-grid;
  display: grid;
}
#news-list .view a .card .wrap .content small,
#beauty-list .view a .card .wrap .content small,
#share-list .view a .card .wrap .content small {
  color: #6d6d6d;
}
#news-list .view a .card .wrap .content h5,
#beauty-list .view a .card .wrap .content h5,
#share-list .view a .card .wrap .content h5 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 10px 0;
  color: #111111;
  text-align: justify;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  #news-list .view a .card .wrap .content h5,
  #beauty-list .view a .card .wrap .content h5,
  #share-list .view a .card .wrap .content h5 {
    text-align: left;
  }
}
@media only screen and (max-width: 450px) {
  #news-list .view a .card .wrap .content h5,
  #beauty-list .view a .card .wrap .content h5,
  #share-list .view a .card .wrap .content h5 {
    margin: 8px 0;
  }
}
#news-list .view a .card .wrap .content p,
#beauty-list .view a .card .wrap .content p,
#share-list .view a .card .wrap .content p {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #111111;
  text-align: justify;
  margin-bottom: 8px;
}
@media only screen and (max-width: 450px) {
  #news-list .view a .card .wrap .content p,
  #beauty-list .view a .card .wrap .content p,
  #share-list .view a .card .wrap .content p {
    margin-bottom: 0;
    font-size: 15px;
  }
}
#news-list .view a .card .wrap .link,
#beauty-list .view a .card .wrap .link,
#share-list .view a .card .wrap .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#news-list .view a .card .wrap .link section,
#beauty-list .view a .card .wrap .link section,
#share-list .view a .card .wrap .link section {
  color: #111111;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
@media only screen and (max-width: 450px) {
  #news-list .view a .card .wrap .link section,
  #beauty-list .view a .card .wrap .link section,
  #share-list .view a .card .wrap .link section {
    color: #7c583c;
  }
}
#news-list .view a .card .wrap .link section:hover,
#beauty-list .view a .card .wrap .link section:hover,
#share-list .view a .card .wrap .link section:hover {
  color: #7c583c;
}
#news-list .view a .card .wrap .link section:hover span,
#beauty-list .view a .card .wrap .link section:hover span,
#share-list .view a .card .wrap .link section:hover span {
  margin-left: 6px;
}
#news-list .view a .card .wrap .link section span,
#beauty-list .view a .card .wrap .link section span,
#share-list .view a .card .wrap .link section span {
  margin-top: 3px;
  font-size: 30px;
}
#news-list .list-view,
#beauty-list .list-view,
#share-list .list-view {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#news-list .list-view a,
#beauty-list .list-view a,
#share-list .list-view a {
  border-bottom: 1px solid #b2b2b2;
  height: 100%;
  width: 100%;
}
#news-list .list-view a:first-of-type .card,
#beauty-list .list-view a:first-of-type .card,
#share-list .list-view a:first-of-type .card {
  padding: 15px 0 30px 0;
}
@media only screen and (max-width: 991.99px) {
  #news-list .list-view a:first-of-type .card,
  #beauty-list .list-view a:first-of-type .card,
  #share-list .list-view a:first-of-type .card {
    padding: 10px 0 20px 0;
  }
}
@media only screen and (max-width: 575.99px) {
  #news-list .list-view a:first-of-type .card,
  #beauty-list .list-view a:first-of-type .card,
  #share-list .list-view a:first-of-type .card {
    padding: 10px 0;
  }
}
#news-list .list-view a .card,
#beauty-list .list-view a .card,
#share-list .list-view a .card {
  color: #111111;
  padding: 30px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991.99px) {
  #news-list .list-view a .card:nth-child(odd), #news-list .list-view a .card:nth-child(even),
  #beauty-list .list-view a .card:nth-child(odd),
  #beauty-list .list-view a .card:nth-child(even),
  #share-list .list-view a .card:nth-child(odd),
  #share-list .list-view a .card:nth-child(even) {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 575.99px) {
  #news-list .list-view a .card:nth-child(odd), #news-list .list-view a .card:nth-child(even),
  #beauty-list .list-view a .card:nth-child(odd),
  #beauty-list .list-view a .card:nth-child(even),
  #share-list .list-view a .card:nth-child(odd),
  #share-list .list-view a .card:nth-child(even) {
    padding: 10px 0;
  }
}
#news-list .list-view a .card img,
#beauty-list .list-view a .card img,
#share-list .list-view a .card img {
  margin-bottom: 0;
  width: 16%;
}
@media only screen and (max-width: 1440px) {
  #news-list .list-view a .card img,
  #beauty-list .list-view a .card img,
  #share-list .list-view a .card img {
    width: 20%;
  }
}
@media only screen and (max-width: 767.98px) {
  #news-list .list-view a .card img,
  #beauty-list .list-view a .card img,
  #share-list .list-view a .card img {
    width: 25%;
  }
}
@media only screen and (max-width: 575.99px) {
  #news-list .list-view a .card img,
  #beauty-list .list-view a .card img,
  #share-list .list-view a .card img {
    width: 30%;
  }
}
@media only screen and (max-width: 450px) {
  #news-list .list-view a .card img,
  #beauty-list .list-view a .card img,
  #share-list .list-view a .card img {
    width: 35%;
  }
}
#news-list .list-view a .card .wrap,
#beauty-list .list-view a .card .wrap,
#share-list .list-view a .card .wrap {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding-left: 30px;
  width: 100%;
}
@media only screen and (max-width: 575.99px) {
  #news-list .list-view a .card .wrap,
  #beauty-list .list-view a .card .wrap,
  #share-list .list-view a .card .wrap {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  #news-list .list-view a .card .wrap,
  #beauty-list .list-view a .card .wrap,
  #share-list .list-view a .card .wrap {
    padding-left: 15px;
  }
}
#news-list .list-view a .card .wrap .content p,
#beauty-list .list-view a .card .wrap .content p,
#share-list .list-view a .card .wrap .content p {
  -webkit-line-clamp: 2;
}

#share-list .view a {
  width: 50%;
}
#share-list .list-view a {
  width: 100%;
}
#share-list .list-view a .card img {
  width: 26%;
}
@media only screen and (max-width: 1440px) {
  #share-list .list-view a .card img {
    width: 30%;
  }
}
@media only screen and (max-width: 767.98px) {
  #share-list .list-view a .card img {
    width: 35%;
  }
}
@media only screen and (max-width: 575.99px) {
  #share-list .list-view a .card img {
    width: 40%;
  }
}
@media only screen and (max-width: 450px) {
  #share-list .list-view a .card img {
    width: 45%;
  }
}

/* ====================================
          News / Beauty / Share
   ==================================== */
#news .content,
#beauty .content,
#share .content {
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 575.99px) {
  #news .content,
  #beauty .content,
  #share .content {
    margin: 30px auto;
  }
}
#news .content small,
#beauty .content small,
#share .content small {
  color: #6d6d6d;
}
#news .content h4, #news .content h5,
#beauty .content h4,
#beauty .content h5,
#share .content h4,
#share .content h5 {
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 15px;
}
@media only screen and (max-width: 575.99px) {
  #news .content h4, #news .content h5,
  #beauty .content h4,
  #beauty .content h5,
  #share .content h4,
  #share .content h5 {
    margin-top: 10px;
  }
}
#news .content img,
#beauty .content img,
#share .content img {
  margin: 20px auto;
}
@media only screen and (max-width: 575.99px) {
  #news .content img,
  #beauty .content img,
  #share .content img {
    margin: 10px auto;
  }
}
#news .content p,
#beauty .content p,
#share .content p {
  text-align: justify;
}

#beauty .content img {
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 575.99px) {
  #beauty .content img {
    margin: 0 auto 20px auto;
  }
}

/* ====================================
                  About
   ==================================== */
#about .tab-content .tab-pane .paragraph {
  margin-top: 20px;
}
#about .tab-content .tab-pane#story-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .tab-content .tab-pane#story-content .row .left {
  text-align: right;
  padding-right: 50px;
}
@media only screen and (max-width: 767.98px) {
  #about .tab-content .tab-pane#story-content .row .left {
    text-align: center;
    padding-right: 0;
  }
}
#about .tab-content .tab-pane#story-content .row .left img {
  width: 75%;
}
@media only screen and (max-width: 1366px) {
  #about .tab-content .tab-pane#story-content .row .left img {
    width: 85%;
  }
}
@media only screen and (max-width: 991.99px) {
  #about .tab-content .tab-pane#story-content .row .left img {
    width: 95%;
  }
}
@media only screen and (max-width: 767.98px) {
  #about .tab-content .tab-pane#story-content .row .left img {
    width: 60%;
  }
}
@media only screen and (max-width: 450px) {
  #about .tab-content .tab-pane#story-content .row .left img {
    width: 65%;
  }
}
#about .tab-content .tab-pane#story-content .row .right {
  position: relative;
}
#about .tab-content .tab-pane#story-content .row .right .content {
  width: 85%;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 991.99px) {
  #about .tab-content .tab-pane#story-content .row .right .content {
    width: 95%;
  }
}
@media only screen and (max-width: 767.98px) {
  #about .tab-content .tab-pane#story-content .row .right .content {
    width: 100%;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 450px) {
  #about .tab-content .tab-pane#story-content .row .right .content {
    padding: 0;
  }
}
#about .tab-content .tab-pane#brand-content img {
  width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991.99px) {
  #about .tab-content .tab-pane#brand-content img {
    width: 65%;
  }
}
@media only screen and (max-width: 767.98px) {
  #about .tab-content .tab-pane#brand-content img {
    width: 85%;
  }
}
@media only screen and (max-width: 500px) {
  #about .tab-content .tab-pane#brand-content img {
    width: 100%;
  }
}
#about .tab-content .tab-pane#about-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .tab-content .tab-pane#about-content .row .left {
  text-align: right;
  padding-right: 50px;
}
@media only screen and (max-width: 767.98px) {
  #about .tab-content .tab-pane#about-content .row .left {
    text-align: center;
    padding-right: 0;
  }
}
#about .tab-content .tab-pane#about-content .row .left img {
  width: 65%;
}
@media only screen and (max-width: 1366px) {
  #about .tab-content .tab-pane#about-content .row .left img {
    width: 75%;
  }
}
@media only screen and (max-width: 991.99px) {
  #about .tab-content .tab-pane#about-content .row .left img {
    width: 85%;
  }
}
@media only screen and (max-width: 767.98px) {
  #about .tab-content .tab-pane#about-content .row .left img {
    width: 40%;
  }
}
@media only screen and (max-width: 450px) {
  #about .tab-content .tab-pane#about-content .row .left img {
    width: 45%;
  }
}
#about .tab-content .tab-pane#about-content .row .right {
  position: relative;
}
#about .tab-content .tab-pane#about-content .row .right .content {
  width: 80%;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 991.99px) {
  #about .tab-content .tab-pane#about-content .row .right .content {
    width: 90%;
  }
}
@media only screen and (max-width: 767.98px) {
  #about .tab-content .tab-pane#about-content .row .right .content {
    width: 100%;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 450px) {
  #about .tab-content .tab-pane#about-content .row .right .content {
    padding: 0;
  }
}
#about .tab-content .tab-pane#about-content .row .right .content img {
  width: 30%;
  margin: 0 auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  #about .tab-content .tab-pane#about-content .row .right .content img {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 400px) {
  #about .tab-content .tab-pane#about-content .row .right .content img {
    width: 35%;
  }
}
@media only screen and (max-width: 350px) {
  #about .tab-content .tab-pane#about-content .row .right .content img {
    width: 40%;
  }
}

/* ====================================
                  Member
   ==================================== */
#member .tab-content .tab-pane small {
  color: #fff;
  background: #bd9773;
  padding: 6px 20px;
}
#member .tab-content .tab-pane p {
  margin-bottom: 0;
}
#member .tab-content .tab-pane .content {
  padding: 20px 30px;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane .content {
    padding: 20px 20px 0 20px;
    margin-bottom: 30px;
  }
}
#member .tab-content .tab-pane#info-content form.form-row {
  padding: 10px 0 20px 0;
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#info-content form.form-row {
    padding: 5px 0 30px 0;
  }
}
#member .tab-content .tab-pane#info-content form.form-row .custom-radio {
  margin-right: 30px;
}
#member .tab-content .tab-pane#order-content .member-table {
  padding-left: 0;
  padding-right: 0;
}
#member .tab-content .tab-pane#order-content .member-table .order-table {
  font-size: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#order-content .member-table .order-table {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#order-content .member-table .order-table thead {
    border-width: 5px;
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#order-content .member-table .order-table tbody {
    display: block;
  }
}
#member .tab-content .tab-pane#order-content .member-table .order-table tbody tr {
  padding: 15px 20px 10px 20px;
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#order-content .member-table .order-table tbody tr {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#order-content .member-table .order-table tbody tr td {
    padding: 5px 0;
    border: none;
    position: relative;
    white-space: normal;
    text-align: left;
    display: block;
  }
}
#member .tab-content .tab-pane#order-content .member-table .order-table tbody tr td .inline-cell {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#order-content .member-table .order-table tbody tr td .inline-cell {
    display: inline-block;
  }
}
#member .tab-content .tab-pane#order-content .member-table .order-table tbody tr td a.link-order {
  color: #bd9773;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#member .tab-content .tab-pane#order-content .member-table .order-table tbody tr td a.link-order:hover {
  color: #7c583c;
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#order-content .member-table .order-table tbody tr td a.link-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#member .tab-content .tab-pane#order-content .member-table .order-table tbody tr td a.link-order span.material-icons {
  margin-top: 3px;
  font-size: 30px;
}
#member .tab-content .tab-pane#membercard-content .member-card {
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/member-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 20px;
  border-radius: 18px;
  width: 35%;
}
@media (max-width: 1750px) {
  #member .tab-content .tab-pane#membercard-content .member-card {
    width: 45%;
  }
}
@media only screen and (max-width: 1440px) {
  #member .tab-content .tab-pane#membercard-content .member-card {
    width: 55%;
  }
}
@media only screen and (max-width: 1366px) {
  #member .tab-content .tab-pane#membercard-content .member-card {
    width: 60%;
  }
}
@media only screen and (max-width: 991.99px) {
  #member .tab-content .tab-pane#membercard-content .member-card {
    width: 65%;
  }
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#membercard-content .member-card {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  #member .tab-content .tab-pane#membercard-content .member-card {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 350px) {
  #member .tab-content .tab-pane#membercard-content .member-card {
    padding: 40px 10px;
  }
}
#member .tab-content .tab-pane#membercard-content .member-card .member-info {
  padding: 0;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#member .tab-content .tab-pane#membercard-content .member-card .member-info .image {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#membercard-content .member-card .member-info .image {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 450px) {
  #member .tab-content .tab-pane#membercard-content .member-card .member-info .image {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 350px) {
  #member .tab-content .tab-pane#membercard-content .member-card .member-info .image {
    width: 60px;
    height: 60px;
    margin-right: 6px;
  }
}
#member .tab-content .tab-pane#membercard-content .member-card .member-info .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #d2b298;
}
@media only screen and (max-width: 767.98px) {
  #member .tab-content .tab-pane#membercard-content .member-card .member-info .image img {
    border: 2px solid #d2b298;
  }
}
#member .tab-content .tab-pane#membercard-content .member-card .member-info .group {
  display: -ms-grid;
  display: grid;
  text-align: center;
}
#member .tab-content .tab-pane#membercard-content .member-card .member-info .group .membercard-title {
  font-weight: bold;
  letter-spacing: 2px;
  padding: 6px 24px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b79671), color-stop(#bca271), color-stop(#fff3dc), to(#b08d68));
  background-image: linear-gradient(to right, #b79671, #bca271, #fff3dc, #b08d68);
  border-radius: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 450px) {
  #member .tab-content .tab-pane#membercard-content .member-card .member-info .group .membercard-title {
    padding: 4px 20px;
  }
}
@media only screen and (max-width: 350px) {
  #member .tab-content .tab-pane#membercard-content .member-card .member-info .group .membercard-title {
    padding: 3px 16px;
    font-size: 16px;
  }
}
#member .tab-content .tab-pane#membercard-content .member-card .member-info .group .member-name {
  color: #fff;
  margin-top: 6px;
  letter-spacing: 1px;
  max-width: 130px;
}
@media only screen and (max-width: 350px) {
  #member .tab-content .tab-pane#membercard-content .member-card .member-info .group .member-name {
    font-size: 14px;
  }
}
#member .tab-content .tab-pane#membercard-content .member-card .qrcode {
  width: 40%;
  padding: 6px;
  border-radius: 10px;
  background: #fff;
}
#member .tab-content .tab-pane#membercard-content .member-card .qrcode span {
  width: 100%;
}
#member .tab-content .tab-pane#membercard-content .member-card .qrcode span img {
  width: 100%;
}
#member .tab-content .tab-pane#membercard-content .member-wrapper {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  padding: 1rem 1rem 0;
  text-align: left;
  font-size: 15px;
}
#member .tab-content .tab-pane#membercard-content .member-wrapper .member-sec-title {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 6px 6px 6px 20px;
  background: #bd9773;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#member .tab-content .tab-pane#membercard-content .member-wrapper .member-sec-body {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
}
#member .tab-content .tab-pane#membercard-content .member-wrapper .member-sec-body .member-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #E1E1E1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #111111;
}
#member .tab-content .tab-pane#membercard-content .member-wrapper .member-sec-body .member-list-item:last-child {
  border-bottom: none;
}
#member .tab-content .tab-pane#membercard-content .member-wrapper .member-sec-body .member-list-item:hover {
  color: #7c583c;
}
#member .tab-content .tab-pane#membercard-content .member-wrapper .member-sec-body .member-list-item .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
#member .tab-content .tab-pane#membercard-content .member-wrapper .member-sec-body .member-list-item .list span {
  padding-right: 10px;
}
#member .tab-content .tab-pane#membercard-content .member-wrapper .member-sec-body .member-list-item span {
  color: #7c583c;
}
#member.member-empty {
  min-height: calc(100vh - 400px);
}
#member.member-empty .tab-content .tab-pane#order-content .member-table .order-table tbody tr td {
  text-align: center;
}

/* ====================================
                Order-info
   ==================================== */
#order-info .content {
  padding-bottom: 30px;
}
#order-info .content .back-list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 450px) {
  #order-info .content .back-list {
    margin-bottom: 15px;
  }
}
#order-info .content .back-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bd9773;
}
#order-info .content .back-list a:hover {
  color: #7c583c;
}
#order-info .content .back-list a:hover span {
  margin-right: 6px;
}
#order-info .content .back-list a span.material-icons {
  margin-top: 3px;
  font-size: 30px;
}
#order-info .content section .order-sec {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
#order-info .content section .order-sec-title {
  color: #fff;
  background: #bd9773;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 350px) {
  #order-info .content section .order-sec-title .text-brand {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#order-info .content section .order-sec-title h5 {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#order-info .content section .order-sec-title .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 350px) {
  #order-info .content section .order-sec-title .notice {
    font-size: 15px;
  }
}
#order-info .content section .order-sec-title .notice span {
  margin-right: 6px;
}
@media only screen and (max-width: 350px) {
  #order-info .content section .order-sec-title .notice span {
    margin-right: 4px;
  }
}
#order-info .content section .order-sec-body {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-top: none;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 450px) {
  #order-info .content section .order-sec-body {
    font-size: 15px;
  }
}
#order-info .content section .order-sec-body .item {
  border-bottom: 1px solid #ddd;
  padding: 10px 16px;
}
#order-info .content section .order-sec-body .item:last-of-type {
  border-bottom: none;
}
#order-info .content section .order-sec-body .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
#order-info .content section .order-sec-body .item dl .item-title {
  width: 90px;
  font-weight: 600;
}
@media only screen and (max-width: 450px) {
  #order-info .content section .order-sec-body .item dl .item-title {
    width: 80px;
  }
}
#order-info .content section .order-sec-body .item dl dd {
  margin-bottom: 0;
}
#order-info .content section .order-sec-body .item dl dd.huge-content a {
  color: #bd9773;
}
#order-info .content section .order-sec-body .item dl dd.huge-content .btn {
  padding: 0.5rem 1rem;
}
#order-info .content section .order-sec-body .item dl dd.huge-content .more {
  margin-left: 16px;
}
@media only screen and (max-width: 767.98px) {
  #order-info .content section .order-sec-body .item dl dd.huge-content .more {
    margin-left: 0;
  }
}
@media only screen and (max-width: 450px) {
  #order-info .content section .order-sec-body .item dl dd.huge-content {
    width: 200px;
  }
  #order-info .content section .order-sec-body .item dl dd.huge-content .form-control::-webkit-input-placeholder {
    font-size: 15px;
  }
  #order-info .content section .order-sec-body .item dl dd.huge-content .form-control::-moz-placeholder {
    font-size: 15px;
  }
  #order-info .content section .order-sec-body .item dl dd.huge-content .form-control:-ms-input-placeholder {
    font-size: 15px;
  }
  #order-info .content section .order-sec-body .item dl dd.huge-content .form-control::-ms-input-placeholder {
    font-size: 15px;
  }
  #order-info .content section .order-sec-body .item dl dd.huge-content .form-control::placeholder {
    font-size: 15px;
  }
}
@media only screen and (max-width: 350px) {
  #order-info .content section .order-sec-body .item dl dd.huge-content {
    width: 166px;
  }
  #order-info .content section .order-sec-body .item dl dd.huge-content input {
    width: 100%;
  }
  #order-info .content section .order-sec-body .item dl dd.huge-content .input-group-append {
    width: 101%;
    display: -ms-grid;
    display: grid;
  }
  #order-info .content section .order-sec-body .item dl dd.huge-content .input-group-append .btn {
    padding: 6px !important;
    font-size: 15px;
    margin-left: 1px;
  }
}
#order-info .content section .order-sec-body table {
  margin-bottom: 0;
  min-width: 600px;
}
#order-info .content section .order-sec-body table tr {
  border: none;
}
#order-info .content section .order-sec-body table th {
  font-weight: normal;
  background: #f5f5f5;
  color: #d2b298;
  border: none;
}
#order-info .content section .order-sec-body table tbody {
  border: none;
}
#order-info .content section .order-sec-body table tbody tr {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}
#order-info .content section .order-sec-body table tbody tr:last-of-type {
  border-bottom: none;
}
#order-info .content section .order-sec-body table tbody tr td {
  vertical-align: middle;
  border: none;
  text-align: center;
}
#order-info .content section .order-sec-body table tbody tr td:first-of-type {
  padding: 1rem;
  text-align: left;
}
#order-info .content section .order-sec-body table tbody tr td a {
  color: #111111;
}
#order-info .content section .order-sec-body table tbody tr td .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1199.99px) {
  #order-info .content section .order-sec-body table tbody tr td .name {
    max-width: 170px;
  }
}
#order-info .content section .order-sec-body table tbody tr td img {
  max-width: 135px;
}
@media only screen and (max-width: 450px) {
  #order-info .content section .order-sec-body table tbody tr td img {
    max-width: 130px;
  }
}
#order-info .content section .order-sec-body .checkout-amount {
  background: #f5f5f5;
}
@media only screen and (max-width: 450px) {
  #order-info .content section .order-sec-body .checkout-amount {
    padding: 0.5rem 1rem 0.5rem 0.5rem !important;
  }
}
#order-info .content section .order-sec-body .checkout-amount .list {
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 991.99px) {
  #order-info .content section .order-sec-body .checkout-amount .list {
    width: 100%;
  }
}
#order-info .content section .order-sec-body .checkout-amount .list > span:first-child {
  width: calc(100% - 190px);
  text-align: right;
}
@media only screen and (max-width: 350px) {
  #order-info .content section .order-sec-body .checkout-amount .list > span:first-child {
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 767.98px) {
  #order-info .content section .button-group {
    padding: 0;
  }
}
@media only screen and (max-width: 350px) {
  #order-info .content section .button-group {
    display: block;
    margin-top: 0.5rem !important;
  }
}
#order-info .content section .button-group .btn {
  margin: 0 12px;
}
@media only screen and (max-width: 767.98px) {
  #order-info .content section .button-group .btn {
    width: 50%;
    padding: 0.5rem 0.5rem;
  }
  #order-info .content section .button-group .btn:first-of-type {
    margin: 0 12px 0 0;
  }
  #order-info .content section .button-group .btn:last-of-type {
    margin: 0 0 0 12px;
  }
}
#order-info .content section .button-group .btn.btn-outline-primary:hover span {
  margin-right: 6px;
}

/* ====================================
                  Cart
   ==================================== */
#cart .cart {
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 575.99px) {
  #cart .cart {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row {
    margin-right: 0;
    margin-left: 0;
  }
}
#cart .cart .cart-row .cart-wrapper {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  padding: 1rem 1rem 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
}
#cart .cart .cart-row .cart-wrapper .cart-sec-title {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 6px 6px 6px 20px;
  background: #bd9773;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-title .coupon a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-title .coupon a:hover {
  color: #7c583c;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-title .fee {
  color: #7c583c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 10px;
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body {
    font-size: 15px;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #E1E1E1;
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item {
    padding: 1.5rem 0.5rem 0.5rem 0.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item {
    padding: 2.25rem 0.5rem 0.75rem 0.5rem;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item:last-child {
  border-bottom: none;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .product-link img {
  width: 135px;
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .product-link img {
    width: 110px;
  }
}
@media only screen and (max-width: 350px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .product-link img {
    width: 90px;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info {
    display: block;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info a {
  color: #111111;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info a:hover {
  color: #7c583c;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info a .product-name {
  min-width: 240px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px !important;
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info a .product-name {
    width: 100%;
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info a .product-name {
    min-width: 210px;
    width: 180px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 400px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info a .product-name {
    min-width: 180px;
  }
}
@media only screen and (max-width: 350px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info a .product-name {
    padding-left: 5px !important;
    min-width: 140px;
    width: 140px;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 350px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec {
    padding-left: 0.1rem !important;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty {
  background: none;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 140px;
}
@media only screen and (max-width: 350px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty {
    width: 130px;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty-input {
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
  color: #111111;
  text-align: center;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty-input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty-input::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty-input:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty-input::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty-input::placeholder {
  color: #b2b2b2;
  font-weight: 300;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty button {
  cursor: pointer;
  position: relative;
  color: #000;
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty button:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .product-qty button:last-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .price {
  min-width: 100px;
  text-align: right;
  font-size: 0.875rem;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .price span {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .cart-spec .price {
    text-align: left;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .specific .col-12 {
  padding-left: 12px !important;
}
@media only screen and (max-width: 991.99px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .specific {
    margin-bottom: 0.5rem;
  }
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .specific .col-12 {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .specific {
    margin-bottom: 0;
  }
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .specific .button-label span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .specific .button-label:last-of-type {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 350px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .cart-list-item .cart-info .specific .col-12 {
    padding-left: 0 !important;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .coupon-area {
  background: rgba(0, 0, 0, 0.025);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .coupon-area span.mark {
  color: #7c583c;
  background: none;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check {
  border-bottom: none;
  padding: 20px 30px;
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check {
    padding: 20px 15px 0 15px;
  }
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check .custom-radio {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check .form-group {
    padding: 0 10px;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check .form-group a {
  color: #bd9773;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check .form-group a:hover {
  color: #7c583c;
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check .form-group.pick-store {
    padding: 0 9px;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check .form-row {
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check .form-row > [class*=col-] {
  padding: 0 5px;
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check .form-row > [class*=col-] {
    padding: 0 15px;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check.custom-check {
  padding: 0 5px;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check.custom-check {
    margin-left: 1.8rem;
  }
}
#cart .cart .cart-row .cart-wrapper .cart-sec-body .form-check.custom-check .form-check-label {
  margin-bottom: 0.35rem;
}
#cart .cart .cart-row .cart-wrapper.cart-list .cart-sec-body {
  padding: 0;
}
#cart .cart .cart-row .cart-wrapper.delivery-method {
  border-bottom: 0;
}
#cart .cart .cart-row .cart-wrapper.payment-method .cart-sec-body .form-check, #cart .cart .cart-row .cart-wrapper.receipt-method .cart-sec-body .form-check {
  padding: 20px 30px 0 30px;
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .cart-wrapper.payment-method .cart-sec-body .form-check, #cart .cart .cart-row .cart-wrapper.receipt-method .cart-sec-body .form-check {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .cart-wrapper.payment-method .cart-sec-body .form-check, #cart .cart .cart-row .cart-wrapper.receipt-method .cart-sec-body .form-check {
    padding: 20px 15px 0 15px;
  }
}
#cart .cart .cart-row .cart-wrapper.payment-method .important-section a, #cart .cart .cart-row .cart-wrapper.receipt-method .important-section a {
  color: #bd9773;
}
#cart .cart .cart-row .cart-wrapper.payment-method .important-section a:hover, #cart .cart .cart-row .cart-wrapper.receipt-method .important-section a:hover {
  color: #7c583c;
}
#cart .cart .cart-row .checkout-amount {
  background: #f5f5f5;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  color: #111111;
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .checkout-amount {
    padding: 0.5rem 1rem 0.5rem 0.5rem !important;
  }
}
#cart .cart .cart-row .checkout-amount .list {
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 991.99px) {
  #cart .cart .cart-row .checkout-amount .list {
    width: 100%;
  }
}
#cart .cart .cart-row .checkout-amount .list > span:first-child {
  width: calc(100% - 190px);
  text-align: right;
}
@media only screen and (max-width: 350px) {
  #cart .cart .cart-row .checkout-amount .list > span:first-child {
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .button-group {
    padding: 0;
  }
}
@media only screen and (max-width: 350px) {
  #cart .cart .cart-row .button-group {
    display: block;
    margin-top: 0.5rem !important;
  }
}
#cart .cart .cart-row .button-group .btn {
  margin: 0 12px;
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .button-group .btn {
    width: 50%;
    padding: 0.5rem 1rem;
  }
  #cart .cart .cart-row .button-group .btn:first-of-type {
    margin: 0 12px 0 0;
  }
  #cart .cart .cart-row .button-group .btn:last-of-type {
    margin: 0 0 0 12px;
  }
}
#cart .cart .cart-row .button-group .btn.btn-outline-primary:hover span {
  margin-right: 6px;
}
#cart .cart .cart-row .section {
  padding: 60px 10px;
}
@media only screen and (max-width: 991.99px) {
  #cart .cart .cart-row .section {
    padding: 45px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  #cart .cart .cart-row .section {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 450px) {
  #cart .cart .cart-row .section {
    padding: 20px 0;
  }
}
#cart.cart-empty {
  min-height: calc(100vh - 400px);
}

/* ====================================
              Order-process
   ==================================== */
#order-process .content {
  padding: 20px 0 0 0;
}
#order-process .content small span {
  color: #6d6d6d;
  vertical-align: middle;
  margin-top: -3px;
  font-size: 30px;
}
#order-process .content section {
  padding: 30px 0;
}
#order-process .content section h4 {
  text-align: center;
}
#order-process .content section .row {
  margin-top: 20px;
}
@media only screen and (max-width: 575.99px) {
  #order-process .content section .row {
    margin-top: 10px;
  }
}
#order-process .content section .row .item {
  border-bottom: 1px solid #b2b2b2;
}
#order-process .content section .row .item:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 991.99px) {
  #order-process .content section .row .item:nth-last-child(2) {
    border-bottom: 1px solid #b2b2b2;
  }
}
#order-process .content section .row .item .card {
  padding: 20px 20px 15px 20px;
}
@media only screen and (max-width: 991.99px) {
  #order-process .content section .row .item .card {
    padding: 20px 10px 15px 10px;
  }
}
#order-process .content section .row .item .card span {
  color: #6d6d6d;
  font-size: 60px;
  margin-bottom: 10px;
}
#order-process .content section .row .item .card h5 {
  color: #fff;
  background: #d2b298;
  padding: 6px 20px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.99px) {
  #order-process .content section .row .item .card h5 {
    margin-bottom: 10px;
  }
}
#order-process .content section .row .item .card a {
  color: #bd9773;
}
#order-process .content section .row .item .card a:hover {
  color: #7c583c;
}
#order-process .content section .row .item .card .pay-atm {
  width: 100%;
}
#order-process .content section .row .item .card .pay-atm .row {
  margin-top: 0;
}
@media only screen and (max-width: 575.99px) {
  #order-process .content section .row .item .card .pay-atm .row {
    margin-top: 0;
  }
}

/* ====================================
                 QA
   ==================================== */
@media only screen and (max-width: 991.99px) {
  #qa .title {
    margin: 20px auto 30px auto;
  }
  #qa .title h4 {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #qa .title {
    margin: 15px auto 20px auto;
  }
}
@media only screen and (max-width: 450px) {
  #qa .title {
    margin: 10px auto 20px auto;
  }
}
#qa .content {
  padding: 20px 0;
  clear: both;
}
@media only screen and (max-width: 991.99px) {
  #qa .content {
    padding: 0 0 20px 0;
  }
}
#qa .content .content-wrapper {
  padding: 0 15px;
}
@media only screen and (max-width: 991.99px) {
  #qa .content .content-wrapper {
    padding: 0;
  }
}
#qa .content .content-wrapper .section-title {
  display: block;
  padding-left: 8px;
  margin-bottom: 16px;
  border-left: 3px solid #7c583c;
  line-height: 1;
  color: #7c583c;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (max-width: 991.99px) {
  #qa .content .content-wrapper .title {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  #qa .content .content-wrapper .title {
    margin: 0;
  }
}
@media only screen and (max-width: 450px) {
  #qa .content .content-wrapper .title {
    margin: 0;
  }
}

/* ====================================
                 Privacy
   ==================================== */
@media only screen and (max-width: 575.99px) {
  #privacy .tab-content .tab-pane .paragraph:not(:first-child) {
    padding-top: 6px;
  }
}
#privacy .tab-content .tab-pane .paragraph h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
#privacy .tab-content .tab-pane .paragraph p {
  margin-bottom: 0;
}
#privacy .tab-content .tab-pane .paragraph li {
  text-align: justify;
}

/* ====================================
                  Footer
   ==================================== */
footer {
  color: #fff;
  width: 100vw;
  padding: 50px 0 20px 0;
  background: #bd9773;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 20px 0;
  }
}
footer .container-lg {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1600px;
}
@media (max-width: 1699.98px) {
  footer .container-lg {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1199.99px) {
  footer .container-lg {
    max-width: 1040px;
  }
}
@media only screen and (max-width: 991.99px) {
  footer .container-lg {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199.99px) {
  footer .container-lg .footer-top {
    padding: 0 20px;
  }
}
footer .container-lg .footer-top .footer-link-group {
  width: 33.33%;
  padding: 0 20px;
}
footer .container-lg .footer-top .footer-link-group:first-of-type {
  padding: 0 20px 0 0;
}
footer .container-lg .footer-top .footer-link-group:last-of-type {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1199.99px) {
  footer .container-lg .footer-top .footer-link-group {
    padding: 10px;
  }
  footer .container-lg .footer-top .footer-link-group:first-of-type, footer .container-lg .footer-top .footer-link-group:last-of-type {
    padding: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .container-lg .footer-top .footer-link-group {
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #fff;
  }
  footer .container-lg .footer-top .footer-link-group:first-of-type {
    padding: 0 20px;
  }
  footer .container-lg .footer-top .footer-link-group:last-of-type {
    padding: 0 20px;
    border: 0;
  }
}
footer .container-lg .footer-top .footer-link-group .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
footer .container-lg .footer-top .footer-link-group .dropdown-note {
  padding: 0;
  min-width: 9rem;
  border-radius: 0;
  margin-left: 110px !important;
  top: 6px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
@media (max-width: 850px) {
  footer .container-lg .footer-top .footer-link-group .dropdown-note {
    margin-left: 100px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .container-lg .footer-top .footer-link-group .dropdown-note {
    margin-left: 140px !important;
  }
}
footer .container-lg .footer-top .footer-link-group .dropdown-note .dropdown-item {
  color: #7c583c;
  font-size: 17px;
  font-weight: 300;
}
footer .container-lg .footer-top .footer-link-group .dropdown-note .dropdown-item:hover {
  background: #d2b298;
}
footer .container-lg .footer-top .footer-link-group .dropdown-note .dropdown-item:first-of-type {
  padding: 0.5rem 1rem 0.25rem 1rem;
}
footer .container-lg .footer-top .footer-link-group .dropdown-note .dropdown-item:last-of-type {
  padding: 0.25rem 1rem 0.5rem 1rem;
}
footer .container-lg .footer-top .footer-link-group .footer-dropdown {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1.5px solid #fff;
  padding-bottom: 16px;
  cursor: initial;
  font-family: "Noto Serif TC", serif;
}
@media only screen and (max-width: 767.98px) {
  footer .container-lg .footer-top .footer-link-group .footer-dropdown {
    padding-bottom: 0;
    margin: 15px 0;
    font-size: 19px;
    cursor: pointer;
    border-bottom: none;
  }
  footer .container-lg .footer-top .footer-link-group .footer-dropdown::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 16px;
    background: #fff;
    right: 0;
    top: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  footer .container-lg .footer-top .footer-link-group .footer-dropdown::after {
    content: "";
    position: absolute;
    height: 16px;
    width: 1px;
    background: #fff;
    right: 8px;
    top: 7px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  footer .container-lg .footer-top .footer-link-group .footer-dropdown.active::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 0;
  }
  footer .container-lg .footer-top .footer-link-group .footer-dropdown.active::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 1px;
  }
}
footer .container-lg .footer-top .footer-link-group .link-list.collapse:not(.show) {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  footer .container-lg .footer-top .footer-link-group .link-list.collapse:not(.show) {
    display: none;
  }
}
footer .container-lg .footer-top .footer-link-group .link-list p {
  margin-bottom: 0 !important;
}
footer .container-lg .footer-top .footer-link-group .link-list .link-list-item {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  footer .container-lg .footer-top .footer-link-group .link-list .link-list-item {
    font-size: 18px;
    padding-left: 24px;
  }
  footer .container-lg .footer-top .footer-link-group .link-list .link-list-item:last-of-type {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 450px) {
  footer .container-lg .footer-top .footer-link-group .link-list .link-list-item {
    padding-left: 14px;
  }
}
footer .container-lg .footer-top .footer-link-group .link-list .social-media .link-list-item {
  margin-right: 20px;
}
@media only screen and (max-width: 767.98px) {
  footer .container-lg .footer-top .footer-link-group .link-list .social-media .link-list-item:last-of-type {
    margin-bottom: 0;
  }
}
footer .container-lg .footer-top .footer-link-group .link-list .social-media .link-list-item:hover img.hover {
  display: block;
}
footer .container-lg .footer-top .footer-link-group .link-list .social-media .link-list-item:hover img.usual {
  display: none;
}
footer .container-lg .footer-top .footer-link-group .link-list .social-media .link-list-item img {
  width: 30px;
}
footer .container-lg .footer-top .footer-link-group .link-list .social-media .link-list-item img.hover {
  display: none;
}
footer .container-lg .footer-top .footer-link-group .link-list .social-media .link-list-item img.usual {
  display: block;
}
footer .container-lg .footer-top .footer-link-group .link-list a:hover {
  color: #7c583c;
}
footer .container-lg .footer-bottom {
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container-lg .footer-bottom p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
}
@media only screen and (max-width: 450px) {
  footer .container-lg .footer-bottom p {
    font-size: 16px;
  }
}
footer .container-lg .navbar-brand {
  margin: 0;
  display: inline-block;
  line-height: inherit;
  margin-right: 30px;
}
@media only screen and (max-width: 991.99px) {
  footer .container-lg .navbar-brand {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .container-lg .navbar-brand {
    margin-right: 0;
  }
}
footer .container-lg .navbar-brand:hover img.hover {
  display: block;
}
footer .container-lg .navbar-brand:hover img.usual {
  display: none;
}
footer .container-lg .navbar-brand img {
  width: 90px;
}
@media only screen and (max-width: 450px) {
  footer .container-lg .navbar-brand img {
    width: 80px;
  }
}
footer .container-lg .navbar-brand img.hover {
  display: none;
}
footer .container-lg .navbar-brand img.usual {
  display: block;
}