*:active, *:focus {
  outline: none !important;
}

.slide-menu h1, .slide-menu h2, .slide-menu h3 {
  font-weight: bold;
}

.slide-menu h1 {
  font-size: 200%;
}

.slide-menu h2 {
  font-weight: normal;
font-size: 0.8em;
padding-left: 10px;
}


.slide-menu a {
  border-bottom: solid 1px #DFDFDF;
  color: #191919;
}

.slide-menu ul a {
  color: #191919;
	font-size: 0.8em;
	padding:17px 24px;
}

.btn {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}


.slide-menu {
  background: #fff;
  color: #191919;
}

.slide-menu .slider {
	top: 105px;
	left:0
}

.slide-menu .controls {
  overflow: hidden;
}

.slide-menu a {
  color: #191919;
}

.slide-menu a:focus {
  background: #DFDFDF
}

.slide-menu .btn {
  float: right;
  color: #000;
  background: #FFFF;
  padding: 8px;
}

.slide-menu .btn:focus {
  background: #DFDFDF;
}

.slide-menu .btn + .btn {
  margin-right: 1px;
}

#test-menu-left {
  padding: 16px;
}


/*######################################################## css vindo do html ######################################################## */


#headerMmobile {
	z-index: 115;
	background: #fff
}

.linhamenu p {
	padding: 0!important;
}

.icone-menu-linha {
	background-color: #232323;
	height: 0;
	border: solid;
	border: solid #232323;
	border-width: 0 1px 0px 0;
	margin: 2px auto;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transition: margin 250ms 400ms ease, border-color 400ms ease, transform 400ms ease;
	-moz-transition: margin 250ms 400ms ease, border-color 400ms ease, transform 400ms ease;
	-o-transition: margin 250ms 400ms ease, border-color 400ms ease, transform 400ms ease;
	-ms-transition: margin 250ms 400ms ease, border-color 400ms ease, transform 400ms ease;
	transition: margin 250ms 400ms ease, border-color 400ms ease, transform 400ms ease;
	opacity: 1;
}
.icone-menu-linha-ativo {
	-webkit-transition: margin 400ms ease, border-color 400ms ease, transform 400ms ease;
	-moz-transition: margin 400ms ease, border-color 400ms ease, transform 400ms ease;
	-o-transition: margin 400ms ease, border-color 400ms ease, transform 400ms ease;
	-ms-transition: margin 400ms ease, border-color 400ms ease, transform 400ms ease;
	transition: margin 400ms ease, border-color 400ms ease, transform 250ms 400ms ease;
	margin: -2px auto;
	border-color: #232323;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	animation: alinhaIconesMenu 1000s 0s 1 ease forwards;
}

