:root{
    --cor-pink: #F6CAC9;
    --cor-green: var(primary-color);
}

* {
    outline: none;
}
body{
    position: relative;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6, ul, li, p, span, a, label, table {
    font-family: 'Lato-Regular';
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-size: 16px;
    line-height: 1;
}
h2 {
    color: #212529;
    font-size: 18px;
    line-height: 1.3;
}
ul, li, p, span, table {
    color: #777777;
    font-size: 14px;
    line-height: 2;
}
a {
    display: inline;
    text-decoration: none;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}
i {
    display: inline;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
li {
    display: inline;
}
img {
    border: 0;
}
/* Fonts */
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1170px;
}
.row {
    float: left;
    width: 100%;
}
header, section, footer {
    float: left;
    margin: 0 auto;
    width: 100%;
}
.overvaly-menu {
    background: rgba(0,0,0,0.8);
    cursor: pointer;
    opacity: 0;
    height: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    visibility: hidden;
    width: 100%;
    z-index: 6;
}
.overvaly-menu.open-overlay {
    opacity: 0.8;
    visibility: visible;
}
.menu-logo {
    align-items: center;
    display: flex;
    min-height: 118px;
}
.menu-lateral-icone {
    margin-right: 45px;
}
.menu-lateral-icone i {
    color: var(--cor-pink);
    cursor: pointer;
    font-size: 28px;
}
.menu-lateral-barra {
    background: #ffffff;
    height: 100vh;
    left: -300px;
    position: absolute;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    top: 0;
    width: 300px;
    z-index: 99;
}
.menu-lateral-barra.open-menu {
    left: 0;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.menu-lateral-barra-btn-voltar {
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    display: block;
    margin: 0 auto 20px;
    padding: 20px;
    width: calc(100% - 40px);
}
.menu-lateral-barra-btn-voltar span {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
}
.menu-lateral-barra ul li {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 10px 20px 20px 40px;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}
.menu-lateral-barra ul li a {
    align-items: center;
    display: flex;
    width: 100%;
}
.menu-lateral-barra ul li span {
    color: #222222;
    flex: 1;
}
.menu-lateral-barra ul li i, .detalhes-produto-texto-banho span strong {
    color: #222222;
}
.menu-lateral-barra ul li > a span, .menu-lateral-barra ul li > a i, .menu ul li > a span, .menu ul li > a i, .painel-cliente-informacoes a, .detalhes-produto-texto-categoria span, .detalhes-produto-texto-categoria span a {
    color: var(--cor-green);
}
.menu-lateral-barra ul li:hover > a span, .menu-lateral-barra ul li:hover > a i, .menu ul li:hover > a span, .menu ul li:hover > a i, .painel-cliente-informacoes a, .detalhes-produto-texto-categoria span, .detalhes-produto-texto-categoria span a {
    color: var(--cor-green);
}
.menu-lateral-barra ul li.link-gazin:hover ul, .carrinho-bloco-botao-fechar-compra .botao-aviso-minimo-compra span, .checkout-resumo-cupom-input label, .checkout-resumo-peso-frete-texto span, .painel-cliente-item-texto span {
    display: block;
}
.menu-lateral-barra ul li ul {
    background: #ffffff;
    /*display: none;*/
    position: absolute;
    padding: 15px 0;
    right: -207px;
    top: 0;
}
.menu-lateral-barra ul li.link-gazin ul {
    display: none;
    padding: 15px 0;
    right: -207px;
    top: 100px;
}
.menu-lateral-barra ul li.link-produtos ul {
    border-right: 1px solid #efefef;
    padding: 0;
    left: 0;
    right: auto;
    top: 0;
    width: 80%;
}

/*.link-novidades{
    font-weight: bold;
    padding-left: 10px !important;
}*/

.menu-lateral-barra ul li.link-produtos ul.link-produtos-categoria {
    border: 0;
    padding: 0 15px;
    position: relative;
    top: 0;
}
.menu-lateral-barra ul li ul li {
    padding: 2px 35px;
}
.menu-lateral-barra ul li.link-produtos ul li {
    display: block;
    padding: 0;
}
.menu-lateral-barra ul li ul li span {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    vertical-align: middle;
}
.menu-lateral-barra ul li.link-produtos ul li.link-produtos-novidades {
    padding: 20px 0 10px 30px;
}
.menu-lateral-barra ul li.link-produtos ul li.link-produtos-novidades span {
   color: var(--cor-pink);
}
.menu-lateral-barra ul li.link-produtos ul.link-produtos-categorias {
    border-right: 0;
    margin: 0 auto;
    padding-left: 15px;
    position: relative;
}
.menu-lateral-barra ul li ul li span:before, .menu .link-gazin ul li span:before, .menu .link-produtos ul.link-produtos-bloco ul.link-produtos-categoria li span:before {
    background: var(--cor-pink);
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: absolute;
    right: 100%;
    z-index: -1;
}
.menu-lateral-barra ul li ul li:hover span:before, .menu-lateral-barra ul li ul li:focus span:before, .menu-lateral-barra ul li ul li:active span:before, .menu .link-gazin ul li:hover span:before, .menu .link-gazin ul li:focus span:before, .menu .link-gazin ul li:active span:before, .menu .link-produtos ul.link-produtos-bloco ul.link-produtos-categoria li:hover span:before, .menu .link-produtos ul.link-produtos-bloco ul.link-produtos-categoria li:focus span:before, .menu .link-produtos ul.link-produtos-bloco ul.link-produtos-categoria li:active span:before {
    background: var(--cor-pink);
    right: 45%;
}
.menu-lateral-barra ul li.link-produtos ul li:hover span:before {
    right: 0;
}
span.link-produtos-categoria-titulo {
    cursor: default;
    font-weight: bold;
}
.menu-lateral-barra ul li.link-produtos ul.link-produtos-bloco {
    display: none;
    height: 100vh;
    overflow-y: scroll;
}

.menu-lateral-barra ul li.link-produtos:hover ul.link-produtos-bloco, .painel-cliente-informacoes-texto span, .painel-cliente-informacoes-texto a, .painel-cliente-formulario-campo label, .detalhes-produto-texto-marca-referencia span {
    display: block;
}

.link-produtos-bloco::-webkit-scrollbar {
  width: 5px;
}
.link-produtos-bloco::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.link-produtos-bloco::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.link-produtos-bloco::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.logo img {
    max-width: 150px;
}
.menu {
    flex: 1;
    text-align: center;
}
.menu ul li {
    cursor: pointer;
}
.menu ul.menu-dinamico li.link-gazin > a, .menu ul.menu-dinamico li.link-produtos > a, .menu ul.menu-dinamico li.link-contato > a, .menu ul.menu-dinamico li.link-revendedor > a, .menu-icones ul li.link-busca a, .menu-icones ul li.link-usuario a, .menu-icones ul li.link-carrinho a, li.link-franquia > a  {
    padding: 45px 22px 57px;
    position: relative;
}
.menu ul li span {
    color: #222222;
    position: relative;
}
.menu ul li i {
    color: #222222;
    margin-left: 10px;
}
.menu .link-gazin ul {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: none;
    margin: 40px auto 0;
    padding: 10px 30px;
    position: absolute;
    text-align: left;
    z-index: 2;
}
.menu .link-gazin:hover ul {
    display: block;
}
.menu .link-gazin ul li {
    display: block;
    padding: 0;
}
.menu .link-gazin ul li a {
    text-decoration: none;
}
.menu ul li.link-produtos {
    text-align: left;
}
.menu ul li.link-produtos .link-produtos-aviso-new {
    background-color: var(--cor-pink);
    left: 21px;
    line-height: 1;
    padding: 0 7px;
    position: absolute;
    top: 20px;
}
.menu-lateral ul li.link-produtos .link-produtos-aviso-new {
    display: none;
}
.menu ul li.link-produtos .link-produtos-aviso-new:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--cor-pink);
    top: 18px;
    left: 5px;
}
.menu ul li.link-produtos .link-produtos-aviso-new span {
    color: #fff;
    font-size: 9px;
}
.menu .link-produtos ul.link-produtos-bloco {
    background-color: #ffffff;
    border: 1px solid #ddd;
    display: none;
    justify-content: space-around;
    left: calc(50% - 583px); /* Para centralizar: 50% + metado do tamanho + 2px das bordas; */
    margin: 45px auto 0;
    padding: 10px 0;
    position: absolute;
    width: 1170px;
    z-index: 2;
}
.menu .link-produtos:hover ul.link-produtos-bloco {
    display: flex;
}
.menu .link-produtos ul.link-produtos-bloco ul.link-produtos-categorias {
    display: inline-table;
}
.menu .link-produtos ul.link-produtos-bloco ul.link-produtos-categoria li {
    display: block;
    padding: 0;
}
li.link-produtos-novidades {
    display: none;
}
.menu-lateral-barra ul li.link-revendedor i, .menu-lateral-barra ul li.link-franquia i {
    display: none;
}
.menu ul li.link-revendedor i, .menu ul li.link-franquia i {
    margin-right: 10px;
}
.menu-icones ul li.link-busca a, .menu-icones ul li.link-usuario a, .menu-icones ul li.link-carrinho a {
    padding-left: 0;
    padding-right: 0;
}
.menu-icones ul li.link-busca i, .menu-icones ul li.link-carrinho i {
    color: #434343;
    font-size: 24px;
}
.menu-icones ul li.link-usuario {
    margin: 0 20px;
}
.linha-busca {
    background: #fff;
    display: none;
    height: 100px;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}
