.woocommerce-checkout-review-order .blockUI.blockOverlay {
    background: rgba(255, 255, 255, 0.46) !important;
}
#open_map_button, #pvzname, .reset_btn{
	display:none;
}

.open-pvz-btn_MEASOFT {
        appearance: none;
        background-color: #337ab7;     
        border-radius: 6px;
        box-shadow: rgb(27 31 35 / 10%) 0 1px 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        padding: 6px 16px;
        position: relative;
        text-align: center;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: middle;
        white-space: nowrap;
        margin-bottom: 10px;
        margin-top: 10px;
		margin-left: 3px;
	}	