/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';

.action-add-fast {
    border-right: 1px solid #d7d7d7;
}
.search-container {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 20px 0;
    position: relative;
    z-index: 1000;
    animation: slideDown 0.3s ease-out;
}

.search-form .input-group {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
}

.search-input {
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 25px 0 0 25px;
}

.search-input:focus {
    box-shadow: none;
    border-color: #008088;
}

.search-btn {
    background-color: #008088;
    border: none;
    padding: 12px 20px;
    border-radius: 0 25px 25px 0;
}

.search-btn:hover {
    background-color: #006666;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* FRONTEND STYLE */
body {
    position: relative;
    font-family: "europa", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}

label.error {
    margin-left: 5px;
    font-size: 12px;
    color: red;
    position: absolute;
    left: 10px;
    bottom: -20px;
}

/* CONFIG */
.menuFixed {
    position: fixed;
    top: -100px;
    transition: none;
    width: 100%;
}

.menuFixed.menu-visible {
    top: 0;
    transition: top 0.5s ease;
    z-index: 10;
    -webkit-box-shadow: 0px -1px 7px -4px #333333;
    box-shadow: 0px 1px 7px -4px #333333;
}
.menuFixed.menu-visible.updateBarActive {
    top: 40px;
}

.noScroll {
    overflow: hidden;
}

.critec {
    font-weight: 800;
    font-size: 28px;
    font-family: 'Gilroy';
    text-transform: lowercase;
}


img {
    max-width: 100%;
}

.navbar-brand {
    max-width: 120px;
    margin: 9px 0px;
}
.navbar-brand img{
    max-height: 35px;
}

.thumbnail {
    width: 100px;
}

.add-budget {
    background-color: #F0F0F0;
    padding: 50px;
}

.container-xl {
    max-width: 1150px;
}

.regular {
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

*:focus {
    outline: none !important;
}

a:hover,
a {
    text-decoration: none;
    color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.2;
}

.btn-buy,
.btn-buy:hover,
.btn-secondary:hover,
.btn-primary:hover,
.btn-secondary,
.btn-primary {
    border: 1px solid #008088 !important;
}

.btn-buy,
.btn-secondary,
.btn-primary,
a.button,
button {
    float: right;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #008088;
    border: 1px solid #008088;
    padding: 7px 8px !important;
}

.btn-buy {
    font-size: 18px;
    padding: 3px 6px !important;
}

.btn-secondary {
    background: #6c757d;
    border: 1px solid #6c757d;
}

body .btn-secondary:hover,
body .btn-buy:hover,
body .btn-primary:hover,
button:hover {
    color: #008088;
    background: #fff;
    border: 1px solid #008088;
}

.btn-secondary:after,
.btn-primary::after,
button:after {
    content: "\f138";
    font-family: FontAwesome;
    margin: 0 3px 0 8px;
    transform: rotate(90deg);
}
#produtosTable tr.odd {
    --bs-table-accent-bg: white;
}
.status-red {
    background-color: #008088;
}
.status-yellow {
    background-color: rgb(241, 205, 0);
}
.status-green {
    background-color: green;
}
a.button.sync::after {
    content: "\f1ce";
    font-family: FontAwesome;
    margin: 0 3px 0 8px;

}

button.addCart:after {
    content: "\f217";
    font-family: FontAwesome;
    margin: 0 3px 0 8px;
    transform: rotate(90deg);
}

.btn-check:focus+.btn-buy,
.btn-buy:focus,
.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #008088;
    background: #fff;
    border: 1px solid #008088;
    box-shadow: 0 0 0 0.25rem rgba(253, 100, 100, 0.5);
}

.title {
    font-size: 26px;
    color: #008088;
    font-weight: 700;
    text-transform: uppercase;
}
a.disabled {
    pointer-events: none;
    cursor: default;
  }
body,
.t13 {
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.2;
}
.t10 {
    font-size: 10px;
    line-height: 1.2;
}

.t12 {
    font-size: 12px !important;
    line-height: 1.2;
}

