body {
  /*font-family: 'Open Sans', sans-serif;*/
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

h3 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

html,
body,
#wrapper {
  /*height: 100%;*/
}

#page-content-wrapper {
  /*height: 100%;*/
}

#myCarousel {
  height: 350px;
  padding-left: 250px;
}

#myCarousel .left.carousel-control {
  left: 250px;
}

#quemsomos #myCarousel {
  height: 100%;
  padding-left: 0px;
}

#quemsomos #myCarousel .left.carousel-control {
  left: 0px;
}

.home-box-pannel .box-title {
  /*padding: 15px 0;*/
  color: #8E1E2E;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.home-box-pannel .box-info {
  padding: 15px 15px 15px 15px;
  text-align: justify;
  font-size: 13px;
}

.home-box-pannel a {
  color: #333;
}

.home-box-pannel .col-1 {
  margin-top: 60px;
  box-shadow: 2px 3px 5px #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
}

.home-box-pannel .col-3 {
  margin-top: 60px;
  box-shadow: -2px 3px 5px #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
}

.home-content {
  padding-left: 250px;
}

.home-box-pannel {
  max-width: 950px;
  display: -webkit-box;
  margin: 0px auto;
  height: 100%;
  float: initial;
  background-color: #fff;
  padding: 50px 0;
}

.home-box-pannel .img-responsive {
  width: 100%;
  border-radius: 5px;
}

.home-button {
  padding-top: 20px;
  margin-bottom: 20px;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.home-content .footer {
  background-color: #eee;
}

.home-content h3 {
  padding-top: 30px;
  color: #8E1E2E;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.home-content .footer h3 {
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.home-content .info-hora {
  /*color: #eee;*/
  text-align: center;
  font-size: 12px;
}

.home-content .info-phone {
  /*color: #fff;*/
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}

.home-content .info-mail {
  /*color: #eee;*/
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 50px;
}

.home-content .copy {
  /*color: #eee;*/
  font-size: 12px;
  text-align: right;
}

.home-content .copy .fa {
  font-size: 10px;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* Toggle Styles */

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 100%;
  position: relative;
  /*overflow: scroll;
    overflow-x: hidden;*/
}

#wrapper.toggled {
  /*padding-left: 250px;*/
}

/*#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    min-height: 100vh;
    background-color: #222D34;
    text-align: center;
    border: 0;
    padding: 10px;  
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }*/

.main-sidebar {
  background-color: #222D34;
  height: 100%;
}

.header-container.type12 .menu.side-menu>li>a {
  margin: 0;
  color: #fff;
  border-color: #575757;
}

.menu.side-menu>li>a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 5px;
  display: block;
  margin: 0 10px;
  border-top: 1px solid #ddd;
}

.menu.side-menu {
  text-align: left;
  margin: 0 7px 20px 7px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width:768px) {
  #wrapper {
    /*padding-left: 250px;*/
  }

  #wrapper.toggled {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 250px;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }

  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.details-area {
  min-height: 60px;
  margin: 0 15px;
}

.prod-ref,
.prod-pvp {
  line-height: 36px;
}

body {
  /*background-color: #f3f3f3;*/
  /*background-color: #EEDDDD;*/
}

.product-image-area img {
  /*border: 2px solid #ccc;
    border-radius: 7px;*/
}

.filtros {
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.pad-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.qty-holder {
  display: inline-block;
  vertical-align: middle;
  /*margin-right: 7px;*/
  width: 130px;
}

.prod-cx {
  font-weight: normal;
  font-size: 12px;
}

.add-to-cart .qty {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  width: 35px !important;
  font-size: 14px;
  text-align: center;
  color: #08c;
  border-color: #e1e1e1;
}

.qty-changer {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
}

input#qty {
  text-align: center;
  height: 38px;
}

.qty-changer >a {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #e1e1e1;
  color: #ccc;
  line-height: 25px;
  text-align: center;
  vertical-align: middle!important;
  /*margin-top: 3px;*/
  border-radius: 3px;
  font-size: 8px;
  background-color: #fff;
  float: left;
}

i.fa.fa-minus,
i.fa.fa-plus {
  vertical-align: -webkit-baseline-middle;
  vertical-align: sub;
}

