@import 'https://fonts.googleapis.com/css?family=PT+Serif:400,700';
.user-manage {
  min-width: 180px;
  text-align: center;
}
.desktop{
  display:inline;
}
.tabela > td {
  padding:15px 0 15px 20px;
}

.users-table{
  color:black;
}

.tab-tit{
  color:black;
  font-size: 16px;
  padding:20px;
  font-weight: bold;
  font-weight: 800;
}

body{
  font-family: 'PT Serif', serif;
  margin:0;
}
body.login{
  background-image: url(../images/background-login.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.login .panel-default{
  background-color: transparent;
  border:0;
}
.login .panel-heading{
  background-color: rgba(255,255,255,0.7);
  border:0;
  position: relative;
  float: left;
  width: 100%;
  margin:0 0 15px 0;
}
.login .panel-heading h3{
  position:relative;
  text-align: left;
  float:left;
  width:40%;
  color:#333;
}
.login .panel-heading span{
  text-align: right;
  float:right;
  width:60%;
  color:#333;
}

.login .panel-body{
  background-color: rgba(255,255,255,0.6);
  border:0;
}



.container > .navbar-header{
  margin-left:15px;
}

.footer{
  margin: 0;
  border: 0;
  padding: 0 30px 1px 30px !important;
  border-width: 0 0 0 0;
  border-radius: 0;
}

.footer{
background-color: #251E30;
border-top: 5px solid #7C5919;
color: white;
}

.footer > hr{
  margin-top: 0;
margin-bottom: 0;
border: 0;
border-top: 0 solid #eeeeee;
}
.footer-col-inner h3{
  color:white;
}

.footer-col-inner h4{
  color:#7C5919;
}

.footer .footer-col-inner p, .footer .footer-col-inner span{
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.footer .footer-col-inner p{
  color: #A5A9B2;
}
.footer .footer-col-inner p i{
  color: #eeeeee;
  margin-right: 15px;
}

.footer .footer-col-inner p.tel > i{
  color: #eeeeee;
  margin-right: 5px;
}


p.adr{
  line-height: 1.5;
}
p.adr i{
  margin-right:11px;
  min-width:10px;
  padding-top:3px;
}

.footer .mapa > iframe{
margin-top: 10px;
margin-bottom: 10px;
}

.footer .footer-col-inner .list-unstyled li > a{
color:#A5A9B2;
}



.page-header{
  margin:30px 0 20px;
}



.fabricante{
padding-left: 30px;
}

.footer .footer-col-inner .fabricante li > p{
color:#A5A9B2;
margin-top: 20px;
margin-left: 0px;
}

.footer .footer-col-inner .fabricante li > p > i{
color:#7C5919;
margin-left: 0;
margin-right: 10px
}

.footer .footer-col-inner > ul.fabricante{
  list-style-type: none;

}

.footer .footer-col-inner .list-unstyled > li > a > i{
color:#7C5919;
margin-right: 10px;
}

.navbar{
  margin: 0;
  border: 0;
  padding: 0;
  border-width: 0 0 0 0;
  border-radius: 0;
}
.navbar-inverse{
  background-color: #251E30;
  border-bottom: 5px solid #7C5919;
}
.navbar-inverse .container{
  padding: 0;
}
.navbar-inverse .navbar-brand{
  font-size: 20px;
  color:#FFF;
  margin: 0;
}
.navbar-inverse a.navbar-brand:hover, .navbar-inverse a.navbar-brand:focus{
  color: #7C5919;
}


.navbar-inverse .navbar-nav > li{
  font-size: 17px;
}
.navbar-inverse .navbar-nav > li > a{
  color:#A5A9B2;
}
.navbar-inverse .navbar-nav > li > a:hover{
  color:#7C5919;
}
.navbar-inverse .navbar-nav > .active > a{
  color:#FFF;
  font-weight: 400;
}
.navbar-inverse .navbar-nav > .active > a:hover{
  color:#7C5919;
}
.navbar-inverse .navbar-nav > li.divisao{
  border-right:1px solid #7C5919;
  margin:10px 10px 0;
}


#basket-total{
  margin:8px 0 0 !important;
  border-left: 1px solid #7C5919;
  padding: 0 0 0 22px;
}
#basket-total .btn-primary.active{
  background-color: #7C5919;
  color: #fff;
  border-radius: 0;
  margin:0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
}



.search-container{
  margin:8px -96px 0 20px;
}
.search-box {
  -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 34px;
  height: 34px;
  border: none;
  cursor: pointer;
  background: #A5A9B2;
}
.search-box + label .search-icon {
  color: #251E30;
}
.search-box:hover {
  color: #251E30;
  background: #7C5919;
}
.search-box:hover + label .search-icon {
  color: #251E30;
}
.search-box:focus {
  -webkit-transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 190px;
  background: #ebebeb;
  color: black;
}
.search-box:focus + label .search-icon {
  color: black;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}
#search-submit {
  position: relative;
  left: -5000px;
}
.search-icon {
  position: relative;
  left: -28px;
  color: white;
  cursor: pointer;
}



