html,body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
    -webkit-overflow-scrolling : touch !important;
    overflow: auto !important;
}

#boxnow_shadow {
	display: none;
}

#boxnow_widget {
	width: 100vw;
	height: 100vh;
	/*min-width: 600px;
	height: 50%;*/
	background: #F3F3F3;
	position: absolute;
	overflow-y: scroll;
	height: -webkit-fill-available;
	min-height: -webkit-fill-available;
}

#map {
	width: 67%;
  height: 100%;
  top: 0;
  left: 33%;
}

#boxnow_widget_bar {
	width: 33%;
	height: 100%;
	background: white;
	position: absolute;
	z-index: 1000;
}

#boxnow_widget_input {
	height: 50px;
	margin-top: 20px;
	position: absolute;
	left: 20px;
	width: calc(100% - 40px);
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(81, 81, 81, 0.2);
	border-radius: 16px;
	border: none;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 75px;
	font-weight: 500;
	font-size: 16px;
}

#boxnow_search_wrap {
	height: 90px;
	margin-top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	background: #44D62D;
	border: none;
	box-sizing: border-box;
}

#boxnow_clear_input {
	position: absolute;
	height: 30px;
	z-index: 9999;
	top: 50%;
	transform: translate(0,-50%);
	right: 60px;
	cursor: pointer;
}

#boxnow_magnifier_icon {
	position: absolute;
	height: 20px;
	width: 20px;
	z-index: 9999;
	top: 35px;
	left: 35px;
}

#boxnow_widget_locate {
	height: 40px;
	width: 40px;
	background: #FFF;
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
	border-radius: 2px;
	cursor: pointer;
	border: 0;
	right: 10px!important;
}

#boxnow_widget_locate img {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#boxnow_widget_viewport {
	height: 70px;
	line-height: 73px;
	text-align: center;
	width: calc(100% - 517px);
	margin-top: 13px;
	position: absolute;
	right: 13px;
	z-index: 9000;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;

}

#boxnow_widget_viewport #boxnowNumberOfLockers {
	background: #FFF;
	color: #44D62D;
	padding: 4px 7px 4px 7px;
	border-radius: 9px;
	margin-left: 2px;
	margin-right: 1px;
}

/* positioning of box distance */
#map div div.gm-style div[aria-roledescription="map"] div div[style*="z-index: 103"] div[style*="transform"] div div div {
	background-color: #44D62D;
	border-radius: 8px;
	padding: 5px 10px;
	margin-left: 70px;
	line-height: 19px;
	margin-top: -35px;
}

#map div div.gm-style div[aria-roledescription="map"] div div[style*="z-index: 103"] div[style*="transform"] div div div[style*="color: black"] {
	background-color: black;
	color: white!important;
}

/* #boxnow_widget_autocomp {
	display: none;
	min-height: 232px;
	margin-top: 94px;
	position: absolute;
	left: 13px;
	//width: 40%;
	width: 400px;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(81, 81, 81, 0.2);
	border-radius: 16px;
	border: none;
	box-sizing: border-box;
	padding-left: 5%;
	z-index: 9000;
}

#boxnow_widget_autocomp.boxnow_autocomp_active {
	display: block;
} */
.pac-container  {padding: 0 10px!important;}
.pac-container .pac-item {cursor: pointer;}
.pac-container .pac-item:first-child {border: none;}
.pac-container .pac-item:nth-last-child(-n+2), .hdpi.pac-logo:after {display: none;}

.boxnow_widget_popup {
	min-height: 45px;
	border-top: 1px solid rgba(131, 130, 140, 0.2);
	z-index: 9000;
	padding: 10px 5px;
	cursor: pointer;
	/* margin:5px 10px; */
}

.boxnow_widget_popup:first-child {
	border-top: unset;	
	margin-top: 0;
}

.boxnow_widget_popup:last-child {
	margin-bottom: 10px;
}

.boxnow_box_image {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	background: url('../media/icons/green-box.png') no-repeat;
}

.boxnow_widget_popup.boxnow_popup_maximized {
	display: block;
	height: auto;
	overflow: scroll;
	background-color: rgba(146, 192, 84, 0.1);
	border-radius: 4px;
	border-top: unset;
	padding-bottom: 16px;
	cursor: initial;
} 

.boxnow_widget_popup.boxnow_popup_maximized + .boxnow_widget_popup {
	border-top: unset;
	padding-top: 10px;
}

.boxnow_maximized_close {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	padding:10px;
	cursor: pointer;
	background: url('../media/icons/close-it.png') no-repeat;
	background-position: center;
}

.boxnow_widget_popup.boxnow_popup_maximized .boxnow_maximized_close {
	display: block;
}

.boxnow_widget_popup .boxnow_button_close {
	width: 35px;
	height: 35px;
	background: #D9D9D9;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#boxnow_locator_green_icon {	
	position: absolute;
	z-index: 9999;
	top: 32px;
	right: 35px;
	cursor: pointer;
}

.boxnow_button_close img {
	position: absolute;
	height: 15px;
	top: 10px;
	left: 9px;
}

.boxnow_widget_popup .boxnow_button_close:hover {
	background: #000;
}

