body{
    font-size: 14px;
}

.container{

}

h1,h2,h3,h4,h5{
    font-weight: normal;
}

ul{
    padding: 0;
    margin: 0;
}

/* ul li {
    list-style: none;
} */

a:hover {
    outline: none;
    text-decoration:none;
}

a:focus {
    outline:none;
    outline-offset: 0;
    text-decoration:none;
}

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

input {
    border: 1px solid #dae1e7;
}

input.error,select.error,textarea.error{
  background: #EBCCCC;
  border: #D43F3A solid 1px !important;
}

input.error:focus,select.error:focus,textarea.error:focus{
  background: #EBCCCC;
  border: #D43F3A solid 1px !important;
}

form .required label:after {
	color:#F00;
	content: '*';
	display:inline;
}

form .required label.legenda:after{
  content: '';
}

form .required label.error:after {
	content: '';
}

form .box-radio label{
    padding: 0 10px 0 5px;
    margin-top: 5px
}

form .box-radio legend{
    font-size: 14px;
    border-bottom: none;
    width: auto;
    padding: 0 5px 0 5px;
    margin: 0
}

form .box-radio fieldset{
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin-bottom: 5px
}



.panel-title label{
    margin-bottom: 0;
}

.form-group{
    height: 65px;
}
.none{
    display: none;
}
label.error{
  font-size: 10px;
  color: #FF0000 !important;
  margin-bottom: 0 !important;
  float: right;
  display: none;
}

.breadcrumb li{
    font-size: 11px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.padding-0{
  padding: 0
}

.padding-right-10px{
  padding-right: 10px
}

.padding-15px{
  padding: 15px
}

.padding-top-0{
  padding-top: 0
}

.padding-top-15px{
  padding-top: 15px
}

.padding-right-15px{
  padding-right: 15px
}

.padding-bottom-15px{
  padding-bottom: 15px
}

.padding-left-0{
  padding-left: 0 !important
}

.padding-right-0{
  padding-right: 0 !important
}

.padding-left-15px{
  padding-left: 15px
}

.margin-0{
  margin: 0 !important
}

.margin-left-0{
  margin-left: 0 !important
}

.margin-top-0{
  margin-top: 0 !important
}

.margin-top-10px{
  margin-top: 10px
}

.margin-top-15px{
  margin-top: 15px
}

.margin-top-20px{
  margin-top: 20px
}
.margin-top-25px{
  margin-top: 25px
}

.margin-right-5px{
  margin-right: 5px
}

.margin-right-10px{
  margin-right: 10px
}

.margin-right-15px{
  margin-right: 15px
}

.margin-bottom-0{
  margin-bottom: 0
}

.margin-bottom-10px{
  margin-bottom: 10px
}

.margin-bottom-15px{
  margin-bottom: 15px
}

.margin-bottom-20px{
  margin-bottom: 20px
}
.margin-bottom-25px{
  margin-bottom: 25px
}

.margin-left-5px{
  margin-left: 5px
}

.margin-left-10px{
  margin-left: 10px
}

.margin-left-15px{
  margin-left: 15px
}

@media (max-width: 767px) {
    .margin-top-10px-xs{
      margin-top: 10px
    }

    .margin-top-20px-xs{
      margin-top: 20px
    }
}

.no-border{
    border: 0;
    box-shadow: none;
}

.tab-content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: hsl(0, 0%, 100%);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: hsl(0, 0%, 87%);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: hsl(0, 0%, 87%);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: hsl(0, 0%, 87%);
    border-right-style: solid;
    border-right-width: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}
.tab-pane {
    overflow-x: hidden;
    overflow-y: hidden;
}

#carregando {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
    background: #3e3e3e63;
}

#carregando div{
    border: 4px solid #f3f3f3;
    border-top: 4px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: -30px;
    margin-top: 13px;
    left: 50%;
    top: 50%;
    position: absolute;
    text-align: center;
    z-index: 9999;
}

