.box-modal {
	position: relative;
	width: 500px;
	background: #fff;
	color: #3c3c3c;
	
/*	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);*/
	/*border-radius: 6px;*/
    border: 1px solid #FF0000;
        padding: 40px;
}
.borderErr{
	 border: 1px solid #FF0000 !important;
}
.box-modal_close { 
    position: absolute;
    width: 15px;
    height: 16px;
    right: 26px;
    top: 17px;
 
    cursor: pointer;
}
.box-modal_close:hover { color: #666; }
.box-modal h6{
	    font-size: 22px !important;
  
    margin: 0 !important;
  
    text-align: center 
    text-transform: uppercase;
    color: #1c1c1c !important;
    border-bottom: none;
}
.box-modal .box-content{
	padding:19px;
}
.box-modal .box-content #first div{
    font-size: 15px;
	 margin-bottom: 25px;
}
.box-modal .box-content #first{
	    float: left;
    width: 240px;
    margin-top: 17px;
    margin-left: 16px;
}

.box-modal .box-content div .head{
	    text-transform: uppercase;
   	 font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
#orderModal label >span{
	color: red;
}
#orderModal label{
	font-size: 16px;
	    font-weight: bold;
}
#orderModal .head{
	    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
}
#orderModal input[type=text] {
   font-size: 14px;
    padding: 0px 10px;
    height: 32px;
    border: 1px solid #dfdfdf;
    /* margin: 0px 30px; */
       width: 100%;
    display: block;
}


#orderModal button{
	background: #f15732;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
.block_input{
	margin-bottom: 15px;
}
.g-hidden{
	display:none;
}
.thx_p{
	    font-size: 20px;
	        padding: 0 !important;

}
.total{
	text-transform: uppercase;
}
.order_total{
	font-size: 22px;
    font-weight: 600;
}