.cmp-font-size-sub-headline {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-sub-headline {
    font-size: 18px;
  }
}

.cmp-font-size-body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cmp-font-size-body {
    font-size: 14px;
  }
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #c00;
}

#maincontent {
  background-color: white !important;
  overflow: unset;
}

select {
  font-family: Europa, NotoSansTC !important;
}

textarea {
  font-family: Europa, NotoSansTC !important;
}

.form-group.required .form-control-label::before {
  content: "";
}

.form-group.required .form-control-label::after {
  content: "*";
  color: #796E65;
}

.form-control {
  height: 48px;
  border: 1px solid #d9d9d9;
}

.contact-us-landing-page .main-banner img {
  width: 100%;
}
.contact-us-landing-page .contact-info {
  margin: 47px auto 0 auto;
  text-align: center;
  max-width: 1266px;
  padding: 0 70px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-info {
    padding: 0 20px;
  }
}
.contact-us-landing-page .contact-info .info-title {
  font-size: 56px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-info .info-title {
    font-size: 24px;
  }
}
.contact-us-landing-page .contact-info .info-summary {
  font-size: 18px;
  margin-top: 6px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-info .info-summary {
    font-size: 14px;
  }
}
.contact-us-landing-page .contact-info .flag-ship-title {
  font-size: 24px;
  font-weight: 500;
  color: #98012E;
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-info .flag-ship-title {
    font-size: 16px;
  }
}
.contact-us-landing-page .contact-info .contact-method {
  margin: 4px 0 0;
  padding: 0;
}
.contact-us-landing-page .contact-info .contact-method li {
  list-style-type: none;
}
.contact-us-landing-page .contact-info .contact-method li a {
  padding: 14px 73px;
  border: 1px solid #796E65;
  color: #796E65;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-top: 13px;
  min-width: 312px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-info .contact-method li a {
    font-size: 14px;
    padding: 8px 15px;
    min-width: 280px;
  }
}
.contact-us-landing-page .contact-info .contact-method li .icon {
  color: #45C554;
  font-size: 22px;
  position: relative;
  top: 2px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-info .contact-method li .icon {
    font-size: 18px;
  }
}
.contact-us-landing-page .contact-info .service-hours {
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-info .service-hours .title {
    font-size: 14px;
  }
}
.contact-us-landing-page .contact-info .service-hours .content {
  font-size: 18px;
  font-weight: 500;
  margin-top: 3px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-info .service-hours .content {
    font-size: 14px;
  }
}
.contact-us-landing-page .contact-form {
  margin: 0 auto;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form {
    border-top: none;
  }
}
.contact-us-landing-page .contact-form .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.contact-us-landing-page .contact-form .wrapper .inquiry-title {
  font-size: 51px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .inquiry-title {
    font-size: 32px;
    text-align: center;
  }
}
.contact-us-landing-page .contact-form .wrapper .inquiry-desc {
  margin-top: 38px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .inquiry-desc {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
}
.contact-us-landing-page .contact-form .wrapper .mandatory {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 24px;
}
.contact-us-landing-page .contact-form .wrapper .upload-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-us-landing-page .contact-form .wrapper .invalid-feedback-files-name, .contact-us-landing-page .contact-form .wrapper .invalid-feedback-files-size {
  width: 100%;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #FF0000;
}
.contact-us-landing-page .contact-form .wrapper #fileList {
  margin-top: 10px;
  border: 1px solid #d9d9d9;
}
.contact-us-landing-page .contact-form .wrapper #fileList li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px solid #d9d9d9;
}
.contact-us-landing-page .contact-form .wrapper #fileList li:last-child {
  border: none;
}
.contact-us-landing-page .contact-form .wrapper #fileList li span:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/icon_clip.svg") no-repeat;
  background-size: 100%;
  margin-right: 4px;
  vertical-align: middle;
}
.contact-us-landing-page .contact-form .wrapper #fileList li a {
  color: #000;
  text-decoration: underline;
}
.contact-us-landing-page .contact-form .wrapper .max-characters, .contact-us-landing-page .contact-form .wrapper .max-files {
  margin-top: 10px;
  font-size: 12px;
}
.contact-us-landing-page .contact-form .wrapper form.contact-us {
  margin-top: 25px;
  font-family: Europa, NotoSansTC !important;
}
.contact-us-landing-page .contact-form .wrapper form.contact-us-watch {
  margin-top: 15px;
}
.contact-us-landing-page .contact-form .wrapper .contact-left {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 65px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .contact-left {
    width: 100%;
    padding: 16px 20px 80px;
  }
}
.contact-us-landing-page .contact-form .wrapper .contact-left #dropArea {
  width: 220px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2px;
}
.contact-us-landing-page .contact-form .wrapper .contact-left #dropArea:hover .style-for-camera-svg {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.contact-us-landing-page .contact-form .wrapper .contact-left #dropArea.dragover {
  border-color: #42b983;
}
.contact-us-landing-page .contact-form .wrapper .contact-left .drop-text {
  margin-bottom: 10px;
}
.contact-us-landing-page .contact-form .wrapper .contact-left .contact-separate {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-us-landing-page .contact-form .wrapper .contact-left .form-control-label {
  white-space: nowrap;
}
.contact-us-landing-page .contact-form .wrapper .contact-left .area-code-row {
  min-width: 75px;
}
.contact-us-landing-page .contact-form .wrapper .contact-left .phone-number-row {
  width: 75px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact-us-landing-page .contact-form .wrapper .contact-left .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.contact-us-landing-page .contact-form .wrapper .contact-left .form-row > [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}
.contact-us-landing-page .contact-form .wrapper .left {
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .left {
    width: 100%;
    padding: 0;
  }
}
.contact-us-landing-page .contact-form .wrapper .left .thank-you {
  margin: 0 auto;
  width: 475px;
  text-align: center;
  line-height: 1.2;
  padding-top: 90px;
  padding-bottom: 160px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .left .thank-you {
    width: 100%;
    padding: 100px 22px 170px;
  }
}
.contact-us-landing-page .contact-form .wrapper .left .thank-you .success-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  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;
  margin: 0 auto;
  background-image: url("../images/tick-with-circle.svg");
  background-size: cover;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .left .thank-you .success-icon {
    width: 56px;
    height: 56px;
  }
}
.contact-us-landing-page .contact-form .wrapper .left .thank-you .success-icon .icon-linecheck {
  color: #98012E;
  font-size: 38px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .left .thank-you .success-icon .icon-linecheck {
    font-size: 24px;
  }
}
.contact-us-landing-page .contact-form .wrapper .left .thank-you .title {
  font-size: 32px;
  margin-top: 21px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .left .thank-you .title {
    font-size: 24px;
  }
}
.contact-us-landing-page .contact-form .wrapper .left .thank-you .second-title {
  font-size: 38px;
  margin-top: 19px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .left .thank-you .second-title {
    font-size: 28px;
  }
}
.contact-us-landing-page .contact-form .wrapper .left .thank-you .content {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.57;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .left .thank-you .content {
    font-size: 14px;
    margin-top: 34px;
    padding: 0 8px;
  }
}
.contact-us-landing-page .contact-form .wrapper .left .thank-you .action {
  margin-top: 37px;
}
.contact-us-landing-page .contact-form .wrapper .left .thank-you .continue-shopping {
  margin: 0 auto;
  width: 212px;
  height: 56px;
  line-height: 25px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .left .thank-you .continue-shopping {
    width: 160px;
    height: 50px;
    line-height: 28px;
  }
}
.contact-us-landing-page .contact-form .wrapper .right {
  width: 47%;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .wrapper .right {
    display: none;
  }
}
.contact-us-landing-page .contact-form .wrapper .right img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .topic-select .label,
  .contact-us-landing-page .contact-form .topic-select label {
    font-size: 14px;
  }
}
.contact-us-landing-page .contact-form .topic-select .select-container {
  position: relative;
}
.contact-us-landing-page .contact-form .topic-select .select-container:before {
  font-family: "FontAwesome";
  content: "\F107";
  color: #d9d9d9;
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 100;
  font-size: 24px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .topic-select .select-container:before {
    top: 4px;
  }
}
.contact-us-landing-page .contact-form .topic-select select {
  height: 48px;
  padding: 10px 35px 10px 20px;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .topic-select select {
    font-size: 14px;
    padding: 5px 35px 5px 20px;
    height: 44px;
  }
}
.contact-us-landing-page .contact-form .topic-select.required .label:before,
.contact-us-landing-page .contact-form .topic-select.required label:before {
  display: none;
}
.contact-us-landing-page .contact-form .topic-select.required .label:after,
.contact-us-landing-page .contact-form .topic-select.required label:after {
  content: "*";
  color: #796E65;
}
.contact-us-landing-page .contact-form .is-required {
  font-size: 14px;
  color: #7F7F7F;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .is-required {
    font-size: 12px;
  }
}
.contact-us-landing-page .contact-form .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  .contact-us-landing-page .contact-form .actions .action-submit {
    margin: 0 auto;
  }
}
.contact-us-landing-page .contact-form .actions .subscribe-contact-us {
  width: 593px;
  height: 50px;
  border-radius: 0px !important;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .actions .subscribe-contact-us {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-form .actions .action-reset {
    margin-top: 10px;
  }
}
.contact-us-landing-page .style-for-contact-us-title {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  padding-top: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-size: 51px;
  font-weight: 400;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .style-for-contact-us-title {
    font-size: 32px;
    text-align: center;
  }
}
.contact-us-landing-page .contact-us-tab-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-us-tab-pc {
    display: none;
  }
}
.contact-us-landing-page .contact-us-tab-pc .tab-one {
  padding: 20px 0 20px 0;
  border-bottom: 3px solid black;
  color: black;
}
.contact-us-landing-page .contact-us-tab-pc .tab-two {
  padding: 20px 0px 20px 40px;
  color: #796E65;
  text-decoration: none;
}
.contact-us-landing-page .contact-us-tab-mb {
  display: none;
}
@media (max-width: 767.98px) {
  .contact-us-landing-page .contact-us-tab-mb {
    display: block;
  }
}
.contact-us-landing-page .contact-us-tab-mb #nav-select {
  margin: 0 20px 0 20px;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  width: calc(100% - 40px);
  padding: 0.375rem 0;
}
.contact-us-landing-page .phone-container .form-control-label {
  display: none;
}
.contact-us-landing-page .phone-container input::-webkit-input-placeholder {
  color: #796E65 !important;
}
.contact-us-landing-page .phone-container input::-moz-placeholder {
  color: #796E65 !important;
}
.contact-us-landing-page .phone-container input:-ms-input-placeholder {
  color: #796E65 !important;
}
.contact-us-landing-page .phone-container input::-ms-input-placeholder {
  color: #796E65 !important;
}
.contact-us-landing-page .phone-container input::placeholder {
  color: #796E65 !important;
}