.boxnow_widget_popup .boxnow_locker_image {
	width: 100%;
	height: 15vw;
	border-radius: 4px;
	margin: 16px 0;
	/* background-image: url("https://widget.boxnow.gr/media/lockers/3.jpg"); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


/*.boxnow_widget_popup .boxnow_locker_image.boxnow_image_minimized {
	width: 65px;
	height: 65px;
}

.boxnow_widget_popup .boxnow_locker_image.boxnow_image_maximized {
	width: calc(100% - 30px);
	height: calc(100% - 95px);
	z-index: 9999;
	background: url("https://widget.boxnow.gr/media/lockers/23.jpg"), rgba(255,255, 255, 1);
	background-image: url("../images/locker.jpg"), rgba(255,255, 255, 1);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}*/

:focus-visible, :focus {
	outline: none;
}

#boxnow_close_max_image.boxnow_btn_deactivate {
	display: none;
}

#boxnow_close_max_image.boxnow_btn_activate {
	display: block;
	width: 35px;
	height: 35px;
	background: #D9D9D9;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 9999;
	cursor: pointer;
}

#boxnow_close_max_image:hover {
		background: #000;
	}

#boxnow_close_max_image.boxnow_btn_activate img {
	position: absolute;
	height: 20px;
	top: 7px;
	left: 9px;
}

.boxnow_widget_popup .boxnow_locker_title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 20px;
	margin-bottom: 5px;
}

.boxnow_widget_popup .boxnow_locker_address {
	font-size: 14px;
	color: #83828C;
	font-weight: 400;
	line-height: 20px;
	margin-top: 5px;
}

.boxnow_widget_popup.boxnow_popup_maximized .boxnow_locker_title, .boxnow_widget_popup.boxnow_popup_maximized .boxnow_locker_address {
	width: calc(100% - 60px);
}

.list_flex{
	display: flex;
    padding: 5px;
    gap: 5px;
	position: relative;
}

.list_flex .boxnow_locker_info{
    flex-grow:1;
    flex-shrink:1;
}

#boxnow_list_cover {
	margin-top: 90px;
	height: calc(100% - 90px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.select_this {
	height: 19px;
	line-height: 19px;
	text-align: center;
	background: transparent;
	border: 1.5px solid black;
	border-radius: 4px;
	color: black;
	padding:8px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	align-self:center;
}

.select_button_navigate{
	width: 88px;
}

.select_this_in_detail {
	border: 1.5px solid #44d62d;	
	background: #44d62d;
	color: white;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	line-height: 19px;
	height: 45px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.selected_in_detail {
	border: 1.5px solid #44d62d;
	box-shadow: 0 0 10px #44d62d;
	background: white;
	color: #44d62d;
	font-size: 16px;
	font-weight: 700;
	cursor: default;
	line-height: 19px;
	height: 45px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.select_this:hover {
	background: black;
	color: white;
}

.boxnow_widget_popup.boxnow_popup_maximized .select_this {
	display: none;
}

#boxnow_btn_detail {
	position: absolute;
	width: calc(100% - 30px - 169px);
	height: 49px;
	line-height: 50px;
	text-align: center;
	right: 15px;
	bottom: 15px;
	background: #DCDCDC;
	border-radius: 80px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;

}

#boxnow_btn_detail:hover {
	background: #a0a0a0;
}
	
.boxnow_detail_complete {
	display: none;
}

.boxnow_widget_popup.boxnow_popup_maximized .boxnow_detail_complete {
	display: block;
	margin: 16px 22px 0 44px;
	position: relative;
	padding-top: 16px;
	border-top: 1px solid rgba(131, 130, 140, 0.2);
}

.boxnow_divider {
	width: 100%;
	height: 1px;
	background: #F3F3F3;
	margin-bottom: 20px;
}

.boxnow_divider:nth-of-type(n+2) {
	margin-top: 20px;
}

.boxnow_complete_address {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.boxnow_complete_address2 {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: inline-block;
}

.boxnow_complete_zipcode {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	display: inline-block;
	
}

#boxnow_btn_navigate, #boxnow_btn_copy_map {
	display: inline-block;
	background: #000;
	color: #FFF;
	padding: 12px 18px 12px 18px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;	
}

#boxnow_btn_navigate:hover, #boxnow_btn_copy_map:hover {
	background: #44D62D;
}

#boxnow_btn_navigate {
	margin-top: 20px;
	margin-left: 10px;
}

#boxnow_btn_copy_map {
	margin-left: 5px;
}

.boxnow_btn_note {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 18px;
}
/*
.pac-container {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	position: absolute;
	left: 13px;
	width: 400px;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(81, 81, 81, 0.2);
	border-radius: 16px;
	border: none;
	box-sizing: border-box;
	z-index: 99999;
}*/

