/* CSS */

a{
    color: #666;
}

p.text{
    font-size: 1.6em;
    font-weight: 400;
    padding: 20px;
}

h2{
    font-size: 2.7em;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

h2.title{
    color: #464646;
    margin-bottom: 40px;
}

h4{
    text-align: left;
}

li{
    margin: 0 10px;
}

hr{
    margin-top: 5px;
}

input[type=text], 
input[type=email],
input[type=number],
input[type=password]{
    background: #fff;
    padding: 2px 0;
    margin: 10px 0;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

select{
    color: #7d7d7d;
    font-size: 14px;
    padding: 5px;
}

input[type=password]{
    margin: 20px 0;
}

input[type=text]:focus:not([readonly]), 
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]){
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: 0 1px 0 0 #000000;
    box-shadow: 0 1px 0 0 #181818;
    background: #fff;
}

form .title{
    background: #eee;
    padding: 10px;
    font-weight: bold;
}


.link-acesso i{
    font-size: 12px;
}

.table{
    margin-bottom: 0;
}

table.table td{
    padding: 5px 10px;
}

header.navigation, header.navigation-loja{
    /* position: absolute; */
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

header.navigation-loja img{
    padding-right: 10px;
}

header.navigation-loja img.img-thumbnail{
    padding-right:5px; 
    width: 70px;
}

header.navigation-loja span{
    display: block;
}

header.navigation-loja span.title{
    font-weight: 600;
}

section.search{
    background:-webkit-linear-gradient(rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.73)), url(../img_final/padaria-img.jpg) no-repeat center center;
    background:-o-linear-gradient(rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.73)), url(../img_final/padaria-img.jpg) no-repeat center center;
    background:-moz-linear-gradient(rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.73)), url(../img_final/padaria-img.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.73)), url(../img_final/padaria-img.jpg) no-repeat center center;
    background-size: cover;
}

section.produtos-features{
    background:-webkit-linear-gradient(rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.73)), url(../img_final/paes.jpg) no-repeat center center;
    background:-o-linear-gradient(rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.73)), url(../img_final/paes.jpg) no-repeat center center;
    background:-moz-linear-gradient(rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.73)), url(../img_final/paes.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, 0.73),rgba(0, 0, 0, 0.73)), url(../img_final/paes.jpg) no-repeat center center;
    background-size: cover;
}

section.area-cliente{
    background: url(../img_final/paper_texture.png);
}

section.busca-padarias-store .row .col{
    flex-basis: initial;
    position: inherit;
}

.container.flex{
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;   
    -webkit-flex-flow: row wrap;
    -ms-flex-direction:row wrap;
    justify-content: space-around;
}

.p0{
    padding: 0 10px 0 0 !important;
}

.m0{
    margin: 0;
}

.itens-store{
    padding: 0 10px 0 0;
    margin: 20px 0;
}

.checkout .container .row .col{
    flex-basis: inherit;
}

.checkout{
    min-height: 500px;
}

.itens-store li {
    list-style: none;
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px dashed rgb(194, 194, 194);
}

.itens-store li:last-child{
    border: none;
}

.itens-store li span{
    color: #C36A36;
    font-weight: 400;
}

.vitrine .busca{
    margin: 20px 0;
}

.vitrine .title{
    font-weight: 400;
    font-size: 20px;
}

.panel-heading{
    background: #eee;
    padding: 5px 10px 1px 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
}

.panel-heading h4 a{
    font-size: 18px;
    font-weight: 400;
}

/*============== Box ============= */

