@media only screen and (min-width: 771px) {
.nav-primary a {
	color:#333;
}
.catalogsearch-result-index {
	background:#f2f2f2;
}
}
.rodapeSite .allMarcas li img {
	width:100%;
}
.brand-brand-index .sidebar {
	display:none !important;
}
.brand-brand-index .col-main {
	width:100% !important;
}
.brand-brand-index .rodapeSite .allMarcas {
	display:none;
}
.product-view .extra-info .in-stock {
	display:none;
}
.product-view .extra-info .availability.out-of-stock span {
    color: #F00;
}
/*18042018*/
.grouped-items-table-wrapper .pag-boleto, .grouped-items-table-wrapper .precoparcelado-parcels, .grouped-items-table-wrapper .verParcelas {
	display:block !important;
}
.product-options-bottom .precoParceladoGeral {
	display:none !important;
}
.precoParceladoGeral {
	display:block !important;
}
#block-related .precoparcelado-parcels {
	text-align:center;
	width:100%;
	margin:auto;
}
.box-up-sell .precoparcelado-parcels {
	text-align:center;
	width:100%;
	margin:auto;
}
.brand-brand-view {
	background:#f2f2f2;
}
.imgMarcaViewProduct img {
	border: 0px solid #999;
}
.brand-category-view .view-mode {
	display:none !important;
}
#brand_detail {
	margin-bottom:20px;
}
.brandinfo_baseimage {
	width:100%;
	background:#CCC;
}
.imageMarcaResponsiva {
	width:100%;
}
.imageMarcaResponsiva img {
	width:100%;
}
.brand-brand-view .brandinfo_baseimage {
	background:#FFF;
	border:none;
	border-radius:8px;
}
.product-view .tier-prices, .product-view .tier-prices-grouped {
    background: #f1fdf1 none repeat scroll 0 0;
    border: 1px solid #eafbea;
    display: inline-block;
    margin-top: 0px;
    padding: 4px 8px;
	width:100%;
	float:left;
	color:#4ca84c;
	text-align:left;
}

.product-view .tier-prices li, .product-view .tier-prices-grouped li {
	font-size:14px;
}
.products-grid > li {
	outline-offset:0px;
	outline:1px solid rgba(0,0,0,0.0);
	border-radius:8px;
	padding-bottom:20px;
}
#brand_detail .brand-info p {
	font-size:26px;
	line-height:1em;
	margin-bottom:15px;
}
.contentDescricaoView .conteudoSecao img {
	width:auto;
	max-width:100%;
	height:auto;
}
.product-view .price-info .precoparcelado-parcels {
	display:table;
}
#upsell-product-table .verParcelas {
	display:none;
}
.addCartPersonalizado {
	display:table;
	width:100%;
}
.product-view .add-to-cart-qty-personalizado {
	width:115px;
	float:left;
}
.product-view .add-to-cart  {
	width:calc(100% - 0px);
}
.nb-qty-wrap .caixaQtdNumero {
	width:40px;
	height:55px;
	float:left;
}
.product-view .add-to-cart .add-to-cart-buttons {
	width:calc(100% - 135px);
}
.nb-qty-wrap .caixaQtdNumero input {
	width:100%;
	height:55px;
	background:#EEE;
	float:left;
	border:none;
	font-size:20px;
	border-radius:0;
}
.nb-qty-wrap .botaoNumeroMenos {
	width:30px;
	height:55px;
	background:#EEE;
	float:left;
}
.nb-qty-wrap .botaoNumeroMais{
	width:30px;
	height:55px;
	background:#EEE;
	float:left;
}
.nb-qty-wrap .botaoNumeroMenos input {
	width:100%;
	height:55px;
	line-height:55px;
	background:transparent;
	float:left;
	border:none;
	color:#666;
	font-size:40px;
}
.nb-qty-wrap .botaoNumeroMais input{
	width:100%;
	height:55px;
	line-height:55px;
	background:transparent;
	float:left;
	border:none;
	color:#666;
	font-size:25px;
}
.nb-qty-wrap .botaoNumeroMais input:hover {
	color:#333;
}

