@font-face {
  font-family: sans-serif;
  src: local('Microsoft JhengHei');
  unicode-range: U+4E00-9FFF
}

/* * {
  font-family: Microsoft JhengHei !important;
} */

.promotion-top__img-container {
  position: relative;
  width: 100%;
  padding-top: 70%;
}

.promotion-top__img-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promotion-top__content {
  padding-left: 1.6rem;
}

.promotion-top__content h1 {
  margin-top: 0.2rem !important;
  margin-bottom: 0rem !important;
}

.special-badge-container {
  margin: 0.3rem 0 0.8rem;
}

.special-badge {
  display: inline-block;
  padding: 0 0.6rem;
  background-color: #CE0000;
  color: white;
  text-transform: uppercase;
}

.select-vehicle span {
  font-weight: bold;
}

.promotion-select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}

.promotion-radio-button {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.promotion-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.promotion-radio-button__checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.promotion-radio-button:hover input~.promotion-radio-button__checkmark {
  /* background-color: #ccc; */
}

/* When the radio button is checked, add a blue background */
.promotion-radio-button input:checked~.promotion-radio-button__checkmark {
  /* background-color: #2196F3; */
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.promotion-radio-button__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.promotion-radio-button input:checked~.promotion-radio-button__checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.promotion-radio-button .promotion-radio-button__checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00adef;
}

.promotion-select__title {
  flex: 1;
}

.promotion-select__title>ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 20px !important;
}

.promotion-price {
  text-align: right;
}

.promotion-price strong {
  display: block;
}

.promotion-red-price {
  color: #CE0000;
}

.red-text {
  color: #CE0000;
}

.form-group small {
  display: block;
}

.promotion-old-price {
  text-decoration: line-through;
}

.promotion-top__content .btn-container {
  display: inline-block;
}

.promotion-tab-container {
  background: hsla(0, 0%, 100%, .9) !important;
  z-index: 9 !important;
  pointer-events: all !important;
  -ms-overflow-style: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  height: 64px !important;
}

.promotion-tab-container__ul {
  display: flex !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  white-space: nowrap !important;
  -ms-scroll-snap-type: x proximity !important;
  scroll-snap-type: x proximity !important;
  scroll-padding-left: 0 !important;
  height: 100% !important;
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
}

.promotion-tab-container__ul li {
  /* font-family: DaimlerCS-Regular, sans-serif !important; */
  font-size: 18px !important;
  padding: 20px 0 !important;
  margin: 0 15px !important;
  color: #999;
  scroll-snap-align: start !important;
  line-height: 24px !important;
  cursor: pointer;
}

.promotion-tab-container__ul li:hover {
  color: #00adef;
}

.promotion-tab-container__ul li:first-child {
  margin-left: 0 !important;
}

.promotion-middle__container {
  padding-top: 1.5rem;
  /* padding-bottom: 1rem; */
}

.promotion-middle__container h3 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.promotion-middle__container p {
  margin-bottom: 1.8rem !important;
}

.promotion-middle__container p.less-bottom {
  margin-bottom: -0.2rem !important;
}

.less-bottom {
  margin-bottom: -0.2rem !important;
}

.more-bottom {
  margin-bottom: 2.0rem !important;
}

.promotion-middle__container img {
  width: 100%;
}

.promotion-bottom {
  padding-bottom: 4rem;
}

.promotion-bottom h2 {
  margin-bottom: 0.5rem !important;
}

.promotion-bottom>div {
  margin-top: 4rem;
}

.special-text {
  color: #00adef;
}

h1.bottom-line {
  padding-bottom: 1rem;
  border-bottom: 1px solid #999;
}

.order-details-item__content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.order-details-item__content ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.order-details-item__price {
  text-align: right;
}

.quantity-selection {
  margin-top: 1rem;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}

.quantity-selection input {
  width: 38px;
  height: 34px;
  text-align: center;
  background: #fff;
  padding: 8px 0;
  margin: 0 8px;
  display: inline-block;
  vertical-align: top;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.025);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
}

