@import url(https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap);

body {
    color: var(--tc2)
}

.atributo-comum a span {
    color: var(--tc2)
}

.atributo-comum .active a span,.atributo-comum a:hover span,.cor-principal,.menu a:hover,a,a:focus,a:hover {
    color: var(--tc1)
}

.atributo-comum .active a.indisponivel span,.atributo-comum a.indisponivel:hover span {
    color: var(--tc2)
}

.info-produto {
    padding: 0 0 15px 0!important;
    margin: 0 0 8px 0
}

.listagem .info-produto {
    text-align: initial
}

.flex-viewport {
    padding: 10px 1px 10px 2px
}

.flex-control-paging li a {
    background: var(--tc2)
}

.dropdown-menu>li>a:hover,.filtro.lista ul li label:hover,.filtro.lista ul li.active label,.flex-control-paging li a.flex-active,.fundo-principal,.menu li:hover>a .fundo-secundario,.menu-simples li a:hover,.menu-simples li.active a {
    background-color: var(--dc1)
}

.atributos ul li a:hover,.atributos ul li.active a,.borda-principal,.elastislide-carousel ul li.active a,.tema-scuro .nav-tabs li.active a {
    border-color: var(--dc1)
}

a.botao.botao-comprar.principal {
    background-color: var(--cor-botao)
}

.cor-secundaria {
    color: var(--cor-secundaria)
}

.fundo-secundario {
    background-color: var(--cor-secundaria)
}

.borda-secundaria {
    border-color: var(--cor-secundaria)
}

.container,.container * {
    box-sizing: border-box
}

.col,.col-auto {
    padding-right: var(--gutter);
    padding-left: var(--gutter)
}

.row-flex,.row.flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: var(--r_gutter);
    margin-left: var(--r_gutter)
}

.d-flex {
    display: flex
}

.container {
    width: 100%;
    padding-right: var(--gutter);
    padding-left: var(--gutter);
    margin-right: auto;
    margin-left: auto
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: var(--gutter);
    padding-left: var(--gutter)
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

.menu .nivel-dois .com-filho>a {
    margin-right: 40px!important
}

.g_ .menu.superior i.icon-chevron-right.fundo-secundario {
    background: 0 0;
    color: var(--tc1);
    font-size: 12px
}

.g_ .menu.lateral .nivel-tres {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none
}

.g_ .lateral.menu ul>li a:hover {
    text-decoration: underline
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .g_ .listagem-linha .span3:hover,.listagem-linha.flexslider .flex-viewport li:hover {
        background:#fff;
        box-shadow: 0 0 15px rgba(20,32,50,.1);
        border-radius: 5px;
        margin: 0
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

:root {
    --ff: "Roboto";
    --tc1: #202020;
    --tc2: #707070;
    --tc3: #AAAAAA;
    --dc1: #FF0436;
    --bg1: #FFFFFF;
    --bg2: #F9F9F9;
    --gutter: 15px;
    --r_gutter: -15px;
    --fs42: 42px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs18: 18px;
    --fs16: 16px;
    --fs14: 14px;
    --fs12: 12px
}

a,button,div,h1,h2,h3,h4,h5,h6,label,p,span {
    font-family: var(--ff),sans-serif
}

a,button {
    -webkit-tap-highlight-color: transparent
}

.g_ .conteiner {
    width: 1200px
}

.g_ .pagina-inicial #corpo,.g_ .pagina-inicial #corpo .conteudo>.row-fluid,.g_ .pagina-inicial.secao-secundaria {
    margin-bottom: 0!important
}

.g_ body {
    background: var(--bg1);
    overflow-x: hidden
}

.g_ body .carrinho-interno-ajax:before,.g_ body .menu.superior:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s;
    z-index: 9999
}

.loader_shadow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8)
}

.loader {
    border: 10px solid var(--tc3);
    border-top: 10px solid var(--dc1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    transform: translate(10px,10px);
    margin: 0;
    z-index: 2
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.g_ body.g_backshadow .cart-visible .carrinho-interno-ajax:before,.g_ body.g_backshadow .menu.superior.menu-visible:before {
    opacity: 1
}

.g_ header {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    position: relative
}

.g_ body:not(.pagina-inicial) header {
    margin-bottom: 5rem
}

.g_ .slick-slider {
    position: relative
}

.g_ .slick-slider * {
    outline: 0!important
}

.g_ .slick-slider .arrow-l,.g_ .slick-slider .arrow-r {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: var(--bg1);
    height: 36px;
    width: 36px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 40px;
    top: 50%;
    transform: translate(0,-50%);
    left: 5px;
    cursor: pointer
}

.g_ .slick-slider .arrow-r {
    left: auto;
    right: 5px
}

.g_ .botao,.g_ .btn {
    text-transform: initial;
    transition: opacity .2s
}

.g_ .botao:hover,.g_ .btn:hover {
    opacity: .95
}

.g_ .botao,.g_ .botao:hover,.g_ .btn,.g_ .btn:hover,.g_ .identificacao .control-group .submit-email.botao.principal {
    background-image: none;
    padding: 0 30px;
    line-height: 50px;
    font-size: var(--fs16);
    font-weight: 500;
    border-radius: 5px!important;
    background: var(--tc2);
    border: 0;
    color: #fff;
    outline: 0;
    box-sizing: border-box;
    box-shadow: 0 0 0;
    max-width: unset;
    text-shadow: none;
}

.g_ #comprar-ajax-status .sucesso .buttons .continuar-comprando,.g_ .botao.consulte-fechar {
    background-color: var(--bg2)!important;
    border: 1px solid var(--bg2);
    color: var(--tc2);
    text-decoration: underline
}

.g_ #formCalcularCep .btn,.g_ .pagina-carrinho .acao-editar a.botao {
    background-color: var(--tc3)!important;
    border: 1px solid var(--tc3)!important;
    color: #fff
}

.g_ .input-prepend.input-append .add-on:last-child,.g_ .input-prepend.input-append .btn:last-child {
    margin-left: var(--gutter)
}

.g_ .svg-ico {
    line-height: initial;
    padding: 20px 0;
    display: inline-block
}

.g_ .svg-ico svg {
    height: 24px;
    width: 24px;
    vertical-align: middle
}

@media (max-width: 768px) {
    .g_ .svg-ico svg {
        height:18px;
        width: 18px
    }
}

.g_ .borda-alpha {
    box-shadow: 0 0 0;
    border-color: 0
}

.g_ #modalNewsletter .newsletter .botao {
    padding: 0 15px
}

.g_ .caixa-sombreada {
    box-shadow: 0 0 0;
    padding: 20px
}

.g_ .uneditable-input,.g_ input[type=color],.g_ input[type=date],.g_ input[type=datetime-local],.g_ input[type=datetime],.g_ input[type=email],.g_ input[type=month],.g_ input[type=number],.g_ input[type=password],.g_ input[type=search],.g_ input[type=tel],.g_ input[type=text],.g_ input[type=time],.g_ input[type=url],.g_ input[type=week],.g_ select,.g_ textarea {
    height: 52px;
    padding: 0 var(--gutter)!important;
    box-shadow: 0 0 0!important;
    border: 1px solid var(--tc3);
    border-radius: 5px!important;
    color: var(--tc2)!important;
    outline: 0!important;
    box-sizing: border-box
}

.g_ .li-box-payment input:not([type=checkbox]),.g_ .li-box-payment select {
    height: 36px
}

