/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 
 

 */
html {
  overflow: -moz-scrollbars-vertical;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #dcdbdb;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
}

body {
  font-size: 12px;
}

legend {
  font-size: 18px;
  padding: 7px 0px
}

label {
  font-weight: normal;
}

form {
  padding: 0;
  margin: 0;
  display: inline;
}

img {
  vertical-align: inherit;
}

a,
a b {
  color: #3e7cb4;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a b:hover {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
}

.title {
  margin: 0px 0px 20px 0px;
}

.subtitle {
  position: relative;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  line-height: normal;
  font-size: 20px;
  color: #000000;
  border-bottom: 2px solid #ddd;
  padding-bottom: 3px;
}

.wrapper-wide {
  max-width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}


#container {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

#content {
  min-height: 400px;
}

#header {
  position: relative;
  padding: 0px;
}

#header .htop {
  background: #3e7cb4;
}

#header .header-row {
  position: relative;
  padding: 10px 0;
}

#header .header-row .inner {
  padding: 0;
}

#header #logo img {
  display: inline-block !important;
}

#header ul,
#header ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-container .col-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}


#top .dropdown-menu {
  margin: 0;
  border-radius: 0px;
  padding: 0;
  border: none;
  z-index: 1013;
}

#top .dropdown-menu li a,
{
color: #333;
padding: 7px 10px;
text-align: left;
font-size: 12px;
}

#top .dropdown-menu li+li a {
  border-top: 1px solid #eee;
}


#top .dropdown-menu li a:hover {
  color: #3e7cb4;
  background: none;
  text-decoration: none;
}

#header .links {
  position: relative;
  float: left;
  border-right: 1px dotted #5b9ad4;
}

#header .links>ul>li {
  float: left;
  list-style-type: none;
  border-left: 1px dotted #5b9ad4;
}

#header .links>ul>li.mobile,
#header .links>ul>li.email,
#header .links>ul>li.company {
  color: #fff;
}

#header .links>ul>li.mobile,
#header .links>ul>li.company {
  padding: 0 10px;
}

#header .links>ul>li>a {
  padding: 0px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  display: block
}


#header .links>ul>li .fa-phone,
#header .links>ul>li .fa-envelope {
  font-size: 120%;
  margin-right: 5px;
}


#header #top-links {
  color: #fff;
  border-right: 1px dotted #5b9ad4;
}

#header #top-links>ul>li {
  float: left;
  border-left: 1px dotted #5b9ad4;
}

#header #top-links>ul>li>a {
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 10px;
}

#header #top .links>ul>li,
#header #top-links>ul>li {
  line-height: 35px;
}

#header #top-links>ul>li>a:hover,
#header .links>ul>li>a:hover {
  text-decoration: underline;
}

#header #cart {
  position: relative;
  text-align: right;
}

#header #cart .heading .cart-icon {
  font-size: 1.5em;
  color: #3e7cb4;
  position: relative;
  margin-right: 5px;
}

#header #cart .heading {
  text-decoration: none;
  font-size: 14px;
  height: 32px;
  color: #444;
  display: inline-block;
  position: relative;
  padding: 0;
  background: none;
  border: none;
}

#header #cart .heading span {
  display: inline-block;
  line-height: 32px;
}

#header #cart.open .heading {
  color: #000;
}

#header #cart.open .heading span:after {
  clear: both;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #3e7cb4 transparent;
  position: absolute;
  border-width: 0px 7px 6px 7px;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
  z-index: 1012;
}

#header #cart .dropdown-menu {
  padding: 8px;
  margin: 0;
  z-index: 1011;
  background: #FFF;
  border: 3px solid #3e7cb4;
  border-width: 3px 0px 0px 0px;
  width: 420px;
  border-radius: 0px;
  right: 0;
  left: auto;
}

#cart .dropdown-menu li>p {
  margin: 30px 0;
}

#header #cart .dropdown-menu .remove,
#tabelaCarrinho .remove {
  border-radius: 100%;
  padding: 0px 4px;
  line-height: normal;
}

#cart .dropdown-menu>li>.table>tbody>tr>td {
  border-bottom: 1px solid #ddd;
  border-top: none 0px;
}