.t14 {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t16 {
    font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t18 {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t20,
.t20 p {
    font-size: calc(18px + (20 - 20) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.45;
}

.t25 {
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t30 {
    font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t35 {
    font-size: calc(28px + (35 - 28) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t40 {
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t50 {
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t60 {
    font-size: calc(30px + (60 - 45) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t80 {
    font-size: calc(40px + (80 - 40) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

.pointer {
    cursor: pointer;
}
.c-blue{
    color: #008088;
}
.ls4 {
    letter-spacing: 4px;
}

label {
    margin-bottom: 8px;
}

.lh1,
.lh1 p {
    line-height: 1.6;
}

.lh2 {
    line-height: 2;
}

.ls6 {
    letter-spacing: 6px;
}

.ls9 {
    letter-spacing: 9px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 700;
    padding: 21px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: .75rem 1rem;
}

.status-order-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dataTables_filter {
    text-align: right;
}
.closeCircle{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    color: #008088;
    cursor: pointer;
}
#popup .paymentmodal-content{
    position: relative;
}
.dataTables_filter input {
    width: 100%;
    border: 1px solid #fff;
    border-bottom: 1px solid #008088;
    margin-bottom: 10px;
    background: #c3143208;
    padding: 5px 8px;
}

#msgSsucessProd {
    width: fit-content;
    position: fixed;
    bottom: 5%;
    right: -1000px;
    z-index: 1;
    transition: right 400ms ease-in-out;

}
#msgSsucessProd.active {
    right:0px;
}
#produtosTable thead select {
    background: #212529;
    border: none;
    /* border-bottom: 1px solid white;
    border-top: 1px solid white; */
    color: white;
    padding: 4px 0px;
    font-weight: bold;
}

table#cart {
    font-weight: bold;
    font-size: 16px;
}
.table>:not(:last-child)>:last-child>* {
    vertical-align: middle;
}

#produtosTable thead,
#opens-orders thead,
#historic-orders thead {
    background: #222;
    color: #fff;
}

#produtosTable .price-unit {
    min-width: 100px;
}
.preview-product {
    transition: height ease-in-out 300ms;
}

.preview-product .form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    font-weight: 700;
    padding: 7px 0px;
    border: none;
}

#orcamentos_info {
    display: none;
}

.modal .btn-close:after {
    display: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    font-weight: 400;
    margin: 30px 0px 0px 0px;
    color: #212529;
}
.note {
    font-size: 14px;
}
.skipProd {
    font-size: 16px;
}
.prodOff {
    font-size: 14px;
}
.prodOff > .prod{
    color: #008088;
}
#orderX {
    color: #008088;
}

.modal .btn-close {
    border: none;
}

.modal .btn-close:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.form-select:focus,
.dataTables_filter input:focus {
    background: #c3143208;
    border: 1px solid #008088;
    -moz-box-shadow: 0px 0px 10px 2px rgba(195, 14, 46, .2);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(195 14 46 / 20%);
    box-shadow: 0px 0px 10px 2px rgb(195 14 46 / 20%);
}

.form-select-sm {
    font-size: 12px;
}

.form-select {
    border: 1px solid #fff;
    border-bottom: 1px solid #008088;
    padding: 5px 1.6rem 5px 8px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #008088;
    border-color: #008088;
}

.page-link {
    color: #008088;
}
header, .menuFixed{
    background: #008088;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link,
.c-main {
    color: #ffffff;
    border-top: 3px solid transparent;
}

.navbar-light .navbar-nav li.active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    border-top: 3px solid #ffffff;
}

.c-red {
    color: #008088;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem #c30e2f33;
}
.page-link:focus,
.page-link:hover {
    color: #008088;
}
.c-white {
    color: #ffffff;
}

.c-white-soft {
    color: #F1F2F2;
}

.c-black {
    color: #000000;
}

.c-blue {
    color: #0097CE;
}

.c-grey,
.c-gray {
    color: #696969;
}

.c-grey-light {
    color: #a5a5a5;
}

.gap15 {
    gap: 15px;
}

.underline {
    text-decoration: underline;
}

.bg-white {
    background-color: #ffffff;
}

.split-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.bg-black {
    background-color: #000000;
}

.bg-grey,
.bg-gray {
    background-color: #F1F2F2;
}

.bg-darkGrey {
    background-color: #0A0A0A;
}

.logoWhite {
    -webkit-filter: brightness(100) invert(1);
    filter: brightness(100) invert(1);
}

.footerBg {
    background: white;
    box-shadow: 0px -5px 10px 0px rgb(0 0 0 / 30%);
}

#tabMenu-content {
    width: 100%;
    min-height: 300px;
    padding: 40px 20px;
}

.box-white-shadow {
    -webkit-box-shadow: 0px 1px 7px -3px #333333;
    box-shadow: 0px 1px 7px -3px #333333;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.banner {
    margin-bottom: 60px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.master-holder .page-title {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 50px;
    padding-bottom: 50px;
}

#tabMenu {
    min-width: 270px;
}

#tabMenu .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0rem;
    text-align: left;
    position: relative;
    color: #000;
    text-transform: uppercase;
    padding: 15px 10px !important;
    font-weight: 700;
    font-size: 12px;
    flex: 1 1 0px;
    background-color: #efefef;
    border-right: 1px solid #d9d9d9;
}

#tabMenu .nav-link:last-child {
    border-right: none;
}

#tabMenu .nav-link.active,
#tabMenu .show>.nav-link {
    background-color: #008088;
    font-weight: 700;
    color: #fff;
}

