/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 29/08/2019, 13:01:15
    Author     : Xavier
*/

@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
[class*=" ti-"],
[class^=ti-] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.border-mark {
    border: 2px solid green;
}

.border-markm {
    border: 4px solid green;
}

.material-icons {
    font-family: 'Material Icons Outlined' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body {
    background: #f3f5f5;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    transition: all 2s !important;
}

.nav-li-espacos a span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 13px;
}

.megamenu {
    background: #ffffff;
    z-index: 99999999;
    width: 100%;
}

.megamenu .megamenu-nav {
    padding: 0;
    margin: 0;
}

.megamenu .megamenu-nav .nav-item {
    display: block;
}

.megamenu .megamenu-nav .nav-item.is-open>.megamenu-content {
    visibility: visible;
    opacity: 1;
    margin-top: 5.1em;
    padding-top: 1em;
}

.megamenu .megamenu-nav .nav-item.is-open>.nav-link {
    background: #ffffff;
    color: #068cca;
}

.megamenu .megamenu-nav .nav-link {
    color: #9c9c9c;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-bottom: 3px solid transparent;
}

.megamenu .megamenu-nav .nav-link:hover {
    background: #fff;
    color: #068cca;
    border-bottom: 3px solid #068cca;
}

.megamenu-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 14;
    transition: all .3s ease-in-out;
    margin-top: 5.1em;
    padding-bottom: 1em;
    width: 55%;
}

.megamenu .megamenu-content:hover {
    border-bottom: 4px solid #068cca;
}

.megamenu .megamenu-content .container {
    padding: 45px 15px;
}

.megamenu .megamenu-content .subnav {
    margin: 0;
    padding: 0;
}

.megamenu .megamenu-content .subnav-item {
    display: block;
    margin-bottom: -0.7em;
}

.megamenu .megamenu-content .subnav-item .subnav-link {
    padding: 10px 0;
    display: block;
}

.subnav-item a {
    color: #7b7b7b;
}

.subnav-item:hover {
    color: #068cca;
}

.subnav-item:hover a {
    color: #068cca;
}

.subnav-item:hover a span.badge-circular {
    color: #FFFFFF !important;
    background-color: #068cca !important;
}

.megamenu-background {
    background: #fff;
    position: absolute;
    left: 0;
    top: 54px;
    right: 0;
    height: 0;
    transition: all .3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 13;
    margin-top: 5.1em;
    width: 60%;
}

.megamenu-dim {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 54px;
    visibility: hidden;
    opacity: 0;
    z-index: -12;
    transition: all .3s ease-in-out;
    margin-top: 5.1em;
}

body.megamenu-visible .megamenu-dim {
    z-index: 12;
    visibility: visible;
    opacity: 1;
}

.dropdown-user {
    position: absolute !important;
    left: -185px !important;
    top: 55px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    width: 16em;
    padding-top: 0px;
    padding-bottom: 0;
}

.dropdown-notify {
    position: absolute !important;
    left: -323px !important;
    top: 55px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    width: 28em;
    padding-top: 0px;
    padding-bottom: 0;
}

.dropdown-notify>hr {
    margin-top: 0px;
}

.notification-header {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    background-color: #027db6;
    color: white;
}

.notification-header>h4 {
    align-self: flex-start;
    margin: 11px;
}

.notification-header>button {
    align-self: flex-end;
    margin: 10px;
    background: white;
    border: 1px solid white;
    border-radius: 5px 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myCarousel {
    margin-right: 10px;
    margin-top: -10px;
}

.modal-signup {
    width: 680px !important;
    height: 527px !important;
    padding: 0px !important;
    margin: 0px !important;
    margin: auto !important;
}

.modal-login {
    width: 650px !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    margin: auto !important;
}

.li_helper {
    list-style-type: none;
    padding: 0px;
    margin-left: 0px !important;
    margin: 0px;
    color: red;
    font-size: 13px;
}


/* erros of login and */

.ul_errors {
    padding: 0px;
}

.ul_errors_login {
    padding: 0px;
}

@media only screen and (max-width: 600px) {
    .modal-signup {
        width: 380px !important;
        height: 500px !important;
    }
}

.input-signup {
    width: 295px;
}

#notf_amount {
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 1px;
    color: #068cca;
    background: white;
    border-radius: 100%;
    padding: 0.1px 5px;
}

.user-box {
    background-color: #027db6;
}

