	
.carrinho {
    float: right;
    margin-right:0px;
    margin-top:23px;

}

.carrinho_itens {
    
    float: right;
    margin-top:38px;
    margin-left:0px;
    
}

.cart {

color:#fff !important;
text-decoration:none;

margin-left:25px;
margin-top: -75px;

background: #FF0000;
border-radius: 10px;
width: 20px;
height: 20px;
text-align: center;
padding-top: 3px;
font-size: 10px;	

}
.itens_cart {

border-radius:3px;
text-align: center;
background-color:transparent;
border:transparent;
padding:24px;
margin-right: 0px;
color :#fff;
margin-left:-40px;



}

    #campo_car{
            
            color:#333;
            top: 0px;
            right: -355px;
            opacity: 1;
            position: fixed; 
            width: 350px;
            height: 100%;
            background: #fff;
            box-shadow: 2px 4px 44px -5px rgba(0,0,0,0.61); 
            border:0px solid #ccc;	
            z-index: 999999;
            display:none;
            border-radius:10px 10px 0px 0px;
            
            
        }



 /*Triangulo
#campo_car:after{
content: "";
width: 0;
height: 0;
position: absolute;
border-left: 10px solid transparent;
border-right: 10px solid transparent;

border-bottom: 10px solid #fff;
top: -10px; 
left: 48%;
}
*/ 
.produto_carrinho{

border-top: 0px solid #ccc;
display:block !important;
width:100%;
margin-bottom:13px;
padding:5px;
height:65px;
text-transform: uppercase;


}
.total1{

    color: #666;
    text-align: center;
    width: 100%;
    position: absolute;
    font-weight: 100;
    background-color: #f2f2f2;
    bottom: 1px;
}


.foto_carrinho {

margin-left:-25px;
width:50px;
height:50px;
position:relative;
display:block;
border-radius: 5px;

}
        
.n_produto{
            
font-size: 9px;
padding-top:15px;
text-align: center;
vertical-align:middle;
            
}
        
.n_valor{
            
font-size: 11px;
padding-top:15px;

            
}	
        
.btn_comprar_flutante{
    width: 100%;
    background:#F13C00;
    color:#fff  !important;
    text-align: center;
    
    border-radius: 0px;
    margin-top: 5px;
}	


       
.btn_comprar_flutuante {
    width: 100%;
    background: #F13C00;
    color: #fff !important;
    text-align: center;
    border-radius: 0px ;
    bottom: 0px;
    

}
	

	
.btn_comprar_flutuante:hover {
   
    background:rgb(65, 84, 255);
   
}	

.topinho_carrinho {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Garante que os itens ocupem as posições esquerda, centro e direita */

    background-color: #292E39; /* Cor de fundo opcional */
    border: 1px solid #ddd; /* Borda opcional */
    border-radius: 5px 0px; /* Cantos arredondados opcionais */
    color:#FFF;
    margin-bottom: 20px;
    padding: 10px ;

}

.topinho_carrinho h4 {
    margin: 0; /* Remove margem padrão dos elementos <h4> */
}

.topinho_carrinho .fa-cart-flatbed-suitcase {
     
    padding-left: 3px;
   margin-top: 10px;
}

.topinho_carrinho .fa-xmark {

   padding-right: 5px;
    cursor: pointer; /* Mostra um ponteiro ao passar o mouse */
}


.topinho_carrinho .fa-xmark:hover {

 color:#f13c00;
 }


.topinho_carrinho .text-center {
    flex-grow: 1; /* Permite que o título ocupe espaço extra */
    text-align: center; /* Centraliza o texto */
    font-weight: bold; /* Destaca o título */
}