#header #search {
  position: relative;
  display: block;
}

#header .button-search {
  width: 36px;
  height: 36px;
  font-size: 14px;
  z-index: 2;
  position: absolute;
  right: 0;
  cursor: pointer;
  float: right;
  background: none;
  border: none;
  color: #bbb;
  padding: 0;
}

#header #search input {
  background: #FFF;
  padding: 0 36px 0 10px;
  height: 36px;
  font-size: 13px;
  color: #333;
  outline: none;
  display: block;
  border-radius: 0px;
}

#header #search input:focus {
  border-color: #bbb;
  box-shadow: none;
}


#menu .navbar-collapse img {
  float: inherit;
  margin-top: 0px !important;
  margin-right: 0px !important;
}

#menu .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

#menu.navbar {
  border-radius: 0px;
  min-height: inherit;
}

#menu .navbar-nav {
  float: none;
  position: relative;
}

#menu .nav>li>a.home_link span {
  text-indent: -99999px;
  position: relative;
  background: #656565;
  width: 12px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu .nav>li>a.home_link span:before {
  clear: both;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #656565 transparent;
  position: absolute;
  border-width: 0 10px 9px;
  top: -9px;
  left: -4px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu .nav>li>a.home_link span:after {
  clear: both;
  content: ' ';
  display: block;
  width: 12px;
  height: 4px;
  border: 1px solid #656565;
  border-width: 0px 4px 0px 4px;
  position: absolute;
  bottom: -4px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu .nav>li>a.home_link:hover span {
  background: #3e7cb4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu .nav>li>a.home_link:hover span:before {
  border-bottom-color: #3e7cb4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu .nav>li>a.home_link:hover span:after {
  border-color: #3e7cb4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu {
  border-bottom: 3px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  border-right: 0;
  border-left: 0;
  margin-bottom: 0px;
}

#menu .nav>li {
  height: 40px;
}

#menu .nav>li>a {
  font-size: 16px;
  color: #555;
  line-height: 40px;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  z-index: 1009;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu .nav>li:hover>a {
  color: #3e7cb4;
  background: #f3f3f3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu .nav>li.sub:hover>a:after {
  clear: both;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #3e7cb4 transparent;
  position: absolute;
  border-width: 0px 7px 6px 7px;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -5px;
  z-index: 1009;
}

#menu .nav>li .dropdown-menu {
  border-radius: 0px;
}

#menu .nav>li>.dropdown-menu {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 1010;
  padding: 5px 0 0;
  border-top: 3px solid #3e7cb4;
  border-bottom: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  font-size: 12px;
}


#menu .nav>li>.dropdown-menu>ul {
  display: table-cell;
}

#menu .nav>li>div>.column a span,
#menu .nav>li>div>ul li a span {
  font-size: 18px;
  line-height: 13px;
  position: absolute;
  right: 8px;
}

#menu .nav>li>div>ul {
  position: relative;
  width: 160px;
}

#menu .nav>li>div>ul li a {
  font-size: 12px;
}

#menu .nav>li ul>li>a {
  text-decoration: none;
  padding: 4px;
  display: block;
  min-width: 160px;
}

#menu .nav>li div>ul>li>a {
  color: #222;
}

#menu .nav>li div>ul>li:hover>a {
  color: #3e7cb4;
}

#menu .nav>li>div>ul {
  position: relative;
}

#menu .nav>li>div>ul li+li {
  border-top: 1px solid #eee;
}

#menu .nav>li div>ul>li>a {
  font-size: 13px;
  padding: 7px 20px 7px 10px;
  display: block;
  color: #444;
}

#menu .nav>li>div>ul li:hover>a {
  color: #3e7cb4;
}

#menu .nav>li>.dropdown-menu li {
  position: relative;
}

#menu .nav>li>.dropdown-menu li .dropdown-menu {
  background: #fff;
  position: absolute;
  z-index: 1008;
  padding: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  display: none;
  border-top: 3px solid #3e7cb4;
  left: 100%;
  margin-top: -32px;
}

#menu .nav>li.mega-menu.dropdown,
#menu .nav>li.menu_brands.dropdown {
  position: static;
}

