body.wpapiship-overlay:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 100000;
}
.wpapiship-checkout-modal {
	display:none;
    width: 800px;
    margin-left: -150px;
    height: 500px;
    margin-top: -50px;
    line-height: 200px;
    top: 20%; 
    left: 35%;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    z-index: 100001; /* 1px higher than the overlay layer */
}
.wpapiship-checkout-modal.open {
	position: fixed;
	display: block;
}
.wpapiship-checkout-modal #wpapiship-checkout-ymap {
	width: 100%;
	height:500px;
	padding:0;
	margin:0 10px 0 0;
	overflow:hidden;
}
.wpapiship-delivery-to-point.hidden {
	display: none;
}
.wpapiship-checkout-row-hidden {
	display: none;
}
.wpapiship-checkout-row.hidden {
	display: none;
}

.wpapiship-map-options-container {
    position: absolute;
    z-index: 999;
    padding: 12px;
    top: 0;
    left: 0;
    height: max-content;
    width: max-content;
    line-height: 1.4;
    text-align: initial;
}

.wpapiship-map-select {
	border: 1px solid #c4c4c4;
    padding: 5px;
}

.wpapiship-map-select:focus {
	outline: none;
}
