/*
######### CSS PADRÃO PRA TODAS AS LOJAS (Ajustes específicos use o style.css)
*/


/**{border: 1px solid #CCC;}*/

.menuMobileNovoContainer
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
		z-index: 20;
	}

.menuMobileNovo
	{
		position: absolute;
		top: 0px;
		left: 5%;
		width: 90%;
		z-index: 21;
		transition:.2s;
	}

.botao_mobile
	{
		width: 100% !important;
	}

.texto_left
	{	
		text-align: left !important;
	}

.addthis_toolbox
	{
		display: none;
	}

.exibicao_produto #myCarousel img
	{
		max-height:500px;	
	}

.so_admin_ve
	{
		display: none;
	}

.alturaMinima1
	{
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	}

@font-face {
    font-family: 'Arial Narrow';
    src: url('ArialNarrow.eot');
    src: url('ArialNarrow.eot?#iefix') format('embedded-opentype'),
        url('ArialNarrow.woff2') format('woff2'),
        url('ArialNarrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'EdwardianScriptITC';
    src: url('EdwardianScriptITC.eot');
    src: url('EdwardianScriptITC.eot?#iefix') format('embedded-opentype'),
        url('EdwardianScriptITC.woff2') format('woff2'),
        url('EdwardianScriptITC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

.modal_but_fechar
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}

/*.img-slideshow
	{
		max-height: 100vh !important;
	}

.modal
	{
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
.modal-dialog
	{
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;

	}

.modal-body
	{
		margin: 0px !important;
		padding: 0px !important;
		background-color: #000 !important;
	}*/

embed,iframe
	{
		max-width: 100% !important;
	}

.but_comprar_flutuante
	{	
		width: 65% !important;
		bottom: -4px;
		left: -4px;
		position: fixed;
		z-index: 10;
	}

input,select,textarea
	{
		font-size:16px !important;
	}

input[name="chave"].form-control::-webkit-input-placeholder {
  color: #FFF;
}
input[name="chave_mobile"].form-control::-webkit-input-placeholder {
  color: #FFF;
}

.scroll-horizontal > .row {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}
.scroll-horizontal > .row > .col-sm-3,.col-xs-3,.col-xs-6,.col-sm-6,.col-md-3 {
  display: inline-block;
  float: none;
  white-space: normal !important;
}

.pointer
	{	
		cursor:pointer;
	}

.overflow150
    {
        max-height: 150px !important;
        overflow: auto !important;
    }

.overflow400
    {
        max-height: 480px !important;
        overflow: auto !important;
    }

.overflow80
    {
        max-height: 100px !important;
        overflow: hidden !important;
    }

.tachado
	{
		text-decoration: line-through;
	}

.divWhatsapp
	{
		width: 60px;
		bottom: 20px;
		right: 20px;
		position: fixed;
		z-index: 10;

		-webkit-animation: animacao 1s ease;
        animation: animacao 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: infinite;
	}

@-webkit-keyframes animacao
	{
	    15%
	    {
	        -webkit-transform: translateY(0px);
	        transform: translateY(0px);
	    }
	    30%
	    {
	        -webkit-transform: translateY(2px);
	       transform: translateY(2px);
	    } 
	    50%
	    {
	        -webkit-transform: translateY(4px);
	        transform: translateY(4px);
	    }
	    65%
	    {
	        -webkit-transform: translateY(2px);
	        transform: translateY(2px);
	    }
	    80%
	    {
	        -webkit-transform: translateY(1px);
	        transform: translateY(1px);
	    }
	    100%
	    {
	        -webkit-transform: translateY(0);
	        transform: translateY(0);
	    }
	}

.mobile
	{
		display: none !important;
	}

@media screen and (max-width: 768px)
	{
		.navbar .navbar-collapse {
			    text-align: left !important;
			}
		.overflow400
			{
				height: auto !important;
		        max-height: auto  !important;
			}
		.desktop
			{
				display: none !important;
			}
		.mobile
			{
				display: block !important;
			}

		.dropdown-menu > li > a
			{
				color: #FFF !important;
			}
		.dropdown-menu > li > a:hover
			{
				color:#006699 !important;
				background-color: #FFF !important;
			}

		.text-left-mobile
			{
				text-align: left !important;
			}
		
	}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.propriedade_variavel > input{ /* HIDE RADIO */
		  visibility: hidden; /* Makes input not-clickable */
		  position: absolute; /* Remove input from document flow */
		}
		label > input + img{ /* IMAGE STYLES */
		  cursor:pointer;
		  border:2px solid transparent;
		}
		label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
		  border:3px solid #000 !important;
		  padding: 2px;
		}
	}