.navbar-form, .navbar-nav, .basket-total{
  float:right !important;
}



.front-container.banner, .front-container.banner .col-md-12{
  padding:0;
}
.front-container.banner .carousel-indicators{
  bottom: -20px;
}



.list-group-item.active{
  font-size: 16px
}


.produto{
  margin-bottom: 30px
}
.produto h4{
  line-height:1.5
}
span.error, label.error{
    color: #ac0000;

}
.scrolldiv {

    height: 500px;
    overflow: scroll;
}
span.success{
    color: #7C5919;

}
.carousel-caption >h1{
    color: #fff;
}
.badge-green {
    background-color: #7C5919;
}
.item-price{
    font-size: 15px;

}

.item-title, .tel, .list-lnk-title{
    font-size: 18px;

}
.badge-pos{
    position: relative
}

.item-price-detail{
    font-size: 25px;
    font-weight: bold;
}

.front-container{
    padding: 0 30px 0 30px;
}

div.thumbnail {
    position: relative;
    margin:0;
    min-height:438px;
}
#myCarousel .thumbnail{
  min-height: 272px !important;
}
div.thumbnail img {
    min-width: 100%;
}
div.caption {
    overflow: hidden;
    margin: 0;

}
div.col-md-10 .row h3{
    margin-left: 10px;
}
div.col-md-10 .row >h3{
    margin-top: 0px;
}
#progressbox {
    padding: 1px;
    position: relative;
    width: 300px;
    border-radius: 3px;
    margin: 10px;
    display: none;
    text-align: left;
}

#progressbar {
    height: 20px;
    border-radius: 3px;
    background-color: #003333;
    width: 1%;
}
#statustxt {
    top: 3px;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #000000;
}


div.imgscroll {
    scrollbar-base-color: #333;
    scrollbar-arrow-color: #fff;
    scrollbar-DarkShadow-Color: #000;
    margin-right: 0.1em;
    padding: 0;
    line-height: 1.5;
    height: 200px;
    color: #330000;
    overflow: auto;
}

.position_lower {

    margin: 150px 0 150px 1em;


}
​


@media (min-width: 360px) {
    .carousel {
        min-height: 140px;
        margin-bottom: 60px;
    }

    .carousel-caption {
        z-index: 10;
    }


    .carousel .item {
        min-height: 140px;

    }
    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 140px;
    }
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 0 10px 25px;
    color: #fff;

}
div#descBox1,div#descBox2,div#descBox3 {
    font-size: 18px;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    margin: 0;
    padding: 0 25px 25px 0;
    text-align: right;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

#myCarousel .thumbnail {
    margin-bottom: 0;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}
