/* Independent navigation layer. Legacy navigation selectors are intentionally absent. */

/* Header shell */
.tcg-site-header.tcg-site-header-isolated {
  height: auto;
}

.tcg-site-masthead {
  position: relative;
  display: flex;
  container-type: inline-size;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 68px;
  padding: 4px 0;
  overflow: visible;
  background: #fff;
}

.tcg-site-logo {
  order: 1;
  flex: 0 0 230px;
  width: 230px;
  height: 60px;
}

.tcg-site-logo > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/logo/tcg-logo-2023.gif") no-repeat left center / contain;
}

.tcg-site-anniversary {
  order: 2;
  flex: 0 0 200px;
  width: 200px;
  height: 60px;
  margin-left: auto;
  background: url("/images/background/other/25thanniversary.png") no-repeat right center / contain;
}

.tcg-site-anniversary[data-site-anniversary-hidden="1"] {
  display: none;
}

.tcg-site-tools {
  order: 3;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  min-width: 0;
  margin-left: auto;
  overflow: visible;
}

/* Header tools */

.tcg-site-tool {
  flex: 0 0 auto;
  min-width: 0;
  margin: 0 5px;
}

.tcg-site-tool > a {
  display: block;
  height: 40px;
  padding: 0 10px 0 35px;
  color: #d75b00;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

.tcg-site-tool-search > a {
  background-image: url("/images/background/icon/ico-search.svg");
}

.tcg-site-tool-answers > a {
  background-image: url("/images/background/icon/ico-qa.svg");
}

.tcg-site-tool-community > a {
  background-image: url("https://data.travelchinaguide.com/images/tcg/tour/2016/icon_community.svg");
}

.tcg-site-tool-apps > a {
  background-image: url("/images/tcg/app/icon_app.png");
}

.tcg-site-tool-user > a {
  background-image: url("/images/background/icon/ico-user.svg");
}

.tcg-site-tool-phone {
  position: relative;
}

.tcg-site-tool-phone > a {
  color: #000;
  background-image: url("/images/background/icon/ico-tel.svg");
}

.tcg-site-tool-bookings {
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px 0 35px;
  border: 0;
  color: #d75b00;
  font: inherit;
  line-height: 40px;
  white-space: nowrap;
  background: transparent url("/images/background/icon/ico-user.svg") no-repeat left center;
  cursor: pointer;
}

.tcg-site-phone-list {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 120;
  box-sizing: border-box;
  width: 280px;
  margin: 0;
  padding: 8px 20px;
  list-style: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, .5);
}

.tcg-site-tool-phone.is-open .tcg-site-phone-list {
  display: block;
  visibility: visible;
}

.tcg-site-phone-list a {
  display: block;
  padding: 6px 0;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.tcg-site-phone-close {
  display: none;
}

body #callusbox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  box-sizing: border-box;
  width: min(360px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
  color: #000;
  font: 17px Arial, Helvetica, Verdana, Geneva, sans-serif;
  line-height: 1.6;
}

body #callusbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

body #callusbox li {
  border-bottom: 1px solid #d1d1d1;
}

body #callusbox .callusbox-title {
  padding: 10px 52px 10px 16px;
  background: #efefef;
  border-radius: 25px 25px 0 0;
  font-size: 20px;
  line-height: 28px;
}

body #callusbox .callusbox-item a {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 50px;
  padding: 8px 16px;
  color: #000;
  text-align: left;
  text-decoration: none;
  overflow-wrap: normal;
}

body #callusbox .callusbox-label,
body #callusbox .callusbox-number {
  white-space: nowrap;
}

body #callusbox-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff url("/images/tcg/picture/bg/icon-close01.png") no-repeat center / 28px;
  cursor: pointer;
}

/* Currency */

.tcg-site-currency {
  position: relative;
  box-sizing: border-box;
  padding: 5px 30px 5px 10px;
  background: url("/images/background/arrow/icon-arrow-down-gray-12-10.png") no-repeat right 15px center;
  cursor: pointer;
}

