/*CONTEUDO FIXED*/
@media only screen and (min-width: 250px) {
.conteudo_fixed {
	width: 100%;
	display: none;
	top: 0;
	left:0;
    position: fixed;
	z-index:990;
	box-shadow: 1px 1px 5px #666;
}
}
@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, #3B3734, #000);
    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 {
	margin-top: 0.5rem;
	text-align: center;
}
}
.cart-fixed img {
	height: 24px;
	filter: brightness(0) saturate(100%) invert(48%) sepia(37%) saturate(3320%) hue-rotate(26deg) brightness(90%) contrast(101%);
	padding: 0 1rem;
}
/*LOGO 2*/
@media only screen and (min-width: 992px) {
.logofixed {
	margin-top: 6px;
}
.logofixed img{
	max-height: 35px;
}
}
@media only screen and (min-width: 1200px) {
.logofixed {
	margin-top: 6px;
}
}
@media only screen and (min-width: 1400px) {
.logofixed {
	margin-top: 8px;
}
}

/*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: auto;
	text-align: center !important;
	align-items: center;
	justify-content: center;

	margin-bottom:0px;
	z-index: 22;
	position: relative;
}
#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 {
	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;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 800;
	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 {
	background: transparent;
	color: #A57C00;
}
#menu-fixed .dropdown-menu .name-cat-principal {
	font-size: 1.5rem;
	font-weight: 800;
	padding-left: 2rem;
	text-transform: lowercase;
	display: none;
}
#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 .arrow {
	font-size: 1.1rem;
}
#menu-fixed .menu3rdlevel .menu3rdlevel_inner .list-unstyled li a {
	color: #212121;
	font-size: 1.1rem;
}
#menu-fixed .dropdown-inner a {
	min-width: 220px;
	display: block;
	color: #666;
	padding: 3px 20px;
	clear: both;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 500;
	-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;
	}
}