* {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

body, html {
    position: relative;
    font-family: Poppins,sans-serif !important;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    color: #181818
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}


.panel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    font-size: 1.125rem;
    font-weight: 600;
    color: #353535;
    text-transform: none;
    padding: 0.625rem 1.875rem;
    min-height: 50px;
    border: 1px solid #dedede;
}

.insidePanel {
    /*  margin-right: 2% !important;
    margin-left: 2% !important;*/
    align-items: center;
    align-self: center;
    align-content: center;
}
.listContent {
    align-content: start;
}

.gridHeader {
    line-height: 1rem;
    font-size: .75rem;
    padding: 0.938rem 1rem;
    border: none;
    background: #f6f6f6;
    font-weight: 600;
    text-transform: uppercase;
    color: #181818;
    padding: 0.938rem 1.25rem;
    border-bottom: 1px solid #dedede;
}

: focus {
    outline: 0 !important
}

button {
    transition: none;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 0
}

    a:active, a:focus, button:active, button:focus {
        outline: 0 !important;
        box-shadow: none !important
    }

.tr-selecionada {
    background-color: #316AC5 !important;
    color: #FFFFFF;
}

    .tr-selecionada strong {
        color: #FFFFFF;
    }

    .tr-selecionada span {
        color: #FFFFFF;
    }

.tr-normal {
    color: black;
}

    .tr-normal strong {
        color: black;
    }

    .tr-normal span {
        color: black;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    max-width: 100%
}

form {
    margin: 0
}

.text-red {
    color: #e93c3c
}

.text-orange {
    color: #bf2f1b
}

.text-yellow {
    color: #fbbc1a
}

.text-brown {
    color: #72635d
}

.text-blue {
    color: #147189
}

.text-gray {
    color: #fafbfa
}

.box-message {
    border: 1px solid #ff6a00;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    margin-left: 0.6rem;
    margin-right: 0.75rem;
}

.text-gray-100 {
    color: #f6f6f6
}

.text-gray-200 {
    color: #dedede
}

.text-gray-300 {
    color: #acacac
}

.text-gray-400 {
    color: #353535
}

.text-gray-500 {
    color: #181818
}

.bg-red {
    background-color: #e93c3c
}

.bg-orange {
    background-color: #bf2f1b
}

.bg-yellow {
    background-color: #fbbc1a
}

.bg-brown {
    background-color: #72635d
}

.bg-blue {
    background-color: #147189
}

.bg-gray {
    background-color: #fafbfa
}

.bg-gray-100 {
    background-color: #f6f6f6
}

input[type=checkbox]:checked {
    accent-color: #bf2f1b;
}


.bg-gray-200 {
    background-color: #dedede
}

.bg-gray-300 {
    background-color: #acacac
}

.bg-gray-400 {
    background-color: #353535
}

.bg-gray-500 {
    background-color: #181818
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

.h1, h1 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #181818
}

.h2, h2 {
    font-weight: 600;
    font-size: 1.25rem;
    color: #181818
}

.h3, h3 {
    font-weight: 700;
    font-size: 1.125rem;
    color: #181818
}

.h4, h4 {
    font-weight: 400;
    font-size: 1rem;
    color: #181818
}

b, strong {
    font-weight: 600
}

p {
    font-weight: 400;
    font-size: .875rem;
    color: #181818;
    line-height: 1.688rem
}

a {
    font-size: inherit;
    font-weight: 400;
    color: #bf2f1b;
    text-decoration: underline;
    transition: color .5s ease;
    cursor: pointer
}

    a:hover {
        color: #e93c3c;
        opacity: .7
    }

