.search-text {
/* 	width: 500px; */
	width: 90%;
    height: 50px;
	display: inline-block;	
	padding: 12px;
/* 	margin-bottom: .5rem!important; */
/* 	margin-right:  .5rem!important;	 */
	vertical-align: middle;
}

@media (min-width: 991px){
	
	.search-text {
	width: 450px;
    height: 50px;
	display: inline-block;	
	padding: 12px;
	margin-bottom: .5rem!important;
	margin-right:  .5rem!important;	
	
	}
	
	#search-2 {
	display: none;
	}
}

@media (max-width: 990px){
	
	#search-1 {
	display: none;
	}
}

.product-des .product-title a{
    min-height: 48px;
}

.product-image {
    min-height: 380px;
    display: flex;
    display: -webkit-flex; 
    justify-content: center;
    align-items: center;
}

.product-image .product-overlay{
    bottom: 1em;
}

.button-align{
	margin: 0 auto;
	display:inline; 
	float: flex;
}

 /*INVOICE CHECKOUT*/
 
 /*ajuste de destaque do pedido*/
 
.ordernumber .slipdownload{
	font-size:25px;
	font-weight: 700;
	color:#3A73B9;
}

 /*ajuste de caixa de obs*/

#observation{
    margin-right: -15px;
    margin-left: -15px;
    border: 1.2px solid #002A54!important
    }
#observation strong{
     color:#002A54!important
    }
    
 /*ajuste de margin na parte inferior da primeira parte*/
    
#infoorder{
    margin-bottom: 0 !important
    }

/*ajuste de cor_peso do total final*/

#finaltotal strong{
    font-weight: 800 !important;
}  
.grand-invoice-amount{
margin-top: .5rem;
}  
.grand-invoice-amount strong  {
color:#3A73B9	
}

 /*ajuste da altura das caixas dos detalhes*/

.card{
height: 100%;
width: 100%;
}

/*senha ajuste no login*/
.psw{
 float:right;
}

.tamanhoSegmento{
	width: 50px !important;
}

.alert-products{
    width: 86%;
    margin-left: 7%;	
}

.maisOnsole{
	font-size: 20px !important;
	font-weight:bold !important;
}
.maisOnsole:hover{
  	color:  #B4111A !important;
  	font-weight:bold !important;
  	font-size: 20px !important;
}

.onsole{
  	color:  #B4111A !important;
  	font-weight:bold !important;
  	font-size: 18px !important;
}

.DivimgBlack{
	position: absolute !important;
	left: 70% !important;
}
#imgBlack{
    margin-top: -285px !important;
    width: 90px !important;
}
@media (max-width: 767px){
	#imgBlack{
		margin-top: -292px !important;
    	width: 80px !important
	}
	.DivimgBlack{
	left: 80% !important;
}
}
/* Selecionar Projeto */
.price { list-style-type: none; border: 1px solid #eee; margin: 0; padding: 0;  -webkit-transition: 0.3s; transition: 0.3s; border:0; }
.price:hover {  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05); }
.price .header { background-color: #111; color: #ffffff; font-size: 25px; }
.price li { border-bottom: 1px solid #eee; padding: 20px; text-align: center; }
.price .grey { background-color: #eee; font-size: 20px; }
.price.active .header { background: #84ba3f; }

.unidade{
	margin-left: -90px;
	vertical-align: -150%;
}
