/*CONTEUDO FIXED*/
@media only screen and (min-width: 250px) {
.conteudo_fixed {
	width: 100%;
	display: none;
	top: 0;
	left:0;
    position: fixed;
	z-index:990;
}
}
@media only screen and (min-width: 250px) {
.bg-content-fixed {
	max-width: auto;
    min-height: 50px;
    margin: 0 auto !important;
    background: linear-gradient(to right, #F6F0EE,#F6F0EE);
    box-shadow: 0 0 44px rgba(0,0,0,.149);
}
}
.bg-content-fixed .welcome-head {
	margin-top: 5px;
}
.bg-content-fixed #cart {
	margin-top: 5px;
}
.bg-content-fixed #cart h4 {
	display: none;
}
.icons-head-fixed {
	float: right;
	margin-top: 1rem;
}
/*CART*/
@media only screen and (min-width: 768px) {
.cart-fixed {
	float: left;
	padding-left: 1rem;
	text-align: center;
}
.cart-fixed .img-cart {
	max-height: 28px;
	filter: brightness(0) saturate(100%) invert(73%) sepia(17%) saturate(482%) hue-rotate(352deg) brightness(96%) contrast(84%);
}
}
/*LOGO 2*/
@media only screen and (min-width: 992px) {
.logofixed {
	margin-top: 10px;
}
.logofixed img{
	height: 35px;
	filter: brightness(0) saturate(100%) invert(39%) sepia(7%) saturate(23%) hue-rotate(316deg) brightness(98%) contrast(89%);
}
}
@media only screen and (min-width: 1400px) {
.logofixed {
	margin-top: 10px;
}
}
/*WELCOME-FIXED*/
.welcome-head-fixed .img-user {
	max-height: 30px;
	filter: brightness(0) saturate(100%) invert(73%) sepia(17%) saturate(482%) hue-rotate(352deg) brightness(96%) contrast(84%);
}
.welcome-head-fixed {
	float: left;
	text-align: center;
}
.welcome-head-fixed button {
	background:transparent;
	border:0;
	color: #444;
	font-size: 2.5rem;
}
.welcome-head-fixed .dropdown-menu {
	min-width: 280px;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding: 2rem 1rem;
}
.welcome-head-fixed .dropdown-menu .links li a:hover {
	color: #444;
	background: transparent;
	margin-left: 2%;
}
.welcome-head-fixed .dropdown-menu .firstname {
	font-size: 1.6rem;
	font-weight: bold;
}
.welcome-head-fixed .bt-login {
	background: #212121;
	color: #FFF;
	font-weight: 800;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	padding: 1rem 2rem;
}
.welcome-head-fixed .bt-login:hover {
	text-decoration: none;
	background: #666;
}
.welcome-head-fixed .bt-register {
	color: #444;
	text-decoration: underline;
}
.welcome-head-fixed .dropdown-menu {
	left: inherit;
	right: 0;
}
.welcome-head-fixed .dropdown-menu p {
	margin-top: 5%;
	font-size: 13px;
}
.welcome-head-fixed .dropdown-menu .ajuda a {
	width: 100%;
	background: #666;
	font-weight: bold;
	text-align: center;
	padding: 1rem 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
.welcome-head-fixed .dropdown-menu .ajuda a:hover {
	color: #FFF;
	background: #666;
}
.welcome-head-fixed .caret {
	color: #444;
	display: none;
}
.welcome-head-fixed a {
	color: #444;
	padding: 0.25% 1%;
	font-size: 12px;
}
.welcome-head-fixed .firstname {
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 800;
	display: inline;
	padding: 1% 1%;
}
/*MENU FIXED*/
@media screen and (min-width:992px) {
#menu-fixed {
	margin-top: 0.5rem;
}
}
@media only screen and (min-width: 1600px) {
#menu-fixed {
	margin-top: 0.5rem;
}
}
#menu-fixed {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 40px;
}
#menu-fixed .navbar-nav {
	float: none;
	display: flex;
 	margin: 0 auto;
	justify-content: space-between;
}
@media only screen and (min-width: 992px) {
#menu-fixed .nav > li > a {
	padding: 1rem 0.7rem;
	font-size: 1.1rem;
}
}
@media only screen and (min-width: 1200px) {
#menu-fixed .nav > li > a {
	font-size: 1rem;
}
}
@media only screen and (min-width: 1350px) {
#menu-fixed .nav > li > a {
	font-size: 1.1rem;
}
}
@media only screen and (min-width: 1500px) {
#menu-fixed .nav > li > a {
	font-size: 1.3rem;
}
}
#menu-fixed .nav > li > a {
	min-height: 15px;
	font-weight: 600;
	color: #666666;
	background-color: transparent;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#menu-fixed .nav > li > a:hover, #menu-fixed .nav > li.open > a {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	color: #BD9A35;
}
#menu-fixed .dropdown-menu .name-cat-principal {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 1rem;
	display: inline-block;
}
#menu-fixed .dropdown-menu {
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width: 350px;
}
#menu-fixed .dropdown-inner {
	display: table;
}
#menu-fixed .dropdown-inner ul {
	display: table-cell;
	vertical-align: top;
}
#menu-fixed .dropdown-inner .arrow3 {
	font-size: 1.3rem;
}
#menu-fixed .menu3rdlevel .menu3rdlevel_inner .list-unstyled li a {
	color: #212121;
	font-size: 1.1rem;
}
#menu-fixed .dropdown-inner a {
	min-width: 220px;
	text-transform: uppercase;
	font-size: 1.2rem;
	display: block;
	color: #212121;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#menu-fixed .dropdown-inner li a:hover {
	text-decoration: underline;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	background: transparent;
}
#menu-fixed .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu-fixed .see-all:hover, #menu-fixed .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu-fixed .btn-navbar:hover, #menu-fixed .btn-navbar:focus, #menu-fixed .btn-navbar:active, #menu-fixed .btn-navbar.disabled, #menu-fixed .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu-fixed .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu-fixed {
		border-radius: 4px;
	}
	#menu-fixed div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu-fixed div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu-fixed .dropdown-inner {
		display: block;
	}
	#menu-fixed .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu-fixed .dropdown-menu a:hover,
	#menu-fixed .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu-fixed .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}