/* THEME */
html, body{
	color: #161A2B;
	background: #EFF1F7;
    margin:0;
    padding: 0;
}

/* MENU */
.uk-navbar-container:not(.uk-navbar-transparent){
	background: #ffffff;
    border-bottom: 2px solid #5865AC;
}
.uk-navbar-nav>li>a {
    color: #161a2b;
    font-weight: 500;
}
.uk-navbar-nav>li.uk-active>a {
    color: #161a2b;
    font-weight: 700;
}
.tm-middle{
    margin-left: 20px;
    margin-right: 20px;
}

.inicio h1{
   color: #e02f2f;
    margin-bottom: 0px;
}
.inicio p{
    margin-top: 0px;
}
.colunas{
  padding-left: 20px;  
}
.entregas{
    background: #5865ac;
    padding:7px;

}
.entregas h4{
    color:#fff;
}
.image{
    width: auto;
    height: auto;
}
.imageProdutos{
    border: 2px solid rgba(30, 135, 240, 0.25);
}
input[type="number" i]{
    height: 40px;
    border: 2px solid #5865AC;
    text-align: center;
}
.login{
    margin-right: 15px;
}
.shopping{
    margin-right: 20px;
}
.login i{
    font-size: 18px;
}
.uk-container{
    margin: 0;
    box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb{
    margin-top: 0px;
}
.breadcrumb h5{
    margin-bottom: 0px;
}
.categorias .uk-card-body {
    padding: 10% !important;
}
.uk-grid-divider>:not(.uk-first-column)::before {
    border-color: #5865AC;
}
hr{
    border-color: #5865AC;
}
.tm-footer{
    background: #161a2b;
    padding-bottom: 25px;
}
.panelImg{
    margin-bottom: 40px;
}
.footer-top h5{
    color:#fff;
}

.footer{
    padding-top: 25px;
    border-top: 1px solid #eff1f7; 
    margin-left: 0;
}
.uk-input:focus , .uk-input{
    border: 2px solid #5865AC;
    border-radius: 10px;
    color: #5865AC;
    height: 35px;
    background: transparent;
}
.uk-input::-webkit-input-placeholder{
  color: #5865AC;
    opacity: 0.5;
}
.uk-button-default {
    border: 2px solid #5865AC;
    border-radius: 25px;
    color: #5865AC; 
    line-height: 30px;
}
.uk-button-default:hover,
.uk-button-default:focus {
    border: 2px solid #5865AC;
    color: #5865AC; 
    line-height: 30px;  
}

.uk-button-primary{
    border: 2px solid #5865AC;
    border-radius: 25px;
    background-color: #5865AC; 
    line-height: 30px;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
    border: 2px solid #5865AC;
    background-color: #5865AC; 
    line-height: 30px;
    
}
.texto a{
    line-height: 40px;
    font-size: 18px;
    color: #eff1f7;
}
.uk-section-default{
   background: #161a2b;
}
.tm-footer h6{
    color: #eff1f7;
}
.tm-footer-top{
    background: #161a2b;
  padding-top: 50px;
    padding-bottom: 50px;
}
.h5Cor{
    color: green;
}
.produto h1{
    margin: 0; 
    color: #5865AC;
}
.produto h4{
    margin-top: 0;
}

/* HEADING */
.heading{
	background-image: url(../images/logo-header.png);
	background-repeat: no-repeat;
	background-position:right center;
}
h5{
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
}

/* FORM */
.uk-input:focus, .uk-input{
    height: 40px;
    line-height: 38px;
    border-radius: 0;
    color: #5865AC;
}
.uk-input::-webkit-input-placeholder,
.uk-input::-moz-placeholder,
.uk-textarea::-webkit-input-placeholder,
.uk-textarea::-moz-placeholder,
.uk-select::-webkit-input-placeholder,
.uk-select::-moz-placeholder{
    color: #5865AC;
}
.uk-textarea, .uk-select{
    border:2px solid #5865AC;
    color: #5865AC;
}