.g_ .li-box-payment .input-append input {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.g_ .input-append .add-on {
    height: 34px;
    padding: 0 5px;
    line-height: 34px
}

.g_ .input-small.input-cep {
    min-width: 115px
}

.g_ .input-small.input-cep {
    min-width: 115px
}

.g_ .modal-body input[type=text],.g_ body:not(.pagina-produto) .input-small {
    height: 36px!important
}

.g_ .modal-body input[type=text],.g_ .pagina-login .caixa-sombreada.borda-principal .botao,.g_ body:not(.pagina-produto) .input-small+.btn,.g_ body:not(.pagina-produto) .input-small+a,.g_ body:not(.pagina-produto) .input-small+button {
    font-size: var(--fs14);
    padding: 0 15px;
    line-height: 34px;
    background-image: none!important;
    margin-left: var(--gutter);
    background-color: var(--tc2);
    border: 0;
    font-weight: 300
}

.g_ .logo a {
    display: block;
    height: auto;
    padding: 11px 0
}

.g_ .logo.no-image a.cor-principal {
    font-size: 32px;
    color: var(--dc1)
}

.g_ .logo a>img,.g_ .logo img,.g_ .logo svg {
    position: relative;
    max-height: 70px;
    max-width: 200px;
    display: block;
    margin: unset
}

.g_ .menu.superior {
    background: 0 0;
    margin: 0;
    width: fit-content
}

.g_ .menu.superior>.nivel-um>li:hover {
    margin-top: 0
}

.g_ .menu.superior>.nivel-um>li {
    background: 0 0;
    border: 0;
    z-index: 1;
    position: relative;
    padding: 1.8rem 1.5rem
}

.g_ .menu.superior>.nivel-um>li:hover:before {
    width: 100%
}

.g_ .menu.superior>.nivel-um>li:before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--dc1);
    transition: width .4s;
    position: absolute;
    left: 0;
    bottom: 0
}

.g_ .menu.superior>.nivel-um>li>a>strong {
    font-size: var(--fs16);
    font-weight: 400;
    color: var(--tc1);
    margin: 0
}

.g_ .menu.superior>.nivel-um>li:hover>a>strong {
    text-shadow: 0 0 0 var(--tc1)
}

.g_ .menu.superior>.nivel-um>li.com-filho>a>i {
    background: 0 0;
    color: var(--tc1);
    margin: 0
}

.g_ .menu.superior>.nivel-um>li.com-filho>ul,.g_ .theme-functions>li.dropdown>ul {
    top: 100%;
    padding: 10px 25px;
    background: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,.1)
}

.g_ .theme-functions>li.dropdown>ul {
    margin: -2px 0 0 0;
    left: auto;
    border-top: 2px solid var(--dc1);
    right: -15px
}

.g_ .menu.superior>.nivel-um>li.com-filho>ul>li,.g_ .theme-functions>li.dropdown>ul>li {
    padding: 0;
    background: 0 0;
    border: 0;
    margin: 10px 0
}

.g_ .menu.superior>.nivel-um>li.com-filho>ul>li>a,.g_ .theme-functions>li.dropdown>ul>li>a {
    color: var(--tc1);
    font-size: var(--fs16);
    display: block;
    padding: 0;
    line-height: 30px
}

.g_ .menu.superior>.nivel-um>li.com-filho>ul>li>a:hover,.g_ .theme-functions>li.dropdown>ul>li>a:hover {
    background: 0 0;
    opacity: .7
}

.g_ .theme-functions>li.dropdown:hover .dropdown-menu {
    display: block
}

.g_ .theme-functions {
    margin: 0
}

.g_ .theme-functions>li:first-child {
    margin-left: 0
}

.g_ .theme-functions>li {
    margin-left: calc(var(--gutter) * 2)
}

.g_ .theme-functions>li>a,.g_ .theme-functions>li>button {
    outline: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    display: block
}

.g_ .carrinho {
    border: 0
}

.g_ .carrinho .qtd-carrinho {
    background: var(--dc1);
    color: #fff;
    font-size: 10px;
    line-height: initial;
    margin: 0;
    position: absolute;
    right: -5px;
    top: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    display: block!important
}

.g_ .carrinho-interno li {
    position: relative
}

.g_ .carrinho-interno .imagem-produto {
    width: 55px;
    height: 65px
}

.g_ .carrinho-interno .preco-produto {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0 5px 0;
    width: calc(100% - 75px);
    padding-left: 10px;
    box-sizing: border-box!important
}

.g_ .carrinho-interno .preco-produto>div>.preco-venda {
    font-weight: 400;
    color: var(--tc3)
}

.g_ .carrinho-interno .preco-produto>div>.preco-promocional {
    font-weight: 500;
    color: var(--tc1);
    font-size: 14px
}

.g_ .carrinho-interno .preco-produto>div>* {
    display: inline-block;
    margin-right: 15px
}

.g_ .carrinho .carrinho-interno-ajax,.g_ .carrinho .carrinho-interno-ajax * {
    box-sizing: content-box
}

.g_ .carrinho.cart-visible .carrinho-interno-ajax .carrinho-interno {
    right: 0
}

.g_ .carrinho .carrinho-interno-ajax .carrinho-interno {
    transition: right .4s;
    position: fixed;
    top: 0;
    height: 100vh;
    border: 0;
    display: block;
    width: 320px;
    box-sizing: border-box;
    right: -340px;
    z-index: 9999
}

.g_ .carrinho .carrinho-interno-ajax .carrinho-interno>ul {
    max-height: unset;
    height: calc(100vh - 140px)
}

.g_ .carrinho .carrinho-interno-ajax .carrinho-interno .carrinho-rodape>.carrinho-info {
    float: none;
    display: block
}

.g_ .carrinho .carrinho-interno-ajax .carrinho-interno .carrinho-rodape>.carrinho-info i,.g_ .carrinho .carrinho-interno-ajax .carrinho-interno .carrinho-rodape>a>i {
    display: none
}

.g_ .carrinho .carrinho-interno-ajax .carrinho-interno .carrinho-rodape>.carrinho-info span {
    display: block;
    margin-bottom: 15px;
    font-size: var(--fs18);
    text-align: center;
    color: var(--tc1)
}

.g_ header .carrinho .carrinho-interno-ajax .carrinho-interno .carrinho-rodape>a {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
    line-height: 46px;
    text-align: center;
    font-size: var(--fs16);
    margin: 0;
    background-image: none;
    border-radius: 3px
}

.g_ .carrinho .carrinho-interno-ajax .nome-produto {
    width: calc(100% - 75px);
    margin: 0;
    padding-left: 15px;
    font-size: 14px;
    vertical-align: top;
    line-height: 18px
}

.g_ #search-form {
    display: none;
    position: fixed;
    z-index: 999;
    background: #AAAAAAcc;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.g_ #search-form>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.g_ #search-form>div>form {
    margin: 0;
    max-width: 100%;
    display: block;
    box-sizing: border-box
}

.g_ #search-form>div>form input {
    margin: 0 10px 0 0;
    width: 500px;
    max-width: 100%;
    font-family: 'Roboto';
    height: 50px;
}

.g_ #search-form>div>form button {
    font-size: var(--fs24)
}

.g_ #search-form>div>button {
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    background: 0 0
}

.g_ .secao-banners {
    overflow-x: hidden
}

.g_ .secao-banners .conteiner {
    padding-top: 0
}

.g_ .secao-banners .banner.cheio {
    margin-bottom: 20px
}

.g_ .secao-banners .banner.cheio .flex-control-nav {
    right: 50%;
    transform: translate(50%,0)
}

.g_ .secao-banners .banner.cheio .flex-direction-nav {
    max-width: 90vw;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%
}

.g_ .secao-banners .banner.cheio .flexslider {
    border: 0;
    position: relative;
    width: 1920px;
    left: calc(50% - 960px)
}

.g_ .mini-banner .modulo img {
    border-radius: 15px
}

.g_ .mini-banner .modulo a {
    display: block;
    transition: opacity .3s
}

.g_ .mini-banner .modulo a:hover {
    opacity: .7
}

.g_ .mini-banner .modulo img+label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--fs22);
    letter-spacing: 3px
}

.g_ .listagem-item.indisponivel,.g_ .listagem.com-caixa .listagem-item.indisponivel {
    background-color: transparent;
    overflow: visible
}