.font-regular {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

@media only screen and (max-width:992px) {
    body, html {
        font-size: .938rem
    }
}

@media only screen and (max-width:768px) {
    body, html {
        font-size: 14px
    }
}

.container, .container-fluid {
    padding-right: 20px;
    padding-left: 20px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.negrito {
    font-weight: bold;
}

.rowHr {
    margin-right: -10px;
    margin-left: -10px;
    height: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-lg-lg, .col-lg-lg-1, .col-lg-lg-10, .col-lg-lg-11, .col-lg-lg-12, .col-lg-lg-2, .col-lg-lg-3, .col-lg-lg-4, .col-lg-lg-5, .col-lg-lg-6, .col-lg-lg-7, .col-lg-lg-8, .col-lg-lg-9, .col-lg-lg-auto, .col-lg-md, .col-lg-md-1, .col-lg-md-10, .col-lg-md-11, .col-lg-md-12, .col-lg-md-2, .col-lg-md-3, .col-lg-md-4, .col-lg-md-5, .col-lg-md-6, .col-lg-md-7, .col-lg-md-8, .col-lg-md-9, .col-lg-md-auto, .col-lg-sm, .col-lg-sm-1, .col-lg-sm-10, .col-lg-sm-11, .col-lg-sm-12, .col-lg-sm-2, .col-lg-sm-3, .col-lg-sm-4, .col-lg-sm-5, .col-lg-sm-6, .col-lg-sm-7, .col-lg-sm-8, .col-lg-sm-9, .col-lg-sm-auto, .col-lg-xl, .col-lg-xl-1, .col-lg-xl-10, .col-lg-xl-11, .col-lg-xl-12, .col-lg-xl-2, .col-lg-xl-3, .col-lg-xl-4, .col-lg-xl-5, .col-lg-xl-6, .col-lg-xl-7, .col-lg-xl-8, .col-lg-xl-9, .col-lg-xl-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px
}

@media print {
    * {
        color: #4a4a4a !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        font-size: 12pt !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact
    }

    @page {
        margin: .5cm
    }

    .breadcrumb, .btn, .timeline, audio, embed, footer, header, object, video {
        display: none !important
    }

    .breadcrumb {
        background-color: #fff !important;
        min-height: 0 !important;
        padding-bottom: 0 !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a:link:after, a:visited:after {
            content: " ("attr(href) ") "
        }

        a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
            content: ""
        }

    p a {
        word-wrap: break-word
    }

    .table thead th {
        background: #f6f6f6 !important;
        font-size: 9pt !important
    }

    .table tbody td {
        background: #fff !important;
        font-size: 9pt !important
    }

    .card-info .card-info-header, .card-info .card-info-list li, .card-info .card-info-table li {
        font-size: 9pt !important
    }
}

.breadcrumb {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    padding: 1.875rem 0;
    margin-bottom: 0;
    background-color: #f6f6f6
}

    .breadcrumb p {
        font-size: .875rem;
        font-weight: 400;
        color: #acacac
    }

    .breadcrumb .breadcrumb-order-number {
        font-size: 1.25rem;
        font-weight: 400;
        color: #acacac
    }

    .breadcrumb .breadcrumb-order-by {
        width: 100%;
        display: flex;
        justify-content: flex-end
    }

        .breadcrumb .breadcrumb-order-by .dropdown {
            width: 100%;
            max-width: 200px
        }

    .breadcrumb .breadcrumb-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

        .breadcrumb .breadcrumb-nav li a {
            font-size: .75rem;
            color: #848795;
            text-decoration: none;
            position: relative;
            display: flex;
            align-items: center;
            transition: opacity .5s ease
        }

            .breadcrumb .breadcrumb-nav li a:hover {
                opacity: .7
            }

            .breadcrumb .breadcrumb-nav li a:after {
                content: "\e5cc";
                font-family: 'Material Icons';
                font-size: 1rem;
                font-weight: 700;
                color: #bf2f1b;
                margin: 0 .313rem
            }

        .breadcrumb .breadcrumb-nav li:last-child a {
            font-weight: 700
        }

            .breadcrumb .breadcrumb-nav li:last-child a:after {
                display: none
            }

@media only screen and (max-width:768px) {
    .breadcrumb {
        min-height: 0;
        padding: 1.25rem 0
    }

        .breadcrumb h1 {
            font-size: 1.125rem
        }

        .breadcrumb .breadcrumb-order-number {
            font-size: .875rem
        }

        .breadcrumb p {
            font-size: .75rem
        }
}

@media only screen and (max-width:576px) {
    .breadcrumb .breadcrumb-order-by .dropdown {
        display: none
    }

    .breadcrumb .breadcrumb-nav {
        justify-content: flex-start
    }
}

button {
    line-height: .75rem
}

.btn {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .5s ease,background-color .5s ease,border-color .5s ease,opacity .5s ease
}

    .btn.btn-lg {
        height: 48px
    }

    .btn:disabled {
        cursor: not-allowed
    }

    .btn .icon {
        font-size: 1.25rem
    }

    .btn.btn-orange {
        background-color: #bf2f1b;
        color: #fff
    }

        .btn.btn-orange-hover, .btn.btn-orange:hover {
            background-color: #e93c3c;
            color: #fff
        }

        .btn.btn-orange-active, .btn.btn-orange:active {
            background-color: rgba(191,47,27,.3);
            /*background-color: rgba(243,102,51,.3);*/
            border-color: #bf2f1b;
            color: #bf2f1b
        }

        .btn.btn-orange:disabled {
            background-color: rgb(184 72 72 / 80%);
            color: #fff
        }

    .btn.btn-orange-outline {
        background-color: #fff;
        border-color: #bf2f1b;
        color: #bf2f1b
    }

        .btn.btn-orange-outline-hover, .btn.btn-orange-outline:hover {
            background-color: #bf2f1b;
            border-color: #bf2f1b;
            color: #fff
        }

        .btn.btn-orange-outline-active, .btn.btn-orange-outline:active {
            background-color: #fff;
            border-color: rgb(184 72 72 / 80%);
            color: rgb(184 72 72 / 80%)
        }

        .btn.btn-orange-outline:disabled {
            background-color: #fff;
            border-color: #bf2f1b;
            color: #bf2f1b;
            opacity: .5
        }

    .btn.btn-white {
        background-color: #fff;
        color: #acacac;
        border-color: #dedede
    }

.btn-tooltip {
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    position: relative
}

    .btn-tooltip .icon {
        font-size: 1rem;
        color: #353535
    }

.btn-tooltip {
    margin-right: .313rem
}

.btn-tooltip-matriz .icon {
    font-size: 1.25rem;
    color: #acacac;
    transition: all .3s ease;
    margin-top: 3px
}

.btn-tooltip:hover .icon {
    color: #bf2f1b
}

.btn-discount, .btn-discount-progressive {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    padding-top: 6.2%;
}

.btn-discount {
    background-color: #bf2f1b;
    color: #fff;
    font-size: .65rem;
    font-weight: 600;
    cursor: default !important;
    padding-top: 8.2% !important;
}

.btn-discount-progressive {
    background-color: #147189;
    color: #fff;
    font-size: .875rem;
    font-weight: 600
}

.btn-register {
    font-size: 1.125rem;
    text-transform: none
}

.dropdown .dropdown-toggle {
    font-weight: 600
}

    .dropdown .dropdown-toggle::after {
        content: '\e5cf';
        font-family: 'Material Icons';
        font-size: 1.5rem;
        font-weight: 500;
        color: #acacac;
        border: none;
        margin-left: 0
    }

.dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    border-color: #dedede
}

.dropdown .dropdown-item {
    text-decoration: none;
    font-size: .75rem;
    font-weight: 400;
    color: #acacac;
    padding: .5rem 1.5rem
}

    .dropdown .dropdown-item.active, .dropdown .dropdown-item.hover, .dropdown .dropdown-item:active, .dropdown .dropdown-item:hover {
        background-color: #f6f6f6
    }

@media only screen and (max-width:768px) {
    .btn {
        font-size: .875rem
    }

        .btn.btn-lg {
            height: 40px
        }

    .btn-register {
        font-size: .875rem;
        text-transform: uppercase
    }
}

@media only screen and (max-width:576px) {
    .btn {
        font-size: .75rem
    }
}

.card-product {
    width: 100%;
    border: 1px solid #dedede;
    transition: box-shadow 350ms ease;
    margin-bottom: 1.25rem;
    position: relative
}

    .card-product:hover {
        box-shadow: 0 0 .313rem rgba(0,0,0,.1)
    }

    .card-product.active {
        box-shadow: 0 0 0 2px rgba(243,129,32,.25)
    }

    .card-product .btn-discount, .card-product .btn-discount-progressive {
        position: absolute;
        top: -10px;
        right: -15px
    }


.card-product-image {
    width: 100%;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

label.ui-button-wrap-option {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ebebeb;
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    height: 23px;
    margin-bottom: 2px;
    width: auto;
}

.selected {
    background: #da5b2f !important;
}

.card-product .card-product-body {
    width: 100%;
    padding: 20px 16px 16px;
    background-color: #fff
}

.card-product .card-product-title {
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #181818;
    line-height: 1.25rem;
    margin-bottom: .625rem;
    min-height: 40px
}

.card-product .card-product-info {
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #181818;
    line-height: 1rem;
    margin-bottom: .625rem;
    min-height: 32px
}

.card-product .card-product-code {
    font-size: .78rem;
    font-weight: 400;
    color: #353535;
    line-height: 1rem;
    margin-bottom: .5rem
}

.card-product .card-product-price {
    margin-bottom: .938rem;
    min-height: 40px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.card-product .card-product-price-original {
    font-size: .68rem;
    font-weight: 400;
    color: #181818;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.card-product .card-product-price-current {
    font-size: 1.5rem;
    font-weight: 600;
    color: #181818;
    line-height: 1.5rem
}

.card-product .card-product-bookmark {
    display: flex;
    align-items: center;
    font-size: .75rem;
    font-weight: 400;
    color: #353535;
    line-height: .68rem;
    margin-top: 1px
}

    .card-product .card-product-bookmark .icon {
        font-size: 1.25rem;
        color: #fbbc1a;
        margin-right: 3px;
        margin-top: -3px
    }

.card-product .card-product-footer {
    width: 100%;
    padding: .938rem;
    background-color: #f6f6f6;
    border-top: 1px solid #dedede;
    display: flex;
    justify-content: center
}

.card-info {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 1.25rem;
    position: relative;
    overflow: hidden
}

    .card-info.closed .card-info-toggle .icon {
        transform: rotate(0)
    }

    .card-info .card-info-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #f6f6f6;
        font-size: .875rem;
        font-weight: 600;
        color: #181818;
        text-transform: uppercase;
        padding: .625rem 1.25rem;
        min-height: 50px
    }

    .card-info .card-info-toggle .icon {
        color: #acacac;
        font-size: 1.75rem;
        transition: transform 350ms ease;
        transform-origin: center center;
        transform: rotate(180deg)
    }

    .card-info .card-info-body {
        background-color: #fff;
        border-top: 1px solid #dedede;
        width: 100%
    }

    .card-info .card-info-body-container {
        padding: 1.25rem;
        border-top: 1px solid #dedede
    }

        .card-info .card-info-body-container:first-child {
            border-top: 0
        }

    .card-info.card-info-lg .card-info-header {
        font-size: 1.125rem;
        font-weight: 600;
        color: #353535;
        text-transform: none;
        padding: .625rem 1.875rem;
        min-height: 50px
    }

    .card-info.card-info-lg .card-info-body-container {
        padding: 1.875rem
    }

    .card-info .card-info-list li {
        font-size: .875rem;
        font-weight: 400;
        color: #353535;
        line-height: 1.25rem;
        margin-bottom: .625rem
    }

        .card-info .card-info-list li:last-child {
            margin-bottom: 0
        }

        .card-info .card-info-list li b {
            text-transform: uppercase
        }

    .card-info .card-info-table li {
        border-bottom: 1px solid #dedede;
        padding: .938rem 1.25rem;
        font-size: .875rem;
        color: #353535;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .card-info .card-info-table li:last-child {
            border-bottom: none
        }

        .card-info .card-info-table li b {
            font-weight: 600
        }

        .card-info .card-info-table li * {
            width: 50%
        }

    .card-info.card-info-products .card-info-body .card-info-body-items .card-info-body-item {
        border-bottom: 1px solid #dedede;
        padding: 1.25rem;
        font-size: .875rem;
        color: #353535;
        text-transform: uppercase
    }

        .card-info.card-info-products .card-info-body .card-info-body-items .card-info-body-item:last-child {
            border-bottom: none
        }

    .card-info.card-info-products .card-info-body b {
        font-weight: 600;
        color: #181818
    }

    .card-info.card-info-products .card-info-body .card-info-body-items .card-info-body-item ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 1.25rem
    }

        .card-info.card-info-products .card-info-body .card-info-body-items .card-info-body-item ul li {
            font-size: .75rem;
            display: flex;
            flex-direction: column
        }

.card-fractionate {
    width: 100%;
    border: 1px solid #dedede;
    position: relative;
    margin-bottom: 1.25rem
}

    .card-fractionate:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background-color: #bf2f1b
    }

    .card-fractionate .card-fractionate-client {
        width: 100%;
        padding: 1.875rem;
        background-color: #f6f6f6
    }

        .card-fractionate .card-fractionate-client ul li {
            font-size: .875rem;
            font-weight: 400;
            color: #181818;
            margin-bottom: .313rem
        }

            .card-fractionate .card-fractionate-client ul li:last-child {
                margin-bottom: 0
            }

    .card-fractionate .card-fractionate-date {
        display: flex;
        align-items: center;
        padding: .938rem 1.875rem;
        font-size: .875rem;
        font-weight: 400;
        color: #181818;
        text-transform: uppercase;
        background-color: #f6f6f6;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede
    }

        .card-fractionate .card-fractionate-date .icon {
            color: #bf2f1b;
            padding-right: .625rem;
            font-size: 1.25rem
        }

    .card-fractionate .card-fractionate-products {
        width: 100%;
        background-color: #fff;
        padding: 1.25rem 1.875rem
    }

        .card-fractionate .card-fractionate-products ul li {
            padding: .625rem 0;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .card-fractionate .card-fractionate-products .name {
            font-size: .875rem;
            font-weight: 400;
            color: #353535;
            text-transform: uppercase;
            display: flex;
            flex-direction: column;
            width: 70%
        }

        .card-fractionate .card-fractionate-products .form-quantity {
            width: 30%
        }

    .card-fractionate .card-fractionate-observations {
        width: 100%;
        background-color: #fff;
        padding: 0 1.875rem 1.875rem
    }

@media only screen and (max-width:992px) {
    .card-info {
        margin-bottom: 1.25rem
    }

        .card-info .card-info-header {
            font-size: .75rem;
            padding: .625rem .938rem;
            min-height: 0
        }

        .card-info .card-info-body-container {
            padding: .938rem
        }

        .card-info .card-info-list li {
            font-size: .75rem;
            line-height: 1.125rem
        }

        .card-info .card-info-table li {
            padding: .938rem;
            font-size: .68rem
        }

        .card-info.card-info-products .card-info-body .card-info-body-items .card-info-body-item {
            padding: .938rem;
            font-size: .75rem
        }

    .card-fractionate:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background-color: #bf2f1b
    }

    .card-fractionate .card-fractionate-client {
        padding: .938rem 1.875rem
    }

        .card-fractionate .card-fractionate-client ul li {
            font-size: .75rem;
            margin-bottom: .313rem
        }

            .card-fractionate .card-fractionate-client ul li:last-child {
                margin-bottom: 0
            }

    .card-fractionate .card-fractionate-date {
        padding: .938rem 1.875rem;
        font-size: .75rem
    }

        .card-fractionate .card-fractionate-date .icon {
            font-size: 1.125rem
        }
}

