a:hover, 
.btn:hover { 
    opacity: 0.8 !important; 
}
.head {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
}
.bx-logo-cli {
    text-align: left;
}
.bx-logo-cli .logo-cli {
    max-width: 150px !important;
    height: auto;
    margin-right: 15px;
}
.bx-nome-cli .nome-cli {
    font-size: 1.5em;
}
#bx_cart_top {
    position: relative;
    width: 80px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
}
#bx_cart_top:hover {
    color: #666666;
}
#bx_cart_top #qtd_cart {
    font-size: 0.7em;
    background-color: #ff6400;
    border-radius: 100%;
    padding: 4px;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 1.5em;
    text-align: center;
}
.ico-cart {
    font-size: 2em;
}
.bar-subtop {
    padding: 10px;
    background-color: #efefef;
}
.ml-auto {
    margin-left: auto;
}
select:disabled {
    opacity: 0.2;
    border: dashed 1px;
}
.col-categIcon {
    padding: 40px 10px;
    text-align: center;
    margin-bottom: 60px;
}
.col-categIcon a {
    text-decoration: none;
    color: #333333;
}
.col-categIcon a:hover {
    color: #666666;
}
.col-categIcon .categIcon {
    margin-bottom: 20px;
}
footer {
    border-top: solid 1px #ccc;
    background-color: #efefef;
    text-align: center;
    padding: 20px 40px;
}
footer .lg-footer {
    height: 40px;
    margin: 0 auto 5px auto;
}
footer h4.tit-footer {
    font-size: 0.9em;
    font-weight: 400;
    text-align: center;
}
#tabPedido,
#popDetalhes #nom-prod,
#popDetalhes #det-prod-1,
#popDetalhes #det-prod-1 {
    text-transform:capitalize;
}
#tabPedido small {
    font-size: 0.8em;
    color: #666;
    font-style: italic;
    line-height: 0.4em;
}
#ver-comanda-qtd {
    letter-spacing: 5px;
}
#form_pedido2 label,
#form_pedido3 #bx-sabores label {
    font-weight: bold;
}
#form_pedido2 label.form-check-label {
    font-weight: normal!important;
}
#form_pedido2 textarea#observacoes {
    background: #ffffdc;
    min-height: 90px;
}
#form_pedido3 .optSabores {
    margin-bottom: 10px;
    background: #ffffdc;
    max-width: 97%;
}
#form_pedido3 .form-check .form-check-input {
    float: none;
    margin-left: 15px;
    margin-right: 5px;
}
#form_pedido3 .bxCoberturas,
#form_pedido3 #bx-complem {
    text-transform: capitalize;
    display: flex;
    max-width: 99%;
}
#form_pedido3 .bxCoberturas label {
    font-weight: 400 !important;
    padding-left: 10px;
}
#form_pedido3 .bxCoberturas h5,
#form_pedido3 #bx-complem h5 {
    display: block;
    clear: both;
    width: 100%;
    font-size: 1em !important;
}
#bx-complem h5:not(:first-child) {
    margin-top: 20px;
}
#form_pedido3 .optCobert,
#form_pedido3 .optComplem {
    margin-bottom: 15px;
}
.cp-qtdProd {
    width:50px;
    float:left;
    margin-right:4px;
}
.bt-qtdProd {
    position: relative;
    width: 30px;
    height: 30px;
}
.bt-qtdProd span {
    position: absolute;
    text-align: center;
    line-height: 0.9em;
    z-index: 999;
    top: 24%;
    left: 24%;
    font-size: 1.2em;
}
.wait {
    color: #fbff00;
    opacity: .5;
    animation-name: spin !important;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}
.trsabs {
    color: #333333 !important;
    font-size: 0.9em;
}
.msg-temp {
    color: #ff0000;
    font-weight: 600;
}
div#total-sabores,
div#total-comanda {
    font-weight: 700;
    font-size: 1.4em;
    padding: 2px 20px;
    float: left;
    display: block;
}
.bt-remover {
    font-weight: 700;
    padding-left: 12px;
    padding-right: 12px;
}
.bx-carr-detl {
    color: #333333;
    font-size: 0.9em;
}
.tremer {
    animation: horizontal-shaking 0.4s ease-in-out infinite;
}
@keyframes horizontal-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
}

@media only screen and (max-width: 480px) {

    .bx-logo-cli {
        text-align: center;
    }
    .bx-logo-cli .logo-cli {
        margin-right: 0;
    }
    .bx-nome-cli,
    .bx-nome-cli .nome-cli {
        text-align: center;
        font-size: 1.4em;
        margin: 5px auto;
    }
    .bx-cart {
        text-align: center;
        padding: 5px 50%;
        background-color: #efefef;
        margin: 0 0 10px 0;
    }
    .carousel {
        text-align: center;
    }
    #bx-promocoes .p-3 {
        padding: 0.2rem !important;
    }
    .col-sm-6 {
        max-width: 50% !important;
    }
    .tabresp tr {
        display: table;
        width:100%;
    }               
    .tabresp td {
        display: table-cell;
    }
    .tab-newrow {
        display: table-row !important;
        width:100%;
        white-space: nowrap;
        position: relative;
        height: 45px;
    }
    .tab-newrow span {
        position: absolute;
    }
    .tab-newrow button {
        margin: 6px 4px 6px 0 !important;
    }
    #tabPedido thead th:last-child {
        display: none;
    }
    #form_pedido3 .optSabores {
        max-width: 99%;
    }
    #form_pedido1 .form-check {
        margin-bottom: 1.5em !important;
        margin-top: 1em !important;
        width: 50%;
        float: left;
    }
    
}