.g_ .listagem-item .produto-avise .avise-me-list {
    background: var(--bg2)
}

.g_ .listagem-item .produto-avise .avise-me-list .avise-me-list-descr {
    color: var(--cor-secundaria);
    font-weight: 400
}

.g_ .listagem-item .produto-avise {
    opacity: 0;
    bottom: 0;
    top: auto;
    padding: 0;
    box-shadow: 0 0 10px #ccc
}

.g_ .listagem-item:hover .produto-avise {
    opacity: 1;
    bottom: 0;
    top: auto
}

.g_ .listagem .imagem-produto img {
    border-radius: 10px
}

.g_ .g_title,.g_ .listagem .titulo-categoria,.g_ .pagina-pagina h1.titulo {
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 4rem 0 2rem 0
}

.g_ .g_title,.g_ .listagem .titulo-categoria strong {
    font-size: var(--fs42);
    color: var(--cor-secundaria);
    font-weight: 500!important;
    display: block;
    line-height: initial
}

.g_ .listagem .listagem-linha li {
    border: 0
}

.g_ .listagem .listagem-item {
    padding: 0;
    margin: 20px!important
}

.g_ .listagem .listagem-item .nome-produto {
    font-size: var(--fs16);
    color: var(--tc1);
    display: block;
    min-height: 60px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 5px 0 10px 0;
    font-weight: 400
}

.g_ .listagem .preco-produto * {
    font-size: var(--fs14)
}

.g_ .listagem .preco-produto .preco-parcela,.g_ .listagem .preco-produto .preco-parcela *,.g_ .listagem .preco-produto .preco-venda {
    color: var(--tc3);
    font-weight: 400
}

.g_ .listagem .preco-produto .preco-parcela {
    opacity: 1;
    transition: opacity .2s
}

.g_ .listagem .preco-produto .desconto-a-vista {
    color: var(--tc3);
    opacity: 1;
    transition: opacity .2s
}

.g_ .listagem .preco-produto .desconto-a-vista .cor-principal {
    color: var(--tc3)
}

.g_ .listagem .listagem-item:hover .preco-produto .desconto-a-vista,.g_ .listagem .listagem-item:hover .preco-produto .preco-parcela {
    opacity: 1
}

.g_ .listagem .preco-produto .cor-principal {
    color: var(--tc1)
}

.g_ .listagem .preco-produto>.titulo {
    font-weight: 400;
    color: var(--tc3)
}

.listagem-item.produto-adicionado .bandeiras-produto {
    left: 0!important;
    right: 7px!important
}

.g_ .listagem .bandeiras-produto>span {
    display: block!important;
    width: fit-content;
    margin: 0 0 10px auto;
    border: 0;
    color: var(--bg1);
    background: var(--dc1);
    font-size: 12px;
    line-height: 30px;
    box-shadow: 0 0 0;
    border-radius: 3px;
    border: 0;
    box-shadow: 0 0 0
}

.g_ .listagem-item:hover .acoes-produto {
    opacity: 1
}

.g_ .listagem-item .acoes-produto {
    background: 0 0;
    border: 0;
    transition: all .4s;
    opacity: 0;
    right: 0;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 48px;
    padding: 0!important
}

.g_ .listagem-item .acoes-produto a,.g_ .listagem-item .acoes-produto a:hover {
    display: block;
    margin: 0 20px;
    line-height: 0;
    height: auto;
    border-radius: 3px;
    padding: 10px 15px
}

.g_ .listagem-item .acoes-produto a .svg-ico {
    filter: brightness(100);
    padding: 0;
    line-height: initial
}

.g_ #brands,.g_ #testimonials {
    overflow: hidden
}

.g_ #brands>.conteiner,.g_ #testimonials>.conteiner {
    overflow: hidden
}

.g_ .brands-row,.g_ .testimonials-row {
    list-style-type: none;
    padding: 0;
    margin: 4rem -1rem;
    display: block
}

.g_ .brands-row {
    padding-left: 5px;
    padding-right: 5px
}

.g_ .testimonials-row .testimonial-item {
    display: inline-block;
    width: calc(33.33% - 2rem);
    vertical-align: top;
    padding: 0 1.5rem
}

.g_ .testimonials-row .testimonial-item>div {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    padding: 50px;
    border-radius: 12px;
    box-sizing: border-box
}

.g_ .testimonials-row .testimonial-item label {
    display: block;
    color: var(--tc1);
    font-size: var(--fs22);
    font-weight: 400;
    margin: 0 0 30px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.g_ .testimonials-row .testimonial-item p {
    color: var(--tc2);
    font-size: var(--fs16);
    line-height: 1.6rem
}

.g_ #brands .brand-item {
    display: inline-block;
    padding: 0 1rem
}

.g_ #brands .brand-item>div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg2);
    padding: 1.5rem 1rem;
    border-radius: 10px;
    height: 40px
}

.g_ #brands .brand-item>div a {
    display: block
}

.g_ #brands .brand-item>div a img {
    max-height: 60px;
    margin: 0 auto;
    display: block
}

.g_ #barraNewsletter {
    padding: 2rem 0
}

.g_ #barraNewsletter .componente .newsletter-confirmacao .icon-ok {
    display: none
}

.g_ #barraNewsletter .componente .newsletter-confirmacao span {
    color: var(--tc2);
    display: block;
    margin: 0;
    font-size: var(--fs18);
    white-space: normal;
    width: 100%
}

.g_ #barraNewsletter,.g_ #barraNewsletter .componente,.g_ #barraNewsletter .show-hide,.g_ #barraNewsletter.posicao-rodape .conteiner {
    background: var(--bg2);
    box-shadow: 0 0 0
}

.g_ #barraNewsletter .componente .newsletter-assinar:after {
    content: "Assinar";
    font-size: 15px;
    font-family: Roboto;
    font-weight: 500
}

.g_ #barraNewsletter .componente .newsletter-confirmacao,.g_ #barraNewsletter .componente div.newsletter-cadastro {
    white-space: nowrap
}

.g_ #barraNewsletter .componente input[type=text] {
    color: var(--tc2);
    font-weight: 400;
    padding: 0;
    margin: 0 var(--gutter) 0 0;
    vertical-align: middle;
    max-width: 170px;
    white-space: normal;
    text-align: left;
    line-height: 22px;
    width: 300px;
    max-width: 100%;
    border: 0
}

.g_ #barraNewsletter .componente .texto-newsletter {
    color: var(--tc2);
    font-weight: 400;
    padding: 0;
    margin: 0 var(--gutter) 0 0;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
    line-height: 24px
}

.g_ #barraNewsletter .componente .interno-conteudo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.g_ #barraNewsletter .componente .botao {
    line-height: 50px;
    padding: 0 30px
}

.g_ #barraNewsletter .conteiner {
    position: relative
}

.g_ #barraNewsletter .conteiner>ul:last-child {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    margin: 0
}

.g_ #barraNewsletter .conteiner>ul:last-child>li {
    display: inline-block
}

.g_ #barraNewsletter .conteiner>ul:last-child>li>a {
    color: var(--tc2);
    font-size: var(--fs18);
    display: block;
    margin-left: calc(var(--gutter)*2)
}

.g_ #rodape .gateways-rodape {
    background: 0 0;
    border: 0
}

.g_ #rodape>div:last-child {
    background-color: var(--bg2)!important;
    padding: 3rem 0 2rem 0;
    border: 0!important
}

.g_ #rodape>div:last-child p {
    color: var(--tc2);
    font-size: var(--fs16);
    display: block;
    line-height: initial;
    margin-bottom: 10px!important;
}

.g_ #rodape #logo_before {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px
}

.g_ #rodape [title="Loja Integrada - Plataforma de loja virtual."] {
    vertical-align: middle;
    padding: 0 10px
}

.g_ #rodape .pagamento-selos {
    background-color: var(--bg1);
    background-image: none;
    padding: 4rem 0
}