.carregando{
    margin: 15px 0 15px 0;
    border: 5px solid #f3f3f3;
    border-top: 5px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 40%;
    text-align: center;
}


.valor-carregando{
    position:relative;
}

.valor-carregando:after{
    content:"";
    position:absolute;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    height:20px;
    width:20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid;
    border-radius: 50%;
    text-align: center;
    display:inline-block;
    top:50%;
    left:50%;
    margin:-10px 0 0 -10px;

}

.valor-carregando:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background: rgba(255,255,255,.9);
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

h3{
    /*font-size: 20px;
    text-transform: uppercase;*/
}

/*h3 {
    width:100%;
    text-align:center;
    line-height:0.1em;
    margin:10px 0 20px;
}
h3 span {
    background: #FFFFFF;
    padding:0 10px;
}

h3.modal-title{
    text-align: left !important;
    border-bottom: none !important;
}*/

.nowrap{
    white-space: nowrap;
}

.linha-horizontal{
    border-bottom: #DDDDDD solid 1px
}

.caixa{
    /*border-radius: 4px;*/
    border: #CCCCCC solid 1px;
    padding: 10px
}

hr{
    background-color: #CCCCCC;
    height: 0.8px;
}

.breadcrumbs{
    margin-top: 15px
}

#cabecalho .cabecalho-barra ul.contato{
    display: table;
    width: auto;
    text-align: left;
    float: left;
    margin-left: -15px
}

#cabecalho .cabecalho-barra ul.contato li{
    float: left;
}

#cabecalho .cabecalho-barra ul.contato li a i{
    padding: 10px
}

@media (min-width: 767px) {
    #cabecalho .cabecalho-barra ul.contato li a span{
        display: inline !important;
    }
}

#cabecalho .cabecalho-barra ul.redes-sociais{
    display: table;
    width: auto;
    text-align: right;
    float: right;
    padding: 0;
    margin-right: -15px
}

#cabecalho .cabecalho-barra ul.redes-sociais li{
    float: left;
}

#cabecalho .cabecalho-barra ul.redes-sociais li a i{
    padding: 10px
}

#cabecalho .cabecalho-conteudo .container{
    padding-top: 20px;
}

#cabecalho .cabecalho-conteudo .logomarca img{
    max-width: 100%;
}

@media (max-width: 767px) {
    #cabecalho .cabecalho-conteudo .logomarca{
        text-align: center !important;
    }
}

@-moz-document url-prefix() {
    #cabecalho .cabecalho-conteudo .logomarca img{
        width: 100%;
        max-width: -moz-max-content;
    }
}

#cabecalho .cabecalho-conteudo .area-busca .autenticacao{
    /*font-size: 11px;*/
    margin-bottom: 10px;
}

@media (max-width: 767px) {

}

@media (max-width: 767px) {
    #cabecalho .cabecalho-conteudo .area-busca .autenticacao{
        text-align: center;
    }
}


#cabecalho .cabecalho-conteudo .area-busca form{
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    #cabecalho .cabecalho-conteudo .area-busca form{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#cabecalho .cabecalho-conteudo .area-busca form input {
    /*background: #F7F7F7;*/
    border: medium none;
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    outline: medium none;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

#cabecalho .cabecalho-conteudo .area-busca form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    border: none;
    /*border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;*/
    padding: 0 15px 0 15px;
}

#cabecalho .cabecalho-conteudo .menu-usuario{
    text-align: left;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #cabecalho .cabecalho-conteudo .menu-usuario{
        text-align: center;
    }
}

#cabecalho .cabecalho-conteudo .menu-usuario li {
    display:inline-block;
    float: left;
    padding-right: 10px
}

#cabecalho .cabecalho-conteudo .menu-usuario li:last-child {
    padding-right: 0;
    text-align: right;
}

@media (max-width: 767px) {
    #cabecalho .cabecalho-conteudo .menu-usuario li{
        width: 50%;
        padding-right: 0
    }

    #cabecalho .cabecalho-conteudo .menu-usuario li:last-child {
        text-align: center;
    }
}

