@font-face {
  font-family: CorporateACon-Reg;
  src: url(./fonts/MBCorpoATitleCond-Regular-Web.woff2);
}

@font-face {
  font-family: CorporateS-Bold;
  src: url(./fonts/MBCorpoSText-Bold-Web.woff2);
}

@font-face {
  font-family: CorporateS-Regular;
  src: url(./fonts/MBCorpoSText-Regular-Web.woff2);
}

@font-face {
  font-family: DaimlerCS-Light;
  src: url(./fonts/DaimlerCS-Light.woff2);
}

.d,
.t,
.m {
  display: none !important;
}

@media (min-width: 992px) {
  .d {
    display: block !important;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .t {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .m {
    display: block !important;
  }
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-x-center {
  background-position-x: center;
}

.bg-y-center {
  background-position-y: center;
}

.bg-img-reserve_thanks {
  background-image: url(../images/eqb/bk_reserve_form_thanks.jpg);
  padding: 1px 0;
}

@media (max-width: 768px) {
  .bg-img-reserve_thanks {
    background-image: url(../images/eqb/bk_reserve_form_thanks_m.jpg);
    background-position-x: center;
    background-size: 100%;
  }
}

.bg-img-reserve_thanks-eqb {
  background-image: url(../images/eqb/EQB_bk_reserve_form_thanks.jpg);
  padding: 1px 0;
}

@media (max-width: 768px) {
  .bg-img-reserve_thanks-eqb {
    background-image: url(../images/eqb/EQB_bk_reserve_form_thanks_m.jpg);
    background-position-x: center;
    background-size: 100%;
  }
}

.bg-color-white {
  background-color: #FFF;
  padding: 1px 0;
}

.bg-color-gery {
  background: #F2F2F2;
  padding: 1px 0;
}

.zungfu-mb form label.error,
[theme="zungfu-mb"] form label.error {
  color: red;
  font-size: 1rem;
  position: static;
  bottom: auto;
  left: auto;
  margin-bottom: 0.5rem;
}

.aem--headerMainNavigation__locale {
  width: 80px;
  margin-left: 32px;
}

html,
.aem--footer__gradient:last-child {
  background: #000;
}

.aem--footerLegal__general {
  margin: 0;
}

.aem--social__list {
  margin: 0;
  padding: 0;
  width: 180px;
  display: inline-flex;
}

.aem--social__item {
  margin-right: 18px;
}

.aem--footerLegal__general__list {
  display: inline-block;
  width: calc(100% - 185px);
  text-align: left;
  padding-right: 10px;
}

.aem--footerLegal__base {
  padding: 40px 0;
}

.aem .aem--grid-header,
.aem .aem--grid-content,
.aem .aem--grid-footnotes,
.aem .aem--grid-stage,
.aem .guideContainerWrapperNode {
  box-sizing: border-box;
  width: 100%;
}

.aem--footerLegal__general__item.mobile-bottom {
  display: none;
}

@media (max-width: 990px) {
  .aem--footerLegal__base {
    padding: 20px 0;
  }

  .aem--footerLegal__general {
    display: flex;
    flex-flow: column-reverse;

  }

  .aem--footerLegal__general__list {
    width: 100%;
    padding-right: 0;
    /* text-align: center; */
    margin-top: 30px;
  }

  /* .aem--social__list { */
  /* width: 100%; */
  /* justify-content: center; */
  /* margin-top: 20px; */
  /* } */

  .aem--footerLegal__general__item {
    margin-right: 10px;
  }

  .aem--footerLegal__general__item:after {
    display: none;
  }

  .aem--footerLegal__general__item:first-child {
    display: none;
  }

  .aem--footerLegal__general__item.mobile-bottom {
    display: block;
    margin-top: 5px;
  }
}

main a,
main .zungfu-mb a {
  color: #00adef;
  text-decoration: none;
}

.aem--headerMainNavigation__simpleNavi {
  display: none;
}

@media (min-width: 768px) and (min-width: 1280px) {
  .aem--headerMainNavigation__base {
    height: auto;
  }
}

@media (max-width: 768px) {
  .aem--headerMainNavigation__upperMenu {
    display: none;
  }

  .aem--headerMainNavigation__extendedNavi {
    display: flex;
  }

  .aem--headerMainNavigation__locale {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.aem--footer__gradient:last-child {
  background: #000 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #00adef !important;
}

.zungfu-mb ul,
[theme="zungfu-mb"] ul {
  padding-left: 17px;
}


.zungfu-mb .checkbox-ele,
[theme="zungfu-mb"] .checkbox-ele {
  border: 1px solid #231F20;
  background-color: #FFF;
}

.zungfu-mb label,
[theme="zungfu-mb"] label {
  font-size: 18px;
}

.zungfu-mb .radio-ele,
[theme="zungfu-mb"] .radio-ele {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #a5a5a5;
  margin-right: 10px;
  top: 1px;
}

.zungfu-mb input[type="radio"]:checked~.radio-ele::after,
[theme="zungfu-mb"] input[type="radio"]:checked~.radio-ele::after {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin-right: 10px;
}

.zungfu-mb .radio-label,
[theme="zungfu-mb"] .radio-label {
  margin-right: 9.75%;
}

.zungfu-mb input[type="text"],
.zungfu-mb input[type="email"],
.zungfu-mb input[type="tel"],
.zungfu-mb input[type="password"],
.zungfu-mb textarea,
.zungfu-mb select,
.zungfu-mb .form-control:focus,
[theme="zungfu-mb"] input[type="text"],
[theme="zungfu-mb"] input[type="email"],
[theme="zungfu-mb"] input[type="tel"],
[theme="zungfu-mb"] input[type="password"],
[theme="zungfu-mb"] textarea,
[theme="zungfu-mb"] .form-control:focus {
  background-color: #FFF;
  border-color: #a5a5a5;
  border-radius: 0;
  appearance: none;
}

.checkbox-wrapper {
  position: relative;
  padding-left: 30px;
}

.checkbox-wrapper .checkbox-ele {
  position: absolute;
  left: 0;
  top: 0;
}

.zungfu-mb select {
  background-image: url(../images/arrow_back_down.svg) !important;
  background-position: calc(100% - 15px) 50%;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  padding-right: 45px;
}

.zungfu-mb .desc,
[theme="zungfu-mb"] .desc {
  color: #717171;
  font-size: 16px;
  float: right;
}

@media (max-width: 768px) {

  .zungfu-mb .radio-label,
  [theme="zungfu-mb"] .radio-label {
    margin-right: 15px;
  }

  .zungfu-mb .desc,
  [theme="zungfu-mb"] .desc {
    float: none;
    display: block;
  }

  .zungfu-mb .radio-label.radio-mobile-full,
  [theme="zungfu-mb"] .radio-label.radio-mobile-full {
    width: 100%;
  }
}

.captcha-container {
  max-width: 460px;
  position: relative;
  align-items: center;
}

.captcha-container .flex-column input {
  padding-right: 35px;
}

.captcha-container .simple-recaptcha {
  margin-right: 50px;
}

.captcha-container .refresh-2-container {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .captcha-container {
    flex-flow: column-reverse !important;
    align-items: flex-start;
  }

  .captcha-container .simple-recaptcha {
    margin-top: 10px;
  }

  .captcha-container .flex-fill {
    width: 100%;
  }
}


main.aem {
  overflow: hidden;
}



.fonts_daimler_title {
  font-family: "DaimlerCAC-Regular", Helvetica, Arial, sans-serif !important;
}

.fonts_daimler_text {
  font-family: "DaimlerCS-Regular", Helvetica, Arial, sans-serif !important;
}

.fonts_daimler_light {
  font-family: "DaimlerCS-Light", Helvetica, Arial, sans-serif !important;
}

.fonts_corporate_title {
  font-family: "CorporateACon-Reg", "DaimlerCAC-Regular", Helvetica, Arial, sans-serif !important;
}

.fonts_corporate_text {
  font-family: "CorporateS-Regular", "DaimlerCS-Regular", Helvetica, Arial, sans-serif !important;
}

main .btn-primary,
main .zungfu-mb .btn-primary,
main .btn-secondary,
main .zungfu-mb .btn-secondary {
  padding: 12px 10px;
  font-size: 16px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  font-family: "CorporateS-Bold", "CorporateS-Regular", "DaimlerCS-Regular", Helvetica, Arial, sans-serif;
  color: #FFF;
  cursor: pointer;
}

.zungfu-mb .btn-primary,
.zungfu-mb .btn-secondary,
[theme="zungfu-mb"] .btn-primary,
[theme="zungfu-mb"] .btn-secondary {
  width: auto;
}

#share-qrcode {
  display: block;
}

@media (max-width: 768px) {

  main .btn-primary,
  main .zungfu-mb .btn-primary,
  main .btn-secondary,
  main .zungfu-mb .btn-secondary {
    padding: 10px 10px;
    font-size: 14px;
  }

  #share-qrcode {
    display: none;
  }
}

main .btn-primary {
  background-color: #00adef
}

main .btn-primary,
.btn-secondary {
  border: 0 none
}

.zungfu-mb .btn-primary:before,
[theme="zungfu-mb"] .btn-primary:before {
  display: none;
}

main .btn-primary img {
  margin-left: 10px;
  width: 20px;
}

main.aem {
  background: #1F1F1F;
  font-family: "CorporateS-Regular", "DaimlerCS-Regular", Helvetica, Arial, sans-serif;
}

.zungfu-mb {
  margin-bottom: 0;
  max-width: none;
}

.zungfu-mb form,
[theme="zungfu-mb"] form {
  max-width: none;
}

.bg-white .zungfu-mb,
.bg-white [theme="zungfu-mb"] {
  color: #333;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1440px;
    padding: 0 44px;
  }
}

a[href="#"] {
  cursor: default;
}

.hints {
  font-size: 13px;
  line-height: 13px;
  display: block;
  color: #666;
}

.color-fff {
  color: #FFF !important;
}

#searchFrm {
  width: 0;
  overflow: hidden;
}

#searchFrm.expand {
  width: auto;
}