#tabMenu .nav-link:hover {
    color: #000;
    background-color: #fff;
    font-weight: 700;
}


.subtitle span {
    background-color: #fff;
    padding: 0 6px 0 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.subtitle.grey span {
    background-color: #f1f1f1;
}

.conteudo-central{
    min-height: calc(100vh - 140px);
}
.conteudo-central .section100 img {
    height: calc(100vh - 140px);
}
.overlayGray{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000080;
}
.form-check-input:focus{
    border-color: #008088;
    box-shadow: 0 0 0 0.25rem #00808840;
}
.form-switch .form-check-input:focus {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23008088'/%3e%3c/svg%3e")
}
.form-switch .form-check-input:checked {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}
.form-check-input:checked{
    background-color: #008088;
    border-color: #008088;
}
.positionAbsolute{
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
}
.btnDiscounts{
    position: absolute;
    right: 0;
    top: 0px;
    background: #00000026;
    width: 250px;
    text-align: center;
    padding: 8px;
    border-radius: 0 0 0 10px;
}


.dataSync.active{
    height: 40px;
}
.dataSync{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    text-align: center;
    background: #222222;
    z-index: 9999;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 300ms;
}
.dataSyncFix{
    height: 0px;
    transition: all ease-in-out 300ms;
}
.dataSyncFix.active{
    height: 40px;
}
.prodDropdown{
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: absolute;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75);
}
.catProd{
    width: 20%;
    margin: 15px 0;
}
.modalProduct{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000005e;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalContent{
    width: 100%;
    max-width: 800px;
    min-height: 200px;
    max-height: 90vh;
    background: #ffffff;
    padding: 30px;
    overflow-y: auto;
}
.borderModal{
    border-bottom: 1px solid #0080884f;
}
.productBtnView{
    font-size: 18px;
    background: #008088;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
    border-radius: 2px;
}



.spacer150 {
    grid-column: inherit;
    height: 150px;
    width: 100%;
}

.spacer120 {
    grid-column: inherit;
    height: 120px;
    width: 100%;
}

.spacer90 {
    grid-column: inherit;
    height: 90px;
    width: 100%;
}

.spacer60 {
    grid-column: inherit;
    height: 60px;
    width: 100%;
}

.spacer30 {
    grid-column: inherit;
    height: 30px;
    width: 100%;
}

.spacer15 {
    grid-column: inherit;
    height: 15px;
    width: 100%;
}

form input {
    width: 100%;
    border: 1px solid #fff;
    border-bottom: 1px solid #008088;
    margin-bottom: 20px;
    background: #c3143208;
    padding: 10px 12px;
}

form input:focus {
    background: #c3143208;
    border: 1px solid #008088;
    -moz-box-shadow: 0px 0px 10px 2px rgba(195, 14, 46, .2);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(195 14 46 / 20%);
    box-shadow: 0px 0px 10px 2px rgb(195 14 46 / 20%);
}
.fb_iframe_widget>span{
    height: 20px !important;
}
/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
    .lg-spacer150 {
        height: 150px;
    }

    .lg-spacer120 {
        height: 120px;
    }

    .lg-spacer90 {
        height: 90px;
    }

    .lg-spacer60 {
        height: 60px;
    }

    .lg-spacer30 {
        height: 30px;
    }

    .lg-spacer15 {
        height: 15px;
    }

    .lg-block150 {
        display: inline-block;
        width: 150px;
    }

    .lg-block120 {
        display: inline-block;
        width: 120px;
    }

    .lg-block90 {
        display: inline-block;
        width: 90px;
    }

    .lg-block60 {
        display: inline-block;
        width: 60px;
    }

    .lg-block30 {
        display: inline-block;
        width: 30px;
    }

    .lg-block15 {
        display: inline-block;
        width: 15px;
    }

    .lg-taleft {
        text-align: left;
    }

    .lg-tacenter {
        text-align: center;
    }

    .lg-taright {
        text-align: right;
    }

    .lg-tajustify {
        text-align: justify;
    }
}