.dropdown-user .dropdown-divider {
    margin: 0px !important;
}

.dropdown-user .dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #f3f3f3;
    padding: .85rem;
    padding-left: 2em;
    text-align: start;
    font-weight: 400;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #586279;
}

.dropdown-user .dropdown-item i,
.dropdown-user .dropdown-item svg,
.dropdown-item img {
    margin-right: 0.7em !important;
    color: #068cca !important;
}

.bg-warning {
    background-color: #fba73f !important;
}

.nome-usuario-dropdown {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 14px;
}

.u-text {
    padding: 1.5em;
    padding-top: 1em;
    padding-bottom: 1.3em;
}

.u-text p {
    color: #1db8ff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 12px !important;
    margin-top: -6px;
}

.progresso {
    width: 80% !important;
    margin-top: -1em;
}

.progresso-drop {
    width: 80% !important;
    margin-top: -1em;
}

.pontuacao-progress {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 54px;
}

.filtro-cupom-card-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    /* height: 75px;*/
    margin-bottom: -1.5em;
}

.cupom-filtro-card-header {
    background-color: #FFFFFF;
    border: none !important;
}

.card-header-cupom-filtro {
    border: none !important;
}

.mini-cards {
    min-width: 145px;
    margin-left: -1em;
    box-shadow: 0 1px 6px -5px black;
    margin-bottom: 0.5em;
}

.mini-cards:hover {
    border: 1px solid #068cca;
    cursor: pointer;
}

.mini-cards:hover>.mini-cards-header {
    background-color: #068cca !important;
}

.mini-cards-header {
    background-color: #f2f2f2 !important;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
}

.img-loja-cupons-mini-cards {
    border-radius: 100%;
    width: 103px;
    height: 93px;
    border: 7px solid #FFFFFF;
    position: absolute;
    top: 15px;
    ;
    left: 47%;
    margin-left: -46.5px;
}

.mini-cards-body {
    height: 115px;
    min-height: 115px;
    max-height: 115px;
}

.nome-loja-mini-cards {
    position: absolute;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 600;
    top: 124px;
}

.icon-cupons-qtd-mini-cards {
    position: absolute;
    top: 150px;
    left: 30px;
}

.qtd-cupons-mini-cards {
    position: absolute;
    top: 156px;
    font-size: 12px;
    left: 54px;
    font-weight: 500;
    color: #068cca;
}

