/* checkout start */

.woocommerce-table--order-details ul.wc-item-meta li:last-child {
  display: none !important;
}

.woocommerce-cart .cart_totals>h2 {
  font-size: .75em !important;
  line-height: 26px !important;
  text-align: right;
  padding: 0.25rem 0;
  margin: 0;
}

.woocommerce-cart .add-promo-code,
.woocommerce-cart .coupon {
  position: relative;
  padding: 16px 0;
  display: block;
}

.woocommerce-cart .add-promo-code:after,
.woocommerce-cart .coupon:after {
  border-style: solid;
  border-width: 1px 0 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  border-color: #333;
}

.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td {
  padding: 16px 0;
  border-color: #cbcbcb !important;
}

.woocommerce-cart .cart_totals .cart-subtotal th,
.woocommerce-cart .cart_totals .tax-rate th {
  font-weight: 300 !important;
}

.woocommerce-cart .cart-subtotal .amount,
.woocommerce-cart .tax-rate .amount,
.woocommerce-cart .order-total .amount {
  font-weight: 600 !important;
}

.woocommerce-cart .order-total .amount {
  font-size: 1.25em !important;
}

.woocommerce-cart .shop_table .amount {
  font-size: 16px;
  font-weight: 300;
  white-space: nowrap;
  color: #000;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table .product-name {
  padding: 10px 0 !important;
  height: auto !important;
  font-size: 16px;
}

.woocommerce table.shop_table {
  width: 100%;
  border: unset;
  font-size: 16px;
  margin-bottom: 0;
}

.woocommerce table .product-total,
.woocommerce table .order-total td,
.woocommerce table .product-name td, 
.woocommerce table .gift-card td {
  text-align: right;
}

.woocommerce table .product-name th div {
  font-weight: normal;
}

.woocommerce-cart table.cart thead th {
  font-size: 12px !important;
  line-height: 26px !important;
}

.woocommerce-cart table.cart td {
  vertical-align: initial;
  background-color: unset !important;
}

.woocommerce-cart .product-name {
  font-size: .875em;
}