#menu .nav>li.mega-menu>div {
  display: none;
  background: #fff;
  margin-left: 0px !important;
  width: 100%;
  position: absolute;
  padding: 10px 0px 0px 0px;
}

#menu .nav>li.mega-menu>div>.column {
  position: relative;
  display: inline-block;
  margin: 0px 0px 15px 0px;
}

#menu .nav>li.mega-menu>div>.column>a {
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

#menu .nav>li.mega-menu>div>.column>a,
#menu .nav>li.mega-menu>div>.column>div>ul>li>a {
  padding: 4px 0;
  display: block;
}

#menu .nav>li.mega-menu>div>.column:hover>a {
  color: #3e7cb4;
}

#menu .nav>li.mega-menu>div>.column>div {
  display: block;
}

#menu .nav>li.mega-menu>div>.column>div ul li {
  position: relative;
}

#menu .nav>li.mega-menu>div .dropdown-menu ul li+li a {
  border-top: 1px solid #eee;
}

#menu .nav>li.menu_brands.name {
  position: relative;
}

#menu .nav>li.menu_brands.name>div {
  padding: 0px !important;
}

#menu .nav>li.menu_brands>div {
  padding: 15px 0px 0px !important;
  width: 100%;
  margin-left: 0px !important;
}

#menu .nav>li.menu_brands>div>div {
  text-align: center;
  margin-bottom: 10px;
}

#menu .nav>li.menu_brands>div>div a {
  display: block;
  line-height: 16px;
}

#menu .nav>li.menu_brands>div>div a div img {
  display: inline-block;
}

#menu .nav>li.custom-link-right {
  float: right;
}

.breadcrumb {
  color: #c2c2c2;
  margin-bottom: 10px;
  background: none;
  padding: 0;
  border-radius: 0px;
}

.breadcrumb a {
  color: #999;
  font-size: 11px;
}

.breadcrumb a:hover {
  color: #2f4a90;
  text-decoration: underline;
}

#list-view,
#grid-view {
  font-size: 18px;
  padding: 0;
  background: none;
  margin-right: 10px;
  color: #555;
}

#list-view:hover,
#grid-view:hover {
  color: #000;
}

#list-view:active,
#grid-view:active {
  color: #444;
  box-shadow: none;
}

#list-view.selected,
#grid-view.selected {
  color: #999;
  cursor: default;
}

.product-filter {
  border: 1px solid #EAEAEA;
  background: #F6F6F6;
  padding: 6px 5px;
  line-height: 25px;
}

.product-filter .form-control {
  padding: 2px 12px;
  height: auto;
}

.product-list.row,
.products-category.row {
  margin: 0;
}

.owl-carousel {
  margin-bottom: 20px;
}

.owl-carousel .product-thumb .image {
  margin-bottom: 5px;
}

.owl-carousel .product-thumb {
  padding: 7px;
  margin: 0px 3px 0px 0px;
  position: relative;
  text-align: center;
  border: 3px solid transparent;
}

@media only screen and (min-width:1025px) {
  .owl-carousel .product-thumb:hover {
    border-color: #eae9e9;
  }
}

.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a img {
  display: inline-block;
}

.product-thumb h4 {
  margin: 0;
  padding-bottom: 0px;
}

.product-thumb h4 a {
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  margin: 0 auto;
  padding: 0px;
  color: #333;
}

.inline-block {
  display: inline-block;
}

.product-thumb h4 a:hover {
  text-decoration: underline;
}

.product-thumb .button-group button {
  border: none;
}


.product-thumb .button-group .add-to-links button {
  background: none;
  color: #666;
  font-size: 15px;
}

.product-thumb .button-group .add-to-links button:hover {
  color: #3e7cb4;
  cursor: pointer;
}

.product-thumb .rating {
  padding-bottom: 7px;
}

.product-thumb .rating span {
  vertical-align: top;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
  font-weight: normal;
}

.product-thumb .price {
  margin: 10px 0;
  font-size: 13px;
  font-weight: bold;
}

.price-old {
  color: #F00;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 12px;
}

.price-new {
  font-weight: bold;
}

.price,
.price-new {
  color: #3e7cb4;
}

.price-promo {
  font-size: x-small;
}

