body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    margin-top: 108px;
}

#CarregaProdutoFotos {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease;
}

    #CarregaProdutoFotos.visible {
        visibility: visible !important;
        opacity: 1 !important;
    }

h5 {
    font-size: 1.1rem;
    font-weight: 500;
}

.form-control-lg {
    font-size: 1rem;
}

.pointer {
    cursor: pointer;
}

.cartcount {
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #dc3545;
    vertical-align: top;
    margin-left: -5px;
    margin-top: -5px;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 1.5em;
}

.copy {
    color: #666666;
    font-size: .7rem;
    font-weight: 300;
    line-height: 1.4em;
}

    .copy a {
        color: #666666;
        font-size: .7rem;
        font-weight: 300;
        line-height: 1.4em;
        text-decoration: underline;
    }

        .copy a:hover {
            color: #666666;
            text-decoration: none;
        }

.bg-breadcrumb {
    background-color: #882f7a;
}

.breadcrumb {
    padding: 1.25rem 1rem;
    margin-bottom: 0rem;
    background-color: transparent;
}

    .breadcrumb li a {
        font-size: .85rem;
        color: #ffffff;
        font-weight: 600;
    }

.breadcrumb-item + .breadcrumb-item {
    padding-left: .2rem;
    margin-top: .2rem;
    font-size: .85rem;
    color: #ffffff;
    font-weight: 600;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ffffff;
    content: "/\00a0";
}

.breadcrumb li a.active {
    color: #ffffff;
    font-weight: 700;
    font-size: .85rem;
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
}

.previous-back {
    font-size: .8rem;
    font-weight: 600;
    padding: 5px 14px;
    color: var(--blue-600);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

    .previous-back:hover {
        color: var(--blue-600);
        background-color: #ebebeb;
        text-decoration: none;
    }

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

ul.nav-tabs li {
    background-color: #ebebeb;
}

    ul.nav-tabs li a {
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        display: block;
        border-radius: 0px;
    }

.tab-content {
    background-color: #fff !important;
    padding: 15px;
}

.input-group-addon {
    background-color: transparent;
}

nav#menu {
    z-index: 1050 !important;
}

#menu:not( .mm-menu ) {
    display: none;
}

#filtro:not( .xm-menu ) {
    display: none;
}

li.area-login {
    background-color: #353793;
    color: #fff;
    padding: 10px 15px 15px 0px;
    height: 70px;
}

    li.area-login a {
        color: #fff !important;
    }

.area-mobile {
    background-color: #ebebeb;
    color: #444;
}

.lblCartCount {
    color: #fff;
    width: 24px;
    height: 24px;
    padding: 0.25em 0.5em;
    margin-left: 3px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    background: #6c6ca8;
}

.pink, a.pink, .pink a {
    color: #e67798;
}

.bg-categoria {
    background: url(../img/bg.jpg) no-repeat;
    background-position: center;
}

p {
    font-size: 16px;
}

.bg-gray-light {
    background-color: #f4f4f4;
}

a:hover {
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.purple, a.purple {
    color: #882f7a;
}

.blue, a.blue {
    color: #6c6ca8;
}

.red, a.red {
    color: #FF0004;
}

.light, a.light {
    color: #999;
}

.bold {
    font-weight: 600;
}

.btn-primary {
    background-color: #6c6ca8;
    border: solid 1px #6c6ca8;
}

    .btn-primary:hover {
        background-color: #e67798;
        border: solid 1px #e67798;
    }

.bg-gray {
    background-color: #ebebeb;
}

label.tipo {
    cursor: pointer;
    padding: 10px 10px 10px 30px;
    border: solid 1px #ccc;
}

.radio-inline + .radio-inline {
    margin-left: 0px;
}

h3.categoria {
    font-weight: 600;
    color: #6c6ca8;
    margin-top: 60px;
}


.scrollup {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 60px;
    right: 50px;
    border-radius: 8px !important;
    display: none;
    text-indent: -9999px;
    background: url(../img/icon_top.png) no-repeat #272727;
}

/*topo*/
.toggle-menu {
    border-radius: 4px;
    margin-top: 20px;
}

.icon-bar {
    background-color: #6c6ca8 !important;
}

.logo {
    margin-top: 10px;
}

ul.list-top {
    margin-bottom: 5px;
}

    ul.list-top li, ul.list-top li a {
        color: #e67798;
        font-size: 11px;
        margin-top: 5px;
    }

        ul.list-top li a:hover {
            text-decoration: underline;
        }

.navbar-fixed-top {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
}

ul.navbar-right {
    margin-bottom: 0px !important;
}

    ul.navbar-right li.li {
        display: inline-block;
        padding: 0px;
    }

        ul.navbar-right li.li a {
            display: block;
            color: #6c6ca8;
            font-size: 12px;
            /*padding: 25px 10px 23px 10px;*/
            padding: 15px 10px 10px 10px;
        }

            ul.navbar-right li.li a:hover {
                color: #e67798 !important;
                text-decoration: none;
            }


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #6c6ca8;
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 10px;
}