#cabecalho .cabecalho-conteudo .menu-usuario li a {
    font-size: 14px;
    font-weight: 300;
    padding:0;
    padding-right: 0;
}

#cabecalho .cabecalho-conteudo .menu-usuario li a i{
    margin-right:3px;
}

#cabecalho .cabecalho-conteudo .menu-usuario li a:hover {
    background:#fff;
}

#cabecalho .cabecalho-conteudo .carrinho{
    display: table;
    clear: both;
    width: 100%;
    position: relative;
}

#cabecalho .cabecalho-conteudo .carrinho .icone, #cabecalho .cabecalho-conteudo .carrinho .conteudo{
    height: 45px;
    padding: 2px 0 5px 0;
    border: #CCCCCC solid 1px;
    margin-right: 2px;
}

#cabecalho .cabecalho-conteudo .carrinho .icone{
    font-size: 20px;
    position: absolute;
    left: 0;
    height: 45px;
    padding: 8px 13px 0 13px;
}

#cabecalho .cabecalho-conteudo .carrinho .conteudo{
    width: 100%;
    padding-left: 30px;
}

#cabecalho .cabecalho-conteudo .carrinho .conteudo .carrinho-vazio{
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}

#cabecalho .cabecalho-conteudo .carrinho .conteudo .quantidade{
    font-size: 25px;
    white-space: nowrap;
    float:left;
    vertical-align: middle;
    height: 45px;
    margin: 3px 15px 0 35px
}

#cabecalho .cabecalho-conteudo .carrinho .conteudo .chamada{
    float: left;
    height: 45px;
}

#cabecalho .cabecalho-conteudo .carrinho .conteudo .chamada .chamada-meu-carrinho{
    font-size: 14px;
}

#cabecalho .cabecalho-conteudo .carrinho .conteudo .chamada .chamada-produto-adicionado{
    font-size: 12px
}

#cabecalho .cabecalho-conteudo .carrinho .detalhes{
    position: absolute;
    display: none;
    z-index: 9999;
    background: #FFFFFF;
    border: #CCCCCC solid 1px;
    right: 0;
    width: 500px;
}

@media (min-width: 768px) {
    #cabecalho .cabecalho-conteudo .carrinho:hover .detalhes{
        display: block;
    }
}

#cabecalho .cabecalho-conteudo .carrinho .detalhes table tr td{
    vertical-align: top;
}


#cabecalho .cabecalho-conteudo .container {
    /*box-shadow: 0 3px 10px 0 hsla(0, 0%, 0%, 0.15);*/
}

#cabecalho .cabecalho-conteudo .compra-segura img{
     max-width: 150px;
}

#cabecalho .header-bottom .container {
    /*box-shadow: 0 3px 10px 0 hsla(0, 0%, 0%, 0.15);*/
}


#cabecalho #menu-principal{
    padding: 20px 0 20px 0;
}

/*BANNERS*/

#banners .container{
    /*box-shadow: 0 3px 10px 0 hsla(0, 0%, 0%, 0.15);*/
}

#banners .control-carousel {
    position: absolute;
    top: 30%;
    font-size: 60px;
    color: #FFFFFF;
}

#banners .control-carousel.right{
    right: 0
}

#section .container{
    /*box-shadow: 0 3px 10px 0 hsla(0, 0%, 0%, 0.15);*/
    padding-bottom: 15px
}

#section .coluna-lateral ul li ul li{
    display: none;
}

#section .coluna-lateral ul li ul li a span{
    padding-left: 15px
}

#section .coluna-lateral ul li.active ul li{
    display: block
}

#section .coluna-lateral ul li i{
    padding: 13px 10px 13px 10px;
    margin-top: -10px;
    margin-right: -15px;
    font-weight: bold;
    min-width: 30px
}

#section .listagem-produtos .produto{
    text-align: center;
    padding-bottom: 20px;
    /*border-radius: 4px;*/
    /*border: #FFFFFF solid 1px; */
    margin-bottom: 10px
}

