body {
    color: #737278;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.form-control:focus {
    border-color: #00bca7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 188, 167, 0.6)
}

.alignCenterCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.textCenter {
    text-align: center;
}

.fontNormal {
    font-weight: normal;
}

.Button, .Button:focus, .Button:active {
    align-items: center;
    background-color: #00bca7;
    border: 1px solid #05a895;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    justify-content: center;
    text-decoration: none;
}

.Button:hover {
    background-color: #05a895;
    border: 1px solid #00bca7;
    color: #fff;
    text-decoration: none;
}

.Button.ButtonP {
    padding: 5px 10px;
}

.Button.ButtonM {
    font-size: 16px;
    height: 40px;
}

.PanelError {
    color: red;
    margin-top: 8px;
}

.tsize1 {
    font-size: 10px;
    margin-bottom: 0;
}

.tsize2 {
    font-size: 12px;
    margin-bottom: 0;
}

.tsize4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

.dspNone {
    display: none;
}

.hoverColorBlack:hover {
    color: black;
}

.Loading {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.Loading.Fixed {
    position: fixed;
}

.Loading > label {
    font-size: 22px;
    margin-bottom: 10px;
}


.requiredChosen::after {
    color: red;
    content: "Campo Obrigatorio";
    display: flex;
    font-weight: bold;
    justify-content: center;
    margin-top: 5px;
}

.requiredChosen > a {
    border: 1px solid red !important;
    box-shadow: 0 0 5px -2px red !important;
}

.footer {
    background-color: black;
    bottom: 0;
    height: 20px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

.footer .textPowered label, .footer .textPowered a {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 600;
}
.footer .textPowered a {
    text-decoration: underline;
}

.footer .textPowered a:hover {
    color: #BDBDBD;
}

.apenasMobile {
    @include .hidden-sm;
    @include .hidden-md;
    @include .hidden-lg;
    @include .hidden-xl;
}

a {
    text-decoration: none !important;
}

/*
.nounderline {
    text-decoration: none !important;
}
*/

/* Deixar a modal no centro */

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


@media (max-width: 767px) {
    #divMenu .navbar-nav .open .dropdown-menu {
        position:absolute !important;
        width:100%;
        background-color:#000;
    }

    #divMenu .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color:#fff;
    }
    #divMenu .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    #divMenu .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active,
    #divMenu .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{
        background-color: #222;
    }

    
    body .products .ProductBox{padding:2px !important}

    body .infoQuantidadeProdutoNaListagem{right:5px;top:5px}

    body .box-produto.no-carrinho #caixaQuantidade > i{top:28px;right:7px;font-size:2em !important}

    body .products .ProductBox > div, .panelProductAdd .productAdd .panelImg > div{padding:0px 7px}

    body .products .ProductBox .ProductImage{height:130px}

    body .container-fluid{padding:3px}

    .teste {height: 40px}

    .Button.ButtonP {
        margin-top: 25px;
        padding: 2px 1px;
    }


}

.mobile-bar.nav>li>a{padding:10px 0 !important}