@charset "UTF-8";
.large-5 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.large-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.large-offset-1 {
  margin-left: 8.33333%;
}

.column-left {
  -ms-flex-preferred-size: calc(100% - 19.29412rem);
      flex-basis: calc(100% - 19.29412rem);
  max-width: calc(100% - 19.29412rem);
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .column-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 479px) {
  .column-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.column-right {
  -ms-flex-preferred-size: 19.29412rem;
      flex-basis: 19.29412rem;
  max-width: 19.29412rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .column-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 479px) {
  .column-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.header-max-container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1024px;
  padding: 0 7px;
}

.content-max-container, .nav-global, .top-bar {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
}

.customize-content, .localnav-header, .product-wrapper, .hero-content .copy-section, .accordion-wrapper {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-container {
  background-color: #fff;
}
@media (max-width: 1200px) {
  .header-container {
    padding-right: 0;
  }
}

.logo {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.logo span {
  position: absolute;
  top: 0.45rem;
  margin-left: 0.5rem;
  color: #3f464b;
}
@media (max-width: 550px) {
  .logo span {
    display: none;
  }
}

.point {
  color: #96694c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point:before {
  content: "P";
  font-family: "noto sans tc";
  width: 1rem;
  height: 1rem;
  font-size: 0.6rem;
  border-radius: 100%;
  border: 1.5px solid #96694c;
  background-color: transparent;
  color: #96694c;
  border-radius: 100%;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.top-bar {
  height: 64px;
}

.shop-title {
  border-left: 2px solid #96694c;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0 1rem;
  padding: 0.3rem 0 0.3rem 0.5rem;
  vertical-align: middle;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .shop-title {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .shop-title {
    display: none;
  }
}

body {
  font-family: "Noto Sans TC", "Montserrat", sans-serif, "微軟正黑體", "Microsoft JhengHei", "Verdana", "SF Pro TC", "SF Pro Display", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

html {
  scroll-behavior: smooth;
}

form {
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.banner h1,
.banner h3,
.banner h4,
.banner h5,
.banner h6,
.banner p {
  color: #1d1d1f;
}

a {
  color: #96694c;
}

.color-white {
  color: #ffffff !important;
}

.color-red {
  color: #f33;
}

.color-gold {
  color: #c95;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2rem 1rem;
  border-top: 1px solid #eeeeee;
  font-size: 12px;
}
.footer .footer-content p {
  color: #515154;
}
.footer .totop a {
  text-align: right;
  color: #515154;
}
.footer .interest-rate h5 {
  color: #515154;
  border: 1px solid #999999;
  padding: 0.5rem;
  text-align: center;
}
.footer .interest-rate ul {
  color: #515154;
}
.footer .footer-link ul {
  list-style: none;
  padding: 0;
}
.footer .footer-link ul li {
  display: inline-block;
  padding: 0 0.5rem;
  border-right: 1px solid #999;
}
.footer .footer-link ul li:first-child {
  padding-left: 0;
}
.footer .footer-link ul li:last-child {
  border-right: 0;
}
.footer .footer-link ul li a {
  color: #515154;
}

#footerbox.copyright .txt .tc-links li + li:before {
  content: " | ";
  position: absolute;
  right: 10px;
}

#footerbox.copyright .txt .tc-links li:last-child:before {
  content: "";
}

.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 30px;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.banner-link {
  color: #96694c !important;
  font-size: 1.2rem;
}

.search {
  position: relative;
}
.search .form-control {
  padding-right: 35px;
}
.search i {
  position: absolute;
  right: 10px;
  top: 11px;
}

.modal-btn {
  cursor: pointer;
}

.fb-link {
  color: #1b76f2;
}
.fb-link:hover {
  color: #96694c;
  background-color: #fff !important;
}

.action-group {
  border-top: 1px solid #eee;
  padding: 24px;
  text-align: center;
}

.mb_md_8 {
  margin-bottom: 8rem;
}

.w_sm_70 {
  width: auto;
}

.border_gray {
  border: 1px solid #eeeeee;
}

.carousel-caption {
  position: absolute;
  top: 40%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.carousel-caption h3 {
  font-size: 2.3rem;
}

.ui-widget.ui-widget-content {
  border-radius: 10px;
  height: 6px;
  margin: 0 1rem 1rem 0.2rem;
  background: rgba(255, 0, 0, 0.2) !important;
  border-color: rgba(255, 0, 0, 0) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #fff !important;
  font-weight: normal;
  color: #454545;
  border-radius: 50% !important;
}

.ui-state-default:focus-visible {
  outline: none;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em !important;
  margin-left: -0.6em;
}

@media (max-width: 991px) {
  .shop-title {
    display: none;
  }
  .nav-item {
    width: 100%;
  }
  .carousel-caption {
    top: 25%;
  }
  .carousel-caption h3 {
    font-size: 1.2rem;
  }
  .carousel-caption p {
    display: none;
  }
  .product-copy {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .shop-title {
    display: none;
  }
  .nav-item {
    width: 100%;
  }
  .carousel-caption {
    top: 25%;
  }
  .carousel-caption h3 {
    font-size: 1.2rem;
  }
  .carousel-caption p {
    display: none;
  }
  .product-copy {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .nav-link {
    padding: 0.6rem 0.5rem;
    border-bottom: 4px solid transparent;
  }
  .carousel-caption h3 {
    font-size: 0.7rem;
    display: inline;
  }
  .carousel-caption p.banner-link {
    display: inline;
    font-size: 0.8rem;
  }
  .carousel-indicators {
    bottom: -10px !important;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-flex-center {
  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;
}

.d-flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.d-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.d-justify-between {
  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;
}

.m-title {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}

.gap-xs {
  gap: 0.5rem;
}

.bg-warning {
  background: #ff0 !important;
}

.note {
  background-color: #fdeceb;
  color: #f16c5d;
  padding: 0.5rem;
  border-radius: 4px;
  margin: 0 auto 1rem;
  max-width: 1110px;
}

.countdown {
  display: inline-block;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  border: 1px solid #96694c;
  border-radius: 4px;
  background-color: #96694c;
  color: #fff;
  margin-left: 0.8rem;
}
.countdown i {
  position: relative;
  top: 1px;
  animation: hourglass 3s;
  -webkit-animation: hourglass 3s; /* Safari 与 Chrome */
  -webkit-animation-iteration-count: 100;
          animation-iteration-count: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: inline-block;
  padding: 0 0.4rem;
}

@-webkit-keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes hourglass {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.message {
  display: inline-block;
  color: #f16c5d;
}

.cart-list tr td {
  vertical-align: middle;
}
.cart-list img {
  width: 120px;
  margin: 10px 0;
}
.cart-list button.btn {
  min-width: 0;
  padding: 0;
  margin: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .cart-list {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .cart-list {
    display: none;
  }
}

.cart-item-w th:nth-child(1) {
  width: 15%;
}
.cart-item-w th:nth-child(2) {
  width: 45%;
}
.cart-item-w th:nth-child(3) {
  width: 20%;
}
.cart-item-w th:nth-child(4) {
  width: 10%;
}
.cart-item-w th:nth-child(5) {
  width: 10%;
}

.cart-list-mobile {
  border-top: 1px solid #eeeeee;
  padding: 20px 15px;
}
@media all and (min-width: 960px) {
  .cart-list-mobile {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .cart-list-mobile {
    display: none;
  }
}

.cart-list-m-detail h6 {
  padding-right: 20%;
}

.cart-list-m-detail .color-gold {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: #ffffff;
  font-size: 1.5rem;
}

.cart-list-m-detail .color-red {
  border: none;
  background-color: #ffffff;
  padding: 0;
}

.table-list img {
  width: 120px;
  margin: 10px 0;
}

.laser-title-table::before {
  content: "";
  display: inline-block;
  background: url(../../../common/images/icon/icon_laser_xs.svg) no-repeat;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin: -3px 3px 0 0;
}

.laser-content-table p {
  padding-left: 1.4rem;
  color: #555555;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 0.8rem;
}
.laser-content-table p:last-child {
  padding-bottom: 0.5rem;
}

.count-area {
  text-align: right;
}
.count-area p {
  margin-bottom: 0;
}

.count-area-nbt {
  text-align: right;
}
.count-area-nbt p {
  margin-bottom: 0;
}
.count-area-nbt td {
  border-top: none;
}

.count {
  color: #f16c5d;
  white-space: nowrap;
}

.total {
  color: #e63349;
  white-space: nowrap;
  font-size: 1.5rem;
}

.t-title-lg, .title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-title-lg, .title {
    font-size: 48px;
  }
}
@media all and (max-width: 479px) {
  .t-title-lg, .title {
    font-size: 40px;
  }
}
.t-title-md {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-title-md {
    font-size: 32px;
    font-weight: 600;
  }
}
@media all and (max-width: 479px) {
  .t-title-md {
    font-size: 24px;
    font-weight: 600;
  }
}
.t-title-sm {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-title-sm {
    font-size: 28px;
    font-weight: 600;
  }
}
@media all and (max-width: 479px) {
  .t-title-sm {
    font-size: 24px;
    font-weight: 600;
  }
}

.t-subtitle-lg, .sub-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-subtitle-lg, .sub-title {
    font-size: 24px;
  }
}
@media all and (max-width: 479px) {
  .t-subtitle-lg, .sub-title {
    font-size: 21px;
  }
}
.t-subtitle-md {
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-subtitle-md {
    font-size: 18px;
  }
}
@media all and (max-width: 479px) {
  .t-subtitle-md {
    font-size: 16px;
  }
}
.t-subtitle-sm {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-subtitle-sm {
    font-size: 12px;
  }
}
@media all and (max-width: 479px) {
  .t-subtitle-sm {
    font-size: 10px;
  }
}

.t-label-md {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-label-md {
    font-size: 20px;
  }
}
@media all and (max-width: 479px) {
  .t-label-md {
    font-size: 20px;
  }
}
.t-label-sm {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.t-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-p {
    font-size: 14px;
  }
}
@media all and (max-width: 479px) {
  .t-p {
    font-size: 12px;
  }
}

.t-badge, .product-badge {
  white-space: nowrap;
  display: block;
  color: #bf4800;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.011rem;
}

.t-small {
  font-size: 12px;
}

.t-SE-rounded {
  border: 3px solid black;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  margin-left: 0.5rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .t-SE-rounded {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 479px) {
  .t-SE-rounded {
    border: 2px solid black;
    width: 26px;
    height: 26px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 0.25rem;
  }
}

/* 手風琴 */
.card {
  border: 0;
  border-top: 1px solid #eeeeee;
}

.card-header {
  background-color: #ffffff;
  border-bottom: 0;
}
.card-header .btn {
  width: 100%;
}

.accordion-info-content {
  border-top: 1px solid #eeeeee;
  padding: 1rem 1.5rem;
}
.accordion-info-content:last-child {
  border-bottom: 1px solid #eeeeee;
}

.accordion-title {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.01rem;
  vertical-align: middle;
  width: 90%;
  display: inline-block;
  text-align: left;
}

.accordion-info-title {
  font-size: 1.2rem;
  color: #333333;
}

.accordion-info-subtitle {
  padding-top: 1rem;
}

.accordion-info-article {
  font-size: 1rem;
  line-height: 1.5;
  color: #555555;
  padding: 0;
  margin: 0;
}

.icon-plus {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.1;
  color: #555555;
  display: inline-block;
  width: 5%;
  vertical-align: middle;
}

.card-header button:hover {
  color: #96694c;
}
.card-header button:hover span::after {
  color: #96694c;
}
.card-header button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-plus::after {
  content: "＋";
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.collapsed .icon-plus::after {
  font-size: 2.2rem;
  content: "＋";
  -webkit-transform: none;
          transform: none;
}

/* 手風琴 FAQ */
.answer-content {
  padding-left: 3.5rem;
}
.answer-content h5 {
  padding-bottom: 1rem;
  color: #c95;
}
.answer-content h5::before {
  content: "Q: ";
}

.answer-item p {
  margin-left: 40px;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.answer-item p::before {
  content: "A: ";
}
.answer-item ul, .answer-item ol {
  color: #1d1d1f;
  letter-spacing: 0.1rem;
}
.answer-item ul li, .answer-item ol li {
  margin-left: 40px;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.login-info {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 12px 0;
}
.login-info:hover {
  cursor: pointer;
}

.btn {
  color: #96694c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 0.5rem 1rem;
  min-width: 120px;
  border-radius: 40px;
  border: none;
  margin: 0.5rem 0;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
.btn:active {
  color: rgb(133.0752212389, 93.1526548673, 67.4247787611);
}
.btn:hover, .btn:focus {
  color: rgb(116.1504424779, 81.3053097345, 58.8495575221);
}
.btn:disabled {
  color: #d7d7d7;
}

.btn-base {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  padding: 9px 24px;
  min-width: 120px;
  border: 1px solid #b5b5b7;
  border-radius: 4px;
  margin-bottom: 30px;
  cursor: pointer;
  font-family: Microsoft JhengHei, sans-serif, Noto Sans TC;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
.btn-base.primary-btn {
  background-color: rgb(133.0752212389, 93.1526548673, 67.4247787611);
  border-radius: 4px;
  border: 1px solid rgb(133.0752212389, 93.1526548673, 67.4247787611);
  color: #fff;
  text-shadow: 0 1px 0 rgb(133.0752212389, 93.1526548673, 67.4247787611);
}
.btn-base.btn-cancel {
  margin-right: 5rem;
  border: 0;
  background: none;
}

.btn-outline-red {
  color: #f33;
  border: 1px solid #f33;
  border-radius: 0.25rem;
  padding: 0.4rem 0.6rem;
  background-color: #fff;
  min-width: 140px;
}

.primary-btn {
  color: #ffffff;
  background-color: #96694c;
}
.primary-btn:active {
  background-color: rgb(133.0752212389, 93.1526548673, 67.4247787611);
}
.primary-btn:hover, .primary-btn:focus {
  color: #ffffff;
  background-color: rgb(116.1504424779, 81.3053097345, 58.8495575221);
}
.primary-btn:disabled {
  background-color: rgb(176.6460176991, 130.2522123894, 100.3539823009);
  color: rgba(255, 255, 255, 0.6);
}

.btn-login {
  background-color: #96694c;
  color: #ffffff;
  height: 100%;
  border-radius: 0;
  height: 64px;
  margin: 0;
}
.btn-login:focus {
  color: #ffffff;
  background-color: rgb(116.1504424779, 81.3053097345, 58.8495575221);
}
.btn-login:hover {
  color: #ffffff;
  background-color: rgb(133.0752212389, 93.1526548673, 67.4247787611);
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .btn-login {
    padding: 0.5rem;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .btn-login {
    padding: 0.5rem;
  }
}

.silver {
  background: #d3d5d4;
}

.gold {
  background: #e4d3be;
}

.space-gray {
  background: #86878b;
}

.dark-green {
  background: #6d7a71;
}

.border-btn {
  color: #96694c;
  background-color: transparent;
  border: 1px solid #96694c;
}
.border-btn:active {
  background-color: rgb(133.0752212389, 93.1526548673, 67.4247787611);
}
.border-btn:hover, .border-btn:focus {
  color: #ffffff;
  background-color: rgb(116.1504424779, 81.3053097345, 58.8495575221);
}
.border-btn:disabled {
  background-color: rgb(176.6460176991, 130.2522123894, 100.3539823009);
  color: rgba(255, 255, 255, 0.6);
}

.text-btn {
  color: #96694c;
  border: 0;
  background-color: transparent;
}
.text-btn:focus {
  outline: none;
}
.text-btn:hover {
  color: rgb(133.0752212389, 93.1526548673, 67.4247787611);
  text-decoration: none;
}
.text-btn i {
  margin-right: 0.5rem;
}

.btn-area {
  width: 100%;
  max-width: 1140px;
  margin: 1rem auto 0;
  border-top: 1px solid #eeeeee;
  text-align: center;
  padding: 1.5rem 0;
}

@media all and (max-width: 479px) {
  .btn-m-100 {
    width: 100%;
  }
}

.fb {
  background: #1b76f2;
  color: #fff;
}

div[data-step-enabled=false] {
  opacity: 0.32;
  pointer-events: none;
}

div[data-step-enabled=true] {
  opacity: 1;
  pointer-events: all;
}

.selection-item input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.selection-item-details {
  background: #ffffff;
  border: 1px solid #1d1d1f;
  border-radius: 12px;
  cursor: pointer;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  min-height: 83px;
  padding: 15px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.selection-item-details.selected {
  border: 2px solid #96694c;
  padding: 14px;
}
.selection-item-details.selected:hover {
  cursor: pointer;
  border: 2px solid #96694c;
}
.selection-item-details:hover {
  cursor: pointer;
  border: 1px solid #333;
  text-decoration: none;
  color: #333;
}
.selection-item-details label {
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.selection-item-details label .small {
  font-size: 12px;
  font-weight: 400;
}

.swatch {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
.swatch-img {
  border-radius: inherit;
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
}

.list {
  min-width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 12px;
  margin-top: 10px;
}
.list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
  color: #efefef;
  vertical-align: middle;
}

.list_b {
  margin: 0 auto;
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  height: 100px;
  width: 20px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ffffff;
}

.scroller-right {
  float: right;
  border-left: 1px solid #eeeeee;
}

.scroller-left {
  float: left;
  border-right: 1px solid #eeeeee;
}

.scroller i {
  position: relative;
  top: 40%;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: table-cell;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  vertical-align: middle;
}
.checkbox-container .checkbox-checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 1px solid #96694c;
  border-radius: 4px;
}
.checkbox-container .checkbox-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ffffff;
}

.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #96694c;
  border: 1px solid #96694c;
}

.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

.checkbox-container input:disabled ~ .checkbox-checkmark {
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.radius-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radius-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radius-container .radius-checkmark:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.radius-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: 1px solid #96694c;
}
.radius-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radius-container:hover input ~ .radius-checkmark {
  background-color: rgb(176.6460176991, 130.2522123894, 100.3539823009);
}

.radius-container input:checked ~ .radius-checkmark {
  background-color: #96694c;
}

.radius-container input:checked ~ .radius-checkmark:after {
  display: block;
}

.step {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1rem 0 0 0;
}
@media all and (max-width: 479px) {
  .step {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.step li {
  position: relative;
  text-align: center;
}
.step li.active span {
  color: #ffffff;
  background: #96694c;
}
@media all and (max-width: 479px) {
  .step li {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
.step li + li {
  margin-left: 100px;
}
@media all and (max-width: 479px) {
  .step li + li {
    margin-left: 50px;
  }
}
.step li + li::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #96694c;
  position: absolute;
  top: 20px;
  left: -50%;
}
@media all and (max-width: 479px) {
  .step li + li::before {
    mleft: -50%;
    width: 20px;
  }
}
.step li span {
  display: inline-block;
  color: #96694c;
  background: #ffffff;
  border: 3px solid #96694c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 1.2rem;
}
@media all and (max-width: 479px) {
  .step li span {
    display: block;
    margin: 0 auto 8px;
  }
}

.ship-area {
  background-color: #f5f5f5;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.subtitle {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
}
.subtitle i {
  color: #96694c;
  margin-right: 0.5rem;
}

.nav-container {
  background-color: #2d2d2d;
}

.navbar-toggler {
  border: 0;
  padding: 0;
}

#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon > span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon > span:nth-child(1) {
  top: 0px;
}
#nav-icon > span:nth-child(2), #nav-icon > span:nth-child(3) {
  top: 9px;
}
#nav-icon > span:nth-child(4) {
  top: 18px;
}
#nav-icon.open > span:nth-child(1), #nav-icon.open > span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#nav-icon.open > span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-icon.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-item {
  font-size: 0.9rem;
  width: 14.2857142857%;
  text-align: center;
}
@media all and (min-width: 960px) {
  .nav-item {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .nav-item {
    width: 100%;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .nav-item {
    width: 100%;
  }
}
@media all and (max-width: 479px) {
  .nav-item {
    width: 100%;
  }
}

.nav-link {
  padding: 1rem 0.5rem;
  border-bottom: 4px solid transparent;
}
.nav-link.active, .nav-link:hover {
  color: #96694c;
  border-bottom: 4px solid #96694c;
}
.nav-link i {
  line-height: 1.6rem;
}

.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-light .navbar-brand {
  color: #2e2e2e;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler {
  padding: 0rem 0rem;
}
.navbar-light .navbar-toggler:focus {
  outline: none;
}
.navbar-light #nav-icon > span {
  background: #2e2e2e;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-toggler {
  padding: 0rem 0rem;
}
.navbar-dark .navbar-toggler:focus {
  outline: none;
}
.navbar-dark #nav-icon > span {
  background: #fff;
}

.sticky-nav {
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.stickynav-container {
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.sticky-nav.fixed {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.sticky-nav-product {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sticky-nav-product a {
  color: #2e2e2e;
  font-weight: 600;
  text-decoration: none;
}

.colornav {
  position: relative;
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.colornav-header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
.colornav-header.selected {
  display: block;
}
.colornav input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.colornav label {
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px;
}
.colornav label:hover {
  border: 2px solid #f5f5f5;
}
.colornav label.selected {
  border: 2px solid #96694c;
}
.colornav label span {
  display: none;
}
.colornav label .small {
  font-size: 12px;
  font-weight: 400;
}

.swatch-blue {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #25476d), color-stop(50%, #a8bed2));
  background: linear-gradient(to right, #25476d 50%, #a8bed2 50%);
}
.swatch-green {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #10505b), color-stop(50%, #a4beb2));
  background: linear-gradient(to right, #10505b 50%, #a4beb2 50%);
}
.swatch-pink {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b72c31), color-stop(50%, #eeb8b0));
  background: linear-gradient(to right, #b72c31 50%, #eeb8b0 50%);
}
.swatch-silver {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c7c8ca), color-stop(50%, #c7c8ca));
  background: linear-gradient(to right, #c7c8ca 50%, #c7c8ca 50%);
}
.swatch-yellow {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #d48207), color-stop(50%, #eaca96));
  background: linear-gradient(to right, #d48207 50%, #eaca96 50%);
}
.swatch-orange {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e36942), color-stop(50%, #e9aa95));
  background: linear-gradient(to right, #e36942 50%, #e9aa95 50%);
}
.swatch-purple {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #353a71), color-stop(50%, #abacca));
  background: linear-gradient(to right, #353a71 50%, #abacca 50%);
}

.nav.nav-options-content {
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  padding: 20px;
}
.nav.nav-options-content-fixed {
  background: hsla(0, 0%, 97.6%, 0.95);
}
.nav.nav-options-content .nav-options {
  min-height: 83px;
  list-style: none;
  font-weight: 600;
  display: inline-grid;
  grid-auto-columns: 1fr;
}
@media all and (max-width: 479px) {
  .nav.nav-options-content .nav-options {
    width: 90%;
    overflow-x: scroll;
    position: relative;
  }
}
.nav.nav-options-content .nav-options::-webkit-scrollbar {
  display: none;
}
.nav.nav-options-content .nav-link {
  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;
  grid-row: 1;
  max-width: 274px;
  min-width: 141px;
  white-space: normal;
  color: black;
  border: 1px solid #999999;
  padding: 0 14px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .nav.nav-options-content .nav-link {
    max-width: 200px;
    min-width: 120px;
  }
}
@media all and (max-width: 479px) {
  .nav.nav-options-content .nav-link {
    padding: 0;
    max-width: 140px;
    min-width: 70px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav.nav-options-content .nav-link .t-badge, .nav.nav-options-content .nav-link .product-badge {
  position: absolute;
  top: 10px;
}
.nav.nav-options-content .nav-link.active {
  border: 2px solid #96694c;
}
.nav.nav-options-content .nav-link:first-child {
  position: relative;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.nav.nav-options-content .nav-link:nth-child(2) {
  position: relative;
  padding: 0 15px;
  margin: 0 -1px;
}
@media all and (max-width: 479px) {
  .nav.nav-options-content .nav-link:nth-child(2) {
    padding: 0;
  }
}
.nav.nav-options-content .nav-link:last-child {
  position: relative;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
}

.nav-tabs {
  border-bottom: 0px;
}

.search {
  position: relative;
}
.search .form-control {
  padding-right: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search i {
  position: absolute;
  right: 0px;
  top: 1px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search .fa-times {
  display: none;
}
.search .fa-search {
  display: block;
}

@media (max-width: 575.98px) {
  .search {
    position: relative;
  }
  .search .form-control {
    position: absolute;
    padding-right: 25px;
    width: 25px;
    top: -20px;
  }
  .search i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -38px;
    top: -20px;
  }
  .search.active .fa-times {
    display: block;
  }
  .search.active .fa-search {
    display: none;
  }
  .search.active .form-control {
    position: absolute;
    padding-right: 25px;
    width: 225px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .search.active i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -220px;
    top: -18px;
  }
}
.tab-options-content {
  padding: 0;
  margin: 0 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  width: 280px;
}
@media all and (max-width: 479px) {
  .tab-options-content:nth-child(1) {
    border-bottom: 1px solid #eeeeee;
  }
  .tab-options-content:nth-child(3) {
    border-top: 1px solid #eeeeee;
  }
}

.tab-pic .img-fluid {
  width: 284px;
  height: 263px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tab-detail {
  text-align: left;
}
.tab-detail .as-macbundle-eyebrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.tab-detail .as-macbundle-eyebrow img {
  margin-right: 4px;
}
.tab-detail h5 {
  font-size: 24px;
  font-weight: 600;
}
.tab-detail .product-badge {
  font-size: 12px;
  margin-bottom: 10px;
}
.tab-detail .price-amount {
  color: #e63349;
  margin: 20px 0;
  font-size: 24px;
  font-weight: 600;
}
@media all and (max-width: 479px) {
  .tab-detail {
    margin-bottom: 40px;
  }
}

.tab-specs {
  list-style: none;
  margin-left: -40px;
  font-size: 0.8rem;
  line-height: 2;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tab-specs li {
  margin-top: 6px;
}

.hero-content {
  background-color: #f2f2f2 !important;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.hero-content .copy-section {
  -ms-flex-item-align: center;
      align-self: center;
}
.hero-content .copy-section h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.006rem;
  width: 40%;
  text-align: center;
}
@media all and (max-width: 479px) {
  .hero-content .copy-section h3 {
    font-size: 1.2rem;
    text-align: left;
  }
}

.pic-hero {
  height: 300px;
  background-size: 1000px auto;
  background-image: url(../../../common/images/accessories/header-accessories.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 300px) calc(100% + 30px);
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .pic-hero {
    height: 250px;
    background-size: 800px auto;
    background-position: calc(50% + 200px) calc(100% + 20px);
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .pic-hero {
    height: 200px;
    background-size: 700px auto;
    background-position: calc(50% + 120px) calc(100% + 20px);
  }
}
@media all and (max-width: 479px) {
  .pic-hero {
    height: 120px;
    background-size: 500px auto;
    background-position: calc(50% + 80px) calc(100% + 40px);
  }
}

.subnav-list {
  padding-bottom: 15px;
  display: table-cell;
  vertical-align: top;
  padding-top: 2rem;
  border-left: 1px solid #eeeeee;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .subnav-list {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .subnav-list {
    display: none;
  }
}
.subnav-list h4 {
  margin: 0 0 20px 30px;
  font-size: 18px;
}
.subnav-list ul {
  margin: 0;
  padding: 0 30px;
  background: transparent;
}
.subnav-list ul li {
  list-style: none;
  margin-bottom: 10px;
}
.subnav-list ul li a {
  color: #666666;
  font-size: 0.9rem;
  display: table;
  font-weight: 300;
}
.subnav-list ul li a.active, .subnav-list ul li a:hover {
  color: #96694c;
  text-decoration: none;
  font-weight: 500;
}

.product-content {
  padding: 0;
}
.product-content > ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style-type: none;
  padding-left: 1px;
}
.product-content > ul > li {
  width: 50%;
  margin-bottom: 0px;
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
@media all and (max-width: 479px) {
  .product-content > ul > li {
    width: 100%;
  }
}
.product-content > ul > li:nth-child(even) {
  border-left: none;
}
.product-content > ul > li a {
  color: #666666;
  display: block;
}
.product-content > ul > li a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-content.bg-fa {
  border-top: 1px solid #eeeeee;
}
.product-content.bg-fa a {
  background: #fafafa;
}
.product-item {
  padding: 20px 25px 25px;
  text-align: center;
}
.product-item .price-amount {
  text-align: center;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
}
.product-link {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.25;
}
.product-series {
  color: #333;
  font-size: 0.8rem;
  padding-bottom: 1rem;
}
.product-series span {
  display: block;
}
.product-img {
  overflow: hidden;
  padding-bottom: 1rem;
  height: 200px;
  margin-bottom: 0;
}
.product-img img {
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 479px) {
  .product-img img {
    height: auto;
  }
}

.pagination-area {
  padding: 1rem;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  margin-left: 1px;
}

.page-link {
  color: #333333;
}
@media all and (max-width: 479px) {
  .page-link {
    font-size: 13px;
  }
}
.page-link:hover {
  z-index: 2;
  color: #96694c;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #d7d7d7;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #96694c;
  border-color: #96694c;
}

.product-content ul li a.page-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media all and (max-width: 479px) {
  .product-content > ul > li:nth-child(even) {
    border-left: 1px solid #eeeeee;
  }
  .product-item .price-amount {
    font-size: 13px;
  }
}
.form-area {
  margin: 0 auto;
}

.form-area-join {
  border-top: 1px solid #eeeeee;
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 0;
}
.form-area-join p {
  display: inline;
  margin-right: 1rem;
  color: #555555;
  padding-bottom: 0;
}

@media all and (max-width: 479px) {
  .provision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-bottom: 1rem;
  }
  .provision a {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    text-align: center;
  }
}

.info-area-note {
  text-align: center;
}
.info-area-note p {
  padding: 1rem 0;
}

.form-inline {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-inline .verify-input {
  display: inline-block;
  width: 10%;
  margin: 0.5rem;
  border: 1px solid #333;
  border-radius: 0;
  text-align: center;
}
@media all and (max-width: 479px) {
  .form-inline .verify-input {
    margin: 0.2rem;
    width: 18%;
  }
}

.info-content {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #eeeeee;
  border-radius: 0.5rem;
}
.info-content a, .info-content > div {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
  padding: 1rem;
}
.info-content a:last-child, .info-content > div:last-child {
  border-bottom: 0;
}
.info-content a:hover, .info-content > div:hover {
  background-color: #f5f5f5;
}
.info-content a.disable, .info-content > div.disable {
  background-color: transparent;
  cursor: auto;
}
.info-content a.disable i, .info-content > div.disable i {
  color: #d7d7d7;
}
.info-content .info-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-content .info-list h3 {
  font-size: 1rem;
  color: #555555;
  display: inline-block;
  min-width: 6rem;
  font-weight: 300;
}
.info-content .info-list h3.primary {
  color: #96694c;
}
.info-content .info-list p {
  font-size: 1.2rem;
  color: #000000;
  display: inline-block;
  margin: 0;
  line-height: 2;
}
@media all and (max-width: 479px) {
  .info-content .info-list p {
    display: block;
  }
}
.info-content .info-list i {
  color: #96694c;
  font-size: 1.2rem;
}
.info-content .sub-info a {
  width: auto;
  border-bottom: none;
  padding: 0;
}
.info-content .sub-info a:hover {
  background-color: transparent;
}

.info-area {
  max-width: 60%;
  margin: 0 auto;
}
@media all and (max-width: 479px) {
  .info-area {
    max-width: 100%;
  }
}

.info-area-item {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin: 1rem auto 2rem;
  padding-top: 1rem;
}
.info-area-item p {
  display: inline-block;
  color: #000000;
  padding-bottom: 0;
  margin: 0;
}

.tabstyle-1 {
  padding-left: 2rem;
}
.tabstyle-1 .nav-item {
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .tabstyle-1 .nav-item {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .tabstyle-1 .nav-item {
    width: auto;
  }
}
.tabstyle-1 .nav-item .nav-link, .tabstyle-1 .nav-item .nav-link:focus, .tabstyle-1 .nav-item .nav-link:hover {
  border: none;
  margin: 0;
  background-color: transparent;
}
.tabstyle-1 .nav-item .nav-link {
  color: #495057;
  padding: 1rem;
}
.tabstyle-1 .nav-item .nav-link:focus,
.tabstyle-1 .nav-item .nav-link.active {
  border-bottom: 3px solid #96694c;
  color: #96694c;
}

.activity {
  background: url(../images/activity_bg.jpg) no-repeat 60% 10%;
  min-height: 770px;
  color: #fff;
  line-height: 2 !important;
  letter-spacing: 0.1rem;
  padding: 2rem 0 1rem;
}

.w-md-60 {
  width: 60%;
}

.text-color01 {
  color: #03454E;
}

.line-color01 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.note-text {
  text-shadow: rgba(0, 0, 0, 0.8) 0rem 0rem 0.8rem;
  margin: 4rem 0 0rem;
}
.note-text a {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  color: #03454E;
  padding: 2px 10px;
  text-shadow: rgba(0, 0, 0, 0.4) 0rem 0rem 0rem;
}

@media (max-width: 991px) {
  .w-md-60 {
    width: 100%;
  }
  .note-text {
    font-size: 0.9rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    margin-top: 4rem;
    text-shadow: rgba(0, 0, 0, 0.5) 0rem 0rem 0rem;
  }
}
@media (max-width: 769px) {
  .activity {
    padding: 1rem;
    background: url(../images/activity_bg.jpg) no-repeat 68% 20%;
    min-height: auto;
  }
  .note-text {
    margin: 2rem 0 1rem;
  }
}
@media (max-width: 479px) {
  .activity {
    padding: 1rem 0.5rem;
    background: url(../images/activity_bg_s.jpg) no-repeat 10% 80%;
    letter-spacing: 0.06rem;
  }
  .activity h1, .activity .h1 {
    font-size: 1.4rem;
  }
  .activity h4, .activity .h4 {
    font-size: 1.1rem;
  }
  .activity .note-text {
    margin: 1rem 0;
  }
}
.product-wrapper {
  padding-bottom: 60px;
}
.product-wrapper #imgdiv .sticky-top {
  max-height: 700px;
  height: 70vh;
  top: 15%;
  margin-right: 60px;
  background-color: #f5f5f7;
  border-radius: 18px;
  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;
  overflow: hidden;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-wrapper #imgdiv .sticky-top {
    margin-right: 0;
    display: none;
  }
}
@media all and (max-width: 479px) {
  .product-wrapper #imgdiv .sticky-top {
    margin-right: 0;
    display: none;
  }
}
.product-wrapper #imgdiv .sticky-top.bg-fa {
  background-color: #fafafa;
}
.product-wrapper #imgdiv .sticky-top img {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 400px;
  display: block;
  border-radius: 18px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 479px) {
  .product-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-select .gallery {
  background-color: #f5f5f7;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 12px;
}
.product-select .gallery.bg-fa {
  background-color: #fafafa;
}
.product-select .gallery .img-fluid {
  display: none;
  will-change: transform;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-select .gallery .img-fluid {
    display: block;
    border-radius: 18px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 15px;
  }
}
@media all and (max-width: 479px) {
  .product-select .gallery .img-fluid {
    display: block;
    border-radius: 18px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 15px;
  }
}
.product-select fieldset {
  margin-top: 80px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-select fieldset {
    margin-top: 20px;
  }
}
@media all and (max-width: 479px) {
  .product-select fieldset {
    margin-top: 20px;
  }
}
.product-select fieldset.disabled {
  opacity: 0.32;
  pointer-events: none;
}
.product-select .selection-title span {
  color: #86868b;
}

.product-wrapper.transparent {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-wrapper.transparent #imgdiv {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .product-wrapper.transparent #imgdiv {
    display: none;
  }
}
.product-wrapper.transparent #imgdiv .sticky-top {
  max-height: 700px;
  height: 70vh;
  top: 15%;
  margin-right: 60px;
  background-color: transparent;
  border-radius: 18px;
  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 all and (min-width: 480px) and (max-width: 767px) {
  .product-wrapper.transparent #imgdiv .sticky-top {
    margin-right: 0;
    display: none;
  }
}
@media all and (max-width: 479px) {
  .product-wrapper.transparent #imgdiv .sticky-top {
    margin-right: 0;
    display: none;
  }
}
.product-wrapper.transparent #imgdiv .sticky-top .img-fluid {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: 400px;
  display: block;
  border-radius: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-wrapper.transparent .product-select .gallery {
  background-color: transparent;
  border-radius: 18px;
  margin: 32px 0 12px;
}
.product-wrapper.transparent .product-select .gallery .img-fluid {
  display: none;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-wrapper.transparent .product-select .gallery .img-fluid {
    display: block;
    border-radius: 18px;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 15px;
  }
}
@media all and (max-width: 479px) {
  .product-wrapper.transparent .product-select .gallery .img-fluid {
    display: block;
    border-radius: 18px;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 15px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-wrapper.transparent .product-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
}
@media all and (max-width: 479px) {
  .product-wrapper.transparent .product-select {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important;
  }
}
.product-wrapper.transparent .product-select fieldset {
  margin-top: 50px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-wrapper.transparent .product-select fieldset {
    margin-top: 30px;
  }
}
@media all and (max-width: 479px) {
  .product-wrapper.transparent .product-select fieldset {
    margin-top: 30px;
  }
}
.product-wrapper.transparent .product-select .img-fluid {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .product-wrapper.transparent .product-select .img-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-wrapper.transparent .product-select .img-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media all and (max-width: 479px) {
  .product-wrapper.transparent .product-select .img-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.product-wrapper.transparent .product-select .selection-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media all and (max-width: 479px) {
  .product-wrapper.transparent .product-select .selection-title {
    font-size: 20px;
  }
}
.product-wrapper.transparent .product-select .selection-title span {
  color: #86868b;
}

.promo-content {
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 2rem;
}
.promo-content .headline {
  font-size: 56px;
  font-weight: 600;
  margin: 3rem 0;
  text-align: center;
}
@media all and (max-width: 479px) {
  .promo-content .headline {
    font-size: 32px;
  }
}
.promo-section {
  background-color: #ffffff;
  margin: 1rem;
  padding-top: 1rem;
  height: 550px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .promo-section {
    background-color: #ffffff;
    margin: 1rem 0;
    height: 400px;
  }
}
@media all and (max-width: 479px) {
  .promo-section {
    background-color: #ffffff;
    margin: 1rem 0;
    height: 400px;
  }
}
.promo-section h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 60px;
}
@media all and (max-width: 479px) {
  .promo-section h3 {
    font-size: 19px;
  }
}
.promo-section p {
  font-size: 21px;
}
@media all and (max-width: 479px) {
  .promo-section p {
    font-size: 14px;
  }
}
.promo-section button {
  margin-bottom: 75px;
}

.localnav-content {
  padding: 1rem;
}
.localnav-header h3 {
  font-size: 21px;
  font-weight: 500;
  color: #1d1d1f;
  margin-bottom: 0;
}
.localnav-header h3 i {
  color: #96694c;
  margin-right: 0.5rem;
}

.localnav-header-title h2,
.localnav-header h3 {
  font-weight: 400;
  font-size: 1.6em;
  margin: 15px 0 5px 0;
  line-height: 1.5;
  color: #333;
}

.purchaseinfo {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 1.5rem;
}
.purchaseinfo h4 {
  color: #999999;
  font-size: 1rem;
}
.purchaseinfo-details {
  font-size: 1.5rem;
  margin: 0;
}
@media all and (max-width: 479px) {
  .purchaseinfo-details {
    font-size: 1.2rem;
  }
}
.purchaseinfo .price-amount {
  font-weight: 500;
  font-size: 2rem;
  padding: 0.8rem 0;
  color: #e63349;
  line-height: 2.2rem;
}
.purchaseinfo .badge {
  font-weight: 400;
  margin: 0 4px;
}
.purchaseinfo .badge-primary {
  background-color: #96694c;
}
.purchaseinfo .note-icon-shopping {
  margin-top: 6px;
}
.purchaseinfo .note-icon-shopping::before {
  content: "";
  display: inline-block;
  background: url(../../../common/images/icon/ShippingIcon.png) 0 0 no-repeat;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin: -2px 10px 0 0;
}

.product-badge {
  font-size: 20px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .product-badge {
    font-size: 14px;
  }
}
@media all and (max-width: 479px) {
  .product-badge {
    font-size: 14px;
  }
}

.sub-title {
  line-height: 1.4;
}

.order-list {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
}
.order-list img {
  width: 120px;
}
.order-list div {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0.5rem;
}
.order-list i {
  color: #96694c;
  margin-right: 0.5rem;
}
.order-list.total {
  border-bottom: none;
  padding-bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order-list.total p {
  color: #e63349;
}
.order-list p.detail {
  color: #555555;
  font-size: 0.9rem;
}
.order-list p.detail.error {
  color: #ff6670;
}
.order-list p.detail.complete {
  color: #77a88d;
}

.banner-header {
  height: 400px;
  background-image: url(../../../common/images/banner-order-completed.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-bottom: -300px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .banner-header {
    margin-bottom: -320px;
  }
}
@media all and (max-width: 479px) {
  .banner-header {
    margin-bottom: -350px;
  }
}

.banner-header-fail {
  height: 300px;
  background-image: url(../../../common/images/banner-hero-fail.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-bottom: -220px;
}

.banner-503-fail {
  height: 300px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e9f0), to(#eef1f5));
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  margin-bottom: -220px;
}

.card-info-content {
  border-radius: 0.8rem;
  padding: 2rem;
  width: 60%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.13);
  text-align: center;
  margin: 0 auto 40px;
}
.card-info-content p {
  margin-bottom: 0.3rem;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .card-info-content {
    width: 90%;
  }
}
@media all and (max-width: 479px) {
  .card-info-content {
    width: 95%;
  }
}

.list-area {
  display: block;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-area i {
  color: #999999;
}
.list-area:hover {
  text-decoration: none;
  color: #96694c;
  border: 1px solid #96694c;
  cursor: pointer;
}
.list-area:hover i {
  color: #96694c;
}
.list-area .error {
  color: #ff6670;
}
.list-area .complete {
  color: #77a88d;
}

.privacy ol > li {
  margin-top: 0.8rem;
}

.privacy ol > li > ol > li {
  margin-top: 0rem;
}

.privacy ol li,
.privacy ul li {
  line-height: 1.8rem;
}

.privacy .list-inline {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}

.privacy .list-inline li {
  list-style-type: none;
  display: inline-block;
}

.privacy ol {
  margin: 0;
  padding: 0;
}

.privacy ol > li {
  list-style-type: cjk-ideographic;
  margin-left: 40px;
}

.privacy ol > li > ol > li {
  list-style-type: decimal;
  margin-left: 25px;
}

.privacy ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}

.privacy ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -3px;
  top: 0;
}

.privacy ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
}

.privacy ol > li > ol > li > ol > li:nth-child(1n+10):before {
  left: -32px;
}

.privacy ol > li > ol > li > ol > li > ol > li {
  list-style-type: upper-alpha;
}

.privacy ol > li > ol > li > ol > li > ol > li:after,
.privacy ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}

.privacy ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-alpha;
}

.privacy ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}

.privacy ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}

.nav-pills-content {
  border-bottom: 1px solid #eeeeee;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  color: #96694c !important;
  border-right: 4px solid #96694c;
  border-radius: 0;
  border-bottom: 0;
  padding: 1rem;
}
@media all and (max-width: 479px) {
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    border-bottom: 4px solid #96694c;
    border-right: 0;
  }
}

.nav-pills .nav-link {
  color: #333333;
  padding: 1rem;
}

@media all and (max-width: 479px) {
  .provision {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-bottom: 1rem;
  }
  .provision a {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    text-align: center;
  }
}