﻿h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #aaa;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 16px;
}

a {
  color: #a87e58;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.header-gr {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 66.7%, 0.25);
  background-color: #fff;
}

.logo-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #242424;
  text-decoration: none;
}

.icon-img {
  width: 40px;
  height: 40px;
  margin: 40px;
}

.icon-img.logo-only {
  margin-right: 20px;
}

.icon-img.search-only {
  margin-left: 20px;
}

.logo-text-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  width: 160px;
}

.logo-city-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.color-ct {
  width: 60px;
  height: 60px;
  margin: 20px;
  border-radius: 50px;
  background-color: #a87e58;
}

.color-ct.dark-grey {
  background-color: #242424;
}

.color-ct.light-grey {
  background-color: #aaa;
}

.color-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sns-gr {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
}

.cal-gr {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
}

.menu-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-sub-text {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 3px;
  font-family: Avenirnextltpro, sans-serif;
  color: #aaa;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-sub-text.w--current {
  color: #a87e58;
}

.menu-primary-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-sub-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-primary {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 5px 8px;
  border-bottom: 2px dotted #fff;
  font-family: 'Avenirnextltpro demi', sans-serif;
  color: #242424;
  line-height: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-primary:hover {
  border-bottom-color: #a87e58;
}

.menu-primary.w--current {
  border-bottom-color: #a87e58;
}

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  margin-left: 10px;
  padding: 6px 26px 6px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #a87e58;
  border-radius: 30px;
  color: #a87e58;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-toggle.w--open {
  border-bottom-right-radius: 0px;
}

.icon {
  margin-right: 10px;
  color: #a87e58;
  font-size: 10px;
  line-height: 10px;
}