.add-to-cart button.button {
  display: inline-block;
  height: 38px;
  width: 160px;
  min-width: 110px;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  background-color: #3b3b3b;
  color: #fff;
  border-radius: 5px;
}

.add-to-fav button.button {
  background-color: transparent;
  color: #333;
  border: solid 1px #3b3b3b;
}

.add-to-cart button.button span {
  height: 38px;
  line-height: 38px;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  min-width: 110px;
  padding-right: 5px;
}

button.button span span {
  border: 0;
  padding: 0;
  color: inherit;
  border-width: 0;
  background: transparent;
  line-height: inherit;
}

.modal-content {
  /*background-color: #f3f3f3;*/
}

.prod-image img {
  border: 2px solid #ccc;
  border-radius: 7px;
  margin: 10px auto;
}

.add-to-links a {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  margin-left: 8px;
}

.product-view .add-to-links a:hover {
  opacity: .9;
  filter: Alpha(Opacity=90);
}

.link-wishlist,
.link-wishlist a,
.link-wishlist a:hover {
  color: #ed4949;
  border-color: #f6a4a4;
}

.form-search {
  border-radius: 5px;
  width: auto;
  min-width: initial;
  padding-right: 140px;
}

.form-search {
  overflow: visible;
  border: 1px solid #ccc;
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding-right: 170px;
  background-color: #fff;
  height: 40px;
}

.form-search label {
  float: left;
  width: 24px;
  height: 21px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  display: none;
}

.form-search input {
  margin: 9px 20px;
}

.form-search button.button {
  width: 40px;
  height: 38px;
  color: #777;
  background-color: transparent;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  border: none;
}

.form-search {
  margin-top: 30px;
}

a.addtocart {
  color: #111;
  background-color: #f3f3f3;
  font-size: 19px;
  display: inline-block;
  height: 45px;
  width: 120px;
  line-height: 45px;
  border: 1px solid #777;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a.prod-info {
  color: #111;
  background-color: #f3f3f3;
  font-size: 19px;
  padding: 0 10px 0 5px;
  display: inline-block;
  height: 45px;
  width: 57px;
  line-height: 45px;
  border-radius: 5px;
  border: 1px solid #333;
  text-align: center;
  margin-right: 3px;
  margin-bottom: 6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a.addtowishlist {
  color: #111;
  background-color: #f3f3f3;
  font-size: 19px;
  display: inline-block;
  height: 45px;
  width: 120px;
  line-height: 45px;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a.removewishlist {
  color: #8E1E2E;
  background-color: #f3f3f3;
  font-size: 19px;
  display: inline-block;
  height: 45px;
  width: 120px;
  line-height: 45px;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: center;
  margin-left: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a.addtocart {
  margin-top: 15px;
}

a.addtocart:hover {
  color: #8E1E2E;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

a.prod-info:hover {
  color: #8E1E2E;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

a.addtowishlist:hover {
  color: #8E1E2E;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

a.removewishlist:hover {
  color: #111;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.product-image-area .actions a.addtocart {
  color: #08c;
  border-color: #08c;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 17px;
  padding: 0;
  text-align: center;
}

.product-image-area .actions {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  text-align: left;
  padding: 0 10px;
  visibility: visible;
  /*opacity: 0;*/
  transition: opacity 0.2s;
}

.product-image-area .actions a {
  background-color: #fff;
  overflow: hidden;
}

.product-image-area .actions a.addtocart {
  border-color: #3b3b3b;
}

.product-image-area {
  position: relative;
  height: 150px;
}

.logo {
  margin: 0 auto;
  margin-bottom: 40px;
}

.dcjq-vertical-mega-menu {
  margin-top: 30px;
}

.cart-img {
  width: 50px;
}

.empty-cart {
  padding-top: 15px;
  font-weight: 400;
  text-align: center;
}

input#qty {
  width: 35px;
}

.favoritos {
  /*padding-top: 10px;*/
}

.favoritos button.button.btn-cart {
  padding-left: 6px;
}

div#contact-info {
  color: #eee;
  position: absolute;
  bottom: 25px;
  text-align: left;
  font-size: 12px;
  z-index: 80;
}

div#contact-info a {
  color: #eee;
}

div#contact-info a:hover {
  color: #eee;
}

#contact-info .col-sm-2 {
  padding-right: 3px !important;
}

#contact-info .col-sm-10 {
  padding-left: 3px !important;
}

