.hide{
	display: none;
}

.show{
	display: block;
}

.header{
	background: #fff;
	width: 100%;
	z-index: 9999;
}

.header.header-fixed{
	position: fixed;
	width: 100%;
	top: 0;
}

.header .padd-vert-15,
.bloco-bug {
	transition: all ease .4s;
}

.header.header-fixed .padd-vert-15 {
    padding: 10px 0;
}

.header__nologin .bloco-bug{
	height: 55px;
}

.bloco-bugloja{
	height: 87px;
}

.line-header{
	height: 1px;
	width: 100%;
   	flex-basis: auto;
}

.header__link{
	text-transform: uppercase;
	font-size: 12px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.header__link-login{
	font-weight: 900;
	text-align: right;
	display: block;
	cursor: pointer;
    padding-right: 10px;
}

.header__link-create{
	font-weight: 500;
	cursor: pointer;
}

.header__link-create:hover,
.header__link-login:hover{
	color: #FF5502;
}

/*--------------------- LOJA ----------------------*/
.header__loja.header-fixed{
    height: 87px;
}

.box a img{
	width: auto;
}

/* MENU cor BG */
/*
.header__content .box{
	background: #9ccb3c;
}
*/

/* Menu HOVER link */
/*
.header__content .product-categories li:hover{
	background-color: #789c2e;
}
*/

/* Menu cor BG sub-menu */
/*
.header__content .product-categories li ul{
	background: #8cb733;
}
*/

.header__content .product-categories{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.header__content .product-categories li,
.header__content-menu--responsivo{
	padding: 10px 20px;
    list-style: none;
    position: relative;
}


.header__content .product-categories li a,
.header__content-menu--responsivo a{
	font-size: 15px;
	/*color: #fff;*/
}

.header__content .product-categories li ul{
	display: none;
	position: absolute;
	left: 0;
  top: 38px;
	padding: 0;
  z-index: 99;
  min-width: 180px !important;
}

.header__content .product-categories li:hover ul{
	display: block;
}

.header__content .product-categories li ul li{
	padding: 10px 30px;
}

.header__shop-logo{
	max-height: 61px;
	transition: all 0.3s ease;
}

.header-fixed .header__shop-logo {
    max-height: 35px;
}

.header__loja .bloco-bug {
    height: 87px;
}


.header__shop-search--content{
	width: 49.4%;
}

.header__shop-search--content-input{
	padding: 5px;
	color: #999;
	font-size: 12px;
	font-weight: 500;
}

.header__shop-search--content-sub{
	background-color: transparent;
	border: 0;
	background-image: url('../images/icons/icon-search.svg');
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    padding: 0;
    top: 7px;
    right: 10px;
    position: absolute;
}


.color-fill{
	fill: #fff;
}



.header__shop-search--user,
.header__shop-right--text,
.header__shop-right--account {
	/*font-weight: bold;*/
	font-size: 13px;
}



.header__shop-right--bag{
	width: 20px;
	height: 25px;
}

.header__shop-right--count{
	border-radius: 15px;
	text-align: center;
	padding-top: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	width: 25px;
	height: 25px;
}

.header.header-fixed .modal__whats {
    top: 49px;
}

.header__nologin .container-fluid{
	padding: 0 10px;
}

.header.header-fixed .padd-vert-15 {
    padding: 7px 0;
}

.header__content-menu--responsivo{
	display: none;
}

.header__shop-search--responsive.header__shop-search--content-sub{
	display: none;
}

/* ----------------- Responsivo -------------------------*/
@media(max-width: 1134px){
	.home .header{
		height: auto;
	}

	.header__link-login,
	.header__link-create{
		width: auto;
	}
}

@media(max-width: 1024px){
	header .col-xs-1.block-blank{
		display: none;
	}
}

@media(max-width: 940px){

	.header.header-fixed .modal__whats {
		top: 54px;
	}

	.header__loja.header-fixed,
	.bloco-bugloja {
		height: 54px;
	}

	.header__shop-right--count {
	    padding-top: 5px;
	    font-size: 13px;
	}

	.header__shop-right--text,
	.header__shop-right--account{
		display: none;
	}

	.header__shop{
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.header__shop-right{
		display: flex;
		display: -webkit-flex;
		flex-basis: inherit;
		max-width: inherit;
	}

	.header__shop-right--whats{
		margin-right: 20px;
	}

	.header__shop-right--bag{
		margin-right: 20px;
	}

}

@media only screen and (max-width: 768px) {
	
	.header__shop-search--content{
		display: none;
	  position: absolute;
	  top: 54px;
	  padding: 10px;
		width: calc(100% - 20px);
		left: 10px;
	  /*background: #e4027c;*/
	}

	.header__shop-right--count {
		padding-top: 2px;
    font-size: 10px;
    font-weight: normal;
    width: 15px;
    height: 15px;
    margin-left: -26px;
    margin-top: -8px;
	}

	.header__shop-search--content-input {
    	padding: 3px;
	}

	.header__shop-search--content-sub {
	    top: 5px;
	}

	.header__shop-search--user{
		display: none;
	}

	.header__shop-right--whats {
		margin-right: 11px;
	}

	.header__shop-search--responsive.header__shop-search--content-sub{
		display: block;
		position: relative;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		top: 0;
	}

	.header__shop-search{
		flex-basis: inherit;
		max-width: inherit;
	}
}

@media only screen and (max-width: 425px) {
	.header__no-login .block-blank{
		display: none;
	}

	.header__shop-img{
		flex-basis: inherit;
		max-width: inherit;
		padding-left: 10px;
	}

	.header.header-fixed .modal__whats{
		width: calc(100% - 20px);
	}

}

@media only screen and (max-width: 380px) {
	/*
	.header__shop-right--whats p{
		display: none;
	}
/*
	.header__shop-right--count {
	    color: #E4027C;
	    background-color: transparent!important;
	    position: absolute;
	    right: 55px;
	    padding-top: 0;
	    top: 24px;
	}
	*/

/*
	.header__shop-right--bag {
	    background-image: url(../images/icons/icon-bag-cart.svg);
	    width: 25px;
	    height: 27px;
	    background-size: 25px 27px;
	}

	.header__shop-right--whats{
		background: transparent!important;
	}

	.icon-whats svg,
	.header__shop-search--responsive.header__shop-search--content-sub{
		background-size: 25px 25px;
		width: 25px;
		height: 25px;
		top: 4px;
	}

	.header__shop-right--whats{
		margin-right: 0
	}
*/
/*
	.header__shop-search--responsive.header__shop-search--content-sub {
	    top: 3px;
	    right: 5px;
	}
	*/
}


@media only screen and (max-width: 320px) {

	.header__shop-img { width: 47%; }

	}