[class*=woocommerce] .cart.shop_table td{
font-size:0.85em;
}
[class*=woocommerce] .shop_table .woocommerce-Price-amount.amount{
font-size: 2.0em;
}
@media (min-width: 767px){
[class*=woocommerce] .shop_table td .woocommerce-Price-amount.amount{
float:right;
}
[class*=woocommerce] .woocommerce-shipping-totals.shipping td{
float:right;
}
[class*=woocommerce] .shop_table.my_account_orders.woocommerce-orders-table .woocommerce-Price-amount.amount{
float: inherit;
}
}
#order_review td:first-child{
text-align:left;
}
#order_review th:last-child{
text-align:right;
}
.my_account_orders.woocommerce-orders-table td{
text-align:left;
font-size:0.85em;
}
.woocommerce-edit-account .rendered-form .formbuilder-radio-inline{
display: -webkit-inline-box;
}
.woocommerce-edit-account .rendered-form .formbuilder-radio-inline label
{
margin-left: 5px;
}
.recaptcha_wrap.wpdef_recaptcha_v2_invisible
{
margin: 85px 0 20px;
}