.dropdown-menu {
    width: 350px;
    padding: 10px;
}

    .dropdown-menu li a.btn-cart {
        color: #fff !important;
        background-color: #6c6ca8 !important;
        font-size: 16px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        width: 100% !important;
        margin-top: 10px;
        text-align: center;
    }

        .dropdown-menu li a.btn-cart:hover {
            color: #fff !important;
            background-color: #1a1944 !important;
        }

.navbar .navbar-expand-lg {
    padding-top: 10px;
}

.navbar-brand {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    width: 222px;
    height: 70px;
}

.fixed-me .navbar-brand {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    width: 251px;
    height: 79px;
    margin: 10px 0px 0px 15px;
}

.fixed-me {
    background-color: #fff;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

    .fixed-me .list-top {
        display: none;
    }

    .fixed-me .busca {
        margin-top: 10px !important;
    }

    .fixed-me .btn-buscar {
        position: absolute;
        top: 20px !important;
        right: 20px;
    }

    .fixed-me ul.navbar-right li a {
        display: block;
        color: #6c6ca8;
        font-size: 12px;
        padding: 18px 10px 15px 10px;
    }

        .fixed-me ul.navbar-right li a:hover, .fixed-me ul li a:active {
            color: #e67798;
            text-decoration: none;
        }

.menuhover .busca {
    margin-top: 0px;
    margin-bottom: 10px;
}

.search-top2 {
    margin-top: 20px;
}

.cart {
    display: block;
    color: #6c6ca8;
    font-size: 16px;
    padding-top: 15px;
}

.input-group {
    width: 100%;
}

input.buscar {
    text-align: left;
    font-size: 15px;
    padding-right: 60px;
    height: 50px;
    color: #616161;
    border-radius: 6px;
    border: solid 1px #ebebeb;
    background-color: #f1f0fa;
}

.btn-buscar {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 20px;
    border-radius: 0px;
    background-color: transparent !important;
    color: #6c6ca8;
}

    .btn-buscar:hover {
        color: #e67798;
    }

/*fim topo*/


h3 {
    line-height: 1.3em;
}

.produto-detalhe h3 {
    font-size: 21px;
}

.produto-detalhe {
    line-height: 2em;
    font-size: 16px;
}

    .produto-detalhe ul, .produto-detalhe ol {
        line-height: 2em;
        font-size: 16px;
    }

.top {
    margin-top: 40px;
}

.institucional {
    margin-top: 20px;
}

    .institucional h2 {
        font-weight: bold;
    }

    .institucional h3 {
        font-weight: bold;
    }

    .institucional h4 {
        margin-top: 40px;
        font-weight: 600;
    }

    .institucional, .institucional p {
        line-height: 1.8em;
        font-size: 16px;
    }

.stars {
    margin-top: 15px;
}

    .stars .checked, .star .checked {
        color: #ff9f1a;
    }


.label-zindex {
    z-index: 10;
    position: absolute;
    margin-top: 10px;
    font-size: 10px;
}

a.tag {
    background-color: #404296;
    color: #fff;
    padding: 1px 4px 0px 4px;
    border: solid 1px #404296;
}

    a.tag:hover {
        text-decoration: none;
        background-color: #fff;
        border: solid 1px #404296;
        color: #404296;
    }

.seta-left {
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    left: -30px;
    color: #bfbfbf;
    margin-top: 10px;
}

.seta-right {
    font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    right: -30px;
    left: auto;
    color: #bfbfbf;
    margin-top: 10px;
}

.variable {
    margin: 80px 30px 80px 30px;
}

    .variable img {
        margin: 25px;
    }




.navbar-light .navbar-nav .nav-link {
    color: #e67798;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #6c6ca8;
        text-decoration: none;
    }


.title, .title a {
    font-size: 1.6rem;
    color: #6c6ca8;
    font-weight: 600;
    border: none;
    padding: 0;
    text-align: center;
}
/*
    .title:before {
        right: 1.5%;
    }

    .title:after {
        left: 1.5%;
    }

    .title:before, .title:after {
        border-top: 1px solid #6c6ca8;
        content: "";
        display: table-cell;
        position: relative;
        top: 0.6em;
        width: 45%;
    }
    */




.label-success {
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    font-style: normal !important;
    padding: 4px;
    border-radius: 0px;
    background-color: #28a745;
    opacity: 0.8;
}

.label-prontaentrega {
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    font-style: normal !important;
    padding: 4px;
    border-radius: 0px;
    background-color: #2b3990;
    opacity: 0.8;
}

.label-promocao {
    margin-top: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    font-style: normal !important;
    padding: 4px;
    border-radius: 0px;
    background-color: #c1246f;
    opacity: 0.8;
}

.label-novo {
    margin-top: 55px;
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    font-style: normal !important;
    padding: 4px;
    border-radius: 0px;
    background-color: #7a4397;
    opacity: 0.8;
}

.label-colecionador {
    margin-top: 80px;
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    font-style: normal !important;
    padding: 4px;
    border-radius: 0px;
    background-color: #9d308f;
    opacity: 0.8;
}

.label-tamanho {
    margin-top: 105px;
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    font-style: normal !important;
    padding: 4px;
    border-radius: 0px;
    background-color: #6c6ca8;
    opacity: 0.8;
}

.label-corpo {
    margin-top: 130px;
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    font-style: normal !important;
    padding: 4px;
    border-radius: 0px;
    background-color: #e67798;
    opacity: 0.8;
}






a.produto {
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 15px;
    display: block;
}

    a.produto:hover {
        text-decoration: none;
    }

.semestoque {
    color: #666666;
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    display: block;
}



.valor {
    color: #6c6ca8;
    font-weight: 600;
    font-size: 18px;
    padding-top: 0px;
}

    .valor del {
        margin-top: 10px;
        font-size: 12px;
    }

.de {
    font-size: .9rem;
    font-weight: 500;
}

.valor-produto {
    color: #6c6ca8;
    font-weight: 600;
    font-size: 1.8rem;
    padding-top: 0px;
    margin-bottom: 20px;
}

    .valor-produto del {
        margin-top: 10px;
        font-size: 21px;
    }

a.btn-ver {
    color: #c1246f;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    padding: 10px 25px;
    border: solid 2px #c1246f;
    border-radius: 5px;
    background-color: #ffffff;
}

    a.btn-ver:hover {
        color: #fff;
        text-decoration: none;
        border: solid 2px #6c6ca8;
        background-color: #6c6ca8;
    }





.padding-footer {
    margin-top: -125px;
    margin-bottom: 20px;
}

.retire {
    color: #fff;
    background-color: #2b3990;
    padding: 30px 60px;
    min-height: 250px;
}

a.btn-retire {
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border: solid 1px #fff;
}

    a.btn-retire:hover {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px 20px;
        border: solid 1px #fff;
        background-color: #6c6ca8;
    }

.news {
    color: #fff;
    background-color: #882f7a;
    padding: 30px 30px 15px 30px;
    margin-bottom: 75px;
}

input.barranews {
    text-align: left;
    font-size: 15px;
    height: 50px;
    border-radius: 0px;
    border: solid 1px #ebebeb;
    border-right: none;
}

.btn-cadastrar {
    color: #fff;
    padding: 0px 15px;
    height: 50px !important;
    border-radius: 0px;
    background-color: #c1246f;
}

    .btn-cadastrar:hover {
        color: #fff;
        background-color: #6c6ca8;
    }

/*footer*/
footer {
    color: #fff;
    background-color: #2b3990;
}

    footer h4 {
        font-size: .75rem;
        font-weight: 600;
    }

    footer a {
        color: #fff;
        font-weight: 400;
    }

    footer ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 500 !important;
        line-height: 2em;
    }

        footer ul li a:hover {
            color: #fff;
            text-decoration: underline;
        }

    footer p {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 100 !important;
        line-height: 1.5em;
    }

        footer p a {
            color: #fff;
            text-decoration: underline;
        }

            footer p a:hover {
                color: #2b3990;
                text-decoration: underline;
            }

    footer small {
        font-size: .6rem;
    }

        footer small a {
            font-size: .6rem;
            color: #6c757d !important;
            text-decoration: underline;
        }