/* DESKTOP */
@media (max-width: 992px) {
    .md-spacer150 {
        height: 150px;
    }

    .md-spacer120 {
        height: 120px;
    }

    .md-spacer90 {
        height: 90px;
    }

    .md-spacer60 {
        height: 60px;
    }

    .md-spacer30 {
        height: 30px;
    }

    .md-spacer15 {
        height: 15px;
    }

    .md-block150 {
        display: inline-block;
        width: 150px;
    }

    .md-block120 {
        display: inline-block;
        width: 120px;
    }

    .md-block90 {
        display: inline-block;
        width: 90px;
    }

    .md-block60 {
        display: inline-block;
        width: 60px;
    }

    .md-block30 {
        display: inline-block;
        width: 30px;
    }

    .md-block15 {
        display: inline-block;
        width: 15px;
    }

    .md-taleft {
        text-align: left;
    }

    .md-tacenter {
        text-align: center;
    }

    .md-taright {
        text-align: right;
    }

    .md-tajustify {
        text-align: justify;
    }
}

/* TABLET */
@media (max-width: 768px) {
    .sm-spacer150 {
        height: 150px;
    }

    .sm-spacer120 {
        height: 120px;
    }

    .sm-spacer90 {
        height: 90px;
    }

    .sm-spacer60 {
        height: 60px;
    }

    .sm-spacer30 {
        height: 30px;
    }

    .sm-spacer15 {
        height: 15px;
    }

    .sm-block150 {
        display: inline-block;
        width: 150px;
    }

    .sm-block120 {
        display: inline-block;
        width: 120px;
    }

    .sm-block90 {
        display: inline-block;
        width: 90px;
    }

    .sm-block60 {
        display: inline-block;
        width: 60px;
    }

    .sm-block30 {
        display: inline-block;
        width: 30px;
    }

    .sm-block15 {
        display: inline-block;
        width: 15px;
    }

    .sm-taleft {
        text-align: left;
    }

    .sm-tacenter {
        text-align: center;
    }

    .sm-taright {
        text-align: right;
    }

    .sm-tajustify {
        text-align: justify;
    }
}

/* MOBILE */
@media (max-width: 420px) {
    .xs-spacer150 {
        height: 150px;
    }

    .xs-spacer120 {
        height: 120px;
    }

    .xs-spacer90 {
        height: 90px;
    }

    .xs-spacer60 {
        height: 60px;
    }

    .xs-spacer30 {
        height: 30px;
    }

    .xs-spacer15 {
        height: 15px;
    }

    .xs-block150 {
        display: inline-block;
        width: 150px;
    }

    .xs-block120 {
        display: inline-block;
        width: 120px;
    }

    .xs-block90 {
        display: inline-block;
        width: 90px;
    }

    .xs-block60 {
        display: inline-block;
        width: 60px;
    }

    .xs-block30 {
        display: inline-block;
        width: 30px;
    }

    .xs-block15 {
        display: inline-block;
        width: 15px;
    }

    .xs-taleft {
        text-align: left;
    }

    .xs-tacenter {
        text-align: center;
    }

    .xs-taright {
        text-align: right;
    }

    .xs-tajustify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

.disabled-link {
    pointer-events: none !important;
    opacity: 0.45;
}

.title-header {
    font-size: 16px;
    font-weight: bold;
    color: #008088;
}

body .btn-buy,
body .btn-primary {
    color: #fff;
    background: #008088;
    border-radius: 0px !important;
    border: none;
    padding: 5px 50px;
    font-weight: normal;
}

.header-content {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px;
}
.paymentmodal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0000006e;
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;
}

.paymentmodal.active {
    display: flex;
}

.paymentmodal-content {
    width: 30vw;
    min-width: 300px;
    min-height: 200px;
    background: #ffffff;
}
#orcamentos_wrapper .table>:not(caption)>*>* {
    padding: 2rem 0rem;
}

#orcamentos_wrapper .table tr td:first-child {
    width: 130px;
}

#orcamentos tr {
    vertical-align: middle;
}

#orcamentos tr td:nth-child(1) {
    width: 150px;
}
#orcamentos tr td:nth-child(4) {
    width: 80px;
}

.quantity {
    position: relative;
    width: 80px;
    text-align: center;
}

.quantity a {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    width: 100%;
    border: 1px solid #fff;
    border-bottom: 1px solid #008088;

    background: #c3143208;
    padding: 10px 12px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.table>:not(caption)>*>* {
    padding: 0.75rem 0.5rem;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity input[type=number] {
    -moz-appearance: textfield;
}
img.stockoff-prod {
    height: 100%;
    object-fit: contain;
    object-position: center;
}
#stockOff input,
#produtosTable input,
#orcamentos input{
    background: #DEDEDE;
    color: #555555;
    border-radius: 18px;
    padding: 8px 23px;
    border: 0;
    width: 100%;
}
#produtosTable td {
    vertical-align: middle;
}
#produtosTable .image-stock {
    min-width: 100px;
    margin-left: 5px;
}
#produtosTable th.image-stock {
    min-width: 150px;
}
.quantity a:first-child {
    left: 10px;
}

