.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;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 60px;
    bottom: 5px;
    z-index: 9999;
}

.back-to-top.esquerda {
    left: 5px;
    width: 40px;
    width: fit-content;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #000000;
    color: #fff;
}

@media (max-width: 767px) {
    .back-to-top {
        right: 40px;
        bottom: 5px;
    }

    .back-to-top i {
        font-size: 20px;
        width: 40px;
        height: 20px;
    }

    .back-to-top.esquerda {
        left: 40px;
        width: 40px;
        width: fit-content;
    }
}

.app-overlay {
    position: absolute;
    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;
}

.app-overlay {
    position: fixed;
}

.produtoRelacao .app-overlay {
    position: absolute;
}

.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;
}

.badge {
    height: fit-content;
}

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

.badges-favorito {
    position: absolute;
    left: 0;
    z-index: 10;
}

.badge-favorito {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    min-width: 2rem;
    text-transform: uppercase;
    z-index: 10;
    min-height: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
}

.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;
    height: fit-content;
}

.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% !important;
    max-height: 200px !important;
    width: auto !important;
}

.produto.lista img {
    max-width: 120px;
    max-height: 120px !important;
    padding: 0;
    margin: 0;
}

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

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

.img-container:hover img {
    transform: scale(1.2);
}

.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: 1.5em;
    line-height: 110%;
    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;
    vertical-align: middle;
    line-height: 110%;
    position: relative;
}

.preco .badge {
    position: absolute;
    top: 0.4rem;
    border-radius: 10px;
    font-size: 0.8rem;
}

.preco span {
    text-decoration: none !important;
}

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

