body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    flex: 1 0 auto;
}

.small-text{
    font-size: 6pt;
}

.tabs .tab a:hover, .tabs .tab a.active{
    color: green;
}

.tabs .tab a{
    color: lightgreen;
}

.tabs .tab a:focus, .tabs .tab a:focus.active{
    background-color: #e4ffd5;
}

.tabs .indicator{
    background-color: green;
}

div#basket{
position: fixed;
bottom: 0px;
left: 0px;
right: 0px;
background-color: white;
padding: 3px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
display: none;
z-index: 900;
}

div.basket-space{
    display: none;
}

div.regressivo{
    padding: 12px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    font-size: 12pt;
    text-align: center;
    border-radius: 2px;
}

div#modalCarrinho{
    height: 85vh;
    max-height: 85vh;
    overflow-y: hidden;
}

div#basketContainer{
    overflow-y: scroll;
    height: auto;
    bottom: 0px;
    position: absolute;
    top: 140px;
    right: 0px;
    left: 0px;
    margin-bottom: 0px;
}

div#basketHeader{
    right: 0px;
    left: 0px;
    margin-bottom: 0px;
    position: absolute;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block;
  cursor: default;
}

.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 18pt;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before,
.rating:not(:hover) > span.sel:before,
.rating:not(:hover) > span.sel ~ span:before{
   color: gold;
   content: "\2605";
   position: absolute;
}

.rating > span:hover,
.rating > span:hover ~ span,
.rating:not(:hover) > span.sel,
.rating:not(:hover) > span.sel ~ span{
    color: transparent;
}

.rating-row{
    padding: 3px;
    border-radius: 2px;
    position: relative;
}

.card-content.produto{
    padding: 15px;
    padding-bottom: 65px;
}

.btn-promo{
}

.btn-promo.red div{
    line-height: 22px !important;
}

.btn-info{
    right: 145px !important;
    bottom: 10px !important;
    position: absolute;
    padding: 0px 4px;
    line-height: 34px;
    font-size: 13px;
    height: 45px !important;
}

.btn-pos{
    right: 10px !important;
    bottom: 10px !important;
    position: absolute;
    padding: 0px 4px;
    line-height: 34px;
    font-size: 13px;
    width: 125px;
    height: 45px !important;
    font-weight: bold;
}

.round-selector {
    padding: 0.4em !important;
}