#section .listagem-produtos .produto:hover{
    border: #CCCCCC solid 1px;
}

#section .listagem-produtos .produto img{
    width: 100%;
    /*border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
}

#section .listagem-produtos .produto .valor{
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    /* height: 45px; */
    /* height: 100%; */
}

#section .listagem-produtos .produto .valor .a-partir-de{
    font-size: 13px;
    font-weight: normal;
}

#section .listagem-produtos .produto .nome{
    margin: 10px 0 0 0;
    font-size: 13px;
    /* min-height: 50px !important; */
    /* height: 85px; */
}

#section .listagem-produtos .produto .minimo{
    font-size: 13px;
}

#section .listagem-produtos .produto .botao-ver-comprar {
    margin-top: auto;
}

#section .listagem-produtos .produto .botao-ver-comprar{
    display: flex;
    align-items: end;
    height: 100%;
}

#rodape .intitucional{
    padding-bottom: 15px
}

#rodape .conteudo-rodape{
    position: relative;
}

@media(min-width:768px){
    #rodape .redes-sociais{
        text-align: center;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        /* width: 255px; */
        /*background: #FFFFFF*/
    }
}

#rodape .redes-sociais ul li{
    display: inline;
}

#rodape .redes-sociais ul li a{
    font-size: 20px
}

#rodape .redes-sociais ul li a i{
    padding: 10px
}

#rodape .formas-pagamentos-selos{
    background-color: rgba(255,255,255,0.1);
}

#rodape .formas-pagamentos-selos .formas-pagamentos ul{
    display: table;
    width: 100%
}

#rodape .formas-pagamentos-selos .formas-pagamentos ul li{
    float: left;
    width: 20%;
    padding: 0 5% 5% 0;
}

#rodape .formas-pagamentos-selos .formas-pagamentos ul li img{
    width: 100%
}

#rodape .formas-pagamentos-selos .selos img{
    max-width: 100%
}

#rodape  .direitos-reservados .autor-plataforma{
    text-align: right;
}

@media(max-width:767px){
    #rodape .direitos-reservados .dados-empresa,
    #rodape .direitos-reservados .autor-plataforma{
        text-align: center;
    }
}


#tela-produto .titulo{
    margin-top: 0;
    margin-bottom: 0;
    display: block;
}

#tela-produto .titulo-cortado{
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

@media only screen and (max-width: 760px) {

    #tela-produto .titulo{
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        display: none;
    }

    #tela-produto .titulo-cortado{
        margin-top: 0;
        margin-bottom: 0;
        display: block;
    }

}

#tela-produto .codigo,
#tela-produto .marca{
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
}

#tela-produto .resumo-produto .valor{
    font-size: 24px
}

#tela-produto .resumo-produto .valor,
#tela-produto .resumo-produto .resumo-parcelamento,
#tela-produto .resumo-produto .frete-gratis,
#tela-produto .resumo-produto .quantidade{
    margin-top: 15px;
    vertical-align: middle;
    margin-bottom: 15px
}

#tela-produto .resumo-produto .quantidade label{
    display: inline-block;
    width: 35%;
    margin-right: 15px;
}

#tela-produto .resumo-produto .quantidade input{
    width: 55%;
    display: inline-block;
}

#tela-produto .resumo-produto .quantidade button
{
    width: 100%;
    font-size: 20px;
}

@media screen and (max-width: 600px){
    #tela-produto .resumo-produto .quantidade button{
        margin-top: 15px;
    }
}


#tela-produto .resumo-produto .quantidade input{
    text-align: center;
}

#tela-produto .resumo-produto .cep{
    margin-top: 20px
}

#tela-produto .resumo-produto .cep label{
    margin-right: 10px
}

#tela-produto .descricao{
    padding-top: 15px
}


#tela-produto .fotos .foto-atual {
    position: relative;
}