.woocommerce .product-name fieldset {
    border: none;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.woocommerce-cart .product-thumbnail {
  display: none;
}

.woocommerce .zn-cartpage-style2 table.cart tr:after {
  display: none;
}

.woocommerce-cart .remove-item {
  font-size: .75em;
  text-decoration: underline;
  color: #333;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #cbcbcb !important;
}

.woocommerce .quantity {
  border-radius: 4px;
  box-sizing: content-box;
  display: flex;
  margin: 0 0 0.25em;
  position: relative;
  width: 107px;
}

.woocommerce .quantity:after {
  border: 1px solid;
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .45;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.woocommerce .quantity .qty {
  width: auto;
  min-width: 40px;
  height: 32px;
  background: unset;
  border: 0;
}

.woocommerce .quantity .qty:hover {
  border: 0;
}

.woocommerce .quantity .minus,
.woocommerce .quantity .plus {
  min-width: 30px;
  height: 32px;
  background-color: transparent;
  border: 0;
  border-radius: 3px;
}

.woocommerce .quantity .minus {
  border-radius: 4px 0 0 4px;
}

.woocommerce .quantity .plus {
  border-radius: 0 4px 4px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-cart-form__cart-item .quantity {
  margin-bottom: 10px;
}

.woocommerce .blockUI.blockOverlay:before {
  width: 0.7em;
  height: 0.7em;
}

.woocommerce .checkout_coupon {
  margin: 1em 0;
}

.woocommerce .checkout_coupon .button {
  color: #ffffff;
  padding: 16px;
  background-color: var(--wp--preset--color--primary);
  flex: 1 1 auto;
}

.woocommerce .checkout_coupon .button:hover {
  background-color: var(--wp--preset--color--secondary);
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none !important;
}

.woocommerce .blockUI.blockOverlay {
  background: unset !important;
}

.woocommerce .cart .product-name p {
  margin-bottom: 10px;
}

.woocommerce-cart .product-thumbnail {
  display: none;
}

.wc-block-components-payment-method-icons {
  margin: 0 0 40px;
}

.woocommerce td.product-name .bundled_table_item_indent dl.variation p {
  font-size: 14px;
  line-height: 22px;
}

.woocommerce-cart .product-subtotal span {
  font-weight: 600!important;
}

.woocommerce .woocommerce-message .button.wc-forward {
  display: none;
}


.woocommerce table.shop_table td ins {
  text-decoration: none !important;
}

.woocommerce table.shop_table td del {
  text-decoration-color: #e96060;
  text-decoration-thickness: 2px;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  position: relative;
}

.woocommerce table.shop_table .save-amount {
  position: absolute;
  right: 0px;
  border: 1px solid #e96060;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #e96060;
  min-width: 125px;
  text-align: center;
  margin-top: -20px;
}

/* .woocommerce table.shop_table .save-amount:has(+ .quantity) { 
  top: 40px;
} */

@media (max-width: 767px) {
  .woocommerce table.shop_table .save-amount {
    position: relative;
    right: unset;
    display: inline-block;
    margin-bottom: 10px;
  }
 
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  .woocommerce-cart .site-content,
  .woocommerce-checkout .site-content {
    margin-top: 30px;
  }
  .woocommerce-cart .bundled_table_item .product-subtotal {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: table-row;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: revert;
    padding: 10px!important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset;
  }
}

.woocommerce table.shop_table .save-amount .amount {
  font-size: 13px;
  font-weight: 600;
  color: #e96060;
}

.bundled_table_item .bundled_table_item_indent .save-amount {
  display: none;
}

.wc-block-components-checkout-return-to-cart-button {
  position: relative;
  padding-left: 25px;
}

.wc-block-checkout__actions_row svg {
  position: absolute;
  top: 0;
  left: 0px;
}

/* woo - checkout */


.woocommerce-billing-fields>h3,
.woocommerce-additional-fields h3 {
  display: none;
}

.woocommerce-additional-fields label.checkbox {
    font-weight: bold;
    user-select: none; 
    -webkit-user-select: none; /* Chrome, Opera */ 
    -webkit-touch-callout: none; /* Safari */ 
    -moz-user-select: none; /* Firefox */ 
    -ms-user-select: none; /* Internet Explorer/Edge */
}

#billing_postcode_field, #shipping_postcode_field {
    display: block !important;
    clear: both;
}

.woocommerce-checkout .order-total th {
    font-size: 1.5em;
}

.woocommerce-checkout .order-total .amount {
    font-size: 1.5em;
}

.woocommerce-checkout .recurring-total .amount {
    font-size: 1em;
}

.woocommerce-checkout .recurring-total th {
    font-size: 1em;
}

.checkout.woocommerce-checkout {
  background-color: unset;
  padding: 0 0 45px;
  margin-top: 0;
}

.woocommerce-checkout .form-row,
.woocommerce-cart .form-row {
  position: relative;
}

.woocommerce form.checkout_coupon {
    padding: 0;
    border: 0;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce form.checkout_coupon .promo-code-field {
    flex: 3 1 120px;
}

.woocommerce-checkout #wc_gc_cart_redeem_form {
  display: none;
}

.woocommerce-checkout .add_gift_card_form h4 {
  cursor: pointer;
  position: relative;
}

.woocommerce-checkout .add-promo-code {
  display: block;
  position: relative;
  text-decoration: none;
}

.woocommerce-checkout .add-promo-code:after, .woocommerce-checkout .add_gift_card_form h4:after {
  content: '';
  background-image: url('../images/angle-down-arrow.png');
  background-repeat: no-repeat;
  background-position: center center;  
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.woocommerce-checkout .add-promo-code.active:after, .woocommerce-checkout .add_gift_card_form h4.active:after {
  background-image: url('../images/angle-down-arrow.png');
  transform: rotate(180deg);
  top: 0;
}

.woocommerce-checkout .checkout_coupon .input-text {
  min-height: 50px;
}

#billing_contact_text_field {
  position: relative;
  line-height: 1.25;
  margin: 0 0 16px;
  font-size: 16px;
}

#billing_email_field,
#billing_phone_field {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}

.woocommerce input.input-text,
.woocommerce textarea.input-text,
.woocommerce .login .input-text,
.woocommerce input.input-text:hover,
.woocommerce textarea.input-text:hover,
.woocommerce form .form-row select:hover,
.woocommerce input.input-text:focus,
.woocommerce textarea.input-text:focus,
.woocommerce form .form-row select:focus {
   border: 1px solid #7d96a4;
   color: #002f46 !important;
   font-size: 19px;
   font-family: 'Nunito Sans';
   padding: 0.5rem 0.9rem;
}

.woocommerce form .form-row label {
  line-height: 1em;
  font-size: 19px;
  font-weight: 700;
}

.woocommerce-checkout .add-promo-code,
.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .tax-rate th {
  font-weight: 400 !important;
  color: #002f46;
}

.checkout.woocommerce-checkout #order_review_heading:before {
  display: none;
}

.woocommerce-checkout-review-order-table>thead {
  display: none;
}

.woocommerce-checkout .cart_item:first-child td {
  border-top: 0 !important;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  border-top: 1px solid #cbcbcb !important;
}

.woocommerce-checkout-review-order-table .cart-subtotal td, 
.woocommerce-checkout-review-order-table .fee td,
.woocommerce-checkout-review-order-table .recurring-total td {
    text-align: right;
    vertical-align: top !important;
}

.woocommerce table .metadata__description {
    margin-top: 15px;
}

.woocommerce .cart-discount td {
    color: green;
}

#payment ul.payment_methods li label {
  text-transform: unset !important;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  background-color: #29a93a;
  font-size: 22px;
}

