@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 17px;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  font-family: "Arial", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  outline: none;
}

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

.pace-inactive {
  display: none;
}

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

.animate {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

p {
  margin-bottom: 5px;
}

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

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

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: inherit;
}
a:active, a:hover {
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: #7E392F;
}

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

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

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

/*定義區塊*/
.container {
  margin: auto;
  width: 1192px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

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

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

.bg_img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */
}
.editor i {
  font-style: italic;
}
.editor em, .editor b, .editor strong {
  font-weight: bold;
}
.editor img {
  height: auto !important;
}
.editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
.editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
.editor dir, .editor hr, .editor menu, .editor pre {
  display: block;
}
.editor li {
  display: list-item;
}
.editor head {
  display: none;
}
.editor table {
  display: table;
}
.editor tr {
  display: table-row;
}
.editor thead {
  display: table-header-group;
}
.editor tbody {
  display: table-row-group;
}
.editor tfoot {
  display: table-footer-group;
}
.editor col {
  display: table-column;
}
.editor colgroup {
  display: table-column-group;
}
.editor td, .editor th {
  display: table-cell;
}
.editor caption {
  display: table-caption;
}
.editor th {
  font-weight: bolder;
  text-align: center;
}
.editor caption {
  text-align: center;
}
.editor body {
  margin: 8px;
}
.editor h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.editor h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.editor h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
  margin: 1.12em 0;
}
.editor h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.editor h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
  font-weight: bolder;
}
.editor blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.editor i, .editor cite, .editor em, .editor var, .editor address {
  font-style: italic;
}
.editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
  font-family: monospace;
}
.editor pre {
  white-space: pre;
}
.editor button, .editor textarea, .editor input, .editor select {
  display: inline-block;
}
.editor big {
  font-size: 1.17em;
}
.editor small, .editor sub, .editor sup {
  font-size: 0.83em;
}
.editor sub {
  vertical-align: sub;
}
.editor sup {
  vertical-align: super;
}
.editor table {
  border-spacing: 2px;
}
.editor thead, .editor tbody, .editor tfoot {
  vertical-align: middle;
}
.editor td, .editor th {
  vertical-align: inherit;
}
.editor s, .editor strike, .editor del {
  text-decoration: line-through;
}
.editor hr {
  border: 1px inset;
}
.editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
  margin-left: 40px;
}
.editor ol {
  list-style-type: decimal;
}
.editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.editor u, .editor ins {
  text-decoration: underline;
}
.editor br:before {
  content: "\a";
}
.editor :before, .editor :after {
  white-space: pre-line;
}
.editor center {
  text-align: center;
}
.editor :link, .editor :visited {
  text-decoration: underline;
}
.editor :focus {
  outline: thin dotted invert;
}
.editor BDO[DIR=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.editor BDO[DIR=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.editor *[DIR=ltr] {
  direction: ltr;
  unicode-bidi: embed;
}
.editor *[DIR=rtl] {
  direction: rtl;
  unicode-bidi: embed;
}
@media print {
  .editor h1 {
    page-break-before: always;
  }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    page-break-after: avoid;
  }
  .editor ul, .editor ol, .editor dl {
    page-break-before: avoid;
  }
}

header {
  border-bottom: 1px solid #979797;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
header.fixed {
  position: fixed;
}

.header-frame {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-frame .navbar-nav-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-frame .navbar-nav-box li {
  border-right: 1px solid #979797;
}
.header-frame .navbar-nav-box li:last-child {
  border-right: 0px;
}
.header-frame .navbar-nav-box .nav-item {
  margin-top: 20px;
}
.header-frame .navbar-nav-box .nav-item a {
  color: #061331;
}
.header-frame .navbar-nav-box .nav-item a.nav-link {
  min-width: 155px;
  text-align: center;
  font-weight: 800;
  position: relative;
  display: block;
  overflow: hidden;
}
.header-frame .navbar-nav-box .nav-item a.nav-link:hover, .header-frame .navbar-nav-box .nav-item a.nav-link.active {
  color: #7E392F;
}
.header-frame .header-icon {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-frame .header-icon .search {
  position: relative;
  margin-right: 20px;
}
.header-frame .header-icon .search .icon-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header-frame .header-icon .search .icon-search-box .form-control-box {
  width: 100px;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  padding-top: 10px;
}
.header-frame .header-icon .search .icon-phone {
  display: none;
}
.header-frame .header-icon .search input {
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-frame .header-icon .search input.form-control-box {
  border-bottom: 1px solid #ccc;
}
.header-frame .header-icon .search a.btn-search {
  position: absolute;
  top: -15px;
  right: 0;
}
.header-frame .header-icon .shipping-cart {
  padding: 0px 30px 10px 15px;
  position: relative;
  z-index: 3;
  margin-top: -10px;
  cursor: pointer;
  display: block;
}
.header-frame .header-icon .shipping-cart .icon {
  position: relative;
}
.header-frame .header-icon .shipping-cart .icon .shipping-num {
  position: absolute;
  bottom: -5px;
  right: -10px;
  background-color: #7E392F;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.header-frame .header-icon .shipping-cart .shipping-list {
  position: absolute;
  opacity: 0;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px 0px #848484;
          box-shadow: 0px 0px 3px 0px #848484;
  border-radius: 10px;
  max-width: 500px;
  right: -55px;
  top: 50px;
  visibility: hidden;
}
.header-frame .header-icon .shipping-cart .shipping-list.show {
  opacity: 1;
  visibility: visible;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .shipping-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-img {
  margin-right: 20px;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-img a {
  display: block;
  width: 85px;
  border-radius: 20px;
  padding-bottom: 100%;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-img a span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-img a span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-img a span img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-box {
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  font-size: 15px;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-box .p-name {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .quantity-box {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .quantity-box .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #7E392F;
  border-radius: 15px;
  padding: 5px 10px;
  background-color: #fff;
  margin-right: 10px;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .quantity-box .num input[type=button] {
  background-color: #fff;
  border: none;
  font-size: 23px;
  color: #7E392F;
  height: 25px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .quantity-box .num input[type=text] {
  border: none;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .quantity-box .num input.num-box {
  width: 50px;
  text-align: center;
}
.header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .quantity-box .delete a i {
  color: #7E392F;
}
.header-frame .header-icon .shipping-cart .dropdown-divider {
  border-top: 1px solid #333;
  margin-bottom: 25px;
}
.header-frame .header-icon .shipping-cart .total-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-frame .header-icon .shipping-cart .total-box span.p-total-big {
  font-size: 18px;
  font-weight: 800;
  color: #7E392F;
  margin-left: 20px;
}
.header-frame .header-icon .shipping-cart .total-box .btn-primary {
  background-color: #7E392F;
  border: 1px solid #7E392F;
  width: 150px;
  line-height: 30px;
  height: 40px;
  border-radius: 10px;
}
.header-frame .member-icon {
  position: relative;
  margin: 8px 10px 0px;
  padding-bottom: 20px;
  cursor: pointer;
}
.header-frame .member-icon i {
  font-size: 40px;
  color: #7E392F;
}
.header-frame .member-icon .member-list {
  position: absolute;
  width: 150px;
  text-align: center;
  background-color: #fff;
  left: -50px;
  top: 50px;
  -webkit-box-shadow: 0px 0px 3px 0px #848484;
          box-shadow: 0px 0px 3px 0px #848484;
  border-radius: 10px;
  padding-top: 10px;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  padding-bottom: 10px;
}
.header-frame .member-icon .member-list.show {
  opacity: 1;
  visibility: visible;
}
.header-frame .member-icon .member-list li {
  padding: 7px 0;
  margin: 0 10px;
  border-bottom: 1px dotted #fff;
}
.header-frame .member-icon .member-list li:hover {
  border-bottom: 1px dotted #7E392F;
}
.header-frame .member-icon .member-list li a {
  color: #7E392F;
}
.header-frame .member-icon .member-list li a i {
  margin-right: 10px;
  color: #EDAA86;
  font-size: 20px;
}
.header-frame .member-icon .member-list li a img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -5px;
}
.header-frame .member-icon .member-list li a.logout {
  color: #009499;
}
.header-frame .member-icon .member-list li a.logout i {
  color: #009499;
  margin-right: 5px;
}

.search-box {
  position: absolute;
  margin: 0 auto;
  padding: 50px 150px;
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-transform: translate(50%, 25%);
          transform: translate(50%, 25%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-box.show {
  -webkit-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  z-index: 9999;
}
.search-box .search-form-box {
  position: relative;
  width: 90%;
  border-bottom: 1px solid #ccc;
}
.search-box .search-form-box::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  color: #848484;
}
.search-box .search-form-box input {
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-box .search-form-box input.form-control-box {
  width: 90%;
  margin-left: 20px;
}
.search-box .colse-icon {
  color: #848484;
  font-size: 25px;
  margin-left: 15px;
  cursor: pointer;
}

.secon-nav-box {
  -webkit-box-shadow: 0px 2px 2px 0px #848484;
          box-shadow: 0px 2px 2px 0px #848484;
  z-index: 2;
  position: relative;
}

.nav-dropdown-menu {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  padding-top: 20px;
  display: none;
}
.nav-dropdown-menu.show {
  display: block;
}
.nav-dropdown-menu .nav-dropdown-item {
  width: calc(25% - 10px);
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-bottom: 20px;
  margin: 0px 5px;
}
.nav-dropdown-menu .nav-dropdown-item a .big-img {
  width: 72px;
  padding-bottom: 64%;
  border-radius: 99rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.nav-dropdown-menu .nav-dropdown-item a span {
  line-height: 40px;
}
.nav-dropdown-menu .nav-dropdown-item a span:hover {
  color: #7E392F;
}
.nav-dropdown-menu .nav-dropdown-item.phone {
  cursor: pointer;
}
.nav-dropdown-menu .nav-dropdown-item .nav-dropdown-item-list-box {
  position: absolute;
  min-width: 120px;
  background-color: #fff;
  left: 0;
  z-index: 9;
  display: none;
  top: 107px;
}
.nav-dropdown-menu .nav-dropdown-item .nav-dropdown-item-list-box .nav-dropdown-iist {
  width: 100%;
  display: block;
  line-height: 40px;
}
.nav-dropdown-menu .nav-dropdown-item .nav-dropdown-item-list-box .nav-dropdown-iist:hover {
  color: #7E392F;
}

.navbar-toggler-icon {
  display: none;
}

footer .footer {
  background-color: #D8B998;
  padding: 20px 0;
  font-size: 16px;
}
footer .footer ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer ul li {
  width: calc(25% - 10px);
}
footer .footer ul li.footer-list {
  padding-left: 20px;
  border-left: 1px solid #707070;
}
footer .footer ul li.footer-list .footer-title {
  font-size: 18px;
}
footer .footer ul li.footer-list .footer-btn {
  margin: 8px 0px;
}
footer .footer ul li.footer-list .footer-btn span ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .footer ul li.footer-list .footer-btn span ul li {
  width: auto;
  margin: 10px 10px 0px;
}
footer .footer ul li.footer-list .footer-btn span ul li i {
  color: #7E392F;
  font-size: 2rem;
}
footer .copyright {
  background-color: #CEAD89;
  line-height: 35px;
}
footer #gotop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 100px;
  background-color: #7E392F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999;
}
footer #gotop i {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 45px;
  padding-left: 14px;
}
footer #fb-page {
  position: fixed;
  width: 70px;
  height: 70px;
  right: 12px;
  bottom: 10px;
  z-index: 9999;
}

.slick-slider {
  margin: 0px;
}

.swiper-wrapper {
  height: auto;
}
.swiper-wrapper .swiper-slide {
  height: auto;
  padding: 0px;
  margin: 0px;
}
.swiper-wrapper .swiper-slide .desk {
  display: block;
}
.swiper-wrapper .swiper-slide .desk a img {
  width: 100%;
  height: auto;
}
.swiper-wrapper .swiper-slide .mobile {
  display: none;
}
.swiper-wrapper .swiper-slide.line {
  border-right: 1px solid #C3C3C3;
  padding-right: 10px;
  cursor: pointer;
}
.swiper-wrapper .swiper-slide.line:last-child {
  border: 0px;
}
.swiper-wrapper .swiper-slide.line .font-weight-bold {
  padding-bottom: 20px;
  text-align: center;
}
.swiper-wrapper .swiper-slide.line .font-weight-bold .text-box {
  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;
  width: 100%;
  height: 50px;
}
.swiper-wrapper .swiper-slide.line .font-weight-bold .text-box .box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gallery-thumbs .swiper-slide-thumb-active .font-weight-bold {
  border-bottom: 3px solid #7E392F;
  color: #7E392F;
}

.pic-imgbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pic-imgbox .pic-img-list {
  width: calc(33.3333333333% - 50px);
}
.pic-imgbox .pic-img-list a img {
  width: 100%;
  height: auto;
}
.pic-imgbox .pic-img-list a .pic-img {
  padding-bottom: 70%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.hot-pro-frame {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.hot-pro-frame .hot-pro-img-box {
  width: calc(30% - 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 10px;
  display: block;
}
.hot-pro-frame .hot-pro-box-frame {
  width: 100%;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro .hot-p-name {
  color: #7E392F;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 5px 20px 15px;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro .hot-p-depict {
  text-align: center;
  font-size: 15px;
  color: #666666;
  margin: 0px 20px 0px;
  font-weight: 800;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro .hot-p-price-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 20px 0px;
  font-weight: 800;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro .hot-p-price-box select {
  height: 35px;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro .hot-p-price-box .hot-p-norm, .hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro .hot-p-price-box .hot-p-price {
  font-size: 16px;
  color: #7E392F;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro .btn-primary {
  background-color: #061331;
  border: #061331;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro-box-next, .hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro-box-prev {
  background-color: #EEEEEE;
  width: 37px;
  height: 100%;
  background-image: none;
  padding-top: 220px;
  color: #ccc;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro-box-next {
  top: 0px;
  right: -10px;
  padding-left: 8px;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro-box-next::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 2.1rem;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro-box-prev {
  top: 0px;
  left: -10px;
  padding-left: 15px;
}
.hot-pro-frame .hot-pro-box-frame .hot-pro-box .hot-pro-box-prev::after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-size: 2.1rem;
}

.main-title {
  text-align: center;
  background-image: url(../_img/index/line.jpg);
  background-repeat: repeat-x;
  background-position: 50% 50%;
}

.txt-30 {
  font-size: 30px;
  font-weight: 800;
  color: #7E392F;
  background-color: #fff;
  padding: 0 5rem;
}

.text-gray {
  color: #979797;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  font-weight: 600;
}

.code-img {
  width: 100%;
  margin: 0 0 0 auto;
  text-align: right;
}

.section-tb100 {
  margin: 80px 0px;
}

.w-nav {
  max-width: 520px;
  margin: 0 auto;
}

.pb-botton {
  padding-bottom: 160px;
}

a.btn-text {
  color: #061331;
  font-weight: 800;
  font-size: 18px;
}
a.btn-text:hover {
  color: #8B572A;
}
a.login {
  background-color: #7E392F;
  color: #fff;
  padding: 5px 80px;
  font-weight: 800;
  width: 225px;
}
a.login:hover {
  background-color: #8B572A;
}
a.login.login-mx {
  margin: 0 6.5rem;
}

.btn.btn-primary {
  background-color: #061331;
  border: #061331;
}
@media screen and (max-width: 680px) {
  .btn.btn-primary.shop-btn {
    margin-top: 3rem;
  }
}
.btn.btm-coffee {
  background-color: #7E392F;
  border: #7E392F;
  width: 120px;
  margin: 0 auto;
  color: #ffffff;
}

.member-form,
.contant-form {
  border: 0px;
  width: 100%;
  margin-left: 30px;
  width: 100%;
}

.breadcrumb {
  background-color: #ffffff;
  padding: 0px;
  margin: 10px 0px;
  color: #061331;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    margin: 30px 0px 25px;
  }
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page a {
  display: block;
  margin: 0 5px;
  color: #7E392F;
}
#page a.page-list {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#page a.page-list.active {
  border-radius: 5px;
  background-color: #D8B998;
  color: #ffffff;
}
#page a.page-back {
  margin: 0 0 20px 0;
  border-radius: 5px;
  background-color: #7E392F;
  color: #ffffff;
  padding: 5px 20px;
}
#page a.page-back:hover {
  background-color: #D8B998;
}

.line-box {
  border-bottom: 1px solid #D8B998;
  padding-bottom: 15px;
}

.flxed-top {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .flxed-top {
    margin-top: 63px;
  }
}
@media screen and (max-width: 480px) {
  .flxed-top {
    margin-top: 58px;
  }
}

#ui-datepicker-div {
  z-index: 9 !important;
}

.slick-slide img.desk {
  display: block;
}
.slick-slide img.moblie {
  display: none;
}
@media screen and (max-width: 580px) {
  .slick-slide img.desk {
    display: none;
  }
  .slick-slide img.moblie {
    display: block;
  }
}

.year-box-item {
  position: fixed;
  right: 2rem;
  bottom: 14rem;
}
.year-box-item .year-box-btn .year-box {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 99rem;
}
.year-box-item .year-box-btn .year-box a {
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.year-box-item .year-box-btn .year-box a .year-en {
  display: block;
  position: absolute;
  border: 1px solid #D8B998;
  border-radius: 99rem;
  right: -30px;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
}
.year-box-item .year-box-btn .year-box a .year-tw {
  background-color: #D8B998;
  border-radius: 99rem;
  display: none;
  width: 85px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
}
.year-box-item .year-box-btn .year-box:hover a, .year-box-item .year-box-btn .year-box.active a {
  color: #ffffff;
  right: 0;
}
.year-box-item .year-box-btn .year-box:hover a .year-en, .year-box-item .year-box-btn .year-box.active a .year-en {
  display: none;
}
.year-box-item .year-box-btn .year-box:hover a .year-tw, .year-box-item .year-box-btn .year-box.active a .year-tw {
  display: block;
}

.about-banner img {
  width: 100%;
  height: auto;
}
.about-banner img.desk {
  display: block;
}
.about-banner img.moblie {
  display: none;
}

.about-title {
  text-align: center;
  padding: 80px 0;
  color: #7E392F;
  font-size: 25px;
  line-height: 40px;
  font-weight: 800;
}
.about-title.title {
  font-size: 35px;
  padding: 50px 0;
}

.about-bg {
  padding: 100px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

section.about-bg .breadcrumb {
  margin-top: -40px;
  background-color: transparent;
  margin-bottom: 40px;
}

.about-item {
  margin-bottom: 15px;
}
.about-item h1 {
  color: #F4A93B;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-item .title {
  color: #061331;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.about-item p {
  font-size: 18px;
  margin-right: 160px;
}
.about-item p.text {
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  width: 40%;
  max-width: 100%;
}

.about-contant {
  padding: 50px 0 80px;
}
.about-contant .title {
  color: #061331;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 10px;
}
.about-contant p {
  margin: 0 40px;
  font-size: 18px;
}
.about-contant .contact-box {
  padding: 70px 40px;
  margin: 10px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 2px #848484;
          box-shadow: 0px 2px 3px 2px #848484;
}
.about-contant .contact-box .contact-item {
  color: #7E392F;
  font-size: 18px;
  margin-bottom: 30px;
}
.about-contant .contact-box .contact-item i {
  color: #7E392F;
  font-size: 18px;
  margin-right: 10px;
}
.about-contant .contact-box .contact-item .contact-icon i {
  font-size: 30px;
}
.about-contant .contact-box .contact-map {
  margin-top: 30px;
}
.about-contant .contact-box .form {
  padding: 0 50px;
}
.about-contant .contact-box .form .contant-form {
  margin: 0px;
  border-bottom: 1px solid #333;
  width: 100%;
}
.about-contant .contact-box .form .contant-form::-webkit-input-placeholder {
  color: #848484;
  font-weight: 400;
  font-size: 18px;
}
.about-contant .contact-box .form select.contant-form {
  color: #848484;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 5px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../_img/contact/arrow.svg") no-repeat right center transparent;
}

.col-12 h3 {
  color: #7E392F;
  font-size: 20px;
  font-weight: 600;
}
.col-12 h3 i {
  color: #7E392F;
  margin-right: 10px;
}

.text-p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-bottom: 50px;
}
.text-p span {
  font-weight: 400;
}
.text-p ul .text-dot {
  padding: 0 0 0 25px;
  position: relative;
}
.text-p ul .text-dot::before {
  content: "●";
  color: #7E392F;
  left: 5px;
  top: 0px;
  position: absolute;
  font-size: 15px;
}

.img-about-box {
  width: 120px;
  height: auto;
}
.img-about-box img {
  width: 100%;
}

.member-bg {
  padding: 100px 0;
  background-image: url(../_img/member/member-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.member-box {
  margin: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member-box .member-text {
  width: 40%;
  background: rgba(0, 0, 0, 0.6);
  margin: 80px 0;
  padding: 50px 70px;
  color: #fff;
}
.member-box .member-text p {
  line-height: 30px;
}
.member-box .member-text a.member-btn {
  border: 1px solid #fff;
  padding: 5px 40px;
  font-weight: 800;
}
.member-box .member-text a.member-btn:hover {
  color: #000;
  background: rgba(225, 225, 225, 0.6);
}
.member-box .member-formbox {
  width: 60%;
  background-color: #fff;
  padding: 80px 70px;
}
.member-box .member-formbox h2 {
  color: #7E392F;
  margin-bottom: 50px;
}
.member-box .member-formbox .m-form-box {
  border-bottom: 1px solid #333;
  position: relative;
  margin-bottom: 30px;
  position: relative;
}
.member-box .member-formbox .m-form-box::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  bottom: 0;
  position: absolute;
  color: #7E392F;
}
.member-box .member-formbox .m-form-box:nth-child(odd)::before {
  content: "\f023";
}
.member-box .member-formbox .m-form-box .warn-txt {
  position: absolute;
  font-size: 17px;
  font-weight: bold;
  right: 0;
  color: #900;
}
@media (max-width: 768px) {
  .member-box .member-formbox .m-form-box .warn-txt {
    bottom: -12px;
    font-size: 14px;
  }
}
.member-box .member-formbox .m-form-box .form-title {
  position: absolute;
  bottom: -5px;
  color: #848484;
  left: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: text;
}
.member-box .member-formbox .m-form-box .form-title.active {
  color: #7E392F;
  bottom: 20px;
  font-size: 14px;
}
.member-box .member-formbox .m-register-form-box {
  position: relative;
  margin-bottom: 30px;
}
.member-box .member-formbox .m-register-form-box .member-form {
  margin: 0px;
  border-bottom: 1px solid #333;
}
.member-box .member-formbox .m-register-form-box .member-form::-webkit-input-placeholder {
  color: #848484;
  font-weight: 600;
  font-size: 18px;
}
.member-box .member-formbox .m-register-form-box .form-title {
  position: absolute;
  bottom: 22px;
  color: #848484;
  left: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  cursor: text;
}
.member-box .member-formbox .m-register-form-box .form-title.active {
  color: #7E392F;
  bottom: 42px;
  font-size: 16px;
}
.member-box .member-formbox .m-btn-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0px 30px;
}
.member-box .member-formbox p {
  color: #666666;
  font-size: 20px;
}
.member-box .member-formbox .fb-login {
  margin: 40px auto 0;
  display: block;
  background-color: #3b5998;
  width: 220px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 0;
}

.member-ok-box {
  background: rgba(0, 0, 0, 0.6);
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
}
.member-ok-box .icon {
  margin-bottom: 60px;
}
.member-ok-box .icon i {
  font-size: 90px;
  color: #76CCAB;
}
.member-ok-box p {
  line-height: 40px;
  font-size: 25px;
  font-weight: 800;
}
.member-ok-box .m-ok-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member-ok-box .m-ok-btn-box .m-ok-btn {
  margin: 0 20px;
  border: 1px solid #ffffff;
  padding: 10px 50px;
  border-radius: 10px;
  font-weight: 700;
}
.member-ok-box .m-ok-btn-box .m-ok-btn:hover {
  color: #000;
  background: rgba(225, 225, 225, 0.6);
}
.member-ok-box.bg-white {
  color: #000;
}
.member-ok-box.bg-white p {
  font-size: 20px;
}
.member-ok-box.bg-white .m-ok-btn {
  color: #7E392F;
  background-color: #ffffff;
  border: 1px solid #7E392F;
  font-size: 18px;
  font-weight: 800;
}

.m-title {
  border-bottom: 1px solid #D8B998;
  color: #061331;
  font-size: 30px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 800;
}
.m-title i {
  margin-right: 10px;
  color: #7E392F;
}

.m-text {
  margin-top: 10px;
  color: #061331;
  font-weight: 600;
  font-size: 18px;
}

.form .m-register-form-box {
  position: relative;
}
.form .m-register-form-box .form-title {
  position: absolute;
  bottom: 42px;
  color: #848484;
  left: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  cursor: text;
}
.form .m-register-form-box .form-title.active {
  color: #7E392F;
  bottom: 62px;
  font-size: 16px;
}

.p-box-frame .pro-box .p-name {
  font-size: 18px;
  font-weight: 800;
  color: #7E392F;
  margin-bottom: 10px;
}
.p-box-frame .pro-box .p-depict {
  font-size: 15px;
  color: #666666;
  margin: 0 20px 10px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-box-frame .pro-box .p-price-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px 10px;
  color: #7E392F;
  font-size: 15px;
}
@media screen and (max-width: 680px) {
  .p-box-frame .pro-box .p-price-box select {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 30px;
    margin-bottom: 15px;
  }
}
.p-box-frame .pro-box .btn-primary {
  background-color: #061331;
  border: #061331;
  width: 185px;
  margin: 15px auto 0;
}
@media screen and (max-width: 680px) {
  .p-box-frame .pro-box .btn-primary {
    width: 120px;
  }
}

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.process .step {
  width: 20%;
  margin: 0 2px;
}
.process .step.samll {
  margin: 0px;
}
.process .step .step-text {
  color: #7E392F;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  display: block;
}
.process .step .step-text.samll {
  font-size: 14px;
  opacity: 0.5;
  height: 20px;
}
.process .step .step-text.samll.acvite {
  opacity: 1;
}
.process .step .step-text .text-box {
  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;
  height: 50px;
}
.process .step .step-line {
  width: 100%;
  height: 25px;
  background-color: #7E392F;
  opacity: 0.2;
  display: block;
  margin-top: 10px;
}
.process .step .step-line.samll {
  height: 15px;
  background-color: #ffffff;
  opacity: 1;
}
.process .step .step-line.samll.acvite {
  background-color: #7E392F;
  opacity: 1;
}
.process .step .step-line.fillet-l {
  border-radius: 30px 0px 0 30px;
}
.process .step .step-line.fillet-r {
  border-radius: 0px 30px 30px 0px;
}
.process .step .step-line.acvite {
  opacity: 1;
}

.cart-title {
  color: #7E392F;
  font-size: 25px;
  font-weight: 600;
}
.cart-title i {
  color: #7E392F;
  margin-right: 10px;
}

a.cart-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
a.cart-img img {
  width: 100px;
}
a.cart-img .cart-name {
  margin-left: 20px;
  width: 400px;
}
@media screen and (max-width: 660px) {
  a.cart-img .cart-name {
    width: 300px;
  }
}

.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
}
.rwd-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rwd-table tr.line {
  border-bottom: 1px solid #7E392F;
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .rwd-table th, .rwd-table td {
    text-align: left;
  }
}
.rwd-table th {
  display: none;
  color: #7E392F;
  font-weight: bold;
}
.rwd-table td {
  display: block;
  width: 100%;
  vertical-align: middle;
}
.rwd-table td:before {
  content: attr(data-th) "  ";
  font-weight: bold;
  width: 80px;
  display: inline-block;
  color: #7E392F;
  margin-bottom: 5px;
  float: left;
}
.rwd-table td .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #7E392F;
  border-radius: 15px;
  padding: 5px 10px;
  background-color: #fff;
  margin-right: 10px;
  width: 90px;
  float: left;
}
.rwd-table td .num input[type=button] {
  background-color: #fff;
  border: none;
  font-size: 23px;
  color: #7E392F;
  height: 25px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
}
.rwd-table td .num input[type=text] {
  border: none;
}
.rwd-table td .num input.num-box {
  width: 50px;
  text-align: center;
}
.rwd-table td .manage {
  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: wrap;
      flex-wrap: wrap;
}
.rwd-table td .manage .collect, .rwd-table td .manage .delete {
  border: 1px solid #7E392F;
  border-radius: 15px;
  width: 80%;
  padding: 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #7E392F;
  color: #ffffff;
}
.rwd-table td .manage .collect i, .rwd-table td .manage .delete i {
  margin-right: 10px;
  color: #ffffff;
}
.rwd-table td .manage .delete {
  background-color: #ffffff;
  color: #7E392F;
}
.rwd-table td .manage .delete i {
  color: #7E392F;
}
.rwd-table td:nth-child(1):before {
  margin-bottom: 20px;
}
.rwd-table td[data-th=數量] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 1024px) {
  .rwd-table tr {
    display: table-row;
    text-align: center;
  }
  .rwd-table td {
    text-align: center;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table td:first-child {
    text-align: left;
  }
  .rwd-table td:first-child.favor-box {
    width: 560px;
  }
  .rwd-table td.favor-price {
    width: 200px;
  }
  .rwd-table td .manage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rwd-table td .manage .collect, .rwd-table td .manage .delete {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
    padding: 1em !important;
    width: 25%;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th[data-th=數量], .rwd-table td[data-th=數量] {
    text-align: center;
    margin-top: 20px;
  }
  .rwd-table th[data-th=數量] .num, .rwd-table td[data-th=數量] .num {
    margin: 0 auto;
  }
  .rwd-table th {
    width: 200px;
  }
  .rwd-table th:first-child {
    width: 200px;
  }
}
.cart-tole {
  border-top: 1px solid #D8B998;
  width: 100%;
  margin: 15px 0;
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-tole h5 {
  color: #7E392F;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cart-tole h5 i {
  margin-right: 10px;
  font-size: 22px;
}
.cart-tole .cart-price {
  width: 60%;
  margin: 0 auto 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-tole .cart-price.step2 {
  width: auto;
  margin: 0 -71px 0 55px;
}
.cart-tole .cart-price.oder-item {
  width: 24%;
  margin: 0 25px 0 auto;
}
.cart-tole .cart-price.oder-right {
  width: 38%;
  margin: 0 35px 0 auto;
}
.cart-tole .btn-primary {
  background-color: #061331;
  border: #061331;
  margin-top: 20px;
  padding: 5px 30px;
  margin-right: 35px;
}
@media screen and (max-width: 680px) {
  .cart-tole .btn-primary {
    margin-right: 0px;
  }
}

.order-title {
  width: 100%;
  background: rgba(216, 185, 152, 0.3);
  color: #7E392F;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 600;
}

.cart-select {
  width: 100%;
  margin-right: 5px;
}
.cart-select select {
  border: 0;
  color: #848484;
}
.cart-select select.contant-form {
  margin: 0px;
  border: 1px solid #061331;
  border-radius: 10px;
  padding: 8px 10px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../_img/product/arrow2.svg") no-repeat 95% center transparent;
}

.cart-txt {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 10px;
}
.cart-txt .title {
  color: #7E392F;
  margin: 15px 0 -10px 0;
  cursor: pointer;
}
.cart-txt .title i {
  margin-left: 10px;
}
.cart-txt .note {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-top: 10px;
}
.cart-txt .note.hover {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cart-txt .note.hover.acvite {
  opacity: 1;
}

.offer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offer-box .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer-box .offer .cart-form {
  border: 1px solid #061331;
  margin-right: 20px;
  width: 73%;
  border-radius: 15px;
}
@media screen and (max-width: 680px) {
  .offer-box .offer .cart-form {
    width: 100%;
  }
}
.offer-box .offer .cart-form .member-form {
  width: 90%;
  margin: 0px 5px;
  padding: 7px 10px 0 10px;
  border-radius: 20px;
}
.offer-box .offer .cart-form .member-form::-webkit-input-placeholder {
  color: #848484;
  font-weight: 600;
  font-size: 18px;
}
.offer-box .offer .btn-primary {
  background-color: #061331;
  border: #061331;
}
.offer-box .cart-price-box.forme {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
}
.offer-box .cart-price-box.forme .cart-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.cart-price-box {
  width: 28%;
  margin: -20px 0 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 25px;
}

.c-form-box {
  width: 100%;
  margin: 20px 0;
  color: #7E392F;
  font-size: 18px;
  font-weight: 800;
}
.c-form-box .member-form {
  width: 100%;
  margin: 10px 0 10px;
  padding: 7px 10px 0 0px;
  border-bottom: 1px solid #061331;
  position: relative;
}
.c-form-box .member-form::-webkit-input-placeholder {
  color: #848484;
  font-weight: 600;
  font-size: 18px;
}
.c-form-box .member-box-member {
  position: relative;
}
.c-form-box .member-box-member .form-title {
  position: absolute;
  top: 20px;
  color: #848484;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 18px;
  cursor: text;
  z-index: 9;
}
.c-form-box .member-box-member .form-title.active {
  color: #7E392F;
  font-size: 16px;
  top: 0px;
}
.c-form-box .member-box-member .member-form {
  width: 100%;
  margin: 10px 0 10px;
  padding: 7px 10px 0 0px;
  border-bottom: 1px solid #061331;
}
.c-form-box .member-box-member .member-form::-webkit-input-placeholder {
  color: #848484;
  font-weight: 600;
  font-size: 18px;
}
.c-form-box.radio {
  margin-left: 15px;
}
.c-form-box.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-form-box.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #7E392F;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  margin-right: 0.5em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.c-form-box.radio input[type=radio]:checked + .radio-label:before {
  background-color: #7E392F;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  vertical-align: middle;
}
.c-form-box.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #7E392F;
}
.c-form-box.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.c-form-box.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.c-form-box .text-gray {
  padding-left: 0px;
  color: #444444;
  margin-top: -5px;
}
.c-form-box select {
  border: 0;
  color: #7E392F;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.c-form-box select.contant-form {
  margin: 8px 0 20px 0;
  border-bottom: 1px solid #061331;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../_img/product/arrow2.svg") no-repeat 95% center transparent;
}
.c-form-box select.contant-form.m-form {
  margin-top: 0px;
}

.noice-box {
  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;
}
.noice-box a.link {
  color: #007CB7;
}

.order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #061331;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px 10px;
}
.order-overview.list {
  font-size: 18px;
  color: #7E392F;
  font-weight: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-ltem {
  background: rgba(216, 185, 152, 0.3);
  border-radius: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.order-ltem .order-date {
  text-decoration: underline;
}
.order-ltem .cancel {
  color: #061331;
  font-weight: 800;
  position: relative;
}
.order-ltem .cancel i {
  margin-right: 10px;
}
.order-ltem .cancel .noice-box {
  position: absolute;
  top: -85px;
  background-color: #7E392F;
  padding: 10px;
  border-radius: 15px;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px 0px #848484;
          box-shadow: 0px 0px 3px 0px #848484;
  display: none;
  width: 150px;
}
.order-ltem .cancel .noice-box::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: -13px;
  right: 50px;
  color: #7E392F;
}
.order-ltem .cancel:hover .noice-box {
  display: block;
}
.order-ltem .order-list {
  padding: 10px 0px;
  display: none;
}
.order-ltem .order-list .rwd-table {
  background: rgba(216, 185, 152, 0);
}
.order-ltem .order-list .cart-tole {
  border-top: 1px solid #7E392F;
}

.news-box-btn {
  margin-top: 50px;
}

.asider-box a {
  display: block;
}
.asider-box a .news-btn {
  color: #061331;
  margin-bottom: 10px;
  padding: 8px 0;
}
.asider-box a .news-btn:hover, .asider-box a .news-btn.active {
  background-color: #D8B998;
  border-radius: 5px;
  color: #ffffff;
}

.news-box-frame {
  margin: 0 0 80px auto;
}
.news-box-frame .title {
  color: #061331;
  font-size: 24px;
  text-align: center;
  margin: 0 20px 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7E392F;
}
.news-box-frame .sort-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px 10px;
}
.news-box-frame .sort-frame .sort {
  color: #7E392F;
  font-size: 16px;
}
.news-box-frame .sort-frame .day {
  font-size: 12px;
  color: #7E392F;
}
.news-box-frame .new-img {
  margin: 0 20px 10px;
  border-radius: 5px;
}

#news .hot-pro-box-frame {
  width: 100%;
}
#news .hot-pro-box-next,
#news .hot-pro-box-prev {
  padding-top: 150px;
}

#product .btn:focus, #product .btn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
#product .dropdown-toggle {
  background-color: #ffffff;
  color: #D8B998;
  position: relative;
  margin-bottom: 35px;
  outline: none;
}
#product .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../_img/product/arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: -15px;
  width: 30px;
  height: 30px;
}
#product .dropdown-toggle i {
  margin-right: 5px;
}
#product .dropdown-menu i {
  margin-right: 5px;
}
#product .p-boxframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
#product .p-boxframe .asider-box .asider-item {
  margin: 0px 0 5px 0;
}
#product .p-boxframe .asider-box .asider-item .title {
  font-size: 18px;
  color: #061331;
  border-bottom: 1px solid #061331;
  padding-bottom: 5px;
}
#product .p-boxframe .asider-box .asider-item .title.active {
  color: #7E392F;
  border-bottom: 1px solid #7E392F;
}
#product .p-boxframe .asider-box .asider-item .asider-listbox {
  padding: 10px 0;
  display: none;
}
#product .p-boxframe .asider-box .asider-item .asider-listbox.show {
  display: block;
}
#product .p-boxframe .asider-box .asider-item .asider-listbox .asider-list {
  color: #061331;
  font-size: 18px;
  margin-bottom: 3px;
}
#product .p-boxframe .asider-box .asider-item .asider-listbox .asider-list.active {
  color: #7E392F;
}
#product .p-boxframe .p-box-frame {
  margin: 0 0 0 auto;
}
#product .p-boxframe .p-box-frame .pro-box .p-name {
  font-size: 18px;
  font-weight: 800;
  color: #7E392F;
  margin-bottom: 10px;
}
#product .p-boxframe .p-box-frame .pro-box .p-depict {
  font-size: 15px;
  color: #666666;
  margin: 0 20px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
}
#product .p-boxframe .p-box-frame .pro-box .p-price-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px 10px;
  color: #7E392F;
  font-size: 15px;
}
#product .p-boxframe .p-box-frame .pro-box .p-price-box select {
  height: 35px;
}
#product .p-boxframe .p-box-frame .pro-box .btn-primary {
  background-color: #061331;
  border: #061331;
  width: 180px;
  margin: 15px auto 0;
}
#product #section3 .asider-box .main-pro-title {
  display: none;
}
#product .p-frame {
  margin: 10px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#product .p-frame .pro-img-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#product .p-frame .pro-img-frame .carousel-left {
  width: 100%;
  margin-top: 20px;
}
#product .p-frame .pro-img-frame .carousel-left .gallery-thumbs {
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0 10px;
  cursor: pointer;
}
#product .p-frame .pro-img-frame .carousel-left .gallery-thumbs .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
}
#product .p-frame .pro-img-frame .carousel-left .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#product .p-frame .pro-img-frame .carousel-right {
  width: 620px;
}
#product .p-frame .pro-img-frame .carousel-right .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#product .p-frame .pro-img-frame .carousel-right .swiper-container.gallery-top {
  width: 100%;
}
#product .p-frame .pro-img-frame .carousel-right .swiper-container.gallery-top .swiper-wrapper {
  height: auto;
}
#product .p-frame .pro-img-frame .carousel-right .swiper-container.gallery-top .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
}
#product .p-frame .pro-img-frame .carousel-right .swiper-container.gallery-top .swiper-wrapper .swiper-slide .pic-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#product .p-frame .pro-img-frame .carousel-right .swiper-container.gallery-top .swiper-wrapper .swiper-slide .pic-img img {
  width: auto;
  max-width: 100%;
}
#product .p-frame .pro-text-frame {
  margin-left: 40px;
  width: 100%;
}
#product .p-frame .pro-text-frame .title {
  font-size: 26px;
  font-weight: 800;
  color: #7E392F;
  margin-bottom: 10px;
}
#product .p-frame .pro-text-frame .favorite-text {
  font-size: 16px;
  color: #7E392F;
  margin-bottom: 10px;
}
#product .p-frame .pro-text-frame .favorite-text i {
  margin-right: 5px;
  color: #FF6F61;
}
#product .p-frame .pro-text-frame .favorite-text.active {
  color: #FF6F61;
}
#product .p-frame .pro-text-frame .editor {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8B998;
}
#product .p-frame .pro-text-frame .p-price {
  color: #000;
  font-size: 26px;
}
#product .p-frame .pro-text-frame .p-numbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 80%;
}
#product .p-frame .pro-text-frame .p-numbox .p-select {
  width: 65%;
  margin-right: 5px;
}
#product .p-frame .pro-text-frame .p-numbox .p-select select {
  border: 0;
  color: #061331;
}
#product .p-frame .pro-text-frame .p-numbox .p-select select.contant-form {
  margin: 0px;
  border: 1px solid #061331;
  border-radius: 5px;
  padding: 8px 10px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../_img/product/arrow2.svg") no-repeat 95% center transparent;
}
#product .p-frame .pro-text-frame .p-numbox .num {
  border: 1px solid #061331;
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #fff;
  height: 42px;
}
#product .p-frame .pro-text-frame .p-numbox .num input {
  border: 0;
}
#product .p-frame .pro-text-frame .p-numbox .num input[type=button] {
  background-color: #fff;
  border: none;
  font-size: 23px;
  color: #000;
  height: 30px;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