.products-grid .product-info ul.configurable-swatch-list{
	width:auto;
	margin:auto;
	display:table;
}

.products-grid .product-info .configurable-swatch-list .wide-swatch {
	margin:auto;
	float:none;
}
.products-grid .product-name,
.products-list .product-name {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-family:'Open Sans',sans-serif;
}
.products-grid .product-name {
  margin-top: 10px;
  text-align:center;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 400;
}
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
    color: #111;
}

.products-grid .product-image img {
    height: auto;
	margin:15px auto 10px;
    width: calc(100% - 10px);
}
.products-grid .precoparcelado-parcels {
	text-align:center;
}
.products-grid .price-box .price  {
	margin:auto;
	width:100%;
	text-align:center;
}
.products-grid .price-box .special-price {
	margin:auto;
	width:100%;
	text-align:center;
}
.products-grid .price-box {
	margin:auto;
	width:100%;
	text-align:center;
}
.products-grid .caixaBotaoAdd {
	height:60px;
	width:65px;
}
.products-grid .caixaBotaoTotals {
	width:calc(100% - 50px);
	margin:auto;
	display:table;
	margin-bottom:15px;
}
.products-grid .qtdItens {
	height:50px;
	width:65px;
	margin-right:10px;
	float:left;
}
.products-grid .qtdItens input {
	height:50px;
	line-height:50px;
	width:100%;
	float:left;
	background:#EEE;
	border:none;
	font-size:20px;
}

.products-grid .qtdItens input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.products-grid .qtdItens input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.products-grid .qtdItens input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.products-grid .qtdItens input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.products-grid .btnItens {
	height:50px;
	width:calc(100% - 75px);
	float:left;
	vertical-align:middle;
	text-align:center;
	display:table;
}
.products-grid .caixaBotaoTotals .qty-wrapper input.quantidade-add-carrinho  {
	background:#f4f4f4;
	width:65px;
	height:50px;
	border:none;
}
.products-grid .caixaBotaoTotals button {
	padding:0;
	border:0;
	background:#66cc66;
	color:#FFF !important;
	width:100%;
	height:50px;
	border-radius:2px;
}
.products-grid .caixaBotaoTotals .txtBotaoADD {
	color:#FFF;
	font-size:14px;
	letter-spacing:-0.2px;
	font-weight:500;
	line-height:1em;
}
.actionsPersonalizado:hover .caixaBotaoTotals button {
	filter:brightness(95%);
}



.products-grid .caixaBotaoTotals .txtBotaoADDDetalhes {
	width:calc(100% - 00px);
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	display:table;
	color:#FFF;
	background:#66cc66;
	border-radius:2px;
	vertical-align:middle;
	padding:0 0px;
	font-size:16px;
}
.actionsPersonalizado:hover .caixaBotaoTotals .txtBotaoADDDetalhes {
	filter:brightness(95%);
}
.products-grid .caixaBotaoTotals .textoBotaoAddSemEstoque {
	width:calc(100% - 00px);
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	display:table;
	color:#666;
	font-size:13px;
	letter-spacing:-0.5px;
	background:#EEE;
	vertical-align:middle;
	padding:0 0px;
	border-radius:2px;
}
@media only screen and (max-width: 770px) {
.products-grid .caixaBotaoTotals {
	width:calc(100% - 50px);
	margin:auto;
	display:table;
	margin-bottom:15px;
}
.products-grid .btnItens {
	height:50px;
	width:calc(100% - 55px);
	float:left;
	vertical-align:middle;
	text-align:center;
	display:table;
}
.products-grid .qtdItens {
	height:50px;
	width:50px;
	margin-right:5px;
	float:left;
}
.products-grid .qtdItens input {
	height:50px;
	line-height:50px;
	width:100%;
	float:left;
	background:#EEE;
	border:none;
	font-size:12px;
}
}
@media only screen and (max-width: 640px) {
.products-grid .caixaBotaoTotals {
	width:calc(100% - 10px);
	margin:auto;
	display:table;
	margin-bottom:10px;
}
.products-grid .btnItens {
	height:50px;
	width:calc(100% - 50px);
	float:left;
	vertical-align:middle;
	text-align:center;
	display:table;
}
.products-grid .qtdItens {
	height:50px;
	width:45px;
	margin-right:5px;
	float:left;
}
.products-grid .qtdItens input {
	height:50px;
	line-height:50px;
	width:100%;
	float:left;
	background:#EEE;
	border:none;
	font-size:12px;
}
.products-grid .caixaBotaoTotals .txtBotaoADD {
	font-size:12px;
}
.products-grid .caixaBotaoTotals .txtBotaoADDDetalhes {
	font-size:12px;
}
}