#searchFrm input {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mb-title {
  position: relative;
  font-family: "DaimlerCAC-Regular",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 36px;
}

.mb-title:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 0;
}

.aem--menunav__flyoutContentItem {
  margin-bottom: 20px;
}

.aem--mainnav__item.is-active a,
.aem--mainnav__item.is-active span {
  color: #00adef;
}


#swiper-container-1 .swiper-slide {
  position: relative;
}


#swiper-container-1 .swiper-slide .caption-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;

}

#swiper-container-1 .swiper-slide .caption-wrapper .title {
  color: #fff;
  font-family: "DaimlerCAC-Regular",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 50px;
  margin: 40px 0 0 0;
}


@media only screen and (max-width: 480px) {
  #swiper-container-1 .swiper-slide .caption-wrapper .title {
    color: #fff;
    font-family: "DaimlerCAC-Regular",
      Helvetica,
      Arial,
      sans-serif;
    font-size: 30px;
    margin: 40px 0 0 0;
  }
}



#swiper-container-1 .swiper-slide .caption-wrapper .desc {
  color: #fff;
  font-size: 16px;

  font-family: "DaimlerCS-Regular",
    Helvetica,
    Arial,
    sans-serif;
}


.category-section .mb-title {
  margin: 0 15px;
}

.category-wrapper {
  margin: 0;
}

.category-wrapper .category-item {
  position: relative;
  margin: 10px 0;
  overflow: hidden;
}

.category-wrapper .category-item a {
  display: block;
  text-decoration: none;
}

/* .category-wrapper .category-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    z-index: 8;
} */

/* .category-wrapper .category-item a:hover:after {
    opacity: 0;
} */


.category-wrapper .category-item img {
  width: 100%;
}

.category-wrapper .category-item div {
  font-family: "DaimlerCAC-Regular",
    Helvetica,
    Arial,
    sans-serif;
  color: #fff;
  font-size: 24px;
  margin: 10px 0;
  padding: 2px 10px;
  /* position: absolute; */
  /* bottom: 20px; */
  /* left: 12px; */
  /* background: #00adef; */
  /* z-index: 9; */
}

.category-wrapper .category-item:hover div {
  color: #00adef;
}


.breadcrumb-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}

.breadcrumb-wrapper .breadcrumb-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.breadcrumb-wrapper .breadcrumb-item:last-child {
  margin-right: 0;
  color: #00adef;
}

.breadcrumb-wrapper .breadcrumb-item:after {
  content: '>';
  position: absolute;
  right: -15px;
}

.breadcrumb-wrapper .breadcrumb-item:last-child:after {
  content: none;
}

