.local-pickup-select {
/*			display: none;*/
}

.local-pickup-select--container {
	display: none;
    margin-right: 40px;
} 

.local-pickup-select--container.active, 
input.shipping_method[checked='checked'] + label + .local-pickup-select--container {
    display: inline-block;
	padding-right: 10px;
}

body.woocommerce-cart table.shop_table tr.woocommerce-shipping-totals.shipping {
	display: none !important;
}

.custom-checkout-shipping {
	padding: 0 12px;
	margin: 20px 0;
	/*	border: 1px dashed #000;*/
	background-color: #f5f5f5;
}

.custom-checkout-shipping ul#shipping_method.woocommerce-shipping-methods {
	margin-right: 20px;
}

.shipping-area-container {
	margin: 20px 0 ;
}

.shipping-type-select-container {
	margin:20px 0 ;
	display: flex;
	gap : 10px;
	clear: both;
}

.shipping-type-select-container button {
	width: 50%;
/*	display: inline-block;*/
}

.custom-checkout-shipping {
	clear: both;
}

.shipping-type-select-container button {
	background-color: #050608;
}

.shipping-type-select-container button.active {
/*	color: #f78f1e;*/
/*	border-color: #050608;*/
/*	border: 2px solid #f78f1e;*/
/*	font-weight: 600;*/
	background-color: #f78f1e;
}

/**/


.custom-checkout-shipping, 
.shipping-area-container {
	display: none;
}

.custom-checkout-shipping.active, 
.shipping-area-container.active {
	display: block;
}


select.choose-area {
/*	margin-right: 20px;*/
}

/* HIDE FIELD 
*/
.woocommerce-shipping-fields.hidden, 
.billing-fields-2.hidden {
	display: none;
}

.custom-checkout-shipping .woocommerce-shipping-methods {
	display: none;

}

.custom-checkout-shipping .woocommerce-shipping-methods.visible {
	display: block;
}



li.wc_payment_method.payment_method_wc-pelecard  .payment_method_wc-pelecard {
	display: none!important;
}

.woocommerce-checkout p#billing_country_field {
	display: none;
}