@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700); */
@import url(gritter.css);

body, html, * {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Quicksand', sans-serif;
}

/* new version 2022 */

.money-front {
    display: inline-block;
    border-radius: 100%;
    line-height:16px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    margin-left: 8px;
}

.loja-front {
    display: inline-block;
    border-radius: 100%;
    line-height:16px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    margin-left: 8px;
}
.company-name{
    color:#3e3e3e;
    font-size: 2.25rem;
    font-weight: 700;
    font-family: iFood RC Textos,helvetica,sans-serif;
}
@media screen and (max-width:280px){
    .company-name{
        font-size:1.8rem;
    }
}

.information{
    position:relative;
    color:#ea1d2c;
    line-height: 19.79px;
    top:10px;
    left: 400px;
    font-size:16px;
    font-weight:700;
    font-family: iFood RC Textos,helvetica,sans-serif;
    cursor:pointer;
}

@media screen and (max-width:912px){
    .information{
        top:none;
        left:25px;
        font-size:20px;
        font-weight:400;
    }
} 

@media screen and (max-width:768px){
    .information{
        top: -15px;
        left:58px;
        font-size:14px;
        font-weight:400;
    }
} 

.information-two{
    position:relative; 
    top:10px; 
    left:400px;
    align-items:center;
    line-height: 19.79px;
    color: #a6a6a5;
    font-size:15px;
    font-weight:600;
    font-family: iFood RC Textos,helvetica,sans-serif;
}

@media screen and (max-width:912px){
    .information-two{
        top:none;
        left:58px;
        font-size:20px;
        font-weight:400;
    }

}

@media screen and (max-width:768px){
    .information-two{
        top: -15px;
        left:35px;
        font-size:14px;
        font-weight:400;
    }

} 
.information-three{
    position:relative; 
    top:10px; 
    left:400px;
    align-items:center;
    line-height: 19.79px;
    font-size:15px;
    font-weight:700;
    font-family: iFood RC Textos,helvetica,sans-serif;
}

 

@media screen and (max-width:768px){
    .information-three{
        top: -15px;
        left:20px;
        font-size:14px;
        font-weight:400;
    }

} 
@media screen and (max-width:320px){
    .information-three{
        top: -45px;
        left:48px;
        font-size:14px;
        font-weight:400;
    }

} 

@media screen and (max-width:768px){
    .mobile-none{
        display:none;
    }

}

/*MENU ITENS*/
.no-border {
    border: 0;
}

.text-white {
    color: #fff !important;
}

.margin-top-2 {
    margin-top: 2%
}

.margin-bottom-2 {
    margin-bottom: 2%
}

.margin-full-20 {
    margin: 20px 0 15px 0;
}

.margin-full-10 {
    margin: 10px 0 0 0;
}

.margin-full-30 {
    margin: 30px 0 10px 0;
}

.margin-left-90 {
    margin-left: -80%;
}

#divTotal {
    background-color: green;
}

.well-custom {
    background: #dcdcdc !important;
    border: 1px solid #999;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 14px;
}

.affix {
    right: 0px;
}

.affix-top {
    right: 0px;
    position: fixed;
}

.panel-heading-red {
    background: #BC2026 !important;
    color: #fff !important;
}

.panel-heading-red h4 {
    font-weight: 600 !important;
}

.panel-heading-red small {
    color: #fff !important;
}

.fixed {
    position: fixed !important;
}

#painel-carrinho .carrinho-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F5F5F5;
    color: #000;
}

#painel-carrinho .no-shadow {
    box-shadow: none !important;
}

#painel-carrinho .carrinho-total {
    background: #F2F3F3;
    padding: 8px;
    margin-top: 10px;
    font-size: 14px;
}

#painel-carrinho .no-radius {
    border-radius: 0px !important;
}

#painel-carrinho .mar-right-3 {
    margin-right: 3px;
}

#painel-carrinho .item {
    font-size: 16px;
    padding-left: 8px;
}

#painel-carrinho .item .btn-plus-minus {
    font-size: 22px !important;

}

#painel-carrinho .item .item-qtde {
    width: 20px;
    display: inline-block;
}

#painel-carrinho .item .item-nome {
    font-size: 12px !important;
    margin-top: -10px !important;
    margin-left: 5px;
    position: absolute;
}

#painel-carrinho .item .item-valor {
    font-size: 12px !important;
}

#painel-carrinho .item-span {
    margin-bottom: 8px;
    display: block;
}

#painel-carrinho .btn-plus-minus {
    cursor: pointer;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

/* FIM CARRINHO */

.mar-left-3 {
    margin-left: 3%;
}

.recupera-senha {
    text-decoration: none !important;
}

.loader {
    display: none;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #BD3426; /* Red */
    border-radius: 50%;
    margin: auto;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cut-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 14px;
    min-height: 30px;
}

.cut-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lista-item-box {
    border-bottom: 1px solid #e2e2e2e7;
    display: block;
    min-height: 105px !important;
    padding:1px;
    padding-top: 0px;
    padding-bottom: 2px;
    cursor: pointer;
    background: white;
}

.lista-item-box-flavia {
    border-bottom: 1px solid #e2e2e2e7;
    display: block;
    min-height: 105px !important;
    padding:1px;
    padding-top: 0px;
    padding-bottom: 2px;
    cursor: pointer;
    background: white;
    -webkit-box-shadow: -1px 10px 5px -6px rgba(207, 207, 207, 1);
    -moz-box-shadow: -1px 10px 5px -6px rgba(207, 207, 207, 1);
    box-shadow: -1px 10px 5px -6px rgba(207, 207, 207, 1);
}
/*
.lista-item-box:hover {
    /*
    box-shadow: 0 0 0 3px #fafafa inset;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    border-bottom: 1px solid #555;
    background: #f6f6f6;
    
    
 border-bottom: 1px solid #999; 
    
    
}*/

.text-bold {
    font-weight: bold;
}

label, h1, h3, h4, h5 {
    color: #3f3e3e ;
}


.lista-item-desc {
    /*padding-top: 10px;*/
    font-size: 12px
}

.lista-item-desc h4 {
    font-size: 16px;
    font-weight: 500;
    color: #3f3e3e !important;

}

.lista-item-desc h5 {
    font-size: 16px
}



.lista-item h3 {
    padding-bottom: 5px;
    margin-top: 5px;
    /* color: #3f3e3e; */
    font-size: 22px;
    /* font-family: 'Quicksand', sans-serif !important; */

}


.lista-item-desc h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    font-size: 14px;
    min-height: 30px;
}



.lista-item-opcao {
    vertical-align: middle !important;
    width: 185px;
    display: inline-block;
}

#home-content {
    padding-top: 50px;
}


@media screen and (min-width: 900px) {
    #myNav {
        height: 80px;
        padding-top: 15px;
        vertical-align: middle !important;
    }

    #brand-logo IMG {
        height: 70px;
        margin-top: -25px;
    }

    #home-content {
        padding-top: 100px;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    #brand-logo IMG {
        height: 50px;
        margin-top: -12px;
    }
}

button.close {
    background: #d73e4d !important;
    background: rgba(215, 62, 77, 0.75);
    border: 0 none !important;    box-sizing: border-box;
    color: white;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
