.fc-clearfix:before,
.fc-clearfix:after {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fc-hidden {
  display: none !important;
}

.fc-wrapper .fc-payment-methods__wrapper {
  position: relative;
}

body.woocommerce-add-payment-method div.woocommerce .fc-wrapper #payment,
body.woocommerce-add-payment-method div.woocommerce #add_payment_method .fc-wrapper #payment {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

body.woocommerce-add-payment-method div.woocommerce .fc-wrapper #payment ul.payment_methods,
body.woocommerce-add-payment-method div.woocommerce #add_payment_method .fc-wrapper #payment ul.payment_methods {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: solid 1px #d8d8d8;
  border-radius: 13px;
  overflow: visible;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method,
#add_payment_method .fc-wrapper #payment .payment_methods > .wc_payment_method {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.6;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[name=payment_method] {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 20px;
  padding-left: 44px;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #d8d8d8;
  background-color: #fff;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.15s linear;
}
.fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label:active, .fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label:hover, .fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > label:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method:first-of-type > label,
#add_payment_method .fc-wrapper #payment .payment_methods > .wc_payment_method:first-of-type > label {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method:last-of-type input[name=payment_method]:not(:checked) ~ label,
#add_payment_method .fc-wrapper #payment .payment_methods > .wc_payment_method:last-of-type input[name=payment_method]:not(:checked) ~ label,
.fc-wrapper #payment .payment_methods > .wc_payment_method:last-of-type input[name=payment_method]:checked ~ .payment_box,
#add_payment_method .fc-wrapper #payment .payment_methods > .wc_payment_method:last-of-type input[name=payment_method]:checked ~ .payment_box {
  border-bottom: 0;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.fc-wrapper #payment .payment_methods > li.wc_payment_method:not(.woocommerce-notice) {
  background-color: transparent;
}

.fc-wrapper #payment ul.wc_payment_methods > li.wc_payment_method > input[name=payment_method]:checked + label {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: #f3f3f3;
  color: #1E212B;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[name=payment_method] + label:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  border: solid 2px #d8d8d8;
  border-radius: 100%;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.15s linear;
  transform: none;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[name=payment_method]:focus + label:before {
  outline: solid 2px #535156;
  outline-offset: 2px;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method > input[name=payment_method]:checked + label:before {
  content: "";
  border-color: #007a3d !important;
  background-color: #007a3d !important;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method > label:hover {
  background-color: #f3f3f3;
}

.fc-wrapper #payment .payment_methods > .wc_payment_method > label:hover:before,
.fc-wrapper #payment .payment_methods > .wc_payment_method > label:focus:before {
  border-color: #b2b2b2;
}

body.woocommerce-add-payment-method .fc-wrapper #payment ul.payment_methods > .wc_payment_method > input[name=payment_method]:checked + label:before {
  content: "";
}

.fc-wrapper #payment ul.payment_methods > .wc_payment_method > input[name=payment_method] + label:after {
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  font-family: "fluid-checkout-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "\e805";
  width: 24px;
  height: 24px;
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  color: transparent;
  background-color: transparent;
  transition: all 0.15s linear;
  transform: none;
}

.fc-wrapper #payment ul.payment_methods > .wc_payment_method > input[name=payment_method]:checked + label:after {
  color: #fff;
}

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method > label .payment-method__label-text {
  display: inline-block;
  margin-right: 10px;
}

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method > label img {
  float: none;
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box,
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box {
  margin: 0;
  padding: 20px;
  border-bottom: solid 1px #d8d8d8;
  background-color: #f3f3f3;
}
@media (min-width: 750px) {
  .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box,
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box {
    padding: 20px 44px;
  }
}
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box textarea,
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box select,
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=email],
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=number],
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=date],
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=search],
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=text],
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=tel],
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=url],
.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=password],
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box textarea,
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box select,
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=email],
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=number],
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=date],
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=search],
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=text],
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=tel],
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=url],
#add_payment_method .fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box input[type=password] {
  background-color: #fff;
}

.fc-wrapper #payment .payment_methods > li .payment_box:before,
#add_payment_method .fc-wrapper #payment .payment_methods > li .payment_box:before {
  display: none;
}

.fc-wrapper .payment_box > p:last-child {
  margin-bottom: 0;
}

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box a:focus {
  outline: dotted 1px #535156;
  outline-offset: 1px;
}

.fc-wrapper #payment ul.payment_methods > li.wc_payment_method .payment_box fieldset {
  background-color: transparent;
}

.fc-wrapper #payment .payment_methods > .woocommerce-notice {
  margin-bottom: 0;
}