.product-grid {
  position: relative;
  text-align: center;
  vertical-align: top;
  background: #fff;
  padding: 7px 7px 7px 7px;
  border: 3px solid transparent;
  margin-bottom: 15px;
}

.product-grid:hover {
  border-color: #eae9e9;
}

.owl-carousel .product-thumb:hover {
  border-color: transparent;
}

.product-grid .product-thumb .image {
  margin-bottom: 5px;
}

.product-grid .product-thumb .image {
  float: none;
}

.product-grid .product-thumb .description,
.product-grid .product-thumb .price-tax,
.owl-carousel .product-thumb .price-tax {
  display: none;
}

.product-grid .product-thumb .button-group .add-to-links button,
.owl-carousel .product-thumb .button-group .add-to-links button {
  padding: 2px 6px;
}

@media only screen and (min-width:1025px) {

  .product-grid .product-thumb .button-group .add-to-links,
  .owl-carousel .product-thumb .button-group .add-to-links {
    visibility: hidden;
  }
}

.product-grid:hover .product-thumb .button-group .add-to-links,
.owl-carousel .product-thumb:hover .button-group .add-to-links {
  visibility: visible;
}

.product-grid .product-thumb .button-group .add-to-links button span {
  display: none;
}

.product-list {
  position: relative;
  padding: 20px 0px;
  border-top: 2px solid #eae9e9;
}

.product-list:first-child {
  border-top: none;
}

.product-list .image {
  float: left;
  margin-right: 15px;
}

.product-list .product-thumb h4 {
  margin-bottom: 8px;
}

.product-list .product-thumb h4 a {
  font-weight: bold;
  font-size: 15px;
}

.product-list .product-thumb .description {
  margin-bottom: 0px;
}


.product-list .product-thumb .button-group .add-to-links {
  float: left;
  padding: 1px 0px;
  display: inline-block;
}

.product-list .product-thumb .button-group .add-to-links button span {
  font-size: 12px;
}


.product-info {
  margin-bottom: 20px;
}

.product-info .image {
  position: relative;
  text-align: center;
}

.product-info .zoomWrapper {
  display: inline-block;
}

.product-info span.zoom-gallery {
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  color: #666;
  padding: 1px 0;
}

.product-info span.zoom-gallery .fa {
  font-size: 13px;
}

.product-info .image .zoomWrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.product-info .image-additional {
  overflow: hidden;
  margin-left: -7px;
  margin-top: 15px;
}

.product-info .image-additional img {
  max-width: 75px;
  height: auto;
  display: block;
}

#content .product-info .image-additional img,
#content .product-info .image-additional img {
  max-width: 66px;
}

.product-info .image-additional a {
  float: left;
  display: block;
  margin-left: 7px;
  border-radius: 0px;
  margin-bottom: 15px;
}

.product-info .image-additional a:hover,
.product-info .image-additional a:focus,
.product-info .image-additional a:active {
  border-color: #bbb;
}

.product-info .image-additional a.active {
  opacity: 0.5;
  outline: 0;
  cursor: default;
}

.product-info .description {
  line-height: 25px;
  font-size: 13px;
  margin-bottom: 15px;
}

.product-info .price-box {
  background: #F4F3F3;
  border: 1px solid #eee;
  overflow: auto;
  padding: 10px 5px;
  margin-bottom: 20px;
}

.product-info .price {
  font-size: 28px;
  font-weight: bold;
  color: #3e7cb4;
  line-height: 24px;
}

.product-info .price-old {
  color: #F00;
  font-size: 80%;
  text-decoration: line-through;
  font-weight: normal;
}

.product-info .cart {
  border-bottom: 1px solid #eae9e9;
  padding: 5px 0px 20px;
  margin-bottom: 15px;
  color: #4D4D4D;
  overflow: auto;
}

.product-info .cart div {
  vertical-align: middle;
  float: left;
}

.product-info .cart div.text-or {
  padding: 5px 6px 0;
}

.product-info .cart div>span {
  padding-top: 7px;
  display: block;
  color: #999;
}

.product-info .cart div .wishlist .fa {
  font-size: 14px;
}

.product-info .cart div .wishlist:hover {
  text-decoration: underline;
}