/* styles unrelated to zoom */
		.zoom p { position:absolute; top:3px; right:28px; color:#555; font:bold 13px/1 sans-serif;}

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon 
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(/imagens/ico-hover.png);
		}
		*/

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		.zoom img:hover { cursor:zoom-in; }
		.zoom img:active { cursor:zoom-out; }


.freehand
	{
		/*font-family: Freehand;*/
	}

.item img
	{
		/*width: 100% !important;*/
	}
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
  background-color: #FFF;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.relative
	{
		position: relative;
	}

.sombra1
	{
		text-shadow: 1px 1px 0px #FFF !important;
	}

.marginTop1
	{
		margin-top: 5px;
	}

.marginTop2
	{
		margin-top: 10px;
	}

.marginTop3
	{
		margin-top: -22px !important;
	}

.marginTop4
	{
		margin-top: -10px !important;
	}

.margem0
	{	
		margin: 0 !important;
		padding:0 !important;
	}

.menu-categoria 
	{
		display: table !important;   /* Allow the centering to work */
		margin: 0 auto !important;
	}

.menu-categoria ul
	{
		margin:0;
		padding:0;
		list-style: none;
	}
.menu-categoria ul li
	{
		padding-top: 140px;
		width:150px !important;
		height:150px !important;
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 30px !important;
		background-image:url(/imagens/mascara.png);
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
	}
.menu-categoria ul li:last-child
	{
		margin-right:0px;
	}
.menu-categoria ul li a
	{
		display: block;
	}


.menu-variacao ul
	{
		margin:0;
		padding:0;
		display:inline-block;
	}
.menu-variacao ul li
	{
		padding-top: 10px;
		width:40px;
		height:40px;
		list-style:none;
		float:left;
		margin-right: 5px;
		background-image:url(/imagens/mascara.png);
		background-repeat: no-repeat;
		background-position: center center;
		z-index: 1;
	}
.menu-variacao ul li:last-child
	{
		margin-right:0px;
	}
.menu-variacao ul li a
	{
		display: block;
	}


.man
	{
		margin-top: -50px;
	}

.divLogo
	{
		position:absolute;
		top:0px;
		left:50%;
		margin-left:-250px;
		z-index:1;
	}

.img-texto-padrao
	{
		margin: 0 10px 3px 0; clear: both; width:300px; float: left;text-align:left;
	}
.none
	{
		display:none;
	}
.img-legenda
	{
		color:#666;font-style:italic;
	}
.semBordaTopo
	{
		border-top:none !important;
	}
.semBordaDireita
	{
		border-right:none !important;
	}
.semBordaEsquerda
	{
		border-left:none !important;
	}
.semBordaInf
	{
		border-bottom: none !important;
	}
.semfundo
	{
		background:none !important;
	}
	
/**
	{
		border:1px solid #EEE;
	}*/

/* callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.bs-callout-p {
    border-left-color: #006699;
}
.bs-callout-p h4 {
    color: #006699;
}
/* callout - fim */

body
	{
		background-color: #FFF !important;
		/*
		background-image:url(/imagens/fundo4.jpg);
		background-repeat: repeat;
		background-attachment: fixed;*/
		font-size:16px !important;
		font-family: 'Arial Narrow' !important;
		background-size: cover;
		color:#000 !important;
		/*
        -webkit-animation: fundoContainer 0.8s ease;
        animation: fundoContainer 0.8s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
        */
	}
@-webkit-keyframes fundoContainer
{
	0%
		{
			opacity:0;
		}
    15%
    {
       opacity:0;
    }
    100%
    {
        opacity:1;
    }
}
.pagination>li>a
	{
		color:#666 !important;
	}
.pagination>li>span 
	{
  		border: 1px solid #EEE;
	}
.pagination>li.active>a 
	{
		color:#FFF !important;
		background: #666;
	}
