/* MTCOM-11049 AB Testing Styles */
.button_navi .btn-requestInfo {
  display: inline-block;
}
.familyMobile_feedbackButtons .btn-requestInfo,
#MT_sticky_layer .bottom .button_navi .btn-requestInfo {
  display: inline-block;
  float: none;
}
.modal-content .btn-action,
.modal-content .cmp-button {
  margin-left: 0;
  margin-right: 0;
  min-width: 25%;
}
.errorMessage {
  color: #cc0000;
  padding: 2%;
  width: 91%;
  border: 1px solid #cc0000;
  margin: 0 0 10px 0;
}
.errorMessage em {
  font-weight: bold;
  padding-right: 10px;
  font-style: normal;
}
.modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal.is-visible,
.modal.show {
  visibility: visible;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  margin: 0;
}
.modal.is-visible .modal-overlay {
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
}
.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 52em;
  margin-left: -24em;
  background-color: #ffffff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  border: 1px solid #ffffff;
}
.modal-header {
  display: flex;
  padding: 1em;
  border-radius: 14px;
  border: 1px solid #ffffff;
  position: relative;
  background-color: #fff;
}
.modal-header-text {
  flex: 1 1 75%;
  max-width: 75%;
}
.modal-content {
  padding: 1rem 1.8rem 2rem 1.8rem;
}
.modal-close:hover {
  color: #666666;
}
.modal-heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  text-transform: none;
  text-align: left;
  padding: 0 27px 0 7px;
}
.modal-heading .modal-subhead {
  font-size: .8em;
  line-height: normal;
  font-weight: normal;
  margin: 3px 10px 0 0;
  font-style: normal;
  color: #666666;
}
em.modal-subhead {
  display: block;
}
.modal-wrapper .status {
  width: 100%;
  background: #efefef;
  height: 4px;
  display: flex;
}
.modal-wrapper .status p {
  margin: 0;
  padding: 0;
  background: #004494;
  width: 5%;
  transition: width 1.5s;
}
.feedbackCBSC-modal-step2 .status p,
[data-current-step="1"] .status p {
  width: 20%;
}
.feedbackCBSC-modal-step3 .status p,
[data-current-step="2a"] .status p {
  width: 50%;
}
.feedbackCBSC-modal-step4 .status p {
  width: 80%;
}
.feedbackCBSC-modal-step5 .status p,
[data-current-step="2b"] .status p {
  width: 95%;
}
[data-current-step="5"] .status p {
  width: 100%;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
.modal-close-btn .modal-close {
  right: 11px;
  padding: 10px;
  color: #000;
  background: 0;
  border: 0;
  position: absolute;
  top: 22px;
  width: 10px;
  height: 10px;
  opacity: .8;
  outline: 0;
  cursor: pointer;
}
.modal-close-btn .modal-close:hover {
  opacity: 1;
}
.modal-close-btn .modal-close:before,
.modal-close-btn .modal-close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #000;
  top: 0;
}
.modal-close-btn .modal-close:before {
  transform: rotate(45deg);
}
.modal-close-btn .modal-close:after {
  transform: rotate(-45deg);
}
.modal-close {
  right: 11px;
  padding: 10px;
  color: #000;
  background: 0;
  border: 0;
  position: absolute;
  top: 22px;
  width: 10px;
  height: 10px;
  opacity: .8;
  outline: 0;
  cursor: pointer;
}
.modal-close:hover {
  opacity: 1;
}
.modal-close:before,
.modal-close:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #000;
  top: 0;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