.g_ #rodape .institucional {
    background-image: none;
    background-color: var(--bg1);
    border-bottom: 1px solid var(--bg2);
    padding: 4rem 0
}

.g_ #rodape .institucional h5,.g_ #rodape .titulo {
    color: var(--tc1);
    font-weight: 500;
    margin: 0 0 2rem 0;
    font-size: var(--fs22);
    display: block;
    border: 0;
    padding: 0
}

.g_ #rodape .institucional ul li a:hover {
    opacity: .7
}

.g_ #rodape .institucional p,.g_ #rodape .institucional ul li a {
    color: var(--tc2);
    font-size: var(--fs16);
    display: block;
    line-height: 26px;
    text-decoration: none;
    transition: opacity .2s;
    opacity: 1
}

.g_ #rodape .institucional ul li {
    margin-bottom: 10px
}

.g_ #rodape .institucional ul li a i.fa {
    margin-right: 10px;
    color: var(--tc2)
}

.sociais li {
    display: inline-block;
    margin-right: 12px;
    padding: 12px;
    width: 18px;
    height: 18px;
    border: 1px solid #FF0436;
    border-radius: 100%
}

.g_ .abas-custom .tab-content {
    color: var(--tc2);
    font-size: var(--fs16);
    line-height: 26px;
    box-shadow: 0 0 0;
    padding: 0
}

.g_ .abas-custom .tab-content,.g_ .abas-custom .tab-content *,.g_ .pagina-pagina .titulo+div {
    color: var(--tc2)!important;
    font-size: var(--fs16)!important;
    line-height: calc(var(--fs16) * 1.6)!important;
    font-family: var(--ff)!important
}

/*.g_ .pagina-pagina #corpo .titulo+div * {
    font-size: var(--fs16)!important;
    line-height: calc(var(--fs16) * 1.6)!important;
    font-family: var(--ff)!important
}*/

.g_ .produto .cep {
    display: none;
}

.g_ .produto .cep label {
    display: ;
    float: none;
    font-size: var(--fs16);
    font-weight: 400;
    color: var(--tc1)
}

.g_ .produto .cep input {
    width: calc(100% - 60px);
    box-sizing: border-box
}

.g_ .produto .acoes-produto .comprar .qtde-adicionar-carrinho {
    display: inline-block;
    vertical-align: middle;
    margin: 0 var(--gutter) 0 0!important;
    position: relative;
    width: fit-content!important
}

.g_ .qtde-adicionar-carrinho button {
    position: absolute;
    color: var(--tc2);
    background: 0 0;
    outline: 0;
    font-size: 10px;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    padding: 10px
}

.g_ .qtde-adicionar-carrinho button:last-child {
    left: auto;
    right: 0
}

.g_ .produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
    width: 85px;
    outline: 0;
    pointer-events: none;
    font-size: var(--fs20);
    color: var(--tc2)
}

.g_ .produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho::-webkit-inner-spin-button,.g_ .produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.g_ .produto #produto-consulta-preco {
    width: 100%;
    padding: 0
}

.g_ .produto div.principal .acoes-produto .comprar {
    float: none;
    display: block;
    text-align: left
}

.g_ .produto div.principal .botao.principal.botao-comprar {
    width: 100%
}

.g_ .produto div.principal .qtde-adicionar-carrinho+.botao.principal.botao-comprar {
    width: calc(100% - (88px + var(--gutter)))
}

.g_ .produto div.principal .botao.principal.botao-comprar>i.icon-shopping-cart {
    display: none
}

.g_ .produto div.principal .acoes-produto .preco-produto {
    float: none
}

.g_ .produto .acoes-produto .preco-parcela,.g_ .produto .acoes-produto .preco-produto .titulo.preco-venda,.g_ .produto div.principal .acoes-produto .preco-produto.destaque-parcela .preco-venda {
    display: block;
    font-size: 14px;
    color: var(--tc3);
    font-weight: 400
}

.g_ .produto .acoes-produto .preco-parcela * {
    font-size: 14px;
    color: var(--tc3);
    font-weight: 400
}

.g_ .produto .acoes-produto .preco-produto .preco-a-partir .titulo,.g_ .produto .acoes-produto .preco-produto .titulo.preco-promocional,.g_ .produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional {
    font-size: 22px;
    line-height: 36px;
    display: block;
    color: var(--tc1);
    font-weight: 500
}

.g_ .produto .acoes-produto .preco-produto .preco-a-partir>span {
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: initial;
    color: var(--tc1)
}

.g_ .breadcrumbs {
    border: 0!important
}

.g_ .breadcrumbs .icon-home {
    display: none
}

.g_ .breadcrumbs ul li+li:before {
    content: "\f054";
    font-family: Fontawesome;
    color: var(--tc1);
    font-size: 8px;
    vertical-align: middle;
    display: inline-block;
    margin: -4px 0 0 0
}

.g_ .breadcrumbs ul li {
    border: 0!important
}

.g_ .breadcrumbs ul li * {
    font-size: 15px;
    color: var(--tc1)
}

.g_ .breadcrumbs ul li:last-child * {
    text-shadow: 0 0 0 var(--cor-secundaria);
    font-weight: 400
}

.g_ .product-functions a {
    color: var(--tc3);
    font-size: var(--fs16)
}

.g_ .product-functions a>* {
    margin-right: calc(var(--gutter)/2)
}

.g_ .produto div.principal {
    padding-left: calc(var(--gutter)*3)
}

.g_ #parcelas-pai {
    display: none
}

.g_ #parcelas-pai .parcelas-produto .accordion,.g_ .produto .cep ul {
    border: 0;
    background: var(--bg2);
    border-radius: 10px;
    padding: 10px 20px
}

.g_ .produto .cep ul {
    padding: 15px 20px
}

.g_ #parcelas-pai .parcelas-produto .accordion * {
    color: var(--tc2)
}

.g_ .produto-thumbs .produto-video {
    width: 100%;
    text-align: center
}

.g_ .produto .produto-thumbs .elastislide-carousel ul li {
    height: auto;
    margin-bottom: calc(var(--gutter)*2)
}

.g_ .produto .produto-thumbs .elastislide-carousel ul li a {
    border: 0!important;
    box-shadow: 0 0 0
}

.g_ .produto .produto-thumbs .elastislide-carousel ul li.active a {
    border: 0!important
}

.g_ .produto .produto-thumbs .elastislide-carousel ul li a span img {
    display: block;
    margin: 0
}

.g_ .produto .produto-thumbs .elastislide-carousel ul li a,.g_ .produto-thumbs,.g_ .produto-thumbs #carouselImagem {
    width: 130px
}

.g_ .produto-thumbs {
    opacity: 0
}

.g_ .produto-thumbs+.conteiner-imagem {
    margin-left: 160px
}

.g_ .produto .conteiner-imagem img,.g_ .produto .produto-thumbs img {
    border-radius: 10px
}

.g_ .produto-thumbs #carouselImagem .flex-viewport {
    max-height: unset
}

.g_ .produto .principal .atributos {
    margin-bottom: 2rem
}

.g_ .produto .principal .atributos .atributo-comum>span {
    font-size: var(--fs16);
    color: var(--tc1);
    display: block;
    margin-bottom: 25px
}

.g_ .produto .principal .atributos .atributo-comum>span>b {
    text-transform: lowercase;
    font-weight: 500
}

.g_ .produto .principal .atributos .atributo-comum>ul>li>a {
    box-shadow: 0 0 0;
    min-height: 36px;
    min-width: 36px;
    border: 0;
    margin: 0;
    background: var(--bg2)
}

.g_ .produto .principal .atributos .atributo-comum>ul>li.active>a {
    background-color: var(--dc1)
}

.g_ .produto .principal .atributos .atributo-comum>ul>li>a>span {
    font-size: var(--fs16);
    font-weight: 400;
    line-height: 36px
}