.pad-top {
  padding-top: 8px;
}

.modal-header {
  color: #eee;
  background-color: #8E1E2E;
}

.add-to-cart {
  text-align: center;
}

.modal-content label {
  font-weight: normal;
}

.dashboard-box {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

.dashboard-icon {
  padding-top: 15px;
}

.dashboard-name {
  padding-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.contatos-link {
  color: inherit;
  text-decoration: underline;
}

.contatos-link:hover {
  color: inherit;
  text-decoration: none;
}

.change-pwd {
  margin-bottom: 25px;
}

th {
  /*background-color: #8E1E2E;
    color: #eee;*/
}

td {
  vertical-align: middle!important;
}

.cart-page tr td:first-child {
  background-color: #fff;
}

.cart-page tr td:nth-child(2) {
  text-align: left;
}

/* ######################################################### */

a.dashboard-module,
a.dashboard-module:visited {
  width: 142px;
  height: 142px;
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  text-align: center;
  color: #444444;
}

a.dashboard-module:hover,
a.dashboard-module:active {
  background-position: bottom left;
  text-decoration: none;
  color: #8E1E2E;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
}

#sidebar-wrapper {
  /*background-image: url('/images/menu/back.png');
    background-repeat: no-repeat;
    background-position-y: 350px;*/
}

.graph-line {
  width: 100%;
}

#meses {
  width: 100% !important;
}

.tit-graph {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 30px;
}

.color-red {
  color: #8E1E2E;
}

.bg-color-red {
  color: #8E1E2E;
}

.bg-color-lighter-red {
  background-color: #8E1E2E;
}

.color-darker-white {
  color: #EEE;
}

.register-window {
  position: absolute;
  /* margin-top: -270px; */
  top: 80px;
  left: 47%;
  z-index: 900;
}

.login-page .register-window {
  top: 250px;
}

.login-page .login-img {
  background-image: url('/images/login.png');
  background-repeat: no-repeat;
  background-position-x: right;
}

.menu-mobile {
  display: none;
}

@media (max-width:767px) {
  .login-page .login-img {
    background-image: none;
  }

  div#page-content-wrapper {
    padding-left: 10px!important;
  }

  .menu-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2001;
    display: block;
    background: #333;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
  }

  #myCarousel,
  .home-content {
    padding-left: 0px;
  }

  .home-box-pannel {
    display: block;
  }

  .register-window {
    left: 20%;
  }
}

.register-info {
  padding-top: 550px;
  font-size: 13px;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0!important;
}

.table>thead>tr>th {
  border-bottom: 2px solid #f4f4f4!important;
}

.register-window.col-sm-6 {
  max-width: 350px;
}

.login-page .register-window.col-sm-6 {
  max-width: 400px;
}

.main-sidebar,
.left-side {
  /*min-height: initial;
    width: 100%;*/
}

ul.sidebar-menu {
  text-align: left;
}

.user-panel > .info > p {
  margin-top: 9px;
  margin-bottom: 0px;
}

.slide-user-info {
  position: absolute;
  width: 240px;
  background: #2c3b41;
  color: #eee;
  overflow: hidden;
  z-index: 10000;
  display: none;
  margin-left: 10px;
  margin-top: -60px;
}

.slide-user-info .image {
  padding-top: 10px;
}

.slide-user-info img {
  width: 60px;
}

.slide-user-info .info {
  padding-top: 5px;
}

.user-panel:hover + .slide-user-info,
.user-panel + .slide-user-info:hover {
  display: block;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-bott-10 {
  padding-bottom: 10px;
}

.box-white-shadow {
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.user-panel {
  margin-top: 20px;
  margin-left: 25px;
  width: 90%;
}

.modal-backdrop {
  position: inherit;
}

.tooltip-help {
  position: absolute;
  top: 45%;
  color: #fff;
  font-size: 30px;
  left: 10px;
}

.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

.overlay-product {
  /*background: rgba(195, 33, 48, 0.25);
    background: rgba(255, 255, 255, 0.85);*/
  background: rgba(10, 10, 10, 0.05);
  border: 1px solid #8E1E2E;
  position: absolute;
  top: 27px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  height: 155px;
}

.overlay-product .actions {
  position: absolute;
  top: 29%;
  width: 100%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }

  .product-box:nth-of-type(5n) {
    border-right: none;
  }
}

@media (max-width: 991px) {
  .product-box:nth-of-type(3n) {
    border-right: none;
  }
}

@media (max-width: 1199px) {
  .product-box:nth-of-type(4n) {
    border-right: none;
  }
}

#catalogo .box-footer {
  /*background: rgba(30, 30, 30, 0.10);*/
  background-color: #eee;
}