.icone-menu-linha-ativo:first-of-type {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.icone-menu-linha-ativo:last-of-type {
	opacity: 0;
	-webkit-transition: margin 400ms ease, border-color 400ms ease, transform 400ms ease, opacity 250ms 400ms ease;
	-moz-transition: margin 400ms ease, border-color 400ms ease, transform 400ms ease, opacity 250ms 400ms ease;
	-o-transition: margin 400ms ease, border-color 400ms ease, transform 400ms ease, opacity 250ms 400ms ease;
	-ms-transition: margin 400ms ease, border-color 400ms ease, transform 400ms ease, opacity 250ms 400ms ease;
	transition: margin 400ms ease, border-color 400ms ease, transform 250ms 400ms ease, opacity 250ms 400ms ease;
}
.bloco-icone-menu {    
	padding-left: 3%;
	cursor: pointer;
	padding-top: 18px;
    height: 26px;
	width:16px!important;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 250ms 400ms ease;
	-moz-transition: all 250ms 400ms ease;
	-o-transition: all 250ms 400ms ease;
	-ms-transition: all 250ms 400ms ease;
}
.bloco-icone-menu-ativo { 
	padding-left: 3%;
	padding-top: 13.5px;
	padding-top: 24.5px;
	height: 25px;
	width:16px!important;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
}








.listaElementos {
	overflow-y: auto;
	position: relative;
}
.envolventelista {
	min-height: 750px;
	max-height: 1000px;
}


.slide-menu {
	overflow: auto;
	z-index: 3;
}
.slide-menu ul:last-of-type {
	margin-bottom: 15px;
}
.slide-menu .lastOfItsKind {
	margin-bottom: 0px!important;
	padding-bottom: 0px;
	top:-1px!important;
	display: block!important;
	width:0px;
	height:0px;
	overflow:hidden;
	opacity: 0;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
	
	.slide-menu .lastOfItsKind a{
		font-size:0.7em;
	}
	
	
	.slide-menu .mostraAcordeao{
		width: auto;
		height: auto;
		opacity: 1;
		overflow-y: auto;
			-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
	
	
	.slide-menu .lastOfItsKind li{
		    background: rgba(0,0,0, 0.05);
		border-top: solid 1px #DFDFDF;
	}
	
	.slide-menu .lastOfItsKind li a{
		padding-left: 30px;
	}
	
	.slide-menu .lastOfItsKind li:last-of-type{
		border-bottom:solid 1px #777;
	}
		.slide-menu .lastOfItsKind:last-child a{
		border-bottom:solid 1px #EEE;
	}
	

#backgroundMenuAberto {
	width: 100%;
	height: 130%;
	z-index: 3;
	background: rgba(0, 0, 0, 0);
	margin-top: -50px;
	position: fixed;
	display: block;
	opacity: 0;
	overflow: hidden;
}
#contentorInformacao {
	z-index: 1;
	}
.slide-menu {
	font-family: 'Oswald',sans-serif;
	width: 90%;
}
.escondidobgMenu {
	height: 0px!important;
	width: 0px!important;
	position: absolute;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
.animabgmenu {
	background: rgba(0, 0, 0, 0.7)!important;
	opacity: 1!important;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
.slide-menu .menuVoltarAtras:after {
	content: "";
	margin-right: -4px;
	border: solid #777777;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(135deg);
	float: right;
	margin-top: 0.44em;
}
.slide-menu .menuVoltarAtras {
	background: rgba(0,0,0,0.1);
	color: #777777;
	padding: 12px 24px 12px 10px;
}
.slide-menu .btndepois:after {
	content: "";
	margin-right: 3px;
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	/*	opacity:1;/**/
	padding: 3px;
	transform: rotate(-45deg);
	float: right;
	margin-top: 0.44em;
}
	
	
	
.slide-menu .btndepoisAcordeao:after {
	content: "+";
	font-family: lato;
	display: inline-block;
	float: right;
	font-size: 1.2em;
		-webkit-transition: all 00ms ease;
	-moz-transition: all 00ms ease;
	-o-transition: all 00ms ease;
	transition: all 00ms ease;
	
}
.slide-menu .btndepoisAcordeaoAberto:after {
	content: "_";
	margin-top: -9px;
	font-family: 'Oswald',sans-serif/*lato*/;
	margin-right: 0.5px;
	display: inline-block;
	float: right;
}
.cabecalhoMenu:after {
	content: "";
	border-bottom: solid 1px #DFDFDF;
	width: 100%;
	position: absolute;
}
.cabecalhoMenuTexto {
	margin: 7px 0px;
	padding: 5px 10px;
}
.slide-menu ul {
	padding-top: 0px;
	width: 100%;
	background-color: white;
	border-top: solid 1px #DFDFDF;
}
.slide-menu {
	-ms-overflow-x: hidden;
	background-color: white;
	text-transform: uppercase;
}
.btnMenuCell {
	padding: 17px 0px;
	text-align: center;
	border-bottom: solid 1px #DFDFDF;
	-webkit-transition: border-bottom 300ms ease-in-out;
	-moz-transition: border-bottom 300ms ease-in-out;
	-o-transition: border-bottom 300ms ease-in-out;
	transition: border-bottom 300ms ease-in-out;
	margin-top: -5px;
	cursor:pointer;
	z-index:10;
}

@-moz-document url-prefix() {
	.btnMenuCell { margin-top: -2px;}
}


.btnOpcoesMenuAtivo {
	border-bottom: solid 1px #000000!important;
}
.btnMenuCell a {
	text-decoration: none;
	border-bottom: none;
	font-size: 0.8em;
}
.btnMenuCell a:hover {
	background: transparent;
}
.btnMenuCell:nth-of-type(even) {
}
.linhamenuopcoes {
	width: 100%;
	height: 50px;
	background-color: white;
	margin-top: 50px;
	border-top: solid 1px #c6c6c6;
	border-bottom: solid 0px #DFDFDF;
}

#DC_masterSearch{position:fixed;z-index:2;width:100%;line-height:50px;text-align:center;background-color:#fff;height:0;overflow:hidden}
#DC_masterSearch.in{height:50px}
#DC_masterSearch input{width:60%;font-size:12px;line-height:20px;vertical-align:middle;text-align:left;border:0 none #fff;border-bottom:1px solid #000;border-radius:0}

ul {
	border: solid 0px transparent!important;
}
		
	.sliderEscondido{
		height:0px;
		width:0px;
		overflow: hidden;
		opacity: 0;

	}
	.sliderVisivel{
		opacity:1;

	}
	
	.imgPlaceholderMenu{
		margin-top:-5px;
	}

.imgdepois{
   
	width: 20px;
    height: 20px;
    margin-right: -5px;
    float: right;
    display: inline-block;
    margin-top: -4px;
}


.icone-m-lupa{
text-align: center; cursor: pointer;padding-top: 11px; height: 39px;
}

.icone-m-cesto{
text-align: center;    padding-top: 14px; display: inline-block;height: 37px;
}

.icone-m-cesto img{
	height: 20px;    z-index: -10;    margin-top: -1px;    max-width: 20px;    display: inline-block;
}
.icone-m-cesto span{
	font-size: 9px; text-align: center; text-decoration:none;color:#000;
}


 @supports (-webkit-overflow-scrolling: touch) {
	 #menu2B{
		  overflow-x: hidden;
	 }
	 	 
	 	 .sliderWoman ul{
			margin-bottom: 95px!important;
	 }
			.sliderWoman ul .active{
			padding-bottom: 115px!important;
				
	 }

.bodyBloqueado2B {}
	 	.btnMenuCell { margin-top: -2px;}
}

@supports not (-webkit-overflow-scrolling: touch) {
.bodyBloqueado2B {
	position: static!important; /*dantes estava static*/
	width: 100%;
	height: initial;
	overflow-y: hidden!important;
	}
}



/*##################################################### fim de css vindo do html #################################################### */



.menu-banner {
    background-color: #000;
	width: 100%;
    padding: 10px 0
}

#portesGratuitos {
	font-family: 'LatoWeb';
/*	background-color:#fe2d4c;*/
	background-color:#000;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
    font-size: 12px;
}
#portesGratuitos p {
    margin: auto
}
	@media(orientation:portrait) and (max-width:768px){
		#portesGratuitos{
			text-align: center;
			font-size: 10px
		}
	}

