:root{
	--border-colors: #9f9f9f;
}
.woocommerce-checkout div#wrapper_full {
    padding: 0 70px;
}

.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout .wc-blocks-components-select__container {
    border: 1px solid #606060 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 0 0px 2px;
    font-size: 14px;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    margin: 0 0 0px !important;
}
.wc-block-checkout__shipping-fields {
    margin-top: -85px !important;
}

.woocommerce-checkout .select2-container .select2-selection__arrow::before{
	display: none;
}