#product .p-frame .pro-text-frame .p-numbox .num input[type=text] {
  border: none;
}
#product .p-frame .pro-text-frame .p-numbox .num input.num-box {
  width: 80px;
  text-align: center;
}
#product .p-frame .pro-text-frame .btn-primary {
  background-color: #000;
  border: #000;
  width: 180px;
  font-size: 18px;
  padding: 7px 10px;
}
#product .pro-editor {
  margin-bottom: 30px;
}
#product .pro-editor .title {
  color: #7E392F;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 5px;
  border-bottom: 1px solid #D8B998;
  margin-bottom: 10px;
}
#product .pro-editor .editor {
  padding: 10px 0;
  line-height: 30px;
}
#product .pro-editor .around {
  display: inline-block;
}
#product .pro-editor .around li {
  margin: 5px;
  color: #7E392F;
}
#product .pro-editor .around li span {
  color: #000;
}
#product .hot-pro-box-frame {
  width: 100%;
}

/*----------------max-width:1680------------------*/
@media screen and (max-width: 1680px) {
  .year-box-item {
    right: 20px;
    top: 13rem;
  }
} /* 1680 END */
/*----------------max-width:1440------------------*/
/* 1440 END */
/*----------------max-width:1280------------------*/
@media screen and (max-width: 1280px) {
  .header-frame .navbar-nav-box .nav-item a.nav-link {
    min-width: auto;
  }
  .header-frame .header-icon .member-icon .member-list {
    left: auto;
    right: -5px;
  }
} /*1280*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  .header-frame nav {
    background-color: #fff;
    color: #000;
    position: fixed;
    right: 0;
    z-index: 4;
    height: 100%;
    width: 250px;
    padding: 0 30px;
    top: -999px;
    right: -999px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-left: 1px solid rgb(194, 194, 194);
  }
  .header-frame nav.show {
    top: 0px;
    right: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-frame nav .cross-icon {
    position: absolute;
    right: 20px;
    cursor: pointer;
  }
  .header-frame nav .cross-icon::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
  }
  .header-frame nav .navbar-nav-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .header-frame nav .navbar-nav-box li {
    border-right: 0px;
    border-bottom: 1px solid #fff;
  }
  .header-frame nav .navbar-nav-box .nav-item a {
    color: #000;
  }
  .header-frame nav .navbar-nav-box .nav-item a.nav-link {
    text-align: left;
  }
  .header-frame nav .navbar-nav-box .nav-item a.nav-link:hover, .header-frame nav .navbar-nav-box .nav-item a.nav-link.active {
    color: #7E392F;
  }
  .header-frame nav .navbar-nav-box .nav-item a.nav-link.dropdown::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
  }
  .secon-nav-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    z-index: 12;
  }
  .w-nav {
    max-width: 100%;
  }
  .nav-dropdown-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .nav-dropdown-menu .nav-dropdown-item {
    width: 100%;
    color: #000;
  }
  .nav-dropdown-menu .nav-dropdown-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-dropdown-menu .nav-dropdown-item a .big-img {
    width: 70px;
    margin: 0px 10px 0px 0px;
    padding-bottom: 45%;
  }
  .nav-dropdown-menu .nav-dropdown-item .nav-dropdown-item-list-box {
    width: auto;
    position: relative;
    text-align: left;
    top: 0px;
  }
  .nav-dropdown-menu .nav-dropdown-item .nav-dropdown-item-list-box .nav-dropdown-iist {
    border-bottom: 1px solid #848484;
  }
  .header-icon {
    margin-right: 50px;
  }
  .navbar-toggler-icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer;
  }
  .navbar-toggler-icon i {
    font-size: 25px;
  }
  .member-bg .member-box {
    margin: 0 50px;
  }
  .member-bg .member-box .member-text,
  .member-bg .member-box .member-formbox {
    width: 50%;
  }
  .member-bg .member-box .member-formbox {
    padding-left: 40px;
    padding-right: 40px;
  }
  #product .col-2 {
    display: none;
  }
  #product .p-frame .pro-text-frame {
    margin-left: 20px;
  }
  #product .p-frame .pro-text-frame .p-price {
    text-align: center;
    width: 45%;
  }
  #product .p-frame .pro-text-frame .p-numbox {
    width: 100%;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #product .p-frame .pro-text-frame .p-numbox .p-select {
    width: 50%;
  }
  #product .p-frame .pro-text-frame .p-numbox .p-select select.mb-5 {
    margin-bottom: 10px !important;
  }
  #product .p-frame .pro-text-frame .p-numbox .num {
    margin-bottom: 15px;
    width: 50%;
  }
  #product .p-frame .pro-text-frame .p-numbox .num input.num-box {
    width: 80%;
    text-align: center;
  }
  .search-box {
    padding: 50px 20px;
    width: 90%;
    -webkit-transform: translate(0%, 25%);
            transform: translate(0%, 25%);
  }
  .search-box.show {
    -webkit-transform: translate(5%, 0%);
            transform: translate(5%, 0%);
  }
} /* 1024 END */
/*----------------max-width:800-------------------*/
@media screen and (max-width: 800px) {
  .header-frame .header-icon .search {
    margin-top: -10px;
  }
  .header-frame .header-icon .search .icon-phone {
    display: block;
    cursor: pointer;
    width: 40px;
    background-color: #7E392F;
    height: 40px;
    text-align: center;
    border-radius: 90rem;
  }
  .header-frame .header-icon .search .icon-phone i {
    color: #fff;
    font-size: 1.21rem;
    line-height: 40px;
  }
  .header-frame .header-icon .icon-search-box {
    position: absolute;
    right: 0;
    -webkit-transform: translate(0%, 25%);
            transform: translate(0%, 25%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    padding: 20px 100%;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 2px 0px #848484;
            box-shadow: 0px 2px 2px 0px #848484;
    border-radius: 0 0px 20px 20px;
  }
  .header-frame .header-icon .icon-search-box.show {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header-frame .header-icon .icon-search-box a.btn-search {
    display: none;
  }
  .pic-imgbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pic-imgbox .pic-img-list {
    width: 100%;
    margin: 10px 0px;
  }
  .hot-pro-frame .hot-pro-img-box {
    display: none;
  }
  .hot-pro-frame .hot-pro-box-frame {
    width: 100%;
  }
  .m-title {
    font-size: 20px;
  }
  .member-bg {
    background-size: cover;
  }
  .member-bg .member-box {
    margin: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .member-bg .member-box .member-text,
  .member-bg .member-box .member-formbox {
    width: 100%;
    margin: 0px;
  }
  .member-bg .member-box .member-formbox {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-title {
    padding: 50px 0;
    font-size: 20px;
    line-height: 30px;
  }
  .about-item .title {
    font-size: 16px;
  }
  .about-item p {
    font-size: 14px;
    margin-right: 60px;
  }
  .about-item p.text {
    width: 100%;
  }
  #product .p-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .p-frame .pro-text-frame {
    margin-top: 30px;
    margin-left: 0px;
  }
  #product #section3 .asider-box .main-pro-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #7E392F;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #7E392F;
    color: #fff;
    display: block;
  }
  #product #section3 .asider-box .main-pro-title::after {
    content: "";
    border: 0;
    background-image: url(../_img/product/arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    width: 30px;
    height: 30px;
  }
  #product #section3 .asider-box .phone-box {
    height: 0;
    overflow: hidden;
  }
  #product #section3 .asider-box .phone-box.show {
    height: auto;
    overflow: visible;
  }
  .news-box-btn {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .news-box-btn .asider-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .news-box-btn .asider-box .news-btn {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.8rem;
  }
  .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process .step {
    width: 100%;
  }
} /* 800 END */
/*----------------max-width:640-------------------*/
@media screen and (max-width: 640px) {
  .header-frame .header-icon .search {
    margin: 0px;
  }
  .header-frame .header-icon .search .icon-phone {
    width: 30px;
    height: 30px;
  }
  .header-frame .header-icon .search .icon-phone i {
    font-size: 0.9rem;
    line-height: 28px;
  }
  .header-frame .header-icon .shipping-cart {
    padding: 0px 10px;
    margin: 0 12px 0 10px;
  }
  .header-frame .header-icon .shipping-cart .icon img {
    width: 26px;
  }
  .header-frame .header-icon .shipping-cart .icon .shipping-cart {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .header-frame .header-icon .shipping-cart .icon .shipping-cart .icon .shipping-num {
    bottom: 0;
  }
  .header-frame .header-icon .member-icon {
    padding: 0;
    margin: 0;
  }
  .header-frame .header-icon .member-icon i {
    font-size: 30px;
  }
  .header-frame .header-icon .member-icon img {
    width: 30px;
  }
  .swiper-wrapper .swiper-slide .desk {
    display: none;
  }
  .swiper-wrapper .swiper-slide .mobile {
    display: block;
  }
  .swiper-wrapper .swiper-slide.ad-line {
    border-right: 0px;
    padding: 0 30px;
  }
  .about-banner img.desk {
    display: none;
  }
  .about-banner img.moblie {
    display: block;
  }
  .ad-box-next, .ad-box-prev {
    display: block;
    background-image: none;
  }
  .ad-box-next::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 2.1rem;
  }
  .ad-box-prev::after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-size: 2.1rem;
  }
  .ad-frame .font-weight-bold a.ad {
    margin-right: 0px;
  }
  .header-frame .header-icon .shipping-cart .shipping-list {
    right: -8vh;
    width: auto;
    display: block;
    top: 62px;
  }
  .header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-img {
    margin-right: 5px;
  }
  .header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-box {
    width: 80px;
  }
  .header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-box .p-name {
    height: 45px;
  }
  .hot-pro-box-frame .hot-pro-box .hot-pro .hot-p-price-box select {
    width: 100%;
  }
  .hot-pro-box-frame .hot-pro-box .hot-pro .hot-p-price-box span {
    margin-top: 20px;
    display: block;
  }
  #product .p-boxframe .p-box-frame .pro-box .btn-primary {
    width: auto;
    font-size: 12px;
  }
  #product .p-boxframe .p-box-frame .pro-box .p-price-box select {
    width: 100%;
  }
  #product .p-boxframe .p-box-frame .pro-box .p-price-box span {
    margin-top: 20px;
    display: block;
  }
  #product .p-frame .pro-img-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .p-frame .pro-img-frame .carousel-left {
    width: 100%;
    margin: 20px 0px 0px;
  }
  #product .p-frame .pro-img-frame .carousel-left .gallery-thumbs {
    height: 60px;
  }
  #product .p-frame .pro-img-frame .carousel-left .gallery-thumbs .swiper-slide {
    height: 100%;
  }
  #product .p-frame .pro-img-frame .carousel-right {
    width: 100%;
  }
  .col-12 h3 {
    font-size: 16px;
  }
  .text-p {
    font-size: 14px;
  }
  .text-p ul .text-dot::before {
    font-size: 12px;
  }
  .order-title {
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .process .step {
    width: 100%;
  }
  .process .step .step-text {
    font-size: 22px;
  }
  .cart-tole {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cart-tole .cart-price {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .cart-tole .cart-price.step2 {
    width: 90%;
    margin: 0 auto 20px;
  }
  .cart-tole .cart-price.oder-ltem {
    width: 90%;
    margin: 0 auto 20px;
  }
  .cart-tole .cart-price.oder-right {
    width: 90%;
    margin: 0 0 20px 0;
  }
  .cart-tole h5 {
    margin-top: 30px;
  }
  .offer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer-box .offer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .offer-box .cart-price-box.forme {
    width: 90%;
    margin: 20px auto 0;
  }
  .cart-price-box {
    width: 90%;
    margin: 20px auto 0;
    font-size: 20px;
  }
  .noice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-overview {
    display: none;
  }
  .order-overview.list {
    display: block;
    margin: 20px 0 10px;
  }
  .order-ltem .order-date {
    margin-bottom: 10px;
  }
  .order-ltem .cancel {
    margin-top: 15px;
  }
  .order-ltem .cancel .noice-box {
    right: 200px;
  }
  footer .footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
} /* 575 END */
/*----------------max-width:480-------------------*/
@media screen and (max-width: 485px) {
  .header-frame .logo img {
    width: 200px;
    margin-top: 12px;
  }
  .header-frame .header-icon {
    width: 150px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15px;
  }
  .header-frame .header-icon .search {
    margin: 0px;
  }
  .header-frame .header-icon .search .icon-phone img {
    width: 100%;
    height: auto;
  }
  .header-frame .header-icon .shipping-cart {
    padding: 0px 5px;
    margin-top: 0;
  }
  .header-frame .header-icon .shipping-cart .icon img {
    width: 24px;
  }
  .header-frame .header-icon .member-icon {
    padding-bottom: 0px;
    margin: 0;
  }
  .header-frame .header-icon .member-icon img {
    width: 30px;
  }
  .header-frame .header-icon .member-icon .icon img {
    width: 30px;
  }
  .navbar-toggler-icon {
    top: 18px;
  }
  .txt-30 {
    font-size: 18px;
    font-weight: 800;
    color: #7E392F;
    background-color: #fff;
    padding: 0 2rem;
  }
  a.btn-text {
    text-align: center;
    margin: 20px 0;
  }
  a.login {
    text-align: center;
    padding: 5px 0px;
    width: 100%;
  }
  a.login.login-mx {
    margin: 0px;
  }
  .search-box input.form-control-box {
    width: 80%;
  }
  .member-bg .member-box .member-formbox .m-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0px;
  }
  .member-bg .member-box .member-formbox .fb-login {
    width: auto;
    margin: 0px auto;
  }
  .member-bg .member-box .member-formbox .m-register-form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member-bg .member-box .member-formbox .m-register-form-box .code-img {
    margin-top: 20px;
  }
  .member-bg .member-ok-box p {
    line-height: 30px;
    font-size: 18px;
    margin: 0 25px;
  }
  .member-bg .member-ok-box .m-ok-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 50px;
  }
  .member-bg .member-ok-box .m-ok-btn-box .m-ok-btn {
    margin: 20px;
  }
  #product .p-frame .pro-text-frame .p-numbox .num {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  #product .p-frame .pro-text-frame .p-numbox .num input.num-box {
    width: 75%;
    height: 28px;
  }
  .member-ok-box .m-ok-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member-ok-box .m-ok-btn-box .m-ok-btn {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .c-form-box {
    margin: 10px auto;
  }
  .c-form-box .member-form {
    margin: 10px 0 10px;
  }
  .c-form-box .text-gray {
    font-size: 10px;
  }
} /* 480 END */
/*----------------max-width:420-------------------*/
@media screen and (max-width: 420px) {
  .header-frame .header-icon .shipping-cart .shipping-list {
    top: 56px;
    right: -13vh;
  }
} /*380 END */
/*----------------max-width:320-------------------*/
@media screen and (max-width: 320px) {
  .header-frame .header-icon .shipping-cart .shipping-list {
    right: -6vh;
  }
  .header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .p-box {
    width: 56%;
  }
  .header-frame .header-icon .shipping-cart .shipping-list .shipping-cart-box .quantity-box {
    margin-top: 20px;
  }
} /*320 END */