@media only screen and (max-width:576px) {
    .card-info.card-info-lg .card-info-header {
        font-size: 1rem;
        padding: .625rem .938rem;
        min-height: 0
    }

    .card-info.card-info-lg .card-info-body-container {
        padding: 1.25rem .938rem
    }

    .card-product .btn-discount, .card-product .btn-discount-progressive {
        top: -7px;
        right: -5px
    }

    .card-product .card-product-body {
        padding: 30px 20px 20px
    }

    .card-product .card-product-title {
        font-size: 1rem;
        min-height: 0
    }

    .card-product .card-product-info {
        font-size: .875rem;
        min-height: 0
    }

    .card-product .card-product-code {
        font-size: .75rem
    }

    .card-product .card-product-price {
        min-height: 0;
        margin-bottom: 1.25rem
    }

    .card-product .card-product-price-original {
        font-size: .75rem
    }

    .card-product .card-product-price-current {
        font-size: 1.5rem
    }

    .card-product .card-product-bookmark {
        font-size: .875rem
    }

    .card-fractionate .card-fractionate-date .icon {
        font-size: 1.125rem
    }

    .card-fractionate .card-fractionate-client, .card-fractionate .card-fractionate-products {
        padding: 1.25rem 1rem
    }

    .card-fractionate .card-fractionate-date {
        padding: .625rem 1rem
    }

    .card-fractionate .card-fractionate-products .name {
        font-size: .75rem;
        width: 65%
    }

    .card-fractionate .card-fractionate-products .form-quantity {
        width: 32%
    }

        .card-fractionate .card-fractionate-products .form-quantity input {
            width: 45px
        }

    .card-fractionate .card-fractionate-observations {
        padding: 0 1.25rem 1rem
    }

        .card-fractionate .card-fractionate-observations label {
            font-size: .75rem
        }
}

.carousel-indicators {
    margin-bottom: 1.5rem;
    padding: .313rem 0
}

    .carousel-indicators li {
        box-sizing: border-box;
        width: 12px;
        height: 12px;
        margin-right: .313rem;
        margin-left: .313rem;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 100%;
        opacity: 1;
        transition: transform .5s ease,background-color .5s ease;
        transform-origin: center center
    }

        .carousel-indicators li.active {
            transform: scale(1.1);
            background-color: #bf2f1b
        }

.carousel-item, .carousel-item img {
    width: 100%
}

@media only screen and (max-width:992px) {
    .carousel-indicators {
        margin-bottom: .8rem
    }

        .carousel-indicators li {
            width: 10px;
            height: 10px;
            margin-right: 3px;
            margin-left: 3px
        }
}

.footer {
    width: 100%;
    padding: .938rem 0;
    background-color: #f6f6f6;
    text-align: center;
    margin-top: auto
}

    .footer .footer-copyright {
        font-weight: 400;
        font-size: .75rem
    }

label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #181818;
    line-height: 1rem;
    transition: color .15s ease-in-out;
    display: flex;
    align-items: center
}

.labelCheckBox {
    font-size: 0.875rem;
    font-weight: 400;
    color: #181818;
    line-height: 1rem;
    transition: color .15s ease-in-out;
    align-items: center
}

.label-description {
    font-size: .75rem;
    font-weight: 400;
    color: #acacac
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: textfield !important
}

input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
    display: none
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-transition: background-color 50000s ease-in-out 0s,color 50000s ease-in-out 0s !important;
    transition: background-color 50000s ease-in-out 0s,color 50000s ease-in-out 0s !important;
    -webkit-text-fill-color: #353535
}

input::-ms-clear {
    display: none;
    height: 0;
    width: 0
}

.form-group {
    width: 100%;
}

.form-group-content {
    display: contents;
}

.form-group.active label {
    color: #bf2f1b
}

.form-group-container {
    position: relative
}

.form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: .625rem 16px;
    font-size: .875rem;
    font-weight: 400;
    color: #353535;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: 0;
    transition: color .5s ease,border .5s ease
}

    .form-control::-moz-placeholder {
        color: #acacac;
        font-size: .875rem;
        -moz-transition: color .5s ease;
        transition: color .5s ease
    }

    .form-control:-ms-input-placeholder {
        color: #acacac;
        font-size: .875rem;
        -ms-transition: color .5s ease;
        transition: color .5s ease
    }

    .form-control::placeholder {
        color: #acacac;
        font-size: .875rem;
        transition: color .5s ease
    }

textarea.form-control {
    min-height: 100px;
    resize: none
}

.form-control:focus {
    background-color: #fff;
    border-color: #bf2f1b;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(191,47,27,.3); /*rgba(243,129,32,.25)*/
}

    .form-control:focus::-moz-placeholder {
        color: #bf2f1b
    }

    .form-control:focus:-ms-input-placeholder {
        color: #bf2f1b
    }

    .form-control:focus::placeholder, .form-control:focus ~ button {
        color: #bf2f1b
    }

.form-search button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 48px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    color: #acacac;
    transition: color .5s ease
}

.form-search .form-control {
    padding-right: 48px
}

.form-password .form-control {
    padding-right: 48px
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.form-password .form-password-toggle {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: 0;
    font-size: 1.25rem;
    color: #acacac;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    transition: color .5s ease
}

    .form-password .form-password-toggle:hover {
        color: #bf2f1b
    }

    .form-password .form-password-toggle .icon {
        font-size: 1.25rem
    }

.form-quantity {
    width: 140px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .form-quantity .form-quantity-input {
        width: 65px;
        height: 100%;
        border: 0;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-style: solid;
        border-color: #dedede;
        font-size: .875rem;
        text-align: center;
        background: #fff;
        color: #353535;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: 0;
        padding: 0 .313rem
    }

    .form-quantity .form-quantity-down, .form-quantity .form-quantity-up {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.125rem;
        font-weight: 600;
        background-color: #fff;
        color: #acacac;
        border: 1px solid #dedede;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: color .5s ease,background-color .5s ease,border .5s ease
    }

        .form-quantity .form-quantity-down:hover, .form-quantity .form-quantity-up:hover {
            color: #fff;
            border: 1px solid #bf2f1b;
            background-color: #bf2f1b
        }

        .form-quantity .form-quantity-down:active, .form-quantity .form-quantity-up:active {
            opacity: .5
        }

.form-choose {
    display: flex;
    flex-direction: row
}

    .form-choose .form-choose-inline {
        float: left;
        margin-right: 20px;
        width: 56%;
    }

        .form-choose .form-choose-inline:last-child {
            margin-right: 0
        }

        .form-choose .form-choose-inline label {
            margin-bottom: 0
        }

            .form-choose .form-choose-inline label:after, .form-choose .form-choose-inline label:before {
                transition: all .5s ease
            }

        .form-choose .form-choose-inline [type=checkbox]:disabled + label, .form-choose .form-choose-inline [type=radio]:disabled + label {
            opacity: .7;
            cursor: not-allowed !important
        }

        .form-choose .form-choose-inline [type=checkbox]:checked, .form-choose .form-choose-inline [type=checkbox]:not(:checked), .form-choose .form-choose-inline [type=radio]:checked, .form-choose .form-choose-inline [type=radio]:not(:checked) {
            position: absolute;
            left: -9999px
        }

            .form-choose .form-choose-inline [type=checkbox]:checked + label, .form-choose .form-choose-inline [type=checkbox]:not(:checked) + label, .form-choose .form-choose-inline [type=radio]:checked + label, .form-choose .form-choose-inline [type=radio]:not(:checked) + label {
                position: relative;
                cursor: pointer;
                display: inline-block;
                padding-left: 25px
            }

                .form-choose .form-choose-inline [type=checkbox]:checked + label::before, .form-choose .form-choose-inline [type=checkbox]:not(:checked) + label::before, .form-choose .form-choose-inline [type=radio]:checked + label::before, .form-choose .form-choose-inline [type=radio]:not(:checked) + label::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 16px;
                    height: 16px;
                    border: 1px solid #acacac;
                    border-radius: 100%;
                    background: #fff
                }

                .form-choose .form-choose-inline [type=checkbox]:not(:checked) + label::after, .form-choose .form-choose-inline [type=radio]:not(:checked) + label::after {
                    opacity: 0;
                    transform: scale(0)
                }

                .form-choose .form-choose-inline [type=checkbox]:checked + label::after, .form-choose .form-choose-inline [type=radio]:checked + label::after {
                    opacity: 1;
                    transform: scale(1)
                }

                .form-choose .form-choose-inline [type=checkbox]:checked + label::before, .form-choose .form-choose-inline [type=radio]:checked + label::before {
                    border-color: #bf2f1b
                }

                .form-choose .form-choose-inline [type=radio]:checked + label::after, .form-choose .form-choose-inline [type=radio]:not(:checked) + label::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 3px;
                    transform: translateY(-50%);
                    width: 10px;
                    height: 10px;
                    background-color: #bf2f1b;
                    border-radius: 100%
                }

                .form-choose .form-choose-inline [type=checkbox]:checked + label::before, .form-choose .form-choose-inline [type=checkbox]:not(:checked) + label::before {
                    border-radius: 2px;
                    width: 15px;
                    height: 15px
                }

                .form-choose .form-choose-inline [type=checkbox]:checked + label::before {
                    background-color: #bf2f1b
                }

                .form-choose .form-choose-inline [type=checkbox]:checked + label::after, .form-choose .form-choose-inline [type=checkbox]:not(:checked) + label::after {
                    content: "\e5ca";
                    font-family: 'Material Icons';
                    font-size: .875rem;
                    font-weight: 700;
                    color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 1px;
                    transform: translateY(-50%);
                    display: inline-block
                }