.linha-busca input {
    border: 0;
    border-bottom: 2px solid #777777;
    font-size: 1rem;
    margin: 10px auto 0;
    padding: 15px 0;
    width: 80%;
}
.linha-busca a {
    color: #777777;
    font-size: 24px;
    cursor: pointer;
    margin-top: 10px;
    position: absolute;
    right: 25px;
}
.menu-icones {
    position: relative;
}
.box-opcoes-usuario, .box-carrinho {
    background-color: #ffffff;
    border: 1px solid #ddd;
    display: none;
    right: 45px;
    padding: 15px 20px 20px;
    position: absolute;
    top: 50px;
    z-index: 2;
}
.box-opcoes-usuario > span {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}
.box-opcoes-usuario ul {
    margin-left: 17px;
    display: flex;
    flex-direction: column;
}
.box-opcoes-usuario ul li a span {
    font-weight: 400;
    text-transform: capitalize;
}
.box-opcoes-usuario{
    width:150px;
}
.box-carrinho {
    display: none;
    right: 0;
    width: calc(270px - 42px);
}
.box-carrinho-subtotal {
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 0;
}
.box-carrinho-subtotal span {
    color: #999999;
    font-size: 16px;
}
.box-carrinho a, .produto-item-valor-bloqueado a span, .rodape-social a span, .checkout-botao-editar a span, .detalhes-produto-texto-titulo a span {
    color: var(--cor-green);
}
.box-carrinho a:hover, .produto-item-valor-bloqueado a span:hover, .rodape-social a span:hover, .checkout-botao-editar a span:hover, .detalhes-produto-texto-titulo a span:hover {
    color: #0056b3;
}
.box-carrinho-item {
    display: flex;
    margin-bottom: 10px;
}
.box-carrinho-item-imagem {
    margin-right: 10px;
}
.box-carrinho-item-imagem img {
    width: 100%;
    width: 70px;
    border: 1px solid #eee;
}
.box-carrinho-item-titulo span {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1;
}
.box-carrinho-item i {
    color: #a1a1a1;
}
.box-carrinho-item i:hover {
    color: #000000;
}
/*Banner da Home*/
.banner-home.owl-theme .owl-nav {
    margin-top: 0;
}
.banner-home.owl-carousel .owl-nav button.owl-next, .banner-home.owl-carousel .owl-nav button.owl-prev, .banner-home.owl-carousel button.owl-dot {
    margin: 0;
    position: absolute;
    top: calc(50% - 24px);
}
.banner-home.owl-carousel .owl-nav button.owl-next {
    right: 2%;
}
.banner-home.owl-carousel .owl-nav button.owl-prev {
    left: 2%;
}
.banner-home.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span, .owl-carousel button.owl-dot span {
    color: #ffffff;
    font-size: 40px;
    line-height: inherit;
    -webkit-transition: color 350ms linear;
    -moz-transition: color 350ms linear;
    -ms-transition: color 350ms linear;
    -o-transition: color 350ms linear;
    transition: color 350ms linear;
}
.banner-home.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
.banner-home.owl-theme .owl-nav [class*=owl-]:hover span {
    color: #2f2f2f;
}
.banner-mobile-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none !important;
}
.banner-desktop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
}
/* Faixa de aviso */
.marquee {
    background-color: #e7e3e2;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.marquee p {
    color: #5f504b;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 48s linear infinite;
    -webkit-animation: scroll-left 48s linear infinite;
    animation: scroll-left 48s linear infinite;
}
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
/* Sidebar - Filtros */
aside, article {
    float: left;
    width: 20%;
}
.blocos-filtro {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    float: left;
    margin: 15px;
    padding: 30px;
    width: calc(85% - 62px);
}
.icone-seta.rodou i {
    transform: rotateX(180deg);
}

.item-novidade {
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}
.item-novidade span {
    color: #FFF !important;
    background-color: var(--cor-pink);
    font-size: 14px !important;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 10px;
    border:1px solid transparent;
}
.menu-lateral .item-novidade span {
    display: inline-block;
    max-width: 80%;
    margin: 10px auto 5px auto;
    padding: 5px 10px;
}

 .item-novidade span {
    padding: 5px 10px !important;
    max-width: none;
}