.card-body-cupom {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.btn-personalizar-cupom {
    line-height: 1;
    position: relative;
    bottom: 3px;
    left: 4px;
    font-size: 13px;
    font-weight: 500;
}

.btn-cog-cupom {
    color: #9c9c9c !important;
}

.porcentagem-cupom {
    background-color: #f34758 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 20px;
    margin-left: -0.5em !important;
    margin-top: -1em;
    padding: 4px;
    min-width: 10em !important;
    position: relative;
    border-radius: 4px;
}

.porcentagem-cupom2 {
    background-color: #f34758 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 20px;
    margin-left: -0.5em !important;
    margin-top: -1em;
    padding: 4px;
    min-width: 10em !important;
    position: relative;
    border-radius: 4px;
}

.dashed-cupom {
    border: 1px dashed #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    color: #FFFFFF;
}

.dashed-cupom2 {
    border: 1px dashed #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    color: #FFFFFF;
}

.card-body-mini-cupons {
    padding-top: 0 !important;
    margin-top: 15px;
    margin-bottom: 6px;
}

.btn-pegar-cupom {
    width: 115px;
    font-size: 11px;
    height: 37px;
    margin-top: -4px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 0.25em;
    background-color: #00fd3a;
    border: none;
}

.footer-card-cupom {
    padding-right: 15px !important;
}

.btn-qtd-like-cupom {
    left: 58% !important;
}

.card-footer-content img.img-circle {
    min-width: 35px !important;
    max-width: 35px !important;
    width: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    height: 35px !important;
}

.cifrao {
    font-size: 14px;
    position: relative;
    top: -3.5px;
    margin-right: 2px;
}

.padding-cards-cupons {
    padding-right: 2px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
}

.fa-search:hover {
    cursor: pointer;
}

.title-info-card-cupons {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #08579a !important;
    font-size: 22px;
}

.btn-quero-cupons {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 15px;
}

.card-info-cupom {
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: absolute;
    right: 25px;
}

.p-font {
    font-style: normal !important;
}

.card-header-info-cupom {
    background-color: rgb(255, 255, 255) !important;
}

.card-top-ofertas {
    position: absolute;
    top: 71em;
    right: 25px;
}

.content-top-ofertas {
    display: flex;
}

.titulo-produto-top-ofertas {
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

.preco-antigo-top-ofertas {
    color: #cccccc;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 16px;
    text-decoration: line-through;
}

.preco-top-ofertas {
    color: #08579a;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

.btn-qtd-like-top-ofertas {
    position: absolute;
    left: 59%;
    margin-top: -2.55em !important;
}

.card-top-cupons {
    position: absolute;
    top: 37em;
    right: 25px;
}

.porcentagem-top-cupons-content {
    background-color: #068cca !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 20px;
    margin-left: -0.5em !important;
    margin-top: 3em;
    padding: 4px;
    min-width: 10em !important;
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 4px;
}

.porcentagem-top-cupons {
    border: 1px dashed #FFFFFF;
    padding-left: 0.7em;
    padding-right: 0.7em;
    color: #FFFFFF;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

.info-lojas-top-cupons {
    display: flex;
    flex-direction: column;
    margin-left: 2.6em;
    margin-top: -2.3em;
    padding-bottom: 0.1em;
}

.top-cupons-nome-loja {
    font-size: 14px;
}

.hora-cupons-loja {
    font-size: 11px;
}

.card-detalhe-cupom {
    min-width: 145px;
    margin-left: -1em;
    box-shadow: 0 1px 6px -5px black;
    margin-bottom: 0.5em;
    padding-bottom: 1em;
    position: absolute;
    right: 25px;
    left: 15px;
}

.card-detalhe-cupom-header {
    background-color: #068cca !important;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
}

.nome-loja-cupom-detalhe {
    position: absolute;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 600;
    top: 110px;
    right: 110px;
}

.icon-cupons-qtd-mini-cards-2 {
    position: absolute;
    top: 153px;
    left: 173px;
}

.qtd-cupons-mini-cards {
    position: absolute;
    top: 156px;
    font-size: 12px;
    left: 54px;
    font-weight: 500;
    color: #068cca;
}

.qtd-cupons-mini-cards-2 {
    position: absolute;
    top: 156px;
    font-size: 12px;
    left: 197px;
    font-weight: 500;
    color: #068cca;
}

.card-body-detalhe-cupom {
    margin-top: -2em;
}

.card-body-detalhe-cupom p {
    font-size: 14px;
    text-align: justify;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    color: #666666;
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: #bebebe;
}

.breadcrumb-item a {
    font-size: 14px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    font-size: 45px;
    color: #bebebe;
}

.carousel-control-prev-icon:after {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    font-weight: 900;
    font-size: 45px;
    color: #bebebe;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 60px;
    width: 100px;
    background-size: 100%, 100%;
    background-image: none;
}

.breadcrumb-item.active {
    font-size: 14px !important;
    margin-top: 0.2em !important;
}

.slide-produtos-detalhe {
    /* border: 1px solid blue; */
    padding-bottom: 1em;
    padding-top: 1em;
}

.flag-top-descontos {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
}

.like-detalhe-cupom {
    position: absolute;
    z-index: 1;
    color: #f55973;
    top: 0;
    left: 16px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    color: #0f43ab !important;
}

.acoes-share-detalhe-produto {
    z-index: 1;
    display: flex;
    width: 85%;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.acoes-share-detalhe-produto div a {
    color: #a9a9a9;
}

.rating-produto {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fed700;
}

.rating-produto div {
    margin-right: 0.2em !important;
}

.text-avaliacoes {
    color: #777777;
    font-size: 13px;
    margin-left: 0.5em;
    font-weight: 500;
}

.precos-detalhe-produto {
    display: flex;
    margin-top: 1em;
    font-size: 25px;
}

.precos-detalhe-produto div {
    margin-right: 0.3em;
}

.preco1 {
    color: #cccccc;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: line-through;
}

.preco2 {
    color: #08579a;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 1.5em;
}

.btn-group-acoes-detalhe-produto button {
    color: #c0c0c0;
    background-color: transparent !important;
    border-color: #eeeeee;
}

.btn-group-acoes-detalhe-produto button:hover {
    color: #08579a;
    border-color: #eeeeee;
    background-color: transparent !important;
}

.loja-info-detalhe-produto {
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

.loja-info-detalhe-produto div {
    text-align: center !important;
    margin-bottom: 1.5em;
}

.loja-info-detalhe-produto div span {
    font-size: 13px;
}

.imagemloja {
    width: 100%;
    max-height: 90px;
}

.ativar-meta {
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-top: -0.5em;
    color: #08579a;
}

.ativar-meta a {
    color: #08579a !important;
}

.loja-info-detalhe-produto .ativar-meta span {
    font-size: 18px;
}

.card-melhores-ofertas {
    border-top: 5px solid #068cca;
}

.titulo-azul {
    color: #068cca !important;
}

.bg-azul {
    background-color: #068cca !important;
}

.flex-content-detalhe-produto {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-right: 3px solid #dee2e6 !important;
    font-weight: bolder;
    font-size: 13px;
    margin-top: 1em;
}

.flex-content-detalhe-produto-sem-borda {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: 13px;
    margin-top: 1em;
}

.sem-weight {
    font-weight: normal !important;
}

.img-user-borda {
    border-radius: 60%;
    border: 2px solid #FFFFFF;
    padding: 2px;
}

.arrow-card {
    position: absolute;
    color: #068cca;
    top: -33px;
    left: 29px;
    font-size: 35px;
}

.badge-img-perfil {
    background-color: #fed700 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    position: absolute;
    padding: .55em .7em;
    top: -5px;
    left: 5px;
}

.info-perfil-detalhe-produto {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-top: -2.5em;
    margin-left: 3.5em;
    line-height: 1;
    padding-bottom: 0.4em;
}

.info-perfil-nome {
    color: #FFFFFF;
}

.info-perfil-data {
    color: #a9cde7;
    font-size: 13px;
}

.p-lista-desejos {
    font-size: 15px !important;
}

.btn-add {
    background-color: #FFFFFF !important;
}

.btn-add i,
.btn-add svg {
    color: #f10e34 !important;
}

.btn-add i,
.btn-add svg,
.btn-added i,
.btn-added svg {
    color: #f10e34 !important;
}

.estrela-avaliacao {
    color: #fed700;
    font-size: 13px;
}

.count-bar {
    margin-left: -12em;
}

.img-user-borda-azul {
    border-radius: 50%;
    border: 3px solid #068cca;
    padding: 4px;
}

.badge-img-perfil-comentario {
    background-color: #fed700 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    position: absolute;
    padding: .55em .7em;
    top: 40px;
    left: 11px;
}

.comentario-2 {
    background-color: #f3f5f5;
    margin-top: 1em;
    border-radius: 6px;
    padding-left: 3em;
    padding-bottom: 1em;
}

.footer {
    background-color: #22202b;
    color: #FFFFFF;
    padding: 2em;
    padding-top: 6em;
    font-size: 14px;
}

.icone-subir-footer {
    position: absolute;
    font-size: 30px;
    right: 50px;
    bottom: -37.8em;
    z-index: 1;
    background-color: #22202b;
    padding: 14px;
    border-radius: 4px;
    cursor: pointer;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #f3f3f4;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding-top: 1em;
    padding-bottom: 1em;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
}

.tab-contents {
    padding: .5em 2em 1em;
}

.tab-contents {
    margin-top: 20px;
}

.ls-produtos {
    padding-left: 0;
}

.ls-produtos:nth-of-type(4n+4) {
    padding-right: 0;
}

.card-listagem-produtos-cupom {
    background-color: transparent !important;
}

.custom-control-label:before {
    background-color: #FFFFFF;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #068cca;
}

.titulo-modal-categorias {
    text-align: center;
}

#modalCategorias .modal-body {
    padding-left: 2em !important;
    padding-right: 2em !important;
    padding-bottom: 1em !important;
}

.titulo-modal-categorias h5 {
    margin-top: 2em;
    font-weight: bolder;
}

.badge-circular-modal {
    height: 27px;
    width: 27px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 0.7em;
    color: #333333;
    background-color: #d9d9d9;
    margin-right: 0.4em;
    margin-left: 0.4em;
}

.lista-checkbox-modal {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.custom-control-label {
    font-size: 14px !important;
}

.badge-ativo {
    background-color: #068cca;
    color: #FFFFFF;
}

.badge-ativo2 {
    background-color: #068cca !important;
    color: #FFFFFF;
}

.bg-content-modal-criar-cupom {
    background-color: #f3f5f5 !important;
    border: none !important;
    margin-top: 1em;
    padding-top: 2em;
}

.titulo-modal-criar-cupom {
    font-weight: bolder;
    font-size: 15px;
}

.p-modal-criar-cupom {
    font-size: 13px;
}

.bg-link-modal {
    background-color: #e0e0e0 !important;
}

.row-margin {
    margin-top: -7em !important;
}

.tab-select-outer {
    display: none;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        display: block;
    }
    .tab-select-outer {
        display: none;
    }
    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

.modal-body {
    padding: 0 !important;
}

.modal {
    border-radius: 4px !important;
}

.bg-content-modal {
    background-color: #f3f5f5 !important;
    border: none !important;
    margin-top: 7em;
    padding-top: 6em;
}

.titulo-modal {
    font-weight: bolder;
}

.is-active {
    color: #068cca !important;
}

#tab-button li a:hover,
#tab-button .is-active a {
    color: #068cca !important;
}

.input-codigo {
    margin-left: 20% !important;
    height: 50px !important;
    width: 60% !important;
    font-weight: bolder !important;
    color: #068cca !important;
    padding-left: 3em;
}

.codigo-input-img {
    position: absolute;
    left: 24%;
}


/* 
.btn-ir-para-loja-modal {
    width: 60% !important;
    margin-left: 20%;
    margin-top: 0.5em;
    background-color: #59cd46;
    border: none;
} */

.img-loja-modal-obter-codigo {
    border-radius: 100%;
    width: 153px;
    height: 143px;
    border: 7px solid #FFFFFF;
    position: absolute;
    left: 47%;
    margin-left: -46.5px;
    bottom: 110%;
}

@media only screen and (max-width: 967px) {
    .navbar {
        background-color: #068cca !important;
        padding: 0.9rem 1rem !important;
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 968px) {
    .navbar {
        background-color: #068cca !important;
        padding: 0.9rem 1rem !important;
        margin-bottom: 1em;
        height: 5em;
        max-height: 5em;
    }
    .btn-nav-ofertas:hover {
        background-color: transparent !important
    }
    .btn-na-cupons {
        border: none !important;
    }
    .btn-na-cupons:hover {
        background-color: transparent !important
    }
    .nav-li-espacos {
        margin-right: 4em;
    }
    a {
        text-decoration: none !important;
    }
    a.nav-itens {
        line-height: 2.5 !important;
    }
    .brand {
        position: absolute;
        left: 50%;
        margin-left: -50px !important;
        display: block;
    }
    .logo-desktop {
        margin-top: -1.6em !important;
    }
    .logo-mobile {
        margin-top: -1.6em !important;
    }
    has-search .form-control {
        padding-left: 2.375rem;
    }
    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
    }
    .input-search-nav {
        min-width: 400px;
    }
    .bg-branco {
        background-color: #FFFFFF !important;
    }
     ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #747474 !important;
        opacity: 1;
        /* Firefox */
    }
     :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #747474 !important;
    }
     ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #747474 !important;
    }
    .notificacoes-nav {
        margin-top: 0.7em;
        margin-left: 1em;
        margin-right: 1.5em;
        padding-right: 1em;
    }
    .badge-notificacoes {
        position: absolute;
        margin-top: -13px;
        padding: 4px 7px;
        margin-left: 0.5em;
        background-color: #f34758;
    }
    .nav-item {
        cursor: pointer;
    }
    .profile-pic .img-circle {
        border-radius: 50%;
        border: 3px solid #00c4e4;
    }
    .profile-pic span {
        color: #FFFFFF;
    }
    .dropdown-perfil-usuario .dropdown-toggle::after {
        display: none;
    }
    .border-md-right {
        border-right: 1px solid silver;
    }
    .divisor {
        border-right: 2px solid #0786c0;
        height: 5em;
        position: absolute;
        margin-top: -22px;
        margin-left: 4%;
    }
    .badge-circular {
        height: 27px;
        width: 27px;
        line-height: 20px;
        border-radius: 50%;
        font-size: 0.6em;
        color: #333333;
        background-color: #d9d9d9;
    }
    .badge-circular:hover {
        height: 27px;
        width: 27px;
        line-height: 20px;
        border-radius: 50%;
        font-size: 0.6em;
        color: #FFFFFF;
        background-color: #068cca;
    }
}

.nav-categorias {
    text-transform: uppercase;
    height: 46px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav-categorias a {
    color: #9c9c9c;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.nav-categorias li {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.nav-categorias li:hover {
    border-bottom: 2px solid #068cca;
}

.nav-categorias li:hover a {
    color: #068cca;
}

.buttons-nav-categorias {
    background-color: transparent;
    border-color: #dedede;
    color: #068cca;
}

.buttons-nav-prevafter {
    background-color: transparent;
    border-color: #dedede;
    color: #068cca;
}

.img-produto {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    padding: 1em;
}

.card-produtos {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border-radius: 0px !important;
    margin-bottom: 0.8em;
    transition: box-shadow 0.5s;
    min-height: 370px;
    max-height: 490px;
}

.card-produtos:hover {
    cursor: pointer;
    box-shadow: 0 15px 20px -12px black;
}

.card-body-produtos {
    padding-top: 0 !important;
}

.descricao-produto {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #08579a !important;
    padding-left: 0.5em;
    font-size: 15px;
    padding-top: 0.5em;
}

.preco-produto {
    color: #cccccc;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 20px;
    text-decoration: line-through;
    margin-left: -0.5em !important;
    margin-top: -1em;
}

.card-img-top {
    min-height: 240px;
}

.preco-produto-promocao {
    color: #08579a;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 20px;
}

.font-referencia {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 13px;
    margin-left: -0.5em !important;
}

.footer-card-produtos {
    background-color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 55px;
    border-top: none;
    margin-top: -1.3em;
}

.card-footer-content {
    background-color: #068cca !important;
    height: 40px;
    width: 108%;
    margin-left: -0.5em;
    border-radius: 3px;
}

.btn-acoes-like {
    padding: .195rem .65rem !important;
}

.info-user-produtos {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: -2em;
    margin-left: -2.5em;
    line-height: 1;
}

.nome-user {
    white-space: nowrap;
    width: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff !important;
    margin-left: -0.2em;
}

.nome-user span {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff !important;
}

.data-hora-user {
    margin-top: -0.18em;
}

.data-hora-user span {
    font-size: 11px;
    margin-left: 0em;
    color: #b9d6eb !important;
}

.btn-qtd-like {
    position: absolute;
    left: 62%;
    margin-top: -1.95em;
}

.footer-card-produtos img {
    margin-left: 0.2em;
    padding: 1.1px;
    padding-top: 1.5px;
    margin-top: 3px;
}

.nao-like {
    color: #868686 !important;
}

.nao-like:hover {
    color: #068cca !important;
    background-color: #f0f0f0;
}

.liked {
    color: #068cca !important;
}

.sim-like {
    padding: .195rem .15rem !important;
}

.sim-like:hover {
    background-color: #FFFFFF;
}

.like {
    width: 27px;
    height: 28px;
    margin-top: -2.8px !important;
}

.btn-qtd-like-footer-card {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #666666;
}

.i-fav {
    color: #bebebe;
}

.i-fav:hover {
    color: #fe516d;
}

.favoritar {
    position: absolute;
    left: 7px;
    top: 7px;
}

.flag {
    position: absolute;
    right: -1px;
    top: -1px;
}

.title-info-card {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #08579a !important;
    font-size: 28px;
}

.card-info {
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: absolute;
    right: 25px;
}

.p-card-first {
    margin-top: 1em;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 2em !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    font-style: italic !important;
    color: #666666;
    margin-bottom: 1em;
}

.card-info p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #666666;
}

.card-info-p-title {
    color: #068cca;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-align: left;
}

.btn-quero-desconto {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

.margens-li-nav-top {
    margin-right: 1em !important;
}

.label-form-modal {
    color: #676a6c !important;
    font-size: 13px !important;
    font-weight: bolder;
}

.modal {
    max-width: none !important;
    overflow: initial !important;
    height: max-content !important;
}

.modal-cupom {
    min-height: 100% !important;
    padding: 0 !important;
    max-width: 60% !important;
    width: 60% !important;
}

#modalTags {
    min-height: 100% !important;
    padding: 0 !important;
    max-width: 40% !important;
    width: 30% !important;
}

#modalNovo, #modalNovoConfig {
    min-height: 50% !important;
    padding: 0 !important;
    max-width: 50% !important;
    width: 100% !important;
}

#modalEdit {
    width: 50%;
}

