.nice-table {
    margin: 20px 0;
    width: 100%;
    font-size: 0.8em;
    max-width: 100%;
}

.nice-table .table-heading td,
.nice-table th {
    border: 1px solid #e2e2e2;
    background-color: #f9f9f9;
    text-align: center;
    padding: 8px 14px;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
}

.nice-table td {
    padding: 8px 14px;
    border: #e2e2e2 1px solid;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.nice-table tr.odd td {
    background: #f9f9f9;
}

.nice-table tr:not(.table-heading):hover td {
    background: #263882;
    color: #fff;
    /*background: rgba(8,173,167,0.07);*/
}

.nice-table td.b {
    font-weight: 600;
}

.owl-carousel {
    position: relative;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
}
.owl-nav span {
    margin: 0px !important;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    display: inline-block !important;
    padding: 1em !important;
    background-color: rgba(0,0,0,0.2) !important;
    color: #fff;
}
.owl-nav .owl-prev {
    float: left;
}
.owl-nav .owl-next {
    float: right;
}

.single-product .img-thumb {
    border: 0px none !important;
}

.mapa-contato {
    margin-bottom: 9%;
}
.mapa-contato .subtitle {
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.1em;
    margin-bottom: 1.3em;
    color: #263882;
}

.lista-produtos-geral {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    padding-bottom: 0;
    margin-bottom: 1em;
}

/* Logo */
.logo {
    width: 120px;
}

input[type=tel] {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
    background: transparent;
    border: solid 1px #999;
    color: #999;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }

.populares h2 {
    margin-top: 7em;
}

.margin-bottom-1-5 { margin-bottom: 1.5em }

.list-produtos .item-list-prod p{
    text-transform: uppercase;
}

.whatsapp-button img{
    height: 65px;
    width: auto;
    position: fixed;
    bottom: 25px;
    z-index: 9999999;
    right: 10px;
}


/* RESPONSIVE MOBILE */
@media (max-width:780px){
    .nice-table{
        width: 100%!important;
        overflow-x: auto;
    }
    #labelRepresentante {
        padding: 5px;
    }
    .populares h2 {
        margin-top: 3em;
    }
}