.item-novidade i{
    color: #FFF !important;    
}
.item-novidade:hover span{
    border-color: var(--cor-pink);
    background-color: #FFF;
    color: var(--cor-pink) !important;
}
.item-novidade:hover i{
    color: var(--cor-pink) !important;
}
.item-titulo {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.item-titulo span {
    font-weight: 600;
    text-transform: uppercase;
}
.filtro, .painel-cliente-formulario-campo {
    margin-bottom: 10px;
}
.itens {
    display: none;
    margin-left: 15px;
}
.filtro span, .painel-cliente-item-texto span, .painel-cliente-meus-enderecos .painel-cliente-item-texto span:first-child, .detalhes-produto-texto-titulo a span {
    font-size: 16px;
}
.filtro:hover span, .filtro:focus span, .filtro:active span, .box-opcoes-usuario ul li a span:hover, .box-opcoes-usuario ul li a span:focus, .box-opcoes-usuario ul li a span:active, .filtro-mobile:hover span, .filtro-mobile:focus span, .filtro-mobile:active span, .toggle-rodape-mobile:hover span, .toggle-rodape-mobile:focus span, .toggle-rodape-mobile:active span {
    color: #333333;
}
.filtro a {
    display: block;
}
.filtro-mobile, .toggle-rodape-mobile {
    align-items: center;
    border-bottom: 1px solid #cccccc;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.filtro-mobile div, .toggle-rodape-mobile div {
    flex: 1;
    text-align: right;
}
.filtro-mobile{
    display: none;
    cursor: pointer;
}
/* Listagem de produtos */
article {
    margin-top: 15px;
    width: 80%;
}

#listagem_produtos{
    display: flex;
    flex-wrap: wrap;
}
.produto-item {
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: 0 10px 30px;
    padding-bottom: 15px;
    overflow: visible;
    text-align: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: calc(25% - 30px);
    position: relative;
}
.produto-item:hover {
    border: 1px solid var(--cor-pink);
}
.produto-item-novidade{
    background-color: var(--cor-green);
    position: absolute;
    z-index: 1;
    padding: 3px 8px;
    font-size: 11px;
    font-family: 'Lato-Regular';
    color: #FFF;
    left: -5px;
    top: 5px;
    /*box-shadow: -1px 2px 14px -4px #333;*/
}

.produto-item-swatches{
    width: 100%;
    margin: 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.produto-item-swatches .swatch{
    margin: 4px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}
.produto-item-swatches .swatch.plus{
    margin-left: 7px;
    display: flex;
    background-color: var(--cor-pink);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: #FFF;
}
.produto-item-swatch-display{
    position: fixed;
    top: -100%;
    left: -100%;
    background-color: #FFF;
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.48);
    z-index: 99;
    animation: disappear-soft 0.5s ease;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}
@keyframes disappear-soft{
    0%{ opacity: 1; }
    100%{ opacity: 0; }
}
.produto-item-swatch-display.show{
    opacity: 1;
    animation: appear-soft 0.5s ease;
}
.produto-item-swatch-display-image{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}
.produto-item-swatch-display-title{
    margin-top: 5px;
}
    