.produto .carrinho,
.acessar-lista {
    /*
    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;
    margin: 0 auto !important;
}

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

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

.produto.lista .carrinho.row,
.acessar-lista.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%;
    }
}

.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: 1em;
    padding: 0.3em 0.4rem;
    min-width: 1.8rem;
}

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

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

.loji-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;
}

.loji-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 {
    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;
}

.category-slider .owl-nav button[type=button] {
    font-size: 25px;
    position: absolute;
    left: -5px;
    top: -3px;
    color: #171717;
    line-height: 1.6;
    background: #FFF;
    border-radius: 0;
    padding: 0 2px !important;
}

.category-slider .owl-nav button[type=button]:focus {
    outline: none;
    box-shadow: none;
}

.category-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -5px;
}

.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;
}

.fornecedor-s,
.category-s {
    margin: 2px 0;
}

.fixed-filters {
    padding: 10px 0;
}

.smartbanner {
    z-index: 10001;
}

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

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

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

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

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

.t-1-0 {
    font-size: 1em;
}

.t-1-1 {
    font-size: 1.1em;
}

.t-1-2 {
    font-size: 1.2em;
}

.t-1-5 {
    font-size: 1.5em;
}

.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;
}

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

.badge-highlight.oferta {
    background: url("../img/blackfriday1.png");
    background-position: center top !important;
    background-repeat: no-repeat;
    background-size: 4em;
    height: 4em;
    text-indent: -9999px;
    min-width: 4em;
    top: -7px;
    right: 5px;
}

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

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

.jquery-accordion-menu {
    width: 100%;
}

.banner-img {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .btn-block-xs-only {
        display: block;
        width: 100%;
    }

    .btn-block-xs-only .btn,
    .btn-block-xs-only .dropdown-menu {
        width: 100%;
    }

    .modal-dialog {
        max-width: -webkit-fill-available;
    }

    .t-sm-15 {
        font-size: 1.5em;
        line-height: 110%;
    }

    .t-sm-13 {
        font-size: 1.3em;
        line-height: 110%;
    }
}

.viewport.scanner {
    position: relative;
}

.viewport.scanner>canvas,
.viewport.scanner>video {
    max-width: 100%;
    width: 100%;
}

canvas.drawing,
canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
}

.product-slider .owl-nav button[type=button] {
    font-size: 15px;
    position: absolute;
    left: -15px;
    top: 35%;
    color: #171717;
    opacity: 0.3;
}

.product-slider .owl-nav button[type=button]:focus {
    outline: none;
    box-shadow: none;
}

.product-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -15px;
    color: #171717;
    opacity: 0.3;
}

.product-slider .owl-dots {
    text-align: center;
    margin-top: 27px;
}

.product-slider .owl-dots button {
    width: 6px;
    height: 6px;
    background: #D8D9DA;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
    margin-right: 0;
}

.product-slider .owl-dots button.active {
    background: #252525;
    border-radius: 50px;
}

.preco-parcelamento {
    color: #0B5345;
    font-size: 0.8em;
}

footer .navbar-brand img {
    max-width: 100%;
    max-height: 15vh;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}

.fornecedor-item {
    display: inline-block;
    width: 100%;
}

.fornecedor-item .fornecedor-logo {
    width: 10em;
    height: 10em;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.fornecedor-item .fornecedor-nome {
    text-align: center;
}

.fornecedor-item .fornecedor-logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.product-slider .owl-stage-outer {
    border: 1px #d5d5d5 solid;
    border-radius: 0.5em;
}

.product-slider .owl-nav button[type=button] {
    width: 2.5em;
    height: 2.5em;
    border: 1px #d5d5d5 solid;
    border-radius: 50%;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    background: #ffffff;
    opacity: 1 !important;
}

.product-slider .owl-dots {
    margin-top: 0;
}

.product-slider .owl-dots button {
    outline-color: #6e6e6e;
    border-color: #6e6e6e;
    background: #6e6e6e;
    width: 0.5em;
    height: 0.5em;
}

.product-slider .owl-dots button.active {
    background: #6e6e6e;
    width: 0.8em;
    height: 0.8em;
}

.product-slider .card.produto {
    border-color: transparent;
}

.product-slider .card.produto:hover {
    border-color: #e9e9e9;
}

.inserindo-absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    color: #fff;
}

.inserindo-absolute h3 {
    font-size: 1.3em;
}

.inserindo-absolute a {
    color: #fff;
}

.inserindo-absolute a:hover {
    color: #fff;
}

#swiper-categoria .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiper-categoria .swiper-slide img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.titulo-swiper {
    margin-top: 20px;
    margin-left: 20px;
}

.titulo-swiper:before {
    content: '';
    width: 40px;
    margin: 0 0 2px 2px;
    border: 2px solid black;
    background: black;
    display: block;
}

.cart-icon .fa {
    font-size: 1.5em;
}

.cart-icon:hover {
    animation: shake 1.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.05);
    }

    20% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(1.15);
    }

    40% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.25);
    }

    60% {
        transform: scale(1.2);
    }

    70% {
        transform: scale(1.15);
    }

    80% {
        transform: scale(1.1);
    }

    90% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.ols ol {
    counter-reset: item
}

.ols li {
    display: block
}

.ols li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.mh-50 {
    min-height: 50px;
}

.zi--1 {
    z-index: -1;
}

.bg-white-40 {
    background: rgba(255, 255, 255, 0.4);
}

.form-add-produto .qtd-seletor {
    font-size: 1.25em !important;
}

.hide {
    display: none;
}

.variacao-box h4 {
    font-size: 0.8em;
}

.variacao-box .item {
    height: 50px;
    width: 50px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.tox-tbtn[title="Ajuda"],
.tox-statusbar__branding {
    display: none !important;
}

.g-recaptcha {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.form-group label {
    font-weight: bold;
}

.cursor-pointer {
    cursor: pointer
}

.modal-header .close {
    width: 2rem;
    right: 0.5rem;
    position: absolute;
    height: 2rem;
    top: 0.5rem;
    margin: 0;
    padding: 0;
}

.toaster .close {
    position: absolute;
    top: -10px;
    right: -5px;
    background: #000;
    padding: 2px;
    border-radius: 50%;
    height: 20px;
    font-size: 14px;
    width: 20px;
    color: #DDD;
    font-weight: normal;
}

.close.close-ab {
    width: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    float: none;
    z-index: 999;
}