.product-info .cart #button-cart {
  padding: 11px 15px;
  text-transform: uppercase;
}

.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
  clear: both;
}


.addthis_toolbox {
  display: table;
  width: 100%;
}


.box-category ul,
.list-item {
  list-style: none;
  margin-bottom: 20px;
  margin-top: -5px;
  padding: 0;
}

.box-category>ul>li,
.list-item>li {
  display: block;
  position: relative;
}

.box-category .down {
  top: 2px;
  right: 0;
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 24px;
  background: transparent url(/../imagem/plus.png) 0px 4px no-repeat;
  opacity: 0.6;
  -moz-opacity: 0.6;
}

.box-category .down:hover {
  opacity: 1;
  -moz-opacity: 1;
}

.box-category ul li a,
.list-item li a {
  padding: 5px 0px 5px 12px;
  color: #222;
  display: block;
  background: transparent url(/../imagem/bullet-dark.png) 0px 10px no-repeat;
}

.box-category ul li.double a {
  display: inline-block;
  margin: 0;
}

.box-category ul li {
  position: relative;
}

.box-category ul li ul li+li {
  border-top: 1px dotted #ccc;
}

.box-category>ul>li a.active+.down {
  background-position: 0px -12px;
}

.box-category>ul>li>a {
  color: #333;
  text-transform: uppercase;
}

.box-category>ul>li ul {
  display: none;
  padding-left: 10px;
  margin-bottom: 5px;
}

.box-category>ul>li a.active {
  font-weight: bold;
}

.box-category>ul>li>a.active {
  margin-bottom: 5px;
}

.box-category>ul>li a.active+ul {
  display: block;
}

.box-category a:hover,
.list-item a:hover {
  text-decoration: underline;
  color: #3e7cb4;
}

.box-category>ul>li ul li a {
  margin-right: 16px;
}

.box-category>ul>li ul li a:hover,
.list-item a:hover {
  margin-right: 16px;
}

.box-category>ul>li ul>li>a {
  text-decoration: none;
}

.buttons {
  border-top: 1px solid #EEEEEE;
  overflow: auto;
  padding: 15px 6px 0px 6px;
  margin-bottom: 20px;
}

.btn {
  padding: 6.2px 12px;
  border: 0px none;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover,
.dropdown-menu {
  font-size: 12px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #444;
  background-color: #e7e7e7;
}

.btn-default:hover {
  background: #444;
  color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #faa732;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}


.btn-info {
  background-color: #fff;
  border: 1px solid #ccc;
  border-color: #2e6da4;
  color: #000000;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-color: #2e6da4;
  color: #000000;
}

.nav-tabs>li>a.selected {
  color: #111;
  padding-bottom: 5px;
  background: #FFFFFF;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  font-weight: bold;
}

.nav-tabs {
  margin-bottom: 0px;
  border-width: 2px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border-width: 2px;
  font-weight: bold;
}

.nav-tabs>li {
  margin-bottom: -2px;
}

.nav-tabs>li>a:hover {
  border-color: transparent;
  color: #444;
}

.nav-tabs>li>a {
  border-radius: 0px;
  color: #666;
}

.tab-content {
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  z-index: 2;
  border: 2px solid #ddd;
  border-top: 0px;
}

#tab-description ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.tab-sub {
  position: absolute;
  right: 70px;
  top: -46px;
  border: none;
  padding: 0;
  height: 25px;
  line-height: 25px;
}

.tab-sub a {
  padding: 0px 7px;
  font-size: 12px;
}

.tab-sub a.selected {
  padding: 0px 10px;
  position: relative;
  border-width: 2px;
  line-height: 24px;
}

.tab-sub a.selected:hover {
  text-decoration: none;
  cursor: default;
}

.tab-sub a:hover {
  text-decoration: underline;
}

.category-module-content {
  position: relative;
}

.category-module .tabs {
  position: absolute;
  right: 70px;
  top: -46px;
  height: 25px;
  line-height: 25px;
}

.category-module .tabs li {
  float: left;
  list-style-type: none;
}

.category-module .tabs li a {
  padding: 0px 7px;
  font-size: 12px;
  display: inline-block;
  color: #333;
}

.category-module .tabs li.active a {
  position: relative;
  line-height: 24px;
  color: #111;
  background: #FFFFFF;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  font-weight: bold;
}

.category-module .tabs li.active a:hover {
  text-decoration: none;
  cursor: default;
}

.category-module .tabs li a:hover {
  text-decoration: underline;
  color: #004B91;
}

.product-tab {
  margin-bottom: 20px;
}

.product-tab .tabs {
  height: 32px;
  line-height: 15px;
  padding-left: 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.product-tab .tabs li {
  float: left;
  list-style-type: none;
}

.product-tab .tabs li a {
  padding: 7px 15px 6px 15px;
  float: left;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #222;
  margin-right: 2px;
  opacity: 0.7;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.product-tab .tabs li.active a {
  opacity: 1;
  padding-bottom: 8px;
  background: #FFFFFF;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.product-tab .deactive,
.category-module .deactive {
  display: none;
}

.addthis_default_style>a {
  padding: 0
}

.marketshop-banner>div.row div {
  margin-bottom: 25px;
}

.marketshop-banner div img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.marketshop-banner div a img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

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

.alert {
  border-radius: 0px
}

.divider {
  clear: both;
  height: 40px;
}

.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 1em;
  margin: 0px 5px 0 0;
}

blockquote {
  font-size: 12px;
}

h4.panel-title {
  padding: 0
}

.alert {
  /* padding-left: 50px; */
  position: relative;
}

.alert .fa {
  font-size: 20px;
  left: 18px;
  position: absolute;
}

.simple-ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}

.simple-ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.simple-ul li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  font-family: fontawesome;
}

.simple-ul ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}

