/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    Outvio OU
 *  @copyright 2017-2018 Outvio OU
 *  @license   Outvio OU
 */
.points-list {
	/*width: 100%;*/
	z-index: 3;
	padding-bottom: 9px;
}
.points-list select {
	width: auto;
	height: 36px;
	max-width: 100%;
}
/*
.points-list select:focus {
	max-width: 200px;
	width: auto;
}
*/
.points-list select option {
	font-size: 9px;
}
.points-list select, .points-list option { width: __; }

#order .map-container {
}

.map-container {
	position: relative;
}

.gmap {
 	height: 100%;
	/*height: 650px;*/
	min-height: 510px;
	margin-bottom: 30px;
	min-width: 100%;
}

#map {
 	height: 100%;
	/*height: 650px;*/
	min-height: 510px;
	margin-bottom: 30px;
}

body#checkout section.checkout-step.-reachable.-clickable .content {
	display:block;
}

body#checkout section.checkout-step.-reachable.-clickable.-complete .content {
	display: none;
}

body#checkout section.checkout-step.-reachable.-clickable.js-current-step .content {
	display:block;
}



.gmap-search::focus {
	border-color: #fff;
	border:none;
}

.gmap-search {
	line-height: 32px;
	margin-left: 6px;
	border:none;

	position: absolute;
	top:0;
	left: 0;
	display: block;
	padding-left: 45px;
	background-color: #fff;
	opacity: 0.9;
	z-index:999;

}

.pac-container {
	position: absolute;
	z-index: 2;
	top: 48px;
	left: 18px;
	border:none;

}
.pac-container:before {
	content: url(../img/search_glass.png) !important;
	width: 32px;
	height: 32px;
	position:absolute;
	top:6px;
	left:12px;
	z-index:1000;
	display: block;
	opacity: 0.9;
}
.delivery_options .delivery_option {
	position: relative;
}


#order-opc .pac-container {
	position: absolute;
	z-index: 2;
	top: 48px;
	left: 9px;
	border:none;
}
#order .pac-container {
	position: absolute;
	z-index: 2;
	top: 48px;
	left: 9px;
	border:none;
}

.row.carrier-extra-content {
	position: relative;
}
/*.delivery-options-list {*/
	/*display: block;*/
/*}*/
/*.outvio-preloader {*/
	/*height: 300px;*/
	/*margin-left: -25px;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*width: 100%;*/
	/*vertical-align: middle;*/
	/*display: none;*/
/*}*/
/*.wait .delivery-options-list {*/
	/*display: none;*/
/*}*/
/*.wait .outvio-preloader {*/
	/*display: flex;*/
/*}*/
/*.row.carrier-extra-content .preloader svg{*/
	/*width: 100%;*/
/*}*/
