.mtkplc body {
    padding-top: 110px;
}

.site-logo img {
    height: 45px;
}

.file-upload .preview,
.file-upload .message {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 6em;
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    word-wrap: break-word;
    overflow: auto;
}

.file-upload .message-container {
    padding: 10px 0;
}

.app-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 10px #FFF;
}

.form-group .select2-container,
.form-control.select2-container {
    padding: 0px;
    border: 0px;
    height: auto;
    width: 100% !important;
}

.select2-container.select2-allowclear .select2-choice abbr:before {
    color: #000;
    font-size: 15px;
    position: relative;
    left: -5px;
}

.select2-hidden-accessible {
    display: none;
}

.form-group.has-error .select2-choice,
.form-group.has-error .select2-choices {
    border-color: #b94a48;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.richText .richText-help {
    display: none !important;
}

.select2-container .select2-choice > .select2-chosen,
.select2-container .select2-choice {
    height: 36px;
    line-height: 36px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position-y: 5px;
}

.btn-round {
    border-radius: 25px !important;
}

.produto > a:first-child {
    height: 130px;
    padding: 10px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badges-target {
    position: absolute;
    right: 0;
    min-width: 4rem;
    z-index: 10;
}

.badge-destaque {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    right: 0;
    min-width: 4rem;
    text-transform: uppercase;
    z-index: 10;
}

.badge-destaque2 {
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    left: 0;
    min-width: 4rem;
    text-transform: uppercase;
    z-index: 10;
}

.badges-target .badge {
    display: block;
    position: relative;
    right: 0;
    margin-bottom: 0.1rem;
    border-radius: 0.25rem 0rem 0rem 0.25rem !important;
}

.badges-target .badge:first-child {
    border-radius: 0rem 0.25rem 0rem 0.25rem !important;
}

.produto .card-body {
    padding: 5px;
}

.produto img.loading {
    background-image: url("select2-spinner.gif");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.produto img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
}

.produto.lista img {
    max-width: 90px;
    max-height: 90px;
    padding: 5px;
}

.produto .img-container {
    min-width: 130px;
    min-height: 130px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.produto.lista .img-container {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
}

.produto .titulo {
    min-height: 2.1rem;
    line-height: 110%;
    margin: 3px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.produto.lista .titulo {
    min-height: auto;
}

.produto.lista .descricao {
    min-height: 4.5em;
    line-height: 100%;
    font-size: 0.8em;
    margin: 3px;
}

.produto.lista .descricao.break,
.produto.lista .titulo.break {
    width: 70%;
}

.produto .preco {
    font-weight: bolder;
    font-size: 1rem;
    margin: 10px 5px;
    padding: 0.5rem 0.7rem;
}

.produto .preco.menor {
    font-size: 1rem;
    font-weight: normal;
    margin: initial;
    padding: initial;
}

.produto .carrinho {
    /*
    visibility: hidden;
    */
    padding: 3px 5px;
    /*
    opacity: 0;
    position: absolute;
    */
    bottom: 0;
    /*filter: alpha(opacity=0);*/
    width: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.produto:hover .carrinho {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.produto.lista .carrinho {
    position: absolute;
    bottom: 0.8em;
    right: 1em;
    width: auto;
}

.produto.lista .carrinho.row {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
}

.produto-img img {
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .produto.lista {
        text-align: center;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .produto.lista .carrinho {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
    }
}

#toaster {
    width: 500px !important;
}

#toaster .alert {

    padding: 0.50rem;
}

@media (max-width: 768px) {
    #toaster {
        top: 10% !important;
        right: 2% !important;
        width: 96% !important;
    }
}

@media (max-width: 300px) {
    .produto.lista {
        text-align: center;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .produto.lista .carrinho {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
    }
}

.carrinho img {
    max-width: 100px;
    max-height: 100px;
}

.endereco-container.hidden {
    display: none;
}

.whatsapp-bubble {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

.btn-circle {
    border-radius: 50% !important;
    line-height: 0.8em;
    width: 60px;
    height: 60px;
    outline: 0;
    -webkit-box-shadow: 0 0 0.3rem 0.3rem rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0.3rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle:hover {
    width: 200px;
    border-radius: 50px !important;
}

.btn-circle span {
    display: none;
    font-size: 14px;
    font-weight: normal;
}

.btn-circle:hover span {
    display: inline;
}

.container.principal, body > footer, .bg-white-tp {
    background: rgba(255, 255, 255, 0.9);
}

.contato-bar .nav-item {
    font-size: 1em;
    padding: 0 1em 0 1em;
}

.contato-bar .nav-item:not(:last-child) {
    border-right: 1px solid silver;
}

.contato-bar .badge,
.link-contato .badge {
    font-size: 1.1em;
    padding: 0.3em 0.4rem;
    min-width: 1.8rem;
}

@media (max-width: 768px) {
    .contato-bar .nav-item:not(:last-child) {
        border-right: none;
    }
}

.site-footer .fa {
    display: none;
}

.site-link .fa {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.site-link:hover .fa {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

@media (max-width: 767px) {
    .whatsapp-bubble {
        position: fixed;
        bottom: 30px;
        right: 30px;
    }

    .btn-circle {
        padding: 5px;
    }

    .btn-circle:hover {
        width: 200px;
        border-radius: 35px !important;
    }

    .produto .card-body {
        padding-bottom: 25px;
    }

    .produto .carrinho {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}

.ui-autocomplete-loading {
    background: white url('select2-spinner.gif') right center no-repeat;
}

.owl-carousel .item {
    display: block;
    width: 100%;
    text-align: center;
}

.owl-carousel .item img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.owl-carousel img {
    max-height: 350px;
}

.marketplace .navbar .navbar-brand img {
    max-height: 80px;
}

.mkp-menu {
    position: relative;
}

@media (max-width: 767px) {
    .marketplace .navbar {
        padding: 5px 10px;
        margin: 0;
    }

    .mkp-menu {
        position: static;
    }

    .marketplace .navbar .navbar-brand img {
        max-width: 110px;
        max-height: 40px;
    }

    .marketplace .navbar .dropdown-menu.show {
        width: 100%;
    }
}

.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

.star-rating .fa {
    font-size: 15px;
}

.star-rating .fa-star {
    color: #ff9b05;
}

.star-rating .fa-times-circle,
.star-rating .fa-times-circle-o {
    color: red;
}

#categoria-menu ul {
    max-height: 950px;
    overflow-y: auto;
}

.area-slider .owl-stage-outer,
.category-slider .owl-stage-outer {
    padding: 0 50px;
    height: 2.7rem;
}

.area-slider .owl-stage-outer {
    height: 6rem;
    padding: 0;
    font-size: 0.8em;
}

.area-slider.owl-carousel .owl-item {
    height: 5rem;
    width: 5rem;
    justify-content: center;
    text-align: center;
}

.area-slider.owl-carousel .icone {
    height: 4rem;
    width: 4rem;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.area-slider.owl-carousel .icone img {
    max-height: 2.5rem;
    max-width: 2.5rem;
}

.area-slider .owl-item,
.category-slider .owl-item {
    margin: 2px 0px;
}

.botao-notificacao {
    font-weight: bold;
    font-size: 1.1em;
    border: 1px solid;
    padding: 0.1em 0.3em;
    border-radius: 0.5em !important;
}

body > footer {
    background: #f9f9f9;
}

footer h5 {
    font-weight: bold;
}

footer .rodape {
    font-size: 12px;
    text-align: justify;
}

.new-menu {
    flex-wrap: wrap;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-nav .nav-link {
    color: inherit;
}

.new-contact-bar {
    font-size: 0.9rem;
}

.new-contact-bar .row {
    width: 100%;
}

.new-contact-bar .row,
.new-contact-bar .col-sm {
    padding: 0;
}

.new-menu .navbar-brand img {
    max-height: 50px;
    max-width: 160px;
}

.area-slider .owl-nav div.owl-prev,
.area-slider .owl-nav div.owl-next,
.category-slider .owl-nav div.owl-prev,
.category-slider .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    opacity: 1;
    border: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    color: inherit;
    background: #ffffff;
}

.area-slider .owl-nav div.owl-prev,
.category-slider .owl-nav div.owl-prev {
    left: 0%;
    margin-left: 0;
}

.area-slider .owl-nav div.owl-next,
.category-slider .owl-nav div.owl-next {
    right: 0%;
    margin-right: 0;
}

.area-slider:hover .owl-nav div.owl-next:hover,
.area-slider:hover .owl-nav div.owl-prev:hover,
.category-slider:hover .owl-nav div.owl-next:hover,
.category-slider:hover .owl-nav div.owl-prev:hover,
{
    font-weight: bolder;
}

.category-s {
    padding: 10px 0;
}

.smartbanner {
    z-index: 10001;
}

.t-0-5 {
    font-size: 0.5rem;
}

.t-0-6 {
    font-size: 0.6rem;
}

.t-0-7 {
    font-size: 0.7rem;
}

.t-0-8 {
    font-size: 0.8rem;
}

.t-0-9 {
    font-size: 0.9rem;
}

.t.text-muted, .t.text-muted * {
    color: #6c757d !important;
}

#totais .app-overlay {
    position: absolute;
}

.hotsite2 footer,
.hotsite2 footer a,
.hotsite2 footer h5 {
    color: #FFFFFF;
}

.hotsite2 .nav-menu.mobile-menu {
    float: right;
}

@media only screen and (max-width: 767px) {
    .hotsite2 .inner-header .logo img {
        max-height: 10em;
    }
}

.product-item.produto .pi-pic {
    text-align: center;
}

.product-item.produto .pi-pic img {
    width: auto;
    height: auto;
    max-height: 200px;
    max-width: 200px;
    min-width: auto;
    margin: 0 auto;
}

.hotsite2 .depart-hover li {
    position: relative;
}

.hotsite2 .depart-hover li .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background: #FFF;
    border: 1px solid;
}

.hotsite2 .depart-hover li:hover .submenu {
    display: block;
}

.fa {
    min-width: 1em;
    text-align: center;
}

.hotsite2 .no-js .owl-carousel,
.hotsite2 .owl-carousel.owl-loaded {
    width: 80%;
    margin: 0 auto;
}

.badge.badge-success.badge-highlight.tri {
    border-radius: 0rem 0.25rem 0rem 0rem !important;
    border-width: 0;
}

.badge-highlight.tri {
    border: 1px solid;
    border-left: 0;
    height: 1.7em;

    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;

    border-width: 0;
    padding-left: 1em;
    padding-right: 1em;
}

.badge-highlight.tri:before {
    background: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
    zoom: 1;

    content: '';
    z-index: -1;
    position: absolute;
    height: 1.2em;
    width: 1.2em;
    left: -0.6em;
    top: 0.25em;
    border: 0px solid;
    border-width: 0;
    border-radius: 0;
}

.badge-highlight.tri:after {
    background: #fff;
    border: 1px solid #FFF;
    border-radius: 0.25em;
    content: '';
    position: absolute;
    height: 0.5em;
    width: 0.5em;
    top: 9px;
    left: 0;
}

.badge-highlight.tri.inset {
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.badge-highlight.tri,
.badge-highlight.tri:after,
.badge-highlight.tri:before {
    border-color: #777;
}

.badge-highlight.tri.inset {
    color: #454545;
}

.badge-highlight.black {
    background: url("../img/black.png");
    background-repeat: no-repeat;
    background-size: 6em;
    background-position: right top;
    height: 5em;
    text-indent: -9999px;
    min-width: 6em;
}