.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    background-color: #198f29;
}

.wc-block-checkout__actions_row {
  margin: 20px 0;
  justify-content: center;
}

.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid #ddd !important;
  border-top: none !important;
  padding: 0px !important;
  margin-bottom: 15px;
  margin-top: -1px;
  background-color: #eeeeee;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 0px !Important;
  padding: 8px 30px;
  border-top: 1px solid #ddd;
  position: relative;
}

.woocommerce-checkout #payment input[type="radio"] {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 17px;
}

.woocommerce-checkout #payment ul li>label {
  padding-left: 35px;
  font-size: 19px;
}

.woocommerce-checkout #payment div.payment_box {
  background: unset;
  margin: 10px 0 0 0;
}

.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form>.form-row-wide {
  width: 100%;
}

.woocommerce-checkout h3.payment-options {
  font-size: 1.25em;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  border-top: 1px solid #cbcbcb !important;
  font-size: 24px !important;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table .recurring-total th {
    font-size: 16px !important;
}

.woocommerce-checkout #payment {
    background-color: #eee !important;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 30px;
    order: 4;
    margin-top: -1px;
}

.woocommerce-checkout #payment:before {
    content: "Payment options";
    font-family: 'Roboto';
    font-size: 24px;
    display: block;
    padding-bottom: 20px;
}

.thwcfd-field-heading {
    background: unset;
    z-index: 1000;
    margin-bottom: 0 !important;
    padding: 15px 0 0px 0 !important;
}

.thwcfd-field-heading:first-child {
  padding-top: 0 !important;
}

.woocommerce-billing-fields {
    position: relative;
    margin-bottom: 0;
    padding: 0 30px 30px 30px;
    border: 1px solid #ddd;
	order: 1;
}

.woocommerce-additional-fields {
  margin-top: -1px;
}

#additional_checkbox_field {
  margin-bottom: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
.woocommerce-checkout #payment div.payment_box {
  padding: 0;
}


.payment_method_paypal label img,
.payment_method_paypal label a {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_stripe img {
  margin: 10px 0;
}

.woocommerce .checkout .product-name {
  position: relative;
  padding-left: 30px !important;
  font-size: .875em;
}

.woocommerce .product-name p {
  font-size: unset;
  line-height: unset;
}

.woocommerce .checkout .product-quantity {
  display: none;
}

.woocommerce .checkout .bundled_table_item .product-name {
  padding: 0 0 15px 0 !important;
}

.woocommerce .checkout .bundled-product-name .product-quantity {
  display: none;
}

.woocommerce .shop_table .bundled_table_item td {
  border-top: none!important;
}

.woocommerce .col2-set { 
	margin-top: 20px;
}

.woocommerce .col2-set .col-1 > p {
    display: none;
}

.woocommerce #ship-to-different-address br {
    display: none;
}