.select2-component {
    display: flex;
    flex-direction: column-reverse;
    width: 100%
}

    .select2-component .select2 {
        width: 100% !important
    }

        .select2-component .select2 .select2-selection {
            border: 1px solid #dedede;
            border-radius: 0;
            transition: none
        }

        .select2-component .select2 .select2-selection__arrow {
            display: none
        }

        .select2-component .select2 .select2-selection, .select2-component .select2 .select2-selection__rendered {
            min-height: 48px
        }

            .select2-component .select2 .select2-selection:before {
                content: '\e5cf';
                font-family: 'Material Icons';
                font-size: 1.5rem;
                color: #acacac;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 48px;
                height: 100%;
                cursor: pointer;
                transition: color .2s ease,transform .2s ease;
                position: absolute;
                top: 0;
                right: 0;
                transform-origin: 50% 50%;
                transform: rotate(0)
            }

        .select2-component .select2 .select2-selection__rendered {
            display: flex;
            align-items: center;
            padding: 8px 32px 8px 16px;
            margin-top: -4px;
            word-wrap: break-word;
            text-overflow: inherit;
            /*white-space: normal;*/
            font-size: .875rem;
            color: #353535
        }

        .select2-component .select2 .select2-selection--single .select2-selection__rendered {
            margin-top: -1px
        }

        .select2-component .select2 .select2-search__field {
            margin-top: 7px;
            font-size: .875rem
        }

            .select2-component .select2 .select2-search__field::-moz-placeholder {
                color: #acacac;
                font-size: .875rem;
                -moz-transition: color .2s ease;
                transition: color .2s ease
            }

            .select2-component .select2 .select2-search__field:-ms-input-placeholder {
                color: #acacac;
                font-size: .875rem;
                -ms-transition: color .2s ease;
                transition: color .2s ease
            }

            .select2-component .select2 .select2-search__field::placeholder, .select2-component .select2 .select2-selection__placeholder {
                color: #acacac;
                font-size: .875rem;
                transition: color .2s ease
            }

        .select2-component .select2 .select2-selection .select2-selection__choice {
            font-size: .75rem;
            color: #353535;
            padding: 0 .625rem;
            background-color: rgba(191,47,27,.1);
            /*background-color: rgba(243,102,51,.1);*/
            border: 1px solid #bf2f1b;
            border-radius: 0;
            height: 30px;
            margin-right: .625rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            line-height: 28px
        }

        .select2-component .select2 .select2-selection .select2-selection__choice__remove {
            margin-top: 1px;
            margin-right: 0;
            margin-left: .625rem;
            font-weight: 400;
            font-size: 21px;
            color: #bf2f1b;
            float: right
        }

        .select2-component .select2.select2-container--open .select2-search__field::-moz-placeholder {
            color: #bf2f1b
        }

        .select2-component .select2.select2-container--open .select2-search__field:-ms-input-placeholder {
            color: #bf2f1b
        }

        .select2-component .select2.select2-container--open .select2-search__field::placeholder, .select2-component .select2.select2-container--open .select2-selection__placeholder, .select2-component .select2.select2-container--open ~ label {
            color: #bf2f1b
        }

        .select2-component .select2.select2-container--open .select2-selection {
            border: 1px solid #bf2f1b;
            border-bottom-color: rgb(243 102 51 / 50%)
        }

        .select2-component .select2.select2-container--open .select2-search__field::-moz-placeholder {
            color: #bf2f1b
        }

        .select2-component .select2.select2-container--open .select2-search__field:-ms-input-placeholder {
            color: #bf2f1b
        }

        .select2-component .select2.select2-container--open .select2-search__field::placeholder {
            color: #bf2f1b
        }

        .select2-component .select2.select2-container--open .select2-selection:before {
            transform-origin: 50% 50%;
            transform: rotate(180deg);
            color: #bf2f1b
        }

.select2-component-dropdown {
    border: 1px solid #dedede;
    border-top: 0 !important;
    border-radius: 0
}

    .select2-component-dropdown.select2-dropdown--above {
        border-top: 1px solid #bf2f1b !important
    }

    .select2-component-dropdown .select2-results__options {
        max-height: 300px !important
    }

        .select2-component-dropdown .select2-results__options .select2-results__option {
            padding: 15px 16px;
            border-top: 1px solid #dedede;
            font-size: .875rem;
            color: #353535;
            transition: color .5s ease
        }

            .select2-component-dropdown .select2-results__options .select2-results__option:first-child {
                border-top: 0 !important
            }

            .select2-component-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
                /*background-color: rgba(243,102,51,.2);*/
                background-color: rgba(191,47,27,.2);
                color: #181818
            }

            .select2-component-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
                background-color: #bf2f1b;
                color: #fff
            }

.select2-container.select2-container--open .select2-component-dropdown {
    border-color: #bf2f1b
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #e93c3c
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #e93c3c;
    padding-right: 0;
    background-image: none
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 0;
    background-image: none
}

#order_deadline-error, .form-datepicker .form-group-container input ~ .error, .form-quantity .form-quantity-input ~ .error {
    display: none !important
}

.form-datepicker .form-group-container:after, .form-datepicker .form-group-container:before {
    content: "";
    position: absolute;
    right: 1px;
    top: 22px;
    height: calc(100% - 23px);
    width: 48px;
    cursor: pointer
}

.form-datepicker .form-group-container:before {
    /* background-color: rgba(243,102,51,.3)*/
    background-color: rgba(191,47,27,.3);
}

.form-datepicker .form-group-container:after {
    content: "\e935";
    font-family: "Material Icons Outlined";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #bf2f1b
}


.datepicker.datepicker-dropdown {
    padding: .625rem .938rem;
    font-size: .75rem;
    border: 1px solid #dedede;
    border-radius: 0;
    z-index: 9999 !important;
}

.datepicker td, .datepicker th {
    font-size: .75rem;
    color: #353535;
    width: 25px;
    height: 25px
}

.datepicker table tr td {
    transition: all .5s ease
}

.datepicker table .today, .datepicker table .today:hover {
    background-color: #147189 !important;
    background-image: none !important;
    color: #fff !important
}

.datepicker table .active, .datepicker table .active:hover {
    background-color: #bf2f1b !important;
    background-image: none !important;
    color: #fff !important
}


@media only screen and (max-width:992px) {
    .select2-component-dropdown .select2-results__options {
        max-height: 220px !important
    }

        .select2-component-dropdown .select2-results__options .select2-results__option {
            padding: 10px 16px
        }
}

.header-top {
    width: 100%;
    background-color: #f6f6f6;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 8px 16px rgba(114,99,93,.07)
}

    .header-top .header-user {
        display: flex;
        justify-content: flex-end;
        height: 100%;
        align-items: center;
    }

    .header-top .dropdown .dropdown-toggle {
        display: flex;
        align-items: center;
        font-size: .75rem;
        font-weight: 400;
        color: #353535;
        text-transform: uppercase;
        padding: .938rem 0
    }

        .header-top .dropdown .dropdown-toggle:after {
            display: none
        }

    .header-top .dropdown .dropdown-menu {
        max-width: 181px;
        padding: 0;
        margin: 0;
        margin-top: -5px;
        font-size: .75rem;
        color: #353535
    }

        .header-top .dropdown .dropdown-menu:before {
            content: "";
            position: absolute;
            top: -6px;
            right: 24px;
            width: 0;
            height: 0;
            border-style: inset;
            border-style: solid;
            border-width: 0 6px 6.9px 6px;
            border-color: transparent transparent #fff transparent;
            -webkit-transform: rotate(360deg);
            z-index: 2
        }

        .header-top .dropdown .dropdown-menu:after {
            content: "";
            position: absolute;
            top: -8px;
            right: 23px;
            width: 0;
            height: 0;
            border-style: inset;
            border-style: solid;
            border-width: 0 7px 7.9px 7px;
            border-color: transparent transparent #dedede transparent;
            -webkit-transform: rotate(360deg);
            z-index: 1
        }

    .header-top .dropdown .dropdown-header {
        padding: .625rem .938rem;
        font-size: .75rem;
        color: #353535
    }

    .header-top .dropdown .dropdown-item {
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.25rem;
        color: #353535;
        padding: .625rem .938rem;
        display: flex;
        align-items: center;
        border-top: 1px solid #dedede
    }

        .header-top .dropdown .dropdown-item:hover {
            color: #bf2f1b;
            background-color: #f6f6f6
        }

        .header-top .dropdown .dropdown-item .icon {
            font-size: 1rem;
            padding-right: .625rem
        }

    .header-top .dropdown .dropdown-header .dropdown-username {
        font-weight: 600;
    }

    .header-top .dropdown .dropdown-toggle .icon {
        padding-left: 2.625rem;
        font-size: 1.75rem
    }

