/*header*/
.site-branding {
    
    --background-size: 100% 100%;
    --width: 195px;
    --background-color: #fff;
    background-position-y: center; 

}
.imgHeader {
    max-height: 70px;
    margin-top: -14px;
    
}
/*listagem*/
.for-list{
	--font-family: brief;
	font-weight: bold;
}
#main-wrapper .all-menu-details .details h6, #main-wrapper .all-menu-details .right-checkout .details{
	font-weight: bolder;
	color:#ea4b19;

}

#main-wrapper .all-menu-details .details h6, #main-wrapper .all-menu-details .right-checkout .details{
	font-size: 25px;	
    font-family: Roboto !important;
}

#main-wrapper .all-menu-details .dropdown-option .dd-toppings-sabores {
    background: #9b053a;
}

#main-wrapper .all-menu-details .dropdown-option .dd-toppings-sabores h6 {
    color: white;
}

.dd-toppings {
    background: #9b053a;
}

div.all-details > div.visible-option > div.details > h6 > a{

	color:#9b053a;
}
.shopping-cart-add {
    font-size: 32px;
    --color: #AE1F24;

}
#tab-1 > div > div:nth-child(1) > div > div > div > form{
	border-left: none;

}
#top-list > div > div > div.price-option.fl > h6{
	padding: 30px 60px !important;
}
div.qty-cart > form{
    border-left: 1px solid #999;
    margin-top: 5px;
    	    padding: 25px !important;
    height: 120px;
}
#main-wrapper .all-menu-details .item-list {

    border-bottom: 1px solid #ccc;
}
/*menu principal*/
#filtros-categorias-container {
	border: none;
}
#filtros-categorias{
	margin-left: 0;
}
#filtros-categorias li a{
    color: #9b053a;
    border:none;
}
.selected{
	    background-color: #9b053a !important;
    font-size: 20px;
}

/*botoes geral*/
.btn-success {
 
    background: #9b053a !important;
    color: #fff !important;

}
.btn-primary {
 
    background: #9b053a !important;
    color: #fff !important;

}
/*checkout*/
.panel-info > .panel-heading {
	background-color: #000  !important;
	color:#9b053a !important;
	font-size:25px;
	font-weight: bold;

}