/*all*/

.hg-h{
	display:none !important;
}
#pack_in.unval{
	opacity: 0.5;
	pointer-events: none;
}
#product-search-form ul.select2-selection__rendered > li.select2-selection__choice{
	display: none;
}
#resultContainer .order-item .hg-fw > div:nth-child(2){
	display: none !important;
}
header{
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: center;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 2222;
}
.hg-btn{
	padding: 1em ;
	border: 1px solid #000;
	text-transform: uppercase;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin: 1em;
    cursor: pointer;
    white-space: nowrap;
}
.hg-btn.s-pad{
	padding: .5em;
}
.hg-btn.loading *,
.hg-btn:hover *{
	color: #fff;
}
.hg-btn.loading,
.hg-btn:hover{
	background: #000;
	color: #fff;
}
.hg-btn.loading{
	background: #000;
	color: #fff;
    -webkit-animation:  mcblur  .3s infinite alternate ease-in-out;
    -moz-animation: mcblur .3s infinite alternate ease-in-out;
    animation:  mcblur .3s infinite alternate ease-in-out;  

}
.wpcf7-list-item-label{
	position: relative;
	padding-left: 1.5em;
	line-height: 1;
}
.form-grid input[type="radio"]{
	display: none !important;
}
#product-search-form-s label,
.product-dropdown-container label,
#doc-cooment label,
.form-grid form p > label{
	text-transform: uppercase;
	opacity: .5;
	text-transform: uppercase;
	padding: .5em 0;
	font-size: .75em;
	position: relative;
	display: block;
	width: 100%;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after{
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7-list-item-label::after{
	background: #000;
	opacity: 0;
}
.form-grid input[type="radio"]:checked + span.wpcf7-list-item-label::after{
	opacity: 1;
}
.wpcf7-radio{
	padding: 1em 0;
	position: relative;
	display: block;
}
#sub-b.hg-btn{
	margin: 0 ;
}
body button, 
body input[type="button"], 
body input[type="reset"], 
body input[type="submit"], 
body .button, 
body .widget a.button{
	background: #000;
	color: #fff;
}



/*all*/

/*home*/
.hg-logo img{

	height: 3em;
	width: auto;
	margin: 0 auto;
		margin-bottom: 2em;
		display: block;
}
#home-page{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	padding: 0 20%;
}
#home-page .hg-fl{
	justify-content: center;
}
/*home*/
/*page*/
#eage,
#order-n{
	background: #dedede;
	pointer-events: none;

}
.hg-mess h2{
	font-size: 1.5em;
	margin: 1em 0;
}
.hg-mess .hg-fl{
    justify-content: center;
    align-items: center;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.fs_l,
h1{
	text-transform: uppercase;
	font-size: 2em;
	text-align: center;
	margin-bottom: 1em;
}
.page-tpl
{
	width: 100%;
	mi-height: 100vh;
	padding: 10%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.order-grid > div{
	padding-bottom: 2em;
}

.order-grid > div.p-meta p{
	display: flex;
	align-items: flex-start;
}
.order-grid > div p strong{
	text-transform: uppercase;
	opacity: .5;
	font-size: .8em;
	padding-right: 1em;
	line-height: 2.1;
}
.order-grid > div p {
	position: relative;
	display: block;
	width: 100%;
	line-height: 1.5;
}
.order-grid h2{
text-transform: uppercase;
font-size: 1em;
opacity: .5;
padding-bottom: .5em;
}
#resultContainer{
	margin-bottom: 4em;
}
.order-item > div,
.order-item a{
	width: 100%;
	justify-content: space-between;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	margin-bottom: 1em;
	overflow-x: auto;
}
.order-item > div > div .hg-btn{
	margin: 0;
}
.order-item > div > div:last-child,
.order-item a div:last-child{
	min-width: auto;
}
.order-item > div > div *,
.order-item a div *{
	text-transform: uppercase;
}
.order-item > div > div{
	display: inline-flex;
}
.order-item > div > div,
.order-item a div{
	min-width: 25%;
	padding-right: 1em;
	text-align: left;
		text-transform: uppercase;

}
#resultContainer .order-item{
	margin-bottom: 1em;
	position: relative;
	display: flex;
	align-items: center;
}
.order-item > div{
	border-bottom: 0px solid #000;
	margin-bottom: 1em;
	align-items: center;
}
.order-item > div > div{
	min-width: 20%;
}
.product-dropdown-container li.select2-results__option:first-child{
	pointer-events: none;
	opacity: .5;
}

.selected-product {
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.selected-product span {
    flex: 1;
}

.selected-product input {
    margin-left: 10px;
    padding: 4px;
}

.remove-product {
    margin-left: 10px;
    background-color: #ff4c4c;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

.remove-product:hover {
    background-color: #cc0000;
}
#doc-cooment{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#doc-cooment .hg-i-fl{
	width: 48%;
	flex-direction: column;
}
#doc-cooment .hg-i-fl *{
	width: 100%;
}
.order-grid #sp-p{
	margin-left: 0;
}
.order-grid .select2-selection__rendered{
	padding: 1em !important;
}
.order-doc-c{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.order-doc-c h2{
	width: 100%;
}
.not-i{
	width: 33%;
	margin-right: .33%;
	padding: .5em;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f4f4f4;
    margin-bottom: 1em;
    align-self: stretch;
}
.order-item .pib{
	padding-left: 1em;
}
.order-item a div.doc{
	background: #dd9933;
	text-align: center;
	padding-right: 0;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.order-item a div.completed{
	background: #c8d7e1;
	text-align: center;
	padding-right: 0;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.order-item a div.new-p{
	background: #81d742;
	text-align: center;
	padding-right: 0;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}


.order-item a div.up-or{
	background: #8224e3;
	text-align: center;
	padding-right: 0;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
/*page*/
#login-p{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    background: #fff;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 35%;
}
button.hg-btn.hg-an-ob.woocommerce-Button.button,
button.hg-btn.hg-an-ob.woocommerce-button.button.woocommerce-form-login__submit {
    margin: 1em auto;
    width: 100%;
}
#login-p .fs_l{
	text-align: center;
	width: 100%;
}
.form-row {
	margin-bottom: 1em;
}
.lost_reset_password{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 25%;
}
#searchButton{
	margin: 0;
	margin-left: 1em;
}
.search-grid{
	margin: 2em 0;
}

@media(min-width:1px) and (max-width:1100px){

header{
	width: 100%;
	overflow-x: auto;
	justify-content: flex-start;
}
body{
	font-size: 16px;
}
#home-page,
.page-tpl{
	    padding: 20% 1em;
}
@media(min-width:1px) and (max-width:639px){
	body{
		font-size: 14px;
	}
	#home-page,
	.page-tpl{
		    padding: 20% 1em;
	}
	.order-item > div, .order-item a{
		flex-direction: column;
	}
	.order-item > div > div, .order-item a > div{
		padding-bottom: 1em;
	}
.order-item a div.doc,
.order-item a div.new-p,
.order-item a div.up-or{
	padding-bottom: 0 !important;
}

	.order-item .pib{
		padding-left: 0;
		padding-top: 1em;
	}
	#doc-cooment{
		flex-direction: column;
	}
	.not-i,
	#doc-cooment .hg-i-fl{
		width: 100% !important;
	}

	.order-grid > div .hg-btn{
		width: 100%;
	}
	.lost_reset_password,
	#login-p{
		padding: 1em;
	}
}
}