/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


/* ACCORDION */

.botao-catalogo {
    border-radius: 40px;
    /* padding: 15px 35px; */
    float: right;
    margin-left: 0px;
    margin-top: -5px;
}

/*@font-face {
    font-family: 'btnfont';
    src: url('../fonts/Asap-Regular.otf');
    font-weight: 400;
    font-style: normal;
}*/

.btn {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

    .btn .btn-mini {
        font-size: 12px;
    }

.menuzord-menu > li > a, .menuzord-menu > li:hover > a {
    text-transform: uppercase;
    font-size: 14px;
}

.menuzord-menu > li > a {
    padding: 8px 12px;
    border-radius: 0;
}

.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
    border-radius: 0;
    background: rgba(0,0,0,0.3);
}

.logo {
    z-index: 9;
    margin-bottom: -70px;
    position: relative;
    margin-top: -5px;
}

.slogan {
    float: right;
}

@media (min-width:720px) {
    .font-20-pc {
        font-size: 20px;
    }

    .border-str {
        border-top: none !important;
        border-right: none !important;
    }

    .border-st {
        border-top: none !important;
    }

    .border-sbr {
        border-bottom: none !important;
        border-right: none !important;
    }

    .border-sb {
        border-bottom: none !important;
    }

    .text-right-pc {
        text-align: right;
    }
}

@media(max-width:720px) {
    .float-left-mob {
        float: left !important;
    }

    .float-left-mob {
        float: left !important;
    }

    .menuzord-brand {
        /* margin: 18px 30px 0 0; */
        float: left;
        color: #666;
        text-decoration: none;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.3;
        cursor: pointer;
        position: relative;
        z-index: 99;
    }

    .logo {
        left: 0;
        width: 140px;
    }

    .slogan {
        padding: 25px 5px 20px 0;
        width: 50%;
    }

    .some-mob {
        display: none;
    }

    .height-335px {
        height: 335px !important;
    }

    .btn-slide {
        padding: 7px 13px !important;
        font-size: 10px !important;
    }

    .pull-center-mob {
        float: none !important;
    }

    .font-21-mob {
        font-size: 21px;
    }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .text-right {
            text-align: center;
            padding-top: 5px;
        }
}

.separator {
    text-transform: uppercase;
}

.info-footer .border {
    border: 1px solid rgba(255,255,255,0.2);
}

.info-footer .text-theme-colored {
    color: white !important;
    font-size: 14px;
    text-transform: uppercase;
}

.info-footer .fa {
    margin-right: 10px;
}

.formulario input {
    height: 50px;
}

.formulario .btn {
    width: 100%;
    height: 50px;
    background: #251a68;
    color: white;
    letter-spacing: 0.5px;
    border: none;
    line-height: 30px;
    border-radius: 50px;
    margin-top: 10px;
}

.formulario .btn2 {
    width: 100%;
    border-radius: 0;
    height: 50px;
    background: #251a68;
    color: white;
    letter-spacing: 0.5px;
    border: none;
}

.formulario .form-group {
    margin: 0;
    padding: 0;
}

.btn-index-produto {
    border-top: 1px solid #eee;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #251a68;
    color: white;
    padding: 10px;
    transition: .4s all;
    border-radius: 40px;
    margin-top: 9px;
}
.btn-indisponivel {
    border-top: 1px solid #eee;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #eaeaea;
    color: #aca8a8;
    padding: 10px;
    transition: .4s all;
    border-radius: 40px;
    margin-top: 9px;
}

.index-produto .btn-index-produto span {
    letter-spacing: .35px;
}

.index-produto:hover .btn-index-produto {
    background: #b5171d;
}

.index-produto:hover h4 {
    color: #b5171d !important;
}

.index-produto h4 {
    padding-top: 0px;
}

.btn-index-produto .fa {
    margin-right: 10px;
    color: red;
    font-weight: 100;
}

.caixa-produto-index {
    border: 1px solid #5592c3;
    border-bottom: 0;
    min-height: 290px;
    border-radius: 20px 20px 0 0;
}