ul.list-social li {
    padding-right: 0px;
    padding-left: 0px;
}

.fa-color {
    color: #6c6ca8 !important;
}

    .fa-color:hover {
        color: #fff !important;
    }

.fa-bg {
    color: #fff !important;
}

    .fa-bg:hover {
        color: #882f7a !important;
    }


.fa-colorin {
    color: #fff !important;
}

    .fa-colorin:hover {
        color: #fff !important;
    }

.fa-bgin {
    color: #882f7a !important;
}

    .fa-bgin:hover {
        color: #6c6ca8 !important;
    }

a.btn-confira {
    color: #fff;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 700;
    padding: 8px 20px;
    border: solid 1px #fff;
    border-radius: 5px;
    background-color: #2b3990;
}

    a.btn-confira:hover {
        color: #fff;
        text-decoration: none;
        background-color: #6c6ca8;
    }

a.btn-whats {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 5px;
    border: none;
    border-radius: 5px;
    background-color: #2b3990 !important;
}

    a.btn-whats:hover {
        color: #fff;
        text-decoration: none;
        border: none;
        background-color: #c1246f !important;
    }

.footer-cartoes {
    margin: 20px 0;
}

.cartoes {
    float: right;
}
/*fim rodap�*/

.container-fluid {
    max-width: 1210px;
}