.modal-logo-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
}
.modal-logo {
  height: 114px;
  background: #ffffff url("../../../../../etc/designs/mt/widgets/shared/css/images/static/Mettler-Toledo-angle-down.svg") no-repeat bottom left;
  z-index: 200;
  width: 200px;
  margin: 0 0 0 -40px;
}
.feedbackCBSC-modal-step2 .modal-wrapper {
  margin-bottom: 100px;
}
/* Right to left layout customizations */
.mt_direction_right_to_left .modal-heading {
  text-align: right;
  padding: 0;
}
.mt_direction_right_to_left .modal-heading .modal-subhead {
  margin-right: 0;
}
.mt_direction_right_to_left .modal-close {
  right: initial;
  left: 11px;
}
.mt_direction_right_to_left .modal .section-heading em {
  float: right;
  margin: 0 0 0 1rem;
}
.modal-content:has(.webinarSeries__fieldset) #feedbackBText:has(br[_rte_temp_br="brEOB"]) + .mainContentLine.nonRequiredElement {
  display: none;
}
@media (max-width: 750px) {
  .modal-wrapper,
  .modal-wrapper.modal-transition {
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0;
  }
  .modal-content {
    padding: 2em 1.8em 2em 1.8em;
  }
  .modal-content .btn-action,
  .modal-content .cmp-button {
    width: 100%;
  }
  .modal .active .section-heading {
    margin-top: 1em;
  }
  .modal-heading {
    font-size: 1rem;
  }
  .modal-content .btn-action,
  .modal-content .cmp-button {
    font-size: 1rem;
  }
  .feedbackteaser .overviewpfform.form button.btn-getQuote,
  .feedbackteaser .overviewplform.form button.btn-getQuote {
    font-size: 1rem;
    padding: 1rem;
  }
}