.tcg-site-currency .currency-item {
  display: block;
  box-sizing: border-box;
  width: 80px;
  height: 20px;
  padding-left: 35px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.tcg-site-tools[data-site-tools-css="1"] .tcg-site-currency > .currency-item {
  margin: 0;
}

.tcg-site-currency .currency-item.usd { background-image: url("/images/background/icon/currency/usd.svg"); }
.tcg-site-currency .currency-item.cad { background-image: url("/images/background/icon/currency/cad.svg"); }
.tcg-site-currency .currency-item.aud { background-image: url("/images/background/icon/currency/aud.svg"); }
.tcg-site-currency .currency-item.gbp { background-image: url("/images/background/icon/currency/gbp.svg"); }
.tcg-site-currency .currency-item.eur { background-image: url("/images/background/icon/currency/eur.svg"); }
.tcg-site-currency .currency-item.nzd { background-image: url("/images/background/icon/currency/nzd.svg"); }
.tcg-site-currency .currency-item.sgd { background-image: url("/images/background/icon/currency/sgd.svg"); }
.tcg-site-currency .currency-item.hkd { background-image: url("/images/background/icon/currency/hkd.svg"); }
.tcg-site-currency .currency-item.chf { background-image: url("/images/background/icon/currency/chf.svg"); }
.tcg-site-currency .currency-item.usd::before { content: "USD"; }
.tcg-site-currency .currency-item.cad::before { content: "CAD"; }
.tcg-site-currency .currency-item.aud::before { content: "AUD"; }
.tcg-site-currency .currency-item.gbp::before { content: "GBP"; }
.tcg-site-currency .currency-item.eur::before { content: "EUR"; }
.tcg-site-currency .currency-item.nzd::before { content: "NZD"; }
.tcg-site-currency .currency-item.sgd::before { content: "SGD"; }
.tcg-site-currency .currency-item.hkd::before { content: "HKD"; }
.tcg-site-currency .currency-item.chf::before { content: "CHF"; }

.tcg-site-currency-list {
  display: none;
  position: absolute;
  top: 35px;
  left: 10px;
  z-index: 120;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 5px #999;
}

.tcg-site-currency.is-open .tcg-site-currency-list {
  display: block;
  visibility: visible;
}

.tcg-site-currency-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tcg-site-currency-list li {
  padding: 10px;
}

.tcg-site-currency-list li:hover {
  background: #d4d4d4;
}

.tcg-site-tool-searchbox {
  position: relative;
  width: min(300px, 24vw);
  min-width: 180px;
  margin: 0 15px 0 5px;
}

.tcg-site-masthead[data-site-tools-css="1"]
.tcg-site-tools[data-site-tools-css="1"] > .tcg-site-tool-searchbox + .tcg-site-tool-search {
  display: none;
}

.tcg-site-search {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 35px;
  padding-right: 40px;
  border: 1px solid #d1d1d1;
}

.tcg-site-search-input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border: 0;
  color: #000;
  font-size: 17px;
}

.tcg-site-search-submit {
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
  height: 100%;
  border: 0;
  background: url("/images/background/icon/ico-search.svg") no-repeat center;
  cursor: pointer;
}

.tcg-site-search-list {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 990;
  box-sizing: border-box;
  width: 100%;
  height: 350px;
  padding: 0 20px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 5px #aaa;
  font-size: 16px;
}

.tcg-site-search-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tcg-site-search-list li {
  width: 50%;
  text-align: left;
}

.tcg-site-search-list label {
  display: block;
  padding: 10px 0;
}

.tcg-site-search-list input {
  margin-right: 5px;
}

/* Primary navigation */

.tcg-primary-nav {
  position: relative;
  z-index: 100;
  width: 100%;
  min-height: 48px;
  overflow: visible;
  background: #c75000;
}

.tcg-site-header.tcg-site-header-isolated.tcg-site-navigation-fixed {
  padding-bottom: var(--tcg-site-navigation-fixed-height, 48px);
}

.tcg-primary-nav.tcg-primary-nav-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.header-nav-sub.tcg-header-nav-sub-fixed {
  position: fixed;
  top: 48px;
  right: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
}

