/*
 Theme Name:   Bridge Child
 Description:  Bridge child theme
 Author:       Be Bold
 Author URI:   http://be-bold.co.uk/
 Template:     bridge
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bridge
*/

/* Styles for woocommerce */
/* Input colour */
.woocommerce form.checkout .form-row input {
	color: black;
}
/* Colours */
.woocommerce form.checkout table.shop_table th,
.woocommerce #payment ul.payment_methods li label,
.woocommerce .order_details.clearfix li p, 
.woocommerce-page .order_details.clearfix li p,
.woocommerce-checkout table.shop_table thead th,
.woocommerce-checkout .shop_table.order_details tr td a,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout .shop_table.order_details tr td .product-quantity,
.woocommerce-checkout table.shop_table td span.amount,
.woocommerce-checkout .shop_table.order_details tfoot tr:last-child td span.amount,
.woocommerce form.checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
.woocommerce form.checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td span.amount
{
	color: white !important;
}

.woocommerce #payment {
	max-width: 600px;
	width: 100%;
}
.woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
.woocommerce-privacy-policy-text p a {
	color: #138c88;
}

.woocommerce .woocommerce-message {
	position: relative !important;
	display: block !important;
	padding: 0 !important;
	background-color: transparent !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	color: white !important;
	text-transform: inherit !important;
	letter-spacing: 0 !important;
	font-size: 50px !important;
	margin-bottom: 50px !important;
}

.woocommerce table.cart tbody td.product-remove, .woocommerce-page table.cart tbody td.product-remove {
	background: #138c88 !important;
}
.shopping_cart_dropdown ul li {
	color: white !important;
	text-transform: inherit !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

.woocommerce form.checkout .form-row input,
.myaccount_user, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message, 
.woocommerce div.message,
.woocommerce-privacy-policy-text p a,
.woocommerce #payment, 
.woocommerce .button {
	font-family: 'Cormorant', sans-serif !important;
	letter-spacing: 0 !important;
	text-transform: inherit !important;
}

.woocommerce .qbutton.add-to-cart-button, .woocommerce .single_add_to_cart_button, .woocommerce .woocommerce-message a.button, .woocommerce ul.products li.product .added_to_cart,
.woocommerce table.cart td.actions input[type="submit"], .woocommerce input#place_order, .woocommerce-page input[type="submit"], .woocommerce .button {
	font-size: 18px !important;
}