.footer-cartoes {
    margin: 20px 0;
}

ul.list-footer-logos li {
    padding: 0 15px;
    float: left;
}

.cartoes {
    float: right;
}






ul.list-parcelamento {
    height: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    ul.list-parcelamento li {
        line-height: 2em;
        font-size: 12px;
    }
/*produtos lista*/
.grupo {
    border-right: solid 1px #f4f4f4;
    margin-bottom: 50px;
    margin-top: 40px;
}

    .grupo h4 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #6c6ca8;
        padding: 10px;
        text-transform: uppercase;
        border-bottom: solid 1px #6c6ca8;
        margin-top: 0px;
    }

    .grupo h5 {
        font-weight: 600;
        color: #6c6ca8;
        padding: 10px;
        margin-top: 40px;
        text-transform: uppercase;
        border-bottom: solid 1px #6c6ca8;
    }

ul.lista li {
    border-bottom: solid 1px #ebebeb;
}

    ul.lista li:last-child {
        border: none;
    }

    ul.lista li a {
        display: block;
        padding: 10px;
    }

ul.lista label {
    margin: 0px !important;
}

.checkbox label {
    display: block;
    margin: 0px !important;
    padding: 2px 10px 2px 30px;
    cursor: pointer;
}

li.categoria a {
    font-size: 15px;
    padding: 10px;
    color: #6c6ca8;
    display: block;
}

    li.categoria a:hover {
        background-color: #ebebeb;
        text-decoration: none;
    }

ul.marcas li {
    padding: 0px;
    border-bottom: solid 1px #ebebeb;
}

    ul.marcas li:last-child {
        border: none;
    }

    ul.marcas li a {
        display: block;
        padding: 10px;
        color: #6c6ca8;
    }

        ul.marcas li a:hover {
            color: #fff;
            background-color: #ebebeb;
            text-decoration: none;
        }

ul.demaiscategorias li {
    padding: 0px;
    border-bottom: solid 1px #ebebeb;
}

    ul.demaiscategorias li:last-child {
        border: none;
    }

    ul.demaiscategorias li a {
        font-size: 15px;
        display: block;
        padding: 8px 10px 8px 10px;
        color: #6c6ca8;
    }

        ul.demaiscategorias li a:hover {
            color: #6c6ca8;
            background-color: #ebebeb;
            text-decoration: none;
        }

.altura-caixa {
    min-height: 400px;
}

.altura-produto {
    font-size: 1rem;
    line-height: 1.25rem;
    min-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.c-checkbox, .c-radio {
    margin-right: 4px;
}

    .c-checkbox *, .c-radio * {
        cursor: pointer;
    }

    .c-checkbox input, .c-radio input {
        opacity: 0;
        position: absolute;
        margin-left: 0 !important;
    }

    .c-checkbox span, .c-radio span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: -20px;
        width: 20px;
        height: 20px;
        border-radius: 2px;
        border: 1px solid #ccc;
        margin-right: 5px;
    }

    .c-checkbox:hover span, .c-radio:hover span {
        border-color: #6c6ca8;
    }

.form-inline .c-checkbox span, .form-inline .c-radio span {
    margin-left: 0;
}

.c-checkbox.c-checkbox-rounded span, .c-radio.c-checkbox-rounded span, .c-checkbox.c-radio-rounded span, .c-radio.c-radio-rounded span {
    border-radius: 500px;
}

.c-radio span {
    border-radius: 500px;
}

    .c-checkbox span:before, .c-radio span:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        text-align: center !important;
        font-size: 12px;
        line-height: 18px;
        vertical-align: middle;
    }

input[type=checkbox]:checked + span:before, input[type=radio]:checked + span:before {
    color: #fff;
    opacity: 1;
    transition: color 0.3 ease-out;
}

input[type=checkbox]:checked + span, input[type=radio]:checked + span {
    border-color: #6c6ca8;
    background-color: #6c6ca8;
}

