.woocommerce-checkout .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block{
	background-color : #FFF !important;
	padding: 35px !important;
	border-radius: 16px !important;
	border: 1px solid #D9D9D9 !important;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
	border: none;
    background: #F2F2F2;
    border-radius: 50px;
}
.woocommerce-checkout .wc-block-components-text-input input{
	border-radius: 50px !important;
    background: #F2F2F2 !important;
	border: none !important;
}
.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: none;
    padding-top: 0px;
}
.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted{
	border-radius: 10px !important;
    box-shadow: inset 0 0 0 1.5px #C8C8C8 !important;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title{
	font-weight: 700;
	font-style: Bold;
	font-size: 18px;
	line-height: 100%;
	color:#1C1C1C;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step{
	margin: 0 0 30px !important;
}
.woocommerce-checkout button.wc-block-components-checkout-place-order-button{
	background-color: #D71517;
	border-radius: 50px;
	width: 100%;
	border: 1px solid #D71517;
}
.woocommerce-checkout button.wc-block-components-checkout-place-order-button:hover{
	background: transparent;
	color: #D71517 !important;
}
.woocommerce-checkout .wc-block-checkout__actions{
	margin-bottom: 0px;
}

/* orber details checkout */
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block{
	background-color : #FFF !important;
	border-radius: 16px !important;
	border: 1px solid #D9D9D9 !important;
	padding-top : 20px;
}
.woocommerce-checkout .wc-block-components-order-summary{
	padding: 0 30px !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item{
	padding: 0 30px !important;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text{
	font-weight: 700 !important;
	font-style: Bold !important;
	font-size: 18px !important;
	line-height: 100% !important;
	color:#1C1C1C !important;
}