/**
* 2010-2017 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2017 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.check_zipcodde_div
{
	margin-top: 20px;
	text-align: left;
}

.check_zipcodde_div input
{
	background: white;
}

.wkzip_loading_overlay
{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background: #000;
	opacity: 0.3;
	z-index: 100000;
}

.wkzip_loading-img
{
	position:absolute;
	left:50%;
	top:50%;
}

#check_zipcode {
	border: 1px solid #2fb5d2 !important;
}

#zipcode_msg {
	margin-top: 20px;
	text-align: left;
}
#enter_zipcode {
	width: 100%;
}