.header-content {
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #bf2f1b
}

.header-logo {
    content: url(../../assets/img/logo.png);
    background-repeat: no-repeat;
    padding: 5px;
    max-width: 40%;
}

.header-link {
    font-weight: 400;
    font-size: 1.125rem;
    text-decoration: none;
    color: #181818;
    transition: color .5s ease
}

.header .link {
    text-transform: none;
    font-size: 1rem
}

.header .header-link, .header .link {
    padding: 1.875rem 0;
    display: inline-block
}

.header-link:hover {
    color: #bf2f1b
}

.header-back-button {
    text-transform: none;
    font-size: 1rem
}

    .header-back-button .icon {
        margin-top: -2px;
        font-size: 1rem !important
    }

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.header-nav {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease-in,visibility .5s ease-in
}

    .header-nav ul {
        display: flex;
        justify-content: space-between;
        position: absolute;
    }

        .header-nav ul li a.active {
            color: #bf2f1b
        }

        .header-nav ul li a:before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 5px;
            background-color: #bf2f1b;
            transition: transform .5s ease;
            transform: scaleX(0);
            transform-origin: center center
        }

        .header-nav ul li a.active:before {
            transform: scaleX(1.1)
        }

        .header-nav ul li a {
            font-size: 1rem;
            font-weight: 400;
            color: #181818;
            text-decoration: none;
            position: relative;
            padding: 1.475rem 0;
            margin: 0 1.0rem;
            display: inline-block
        }

        .header-nav ul li a {
            font-size: 1rem;
            font-weight: 400;
            color: #181818;
            text-decoration: none;
            position: relative;
            padding: 1.475rem 0;
            margin: 0 1.0rem;
            display: inline-block
        }

        .header-nav ul li ul li a {
            font-size: 0.875rem !important;
        }

/*.espaco-Menu {
    padding: 1.4rem 1rem 1rem 0px !important;
}*/

/*.header-nav ul li:first-child a {
            margin-left: 0
        }*/

/*.header-nav ul li:last-child a {
            margin-right: 0
        }*/

.header-nav ul li a:hover {
    color: #bf2f1b
}

.header-nav ul li ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline;
    left: 0;
    top: 3.8em;
    z-index: 999;
    white-space: nowrap;
    background-color: #bf2f1b;
}

    .header-nav ul li ul a {
        color: white;
    }

        .header-nav ul li ul a:hover {
            color: #efefef;
        }

    .header-nav ul li ul li {
        line-height: 0px !important;
    }

.header-nav li {
    float: left;
    position: relative;
}

    .header-nav li ul li ul {
        left: 15em;
        top: 0;
        background-color: #d52d2d;
    }

.header-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
    background-color: #fff
}

    .header-buttons .badge {
        position: absolute;
        top: -8px;
        right: -3px;
        border-radius: 100%;
        background-color: #bf2f1b;
        font-size: .68rem;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        padding: 3px 5px;
        line-height: 11px;
        min-height: 17px;
        min-width: 18px
    }

    .header-buttons .header-buttons-item {
        font-size: 1.25rem;
        color: #353535;
        margin: 0 1.25rem;
        transition: color .5s ease;
        position: relative;
        line-height: .75rem
    }

        .header-buttons .header-buttons-item:first-child {
            margin-left: 0
        }

        .header-buttons .header-buttons-item:last-child {
            margin-right: 0
        }

        .header-buttons .header-buttons-item:hover {
            color: #bf2f1b
        }

    .header-buttons .badge-cart {
        display: none
    }

.header-search-button .search-icon {
    display: block
}

.header-search-button .close-icon {
    display: none
}

.header-search {
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    width: calc(100% - 70px);
    transition: transform .5s ease
}

    .header-search input {
        width: 100%;
        height: 100%;
        background-color: #fff;
        border: none;
        border-bottom: 1px solid #dedede;
        font-size: .875rem;
        font-weight: 400;
        color: transparent;
        padding: .625rem;
        transition: border-color .3s ease,color .3s ease
    }

        .header-search input::-moz-placeholder {
            color: transparent;
            -moz-transition: color .3s ease;
            transition: color .3s ease
        }

        .header-search input:-ms-input-placeholder {
            color: transparent;
            -ms-transition: color .3s ease;
            transition: color .3s ease
        }

        .header-search input::placeholder {
            color: transparent;
            transition: color .3s ease
        }

        .header-search input:focus {
            border-color: #bf2f1b;
            outline: 0
        }

.header.search-opened .header-nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out,visibility .5s ease-out;
    height: 82.39px;
}

.header.search-opened .header-search {
    transform: translateY(-50%) scaleX(1)
}

    .header.search-opened .header-search input {
        color: #181818
    }

        .header.search-opened .header-search input::-moz-placeholder {
            color: #acacac
        }

        .header.search-opened .header-search input:-ms-input-placeholder {
            color: #acacac
        }

        .header.search-opened .header-search input::placeholder {
            color: #acacac
        }

@media only screen and (max-width:992px) {
    .header-logo {
        max-width: 52px
    }

    .header-link {
        font-size: 1rem
    }

    .header-container {
        justify-content: flex-end;
        width: 100%
    }

    .header-nav ul li a:before {
        display: none
    }

    .header-nav ul li a {
        padding: .938rem 0
    }

    .header-buttons .header-buttons-item {
        margin: 1.25rem .938rem
    }

    .header.search-opened .header-nav {
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (max-width:768px) {
    .header-nav {
        overflow-x: auto
    }

        .header-nav ul li a {
            white-space: nowrap
        }
}

@media only screen and (max-width:576px) {
    .header-top .dropdown .dropdown-menu {
        margin-top: 0
    }

    .header-top .dropdown .dropdown-toggle {
        padding: .313rem 0
    }

        .header-top .dropdown .dropdown-toggle:after {
            display: block
        }

    .header-top .dropdown .dropdown-menu:before {
        right: 32px
    }

    .header-top .dropdown .dropdown-menu:after {
        right: 31px
    }

    .header-logo {
        max-width: 48px
    }

    .header-link {
        font-size: 1rem;
        font-weight: 600
    }

    .header .header-link, .header .link {
        padding: 1.25rem 0 !important;
        font-size: .875rem
    }

    .header-nav ul li a {
        margin: 0 1rem
    }

    .header-search input {
        font-size: .75rem;
        padding: .313rem
    }

    .header-mobile {
        background-color: #bf2f1b
    }

        .header-mobile .header-nav ul li a {
            color: #fff;
            opacity: .7;
            font-size: .875rem
        }

            .header-mobile .header-nav ul li a.active {
                opacity: 1
            }
}

.link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 600;
    transition: color .5s ease,opacity .5s ease;
    cursor: pointer
}

    .link.link-orange {
        color: #bf2f1b
    }

        .link.link-orange:hover {
            color: #e93c3c;
            opacity: .6;
            text-decoration: none
        }

    .link .icon {
        vertical-align: middle;
        color: inherit;
        font-size: 1.25rem
    }

.menu-navigation {
    width: 100%;
    border: 1px solid #dedede
}

    .menu-navigation li a {
        padding: .938rem 1.25rem;
        width: 100%;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        color: #353535;
        background-color: #fff;
        border-bottom: 1px solid #dedede;
        position: relative;
        display: flex;
        align-items: center
    }

        .menu-navigation li a:before {
            content: "";
            position: absolute;
            top: -1px;
            left: -1px;
            height: calc(100% + 2px);
            width: 5px;
            background-color: #bf2f1b;
            opacity: 0;
            visibility: hidden;
            transition: opacity .5s ease
        }

        .menu-navigation li a.active {
            color: #bf2f1b;
            background-color: #f6f6f6
        }

.disableList {
    pointer-events: none;
    opacity: 0.4;
}

.menu-navigation li a.active:before {
    opacity: 1;
    visibility: visible
}

.menu-navigation li:last-child a {
    border-bottom: 0
}

@media only screen and (max-width:992px) {
    .menu-navigation {
        display: flex;
        flex-direction: row
    }

        .menu-navigation li {
            flex: 1
        }

            .menu-navigation li a {
                text-align: center;
                justify-content: center;
                border-bottom: 0
            }
}

.modal.modal-custom {
    padding: 0 !important
}

    .modal.modal-custom .modal-dialog {
        max-width: 576px;
        margin: 0 auto
    }

    .modal.modal-custom .modal-content {
        border: none;
        border-radius: 0;
        position: relative
    }

        .modal.modal-custom .modal-content:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background-color: #acacac
        }

    .modal.modal-custom.modal-success .modal-content:before {
        background-color: #bf2f1b
    }

    .modal.modal-custom.modal-danger .modal-content:before {
        background-color: #e93c3c
    }

    .modal.modal-custom.modal-warning .modal-content:before {
        background-color: #fbbc1a
    }

    .modal.modal-custom.modal-info .modal-content:before {
        background-color: #147189
    }

    .modal.modal-custom .modal-header {
        padding: 1.25rem;
        border-bottom: none;
        border-radius: 0
    }

    .modal.modal-custom .close {
        transition: color .5s ease
    }

        .modal.modal-custom .close .icon {
            font-size: 1.125rem;
            color: #353535;
            font-weight: 600
        }

    .modal.modal-custom .modal-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: .313rem 2.5rem 3.5rem;
        text-align: center
    }

    .modal.modal-custom .modal-icon {
        width: 100%;
        margin-bottom: .625rem;
        display: flex;
        justify-content: center
    }

        .modal.modal-custom .modal-icon img {
            width: 74px;
            height: 74px
        }

    .modal.modal-custom .modal-title {
        font-weight: 700;
        font-size: 1.5rem;
        color: #181818;
        margin-bottom: .625rem
    }

    .modal.modal-custom .modal-message {
        font-weight: 400;
        font-size: 1rem;
        color: #353535
    }

        .modal.modal-custom .modal-message b {
            font-weight: 600
        }