input[type=radio]:checked + span {
    background-color: #fff;
}

    input[type=radio]:checked + span:before {
        color: #6c6ca8;
    }

input[type=checkbox]:disabled + span, input[type=radio]:disabled + span {
    border-color: #dddddd !important;
    background-color: #dddddd !important;
}

input[type=radio]:disabled + span {
    background-color: #fff !important;
}

    input[type=radio]:disabled + span:before {
        color: #dddddd;
    }

input {
    border: none;
}

.contato {
    font-size: 14px;
}
/*lojas*/
.lojas p {
    line-height: 1.8em;
    font-size: 14px;
}
/*fim lojas*/


/*carrinho*/
.cart-border {
    border: solid 1px #6c6ca8;
}

.cart-bg {
    background-color: #6c6ca8;
    padding: 12px 10px;
    margin-bottom: 10px;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
}

    .cart-bg td {
        color: #fff;
        font-size: .8rem;
        font-weight: 600;
        text-transform: uppercase;
    }

.cart-padding {
    padding: 20px 15px;
}

.btn-number {
    height: 35px;
    width: 30px;
    text-align: center;
}

.number-spinner {
    max-width: 110px;
    margin-bottom: 5px;
}

.qtd {
    width: 100%;
    height: 35px;
}

hr.hr {
    margin: 0px;
}

.border-frete {
    border: solid 1px #ddd;
    padding: 15px;
}

.atenction {
    margin-top: 25px;
    padding: 15px;
    background-color: #ebebeb;
}

.bg-gray .table td {
    border-color: #ebebeb;
}

.btn-comprar {
    padding: 15px 40px;
}
/*fim carrinho*/

.panel {
    border-bottom: 1px dotted #fff;
    border-right: none;
    border-left: none;
    border-top: none;
}

    .panel:last-child {
        border-bottom: none;
    }

.panel-group {
    margin-bottom: 0px;
}

.fancy-collapse-panel {
    margin-top: 15px;
}

    .fancy-collapse-panel .panel-default > .panel-heading {
        padding: 0;
    }

    .fancy-collapse-panel .panel-heading a {
        font-size: 1.2rem;
        font-weight: 500;
        padding: 15px 35px 15px 0px;
        display: inline-block;
        width: 100%;
        background-color: #2b3990;
        color: #ffffff;
        position: relative;
        text-decoration: none;
    }

        .fancy-collapse-panel .panel-heading a:after {
            font-family: "FontAwesome";
            content: "\f078";
            position: absolute;
            right: 10px;
            font-size: 20px;
            font-weight: 300;
            top: 50%;
            line-height: 1;
            margin-top: -10px;
        }

        .fancy-collapse-panel .panel-heading a.collapsed:after {
            content: "\f054";
        }

.panel-body, .panel-body li a {
    color: #ffffff;
}

    .panel-body li a:hover {
        color: #ebebeb;
    }

.submit-line {
    position: relative;
    width: 250px;
}

    .submit-line input {
        width: 100%;
        height: 38px;
        margin-bottom: 8px;
    }

.btn-ok {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    outline: none;
    height: 38px !important;
    margin: 0px;
    width: 50px;
}

#bannerhome.carousel {
    margin-top: 80px;
}

.no-break {
    white-space: nowrap !important;
}

@media (max-width: 467px) {
    .btn-comprar {
        display: block;
    }
}