.woocommerce .col2-set .col-1 {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    padding-right: 3.7735849057%;
    width: 65%;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
     padding: 25px;
     width: 35%;
     margin-top: 17px;
     background-color: #eeeeee;
  }
}

/* START - form label push top left when on focus / blur */
/* .checkout.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .coupon label,
.woocommerce-cart .coupon label {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  color: #757575 !important;
  font-weight: normal;
  margin-left: 10px;
  font-family: 'Poppins';
  transform-origin: top left;
  transform: translate(0, 16px) scale(1);
  transition: all .1s ease-in-out;
  font-weight: 300 !important;
  z-index: 1;
}

.woocommerce-checkout .form-row.is-active label,
.woocommerce-cart .form-row.is-active label {
  transform: translateY(4px) scale(.75);
}

.woocommerce .form-row input.input-text,
.woocommerce .form-row textarea {
  padding-top: 22px;
  font-family: inherit;
  color: #000;
  font-weight: 300;
}
 */

.woocommerce-checkout-payment p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

table.shop_table.order_details {
  background: unset;
}

#order_comments_field {
	display: none !important;
}
#order_comments_field.show {
  display: block !important;
}

.cart .bundled_table_item .quantity { display: none; }

#billing_address_1_field:not(.is-active) label {
	top: -14px;
}

.woocommerce-checkout main .woocommerce {
  max-width: 100%;
}

.add_gift_card_form {
    border-top: 1px solid #cbcbcb;
}

.add_gift_card_form h4 {
    font-size: 16px !important;
    font-family: 'Nunito Sans';
    font-weight: normal;
	margin: 15px 0;
}


.coupon .coupon-btn-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 0 10px;
  margin-top: 15px;
}

.coupon .coupon-btn-wrap #coupon_code {
    flex-grow: 1;
}

.woocommerce .coupon label {
    font-weight: normal;
}

#wc_gc_cart_redeem_form p br {
    display: none;
}

.coupon .coupon-btn-wrap .btn-coupon {
    background-color: var(--wp--preset--color--primary);
    padding: 12px;
    font-size: 16px;
    color: #fff;
    border: none;
    font-family: 'Nunito Sans';
}

.coupon .coupon-btn-wrap .btn-coupon:hover {
    background-color: var(--wp--preset--color--secondary);
  }

.woocommerce-form-coupon-toggle {
  display: none;
}

#wc_checkout_add_ons {
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: 0px;
    order: 3;
}

#wc_checkout_add_ons > p {
    margin: 0;
}

.woocommerce .woocommerce-shipping-fields {
    border: 1px solid #ddd;
    border-top-color: #fff;
    border-bottom: 0;
    margin-top: -1px;
    background-color: #fff;
    z-index: 6;
    order: 2;
}

.woocommerce #ship-to-different-address {
    margin-bottom: 0;
    padding: 0px 30px 0 30px;
}

.woocommerce .col-1 .shipping_address {
    padding: 0 30px 20px 30px;
    display: inline-block;
}

#wc_checkout_add_ons label[for=not-this-time] {
    font-family: 'Roboto';
    font-size: 24px;
}

.woocommerce .col2-set .col-1 h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.woocommerce #order_review_heading {
    font-family: 'Nunito Sans';
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin: 0;
}

.woocommerce form .form-row .required {
    display: none;
}

.woocommerce form .validate-required label:after {
    content: "(Required)";
    font-size: 16px;
    font-weight: 400;
}

.woocommerce form .form-row .optional {
    font-size: 16px;
    font-weight: 400;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #7d96a4;
    border-radius: 0;
    font-size: 19px !important;
    color: #002f46 !important;
    padding: .5rem 0.9rem !important;
    height: 2.8rem !important;
}

.woocommerce-page .select2-container .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
}