.desc-produto {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.desc-fabricante {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.imagem-catalogo-promocao {
    border: 1px solid #5592c3;
    border-radius: 10px;
}

.sigma {
    font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    font-weight: 700;
    letter-spacing: 0px;
}

.preco-produto {
    float: left;
    position: relative;
    font-size: 22px;
    width: 100%;
    font-weight: bold;
    color: #251a68;
    background-color: #e8e8e8;
    padding: 6px 20px;
    border: 1px solid #CCC;
    border-radius: 70px;
    text-align: center;
}

.box-preco {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
    padding: 20px 30px;
    border-radius: 20px;
}

.box-carrinho {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.34);
    padding: 20px 30px;
    border-radius: 20px;
    margin-top: 15px;
}

.texto-descricao {
    line-height: 30px;
}


.botao-compra {
    width: 100%;
    background-color: #251a68;
    border-radius: 20px;
    border: 3px solid #251a68;
}

    .botao-compra:hover {
        width: 100%;
        background-color: #231f20;
        border-radius: 20px;
        border: 3px solid #bcbdbf;
    }


.modal-footer .btn {
    width: inherit !important;
    height: 45px !important;
}

.formulario .btn2 {
    background: #989898;
}

.img-fullwidth {
    height: auto !important;
}

.index-produto .thumb {
    /*width: 222px;*/
    width: 235px;
    height: 209px;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .index-produto .thumb img.img-fullwidth {
        /*padding: 4px;*/
        /*max-width: 100%;*/
        /*width: 222px;
    height: 195px !important;*/
        /*max-height: 100%;*/


        max-width: fit-content;
        max-height: 100%;
    }

.index-produto h4 {
    font-size: 13px;
    font-weight: 600;
}

.coluna-esquerda-produto,
.coluna-direita-produto {
    float: left;
    padding: 1px;
}

.coluna-esquerda-produto {
    padding-right: 20px;
}

.coluna-direita-produto {
}

.img-esquerda-produto img {
    max-width: 100%;
    border: 1px solid #adadad;
    max-height: 100%;
    width: 100%;
}

.img-esquerda-produto {
    /*height: 100px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .logo {
        width: 90%;
        margin-top: 10px;
        z-index: 9;
        position: relative;
    }

    .btn-login-mob {
        z-index: 10;
        position: relative;
        font-size: 10px;
        top: 38px;
        left: -50px;
        padding: 5px 7px;
        border-radius: 0px;
        /* float: left; */
    }

    #menuzord {
        background-color: transparent !important;
        margin-left: -15px;
        margin-right: -15px;
    }
    
}

input {
    color: black;
}




















.panel-group .panel-title a::after {
    color: #FFF;
    background: #adadad;
    content: "\f067";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    padding: 10px 14px;
    position: absolute;
    top: 0;
}

.icon-theme-colored.icon-dark a {
    background-color: #eee !important;
    color: #000 !important;
}

    .icon-theme-colored.icon-dark a:hover {
        background-color: #ccc !important;
        color: #000 !important;
    }

.panel-group .panel-title a.active::after {
    color: #fff;
    background: #251a68 !important;
    content: "\f068";
}

/* END ACCORDION */


.btnCarrinho {
}

.panel-group .panel-title a.active {
    background: #d7d4e9 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #d3d3d3 !important;
    color: #111111;
}

    .panel-group .panel-title a.active:hover {
        background: #d7d4e9 none repeat scroll 0 0 !important;
        border-bottom: 1px solid #d3d3d3 !important;
        color: #111111;
    }

.panel-group .panel-content {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 10px 20px 20px;
    position: relative;
}

.rptBoxPreco_old {
    position: absolute;
    right: 0;
    top: 0;
    background: #f8f8f8;
    padding: 12px 22px 12px 33px;
    color: #251a68;
    font-size: 17px;
    border-bottom-left-radius: 10px;
    border-bottom: 5px solid white;
    border-left: 5px solid white;
    font-weight: 600;
}

    .rptBoxPreco_old span {
        font-size: 10px;
        position: absolute;
        top: 18px;
        left: -147px;
        color: #515151;
        padding-right: 9px;
    }

        .rptBoxPreco_old span:after {
            content: 'R$';
            background: red;
            padding: 1px 7px;
            border-radius: 100%;
            color: white;
            font-size: 18px;
            position: absolute;
            top: -13px;
            right: -41px;
            border: 5px solid white;
            font-family: monospace;
        }