.pagination>li.active>a:hover
	{
		background: #000;
	}
.cor1
	{
		color:#006699;
	}
.cor2
	{
		color:#990000;
	}
.cor3
	{
		color:#333;
	}
.cor4
	{
		color:#999 !important;
	}
.cor5
	{
		color:#9d5452;
	}
.cor6
	{
		color:#FFF !important;
	}
.cor7
	{
		color:#CCC;
	}
.cor8
	{
		color: #006699;
	}
.cor9
	{
		color: #F6B000;
	}
.cor10
	{
		color: #50a630;
	}
.fundo1
	{
		background-color:#f8f8f8;
	}
.fundo2
	{
		background-color:#333 !important;
	}
.fundo3
	{
		background-image:url(/imagens/fundo1.jpg);
		background-repeat: repeat;
	}
.fundo4
	{
		background-color:#006699 !important;
		border:0 !important;
	}
.fundo5
	{
		width: 100% !important;
	}
.fundo6
	{
		background-color: #006699;
	}
.fundo7
	{
		background-image:url(/imagens/fundo-inf.png);
		background-repeat: repeat;
		/*
		background-position: center center;
		background-size: cover;*/
	}
.fundo8
	{
		background-color: #FFF;
	}
.fundo9
	{
		background-image:url(/imagens/fundo3.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}
.sem-fundo
	{
		background:none !important;
		box-shadow: none !important;
	}
.sem-borda
	{
		border: 0px !important;
	}

.fundo11
	{
		background-image:url(/imagens/fundo3.png);
		background-repeat: no-repeat;
	}

.padding5
	{
		padding:5px;
	}
.padding10
	{
		padding:10px;
	}
.padding20
	{
		padding:20px;
	}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

#myCarousel
	{
		max-height:750px;
		overflow:hidden;
	}

.carousel-caption a
	{
		color:#333 !important;
	}
.carousel-caption2
	{
		left: 20% !important;
		text-align: left !important;
		top: 45%;
		transform: translateY(-50%);
		color:#333;
		text-shadow:none !important;
		/*text-shadow: 0px 0px 10px black !important;*/
	}
.carousel-inner img 
	{
		margin: auto;
	}
.borda-inf1
	{
		border-bottom:1px dotted #999;
	}
.borda-inf2
	{
		border-bottom:8px solid #ca424d;
	}
.borda-inf3
	{
		border-bottom:1px solid #CCC !important;
	}
.borda-inf4
	{
		border-bottom:1px solid #EEE !important;
	}

.borda-top1
	{
		border-top:3px solid #006699;
	}

.borda-top2
	{
		border-top:1px solid #EEE;
	}

.borda-top-none
	{
		border-top: 0 !important;
	}
.borda-right-none
	{
		border-right: 0 !important;
	}
.borda-left-none
	{
		border-left: 0 !important;
	}
.borda-bottom-none
	{
		border-bottom: 0 !important;
	}

.borda-radius-10
	{
		border-radius: 10px;
	}

.borda-radius-20
	{
		border-radius: 20px;
	}

.borda-radius-30
	{
		border-radius: 30px;
	}

.img-responsive
	{
		margin:0 auto;
	}
#painel
	{
		border:0;
	}
.linha25
	{
		line-height:25px;
	}
.linha30
	{
		line-height:30px !important;
	}
.linha35
	{
		line-height:35px !important;
	}
.linha38
	{
		line-height:38px !important;
	}
.linha55
	{
		line-height:55px !important;
	}
.fonte14
	{
		font-size:14px !important;
	}
.fonte16
	{
		font-size:16px !important;
	}
.fonte18
	{
		font-size:18px !important;
	}
.fonte20
	{
		font-size:20px !important;
	}
.fonte25
	{
		font-size:25px !important;
	}
.fonte30
	{
		font-size:30px !important;
	}
.fonte35
	{
		font-size:35px !important;
	}
.fonte45
	{
		font-size:45px !important;
	}
.fonte55
	{
		font-size:55px !important;
	}
.fonte85
	{
		font-size:85px !important;
	}
	
a:link
	{
		font-size: 16px !important;
		text-decoration:none;
		color: #000;
		transition:.5s;
	}
a:visited
	{
		text-decoration: none;
		color: #000;
		transition:.5s;		
	}
a:hover
	{
		text-decoration:none;
		color: #006699 !important;
		transition:.5s;		
	}
a:active
	{
		text-decoration: none;
		color: #000;
		transition:.5s;		
	}
	
a.link_personalizado:link
	{
		text-decoration:none;
		color: #999;
	}
a.link_personalizado:visited
	{
		text-decoration: none;
		color: #999;
	}
a.link_personalizado:hover
	{
		text-decoration:none;
		color: #000 !important;
	}
a.link_personalizado:active
	{
		text-decoration: none;
		color: #999;
	}
	
	
.link_personalizado2
	{
		transition:.2s;
	}
a.link_personalizado2:link
	{
		text-decoration:none;
		color: #999;
	}
a.link_personalizado2:visited
	{
		text-decoration: none;
		color: #999;
	}
a.link_personalizado2:hover
	{
		transition:.2s;
		text-decoration:none;
		color: #FFF;
	}
a.link_personalizado2:active
	{
		text-decoration: none;
		color: #999;
	}

.link_personalizado3
	{
		transition:.2s;
	}
a.link_personalizado3:link
	{
		color: #FFF !important;
	}
a.link_personalizado3:visited
	{
		color: #FFF !important;
	}
a.link_personalizado3:hover
	{
		transition:.2s;
		color: #FFF !important;
	}
a.link_personalizado3:active
	{
		color: #FFF !important;
	}


#chave,#chave_mobile,#butPesquisa
	{
		color: #FFF !important;
		border:0;
	}
#butPesquisa
	{
		margin-top:5px;
	}
.childMenu
	{
		border-radius: 10px;
		border-right:0px solid #EEE;
	}
.childMenu:last-child
	{
		border-right:0;
	}
.nav a
	{
		font-size:16px !important;
	}
.borda1
	{
		border:1px solid #666 !important;
	}
.borda2
	{
		border:15px solid #EEE !important;
	}
.borda3
	{
		border:15px solid #ece0e0 !important;
	}

.borda4
	{
		border:25px solid #FFF !important;
	}
.altura1
	{
		height: auto !important;
	}

@media screen and (min-width: 768px) 
	{
		.dropdown:hover .dropdown-menu {
		    display: block;
		}
		.dropdown-menu {
		    margin-top: 0px;
		}
	}

.navbar
	{
		/*background-color: #FFF !important;*/
		margin-bottom: -1px !important;
		margin-top: -1px !important;
	}

.navbar .icon-bar
	{
		background-color: #FFF !important;
	}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
	margin-top:-1px;
}
.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav .active
	{
		color:#FFF !important;
		background-color: #006699 !important;
	}
	
