/*header*/
.site-branding {
    
    background-size: auto 100%;
    --background-color: #fff;
    background-position-y: center;
    top: 10px;
    height: 93px;

}
.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: "Montserrat", sans-serif !important;
}
div.all-details > div.visible-option > div.details > h6 > a{

	color:#252525;
}
.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: #252525;
    border:none;
}
.selected{
        background-color: #3C69B1 !important;
        color: white !important;
    font-size: 20px;
}

.selected a {
    color: white !important;
}

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

}
.btn-primary {
 
    background: #3C69B1 !important;
    color: #fff !important;

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

}