#tela-produto .fotos .foto-atual img{
    width: 100% !important;
    border: #CCCCCC solid 1px
    /*border-radius: 4px;*/
}

#tela-produto #carousel{
    padding-top: 0;
    padding-right: 5px;
}

#tela-produto #carousel .item{
    padding-left:0px;
}

#tela-produto #carousel .item .sub-item{
    float: left;
    width: 18.4%;
    padding: 5px;
    border: #CCCCCC solid 1px;
    margin-right: 2%
}

#tela-produto #carousel .item .sub-item:last-child{
    margin-right: 0
}

#tela-produto #carousel .item img {
    width: 100%;
    /*border-radius: 4px*/
}

#tela-produto .miniaturas{
    padding: 0 20px 0 20px;
    margin: 10px 0 10px 0
}


#tela-produto #carousel .item-control {
    position: absolute;
    top: 0;
}

#tela-produto #carousel .item-control:active{
    text-decoration: none;
}


#tela-produto #carousel .item-control i {
    font-size: 40px
}

#tela-produto #carousel .item-control.left {
    left: 0;
}

#tela-produto #carousel .item-control.right {
    right: 0;
}

#tela-produto .resumo-produto #frete table{
    margin-top: 10px
}

#tela-produto .resumo-produto #frete table td{
    padding: 5px 5px 5px 0
}

#tela-produto .resumo-produto .valor-de{
    font-size: 20px
}

#tela-produto .resumo-produto .valor-por{
    font-size: 25px
}

#tela-produto .resumo-produto .valor .a-partir-de{
    font-size: 13px;
    margin-top: -18px;
}

#tela-produto .resumo-produto .resumo-parcelamento{
    font-size: 20px
}

@media (min-width: 992px) {

    /* #tela-produto #carousel{
        max-height: 500px;
        overflow: hidden;
        padding-bottom: 40px
    } */

    #tela-produto #carousel{
        max-height: 100vh;
        overflow-y: scroll;
    }

    #tela-produto .miniaturas{
        padding: 0;
        margin: 0
    }

    #tela-produto #carousel.carousel.vertical .item {
      -webkit-transition: 0.6s ease-in-out top;
         -moz-transition: 0.6s ease-in-out top;
          -ms-transition: 0.6s ease-in-out top;
           -o-transition: 0.6s ease-in-out top;
              transition: 0.6s ease-in-out top;
    }

    #tela-produto #carousel .item .sub-item{
        float: none;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }

    #tela-produto #carousel.carousel.vertical .active {
      top: 0;
    }

    #tela-produto #carousel.carousel.vertical .next {
      top: 100%;
    }

    #tela-produto #carousel.carousel.vertical .prev {
      top: -100%;
    }

    #tela-produto #carousel.carousel.vertical .next.left,
    #tela-produto #carousel.carousel.vertical .prev.right {
      top: 0;
    }

    #tela-produto #carousel.carousel.vertical .active.left {
      top: -100%;
    }

    #tela-produto #carousel.carousel.vertical .active.right {
      top: 100%;
    }

    #tela-produto #carousel.carousel.vertical .item {
        left: 0;
    }

    #tela-produto #carousel .item-control {
        position: absolute;
        bottom: 0;
        top: auto;
    }
}

#tela-produto .atributos .grade{
    display: table;
    width: 100%;
    padding-bottom: 15px;
}

.texto-atributos{
    font-size: 13px;
}

#tela-produto .atributos .grade li {
    float: left;
    left: -10px;
    cursor: pointer;
    position: relative;
    min-width: 30px;
    text-align: center;
    padding: 4px 10px;
    color: #4b566b;
    border-radius: 5px !important;
    border: 1px solid #e5e5e5;
    font-size: 11px;
    font-weight: bold;
}

#tela-produto .atributos .grade li .tipo-cor {
    width: 100%;
    border-radius: 5px !important;
    padding: 10px;
}

#tela-produto .atributos .grade li:hover, #tela-produto .atributos .grade li.selecionado {
    border-color: #42d697;
    color: #42d697;
    margin-right: 100px;
}
.resumo-produto .opcoes_grade{
    display: none;
    padding-top: 20px;
}