.woocommerce-page .select2-container .select2-search__field, .woocommerce-page .select2-container .select2-selection {
    height: 2.8rem;
    padding: .5rem 0.9rem;
    font-size: 19px;
    font-family: 'Nunito Sans';
    color: #002f46;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #002f46;
    line-height: 28px;
    padding: 0;
}

.select2-dropdown {
    border: 1px solid #7d96a4;
    border-radius: 0px;
}

.woocommerce-page .select2-container .select2-dropdown {
    padding: .9rem 0.9rem;
}

#wc_checkout_add_ons p {
    display: flex;
    flex-direction: column;
}

#wc_checkout_add_ons p :nth-child(1) {
    order: 1;
}

#wc_checkout_add_ons p :nth-child(2) {
    order: 3;
}

#wc_checkout_add_ons p :nth-child(3) {
    order: 2;
    margin-bottom: 10px;
}

#mw-payframe iframe {
    width: 100%;
}

.wp-block-woocommerce-product-details, 
.wp-block-woocommerce-related-products, 
.woocommerce-shipping-totals, 
.woocommerce .shipping.recurring-total, 
.woocommerce .recurring-totals, 
.woocommerce .cart-subtotal {
	display: none;
}

.woocommerce form .woocommerce_subscriptions_gifting_recipient_email label {
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    text-transform: lowercase;
}

.woocommerce form .woocommerce_subscriptions_gifting_recipient_email label:first-letter {
    text-transform: uppercase;
}

.woocommerce form .woocommerce_subscriptions_gifting_recipient_email {
    padding: 0;
    margin: 0;
}

#customer_details .col-2 {
  margin-top: 0;
}

.plan__selection span {
  display: block;
}

.woocommerce table.shop_table tfoot th small {
  font-weight: 400;
}

.wcdp-body {
background-color: #eeeeee;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 30px;
margin-bottom: 40px;
}

.choice-donation .wcdp-body {
    margin-bottom: 0;
}

.wcdp-body p {
margin: 0 !important;
padding: 0 !important;
}

.wcdp-body br {
    display: none;
}

.wcdp-body form {
    width: 600px;
    display: flex !important;
    flex-direction: column;
}

#wcdp_va_amount {
    order: 3;
}

.wcdp-row {
margin: 0 !important;
}

.wcdp-divider {
    order: 2;
	height: 3em !important;
}

.wcdp-divider:before {
    content: "Choose monthly to support our ongoing consumer advocacy.";
    padding: 15px 0 0 0;
    display: block;
    font-size: 16px;
    text-align: center;
}

.wcdp-divider-arrow {
display: none !important;
}

.wcdp_options {
	grid-gap: 25px !important;
}

.woocommerce div.product form.cart .variations label {
    text-align: center;
    padding: 0 !important;
}

#suggestion-donation-frequency label {
    padding: 2px 30px !important;
    text-align: center;
}

#suggestion-donation-frequency label[for=wcdp_value_One-off] {
    border-radius: 30px 0 0 30px !important;
}

#suggestion-donation-frequency label[for=wcdp_value_Monthly] {
    border-radius: 0 30px 30px 0;
    border-left: 0px;
}

#suggestion-donation-frequency>li>input:hover:not(:disabled):not(:checked)+label {
    background-color: #002f46 !important;
    color: #ffffff !important;
}

#suggestion-donation-frequency.wcdp_options {
    grid-gap: 0 !important;
    display: flex;
    justify-content: center;
}

.wcdp_options>li>label {
background: #ffffff !important;
color: #002f46 !important;
padding: 10px 10px !important;
border: 3px solid #009ed9;
border-radius: 10px;
font-size: 29px;
font-weight: 700;
}

.wcdp-body button.button.wcdp-right {
margin: 40px auto 0 auto;
float: unset !important;
display: block;
font-size: 19px;
background-color: #29a93a;
padding: 15px 30px;
text-indent: -9999px;
line-height: 0;
order: 4;
}

.wcdp-body button.button.wcdp-right:after {
content: "Continue to next step";
text-indent: 0;
display: block;
line-height: initial;
font-family: 'Nunito Sans';
}

