/*CONTEUDO FIXED*/
@media only screen and (min-width: 250px) {
.conteudo_fixed {
	width: 100%;
	display: none;
	top: 0;
	left:0;
    position: fixed;
	z-index:9999;
	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 left, #000, #181818);*/
   background: url(../image/bg-trans.png) repeat;
}
}
.bg-content-fixed .welcome-head {
	margin-top: 5px;
}
.bg-content-fixed #cart {
	margin-top: 5px;
}
.bg-content-fixed #cart h4 {
	display: none;
}
/*CART*/
@media only screen and (min-width: 768px) {
.cart-fixed {
	margin-top: 10px;
}
.cart-fixed img {
	max-height: 28px;
}
}
/*LOGO 2*/
.logofixed {
	margin-top: 10px;
}
.logofixed img{
	max-height: 30px;
}
/*WELCOME-FIXED*/
.welcome-head-fixed {
	margin-top: 10px;
}
.welcome-head-fixed button {
	background:transparent;
	border:0;
	color: #FFF;
	font-size: 25px;
}
.welcome-head-fixed .dropdown-menu li a {
	text-transform: uppercase;
	font-weight: 600;
}
.welcome-head-fixed .dropdown-menu li a:hover {
	color: #CCC;
	font-weight: bold;
	background: transparent;
	margin-left: 2%;
}
.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%;
}
/*SEARCH HEAD*/
@media only screen and (min-width: 768px) {
#search_head_fixed {
	margin-top:10px;
	z-index: 15;
	border:1px solid #FFF;
	position:relative;
}
#search_head_fixed .fa-search {
	font-size: 14px;
}
.search_head_fixed_int input {
	width: 100%;
	text-align: left;
	font-weight: 800;
	border:0;
	background: transparent;
	padding-left: 1rem;
	min-height: 30px;
	color:#EDE9E0;
	outline:none;
}
}
@media only screen and (min-width: 1200px) {
#search_head_fixed {
	margin-top:10px;
}
.search_head_fixed_int input {
	padding-left: 1%;
	font-size:12px;
}
}
@media only screen and (min-width: 768px) {
.search_head_fixed_int input {
	font-size:13px;
}
}
.search_head_fixed_int .button-search2 {
	background: transparent;
	height: 85%;
	padding: 0 1rem;
	border: 0;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	right:1px;
	top:5px;
	cursor: pointer;
}
.search_head_fixed_int .button-search2 i {
	font-size: 2rem;
}
@media only screen and (min-width: 250px) {
.search_head_fixed_int input {
	text-align: left;
}
}