.produto-item-images {
    max-height: 238px;
    position: relative;
    overflow: hidden;
}
.produto-item-images a{
    display: inline-flex;
    justify-content: center;
    max-height: 238px;
}
.produto-item-images img {
    width: 100%;
    object-fit: cover;
    max-height: 100%;
}
.produto-item-images img.hover, .produto-item-images div.icone {
    display: none;
}
.produto-item:hover img.hover ~ img.ativa {
    display: none;
}
.produto-item-images div.icone {
    background: var(--cor-pink);
    border-radius: 50%;
    display: none;
    height: 40px;
    left: calc(50% - 20px);
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 15;
}
.produto-item-images div.icone i {
    color: #ffffff;
    font-weight: bold;
    line-height: 2.5;
}
.produto-item:hover img.hover {
    display: block;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.produto-item:hover .produto-item-images div.icone {
    display: block;
}
.skeleton-load .produto-item:hover .produto-item-images div.icone{
    display:none;
}
@keyframes fadein {
    from { transform: translateX(-30%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { transform: translateX(-30%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { transform: translateX(-30%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { transform: translateX(-30%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { transform: translateX(-30%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}
.produto-item-titulo {
    border-top: 1px solid #eeeeee;
    min-height: 60px;
}
.produto-item-titulo span {
    font-size: 16px;
    line-height: 1.5;
}
.produto-item-botao-comprar a, .formulario-bloco input[type=submit], .carrinho-bloco-botao-fechar-compra .botao-aviso-minimo-compra, .carrinho-bloco-botao-fechar-compra .botao-finalizar-pedido, .checkout-resumo-cupom-botao a, .painel-cliente-formulario-campo a, .painel-cliente-input a, .detalhes-produto-texto-botao-para-login a, .btn-default {
    background-image: linear-gradient(30deg, var(--cor-pink) 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 0;
    border: 2px solid var(--cor-pink);
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.05em;
    padding: 2px 10px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    width: auto;
}
.produto-item-botao-comprar a:hover, .formulario-bloco input[type=submit]:hover, .carrinho-bloco-botao-fechar-compra .botao-aviso-minimo-compra:hover, .carrinho-bloco-botao-fechar-compra .botao-finalizar-pedido:hover, .checkout-resumo-cupom-botao a:hover, .painel-cliente-formulario-campo a:hover, .painel-cliente-input a:hover, .detalhes-produto-texto-botao-para-login a:hover, .detalhes-produto-texto-banho-itens a:hover, .detalhes-produto-texto-banho-itens label:hover, .revendedor-botao a:hover {
    background-color: #ffffff;
    color: #ffffff;
    letter-spacing: 0.05em;
    background-image: linear-gradient(30deg, var(--cor-pink) 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 100%;
    cursor: pointer;
}
.produto-item-botao-comprar a span, .produto-item-botao-comprar a i, .formulario-bloco input[type=submit], .carrinho-bloco-botao-fechar-compra .botao-aviso-minimo-compra span, .carrinho-bloco-botao-fechar-compra .botao-finalizar-pedido span, .checkout-resumo-cupom-botao a, .painel-cliente-formulario-campo a span, .painel-cliente-input a span, .painel-cliente-item-botao a i, .painel-cliente-item-botao span, .detalhes-produto-texto-botao-para-login a span, .detalhes-produto-texto-botao-para-login a i, .btn-default {
    color: #ffffff;
    font-weight: bold;
}
.produto-item-botao-comprar a:hover span, .produto-item-botao-comprar a:hover i, .formulario-bloco input[type=submit]:hover, .carrinho-bloco-botao-fechar-compra .botao-aviso-minimo-compra:hover span, .carrinho-bloco-botao-fechar-compra .botao-finalizar-pedido:hover span, .checkout-resumo-cupom-botao a:hover, .painel-cliente-formulario-campo a:hover span, .painel-cliente-input a:hover span, .detalhes-produto-texto-botao-para-login a:hover span, .detalhes-produto-texto-botao-para-login a:hover i, .detalhes-produto-texto-banho-itens label:hover, .revendedor-botao a:hover {
    color: var(--cor-green);
}
.produtos-paginacao {
    border: 1px solid #dee2e6;
    margin: 20px 0 50px;
}
.produtos-paginacao ul li {
    display: table-cell;
}
.produtos-paginacao ul li.ativo, .produtos-paginacao ul li.ativo a:hover {
    background-color: var(--cor-pink)
}
.produtos-paginacao ul li a {
    border: 1px solid #dee2e6;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    padding: 6px 6px 6px 8px;
}
.produtos-paginacao ul li:first-child a {
    border-left: 0;
}
.produtos-paginacao ul li:last-child a {
    border-right: 1px solid #dee2e6;
}
.produtos-paginacao ul li.ativo a span {
    color: #ffffff;
}
.produtos-paginacao ul li a:hover {
    background-color: #e9ecef;
}
.produtos-paginacao ul li.ativo a:hover span {
    text-decoration: underline;
}
#banner-parallax {
    background: url(../images/bg-banner.png) no-repeat center top;
    background-attachment: fixed;
    height: 250px;
    background-size: cover;
}
.banner-parallax-texto {
    display: inline-flex;
    flex-direction: column;
    padding: 190px 0 0;
    text-align: center;
}
span.texto-rosa, span.texto-preto , span.texto-cinza {
    line-height: 1;
    margin: 8px auto;
}
span.texto-rosa {
    color: var(--cor-pink);
    font-size: 90px;
    font-weight: 900;
    letter-spacing: 0.02em;
}
span.texto-preto {
    color: #333333;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
span.texto-cinza {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5em;
}
/*Instagram*/
.instagram-titulo {
    margin: 50px auto 25px;
    text-align: center;
}
.instagram-titulo h1 {
    font-size: 28px;
}
/*Rodapé*/
footer {
    background-color: #f1f5f4;
    display: table;
    padding: 20px;
    width: calc(100% - 40px);
}
.rodape-coluna {
    background-color: #ffffff;
    border-right: 20px solid #f1f5f4;
    display: table-cell;
    height: 399px;
    margin: 0 1%;
    padding: 0 40px;
    text-align: center;
    vertical-align: middle;
    width: 32%;
}
.grecaptcha-badge{
    display: none !important;
}
.rodape-coluna.newsletter {
    background: var(--cor-pink);
}
.g-recaptcha{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rodape-social {
    margin-top: 40px;
}
.rodape-social a {
    margin: 0 22px;
}
.rodape-social svg, .rodape-coluna input[type="text"] {
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}
.rodape-social a:hover svg {
    fill: var(--cor-pink);
}
.rodape-coluna.newsletter span, .rodape-coluna.newsletter p {
    color: #ffffff;
    line-height: 1;
}
.rodape-coluna.newsletter span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
.rodape-coluna input[type="text"] {
    border: 1px solid transparent;
    color: #495057;
    display: block;
    letter-spacing: 1.2px;
    margin: 10px auto;
    min-width: 250px;
    padding: 15px 10px;
}
.rodape-coluna input[type="text"]:hover, .rodape-coluna input[type="text"]:focus, .rodape-coluna input[type="text"]:active, .carrinho-bloco table tbody tr td.td-quantidade input:hover, .carrinho-bloco table tbody tr td.td-quantidade input:focus, .carrinho-bloco table tbody tr td.td-quantidade input:active {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.rodape-coluna input[type="submit"] {
    background-image: linear-gradient(30deg, var(--cor-green) 50%, transparent 50%);
    background-size: 850px;
    background-position: 0;
    background-repeat: no-repeat;
    border: 2px solid var(--cor-green);
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 29px;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    display: inline-flex;
}
.rodape-coluna input[type="submit"]:hover {
    color: var(--cor-green);
    background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: 100%;
}
.rodape-coluna.contato span, .rodape-coluna.contato img {
    display: block;
}
.rodape-coluna.contato span b {
    color: #000000;
}
.rodape-coluna.contato img {
    margin: 25px auto 0;
}
.rodape-coluna.contato .rodape-coluna-item.cartoes-aceitos img {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
/* Voltar ao topo */
.cd-top{
    background: var(--cor-pink) center 50%;
    background-size: 15px;
    border-radius: 300px;
    bottom: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    height: 18px;
    right: 15px;
    opacity: 0;
    overflow: hidden;
    padding: 20px 0;
    position: fixed;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    visibility: hidden;
    white-space: nowrap;
    width: 60px;
    z-index: 10;
}
.cd-top.cd-is-visible{
    bottom: 70px;
    opacity:1;
    visibility:visible;
}
.cd-top.cd-fade-out{
    opacity:.5
}
.cd-top:hover {
    opacity: 1;
}
.cd-top i {
    color: #ffffff;
    line-height: 0.5;
    margin: 0 auto;
}

.mobile{
    display: none !important;
}
.desktop{
    display: block !important;
}

/* Listagem de Produtos */
.faixa-aviso, .faixa-inicial {
    background-color: var(--cor-pink);
    padding: 2px 0;
    text-align: center;
}
.faixa-aviso .container.desktop{
    display: flex !important;
}
.faixa-aviso .container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.faixa-aviso i, .faixa-aviso span, .faixa-inicial span {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.2;
}
.faixa-aviso i {
    font-size: 18px;
    transform: rotateY(180deg);
}
.faixa-aviso-bloco{
    margin: 0px 5px 0px 10px;
    padding-right: 15px;
    border-right: 1px solid #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faixa-aviso-bloco:last-child{
    border:0;
    padding-right: 0px;
    margin-right: 0px;
}
.faixa-aviso-bloco span{
    font-size: 17px !important;
    padding-left: 15px
}
.faixa-aviso-bloco img{
    max-width: 5vh;
}
/*Cadastro*/
.faixa-inicial {
    padding: 15px 0;
}
.titulo-onde-estou {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.onde-estou, .onde-estou span, .detalhes-produto-texto-categoria span {
    font-weight: bold;
}
.onde-estou span {
    font-size: 14px;
    margin: 0 10px;
}
.onde-estou a:hover span {
    text-decoration: underline;
}
.formulario-blocos {
    border: 1px solid #dddddd;
    margin: 30px auto 0;
    padding: 30px;
}
.formulario-bloco-titulo span {
    color: #333333;
    font-weight: 600;
}
.formulario-linha {
    display: flex;
    margin-bottom: 30px;
}
.linha-2-colunas .formulario-input {
    width: 50%;
}
.formulario-input label {
    background: var(--cor-pink);
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding: 2px 4px;
}

::placeholder{
    color: #000;
    opacity: 1;
}

.formulario-input input, .formulario-input select, .checkout-coluna-bloco select, .checkout-resumo-cupom-input input, .checkout-resumo-meio-pagamento.cartao-credito.parcelas select, .painel-cliente-formulario-campo input, .painel-cliente-formulario-campo select, .formulario-input textarea {
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #171718;
    display: block;
    font-size: 1.07rem;
    margin-top: 10px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: calc(100% - 26px);
}
.formulario-input input:hover, .formulario-input input:focus, .formulario-input input:active, .formulario-input select:hover, .formulario-input select:focus, .formulario-input select:active, .checkout-coluna-bloco select:hover, .checkout-coluna-bloco select:focus, .checkout-coluna-bloco select:active, .checkout-resumo-cupom-input input:hover, .checkout-resumo-cupom-input input:focus, .checkout-resumo-cupom-input input:active, .checkout-resumo-meio-pagamento.cartao-credito.parcelas select:hover, .checkout-resumo-meio-pagamento.cartao-credito.parcelas select:focus, .checkout-resumo-meio-pagamento.cartao-credito.parcelas select:active, .painel-cliente-formulario-campo input:hover, .painel-cliente-formulario-campo input:focus, .painel-cliente-formulario-campo input:active, .painel-cliente-formulario-campo select:hover, .painel-cliente-formulario-campo select:focus, .painel-cliente-formulario-campo select:active, .formulario-input textarea:hover, .formulario-input textarea:focus, .formulario-input textarea:active {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.linha-3-colunas .formulario-input {
    width: 33%;
}
.linha-3-colunas .formulario-input:nth-child(2) {
    margin: 0 1%;
}
.linha-4-colunas .formulario-input {
    margin-right: 1%;
    width: 27%;
}
.linha-4-colunas .formulario-input.campo-numero {
    width: 16%;
}
.linha-4-colunas .formulario-input:last-child {
    margin-right: 0;
}
.linha-3-colunas .formulario-input select {
    width: 100%;
}
.formulario-bloco input[type=submit], .carrinho-bloco-botao-fechar-compra .botao-aviso-minimo-compra, .carrinho-bloco-botao-fechar-compra .botao-finalizar-pedido {
    display: inline-block;
    font-size: 18px;
    padding: 9px 16px;
}
/* Página de Estou sem acesso */
.estou-sem-acesso-blocos {
    margin: 30px auto;
}
.estou-sem-acesso-input label {
    background: none;
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.linha-2-colunas .formulario-input:first-child {
    margin-right: 1%;
}
.linha-2-colunas .formulario-input:last-child {
    margin-left: 1%;
}
.formulario-linha.estou-sem-acesso-linha.linha-2-colunas {
    margin-top: 18px;
}
.formulario-linha.estou-sem-acesso-linha:last-child .formulario-input {
    text-align: right;
    width: 100%;
}
.formulario-bloco .formulario-linha.estou-sem-acesso-linha input,
.formulario-bloco .formulario-linha.estou-sem-acesso-linha input[type=submit] {
    padding: 15px 21px;
}
.formulario-bloco .formulario-linha.estou-sem-acesso-linha input {
    width: calc(100% - 44px);
}
.formulario-bloco .formulario-linha.estou-sem-acesso-linha input[type=submit] {
    width: auto;
}
.formulario-aviso {
    margin: 10px auto 50px;
    text-align: center;
}
.formulario-aviso i {
    color: #F00;
    display: block;
    font-size: 52px;
}
.formulario-aviso span {
    color: #333333;
    display: block;
    font-size: 32px;
    line-height: 1;
    margin: 10px auto;
}
.formulario-aviso p {
    font-size: 18px;
}
/* Carrinho */
.carrinho-aviso {
    margin: 10px auto 0;
    text-align: center;
}
.carrinho-aviso p {
    background-color: #dc3545;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 2px 5px 4px;
    width: 388px;
}
.btn-remove:hover, .btn-remove:hover i{
    color: #FF0000;
}
.carrinho-bloco {
    margin-top: 45px;
}
.carrinho-bloco table {
    width: 100%;
}
.carrinho-bloco table tr td {
    border-bottom: 1px solid #eeeeee;
    padding: 0.75rem;
    text-align: center;
}
.carrinho-bloco table thead tr td span {
    color: #222222;
    font-weight: bold;
}
.carrinho-bloco table tbody tr td img {
    height: 90px;
}
.carrinho-bloco table tbody tr td span:first-child {
    display: block;
}
.carrinho-bloco table tr td.td-produto span {
    line-height: 1.5;
}
.carrinho-bloco table tr td.td-produto span:last-child {
    font-size: 75%;
}
.carrinho-bloco table tbody tr td.td-preco span:first-child {
    line-height: 1.2;
}
.carrinho-bloco table tbody tr td.td-preco span:last-child {
    color: #222222;
    font-size: 24px;
    line-height: 1.2;
}
.carrinho-bloco table tbody tr td.td-quantidade input {
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 1rem;
    padding: 0.475rem 0.75rem;
    text-align: center;
    width: 60px;
}
.carrinho-bloco table tbody tr .td-total span {
    color: var(--cor-pink);
    font-size: 24px;
}
.carrinho-bloco-resumo {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.carrinho-bloco-resumo span, .painel-cliente-formulario-campo label {
    color: #212529;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.carrinho-bloco-resumo span:last-child {
    font-size: 24px;
    margin-right: 3%;
    text-align: right;
    width: 40%;
}
.carrinho-bloco-resumo.total span:last-child {
    color: #aaaaaa;
}
.carrinho-bloco-botao-fechar-compra {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-right: 3%;
}
.carrinho-bloco-botao-fechar-compra .botao-continuar-comprando, .checkout-coluna.enderecos .checkout-botao-editar a {
    background-color: var(--cor-green);
    border-radius: 8px;
    padding: 0.375rem 0.75rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.carrinho-bloco-botao-fechar-compra .botao-continuar-comprando:hover, .painel-cliente-botao a:hover, .checkout-coluna.enderecos .checkout-botao-editar a:hover, .checkout-resumo-meio-pagamento.cartao-credito.botao a:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.carrinho-bloco-botao-fechar-compra .botao-continuar-comprando span {
    color: #ffffff;
    line-height: 0;
}
.carrinho-bloco-botao-fechar-compra .botao-aviso-minimo-compra, .carrinho-bloco-botao-fechar-compra .botao-finalizar-pedido {
    margin: 10px 0 30px;
    text-align: center;
    width: 300px;
}
.carrinho-bloco-botao-fechar-compra .botao-aviso-minimo-compra:hover {
    border-color: #bd2130;
}
.carrinho-bloco-botao-fechar-compra .botao-finalizar-pedido {
    width: auto;
}
/*Checkout*/
.checkout-colunas {
    float: left;
    margin-bottom: 70px;
    width: 50%;
}
.checkout-coluna {
    border: 1px dashed #DDD;
    display: inline-table;
    margin-top: 10px;
    padding: 15px;
    width: calc(98% - 32px);
}
.checkout-botao-editar {
    text-align: right;
}
.checkout-titulo-bloco h2, .checkout-coluna.pagamento .checkout-titulo-bloco span {
    color: #444444;
    font-size: 24px;
    font-weight: bold;
}
.checkout-campos-bloco {
    margin: 50px auto 0;
}
.checkout-linha-bloco {
    display: flex;
    margin-bottom: 25px;
}
.checkout-coluna-bloco {
    width: 50%;
}
.checkout-coluna-bloco label, .checkout-resumo-meio-pagamento.cartao-credito.parcelas label {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.checkout-coluna-bloco span, .painel-cliente-planilha table, .revendedor-texto p {
    color: #212529;
}
.checkout-coluna.enderecos .checkout-botao-editar a, .checkout-resumo-meio-pagamento.cartao-credito.botao a, .painel-cliente-botao a {
    background-color: var(--cor-green);
    display: inline-block;
    padding: 0.2rem 0.75rem;
}
.checkout-coluna.enderecos .checkout-botao-editar a span, .checkout-resumo-meio-pagamento.cartao-credito.botao a span, .checkout-resumo-meio-pagamento.cartao-credito.botao a i, .painel-cliente-botao a i, .painel-cliente-botao a span {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}
.checkout-coluna.dados .checkout-botao-editar a {
    line-height: 2.4;
}
.checkout-coluna.pagamento {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    padding: 40px;
    width: calc(100% - 82px);
}
.checkout-coluna.pagamento .checkout-titulo-bloco {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}
.checkout-resumo-produtos {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
}
.checkout-resumo-produto, .checkout-resumo-cupom, .checkout-resumo-peso-frete, .checkout-resumo-total, .checkout-resumo-meio-pagamento.cartao-credito.botao {
    display: flex;
    justify-content: space-between;
}
.checkout-resumo-produtos-texto, .checkout-resumo-produtos-valores {
    margin: 20px 0;
}
.checkout-resumo-produtos-texto span, .checkout-resumo-produtos-valores span {
    color: #444444;
    display: block;
    font-size: 15px;
    line-height: 20px;
}
.checkout-resumo-produtos-texto span:last-child {
    font-size: 12px;
}
.checkout-coluna.pagamento .checkout-titulo-bloco span, .checkout-resumo-produtos-valores, .checkout-resumo-peso-frete-valores, .checkout-resumo-total-valor {
    width: 150px;
}
.checkout-resumo-produtos-valores span {
    color: #232323;
    font-size: 18px;
    line-height: 20px;
}
.checkout-resumo-produtos-valores span:first-child {
    color: #aaaaaa;
    font-size: 14px;
}
.checkout-resumo-produtos.total {
    border-top: 0;
    margin-top: 0;
}
.checkout-resumo-produtos.total .checkout-resumo-produtos-texto span, .checkout-resumo-cupom-input label, .checkout-resumo-peso-frete-texto span, .checkout-resumo-total-texto span {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.checkout-resumo-produtos.total .checkout-resumo-produtos-texto span:last-child, .checkout-resumo-produtos.total .checkout-resumo-produtos-valores span:last-child, .checkout-resumo-peso-frete-texto span:last-child {
    display: block;
    margin-top: 20px;
}
.checkout-resumo-produtos.total .checkout-resumo-produtos-valores span, .checkout-resumo-peso-frete-valores span, .checkout-resumo-total-valor span {
    color: var(--cor-pink);
    font-size: 18px;
    line-height: 20px;
}
.checkout-resumo-cupom {
    align-items: center;
    margin: 20px 0;
}
.checkout-resumo-cupom-input input {
    margin-top: 0;
}
.checkout-resumo-cupom-botao {
    margin-right: 50px;
}
.btn-default, .checkout-resumo-cupom-botao a, .painel-cliente-formulario-campo.botao a, .painel-cliente-input a, .detalhes-produto-texto-botao-para-login a, .revendedor-botao a {
    font-size: 14px;
    padding: 13px 29px;
}
.detalhes-produto-texto-botao-para-login a {
    display: inline-block;
}
.checkout-resumo-peso-frete, .checkout-resumo-total {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 30px 0;
}
.checkout-resumo-frete-radio {
    margin-top: 40px;
}
.checkout-resumo-total {
    align-items: center;
    border-top: 0;
}
.checkout-resumo-total-texto span {
    font-size: 18px;
    font-weight: normal;
}
.checkout-resumo-aviso-ambiente {
    background-color: var(--cor-green);
    display: block;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.checkout-resumo-aviso-ambiente span {
    color: #ffffff;
}
.checkout-resumo-meio-pagamento > span, .qualidade-gazin-item h3 {
    color: #777777;
    font-size: 24px;
    font-weight: 400;
}
.checkout-resumo-meio-pagamento-item {
    border: 1px dashed #DDD;
    padding: 10px;
    margin-bottom: 5px;
}
.checkout-resumo-meio-pagamento-item label {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
}
.checkout-resumo-meio-pagamento-item i, .painel-cliente-item-texto span:first-child {
    font-size: 24px;
}
.checkout-resumo-meio-pagamento.cartao-credito.botao a, .painel-cliente-botao a {
    align-items: center;
    border-radius: 5px;
    display: flex;
}
.checkout-resumo-meio-pagamento.cartao-credito.botao span {
    font-size: 14px;
}
.checkout-resumo-meio-pagamento.cartao-credito.botao a i, .painel-cliente-botao a i {
    margin-right: 5px;
}
.checkout-resumo-meio-pagamento.cartao-credito.parcelas {
    margin: 30px auto 0;
}
.checkout-resumo-meio-pagamento.cartao-credito.parcelas select, .painel-cliente-formulario-campo select {
    width: 100%;
}
.checkout-resumo-meio-pagamento-aviso {
    margin: 30px auto 0;
    text-align: center;
}
.checkout-resumo-meio-pagamento-aviso p {
    color:#F00;
    line-height: 1.2;
}
.checkout-resumo-meio-pagamento-aviso a {
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 5px;
    padding: 0.2rem 0.75rem 0.4rem;
}
.checkout-resumo-meio-pagamento-aviso a:hover {
    background-color: #c82333;
    border-color: #bd2130;
}
/*Minha Conta*/
.marquee.minha-conta {
    background-color: var(--cor-pink);
}
#painel-cliente {
    margin: 10px 0 70px;
}
.barra-lateral-painel-cliente {
    background: #d3d3d3;
    border-radius: 5px;
    padding: 15px;
}
.barra-lateral-painel-cliente li {
    display: block;
    margin-bottom: 10px;
}
.barra-lateral-painel-cliente li:last-child {
    margin-bottom: 0;
}
.barra-lateral-painel-cliente li i, .barra-lateral-painel-cliente li span {
    color: #000000;
}
.painel-cliente {
    border: 1px solid #ddd;
    margin: 0 0 0 3%;
    padding: 30px;
    width: calc(74% - 62px);
}
.painel-cliente-texto h1 {
    font-size: 22px;
}
.painel-cliente-texto p {
    color: #5f5f5f;
    display: block;
    line-height: 1.1;
    margin-top: 15px;
}
.painel-cliente-informacoes {
    margin-top: 50px;
}
.painel-cliente-informacoes h2 {
    color: #333333;
    font-size: 22px;
}
.painel-cliente-informacoes-subtitulo {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    width: 50%;
}
.painel-cliente-informacoes-subtitulo h3 {
    font-weight: normal;
}
.painel-cliente-meus-pedidos a:hover {
    text-decoration: underline;
}
.painel-cliente-informacoes-texto span, .painel-cliente-informacoes-texto a {
    line-height: 1.5;
}
.painel-cliente-informacoes-subtitulo.endereco {
    margin-top: 60px;
    width: 100%;
}
.painel-cliente-informacoes-texto.endereco {
    display: inline-grid;
    width: 49%;
}
.painel-cliente-informacoes-texto.endereco span a {
    display: initial;
}
.painel-cliente-informacoes-texto.endereco > span:first-child {
    margin: 7px 0;
}
.painel-cliente-informacoes-texto.endereco address span, .painel-cliente-item-texto span {
    color: #212529;
}
/*Dados da Conta*/
.painel-cliente-formulario.dados-conta {
    margin-top: 20px;
}
.painel-cliente-formulario-campo label {
    font-size: 14px;
    margin-bottom: 5px;
}
.painel-cliente-formulario-campo a:hover, .painel-cliente-planilha a:hover, .painel-cliente-input a:hover, .painel-cliente-botao a:hover {
    text-decoration: none;
}
.painel-cliente-formulario-campo.botao {
    margin: 40px auto 0;
    text-align: center;
}
/*Meus Pedidos*/
.painel-cliente.meus-pedidos, .painel-cliente.meus-cartoes {
    border: 0;
    padding: 0;
    width: calc(79% - 62px);
}
.painel-cliente-meus-pedidos, .painel-cliente-meus-cartoes {
    border: 1px solid #ddd;
    padding: 30px;
}
.painel-cliente-meus-pedidos:first-child {
    margin-bottom: 20px;
}
.painel-cliente-texto h2 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
.painel-cliente-planilha {
    margin: 30px auto 0;
}
.painel-cliente-planilha table {
    border-collapse: collapse;
    line-height: 1.5;
    width: 100%;
}
.painel-cliente-planilha table thead td {
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    font-weight: bold;
    padding: 10px 0;
}
.painel-cliente-planilha table tbody td {
    font-size: 18px;
}
.painel-cliente-planilha table tbody td a {
    color: var(--cor-green);
}
.painel-cliente-planilha table tbody td a:hover {
    color: #0056b3;
}
.painel-cliente-planilha table tbody td .status {
    background-color: var(--cor-green);
    border-radius: 0.25rem;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 0.25em 0.4em;
}
.painel-cliente-planilha-lista-produtos, .painel-cliente-planilha-arquivos {
    text-align: center;
}
.painel-cliente-planilha-lista-produtos i, .painel-cliente-planilha-arquivos i {
    font-size: 28px;
}
.painel-cliente-input {
    margin-top: 50px;
}
/*Meus Cartões*/
.painel-cliente-texto-imagem {
    display: flex;
    justify-content: space-between;
}
.painel-cliente-imagem {
    margin-right: 100px;
}
.painel-cliente-botao {
    margin-top: 20px;
}
.painel-cliente-botao a {
    display: inline-flex;
}
.painel-cliente-itens {
    margin-top: 40px;
}
.painel-cliente-item {
    border: 1px dashed #dddddd;
    display: flex;
    justify-content: space-between;
    margin: 10px;
    padding: 20px;
}
.painel-cliente-item-texto span {
    line-height: 1.2;
}
.painel-cliente-item-botao a {
    background-color: #dc3545;
    border-radius: 8px;
    padding: 0.375rem 0.75rem;
}
.painel-cliente-item-botao a:hover {
    background-color: #bd2130;
}
.painel-cliente-botao.fazer-checkout {
    text-align: center;
}
.painel-cliente-botao.fazer-checkout a {
    background-color: var(--cor-green);
}
.painel-cliente-botao.fazer-checkout a:hover {
    background-color: #0069d9;
}
/*Login*/
.fundo-login {
    background: url(../images/bg-login.jpg) no-repeat center top / cover;
}
.login {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}
.login-logo {
    background-color: var(--cor-green);
    border-radius: 8px;
    height: 170px;
    margin-right: -10px;
    position: relative;
    text-align: center;
    width: 375px;
}
.login-logo img {
    margin-top: 50px;
}
.login-formulario {
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    padding: 30px;
    width: 40%;
}
.login-usuario {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
}
.login-usuario a {
    border-bottom: 2px solid var(--cor-pink);
    color: var(--cor-pink);
    display: inline-block;
    font-size: 18px;
    padding: 0.5rem 1rem;
}
.login-inputs input {
    border: 1px solid #eaeaea;
    border-radius: 25px;
    display: block;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding: 9px 25px;
    width: calc(100% - 52px);
}
.login-inputs {
    text-align: center;
}
.login-inputs input[type="submit"], .login-inputs-links a {
    background-color: var(--cor-green);
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin: 0 auto;
    padding: 11px 45px;
    text-align: center;
    width: auto;
}
.login-inputs input[type="submit"]:hover, .login-inputs-links a:hover {
    opacity: 0.8;
}
.login-inputs a {
    text-align: center;
}
.login-inputs a span {
    color: #565656;
    font-size: 12px;
}
.login-inputs-links {
    display: flex;
    margin-top: 40px;
}
/*Detalhes do Produto*/
.detalhes-produto-imagem-texto {
    display: flex;
    margin: 10px 0 30px;
    width: 100%;
}
.detalhes-produto-imagem, .detalhes-produto-imagem.owl-carousel.owl-theme {
    border: 1px solid rgb(238, 238, 238);
    max-height: 475px;
    width: 475px;
}
div#slideThumb {
    width: 475px;
}
.detalhes-produto-imagem img {
    width: 100%;
}
.detalhes-produto-imagem.owl-carousel.owl-theme .owl-nav button.owl-next, .detalhes-produto-imagem.owl-carousel.owl-theme .owl-nav button.owl-prev {
    background-color: #dddddd;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    transition: all 350ms linear;
}
.detalhes-produto-imagem.owl-carousel.owl-theme:hover .owl-nav button.owl-next, .detalhes-produto-imagem.owl-carousel.owl-theme:hover .owl-nav button.owl-prev {
    opacity: 1;
}
.detalhes-produto-imagem.owl-carousel.owl-theme .owl-nav button.owl-next span, .detalhes-produto-imagem.owl-carousel.owl-theme .owl-nav button.owl-prev span {
    color: #777777;
    font-size: 30px;
    line-height: 0.5;
}
.detalhes-produto-texto-banho {
    border-top: 1px dashed #dddddd;
    padding: 15px 0 20px;
}
.detalhes-produto-texto {
    margin-left: 30px;
}
.detalhes-produto-texto-titulo h1 {
    color: #222222;
    font-size: 25px;
    line-height: 1.2em;
}
.detalhes-produto-texto-titulo a span {
    display: block;
    margin-top: 10px;
}
.detalhes-produto-texto-banho-itens label {
    background-color: var(--cor-pink);
    border: 2px solid var(--cor-pink);
    border-radius: 8px;
    color: #ffffff;
    display: inline-table;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    margin: 3px 1px;
}
.detalhes-produto-texto-banho-itens label.ativo {
    background-color: #ffffff;
    color: #000000;
}
.detalhes-produto-texto-estoque {
    margin-bottom: 0.5rem;
}
.detalhes-produto-texto-estoque span {
    border: 1px solid #dddddd;
    display: block;
    padding: 3px;
    text-align: center;
    width: 250px;
}
.detalhes-produto-texto-estoque span strong {
    color: var(--cor-green);
    font-size: 23px;
    line-height: 1.2;
}
.detalhes-produto-texto-quantidade label, .detalhes-produto-texto-categoria span strong, .detalhes-produto-texto-detalhes span strong, .detalhes-produto-texto-marca-referencia span strong {
    color: #222222;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.detalhes-produto-texto-quantidade {
    margin-bottom: 30px;
}
.detalhes-produto-texto-quantidade-input {
    display: flex;
}
.detalhes-produto-texto-quantidade-input input {
    border: 1px solid #ced4da;
    text-align: center;
    width: 50px;
}
.detalhes-produto-texto-quantidade-input button {
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    padding: 12px;
}
.detalhes-produto-texto-quantidade-input button.mais {
    border-radius: 0 8px 8px 0;
}
.detalhes-produto-texto-categoria {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 15px 0;
    margin-top: 30px;
}
.detalhes-produto-texto-categoria span strong, .detalhes-produto-texto-detalhes span strong, .detalhes-produto-texto-marca-referencia span strong {
    display: inline-block;
    margin-bottom: 0;
}
.detalhes-produto-texto-detalhes {
    padding-top: 15px;
}
.detalhes-produto-texto-detalhes span {
    display: block;
    line-height: 1.5;
}
/*.detalhes-produto-texto-detalhes p {
    margin-bottom: 30px;
}*/
.detalhes-produto-texto-marca-referencia {
    border-top: 1px dashed #dddddd;
    margin: 15px auto 0;
    padding: 15px 0;
}
.detalhes-produto-slide #slideThumb .owl-item {
    text-align: center;
}
.detalhes-produto-slide #slideThumb button {
    background: #ffffff;
    border: 0;
    cursor: pointer;
    margin-top: 30px;
    padding: 0;
    width: 127px;
}
.detalhes-produto-slide #slideThumb button img {
    border: 1px solid #dddddd;
}
.detalhes-produto-slide #slideThumb button.owl-prev, .detalhes-produto-slide #slideThumb button.owl-next {
    border: 1px solid #ccc;
    padding: 0 10px;
    width: auto;
    z-index: 9999;
}
.detalhes-produto-slide #slideThumb button.owl-prev {
    padding: 5px 10px;
}
.detalhes-produto-slide #slideThumb button.owl-prev span, .detalhes-produto-slide #slideThumb button.owl-next span {
    color: #212529;
    font-size: 14px;
}
.detalhes-produto-relacionados {
    width: 100%;
}
.detalhes-produto-relacionados h1 {
    font-size: 25px;
}
.detalhes-produto-relacionados-itens {
    margin: 30px auto 0;
}
.detalhes-produto-preco-logado {
    margin-bottom: 20px;
}
.detalhes-produto-preco-logado span {
    color: #222222;
    display: block;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
}
.detalhes-produto-preco-logado span del {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
}


.detalhes-produto-texto-botao-para-comprar .button {
    background-image: linear-gradient(30deg, var(--cor-green) 100%, transparent 50%);
    border: 0px solid #EEE;
    border-radius:12px;
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    padding: 13px 29px;
    display: inline-block;
}
.detalhes-produto-texto-botao-para-comprar .button, .detalhes-produto-texto-botao-para-comprar .button i {
    transition: 0.4s all ease !important;
}
.button.go-cart{
    margin-top: 10px;
    background-image: linear-gradient(30deg, var(--cor-pink) 100%, transparent 50%);
}

.detalhes-produto-texto-botao-para-comprar .button:hover,
.detalhes-produto-texto-botao-para-comprar .button:hover i {
    color: #000000;
}
.detalhes-produto-slide {
    position: relative;
}
.detalhes-produto-aviso-off {
    background: var(--cor-pink);
    border-radius: 100%;
    margin: 10px 0 0 10px;
    padding: 5px 10px;
    position: absolute;
    z-index: 99;
}
.detalhes-produto-aviso-off span {
    color: #ffffff;
    font-weight: bold;
}
/*Quem Somos*/
.quem-somos-imagem {
    margin-top: 10px;
}
.quem-somos-imagem img {
    width: 100%;
}
.quem-somos-texto-imagem {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px auto;
}
.quem-somos-texto {
    margin-right: 30px;
}
.quem-somos-imagem-lateral img {
    border-radius: 7px;
    height: 100%;
    max-width: 400px;
    object-fit: cover;
    /* width: 100%; */
}
.quem-somos-texto h2 {
    margin-bottom: 10px;
}
/* .quem-somos-texto p:nth-of-type(3) {
    margin-bottom: 40px;
} */
.quem-somos-video {
    margin-top: 20px;
}
.quem-somos-video video {
    width: 100%;
    border-radius: 7px;
    /* height: 360px; */
}
/*Seja uma Revendedora*/
.revendedor-texto {
    margin: 20px 0 40px;
}
.revendedor-texto p {
    margin-bottom: 15px;
}
/*FAQ*/
.faq-texto h2 {
    margin: 30px 0 10px;
}
/*Qualidade Gazin*/
.qualidade-gazin-texto h2 {
    margin: 30px 0 40px;
    text-align: center;
}
.qualidade-gazin-item {
    display: inline-table;
    margin-bottom: 40px;
    width: 48%;
}
.qualidade-gazin-item:nth-child(odd) {
    margin-right: 1%;
}
.qualidade-gazin-item:nth-child(even) {
    margin-left: 1%;
}
.qualidade-gazin-item img, .qualidade-gazin-item h3 {
    float: left;
}
.qualidade-gazin-item img {
    margin-right: 10px;
    width: 90px;
}
.qualidade-gazin-item h3 {
    display: contents;
}
.qualidade-gazin-item p {
    text-align: justify;
}
/*Contato*/
.contato {
    margin: 10px auto;
}
.contato .formulario-input input, .contato .formulario-input textarea {
    padding: 17px 25px;
    width: calc(100% - 52px);
}
.contato .formulario-input textarea {
    font-family: 'Lato-Regular';
    font-size: 16px;
}
.contato .formulario-input input[type="submit"] {
    width: auto;
}
.contato .formulario-linha.cadastro-linha .formulario-input {
    width: 100%;
}
.contato .formulario-bloco {
    text-align: center;
}
/*-------------------------------owl.carousel.css-------------------------------*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-nav.disabled{display:none}
/*.owl-carousel .owl-dots.disabled{display:none}*/
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0; color:inherit; border:none; border-radius: 30px; padding: 5px 12px; font:inherit; position: absolute; top: calc(50% - 19px); } .owl-carousel .owl-nav button.owl-prev {left: 15px; } .owl-carousel .owl-nav button.owl-next {right: 15px; } .owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*-------------------------------owl.carousel.theme.css-------------------------*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-carousel .owl-animated-in {z-index: 0; }
.owl-carousel .owl-animated-out {z-index: 1; }
.owl-carousel .fadeOut, .fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
@keyframes fadeOut {0% {opacity: 1; } 100% {opacity: 0; } }
.owl-carousel .fadeIn, .owl-carousel .fadeIn {-webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeIn {0% {opacity: 0; } 100% {opacity: 1; } }
@keyframes fadeIn {0% {opacity: 0; } 100% {opacity: 1; } }
.owl-height {-webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 0; /* "0" para o menu responsivo ficar em cima  */ }
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0, 0); }
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-loaded {display: block; }
.owl-carousel.owl-loading {opacity: 0; display: block; }
.owl-carousel.owl-hidden {opacity: 0; }
.owl-carousel .owl-refresh .owl-item {display: none; }
.owl-carousel .owl-item {cursor: move; position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img {display: block; max-width: none !important; width: 100%; -webkit-transform-style: preserve-3d; }
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-item img {margin: 0 auto; transform-style: preserve-3d; }
/*-------------------------------owl.carousel.theme.css-------------------------------*/
.owl-theme .owl-controls {text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-controls .owl-nav [class*=owl-] {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 100%; cursor: pointer; display: inline-block; height: 44px; margin: 10px; position: absolute; top: 40%; width: 44px; z-index: 1; }
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {color: #fff; text-decoration: none; transition: all 0.3s; -webkit-transition: all 0.3s; }
.owl-theme .owl-controls .owl-nav .disabled {opacity: .5; cursor: default; }
.owl-prev {left: 0; }
.owl-next {right: 0; }
.owl-theme .owl-controls .owl-nav .owl-prev::before {font-family: 'revicons'; content: '\e824'; color: #fff; font-size: 44px; font-weight: bold; background: #111111; color: #fff; cursor: pointer; float: left; font-size: 24px; margin: 0 0 0 -78px; padding: 6px 12px 5px 15px; box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -ms-box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -o-box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -webkit-transition: all 700ms linear; -moz-transition: all 700ms linear; -ms-transition: all 700ms linear; -o-transition: all 700ms linear; transition: all 700ms linear; }
.owl-theme .owl-controls .owl-nav .owl-next::before {font-family: 'revicons'; content: '\e825'; color: #fff; font-size: 44px; font-weight: bold; background: #111111; color: #fff; cursor: pointer; float: left; font-size: 24px; margin: 0 0 0 80px; padding: 6px 12px 5px 15px; box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -moz-box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -ms-box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -o-box-shadow: rgba(0, 0, 0, 0.2) 4px 5px 10px 0px; -webkit-transition: all 700ms linear; -moz-transition: all 700ms linear; -ms-transition: all 700ms linear; -o-transition: all 700ms linear; transition: all 700ms linear; }
.owl-nav {margin: 0; }
#owl-demo .item {margin: 3px; }
#owl-demo .item img {display: block; width: 50%; height: auto; }
.owl-theme .owl-controls .owl-page {display: inline-block; }
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}