.resumo-produto .opcoes_grade:first-child {
    display: block !important;
    margin-top: -15px;
}

.atributo-item.produto-indisponivel::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -4px;
    right: -4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../images/produtos/icon-indisponivel.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #fff;
}
.atributo-item.produto-indisponivel{
    cursor: no-drop; 
    opacity: 0.4;
}

.atributo-item.produto-hidden{
    display: none;
}

.produto-click-hidden{
    display: none;
}

.produto-indisponivel-click{
    pointer-events: none;
}
#tela-produto .formas-pagamentos {
    margin-top: -5px
}

#tela-produto .formas-pagamentos .caixa{
    margin-bottom: 15px
}

#tela-produto .formas-pagamentos ul.bandeiras{
    display: table;
    width: 100%;
    text-align: left;
}

#tela-produto .formas-pagamentos ul.bandeiras li{
    display:inline-block;
    width: 10%;
    padding: 0 2.5% 2.5% 0;
}

#tela-produto .formas-pagamentos ul.bandeiras li img{
    width: 100%
}

#tela-produto .formas-pagamentos ul.parcelas li{
    margin-top: 5px
}

#tela-produto .botoes-compartilhamento{
    margin-top: 15px
}

#menu-minha-conta{
    display: table;
    width: 100%;
}

#menu-minha-conta li{
    padding: 5px 0 5px 0;
    border-bottom: #CCCCCC solid 1px;
}

#menu-minha-conta li:first-child{
    padding-top: 0;
}

#menu-minha-conta li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

#lista-formas-envio li{
    display: table;
}

#lista-formas-envio li div{
    display: inline-block;
    padding: 5px 0 5px 0
}

#lista-formas-envio li .envio-selecionador{
    margin-right: 10px;
}

#lista-formas-envio li .envio-valor{
    font-weight: bold;
    margin-left: 10px;
}

#tela-carrinho .carrinho-vazio{
    padding: 50px 0 50px 0;
}

#tela-carrinho .carrinho-vazio p{
    font-size: 30px
}


#tela-carrinho #frete table td{
    padding: 5px 5px 5px 0
}

#tela-finaliza-carrinho #enderecos .panel{
    margin-bottom: 10px !important
}

#tela-finaliza-carrinho #enderecos .panel-heading, #tela-finaliza-carrinho #enderecos .panel-body{
    padding: 10px
}

#tela-finaliza-carrinho #formas-pagamentos .lista-cartoes{
    display: table;
    text-align: center;
}

#tela-finaliza-carrinho #formas-pagamentos .lista-cartoes img{
    float: left;
    width: 30px
}

#tela-pagamento-pedido #formas-pagamentos .lista-cartoes{
    display: table;
    text-align: center;
    margin-bottom: 10px
}

#tela-pagamento-pedido #formas-pagamentos .lista-cartoes img{
    float: left;
    width: 30px
}

#tela-pagamento-pedido #formas-pagamentos #div-pag-seguro-checkout-transparente,
#tela-pagamento-pedido #formas-pagamentos #div-mercado-pago-checkout-transparente,
#tela-pagamento-pedido #formas-pagamentos #div-gerencia-net-checkout-transparente
{
    margin-top: 15px
}

#tela-acompanhamento-pedido .situacoes-pedido .icone-situacao{
    padding-right: 5px
}

#tela-acompanhamento-pedido .situacoes-pedido .icone-situacao i{
    font-size: 40px
}

#tela-minha-conta .caixa.dados-cadastrais{
    padding: 20px;
}

#tela-minha-conta .ultimos-pedidos{
    padding: 20px;
    margin-top: 20px;
}

#tela-minha-conta .caixa.dados-cadastrais h5,
#tela-minha-conta .caixa.ultimos-pedidos h5{
    margin-top: 0;
}

table#tabela-produtos .th-valor{
    width: 15%
}