.serviceesbuform.form,
.servicepfform.form,
.serviceplform.form {
  display: flex;
  justify-content: flex-start;
}
body:has(.mt-exp-form-modal) {
  position: relative;
}
.exp-mt-form .btn,
.form-modal .btn,
.exp-mt-form .btn:hover,
.form-modal .btn:hover {
  border: 0px;
  padding: 0px;
  outline: none;
  min-height: auto;
  height: auto;
}
.mt-exp-form-modal {
  overflow: visible;
  background: transparent;
}
.mt-spartacus-width .exp-mt-form .btn-action {
  border-radius: 0px;
}
.mt-spartacus-width .mt-product-actions-container .exp-mt-form .btn-action {
  min-height: 40px;
}
.mt-spartacus-width .exp-mt-form .btn-action span {
  padding: 10px 13px;
}
.mt-spartacus-width .mt-product-reference-list .exp-mt-form .btn-primary span {
  padding: 7px 12px;
}
.carousel-panel .exp-mt-form .btn-action span,
.ds_productFiltering__list .exp-mt-form .btn-action span,
.spartacus-results .exp-mt-form .btn-action span,
.mt-product-references .exp-mt-form .btn-action span {
  padding: 6px 13px;
}
.ppUX2020_page .fb-button-p5a.blue.request-appointment {
  background: linear-gradient(to bottom, #2b81e7 0%, #2b81e7 100%);
  box-shadow: 1px 0 2px #cacaca, -1px 0 2px #cacaca, 0 -1px 2px #cacaca, 0 1px 0 #cacaca, inset 0 1px 1px #2b81e7;
  border: 1px solid #2b81e7;
  border-radius: 4px;
  padding: 12px 20px;
  margin: 0 10px 0 0;
}
.feedbackapm.feedbacka,
#button_navi div.overviewplfeedbacka.feedbacka,
#button_navi div.overviewpffeedbacka.feedbacka,
#button_navi div.formpm.feedbacka,
.form .shared-button-info {
  display: none;
}
.overviewplproductcomparison .fb-button-p5a,
.product-listing .fb-button-p5a,
.productFamilyComparison .overviewpffeedbacka.feedbacka,
.productFamilyComparison .overviewplfeedbacka.feedbacka,
.productFamilyComparison .fb-button-p5a,
.productcards .fb-button-p5a,
.overviewpfcomparison .fb-button-p5a,
.feedbackteaser .overviewpffeedbacka.feedbacka,
.feedbackteaser .overviewplfeedbacka.feedbacka,
.feedbackteaser .fb-button-p5a,
.accessory_fulfillment .fb-button-p5a:not(.addToCart_btn),
.consumableCallToAction .fb-button-p5a:not(.addToCart_btn),
.serviceesbufeedbacka.feedbacka,
.servicepffeedbacka.feedbacka,
.serviceplfeedbacka.feedbacka,
.feedbacka .fb-button-p5a:not(.addToCart_btn) {
  display: none !important;
}
.productFamilyComparison .image-feedback .overviewpfform.form button,
.productFamilyComparison .image-feedback .overviewplform.form button {
  position: relative;
}
.form-modal-toggle {
  opacity: .5 !important;
}
.form-modal-toggle.ready {
  opacity: 1 !important;
}
.form-modal {
  position: absolute !important;
}
.form-modal .section-heading {
  opacity: 1;
}
.form-modal .section-heading em {
  background: #004494;
  color: white;
  font-weight: normal;
}
.form_content-title {
  margin: 2rem 0 1rem 0;
}
.form_content-title strong {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 2rem;
  color: #000;
}
.feedbackTextBlock-content {
  padding: 0 0 1rem 0;
}
.instant-quote-wrapper {
  display: flex;
  margin: 0;
  width: 100%;
}
.instant-quote-message,
.instant-quote-image-wrapper {
  display: block;
  width: auto;
  vertical-align: initial;
  flex: 1;
}
.instant-quote-image-wrapper img {
  width: auto;
}
.instant-quote-image-wrapper {
  text-align: center;
}
/* ==========================================================================
   MTCOM-11489: adjustments to visible steps on initial form view
   ========================================================================== */
.modal-form-content-wrap.step_2_a-content,
.modal-form-content-wrap.step_2_b-content {
  display: none;
}
.modal-form-content-wrap.step1-content,
.modal-form-content-wrap.step2-content {
  border-bottom: 0px;
}
.modal-form-content-wrap.step1-content.step-complete {
  border-bottom: solid 2px #efefef;
}
.form-modal .section-heading {
  margin-top: 1.5rem;
}
.form-modal .step-complete .section-heading {
  margin-bottom: 1.5rem;
}
/* ==========================================================================
   Additional quote items
   Initial height of wrapping div set to 0; will be adjusted in JS when quote option is selected
   ========================================================================== */
.requestTypeSelection_quote_options {
  height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s;
}
.modal-wrapper .mt-spinner-dark {
  margin: 20px auto;
}
.form-modal .fba_additionalProduct_col.selected {
  background: transparent;
  border: 0;
}
.fba_additionalProduct_input,
.fba_additionalProduct_promo_img_qty_wrap,
.fba_additionalProduct_data {
  padding: 0 1rem 0 0;
}
.form_field_wrapper .fba_additionalProduct_lbl {
  font-weight: normal;
}
.fba_additionalProduct_promo_img_qty_wrap {
  display: flex;
  align-items: flex-end;
  margin: 0 0 1rem 0;
}
.fba_additionalProduct_promo_img {
  max-width: 50%;
  height: auto;
}
.fba_additionalProduct_data_quantity {
  width: 25%;
  padding: 1rem 0 0 1rem;
  box-sizing: border-box;
}
.form-modal .form_field_wrapper input.productSelectionQuantity {
  padding: 8px;
}
.fba_additionalProduct_promo_long {
  margin: 1rem 0;
  padding: 0 1rem 0 0;
  font-size: 1.15rem;
  line-height: 1.75rem;
}
/* ==========================================================================
   2022 - New form Instant quote product option styles
   ========================================================================== */
.instant-quote-message.form_content-title {
  margin: 20px 0 0 0;
}
.instant-quote-message.form_content-title strong {
  display: block;
  margin: 0 0 10px 0;
}
.instantQuote .fba_additionalProduct_col {
  display: block;
  width: auto;
  margin: 0 0 30px 0;
}
.instantQuote .fba_additionalProduct_col input[type="checkbox"],
.instantQuote .fba_additionalProduct_col .checkmark-container .checkmark,
.instantQuote .fba_additionalProduct_promo_img_qty_wrap img,
.instantQuote .productSelectionLabel.form_content-title {
  display: none;
}
.instantQuote .fba_additionalProduct_col .checkmark-container {
  padding-left: 0;
  color: #666;
}
.instantQuote .fba_additionalProduct_data_quantity-instant-quote {
  display: flex !important;
}
.instantQuote .fba_additionalProduct_data_quantity-instant-quote input[type="number"] {
  -moz-appearance: textfield;
}
.instantQuote .fba_additionalProduct_data_quantity-instant-quote input[type="number"]input::-webkit-outer-spin-button,
.instantQuote .fba_additionalProduct_data_quantity-instant-quote input[type="number"]input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.instantQuote .fba_additionalProduct_data_quantity-default,
.instantQuote .fba_additionalProduct_col img {
  display: none !important;
}
.instantQuote .fba_additionalProduct_data_quantity {
  padding: 0;
  width: auto;
  display: flex;
}
.form-modal .instantQuote .form_field_wrapper input.productSelectionQuantity {
  max-width: 50px;
  min-height: 0;
  padding: 5px;
  margin: 0 10px;
  text-align: center;
  border: solid 1px #000;
}
#form_step1 .form_btn-action-wrapper {
  padding: 12px 0 0 0;
}
/* ==========================================================================
   Slick slider customizations
   ========================================================================== */