.quantity a:last-child {
    right: 10px;
}

.navbar-toggler::after {
    display: none !important;
}

.menuFixed {
    z-index: 10;
}

#produtosTable_filter label,
#opens-orders_filter label,
#historic-orders_filter label {
    position: relative;

}

#produtosTable_filter label::after,
#opens-orders_filter label::after,
#historic-orders_filter label::after {
    content: "";
    font-family: FontAwesome;
    color: #008088;
    position: absolute;
    bottom: 17px;
    right: 10px;
}

::-ms-clear {
    display: none !important;
}

.preloader-preview-area {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
    top: 50%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-top: 10px;
    max-height: calc(50% - 20px);
    opacity: 1;
    width: 100%;
    text-align: center;
    position: absolute;
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px) translateX(-10px);
    -ms-transform: translateY(-15px) translateX(-10px);
    transform: translateY(-15px) translateX(-10px);
    display: inline-block;
}

.ball-clip-rotate-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}

.ball-clip-rotate-pulse>div:first-child {
    height: 36px;
    width: 36px;
    top: 7px;
    left: -7px;
    -webkit-animation: ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: ball-clip-rotate-pulse-scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.ball-clip-rotate-pulse>div:last-child {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -14px;
    top: 0px;
    background: 0 0;
    border: 2px solid;
    -webkit-animation: ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: ball-clip-rotate-pulse-rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#loader {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: white;
    z-index: 1000;
}

.orderREF,.textSuccessOrder{
    width: 100%;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

th.sorting {
    padding-right: 30px;
    position: relative;
}
th.sorting::after {
    font-family: "Font Awesome 5 Pro";

    position: absolute;
    font-weight: 400;
    content:"\f883";
    right: 10px;
}
th.sorting.sorting_asc::after {
    content:"\f885";
}
th.sorting.sorting_desc::after {
    content:"\f160";

}
@keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@media only screen and (max-width: 1024px) {
    header .zindex2.bg-white.normal-menu {
        display: none;
    }

    header .zindex2.bg-white.menuFixed {
        top: 0px !important;
    }

    .conteudo-central {
        min-height: calc(100vh - 170px);
        padding-top: 60px;
    }

}

.modalQty .quantity-input{
    background: #DEDEDE;
    border-radius: 18px;
    padding: 8px 23px;
    border: 0;
    width: 100px;
    display: flex;
}

.modalQty .quantity-input input{
    background: #DEDEDE;
    color: #555555;
    border-radius: 18px;
    padding-left: 10px;
    border: 0;
    width: 50px;
}

.attr-check {
    display: block;
    border: 1px solid #FFFFFF;
    padding: 5px;
}

.attr-check:hover {
    border: 1px solid #0080884f;
    border-radius: 5px;
    cursor: pointer;
}
.attr-check.active {
    border: 1px solid #0080884f;
    background-color: #0080884f;
    border-radius: 5px;
}
.quantity-input a{
    cursor: pointer;
    user-select: none;
}

.attr-check.checked {
}

.attr-check .attr-color {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border:solid 1px #000;
    background-color: #FFF;
    float: left;
}

.attr-check .attr-val {
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
}

.attr-check .attr-val small{
    font-size: 10px;
    font-weight: 300;
}

textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-bottom: 1px solid #008088;
    margin-bottom: 20px;
    background: #c3143208;
    padding: 10px 12px;
}

.product-category {
    margin-bottom: 20px;
}

.product-category a {
    display: flex;
    align-items: center;
    padding: 0px;
}

.product-category a img {
    height: 200px;
    width: auto;
}

.product-category a .cat-name {
    font-size:22px;
}

.disclaimer h5 {
    font-size: 12px;
    font-weight: 600;
}

.disclaimer p {
    font-size: 11px;
    font-weight: 300;
}

.img-home {
    display: flex;
    align-items: center;
}

.img-home img {
    height: auto !important;
}

@media screen and (max-width:765px) {
    .conteudo-central {
        padding-top: 0px;
    }
    
    .conteudo-central h1.title{
        padding-top: 60px;
        font-size: 30px;
        text-align: center;
    }
    
    footer img {
        width: 100% !important;
        max-width: unset !important;
        padding: 10px;
    }
}