﻿@charset "utf-8";
/* CSS Document */

/* Paddins e Margins*/
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}

.padding-10{
	padding:10px;
}
.padding-20{
	padding:20px;
}
/** Padding top **/
.p-t-0 {
    padding-top: 0;
}
.p-t-5{ padding-top:5px;}
.p-t-10{
	padding-top:10px;
}
.p-t-20{
	padding-top:20px;
}
.p-t-30{
	padding-top:30px;
}


.p-t-40{
	padding-top:40px;
}
.p-t-50{
	padding-top:50px;
}
.p-t-60{
	padding-top:60px;
}
.p-t-70{
	padding-top:70px;
}
.p-t-80{
	padding-top:80px;
}
/** Padding Bottom **/
.p-b-0 {
    padding-bottom: 0;
}
.p-b-5{ padding-bottom:5px;}
.p-b-10{
	padding-bottom:10px;
}
.p-b-20{
	padding-bottom:20px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-40{
	padding-bottom:40px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-b-60{
	padding-bottom:60px;
}
/** Padding Left **/
.p-l-0 {
    padding-left: 0;
}
.p-l-10{
	padding-left:10px;
}
.p-l-20{
	padding-left:20px;
}
.p-l-30{
	padding-left:30px;
}
.p-l-40{
	padding-left:40px;
}
.p-l-50{
	padding-left:50px;
}
.p-l-50{
	padding-left:50px;
}
/** Padding Right **/
.p-r-0 {
    padding-right: 0;
}
.p-r-10{
	padding-right:10px;
}
.p-r-20{
	padding-right:20px;
}
.p-r-30{
	padding-right:30px;
}
.p-r-40{
	padding-right:40px;
}
.p-r-50{
	padding-right:50px;
}
.p-r-60{
	padding-right:60PX;
}

/** Margins **/
.margin-10{
	margin:10px;
}
.margin-20{
	margin:20px;
}
/** Padding top **/
.m-t-0 {
    margin-top: 0;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10{
	margin-top:10px;
}
.m-t-20{
	margin-top:20px;
}
.m-t-30{
	margin-top:30px;
}
.m-t-40{
	margin-top:40px;
}
.m-t-50{
	margin-top:50px;
}
.m-t-60{
	margin-top:60px;
}
/** Padding Bottom **/
.m-b-0 {
    margin-bottom: 0;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10{
	margin-bottom:10px;
}
.m-b-20{
	margin-bottom:20px;
}
.m-b-30{
	margin-bottom:30px;
}
.m-b-35 { margin-bottom:35px;}
.m-b-40{
	margin-bottom:40px;
}
.m-b-50{
	margin-bottom:50px;
}
.m-b-60{
	margin-bottom:60px;
}
.m-b-70{
	margin-bottom:70px;
}
/** Padding Left **/
.m-l-0 {
    margin-left: 0;
}
.m-l-10{
	margin-left:10px;
}
.m-l-20{
	margin-left:20px;
}
.m-l-30{
	margin-left:30px;
}
.m-l-40{
	margin-left:40px;
}

/** Padding Right **/
.m-r-0 {
    margin-right:0;
}
.m-r-10{
	margin-right:10px;
}
.m-r-20{
	margin-right:20px;
}
.m-r-30{
	margin-right:30px;
}
.m-r-40{
	margin-right:40px;
}
.inline{
	display:inline-block;
}
.textcenter { text-align:center}
.textleft { text-align:left;}
.textright{ text-align:right}

.list-cat-individual {
    width: 140px;
    text-align: center;
    margin: 15px;
    float:left;
} 


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: tomato;
  padding: 5px;
  width: 250px;
  height: 150px;
  margin-top: 10px;
  
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}


.products-grid .products {
	 padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content:  space-around;
}
.products-grid .product-card {
    background: #fff;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    border: solid 3px #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.product-card:hover {
    border: solid 3px #eee;
}
.input-group-addon {
    width: 40px;
}
.type-radio-button  input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.type-radio-button label {
    margin-right: 20px;
} 
.form-control.error {
    border: 1px solid #a94442;
    -webkit-box-shadow: 0 0 10px 0 rgba(169,68,66,0.3);
    box-shadow: 0 0 10px 0 rgba(169,68,66,0.3);
}
.price-subtotal {
    font-size: 1.7em;
}
.content-result-frete table, .content-result-frete table tr, .content-result-frete table td, .content-result-frete table th {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 
}
th.title-result-frete {
    border-top: 0 !important;
    text-align:right
}
.containerCesta .table > tbody > tr > td, .containerCesta .table > tbody > tr > th, .containerCesta .table > tfoot > tr > td, .containerCesta .table > tfoot > tr > th, .containerCesta .table > thead > tr > td, .containerCesta .table > thead > tr > th {
vertical-align:middle;
}
.form-inline .input-cep {
    width: 120px;
}
.price-total {
    font-size:2em;
}
.loading-div {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.8);
    z-index: 1000000;
    width: 100%;
    height: 100%;
}
.box-loading {
    width: 270px;
    text-align: center;
    left: 50%;
    position: absolute;
    margin-left: -135px;
    top: 50%;
    margin-top: -50px;
}
.price-vale-compra {
    font-size: 1.4em;
}
.label-price-vale-compra {
    font-weight: bold;
}
.img-adicional-product {
}
.img-adicional-product img{
    border: 3px solid #eee;
    padding:2px;
}
ul.ulParcelas {
    float: left;
}

.ul_texto_opcao {
    list-style: none;
    margin: 0;
    padding: 0;
}
.li_texto_opcao, .li_imagem_opcao {
    float: left;
	list-style: none;
}
.list-grades {
    padding-left: 0;
}
.li_texto_opcao label {
    margin-bottom: 15px;
}
.li_texto_opcao a {
    display: block;
    padding: 5px 15px;
    background-color: #fff;
    border: 3px solid #eee;
    margin-right: 10px;
}
.li_texto_opcao a:hover {
    -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
}
.selected.li_texto_opcao a{
    background-color:#fff;
     -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
}
.unavailable.li_texto_opcao a {
    cursor: no-drop;
    background-image: url(/assets/imgs/icon-x-grades.png);
    background-repeat: no-repeat;
    background-position: 4px 12px;
    background-color: #eee;
    color: #999;
}
.selectedun.li_texto_opcao a {
    cursor: no-drop;
    background-image: url(/assets/imgs/icon-x-grades.png);
    background-repeat: no-repeat;
    background-position: 4px 12px;
    background-color: #eee;
    color: #999;
}
.unavailable.li_texto_opcao a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.li_imagem_opcao img {
    width: 50px;
    height: 50px;
}
.li_imagem_opcao a {
    display: block;
    padding: 0;
    background-color: #fff;
    border: 3px solid #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}
.li_imagem_opcao a:hover {
    -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
}
.selected.li_imagem_opcao a{
    background-color:#fff;
     -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
}
.unavailable.li_imagem_opcao a {
    cursor: no-drop;
    background-image: url(/assets/imgs/icon-x-grades.png);
    background-repeat: no-repeat;
    background-position: 4px 12px;
    background-color: #eee;
    color: #999;
}
.selectedun.li_imagem_opcao a {
    cursor: no-drop;
    background-image: url(/assets/imgs/icon-x-grades.png);
    background-repeat: no-repeat;
    background-position: 4px 12px;
    background-color: #eee;
    color: #999;
}
.unavailable.li_imagem_opcao a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.DivMeuPedido .panel-heading , .DivMinhaConta .panel-heading, .DivPagamento .panel-heading{
    font-size:1.5em;
}
.imgProdCheckout {
    float: left;
    margin-right: 5px;
}
.qtdexpreco {
    width: 105px;
}
.precoTotalProduct {
    width: 85px;
}
.tableProdutoCheckout td{
    vertical-align:middle !important;
}
.disabled {
    z-index: 1000;
    opacity: 0.6;
    pointer-events: none;
}
.table-enderecos-adicionais td {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px; 
    padding-top:15px;
}
.divEnderecosAdicionais {
    background-color: #f2f2f2;
    padding: 15px;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
td.result-frete {
    cursor: pointer;
}
.selecionaCartao input {
    display:none;
}
.selecionaCartao label, .pnBoleto label, .pnTranferencia label {
    border: solid 4px #fff;
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    margin-right: 15px;
}
.selecionaCartao input[type="radio"]:checked+label, .pnBoleto input[type="radio"]:checked+label, .pnTranferencia  input[type="radio"]:checked+label{ border:solid 4px #333;-webkit-border-radius: 4px;
border-radius: 4px;}
.cod-seg {
    width: 103px !important;
}
.selecionaCartao img {
    width: 45px;
    margin: 1px;
    height: auto;
    opacity: 1;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
    .selecionaCartao img.unselected {
     opacity: 0.8;
    }
    .selecionaCartao img.selected {
        border: 3px solid #333;
        opacity: 1;
    }
    
ul#AutoCompleteEx_completionListElement {
    z-index: 1000000;
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 3px;
}
ul#AutoCompleteEx_completionListElement > div{
    margin: 5px 0;
}  
.content-frete.text-right {
    text-align: center;
}
.form-inline .input-cep {
    width: 100%;
}
.content-frete .btn {
    width: 100%;
}
.content-vale-compra .btn,.content-vale-compra input   {
    width: 100%;
}
.divContinuarComprando .btn, .divEsvaziarCesta  .btn, .divFinalizaCompra  .btn{
    width: 100%;
    margin-bottom: 15px;
}
div#ctl00_ContentPlaceHolder1_divCartaoDeCredito .label-dados {
    text-align: left !important;
	padding-left:15px !important;
}
select#ctl00_ContentPlaceHolder1_txtMesValidadeCartao {
	margin-bottom: 10px;
}
input#ctl00_ContentPlaceHolder1_txtTelefoneTitular {
    margin: 10px 15px 0px 0px;
}
.boxTelefoneTitular {
    padding: 0 15px !important;
}
.box-total .text-right {
    text-align: left !important;
}
.box-total h4 {
    margin-top: 10px;
}
.tel-mobile { padding: 0px !important; margin-top:10px;
}
.tel-mobile, .box-numero, .box-btnbuscar, .box-cidade {
    padding: 0px !important; margin-top:10px;
}
#boxRegisterLogin .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.lblProdutoForaEstoque {
    font-size: 1.5em !important;
    margin: 15px 0;
}
.products-list .title-product {
    width: initial !important;
    text-align: left !important;
 }