.quantity-selection .minus,
.quantity-selection .add {
  padding: 8px 15px;
  background: #333;
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.quantity-selection .minus.disabled,
.quantity-selection .add.disabled {
  opacity: 0.5;
  cursor: unset;
}

.checkout-order-details {
  padding-bottom: 1rem;
}

.grey-bg {
  background-color: #ECECEC;
}

.grey-text {
  color: #888;
}

.add-services {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.pluginDropdown__select {
  width: unset;
}

.pluginDropdown__select:focus,
.pluginDropdown__select:hover,
.pluginDropdown__select:active {
  background: #fff;
}

.purchase-offer {
  background-color: #fff;
}

.purchas-offer .flex-fill ul {
  margin-top: 5rem !important;
}

.purchase-offer {
  background-color: #fff;
  height: 500px !important;
  max-height: 500px !important;
}

.purchase-offer .main-content {
  max-height: 250px !important;
}

.purchase-offer ul {
  margin-top: 0.4rem !important;
}

.total-count {
  max-width: 300px;
  margin-left: auto;
  text-align: right;
}

.total-count__flex {
  display: flex;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}

.total-count__flex .label-col {
  flex: 1;
}

.total-count__flex .price-col {
  padding-left: 5px;
}

.total-count .price {
  font-size: 20px;
  display: block;
}

.dollar-sign {
  margin-left: 10px;
}

.total-price {
  padding-top: 10px;
}

.checkout-bottom {
  padding-bottom: 60px !important;
}

.text-btn {
  text-decoration: none !important;
  color: black !important;
  border: 0;
  font-size: 14px !important;
}

.text-btn:hover {
  color: #00adef !important;
}

.text-btn:before {
  display: inline-block;
  content: '';
  background-image: url('btn-arrow-black.svg');
  background-size: 5px 10px;
  height: 10px;
  width: 5px;
  margin-right: 6px;
}

.text-btn:hover::before {
  background-image: url('btn-arrow-blue.svg');
}

.special-badge-container__card {
  margin-top: 2px;
  margin-bottom: 8px;
}

.swiper-pagination {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: bold;
}

.swiper-arrow {
  height: 25px;
  fill: #aaa;
  padding: 0 5px;
  cursor: pointer;
}

.swiper-arrow.active {
  fill: #000;
}

.salesoptionteaserbox__base.left {
  text-align: left;
}

.moduleassembler__module.customer-info {
  padding-right: 80px;
}

.moduleassembler__module.order-summary {
  padding-left: 10px;
}


.order-summary-item {
  padding: 20px 0 20px 1rem !important;
  border-bottom: 1px solid #ddd;
}

.order-summary-item .title {
  margin: 0 !important;
  font-weight: bold;
  line-height: 1.8rem;
  font-size: 1.25rem;
}

.order-summary-item .vehicle-model {
  margin: 0.9rem 0;
}

.order-summary-item .sub-total {
  margin: 0.8rem 0 0;
  font-weight: bold;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.customer-info input,
.customer-info .select-wrapper,
.customer-info select {
  width: 400px !important;
}

small.light {
  color: #666;
}

.aem--headerMainNavigation__menu.aem--headerMainNavigation__mobileIcon {
  color: white;
}

.promotion-tab-container__ul li.active {
  border-bottom: 4px solid #00adef;
  color: #000 !important;
  font-weight: bold;
}

.promotion-top .swiper-slide img {
  object-fit: cover;
  width: 100%;
}

.callback-banner {
  max-height: 400px;
  object-fit: cover;
}

.promotion-top .swiper-pagination {
  margin-top: 0 !important;
}

.swiper-pagination-bullet.mb-swiper {
  border-radius: 0 !important;
  width: 40px !important;
  height: 3px !important;
  background: #aaa !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.mb-swiper.swiper-pagination-bullet-active {
  background: #00adef !important;
}

.aem--pluginUniversalLightbox__base {
  display: none;
}

.change-model h2 {
  margin-top: 3rem !important;
}

.change-model .pluginDropdown__select {
  width: 260px;
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

.order-placed {
  padding: 2rem 0 9rem !important;
  text-align: center;
}

.order-placed-btn {
  margin: 8rem 0 6rem !important;
}

.promotion-selected {
  transition: all 250ms linear;
}

.promotion-selected:after {
  content: "";
  background-image: url(../images/tick-white.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
  background-size: 18px;
}

.promotion-selected.disabled:after {
  background-image: none;
}

.checkout-order-details>.row {
  margin-bottom: 30px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky+div {
  padding-top: calc(64px + 1.5rem);
}

.main-button:before {
  display: inline-block;
  content: '';
  background-image: url('btn-arrow.svg');
  background-size: 5px 10px;
  height: 10px;
  width: 5px;
  margin-right: 6px;
}

.aem--headerMainNavigation__langRect {
  word-break: keep-all;
}

.add-services-header,
.order-summary-header {
  display: flex;
  cursor: pointer;
}

.order-summary-header {
  border-bottom: 1px solid #999;
}

.add-services-content,
.order-summary-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-arrow {
  width: 10px;
  /* filter: invert(0.7); */
  transform: rotate(270deg) translateY(-10%) !important;
  transition: all 0.2s ease-in-out;
}

.accordion-arrow-close {
  transform: rotate(90deg) translateY(10%) !important;
}

#ui-datepicker-div {
  font-family: Helvetica, Arial, sans-serif;
  padding: 8px;
  box-shadow: 0px 2px 5px #aaa;
}

.ui-datepicker-header {
  border-radius: unset !important;
}

.ui-datepicker-title {
  background: #ececec;
  font-weight: 400 !important;
  font-size: 15px;
  color: #555 !important;
}

.ui-datepicker-month {
  margin-right: 1rem;
}

.ui-datepicker-year {
  margin-left: 1rem;
}

.ui-datepicker-calendar th {
  color: #999;
  font-weight: 400 !important;
  padding-bottom: 0 !important;
}

.ui-datepicker td a {
  height: 20px;
  line-height: 20px;
}

.ui-state-default {
  border: unset !important;
  background: transparent !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  color: #555 !important;
  font-size: 14px;
}

.ui-state-active {
  background: #00adef !important;
  border-radius: 50%;
  color: #fff !important;
}

.ui-icon-circle-triangle-w {
  background-position: -97px 0px !important;
}

.ui-icon-circle-triangle-e {
  background-position: -32px 0px !important;
}

.customer-info input,
.customer-info select {
  width: 400px !important;
}

.order-summary-item:first-child {
  padding-top: 0 !important;
}

.order-summary-add-ons {
  margin: 0 !important;
  font-weight: bold;
  line-height: 1.8rem;
  font-size: 1rem;
  margin-top: -10px !important;
  margin-bottom: 10px !important;
}

small.light {
  color: #666;
}

.aem--headerMainNavigation__menu.aem--headerMainNavigation__mobileIcon {
  color: white;
}

.payment-text {
  font-size: 18px;
  color: black;
}

input#date {
  background-image: url(../files/logo/calendar_icon.png);
  background-repeat: no-repeat;
  background-position: right 5px top;
  background-size: auto 36px;
}

.add-ons {
  font-size: 24px !important;
  margin-top: 0 !important;
}

#added-services {
  padding-bottom: 50px;
}

#added-services>.row {
  margin-bottom: 3rem !important;
}

#added-services>.row:last-child {
  margin-bottom: 0 !important;
}

.checkout-order-details img {
  width: 100%;
  object-fit: cover !important;
}

.zungfu-mb .radio-label,
[theme="zungfu-mb"] .radio-label {
  margin-right: 20px !important;
}

.checkbox-ele {
  min-width: 20px;
  margin-top: 6px;
}

.zungfu-mb form p.light {
  color: #888 !important;
}

.zungfu-mb .radio-ele {
  background-color: #fff;
  border: 1px solid #aaa;
}

.custom-h1 {
  font-size: 36px !important;
  line-height: 43px !important;
  font-weight: 400 !important;
  color: #000 !important;
  padding-top: 10px;
  margin-top: 2rem;
  letter-spacing: -0.4px;
}

.promotion-bottom .terms {
  margin-top: 2.3rem;
}

strong {
  font-family: "DaimlerCS-Regular", Helvetica, Arial, sans-serif;
}

.aem--headerMainNavigation__locale {
  /* justify-content: space-evenly !important; */
}

.aem--headerMainNavigation__mobileIcon,
.aem--headerMainNavigation__tools—toolsIco,
.aem--headerMainNavigation___navEntryMenuIco,
.aem--headerMainNavigation__navEntryModelsIco,
.aem--headerMainNavigation__xBtn,
.aem--headerMainNavigation__ctrlBtn {
  color: #ccc !important;
}

.remove-btn {
  padding-left: 0 !important;
}

.remove-mobile-container {
  position: relative;
  top: -25px;
  width: fit-content;
}

.zungfu-mb .custom-ul {
  padding-left: 20px;
}

.zungfu-mb .custom-ol {
  padding-left: 20px;
  list-style: decimal;
}

.zungfu-mb .custom-ul li,
.zungfu-mb .custom-ol li {
  margin-top: 0.3em;
}

.bigger-text {
  font-size: 18px;
}

.simple-recaptcha {
  /* margin: 0 1rem auto 0; */
  height: 35px !important;
}

.pi__closeButton {
  margin: 20px !important;
  position: absolute;
}

.contentgallery__lightboxContent.pluginContentloader__container {
  width: 100% !important;
}

select,
option {
  -webkit-appearance: none;
  background: #ececec !important;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  background: #ececec;
  width: 100%;
}

.select-wrapper:after {
  right: 12px;
  top: 5px;
  position: absolute;
  pointer-events: none;
  content: "";
  font-family: "DaimlerIcons";
  color: #777;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .select-wrapper:after {
    content: none;
  }
}