.box-search{
    background-color: #E6AB0F;
    margin: 50px 0;
    padding: 30px;
    width: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.box-search .title{
    font-size: 1.4em;
    font-weight: 500;
    padding: 5px;
}

.box-login{
    background-color: #fff;
    border-top: 5px solid #FCE400;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
    box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
}

.box-login.contato{
    width: 375px;
}

.box-login p{
    margin-top: 10px;
}

.box-login p a{
     color: #2A2A2A;
}
    
.box-login p a:hover{
    color: #000;
    font-weight: 400;
}

.box-login.cadastro{
    width: 375px;
}

.box-login.cadastro>.list{
    padding-bottom:40px;
}

.box-login.cadastro>.list>li.item{
    padding:10px 0;
    border: 1px solid #eee;
    font-size: 0.9em;
    list-style: none;
}

.box-product-store{
    margin: 20px 0;
    cursor: pointer;
    position: inherit;
}

.box-product-store .title-product a:hover{
   text-decoration: underline;
   color: #434343;
}

.star{
    padding: 2px 0;
}

.star i{
    color: #ffc43d;
}

.box-product-store .price{
    font-size: 20px;
    font-weight: 800;
    color: #333;
}

.box-product-store .price.detail{
   margin: 15px 0;
   font-size: 25px;
}

.box-product-store .star.detail i{
    margin: 20px 0 0 0;
    color: rgb(168, 168, 168);
}

.box-product-store .star.detail span{
    font-size: 14px;
    color: rgb(168, 168, 168);
}

.box-product{
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
}

.box-product .faixa{
    position: absolute;
    left: 0;
}

.box-product .faixa img{
    height: 70px;
}

.box-product:hover{
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out; 
    -webkit-box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
    box-shadow: 0px 0px 5px 0px rgba(184,184,184,1);
}

.box-product .img-baker{
   padding: 15px 5px;
   margin: 10px 0;
}



.box-product .list-baker li{
    list-style: none;
    border-top: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 5px 0;
    font-size: 14px;
}

.box-product .list-baker button{
    color:#212529 !important;
    width: 100%;
    margin: 15px 0;
    font-weight: bold;
    padding: 10px;
}

/*================================*/

.bg-success{
    background-color: #dff0d8 !important;
    padding: 10px;
    color: #286e0a;
}

form.address .form-inline input.form-control{
    margin-right: 20px;
}

.form-control.plus, .form-control.minus{
    padding: 6px 0;
    margin: 10px;
    cursor: pointer;
}

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


.fa-search{
    color: #fff;
}

.navbar{
    border-radius: 0;
}

.navbar .dropdown-menu a{
    padding: 10px 0;
}

.navbar .dropdown-menu a:hover{
    color: #212529 !important;
}

button.cart-checkout{
    padding: 10px;
    font-size: 14px;
    background: #000;
    color: #fff;
    margin: 15px 10px 5px 10px !important;
}

.navbar .dropdown-menu a.cart-checkout:hover{
    color: #34404d !important;
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }


  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
  }
  
  .row .col[class*="push-"], .row .col[class*="pull-"] {
    position: relative;
  }
  
  .row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  
  .row .col.offset-s1 {
    margin-left: 8.3333333333%;
  }
  
  .row .col.pull-s1 {
    right: 8.3333333333%;
  }
  
  .row .col.push-s1 {
    left: 8.3333333333%;
  }
  
  .row .col.offset-s2 {
    margin-left: 16.6666666667%;
  }
  
  .row .col.pull-s2 {
    right: 16.6666666667%;
  }
  
  .row .col.push-s2 {
    left: 16.6666666667%;
  }
  
  .row .col.offset-s3 {
    margin-left: 25%;
  }
  
  .row .col.pull-s3 {
    right: 25%;
  }
  
  .row .col.push-s3 {
    left: 25%;
  }
  
  .row .col.offset-s4 {
    margin-left: 33.3333333333%;
  }
  
  .row .col.pull-s4 {
    right: 33.3333333333%;
  }
  
  .row .col.push-s4 {
    left: 33.3333333333%;
  }
  
  .row .col.offset-s5 {
    margin-left: 41.6666666667%;
  }
  
  .row .col.pull-s5 {
    right: 41.6666666667%;
  }
  
  .row .col.push-s5 {
    left: 41.6666666667%;
  }
  
  .row .col.offset-s6 {
    margin-left: 50%;
  }
  
  .row .col.pull-s6 {
    right: 50%;
  }
  
  .row .col.push-s6 {
    left: 50%;
  }
  
  .row .col.offset-s7 {
    margin-left: 58.3333333333%;
  }
  
  .row .col.pull-s7 {
    right: 58.3333333333%;
  }
  
  .row .col.push-s7 {
    left: 58.3333333333%;
  }
  
  .row .col.offset-s8 {
    margin-left: 66.6666666667%;
  }
  
  .row .col.pull-s8 {
    right: 66.6666666667%;
  }
  
  .row .col.push-s8 {
    left: 66.6666666667%;
  }
  
  .row .col.offset-s9 {
    margin-left: 75%;
  }
  
  .row .col.pull-s9 {
    right: 75%;
  }
  
  .row .col.push-s9 {
    left: 75%;
  }
  
  .row .col.offset-s10 {
    margin-left: 83.3333333333%;
  }
  
  .row .col.pull-s10 {
    right: 83.3333333333%;
  }
  
  .row .col.push-s10 {
    left: 83.3333333333%;
  }
  
  .row .col.offset-s11 {
    margin-left: 91.6666666667%;
  }
  
  .row .col.pull-s11 {
    right: 91.6666666667%;
  }
  
  .row .col.push-s11 {
    left: 91.6666666667%;
  }
  
  .row .col.offset-s12 {
    margin-left: 100%;
  }
  
  .row .col.pull-s12 {
    right: 100%;
  }
  
  .row .col.push-s12 {
    left: 100%;
  }
  

