#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 9999999;
	text-align: center;
}
#loading-image {
	/*position: absolute;*/
	top: 250px;
	left: 630px;
	z-index: 100;
}

.register_p_mobile,
.register_p_name {
	width: 49%;
	float: left;
	margin-right: 5px;
}

.register_p_pass,
.register_p_email {
	width: 49%;
	float: right;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 1;
	z-index: 99;
	display: none;
}


.cart_pl_wrp {
    float: left;
    width: 100%;
    margin-top: 8px;
    background: whitesmoke;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
}
.cart_mins {
    text-align: center;
    float: left;
    width: 33%;
    height: 39px;
    line-height: 36px;
    font-size: 30px;
    color: #000;
    background: #f5f5f5;
}
.cart_input {
    float: left;
    width: 33%;
    line-height: 36px;
    font-size: 16px;
    border: none;
    text-align: center;
}
.cart_pls {
    width: 25%;
    float: left;
    text-align: center;
    text-align: center;
    float: left;
    width: 33%;
    height: 39px;
    line-height: 36px;
    font-size: 21px;
    color: #000;
    background: whitesmoke;
    font-weight: 600;
}

.add_crt_mn {
    display: inline-block;
    width: 100%;
    background-color: whitesmoke;
    text-align: center;
    margin-top: 8px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 16px;
    color: #333;
}

.add_crt_btn_as {
    /*float: right;*/
    width: 100%;
}


  .point_me.search_drop_down {
    border: 1px solid #cdcdcd;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    cursor: pointer;
}
.nice-select.cat_id.select_option
{
    text-transform: capitalize;
    width: 100%;
}
input.header_search {
    width: 100%;
    border: 1px solid #cdcdcd;
    padding: 4px;
    border-radius: 5px;
    font-size: 12px;
}
input.web_header_search {
    width: 100%;
    border: none;
}
.search_box_a {
    width: 100%;
    padding: 10px;
    border: none;
}
.search_box_mobile
{
    width: 100%;
}

.en_results
{
    padding: 10px;
    color: green;
    padding-top: 0px;
    padding-left: 0px;
}