body {
  padding-top: 0px !important;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#t3-mainnav {
  width: 100%;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
}
.t3-mainnav .t3-navbar {
  width: auto;
}
.t3-mainnav,
#t3-mainnav {
  z-index: 10;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f2f2f2 !important;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: solid 1px transparent !important;
}
@media screen and (min-width: 991px) {
  .t3-mainnav .t3-navbar {
    float: right;
    margin-right: -20px;
  }
  .t3-mainnav,
  #t3-mainnav {
    border-bottom: solid 0px #f2f2f2 !important;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 10px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #3d3d3d;
    font-weight: bold;
    line-height: 80px;
    min-width: 80px;
    font-size: 12px;
    text-align: center;
    background-color: #f2f2f2;
    border: solid 1px #e6e6e6;
    padding: 0px 5px;
  }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    color: #3d3d3d;
    border-top-color: #3d3d3d;
    border-bottom-color: #3d3d3d;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #3d3d3d !important;
    background-color: #eeeeee !important;
  }
}
@media screen and (max-width: 991px) {
  .t3-mainnav,
  #t3-mainnav {
    min-height: 55px !important;
    border-bottom: solid 0px #f2f2f2 !important;
  }
}
@media (max-width: 992px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #ffffff !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    border-top-color: transparent !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3d3d3d !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3d3d3d !important;
    background-color: #eeeeee !important;
  }
  .head-search .search .fa-search,
  .off-canvas-toggle {
    padding: inherit !important;
  }
  .logo-image > a > img {
    max-height: 55px;
  }
  .logo {
    border-right: 0px solid transparent;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0px 10px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.home .t3-content {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #3d3d3d;
  font-weight: bold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f2f2f2;
  color: #3d3d3d;
  font-weight: bold;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  color: #3d3d3d;
  border-top-color: #3d3d3d;
  border-bottom-color: #3d3d3d;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  color: #3d3d3d;
  border-top-color: #3d3d3d;
  border-bottom-color: #3d3d3d;
}
.head-search .search .fa-search,
.off-canvas-toggle {
  color: #3d3d3d !important;
  background: #ffffff !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #3d3d3d !important;
  background-color: #e6e6e6 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.logo a,
.logo:hover a,
.logo a:hover,
.logo a:active,
.logo a:focus {
  color: inherit !important;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  color: #3d3d3d;
  background-color: #f2f2f2;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #3a3a3a;
  border-color: #d9d9d9;
}
.head-search .search {
  background-color: #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}
@media screen and (min-width: 991px) {
  .head-search .search {
    background-color: #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}
.head-search .form-control::-moz-placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.head-search .form-control:-ms-input-placeholder {
  color: #3d3d3d;
}
.head-search .form-control::-webkit-input-placeholder {
  color: #3d3d3d;
}
.uber-header {
  height: initial;
}
@media screen and (min-width: 991px) {
  .uber-header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: initial;
  }
  .off-canvas-toggle,
  .off-canvas-toggle:hover,
  .off-canvas-toggle:active,
  .off-canvas-toggle:focus {
    min-height: 102px !important;
  }
  .head-search .search {
    background-color: #f2f2f2;
    border: 1px solid #3d3d3d;
  }
  div.logo-image {
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: left;
  }
  div.logo-image img {
    max-height: 80px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .logo {
    height: 80px;
  }
  .head-search .form-control {
    min-height: 80px;
    padding: 0 5px 0 50px;
    margin-right: 0;
  }
  .head-search .form-control::-moz-placeholder {
    color: #3d3d3d;
    opacity: 1;
  }
  .head-search .form-control:-ms-input-placeholder {
    color: #3d3d3d;
  }
  .head-search .form-control::-webkit-input-placeholder {
    color: #3d3d3d;
  }
  .head-search .search .fa-search {
    top: 25px;
    font-size: 35px;
    left: 14px;
  }
}
@media screen and (min-width: 991px) {
  .off-canvas-toggle + .container .navbar-header .logo {
    border-left: 0;
    height: 80px;
    line-height: 80px;
  }
  .affix .off-canvas-toggle + .container .navbar-header .logo {
    height: 55px;
    line-height: 55px;
  }
  .uber-header.header-9.affix {
    padding-bottom: 10px;
  }
  .navbar-default.affix {
    min-height: 55px !important;
  }
  .navbar-default.affix .navbar-nav > li > a {
    line-height: 55px;
  }
  .navbar-default.affix .head-search .form-control {
    min-height: 55px !important;
  }
  .navbar-default.affix .off-canvas-toggle,
  .navbar-default.affix .off-canvas-toggle:hover,
  .navbar-default.affix .off-canvas-toggle:active,
  .navbar-default.affix .off-canvas-toggle:focus {
    min-height: 76px !important;
  }
  .navbar-default.affix div.uber-header-contact {
    padding-top: 18px;
  }
  .navbar-default.affix div.uber-header-fave {
    padding-top: 22px;
  }
  .navbar-default.affix div.logo-image img {
    max-height: 55px !important;
    margin-top: 0px !important;
  }
  .navbar-default.affix .head-search .search .fa-search {
    top: 12px;
  }
}
@media screen and (min-width: 991px) {
  .logo {
    border-right: 0px solid transparent !important;
  }
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .fa-bars {
  background: #f2f2f2;
  color: #3d3d3d;
  z-index: 1000;
}
.t3-off-canvas .t3-off-canvas-body {
  padding: 0px;
}
.navbar-default .navbar-toggle {
  background-color: #f2f2f2;
  border-radius: 0;
}
.off-canvas-toggle + .container .navbar-header .logo {
  border-left: 1px solid #f2f2f2;
}
@media screen and (min-width: 991px) {
  .uber-header {
    min-height: 56px !important;
  }
  button.multiselect {
    text-align: left;
  }
}
.uber-header-contact {
  color: #3d3d3d;
}
.uber-header-contact a,
.uber-header-contact a:hover,
.uber-social a,
uber-social a:hover {
  color: #3d3d3d;
}
.features-content {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.magazine-item .page-header {
  border-bottom: 4px solid #eee;
}
.magazine-intro .magazine-item:hover {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: relative !important;
  transform: translate3d(0, 0, 0);
}
.page-masthead .jumbotron {
  background-color: #f7f7f7;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #3d3d3d;
}
.jumbotron-primary p {
  color: #999999;
}
.custom-bottombar {
  background-color: #f7f7f7;
  border-bottom: solid 1px #eaeaea;
}
.custom-bottombar select,
.custom-bottombar button.multiselect {
  min-width: 160px;
  max-width: 160px;
  overflow: hidden;
}
@media screen and (max-width: 775px) {
  .custom-bottombar select,
  .custom-bottombar .btn-group,
  .custom-bottombar button.multiselect {
    min-width: 100%;
    max-width: 100%;
  }
  .custom-bottombar .form-group:last-child {
    margin-bottom: 0px;
  }
}
.custom-bottombar .input-group {
  width: 100%;
}
h3.produto-item-section {
  padding: 0px;
  line-height: 20px;
  padding-left: 10px;
  line-height: 1.5em;
  padding-top: 4px;
  padding-bottom: 4px;
  background-size: 32px 32px;
  background-position: 3px 2px;
  background-repeat: no-repeat;
}
.label-default {
  
}
.logo a {
  background: transparent !important;
}
.logo-image > a {
  max-width: 400px !important;
}
.magazine-intro .magazine-item .item-image {
  margin-top: 20px;
}
.navbar-default {
  border-top: solid 0px #f2f2f2;
  background-color: #ffffff;
}
@media screen and (min-width: 991px) {
  .navbar-default {
    min-height: 100px !important;
    border-top: solid 0px #f2f2f2;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 991px) {
  .head-search,
  .navbar-toggle + .head-search {
    right: 0px;
    margin-right: 0px;
  }
}
.uber-header-contact ul.dropdown-menu {
  background-color: #ffffff !important;
  border: 0px solid #ffffff !important;
}
.uber-header-contact .dropdown-menu > li {
  border-top: 0px solid transparent !important;
  color: #3d3d3d;
}
.uber-header-contact .dropdown-menu > li > a:hover,
.uber-header-contact .dropdown-menu > li > a:focus {
  color: #3d3d3d !important;
  background-color: #eeeeee !important;
}
.t3-megamenu .dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.dropdown-menu {
  background-color: #ffffff;
  border: 0px solid #ffffff;
}
.dropdown-menu > li {
  border-top: 1px solid transparent;
  color: #3d3d3d;
}
.dropdown-menu > li > a {
  color: #3d3d3d !important;
}
.dropdown-menu > li:hover {
  color: #3d3d3d !important;
  background-color: #eeeeee !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #3d3d3d !important;
  background-color: #eeeeee !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #3d3d3d !important;
  background-color: #eeeeee !important;
}
.t3-megamenu .dropdown-menu {
  background-color: #ffffff;
  border: 0px solid #ffffff;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a,
.t3-megamenu a.mega-group-title {
  background-color: #ffffff !important;
  color: #3d3d3d !important;
}
.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a {
  color: #3d3d3d;
  background-color: #eeeeee;
  border-left: solid 3px;
  padding-left: 7px;
}
.t3-megamenu .dropdown-menu > li {
  border-top: 1px solid #f2f2f2 !important;
}
.t3-megamenu .dropdown-menu > li > a {
  color: #ffffff;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  color: #3d3d3d;
  background-color: #eeeeee;
}
.t3-megamenu .mega-nav > li.open > a,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a {
  color: #3d3d3d !important;
  background-color: #eeeeee !important;
}

.t3-megamenu .mega-nav > li:first-child,
.t3-megamenu .dropdown-menu .mega-nav > li:first-child {
  border-top: 1px solid transparent !important;
}

.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}
.mod_widesys_produto_categorias_category .magazine-item {
  padding: 10px !important;
  border-radius: 5px !important;
}
.mod_widesys_produto_categorias_category .magazine-category-title {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  border: 1px solid #dcdcdc !important;
  background: #eeeeee !important;
  border-radius: 3px;
}
.mod-widesysfinder {
  padding-top: 10px;
}
.mod-widesysfinder .multiselect-container {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.mod-widesysfinder .multiselect-container li {
  border-top: 0px solid #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
.mod-widesysfinder .multiselect-container > li > a {
  color: #3d3d3d;
}
.mod-widesysfinder .multiselect-container > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #3d3d3d !important;
  background-color: #eeeeee !important;
}
.mod-widesysfinder .multiselect-container > .active > a,
.multiselect-container > .active > a:hover,
.multiselect-container > .active > a:focus {
  color: #3d3d3d;
  text-decoration: none;
  outline: 0;
  background-color: #ffffff !important;
}
.mod-widesysfinder .multiselect-container .multiselect-clear-filter {
  margin-right: 8px;
}
.mod-widesysfinder .multiselect-container {
  padding-right: 0px !important;
}

.mod_widesys_produto_categorias_category .magazine-item:before,
.mod_widesys_produto_categorias_category .magazine-featured-leading:before,
.mod_widesys_produto_categorias_category .magazine-featured-intro:before,
.mod_widesys_produto_categorias_category .magazine-category:before,
.mod_widesys_produto_categorias_category .magazine-item:after,
.mod_widesys_produto_categorias_category .magazine-featured-leading:after,
.mod_widesys_produto_categorias_category .magazine-featured-intro:after,
.mod_widesys_produto_categorias_category .magazine-category:after {
  content: " ";
  display: table;
}
.mod_widesys_produto_categorias_category .magazine-item:after,
.mod_widesys_produto_categorias_category .magazine-featured-leading:after,
.mod_widesys_produto_categorias_category .magazine-featured-intro:after,
.mod_widesys_produto_categorias_category .magazine-category:after {
  clear: both;
}
.mod_widesys_produto_categorias_category .magazine .page-subheader h2 {
  font-size: 42px;
}
.mod_widesys_produto_categorias_category .magazine-category-title {
  margin-bottom: 20px;
  font-size: 18px;
  background: #eeeeee;
  padding: 10px;
}
.mod_widesys_produto_categorias_category .magazine-category-title strong {
  font-weight: 600;
}
.mod_widesys_produto_categorias_category .magazine-category-title .fa {
  font-size: 14px;
  position: relative;
  top: -1px;
  left: 2px;
}
.mod_widesys_produto_categorias_category .magazine-category-title > a {
  display: inline-block;
  color: #444444;
  text-transform: uppercase;
}
.mod_widesys_produto_categorias_category .magazine-category-title > a:hover,
.mod_widesys_produto_categorias_category .magazine-category-title > a:active,
.mod_widesys_produto_categorias_category .magazine-category-title > a:focus {
  text-decoration: none;
  color: #666666;
}
.mod_widesys_produto_categorias_category .magazine-item .page-header {
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: 0;
}
.mod_widesys_produto_categorias_category .magazine-item .page-header h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.275;
  font-weight: 700;
}
.mod_widesys_produto_categorias_category .magazine-item .page-header h2 a:hover,
.mod_widesys_produto_categorias_category .magazine-item .page-header h2 a:active,
.mod_widesys_produto_categorias_category .magazine-item .page-header h2 a:focus {
  text-decoration: none;
}
.mod_widesys_produto_categorias_category .magazine-item .item-image {
  overflow: hidden;
}
.mod_widesys_produto_categorias_category .magazine-item .item-image,
.mod_widesys_produto_categorias_category .magazine-item .pull-left.item-image,
.mod_widesys_produto_categorias_category .magazine-item .pull-right.item-image {
  width: 100%;
  max-width: 100%;
  float: none !important;
  margin-bottom: 20px;
}
.mod_widesys_produto_categorias_category .magazine-item .item-image img,
.mod_widesys_produto_categorias_category .magazine-item .pull-left.item-image img,
.mod_widesys_produto_categorias_category .magazine-item .pull-right.item-image img,
.mod_widesys_produto_categorias_category .magazine-item .img_caption {
  width: 100% !important;
  max-width: 100%;
}
.mod_widesys_produto_categorias_category .magazine-item .article-aside {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mod_widesys_produto_categorias_category .magazine-item .article-info {
  color: #FFF;
  margin: 0;
  width: 100%;
}
.mod_widesys_produto_categorias_category .magazine-item-ct p:last-child {
  margin-bottom: 0;
}
.mod_widesys_produto_categorias_category .magazine-leading {
  margin-bottom: 20px;
}
.mod_widesys_produto_categorias_category .magazine-leading .magazine-item {
  margin-bottom: 20px;
}
.mod_widesys_produto_categorias_category .magazine-leading .magazine-item .page-header h2 {
  font-size: 35px;
}
@media screen and (min-width: 991px) {
  .mod_widesys_produto_categorias_category .magazine-leading .magazine-item .item-image {
    max-height: 300px;
  }
}
.mod_widesys_produto_categorias_category .magazine-leading .magazine-item .magazine-item-ct {
  font-size: 16px;
}
.mod_widesys_produto_categorias_category .magazine-intro {
  margin-bottom: 20px;
}
.mod_widesys_produto_categorias_category .magazine-intro .magazine-item {
  margin-bottom: 20px;
}
.mod_widesys_produto_categorias_category .magazine-intro .magazine-item .item-image {
  max-height: 400px;
}
.mod_widesys_produto_categorias_category .magazine-intro .magazine-item .item-image p.img_caption {
  display: none;
}
.mod_widesys_produto_categorias_category .magazine-links {
  margin-top: 40px;
}
.mod_widesys_produto_categorias_category .magazine-links::before {
  display: inline-block;
  background: #444444;
  font-weight: normal;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #fff;
}
.mod_widesys_produto_categorias_category .magazine-links .link-item {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0 9px;
}
.mod_widesys_produto_categorias_category .magazine-links .page-header {
  margin: 0;
}
.mod_widesys_produto_categorias_category .magazine-links .page-header h2 {
  font-size: 16px;
}
.mod_widesys_produto_categorias_category .magazine-links .article-aside {
  margin-top: 5px;
  margin-bottom: 0;
}
.mod_widesys_produto_categorias_category .magazine-featured-links {
  margin-top: 0;
  margin-bottom: 40px;
}
.mod_widesys_produto_categorias_category .magazine-category {
  margin-bottom: 40px;
}
.mod_widesys_produto_categorias_category .magazine-category .row-articles {
  margin-bottom: 20px;
}
.mod_widesys_produto_categorias_category .magazine-category .row-articles:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .mod_widesys_produto_categorias_category .magazine-category .row-articles .magazine-item-media {
    padding-right: 0;
  }
}
.mod_widesys_produto_categorias_category .magazine-category .magazine-leading {
  margin-bottom: 40px;
}
.mod_widesys_produto_categorias_category .magazine-category .magazine-item .category-name {
  display: none;
}
.mod_widesys_produto_categorias_category .magazine-category .magazine-item-ct {
  color: #666666;
  font-size: 12px;
}
.mod_widesys_produto_categorias_category .magazine-intro .magazine-item .item-image {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.mod_widesys_produto_categorias_category .magazine-item .item-image,
.mod_widesys_produto_categorias_category .magazine-item .pull-left.item-image,
.mod_widesys_produto_categorias_category .magazine-item .pull-right.item-image {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.mod_widesys_produto_categorias_category .magazine-featured-links {
  margin-top: 0;
  margin-bottom: 0px;
}
.t3-navhelper {
  background: #eaeaea;
  color: #666666;
  padding: 5px 0;
}
.breadcrumb {
  background-color: #eaeaea;
}
.breadcrumb > .active,
.breadcrumb .a {
  color: #666666;
}
.breadcrumb a.pathway {
  color: #666666;
}
.breadcrumb > li + li:before {
  color: #666666;
}
table#produto-item-fichatecnica tbody tr td {
  border-top: 1px solid #ffffff;
}
.product-item:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.product-item:hover {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
  transition: all 300ms ease-in-out 0s;
}
.product-item .price {
  font-size: 110%;
  border: none;
  border-right: solid 1px #eeeeee;
  font-weight: bold;
  background-color: transparent !important;
}
.product-item {
  border-radius: 0px !important;
  border: solid 1px #dedede !important;
  background-color: #f7f7f7 !important;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.02) !important;
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.02) !important;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.02) !important;
}
.mod_widesys_produto_categorias .product-item,
.mod_widesys_produto_categorias .product-item a {
  color: #3d3d3d !important;
}
.mod_widesys_produto_categorias .product-item hr {
  border-top: 1px solid #3d3d3d !important;
}
.mod_widesys_produto_categorias .product-item .btn-default {
  color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.mod_widesys_produto_categorias .product-category-title {
  background-color: #ffffff !important;
  padding-left: 0px !important;
  margin-bottom: 0px;
}
.product-item .backgroud-hover-info {
  transition: none !important;
}
.mod_widesys_produto_categorias .product-category-title,
.product-category-title > a {
  color: #3d3d3d !important;
}
.mod_widesys_produto_categorias .product-item .backgroud-hover-info,
.mod_widesys_produto_categorias .product-item .backgroud-hover-info a {
  color: #FFF !important;
  border-color: #ffffff !important;
}
.mod_widesys_produto_categorias .product-item .backgroud-hover-info .btn-default {
  color: #FFF !important;
  border-color: #FFF !important;
}
.mod_widesys_produto_categorias .product-item .backgroud-hover-info hr {
  border-top: 1px solid #FFF !important;
}
.btn-warning {
  color: #ffffff !important;
  background-color: #ff8800 !important;
  border-color: #e67a00 !important;
}
.btn-info {
  color: #ffffff !important;
  background-color: #0099cc !important;
  border-color: #0086b3 !important;
}
.btn-success {
  color: #ffffff !important;
  background-color: #3e9b52 !important;
  border-color: #378948 !important;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #303030 !important;
}
.uber-bar.bar-9 {
  color: #3d3d3d !important;
  background-color: #fafafa !important;
  border-bottom: solid 1px #ededed;
}
.uber-bar-bottom.bar-9 {
  color: t3-sub-header-text-color !important;
  background-color: #fafafa !important;
}
.uber-bar.affix {
  z-index: 1035 !important;
  top: 0;
}
.uber-bar.bar-9 .uber-contact-info ul.info-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0px;
}
.uber-bar.bar-9 .uber-contact-info ul.info-list > li {
  margin-right: 10px !important;
  font-size: 14px !important;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  height: 42px;
  line-height: 42px;
}
.uber-bar.bar-9 .uber-contact-info .info-list dd,
.uber-bar .uber-contact-info .info-list dt {
  margin-right: 10px !important;
  font-size: 14px !important;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  height: 42px;
  line-height: 42px;
}
.uber-bar.bar-9 a {
  color: #3d3d3d;
}
.uber-bar.bar-9 .uber-social a {
  font-size: 14px !important;
  color: #3d3d3d !important;
  height: 42px;
  line-height: 42px;
}
.uber-bar.bar-9 .uber-social .fa {
  font-size: 14px !important;
  color: #3d3d3d !important;
  margin-left: 14px !important;
  opacity: 0.9;
  width: inherit;
}
.uber-bar.bar-9 .uber-social a:hover {
  color: #3d3d3d !important;
}
.uber-bar.bar-9 .uber-social a:hover .fa {
  color: #3d3d3d !important;
}
.uber-bar.bar-9 .uber-social a:hover .fa,
.uber-bar.bar-9 .uber-social a:focus .fa,
.uber-bar.bar-9 .uber-social a:active .fa {
  color: #3d3d3d !important;
  background: none !important;
  font-size: 14px !important;
}
.uber-bar-contact {
  color: #3d3d3d;
  background-color: #fafafa;
  margin-top: 43px;
}
.uber-bar-contact a,
.uber-bar-contact a:hover {
  color: #3d3d3d;
}
.uber-bar-contact.bar-9 .dropdown-toggle {
  border: 1px solid #ededed !important;
}
.uber-bar-contact.bar-9 .dropdown-toggle {
  border: 1px solid #ededed !important;
}
.uber-bar-contact.bar-9 .open > .dropdown-toggle.btn {
  background-color: #ededed !important;
  color: #3d3d3d !important;
  border: 1px solid #e1e1e1 !important;
}
.uber-bar-contact.bar-9 .dropdown-menu > li > a {
  color: #3d3d3d !important;
}
.uber-bar-contact.bar-9 .dropdown-menu > li > a:hover,
.uber-bar-contact.bar-9 .dropdown-menu > li > a:focus {
  text-decoration: none !important;
  color: #3d3d3d !important;
  background-color: #ededed !important;
}
.acm-features.style-2 .features-item:hover {
  background-color: #eeeeee;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.t3-footer .t3-copyright {
  
  background-color: #f4f4f4;
  border-top: solid 1px #eeeeee !important;
}
.t3-footer a {
  color: #3d3d3d;
}
.t3-footer-sl {
  padding: 20px 0;
}
@media screen and (min-width: 991px) {
  .t3-footer-sl {
    padding: 20px 0;
  }
}
#searchForm {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}
#lhc_status_container,
#lhc_need_help_container {
  border: 1px solid #303030 !important;
  background-color: #303030 !important;
}
#lhc_status_container .status-icon {
  color: #FFF !important;
  padding: 10px 0px 10px 35px;
}
#lhc_need_help_image img {
  border-radius: 0px !important;
  border: 1px solid transparent !important;
}
#lhc_status_container {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px 0px 0px 10px !important;
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  border-top-left-radius: 0px !important;
}
#lhc_need_help_container {
  border-radius: 0px !important;
}
#lhc_need_help_close {
  background: #303030 !important;
}
#lhc_need_help_container:hover #lhc_need_help_triangle {
  border-top-color: #303030 !important;
}
#lhc_need_help_triangle {
  border-top: 15px solid #303030 !important;
}
.widesys-favorites-style-text .dropdown-menu {
  background-color: #ffffff;
  border: solid 0px #ffffff;
}
.widesys-favorites-style-text ul.dropdown-menu li {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.widesys-favorites-style-text ul.dropdown-menu li img.selected {
  border-color: #e67a00;
}
.widesys-favorites-style-text ul.dropdown-menu li .item:hover {
  background-color: #e67a00;
}
.widesys-favorites-style-text ul.dropdown-menu li,
.widesys-favorites-style-text ul.dropdown-menu li a {
  color: #3d3d3d;
  margin-left: 0px;
  font-size: 12px;
  margin-top: 0;
  height: inherit;
  line-height: inherit;
}

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

@media only screen and (max-width: 640px) {
  #lhc_status_container {
    position: fixed !important;
    bottom: 0 !important;
    top: inherit !important;
    width: 100% !important;
    margin-bottom: 0px !important;
  }
}
#Mod259 .section-title {
  background-color: #ffffff;
  color: #3d3d3d;
  text-transform: uppercase;
  padding: 10px 0px 5px 0px;
}

