/**
* Theme Name: Inventive Child
* Description: This is a child theme of Inventive, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Themekalia</a>
* Template: inventive
* Version: 1.1
*/

/* 1. Align credit card icons parallel to each other on the checkout page for the Goopter PayPal Payment Plugin. */
.wc-block-checkout .wc-block-components-radio-control__label > span > img {
	clear: none !important;
}

/* 2. Adjust select container for Inventive Theme style */
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
	height: auto !important;
}

.wc-block-checkout .wc-blocks-components-select__container > label {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transform: none !important;
	color: hsla(0,0%,7%,.7) !important;
	line-height: 1.5 !important;
	
}

.wc-block-checkout .wc-blocks-components-select__select {
	height: 3.125em !important;
	border-color: #e5e6ef !important;
    padding: 14px 20px !important;
    border-radius: 0 !important;
}

.wc-block-checkout .wc-blocks-components-select__expand {
	transform: translateY(25%) !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
	color: #fff !important;
}

.wp-block-woocommerce-checkout-order-summary-block p {
    color: #fff !important;
}