.form-modal .slick-list {
  margin: 0 1.5rem !important;
}
.form-modal .slick-next:before,
.form-modal .slick-prev:before {
  content: '' !important;
  border-top: 2px solid #000;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  border-left: 2px solid #000;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.form-modal .slick-prev {
  left: 2px !important;
  transform: rotate(-50deg) !important;
}
.form-modal .slick-next {
  transform: rotate(-230deg) !important;
  right: 2px !important;
}
/* ==========================================================================
   Slick slider style for items when there's <= 2 items displayed
   ========================================================================== */
.no-slider {
  display: flex;
}
/* ==========================================================================
   Slick slider styles for instant quote items
   ========================================================================== */
.instantQuote .no-slider {
  display: block;
}
/* ==========================================================================
   Custom questions in step 2
   ========================================================================== */
.form_additional-questions-wrap {
  display: none;
}
.form_additional-questions-wrap input,
.form_additional-questions-wrap select,
.form_additional-questions-wrap textarea {
  outline: none !important;
}
.form_additional-question {
  margin: 0 0 1.5rem 0;
}
.form_field_wrapper label.checkmark-container {
  box-sizing: border-box;
  margin: 0 0 15px 0;
  font-weight: normal;
}
.form_field_wrapper .checkboxColumn .customQuestionInput:last-child label {
  margin: 0;
}
.form_field_wrapper.form_additional-question label.error {
  margin: 0;
}
.form_field_wrapper.form_additional-question-text label.error {
  margin: 5px 0 0 0;
}
.step_1_a_requestType_field_wrapper .error {
  width: 100%;
}
.requestTypeSelection_initial_options label.clickNextError {
  margin: 0 0 15px 0;
}
.customQuestionInput {
  display: flex;
}
.checkboxColumn input,
.checkboxColumn label {
  display: inline-block;
}
.form_additional-question .radio-container_field-label {
  line-height: 2rem;
}
.form_additional-question .radio-circle {
  top: 2px;
}
.form_recognized-user-info,
.form_remaining-fields,
.thisIsNotMe {
  display: none;
}
.form-modal .modal-content {
  overflow: hidden;
  padding-bottom: 0;
}
.form_requestTypeSelection {
  overflow: hidden;
}
.step_1_a_requestType_field_wrapper {
  width: 200%;
  display: flex;
  flex-wrap: wrap;
}
.requestTypeSelection_options {
  transition: margin .5s;
  width: 50%;
}
.requestTypeSelection_options label.radio-container {
  max-width: 90%;
  margin: 3px 0 1.75rem 0;
}
.requestTypeSelection_options label.radio-container .radio-container_field-label,
.form_additional-questions label.radio-container .radio-container_field-label {
  font-size: 1.3rem;
}
.slideInitialOptionsLeft {
  height: 0;
  margin-left: -50%;
}
.slideServiceOptionsLeft {
  height: auto;
  margin-left: 0;
  margin-bottom: 15px;
}
.feedbackANextPurchaseQuestion {
  margin: 30px 0 50px 0;
}
.formHasSoftOptIn .feedbackANextPurchaseQuestion {
  margin-bottom: 30px;
}
.feedbackANextPurchaseQuestion .radio-container {
  margin: 0 0 2rem 0;
}
.feedback_optout_message {
  border-top: solid 1px #ccc;
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
}
.form_footer {
  margin: 30px 0 0 0;
}
.formHasSoftOptIn .form_footer {
  border-top: 0;
  margin: 0;
}
.form_footer-logo {
  margin: 0 auto 0 auto;
  text-align: center;
  width: 280px;
  overflow: hidden;
  height: 179px;
}
.form_footer-logo img {
  margin: 20px 0 0 -50px;
  padding: 0;
  box-shadow: none;
}
.form_footer-terms,
.form_footer-links {
  margin: 1em 0 0 0;
}
.form_footer-links ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none !important;
  text-align: center;
}
.form_footer-links ul li {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 10px;
  line-height: 18px;
}
.form_footer-links ul li:last-child {
  margin-right: 0;
}
.form_footer-links ul li img {
  padding: 0;
  box-shadow: none;
}
.form_softOptIn {
  margin: 1.5em 0 0 0;
}
.form_softOptIn p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.mt-spinner-green-wrap {
  display: none;
  padding: 1.209rem 13px;
}
.modal-wrapper .mt-spinner-dark.mt-form-btn-spinner {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  margin: -7px auto;
}
.form_recognized-user-email {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  color: #000;
}
.form_personalInformation .form_field_wrapper,
.form_service-documentation-wrap .form_field_wrapper,
.form_service-support-questions-wrap .form_field_wrapper,
.form_equipment-service-questions-wrap .form_field_wrapper {
  margin: 0 0 1.5em 0;
}
.form-modal .form_field_wrapper input,
.form-modal .form_field_wrapper select,
.form-modal .form_field_wrapper textarea {
  padding-left: 1rem;
}
.form-modal .form_field_wrapper .intl-tel-input input {
  padding-bottom: 6px;
}
/* ==========================================================================
   Service questions in step 2
   ========================================================================== */