.simple-ul ul li:after {
  content: "•";
  font-size: 1em;
}

.decimal-list {
  margin: 0px 0 15px 20px;
  padding: 0;
  list-style: decimal outside;
}

.decimal-list li {
  padding-left: 0;
  margin-bottom: 5px;
  text-indent: 0;
}

.decimal-list ul {
  margin: 5px 0 5px 17px;
  padding: 0;
  list-style: decimal outside;
}

.form-control {
  border-radius: 0px;
}

.img-thumbnail {
  border-radius: 0px;
}

.well {
  border-radius: 0px
}

.panel,
.panel-heading {
  border-radius: 0px;
}

.panel-group .panel {
  border-radius: 0px;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.brand-img-thumb {
  height: 60px;
  position: relative;
  width: 100%;

}

.brand-img-thumb img {
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .caption {
  text-align: center;
}

.owl-carousel img {
  vertical-align: middle;
}

.owl-thumb-item img {
  margin-left: 5px;
  margin-right: 5px;
  width: 50px;
  height: auto;
}

.owl-thumbs {
  /* position: absolute;   */
  /* bottom: 0px; */
  left: 0;
  display: table;
  width: 100%;
  text-align: center;
  padding: 5%;
}

.owl-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 0;
  opacity: .4;
}

.owl-thumb-item.active {
  opacity: 1;
}


.dropdown {
  list-style-type: none;
}


.unity,
.sale {
  top: 0;
  margin: 5px 5px;
  position: absolute;
  z-index: 1;
}

.sale {
  right: 0;
}

.unity {
  left: 0;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.table-fixed {
  table-layout: fixed;
  max-width: 100%;
}



.btn-blue {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-blue.focus,
.btn-blue:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-blue.active,
.btn-blue:active,
.open>.dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-blue.active.focus,
.btn-blue.active:focus,
.btn-blue.active:hover,
.btn-blue:active.focus,
.btn-blue:active:focus,
.btn-blue:active:hover,
.open>.dropdown-toggle.btn-blue.focus,
.open>.dropdown-toggle.btn-blue:focus,
.open>.dropdown-toggle.btn-blue:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.btn-blue.active,
.btn-blue:active,
.open>.dropdown-toggle.btn-blue {
  background-image: none
}

.btn-blue.disabled.focus,
.btn-blue.disabled:focus,
.btn-blue.disabled:hover,
.btn-blue[disabled].focus,
.btn-blue[disabled]:focus,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue.focus,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-blue .badge {
  color: #337ab7;
  background-color: #fff
}

.product-img-grid-thumb {
  height: 250px;
  position: relative;
  width: 100%;
}

.product-img-grid-thumb img {
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-name {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}

.form-adicionar-item .input-group {
  display: flex
}


.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 300;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.whatsapp img {
  width: 51px;
  height: 51px;
}

.panel-descricao-produto table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}


.product-img-list-thumb {
  float: left;
  height: 250px;
  max-width: 30%;
  width: 30%;
  position: relative;
  width: 100%;
}

.product-img-list-thumb img {
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.desconto {
  color: green;
}

.acrescimo {
  color: red;
}


.price-card {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:992px) {

  #footer ul,
  .left-top {
    display: block !important;
  }
}

@media (max-width: 991px) {
  body {
    -webkit-text-size-adjust: auto;
  }

  #header .header-row {
    text-align: center;
    padding: 30px 0;
  }

  #header #logo a img {
    display: inline-block;
  }

  .table-container .col-table-cell {
    float: left;
    vertical-align: top;
  }

  .drop-icon {
    width: 45px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 23px;
    cursor: pointer;
    float: left;
    display: inline-block;
    color: #fff;
  }

  .left-top {
    min-width: 160px;
    background: #3E7CB4;
    position: absolute;
    top: 35px;
    z-index: 99;
    padding: 5px 0;
    display: none;
  }

  .left-top #language,
  .left-top #currency {
    float: none;
    border: none !important;
    display: block;
  }

  .left-top #language>.btn-group,
  #currency>.btn-group {
    display: block;
  }

  #header .links {
    float: none;
    border: none;
  }

  #header .links>ul>li {
    float: none;
    display: block;
    border: none !important;
    line-height: 30px;
  }

  #header .links,
  #language,
  #currency,
  #header #top-links {
    border: none !important;
  }

  #header #search {
    position: relative;
    margin-top: 25px;
  }

  #header #cart {
    margin-top: 25px;
    /* text-align: left; */
  }

  #header #cart .dropdown-menu {
    right: auto;
    left: 0;
  }

  #menu .navbar-header {
    float: none;
  }

  #menu .navbar-nav {
    margin: 0px;
  }

  #menu .navbar-header>span {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px 15px 0px 8px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
  }

  #menu .navbar-header>span>b {
    display: inline-block;
  }

  #menu .navbar-header>span>b:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    position: absolute;
    border-width: 5px 6px 0px 6px;
    bottom: 48%;
    margin: 0 0 -6px 0px;
    opacity: 0.7;
  }

  #menu .navbar-header>span>b:before {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
    position: absolute;
    border-width: 0px 6px 5px 6px;
    top: 49%;
    margin: -6px 0 0 0px;
    opacity: 0.7;
  }

  #menu {
    padding: 0;
    height: auto;
    text-align: center;
  }

  #menu .navbar-nav {
    text-align: left;
  }

  #menu .nav {
    padding: 0;
    text-align: left;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  }

  #menu .nav>li {
    float: none;
    padding: 0px;
    display: block;
    height: auto;
  }

  #menu .nav>li>a {
    line-height: 35px;
  }

  #menu .nav>li>div {
    position: relative;
  }

  #menu .nav>li>div>ul {
    display: block;
    width: auto;
  }

  #menu .nav>li ul+ul {
    padding-left: 0px;
  }

  #menu .nav>li>.dropdown-menu ul>li {
    position: relative;
  }

  #menu .nav>li.mega-menu>div {
    width: 100%;
  }

  #menu .nav>li.mega-menu.dropdown {
    position: relative;
  }

  #menu .nav>li div>ul>li>a>span {
    display: none;
  }

  span.submore:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    z-index: 1010;
    content: '+';
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    opacity: 0.6;
  }

  span.submore.plus:after {
    content: '-';
  }

  #menu .nav>li.menu_brands.dropdown {
    position: relative;
  }

  #menu .nav>li.mega-menu>div {
    min-width: inherit;
    position: relative;
  }

  #menu .nav>li.mega-menu>div>.column {
    width: auto;
    display: block;
    margin: 0;
  }

  #menu .nav>li.mega-menu>div>.column>div {
    display: none;
    position: relative;
  }

  #menu .nav>li.mega-menu>div>.column>div ul {
    display: block;
  }

  #menu .nav>li.mega-menu>div>.column a,
  #menu .nav>li>div>ul li a,
  #menu .nav>li.mega-menu>div>.column>div>ul>li>a {
    width: auto;
    padding: 7px 0;
    margin: 0;
  }

  #menu .nav>li.sub:hover>a:after {
    display: none;
  }

  #menu .nav>li.custom-link-right {
    float: none;
  }

  #menu .nav>li>.dropdown-menu,
  #menu .nav>li>.dropdown-menu li .dropdown-menu {
    box-shadow: none;
    float: none;
    width: 100%;
    position: relative;
    min-width: inherit;
    margin-top: 0px;
    left: auto;
    border: 0px none;
  }

  #menu .nav>li .dropdown-menu ul {
    display: block;
    margin: 0 10px;
  }

  #footer .fpart-first {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #footer .column,
  #footer .contact,
  #footer .about_details {
    margin-bottom: 20px;
  }

  #footer .contact ul li {
    float: left;
    width: 30%;
  }

  #footer .contact ul li+li {
    margin: 0 0 0 4%;
  }

  #footer .powered_text,
  #footer .social {
    float: none !important;
  }

  #footer .social {
    text-align: center;
    padding: 12px 0 0;
    margin: 0px !important;
  }

  #footer .social a {
    float: none;
    display: inline-block;
  }

  #powered {
    text-align: center;
    width: 100%;
    line-height: normal;
    padding-top: 10px;
    height: auto;
  }


  .product-list .left {
    width: auto;
    float: none;
  }

  .product-info>.left {
    float: none;
    margin-right: 0px;
  }

  .product-info>.left+.right {
    margin-left: auto;
  }

  .product-info .image {
    float: none;
  }

  .mousetrap {
    width: 99% !important;
  }

  #cloud-zoom-big {
    width: 99% !important;
  }

  #wrap #zoom1 img {
    display: inline-block !important;
  }

  .product-info .image-additional {
    width: auto;
    margin-bottom: 10px;
    max-width: none;
  }

  .product-info .image-additional a {
    display: inline-block;
    float: none;
  }

  #container .category-module h3 {
    padding: 0 0 30px 0;
    text-align: center;
  }

  .category-module .tabs {
    left: 5px;
    padding: 0;
    right: auto;
  }

  .category-module .tabs li a {
    font-size: 11px;
    padding: 0 5px;
  }

  .category-module .tabs li a.selected {
    padding: 0 5px;
  }

  .category-module .tabs li.active a {
    padding-bottom: 2px;
    line-height: 22px;
  }

  .table-container .col-table-cell {
    padding: 0px;
  }
}