.g_ .avise-me .avise-input .avise-icon {
    display: none
}

.g_ .produto .principal .atributos .atributo-comum>ul>li.active>a>span {
    color: #fff
}

.g_ .produto .principal .nome-produto {
    font-size: var(--fs22);
    font-weight: 500;
    color: var(--tc1)
}

.g_ .codigo-produto {
    font-size: var(--fs16);
    border: 0;
    margin: .5rem 0 2rem 0;
    display: none;
}

.g_ .codigo-produto .cor-secundaria {
    color: var(--tc2)
}

.g_ .codigo-produto .cor-secundaria b {
    font-weight: 500;
    text-transform: uppercase
}

.g_ .produto .codigo-produto>span+span {
    margin-top: 0
}

.g_ .coluna .componente.newsletter,.g_ .lateral {
    border: 0;
    background-color: var(--bg2);
    box-shadow: 0 0 0;
    border-radius: 10px
}

.g_ .menu.lateral .com-filho .titulo {
    margin: 20px 0 0 0
}

.g_ .lateral .filtro .titulo,.g_ .lateral .titulo {
    font-weight: 400;
    font-size: var(--fs18);
    color: var(--cor-secundaria);
    border: 0
}

.g_ .lateral .beautyScroll>li>a,.g_ .lateral .beautyScroll>li>a:hover {
    margin: 0
}

.g_ .filtro.lista ul li label:hover,.g_ .lateral ul,.g_ .lateral ul>li,.g_ .lateral ul>li:hover,.g_ .lateral ul>li>a {
    background: 0 0;
    border: 0;
    transition: all ease .4s;
    color: var(--cor-secundaria);
    text-decoration: none
}

.g_ .lateral.menu ul.nivel-dois>li a {
    display: block;
    line-height: 28px
}

.g_ .lateral.menu ul.nivel-dois>li:hover>a {
    text-decoration: underline
}

.g_ .lateral ul>li>a,.g_ .lateral>div {
    box-shadow: 0 0 0!important;
    background-color: transparent!important;
    color: var(--tc1)!important;
    font-weight: 400;
    border: 0;
    outline: 0
}

.g_ .menu.lateral .ativo {
    background: 0 0
}

.g_ .lateral .atributo-comum>ul,.g_ .lateral .atributo-comum>ul>li,.g_ .lateral .atributo-comum>ul>li>a {
    background: 0 0;
    border: 0
}

.g_ .lateral .atributo-comum>ul>li>a:hover span {
    border: 0
}

.g_ .lateral .atributo-cor a>span {
    border-radius: 50%
}

.g_ .lateral.faceta-tamanho .beautyScroll>li>a>span {
    font-weight: 400;
    font-size: var(--fs14);
    background: var(--bg2);
    color: var(--tc2);
    border: 1px solid var(--tc3)!important;
    line-height: 33px
}

.g_ .lateral.faceta-tamanho .beautyScroll>li.active>a>span {
    background: var(--dc1);
    color: #fff
}

.g_ .listagem-linha {
    text-align: center
}

.g_ .listagem-linha [class*=span6]:nth-child(2n+3) {
    margin-left: 0
}

.g_ .listagem-linha [class*=span4]:nth-child(3n+4) {
    margin-left: 0
}

.g_ .listagem-linha [class*=span3]:nth-child(4n+5) {
    margin-left: 0
}

.g_ .pagina-categoria .listagem-linha .row-fluid>li,.g_ .pagina-inicial .listagem-linha>ul>li {
    margin-bottom: 2rem
}

.g_ .ordenar-listagem .dropdown-menu {
    left: auto;
    right: 0;
    text-align: justify;
}

.g_ .pagina-categoria .conteudo .ordenar-listagem.rodape {
    border: 0
}

.g_ .beautyScroll::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px
}

.g_ .beautyScroll::-webkit-scrollbar-track {
    background: var(--tc3);
    border-radius: 8px
}

.g_ .beautyScroll::-webkit-scrollbar-thumb {
    background: var(--tc2);
    border-radius: 8px
}

.g_ .beautyScroll::-webkit-scrollbar-thumb:hover {
    background: var(--tc1)
}

.g_ .ordenar-listagem label+.btn-group>.btn {
    line-height: 46px;
    border-radius: 0 5px 5px 0!important;
    padding: 0 20px
}

.g_ .ordenar-listagem label {
    font-size: var(--fs16);
    line-height: 36px;
    color: var(--tc2);
    background: 0 0
}

.g_ .categoryTitle h1.titulo {
    margin: 3px 0;
    font-weight: 500;
    color: var(--cor-secundaria);
    font-size: var(--fs24)
}

.g_ .finalizar-compra .caixa-sombreada {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg1);
    margin-bottom: 2rem
}

.table thead tr {
    border: 0
}

.table th {
    background-color: var(--bg1);
    border: 0;
    padding: 15px 20px
}

.table th,.table th * {
    font-weight: 400;
    font-size: var(--fs16);
    color: var(--cor-secundaria)
}

.tabela-carrinho .excluir a,.tabela-carrinho .quantidade a {
    fill: var(--tc1);
    color: var(--tc1)
}

.g_ .table tbody tr,.g_ .table tbody tr>td {
    border: 0
}

.g_ .table tbody tr>td .preco-venda {
    font-weight: 400;
    color: var(--tc3)
}

.g_ .table tbody tr>td .preco-promocional {
    color: var(--tc1);
    font-weight: 500
}

.g_ .tabela-carrinho {
    margin: 0
}

.g_ .tabela-carrinho .quantidade input[type=text] {
    height: 46px;
    min-width: 40px;
    padding: 0!important
}

.g_ .tabela-carrinho .quantidade a {
    font-size: 10px
}

.g_ .tabela-carrinho .form-horizontal .control-label * {
    font-weight: 400;
    color: var(--tc2)
}

.g_ .tabela-carrinho .form-horizontal .control-label {
    float: none;
    width: fit-content;
    padding: 0;
    margin: 0 0 var(--gutter) var(--gutter);
    font-size: var(--fs16)
}

.g_ .tabela-carrinho .form-horizontal .controls {
    margin-left: var(--gutter)
}

.g_ .cabecalho-interno .titulo {
    font-weight: 500;
    font-size: 26px;
    color: var(--cor-secundaria);
    margin-bottom: 2rem
}

.g_ .cabecalho-interno .titulo small {
    display: block;
    margin-top: 5px
}

.g_ .pagina-carrinho.carrinho-checkout header {
    padding: 15px 0;
    margin-bottom: 1rem
}

.g_ .carrinho-checkout .conteiner-principal #corpo .conteiner {
    box-shadow: 0 0 0
}

.g_ .carrinho-checkout .identificacao hr.sem-margem {
    border: 0
}

.g_ .resumo-compra.caixa-sombreada {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.g_ .pagina-carrinho.carrinho-checkout .campos-pedido .caixa-sombreada,.g_ .pagina-login .caixa-sombreada.borda-principal {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border: 0
}

.g_ .pagina-carrinho.carrinho-checkout .campos-pedido .caixa-sombreada .titulo,.g_ .pagina-login .caixa-sombreada.borda-principal .titulo {
    color: var(--tc1);
    font-weight: 400;
    text-shadow: 0 0 0 var(--tc1)
}

.g_ .pagina-carrinho.carrinho-checkout .campos-pedido .caixa-sombreada label,.g_ .pagina-login .caixa-sombreada.borda-principal label {
    color: var(--tc2);
    font-weight: 400
}

.g_ .pagina-carrinho.carrinho-checkout .campos-pedido .caixa-sombreada .input-xlarge,.g_ .pagina-login .caixa-sombreada.borda-principal input {
    height: 36px
}

.g_ .pagina-carrinho.carrinho-checkout .campos-pedido .caixa-sombreada #id_cep {
    min-width: 100px
}

.g_ .pagina-carrinho.carrinho-checkout>form {
    margin: 0
}