.form_service-hidden-field {
  display: none;
}
/* ==========================================================================
   Hiding all form fields in step 4 to start;
   will show whichever ones are remaining after response from VI
   ========================================================================== */
.form_personal-info-fields .form_field_wrapper {
  display: none;
}
.section-heading {
  cursor: pointer;
}
.mt_direction_right_to_left .slideInitialOptionsLeft {
  margin-right: -50%;
  margin-left: 0;
}
#errorMsgBbl {
  display: none;
}
.errorLoadingFormMsg {
  padding: 20px;
  color: #cc0000;
}
label.clickNextError {
  padding-left: 0;
  margin: 10px 0 0 0;
  font-weight: normal;
  font-size: 1rem;
  color: #cc0000;
}
.btn_requestTypeSelection_back {
  font-size: 1.3rem;
  letter-spacing: .025rem;
  cursor: pointer;
}
/* ==========================================================================
   Additional information section at bottom of STEP_2_B is hidden,
   except for certain emessage categories.
   ========================================================================== */
.form_step_2_b-additional-information-wrap {
  display: none;
  margin: 40px 0 0 0;
}
.form_step_2_b-additional-information-wrap .form_content-title {
  margin: 0 0 20px 0;
}
/* ==========================================================================
   Additional information/'Your message' is at bottom of step 1 in Instant Quote
   ========================================================================== */