.box-footer {
  border-top: 1px solid #DDD;
}

.login-page .box-footer {
  border: none;
  padding-top: 30px;
}

.contatos-form {
  margin-top: 30px;
  margin-bottom: 15px;
}

.contatos-intro {
  padding-bottom: 20px;
}

span.select2.select2-container.select2-container--default {
  width: 100%!important;
}

.s2-img {
  max-width: 70px;
}

.s2-descricao {
  font-size: 14px;
  font-weight: 600;
}

.data-aplicar {
  margin-top: 20px;
}

.print {
  position: absolute;
  right: 20px;
  top: 5px;
}

.expand-transition {
  transition: all .3s ease;
  height: 35px;
}

.expand-enter,
.expand-leave {
  height: 0;
  opacity: 0;
}

.custom_pad {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-header > .navbar {
  height: 50px;
}

.user-menu .img-circle {
  height: 40px;
  margin-top: -5px;
  margin-right: 10px;
}

#dashboard .info-box .info-box-icon i {
  font-size: 30px;
  margin-top: 14px;
}

#dashboard .info-box-icon {
  width: 40%;
}

.btnarea a {
  background-color: #fff;
}

.sidebar-menu i {
  font-size: 18px;
  margin-right: 10px;
  margin-left: 5px;
}

.angle-right {
  font-size: 18px;
  font-weight: bold;
}

.angle-right {
  color: #F39C12!important;
}

.sidebar-menu li {
  border-bottom: 1px solid #3C3C3C;
}

/*Barra no topo by João*/

.user_img {
  height: 30px;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.nav li > a > span {
  font-size: 14px;
  padding: 5px;
}

nav.navbar.navbar-static-top {
  position: fixed;
  width: 100%;
  margin-left: 0px !important;
  padding-left: 250px;
}

div#sidebar-wrapper {
  position: fixed;
  z-index: 10000;
}

i.fa.fa-shopping-cart.active {
  padding: 5px;
  margin-top: 3px;
}

li.carrinho {
  margin-right: 10px;
}

.container-fluid {
  margin-top: 30px;
}

.modal {
  /*position: absolute;*/
}

.btcarr {
  margin-right: 5px;
}

aside.main-sidebar {
  padding-top: 70px;
  position: absolute;
  z-index: 1000;
  min-height: 945px;
}

div#sidebar-wrapper {
  position: fixed;
  z-index: 1000;
}

