/* COMMON */
body {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
  background : #fff;
  color: #777;
}
h1 {
  color: #111;
  font-weight: 400;
  font-size: 21px;
  margin: 0 0 20px;
}
h1 small {
  display: block;
  font-size: 14px;
  color: #777;
  text-transform: none;
  margin: 10px 0 20px;
}
h2 {
  color: #111;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 15px;
}
h3 {
  color: #777;
  font-size: 14px;
  margin: 0;
}
p {margin-bottom: 18px;}
a:link,
a:active,
a:hover {text-decoration: none;}
a {
  color: #777;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #111;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
input, select, textarea {
  padding: 10px;
  border: 1px solid #d9d9d9;
  color: #333;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
}
hr {
  border-top: 1px solid #e9e9e9;
  height: 1px;
  display: block;
  border-left:none;
  border-right:none;
  border-bottom:none;
}
/* CLASS */
.red {color: #c61000;}
.title-bar {
  background: url(../img/title-bar.gif) repeat-x center center;
  display: block;
  margin-bottom: 30px;
}
.title-bar h1 {
  background: #fff;
  padding: 0 20px;
  display: table;
  margin: 0 auto;
}
.header-content {
  padding: 40px 0 0 0;
  background: #fff;
}
.header-content h1 {margin: 0}
.body-content {
  padding: 40px 0;
  background: #fff;
}
.footer-content {
  padding: 0 40px 40px 40px;
  background: #fff;
}
h1.center {text-align: center;}
h1.title {margin: 0;}
.img-center {
  margin: 0 auto;
  display: table;
}
.small {
  line-height: 1.4;
  font-size: 12px;
  margin: 2% 0;
}
.box-shadow {
  padding: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.size-xx {width: 100%;}
.right {float: right;}
.left {float: left;}
.obs {color: #e5322e;}
.btn,
.btn:link,
.btn:active,
.btn:visited {
  border-radius: 3px;
  line-height: 1.8;
  text-align:center;
  font-weight: 700;
  text-transform: uppercase;
  background: #5dc010;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  background: #3d7c0b;
  color: #fff;
}
.btn2,
.btn2:link,
.btn2:active,
.btn2:visited {
  border-radius: 3px;
  text-align:center;
  font-weight: 700;
  text-transform: uppercase;
  background: #777;
  color: #111;
  border: 0;
  padding: 10px 20px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn2:hover {
  background: #111;
  color: #fff;
}
.alert {
  padding: 8px 24px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  border: none;
}
.alert-success {
  color: rgba(0, 150, 0, 0.7);
  background: rgba(0, 255, 0, 0.2);
}
.alert-error {
  color: rgba(150, 0, 0, 0.7);
  background: rgba(255, 0, 0, 0.2);
}
.section-container {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
.section-title {
  padding: 60px 0;
}
.section-title h1 {
  font-size: 28px;
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.section-title h1,
.section-title h1 small {color: #fff;}
.section-title a.btn {
  color: #fff;
  border-color: #fff;
}
.filters {
  border: 1px solid #efefef;
  padding: 10px 20px;
  display: block;
  clear: both;
  line-height: 40px;
  overflow: hidden;
}
.filter-col {
  width: 33%;
  float: left;
}
.filters-up {
  margin-bottom: 30px;
}
.filters-down {
  margin-top: 30px;
}
.filters select {
  padding: 5px;
  background: #e9e9e9;
  border: 0;
}
.form-inline {
  overflow: hidden;
  margin-top: 30px;
}
.form-inline p {
  display: block;
  overflow: hidden;
  line-height: 1;
}
.form-inline label {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  font-size: 12px;
}
.form-inline input,
.form-inline select,
.form-inline textarea {float: left; width: 100%;}
.col-2 {width: 50%; float: left; padding-right: 40px;}
.col-2:last-child {padding-right: 0px;}
.col-2-last {width: 50%; float: left; padding-right: 0px}
.col-3 {width: 33.3333333333%; float: left;}
.form-block .col-2 {overflow: hidden; margin-bottom: 10px;}
.form-block .size-full {width: 100%;}
.form-block label {
  display:block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #3e2616;
  font-size: 12px;
}
.table {width: 100%;}
.table .thead {
  background: #22445f;
  color: #fff;
  font-weight: bold;
}
.table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.breadcrumb {
  margin-bottom: 40px;
  overflow: hidden;
}
ul.list-line {}
ul.list-line li {
  display: block;
}
ul.list-line li.title {
  font-weight: 700;
  text-transform: uppercase;
}
ul.list-pagination {
  margin-top: 10px;
}
ul.list-pagination li {
  float: left;
  margin: 0 5px 15px 0;
}
ul.list-pagination li a {
  color: #444;
  border: 2px solid #777;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 5px 8px;
}
ul.list-pagination li a:hover {
  color: #3d7c0b;
  border-color: #3d7c0b;
}
ul.list-pagination li.active a {
  color: #5dc010;
  border-color: #5dc010;
}
ul.list-bread {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
ul.list-bread li {
  text-transform: uppercase;
  float: left;
  margin: 0 2px;
  font-size: 11px;
}
ul.list-bread li.active {
  color: #5dc010;
  font-weight: 700;
}
ul.list-bread li::after {
  content: '/';
  margin-left: 5px;
}
ul.list-bread li:last-child::after {
  content: "";
  margin-right: 0;
}
ul.list-thumb {}
ul.list-thumb li {
	float: left;
	margin: 0 5px 5px 0;
	border: 2px solid #fff;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-align: center;
	padding: 5px 11px;
  background: #d2d2d2;
}
ul.list-thumb li img {
	height: 60px;
}
ul.list-thumb li:hover {
	border: 2px solid #222;
}
ul.list-thumb li.active {
	outline: 0;
	border: 2px solid #bf0411;
	background: #bf0411;
}
ul.list-thumb li.active a {
	color: #FFF;
}
ul.list-thumb li.not-avaible {
	opacity: 0.3;
}
ul.list-size li.not-avaible {
  opacity: 0.5;
}
ul.list-size {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 7px;
}
ul.list-size li {
  float: left;
  margin: 10px 5px 15px 0;
}
ul.list-size li a {
  color: #999;
  border: 1px solid #999;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 5px 8px;
}
ul.list-size li a:hover {
  color: #e44d3d;
  border-color: #e44d3d;
}
ul.list-size li.active a {
  color: #e44d3d;
  border-color: #e44d3d;
}
.form-box {
  padding: 8px 0;
}
.container-interno {
	padding-left: 30px;
  padding-right: 30px;
}
.box {}
.box h1 {
  margin: 0 0 10px;
}
table.table-list {
  width: 100%;
}
table.table-list thead tr th {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
}
table.table-list tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
table.table-list tbody tr:last-child td {
  border-bottom: none;
}
.pedido-resumo strong {color: #000}
.underline {text-decoration: underline !important;}
.field, .desc {float: left;}
.link-right {
  float: right;
  margin-top: 10px;
}
/* PLUGINS */
.instabox {padding: 0px;}
.instabox {float: left; width: 20%; padding: 1px;}
.instabox > a {display: block; position: relative;}
.instabox .likes {
  background: rgba(228,77,61,0.8);
  font-size: 1em;
  position: absolute;
  color: #fff;
  right: 0px;
  top: 0px;
  left: 0px;
  height: 100%;
  opacity: 0;
  text-align: center;
  line-height: 150px;
  text-shadow: 0 1px rgba(0,0,0,0.5);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  -ms-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
.instabox a:hover .likes {opacity:1;}
.instabox .likes span {
  position: absolute;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.instabox .likes span img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 5px;
}
.instabox > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff !important;
  text-decoration: none;
  background: #5dc010;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  line-height: 44px;
  text-align: center;
  display: none;
}
.go-top:hover {
  background: #3d7c0b;
  color: #fff !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  margin-top: 0px;
}
ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding: 5px 0;
  width: 33.3333333333%;
  text-align:center;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  color: #777;
  border-bottom: 2px solid #777;
  padding: 10px 20px;
  margin-right: 0px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.tabs li:last-child {}
ul.tabs li:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 45%;
}
ul.tabs li:hover {}
ul.tabs li.active {
  text-align:center;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #5dc010;
  color: #5dc010;
  padding: 10px 20px;
}
.tab_container {
  clear: both;
  width: 100%;
  border-top: 0;
  overflow: auto;
}
.tab_content {
  display: none;
  padding: 30px;
  overflow: hidden;
}
.tab_drawer_heading {
  display: none;
}

/* QTDE */
.qty {
  width: 50px;
  text-align: center;
}
input.qtyplus, input.qtyminus {
  width:25px;
  height:25px;
  border: none;
  background: none;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

/* FILTER CATEGORIAS */
.side-collapse {display: none;}
#author_bio_wrap {display: block;}

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

  #loginentrada .loginentradadiv{
    width: 100% !important;
  }
  .side-collapse {display: block;}

  .collapse-products {
    overflow:hidden;
    margin-top: 30px;
  }

  #author_bio_wrap {
    display: none;
    overflow: hidden;
    height: auto;
  }

  #btn-toggle {
    padding: 10px;
    display: block;
    width: 100%;
    color: #fff;
    background: #1b48a2;
    text-align: center;
    cursor: pointer;
  }

  #btn-toggle:hover {
    color: #fff;
    background: #0c2963;
  }
}

/* FIXED NAV */
#nav-fixed {
  z-index: 1000;
  padding: 15px 0;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  display:none;
  background: #fff ;
  border-bottom: 1px solid #efefef;
}
.menu_open {
  top: 0px !important;
  -webkit-transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s;
  -moz-transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s;
  transition: top .2s cubic-bezier(0.215, 0.610, 0.355, 1.000), height .2s; /* easeInQuad */
}
.menu_closed {
  top: -148px !important;
  -webkit-transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s;
  -moz-transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s;
  transition: top .2s cubic-bezier(0.550, 0.055, 0.675, 0.190), height .2s; /* easeOutQuad */
}
/* HEADER */
header {}
.header-bar {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9;
}
ul.list-header-bar {
  display: table;
  margin: 0 auto;
  margin-top: 17px;
}
ul.list-header-bar li {
  display: inline-block;
  padding: 0;
  text-align: center;
}
ul.list-header-bar li:last-child {
  border-right:none;
  padding-right: 0;
}
ul.list-header-bar li:first-child {margin-left: 0}
ul.list-header-bar li a {
  font-size: 13px;  
  font-weight: 700;
}
ul.list-header-bar li a:hover {}
ul.list-header-bar li strong {}
ul.list-header-bar li i {}
ul.list-header-bar li a:hover i {}

ul.direita {float: right}
ul.esquerda {float: left}
.header-sec {
  display: block;
  margin-top: 16px;
  margin-bottom: 10px;
}
ul.list-header-bar2 {}
ul.list-header-bar2 li {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
ul.list-header-bar2 li:last-child {
  border-right:none;
  padding-right: 0;
}
ul.list-header-bar2 li:first-child {margin-left: 0}
ul.list-header-bar2 li a {
  font-size: 12px;  
  font-weight: 400;
}
ul.list-header-bar2 li a:hover {}
ul.list-header-bar2 li strong {color: #5dc010;}
ul.list-header-bar2 li i {}
ul.list-header-bar2 li a:hover i {}
.header-main {
  background: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-search {}
.logo {
  margin: 0 auto;
}


.header-pgto {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.header-pgto-right {
  padding-top: 15px; 
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .header-pgto-right {text-align: center;}
}

@media only screen and (max-width: 991px) {
  .logo {
    margin-top: 0;
  }
}
.search-box {
  background: #fff;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
  border-radius: 5px;
}
.search-select {
  width: 30%;
  float: left;
}
.select-style {
  line-height: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: #fff url("../img/ico-arrow-down.png") no-repeat 90% 50%;
}
.select-style select {
  font-size: 12px;
  color: #999;
  width: 100%;
  padding: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}
.select-style select option {
  background: #fff;
  color: #999;
}
.search-field {
  width: 90%;
  float: left;
}
.search-field input {
  background: #fff;
  font-size: 14px;
  width: 100%;
  margin: 0;
  border: 0;
  line-height: 48px;
  height: 48px;
  float: right;
  padding: 0 18px;
  border-radius: 0;
}
.search-btn {
  width: 10%;
  float: right;
  color: #fff;
}
.search-btn button {
  line-height: 48px;
  height: 48px;
  width: 100%;
  margin: 0;
  border: 0;
  background: #fff;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.search-btn button i {color: #999}
.search-btn button:hover {background: #881a95;}
.search-btn button:hover i {color: #fff;}
.user-box {
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.user-box .cart-box {
  float: right;
  width: 100%;
}
.user-box .ico {
  float: left;
  width: 55px;
  text-align: right;
  padding-right: 5px;
}
.user-box .desc {
  width: 100%;
  text-align: center;
}
.user-box .desc a {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
}
.user-box .desc a:hover {
  color: #000;
}
/* CAT */
.header-cat {
  width: 100%;
  background: #1b48a2;
}
/* SLIDER */
#main-slider {
  /*margin-top: 30px;*/ 
}
.slider {
  z-index: 1;
  width: 100%;
  position: relative;
}
/* FEATURES */
.features {
  background: #efefef;
  margin-top: 3px;
}
.features .item {
  padding: 10px 0;
}

.features-footer {
  margin-top: 60px;
  background: #ed3237 !important;
}

/* GRID BANNERS */
.grid-banners {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.grid-banners .item {margin-bottom: 30px;}

/* CATEGORIAS HOME */
.categorias-banners {
  display: block;
  margin-top: 30px;
}
.categorias-banners .item {
  background: #efefef;
  height: 240px;
  padding: 20px;
  text-align: center;
}
.categorias-banners .item img {
  display: table;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .categorias-banners .item {
    margin-bottom: 30px;
  }  
}

/* CATEGORIAS TABS */
.categorias-tabs {
  display: block;
  margin-top: 20px;
}
.categorias-tabs .box {
  padding: 30px;
  border: 1px solid #efefef;
}

ul.tabs-home {
  padding: 0;
  list-style: none;  
  margin-top: 0px;
}
ul.tabs-home li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  text-align:center;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
  border-bottom: 2px solid #777;
  padding: 5px 10px;
  margin-right: 0px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.tabs-home li:last-child {}
ul.tabs-home li:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 45%;
}
ul.tabs-home li:hover {
  color: #79cf6a;
  border-color: #79cf6a;
}
ul.tabs-home li.active {
  text-align:center;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #79cf6a;
  color: #79cf6a;
}
.tab_container-home {
  clear: both;
  width: 100%;
  border-top: 0;
  overflow: auto;
}
.tab_content-home {
  display: none;
  padding: 30px 0;
  overflow: hidden;
}
.tab_drawer_heading-home {
  display: none;
}

/* LANZAMIENTOS */
.lanzamientos {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

/* MARCAS */
.marcas {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* HIGHLIGHTS */
.highlights {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}
.highlights-item {
  opacity: 1;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.highlights-item:hover {}
.highlights-txt {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  background: rgba(93,192,16,0.85);
  text-align: center;
}
.highlights-txt h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-transform: none;
}
/* AD */
.ad {
  display: block;
  margin-bottom: 20px;
}
.ad-img {margin: 0 auto;}
.ad-big {margin: 40px 0}
/* SIDE CAT */
.side-box .search-box {border: 0}
.side-cat {
  padding: 30px;
  background: #e9e9e9;
}
.side-cat h1 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
ul.side-cat-list {}
ul.side-cat-list li {
  font-size: 13px;
  display: block;
  margin-bottom: 8px;
  line-height: 1.6;
}
ul.side-cat-list li a {}
ul.side-cat-list li a.link-all {color: #ed3237;}
ul.side-cat-list li a.link-all:hover {color: #890004}

.side-cat-content {
  width: 100%;
  float: left;
  border: 1px solid #efefef;
  padding: 30px;
}
.side-cat-content h2 {
  margin: 0 0 10px;
  color: #222;
}
/* HOME */
.home-content {
  background: #fff;
  padding: 40px;
  overflow: hidden;
}
.services-home {
  margin: 40px 0;
  padding: 40px 0;
}
.services-home .img-center {
  margin-bottom: 30px;
}
.videos-content {
  background: #222;
}
.videos-list {
  overflow-y: scroll;
  height: 417px;
}
.videos-list ul.list-line li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.videos-list ul.list-line li:hover {background: #000}
.videos-list ul.list-line li .thumb {
  width: 100px;
  margin-right: 10px;
  float: left;
}
.videos-list ul.list-line li .desc {
  width: calc(100% - 110px);
  float: left;
}
.videos-list ul.list-line li .desc {color: #fff;}
.videos-list ul.list-line li .desc span {
  display: block;
  color: #bf0411;
  font-size: 12px;
  text-transform: uppercase;
}
a.videos-all {
  margin: 0 auto;
  display: table;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
}
a.videos-all:hover {
  color:#bf0411;
  border-color: #bf0411;
}
.videos-list::-webkit-scrollbar-track
{
  border: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.videos-list::-webkit-scrollbar
{   border: 0;
  width: 10px;
  background-color: #F5F5F5;
}
.videos-list::-webkit-scrollbar-thumb
{
  border: 0;
  background-color: #000000;
  border: 1px solid #555555;
}
.instagram {padding: 40px 0;}
.instagram h1 {color: #fff;}
.blog {margin: 20px 0;}
.brands {margin: 40px 0;}
.brands-box {
  overflow: hidden;
  border-top: 5px solid #222;
  border-bottom: 5px solid #222;
}
/* SEARCH */
.results {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 15px;
  border: 1px solid #efefef;
  text-align: center;
}
/* LOGIN */
.box-login-social {
  text-align: center;
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 20px;
}
.box-login-social img {margin: 0 auto}
.box-or {
  margin: 15px 0;
  text-align: center;
}
.box-login {
  height: 320px;
  position: relative;
  border: 1px solid #e9e9e9;
  padding: 30px;
}
.box-login h2 {}
.box-login h1 small {
  display: block;
  margin-top: 5px;
  font-size: 12px;

}
.box-login input[type="text"],.box-login input[type="password"] {width: 100%}
.box-login .form-inline a {font-size: 12px;}
.box-login .btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.box-login-seguro {
  text-align: center;
  font-size: 11px;
}
.box-login-seguro img {
  margin-top: 7px;
  margin-bottom: 17px;
}
.box-login-seguro h1 {font-size: 24px;}
.btn-fb-login {
  opacity: 1;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-fb-login:hover {opacity: 0.7}
/* CADASTRO */
.box-cadastro {
  border: 1px solid #efefef;
  padding: 50px;
  margin-bottom: 30px;
}
.box-cadastro input[type="text"] {width: 100%}
.box-cadastro .form-inline a {
  color: #aaa;
  font-size: 12px;
}
.box-cadastro .btn {
  /*position: absolute;
  bottom: 20px;
  right: 20px;
  */
}
/* PANEL */
.box-user {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.box-panel {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.section-painel .accordion dt a {
  padding: 15px 0;
  color: #333;
}
.section-painel .accordion dl:first-child {
  border-top: 1px solid #e9e9e9;
}
.section-painel .accordion dd,
.section-painel .accordion__panel {
  border-bottom: 1px solid #e9e9e9;
  overflow-x: hidden;
}
.pedido-resumo {
  padding-top: 20px;
}
.pedido-resumo h2 {
  margin: 0 0 10px;
}
table.table-list {
  width: 100%;
}
table.table-list thead tr th {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
}
table.table-list tbody tr td {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
  color: #333;
}
table.table-list tbody tr:last-child td {
  border-bottom: none;
}
/* PRODUCTS */
.products-home {
  background: #e9e9e9;
  padding: 80px 0;
  overflow: hidden;
}
.prod-item-megamenu {
  padding: 0 30px 0 30px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  height: auto !important;
}
.prod-item-megamenu h1 {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  height: 54px;
  text-transform: none;
  line-height: 1.2;
}
.prod-item-megamenu img.thumb {
  display: table;
  margin: 0 auto;
}
.prod-item-combo {
  height: auto;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.combo-plus{
  position: absolute;
  right: -10%;
  top: 35%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  background: #e82583;
  color: #fff;
}
.prod-item-combo h1 {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  text-transform: uppercase;
  line-height: 1.6;
  margin: 0;
}
.prod-item-combo .price-for {
  font-size: 14px;
  font-weight: 700;
}
.prod-item-combo small {font-size: 12px;}
.prod-item-combo-total {
  border: 2px solid #d9d9d9;
  padding: 20px;
}
.prod-item-hover-opc {}
.prod-item {
  cursor: pointer;
  padding: 20px;
  text-align: center;
  height: 500px;
  position: relative;
  margin: 0 5px;
}
.prod-item .thumb {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;  
}
.prod-item:hover .thumb {opacity: 0.5}
.prod-item h1 {
  font-size: 14px;
  font-weight: 700;
  color: #777;
  height: 60px;
  line-height: 1.2;
  margin: 10px 0 0 0;
}
.prod-item img.thumb {
  display: table;
  margin: 0 auto;
}
.prod-item .btn-prod {
  padding: 15px 0;
}
.prod-off {
  z-index: 99;
  position: absolute;
  top: 10px;
  right: 10px;
}
.prod-promo {
  display: inline-block;
}
.prod-off-value {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  padding: 1px 3px;
  background: #881a95;
  display: inline-block;
  border-radius: 2px;
}
.prod-feat {
  font-weight: 700;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 3px 4px 1px 4px;
  background: #c61000;
  font-size: 12px;
  display: inline-block;
  margin: 20px 0 0 0;
}
.prod-item a.prod-bt-comprar {
  padding: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: block;
  position: absolute;
  text-align: center;
  font-size: 14px;
  background: #5dc010;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.prod-item a.prod-bt-comprar:hover {
  background: #3d7c0b;
}
.prod-item a.prod-bt-mais  {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
  background: #e82583;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.prod-item a.prod-bt-mais:hover {background: #ba1e69}
.prod-item:hover a.prod-bt-comprar,
.prod-item:hover a.prod-bt-mais {
  display: inline-block;
}
ul.list-colors {
  display: table;
  margin: 0 auto 10px auto;
  overflow: hidden;
}
ul.list-colors li {
  float: left;
  margin: 0 3px 3px 3px;
}
ul.list-colors li img {
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
}
.foo img:last-child{
  display:none;
}
.foo:hover img:first-child{display:none}
.foo:hover img:last-child{
  display:inline-block;
}
/* PRODUCTS DETAIL */
.prod-info h1 {color: #000;}
.prod-info h2 {
  text-transform: none;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
}
.prod-info .btn {
  display: block;
  height: 60px;
  line-height: 60px !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #5dc010;
  border: 0;
  padding: 0;
  border-radius: 3px;
}
.prod-info .btn:hover {
  border-color: #3d7c0b;
  background: #3d7c0b;
  color: #fff;
}
.prod-info .btn i {font-weight: 300;}
.prod-info-box {
  overflow: hidden;
  display: block;
  padding: 20px 2px;
  text-align: left;
  border-top: 1px solid #e9e9e9;
}
.prod-info-box .feat-box {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 2px;
  color: #aaa;
  text-transform: uppercase;
  display: inline-block;
}
.prod-info-box .badges {float: right;}
.price-of {
  display: block;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.price-varejo {
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #000;
}
.price-varejo span {
  border-radius: 2px;
  padding: 1px 3px;
  border: 1px solid #aaa;
  font-size: 9px;
  color: #777;
}
.price-for {
  font-size: 16px;
  font-weight: 700;
  color: #79cf6a;
}
.price-for span {
  display: inline-block;
  border-radius: 2px;
  padding: 1px 3px;
  border: 1px solid #aaa;
  font-size: 9px;
  color: #777;
}
.price-off {
  display: block;
  font-size: 12px;
  color: #00b01c;
  text-transform: uppercase;
}
.price-parc {
  display: block;
  margin-bottom: 5px;
}
.price-main {
  display: block;
  color: #000;
}
.price-main strong {font-size: 21px;}
.price-submain {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin: 15px 0;
  display: block;
}
.price-strong {
  color: #000;
  font-weight: 700;
}
.price-combo {
  overflow: hidden;
  text-align: center;
  padding: 10px 0 30px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.price-combo strong {
  font-size: 18px;
  color: #de3753;
  display: block;
}
.more-cats {
  display: block;
  line-height: 1;
  margin-top: 10px;
}
.more-cats a {
  font-size: 12px;
  color: #777 ;
  text-transform: uppercase;
}
.more-cats a:hover {color:#111;}
/* LOOK */
.look-item {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.look-item:last-child {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* CART */
.cart-box {position: relative;}
.cart-box .count {
  display: inline-block;
  margin-left: 5px;
  background: #5dc010;
  color: #fff;
  line-height: 30px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.cart-box-hover {
  position: absolute;
  z-index: 500;
  top: 50px;
  right: 0;
  color: #333;
}
.cart-box-content {
  text-align: left;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  display: block;
  width: 350px;
  line-height: 1.2;
  box-shadow: 0 15px 15px rgba(0,0,0,0.2);
}
.cart-box-content a {
  font-weight: 400;
}
.cart-box-content strong {color: #000}
.cart-box-content .btn {line-height: 3;}



.section-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e9e9e9;
}
.section-cart-extra {
  background: #e9e9e9;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.img-cart {max-width: 70%;}
a.bt-remove  {
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}
.field,
.field-desc {
  float: left;
}
a.link-cep {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  margin: 0 2%;
}
.frete-input {
  padding: 9px;
  background: #fff;
  color: #444;
}
.frete-bt {
  padding: 8px 15px;
  background: #999;
  color: #fff;
  border: 1px solid #999;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.frete-bt:hover {
  background: #777;
  border-color: #777;
}
/* PAY */
.resume-box {
  background: #e9e9e9;
  padding: 30px;
}
.resume-box hr {
  border-top: 1px solid #d9d9d9;
}
/* FINAL */
.nr-order {
  color: #fff;
  border-radius: 3px;
  background: #009fea;
  padding: 3px 8px;
  margin-left: 5px;
  font-size: 18px;
}
/* MIDIA */
.midia {
  margin-top: 50px;
  padding:50px 0;
  background: url(../img/midia-bg.jpg) top center no-repeat #efefef;
}
.midia h1 {}
/* BLOG */
.blog-content .bar {margin: 40px 0;}
.blog-content ul.list-line li {
  padding: 8px 0;
  border-bottom: 1px solid #e9e9e9;
}
.blog-content .search-field input {
  background: #efefef !important;
}
.blog-content ul.list-line li a {}
.blog-content ul.list-line li a:hover {}
.blog-post {margin-bottom: 40px;}
.blog-post h1 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 15px 0;
  line-height: 1.4;
  color: #111;
}
.blog-post h1 small {
  display: block;
  color: #aaa;
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
}
.blog-post .thumb {margin-bottom: 20px;}
.blog-thumb {
  display: block;
  margin-bottom: 20px;
  height: 200px;
}
.box-blog-relacionados .jcarousel-wrapper {
  margin: 0;
}
.box-blog-relacionados .prod-item {
  padding: 0;
}
.side-box {}
.side-box .search-box {
  width: 100%;
}
.side-box .search-box .search-btn button {
  background: #5dc010 !important;
  border: 1px solid #5dc010 !important;
}
.side-box .search-box .search-btn button:hover {
  background: #3d7c0b !important;
  border-color: #3d7c0b !important;
}
.side-box hr {border-top: 1px solid #efefef;}
.side-box .search-btn {
  width:50px;
}
.side-box .search-field {
  width: calc(100% - 50px);
}
ul.list-side li {
  display: inline-block;
  margin: 0 2px 12px 0;
}
ul.list-side li a {
  border: 1px solid #777;
  color: #777;
  padding: 3px 5px;
}
ul.list-side li a:hover {
  border: 1px solid #5dc010;
  color: #5dc010;
}
ul.list-side li:last-child {margin-bottom: 0;}
/* GALERIA */
.galeria-item {margin-bottom: 30px;}
/* LOJA */
.loja-box {
  height: 90px;
  margin-bottom: 30px;
}
/* SERVIÇO */
.servico-box {
  margin-bottom: 30px;
}
/* FALE */
.fale-box {
  text-align: center;
  height: 200px;
  margin-bottom: 30px;
}
.fale-box img {margin-bottom: 15px;}
/* FOOTER */
.footer-bg {
  width: 100%;
  background: #1b48a2;
  color: #fff;
  padding: 60px 0;
}
.footer-bg h1 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: 700;
}
.footer-bg a {color: #fff}
.footer-bg a:hover {color: #a3bff5}

.footer-bg .search-box {width: 100%;}
.footer-bg .search-btn {width: 10%;}
.footer-bg .search-field {width: 90%;}

ul.list-line-footer {
  margin-top: 10px;
  overflow: hidden;
}
ul.list-line-footer li {
  line-height: 1.6;
  margin-bottom: 10px;
}

.footer-credits {
  padding: 30px 0;
  background: #fff ;
  font-size: 13px;
}
.footer-credits h1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-extras {text-align: center;}





/* modificações e adaptacoes */
.caixaimg {
	height: 220px;
}
.img-responsiveh {
	max-height: 97%;
}
.celpgto {
	width: 70px; text-align: center; float: left;
}
li.menusel {
	color: #5dc010 !important;
  font-weight: 700;
}
li.menusel a {
	color:#5dc010 !important;
  font-weight: 700;
}
ul.list-sabor {
	padding: 0;
}
ul.list-sabor li {
  margin: 0; padding:0; list-style: none;
  float: left; margin: 10px 10px 10px 0;
}
ul.list-sabor li a {
	border-radius: 5px;
	padding: 7px;
	background: #5dc010;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
ul.list-sabor li a:hover {background: #F00;}
ul.list-sabor li a:active {background: #008c00;}
ul.list-sabor li.color-select a {
	background: #F00;
}
ul.list-sabor li.color-not-avalible a {
	opacity: 0.3;
  cursor:default;
}
ul.list-sabor li.size-select a {
	background: #F00;
}
ul.list-sabor li.size-not-avaible a {
	opacity: 0.3;
 	/*pointer-events: none;
  cursor: default;*/
}
table.tabela_frete {
  border:1px solid #ccc;
  width: 100%;
}
table.tabela_frete tbody tr th {
  background:#ccc;
  color: #000;
  padding: 5px;
}
table.tabela_frete tbody tr td {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}



@media (min-width: 0px) and (max-width: 360px) {
  a.menuzord-brand img {height: 40px !important;}
  .menuzord-responsive .showhide {
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  h1, h2 {text-align: center;}
  ul.list-header-bar {
    display: table;
    margin: 0 auto;
  }
  ul.esquerda {display: none}
  ul.direita {float: none; margin-top: 5px;}
  .search-box-header {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .section-box {text-align: center;}
  .user-box {
    display: table;
    margin-top: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
  }
  .user-box .desc a {
    height: 0 !important;
    line-height: 0 !important;    
  }

  .user-box .desc {
    text-align: center !important;
    line-height: 2.2;
  }
  .cart-box-hover {display: none !important;}
  .features .img-center {}
  .footer-highlights {
    height: auto;
    padding: 0 0 20px;
  }
  .footer-highlights .desc {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-highlights .desc h1 {font-size: 18px;}
  .footer-highlights .form {
    margin-top: 20px;
  }
  ul.list-line-footer {
    overflow: hidden;
    margin-bottom: 10px;
  }
  ul.list-line-footer li {text-align: center;}
  ul.list-line-footer li img {display: table; margin:0 auto;}

  .footer-credits .item {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
  }
  .side-cat-content {
    overflow: hidden;
  }
  .side-cat-content h2 {
    line-height: 1.4;
  }
  ul.side-cat-list li {
    text-align: center;
    margin: 0;
    margin-bottom: 12px;
  }
  ul.side-cat-list li a {
    padding: 3px 5px;
    border: 1px solid #777;
    color: #777;
  }
  ul.side-cat-list li a:hover {
    border: 1px solid #111;
    color: #111;
  }

  ul.side-cat-list li.menusel a {    
    border: 1px solid #79cf6a;    
  }
  .megamenu-content ul.cat-list li {
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0px 10px;
    margin-bottom: 5px;
    text-align: center;
  }
  .btn, .btn2 {
    width: 100%;
    margin:10px 0;
    display: block;
    line-height: 1.3 !important;
  }
  .prod-info-box, .prod-info {text-align: center;}
  .resume-box {
    margin: 30px 0;
    text-align: center;
  }
  .section-finaliza {text-align: center;}
  .box-user {text-align: center;}
  .box-panel {margin: 30px 0;}
  .highlights-item img {width: 100%;}
  .box-login {margin: 30px 0; height: auto;}
  .box-login .btn {
    position: static;
    bottom: 0;
    right: 0;
  }
  .obs {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
  }
  ul.list-side li {text-align: center;}
  ul.list-pagination {
    float: none;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
  }
  .prod-item {
    margin-top: 20px;
    height: auto;
    text-align: center;
  }
  .prod-item h1 {height: auto;}
  footer h1 {text-align:}
}
@media only screen and (max-width: 991px) {
  ul.list-header-bar li {
    padding: 0 7px;
    border-right: 0;
  }
  .user-box {
    display: table;
    margin: 0 auto;
    float: none;
    top: -7px;
    position: relative;    
  }
  .user-box .desc {
    line-height: 1.2;
  }
  ul.list-line-footer li {
    width: 100%;
  }

  .prod-bt-mais {
    display: none;
    visibility: hidden;
  }
  .footer-contact .icon2 {display: none}
  ul.list-bread {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
  }
  .prod-info .btn {line-height: 1;}
  #nav-fixed {
    display: none;
    visibility: hidden;
  }
  .cart-frete {
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
  }
  .desc2-whats {
    margin-top: 30px;
  }
  .footer-extras-content {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .prod-item-combo-total {
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {  
  .prod-info .btn {
    margin-top: 20px;
  }
  .footer-contact {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-highlights .desc {
    width: 100%;
    margin: 0;
  }
  .footer-highlights .form {
    margin-top: 20px;
  }
}

#avisoupd {
  z-index: 9999;
  display: none; 
  position: fixed; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  background: rgba(0,0,0,0.95); 
  color: #FFF; 
  padding: 50px; 
  font-size: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

#loginentrada .loginentradadiv{
  width: 600px;
  height: 600px;
  padding: 20px;
}
.bt-whatsapp-api{
  position: fixed;
  bottom: 70px;
  right: 7px;
  z-index: 99999;
}
.bt-whatsapp-api:hover .ballon-whatsapp-api{
  transition: all 0.5s ease;
  opacity: 1;
}
.icon-whatsapp{
  border-radius: 200px 200px 200px 200px;
  background: #5dbb2f;
  display: inline-block;
  font-size: 2.5em;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.22);
  box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.22);
  transition: all 0.5s ease;
  color:#fff;
  width: 70px;
  height: 70px;
  text-align: center;
}
.icon-whatsapp .fa{
  margin-top: 21%;
}

.icon-whatsapp:hover{
  transition: all 0.5s ease;
  color:#fff;
  -webkit-box-shadow: 1px 3px 50px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 3px 50px 3px rgba(0,0,0,0.5);
  box-shadow: 1px 3px 50px 3px rgba(0,0,0,0.5);
}
.ballon-whatsapp-api{
  transition: all 0.5s ease;
  opacity: 0;
  position: fixed;
  right: 98px;
  bottom: 82px;
  background: #fff;
  z-index: 999999;
  padding: .5em;
  border: 1px solid #e8e8e8;
  border-radius: 100px 100px 100px 10px;
  color: #565656;
  -webkit-box-shadow: 1px 1px 133px -30px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 133px -30px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 133px -30px rgba(0,0,0,0.75);
}