.carousel-control {
    color: #fff;
    top: 40%;
    color: #428BCA;
    bottom: auto;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    opacity: 1;
}
.carousel-control:hover {
    color: #d9534f;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}
.carousel-control.right {
    left: auto;
    right: -32px;
}
.carousel-control.left {
    right: auto;
    left: -32px;
}
.carousel-indicators {
    bottom: -20px;
}
.carousel-indicators li {
    background: #A5A9B2;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.carousel-indicators li.active {
    background: #7C5919;
}
input#tname {
    display: none;
}

@media(max-width:767px) {
    .navbar .navbar-form {
        width: 185px;
        padding-left: 0;
        padding-right: 0;
    }
    .desktop{
      display:none;
    }
}
@media(min-width:768px) {
    .navbar .navbar-form {
        width: 250px;
    }
}
.navbar .navbar-form {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#user_basket thead{
    background: #ddd;
    font-size: 16px;
}
td{
    padding: 20px;
}




.thumbnail {
    border: 2px solid #eeeeee;
    border-radius: 0px;

}

p.MsoPlainText, .page_text_size {
    font-size: 16px;
}


.blog-title, .blog-text {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    margin: 10px 0 0;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #e0e0e0;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}

.blog-img
{

    max-width: 100%;
    height: auto;
}
div.blog-text img {
    max-width: 100%;
    height: auto;
}

/*
IPAD
*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .mapa {
        margin-top: -20px;
  }
  #basket-total{
    padding: 0 !important;
    border: 0 !important;
  }
  .container > .navbar-header {
    width: 100%;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    width: 100% !important;
    margin: 0px !important;
    padding-right: 15px  !important;
    padding-top: 5px;
  }

  .navbar-form, .navbar-nav, .basket-total {
    display: inline-flex;
        float: left !important;
        margin-left: -15px
  }

  li.divisao {
    display: none
  }

  .container > .navbar-header {
    margin: 0px;
    padding: 0px
  }

  .navbar-toggle {
    float: right;
    padding-right: 10px
  }

  .navbar-collapse {
    max-width: 100%
  }

  div.thumbnail{
        min-height: 0 !important;
  }
  button.xaddProduct{
    margin: 15px -20px 10px 0 !important;
  }

  .height-200-movel{
    height: 176px;
  }

  .fabricante1 {
    margin-left: 135px;
  }

  .centrar{
    padding-left: 80px
  }
  .centro {
    padding-left: 70px;
    padding-right: 70px;

  }

  .titulofooter {
    text-align: center;

  }

}

/*
MOVEL
*/

@media screen and (max-width: 733px) and (orientation: landscape){
  .desktop{
    display:none;
  }
  .admin-fundo {
    margin-top: 0 !important;
  }
  .mobile{
    display:inline
  }


  .admin-fundo {
    margin-top: 0 !important;
  }

  .container > .navbar-header {
      margin-left: 0;
          min-height: 60px;
          max-width: 100%;
  }

  .container > .navbar-header button{
    z-index: 999;
    margin-top: 15px
  }

  .container > .navbar-header > a.visible-xs{
  max-width: 70%;
  }
  .navbar-form, .navbar-nav, .basket-total {
  float:left!important;
  }
  ul.navbar-nav{
    display: flex;
    margin-left: 10px;
  }
  .titulofooter{
    text-align: center;
  }
  .navbar-inverse .navbar-nav > li.divisao {
    border-right: 0;
    margin: 0;
  }
  .navbar-header{
    border-bottom: 2px solid #999999;
  }
  .navbar-collapse{
    border:0!important;
    max-width: 100%;
  }
  .topo{
      margin-top: 170px;
      margin-left: 0px;
  }
  .telemovel {
    margin-top: 0;
  }

  .telemovel2 {
    margin-top: 30px;
  }

  #basket-total {
      margin: 8px 0 0 !important;
      border-left: 0;
      padding: 0;
  }
  .grande {
    margin-bottom: 0px;

  }
  .height-300-movel {
      height: 40px;
  }
  .height-200-movel {
      height: 40px;
  }
  .pequeno{
    height: 40px !important;
  }
  .alinhar{
    padding-left: 110px
  }
  .alinhar2{
    padding-left: 30px
  }
  .fabricante1 {
    margin: auto !important;
    width: 21% !important;
    padding: 10px !important;
    float:none !important;
  }

}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
  .grande
  .desktop{
    display:none;
  }
  .mobile{
    display:inline
  }


  .admin-fundo {
    margin-top: 0 !important;
  }

  .container > .navbar-header {
      margin-left: 0;
          min-height: 60px;
          max-width: 100%;
  }

  .container > .navbar-header button{
    z-index: 999;
    margin-top: 15px
  }

  .container > .navbar-header > a.visible-xs{
max-width: 70%;
}
.navbar-form, .navbar-nav, .basket-total {
float:left!important;
}
ul.navbar-nav{
  display: flex;
}
.navbar-inverse .navbar-nav > li.divisao {
  border-right: 0;
  margin: 0;
}
.navbar-collapse{
  max-width: 104%;
}
.topo{
    margin-top: 170px;
}