.modal.modal-client {
    padding: 0 !important
}

    .modal.modal-client .modal-dialog {
        max-width: 1027px;
        margin: 0 auto
    }

    .modal.modal-client .modal-content {
        border: none;
        border-radius: 5px;
        box-shadow: 0 8px 16px rgba(114,99,93,.07);
        position: relative
    }

    .modal.modal-client .modal-header {
        padding: 1.25rem 1.25rem .625rem;
        border-bottom: none;
        border-radius: 0
    }

    .modal.modal-client .close {
        transition: color .5s ease
    }

        .modal.modal-client .close .icon {
            font-size: 1.125rem;
            color: #353535;
            font-weight: 600
        }

    .modal.modal-client .modal-body {
        width: 100%;
        padding: 0 2.5rem 2.5rem
    }

    .modal.modal-client .modal-title {
        font-weight: 600;
        font-size: 1.25rem;
        color: #181818;
        margin-bottom: 1.25rem
    }

    .modal.modal-client .modal-search {
        width: 100%;
        margin-bottom: 1.875rem
    }

    .modal.modal-client .form-group {
        margin-bottom: 0
    }

    .modal.modal-client .form-choose {
        display: flex;
        justify-content: center;
        margin-bottom: .5rem
    }

    .modal.modal-client .modal-actions {
        margin-top: 1.875rem;
        width: 100%
    }

@media only screen and (max-width:992px) {
    .modal.modal-client .modal-dialog {
        max-width: 90%
    }

    .modal.modal-client .modal-header {
        padding: 1.25rem
    }

    .modal.modal-client .modal-body {
        padding: 0 1.25rem 2.5rem
    }

    .modal.modal-client .modal-title {
        font-size: 1.125rem
    }

    .modal.modal-client .modal-search {
        margin-bottom: 1.25rem
    }

    .modal.modal-client .modal-actions {
        margin-top: 1.25rem
    }
}

@media only screen and (max-width:768px) {
    .modal.modal-custom .modal-dialog {
        width: 90%;
        max-width: 572px
    }

    .modal.modal-custom .modal-content:before {
        height: 6px
    }

    .modal.modal-custom .modal-icon img {
        width: 64px;
        height: 64px
    }

    .modal.modal-custom .modal-title {
        font-size: 1.25rem
    }

    .modal.modal-custom .modal-message {
        font-size: .875rem
    }
}

.table-responsive {
    overflow-y: hidden
}

.table.table-default {
    margin-bottom: 0;
    border: 1px solid #dedede;
    position: relative
}

    .table.table-default tbody td, .table.table-default thead th {
        vertical-align: middle;
        line-height: 1rem;
        font-size: .875rem;
        border: none
    }

    .table.table-default thead th {
        border: none;
        background: #f6f6f6;
        font-weight: 600;
        text-transform: uppercase;
        color: #181818;
        padding: .938rem 1.25rem;
        border-bottom: 1px solid #dedede
    }

    .table.table-default tbody td {
        font-weight: 400;
        background-color: #fff;
        padding: .938rem 1.25rem;
        color: #353535;
        border-top: 1px solid #dedede
    }

    .table.table-default tbody tr:first-child td {
        border-top: 0
    }

    .table.table-default.table-bordered {
        border: 0;
        background-color: #f6f6f6;
    }

        .table.table-default.table-bordered tbody td, .table.table-default.table-bordered thead th {
            border: 1px solid #dedede
        }

    .table.table-default .table-head-title th {
        font-weight: 400;
        text-transform: none
    }

        .table.table-default .table-head-title th span {
            display: inline-block;
            margin-bottom: .313rem;
            line-height: 20px
        }

    .table.table-default.table-bordered .table-head-title th:first-child {
        border-right: 0 !important
    }

    .table.table-default.table-bordered .table-head-title th:last-child {
        border-left: 0 !important
    }

    .table.table-default.table-detail:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        background-color: #bf2f1b;
        width: 5px;
        height: calc(100% + 2px)
    }

    .table.table-default.table-small thead th {
        line-height: 1rem;
        font-size: .75rem;
        padding: .938rem 1rem
    }

    .table.table-default.table-small tbody td {
        height: 55px;
        padding: .938rem 1rem
    }

.detalhePedido:hover {
    background-color: #f36633;
    transition: 0.5s;
    opacity: 0.4;
    cursor: pointer;
}

@media only screen and (max-width:1200px) {
    .table.table-default.table-small thead th {
        line-height: .875rem;
        font-size: .68rem
    }

    .table.table-default.table-small tbody td, .table.table-default.table-small tbody td a {
        line-height: 1rem;
        font-size: .75rem
    }
}

@media only screen and (max-width:992px) {
    .table.table-default thead th:not(.column-small) {
        min-width: 160px
    }

    .table.table-default tbody td, .table.table-default thead th {
        line-height: 1rem;
        font-size: .75rem
    }

    .table.table-default thead th {
        padding: .938rem
    }

    .table.table-default tbody td {
        padding: .938rem;
        font-weight: 400;
        border-color: #dedede
    }

    .table.table-default.table-small tbody td {
        height: auto
    }

    .table.table-clients thead th:not(.column-small) {
        min-width: 220px
    }
}

@media only screen and (max-width:576px) {
    .table.table-default tbody td, .table.table-default thead th {
        padding: .938rem 1rem !important
    }
}

.timeline {
    width: 100%;
    position: relative;
    overflow: hidden
}

    .timeline:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        width: 10000px;
        height: 2px;
        background-color: #dedede;
        border-radius: 3px;
        z-index: -1
    }

.timeline-items {
    width: 100%;
    display: flex;
    justify-content: space-around
}

    .timeline-items:after, .timeline-items:before {
        content: "";
        position: absolute;
        top: 0;
        width: 32px;
        height: 100%;
        background: linear-gradient(90deg,#fff 17.71%,rgba(255,255,255,0) 100%)
    }

    .timeline-items:before {
        left: 0
    }

    .timeline-items:after {
        right: 0;
        transform: matrix(-1,0,0,1,0,0)
    }

.timeline-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%
}

    .timeline-item.active .timeline-item-icon {
        border: 4px solid #bf2f1b
    }

        .timeline-item.active .timeline-item-icon .check {
            border-bottom-color: #bf2f1b;
            border-right-color: #bf2f1b
        }

        .timeline-item.active .timeline-item-icon .track {
            background: url('https://api.iconify.design/fa-solid/truck.svg?color=%23f36633&width=16&height=16') !important;
        }


    .timeline-item.active .timeline-item-title {
        font-weight: 600
    }

    .timeline-item .timeline-item-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #dedede;
        border-radius: 100%;
        background-color: #f6f6f6
    }

        .timeline-item .timeline-item-icon .check {
            display: inline-block;
            transform: rotate(45deg);
            height: 14px;
            width: 9px;
            border-bottom: 4px solid #acacac;
            border-right: 4px solid #acacac;
            margin-top: -2px
        }

        .timeline-item .timeline-item-icon .track {
            background: url('https://api.iconify.design/fa-solid/truck.svg?color=%23acacac&width=16&height=16') !important;
            height: 16px;
            width: 16px;
        }

    .timeline-item .timeline-item-title {
        font-size: .875rem;
        color: #353535;
        line-height: 1rem;
        margin-top: .625rem
    }

@media only screen and (max-width:768px) {
    .timeline:before {
        top: 16px
    }

    .timeline-items {
        overflow-x: auto;
        justify-content: space-between
    }

        .timeline-items .timeline-item {
            min-width: 110px
        }

    .timeline-item:first-child:before, .timeline-item:last-child:before {
        display: none
    }

    .timeline-item.active .timeline-item-icon {
        border: 2px solid #bf2f1b
    }

    .timeline-item .timeline-item-icon {
        width: 32px;
        height: 32px;
        border: 2px solid #dedede
    }

        .timeline-item .timeline-item-icon .check {
            height: 12px;
            width: 7px;
            border-bottom: 3px solid #acacac;
            border-right: 3px solid #acacac
        }

        .timeline-item .timeline-item-icon .track {
            background: url('https://api.iconify.design/fa-solid/truck.svg?color=%23f36633&width=16&height=16') !important;
            height: 16px;
            width: 16px;
        }

    .timeline-item .timeline-item-title {
        font-size: .75rem;
        line-height: .875rem
    }
}