.user-menu .img-circle {
  height: 30px;
  margin-top: 0px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

a.dashboard-module.dashboard-box {
  width: 100%;
}

ul.history {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

ul.history li {
  margin: 25px 0;
  padding: 0;
  clear: both;
}

ul.history li .thumb {
  background: transparent url(http://preview.oklerthemes.com/porto/4.8.0/img/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}

ul.history li .thumb img {
  border-radius: 150px;
  margin: 20px 8px;
  width: 145px;
  height: 120px;
}

ul.history li .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 50px;
  min-height: 115px;
}

.featured-box .box-content {
  border-top-color: red;
}

ul.history li h4 {
  margin: 0 0 -42px 0;
  padding: 0;
}

ul.history li p {
  margin-left: 53px;
}

.featured-box .box-content {
  border-radius: 8px;
  border-top: 1px solid #CCC;
  border-top-width: 4px;
  padding: 20px 30px 20px 30px;
  position: relative;
  top: -1px;
}

ul.history li .featured-box .box-content {
  border-top-color: #8E1E2E;
  background-color: #fff;
  box-shadow: 5px 5px #ccc;
}

.box-content {
  border: 2px solid white;
}

.heading-primary {
  color: #8E1E2E;
}

h4.heading-primary {
  padding: 15px 0px 15px 0px !important;
}

.margincst {
  padding-bottom: 15px;
  margin-top: 8px;
}

.customheader {
  margin-bottom: 60px;
}

.cstspace {
  padding-top: 50px;
  padding-left: 25px;
}

i.fa.fa-check.fa-lg.spc {
  margin-left: 25px;
}

.inicio {
  color: #8E1E2E;
}

.hiperalimentar {
  color: #60C300;
}

.familias {
  color: #F39C12;
}

.contatos {
  color: #00C0EF;
}

.registar {
  color: #8E1E2E;
}

.entrar {
  color: #8E1E2E;
}

.area-reservada {
  color: #FF7E00;
}

.sair {
  color: #8E1E2E;
}

.sidebar-menu li {
  text-transform: uppercase;
}

.mapcst {
  height: 575px;
  margin-left: -30px;
  margin-right: -35px;
}

.imgslider {
  width: 24%;
  display: inline-block;
}

.slidercst {
  padding-bottom: 30px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #8E1E2E;
  margin-bottom: 50px;
}

h2 {
  font-weight: bold;
  font-size: 18px;
  color: #8E1E2E;
  text-align: center;
}

.h2cst {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}

.imgha {
  border-radius: 10px 10px 0px 0px;
}

.btnarea {
  padding-bottom: 30px;
  z-index: 1;
}

#encomendas .btnarea .info-box-icon {
  line-height: inherit;
}

.h2color {
  background-color: #CA2123;
  color: #eee;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: -15px;
  margin-right: -20px;
}

label {
  font-weight: normal;
}

.sizeSm {
  width: 8% !important;
}

.sizeXl {
  width: 92% !important;
}

section {
  padding-top: 30px;
}

.carousel-inner.onebyone-carosel {
  margin: auto;
  width: 90%;
}

.onebyone-carosel .active.left {
  left: -33.33%;
}

.onebyone-carosel .active.right {
  left: 33.33%;
}

.onebyone-carosel .next {
  left: 33.33%;
}

.onebyone-carosel .prev {
  left: -33.33%;
}

.carousel-caption {
  top: 20px;
}

.carousel-caption h2 {
  color: #fff;
}

.well {
  background-color: #ddd;
}

.pdf {
  width: 100%;
  height: 600px;
}

.modal-dialog {
  width: 70%;
}

body.modal-open {
  overflow: hidden;
}

i.fa.fa-chevron-right {
  padding-left: 30px;
}

i.fa.fa-chevron-left {
  margin-left: -40px;
}

body.modal-open .modal[style]:not([style='display: none;']) {
  display: flex !important;
  height: 100%;
}

body.modal-open .modal[style]:not([style='display: none;']) .modal-dialog {
  margin: auto;
}

.graphs-line-1 {
  padding-bottom: 40px;
}

/*Imagens todas do mesmo tamanho nos produtos*/

.product_img {
  height: auto;
  width: auto;
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 25px;
}

/*botão voltar*/

a.btn.btvoltar {
  margin: 5px 0px;
}

p.stattitle {
  font-size: 16px;
  padding-top: 10px;
}

.info-box-content.infoboxcst {
  padding: 15px 10px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eee;
}

.lastorders {
  padding-top: 30px;
}

i.fa.fa-cloud-download.dnlimg {
  margin-left: 50%;
}

h3.box-title.tit-register {
  padding-bottom: 30px;
}

.btn-primary {
  background-color: #FFFFFF !important;
  border-color: #8E1E2E !important;
  color: #8E1E2E !important;
}

.btn-primary:hover {
  background-color: #8E1E2E !important;
  border-color: #8E1E2E !important;
  color: #FFFFFF !important;
}

.btn-cancel {
  background-color: #FFFFFF;
  border-color: #444444;
  color: #444444;
}

.btn-cancel:hover {
  background-color: #444444;
  border-color: #444444;
  color: #eeeeee;
}

.sidebar {
  /*margin-left: -10px;
    margin-right: -10px;*/
}

body {
  font-size: 15px;
}

#catalogo h2 {
  margin: 0px;
}

#catalogo .prod-search {
  margin-top: 0px;
  margin-bottom: 20px;
}

.h5,
h5 {
  font-size: 15px;
}

#produtoModal .preco {
  margin-top: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 18px;
  font-weight: 600;
}