.telemovel2 {
  margin-top: 30px;
}

#basket-total {
    margin: 8px 0 0 !important;
    border-left: 0;
    padding: 0;
}
.grande {
  margin-bottom: 0px;

}
.height-300-movel {
    height: 40px;
}
.height-200-movel {
    height: 40px;
}
.pequeno{
  height: 40px !important;
}
.titulofooter{
  margin-left: 15px;
}
}
/*
IPAD deitado
*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .thumbnail a > img {
    height: 150px !important;
  }

  .desktop{
    display:none;
  }
  .mobile{
    display:inline
  }

  button#goback{
    width: 101%
  }

  button.xaddProduct{
    margin: 10px 0 0 0 !important;
    width: 101%;
  }
  .caption > h4 {
        min-height: 54px !important;
  }

  .item-price {
        margin: 30px 0 0 -5px !important;
  }

  .navbar .container {
    margin-right: 0px;
    padding-right: 0px;
  }

  .navbar-collapse {
    padding-right: 0px;
    margin-right: 0px;
  }

  .search-container {
    margin: 8px 0 0 20px !important;
  }

  div.thumbnail{
        min-height: 347px !important;
  }

  .thumbnail button.xaddProduct{
    margin: 15px 0 10px 0 !important;
    text-transform: initial;
    width: 101%;
  }

  .admin-fundo{
    margin-top: 1em !important;
  }

  .height-300-movel{
    height: 260px;
  }

  .pequeno{
    width: 40%;
  }

  .grande{
    width: 60%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fabricante2{
    display: none;
  }

  #b {
    width: 200%;
   }

   .fundo {
     text-align: center !important;
   }

}

 /* iphone 5 */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
  .fabricante2{
    display: none;
  }
  .desktop{
    display:none;
  }
  .mobile{
    display:inline
  }
  .admin-fundo {
    margin-top: 0 !important;
  }

  .email-login {
    font-size: 12px;
  }

  .carousel-inner > .item > img {
    left: -210px !important;
    min-width: 200% !important;
  }


  .admin-fundo {
    margin-top: 0 !important;
  }

  .container > .navbar-header {
      margin-left: 0;
          min-height: 60px;
          max-width: 100%;
  }

  .container > .navbar-header button{
    z-index: 999;
    margin-top: 15px
  }

  .container > .navbar-header > a.visible-xs{
    font-size: 16px;
max-width: 70%;
}
.navbar-form, .navbar-nav, .basket-total {
float:left!important;
}
ul.navbar-nav{
  display: flex;
  margin: auto;
width: 50%;
padding: 10px;
}
.navbar-inverse .navbar-nav > li.divisao {
  border-right: 0;
  margin: 0;
}

.navbar-header {
  border-color: #ededed;
border-bottom: 3px solid;
}

.navbar-collapse{
  border:0 !important;
  max-width: 104%;
}