.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color:#006699 !important;
		background-color: #FFF !important;
}

.navbar-nav > li
	{
		float: none !important;
		display: inline-block !important;
	}

.navbar-nav > li > a 
	{
		margin-top: 3px;
		font-size: 16px !important;
		color: #FFF;
		line-height: 16px !important;
	}

#bySamuca
	{
		opacity: 0.2;
		transition:.5s;
	}
#bySamuca:hover
	{		
		opacity: 1;
		transition:.5s;
	}
.animado
	{
		transition:.5s;
	}
.amplia
	{

	}
.amplia:hover
	{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
	}
.sombreado
	{
		transition:.5s;
		box-shadow: 0 3px 15px -7px #FFF;
	}
.sombreado:hover
	{
		transition:.5s;
		box-shadow: 0 10px 15px -3px #FFF;
	}
.sombreado2
	{
		transition:.5s;
		box-shadow: 0 1px 5px 0px #cc9999;
	}
.sombreado2:hover
	{
		transition:.5s;
		box-shadow: 0 1px 25px 0px #b25351;
	}
.produto
	{
		min-height:400px !important;
		border:0px solid #000;
		display: table;
	}

.produto_home
	{
		min-height: 430px !important;
	}

.bold
	{
		font-weight:bold;
	}
.italic
	{
		 font-style:italic;
	}

.normal
	{	
		font-weight: normal;
	}

.politica
	{
		position: fixed;
		width: 100%;
		bottom: 10px;
		margin: auto;
		z-index: 10;
	}