body > section img {
    width: 100%;
}
.tab-pane h6 {
    text-transform: uppercase;
}

.nav-pills .nav-link {
    text-transform: capitalize;
}


.product {
    cursor: unset;
}

.product .product-image {
    cursor: pointer;
}

.cont-produto.carregando .product-image img {
    width: 100%;
    height: 250px;
}

.product-image {
    background-color: #f7f7f7;
}

.product .product-info .product-price {
    font-size: 12px;
}


.cont-conteudo {
    text-align: center;
}

.cont-conteudo img {
    margin-bottom: 2em
}

.cont-conteudo p {
    text-align: left;
}
.cont-conteudo p em {
    font-style: normal;
}
.cont-conteudo p u {
    text-decoration: none;
}
.cont-conteudo p b,.cont-conteudo p strong {
    font-weight: normal;
}

.product:hover .product-image {
    transform: scale(1.03);
}

.product .product-image {
    transition: all 0.2s ease;
}

#conteudoMarca .tab-content em {
    font-style: normal;
}

#conteudoMarca .tab-content b {
    font-weight: normal;
}

#conteudoMarca .tab-content u {
    text-decoration: none;
}

#infosMarca .logomarca {
    max-width: 400px;
    margin: 0 auto;
}

.cont-mostrar-preco {
    font-size: 1.2em;
    font-weight: bold;
}

.swatch-colored {
    flex-direction: column;
    align-content: flex-start;
    align-items: start!important;
}


div#produtoMarca .in-stock {
    position: absolute;
    background-color: white;
    margin: 0.5em;
    padding: 0 0.5em;
}
div#produtoMarca .in-stock small {
    font-weight: bold;
}
.swatch-colored p {
    width: 100px;
}


div#produtoMarca.carregando #addContentProdutoFotos {
    background-color: #f7f7f7;
}

div#produtoMarca.carregando #addContentProdutoTitulo {
    background-color: #f7f7f7;
    width: 100%;
    display: inline-block;
    height: 1.5em;
}

ul#addContentProdutoGrades,
#addContentProdutoEstampas {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul#addContentProdutoGrades li,
ul#addContentProdutoEstampas li {
    text-align: center;
    box-shadow: rgb(221 221 221) 0px 0px 0px 1px;
    width: unset;
    min-width: 25px;
    box-sizing: border-box;
    padding: 0 4px;
    margin: 4px;
}

#addContentProdutoTitulo {
    color: #000000;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0.5rem;
}
#addContentProdutoPreco {
    font-size: 18px;
    line-height: 28px;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

.container-anuncio-live {
    /* display: none; */
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 98;
    width: 170px;
    height: 255px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
}

.container-anuncio-live > div {
    height: 100%;
}
.container-anuncio-live .cont-foto {
    position: absolute;
    z-index: -1;
}

.container-anuncio-live .cont-foto img {
    width: 100%;
}
.container-anuncio-live .cont-infos {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-anuncio-live .cont-fechar {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    background-color: #e87664;
    color: white;
    width: 1.7em;
    line-height: 1.7em;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.2s ease;
}
.container-anuncio-live .cont-fechar:hover {
    background-color: #000000; 
}

.container-anuncio-live .cont-infos .icone {
    background-color: tomato;
    color: #fff;
    padding: 0.1em 0.5em;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.container-anuncio-live .cont-infos .icone i {
    margin-right: 0.3em;
}

.container-anuncio-live .cont-infos .tit {
    padding: 0 1em;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 0 8px black;
}


.container-menu-marcas {
    position: fixed;
    top: 300px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.container-menu-marcas .cont-link{
    position: fixed;
    transition: all 0.2s ease;
}
.container-menu-marcas .cont-link a {
    background-color: white;
    padding: 0.5em 1em;
    margin: 1em;
    border-radius: 3px;
    box-shadow: 2px 2px 10px 0 rgb(205 205 205 / 50%);
}

.container-menu-marcas .cont-link.anterior {
    left: 0;
    transform: translateX(-150%);
}
.container-menu-marcas .cont-link.proxima {
    right: 0;
    transform: translateX(150%);
}

.container-menu-marcas.on  .cont-link.anterior{
    transform: translateX(0);
}
.container-menu-marcas.on  .cont-link.proxima {
    transform: translateX(0);
}

.cont-link.proxima:hover a {
    margin-right: 0;
}
.cont-link.anterior:hover a {
    margin-left: 0;
}


.container-menu-marcas .cont-link a {
    color: black;
}


@media (max-width: 767px) {
    .container-menu-marcas {
        top: unset;
        bottom: 40px;
    }
}