#modalSenha {
    min-height: 50% !important;
    height: 50%;
    padding: 0 !important;
    max-width: 50% !important;
    width: 50% !important;
}

#modalFaleConosco {
    min-height: 50% !important;
    height: 70%;
    padding: 0 !important;
    max-width: 60% !important;
    width: 50% !important;
}

#modalCupomLoja {
    min-height: 50% !important;
    height: 50%;
    padding: 0 !important;
    max-width: 70% !important;
    width: 50% !important;
}

#modalProfile {
    min-height: 50% !important;
    height: 80%;
    padding: 0 !important;
    max-width: 50% !important;
    width: 50% !important;
}

#modalreport {
    min-height: 50% !important;
    height: 30%;
    padding: 0 !important;
    max-width: 50% !important;
    width: 50% !important;
}

.modal a.close-modal {
    background-image: url(../../imgs/close-icon.svg) !important;
    z-index: 2 !important;
}

.img-loja-modal-obter-codigo-tab2 {
    border-radius: 100%;
    width: 153px;
    height: 143px;
    border: 7px solid #FFFFFF;
    position: absolute;
    left: 47%;
    margin-left: -46.5px;
    bottom: 55%;
}

.btn-qtd-like-cupom-modal-cupom {
    right: -10px !important;
}

.card-footer-content-modal-cupom {
    height: 40px;
    width: 100%;
    border-radius: 3px;
    margin-top: 0.9em;
    padding-left: 0.9em;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5em;
}