.container {
  max-width: 1280px;
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.shop-only {
  position: -webkit-sticky;
  position: sticky;
  top: 121px;
  z-index: 50;
  border-bottom: 2px dotted hsla(0, 0%, 66.7%, 0.25);
  background-color: #fff;
}

.container.search-only {
  position: -webkit-sticky;
  position: sticky;
  top: 121px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Avenirnextltpro, sans-serif;
  color: #a87e58;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section-title.related-only {
  margin-bottom: 10px;
}

.ct-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ct-div.shop-only {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.shop-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30.33%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.shop-ct:hover {
  opacity: 0.75;
}

.shop-preview-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Avenirnextltpro demi', sans-serif;
  color: #242424;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.shop-preview-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-preview-price {
  font-family: Avenirnextltpro, sans-serif;
  color: #a87e58;
  font-weight: 700;
}

.preview-img-ct {
  padding: 20px 0px 10px;
}

.exhibition-preview-ct {
  width: 48%;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.exhibition-preview-ct:hover {
  opacity: 0.9;
}

.article-container-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-container-gr.article-only {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-title {
  font-family: Avenirnextltpro, sans-serif;
  color: #242424;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
}

.date-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Avenirnextltpro, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.blank-space {
  height: 100px;
}

.blank-space.half {
  height: 50px;
  min-height: 50px;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slider-ct {
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-ct.shop-only {
  margin-top: 20px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 120px;
  margin-right: -80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.icon-2 {
  display: none;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 120px;
  margin-left: -80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon-3 {
  display: none;
}

.arrow-img {
  width: 50px;
}

.slide-nav {
  color: #a87e58;
  font-size: 8px;
  text-align: center;
}

.article-container-ct {
  text-align: left;
}

.article-container-ct.article-only {
  width: 60%;
}

.rich-text-block {
  font-family: Avenirnextltpro, sans-serif;
  color: #242424;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.article-title {
  font-family: Avenirnextltpro, sans-serif;
  color: #242424;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.article-img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-img.small {
  width: 60%;
  max-width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  text-align: center;
}

.text-regular {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Avenirnextltpro, sans-serif;
  color: #242424;
  font-weight: 400;
  text-decoration: none;
}

.text-regular.gold {
  color: #a87e58;
}

.text-regular.download-only {
  text-align: center;
  text-decoration: underline;
}

.profile-img {
  width: 60px;
  margin: 5px;
  border-radius: 50px;
}

.line-img {
  display: inline-block;
  width: 50px;
}

.side-panel-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  min-width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.qr-code-img {
  width: 120px;
}

.qr-code-ct {
  margin-bottom: 10px;
}

.line-div {
  width: 200px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 66.7%, 0.25);
}

.side-panel {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-ct {
  width: 70%;
  text-align: center;
}

.new {
  z-index: -1;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aaa;
}

.section-filter-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black {
  color: #242424;
}

.section-link {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  color: #242424;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-decoration: none;
}

.section-link:hover {
  color: #a87e58;
}

.section-link.w--current {
  color: #a87e58;
}

.icon-4 {
  display: none;
}

.dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  padding: 20px 30px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 4px solid #a87e58;
  background-color: #fff;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}

.link-dropdown {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 5px 6px;
  border-bottom: 2px dotted #fff;
  font-family: Avenirnextltpro, sans-serif;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.link-dropdown:hover {
  border-bottom: 2px dotted #a87e58;
  color: #a87e58;
}

.link-dropdown.w--current {
  color: #a87e58;
}

.section-link-more {
  cursor: pointer;
}

.dropdown-list-2 {
  background-color: #a87e58;
}

.dropdown-list-2.w--open {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 15px 0px 15px 15px;
  background-color: #a87e58;
}

.city-selector-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  font-family: Avenirnextltpro, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.city-selector-link:hover {
  opacity: 0.7;
}

.search-ct {
  min-width: 100px;
}

.download-link-ct {
  margin-bottom: 10px;
}

.download-img {
  width: 180px;
}

.download-arrow-ct {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-top: -60px;
  margin-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #242424;
}

.shop-category-btn {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 15px 8px;
  border-radius: 30px;
  background-color: hsla(0, 0%, 66.7%, 0.25);
  -webkit-transition: color 100ms ease, background-color 100ms ease;
  transition: color 100ms ease, background-color 100ms ease;
  color: #242424;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}

.shop-category-btn:hover {
  background-color: #242424;
  color: #fff;
}

.shop-category-btn.active {
  background-color: #242424;
  color: #fff;
}

.shop-category-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Avenirnextltpro, sans-serif;
  color: #a87e58;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.shop-category-ct.details-only {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-menu-link {
  display: none;
}

.menu-img {
  width: 40px;
  height: 40px;
  margin: 40px;
}

.menu-img.menu-only {
  margin-left: 20px;
}

.header-bg {
  display: none;
}

.download-arrow-img {
  width: 40px;
}

.annex-img {
  width: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.annex-ct.hide {
  display: none;
}

.search_txt {
  padding: 20px 20px 20px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Avenirnextltpro, sans-serif;
  color: #aaa;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.search-img-large {
  width: 40px;
}

.related-content-gr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.related-title-ct {
  margin-top: 40px;
  border-top: 1px solid hsla(0, 0%, 66.7%, 0.25);
}

.img-link-ct {
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.img-link-ct:hover {
  opacity: 0.75;
}

.search_bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #a87e58;
}

.shop-icon {
  width: 16px;
  margin-right: 10px;
}

.menu-sub-text-shop-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Avenirnextltpro, sans-serif;
  color: #aaa;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-sub-text-shop-only.w--current {
  color: #a87e58;
}

.shop-text {
  padding-top: 3px;
}

.search-img-new-link {
  display: none;
}

@media screen and (max-width: 991px) {
  .icon-img.logo-only {
    margin-right: 15px;
  }

  .container {
    min-height: 20px;
  }

  .section-title {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-title.related-only {
    margin-bottom: 0px;
  }

  .shop-preview-title {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .preview-img-ct {
    padding-bottom: 0px;
  }

  .right-arrow {
    margin-right: auto;
  }

  .left-arrow {
    margin-left: auto;
  }

  .shop-category-ct {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 23px;
  }

  .logo-img-ct {
    position: relative;
    z-index: 999;
  }

  .icon-img {
    margin: 20px;
  }

  .icon-img.logo-only {
    margin-right: 10px;
  }

  .logo-text-ct {
    position: relative;
    z-index: 999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    width: 140px;
  }

  .logo-city-text {
    margin-top: 8px;
    font-size: 10px;
  }

  .menu-gr {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-sub-text {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .menu-primary-gr {
    width: 100vw;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-sub-gr {
    height: auto;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-primary {
    padding-top: 15px;
    padding-bottom: 6px;
  }

  .header-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: -400px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.15);
  }

  .dropdown-toggle {
    margin-top: 10px;
    margin-left: 0px;
  }

  .container.shop-only {
    position: static;
    top: 81px;
  }

  .container.search-only {
    top: 81px;
  }

  .section-title {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-title.related-only {
    margin-bottom: 10px;
  }

  .shop-preview-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 16px;
  }

  .shop-preview-price {
    font-size: 10px;
    line-height: 11px;
  }

  .preview-img-ct {
    padding-top: 10px;
  }

  .article-container-gr {
    margin-bottom: 20px;
  }

  .article-container-gr.article-only {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-title {
    font-size: 18px;
    line-height: 24px;
  }

  .date-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
  }

  .blank-space {
    height: 40px;
  }

  .blank-space.half {
    height: 25px;
    min-height: 30px;
  }

  .slider-ct.shop-only {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .arrow-img {
    width: 30px;
  }

  .article-container-ct {
    width: 100%;
  }

  .article-container-ct.article-only {
    width: 100%;
  }

  .rich-text-block {
    width: 100%;
  }

  .article-title {
    font-size: 22px;
    line-height: 28px;
  }

  .article-img {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .side-panel-ct {
    min-width: 100%;
  }

  .side-panel {
    position: static;
    width: 100%;
  }

  .article-gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-ct {
    width: 90%;
  }

  .dropdown-list.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
    box-shadow: none;
  }

  .link-dropdown {
    padding-bottom: 4px;
  }

  .search-ct.mobile-only {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    margin-right: -20px;
  }

  .shop-category-btn {
    margin: 5px;
    padding-bottom: 7px;
  }

  .shop-category-ct {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .shop-category-ct.details-only {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu-dropdown {
    width: 80%;
    text-align: center;
  }

  .mobile-menu-link {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: block;
  }

  .menu-img {
    margin: 20px;
  }

  .header-bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 998;
    display: block;
    height: 81px;
    border-bottom: 1px solid hsla(0, 0%, 66.7%, 0.25);
    background-color: #fff;
  }

  .annex-img {
    width: 70px;
  }

  .search_txt {
    padding: 15px 15px 15px 0px;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 16px;
  }

  .search-img-large {
    display: none;
  }

  .shop-icon {
    display: none;
  }

  .menu-sub-text-shop-only {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .search-img-new-link {
    position: absolute;
    left: auto;
    top: 20px;
    right: 70px;
    bottom: auto;
    z-index: 1000;
    display: block;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .logo-city-text {
    text-transform: uppercase;
  }

  .search-img-new {
    width: 40px;
    height: 40px;
  }
}

@font-face {
  font-family: 'Avenirnextltpro';
  src: url('https://www.fosunfoundation.com/fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextltpro demi';
  src: url('https://www.fosunfoundation.com/fonts/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('https://www.fosunfoundation.com/fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}