[data-object-fit="cover"] {
  object-fit: cover;
}

.aem--headerMainNavigation__navEntry--toolsLink {
  font-size: 18px;
}

.aem--headerMainNavigation__navEntry--tools {
  margin-top: unset;
}

.aem--footer__line {
  border-bottom: none;
}

.empty-margin-ul {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.empty-list {
  list-style: none !important;
  padding-left: 0 !important;
}

.category-wrapper .category-item div {
  padding: 2px 0;
}

.page-title {
  margin-top: 2.5rem !important;
  margin-bottom: 0.6rem !important;
}

.service-grid {
  padding: 2rem 0 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 25px;
}

.service-item {
  text-decoration: none !important;
}

.service-preview-container {
  width: 100%;
  min-height: 160px;
  overflow: hidden;
}

.service-preview {
  width: 100% !important;
  height: 100% !important;
  /* object-fit: cover; */
  transition: all 300ms ease-in-out;
}

.purchase-offer:hover .service-preview {
  transform: scale(1.08);
}

.service-preview-title {
  margin-top: 0.2rem !important;
  margin-bottom: 0.6rem !important;
  font-size: 18px;
}

.service-preview-content {}

.promotion-img-container {
  width: 100%;
  padding: 0 15px;
}

.promotion-content-container {
  width: 100%;
  padding: 0 15px;
}

.promotion-item {
  width: 100%;
  padding: 20px 0;
  /* box-shadow: 0 0 5px #ccc; */
  margin: 15px auto 40px;
  color: black;
}

.promotion-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.promotion-top {
  display: flex;
  flex-wrap: wrap;
}

.promotion-main {
  flex: 1;
}

.promotion-title {
  margin-bottom: 0.75rem !important;
}

.promotion-original-price,
.promotion-discounted-price {
  font-weight: bold !important;
}

.load-more-container {
  padding: 0 0 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.step-name {
  font-size: 16px !important;
}

.about-list {
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  /* box-shadow: 0 0 5px #ccc; */
  margin: 30px auto;
}

.about-content-container {
  flex: 0 0 100%;
  max-width: 100%;
}

.about-img-container {
  flex: 0 0 100%;
  max-width: 100%;
}

.about-title {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.about-img {
  width: 100% !important;
  object-fit: contain;
}

.article-list {
  padding-bottom: 30px;
}

.article-item {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  /* box-shadow: 0 0 5px #ccc; */
  margin: 20px auto 30px;
}

.article-content-container {
  flex: 0 0 100%;
  max-width: 100%;
}

.article-img-container {
  flex: 0 0 100%;
  max-width: 100%;
}

.article-title {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.article-img {
  width: 100% !important;
  object-fit: contain;
}

.article-button {
  margin-top: 1rem;
}

.article-detail-title {
  margin-top: 0rem !important;
  margin-bottom: 1rem !important;
}

.article-detail-main {
  display: flex;
  padding-bottom: 50px;
}

.article-detail-content {}

.article-detail-img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 25px;
}

.article-detail-content-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.article-content-text {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
}

.article-content-image-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

.article-content-desktop {
  display: none;
}

.article-content-desktop-text {
  flex: 0 0 65%;
  max-width: 65%;
  padding-right: 1.5rem;
}

.article-content-desktop-img-wrapper {
  flex: 0 0 35%;
  max-width: 35%;
}

.article-content-desktop-img {
  width: 100%;
  margin-bottom: 25px;
}

.network-list {
  padding-top: 30px;
  padding-bottom: 50px;
}

.network-img-container {
  height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.network-content-container {
  flex: 0 0 100%;
  max-width: 100%;
}

.network-img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}

.network-title {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.network-address,
.network-tel,
.network-opening {
  margin: 1rem auto;
}

.network-feature-container {
  margin: 0.5rem auto;
}

.network-feature {
  display: block;
  border-left: 5px solid #00adef;
  padding-left: 10px;
  margin: 10px 4px;
}

.network-feature-img,
.network-get-direction-img {
  width: 20px;
  height: 20px;
  /* margin-top: 2px; */
  object-fit: contain;
}

.network-feature-text {
  flex: 1;
  padding-left: 0.3rem;
  font-weight: bold;
}

.network-opening>h5 {
  margin-top: 0 !important;
  margin-bottom: 0.3rem !important;
}

.network-get-direction {
  margin-top: 2rem;
}

.network-get-direction-text {
  padding-left: 0.3rem;
}

.text-btn {
  font-family: sans-serif;
}

.text-btn-normal {
  text-decoration: none !important;
  color: black !important;
  border: 0;
  font-size: 14px !important;
}

.text-btn-normal:hover {
  color: #00adef !important;
}

.network-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 100px;
}

.cart-step-wrapper .step .step-name {
  width: calc(100% - 58px);
}

.cart-step-wrapper>* {
  font-size: 1rem !important;
}

.order-placed {
  padding: 2rem 0 1rem !important;
}

.thanks-cross * {
  color: white;
}

.thanks-cross-border {
  border-top: 1px solid #555;
  border-left: none;
  margin-top: 15px !important;
}

.payment-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.payment-option * {
  font-size: 1.125rem !important;
}

.payment-radio {}

.payment-text {
  flex: fill;
  padding: 2px 0 0;
  font-size: 16px !important;
}

.no-block-start-end {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.payment-text ul {
  margin-top: 4px !important;
}

.payment-icon-list {
  margin-top: 6px;
}

.payment-icon-list img {
  margin: 3px;
}

.aem--pluginUniversalLightbox__base {
  display: block;
}

.a-btn {
  /* text-decoration: underline; */
  background-color: transparent;
  border: none;
  color: #00adef;
}

.a-btn:hover {
  color: #0088c6;
  cursor: pointer;
}

.promotion-radio-button__checkmark {
  top: 2px !important;
}

.promotion-selected.disabled:hover {
  /* border: 0.5px solid #6e6e6e !important;
  cursor: pointer !important; */
}

.loading-area {
  height: 200px;
  display: grid;
  place-items: center;
}

.no-itemList {
  border: 1px solid #e5e5e5;
  padding: 1rem;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: bold;
}

.zungfu-mb figure {
  margin: 0 !important;
}

.purchase-offer {
  height: 465px !important;
  max-height: 465px !important;
}

.purchase-offer .main-content {
  max-height: 195px !important;
}

.promotion-selected.disabled {
  /* border: 2px solid #000 !important; */
}

.category-wrapper .category-item img {
  /* height: 199.5px;
  object-fit: cover; */
}

.menu-icon {
  transform: translate(6px, 2px) scale(1.2);
  font-style: normal !important;
}

.promotion-tab-container .promotion-tab-container__ul {
  scroll-snap-type: none !important;
  scroll-padding-left: unset !important;
}

.promotion-tab-container__ul:before {
  position: absolute;
  height: 58px;
  width: 80px;
  content: "";
  pointer-events: none;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  opacity: 0;
  transition: opacity 400ms;
}

.promotion-tab-container__ul.left-fade:before {
  opacity: 1;
}

.promotion-tab-container__ul:after {
  position: absolute;
  height: 58px;
  width: 80px;
  content: "";
  pointer-events: none;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  opacity: 0;
  transition: opacity 300ms;
}

.promotion-tab-container__ul.right-fade:after {
  opacity: 1;
}

.zung-fu-mobile-header {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 20%);
  color: #666;
  white-space: pre;
}

.zung-fu-tablet-header {
  display: none;
}

.zung-fu-desktop-header {
  display: none;
}

#swiper-container-1 .swiper-slide .caption-wrapper {
  display: none;
}

#swiper-container-1 .swiper-slide .caption-wrapper {
  z-index: 1;
}

.caption-wrapper-mobile-container {
  margin-top: -20px;
  margin-bottom: 40px;
}

.caption-wrapper-mobile .title {
  color: #fff;
  font-family: "DaimlerCAC-Regular", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.caption-wrapper-mobile .desc {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "DaimlerCS-Regular", Helvetica, Arial, sans-serif;
}

.change-model .select-wrapper.longer {
  width: 280px;
}

.dollar-icon {
  transform: translate(-8%, -6%);
  margin-left: 0px;
  width: 28px;
}

.date-placeholder {
  width: 100%;
  height: 150px;
}

.tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 70%;
  margin-left: -110px;
}

.tooltip-icon {
  font-style: normal !important;
  color: #666 !important;
  font-size: 1.2rem !important;
}

.location-info-tag:hover .tooltiptext {
  visibility: visible;
}

.main-content-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-content-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.change-model-arrow {
  width: 8px;
  transform: rotate(90deg) translateX(-4%) !important;
}

.blue-text {
  color: #00adef;
}

.purchase-offer-ul {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.order-details-item__content ul,
.purchase-offer-ul {
  padding-left: 0 !important;
  list-style-type: none !important;
}

.promotion-select {
  min-height: 50px;
}

.promotion-middle__container~.promotion-middle__container {
  padding-top: 2.4rem;
}

.promotion-middle__container ul {
  margin-top: 0.8rem !important;
  margin-bottom: 25px;
}

.promotion-middle__container ul li {
  margin: 4.5px 0;
}

.promotion-middle__container p {
  margin-top: 1.2rem !important;
  margin-bottom: 0rem !important;
}

.purchas-offer-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.promotion-middle a {
  word-break: break-word;
}

.right-arrow.main-button:after {
  background-size: 5px 10px !important;
  height: 10px !important;
  width: 5px !important;
  margin-right: 0 !important;
  margin-left: 6px !important;
}

.preview-tab {
  margin-top: 10px;
  margin-bottom: -10px;
  border-bottom: 5px solid #00adef;
  padding: 0px 5px 4px;
  text-align: center;
}

.preview-title {
  font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 372px) {
  #class-select {
    font-size: 1rem !important;
  }

  #variant-select {
    font-size: 1rem !important;
  }
}