.cart-search {
  margin: auto;
width: 50%;
padding: 10px;
}

.topo{
    margin-top: 170px;
}

.telemovel2 {
  margin-top: 30px;
}

#basket-total {
    margin: 8px 0 0 !important;
    border-left: 0;
    padding: 0;
}

}

@media screen and (max-width: 768px) {
  .desktop{
    display:none;
  }
  .mobile{
    display:inline
  }
}

a.list-group-item,
button.list-group-item {
  color: white;
  background-color: #251e30;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #7C5919;
  border-color: #7C5919;
}


@media screen and (max-width: 752px) {



.carrocel{
width: 100%;
height: 202px !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.carousel .item {
  height: 200px !important;
  background-color: #251E30 !important;
  border: 0 !important;
}
.carousel {
  height: 200px !important;
  background-color: #251E30 !important;
  border: 0 !important;
}

.container > .navbar-header {
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}

.navbar .container {
  padding:0px;
  margin:0px;
  width: 100%;
}

.navbar-inverse .navbar-brand {
  padding: 5px;
  padding-top: 15px;
}

.navbar-toggle {
    margin-right: 5px;
}
  .container > .navbar-header {
      margin-left: 2px;
}



}

.carousel-inner > .item > img {
  background-color: #251E30 !important;
  border: 0 !important;

}

.carousel-inner > .item > img:focus {
outline: none !important;

}

.container > .navbar-header {
margin-right: 0 !important
border: 0 !important;

}
.navbar-toggle {
    padding: 10px 7px!important;
}


@media screen and (max-width: 1400px) {
.thumbnail a > img {
      height: 200px !important;
}
}

@media screen and (max-width: 470px) {
.navbar-inverse .navbar-brand{
  font-size: 16px;
}
}

@media screen and (min-device-width : 801px) and (max-width: 1000px) {
  .mapa {
        margin-top: -20px;
  }
  #basket-total{
    padding: 0 !important;
    border: 0 !important;
  }
  .container > .navbar-header {
    width: 100%;
  }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    width: 100% !important;
    margin: 0px !important;
    padding-right: 15px  !important;
    padding-top: 5px;
    overflow: hidden;
  }

  .navbar-form, .navbar-nav, .basket-total {
    display: inline-flex;
        float: left !important;
        margin-left: -15px
  }

  li.divisao {
    display: none
  }

  .container > .navbar-header {
    margin: 0px;
    padding: 0px
  }

  .navbar-toggle {
    float: right;
    padding-right: 10px
  }

  .navbar-collapse {
    max-width: 100%
  }

  div.thumbnail{
        min-height: 0 !important;
  }
  button.xaddProduct{
    margin: 15px -20px 10px 0 !important;
  }

  .height-200-movel{
    height: 176px;
  }

  .fabricante1 {
    margin-left: 135px;
  }

  .centrar{
    padding-left: 80px
  }
  .centro {
    padding-left: 70px;
    padding-right: 70px;

  }

  .titulofooter {
    text-align: center;

  }
}

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    overflow: hidden
  }


@media only screen and (max-width: 800px) {

  .admin-fundo {
    margin-top: 0 !important;
  }
  .mobile{
    display:inline
  }


  .admin-fundo {
    margin-top: 0 !important;
  }


    .admin-fundo{
      margin-top: 1em !important;
    }

    .height-300-movel{
      height: 180px;
    }

    .grande{
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-bottom: 15px;
    }

    .fabricante1{
      margin-left: 32%
    }
    .fabricante2{
      display: none;
    }

     .fundo {
       text-align: center !important;
     }

     .caption > h4 {
           min-height: 54px !important;
     }
     .centro {
       padding:0
     }
}

@media only screen and (max-width: 550px) {

  .grande{
    margin-bottom: 70px;
  }
  .centrar{
    padding-left: 40px;
  }

}

.glyphicon2 {
  font-size: 22px;
}

.glyphicon3 {
  height: 17px;
  width: 17px;
}