/* INICIO PERSONALIZAÇÃO PRODUTO AGRUPADO */

.caixaProdutoAgrupado {
	width:calc(97.8% / 2);
	background:#EEE;
	height:100px;
	overflow:hidden;
	display:table;
	margin:0.50%;
	border-radius:5px;
	float:left;
	position:relative;
}
.grouped-items-table-wrapper {
    border: 0 solid silver;
    margin-bottom: 15px;
    padding: 0px;
}
.caixaProdutoAgrupado .imagemAgrupado .centerImage {
	width:auto;
	display:table;
	margin:auto;
	position:relative;
	margin-top:10px;
}
.caixaProdutoAgrupado .nome {
	text-align:center;
}
.caixaProdutoAgrupado .nomeProdutoAgrupado {
	height:auto;
	width:calc(100% - 10px);
	padding:0 5px;
	margin:auto;
	text-align:center;
}
.caixaProdutoAgrupado .nomeProdutoAgrupado .centerProdutoAgrupado {
	margin:auto;
	display:table;
	position:relative;
	width:100%;
}
.caixaProdutoAgrupado .nomeProdutoAgrupado .tituloProduto {
	height:30px;
	width:auto;
	margin:auto;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
.caixaProdutoAgrupado .nomeProdutoAgrupado .tituloProduto .nomeTituloProduto {
	height:15px;
	line-height:15px;
	font-size:16px;
	display:table;
	width:100%;
	text-align:center;
	position:relative;
	font-weight:400;
}

.caixaProdutoAgrupado .price-box .price {
	font-size:17px !important;
	font-weight:600;
}
.caixaProdutoAgrupado .old-price {
	font-size:0.6em !important;
	letter-spacing:-1px !important;
}
.caixaProdutoAgrupado input.qty[type="number"], .caixaProdutoAgrupado input.qty[type="text"] {
    text-align: center;
    vertical-align: middle;
    width: 70px;
	height:30px;
}
.caixaProdutoAgrupado .caixaQtdeEstoque {
	height:33px;
	line-height:33px;
}
.caixaProdutoAgrupado .centerQty {
	margin:auto;
	display:table;
	position:relative;
	width:auto;
}
.caixaProdutoAgrupado .centerValorAgrupado {
	margin:auto;
	display:table;
	position:relative;
	width:auto;
}
.product-view .grouped-items-table-wrapper .centerValorAgrupado .price-box  {
	margin:auto;
	display:table;
	width:auto;
	padding:0;
	height:auto;
	line-height:13px;
	float:none;
}
.product-view .grouped-items-table-wrapper .centerValorAgrupado .price-box .price {
	margin:auto;
	display:table;
	width:auto;
	float:none;
}
.product-view .grouped-items-table-wrapper .centerValorAgrupado .product-pricing {
	text-align:center;
}
.product-view .grouped-items-table-wrapper .centerValorAgrupado li.tier-price {
	font-size:11px;
	line-height:12px;
}
.product-view .grouped-items-table-wrapper .valorAgrupado {
	height:43px;
	margin-top:5px;
}
.valorAgrupado .tier-prices {
    background:none;
    border: 0px solid #eafbea;
    display: inline-block;
    margin-top: 0px;
    padding: 3px 0px;
	width:100%;
	float:left;
	color:#4ca84c;
	text-align:left;
}
@media only screen and (max-width: 1050px) {
.caixaProdutoAgrupado {
	width:calc(98% / 2);
	margin:0.50%;
}
}
@media only screen and (max-width: 770px) {
.caixaProdutoAgrupado {
	width:calc(99% / 1);
	margin:0.50%;
}
}
/* FINAL PERSONALIZAÇÃO PRODUTO AGRUPADO */

/*18042018*/

/*10072018*/
@media only screen and (max-width: 740px) {
.botaoContinue {
	margin:auto;
	display:table;
	margin-bottom:10px;
}
}
@media only screen and (max-width: 599px) {
.botaoContinue {
	margin-bottom:10px;
	width:100%;
}
}
.products-list h2.product-name a, .products-list h3.product-name a, .products-list h4.product-name a, .products-list h5.product-name a, .products-list p.product-name a {
    color: #111;
}
td.product-cart-image ul.cart-links {
	display:none !important;
}
/*10072018*/


/*09082018*/
.caixaFreteGratis {
	background:#1cc1ff !important;
	border:0px solid rgba(200,200,200,1);
    width:calc(50% - 15px);
	margin-left:15px;
	border-radius:2px;
	float:right;
	position:relative;
	color:#FFF;
}
@media only screen and (max-width: 770px) {
.caixaFreteGratis {
	width:calc(100% - 00px);
	padding:10px 10px;
	margin-left:0px;
}
}
.caixaFreteGratis h1 {
	line-height:1em;
	font-size: 20px;
	margin:0;
	padding:0;
	color:#FFF;
}
.tagsDestaques .tags {
	height:23px;
	line-height:23px;
	background:#EEE;
	font-size:11px;
	color:#333;
	padding:0 7px;
	display:table;
	font-weight: 400;
	letter-spacing: -0.0px;
	margin-right:3px;
	margin-bottom:3px;
}
.products-list .tagsDestaques .tags {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.tagsDestaques .tagOferta {
	background:#F36;
	color:#FFF;
}
.tagsDestaques .tagPercentual {
	background:#0098db;
	color:#FFF;
	padding:3px 7px;
	font-weight: 600;
	font-size:12px;
	letter-spacing: -0.5px;
}
.tagsDestaques .tagNovo {
	background:#ffd614;
	color:#111;
}
.tagDestaqueFrete {
	width: auto;
	text-align: center;
	margin:5px auto;
	display: table;
	height: auto;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	padding: 0px 0px;
	background: #0aa9e5;
	border-color: #0aa9e5;
	border-style: solid;
	border-width: 2px;
	border: none;
	border-radius: 2px;
    -webkit-animation-name: tagFreteGratis; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 7.0s; /* Chrome, Safari, Opera */
    animation-name: tagFreteGratis;
    animation-duration: 7.0s;
	animation-iteration-count: infinite;

}
.products-list .tagDestaqueFrete {
	float: left;
}
.tagDestaqueFrete span.icone {
	background-image:url(../images/icon-frete-gratis.png);
	background-size: 20px;
	background-color: #1cc1ff;
	border-radius: 2px 0 0 2px;
	width: 30px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;

}
.tagDestaqueFrete span.texto {
	float: left;
	padding: 0px 5px;
	height: 22px;
	line-height: 22px;
}
.tagDestaqueFrete img {
	width: auto;
	height: 20px;
}
@-webkit-keyframes tagFreteGratis {
    0%   {color: #FFF;}
	2%  {color: #FC0;}
    4%   {color: #FFF;}
	6%  {color: #FC0;}
	8%   {color: #FFF;}
	10%  {color: #FC0;}
    12%   {color: #FFF;}
	14%  {color: #FC0;}
    16%   {color: #FFF;}
    100% {color: #FFF;}
	
}

/* Standard syntax */
@keyframes tagFreteGratis {
    0%   {color: #FFF;}
	2%  {color: #FC0;}
    4%   {color: #FFF;}
	6%  {color: #FC0;}
	8%   {color: #FFF;}
	10%  {color: #FC0;}
    12%   {color: #FFF;}
	14%  {color: #FC0;}
    16%   {color: #FFF;}
    100% {color: #FFF;}
}

@media only screen and (max-width: 770px) {
.ocultaTagMobile {
	display: none;
}
.tagsDestaques .tags {
	height:16px;
	line-height:16px;
	font-size:10px;
	padding:0 3px;
	margin-right:2px;
	margin-bottom:2px;
}
.tagsDestaques .tagNovo, .tagsDestaques .tagOferta {
	float: none;
}
}
@media only screen and (max-width: 340px) {

}
/*09082018*/


/*29082018*/
.linhaPrecoParcelado {
    font-size: 12px;
}
/*29082018*/



/*19122018*/
.linhaValorBoleto, .linhaEscritaBoleto {
	text-align: center;
	margin: auto;
}
.linhaValorBoleto {
	font-size:16px;
	line-height: 22px;
	color:#111;
	font-weight: 600;
	padding-left:5px;
	width: auto;
	float:left;
	display: table;
}
.linhaEscritaBoleto {
	font-weight: 400;
	color:#333;
	line-height: 23px;
	font-size:12px;
	width: auto;
	float:left;
	margin: auto;
	margin-top: 0px;
	display: table;
}
.valor_boleto {
	width: auto;
	margin: auto;
	margin-top: 10px;
	display: table;
	font-size:12px;
	font-weight: 300;
	padding: 5px 0px;
	border-radius: 2px;
	border-top:solid 0px #DDD;

}
.product-view .product-shop .valor_boleto {
	width: 100%;
}
.product-view .product-shop .linhaEscritaBoleto {
	width: auto;
	float: left;
	font-size:14px;
	line-height: 16px;
	padding-right: 5px;
}
.product-view .product-shop .linhaValorBoleto {
	width: auto;
	float: left;
	font-weight: 600;
	font-size:14px;
	line-height: 16px;
}
#exibirPrecoParcelado {
    width: 230px;
}
@media only screen and (max-width: 740px) {
.linhaValorBoleto {
	font-size:12px;
}
.linhaEscritaBoleto {
	font-size:10px;
}
}
/*19122018*/

/*02012019*/
@media only screen and (min-width: 771px) {
	.block-layered-nav {
		border: solid 1px #CCC;
		padding: 20px;
		background: #FFF;
	}
	.block-layered-nav .block-content > dl > dt {
		border-bottom: solid 0px #111;
		background: #f2f2f2 !important;
		text-indent: 10px;
		color: #666;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.block-layered-nav .block-content > dl > dd {
		display: table;
		width: 100%;
	}
}
.catalog-category-view .page, .cms-home .page {
	background:#FFF;
}
#listadecomentarios {
	padding-top: 0px;
	width: 100%;
	position: relative;
	display: table;
}
#listadecomentarios .comComentarios{
	width: 100%;
	position: relative;
	display: table;
	padding: 50px;
	margin-top: 30px;
	background: #FFF;
}
.review-product-list #listadecomentarios .comComentarios{
	width: 100%;
	position: relative;
	display: table;
	padding: 50px 0;
	margin-top: 30px;
	background: #FFF;
}
#customer-reviews .review-heading h2 {
	font-size: 16px;
}
#customer-reviews .caixaPrecoeBoleto #btnExibeOculta {
	display: none;
}
#customer-reviews {
	font-size: 15px;
	color: #333;
}
#customer-reviews .comComentarios a {
	color: #333;
	font-weight: bold;
}
#customer-reviews .ratings-table {
	background: #FAFAFA;
}
#customer-reviews .review-heading {
    border-top: none;
    border-bottom: 1px solid #FAFAFA;
	background: #FAFAFA;
	padding: 10px 30px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
#customer-reviews .fieldset .form-list {
    padding-top: 25px;
    width: 100%;
}

#customer-reviews .review-heading h2 {
	padding-top: 10px;
}
.product-view .review-heading h2 {
	padding-top: 0px;
}
#customer-reviews dl dd .review-meta {
    color: #999;
}
#customer-reviews .form-add h2 {
	font-size: 28px;
}
#customer-reviews .form-add h4 {
	font-size: 18px;
}
#customer-reviews .form-add .fieldset h4 {
	border: none;
}
#customer-reviews .form-add label {
	font-size: 18px;
}
#customer-reviews .fieldset .form-list label {
	font-size: 18px;
}
.review-summary-table {
	background: #FFF;

}
#customer-reviews .fieldset {
	width: 100%;
}
#customer-reviews .ratings .rating-box {
	margin: auto;
}
#customer-reviews .ratings .rating-box .rating {
	margin: auto;
}
#review-form .buttons-set button.button {
	float: left;
	background: #66cc66;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FAFAFA;
	font-size: 15px;
}
#customer-reviews .input-box {
	margin-bottom: 25px;
}
#customer-reviews .fieldset .form-list input,
#customer-reviews .fieldset .form-list textarea {
	background: #FFF;
}
#review-form {
	margin-bottom: 50px;
}