.tcg-primary-nav-bar {
  position: relative;
}

.tcg-primary-nav > nav {
  position: static;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.tcg-primary-nav-list {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.tcg-primary-nav-list > li {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
}

.tcg-breadcrumb > ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tcg-breadcrumb > ol > li {
  display: inline;
}

.tcg-photo-breadcrumb {
  display: block;
  width: 100%;
  overflow: visible;
  white-space: normal;
}

.tcg-photo-breadcrumb > ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tcg-photo-breadcrumb > ol > li {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  border: 0;
  background: none;
  text-indent: 0;
  white-space: nowrap;
}

.tcg-photo-breadcrumb > ol > li + li::before {
  margin: 0 5px;
  content: "/";
}

.tcg-primary-nav-list > li > a {
  display: block;
  height: 48px;
  padding: 0 14px;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.tcg-primary-nav-secondary {
  display: none;
  margin: 0;
  padding: 0 0 8px 24px;
  list-style: none;
}

.tcg-primary-nav-list > li.current > a,
.tcg-primary-nav-list > li > a.current,
.tcg-primary-nav-list > li > a:hover,
.tcg-primary-nav-more-list a:hover {
  color: #d66e12;
  background: #f2f2f2;
}

.tcg-primary-nav-more {
  display: none;
  margin-left: auto;
}

.tcg-primary-nav-list > li.tcg-primary-nav-more {
  flex: 0 0 48px;
  width: 48px;
  min-width: 48px;
  height: 48px;
}

.tcg-primary-nav-more > button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  appearance: none;
  background: #c75000;
  cursor: pointer;
}

.tcg-primary-nav-more > button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -8px 0 #fff, 8px 0 #fff;
  content: "";
  transform: translate(-50%, -50%);
}

.tcg-primary-nav-more-list {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 110;
  width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #c75000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.tcg-primary-nav-more.is-open .tcg-primary-nav-more-list {
  display: block;
}

.tcg-primary-nav-more-list a {
  display: block;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.tcg-primary-nav-overlay,
.tcg-primary-nav-close,
.tcg-primary-nav-toggle {
  display: none;
}

.tcg-video-left-menu-trigger {
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(180deg, #f17b00 0%, #cb5400 100%);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .45);
}

.tcg-video-left-menu-trigger::before,
.tcg-video-left-menu-trigger::after {
  position: absolute;
  top: 17px;
  height: 3px;
  background: #fff;
  box-shadow: 0 10px #fff, 0 20px #fff;
  content: "";
}

.tcg-video-left-menu-trigger::before {
  left: 15px;
  width: 3px;
  border-radius: 50%;
}

.tcg-video-left-menu-trigger::after {
  left: 23px;
  width: 20px;
  border-radius: 2px;
}

/* Container-width tool states */

@container (max-width: 900px) {
  .tcg-site-tools[data-site-tools-css="1"] [data-site-tool]:not(.tcg-site-tool-searchbox) {
    flex: 0 0 48px;
    width: 48px;
    min-width: 48px;
    overflow: hidden;
  }

  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-tool > a {
    padding: 0;
    background-position: center;
  }

  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-tool-bookings {
    padding: 0;
    background-position: center;
  }

  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-tool > a > span,
  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-tool-bookings > span,
  .tcg-site-tools[data-site-tools-css="1"] [data-site-tool] .site-tool-label {
    display: none;
  }

  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-currency > .currency-item {
    width: 80px;
    padding-left: 35px;
    background-position: left center;
  }

  .tcg-site-tools[data-site-tools-css="1"] [data-site-tool].tcg-site-currency {
    flex: 0 0 120px;
    width: 120px;
    min-width: 120px;
    padding: 5px 30px 5px 10px;
    overflow: visible;
    background-position: right 15px center;
  }

  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-currency-list {
    left: 0;
  }

  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-tool-phone {
    overflow: visible;
    z-index: 121;
  }
}

@container (max-width: 740px) {
  .tcg-site-masthead[data-site-tools-css="1"][data-site-tool-count="4"] .tcg-site-anniversary {
    display: none;
  }
}

@container (max-width: 680px) {
  .tcg-site-masthead[data-site-tools-css="1"][data-site-tool-count="3"] .tcg-site-anniversary {
    display: none;
  }
}

@container (max-width: 600px) {
  .tcg-site-masthead[data-site-tools-css="1"]:has(> .tcg-site-tools > .tcg-site-tool-searchbox)
  > .tcg-site-tools > .tcg-site-tool-searchbox {
    display: none;
  }

  .tcg-site-masthead[data-site-tools-css="1"]:has(> .tcg-site-tools > .tcg-site-tool-searchbox)
  > .tcg-site-tools > .tcg-site-tool-searchbox + .tcg-site-tool-search {
    display: block;
  }
}

@container (max-width: 320px) {
  .tcg-site-masthead[data-site-tool-count="4"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(1 of [data-site-tool]:not(.tcg-site-tool-searchbox)) {
    display: none;
  }
}

@container (max-width: 266px) {
  .tcg-site-masthead[data-site-tool-count="4"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(2 of [data-site-tool]:not(.tcg-site-tool-searchbox)),
  .tcg-site-masthead[data-site-tool-count="3"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(1 of [data-site-tool]:not(.tcg-site-tool-searchbox)) {
    display: none;
  }
}

@container (max-width: 212px) {
  .tcg-site-masthead[data-site-tool-count="4"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(3 of [data-site-tool]:not(.tcg-site-tool-searchbox)),
  .tcg-site-masthead[data-site-tool-count="3"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(2 of [data-site-tool]:not(.tcg-site-tool-searchbox)),
  .tcg-site-masthead[data-site-tool-count="2"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(1 of [data-site-tool]:not(.tcg-site-tool-searchbox)) {
    display: none;
  }
}

@container (max-width: 102px) {
  .tcg-site-masthead[data-site-tool-count="4"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(4 of [data-site-tool]:not(.tcg-site-tool-searchbox)),
  .tcg-site-masthead[data-site-tool-count="3"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(3 of [data-site-tool]:not(.tcg-site-tool-searchbox)),
  .tcg-site-masthead[data-site-tool-count="2"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(2 of [data-site-tool]:not(.tcg-site-tool-searchbox)),
  .tcg-site-masthead[data-site-tool-count="1"]
  .tcg-site-tools[data-site-tools-css="1"] > :nth-last-child(1 of [data-site-tool]:not(.tcg-site-tool-searchbox)) {
    display: none;
  }
}

/* Legacy tool aliases */

.site-header-tools {
  min-width: 0;
}

.site-header-tools [data-site-tool] {
  min-width: 0;
}

.site-header-tools.is-icons [data-site-tool],
.tcg-site-tools.is-icons .tcg-site-tool,
.tcg-site-tools.is-icons [data-site-tool] {
  flex: 0 0 48px;
  width: 48px;
  min-width: 48px;
  overflow: hidden;
}

.site-header-tools.is-icons [data-site-tool] > span,
.site-header-tools.is-icons [data-site-tool] > a > span,
.site-header-tools.is-icons [data-site-tool] .site-tool-label {
  display: none;
}

.site-header-tools [data-site-tool][data-site-tool-hidden="1"],
.tcg-site-tools [data-site-tool][data-site-tool-hidden="1"] {
  display: none;
}

.tcg-site-tools.is-icons .tcg-site-tool-phone {
  overflow: visible;
  z-index: 121;
}

.tcg-site-tools.is-icons .tcg-site-tool > a {
  padding: 0;
  background-position: center;
}

.tcg-site-tools.is-icons .tcg-site-tool-bookings {
  padding: 0;
  background-position: center;
}

.tcg-site-tools.is-icons .tcg-site-tool > a > span,
.tcg-site-tools.is-icons .tcg-site-tool-bookings > span,
.tcg-site-tools.is-icons [data-site-tool] .site-tool-label,
.tcg-site-tools.is-icons .tcg-site-currency > .currency-item::before {
  display: none;
}

.tcg-site-tools.is-icons .tcg-site-currency > .currency-item {
  width: 48px;
  padding: 0;
  background-position: center;
}

/* Navigation viewport states */

@media screen and (min-width: 601px) and (max-width: 1200px) {
  .tcg-primary-nav > nav {
    overflow: visible;
  }

  .tcg-primary-nav-list {
    width: 100%;
    max-width: none;
    justify-content: center;
  }

  .tcg-primary-nav-list > li {
    min-width: max-content;
  }

  .tcg-primary-nav-more {
    display: block;
  }

  .tcg-primary-nav-list-distributed > li:not(.tcg-primary-nav-more) {
    flex-grow: 1;
  }

  .tcg-primary-nav-list-distributed {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 901px) {
  .tcg-site-masthead[data-site-tools-css="1"][data-site-tool-count="3"]:has(.tcg-site-tool-searchbox)
  .tcg-site-tools[data-site-tools-css="1"] > .tcg-site-tool-answers {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    overflow: visible;
  }

  .tcg-site-masthead[data-site-tools-css="1"][data-site-tool-count="3"]:has(.tcg-site-tool-searchbox)
  .tcg-site-tools[data-site-tools-css="1"] > .tcg-site-tool-answers > a {
    padding: 0 10px 0 35px;
    background-position: left center;
  }

  .tcg-site-masthead[data-site-tools-css="1"][data-site-tool-count="3"]:has(.tcg-site-tool-searchbox)
  .tcg-site-tools[data-site-tools-css="1"] > .tcg-site-tool-answers > a > span {
    display: inline;
  }
}

@media screen and (min-width: 1001px) {
  .tcg-site-masthead.has-tools:has(> .tcg-site-anniversary:not([data-site-anniversary-hidden="1"]))
  > .tcg-site-tools {
    flex: 0 0 auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 1201px) {
  .tcg-primary-nav-list {
    display: table;
    border-spacing: 0;
    table-layout: auto;
  }

  .tcg-primary-nav-list > li:not(.tcg-primary-nav-more) {
    display: table-cell;
  }

  .tcg-primary-nav-list > li > a,
  .tcg-primary-nav-more-list a {
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .tcg-primary-nav-bar {
    height: 48px;
    background: #c75000;
  }

  .tcg-primary-nav-bar > .tcg-primary-nav-toggle {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .tcg-site-masthead.has-tools {
    min-height: 48px;
    margin-bottom: 48px;
    padding: 0 10px;
  }

  .tcg-site-masthead.tcg-site-tools-fixed .tcg-site-tools {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
    background: #c75000;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  }

  .tcg-site-masthead.has-tools::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 48px;
    background: #c75000;
    content: "";
  }

  .tcg-site-logo {
    flex: 0 0 160px;
    width: 160px;
    height: 30px;
  }

  .tcg-site-logo > a {
    background-image: url("/images/logo/logo_moblie.svg");
  }

  .tcg-site-anniversary {
    flex: 0 0 100px;
    width: 100px;
    height: 30px;
  }

  .tcg-site-tools {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    margin-left: 0;
    padding-left: 48px;
  }

  .tcg-site-tools .tcg-site-tool-searchbox {
    display: none;
  }

  .tcg-site-tools .tcg-site-tool {
    height: 40px;
    margin: 0 3px;
  }

  .tcg-site-tools .tcg-site-tool > a {
    height: 40px;
    line-height: 40px;
    background-size: 22px;
  }

  .tcg-site-tools .tcg-site-tool-phone > a {
    background-image: url("/images/background/icon/2021/white/icon-tel.svg");
  }

  .tcg-site-tools .tcg-site-tool-search > a {
    background-image: url("/images/background/icon/2021/white/icon-search.svg");
  }

  .tcg-site-tools .tcg-site-tool-apps > a {
    background-image: url("/images/background/icon/2021/white/icon-app.svg");
  }

  .tcg-site-tools .tcg-site-tool-user > a,
  .tcg-site-tools .tcg-site-tool-bookings {
    background-image: url("/images/background/icon/2021/white/icon-user.svg");
  }

  .tcg-site-tools .tcg-site-tool-answers > a,
  .tcg-site-tools .tcg-site-tool-community > a {
    filter: grayscale(1) brightness(0) invert(1);
  }

  .tcg-site-tools .tcg-site-tool-bookings {
    height: 40px;
    background-size: 22px;
  }

  .tcg-site-phone-list {
    position: fixed;
    top: 96px;
    right: 16px;
    left: 16px;
    width: auto;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
  }

  .tcg-site-phone-close {
    display: block;
    position: fixed;
    z-index: 121;
    top: 96px;
    right: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .tcg-site-tool-phone:not(.is-open) .tcg-site-phone-close {
    display: none;
  }

  .tcg-site-phone-close::before,
  .tcg-site-phone-close::after {
    position: absolute;
    top: 19px;
    left: 10px;
    width: 20px;
    height: 2px;
    background: #666;
    content: "";
    transform: rotate(45deg);
  }

  .tcg-site-phone-close::after {
    transform: rotate(-45deg);
  }

  .tcg-site-tools[data-site-tools-css="1"] [data-site-tool].tcg-site-currency {
    flex: 0 0 105px;
    box-sizing: border-box;
    width: 105px;
    min-width: 105px;
    height: 40px;
    padding: 5px 20px 5px 5px;
    overflow: visible;
    color: #fff;
    background-image: url("/images/background/arrow/arrow-white-down-s.gif");
    background-position: right 10px center;
  }

  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-currency > .currency-item {
    width: 80px;
    margin: 5px 0 0;
    padding-left: 35px;
    background-position: left center;
    background-size: 28px 20px;
  }

  .tcg-site-tools[data-site-tools-css="1"] .tcg-site-currency > .currency-item::before {
    display: block;
  }

  .tcg-site-tools .tcg-site-currency-list {
    top: 40px;
    right: 0;
    left: auto;
    color: #000;
  }

  .tcg-site-tools > .tcg-primary-nav-toggle {
    display: block;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .tcg-primary-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    min-height: 0;
    background: rgba(0, 0, 0, .3);
    text-align: left;
  }

  .tcg-primary-nav.is-open {
    display: block;
  }

  .tcg-primary-nav-overlay {
    display: block;
    position: absolute;
    inset: 0;
    background: transparent;
  }

  .tcg-primary-nav > nav {
    position: relative;
    z-index: 1;
    width: min(280px, calc(100vw - 48px));
    height: 100%;
    padding: 56px 0 0;
    overflow: auto;
    background: #fff;
    box-shadow: 2px 2px 5px #333;
  }

  .tcg-primary-nav-list {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .tcg-primary-nav-list > li {
    display: block;
    width: 100%;
    min-width: 0;
    border-bottom: 1px solid #f2f2f2;
  }

  .tcg-primary-nav-list > li > a {
    box-sizing: border-box;
    width: 100%;
    padding-right: 14px;
    padding-left: 30px;
    color: #000;
    font-size: 20px;
    text-align: left;
  }

  .tcg-primary-nav-list > li > .tcg-primary-nav-secondary {
    display: block;
  }

  .tcg-site-header.tcg-site-header-isolated .tcg-primary-nav-list > li.tcg-primary-nav-has-secondary {
    position: relative;
  }

  .tcg-site-header.tcg-site-header-isolated .tcg-primary-nav-list > li.tcg-primary-nav-has-secondary > a {
    padding-right: 36px;
    text-decoration: none;
  }

  .tcg-site-header.tcg-site-header-isolated .tcg-primary-nav-list > li.tcg-primary-nav-has-secondary::after {
    position: absolute;
    top: 22px;
    right: 16px;
    width: 0;
    height: 0;
    border-top: 5px solid #d66e12;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
  }

  .tcg-primary-nav-secondary > li {
    width: auto;
    min-width: 0;
    border: 0;
  }

  .tcg-site-header.tcg-site-header-isolated .tcg-primary-nav-secondary > li > a,
  .tcg-site-header.tcg-site-header-isolated .tcg-primary-nav-secondary > li > a:link,
  .tcg-site-header.tcg-site-header-isolated .tcg-primary-nav-secondary > li > a:visited,
  .tcg-site-header.tcg-site-header-isolated .tcg-primary-nav-secondary > li > a:hover,
  .tcg-site-header.tcg-site-header-isolated .tcg-primary-nav-secondary > li > a:active {
    display: block;
    height: auto;
    padding: 4px 0;
    color: #000;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
  }

  .tcg-primary-nav-more {
    display: none;
  }

  .tcg-primary-nav-toggle::before,
  .tcg-primary-nav-toggle::after,
  .tcg-primary-nav-toggle span {
    display: block;
    position: absolute;
    left: 9px;
    width: 22px;
    height: 2px;
    background: #fff;
    content: "";
  }

  .tcg-primary-nav-toggle::before { top: 11px; }
  .tcg-primary-nav-toggle span { top: 19px; }
  .tcg-primary-nav-toggle::after { top: 27px; }

  .tcg-primary-nav-close {
    display: block;
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 12px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .tcg-primary-nav-close::before {
    position: absolute;
    top: 12px;
    left: 16px;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    content: "";
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 1000px) {
  .tcg-site-masthead.has-tools[data-site-tools-css="1"] .tcg-site-anniversary {
    display: none;
  }
}

@media screen and (max-width: 319px) {
  body #callusbox .callusbox-item a {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: clamp(12px, 5vw, 17px);
  }
}

/* Final state overrides must stay after breakpoint rules. */

.tcg-site-currency.currency-switch-disabled .tcg-site-currency-list,
.tcg-site-currency.currency-switch-disabled .currency-list {
  display: none;
}

.tcg-site-tools[data-site-tools-css="1"] > .tcg-site-currency.currency-switch-disabled {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  padding-right: 0;
  background-image: none;
  cursor: default;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  .tcg-site-tools[data-site-tools-css="1"] > .tcg-site-currency > .currency-item {
    margin-top: 0;
    color: #000;
  }
}

.tcg-site-header.tcg-site-header-isolated .tcg-site-masthead:has(.tcg-site-tool-phone.is-open),
.tcg-site-header.tcg-site-header-isolated .tcg-site-masthead:has(.tcg-site-currency.is-open) {
  z-index: 121;
}

.tcg-site-header.tcg-site-header-isolated .tcg-site-masthead .tcg-site-tools[data-site-tools-css="1"] > .tcg-site-tool-phone,
.tcg-site-header.tcg-site-header-isolated .tcg-site-masthead .tcg-site-tools[data-site-tools-css="1"] > .tcg-site-currency {
  overflow: visible;
}

.tcg-site-header.tcg-site-header-isolated .tcg-site-masthead:has(.tcg-site-tool-phone.is-open),
.tcg-site-header.tcg-site-header-isolated .tcg-site-masthead:has(.tcg-site-currency.is-open),
.tcg-site-header.tcg-site-header-isolated .tcg-site-masthead:has(.tcg-site-tool-phone.is-open) .tcg-site-tools,
.tcg-site-header.tcg-site-header-isolated .tcg-site-masthead:has(.tcg-site-currency.is-open) .tcg-site-tools {
  overflow: visible;
}

@media screen and (max-width: 600px) {
  .tcg-site-tools .tcg-site-tool-search,
  .tcg-site-tools .tcg-site-tool-answers {
    flex: 0 0 48px;
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .tcg-site-tools .tcg-site-tool-search > a
  {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-size: 24px;
  }
  
  .tcg-site-tools .tcg-site-tool-answers > a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-size: 25px;
  }

  .tcg-site-tools .tcg-site-tool-search > a > span,
  .tcg-site-tools .tcg-site-tool-answers > a > span {
    display: none;
  }

  .tcg-site-tools .tcg-site-tool-search > a {
    background-image: url("/images/background/icon/2021/white/icon-search.svg");
  }
}