.instantQuote .form_step_2_b-additional-information-wrap,
.instantQuote .form_step_2_b-additional-information-wrap .form_content-title {
  display: block !important;
}
.instantQuote .form_step_2_b-additional-information-wrap {
  margin: 0;
}
.form_personalInformation .form_field_wrapper.form_field-jobTitle {
  padding-top: 37px;
}
.form_personalInformation .form_field_wrapper.form_field-company {
  padding-bottom: 37px;
}
.step_2_b-submit-text {
  line-height: normal;
}
.quoteAllBtn .overlay-opener {
  padding: 0 0 10px 0;
}
.quoteAllBtn .overlay-opener span {
  font-size: 1.5rem;
  line-height: 2rem;
}
.chinaAddress .state_wrapper,
.chinaAddress .postal_wrapper {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile_cta .image-feedback {
    display: flex;
    justify-content: center;
  }
  .productFamilyComparison .image-feedback .overviewpfform.form button,
  .productFamilyComparison .image-feedback .overviewplform.form button {
    margin: 5px;
  }
  .mt-spartacus-width .exp-mt-form .btn-action span {
    padding: 7px 13px;
  }
  exp-mt-product-list-component .exp-mt-form .btn,
  .ds_productFiltering__list .exp-mt-form .btn {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .feedbackTextBlock-content {
    padding: 1rem 0;
  }
  .form_content-title {
    margin: 0 0 1rem 0;
  }
  .serviceesbuform.form,
  .servicepfform.form,
  .serviceplform.form {
    flex-direction: column;
  }
  .form_content-title strong {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .feedbackANextPurchaseQuestion .radio-container {
    margin: 0 0 1rem 0;
  }
  .mt-spinner-green-wrap {
    max-width: none;
  }
  .form_recognized-user-email,
  .btn_requestTypeSelection_back {
    font-size: 1rem;
  }
  .checkboxColumn-2-cols,
  .checkboxColumn-3-cols {
    width: 100%;
  }
  .form_field_wrapper .checkboxColumns label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .form_additional-question .radio-container_field-label {
    line-height: 1.5rem;
  }
  .form_field_wrapper label.checkmark-container.fba_additionalProduct_lbl {
    font-size: 1rem;
  }
  .fba_additionalProduct_input,
  .fba_additionalProduct_promo_img_qty_wrap,
  .fba_additionalProduct_data {
    padding: 0;
  }
  .fba_additionalProduct_promo_long {
    font-size: .9rem;
    line-height: 1.5rem;
  }
  .form-modal .slick-list {
    padding-top: 0 !important;
  }
  .form-modal .slick-prev {
    left: initial !important;
    right: 0 !important;
    top: 0 !important;
    transform: rotate(45deg) !important;
    z-index: 1;
  }
  .form-modal .slick-next {
    right: 2px !important;
    bottom: 2px;
    top: initial !important;
    transform: rotate(-135deg) !important;
    z-index: 1;
  }
  .form-modal .slick-list {
    margin: 0 !important;
  }
  .no-slider {
    display: block;
  }
  .no-slider .fba_additionalProduct_input,
  .no-slider .fba_additionalProduct_promo_img_qty_wrap,
  .no-slider .fba_additionalProduct_data {
    padding: 0;
  }
  .feedbackteaser .overviewpfform.form button.btn-getQuote,
  .feedbackteaser .overviewplform.form button.btn-getQuote {
    font-size: 1rem;
    padding: 1rem;
  }
  .requestTypeSelection_quote_options .form_additional-product-rows {
    margin: 0 0 30px 0;
  }
  .form_service-hidden-fields-wrap {
    margin: 35px 0 0 0;
  }
  .instantQuote .form_service-hidden-fields-wrap {
    margin: 0;
  }
  .instant-quote-message.form_content-title div {
    font-size: .8rem;
    line-height: 1.25rem;
  }
  .instantQuote .form_step_2_b-additional-information-wrap .form_content-title {
    margin-bottom: 10px;
  }
  .requestTypeSelection_options label.radio-container .radio-container_field-label,
  .form_additional-questions label.radio-container .radio-container_field-label {
    font-size: 1rem;
  }
}
@media (max-width: 1009px) {
  #MT_sticky_layer .bottom #button_navi .fb-see-thx-btn {
    float: none !important;
  }
  #MT_sticky_layer .bottom .button_navi_wrapper {
    display: block;
    box-shadow: 0px -1px 28px 0px rgba(72, 72, 72, 0.75);
  }
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi {
    margin: 0 !important;
    float: none;
    padding: 6px 0;
    background: #dadada;
    text-align: center;
  }
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi .feedbacka_button,
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi .form {
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi .form {
    padding: 5px 15px;
  }
  #MT_sticky_layer .bottom .button_navi_wrapper .button_navi .feedbacka_button::-webkit-scrollbar {
    display: none;
  }
}