.img-product-active img {
	position:relative !important;
}
.img-product-active .zoomWrapper {
    overflow: hidden;
	margin:auto;
}
.img-product-active img {
    width: 100%;
}
.img-product-active {
    width: 100%;
    height: inherit;
	text-align:center;
}
.img-product-active img {
    width: 100% !important;
    height: inherit !important;
}
.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
height: 0; 
overflow: hidden; 
max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 0; 
left: 0;
width: 100%; 
height: 100%; 
} 
.icon-set-arrow {
  width: 100%;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_set_arrow.gif);
  background-position: left center;
  line-height: 32px;
  padding-left: 25px;
}
p.descricaoParcelas {
    margin: 10px 0px;
}
#ctl00_ContentPlaceHolder1_ucTransferencia_rblTransferencia label {
    cursor: pointer;
}
.products-carrossel .product-card {
display: initial;
    display: initial;
    display: initial;
    display: initial;
    display: initial;
    -webkit-flex-flow: initial;
    justify-content: initial;  
}
.pnlIdentifiqueSe {
    font-weight: normal;
}
.pnlIdentifiqueSe .col-md-3 span {
    display: inline-block;
    margin-top:10px;
}

.selectedun.li_texto_opcao a {
    cursor: pointer;
    background-image: none;
}
.unavailable.li_texto_opcao a {
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 4px 12px;
    background-color: #eee;
    color: #999;
}
.unavailable.li_texto_opcao a:hover {
    -webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
 }