.review-summary-table tr,
.review-summary-table td {
	border: 1px solid #CCC;
}
.review-summary-table thead tr {
	background: #FAFAFA;
	border: 1px solid #CCC;
}
#customer-reviews dl dd {
	border-bottom: dotted 4px #EEE;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#customer-reviews dl dd:last-child {
	border-bottom: dotted 0px #EEE;
}
#customer-reviews .ratings-table th,
#customer-reviews .ratings-table td {
	padding:5px 10px;
	border: solid 1px #DDD;
}
#customer-reviews dl dd {
    font-size: 18px;
}
#customer-reviews dl dd .review-meta {
	color: #999;
	font-size: 12px;
}
#customer-reviews h2 {
    color: #333;
    font-size: 12px;
    text-transform: none;
}
#customer-reviews h3 span {
	color: #333;
}

.customer-account-create .page-title h1, 
.customer-account-create .page-title h2, 
.customer-account-create .product-name h1, 
.customer-account-create .product-name .h1 {
	text-indent: 25px;
	border-bottom: 0px solid #ededed;
}
.customer-account-create .buttons-set {
	width: 100%;
	max-width: 100%;
	margin-bottom: 50px;
}
.customer-account-create form .legend {
    border-bottom: none;
}
.customer-account-create .buttons-set {
	margin-left: 0px;
	padding-left: 30px;
	border: none;
}