#produtoModal .preco>div,
#produtoModal .qty-cls>div,
#produtoModal .extra-info>div,
#produtoModal .footer-print>div {
  margin-left: 15px;
}

#produtoModal .footer-print {
  padding-left: 0px;
  margin-left: 0px;
}

#produtoModal .qty-cls {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

#produtoModal .extra-info {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

#produtoModal .extra-info a {
  cursor: pointer;
}

#produtoModal .uni-cx,
#produtoModal .cod-bar {
  margin-top: 10px;
}

.modal-content {
  border-radius: 10px;
}

.modal-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#produtoModal .modal-title {
  text-align: center;
}

.close {
  color: #fff;
}

#produtoModal .prod-image {
  text-align: center;
}

#produtoModal .ref {
  padding-left: 10px;
}

.cart-page .box-footer {
  margin-top: 20px;
  border-radius: 10px;
}

.barra {
  /*padding-left: 250px;*/
  background-color: #8E1E2E;
  height: 50px;
}

.skin-red .main-header .navbar {
  background-color: transparent;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width: 90px;
}

#register-user .title {
  padding-bottom: 15px;
}

.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
  transition: transform .3s ease-in-out, margin .3s ease-in-out;
  margin-left: 250px;
  z-index: 820;
}

.main-sidebar,
.left-side {
  width: 250px;
}

#search {
  border: 1px solid #999;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

#search:focus {
  border-color: #8E1E2E;
}

#search-btn {
  background: #222D34;
  color: #eee;
}

.menu-title {
  float: left;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 15px;
  color: #fff;
  font-weight: 700;
}

.sub-menu {
  padding-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 60px;
  /*border-bottom: 1px solid #333;*/
}

.sub-menu li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.sub-menu li a {
  color: #333;
  line-height: 21px;
}

.sub-menu li {
  border-bottom: 3px solid #ccc;
}

.sub-menu li.active {
  border-bottom: 3px solid #8E1E2E;
  color: #8E1E2E;
}

.modal-header {
  background-color: #8E1E2E;
}

.sub-menu li.active a {
  color: #8E1E2E;
}

.sub-menu li:hover {
  border-bottom: 3px solid #8E1E2E;
  color: #8E1E2E;
}

.box.box-primary {
  border: none;
}

.box {
  box-shadow: none;
}

.box-footer {
  border: none;
}

.logout-link {
  color: #8E1E2E !important;
}

/**/

.login-page .box.box-primary,
#register-user .box.box-primary {
  border-top: 3px solid #8E1E2E;
}

.login-page .box,
#register-user .box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.login-page .box-footer,
#register-user .box-footer {
  border: none;
}

/**/

#catalogo .box-footer {
  background-color: transparent !important;
  height: 85px;
}

.product-box {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  min-height: 347px;
}

.table>thead:first-child>tr:first-child>th {
  background-color: #333;
  color: #eee;
  border-right: 2px solid #FFF !important;
  font-weight: normal;
}

.table tr td {
  border-right: 2px solid #FFF !important;
}

#admin-dashboard .sub-menu {
  margin-bottom: 0px!important;
}

#qtdprod .modal-dialog {
  width: 200px;
}

#qtdfield {
  line-height: 34px;
}

.sub-menu .fa {
  font-size: 1.5em;
}

#encomendas .info-box .fa,
#faturas .info-box .fa {
  font-size: 30px;
}

#encomendas .info-box-icon {
  font-size: 50px;
}

#encomendas #graph-container-mesesV,
#faturas #graph-container-mesesV {
  padding-bottom: 52px;
}

#faturas .info-box-icon {
  font-size: 30px;
}

#admin-dashboard .filter-box {
  background-color: #eee;
}

.user-menu li a {
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .overlay-product .actions {
    top: 10px !important;
    height: 100% !important;
  }

  .overlay-product .prod-addtocart {
    position: absolute !important;
    bottom: 30px !important;
  }
}

.cart-qty {
  padding-top: 10px;
}

.cart-cx {
  padding-top: 17px;
  padding-left: 10px;
}

.cart-unid {
  padding-top: 17px;
  padding-left: 10px;
}

.modal-unidcx {
  width: 35%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
}
@media (min-width: 768px){
  #homepage .col-sm-4, .col-sm-10{
    float: none !important;
  }
}