.rptBoxPreco strong {
    font-family: calibri;
    font-size: 16px;
    vertical-align: middle;
}

    .rptBoxPreco strong.big {
        color: red;
        font-size: 20px;
    }

    .rptBoxPreco strong b {
        background: red;
        border-radius: 100%;
        color: white;
        font-size: 16px;
        font-family: calibri;
        padding-top: 2px;
        width: 32px;
        height: 32px;
        display: inline-block;
        text-align: center;
        margin-right: 7px;
    }

.rptBoxPreco span {
    font-size: 10px;
    color: #515151;
    padding-right: 9px;
}

@media (max-width:767px) {

    .rptBoxPreco_old {
        position: static;
        border-radius: 0;
        border: 0;
        margin: 30px 0;
    }

        .rptBoxPreco_old span {
            position: static;
        }

            .rptBoxPreco_old span:after {
                position: static;
                padding: 4px 5px;
                margin-left: 10px;
                background: none;
                font-size: 15px;
                border: 2px solid red;
                color: red;
            }

    .panel-group .panel {
        margin-bottom: 20px;
    }
}

.btnCarrinho {
    position: absolute;
    right: 19px;
    bottom: 18px;
    background: red;
    color: white;
    padding: 13px 17px;
    border-radius: 4px;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

    .btnCarrinho:hover {
        background: #a30000;
    }

    .btnCarrinho i.fa {
    }

.panel-group .panel-title a {
    background: rgba(238, 238, 238, 0.85);
}

/*.fa {
    margin-right: 5px;
}
*/
.imglinha {
    position: relative;
}


.h2linha {
    z-index: 99999;
    position: absolute;
    width: 100%;
    padding: 40px 0;
    top: 0;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000;
}

.menuzord {
    z-index: 9;
}

.btn-carrinho-x {
    padding: 7px 15px 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: red !important;
    background: none;
    border: none;
    background: url('../images/x-carrinho.jpg') no-repeat 15% 42%;
}

    .btn-carrinho-x:hover {
        color: #720000 !important;
    }

.carrinho {
    border: 1px solid #eee;
    /*display: table;*/
    padding: 20px 0 10px 0;
}

.qtdcarrinho {
    text-align: center;
}

    .qtdcarrinho p strong {
        border: 1px solid #ddd;
        padding: 10px 0;
        margin-top: 10px;
        display: block;
    }

.precocarrinho {
    text-align: center;
}

    .precocarrinho p strong {
        border: 1px solid #ddd;
        padding: 10px 0;
        margin-top: 10px;
        display: block;
    }

.concluir-carrinho {
    border: 1px solid #eee;
    padding: 10px 0;
}

    .concluir-carrinho .col-md-4 h4 {
        font-size: 11px;
        padding-top: 3px;
    }

    .concluir-carrinho .col-md-8 h4 {
        font-weight: 600;
    }

    .concluir-carrinho .btn {
        display: inline-block;
        margin: 0 auto;
        border-radius: 9px;
        text-align: center;
    }

.carrinho {
    margin-bottom: 10px;
}

.alerta-carrinho {
    position: absolute;
    top: 5px;
    right: -6px;
    font-size: 11px;
    background: red;
    color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    display: block;
    padding-top: 3px;
    cursor: default;
}

.alerta-carrinho-mob {
    position: absolute;
    top: 5px;
    right: -10px;
    font-size: 11px;
    background: red;
    color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    display: block;
    padding-top: 3px;
    cursor: default;
}

.btn-menu-carrinho {
    padding: 10px 22px !important;
    background: #333333 !important;
    border-color: #040304 !important;
}

    .btn-menu-carrinho:hover {
        background: #151515 !important;
        border-color: #040304 !important;
    }

.list-inline > li {
    padding-right: 0;
}

.boxqtdproduto input {
    width: 75px;
    padding: 2px;
    padding-left: 5px;
    margin-left: -4px;
    margin-right: -4px;
    background-color: #e5e3f4;
    border: none;
    color: #251a68;
    font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.boxqtdproduto label {
    margin-right: 5px;
}

.boxqtdproduto {
    /*position: absolute;
    bottom: 17px;
    right: 213px;*/
    float: left;
}

.btn-maismenos {
    width: 25px;
    height: 35px;
    padding: 0;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    background: red;
    border: 0;
    color: white;
}





.img-esquerda-produto,
.img-esquerda-produto img {
    transition: .4s all;
}

.coluna-esquerda-produto {
    position: relative;
    margin-right: 20px;
    padding-right: 0;
}

.hover-produto {
    opacity: 0;
    background: url(../images/zoom.png) no-repeat 50% rgba(0, 0, 0, 0.7);
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-right: 15px;
    transition: .4s all;
    cursor: pointer;
}

.img-esquerda-produto {
    position: relative;
}

    .img-esquerda-produto:hover .hover-produto {
        opacity: 1;
    }

.imgzoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 999999;
}

    .imgzoom img {
        padding: 12%;
        height: calc(100vh);
    }

@media (max-width: 767px) {
    .imgzoom img {
        width: 100%;
        height: auto;
    }


    .index-produto .thumb {
        width: auto;
        height: 175px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

form {
    margin-bottom: 0;
}

.info-carrinho h3 {
    margin-top: 0;
    margin-bottom: 0px;
}

.info-carrinho p {
    margin-bottom: 5px;
}

.valormultiplicadoproduto {
    margin-left: 10px;
    display: block;
    float: left;
}

.valormultiplicadoproduto {
    text-transform: uppercase;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    color: #555;
    padding: 7px 8px;
    font-size: 13px;
    border-radius: 4px;
    width: 100%;
}

    .valormultiplicadoproduto strong:first-child {
        padding: 10px 12px 10px 0;
        font-weight: 400;
        font-size: 11px;
    }

    .valormultiplicadoproduto strong.txtemb {
        /* padding: 10px 0 10px 10px;*/
        border-left: 1px solid #ccc;
    }




.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid #ccc;
    height: 38px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 35px;
    background: #251a68;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

&:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}


.boxsearch input {
    padding-top: 5px;
    margin-top: 3px;
    height: 45px;
    font-size: 14px !important;
    border-radius: 20px 0 0 20px;
}

.boxsearch .btn {
    margin-top: 3px;
    border-radius: 0 20px 20px 0;
    height: 45px;
    font-size: 13px !important;
    padding: 0 17px;
    background-color: #d3d3d3;
}

.barra-produto {
    background: #adadad;
    width: 100%;
    display: block;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.barra-produto-red {
    background: red;
}

.bg-cinza-produto {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 15px 10px;
    display: block;
}

.fa-link, .fa-plus {
    margin-right: 0 !important;
}

.social-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 7px 2px 7px;
    width: 30px;
}

.gallery-isotope .gallery-item .thumb {
    height: 150px;
}

#grid .img-fullwidth {
    height: auto !important;
}

.boxqtdproduto input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 8px;
    color: #333;
    text-align: center;
    position: relative;
}