.customer-account-create {
	width: 100%;
	max-width: 100%;
}
.customer-account-create .account-create {
    width: 565px;
    max-width: 100%;
}
@media only screen and (max-width: 770px) {
	.customer-account-create .account-create {
		width: 100%;
		max-width: 100%;
	}
}

.account-create ul.form-list input[type="email"], 
.account-create ul.form-list input[type="search"], 
.account-create ul.form-list input[type="number"], 
.account-create ul.form-list input[type="password"], 
.account-create ul.form-list input[type="tel"], 
.account-create ul.form-list input[type="text"] {
    width: 100%;
	max-width: 100%;
	border: solid 1px #999;
	height: 40px;
	line-height:40px;
	border-radius:0;
	padding: 0 10px;
}
.account-create ul.form-list select {
	max-width: 100%;
	padding: 0 10px;
	width: 100%;
	border:solid 1px #999;
	height: 40px;
	line-height:40px;
	margin-top:0;
	background-color:#FFF;
	background-image:url(../images/icon-arrow.fw.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	background-size:15px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.account-create ul.form-list select option {
	padding-left:10px;
}
.account-create .buttons-set button.button {
    float: right;
    margin-left: 5px;
	min-width: 140px;
	background: #66cc66;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FAFAFA;
	font-size: 15px;
}
.account-create .buttons-set button.button:hover {
	filter:brightness(95%);
	-webkit-filter:brightness(95%);
}
@media only screen and (min-width: 771px) {
	#exibirPrecoParcelado {
		position: absolute;
		z-index: 1;
		background: #FFF;
		border-radius: 8px;
		border: solid 1px #DDD;
		box-shadow: 0 0 25px rgba(0,0,0,0.2);
		margin-top: -120px;
		top: auto;
		margin-left: -70px;
		width: 210px;
	}
}
@media only screen and (max-width: 770px) {
	#exibirPrecoParcelado {
		margin-top: -120px;
		top: auto;
		margin-left: 0px;
	}
}