.hipperlink-datepicker {
    font-size: .75rem;
    font-weight: 300;
    color: lightgrey;
}

.tooltip-custom {
    font-family: Poppins,sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    width: 225px
}

    .tooltip-custom.show {
        opacity: 1
    }

    .tooltip-custom .tooltip-inner {
        padding: 12px 14px;
        max-width: 100%;
        color: #fff;
        font-size: .68rem;
        text-align: left;
        background-color: #353535;
        box-shadow: 0 8px 16px rgba(114,99,93,.07);
        border-radius: 0
    }

    .tooltip-custom.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip-custom.bs-tooltip-top .arrow::before {
        border-top-color: #353535
    }

    .tooltip-custom.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip-custom.bs-tooltip-bottom .arrow::before {
        border-bottom-color: #353535
    }

    .tooltip-custom.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip-custom.bs-tooltip-left .arrow::before {
        border-left-color: #353535
    }

    .tooltip-custom.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip-custom.bs-tooltip-right .arrow::before {
        border-right-color: #353535
    }

.tooltip-hq {
    font-family: Poppins,sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    width: auto
}

    .tooltip-hq.show {
        opacity: 1
    }

    .tooltip-hq .tooltip-inner {
        padding: 5px;
        max-width: 100%;
        color: #fff;
        font-size: .75rem;
        text-align: center;
        background-color: #bf2f1b;
        border-radius: 0
    }

    .tooltip-hq.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip-hq.bs-tooltip-top .arrow::before {
        border-top-color: #bf2f1b
    }

    .tooltip-hq.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip-hq.bs-tooltip-bottom .arrow::before {
        border-bottom-color: #bf2f1b
    }

    .tooltip-hq.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip-hq.bs-tooltip-left .arrow::before {
        border-left-color: #bf2f1b
    }

    .tooltip-hq.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip-hq.bs-tooltip-right .arrow::before {
        border-right-color: #bf2f1b
    }

.btn-discount-combo {
    background-color: #249704 !important;
    padding-top: 7.1% !important;
}

.tooltip-combo {
    width: 385px !important;
    left: 0px !important;
    z-index: 1;
}

.tooltip-discount {
    font-family: Poppins,sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    width: 315px;
    margin: .313rem;
    height: auto;
    border-radius: 6px;
    position: absolute;
    padding: 15px 13px 15px 13px;
    text-align: left;
}

    .tooltip-discount ul li {
        padding: 9px 0px 10px 0px;
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #a9a9adb8;
    }

.tooltippp .tooltippptext {
    visibility: hidden;
}

.tooltippp:hover .tooltippptext {
    visibility: visible;
}

.tooltip-discount.show {
    opacity: 1
}

.tooltip-discount .tooltip-inner {
    padding: 1.25rem 12px .938rem;
    max-width: 100%;
    color: #fff;
    text-align: left;
    background-color: #147189;
    box-shadow: 0 8px 16px rgba(114,99,93,.07);
    border-radius: 0
}

    .tooltip-discount .tooltip-inner b {
        font-weight: 600;
        margin-bottom: .625rem;
        display: inline-block
    }

    .tooltip-discount .tooltip-inner ul li {
        border-bottom: 1px solid rgba(222,222,222,.2);
        width: 100%;
        padding: 6px 0
    }

        .tooltip-discount .tooltip-inner ul li:last-child {
            border-bottom: 0
        }

.tooltip-discount.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip-discount.bs-tooltip-top .arrow::before {
    border-top-color: #147189
}

.tooltip-discount.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip-discount.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #147189
}

.tooltip-discount.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip-discount.bs-tooltip-left .arrow::before {
    border-left-color: #147189
}

.tooltip-discount.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip-discount.bs-tooltip-right .arrow::before {
    border-right-color: #147189
}

.form-auth {
    width: 100%;
    padding: 3.5rem 0
}

    .form-auth .form-auth-box {
        padding: 3.5rem;
        width: 100%;
        background-color: #f6f6f6;
        border: 1px solid #dedede
    }

        .form-auth .form-auth-box form {
            margin-top: 2.5rem
        }

        .form-auth .form-auth-box .form-auth-box-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            margin-top: 1.25rem
        }

            .form-auth .form-auth-box .form-auth-box-actions button[type=submit] {
                max-width: 180px
            }

@media only screen and (max-width:992px) {
    .form-auth {
        padding: 2.5rem 0
    }

        .form-auth .form-auth-box {
            padding: 1.875rem 1.25rem
        }

            .form-auth .form-auth-box form {
                margin-top: 1.875rem
            }
}

@media only screen and (max-width:768px) {
    .form-auth .form-auth-box .form-auth-box-actions {
        margin-top: .625rem;
        flex-wrap: wrap
    }

        .form-auth .form-auth-box .form-auth-box-actions button[type=submit] {
            max-width: none
        }

        .form-auth .form-auth-box .form-auth-box-actions .g-recaptcha {
            margin-bottom: 1.25rem
        }
}

.layout-error {
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    position: relative
}