.img-loja-modal-cupom {
    border-radius: 50% !important;
    border: 2px solid #068cca !important;
    padding: 1px !important;
}

.nome-loja-modal-cupom {
    white-space: nowrap;
    width: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #495057 !important;
    margin-left: -0.5em;
}

.nome-loja-modal-cupom span {
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #495057 !important;
}

.data-hora-user-modal-cupom span {
    font-size: 11px;
    margin-left: -1.3em;
    color: #afafaf !important;
}

.info-user-modal-cupom {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-left: 1em;
    line-height: 1;
}

.btn-light {
    background-color: #ffffff !important;
    border-color: #e0e0e0 !important;
}

.content-views-modal-cupom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    height: 100%;
}

.text-reportar-problema {
    color: #f10e34 !important;
    font-weight: bolder;
    font-size: 14px;
}

.btn-select-preco-modal {
    color: #fff;
    background-color: #068cca;
    border-color: #068cca;
}

.btn-select-preco-modal:hover {
    color: #FFFFFF !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f107" !important;
    font-weight: 900 !important;
    border-top: none !important;
    border-bottom: none !important;
}

@media only screen and (max-width: 1320px) {
    .nav-categorias li {
        font-size: 12px;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 400 !important;
        font-style: normal !important;
    }
    .icone-subir-footer {
        display: none !important;
        visibility: hidden !important;
    }
}