.change-model .select-wrapper {
  width: 100%;
}

.add-services-content .select-wrapper,
.add-services-content .select-wrapper select {
  background: white !important;
}

.add-services-content .select-wrapper {
  margin: 1rem 0;
}

.aem--pluginUniversalLightbox__base .container {
  padding: 60px 30px 15px;
}

.aem--pluginUniversalLightbox__base .container h2 {
  margin-top: 0 !important;
}

.aem--headerMainNavigation__naviContainer {
  justify-content: flex-end;
}

.promotion-middle {
  padding-bottom: 5rem;
}

.promotion-middle__container h2 {
  margin-top: 0 !important;
}

.promotion-middle__container ol {
  margin-bottom: 1.8rem !important;
}

select,
input {
  font-family: "DaimlerCS-Regular", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: black !important;
  line-height: 27px !important;
}

.right-arrow.main-button:after {
  display: inline-block;
  content: '';
  background-image: url(btn-arrow.svg);
  background-size: 5px 10px;
  height: 10px;
  width: 5px;
  margin-right: 0;
  margin-left: 6px;
}

.right-arrow.main-button:before {
  content: none;
  background-image: none;
  background-size: 0;
  height: 0;
  width: 0;
  margin-right: 0;
}

.aem--headerMainNavigation__langRect {
  width: 140% !important;
}