@media (max-width: 767px) {

  #header #cart {
    text-align: center;
  }

  #header #cart .dropdown-menu {
    left: 50%;
    margin-left: -210px;
  }

  #container .category-module .owl-theme .owl-controls .owl-buttons div {
    top: -75px;
  }

  #footer .contact ul li {
    float: none;
    width: auto;
  }

  #footer .contact ul li+li {
    margin: 12px 0 0 0;
  }

  #footer h5 {
    margin: 0px 0px 5px;
  }

  .input-group.quantity .form-control {
    float: none;
  }

  .input-group.quantity .input-group-btn,
  .input-group.quantity .form-control {
    display: block
  }
}

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

  #header #cart .dropdown-menu {
    left: 50%;
    margin-left: -155px;
    width: 310px;
  }

  .product-info .cart {
    text-align: center;
  }

  .product-info .cart div {
    float: none;
  }

  .product-info .cart>div {
    margin-bottom: 10px;
  }

  .product-info .cart div .qty {
    float: none;
    display: inline-block;
  }


  .htabs {
    padding-left: 0;
  }

  .htabs a,
  .nav>li>a {
    font-size: 11px;
    padding: 7px 5px 6px 5px;
  }

  .category-module .tabs li {
    line-height: 26px;
  }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 50%;
    float: left;
  }

  .col-md-5ths {
    width: 50%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 33.3333%;
    float: left;
  }
}

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