.round-selector [type="radio"]+span{
    border: 1px solid var(--border-unchecked, #9e9e9e);
    padding: 4px;
    border-radius: 6px;
    display: table;
    width: 100%;
    text-align: center;
    background-color: var(--bg-unchecked,transparent);
    color: var(--text-unchecked, #9e9e9e);
}

.round-selector [type="radio"]:checked+span{
    border: 1px solid var(--border-checked, #26a69a);
    background-color: var(--bg-checked,#deffde);
    font-weight: bold;
    color: var(--text-checked, black);
    opacity: 100%;
}

.round-selector [type="radio"] + span::before, .round-selector [type="radio"] + span::after{
    display: none !important;
}

#detalheProduto .modal-footer{
    text-align: center !important;
}

.header-background{
    position: absolute;
    z-index: -10000;
    width: 100vw;
    height: 56px;
    overflow: hidden;
}

nav#header-bar{
    overflow: hidden;
}

.header-background img{
/*     width: 100%; */
    height: auto;
}

.horizontal-scroll{
    white-space: nowrap;
    overflow-x: scroll;
    text-align: center;
    scrollbar-width: none;
}

.horizontal-scroll:after{
    clear: both;
}

.horizontal-scroll div.item{
    display: inline-block !important;
    float: none !important;
    background-color: white;
    border-radius: 6px;
    text-align: center;
    width: 49%;
    margin-left: auto;
}

@media only screen and (min-width: 601px) {
.horizontal-scroll div.item{
    width: 24%;
}
.header-background{
    height: 64px;
}
}

.horizontal-scroll div.item div.line{
    font-weight: bold;
}

.horizontal-scroll div.item img{
    display: inline-block;
    width: 90%;
    height: auto;
}

.btn-help i{
    margin-left: 3px !important;
}

.btn-help i img{
    display: inline-block;
    width: 14px;
    height: auto;
}

button.nh{
    height: initial !important;
}

#sideMenu.sidenav{
    height: 100vh;
}

.rounding{
    padding: 2px;
    border-radius: 3px;
}

span.badge.action-required{
    border-radius: 100%;
    line-height: 30px;
    padding: 0px 0px;
    width: 30px;
    min-width: 0px;
    height: 30px;
    margin-top: calc(24px - 15px);
}

.btn.btn-help {
    padding: 0 6px;
    font-size: 12px;
}

.arrow-scroll-left {
    position: absolute;
    height: 100%;
    left: -25px;
    top: 0px;
}

.arrow-scroll-right {
    position: absolute;
    height: 100%;
    right: 1px;
    top: 0px;
}

.arrow-scroll-right a i, .arrow-scroll-left a i{
    color: #4CAF50;
    text-align: center;
    width: 50px;
}

div.contador.big{
    display: inline-block;
}

div.contador.big:after{
    clear:both;
    display: table;
    content:"";
}

div.contador.big div.val{
    border-radius: 4px;
    float: left;
    font-size: 14pt;
    color: white;
    background-color: black;
    padding: 14px;
    font-weight: bold;
    margin: 2px;
    width: 80px;
}

div.contador.big div.header{
    border-radius: 4px;
    margin: 2px;
    color: white;
    background-color: black;
    font-weight: bold;
    text-align: center;
}

div.contador.big div.val div.line{
    font-size: 8pt;
    font-weight: normal;
}

.info-marker{
    position: absolute;
    right: 4px;
    top: 4px;
}

.linha-produto{
    position: relative;
    margin-bottom: 7px;
}

.linha-produto tr{
    border: none;
}

.linha-produto table button.btn-linha{
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    width: 100%;
}

.linha-produto table button.btn-linha.btn-menor{
    width: 90%;
}

.linha-produto tr td {
    text-align: center;
    padding: 3px 0px;
    margin: 0px;
}

.btn-favorito{
    position: absolute;
    right: 4px;
    top: 4px;
}

a.float-wa{
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 920;
}

a.float-wa img{
    position: static;
    display: inline-block;
}

picture.responsive-picture{
    width: 100%;
    height: auto;
}

img.responsive-img.sect-header{
    max-width: 100%;
    width: 100%;
}

button.btn.btn-carrinho{
    background-color: #febd01;
    color: black;
}

table.msg{
    font-size: 10pt;
    color: #444;
}

table.ctrl .preco{
    background-color: #eee;
    font-weight: bold;
}

.btn-qtd{
    width: 100%
}

span.badge-promo{
    display: inline-block;
    float: left;
    padding: 2px;
    background-color: #deffde;
    font-size: 8pt;
    border-radius: 4px;
    color: black;
    font-weight: bold;
}

button.btn.btn-mover{
    width: 24px;
    padding: 0px;
}

td.tipo-entrega{
    font-size: 0.6rem;
    position: relative;
}

td.tipo-entrega i.material-icons{
    margin: 0px;
    position: absolute;
    height: 100%;
    left: 4px;
    top: calc(50% - 0.5rem);
    font-size: 0.8rem;
}

td.tipo-entrega b{
    height: 100%;
    display: inline-block;
    padding-left: 0.6rem;
    width: calc(100% - 1rem);

}

a.float-help{
    position: fixed;
    left: 1rem;
    bottom: calc(2rem + 48px);
    z-index: 920;
}

a.float-help img{
    position: static;
    display: inline-block;
}

.input-field .btn-flat.prefix{
    line-height: initial;
    top: 0px;
}

.input-field .btn-flat.prefix i.material-icons{
    font-size: 2rem;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 36px;
}

div.col.img-container{
     line-height: 0px;
}


div.linha-produto{
    display: inline-block !important;
    float: none !important;
    background-color: white;
    border-radius: 6px;
    text-align: center;
    width: 49%;
    margin-left: auto;
    padding: 0.5em;
}


@media only screen and (min-width: 901px) {
div.linha-produto{
    width: 24%;
}
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
div.linha-produto{
    width: 32%;
}
}