.boxqtdproduto input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.box-entrega {
    background-color: #251a68;
    padding: 20px;
    margin-top: 20px;
    color: #FFF;
}

    .box-entrega h3 {
        color: #FFF;
    }

.h2-titulointerno {
    display: inline-block;
    margin: 0px;
    line-height: normal;
    font-size: 20px;
    background: white;
    padding: 0 20px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#popup_android, #popup_manutencao, #popup_recesso, #popup_recesso_img, #popup_pagamento,
#popup_estoque, #popup_cliente, #messagePnl {
    /*display: none;*/
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.6);
}

#popup_android, #popup_manutencao, #popup_recesso, #popup_recesso_img, #popup_pagamento, #popup_estoque, #popup_cliente {
    padding-top: 5px;
    padding: 15px;
}

.box_popup {
    /*width: 45%;*/
    width: fit-content;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 35px 45px;
    position: relative;
}

    .box_popup h2 {
        line-height: normal !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
        color: black;
        margin-bottom: 5px;
        text-align: left;
        font-weight: bold;
        font-family: 'Museo500', sans-serif;
    }

    .box_popup h3 {
        font-size: 1.2em !important;
        line-height: normal !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
        color: black;
        font-family: 'Museo300', sans-serif;
        text-transform: uppercase;
    }

        .box_popup h3:last-child {
            margin-bottom: 0 !important;
            padding-bottom: 0 !important;
        }

    .box_popup h5 {
        text-transform: uppercase !important;
        font-size: 17px !important;
        line-height: normal !important;
        margin-bottom: 5px !important;
        color: black;
    }

    .box_popup p {
        color: #222;
    }