.cart-step-wrapper .step .step-name {
  width: unset;
}

.promotion-top__content .price-text {
  display: block;
}

small.red-text {
  text-align: left;
}

select.form-control {
  padding: 0 0.75rem !important;
}

.refresh {
  opacity: 0.6;
  object-fit: contain;
  width: 20px;
  margin: 9px 10px;
  cursor: pointer;
  height: 100% !important;
}

.refresh-2 {
  opacity: 0.6;
  width: 20px;
  height: 20px !important;
  margin: 9px 10px 0;
  cursor: pointer;
}

.captcha-container {
  width: 440px !important;
  max-width: 100%;
}

.loading-screen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(100, 100, 100, 0.8);
}

.select-class-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: right;
}

.select-class-wrapper .select-wrapper {
  width: 250px;
}

.dollar-icon {
  transform: translateY(-2%);
}

.contentgallery__lightboxContent.pluginContentloader__container.more-details {
  top: 5%;
  transform: translate(-50%, 0%);
}

@media (max-width: 800px) {
  .contentgallery__lightboxContent.pluginContentloader__container {
    width: 100% !important;
    padding: 5%;
  }
}

@media (min-width: 767px) {
  .pi__closeButton {
    margin: 15px !important;
  }

  .contentgallery__lightboxContent.pluginContentloader__container {
    width: 767px !important;
  }
}

@media (min-width: 768px) {
  .aem--pluginUniversalLightbox__base .container {
    padding: 0px 50px !important;
  }
}

