@media (max-width: 749px) {
  body.theme-salient.woocommerce-checkout .fc-content.container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}

body.theme-salient .fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > input[name=payment_method] + label span {
  color: inherit;
}

body.theme-salient.has-checkout-layout--multi-step .fc-step__actions .fc-step__next-step:not([disabled]):not(.disabled):hover, body.theme-salient.has-checkout-layout--multi-step .fc-step__actions .fc-step__next-step:not([disabled]):not(.disabled):focus, body.theme-salient.has-checkout-layout--multi-step .fc-step__actions .fc-step__next-step:not([disabled]):not(.disabled):active {
  opacity: 0.8;
}

body.theme-salient .woocommerce ul#shipping_method .shipping-method__option input[type=radio] + .shipping-method__option-label span {
  color: inherit;
}

body.theme-salient div.woocommerce form p:not(.form-row) {
  padding-bottom: 0;
}

body.theme-salient div.woocommerce form .form-row .woocommerce-input-wrapper span.description > code {
  display: inline;
  padding: 0.1em 0.5em;
}

body.theme-salient.woocommerce-checkout .select2-container .select2-selection--single,
body.theme-salient.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
body.theme-salient.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: auto;
}

body.theme-salient.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: calc(var(--fluidcheckout--field--height, 45.625px) - var(--fluidcheckout--field--border-width, 1px) * 2);
}