.wcdp-body button.button.wcdp-right:hover {
background-color: #198f29;
}

#wcdp_amount {
grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.wcdp-row>label, .wcdp-variation-heading {
display: none;
}

ul.wcdp_options>li>input:checked+label {
background: #049ed9 !important;
color: #ffffff !important;
}

ul.wcdp_options>li>input:hover:not(:disabled):not(:checked)+label {
background-color: #ffffff;
border-color: #002e46;
}

#wcdp-donation-amount {
background-color: #ffffff00 !important;
font-size: 29px;
font-weight: 700;
font-family: "Nunito Sans";
color: #ffffff !important;
border: none;
width: calc(100% - 20px) !important;
}

.wcdp_options>li>input:checked+label:after {
display: none;
}

#wcdp_va_amount .wcdp-variation-heading {
display: none;
}

.variations.wcdp_variation.wcdp-row {
text-align: center;
	order: 1;
}

.wcdp-variation-heading .required {
display: none;
}

.wcdp_variation select {
    padding: 15px;
    font-size: 20px;
    font-family: 'Nunito Sans';
    background-color: #ffffff !important;
    border-color: #7d96a4;
    color: #002f46;
    min-width: 60% !important;
    margin-right: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
    background-repeat: no-repeat !important;
    background-size: 24px 24px !important;
    background-position: calc(100% - 13px) calc(1em + -2px) !important;
}

#wcdp_label_custom_amount p {
display: none;
}

.wcdp-body:before {
content: "I would like to donate";
font-size: 26px;
font-weight: 700;
margin: 40px 0 30px 0;
display: block;
}

.woocommerce td.product-name dl.variation dd p {
    margin: 0;
}

.woocommerce td.product-name dl.variation dt {
	font-weight: 700;
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
	margin: 0;
}

.donation-frequency #wc_checkout_add_ons, 
.donation-frequency .fee, 
.donation-frequency .product-name fieldset {
    display: none;
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h4 {
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-Giftcards-balance-amount {
    color: #198f29;
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-Giftcards-form {
    margin: 10px 0 50px 0;
}

.woocommerce-giftcards-table {
    margin-bottom: 40px !important;
}

.woocommerce-Addresses {
    display: flex;
    flex-direction: column;
}

.woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2 {
    width: unset !important;
    background-color: #ffffff !important;
    padding: unset !important;
    margin: unset !important;
    flex-grow: 1;
    display: unset !important;
}

.woocommerce-Addresses .edit {
    font-size: 16px;
    margin-bottom: 0 !important;
}

.woocommerce-Addresses .col-2 {
    margin-top: 40px !important;
}

.subscription-actions .woocommerce-button {
    background-color: #009ed9;
    padding: 7px 15px;
    color: #ffffff;
    text-decoration: none;
	display: block;
}

.subscription-actions .woocommerce-button:hover {
	background-color: #002e46;
}

.subscription-id a {
    font-weight: 700;
}

.woocommerce-MyAccount-content td .button {
    margin-right: 10px;
}

.woocommerce-MyAccount-content .wcs-switch-link {
    margin-bottom: 30px !important;
    display: inline-block;
}

.invalid {
  border: 1px solid #a00 !important;
}

#custom-donation-field {
  position: relative;
  width: 620px;
  height: 0px;
  display: block;
  margin-bottom: 0;
}

#custom-donation-field label[for=custom_donation_amount] {
  position: absolute;
  top: -85px;
  right: 97px;
  font-size: 29px;
  font-weight: 700;
  font-family: 'Nunito Sans';
  z-index: 2;
  color: #ffffff;
}

#custom_donation_amount {
    padding: 15px 15px 15px 43px;
    width: 136px;
    position: absolute;
    top: -97px;
    right: 2px;
    font-size: 29px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    color: #ffffff;
    border-radius: 6px;
    border: none;
    background-color: #049ed9;
}

.donations-tabs table.variations {
    margin-bottom: 19px !important;
}

.donations-tabs .variations_button {
  flex-direction: column; 
  align-items: center;
}