.g_ .fancybox-skin {
    background: var(--bg1)
}

.g_ .fancybox-skin .tabela-carrinho .quantidade input[type=text] {
    height: 34px
}

.g_ .menu-trigger:before {
    content: "";
    height: 3px;
    width: 100%;
    background: var(--tc1);
    position: absolute;
    bottom: 0;
    left: 0
}

.g_ .menu-trigger:after {
    content: "";
    height: 3px;
    width: 100%;
    background: var(--tc1);
    position: absolute;
    bottom: 50%;
    left: 0
}

.g_ .menu-trigger {
    display: inline-block;
    border-top: 3px solid var(--tc1);
    width: 24px;
    height: 24px;
    background: 0 0;
    position: relative;
    vertical-align: middle;
    margin: -2px 15px 0 0
}

.g_ #modalContato form .control-group:nth-child(3),.g_ #modalContato form .control-group:nth-child(4) {
    width: calc(45% + 10px);
    float: left
}

.g_ #modalContato form .control-group {
    margin-bottom: 15px
}

.g_ #modalContato form .control-group label {
    display: block;
    float: none;
    text-align: left;
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
    font-size: var(--fs14)
}

.g_ #modalContato form .control-group .controls {
    margin: 0;
    width: 100%;
    float: none
}

.g_ #modalContato form .control-group .controls input,.g_ #modalContato form .control-group .controls textarea {
    margin: 0;
    width: 90%
}

.g_ #modalContato form a {
    color: var(--tc2);
    background: 0 0;
    border: 0;
    text-decoration: underline
}

.g_ .slick-dots {
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0
}

.g_ .slick-dots>li.slick-active {
    opacity: 1;
    height: 10px;
    width: 10px
}

.g_ .slick-dots>li {
    display: inline-block;
    font-size: 14px;
    width: 6px;
    height: 6px;
    background: var(--cor-secundaria);
    border-radius: 50%;
    margin: 0 10px;
    opacity: .4;
    vertical-align: middle;
    transition: all .2s
}

.g_ .slick-dots>li button {
    background: 0 0;
    font-size: 0
}

.g_ #g_slider-mobile {
    margin: 0 -10px;
    width: calc(100% + 20px);
    transition: opacity .4s;
    z-index: 1
}

.g_ #g_slider-mobile .slick-track {
    display: flex
}

.g_ #g_slider-mobile a {
    display: block
}

.g_ #g_slider-mobile img {
    display: block;
    max-width: unset!important;
    width: 100%
}

.g_ .caixa-info {
    box-shadow: unset;
    border: 0;
    background: var(--bg2);
    padding: 20px
}

.g_ .pagina-conta #corpo .botao {
    font-size: 14px;
    display: block;
    margin: 15px auto;
    float: none;
    padding: 0 30px;
    height: auto;
    line-height: 36px;
    width: fit-content;
    min-width: 250px
}

.g_ .caixa-dados {
    border: 0
}

.g_ .abas-conta li a {
    box-shadow: 0 0 0
}

.g_ ._account #corpo input[type=email],.g_ ._account #corpo input[type=number],.g_ ._account #corpo input[type=password],.g_ ._account #corpo input[type=tel],.g_ ._account #corpo input[type=text],.g_ ._account #corpo select {
    border-radius: 0;
    min-width: 220px;
    height: 36px;
    font-size: 14px
}

.g_ ._account #corpo .botao {
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px
}

.g_ ._account #corpo .botao:not(.principal) {
    background: var(--tc2);
    color: var(--bg1);
    border: 0;
    padding: 0 15px;
    text-transform: capitalize;
}

.g_ ._account .coluna.span3 {
    display: none
}

.g_ ._account .conteudo.span9 {
    width: 100%;
    margin: 0
}

.g_ #g_minibanner-mobile>div {
    margin: 10px -10px 0 -10px
}

@media (min-width: 768px) {
    .g_ #g_minibanner-mobile,.g_ #g_slider-mobile,.g_ .menu-dropdown-toggle,.g_ .menu-trigger,.g_ .menu.superior .menu-close-mobile {
        display:none
    }

    .g_ .listagem .listagem-linha li {
        border: 0;
        margin: 20px 0 0 0!important
    }
}