/*18012019*/
.review-product-list #btnExibeOculta {
	display: none;
}

.checkout-onepage-success .buttons-set {
    border-top: none;
}
.checkout-onepage-success .page-title h1, .checkout-onepage-success .page-title h2, .checkout-onepage-success .product-name h1, .checkout-onepage-success .product-name .h1 {
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    color: #111;
    border-bottom: none;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: none;
    font-family: 'Open Sans',sans-serif;
}
.checkout-onepage-success .buttons-set button {
	float: none;
	background: #DDD;
}
.checkout-cart-index .page {
    background: #EEE;
}


.checkout-cart-index .cart-totals, 
.checkout-cart-index .cart-forms .discount, 
.checkout-cart-index .cart-forms .giftcard, 
.checkout-cart-index .cart-forms .shipping {
	padding: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}
.checkout-cart-index .cart .checkout-types button.btn-checkout {
    background: #66cc66;
    background: -webkit-linear-gradient(top,#66cc66,#54b154);
    background: -o-linear-gradient(to top,#66cc66,#54b154);
    background: -moz-linear-gradient(to top,#66cc66,#54b154);
    background: linear-gradient(to bottom,#66cc66,#54b154);
    display: inline-block;
    padding: 7px 20px;
    width: 100%;
    border: 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 45px;
    letter-spacing: -.0px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.08);
    text-align: center;
    border-radius: 5px;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.checkout-cart-index .cart-table {
	float: left;
	width: calc(100% - 4px);
	outline-offset: 0px;
	outline: none;
	border: solid 2px #1b80b3;
	background: #FFF;
	padding: 25px;
}
.checkout-cart-index .cart-table thead tr.first th {
	background: #1b80b3;
}
.checkout-cart-index .cart-table .button2.btn-continue.botaoContinue {
	float: left;
}
.checkout-cart-index .cart .page-title h1.tituloMaior, 
.checkout-cart-index .page-title-cart-empty h1.tituloMaior {
	font-size: 36px;
	width: 100%;
	text-align: center;
    margin-bottom: 15px;
}
.checkout-cart-index .cart-table .product-cart-image .product-image img {
	max-width: 100%;
	width: 100%;
	border: solid 1px #CCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
@media only screen and (min-width: 771px) {
	.checkout-cart-index .cart-table .product-cart-image {
		padding-left: 10px;
		padding-right: 0;
	}
}
.checkout-cart-index .cart-table tr {
    border-bottom: 1px solid #EEE;
}
.checkout-cart-index .cart-table .cart-footer-actions {
	background: #FFF;
}
.checkout-cart-index .cart .cart-totals table tfoot strong span, 
.checkout-cart-index .cart .cart-totals table tfoot tr:last-child span.price {
    color: #66cc66;
    font-weight: 600;
    font-size: 20px;
}
.checkout-cart-index .cart h2.product-name a, 
.checkout-cart-index .cart h3.product-name a, 
.checkout-cart-index .cart h4.product-name a, 
.checkout-cart-index .cart h5.product-name a, 
.checkout-cart-index .cart p.product-name a {
	margin-bottom: 0;
	font-size: 13px;
	color: #1b80b3;
	font-weight: 400;
}
@media only screen and (max-width: 770px) {
	.checkout-cart-index .cart-forms {
		padding-right: 0px;
	}
}
.checkout-cart-index .cart-empty {
	background: #FFF;
	padding:40px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 50px;
}
.checkout-cart-index .cart-empty p,
.checkout-cart-index .cart-empty h2 {
	text-align: center;
	margin: 0;
	color: #666;
}
.checkout-cart-index .page-title h1 {
	text-align: center;
    border-bottom:none;
}
@media only screen and (min-width: 771px) {
	.checkout-cart-index .cart .checkout-types-topo button.btn-checkout {
		display: none;
	}
}



/*11022018*/
.iconeChatWhatsapp {
	width: 40px;
	height: 40px;
	background-color: #4dc247;
	background-position:center;
	background-repeat:no-repeat;
	background-size:20px;
	background-image:url(../images/icone-whatsapp-fixo.png);
	border-radius: 50%;
	position: fixed;
	bottom:80px;
	right: 20px;
	cursor: pointer;
}
.whatsapp1 {bottom:20px;}
.whatsapp2 {bottom:70px;}
.whatsapp3 {bottom:120px;}

.iconeChatWhatsapp:hover {
	background-color: #45ac40;
}
.iconeChatWhatsapp:hover .nomeAtendente {
	box-shadow: 2px 0px 7px rgba(0,0,0,0.25);
	border: solid 1px rgba(0,0,0,0.1);
	border-right: 1px solid #FFF;
}
.iconeChatWhatsapp .nomeAtendente {
	position: absolute;
	margin-left: -90px;
	background: #FFF;
	box-shadow: 2px 0px 7px rgba(0,0,0,0.15);
	border: solid 1px rgba(0,0,0,0.08);
	border-right: 1px solid #FFF;
	width: 78px;
	height: 28px;
	margin-top: 5px;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	display: table;
}
.iconeChatWhatsapp .nomeAtendente .midleNome {
	display:table-cell;
	vertical-align: middle;
	line-height: 12px;
	width: 100%;
}
.iconeChatWhatsapp .nomeAtendente:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	right: -5px;
	margin-top: 8px;
	float: right;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF;
	position: absolute;
  }

.checkout-onepage-index .iconeChatWhatsapp {
	  display: none !important;
  } 


/*20092019*/
.products-grid .product-image img {
	width: 100%;
	margin: initial;
}
.product-image .imagem1, .product-image .imagem2 {
	display: table;
	position: relative;
	text-align: center;
	vertical-align: middle
}
.product-image .imagem1 {
	display: block;
	z-index: 1;
}
.product-image .imagem2 {
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
}
.product-image:hover .imagem2 {
	display: block;
}

.owl-carousel .owl-item .imagem2 {
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
}
.owl-carousel .owl-item .product-image:hover .imagem2 {
	display: block;
}




.customer-account .my-account ul.form-list ul#tipopessoa-area .field {
	width: 100%;
}
.customer-account .my-account ul.form-list .control input.checkbox {
    margin-left: 10px !important;
}


/*ajuste contra css cielo nitro*/
.onestepcheckout-index-index .onestepcheckout #onestepcheckout-shipping-method .sp-methods input.radio {
	display: initial;
}
.onestepcheckout-index-index .onestepcheckout #onestepcheckout-shipping-method .sp-methods label {
	padding-left:45px;
}
/*ajuste contra css cielo nitro*/