|
@@ -985,11 +985,11 @@ ul.products li.product .added_to_cart
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-.woocommerce-checkout-payment
|
|
|
+.woocommerce #payment
|
|
|
{
|
|
|
margin-bottom: 1.75em;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment ul.payment_methods
|
|
|
+.woocommerce #payment ul.payment_methods
|
|
|
{
|
|
|
margin: 0;
|
|
|
padding: 1.75em;
|
|
@@ -1000,14 +1000,14 @@ ul.products li.product .added_to_cart
|
|
|
border-style: solid;
|
|
|
border-color: #f3f3f3;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment ul.payment_methods li input
|
|
|
+.woocommerce #payment ul.payment_methods li input
|
|
|
{
|
|
|
margin: 0 1em 0 0;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment ul.payment_methods li label
|
|
|
+.woocommerce #payment ul.payment_methods li label
|
|
|
{
|
|
|
}
|
|
|
-.woocommerce-checkout-payment ul.payment_methods li label img
|
|
|
+.woocommerce #payment ul.payment_methods li label img
|
|
|
{
|
|
|
margin-left: .8em;
|
|
|
max-width: 200px;
|
|
@@ -1015,13 +1015,13 @@ ul.products li.product .added_to_cart
|
|
|
position: relative;
|
|
|
top: 19px;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment ul.payment_methods li.payment_method_paypal .about_paypal
|
|
|
+.woocommerce #payment ul.payment_methods li.payment_method_paypal .about_paypal
|
|
|
{
|
|
|
font-size: 14px;
|
|
|
font-size: .875rem;
|
|
|
margin-left: .8em;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment .payment_box
|
|
|
+.woocommerce #payment .payment_box
|
|
|
{
|
|
|
font-size: 18px;
|
|
|
font-size: 1rem;
|
|
@@ -1032,28 +1032,28 @@ ul.products li.product .added_to_cart
|
|
|
|
|
|
background: #f3f3f3;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment .payment_box p:last-child
|
|
|
+.woocommerce #payment .payment_box p:last-child
|
|
|
{
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment .form-row
|
|
|
+.woocommerce #payment .form-row
|
|
|
{
|
|
|
padding: 1.75em;
|
|
|
|
|
|
border: 1px solid #f3f3f3;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment .form-row:before,
|
|
|
-.woocommerce-checkout-payment .form-row:after
|
|
|
+.woocommerce #payment .form-row:before,
|
|
|
+.woocommerce #payment .form-row:after
|
|
|
{
|
|
|
display: table;
|
|
|
|
|
|
content: '';
|
|
|
}
|
|
|
-.woocommerce-checkout-payment .form-row:after
|
|
|
+.woocommerce #payment .form-row:after
|
|
|
{
|
|
|
clear: both;
|
|
|
}
|
|
|
-.woocommerce-checkout-payment .form-row #place_order
|
|
|
+.woocommerce #payment .form-row #place_order
|
|
|
{
|
|
|
float: right;
|
|
|
}
|