
.scroller h2{
color: #000000;
font-weight: bold;
line-height: 1.2em;
text-shadow: 1px 1px 1px #fff;
}

.lptema .splash-zone .main-list h3 {
	color: #2C4333;
}

.lptema .splash-zone .main-list li a {
	color: #750000;
}


.lptema .page-heading{
	background: url('images/lp-header.jpg');
}





.lptema .quick-products{


/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FFD1E2 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FFD1E2 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #FFD1E2 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #FFD1E2));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFD1E2 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFD1E2 100%);
}


.lptema .split-products .frase-produto { text-shadow: 1px 1px 0px rgba(0,0,0,0.5); color: #FFF; }


.lptema .split-products h2 {
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 20px;
}

a.btn_vermais {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: #FFF;
	padding: 15px 20px;
	transition: 0.2s all;
}

.btn_vermais:hover {
	color: #FF3464;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background: #FFF;
	padding: 15px 20px;
	transition: 0.2s all;
}



.prod_titulo{
	
	color: #222;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 15px;
}

.prod_titulo_branco{
	
	color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 15px;
}

.prod_slogan{
	
	color: #FFFFFF;
    font-size: 12px;
    line-height: 1.2em;
}





/* CAIXA PRODUTO COM SCROLLER */
.scroller a{
text-decoration:none;
}


.scroller .img-wrapper{
	width: 120px;
	height: 250px;
	overflow: hidden;
	border-color: #a4a4a4;
	
}	


.scroller .img-wrapper {
	width: 150px;
	position: relative;
	
}

.scroller .img-wrapper{
	width: 180px;
	position: relative;
}

		
.scroller .img-wrapper .overlay{
	white-space: nowrap;
	top:125px;
	left: 60px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}


.scroller .preco{
	display: inline-block;
	color: #FFF;
	background: #BB380E;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px !important;
	vertical-align:top;
	padding: 0px 4px;
}	

.scroller .precoAnterior{
	display: inline-block;
	color: #BB380E;
	background: rgba(187, 56, 14, 0.5);
    text-decoration: line-through;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px !important;
	vertical-align:top;
	padding: 0px 4px;
}	




/* 10 DEZEMBRO 2014 - NOVAS SETAS SLIDER */
.scroller {
	margin-right: 20%;
	margin-left: 18%;
	width:60%;
	padding:30px;
	background-color: #FFD1E2;

	
}

.btn-next, .btn-prev { position: absolute; display: block; height: 80px; width: 25px; line-height: 0;cursor: pointer; top: 50%; margin-top: -100px; padding: 0; border: none; outline: none; }
.btn-next:hover, .btn-prev:hover { outline: none; background-position: -25px 0px;
}

.btn-prev{ left: -35px; }
[dir="rtl"] .btn-prevv { left: auto; right: -25px; }
.btn-next { right: -25px; }
[dir="rtl"] .btn-next { left: -25px; right: auto; }


.btn-prev {
	background: url('images/lp-slider-prev.png') no-repeat 0px 0px;
}

.btn-next {
	background: url('images/lp-slider-next.png') no-repeat 0px 0px;
}