@media (max-width: 330px) {
  #class-select {
    font-size: 0.9rem !important;
    padding: 0 0.4rem !important;
  }

  #variant-select {
    font-size: 0.9rem !important;
    padding: 0 0.4rem !important;
  }

  #class-select-wrapper:after {
    right: 8px;
  }

  #variant-select-wrapper:after {
    right: 8px;
  }
}

@media (max-width: 766px) {
  .promotion-price {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    margin-bottom: 0.7rem;
  }

  .promotion-price>div {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .zung-fu-mobile-header {
    display: none;
  }

  .zung-fu-tablet-header {
    display: block;
    padding: 23px;
    font-weight: 500;
  }

  .swiper-slide.home-banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.45) -96px,
        rgba(0, 0, 0, 0) 50%);
  }

  .caption-wrapper-mobile-container {
    display: none;
  }

  #swiper-container-1 .swiper-slide .caption-wrapper {
    display: block;
  }
}

@media (max-width: 992px) {
  .detail-page .select-class-wrapper {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 992px) {
  .promotion-img-container {
    width: 35%;
    padding: 0 15px;
  }

  .promotion-content-container {
    width: 65%;
    padding: 0 15px;
  }

  .about-content-container {
    flex: 0 0 62%;
    max-width: 62%;
    order: 1;
    padding-right: 1.5rem;
  }

  .about-img-container {
    flex: 0 0 38%;
    max-width: 38%;
    order: 2;
  }

  .about-title {
    margin-top: 0 !important;
  }

  .about-img {
    min-height: 220px;
    height: 80% !important;
    object-fit: cover !important;
  }

  .article-detail-content-item {
    /* display: none; */
    margin-bottom: 20px;
  }

  .article-content-container {
    flex: 0 0 62%;
    max-width: 62%;
    padding-left: 1.5rem;
  }

  .article-img-container {
    flex: 0 0 38%;
    max-width: 38%;
  }

  .article-title {
    margin-top: 0 !important;
  }

  .article-img {
    min-height: 220px;
    height: 80% !important;
    object-fit: cover !important;
  }

  .article-content-text.half {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .article-content-image-wrapper.half {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .article-content-desktop {
    display: flex;
  }

  .network-img-container {
    flex: 0 0 38%;
    max-width: 38%;
    order: 2;
  }

  .network-content-container {
    /* padding-left: 1.5rem; */
    padding-right: 1.5rem;
    flex: 0 0 62%;
    max-width: 62%;
    position: relative;
  }

  .network-title {
    margin-top: 0 !important;
  }

  .network-feature-container {
    position: absolute;
    top: 0;
    right: 1.5rem;
    margin-top: 0;
    width: 205px;
  }

  .network-feature {
    display: block;
  }

  .thanks-cross-border {
    border-top: none;
    border-left: 1px solid #555;
    margin-top: -.06081em !important;
  }
}

@media (max-width: 1279px) {
  .change-model .select-wrapper.longer {
    width: 100%;
  }

  .detail-page .breadcrumb-wrapper.breadcrumb-wrapper-new {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (min-width: 1280px) {
  .aem--headerMainNavigation__navOne .aem--headerMainNavigation__navEntry:first-child .aem--headerMainNavigation__navEntryLink {
    padding-right: 24px;
  }

  .aem--headerMainNavigation__navEntry--tools {
    margin-top: 40px;
  }

  .aem--headerMainNavigation__navOne .aem--headerMainNavigation__navEntryLink {
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-divider {
    margin-top: 8px;
    background: #333;
    width: 1px;
    height: 40px;
  }

  .zung-fu-tablet-header {
    display: none;
  }

  .zung-fu-desktop-header {
    display: block;
    flex: 1;
    justify-content: flex-end;
  }

  .zung-fu-desktop-header div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .zung-fu-desktop-header div:hover {
    cursor: default;
    color: #999 !important;
  }

  .aem--pluginUniversalLightbox__base .container {
    padding: 15px 70px !important;
  }

  .select-class-wrapper,
  .breadcrumb-wrapper {
    padding-bottom: 20px !important;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (min-width: 1440px) {
  .change-model .container {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}