.contact-us-signup-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.contact-us-signup-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-us-signup-alert.show {
  display: block;
}

.contact-us-watch-top {
  position: relative;
}
.contact-us-watch-top .contact-us-watch-breadcrumbs {
  max-width: 1440px;
  padding: 0 20px;
  position: absolute;
  top: 0;
  z-index: 100;
}
.contact-us-watch-top .contact-us-watch-breadcrumbs .breadcrumb {
  padding: 28px 0 28px 15px !important;
}
.contact-us-watch-top .contact-us-watch-breadcrumbs .breadcrumb li::before {
  color: #fff;
}
.contact-us-watch-top .contact-us-watch-breadcrumbs .breadcrumb li > a {
  color: #fff;
  text-transform: uppercase;
}
.contact-us-watch-top .contact-us-watch-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #fff;
  content: "/";
}
.contact-us-watch-top .contact-us-watch-breadcrumbs .breadcrumb li:last-child > a {
  opacity: 0.5;
}
.contact-us-watch-top .contact-us-watch-breadcrumbs .breadcrumb li:last-child > a:hover {
  text-decoration: none;
  cursor: default;
}

.watch-contact-info {
  max-width: 1120px;
  margin: 70px auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .watch-contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto 0 auto;
  }
}
.watch-contact-info .item {
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .watch-contact-info .item {
    margin-bottom: 30px;
  }
}
.watch-contact-info .item:first-child, .watch-contact-info .item:last-child {
  padding: 0;
}
@media (max-width: 767.98px) {
  .watch-contact-info .item:first-child, .watch-contact-info .item:last-child {
    padding: 0 20px;
  }
}
.watch-contact-info .item:first-child .content a {
  color: #000;
  text-decoration: underline;
}
.watch-contact-info .item .title {
  font-size: 21px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .watch-contact-info .item .title {
    font-size: 18px;
  }
}
.watch-contact-info .item .content {
  font-size: 14px;
  margin-top: 12px;
  color: #796E65;
}
@media (max-width: 767.98px) {
  .watch-contact-info .item .content {
    font-size: 12px;
  }
}
.watch-contact-info .item a:hover {
  color: #98012E;
}