@media (max-width: 767px) {
    body {
        margin-top: 130px;
    }

    .zoomContainer {
        margin-top: 0px !important;
    }

    .navbar-header {
        padding-bottom: 10px;
    }

    .altura-caixa {
        min-height: 280px;
    }

    .altura-produto {
        min-height: 40px;
    }

    .valor {
        color: #6c6ca8;
        font-weight: 600;
        font-size: 18px;
        padding-top: 0px;
        margin-bottom: 20px;
    }

        .valor del {
            margin-top: 10px;
            font-size: 12px;
        }

    .valor-produto {
        color: #6c6ca8;
        font-weight: bold;
        font-size: 24px;
        padding-top: 0px;
        margin-bottom: 20px;
    }

        .valor-produto del {
            margin-top: 10px;
            font-size: 16px;
        }

    .busca {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    small {
        font-size: 12px !important;
    }

    .label-success {
        padding: .2rem;
        white-space: nowrap;
        /*display: inline-block;*/
    }

    ul.list-top-right li a {
        display: block;
        color: #6c6ca8;
        font-size: 12px;
        padding: 25px 10px 0px 0px;
    }

        ul.list-top-right li a:hover {
            background-color: #fff;
            color: #6c6ca8;
            text-decoration: none;
        }

    ul.list-social li {
        padding-right: 0px;
        padding-left: 0px;
    }

    h3.categoria {
        font-weight: 600;
        color: #6c6ca8;
        margin-top: 20px;
    }

    h3.blue {
        font-size: 18px;
    }

    #bannerhome.carousel {
        margin-top: 40px;
    }

    .title, .title a {
        font-size: 21px;
        color: #6c6ca8;
        font-weight: bold;
        border: none;
        padding: 0;
        margin: 0 0 0px 0;
        text-align: center;
        display: table;
        white-space: nowrap;
        width: 100%;
    }

    a.produto {
        color: #333333;
        font-size: 1.1rem;
        line-height: 1em;
        font-weight: 600;
        text-decoration: none;
        padding-top: 10px;
        display: block;
    }

    .grupo {
        margin-top: 20px;
    }

    footer h3 {
        margin-top: 0px;
    }

    footer h4 {
        font-size: .9rem;
        font-weight: 600;
    }

    a.btn-confira {
        margin-bottom: 30px;
    }

    .padding-footer {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .retire {
        color: #fff;
        background-color: #882f7a;
        padding: 15px 15px;
        min-height: 200px;
    }

    .news {
        padding: 15px 15px 0 15px;
        margin-bottom: 0px;
    }
    /*ul.list-footer li {
	border-bottom: solid 1px #ebebeb;
}*/
    ul.list-footer li:hover, ul.list-footer li a:hover {
        text-decoration: none;
        color: #6c6ca8;
    }

    ul.list-footer-logos {
        margin-bottom: 10px;
    }

        ul.list-footer-logos li {
            padding: 0 5px !important;
            text-align: center;
            float: none;
        }

    small {
        font-size: 9px;
    }

    .cartoes {
        display: block;
        margin: 0;
        float: none;
    }

    .footer-cartoes {
        margin: 20px 0 10px 0;
    }

    .variable {
        margin: 30px 20px 20px 20px;
    }

        .variable img {
            margin: 10px;
        }

    .scrollup {
        display: none !important;
    }
}

button.thumb-gallery {
    border: none;
    background: none;
    padding: 0;
}

    button.thumb-gallery img {
        border: 1px solid #dee2e6;
        padding: .25rem;
        background-color: #fff;
        border-radius: .25rem;
        max-width: 100%;
        height: auto;
    }

        button.thumb-gallery img:hover {
            transition: transform 0.3s ease 0s;
            border: 1px solid #6c6ca8 !important;
            border-radius: .25rem;
            max-width: 100%;
            height: auto;
        }

@media (max-width:768px) {
    .gallerythumb button.thumb-gallery {
        display: none !important;
    }
}

#galleryItens button img.active-thumb {
    border: 1px solid #6c6ca8 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }

    .altura-produto {
        min-height: 20px;
    }

    .logo {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .busca {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-search {
        margin-bottom: 0px;
    }

    .search {
        height: 45px;
        border-radius: 5px;
        font-size: 15px;
    }

    .btn-search {
        background-color: transparent !important;
        position: absolute;
        bottom: 15px;
        right: 30px;
        font-size: 18px;
        color: #6c6ca8;
    }

    .grupo {
        margin-top: 50px;
    }

    footer {
        margin: 5px 0 20px 0;
    }

    .news {
        background-color: #6c6ca8;
        color: #fff;
    }

    .footer-cartoes {
        margin: 20px 0 20px 0;
    }

    .variable {
        margin: 30px 20px 20px 20px;
    }

        .variable img {
            margin: 10px;
        }

    h2 {
        margin-top: 50px;
        font-weight: 600;
    }

    h3 {
        margin-top: 10px;
    }

    label.control-label {
        float: left !important;
    }

    .produto-detalhe.thumbnail {
        width: 50px;
        height: 50px;
    }

    .breadcrumb {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    ul.list-top li, ul.list-top li a {
        color: #fff;
        margin-top: 15px;
        font-size: 12px;
    }

        ul.list-top li a:hover {
            text-decoration: none;
        }

    .busca {
        padding-bottom: 10px;
    }

    .fixed-me .busca {
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    ul.list-top {
        display: none;
    }

    .busca {
        padding-top: 30px;
    }

    .fixed-me .busca {
        padding-top: 0px;
    }
}




.owl-carousel {
    margin-top: 15px;
    margin-bottom: 10px;
}

    .owl-carousel .owl-item .itemcategorias {
        width: 130px !important;
        text-align: center;
    }

        .owl-carousel .owl-item .itemcategorias a {
            font-weight: 600;
            font-size: 14px;
            color: #1a1a74;
            line-height: 1em !important;
        }

            .owl-carousel .owl-item .itemcategorias a img {
                border-radius: 50%;
            }

.zoomContainer {
    margin-top: 0px;
}

ul.list-info li {
    margin-right: 30px;
}

.owl-carousel .chevron-thumb {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 20px !important;
}

.m-scooch .chevron-scooch {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 20px !important;
    border: solid 1px #FF0000;
}

.m-scooch .chevron-one {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 60px !important;
}

.m-scooch .chevron-two {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 30px !important;
}

.m-scooch .fa-chevron-left.disabled, .m-scooch .fa-chevron-right.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.m-scooch .fa-chevron-left {
    left: -33px;
}

.m-scooch .fa-chevron-right {
    right: -33px;
}

.m-scooch .fa-chevron-left:hover {
    background-position: 0px -53px;
}

.m-scooch .fa-chevron-right:hover {
    background-position: -32px -53px;
}

.owl-carousel .chevron-one {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 60px !important;
}

.owl-carousel .chevron-two {
    height: 60px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 30px !important;
}

.owl-carousel .fa-chevron-left.disabled, .owl-carousel .fa-chevron-right.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .fa-chevron-left {
    left: -33px;
}

.owl-carousel .fa-chevron-right {
    right: -33px;
}

.owl-carousel .fa-chevron-left:hover {
    background-position: 0px -53px;
}

.owl-carousel .fa-chevron-right:hover {
    background-position: -32px -53px;
}


@media (max-width:768px) {
    .navbar {
        padding: 0.5rem 0rem;
    }

        .navbar form {
            margin-bottom: 0px;
            width: 100%;
        }

    .logo {
        margin-top: 0px;
        max-height: 60px;
        margin-bottom: 10px;
    }

    .toggle-menu {
        border-radius: 4px;
        margin-top: 10px;
    }

    .search {
        height: 45px;
        border-radius: 5px;
        font-size: 15px;
    }

    .btn-search {
        background-color: transparent !important;
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 18px;
        color: #6c6ca8;
    }

    .detalhes h3 {
        font-size: 16px;
    }

    ul.list-info li {
        margin-right: 5px;
    }
}


.container-fluid {
    max-width: 1330px;
}

.list {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.item-list {
    min-height: 400px;
    margin-bottom: 15px;
    border: 1px solid rgb(239, 239, 239);
}

    .item-list:hover {
        border: 1px solid rgb(239, 239, 239);
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

        .item-list:hover h4 {
            color: #242424 !important;
        }

    .item-list .caption {
        padding: .75rem;
    }

.caption {
    min-height: 60px;
}

    .caption h4 {
        font-size: .9rem;
        font-weight: 600;
        line-height: 1.2rem;
    }

    .caption a h4 {
        color: #242424;
    }

    .caption a:hover {
        color: #242424;
        text-decoration: none;
    }

    .caption .obs {
        color: #666666;
        font-size: .85rem;
        font-weight: 400;
        margin-bottom: 15px;
    }

.value-off {
    color: #666666;
    font-size: .7rem;
    font-weight: 400;
}

ul.value li {
    color: #666666;
    font-size: .75rem;
    font-weight: 400;
}

    ul.value li span {
        color: #242424;
        font-size: 1rem;
        font-weight: 700;
        font-stretch: condensed;
    }

a ul.value li:hover {
    text-decoration: none;
}


/* Carrinho Lateral */

.lblCartCount {
    font-size: .8rem;
    color: #fff;
    padding: 2px 5px;
    vertical-align: top;
    margin-left: -7px;
    margin-top: -5px;
    border-radius: 50%;
    line-height: 1em;
}

.content-cart, .content-cart2 {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24rem;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100vh;
    /* right: 0; */
    /* display: none; */
    /* opacity: 0; */
    /* height: 0px; */
    /* overflow: hidden; */
    background-color: #fff;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    z-index: 2000;
    transition: all 0.5s ease;
}

.content-top {
    height: 100%;
    /* max-height: 100%; */
    overflow: hidden;
    margin-bottom: .2rem;
    /* position: relative; */
}

.content-cart.show, .content-cart2.show {
    transform: translateX(0%);
    /* display: block; */
    /* height: auto;
opacity: 1; */
}

.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
    padding: 1rem 1rem 1rem 1rem;
}

ul.list-cart-img,
ul.list-cart {
    padding-left: 0px;
}

    ul.list-cart-img li {
        list-style: none;
    }

.cart-close {
    background: transparent;
    border: none;
    outline: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    opacity: 0.5;
    transition: all 0.1s ease;
}

    .cart-close:hover {
        opacity: 0.8;
    }

.cart-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.cart-bg, .cart-bg2 {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1800;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}

.footer-carrinho {
    background-color: #ebebeb;
    padding: 1rem;
}

.cart-stock {
    text-align: center;
    font-size: .85rem;
    font-weight: 700;
    background: #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
}

.prod-cart-title a {
    color: #242424;
    font-size: .85rem;
    line-height: 1.2rem;
    font-weight: 500;
    margin-top: 10px;
}

    .prod-cart-title a span {
        font-size: .7rem;
    }

ul.prod-cart-description {
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
}

    ul.prod-cart-description li {
        font-size: 11px;
    }

.prod-cart-price {
    font-size: .85rem;
    font-weight: 500;
}

.sacola01 {
    /* 3.4375rem(55px) é a altura de '.cart-header', 1.5rem(24px) é o margin-bottom do '.content-top' */
    height: calc(100% - 3.4375rem - 1.5rem);
    overflow-y: auto;
    padding: 0 1rem 0 1rem;
}

    .sacola01 ul {
        padding: 0 0.5rem 0 0;
    }

    .sacola01::-webkit-scrollbar {
        width: 0.4375rem;
    }

    .sacola01::-webkit-scrollbar-track {
        background: #f6f6f6;
        border-radius: 0.3125rem;
    }

    .sacola01::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 0.1875rem;
    }

.sacola01-item {
    list-style: none;
    display: flex;
    padding-bottom: 1.5rem;
    width: 100%;
}

    .sacola01-item:last-child {
        padding-bottom: 0;
    }

.sacola01-img {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    max-height: 60px;
    margin-bottom: 7px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

    .sacola01-img img {
        width: 80px !important;
        height: 60px !important;
        display: block;
        overflow: hidden;
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
    }

.prod-cart-infos {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.prod-cart-title {
    display: flex;
    justify-content: space-between;
}

.media-heading a.primary {
    color: #242424;
    margin-top: 5px;
}

/*
.prod-cart-select {
    display: flex;
    justify-content: space-between;
}*/
ul.prod-cart-description li {
    font-size: .6rem !important;
    line-height: 1.4rem !important;
}

.prod-cart-description .prod-cart-price span {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 0.875rem;
    font-weight: bold;
    color: #000;
}

.prod-cart-description b,
.prod-cart-description b {
    font-size: .5rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px;
    background: #f4f4f4;
}

.carrinho-total-pagar {
    display: flex;
    justify-content: space-between;
}

    .carrinho-total-pagar > span {
        font-size: .75rem;
        font-weight: 600;
        text-transform: uppercase;
    }

.valor-total-box {
    display: flex;
    flex-direction: column;
}

    .valor-total-box span {
        display: inline-block;
        text-align: right;
    }

.valor-total {
    font-size: .9rem;
    font-weight: 600;
}

.valor-parcelado {
    font-size: 0.7rem;
}

.btn-checkout {
    margin-top: .75rem;
    background: #2ECC71;
    color: #fff;
    border: 0.125rem solid #2ECC71;
    border-radius: 5px;
    width: 100%;
    padding: 0.75rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .btn-checkout:hover {
        color: #fff;
        background: #2ECC71;
        opacity: .8;
    }

.close-carrinho {
    display: flex;
    justify-content: center;
    margin: 1.125rem auto 0;
}

    .close-carrinho span {
        font-size: 0.75rem;
        font-weight: bold;
        cursor: pointer;
    }

.close-cart {
    color: #999999;
    border: solid 1px #999999;
    padding: 8px 0;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.text-small-cart {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: .75rem;
    font-weight: 600;
}

.text-info-cart {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: .75rem;
    font-weight: 500;
}

@media (max-width: 768px) {

    .content-cart {
        width: 100%;
    }
}

/* Fim Carrinho Lateral */


/* Carrinho */

.btn-number {
    height: 35px;
    width: 30px;
    text-align: center;
}

.number-spinner {
    color: #333;
    max-width: 110px;
    margin-bottom: 0px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background-color: #fff;
    margin: auto;
}

.qtd {
    font-size: .8rem;
    font-weight: 600;
    height: 35px;
    background-color: #f4f4f4 !important;
    border: none;
}

/* Fim Carrinho */


.responsive button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.responsive button.slick-next.slick-arrow {
    right: 0px;
    z-index: 10;
}

.responsive:hover .slick-prev:before, .responsive:hover .slick-next:before {
    font-family: 'slick';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    opacity: .2;
    color: #882f7a;
}



.form {
    background-color: #f1f0fa;
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input {
    all: unset;
    font-size: .9rem;
    font-weight: 400;
    height: 100%;
    width: 100%;
    padding: 10px 10px 10px 15px;
}

.form button {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
    color: var(--black-600);
    font-size: 1.3rem;
}
