/*
 * Theme Name: Kellum Solutions
 * Template: twentytwentyfive
 *
 *
 */

div.wc-block-checkout__add-note,
.wp-block-woocommerce-checkout-order-note-block,
.wc-block-components-checkout-return-to-cart-button,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	display: none;
}
button.wc-block-components-checkout-place-order-button[type=button] {
	width: 100%;
	background-color: #c36;
	color: #fff;
	font-weight: bold;
}

/* Woocommerce styling */
body.woocommerce-checkout {
	background: #0E0E11;
	color: rgba(255,255,255,0.7);
}
body.woocommerce-checkout .wc-block-components-text-input input[type=email],
body.woocommerce-checkout .wc-block-components-text-input input[type=tel],
body.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
body.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input,
body.woocommerce-checkout .wc-block-components-text-input input[type=text] {
	background: #1a1a1a;
	color: rgba(255,255,255,0.8);
}
body.woocommerce-checkout .wc-block-components-radio-control__option {
	/* background: #1a1a1a; */
}
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
	margin-bottom: 20px;
	/*border: 2px solid rgba(255,255,255,0.2);*/
	/*border-radius: 10px; */
	/*box-shadow: none;*/
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
	border-radius: 10px;
        box-shadow: none;
	border: 2px solid rgba(255,255,255,0.05);
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
	padding: 20px;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label,
body.woocommerce-checkout .payment-methods--logos-count {
	color: rgba(255,255,255,0.3);
}
body.woocommerce-checkout h2,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
	color: #ffffff;
}
body.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step.wc-block-checkout__payment-method {
	border-color:#c36; 
}