.map-box {
  background-color: #fff;
}
.map-box .map-title {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 33px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.11;
}
@media (max-width: 767.98px) {
  .map-box .map-title {
    font-size: 24px;
    padding-top: 68px;
    padding-bottom: 25px;
    line-height: 1.17;
  }
}
.map-box .map-nav .nav {
  display: block;
}
.map-box .map-nav .map-nav-ul {
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .map-box .map-nav .map-nav-ul {
    margin: 0 auto 16px;
  }
}
.map-box .map-nav .map-nav-ul li {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .map-box .map-nav .map-nav-ul li {
    padding: 0 10px;
  }
}
.map-box .map-nav a {
  color: #796E65;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.map-box .map-nav a.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.map-box .tab-content {
  max-width: 1440px;
  margin: 0 auto;
}
.map-box #map {
  width: 100%;
  height: 570px;
  padding: 0 32px 0;
  margin-top: 27px;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .map-box #map {
    margin-top: 32px;
    padding: 0;
    height: 375px;
  }
}
.map-box #map.active {
  opacity: 1;
}
.map-box #map.active .map-canvas {
  position: static;
}
.map-box #map:not(.active) .map-canvas {
  height: 0;
}
@media (min-width: 768px) {
  .map-box #map.active {
    opacity: 1;
  }
  .map-box #map.active .map-canvas {
    position: static;
  }
}
.map-box #map .map-canvas {
  display: block;
  height: 570px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .map-box #map .map-canvas {
    height: 375px;
  }
}
.map-box #map .gm-style-iw button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.map-box #map .gm-style .gm-style-iw-c {
  display: none;
}
.map-box #map .gm-style .gm-style-iw-tc::after {
  display: none;
}
.map-box #map .close-search {
  position: absolute;
  top: 10px;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
}
@media (min-width: 768px) {
  .map-box #map .close-search {
    left: 28%;
  }
}
@media (max-width: 767.98px) {
  .map-box #map .close-search {
    right: 10px;
    top: 46%;
  }
}
.map-box #map .map-one-box {
  position: absolute;
  width: 28%;
  height: 570px;
  left: 32px;
  padding-top: 178px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .map-box #map .map-one-box {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .map-box #map .map-one-box {
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    padding-top: 28px;
  }
}
.map-box #map .map-one-box-content {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .map-box #map .map-one-box-content {
    width: 72%;
  }
}
.map-box #map .tudor-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #b78e6c;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .map-box #map .tudor-title {
    margin-bottom: 0;
  }
}
.map-box #map .tudor-name {
  font-size: 14px;
  font-weight: bold;
  height: 58px;
  line-height: 1.71;
}
@media (max-width: 767.98px) {
  .map-box #map .tudor-name {
    font-size: 18px;
    font-weight: normal;
    height: 62px;
    line-height: 1.33;
    overflow: auto;
  }
  .map-box #map .tudor-name::-webkit-scrollbar {
    width: 6px;
  }
}
.map-box #map .tudor-address {
  font-size: 14px;
  font-weight: normal;
  height: 60px;
  line-height: 1.43;
  margin-bottom: 15px;
  overflow: auto;
}
.map-box #map .tudor-address::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 767.98px) {
  .map-box #map .tudor-address {
    height: 28px;
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 10px;
  }
}
.map-box #map .tudor-time {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .map-box #map .tudor-time {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 0;
  }
}
.map-box #map .tudor-tel {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #000;
}
@media (max-width: 767.98px) {
  .map-box #map .tudor-tel {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
  }
}
.map-box #list {
  padding: 11px 32px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .map-box #list {
    padding: 0 20px 0;
  }
}
.map-box #list .list-one-box {
  width: calc((100% - 48px) / 4);
  padding-top: 72px;
  padding-bottom: 56px;
  background-color: #f5f5f5;
  margin-left: 16px;
  margin-top: 16px;
}
@media (max-width: 1000px) {
  .map-box #list .list-one-box {
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 767.98px) {
  .map-box #list .list-one-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 36px;
    margin-left: 0;
  }
}
.map-box #list .list-one-box-content {
  width: 72%;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .map-box #list .list-one-box:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .map-box #list .list-one-box:nth-child(3n+1) {
    margin-left: 0;
  }
}
.map-box #list .tudor-title {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #b78e6c;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.map-box #list .tudor-name {
  font-size: 14px;
  font-weight: bold;
  height: 58px;
  line-height: 1.57;
}
@media (max-width: 767.98px) {
  .map-box #list .tudor-name {
    font-size: 18px;
    font-weight: normal;
    height: 58px;
    line-height: 1.33;
  }
}
.map-box #list .tudor-address {
  font-size: 14px;
  font-weight: normal;
  height: 60px;
  line-height: 1.4;
  margin-bottom: 22px;
  overflow: auto;
}
.map-box #list .tudor-address::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 767.98px) {
  .map-box #list .tudor-address {
    font-size: 12px;
    line-height: 1.5;
  }
}
.map-box #list .tudor-time {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
}
@media (max-width: 767.98px) {
  .map-box #list .tudor-time {
    font-size: 12px;
    line-height: 1.33;
  }
}
.map-box #list .tudor-tel {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #000;
}
@media (max-width: 767.98px) {
  .map-box #list .tudor-tel {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
  }
}