table#tabela-produtos .th-quantidade{
    width: 20%
}

table#tabela-produtos .th-subtotal{
    width: 15%
}

table#tabela-produtos .th-acoes{
    width: 1%
}

table#tabela-produtos .td-acoes{
    white-space: nowrap;
}

table#tabela-produtos .td-acoes a{
    display: inline-block;
}

table#tabela-produtos #frete ul{
    float: right;
    text-align: left;
}

@media screen and (max-width: 600px){

    table#tabela-produtos thead{
        display: none;
    }
    table#tabela-produtos tbody td:not(.normal){
        display: block;
        padding: .6rem;
        min-width: 320px;
    }
    table#tabela-produtos>tbody>tr>td:not(.normal), table#tabela-produtos>tfoot>tr>td:not(.normal){
        vertical-align: middle;
        text-align: center;
    }
    table#tabela-produtos tfoot th:not(.normal){
        display: block;
    }
    table#tabela-produtos tfoot td:not(.normal){
        display: block;
    }
    table#tabela-produtos tfoot td:not(.normal) .btn{
        display: block;
    }

    table#tabela-produtos span{
        /*display: inline;*/
    }

}

#tela-login h4{
    border-bottom: solid 1px;
    margin-bottom: 20px;
    padding-bottom: 10px
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.modal-content .modal-body{
    padding-bottom: 0
}

/*
    Page: 404 and 500 error pages
------------------------------------
*/
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media screen and (max-width: 767px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h4 {
  font-weight: 300;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .error-page > .error-content > h4 {
    text-align: center;
  }
}
.error-page:before,
.error-page:after {
  display: table;
  content: " ";
}
.error-page:after {
  clear: both;
}

.botao_whatsapp_app {
    position: fixed;
    bottom: 72px;
    z-index: 9999999999;
    display: flex;
    align-items: center;
}

.botao_whatsapp_app.left {
    left: 15px;
}

.botao_whatsapp_app.right {
    right: 15px;
}

.botao_whatsapp {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.botao_whatsapp:hover,
.botao_whatsapp:focus {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.botao_whatsapp::before {
    content: "";
    display: block;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='icon' data-icon='whatsapp' class='svg-inline' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23fff' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'%3e%3c/path%3e%3c/svg%3e") top center no-repeat;
    height: 35px;
    margin-top: 11px;
}

.botao_whatsapp p {
    font-family: 'Arial', sans-serif;
}

.botao_whatsapp_secondary,
.botao_whatsapp_primary {
    display: none;
}

.botao_whatsapp_secondary {
    max-width: 300px;
}

.botao_whatsapp_secondary p {
    margin-left: 15px;
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    color: #000;
    font-size: 14px;
    background: #fff;
}

.botao_whatsapp_secondary p::before {
    top: 20px;
    left: -9px;
    content: '';
    position: absolute;
    background: white;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.botao_whatsapp_primary {
    border-radius: 5px;
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 10px;
    bottom: 70px;
    align-items: center;
    max-width: 350px;
    box-shadow: 7px 7px 15px 8px rgba(0, 0, 0, 0.17);
    position: absolute;
    width: 350px;
}

.botao_whatsapp_primary img {
    width: 50px;
    border-radius: 5px;
    margin-left: 10px;
}

.botao_whatsapp_primary p {
    margin: 20px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    color: #000;
    font-size: 14px;
}

.botao_whatsapp_primary p::before {
    top: 20px;
    left: -9px;
    content: '';
    position: absolute;
    background: white;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.botao_whatsapp_primary .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #000;
    opacity: .5;
}

.botao_whatsapp_primary .close:hover,
.botao_whatsapp_primary .close:focus {
    color: #f00;
    opacity: 1;
}

#carousel::-webkit-scrollbar{
	width: 10px;
	background-color: #fff;
}

#carousel::-webkit-scrollbar-thumb{
	background-color: #f3f5f9;
}

.card *, .flex-column * {
    min-height: auto !important;
}