.breadcrumb-wrapper .breadcrumb-item a {
  color: #333;
  text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb-item a:hover {
  color: #00adef;
}

.collection-list-wrapper {}

.collection-list-wrapper .collection-item {
  margin-bottom: 52px;

  /* box-shadow: 0 0 10px #ccc;
    margin: 15px 10px;
    padding: 15px;
    max-width: calc(25% - 20px); */
}

.collection-list-wrapper .collection-item a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-shadow: 0 0 5px #ccc;
}

.collection-list-wrapper .collection-item .thumbnail {
  position: relative;
  background-color: #ececec;
  margin-bottom: 20px;
  text-align: center;
}

.collection-list-wrapper .collection-item .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  width: 100%;
}

.collection-list-wrapper .collection-item .thumbnail img.amg-tag {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
  width: 45px;
}

.collection-list-wrapper .collection-item .title {
  font-family: "DaimlerCAC-Regular",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 24px;
  line-height: 24px;
  min-height: 48px;
  color: #000;
}

.collection-list-wrapper .collection-item .price {
  font-family: "DaimlerCS-Demi",
    Helvetica,
    Arial,
    sans-serif;
  text-align: right;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #000;
}

.collection-list-wrapper .collection-item:hover .title {
  color: #00adef;
}

.recommendations-section .collection-list-wrapper {
  margin-top: 20px;
}

.recommendations-section .collection-list-wrapper .collection-item {
  box-shadow: none;
  padding: 15px;
  max-width: 100%;
  margin: 0;
}

.recommendations-section .collection-list-wrapper .collection-item a {
  box-shadow: 0 0 10px #424242;
}

.recommendations-section .collection-list-wrapper .collection-item .title {
  color: #fff;
}

.recommendations-section .collection-list-wrapper .collection-item:hover .title {
  color: #00adef;
}

.recommendations-section .collection-list-wrapper .collection-item .price {
  color: #fff;
}


.recommendations-section .slider-wrapper {
  position: relative;
}

.recommendations-section .slider-wrapper .swiper-button-prev {
  top: 40%;
  left: -20px;
}

.recommendations-section .slider-wrapper .swiper-button-next {
  top: 40%;
  right: -20px;
}



.collection-details-wrapper {
  margin-top: 20px;
}

.collection-details-wrapper .info-container {}

.collection-details-wrapper .info-container .desc {
  margin: 20px 0;
  line-height: 22px
}

.collection-details-wrapper .info-container .selection {}

.collection-details-wrapper .info-container .selection .selection-choice-wrapper {
  margin-top: 10px;
}

.collection-details-wrapper .info-container .selection .selection-choice-wrapper .selection-choice {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #333;
  color: #fff;
  padding: 7px 14px;
  margin-right: 5px;
  cursor: pointer;
}

.collection-details-wrapper .info-container .selection .selection-choice-wrapper .selection-choice:hover:after,
.collection-details-wrapper .info-container .selection .selection-choice-wrapper .selection-choice.selected:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #00adef;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.collection-details-wrapper .info-container .selection .selection-choice-wrapper .selection-choice:last-child {
  margin-right: 0;
}

.collection-details-wrapper .info-container .price {
  text-align: right;
  margin-top: 20px;
  font-weight: bold;
  font-size: 20px;
}

.collection-details-wrapper .info-container .action-wrapper {
  text-align: right;
  margin-top: 10px;
}

.collection-details-wrapper .info-container .action-wrapper .quantity-selection,
.collection-details-wrapper .info-container .action-wrapper .add-to-basket {
  display: inline-block;
  vertical-align: middle;
}

.collection-details-wrapper .info-container .action-wrapper .quantity-selection .minus,
.collection-details-wrapper .info-container .action-wrapper .quantity-selection .add,
.collection-details-wrapper .info-container .action-wrapper .quantity-selection input {
  display: inline-block;
  vertical-align: top;
}

.collection-details-wrapper .info-container .action-wrapper .quantity-selection input {
  width: 38px;
  text-align: center;
  background: #fff;
  padding: 8px 0;
  margin: 0 8px;
}

.collection-details-wrapper .info-container .action-wrapper .quantity-selection .minus,
.collection-details-wrapper .info-container .action-wrapper .quantity-selection .add {
  padding: 8px 15px;
  background: #333;
  border: none;
  color: #fff;
}

.collection-details-wrapper .info-container .action-wrapper .quantity-selection .minus.disabled,
.collection-details-wrapper .info-container .action-wrapper .quantity-selection .add.disabled {
  opacity: .5;
}

.collection-details-wrapper .info-container .action-wrapper .add-to-basket {
  margin-left: 8px;
  width: 138px;
}

.collection-details-wrapper .info-container .action-wrapper .add-to-basket a {
  padding: 9px 15px;
  background: #00adef;
  color: #fff;
  border: none;
  font-size: 15px;
  text-decoration: none;
}

.collection-details-wrapper .info-container .action-wrapper .add-to-basket a:hover {
  background: #0088c6;
}

.collection-details-wrapper .info-container .action-wrapper .hints {
  margin-top: 7px;
}

.section-checkout_container section {
  background-color: #e3e2e2;
}