@media (max-width: 767px) {
    .menu .nivel-tres {
        position:relative;
        padding: 10px;
        left: 0;
        box-shadow: none
    }

    .menu .nivel-dois .com-filho i {
        top: 10px!important
    }

    .menu .nivel-dois li:hover {
        background: 0
    }

    .sociais li {
        margin: 0 6px 0 6px
    }

    .listagem .listagem-linha>ul {
        margin: 2%
    }

    .g_ .listagem-linha .span3 {
        background: #fff;
        box-shadow: 0 0 5px rgba(20,32,50,.1);
        border-radius: 5px;
        margin: 10px 5px 10px 5px!important;
        height: max-content
    }

    .listagem-linha.flexslider .flex-viewport li {
        background: #fff;
        box-shadow: 0 0 5px rgba(20,32,50,.1);
        border-radius: 5px;
        height: auto;
        margin-top: 20px!important
    }

    .g_ .listagem .listagem-item {
        position: relative;
        padding: 20px;
        margin: 0!important
    }

    .g_ .listagem-item .acoes-produto {
        background: 0 0;
        border: 0;
        transition: all .4s;
        opacity: 1;
        right: 0;
        left: 0;
        bottom: 20px;
        width: 100%;
        height: 48px;
        padding: 0!important
    }

    #g_minibanner-mobile+.banner.mini-banner {
        display: none!important
    }

    :root {
        --fs42: calc(42px * 0.55);
        --fs20: calc(20px* 0.7);
        --fs22: calc(22px* 0.7);
        --fs24: calc(24px* 0.7);
        --fs18: calc(18px* 0.8);
        --fs16: calc(16px* 0.8);
        --fs14: calc(14px* 0.8);
        --fs12: calc(12px* 0.8)
    }

    .g_ #brands>.conteiner,.g_ #testimonials>.conteiner,.g_ .conteiner {
        max-width: 100%;
        box-sizing: border-box
    }

    .g_ {
        overflow-x: hidden
    }

    .g_ .theme-functions>li {
        margin-left: var(--gutter)
    }

    .g_ .listagem-linha>ul>li {
        width: 45%;
        display: inline-block;
        margin: 0
    }

    .g_ .listagem .bandeiras-produto>span {
        font-size: 9px;
        line-height: 20px
    }

    .g_ .listagem .listagem-item .nome-produto {
        margin: 0 0 5px 0
    }

    .g_ .testimonials-row .testimonial-item>div {
        height: auto!important;
        padding: calc(var(--gutter) * 2)
    }

    .g_ .g_title,.g_ .listagem .titulo-categoria {
        margin: 2rem 0 .5rem 0;
        padding: 0 5px
    }

    .g_ .testimonials-row {
        margin: 2rem -1rem
    }

    .g_ .brands-row {
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 1.5rem -1rem
    }

    .g_ #brands .brand-item {
        padding: 0 .5rem
    }

    .g_ #brands .brand-item>div {
        padding: 1rem
    }

    #rodape .row-flex {
        display: block
    }

    #rodape .row-flex>div {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 3rem;
        text-align: center
    }

    .g_ #rodape .institucional {
        border: 0;
        padding: 2rem 0 0 0
    }

    .g_ #rodape .institucional h5,.g_ #rodape .titulo {
        margin-bottom: 1rem
    }

    .g_ #rodape .institucional ul li {
        margin-bottom: 5px
    }

    .g_ #rodape .pagamento,.g_ #rodape .selos {
        margin-bottom: 2rem
    }

    .g_ #rodape .pagamento-selos {
        padding: 0;
        text-align: center
    }

    .g_ #rodape .bandeiras-pagamento li {
        float: none;
        display: inline-block
    }

    .g_ #rodape .bandeiras-pagamento li:last-child {
        margin: 0
    }

    .g_ #rodape .selos li {
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    .g_ #rodape .selos li:last-child {
        margin-right: 0
    }

    .g_ #rodape>div:last-child {
        padding: 1rem 0 .5rem 0
    }

    .g_ #rodape>div:last-child svg {
        max-height: 20px
    }

    .g_ .mini-banner.hidden-phone {
        display: block!important
    }

    .g_ .mini-banner.hidden-phone>.modulo.span4 {
        width: calc(100% + 24px);
        margin: 0 -12px 12px -12px
    }

    .g_ .mini-banner .modulo img {
        border-radius: 0
    }

    .g_ .logo {
        display: inline-block;
        vertical-align: middle
    }

    .g_ .logo.no-image a.cor-principal {
        font-size: 24px;
        color: var(--dc1)
    }

    .g_ .logo a>img,.g_ .logo img,.g_ .logo svg {
        max-height: 60px;
        max-width: 150px
    }

    .g_ .svg-ico {
        padding: 15px 0
    }

    .g_ .carrinho {
        float: none;
        width: 100%
    }

    .g_ .carrinho .qtd-carrinho {
        right: -8px
    }

    .g_ .menu.superior.menu-visible {
        left: 0
    }

    .g_ .menu.superior {
        display: block;
        position: fixed;
        background: var(--bg1);
        top: 0;
        left: -380px;
        margin: 0;
        border: 0;
        box-shadow: 0 0 0;
        z-index: 999;
        width: 300px;
        max-width: 80%;
        transition: all .4s
    }

    .g_ .menu.superior>.nivel-um {
        display: block!important;
        border: 0;
        margin: 0;
        height: 100vh;
        padding: 15px 0;
        overflow-y: auto;
        z-index: 9999;
        position: relative;
        background: var(--bg1)
    }

    .g_ .menu.superior>.nivel-um>li:before {
        display: none
    }

    .g_ .menu.superior>.nivel-um>li>a {
        display: inline-block;
        vertical-align: middle
    }

    .g_ .menu.superior>.nivel-um>li>button.open {
        transform: rotate(180deg)
    }

    .g_ .menu.superior>.nivel-um>li>button {
        background: 0 0;
        outline: 0;
        color: var(--tc1);
        float: right;
        transition: transform .3s
    }

    .g_ .menu.superior .icon-chevron-down {
        background: 0 0;
        color: var(--tc1);
        font-size: 12px
    }

    .g_ .menu.superior>.nivel-um>li>a>strong {
        text-shadow: 0 0 0;
        font-size: 16px
    }

    .g_ .menu.superior>.nivel-um>li.com-filho>ul {
        box-shadow: 0 0 0;
        padding: 0;
        display: none
    }

    .g_ .menu.superior>.nivel-um>li {
        padding: .5rem 1.5rem
    }

    .g_ #search-form>div {
        width: calc(100% - 30px);
        padding: 0 30px
    }

    .g_ #search-form>div>form input {
        max-width: calc(100% - 64px)
    }

    .g_ #search-form>div>form button {
        padding: 0 15px
    }

    .g_ body:not(.pagina-inicial) header {
        margin-bottom: 0
    }

    .g_ body:not(.pagina-inicial) #corpo>.conteiner:first-child {
        padding-top: 0
    }

    .g_ .breadcrumbs {
        display: none
    }

    .g_ .produto-thumbs+.conteiner-imagem {
        margin: 0 -10px
    }

    .g_ .produto .conteiner-imagem>div {
        border: 0
    }

    .g_ .produto-thumbs {
        width: 100%
    }

    .g_ .produto .elastislide-carousel ul li a,.g_ .produto .elastislide-carousel ul li.active a {
        border: 0;
        margin: 0
    }

    .g_ .produto .principal>div {
        padding-bottom: 0;
        border: 0;
        margin-bottom: 0
    }

    .g_ .produto div.principal {
        padding: 0 5px;
        margin-top: 3rem
    }

    .g_ .acoes-produto .preco-produto,.g_ .produto-compartilhar {
        border: 0
    }

    .g_ .codigo-produto {
        margin: 0 0 1rem 0;
        display: none;
    }

    .g_ .abas-custom .tab-content:before {
        margin: 3rem 0 1rem 0
    }

    .g_ .elastislide-carousel ul li a {
        height: 80px
    }

    .g_ .ordenar-listagem .span3.clearfix>div:first-child {
        display: inline-block;
        vertical-align: middle
    }

    .g_ .ordenar-listagem label {
        padding: 0 10px;
        line-height: 32px
    }

    .g_ .ordenar-listagem label+.btn-group>.btn {
        padding: 0 15px;
        line-height: 34px
    }

    .g_ .categoryTitle h1.titulo {
        font-size: 20px;
        margin: 1rem 0 1rem 0
    }

    .g_ .ordenar-listagem .filtro-mobile .btn,.g_ .ordenar-listagem .filtro-mobile .btn:hover {
        line-height: 34px
    }

    .g_ .listagem .preco-produto .desconto-a-vista,.g_ .listagem .preco-produto .preco-parcela {
        opacity: 1
    }

    .g_ .listagem-item .produto-sobrepor {
        pointer-events: all
    }

    .g_ #barraNewsletter.posicao-rodape {
        display: block!important;
        padding: 15px 0 30px 0
    }

    .g_ #barraNewsletter .conteiner>ul:last-child {
        top: auto;
        right: auto;
        transform: unset;
        position: relative;
        margin-top: 0
    }

    .g_ #barraNewsletter .componente .interno-conteudo {
        display: block
    }

    .g_ #barraNewsletter .componente .texto-newsletter {
        margin: 0;
        text-align: center;
        width: 100%
    }

    .g_ #barraNewsletter .componente input[type=text] {
        width: 100%
    }

    .g_ #barraNewsletter .componente .botao {
        width: 100%
    }

    .g_ #barraNewsletter .componente .newsletter-confirmacao,.g_ #barraNewsletter .componente div.newsletter-cadastro {
        white-space: normal;
        padding: var(--gutter)
    }

    .g_ #barraNewsletter .componente .botao {
        margin: var(--gutter) 0 0 0
    }

    .g_ #barraNewsletter .conteiner>ul:last-child {
        text-align: center
    }

    .g_ #barraNewsletter .conteiner>ul:last-child>li>a {
        margin: 0 calc(var(--gutter)/2);
        font-size: var(--fs42)
    }

    .g_ .produto div.principal .qtde-adicionar-carrinho+.botao.principal.botao-comprar {
        width: calc(100% - (90px + var(--gutter)))
    }

    .g_ .produto .conteiner-imagem img,.g_ .produto .produto-thumbs img {
        border-radius: 0
    }

    .g_ .produto .cep input {
        width: calc(100% - 87px)
    }

    .g_ .input-small.input-cep {
        min-width: 115px
    }

    .g_ body.pagina-produto .input-small {
        height: 36px!important
    }

    .g_ body.pagina-produto .input-small+.btn,.g_ body.pagina-produto .input-small+a,.g_ body.pagina-produto .input-small+button {
        font-size: var(--fs14);
        padding: 0 15px;
        line-height: 34px;
        background-image: none!important;
        margin-left: var(--gutter)
    }

    .g_ .produto .principal .nome-produto {
        font-size: 22px
    }

    .g_ .produto .principal>div.acoes-produto.disponivel {
        margin-bottom: 15px
    }

    .g_ #parcelas-pai .parcelas-produto .accordion {
        padding: 0 10px
    }

    .g_ .produto .cep {
        display: none;
    }

    .g_ .produto .cep ul {
        padding: 10px
    }

    .g_ .cep label {
        line-height: initial;
        margin-top: 2rem
    }

    .g_ .produto .abas-custom {
        padding: 0 5px
    }

    .g_ .pagina-carrinho.carrinho-checkout header {
        margin-bottom: 0
    }

    .g_ .tabela-carrinho tr.bg-dark {
        margin-bottom: 0
    }

    .g_ .identificacao .control-group input {
        width: 100%
    }

    .g_ .tema-transparente .identificacao .identificacao-inner {
        padding: 0
    }

    .g_ .tabela-carrinho img {
        max-height: 120px;
        max-width: unset
    }

    .g_ .tabela-carrinho .produto-info a {
        margin-bottom: 10px;
        text-align: center;
        display: block
    }

    .g_ .tabela-carrinho .produto-info ul li {
        text-align: Center
    }

    .g_ .pagina-carrinho .acao-editar a.botao,.g_ .pagina-carrinho .acao-editar a.botao+button.principal {
        width: 100%;
        margin: -15px 0 25px 0;
        font-size: 15px
    }

    .g_ .cabecalho-interno .titulo {
        font-size: 22px;
        margin-bottom: 1rem
    }

    .g_ .cabecalho-interno .titulo small {
        font-size: 14px
    }

    .g_ .pagina-carrinho.carrinho-checkout .campos-pedido .caixa-sombreada .input-xlarge,.g_ .pagina-login .caixa-sombreada.borda-principal input {
        width: 100%
    }

    .g_ .pagina-login .caixa-sombreada.borda-principal .botao {
        margin-left: 0;
        width: 100%
    }

    .g_ .pagina-carrinho.carrinho-checkout .campos-pedido .caixa-sombreada,.g_ .pagina-login .caixa-sombreada.borda-principal {
        padding: 15px
    }

    .g_ .carrinho-checkout .formas .accordion-heading .bandeiras-pagamento li {
        margin-right: 5px
    }

    .g_ .menu.superior .menu-close-mobile {
        display: none;
        padding: 0 15px;
        display: block;
        margin: 0 0 0 auto;
        background: var(--bg1);
        position: absolute;
        left: 100%;
        z-index: 9999
    }

    .g_ .ordenar-listagem .span3.clearfix>div.filtro-mobile,.g_ .ordenar-listagem .span3.clearfix>div:first-child {
        float: none;
        display: inline-block;
        margin: 0 5px 0 0
    }

    .g_ .ordenar-listagem .span3.clearfix>div.filtro-mobile-itens {
        float: none;
        width: 100%
    }

    .g_ .listagem .listagem-item .imagem-produto,.g_ .listagem .listagem-item .info-produto {
        float: none;
        width: 100%
    }

    .g_ .secao-banners .banner.cheio .flexslider {
        width: calc(150% + 20px);
        left: 0;
        margin: 0 calc(-25% - 10px)
    }

    .g_ .slick-slider .arrow-l,.g_ .slick-slider .arrow-r {
        transform: translate(0,-50%) scale(.8);
        margin: 0 5px
    }

    #g_slider-mobile+.banner.cheio {
        display: none
    }

    .banner.cheio+.row-fluid {
        margin-top: 15px
    }
}

