.woocommerce-checkout-payment { margin-top: 40px; ul { @include list-normalize; } > ul { border: 1px solid $border-color; li { display: flex; flex-wrap: wrap; align-items: center; // padding: 0 20px; margin-bottom: 0; &:not(:last-child) { border-bottom: 1px solid $border-color; } input[type="radio"] { margin-top: 19px; margin-left: 20px; } > label { flex: 1; display: flex; align-items: center; height: 55px; font-size: 15px; font-weight: 500; cursor: pointer; padding-right: 20px; img { max-height: 35px; &:first-of-type { margin-left: auto !important; } } .about_paypal { display: none; } } .payment_box { min-width: 100%; padding: 25px; border-top: 1px solid $border-color; p { font-size: 15px; line-height: 1.5; } fieldset { border: none; padding: 0; } } } } // place order .place-order { margin-top: 30px; .woocommerce-terms-and-conditions-wrapper { opacity: 0.7; font-size: 15px; line-height: 1.4; font-style: italic; margin-bottom: 30px; } button[type="submit"] { width: 100%; } } }