.error-404:after, .error-404:before {
    content: '';
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: calc(50% - 380px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.error-404:before {
    background-image: url(../../assets/img/error/404-left.svg);
    left: 0
}

.error-404:after {
    background-image: url(../../assets/img/error/404-right.svg);
    right: 0
}

.error-404 .error-status {
    font-weight: 700;
    color: #bf2f1b;
    font-size: 250px;
    line-height: 250px
}

.error-404 .error-title {
    margin-bottom: 1.25rem;
    font-weight: 700;
    color: #353535;
    font-size: 1.75rem
}

.error-404 .error-message {
    margin-bottom: 2.5rem;
    font-weight: 400;
    color: #353535;
    font-size: 1.125rem
}

.error-500 {
    text-align: left
}

    .error-500 .error-status {
        font-weight: 700;
        color: #bf2f1b;
        font-size: 80px;
        line-height: 80px
    }

    .error-500 .error-title {
        margin-bottom: 1.25rem;
        font-weight: 700;
        color: #353535;
        font-size: 1.5rem
    }

    .error-500 .error-message {
        margin-bottom: 2.5rem;
        font-weight: 400;
        color: #353535;
        font-size: 1.125rem
    }

@media only screen and (max-width:992px) {
    .error-404:after, .error-404:before {
        display: none
    }

    .error-404 .error-status, .error-500 .error-status {
        font-size: 200px;
        line-height: 200px
    }

    .error-404 .error-title, .error-500 .error-title {
        font-size: 1.5rem
    }

    .error-404 .error-message, .error-500 .error-message {
        font-size: 1rem
    }

    .error-500 {
        text-align: center
    }
}

@media only screen and (max-width:768px) {
    .error-404 .error-status, .error-500 .error-status {
        font-size: 140px;
        line-height: 140px
    }

    .error-404 .error-title, .error-500 .error-title {
        font-size: 1.25rem;
        margin-bottom: .938rem
    }

    .error-404 .error-message, .error-500 .error-message {
        font-size: .875rem;
        margin-bottom: 1.25rem
    }

        .error-404 .error-message br, .error-500 .error-message br {
            display: none
        }
}

.home .auth {
    width: 100%;
    padding: 3.5rem 0;
    height: 570px;
    display: flex;
    justify-content: center;
    flex: 1;
    flex-direction: column
}

    .home .auth .container {
        display: flex;
        justify-content: center;
        flex: 1;
        flex-direction: column
    }

    .home .auth .auth-register h1 {
        font-size: 2.375rem;
        font-weight: 600;
        line-height: 2.5rem;
        margin-bottom: .313rem
    }

    .home .auth .auth-register h2 {
        font-size: 1.75rem;
        font-weight: 400;
        line-height: 2.5rem;
        margin-bottom: .313rem
    }

    .home .auth .auth-register .btn-register {
        margin-top: 1.25rem
    }

    .home .auth .auth-login .auth-box {
        width: 100%;
        border: 1px solid #dedede;
        padding: 50px 2.5rem;
        display: none
    }

        .home .auth .auth-login .auth-box.show {
            display: block
        }

        .home .auth .auth-login .auth-box h1 {
            margin-bottom: .625rem
        }

        .home .auth .auth-login .auth-box form {
            margin-top: 2.5rem
        }

        .home .auth .auth-login .auth-box .link {
            font-size: .75rem;
            font-weight: 400;
            text-transform: none
        }

            .home .auth .auth-login .auth-box .link .icon {
                font-size: .875rem
            }

        .home .auth .auth-login .auth-box button[type=submit] {
            max-width: 180px
        }

        .home .auth .auth-login .auth-box .auth-box-actions {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 2.5rem
        }

@media only screen and (max-width:1200px) {
    .home .auth {
        padding: 3.5rem 0
    }

        .home .auth .auth-register h1 {
            font-size: 1.75rem;
            line-height: 2.25rem
        }

        .home .auth .auth-register h2 {
            font-size: 1.35rem;
            line-height: 1.85rem
        }
}

@media only screen and (max-width:992px) {
    .home .auth {
        padding: 2.5rem 0;
        height: 560px
    }

        .home .auth .auth-register h1 {
            font-size: 1.5rem;
            line-height: 2rem
        }

        .home .auth .auth-register h2 {
            font-size: 1rem;
            font-weight: 400;
            line-height: normal;
            margin-bottom: .313rem
        }

        .home .auth .auth-register .btn-register {
            margin-top: .625rem
        }

        .home .auth .auth-login .auth-box {
            padding: 1.875rem 1.25rem
        }

            .home .auth .auth-login .auth-box h1 {
                margin-bottom: .313rem
            }

            .home .auth .auth-login .auth-box form {
                margin-top: 1.875rem
            }

            .home .auth .auth-login .auth-box button[type=submit] {
                max-width: 170px
            }

            .home .auth .auth-login .auth-box .auth-box-actions {
                margin-top: 1.875rem
            }
}

@media only screen and (max-width:768px) {
    .home .auth {
        height: auto
    }

        .home .auth .auth-register {
            margin-bottom: 1.875rem
        }

            .home .auth .auth-register .btn-register {
                margin-top: 0
            }
}

@media only screen and (max-width:576px) {
    .home .auth {
        padding: 2.5rem 0 0
    }

        .home .auth .auth-register {
            text-align: center
        }

            .home .auth .auth-register br {
                display: none
            }

            .home .auth .auth-register .btn-register {
                margin-top: 1.25rem
            }

        .home .auth .auth-login .auth-box {
            border: none;
            border-top: 1px solid #dedede
        }

            .home .auth .auth-login .auth-box h1, .home .auth .auth-login .auth-box h2 {
                text-align: center;
                line-height: normal
            }

            .home .auth .auth-login .auth-box .auth-box-actions {
                flex-wrap: wrap;
                margin-top: 0
            }

            .home .auth .auth-login .auth-box button[type=submit] {
                max-width: none;
                margin-top: 1.25rem
            }
}

.order-details, .order-fractionate, .order-resume, .orders {
    width: 100%
}

.profile-details, .profile-fractionate, .profile-resume, .profile {
    width: 100%
}

.order-details .order-details-content, .order-resume .order-resume-content, .orders .orders-content {
    width: 100%;
    padding: 2.5rem 0 6.25rem
}

.profile-details .profile-details-content, .profile-resume .profile-resume-content, .profile .profile-content {
    width: 100%;
    padding: 2.5rem 0 6.25rem
}

    .profile-details .profile-details-content h2, .profile-fractionate .profile-fractionate-content h2, .profile-resume .profile-resume-content h2, .profile .profile-content h2 {
        margin-top: 3.5rem;
        margin-bottom: 1.25rem
    }

.order-details .order-details-content h2, .order-fractionate .order-fractionate-content h2, .order-resume .order-resume-content h2, .orders .orders-content h2 {
    margin-top: 3.5rem;
    margin-bottom: 1.25rem
}

.order-details .order-details-actions, .order-fractionate .order-fractionate-actions, .order-resume .order-resume-actions {
    display: flex;
    justify-content: flex-end
}

    .order-details .order-details-actions .col-lg-3, .order-fractionate .order-fractionate-actions .col-lg-3, .order-resume .order-resume-actions .col-lg-3 {
        margin-top: 1.25rem;
        max-width: 220px
    }

    .profile-details .profile-details-actions .col-lg-3, .order-fractionate .order-fractionate-actions .col-lg-3, .order-resume .order-resume-actions .col-lg-3 {
        margin-top: 1.25rem;
        max-width: 220px
    }

.profile-details .card-info .card-info-table li, .order-resume .card-info .card-info-table li {
    text-transform: uppercase;
    color: #353535
}

.order-details .card-info .card-info-table li, .order-resume .card-info .card-info-table li {
    text-transform: uppercase;
    color: #353535
}

.order-fractionate {
    min-height: 100vh
}

    .order-fractionate .order-fractionate-table {
        width: 100%;
        background-color: #f6f6f6;
        padding-bottom: 2.5rem
    }

    .order-fractionate .table tr td:first-child, .order-fractionate .table tr th:first-child {
        padding-left: 1.875rem
    }

    .order-fractionate .table thead th {
        background-color: #fafbfa
    }

    .order-fractionate .order-fractionate-steps {
        width: 100%;
        padding: 3.5rem 0 6.25rem
    }

.order-details .timeline {
    margin: 1.875rem 0 3.5rem
}

.orders .orders-filter {
    width: 100%;
    background-color: #f6f6f6;
    padding-bottom: 1.875rem
}

.profile .profile-filter {
    width: 100%;
    background-color: #F6F6F6;
    padding-bottom: 1.875rem;
}

.orders .orders-filter .order-status-container {
    max-width: 350px
}

.orders .orders-filter .submit-button-container {
    max-width: 220px
}

@media only screen and (max-width:1200px) {
    .orders .orders-filter .order-status-container {
        max-width: none
    }

    .orders .orders-filter .submit-button-container {
        max-width: none
    }
}

@media only screen and (max-width:992px) {
    .order-details .order-details-actions .col-lg-3, .order-fractionate .order-fractionate-actions .col-lg-3, .order-resume .order-resume-actions .col-lg-3 {
        max-width: none
    }

    .order-details .order-details-content h2, .order-fractionate .order-fractionate-content h2, .order-resume .order-resume-content h2, .orders .orders-content h2 {
        margin-top: 2.5rem;
        margin-bottom: .938rem
    }

    .order-fractionate .order-fractionate-table {
        padding-bottom: 2.5rem
    }

    .order-fractionate .order-fractionate-steps {
        padding: 2.5rem 0
    }
}

@media only screen and (max-width:576px) {
    .order-details .timeline {
        margin: 1.25rem 0 2.5rem
    }
}

.products .products-content {
    padding: 2.5rem 0 6.25rem
}

.products .products-list {
    max-width: 720px
}

.products .products-aside {
    max-width: 420px
}

.products .card-info-products {
    display: none
}

.products .products-show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .625rem 0
}

.products .products-banner {
    margin-bottom: 1.25rem
}

    .products .products-banner.products-banner-full {
        margin-bottom: 3.5rem
    }

    .products .products-banner .carousel-indicators {
        margin-bottom: .625rem
    }

@media only screen and (max-width:1200px) {
    .products .products-list {
        max-width: 540px
    }

    .products .products-aside {
        max-width: none
    }
}

@media only screen and (max-width:992px) {
    .products .products-content {
        padding: 2.5rem 0
    }

    .products .products-list {
        max-width: none
    }

    .products .products-banner {
        display: none
    }

    .products .products-aside button[type=submit] {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999
    }
}

.profile .profile-content {
    width: 100%;
    padding: 1.5rem 0
}

.profile .card-info {
    display: none
}

    .profile .card-info.active {
        display: block
    }

@media only screen and (max-width:768px) {
    .profile .profile-content {
        padding: 2.5rem 0
    }
}

.styleguide .styleguide-content {
    margin: 6.25rem 0
}

.styleguide .styleguide-title {
    width: 100%;
    height: 8.125rem;
    display: flex;
    align-items: center;
    background-color: #f6f6f6
}

    .styleguide .styleguide-title h1 {
        font-weight: 400
    }

        .styleguide .styleguide-title h1 b {
            color: #bf2f1b
        }

.styleguide .styleguide-subtitle {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    color: #353535;
    letter-spacing: .15em;
    margin-bottom: 1.875rem
}

.styleguide .styleguide-colors .styleguide-colors-item .color-box {
    height: 87px;
    width: 100%;
    border-top-left-radius: .313rem;
    border-top-right-radius: .313rem;
    border: 1px solid #dedede;
    border-bottom: 0
}

.styleguide .styleguide-colors .styleguide-colors-item .color-hex {
    padding: .938rem 0;
    width: 100%;
    border-bottom-left-radius: .313rem;
    border-bottom-right-radius: .313rem;
    border: 1px solid #dedede;
    font-size: .875rem;
    text-align: center;
    color: #acacac
}

.styleguide .card-product {
    max-width: 220px
}

.price-product-bold {
    font-size: 1.5rem;
    font-weight: 600;
    color: #181818;
    line-height: 1.5rem;
}

.price-product-bold-risk {
    font-size: 0.78rem;
    font-weight: 400;
    color: #181818;
    line-height: 1rem;
    text-decoration-line: line-through;
}

@media only screen and (max-width:768px) {
    .styleguide .styleguide-content {
        margin: 4.25rem 0
    }
}
/*# sourceMappingURL=maps/app.min.css.map */



/*Background color*/
#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        /*stacking fieldsets above each other*/
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E;
        }

    #msform input, #msform textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    }

        #msform input:focus, #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0;
        }

    /*Blue Buttons*/
    #msform .action-button {
        width: 100px;
        background: skyblue;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }

    /*Previous Buttons*/
    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button-previous:hover, #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
        }

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue;
    }

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative;
    }

    /*Icons in the ProgressBar*/
    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f023";
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d";
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    /*ProgressBar before any progress*/
    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: skyblue;
    }

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}


.bt-ico-check {
    color: red;
}

.bt-ico-uncheck {
    color: green;
}