@media (min-width: 321px) and (max-width:768px) {
    .g_ .g_menu {
        position:absolute;
        top: 0;
        left: 0
    }

    .g_ .col-auto-mobile {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
}

@media(min-width: 360px) {
    .g_ .listagem-item .acoes-produto a .svg-ico:after {
        content:"Comprar";
        line-height: 29px;
        margin-left: 10px;
        font-family: Inter,var(--ff),sans-serif;
        font-size: .75rem;
        text-transform: uppercase;
        letter-spacing: -.4px
    }
}

.pagina-pagina .caixa-sombreada {
    padding: 0
}

.g_ .menu.superior>.nivel-um>li.com-filho>ul>li a strong.titulo {
    font-weight: 400;
    margin: 0
}

.coluna .row-fluid:empty {
    display: none
}

.pagina-busca #corpo h1 {
    text-align: center
}

.pagina-busca #corpo p {
    display: none
}

.pagina-busca #corpo ol {
    list-style-type: circle;
    padding: 15px;
    margin: 3rem auto 4rem auto;
    background: var(--bg2);
    width: fit-content;
    text-align: center
}

.pagina-busca #corpo ol li {
    display: block;
    font-size: var(--fs18);
    line-height: initial;
    padding: 5px 0
}

.pagina-busca #corpo .conteudo .span6 {
    width: 100%;
    margin: 0;
    text-align: center
}

.banner.cheio .span9 {
    margin: 0;
    width: 100%
}

.banner.cheio .span3 {
    display: none!important
}

.g_ .tema-pequeno .conteiner {
    max-width: 100%
}

.g_ .coluna .componente {
    background-color: var(--bg2);
    border-radius: 10px
}

.g_ .coluna .componente .interno {
    border: 0;
    background-color: var(--bg2);
    box-shadow: 0 0 0;
    border-radius: 10px
}

.g_ .coluna .componente .titulo i {
    display: none;
}

.g_ .pagina-categoria header+#search-form+.secao-banners {
    margin-top: -5rem
}

.g_ .ordenar-listagem .span3 {
    text-align: right
}

.g_ .listagem.com-caixa .listagem-item {
    box-shadow: unset;
    border: 0;
    outline: 0
}

.g_ .produto-thumbs.thumbs-horizontal,.g_ .produto-thumbs.thumbs-horizontal #carouselImagem {
    width: 100%
}

.g_ .produto .produto-thumbs img {
    max-width: 100%
}

.g_ #carouselImagem .elastislide-carousel ul li a span img {
    top: 8px;
    left: 8px
}

.g_ #carouselImagem .elastislide-carousel ul li a span img,.g_ .produto .produto-thumbs .elastislide-carousel ul li a {
    margin: 0;
    max-width: 100%
}

.g_ .produto .produto-thumbs .elastislide-carousel ul li a span {
    display: block
}

.g_ .produto .produto-thumbs .elastislide-carousel ul li a img {
    max-width: 100%
}

.g_ .produto .produto-thumbs .miniaturas>li {
    opacity: .5
}

.g_ .produto .produto-thumbs .miniaturas>li.active,.g_ .produto .produto-thumbs .miniaturas>li:hover {
    opacity: 1!important
}

.g_ .listagem-linha .bandeiras-produto {
    right: 15px
}

.g_ .banner.cheio .flexslider .slides img {
    max-height: 800px
}

@media (max-width: 767px) {
    .g_ .pagina-categoria header+#search-form+.secao-banners {
        margin-top:0rem
    }

    .g_ .lateral .filtro .titulo,.g_ .lateral .titulo {
        text-align: left
    }

    .g_ .ordenar-listagem .span3.clearfix>div.filtro-mobile-itens {
        margin-top: 10px
    }

    .g_ #parcelas-pai .parcelas-produto .accordion,.g_ .atributos~.product-functions {
        margin-top: 15px
    }

    .g_ .listagem.com-caixa .listagem-item .imagem-produto {
        border: 0
    }
}

.g_ #modalContato form .control-group .controls input,.g_ #modalContato form .control-group .controls textarea {
    background: #fff;
    border: 1px solid #ccc
}

.pagina-produto .listagem .add-wishlist {
    display: none!important
}

.popover-content {
    color: var(--tc2)
}

.g_ .fotos-instagram p img {
    padding: 20px;
    border-radius: 40px;
    max-width: 300px;
    max-height: 300px;
}

.g_ .pagina-produto #corpo .conteiner .span12.produto .yotpo *{
    font-family: 'Roboto';
}

.g_ #rodape > .institucional.fundo-secundario > div > div > div:nth-child(2) > ul > li:nth-child(1) {
    display: none;
}

.g_ #rodape .pagamento-selos .bandeiras-pagamento, .g_ #rodape .pagamento-selos .gateways-rodape, .g_ #rodape .pagamento-selos .span4.selos > ul {
    display: none;
}

.li-whatsapp a {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #25D366;
    text-decoration: none;
    z-index: 99;
}

.li-whatsapp i {
    font-size: 48px;
    color: #fff;
}