#psitems-canvas {
	overflow: auto;
	height: 100%;
	width: 100%;
}
#left-canvas {
	font-family: Arial,Helvetica,sans-serif;
	padding: 10px;
	font-size: 12px;
	overflow: hidden;
	float: left;
	width: 30%;
	height: 100%;
	background: white;
}
#right-canvas {
	float: right;
	width: 70%;
	height: 100%;
}
#map-canvas {
	width: 100%;
	height: 100%;
}
#searchinput {
	background-color: whitesmoke;
	width: 100%;
	border-left: 0;
	border-right: 0;
	z-index: 1;
	padding: 5px 5px 5px 5px;
}
#searchinput.default {
	color: grey;
	font-style: italic
}
.psOver {
	background-color: infobackground;
}
.psSelected {
	font-weight: bold;
}

.wgl-choose-parcel-shop-wrapper {
	position: relative;
}

.wgl-loader {
	display: none;
	position: absolute;
	width: 30px;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
}

.wgl-choose-parcel-shop-wrapper.wgl-is-loading {
	background: white;
}

.wgl-choose-parcel-shop-wrapper.wgl-is-loading .wgl-loader {
	display: block;
}

.wgl-choose-parcel-shop-wrapper.wgl-is-loading .wgl-checkbox-wrapper {
	opacity: 0;
}

#wgl-parcel-select-canvas-inner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	max-height: 800px;
	margin-top: -15px;
}

#wgl-parcel-select-canvas-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
}

#wgl-parcel-select-canvas-wrapper.wgl-is-open {
	opacity: 1;
	pointer-events: auto;
}

#wgl-parcel-select-canvas {
	width: calc( 100% - 30px );
	height: calc( 100% - 50px );
	margin-top: 35px;
	margin-left: 15px;
}

.wgl-parcel-select-close {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.wgl-checkbox-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 5px;
}

.wgl-checkbox {
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-right: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 1px solid #b4a9a9;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}

.wgl-label,
.wgl-parcel-shop-details {
	margin-right: 15px;
}

.wgl-label {
	line-height: 1.4;
	max-width: 200px;
}

img.wgl-gls-logo {
	max-width: 60px;
	margin-left: auto;
}

.wgl-parcel-shop-more-details {
	display: none;
}

.wgl-parcel-shop-more-details.wgl-is-visible {
	display: block;
}

.wgl-same-day-delivery-day {
	color: white;
	background: #061AB1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 10px;
	display: inline-block;
	margin-top: 5px;
}

@media screen and ( max-width: 450px ) {
    #psitems-canvas,
	.wgl-label,
	.wgl-parcel-shop-details {
		font-size: 12px;
	}

	.wgl-same-day-delivery-day {
		font-size: 11px;
		font-weight: 400;
	}

	#right-canvas {
		width: 60%;
	}

	#left-canvas {
		width: 40%;
	}
}