.watch-contactus-form-wrapper {
  margin: 0 auto;
  background-color: #fff;
}
.watch-contactus-form-wrapper form {
  width: 100%;
  background: #fff;
  padding-top: 48px;
  padding-bottom: 100px;
  max-width: 602px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .watch-contactus-form-wrapper form {
    padding: 55px 20px 60px 20px;
  }
}
.watch-contactus-form-wrapper .form-heading {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  color: #796E65;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.11;
}
@media (max-width: 767.98px) {
  .watch-contactus-form-wrapper .form-heading {
    font-size: 28px;
    line-height: 1.17;
  }
}
.watch-contactus-form-wrapper .topic-select {
  position: relative;
  margin-bottom: 49px;
}
@media (max-width: 767.98px) {
  .watch-contactus-form-wrapper .topic-select {
    margin-bottom: 25px;
  }
}
.watch-contactus-form-wrapper .topic-select .is-required {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 14px;
  color: #98012E;
}
.watch-contactus-form-wrapper .form-comment-row {
  margin-top: 15px;
  margin-bottom: 40px;
}
.watch-contactus-form-wrapper textarea {
  height: 120px;
}
.watch-contactus-form-wrapper .actions {
  text-align: center;
}
.watch-contactus-form-wrapper .actions button.btn {
  margin: 0 5px;
  width: 212px;
  height: 56px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .watch-contactus-form-wrapper .actions button.btn {
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
    height: 56px;
  }
}