@media only screen and (max-width: 1190px) {
    .nav-categorias {
        text-transform: uppercase;
        height: max-content;
        padding-top: 10px;
        padding-bottom: 7px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1200px) {
    .logo-mobile {
        width: 11% !important;
    }
}

@media only screen and (max-width: 1050px) {
    .card-info {
        display: none !important;
        visibility: hidden !important;
    }
    .row-produtos {
        max-width: 100% !important;
    }
    .subnav-categorias {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media only screen and (max-width: 1030px) {
    .divisor {
        margin-left: 6%;
    }
}

@media only screen and (max-width: 967px) {
    .profile-pic .img-circle {
        border-radius: 50%;
        border: 3px solid #00c4e4;
    }
    .logo-desktop {
        display: none;
        visibility: hidden;
    }
    .bg-branco {
        background-color: #FFFFFF !important;
    }
    a.nav-itens {
        line-height: 2.5 !important;
    }
    .no-margens-li-nav-top {
        margin-right: 1.5em;
    }
    .badge-notificacoes {
        position: absolute;
        margin-top: -13px;
        padding: 4px 7px;
        margin-left: 0.5em;
        background-color: #f34758;
    }
    .notificacoes-nav {
        margin-top: 0.7em;
        margin-left: 1em;
        margin-right: 1.5em;
        padding-right: 1em;
    }
    .nav-li-espacos {
        margin-right: 4em;
    }
    .btn-na-cupons img,
    .btn-nav-ofertas img {
        display: none;
        visibility: hidden;
    }
    .btn-na-cupons {
        line-height: unset !important;
    }
}

@media only screen and (max-width: 900px) {
    .nav-item .lista-desejos-navbar a i {
        display: none !important;
        visibility: hidden !important;
    }
    .lista-desejos-navbar svg {
        display: none !important;
        visibility: hidden !important;
    }
    /* .lista-desejos-navbar, */
    /* .sugerir-oferta-navbar {
        padding: 5px 5px !important;
    } */
    /* 
    .btn-lista-desejos-navbar {
        margin-right: 7.7em !important;
    } */
}

@media only screen and (max-width: 820px) {
    .lista-desejos-navbar,
    .sugerir-oferta-navbar {
        padding: 8px 5px !important;
        font-size: 10px !important;
    }
    .btn-lista-desejos-navbar {
        margin-right: 6.7em !important;
    }
}

@media only screen and (max-width: 767px) {
    .megamenu .megamenu-content .subnav-item .subnav-link {
        padding: 10px 0;
        display: block;
        font-size: 11px;
    }
    .megamenu .megamenu-nav .nav-link {
        color: #9c9c9c;
        padding: 15px 8px;
        text-transform: uppercase;
        font-size: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-style: normal;
        border-bottom: 3px solid transparent;
    }
    .nav-li-espacos {
        margin-top: 1em;
        margin-bottom: 1em;
        width: 100%;
    }
    .mr-auto {
        text-align: center;
    }
    .float-right {
        float: none !important;
        margin-top: 1em !important;
        margin-bottom: 1em !important;
        text-align: center !important;
    }
    .dropdown-perfil-usuario {
        margin-top: 1em;
        padding-top: 1em;
    }
    .card-footer-content {
        background-color: #068cca !important;
        height: 40px;
        width: 102%;
        margin-left: -0.5em;
        border-radius: 3px;
    }
    .btn-qtd-like {
        position: absolute;
        left: 86%;
        margin-top: -1.95em;
    }
    #controle {
        display: none !important;
        visibility: hidden !important;
        z-index: -99 !important;
    }
    .cupom-filtro-card-header {
        font-size: 14px;
    }
}

@media only screen and (max-width: 710px) {
    .btn-qtd-like {
        position: absolute !important;
        left: 77% !important;
        margin-top: -1.95em !important;
    }
}

.btn-lista {
    position: absolute !important;
    right: 10px !important;
}

.btn-desejo {
    position: absolute !important;
    right: 190px !important;
}

@media only screen and (max-width: 800px) {
    .btn-lista {
        position: absolute !important;
        right: 15px !important;
    }
    .btn-desejo {
        right: -140px !important;
        margin-right: 9.7em !important;
    }
    .modal-cupom {
        min-height: 100% !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px !important;
    }
    #modalTags {
        min-height: 100% !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px !important;
    }
    #modalNovo, #modalNovoConfig {
        min-height: 100% !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px !important;
    }
    #modalEdit {
        width: 100%;
        padding: 20px !important;
    }
    #modalSenha {
        min-height: 50% !important;
        height: 50%;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px !important;
    }
    #modalCupomLoja {
        min-height: 50% !important;
        height: 50%;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px !important;
    }
    #modalProfile {
        min-height: 50% !important;
        height: 80%;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px !important;
    }
    #modalreport {
        min-height: 50% !important;
        height: 30%;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 20px !important;
    }
    .megamenu-background {
        width: 100% !important;
    }
    .megamenu-content {
        width: 100% !important;
    }
}

.btn-facebook,
.btn-facebook:hover,
.btn-facebook:active {
    background: #4267b2 !important;
    color: #fff !important;
    border-color: #4267b2 !important;
}

.btn-telegram,
.btn-telegram:hover,
.btn-telegram:active {
    background: #5682a3 !important;
    color: #fff !important;
    border-color: #5682a3 !important;
}

.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:active {
    background: #00e676 !important;
    color: #fff !important;
    border-color: #00e676 !important;
}

.btn-twitter,
.btn-twitter:hover,
.btn-twitter:active {
    background: #1da1f2 !important;
    color: #fff !important;
    border-color: #1da1f2 !important;
}

.btnnewoffer {
    font-size: 13px !important;
    color: #646464 !important;
}


.img-responsive {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    padding: 1em;
    max-height: 260px;
}

.btn-aba {
    border-bottom: 3px solid#607d8b;
    color: #2a2a2a;
    cursor: pointer;
}