/**
* Theme Name: GreenMart Child
* Description: This is a child theme for GreenMart
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: greenmart
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */



.wc-block-components-sidebar {
	border: 1px solid #C3C3C3;
	padding: 0.5em 1em !important;
	border-radius: 20px;
	background: #FAFAFA;
}

.wp-block-woocommerce-checkout-order-summary-block {
	border-radius: 20px;
	background: #FAFAFA;
	border: 1px solid #C3C3C3;
}

.wp-block-woocommerce-cart-order-summary-totals-block, .wp-block-woocommerce-cart-order-summary-totals-block, .wp-block-woocommerce-cart-order-summary-block {
	border: 0px !important;
}


.wc-block-checkout__actions_row {
	padding: 10px;
}

.wc-block-components-order-summary {
	padding: 0px !important;
}

.checkout-order-summary-block-fill {
	border: 0px !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
	border: 0px !important;
	padding: 0em !important;
	margin-top: 0px !important;
	background: transparent !important;
}

.wc-block-components-text-input input[type=text], .wc-blocks-components-select .wc-blocks-components-select__select {
	border: 1px solid #E1E1E1 !important;
}

.wc-block-components-text-input {
	margin-bottom: 12px !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	margin-top: 0px !important;
	border-top: 0px !important; 
	border-bottom: 0px !important;
}

#tab-additional_information {
	display: none;
}

.wc-block-components-totals-wrapper {
	border-top: 0px !important;	
}

.wc-block-components-checkout-order-summary__title-text {
	margin: 8px 0px 8px 0px !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
	border-bottom: 0px !important;
}