#mainLine {
  	background-color:#fff;
	z-index:99995
}

#mainLine.menuNewVer {
	background-color: transparent;
	transition: background-color 200ms ease;
	position: fixed;
	z-index:99995
}
#headerMmobile.menuNewVer{position: fixed;}

#container-la{display: block!important;}

#mainLine.menuNewVer:hover{background-color: #fff;}


#mainLine.sticky,
#headerMmobile.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}














#MBWayModal {
	font-family: 'LatoWeb';
	max-width: 450px;
	margin: auto auto auto 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 5!important;
	pointer-events: none;
	overflow: visible;
}
#MBWayModal .modal-dialog {
	position: absolute;
	left: 1vw;
	bottom: 9vh;
	pointer-events: all;
	max-width: 450px;
}
#MBWayModal .modal-content {
	border-radius: 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 4px 5px 14px #000;
	box-shadow: 4px 5px 14px #000;
	padding: 0!important
}
#MBWayModal .modal-header {
	padding-bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 3
}
#MBWayModal .modal-body {
	padding: 0
}
#MBWayModal .modal-body h2 {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0
}

#MBWayModal .close {
	margin-top: -7px;
	margin-right: -10px;	
	text-shadow: none;
	opacity: 1;
	color: #d62228;
	padding: 5px 10px;
}
	@media (max-width: 769px) and (orientation: portrait) {
		#MBWayModal {
			display: none!important
		}
		.mobile-mbway {
			width: 100%;
			display: block!important
		}
	}

div.mobile-mbway{
		width: 100%; background: #1a1a1a; font-family: 'LatoWeb';color:#fff;text-align: center;padding: 10px 0;
}

div.mobile-mbway .mbTitle{
	text-transform: uppercase;font-size: 14px;line-height: 1.2em;display: inline-block; margin-bottom: 5px;
}

div.mobile-mbway .mbLogo{
	height: 25px;display: inline-block;margin-top: -3px;
}
div.mobile-mbway .mbDesc{
	font-size: 10px;width: 85%;line-height: 1.2em;display: inline-block;
}

.mobile48H{display:block;background:rgba(256,256,256,.7);position:absolute;top:-45px;padding:4px 3px 4px 7px;letter-spacing:0.5px;font-weight:bold;color:#333}
.imUP{transition:opacity 250ms ease;opacity:0}
.noOP{opacity:0}
.contentorProduto:hover .imUP{opacity:1}
.lastXXhours{position:absolute;width:100%;margin-top:-120px;padding:10px 0;background:rgba(256,256,256,0.7);color:#333;z-index:0;font-size:13px;opacity:.9;-webkit-opacity:.9;-moz-opacity:.9;-ms-opacity:.9;-o-opacity:.9;filter:alpha(opacity=90);-webkit-filter:alpha(opacity=90);-moz-filter:alpha(opacity=90);-ms-filter:alpha(opacity=90);-o-filter:alpha(opacity=90)}
.lastXXhoursWatch{max-width:100%}
.strikethrough.noStrikePVP:before{border:none!important}
#infoSEO{text-align:center;width:90%;max-width:750px;margin:auto;opacity:0;padding:25px;transition: opacity 200ms ease}
#infoSEO h1.seoTit{font-size:14px;font-family:'LatoWebBold',sans-serif;text-transform:uppercase} 
#infoSEO p{font-size:12px;margin:0 auto;font-family:"LatoWeb",sans-serif;overflow:hidden;text-overflow:ellipsis;cursor:pointer}
#infoSEO p.open{overflow:auto;white-space:inherit}
#idfm{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}
#idfm.navbar-fixed-top{top:50px;z-index:2}
@media(max-width:768px){
	.lastXXhours{margin-top:-45px;font-size:10px;padding:0}
	.lastXXhoursWatch{max-width:20px}
}
@media(max-width:768px){
	#infoSEO{padding:25px 0}
	#infoSEO h1.seoTit{font-size:12px;margin:10px}
	#infoSEO p{font-size:10px;margin:0 25px;white-space:nowrap;}
}
@media(orientation:portrait){
	#infoSEO{display:table;width:100%;table-layout:fixed}}