.wc_payment_method .payment_box.payment_method_ppcp-gateway {
display: none !important;
}
ul.wc_payment_methods li:only-child {
display: none;
}
#billing_country_field {
display: none;
}
h3#ship-to-different-address {
font-family: "Mulish", serif;
font-size: 16px;
display: flex;
margin: 10px 0 10px;
}
.checkout-payment-info {
border-radius: 3px !important;
overflow: hidden !important;
}
.checkout-payment-info #customer_details {
display: none;
}
.checkout-payment-info .input-checkbox {
width: 18px;
height: 18px;
}
.checkout-payment-info .checkbox-legal {
padding-left: 1em !important;
}
.checkout-payment-info form .form-row {
margin: 1em 0 0;
}
.checkout-payment-info .wc-gzd-checkbox-placeholder p.form-row {
padding-left: 0 !important;
padding-right: 0 !important;
}
.checkout-payment-info .woocommerce-checkout-payment {
padding-left: 0 !important;
padding-right: 0 !important;
}
.checkout-payment-info #order_review {
font-size: 14px;
}
.checkout-payment-info ul.woocommerce-error {
padding: 0 !important;
background: transparent !important;
display: flex;
flex-direction: column;
gap: 15px;
}
.checkout-payment-info ul.woocommerce-error li {
padding: 15px !important;
background: #eee;
font-size: 15px;
color: var(--color-primary);
border-radius: 6px;
}
.checkout-payment-info ul.woocommerce-error li strong {
font-weight: 300 !important;
}
.checkout-payment-info ul.woocommerce-error:after {
display: none;
}
.checkout-delivery-info .input-checkbox {
width: 18px;
height: 18px;
margin-right: 10px;
margin-left: 0;
}
.checkout-delivery-info .woocommerce-form__label-for-checkbox {
display: flex;
align-items: center;
font-size: 14px;
}
.checkout-delivery-info .shipping_address {
padding-top: 15px;
}
.wc_payment_method img {
float: right;
}
.woocommerce-billing-fields h3 {
font-size: 20px;
font-family: "Mulish", serif;
margin: 0 0 10px 3px;
}
.pickup_location_notice {
display: none;
}
.form-row.place-order {
margin-top: 0 !important;
}
ul.wc_payment_methods:before, ul.wc_payment_methods:after {
display: none;
}
ul.wc_payment_methods {
display: flex;
flex-direction: column;
gap: 15px;
}
ul.wc_payment_methods li.wc_payment_method.payment_method_mollie_wc_gateway_creditcard {
display: flex;
flex-direction: column;
background: rgba(0, 0, 0, 0.15);
border-radius: 32px;
}
ul.wc_payment_methods li {
position: relative;
display: flex;
justify-content: center;
cursor: pointer;
}
ul.wc_payment_methods li label {
transition: all 0.25s ease;
cursor: pointer;
border: 2px solid var(--color-primary) !important;
display: flex;
border-radius: 40px;
justify-content: center;
padding: 10px;
width: 100%;
background: #fffbf4;
color: var(--color-primary);
font-weight: 700;
}
ul.wc_payment_methods li label[for=payment_method_mollie_wc_gateway_paypal] {
border: 2px solid #FFC439 !important;
padding: 10px 8px 7px;
}
ul.wc_payment_methods li label[for=payment_method_mollie_wc_gateway_paypal]:hover {
background: #FFC439 !important;
color: #fff !important;
}
ul.wc_payment_methods li label[for=payment_method_mollie_wc_gateway_paybybank] {
border: 2px solid #0040ff !important;
}
ul.wc_payment_methods li label[for=payment_method_mollie_wc_gateway_paybybank]:hover {
background: #0040ff !important;
color: #fff !important;
}
ul.wc_payment_methods li label[for=payment_method_mollie_wc_gateway_banktransfer]:hover {
background: var(--color-primary) !important;
color: #fff !important;
}
ul.wc_payment_methods li label[for=payment_method_mollie_wc_gateway_creditcard]:hover {
background: var(--color-primary) !important;
color: #fff !important;
}
ul.wc_payment_methods li label img {
align-self: center;
}
ul.wc_payment_methods li input {
position: absolute;
top: 26px;
transform: translateY(-50%);
left: calc(50% - 90px);
}
ul.wc_payment_methods li input:checked + label[for=payment_method_mollie_wc_gateway_paybybank] {
background: #0040ff !important;
}
ul.wc_payment_methods li input:checked + label[for=payment_method_mollie_wc_gateway_paypal] {
background: #FFC439 !important;
}
ul.wc_payment_methods li input:checked + label[for=payment_method_mollie_wc_gateway_banktransfer] {
background: var(--color-primary) !important;
}
ul.wc_payment_methods li input:checked + label[for=payment_method_mollie_wc_gateway_creditcard] {
background: var(--color-primary) !important;
}
ul.wc_payment_methods li input:checked + label {
color: #fff;
}
button[name=woocommerce_checkout_place_order] {
font-size: 18px !important;
text-transform: none !important;
width: 100%;
margin-top: 0 !important;
}
html body.woocommerce-checkout .shop_table {
border: none !important;
display: flex;
flex-direction: column;
width: 100%;
}
html body.woocommerce-checkout .shop_table tbody {
display: flex;
flex-direction: column;
width: 100%;
}
html body.woocommerce-checkout .shop_table tbody tr.cart_item {
display: flex;
width: 100%;
border-bottom: 1px dotted;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
html body.woocommerce-checkout .shop_table tbody tr.cart_item td.product-name {
display: flex;
flex-direction: column;
width: 100%;
padding-right: 0.5rem;
line-height: 0;
}
html body.woocommerce-checkout .shop_table tbody tr.cart_item td.product-name a.checkout-productname {
line-height: 1.35em !important;
}
html body.woocommerce-checkout .shop_table tbody tr.cart_item td.product-name .variation {
line-height: 1.5em !important;
margin-top: 0.35rem;
}
html body.woocommerce-checkout .shop_table tbody tr.cart_item td.product-total {
font-weight: 700;
display: flex;
flex-direction: column;
justify-content: center;
}
html body.woocommerce-checkout .shop_table tfoot {
display: flex;
flex-direction: column;
}
html body.woocommerce-checkout .shop_table tfoot tr {
display: flex;
}
html body.woocommerce-checkout .shop_table tfoot tr td {
display: flex;
flex-grow: 1;
justify-content: flex-end;
}
html body.woocommerce-checkout .shop_table tfoot tr.woocommerce-shipping-totals.shipping td {
flex-direction: column;
}
html body.woocommerce-checkout .shop_table tfoot tr.woocommerce-shipping-totals.shipping th {
padding-right: 1rem;
}
html body.woocommerce-checkout .shop_table tfoot tr.order-total {
border-top: 1px dotted;
margin-top: 1rem;
padding-top: 0.5rem;
margin-bottom: 0.5rem;
}
html body.woocommerce-checkout #payment {
background: transparent !important;
padding: 0 !important;
}
html body.woocommerce-checkout #payment .form-row {
padding: 0 !important;
}
html body.woocommerce-checkout #payment .form-row button.button {
margin-top: 15px;
float: left !important;
}