
.spinner {
    width: 50px;
}

    .spinner input {
        text-align: center;
        line-height: 1.3 !important;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0px;
        left: 2px;
        font-size: 1em;
    }

.product_item h1 {
    font-size: 14px;
    font-weight: normal;
    color: #202020;
}


.carrinho-flutuante {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}
.preco {
    font-family: 'HP Simplified';
    font-style: normal;
    font-weight: bold;
}

/* Flutuante */
/*.carrinho-flutuante {
    top: 35%;
    width: 235px;
    position: fixed;
    bottom: 30%;
    background-color: #fff;
    z-index: 2;
    border: 2px solid #FF7C17;
    border-top: 8px solid #FF7C17;
    border-bottom: 8px solid #FF7C17;
    border-radius: 5px;
    cursor: pointer;
    right: 0;
    display: none;
    height: min-content;
}

.btn-abrefechaflutuante {
    height: 30px;
    top: 0;
    left: -30px;
    background-color: #FF7C17;
    display: block;
    width: 30px;
    position: absolute;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    line-height: 30px;
}

.carrinho-flutuante-aberto {
    right: 0px;
    transition: 0.2s;
}

.carrinho-flutuante-fechado {
    right: -235px;
    transition: 0.2s;
}

.bt-voltartopo {
    background: #ff7c17;
}

@media (max-width: 990px) {
    .carrinho-flutuante {
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 0;
        background-color: #fff;
        z-index: 2;
        right: 0;
        top: auto;
        border: 1px solid #ffffff;
        border-top: 0px solid #eaeaea;
        border-bottom: 0px solid #FF7C17;
        border-radius: 0px;
        transition-duration: 0.8s;
        cursor: pointer;
        display: none !important;
    }

    .btn-abrefechaflutuante {
        display: none;
    }
/*
    .btn-backtotop {
        bottom: 50px;
    } */
@media (min-width: 1000px) {
    .carrinho-flutuante {
        width: 235px;
        position: fixed;
        left: unset;
        bottom: 30%;
        background-color: #fff;
        z-index: 2;
        right: 0;
        border: 2px solid #FF7C17;
        border-top: 8px solid #FF7C17;
        border-bottom: 8px solid #FF7C17;
        border-radius: 5px;
        transition-duration: 0.8s;
        cursor: pointer;
    }

        .carrinho-flutuante .bt-voltar {
            background-color: #FF7C17;
            display: block;
            width: 30px;
            margin-left: -32px;
            position: absolute;
            text-align: center;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

            .carrinho-flutuante .bt-voltar i {
                font-size: 25px;
                line-height: 35px;
                position: relative;
            }

    .bt-voltartopo {
        background-color: #FF7C17;
        display: block;
        color: #fff;
        text-align: center;
    }

    .carrinho-flutuante-fechado {
        right: -236px !important;
        transition-duration: 0.5s;
    }

    .carrinho-flutuante-aberto {
        right: 0;
        transition-duration: 0.5s;
        display: block;
    }
}

.font-tamanho {
    font-size: 9px;
}

.carrinho-flutuante-2 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

.minialert {
    padding: 2px;
    border-radius: 3px;
    width: 100%;
    max-width: 140px;
    border: 1px solid #ffe502;
    font-size: 11px;
    background-color: #fe0006;
    margin: 7px auto 7px;
    text-align: center;
}

.tooltip-inner {
    max-width: none;
    background: white;
    border: 1px solid lightgray;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    color: #000000;
    max-height: 300px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: lightgray; /* black */
    border-width: 0 5px 5px;
}

a {
    cursor: pointer;
}

.lista-consulta {
    display: none;
}

.show {
    display: block !important
}

.bt-cotacao1 {
    display: none;
}

.consultando-lojas {
    width: auto;
    margin-right: 0.3%;
    margin-left: 34%;
    transition: 0.2s
}

.open {
    margin-left: 10px !important;
}

@media screen and (max-width: 1199px) {
    .consultando-lojas {
        margin: 0;
    }

    .open {
        margin-left: 0px !important;
    }
}

img.img-prod-lazy {
    opacity: 1;
    transition: opacity 0.5s;
}

    img.img-prod-lazy[data-src] {
        opacity: 0;
    }

.showing {
    display: block !important;
}

.comprejuntoproduct .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: left !important;
}

.comprejuntoproduct button.owl-next {
    float: right;
}
/*Botões Flutuantes*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
}
/*Botõe Flutuanes*/
.owl-carousel .owl-nav button.owl-next {
    right: 0;
    position: absolute;
}

.comprejuntoproduct a:hover {
    text-decoration: none;
}

[data-toggle="collapse"] .icone:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    font-weight: 600;
    color: #000 !important;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
}

[data-toggle="collapse"].collapsed .icone:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    font-weight: 600;
    color: #000 !important;
    height: 2.2em;
    width: 2.2em;
    line-height: 2.2em;
    border: none;
}

#divDadosPorProduto {
    overflow-x: hidden !important;
}

.TableProdutoEstatistica {
    overflow-x: auto !important;
    font-size: 1.2em !important;
}

.table-compras {
    border: 1px solid #dee2e6 !important;
}

.todas-lojas .table > thead > tr > th {
    border-bottom: none !important;
    border: 1px solid #dee2e6 !important;
    background: #EDEDED;
}

    .todas-lojas .table > thead > tr > th .btn-sm {
        padding: .0rem .5rem;
        font-size: .56rem;
    }

.banner-microsoft {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+50,0c56a1+50 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(left, #f2f2f2 50%, #0c56a1 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f2f2f2 50%,#0c56a1 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f2f2f2 50%,#0c56a1 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#0c56a1',GradientType=1 ); /* IE6-9 */
}

.banner-bf-categoria {
    background: #000;
    min-height: 100px
}

    .banner-bf-categoria .banner {
        width: 800px;
        height: 100px;
        background: url("brotherstore.com.br/Hotsite/images/black-friday/2018/_img/blackfriday-product.png");
        margin: 0 auto;
        padding-top: 5px;
        padding-right: 5px
    }

.iframe-contador-categoria {
    position: relative;
    width: 210px;
    height: 90px;
    overflow: hidden !important
}

/*black friday*/
a#contadorBF {
    background: black;
    overflow: hidden;
}

    a#contadorBF .position-absolute {
        left: calc(50% + 130px);
        top: -12px;
        margin-left: -460px;
        -webkit-transform: scale(0.78);
        -ms-transform: scale(0.78);
        transform: scale(0.78);
    }

    a#contadorBF iframe {
        border: 1px solid #505050;
        box-sizing: content-box;
    }
    