.home .t3-mainbody {
  padding-top: 0px;
}
@media screen and (max-width: 992px) {
  .bootslider .heading,
  .bs-container .subheading {
    font-size: inherit !important;
  }
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #3d3d3d;
}
.module_menu .module-ct > ul.nav {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.02);
}

.has-affix {
  transition: transform 300ms ease;
}
.affix {
  transform: translateY(0%);
  will-change: transform;
  transition: transform 750ms ease;
  width: 100%;
  z-index: 999;
}
.affix-top {
  transform: translateY(-100%);
}
.mod-widesysfinder select,
.mod-widesysfinder input[type="text"],
.mod-widesysfinder .bootstrap-select > .dropdown-toggle,
.mod-widesysfinder .btn,
.js-stools-container-filters select,
.js-stools-container-filters input[type="text"],
.js-stools-container-filters .bootstrap-select > .dropdown-toggle,
.js-stools-container-filters .btn {
  height: 42px;
}
.widesys-favorites-container .btn,
.widesys-list-type-container .btn,
.widesys-action-container .btn {
  padding: 6px 12px !important;
}

.com_content .joomla_add_this {
  display: none !important;
}
.bootstrap-select .btn,
.form-control {
  font-size: 15px;
  line-height: 1.42857;
  margin: 0;
  font-weight: 400;
  text-transform: inherit;
  text-align: inherit;
}
.bootstrap-select > .dropdown-toggle {
  padding: 6px 30px 6px 15px;
}
.bootstrap-select .btn {
  border: 1px solid #ccc;
  color: #959595;
  height: 42px;
  background-color: #fff;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}
.bootstrap-select.open .btn {
  background-color: #fff !important;
}
.btn {
  padding: 11px 15px;
  font-size: 14px;
}
.bs-container .heading {
  margin-top: 10px;
}
.bs-container .subheading {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bs-container .subheadingactions {
  margin-top: 20px;
  display: inline-block;
}
.bootslider .bs-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bootslider .bs-controls .btn-primary {
  font-size: 34px;
  margin-right: 5px;
  padding: 1px 12px;
  line-height: 0px;
}
.bootslider .bs-container .bs-slide .bs-foreground [data-animate-in].visible {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

@media screen and (max-width: 992px) {
  .bootslider .heading,
  .bs-container .subheading {
    font-size: inherit !important;
  }
}

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  height: 42px !important;
  padding: 6px 12px;
  border-radius: 0px;
}

.jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
  background-image: none !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  text-shadow: none !important;
}

.jsn-master .jsn-bootstrap .form-actions,
.jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions {
  padding: 0px !important;
}

.jsn-master .jsn-bootstrap input[type="text"],
.jsn-master .jsn-bootstrap input[type="password"],
.jsn-master .jsn-bootstrap input[type="number"],
.jsn-master .jsn-bootstrap input[type="search"],
.jsn-master .jsn-bootstrap input[type="email"],
.jsn-master .jsn-bootstrap input[type="url"] {
  -moz-box-sizing: inherit !important;
  -webkit-box-sizing: inherit !important;
  -ms-box-sizing: inherit !important;
}

.jsn-uniform .controls .row-fluid {
  width: 100% !important;
}
.jsn-input-xxlarge-fluid {
  width: 100% !important;
}

.jsn-input-xlarge-fluid {
  width: 100% !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  float: left;
}
.acm-features .font-icon {
  font-size: 75px !important;
}
.acm-features.style-2 .features-item {
  padding-top: 10px;
  padding-bottom: 10px;
}