.row.item{
    align-content: center;
    width: 100%;
}

.row.features, 
.row.sales,
.row.icons{
    width:100%;
}

.row.sales .col-6{
    margin: 10px 0;
}

.row.icons{
    color: #fff;
}

.mb-1{
    margin-bottom: 0 !important;
}

.img-thumbnail{
    margin-right: 10px;
}

.dropdown-menu.pull-right{
    float: right !important;
    left: inherit;
    right: 0;
    width: 427px;
}

.navbar .dropdown-menu a.desc-cart{
    font-size: 13px;
}

.navbar .dropdown-menu a.desc-cart:hover{
    color: #212529 !important;
}

.dropdown.show .btn{
    box-shadow: none;
    text-transform: initial;
    font-size: 16px;
    font-weight: 300;
} 

/* ==== Botoes ====*/

.btn{
    font-size: .8rem;
    padding:10px; 
    margin:0;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal!important;
    cursor: pointer;
}

.btn-primary{
    background: #2b2b2b;
}

.btn-primary:hover{
    background: #222 !important;
}

.btn-blue-grey{
    width: 100%;
}

.btn-elegant{
    padding: 14px;
    width: 100%;
}

.fr button.btn-elegant{
    padding: 10px;
    background: #585858;
}

.link-busca{
    font-size: 13px;
}

.btn-yellow{
    padding: 5px;
}

.btn-yellow-buy{
    padding: 10px;
    background: #E6AB0F;
    margin-top: 10px;
}

.btn-danger{
    padding: 1px 5px;
    border-radius: 15px;
}

.btn-secondary.dropdown-toggle{
    background: #222 !important;
    box-shadow: none;
    text-transform: initial;
    font-size: 16px;
    font-weight: 300;
}

.btn-secondary.dropdown-toggle:focus, 
.btn-secondary.dropdown-toggle:hover{
    background: #222 !important;
    box-shadow: none;
    text-transform: initial;
    font-size: 16px;
    font-weight: 300;
}

.btn-outline-warning{
    border: 2px solid #ffc43d;
    color:#ffc43d !important;
    font-size: 1.0em;
}

/*================*/

.container-fluid{
   padding-left: 0;
   height: 100vh;
}

.black{
    background-color:#222 !important;
}

.md-form{
    margin-bottom: 0;
}

.md-form.captcha{
    background: rgb(253, 228, 0);
    padding: 8px 10px;
}

.md-form label.cep{
    color: #000;
}

.icon{
    margin-right: 20px;
}

.icon-title{
    font-weight:800; 
}