.section-checkout_container.fixed section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.section-checkout_step {
  padding: 5px 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.section-checkout_step .title {
  width: 240px;
  clear: left;
  font-size: 1.8rem;
  font-family: "DaimlerCAC-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  color: #000;
  margin: 0;
}

@media (max-width: 1280px) {
  .section-checkout_step .title {
    padding: 10px 0;
  }

  .section-checkout_step .title {
    /* width: calc(100% - 80px); */
    width: 140px;
    font-size: 1.3rem;
  }

  /* .section-checkout_step .title.large-w {
    width: calc(100% - 25px);
  } */
}

.section-checkout_step .list {
  width: calc(100% - 240px);
  padding-left: 30px;
}

@media (max-width: 1280px) {
  .section-checkout_step .list {
    display: none;
    width: 100%;
    padding-left: 0;
    /* padding-top: 80px; */
  }
}

@media (min-width: 1025px) {
  .section-checkout_step .list {
    display: block !important;
  }
}

.list-trigger {
  display: none;
  width: 25px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

.list-trigger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  left: 0;
  top: 0;
}

.list-trigger span:nth-child(2) {
  bottom: 0;
  top: auto;
}

.list-trigger span:nth-child(3) {
  top: 50%;
  margin-top: -1px;
}

.step-trigger {
  display: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .list-trigger {
    display: block;
  }

  .step-trigger {
    display: block;
    width: calc(100% - 35px - 140px);
  }

  .step-trigger.large-w {
    width: calc(100% - 140px);
  }
}

.cart-step-wrapper {
  padding: 0;
  justify-content: center;
}

.cart-step-wrapper .step,
.step-trigger .step {
  padding-left: 0;
  position: relative;
}

.cart-step-wrapper .step a,
.step-trigger .step a {
  color: #999;
  text-decoration: none;
}

.cart-step-wrapper .step .step-number,
.step-trigger .step .step-number {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  color: #fff;
  background: #999;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 16px;
  text-align: center;
}

.cart-step-wrapper .step .step-name,
.step-trigger .step .step-name {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 17px;
  margin-left: 10px;
  width: calc(100% - 58px);
  text-align: left;
  line-height: 1.1;
  ;
}

/* @media (max-width: 1280px) and (min-width: 992px) {
  .cart-step-wrapper .step .step-name {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 10px;
  }
} */

@media (max-width: 991px) {
  .cart-step-wrapper {
    /* margin: 25px 0; */
    margin: 0;
  }

  .cart-step-wrapper .step {
    margin: 7px 0;
  }

  .cart-step-wrapper .step .step-name br {
    display: none;
  }

  .section-checkout_step .list {
    /* display: none; */
    width: 100%;
    padding-left: 0;
    /* padding-top: 80px; */
  }

  /* .cart-step-wrapper .step .step-name {
    display: none;
  }

  .cart-step-wrapper .step.active .step-name {
    display: inline-block;
  }

  .cart-step-wrapper .step {
    width: 50px;
    flex-grow: unset;
    flex-basis: unset;
  }

  .cart-step-wrapper .step.active {
    width: calc(100% - 200px);
  }

  .cart-step-wrapper {
    width: 100%;
  } */

}

@media (min-width: 992px) {
  .cart-step-wrapper .step .step-number {
    position: absolute;
    left: 0;
    top: 5px;
  }

  .cart-step-wrapper .step .step-name {
    display: flex;
    align-items: center;
    padding-left: 35px;
    width: 100%;
    min-height: 46px;
  }
}

@media (min-width: 1281px) {

  .cart-step-wrapper .step .step-name,
  .step-trigger .step .step-name {
    padding-left: 40px;
  }
}


@media (max-width: 1024px) {
  .step-trigger .step .step-name {
    display: none;
  }

  .step-trigger .step {
    text-align: right;
  }
}

.cart-step-wrapper .step.active .step-number,
.step-trigger .step.active .step-number {
  background: #00adef;
}

.cart-step-wrapper .step.active .step-name,
.step-trigger .step.active .step-name {
  color: #00adef;
}

.cart-action-wrapper {
  display: flex;
}

.cart-action-wrapper div {
  flex-grow: 1;
}

.cart-action-wrapper .continue-shopping {
  padding: 9px 15px;
  background: #3c3c3c;
  color: #fff !important;
  border: none;
  font-size: 15px;
  text-decoration: none;
}

.cart-action-wrapper .continue-shopping:hover {
  background: #000;
}

.cart-action-wrapper .next-step {
  padding: 9px 15px;
  background: #00adef;
  color: #fff !important;
  border: none;
  font-size: 15px;
  text-decoration: none;
}

.cart-action-wrapper .next-step:hover {
  background: #0088c6;
}

.cart-action-wrapper .next-step.disabled {
  background: #999999;
}

.cart-wrapper {
  margin: 50px 0;
}

.cart-items-wrapper {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.cart-items-wrapper .cart-item {
  position: relative;
  padding: 50px 0;
}

.cart-items-wrapper .cart-item:not(:first-child)::before {
  content: '';
  width: 40px;
  height: 2px;
  background: #999;
  position: absolute;
  top: 0;
  left: 15px;
}

.cart-items-wrapper .cart-item .image-container {}

.cart-items-wrapper .cart-item .info-container {
  position: relative;
}

.cart-items-wrapper .cart-item .info-container .item-name a {
  color: #333;
  text-decoration: none;
}

.cart-items-wrapper .cart-item .info-container .item-name a:hover {
  color: #00adef;
}

.cart-items-wrapper .cart-item .info-container .delivery-info {
  color: #090;
  margin: 20px 0;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .delete-btn {
  color: #333;
  text-decoration: none;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .delete-btn:hover {
  color: #00adef;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container {
  display: flex;
  text-align: right;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .unit-price,
.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection,
.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .total-price {
  flex-grow: 1;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .total-price {
  margin-right: 15px;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection .minus,
.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection .add,
.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection input {
  display: inline-block;
  vertical-align: top;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection input {
  width: 38px;
  text-align: center;
  background: #fff;
  padding: 8px 0;
  margin: 0 8px;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection .minus,
.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection .add {
  padding: 8px 15px;
  background: #333;
  border: none;
  color: #fff;
}

.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection .minus.disabled,
.cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .quantity-selection .add.disabled {
  opacity: .5;
}

.cart-summary-wrapper {}

.cart-summary-wrapper .promotion-code-wrapper {}

.cart-summary-wrapper .promotion-code-wrapper input {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 147px);
  line-height: 28px;
  padding: 5px;
}

.cart-summary-wrapper .promotion-code-wrapper a {
  display: inline-block;
  vertical-align: top;
  padding: 9px 15px;
  background: #00adef;
  color: #fff;
  border: none;
  font-size: 15px;
  text-decoration: none;
}

.cart-summary-wrapper .promotion-code-wrapper a:hover {
  background: #0088c6;
}

.cart-form-wrapper {}

.cart-form-wrapper h2 {
  border-bottom: 1px solid #999;
}

.faq ol {
  list-style: decimal;
}

.faq ol li {
  margin: 20px 0;
  margin-left: 20px;
  padding-left: 10px;
}

#pop_shadow_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 998;
}

#pop_content_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  min-width: 320px;
  max-width: 500px;
}

#pop_content_layer .close_btn {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#pop_content_layer img {
  width: 100%;
}

/* 
#pop_content_layer.cookies {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto !important;
    min-height: 50px;
    background-color: white;
}

#pop_content_layer.cookies h5 {
    font-family: "MBCorpoATitleCond-Regular-Web","DaimlerCAC-Regular",serif !important;
    font-size: 22px;
    color: #7D7D7D;
    font-weight: 400;
    line-height: 27px;
}

#pop_content_layer.cookies .pop_content_container {
    margin: 0 auto;
    position: relative;
    padding: 13px 20px 23px 20px;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

#pop_content_layer.cookies .pop_content_container .description {
    max-width: none;
    padding: 15px 0 0 0;
}

#pop_content_layer.cookies p {
    color: #666;
    font-size: 14px;
    margin: 0 0 11px;
}

#pop_content_layer.cookies .btn {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
    color: #FFF;
    border-radius: 1px;
    border: 1px solid #00adef;
    background-color: #00adef;
    line-height: inherit;
}

#pop_content_layer.cookies .btn:hover {
    background-color: #0088c6;
    border-color: #0088c6;
}

#pop_content_layer.cookies a {
    text-decoration: underline;
} */


@media (max-width: 1000px) {
  .collection-details-wrapper .info-container {
    margin-top: 100px;
  }

  .cart-items-wrapper .cart-item .info-container {
    margin-top: 10px;
  }

  .cart-items-wrapper .cart-item .image-container img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .cart-items-wrapper .cart-item .info-container .action-wrapper {
    position: static;
  }

  .cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .total-price {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .unit-price {
    display: none;
  }

  /* .step .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;
  } */

}


@media (max-width: 580px) {
  .recommendations-section .slider-wrapper .swiper-button-prev {
    display: none;
  }

  .recommendations-section .slider-wrapper .swiper-button-next {
    display: none;
  }

  .cart-items-wrapper .cart-item {
    padding: 30px 0;
  }

  .cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container {
    display: block;
    text-align: right;
  }

  .cart-items-wrapper .cart-item .info-container .action-wrapper .controller-container .total-price {
    margin-top: 10px;
  }

  .cart-summary-wrapper .promotion-code-wrapper,
  .cart-summary-wrapper .total-price-wrapper {
    max-width: 100%;
    flex-basis: 100%;
  }

}

@media (max-width: 450px) {
  .cart-action-wrapper {
    display: block;
  }

  .cart-action-wrapper div {
    flex-grow: inherit;
  }

  .cart-action-wrapper div a {
    display: block;
    width: 100%;
    text-align: center;
  }


  .cart-action-wrapper div:nth-child(2) {
    margin-top: 5px;
  }

}

.idx-title hr {
  width: 100%;
}

.idx-title h1 {
  margin: 0;
  padding: 33px 0;
  text-shadow: 0px 0px 10px black;
}

@media (max-width: 991px) {
  .idx-title h1 {
    padding: 20px 0;
  }
}

.idx-nav {
  padding: 40px 0;
  text-align: right;
}

@media (min-width: 768px) {
  main .idx-nav .btn-primary:nth-child(1n+2) {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .idx-nav {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  main .idx-nav .btn-primary {
    margin: 0 0 25px;
    min-width: 100%;
  }
}

.idx-card {
  padding: 40px 20px;
  background: #FFFFFF;
  color: #000000;
  text-align: left;
  /* margin-top: 65px; */
}

.idx-card .idx-card-title {
  font-size: 35px;
  line-height: 1.2;
}

.idx-card .idx-card-name {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.idx-card .price_list li:nth-child(1n+2) {
  margin-top: 35px;
}
.idx-card .price_list{
  /* line-height: 1.6;
  letter-spacing: .6px; */
}
.idx-card .price_list li label {
  font-size: 18px;
  /* font-size: 18px; */
  line-height: 1.6;
  
}

.idx-card .price_list li h3 {
  font-size: 32px;
  margin-top: 5px;
}

.idx-card .price-remind {
  margin-top: 20px;
  font-size: 12px;
}

.idx-card .price-remind .mark1,
.idx-card .price-remind .mark2 {
  padding-left: 0.8em;
  position: relative;
  display: block;
}

.idx-card .price-remind .mark1::before {
  content: '#';
  position: absolute;
  left: 0;
  top: 0;
}

.idx-card .price-remind .mark2::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
}

.idx-card .PRP {
  margin-top: 5px;
  font-size: 16px;
  margin-top: 20px;
}

.idx-card .equipment {
  margin-top: 20px;
}

.idx-card .deposit {
  margin-top: 1em;
  /* margin-top: 20px; */
}

.idx-card .deposit h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.idx-card .deposit h1 {
  font-size: 28px;
  margin: 0;
  margin-top: 10px;
}

.idx-card .payment-remind {
  margin-top: 20px;
}

.idx-card .payment-remind h6 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .scrollto-idx-card {
    transition: background 300ms linear;
    background-image: url(../images/eqb/icon_money-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 25px;
    height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 10px;
    text-align: center;
    display: block;
    cursor: pointer;
  }
}

@media (max-width: 1024px) {
  .idx-card {
    display: none;
    position: fixed;
    z-index: 40;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    overflow: auto;
    max-height: calc(100% - 30px);
    width: 80%;
    z-index: 101;
  }

  .idx-card.popup {
    display: block;
  }

  .idx-card-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 100;
  }

  .idx-card-overlay.popup {
    display: block;
  }

  .idx-card--close {
    display: block;
    width: 25px;
    height: 25px;
    margin: 10px;
    background-image: url(../images/eqb/icon_x_black.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 1025px) {
  .trigger-idx-card {
    display: block;
    position: fixed;
    right: 5px;
    top: 80px;
    border-radius: 50%;
    background: #00ADEF;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 60px;
    z-index: 31;
    cursor: pointer;
    transition: background 300ms linear;
    background-image: url(../images/eqb/icon_money-w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35%;
  }

  .trigger-idx-card.top {
    position: absolute;
    top: 80px;
  }

  .trigger-idx-card.active {
    width: 36px;
    height: 36px;
    right: 10px;
    top: 95px;
    background-image: url(../images/eqb/icon_x.svg);
    background-size: 45%;
  }

  .trigger-idx-card:hover {
    background-color: #0088c6;
    color: #fff;
    cursor: pointer;
  }

  .idx-card {
    display: block;
    position: fixed;
    right: -320px;
    top: 110px;
    z-index: 30;
    width: 300px;
    padding: 30px 20px;
    margin-top: 0;
    border-radius: 20px;
    max-height: calc(100% - 120px);
    overflow: auto;
    transition: 0.3s right ease;
  }

  .idx-card.top {
    position: absolute;
    top: 110px;
  }

  .idx-card.active {
    right: 20px;
  }

  .idx-card .price_list li label {
    font-size: 18px;
    /* font-size: 16px; */
  }

  .idx-card .price_list li h3 {
    font-size: 26px;
    /* font-size: 24px; */
  }

  .idx-card .price_list li:nth-child(1n+2) {
    margin-top: 10px;
  }
}

.idx-price {
  color: #333;
  border: 1px solid #D4D4D4;
  padding: 20px 60px;
  margin: 40px 0 0;
  background: #FFF;
}

.idx-price .idx-price-name {
  font-size: 45px;
  line-height: 1.2;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.idx-price .price_list {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}

.idx-price .PRP {
  margin-bottom: 20px;
}

.idx-price .price_list li:nth-child(1n+2) {
  margin-top: 35px;
}

.idx-price .price_list li label {
  font-size: 18px;
  line-height: 1.2;
}

.idx-price .price_list li h3 {
  font-size: 32px;
  margin-top: 5px;
  font-weight: 400;
}

.idx-price .price-remind .mark1,
.idx-price .price-remind .mark2 {
  padding-left: 0.8em;
  position: relative;
  display: block;
  font-size: 14px;
}

.idx-price .price-remind .mark1::before {
  content: '#';
  position: absolute;
  left: 0;
  top: 0;
}

.idx-price .price-remind .mark2::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
}


@media (max-width: 991px) {
  .idx-price {
    padding: 20px 10px;
  }

  .idx-price .idx-price-title {
    font-size: 35px;
  }

  .idx-price .idx-price-name {
    font-size: 35px;
  }

  .idx-price .price_list li label {
    font-size: 16px;
  }

  .idx-price .price_list li h3 {
    font-size: 24px;
  }

  .idx-price .price_list li:nth-child(1n+2) {
    margin-top: 10px;
  }

  .idx-price .price_list li:last-child {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .idx-price .price_list li {
    display: inline-block;
    width: 33.333%;
    margin: 0 0 30px !important;
  }

  .idx-price .price_list {
    display: flex;
    flex-flow: wrap;
  }
}



.order_form-bg-top {
  position: relative;
}

.order_form-bg {
  position: absolute;
  width: 200vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F2F2F2;
  z-index: 0;
  top: 0;
}

.order_form-container {
  display: flex;
  flex-flow: row;
  padding-top: 60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.order_form-info {
  width: 480px;
}

.order_form-form {
  width: calc(100% - 480px);
  padding-right: 50px;
}

.order_form-form .order_form-optiongroup-title {
  margin-top: 0;
}

.order_form-form .order_form-optiongroup {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 50px;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-img {
  margin: 0;
  width: 36.5%;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-img img {
  width: 100%;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-list,
.order_form-form .order_form-optiongroup .order_form-optiongroup-text {
  width: 63.5%;
  padding: 0;
  margin: 0;
  left: 0;
  list-style: none;
  padding-left: 30px;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-text h5 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-list li {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-list li .img {
  width: 75px;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-list li .img img {
  width: 100%;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-list li .info {
  width: calc(100% - 75px);
  padding-left: 30px;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-list li .info h3 {
  margin: 0;
  font-weight: 400;
}

.order_form-form .order_form-optiongroup .order_form-optiongroup-list li:first-child {
  margin-top: 0;
}

.order_form-form hr {
  border-bottom: 1px solid #D4D4D4;
  width: 100%;
  margin-bottom: 30px;
}

.order_form-optionselect ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order_form-optionselect ul li:nth-child(1n+2) {
  margin-top: 55px;
}

.order_form-optionselect label .package-container {
  border: 1px solid #D4D4D4;
  display: flex;
  /* padding: 30px; */
}

.order_form-optionselect label .package-container .img {
  width: 40%;
  padding-right: 35px;
}

.order_form-optionselect label .package-container .img img {
  width: 100%;
}

.order_form-optionselect label .package-container .info {
  width: 60%;
  padding-bottom: 70px;
  padding-top: 30px;
  padding-right: 30px;
  position: relative;
}

.order_form-optionselect label .package-container .info .title {
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.order_form-optionselect label .package-container .info .desc {
  font-size: 16px;
  float: left;
}

.order_form-optionselect label .package-container .info .desc ul {
  list-style-type: disc;
  padding-left: 20px;
}

.order_form-optionselect label .package-container .info .desc ul li {
  margin-top: 0px;
}


.order_form-optionselect label .package-container .info .nav {
  position: absolute;
  left: 0;
  right: 15px;
  bottom: 15px;
}

.order_form-optionselect label .package-container .info .nav .price {
  font-size: 24px;
  width: calc(100% - 60px);
  margin-bottom: 8px;
  display: block;
}

.order_form-optionselect label .package-container .info .nav .radio-ele {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  background: transparent;
}

.order_form-optionselect label :checked~.package-container .info .nav .radio-ele,
.order_form-optionselect label:hover .package-container .info .nav .radio-ele {
  border-color: #00ADEF;
  background-color: #00aff2;
}

.order_form-optionselect label :checked~.package-container .info .nav .radio-ele::before,
.order_form-optionselect label:hover .package-container .info .nav .radio-ele::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: 60%;
  background: url(../images/eqb/radio_tick.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.order_form-option_no {
  margin: 50px 0 0;
}

.no_package-container {
  border: 1px solid #D4D4D4;
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
}

.no_package-container .nav {
  width: 60px;
}

.no_package-container .title {
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
}

.no_package-container .radio-ele {
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  background: transparent;
}

label:hover .no_package-container .radio-ele,
label :checked~.no_package-container .radio-ele {
  border-color: #00ADEF;
  background-color: #00aff2;
}

label:hover .no_package-container .radio-ele:after,
label :checked~.no_package-container .radio-ele:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: 60%;
  background: url(../images/eqb/radio_tick.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.order_form-optionselect label :checked~.package-container {
  background: #F2F2F2;
}

.order_form-optionselect .swiper {
  overflow: hidden;
  display: none;
  position: relative;
}

.order_form-optionselect .swiper .swiper-button-next,
.order_form-optionselect .swiper .swiper-button-prev {
  background: rgba(0, 173, 239, .75);
  color: white;
  top: 50%;
  height: 60px;
  line-height: 60px;
  width: 30px;
  text-align: center;
  margin-top: -30px;
}

.order_form-optionselect .swiper .swiper-button-prev::before {
  font-size: 15px;
  display: block;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  opacity: 1;
  transform: rotate(90deg);
  height: 60px;
  line-height: 60px;
  width: 30px;
  text-align: center;
  font-family: DaimlerIcons !important;
  font-variant: normal;
}

.order_form-optionselect .swiper .swiper-button-next::before {
  font-size: 15px;
  display: block;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  opacity: 1;
  transform: rotate(-90deg);
  height: 60px;
  line-height: 60px;
  width: 30px;
  text-align: center;
  font-family: DaimlerIcons !important;
  font-variant: normal;
}

.order_form-card {
  border: 1px solid #D4D4D4;
  padding: 20px;
  background: #FFF;
}

.order_form-infowrapper {
  padding: 0 20px 20px;
}

.order_form-card .order_form-card-title {
  font-size: 44px;
  line-height: 1.2;
}

.order_form-card .order_form-card-img img {
  width: 100%;
}

.order_form-card .order_form-card-name {
  font-size: 45px;
  line-height: 1.2;
  margin-top: 20px;
}

.order_form-card .price_list {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
}

.order_form-card .price_list li:nth-child(1n+2) {
  margin-top: 35px;
}

.order_form-card .price_list li label {
  font-size: 18px;
  line-height: 1.2;
}

.order_form-card .price_list li h3 {
  font-size: 32px;
  margin-top: 5px;
  font-weight: 400;
}

.order_form-card .price-remind {
  margin-top: 40px;
}

.order_form-card .price-remind .mark1,
.order_form-card .price-remind .mark2 {
  padding-left: 0.8em;
  position: relative;
  display: block;
  font-size: 14px;
}

.order_form-card .price-remind .mark1::before {
  content: '#';
  position: absolute;
  left: 0;
  top: 0;
}

.order_form-card .price-remind .mark2::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
}

.order_form-card .equipment {
  margin-top: 40px;
}

.order_form-card .deposit {
  margin-top: 40px;
}

.order_form-card .deposit h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.order_form-card .deposit h1 {
  font-size: 45px;
  margin: 0;
}

.order_form-card .payment-remind {
  margin-top: 40px;
}

.order_form-card .payment-remind h6 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.order_form-nav {
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: right;
}

.order_form-nav .order_form-back {
  float: left;
  color: #707070;
  margin-top: 0.6em;
  cursor: pointer;
  font-family: "CorporateS-Bold", "CorporateS-Regular", "DaimlerCS-Regular", Helvetica, Arial, sans-serif;
}


@media (max-width: 1280px) {
  .order_form-info {
    width: 370px;
  }

  .order_form-form {
    width: calc(100% - 370px);
    padding-right: 25px;
  }

  .order_form-card {
    padding: 20px 20px 40px;
  }

  .order_form-form hr {
    margin-bottom: 25px;
  }

}

@media (max-width: 991px) {
  .order_form-container {
    flex-flow: column;
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .order_form-form {
    width: 100%;
    padding-right: 0;
  }

  .order_form-info {
    width: 100%;
    margin-top: 40px;
  }

  .order_form-nav {
    padding-top: 0;
    margin-top: 20px;
    padding-bottom: 60px;
    text-align: right;
  }

  /* main .order_form-nav .btn-primary {
    min-width: 100%;
    margin-top: 20px;
  } */

  .order_form-card .order_form-card-title {
    font-size: 35px;
  }

  .order_form-card .order_form-card-name {
    font-size: 35px;
  }

  .order_form-card .price_list li label {
    font-size: 16px;
  }

  .order_form-card .price_list li h3 {
    font-size: 24px;
  }

  .order_form-card .price_list li:nth-child(1n+2) {
    margin-top: 10px;
  }

  .order_form-card .price-remind {
    margin-top: 30px;
  }

  .order_form-card .equipment {
    margin-top: 30px;
  }

  .order_form-card .deposit {
    margin-top: 30px;
  }

  .order_form-card .payment-remind {
    margin-top: 30px;
  }

}

@media (max-width: 991px) {
  .order_form-optionselect ul li:nth-child(1n+2) {
    margin-top: 35px;
  }

  .order_form-form .order_form-optiongroup .order_form-optiongroup-img {
    width: 50%;
  }

  .order_form-form .order_form-optiongroup .order_form-optiongroup-list,
  .order_form-form .order_form-optiongroup .order_form-optiongroup-text {
    width: 50%;
  }
}

@media (max-width: 767px) {

  .order_form-form .order_form-optiongroup {
    flex-flow: column;
    margin-bottom: 35px;
  }

  .order_form-form .order_form-optiongroup .order_form-optiongroup-img {
    width: 100%;
  }

  .order_form-form .order_form-optiongroup .order_form-optiongroup-list,
  .order_form-form .order_form-optiongroup .order_form-optiongroup-text {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }

  .order_form-form .order_form-optiongroup .order_form-optiongroup-list li .info {
    padding-left: 15px;
  }

  .order_form-optionselect label .package-container {
    padding: 0;
    flex-flow: column;
  }

  .order_form-optionselect label .package-container .img {
    width: 100%;
    padding-right: 0;
  }

  .order_form-optionselect label .package-container .info {
    width: 100%;
    padding: 0 15px 50px;
  }

  .order_form-optionselect label .package-container .info .title {
    margin-top: 20px;
  }

  .order_form-optionselect label .package-container .info .nav {
    left: 15px;
    right: 15px;
  }

  .order_form-optionselect label .package-container .info .nav .radio-ele {
    width: 30px;
    height: 30px;
  }

  .order_form-optionselect .swiper {
    display: block;
  }

  .order_form-optionselect .swiper-slide {
    height: auto;
  }

  .order_form-optionselect .swiper-slide label {
    height: 100%;
  }

  .order_form-optionselect .swiper-slide label .package-container {
    height: 100%;
  }

  .order_form-optionselect label .package-container .info {
    flex-grow: 1;
  }

  .order_form-optionselect label .package-container .info .nav .price {
    width: calc(100% - 35px);
    margin-bottom: 0;
    font-size: 20px;
  }

  .order_form-optionselect label .package-container .info .nav .radio-ele {
    position: absolute;
    right: -15px;
  }

  .order_form-optionselect ul {
    display: none;
  }

  .order_form-optionselect label .package-container .info .desc ul {
    display: block;
    list-style-type: disc;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}


.order_form-formtitle {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .order_form-formtitle {
    margin-top: 0;
    font-size: 32px;
  }
}

.order_form-equipment {
  padding-bottom: 45px;
}

.order_form-equipment>h1 {
  border-bottom: 1px solid #D4D4D4;
  padding: 0 50px 15px;
  font-size: 24px;
  margin-bottom: 0;
}

.order_form-equipment>div {
  padding: 0 50px;
  font-size: 18px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.order_form-equipment>div ul {
  margin: 0;
}

@media (max-width: 991px) {
  .order_form-equipment>h1 {
    font-size: 18px;
    padding: 0 0 15px;
  }

  .order_form-equipment>div {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}

.idx-equipment.order_form-equipment {
  padding-bottom: 30px;
  padding-top: 20px;
  color: #333;
}

.order_alertbox {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
}

.order_alertbox-shading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .75)
}

.order_alertbox-dialog {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3rem 2rem;
  background-color: #FFF;
  color: #333;
  max-width: 1280px;
  width: calc(100% - 40px);
}

.order_alertbox-close-btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  color: #000;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  font-family: DaimlerIcons !important;
  font-variant: normal;
  overflow: hidden
}

.order_alertbox-close-btn::after {
  content: "\00e60b"
}

.box-reservation-nav {
  margin-top: 30px;
  text-align: right;
}

.order_alertbox-dialog h1 {
  margin-top: 0;
  text-align: center;
}

main .box-reservation-form .btn-primary {
  width: 100%;
}

@media (min-width: 769px) {
  main .box-reservation-form .btn-primary.send-sms-btn {
    width: auto;
  }
}

.order_form--terms {
  background: #EEEEEE;
  padding: 40px;
  margin-top: 70px;
}

.order_form--terms--title {
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 18px;
}

.tnc--text {
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 30px;
}

.order_form--terms--text {
  padding-left: 30px;
}

@media (max-width: 990px) {
  .order_form--terms {
    padding: 30px 15px 20px;
  }
}

/* ------------------------ reserve_form thanks ------------------------ */

.reserve_form--thanks--wrapper {
  position: relative;
  padding: 50px 0;
}

.reserve_form--thanks--wrapper .container {
  z-index: 1;
  position: relative;
}

.reserve_form--thanks--wrapper .reserve_form--process {
  margin: 45px 0;
}

.reserve_form--thanks--wrapper .reserve_form--process ul {
  margin: 0 -70px;
}

.reserve_form--thanks--wrapper .reserve_form--process ul li {
  padding: 5px 70px;
}

.reserve_form--thanks {
  color: #FFF;
  padding-bottom: 70px;
}

.reserve_form--thanks h1 {
  font-size: 74px;
  margin-bottom: 0;
  line-height: 1;
}

.reserve_form--thanks h2 {
  font-size: 54px;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1;
}

.reserve_form--thanks h6 {
  font-size: 22px;
}

.reserve_form--thanks .nav {
  margin-top: 90px;
}

.reserve_form--thanks .text {
  max-width: 580px;
  font-size: 18px;
}

.reserve_form--thanks .text p {
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .reserve_form--thanks--wrapper .reserve_form--process ul {
    margin: 0 -35px;
  }

  .reserve_form--thanks--wrapper .reserve_form--process ul li {
    padding: 5px 35px;
  }

  .reserve_form--thanks h1 {
    font-size: 50px;
  }

  .reserve_form--thanks h2 {
    font-size: 35px;
  }

}

@media (max-width: 768px) {
  .reserve_form--thanks--wrapper {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .reserve_form--thanks--wrapper .reserve_form--process {
    display: none;
  }

  .reserve_form--thanks h1 {
    text-align: center;
    font-size: 50px;
  }

  .reserve_form--thanks h2 {
    margin-left: 0;
    text-align: center;
    font-size: 35px;
    padding-bottom: calc(85vw - 100px);
  }

  .reserve_form--thanks h6 {
    margin-bottom: 30px;
  }

  .reserve_form--thanks .text {
    font-size: 20px;
    max-width: 100%;
  }

  .reserve_form--thanks .nav {
    margin-top: 20px;
  }

  main .reserve_form--thanks .nav .btn-primary {
    width: 100%;
  }

}

@media (max-width: 520px) {
  .reserve_form--thanks h1 {
    font-size: 13.3vw;
    margin-top: 15px;
  }

  .reserve_form--thanks h2 {
    font-size: 9.3vw;
    padding-bottom: calc(60vw - 100px);
  }
}

@media (min-width: 769px) {
  main .reserve_form--thanks .nav .btn-primary {
    min-width: 240px;
  }

  .reserve_form--thanks--wrapper::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 73%;
    transform: translate(-50%, 0);
    width: 1957px;
    height: 801px;
    background-image: url(../images/eqb/star_print.png);
    background-size: 100%;
  }

  .reserve_form--thanks--wrapper::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100vw;
    height: 200px;
    background: linear-gradient(0deg, rgb(0 0 0), rgb(0 0 0 / 20%), transparent);
    z-index: 1;
  }
}


.form-group {
  position: relative;
}

#showroom_id-error {
  position: absolute;
  bottom: -35px;
  left: auto;
  line-height: 1;
}
















.order_form-equipment>ul.tab-container {
  border-bottom: 1px solid #D4D4D4;
  list-style: none;
  border-collapse: collapse;
}

.order_form-equipment>ul.tab-container li {

  padding: 0 0 15px;
  margin: 0 50px;
  font-size: 24px;
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
}

.order_form-equipment>ul.tab-container li.selected {

  border-bottom: 4px solid #009CDE;

}

.detail__tab--text-title {
  display: none;
}

.detail__tab--container+.detail__tab--container {
  display: none;
}



@media (max-width: 991px) {

  .detail__tab--text-title {
    display: block;
    font-size: 18px;
    /* padding: 0 0 15px; */
    padding: 12px 15px;
  }

  ul.tab-container {
    display: none;
  }

  .order_form-equipment>div.detail__tab--container {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .detail__tab--container+.detail__tab--container {
    display: block;
  }


}

.deposit-btn-box{

text-align: center;
padding-top: 1rem;
/* padding-top: 8rem; */
padding-bottom: 1rem;
}


@media (max-width: 991px) {

  .deposit-btn-box{

    padding-top: 3rem;
    padding-bottom: 0;
  }
  

}

/* 

.order_form-equipment>div {
  padding: 0 50px;
  font-size: 18px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.order_form-equipment>div ul {
  margin: 0;
}

@media (max-width: 991px) {
  .order_form-equipment>h1 {
    font-size: 18px;
    padding: 0 0 15px;
  }

  .order_form-equipment>div {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
} */