.plp-top-banner-iswatch {
  width: 100%;
  background-image: url("../../images/watch/Tudor-1920x400px-TC.jpg");
  background-size: cover;
  position: relative;
  height: 288px;
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .plp-top-banner-iswatch {
    width: 100vw;
    left: calc(-50vw + 640px);
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .plp-top-banner-iswatch {
    left: 0;
  }
}
[lang=en] .plp-top-banner-iswatch {
  background-image: url("../../images/watch/Tudor-1920x400px-EN.jpg");
}
@media (max-width: 1023.98px) {
  .plp-top-banner-iswatch {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .plp-top-banner-iswatch {
    height: 350px;
    padding-top: 40px;
    background-image: url("../../images/watch/Tudor-750x1164px-TC.jpg");
  }
  [lang=en] .plp-top-banner-iswatch {
    background-image: url("../../images/watch/Tudor-750x1164px-EN.jpg");
  }
}
.plp-top-banner-iswatch div {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 767.98px) {
  .plp-top-banner-iswatch div {
    font-size: 40px;
  }
}
.plp-top-banner-iswatch p {
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .plp-top-banner-iswatch p {
    width: 90%;
  }
}

.swatch-nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  color: #000;
  height: 80px;
}
@media (max-width: 767.98px) {
  .swatch-nav-footer {
    display: none;
  }
}
.swatch-nav-footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.swatch-nav-footer .nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.swatch-nav-footer .border-0 {
  border: 0 !important;
}
.swatch-nav-footer .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.swatch-nav-footer .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.swatch-nav-footer .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media (min-width: 768px) {
  .swatch-nav-footer .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.swatch-nav-footer .m-0 {
  margin: 0 !important;
}
.swatch-nav-footer .nav-tabs {
  border-bottom: 1px solid #ccc;
}
.swatch-nav-footer .scroll-horizontal {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.swatch-nav-footer ul li a.active {
  border-color: #862833;
  text-decoration: none;
  color: #1D1D1D;
  border-bottom: 1px solid #1D1D1D;
}
.swatch-nav-footer ul li a {
  border-bottom: 1px solid transparent;
  padding: 3.8px 0;
  font-size: 14px;
  font-family: Noto Sans;
  line-height: 1.43;
  margin-left: 40px;
  display: block;
  color: #796E65;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
}

.swatch-navbar-mb {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .swatch-navbar-mb {
    display: none;
  }
}
.swatch-navbar-mb .title {
  position: relative;
  color: inherit;
  line-height: 38px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-weight: 500;
  text-transform: uppercase;
}
.swatch-navbar-mb .title:before {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 25px;
  top: 50%;
  color: #7d7d7d;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swatch-navbar-mb .swatch-second-title {
  position: relative;
  color: inherit;
  line-height: 38px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: bolder;
  border-bottom: 1px solid #e7e7e7;
}
.swatch-navbar-mb .swatch-second-title:after {
  font-family: "ctf-icons";
  content: "\E909";
  position: absolute;
  right: 25px;
  top: 50%;
  color: #796E65;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  font-size: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.swatch-navbar-mb .swatch-second-layer-category-content {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: left;
  color: #000;
}
.swatch-navbar-mb a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 1023.98px) {
  .swatch-navbar-mb.active .swatch-second-title:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .swatch-navbar-mb.active .card-body {
    visibility: visible;
    max-height: 100%;
    opacity: 1;
  }
  .swatch-navbar-mb.swatch-nav-footer-mb-card {
    border-width: 0 0 1px 0;
    border-color: rgba(112, 112, 112, 0.2);
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .swatch-navbar-mb .card-header {
    border-bottom: 0;
    padding: 0;
  }
  .swatch-navbar-mb .card-body {
    background-color: #fff;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    position: absolute;
    width: 100%;
  }
  .swatch-navbar-mb-color .card-body > ul {
    padding: 20px;
  }
  .swatch-navbar-mb-category {
    display: none;
  }
  .swatch-navbar-mb .navbar-category-watch {
    text-transform: uppercase;
  }
  .swatch-navbar-mb:not(.refinement-color) .card-body > .content {
    padding: 0 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .swatch-navbar-mb:not(.refinement-color) .card-body > .content > li {
    padding: 5px;
    width: 50%;
  }
  .swatch-navbar-mb:not(.refinement-color) .card-body > .content > li button {
    border: 1px solid #D4D4D4;
  }
  .swatch-navbar-mb:not(.refinement-color) .card-body > .content > li.selected button {
    border-color: #98012E;
  }
}
.swatch-navbar-mb li .checkbox {
  position: relative;
}
@media (min-width: 1024px) {
  .swatch-navbar-mb li .checkbox::before, .swatch-navbar-mb li .checkbox::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .swatch-navbar-mb li .checkbox::before, .swatch-navbar-mb li .checkbox::after {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1024px) {
  .swatch-navbar-mb li .checkbox::after {
    border: 0;
    width: 8px;
    height: 8px;
    background-color: #98012E;
    -webkit-transform: translate(-4px, -50%);
            transform: translate(-4px, -50%);
    opacity: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .swatch-navbar-mb li .checkbox::after {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .swatch-navbar-mb li .checkbox.\--radio::before {
    display: none;
  }
  .swatch-navbar-mb li .checkbox.\--radio::after {
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100%;
  }
}
.swatch-navbar-mb li.selected > button {
  color: #98012E;
}
.swatch-navbar-mb li.selected > .checkbox::after {
  opacity: 1;
}
.swatch-navbar-mb.refinement-category {
  display: none;
}
.swatch-navbar-mb .hit-count {
  margin-left: 0.25em;
}

.register-noside-custom-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register-noside-custom-radio input[type=radio] {
  display: none;
}

.register-noside-custom-radio label {
  position: relative;
  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: 80px;
  height: 48px;
  margin-right: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #D9D9D9;
}

.register-noside-custom-radio input[type=radio]:checked + label {
  border-color: #796E65;
  color: #796E65;
}

.container.line-and-circle-style {
  position: relative;
  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;
}

.line-for-style {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-top: 1px solid #796E65;
  opacity: 0.5;
}

.circle-for-style {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(121, 110, 101, 0.5);
  border-radius: 50%;
  background-color: transparent;
  margin-right: 12px;
  margin-left: 12px;
}

.style-for-three-div {
  font-family: Europa, NotoSansTC !important;
  max-width: 80%;
}
@media (max-width: 767.98px) {
  .style-for-three-div {
    max-width: 60%;
  }
}

@media (min-width: 480px) {
  .style-for-address-div-border {
    border-left: 1px solid #D7D4D1;
    border-right: 1px solid #D7D4D1;
  }
}
@media (max-width: 767.98px) {
  .style-for-address-div-border {
    border-top: 1px solid #D7D4D1;
    border-bottom: 1px solid #D7D4D1;
  }
}

.style-for-still-have-qa {
  font-size: 38px;
}
@media (max-width: 767.98px) {
  .style-for-still-have-qa {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .style-for-sp-padding {
    padding-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .style-for-sp-contact {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .style-for-sp-address {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .style-for-sp-openinghours {
    padding-bottom: 10px;
  }
}

.login-joinus {
  color: #796E65;
  text-align: center;
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .login-joinus {
    font-size: 32px;
  }
}

.form-join-btn {
  background: #fff;
  color: #796E65 !important;
  border: 1px solid #796E65;
}
.form-join-btn:hover {
  color: white !important;
}

.style-for-camera-svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-image: url("../images/camera-icon.svg");
}

.style-for-captcha-div {
  background-color: #F2F0F0;
}

.style-for-contact-us {
  font-family: Orpheus Pro, Songti TC, Noto Sans;
  color: #796E65;
  font-weight: 400;
  font-size: 51px;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .style-for-contact-us {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.style-for-pc-title {
  text-align: center;
  color: #796E65;
  font-weight: 400;
  font-size: 16px;
  margin-top: 64px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .style-for-pc-title {
    display: none;
  }
}

.style-for-sp-title {
  text-align: center;
  color: #796E65;
  font-weight: 400;
  font-size: 16px;
  margin-top: 55px;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .style-for-sp-title {
    display: none;
  }
}

.style-fot-watch-contact-us-title-content {
  text-align: center;
  color: #796E65;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .style-fot-watch-contact-us-title-content {
    max-width: 514px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .style-fot-watch-contact-us-title-content {
    margin-bottom: 33.8px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.style-fot-watch-contact-us-title-phone-mail {
  text-align: center;
  color: #796E65;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 29px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .style-for-input-form {
    width: 491px;
    margin-left: auto;
    margin-right: auto;
  }
}

.style-for-form-title-content {
  color: #796E65;
  font-weight: 400;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .style-for-form-title-content {
    width: 411px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) {
  .style-for-subscribe-contact-us {
    width: 491px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 480px) {
  .style-for-input-form-for-gender {
    width: 491px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .style-for-input-form-for-gender {
    padding-left: 5px;
  }
}

.contactus-address {
  word-wrap: break-word;
  white-space: pre-wrap;
  text-align: center;
}