@media (max-width: 991px) {
  .promotion-top__content {
    padding-top: 1rem;
    padding-left: 0;
  }

  .promotion-top__img-container {
    padding-top: 50%;
  }

  .promotion-top__content .btn-container {
    display: block;
    margin: 1rem 0;
  }

  .cart-step-wrapper {
    margin-bottom: 0 !important;
  }

  .step {
    padding-right: 0 !important;
    text-align: center;
  }

  .step .step-name {
    display: none !important;
  }

  .step.active .step-name {
    margin-top: 0.5rem;
    line-height: 1.4rem;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px !important;
  }

  .pluginDropdown__select {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
    width: 100% !important;
  }

  .promotion-selection-container .pluginDropdown__select {
    width: unset !important;
  }

  .moduleassembler__module.customer-info {
    padding-right: 0 !important;
  }

  .customer-info input,
  .customer-info select {
    width: 100% !important;
  }

  .moduleassembler__module.order-summary {
    display: none;
  }

  .main-button {
    display: block !important;
    text-align: center;
    line-height: normal;
  }

  .moduleassembler__module.customer-info {
    padding-right: 0 !important;
  }

  .customer-info input,
  .customer-info .select-wrapper,
  .customer-info select {
    width: 100% !important;
  }

  .moduleassembler__module.order-summary {
    display: none;
  }

  .remove-btn.desktop {
    display: none;
  }

  .promotion-middle {
    margin-top: 2rem;
  }

  .main-button:before,
  .main-button:after {
    background-size: 0 !important;
    margin-right: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }

  .sticky-btn {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    margin: 0 !important;
    padding-bottom: 30px;
    background: hsla(0, 0%, 100%, .6) !important;
  }

  .select-class-wrapper {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
  }

  .breadcrumb-wrapper {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 769px) {
  .swiper-pagination.swiper-pagination-fraction span {
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .change-model .main-button-container {
    display: inline;
  }

  .middle-img {
    width: 100%;
    /* height: 160px !important; */
    object-fit: cover;
  }

  .checkout-order-details img {
    /* height: 130px !important; */
  }

  .remove-btn.mobile {
    display: none;
  }

  .change-model .pluginDropdown__select {
    margin-bottom: 1.6rem !important;
  }

  .change-model .container {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .change-model .main-button-container {
    padding-left: 18px;
  }

  .change-model .select-wrapper {
    width: 260px;
  }

  .add-services-content .select-wrapper {
    width: 200px;
    margin: 0 0 0 1rem;
  }

  .order-summary-accordion {
    display: none;
  }

  .aem--pluginUniversalLightbox__base .container {
    padding: 15px 60px !important;
  }
}

@media (min-width: 1280px) {
  .contentgallery__lightboxContent.pluginContentloader__container {
    width: 958px !important;
  }

  .aem--pluginUniversalLightbox__base .container {
    padding: 15px 100px !important;
  }

  .aem--headerMainNavigation__navHeadline {
    margin-top: 5px;
    margin-bottom: 0;
  }
}

@media (max-width: 1280px) {
  .contentgallery__lightboxContent {
    width: 90% !important;
  }
}

.pi__closeButton {
  background-color: transparent !important;
  margin: 20px !important;
}

.pi__closeButton:before {
  font-size: 17px;
  display: block;
  color: #333;
  font-family: "DaimlerIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  opacity: 1;
}

@media (max-width: 412px) {
  .select-class-wrapper .select-wrapper {
    width: 100% !important;
  }
}

@media (min-width: 1440px) {
  .zungfu-mb .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .change-model .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media (max-width: 576px) {
  .container.swiper-outer-container {
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .change-model .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 767px) {
  .aem--pluginUniversalLightbox__base .container.zungfu-mb {
    padding-top: 40px;
  }

  .promotion-select .d-flex {
    flex-direction: column;
  }

  .promotion-select .promotion-price {
    text-align: left;
    margin-top: 0.5rem;
  }

  .promotion-price strong {
    display: unset;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .promotion-select .d-flex {
    flex-direction: column;
  }

  .promotion-select .promotion-price {
    text-align: left;
    margin-top: 0.5rem;
  }

  .promotion-price strong {
    display: unset;
    padding-right: 1rem;
  }
}