/* REGRAS DO MOBILE */ 
@media (max-width: 320px){ 

}
@media (max-width: 468px){
    .DivMeuPedido.disabled, .DivPagamento.disabled {
        display: none;
    }
}
@media (min-width: 768px){ 
    .content-frete.text-right {
    text-align: right;
}
.ParcelamentoProdutos {
    display: inline-block;
    width: 200px;
}
.product-card .title-product {
    width: 200px;
}
.form-inline .input-cep {
    width: 120px;
}
.content-frete .btn {
    width: inherit;
}
.content-vale-compra .btn,.content-vale-compra input   {
    width: inherit;
}
.divContinuarComprando .btn, .divEsvaziarCesta  .btn, .divFinalizaCompra  .btn{
    width: initial; 
    margin-bottom: inherit;
}
  .img-product-active img {
    width: initial;
    height: initial !important;
    }
}
@media (min-width: 1025px) {
    div#ctl00_ContentPlaceHolder1_divCartaoDeCredito .label-dados {
    text-align: right !important;
	padding-left:0px !important;
}
select#ctl00_ContentPlaceHolder1_txtMesValidadeCartao {
	margin-bottom:0;
}
input#ctl00_ContentPlaceHolder1_txtTelefoneTitular {
    margin: 0;
}
.boxTelefoneTitular {
    padding: 0 !important;
}
.box-total .text-right {
    text-align: right !important;
}
.box-total h4 {
    margin-top: 0px;
}
.tel-mobile, .box-numero, .box-btnbuscar, .box-cidade { padding: 0 15px !important; margin-top:0px;
}
}
@media (min-width: 1200px) {

	
}

@media screen and (min-width:0\0) {
  .products-grid .product-card {
    position: relative\9;
    float: left\9;
    margin-right: 20px\9;
}
.products-grid .products { display:inline-block/9;}
.products-grid .product-card {
    position: relative/9;
    float: left/9;
    margin-right: 20px/9;
  width:inherit/9;
    height: 460px/9;
}
   .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
     margin-left: -15px/9;
    position: relative/9;
    top: -32px/9;
}
}
_:-ms-fullscreen, :root .products-grid .product-card {
    position: relative;
    float: left;
    margin-right: 20px;
}
_:-ms-fullscreen, :root .products-grid .products { display:inline-block;}
_:-ms-fullscreen, :root  .products-grid .product-card {
    position: relative;
    float: left;
    margin-right: 20px;
  width:inherit;
    height: 460px;
}
_:-ms-fullscreen, :root  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
     margin-left: -15px;
    position: relative;
    top: -32px;
}
.product-image2 {
        position: relative;
        display: inline-block;
}
.product-image2 .imgProdutoHover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.product-image2:hover .imgProdutoHover {
    display: inline;
}
.alert-light {
    background-color: #efefef;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}