.boxnow_widget_popup, #boxnow_widget, .boxnow_detail_complete {
		-ms-overflow-style: none;
		scrollbar-width: none;
		overflow-y: scroll; 
	}
	
	.boxnow_widget_popup::-webkit-scrollbar, #boxnow_widget::-webkit-scrollbar, .boxnow_detail_complete::-webkit-scrollbar {
			display: none;
		}


		.glowing-circle {
			background-color: rgba(255, 255, 255, 0.4);
			border-radius: 50%;			
			animation: glowing 1s ease-in-out infinite alternate;
		}
		@keyframes glowing {
			from {
				box-shadow: 0 0 10px white, 0 0 10px #44D62D, 0 0 10px #44D62D, 0 0 10px black, 0 0 10px #44D62D, 0 0 10px #44D62D, 0 0 30px white;
			}
			to {
				box-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px #44D62D, 0 0 30px black, 0 0 0px #44D62D, 0 0 10px #44D62D, 0 0 30px white;
			}
		}

		


	.marker-cluster-custom {
  background: rgb(108, 208, 78);
  border: 3px solid #fff;	
	font-size: 17px;
  box-shadow: 0 0 2px 1px #ccffcc, 0 0 3px 5px #ccffcc,
    0 0 3px 1px #fff !important;
  border-radius: 50%;
  color: #fff;
  height: 40px !important;
  line-height: 39px;
  text-align: center;
  width: 40px !important;
}

.watermark {
	width: 18px;
	height: 17px;
	margin-bottom: -4px;
}

#boxnow_suggest{
	position: fixed;
	width: 393px;
	left: 22px;
	top: 60px;
	filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
	border-radius: 10px;
	font-size:16px;
	background: #fff;
	z-index: 9999;
	padding:0;
			max-width: 90%;
	}
	
.leaflet-top {
	z-index: 400;
}

.tetris {
	margin-top: 3px;
}

@media (max-width: 800px) {
	#boxnow_widget {
		height: 100vh;
	}

	.leaflet-bottom {
		bottom: 0;
		z-index: 400;
	}
	
	#boxnow_widget_bar {
		width: 100%;
		height: 30vh;
		position: absolute;
		top: 70vh;
		border-radius: 7px 7px 0 0;
	}

	#boxnow_locator_green_icon, #boxnow_magnifier_icon {		
		top: 27px;
		position: fixed;
	}

	#map{
		width: 100%;
		height: 70vh;
		left: 0;
	}
	
	#boxnow_btn_detail {
		width: 209px;
	}

	#boxnow_widget_input {
		height: 50px;
		width: calc(100vw - 24px);
		margin-top: 0;
		left: 12px;
		top: 12px;
		position: fixed;
	}
	
	#boxnow_clear_input {
			margin-top: -3px;
		}
	
	#boxnow_search_wrap {
		height: 0;
		width: 0;
		background: none;
	}

	#boxnow_list_cover {
		margin-top: 0px;
		height: 100%;
	}


	#boxnow_widget_bar #boxnow_widget_viewport {
		display: none;
	}
	
	.boxnow_widget_popup {
		overflow: hidden;
    	padding: 10px;    	
	}

	.swiper {
		/*display: block!important;
		position: absolute;
		top: 0;
		left: calc(50% - 44px/2);
		width: 44px;
		height: 23px;
		background: white;
		border-radius: 100px 100px 0 0;*/
		display: block!important;
    width: 30px;
    height: 30px;
    background: #efefef url(../media/icons/up-arrow.svg) no-repeat;
    border-radius: 50%;
    margin: -20px auto 0px;
    background-size: 15px;
    background-position: center;
    border: 5px solid #fff;
	}
	/*
	.swiper img {
		position: absolute;
		height: 20px;
		left: 12px;
		top: 2px;
	}*/
	
	.opened-detail #boxnow_widget_bar  {
		height: 70vh;
		top: 30vh;
		transition:top 0.3s ease-in-out;
	}
	
	.opened-detail #map  {
		height: 30vh;
		transition:height 0.3s ease-in-out;
	}

	.closed-detail #boxnow_widget_bar  {
		top: 70vh;
		transition:top 0.3s ease-in-out;
	}
	
	.closed-detail #map  {
		height: 70vh;
		transition:height 0.3s ease-in-out;
	}
	
	.opened-detail .swiper {
		transform: rotate(180deg);
	}
	.closed-detail .swiper {
		transform: rotate(0deg);
	}

	.boxnow_widget_popup .boxnow_locker_image {
		height: 40vw;
	}

	#boxnow_suggest{
		position: fixed;		
		width: calc(100vw - 24px);
		overflow-y: scroll;
		max-height: 250px;		
		left: 12px;
		top: 60px;		
		filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
		border-radius: 10px;
		font-size:16px;
		background: #fff;
		z-index: 9999;
		padding:0;
				max-width: 100%;
		}
	
}



#boxnow_suggest li img{
	vertical-align: top;
	margin-right: 5px;
	width: 26px;
	height: 20px;
}
#boxnow_suggest li{
	padding:10px 20px;
	line-height: 20px;
	list-style: none;
	cursor: pointer;
}

#boxnow_suggest li.background:first-child{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#boxnow_suggest li.background{
	background:#efefef;
}
#boxnow_suggest li.background:last-child{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

div[class="gmnoprint"],.gmnoprint.gm-style-cc{
	display:none!important;
}

.gmnoprint.gm-bundled-control div.gmnoprint{
	display:block!important;
}
