
.gc_customer_search_input {
  width: 330px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.gc_customer_search_input:focus {
  width: 100%;
} 

.gc_promotion_status{
	transform: scale(2);
}

.chbox_address{
	line-height:33px;
}
.chbox_label_title{
	font-weight:bold;
}
.all_labels_container{
}
.all_lable_child{
/* 	max-width:40em; */
/* 	margin-left:10em; */
}
.chbox_parcel_container{
	
	border: 1px solid black;
    padding: 6px;
    width: 42em;	
	margin-left:3em;
	margin-bottom: 15em;
}

.chbox_label_form_container div{
margin-bottom: 5px;
	
}
.parcel_name{
	font-weight:bold;
	font-size: 22px;
	text-align:center;
	margin-top:2em;
	
}
.chbox_parcel_sticker{
font-size: 20px;	
color:black;
Arial, Helvetica, sans-serif;
padding-top:12px;
	
}

.alert{
	text-align:center;
}
.create_order_notes{
	margin-top:5em;
	width:60%;
}
.custom_create_order_block {
	margin-top:4em;
	text-align:center;
}

.order_number_dispay {
	color:red;
	font-size:3em;
	text-align:center;
}

.product_info_block{
	text-align:center;
	border-top:1px solid black;
	padding:1em;
	margin:1em;
}
#orderid{
text-align:center;
margin:auto auto; 
width:20%;

}
.view_order_details{
background: #eaf5e2;
padding: 1em;
font-size: 1.3em;
text-align:center;
	
}
.future_product_id{
	text-align:center;
	font-size:1.5em;
	margin-top:1em;
	margin-bottom:-1em;
	
}
.chbox_product_thumbnail{
	width:78%;
}
.chbox_product_title{
	text-align: center; margin-top:2em;margin-top: 51px;font-size: 20px; 
}
.chbox_product_id{
	color:#000; font-size:2em;margin-top: 2em;
	
}
.chbox_product_quantity{
		color:red; font-size:4em;margin-top: 1em;
}
.chbox_product_url{
	color:red; font-size:25px;margin-top: 54px;
}
.chbox_aliexpress_url{
	color:red; font-size:2em;margin-top: 2em;
}
.chbox_drawer_number{
	font-size: 2em;
	margin-top: 1.1em;
	color: red;
}


.chbox_dispatch_header{
	text-align:center;
	margin-top:1em;
	margin-bottom: -4px;
}
.chbox_dispatch_product{
	overflow:auto;
	height:auto;
	margin-left:9em;
	
}
.chbox_dispatch_heading{
	text-align:center;
	color: white; 
	background: #4e60ab;
	padding: 6px;
}
.chbox_dispatch_container{
	
}
.chbox_dispatch_title{
float: left;
margin-top: 43px;
margin-left: 1em;
font-size: 1.5em;
}
.chbox_dispatch_image{
	float: left;
    width: 112px;
	 
}
@media only screen and (max-width: 990px) {
	
.chbox_dispatch_image{
		float: left;
width: 25%;
height: 75%;
	}

.chbox_dispatch_product{
	margin-left:1em;
	height:10em;
	
}
.chbox_dispatch_title{
margin-top: 80px;
}