.icon-text{
    display: block;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.deep-orange.lighten-1{
    background-color: #E6AB0F !important;
}

.white-text{
    font-size: 1.4em;
}

.title-features, 
.title-quem-somos{
    margin-bottom: 30px;
}

.price-features{
    font-size: 1.6em;
}

.breadcrumb{
    margin: 20px 0;
}

.breadcrumb li{
    display: inline;
}

.breadcrumb-nav{
    padding: 0;
    margin: 6px 0;
}

.breadcrumb-size{
    width:100%;
}

.breadcrumb-size .row .col{
    flex-basis: initial;
}

.breadcrumb-size .row .col button{
    margin-top: 8px;
}

.breadcrumb-item{
    list-style: none;
    font-size: 12px;
}

.breadcrumb-item.active{
    font-size: 12px;
}

.title-login{
    color: #2A2A2A;
    font-size: 22px;
    font-weight:400;
    margin-bottom: 30px;
}

.result-search{
    font-size: 14px;
}

.vh-100{
    height: 100vh;
}

select#checkout.form-control:first-child{
    margin: 0 10px 2px 0;
}

select#checkout.form-control{
    margin: 0 0 2px 10px;
}

.modal-footer{
    border-top:none;
}

.clearfix{
    clear: both;
}

footer{
    background: #222;
    color: #fff;
    padding: 20px;
}

footer .container .col p.title{
    font-size: 1.4em;
    font-weight: 500;
}

footer .container .col p.title span.text{
    font-size: 0.8em;
    font-weight: 400;
}

.error_contact{
  display:none;
}

.link_footer{
  color:#fff !important;
}

.link_footer:hover{
  color:#e0e0e0 !important;
}

.link_categorias{
  color:#000 !important;
  font-weight: bold;
}

.cadastro-login{
  height:330px;
}

#btn-cadastra-login{
  margin-top:31px;
}

.error_login{
  font-size:12px;
  color:#ff0000;
  font-weight:bold;
}

.tab-finalizacao > h4 > a{
  color:#333;
}

#collapseOne, #collapseTwo, #collapseThree, #colapseFour{
  font-size:14px;
}
.tab-finalizacao{
  background:#373737;
  color:#fff;
}
.tab-finalizacao h4 a{
  color:#fff;
}

.info_valido{
  font-weight:bold;
  font-size:13px;
  color:#2E8B57;
}

.finalizaCartao{
  display:flex;
  align-items:center;
  justify-content:center;
}

.giga_menu > ul > li > ul > li{
  margin:0;
  padding:2px !important;
}

.giga_menu > ul > li > ul > li:hover{
  background:#f0f0f0;
}


.menu-dropdown-icon{
  background:#373737 !important;
  color:#fff !important;
}


.fundo-branco-produto{
    position:absolute;
    z-index:99999 !important;
    background-color:#fff !important;
    width:20% !important;
    height:423px !important;
    display:none;
    text-align:center;
}


/*
@media screen and (min-width:451px) and (max-width:650px){
  .espaco-produto{
    height:70px !important;
  }
}

@media screen and (min-width:1024px){
  .espaco-produto{
    height:190px !important;
  }
}
*/

.espaco-produto{
    height:210px !important;
}

.sku{
  clear:both !important;
  margin-top:65px !important;
}

.expansivel{
  background:#fff !important;
  border:2px solid #e0e0e0;
}

.menu-dropdown-icon:hover{
  background:#3f3f3f !important;
}

.titulo-promocao{
  position:relative;
  height:50px;
  width:100%;
  font-weight: 500;
  color:#111 !important;
  background:url('../img/tag_repeat_promocoes.png')repeat-x;
  background-size:cover !important;
  text-align:center;
  line-height: 50px;
}

.titulo-promocao ul li{
  line-height: 18px !important;
}

.de-promocao{
  font-size:18px;
  text-decoration:line-through;
}

.por-promocao{
  font-size:20px;
}

.a-depart{
  height:30px;
  background:url('../img/tag_repeat_promocoes.png')repeat-x;
  background-size:cover !important;
  line-height:19px;
  text-align:center;
  align-items:center;
}



/*
.para-baixo{
  display:flex;
  height:200px;
  align-items:flex-end;
  justify-content:left;
}
*/

/*
@media (min-width:960px){
  .rodape{
    position:absolute;
    bottom:0;
    width:100%;
  }
}
*/

@media print{
  body *{
    visibility:hidden;
  }

  #printavel, #printavel *{
    visibility:visible;
  }

  #printavel{
    position:fixed;
    left:0;
    top:0;
  }
}


