#gm_autocomplete_map {
	position: absolute;
}
.wb-quick-order {
	position: absolute;
	/*padding: 20px;*/
	width: 100%;
}
.quick_order_cart .block-details 
    padding-top: 60px;
	height: 85%;
}
#gm_autocomplete_map{
	height: 100% !important;
}
.cart_products {
	height: 100%;
    position: relative;
}
.block-products {
	padding: 0;
}
.client_details{
	height: 77vh;
    position: relative;
	padding-right: 0px;
}
.quick_order_cart .postcode_group {
	display: none;
}
.quick_order_cart .city_group {
	display: none;
}
.wb-quick-order #textarea-comments{height: 100px;}
.onelick_fixed_bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;   
	left: 0;
	right: 0;   
}
.shipping_comment {
        color: red;
}
.oneclickblock{ 
	background: rgba(238, 194, 149, 0.85);
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.block_buy_one_click {
	display: none;
}
.oneclick:not(.onelick_fixed_bottom) #quick_order_oneclick {
	display: none;	
}
.oneclick:not(.onelick_fixed_bottom) .close_block_click {
	display: none;	
}  
.oneclick:not(.onelick_fixed_bottom) .oneclickblock {
	background: transparent;
	display: inline;
}
.oneclick.onelick_fixed_bottom .form-group {    
	width: 70%;
	margin: 0;
} 
.wb-quick-order .oneclick.onelick_fixed_bottom input[name="telephone"] {    
	width: 70%;
	height: 39px;
	margin-bottom: 0;
}  

.oneclick.onelick_fixed_bottom #quick_order_oneclick {
	border-radius: 5px;
	width: 25%;
	height: 39px;
	font-size: 14px;
	/* margin-top: 13px; */
	/* margin-left: -15px; */
	line-height: 1.5;
	background-color: #8B4B37;
	border: none;
}
.oneclick_alerts {
	padding-right: 15px;
}
.close_block_click{
	background: transparent;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 25px;
	color: #8b4b37;
}
.wb-quick-order div.radio > label {
	/*color: black;*/
	color: white;
}
@media screen and (max-width: 768px) {
	.onelick_fixed_bottom {
		bottom: 0px;
		background: rgba(238, 194, 149, 0.85);
	}
	.oneclick{
		padding:0;
	}
	.oneclickblock{
		background: transparent;
		/*height: 80px;*/
	}
	.oneclick.onelick_fixed_bottom .form-group {    
		width: 100%;
	}
	.wb-quick-order .oneclick.onelick_fixed_bottom input[name="telephone"] {
		width: 60%;
		}
	.oneclick.onelick_fixed_bottom #quick_order_oneclick {
		  width: 35%;
		  font-size: 12px;
	}
	.close_block_click {
		background: transparent;
		position: absolute;
		right: 20px;
		top: 10px;
		font-size: 25px;
		color: #8b4b37;
	}
}
/* Bondarenko */
.label_custom_field {
	display: none;
}
.custom_field_empty_option {
	color: #cbcbcb;
}
/* Bondarenko end*/