/* Journal3 kargo ikonunu (section-body > div::before) teaser'da gosterme */
.quick-checkout-wrapper .shipping-payment .section-body > .fst-checkout-teaser {
  display: block !important;
  width: 100%;
  flex: 0 0 100%;
  margin: 0 0 12px 0;
  padding: 0;
}

.quick-checkout-wrapper .shipping-payment .section-body > .fst-checkout-teaser::before {
  display: none !important;
  content: none !important;
  min-width: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fst-checkout-teaser .alert,
.fst-checkout-teaser .freeShippingTeaser {
  margin-bottom: 0;
  width: 100%;
}

.quick-checkout-wrapper .shipping-payment .section-body > .fst-checkout-teaser .alert {
  display: block;
}

.quick-checkout-wrapper .shipping-payment .section-body > .fst-checkout-teaser .alert::before {
  display: none;
}