.a-voltar {
    cursor: pointer;
    padding: 4px 12px;
    position: absolute;
    background: black;
    color: white !important;
    top: -11px;
    right: -14px;
    border-radius: 100%;
    border: 4px solid white;
    box-shadow: -3px 2px 9px 0px rgba(0, 0, 0, 0.41);
    z-index: 99999999;
    text-decoration: none !important;
    transition: .3s all;
}

    .a-voltar:hover {
        background: white;
        color: black !important;
    }

@media (max-width:767px) {
    .box_popup {
        width: 95% !important;
        padding: 22px 23px;
    }

    #popup_android,
    #popup_ios {
        padding-top: 5px;
        padding: 15px;
    }

    .box_popup h2 {
        font-size: 1em !important;
        font-weight: 600 !important;
        margin-bottom: 13px !important;
    }

    .box_popup p {
        font-size: 14px;
    }

    .box_popup h5 {
        font-size: 14px !important;
    }
}

#popup_confirmacao_solicitacao #popup_temp .box_popup {
    margin: auto;
    text-align: left;
    backface-visibility: hidden;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    max-height: 95%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    padding-bottom: 0;
}

@media (min-width:1000px) and (max-width:1300px) {

    .box_popup {
        width: 70%;
    }
}


@media (min-width:1300px) and (max-width:1500px) {

    .box_popup {
        width: 60%;
    }
}


@media (min-width:768px) and (max-width:1000px) {

    .box_popup {
        width: 90%;
    }
}

.btnadicionar {
    padding: 12px 8px;
    width: 100%;
    border-radius: 40px;
}

/*@media (min-width:1200px) {

    .btnadicionar {
        padding: 8px 8px;
        width: 12%;
    }
}*/

@media (min-width:700px) and (max-width:1200px) {

    .boxqtdproduto input {
        width: 73%;
        padding: 2px;
        padding-left: 5px;
        margin-left: -4px;
        margin-right: -4px;
    }

    .divprodutoqtd {
        float: left;
        width: 84%;
    }
}

@media (max-width:699px) {


    .boxqtdproduto input {
        width: 73%;
        padding: 2px;
        padding-left: 5px;
        margin-left: -4px;
        margin-right: -4px;
    }

    .divprodutoqtd {
        float: left;
        width: 100%;
    }
}
/* OBS: usa o font awesome para o ícone do whatsapp */ .wppbtn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 14px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

    .wppbtn:hover {
        background-color: #2CD44A;
        color: #FFF;
    }

.wpp-float {
    margin-top: 16px;
}

.page-title-2 {
    background-image: url(../images/page-title.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .page-title-2:before {
        position: absolute;
        background: #251a68 !important;
        opacity: .75;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }


.fundo-cat {
    border: 1px solid #251a68;
    border-radius: 10px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(229,227,244,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(22%, rgba(255,255,255,1)), color-stop(100%, rgba(229,227,244,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(229,227,244,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(229,227,244,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(229,227,244,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(229,227,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e3f4', GradientType=1 );
    padding: 3px;
}




/*! -- Stack Utilties -- */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
    .preco-mob{
        font-size:28px;
        margin-right:-6px;
    }

    .cifrao-mob {
        font-size: 15px !important;
        margin-right: -7px;
    }



    .boxsearch input {
        padding-top: 4px;
        margin-top: 1px;
        height: 38px;
        font-size: 14px !important;
        border-radius: 20px 0 0 20px;
    }

    .boxsearch .btn {
        margin-top: 1px;
        border-radius: 0 20px 20px 0;
        height: 38px;
        font-size: 13px !important;
        padding: 0 17px;
        background-color: #d3d3d3;
    }
  

}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media all and (min-width: 768px) and (max-width: 990px) {
    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-center-sm {
        text-align: center;
    }
}

@media all and (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-center-xs {
        text-align: center;
    }
}

.ckListBox {
    max-height: 200px;
    height: auto !important;
    height: 200px;
    overflow-x: auto;
    overflow-y: scroll;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    overflow-x: auto;
    overflow-y: scroll;
}
.scrollingControlContainer {
    overflow-x: auto;
    overflow-y: scroll;
}

.btn-index-filter-group {
    border-top: 1px solid #eee;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: #251a68;
    color: white;
    padding: 10px;
    transition: .4s all;
    border-radius: 50px;
    margin-top: 9px;
    width: 100%;
    margin-right: 20px;
    overflow-x: auto;
    border: none;
}
.iconShowHideEye{
    margin-top: 18px;
    z-index:3;
}