/* COMMON */
body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  background : #fff;
  color: #000;
}
h1 {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 20px;
} 
h1 small {
  display: block;
  font-size: 14px;
  color: #777;
  text-transform: none;
  margin: 10px 0 20px;
}
h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 15px;
}
h3 {
  color: #000;
  font-size: 14px;
  margin: 0;
}
p {margin-bottom: 18px;}
a:link,
a:active,
a:hover {text-decoration: none;}
a {
  color: #000;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a:hover {
  color: #ff3940;
}
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;
}
button, 
html input[type=button], 
input[type=reset], 
input[type=submit] {
  line-height: 1.1;
}
hr {
  border-top: 1px solid #efefef;
  height: 1px;
  display: block;
  border-left:none;
  border-right:none;
  border-bottom:none;
}
/* CLASS */
.effect {
  opacity: 1;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.effect:hover {
  opacity: 0.85;
}
.red {color: #c61000;}
.title-bar {
  background: url(../img/title-bar.gif) repeat-x center center;
  display: block;
  margin-bottom: 30px;
}
.title-bar h1 {
  font-size: 18px;
  font-weight: 400;
  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: 0px;
  line-height: 1.8;
  text-align:center;
  font-weight: 700;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  background: #ff3940;
  color: #fff !important;
}
.btn2,
.btn2:link,
.btn2:active,
.btn2:visited {
  border-radius: 0px;
  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);
}
@media only screen and (max-width: 1200px) {  
  .section-container {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}
.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;
}
@media only screen and (max-width: 1200px) {
  .section-title {
    padding: 150px 0 60px;
  }  
}
.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: #e82583;
  border-color: #e82583;
}
ul.list-pagination li.active a {
  color: #e82583;
  border-color: #e82583;
}
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: 12px;
}
ul.list-bread li.active {
  color: #000;
  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;
  width:60px;
  border-radius: 80%;
}
ul.list-thumb li img {
	height: 60px;
}

ul.list-thumb li:hover a,
ul.list-thumb li:hover a:hover{color: #fff !important;}

ul.list-thumb li:hover {
  background: #bf0411; 
  color: #fff !important;
  border: 2px solid #bf0411;
}
ul.list-thumb li.active {
  font-weight: 700;
  background: #bf0411; 
  color: #fff !important;
  border: 2px solid #bf0411;
  border-radius: 80%;
  width: 60px;
}
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 */
/* nav mobile */
.nav-mobile {
  width: 100%;
  position: fixed;
  z-index: 1040;
  display: none;  
  background: #fff;
  border-bottom: 1px solid #efefef;
  box-shadow: 0 0px 2px rgba(0,0,0,0.1);
}
.nav-mobile .logo-nav-mobile {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 16px;
}
.nav-mobile .logo-inside {
  margin-top: 15px;
  margin-left: 30px;  
  margin-bottom: 30px;  
}

.menu-conta {
  position: absolute;
  top: 35px;
  right: 110px;
  z-index: 996;
  display: inline;
  font-size: 24px;
}

.mobile-logged {
  font-size: 16px;
  line-height: 2;
  border-right: 1px solid #ccc;
  padding-right: 18px;
}

.menu-cart {
  position: absolute;
  top: 35px;
  right: 70px;
  z-index: 997;
  display: inline;
  font-size: 24px;
}

.menu-conta a, .menu-cart a {
  color: #000;
}
.menu-conta a:hover, .menu-cart a:hover {
  color: #ff3940;
}

.menu-btn {
  position: absolute;
  top: 8px;
  right: 20px;
  z-index: 999;
  display: inline;
  font-size: 32px;
}

.menu-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
  display: inline;
  font-size: 32px;
}
.menu-btn a {
  display: inline-block;
  text-decoration: none;
}
.btn-open:after {
  color: #000;
  content: "\f394";
  font-family: "Ionicons";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}
.btn-open:hover:after {
  color: #ff3940;
}
.btn-close:after {
  color: #000;
  content: "\f2d7";
  font-family: "Ionicons";
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}
.btn-close:hover:after {
  color: #ff3940;
}


.overlay {
  position: fixed;
  top: 0;
  z-index: 998;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
}
.overlay .menu {
  margin: 0 auto;
  width: 100%;
}

.accordion-infos {
  padding: 0 30px;
  font-size: 13px;
  line-height: 1.4;
  color: #000;
}

.accordion-infos a {color: #000}
.accordion-infos a:hover {color: #ff3940}

.accordion {
  position: relative;
  display: block;
  overflow: hidden;
}

.accordion h1 a,
.accordion h1 {
  color: #000;  
  font-weight: 700;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;  
  text-transform: uppercase;
}
.accordion h1 a:hover,
.accordion h1:hover {
  color: #ff3940;
}

.accordion .accordion--toggle--no {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
}
.acc-user {
  border-top:1px solid #efefef; 
  border-bottom:1px solid #efefef; 
  padding: 30px 0 0 0; 
  margin-bottom: 30px;  
}
.acc-padd {
  margin: 0 30px;
}

.accordion .accordion--toggle {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: block;
  font-size: 14px;
  background-color: #fff;
  font-weight: 700;  
  text-align: left;
}
.accordion .accordion--toggle:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  float: right;
  margin: 0;
  vertical-align: top;
  text-decoration: inherit;
  font-size: 21px;
  line-height: 0.6;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.accordion .accordion--body {
  position: relative;
  z-index: 1;
  float: left;
  clear: both;
  margin-top: -100%;
  padding: 0 0 1em 0;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: margin 0.3s ease-in-out, max-height 0.25s ease-in-out;
}
.accordion.open > .accordion--toggle:after {
  transform: rotate(180deg);
}
.accordion.open > .accordion--body {
  margin-top: 0;
  height: auto;
  max-height: 100000px;
}

.accordion-sp {
  position: relative;
  display: block;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.accordion-sp .accordion--toggle {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  font-size: 16px;
  background-color: #eee;
}
.accordion-sp .accordion--toggle:after {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  float: right;
  margin: 0;
  vertical-align: top;
  text-decoration: inherit;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.accordion-sp .accordion--body {
  position: relative;
  z-index: 1;
  float: left;
  clear: both;
  margin-top: -100%;
  padding: 1em;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: margin 0.3s ease-in-out, max-height 0.25s ease-in-out;
}
.accordion-sp.open > .accordion--toggle:after {
  transform: rotate(180deg);
}
.accordion-sp.open > .accordion--body {
  margin-top: 0;
  height: auto;
  max-height: 100000px;
}

ul.list-hamb-menu li {
  float: left;
  width: 100%;
  padding: 5px 0;
}
ul.list-hamb-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
ul.list-hamb-menu li a:hover {color: #ff3940;}

@media screen and (max-width: 1200px) {
  .nav-mobile {display: block;}

  .menu-btn {right: 25px;}

  .accordion-sp .accordion--toggle {
    cursor: default;
  }
  .accordion-sp .accordion--toggle:after {
    content: none;
  }
  .accordion-sp .accordion--body {
    margin-top: 0;
    max-height: 10000px;
  }
}

@media only screen and (max-width:768px) {
  .accordion-infos span {}
}
/* instafeed */
.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: 85px;
  right: 0;
  color: #fff !important;
  text-decoration: none;
  background: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
  border-radius: 50%;
}
.go-top:hover {
  background: #777;
  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 #000;
  color: #000;
  padding: 10px 20px;
}
.tab_container {
  clear: both;
  width: 100%;
  border-top: 0;
  overflow: auto;
}
.tab_content {
  display: none;
  padding: 30px;
  overflow: hidden;
}
.tab_content img{
  width: 100%;
}
.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) {
  .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: #000;
    background: #efefef;
    text-align: center;
    cursor: pointer;
  }

  #btn-toggle:hover {
    color: #000;
    background: #ccc;
  }
}

/* FIXED NAV */
#nav-fixed {
  z-index: 1000;
  padding: 15px 0;
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
  display:none;
  background: #000;
}
.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 {
  float: right;
}
ul.list-header-bar li {
  margin-left: 15px;
  display: inline-block;
}
ul.list-header-bar li a {
  font-size: 12px;  
  font-weight: 400;
  color: #aaa;
}
ul.list-header-bar li a:hover {color: #fff;}

ul.direita {float: right}
ul.esquerda {float: left}

.header-sec {
  background: #ebebeb;  
  font-size: 13px;
  display: block;
  padding: 10px 0;
  overflow: hidden;
}
ul.list-header-bar2 {
  float: left;
}
ul.list-header-bar2 li {
  margin-right: 10px;
  display: inline-block;
}
ul.list-header-bar2 li a {
  font-size: 12px;  
  font-weight: 400;
  color: #aaa;
}
ul.list-header-bar2 li a:hover {color: #fff;}

.header-main {
  /*
  position: fixed;
  z-index: 9999;
  */
  width: 100%;
  color: #888;
}
.header-main a {color: #000;}
.header-main a:hover {color: #ff3940;}
.header-main span {}

.header-ter {
  display: block;
  height: 110px;
}
.header-logo {
  display: table;
  margin: 10px auto;
}
.header-contacto {
  float: left;
  height: 110px;
  line-height: 110px;
}
ul.list-contacto li {
  display: inline-block;
  padding-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}



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

.header-phone {text-align: left;}
.header-info {text-align: center;}
.header-language {text-align: right;}

@media only screen and (max-width: 1200px) {
  .header-main {display: none}
}

@media only screen and (max-width: 768px) {
  .header-pgto-left .logo {
    display: table;
    margin: 0 auto;
  }
  .header-pgto-right {text-align: center;}
}

@media only screen and (max-width: 991px) {
  .logo {
    margin-top: 0;
  }
}

.search-box {
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 50px;
}

.search-mobile {}
.search-mobile .search-box .search-field input {
  font-weight: 400;
}

.search-field {
  width: calc(100% - 60px);
  float: left;
}
.search-field input {
  background: #ebebeb;  
  font-size: 12px;
  width: 100%;
  margin: 0;
  border: 0;
  line-height: 35px;
  height: 35px;
  float: right;
  padding: 0 18px;
  border-radius: 0;
}
.search-btn {
  width: 60px;
  float: right;
  color: #fff;
}
.search-btn button {
  line-height: 35px;
  height: 35px;
  width: 100%;
  margin: 0;
  border: 0;
  background: #ebebeb;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.search-btn button i {color: #777}
.search-btn button:hover {}
.search-btn button:hover i {color: #ff3940;}

.user-logged {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 31px;
  padding-bottom: 10px;
  line-height: 0.5;  
}

ul.list-user-logged {
  display: inline-block;
  text-transform: uppercase;
}
ul.list-user-logged li {
  padding-right: 10px;
  display: inline-block;
  text-transform: uppercase;
}
ul.list-user-logged li a {
  color: #aaa;
}
ul.list-user-logged li a:hover {opacity: 0.5;}

ul.list-user {float: right;}
ul.list-user li {
  display: inline-block;
  padding-left: 10px;
  height: 110px;
  line-height: 110px; 
  text-transform: uppercase; 
}
ul.list-user li a {
  color: #000;
  font-size: 12px;
}
ul.list-user li a:hover {color: #ff3940;}

.user-box .cart-box {
  height: 110px;
  line-height: 110px;
  float: right;
  padding-left: 10px;
}
.user-box .desc {
  width: 100%;
  text-align: center;
}
.user-box .desc a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
}
.user-box .desc a:hover {}

.cart-box {}
.cart-box .count {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  background: #666;
  color: #fff;
  line-height: 20px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.cart-box-hover {
  position: absolute;
  z-index: 500;
  top: 85px;
  right: 15px;
  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;}
/* CAT */
.header-cat {
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.cats {
  float: left;
}
.header-search {
  float: right;
  padding-top: 6px;
}
/* SLIDER */
#main-slider {
  margin-top: 30px;
}
#main-slider .item {
  /*
  padding: 15px;
  */
}
.slider {
  z-index: 1;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #main-slider {padding-top:90px;}
}
/* FEATURES */
.features {
  width: 100%;
  background: #efefef;
}
.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;}

/* PROMOCIONES HOME */
.promociones {
  display: block;
  margin: 50px 0;
}

/* PUBLICIDADE */
.publicidad {
  display: block;
}

/* CATEGORIAS HOME */
.categorias-banners {
  display: block;
  margin-top: 30px;
}
.categorias-banners .item {
  /*margin: 15px 5px;*/
  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: 60px;
}
.categorias-tabs .box {}

ul.tabs-home {
  padding: 0;
  list-style: none;  
  margin-top: 0px;
}
ul.tabs-home li {
  float: left;
  margin: 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
  font-size: 16px;
  width: 25%;
  border-bottom: 3px solid #dfdfdf;
  padding: 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: #000;
  border-bottom: 3px solid #000;
}
ul.tabs-home li.active {
  text-align:center;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #000;
  color: #000;
}
.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;
}
@media only screen and (max-width:768px) {
  ul.tabs-home li {width: 50%;}
}

/* FEAT BRAND */
.feat-brand {
  display: block;
  background: black;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.brand-title {
  width: 100%;
  height: 400px;
  display: -webkit-flex;
  display: flex;  
}
.brand-title img {
  margin: auto;
}

.brand-prods {
  height: 400px;
  display: -webkit-flex;
  display: flex;
}
.brand-prods .box {
  float: left;
  width: 33.3333333333%;
  margin: auto;
  padding: 10px;
}
.brand-prods .box img {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width:992px) {
  .feat-brand {
    height: auto;
    padding: 40px;
  }
  .brand-title {
    margin-bottom: 30px;
    height: auto;
  }
  .brand-prods {
    height: auto;    
  }
  .brand-prods .box {padding: 5px;}
}
@media only screen and (max-width: 768px) {
  .brand-prods .box {
    width: 100%;
    display: block;
  }
}

/* LANZAMIENTOS */
.lanzamientos {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}
.lanzamientos .box {
  height: 450px;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

/* MAS VENDIDOS */
.mas-vendidos {
  margin-top: 100px;
  margin-bottom: 50px;
  display: block;  
}

/* VEA TAMBIEN */
.vea-tambien {
  display: block;  
  overflow: hidden;
}

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

/* DESTACADOS */
.destacados {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
}
.destacado-2 {margin-bottom: 30px;}
@media only screen and (max-width: 768px) {
  .destacado-1 {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}

/* HIGHLIGHTS */
.highlights {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}
.highlights-item {
  opacity: 1;
  width: 100%;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.highlights-item:hover {}
.highlights-txt {
  padding: 15px 0;
  width: 100%;
  height: 60px;
}
.highlights-txt h2 {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  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 {
  display: block;
  margin-bottom: 8px;
  line-height: 1.6;
}
ul.side-cat-list li a {}
ul.side-cat-list li a.link-all {color: #000;}
ul.side-cat-list li a.link-all:hover {color: #777}

ul.side-cat-list-color li {
  float: left; 
  margin: 0 8px 8px 0;
}
ul.side-cat-list-color li a {
  line-height: 2.2;   
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  ul.side-cat-list-color li {
    display: inline-block;
    margin: 0;
    margin-bottom: 12px;
  }
  ul.side-cat-list-color li a {
    padding: 3px 5px;
    border: 1px solid transparent;
    color: #777;
  }
  ul.side-cat-list-color li a:hover {
    border: 1px solid #111;
    color: #111;
  }  
}

.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: 30px;
  padding: 15px;
  border: 1px solid #efefef;
  text-align: center;
}
/* LOGIN */
.box-login-social {
  text-align: center;
  position: relative;
  border: 1px solid #efefef;
  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 #efefef;
  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.5}
/* 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-user strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
}
.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;
  text-align: left;
  height: 450px;
  background: #fff;
  position: relative;
  margin: 0;
}
.prod-item .prod-img {
  overflow: hidden;
  display: block;
  height: 330px;
  display: -webkit-flex;
  display: flex;
  position: relative;

}
.prod-item .prod-img img {
  margin: auto;
  height: auto;
  max-height: 350px; 
  max-width: 100%; 
}

.prod-item .thumb {
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;  
}
.prod-item:hover .thumb {opacity: 0.85}
.prod-item h1 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  height: 62px;
  line-height: 1.2;
  margin: 15px 2px 5px 2px;
}
.prod-item img.thumb {
  display: table;
  margin: auto;
}
.prod-item .btn-prod {
  padding: 15px 0;
}
.prod-off {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
}
.prod-promo {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px 1px 5px;
  background: #f90101;
  display: inline-block;
}
.prod-off-value {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px 1px 5px;
  background: #f90101;
  display: inline-block;
}
.prod-feat {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px 1px 5px;
  background: #000;
  display: inline-block;
}
.prod-item a.prod-bt-comprar {
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  position: absolute;
  text-align: center;
  font-size: 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.prod-item a.prod-bt-comprar:hover {
  background: #777;
}
.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: bold;
  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: #000;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.prod-info .btn:hover {
  border-color: #777;
  background: #777;
  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;}

.prod-info-box .price-of {margin-left: 0;}

.prod-info .prod-fav {
  float: right;
  font-size: 20px;
  margin-left: 15px;
}

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

.price-of {
  display: inline-block;
  font-size: 14px;
  color: #999;
  margin-left: 10px;
  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: 900;
  color: #000;
  letter-spacing: -0.8px;
}
.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: 30px;}
.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 */
.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 {
  padding:40px 0;
  background: url(../img/midia-bg.jpg) top center no-repeat #efefef;
}
.midia h1 {}
/* BLOG */
.blog-home {
  display: block;
  margin: 80px 0;
}
.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: 18px;
  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 {
  width: 100%;
  float: left;
  border: 1px solid #efefef;
  padding: 30px;  
}
.side-box .search-box {
  width: 100%;
}
.side-box .search-box .search-btn button {
  background: #000 !important;
  border: 1px solid #000 !important;
}
.side-box .search-box .search-btn button:hover {
  background: #777 !important;
  border-color: #777 !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 #79cf6a;
  color: #79cf6a;
}
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;}
/* NEWSLETTER */
.newsletter {
  display: block;
  padding: 50px 0;
  background: #efefef;
  overflow: hidden;
}
.news-desc h1 {
  margin: 0 0 5px;
  font-size: 18px;
}
.news-form input {
  padding: 10px;
  border: 1px solid #d9d9d9;
  color: #333;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-form button {
  margin-left: 3px;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #333;
  color: #fff;
  background: #333;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-form button:hover {
  background: #ff3940;
  border-color: #ff3940;
}

@media only screen and (max-width: 768px) {
  .news-desc {margin-bottom: 30px;}
  .news-form {text-align: center}
}

/* REVEDENDOR */
.revendedor {
  display: block;
  padding: 80px 0;
  background: url(../img/revendedor-bg.jpg) center center no-repeat;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.revendedor h1 {
  font-size: 30px;
  text-transform: none;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px;
}
.revendedor .bt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
}

.revendedor-hero {
  padding: 150px 0;
  width: 100%;
  background: url(../img/revendedor-hero-bg.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  margin-bottom: 80px;
}
.revendedor-hero .title {
  padding-top: 70px;
  width: 80%;
  margin: 0 auto;
  display: table;  
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
}

.form-rev {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;  
}
.form-rev input,
.form-rev button {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
}
.form-rev button {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #e53935;
  color: #fff;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid #e53935;
}
.form-rev button:hover {
  background: #b72e2a;
  border: 1px solid #b72e2a;
}
.form-rev p {margin-bottom: 10px;}

.form-rev .box {
  margin:  0 auto;
  display: table;
  max-width: 450px;
  width: 100%;
  border-radius: 5px;
  padding: 50px;
  background: #fff;
}
.revendedor-hero h1 {
  text-align: center;
  text-transform: none;
  color: #fff;  
  font-size: 70px;
  letter-spacing: -1px;
  margin: 0;
}

.ventajas {padding: 0 0 0 10%;}
ul.list-ventajas {display: block;}
ul.list-ventajas li i {color:#e53935;}
ul.list-ventajas li {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.revendedor-hero2 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 150px 0;
  width: 100%;
  background: url(../img/revendedor-hero2-bg.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
.revendedor-hero2 h1 {
  text-align: center;
  text-transform: none;
  color: #fff;  
  font-size: 70px;
  letter-spacing: -1px;
  margin: 0;
}

.revendedor-dudas {
  display: block;  
  font-size: 18px;
}
.revendedor-dudas h2 {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  color: #000;  
}
.revendedor-dudas .resp {
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.revendedor-hero3 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 150px 0;
  width: 100%;
  background: url(../img/revendedor-hero3-bg.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}
.revendedor-hero3 h1 {
  text-align: center;
  text-transform: none;
  color: #fff;  
  font-size: 70px;
  letter-spacing: -1px;
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .revendedor-hero .title {margin-bottom: 30px;}
  .img-ventajas {margin-bottom: 30px;}
  .revendedor-dudas h2 {text-align: left;}
}

/* TIENDAS */
.tiendas .item {
  height: 360px;
  display: block;
  background: #efefef;
  margin-bottom: 30px;
}
.tiendas .item .fig {
  height: 165px;
  overflow: hidden;
}
.tiendas .item .desc {
  padding: 30px;
}
.tiendas .item .desc h1 {margin:0 0 5px; font-size: 16px;}
.tiendas .item a.map {
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #000;
  line-height: 1.8;  
}
.tiendas .item a.map:hover {opacity: 0.7}
@media only screen and (max-width: 768px){
  .tiendas .item {
    height: auto;
    overflow: hidden;
  }  
  .tiendas .item .fig {
    height: auto;
    overflow: hidden;
  }
  .tiendas .item .desc {
    width: 100%;
    text-align: left;
  }  
  .tiendas .item .desc h1 {text-align: left;}
}
/* FAVORITOS */
.favoritos {display: block;}
.favoritos .item {
  display: block;
  padding: 30px;
  border: 1px solid #efefef;
  margin-bottom: 30px;
}
.fav-img {}
.fav-desc h1 {
  font-size: 16px;
  margin: 20px 0 5px;
  font-weight: 400;
}
.fav-remove {
  padding-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .fav-desc h1 {text-align: left; line-height: 1.2}
}

/* FOOTER */
.footer-bg {
  width: 100%;
  padding: 50px 0;
}
.footer-bg h1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.footer-bg a {}
.footer-bg a:hover {}

.footer-bg hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

.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;
  margin-bottom: 30px;
}
ul.list-line-footer li {
  line-height: 1.6;
  margin-bottom: 5px;
}
ul.listz {
  margin-top: 10px;
  overflow: hidden;
}
ul.listz li {
  float: left;
  width: 50%;
  line-height: 1.6;
  margin-bottom: 5px;  
}

.footer-credits {
  padding: 30px 0;
  background: #fff ;
  font-size: 13px;
  border-top: 1px solid #efefef;
}
.footer-credits a {color: #777;}
.footer-credits a:hover {color: #ff3940;}
.footer-credits h1 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-credits .desc,
.footer-credits .egondola {
  margin-top: 15px;
}
.footer-credits .egondola {float: right;}

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

@media only screen and (max-width: 768px) {
  .footer-credits .egondola {float: left;}
  .logo-footer, .footer-pago, .footer-seg {}
}

/* modificações e adaptacoes */
.caixaimg {
	height: 220px;
}
.img-responsiveh {
	max-height: 97%;
}
.celpgto {
	width: 70px; text-align: center; float: left;
}
li.menusel {
	color: #000 !important;
  font-weight: 900;
}
li.menusel a {
	color:#000 !important;
  font-weight: 900;
}
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 {
	padding: 7px;
	background: #dfdfdf;
	color: #777;
	font-size: 14px;
	font-weight: 700;
}
ul.list-sabor li a:hover {background: #bf0411; color: #fff;}
ul.list-sabor li a:active {background: #bf0411; color: #fff;}
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: #bf0411;
  color: #fff;
}
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) {  
  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: 30px;
  }
  ul.list-line-footer li {}
  ul.list-line-footer li img {}

  .footer-credits .item {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .side-cat-content {
    overflow: hidden;
  }
  .side-cat-content h2 {
    line-height: 1.4;
  }
  ul.side-cat-list li {
    display: inline-block;
    margin: 0;
    margin-bottom: 12px;
  }
  ul.side-cat-list li a {
    padding: 3px 5px;
    border: 1px solid transparent;
    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 #000;    
  }
  .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;
  }
}

/* POPUP 

.fancybox-opened .fancybox-skin {
  background: transparent !important;
}
*/

.bd {
  width: 1200px;
  background: #FFF;
  padding: 30px 40px 0 30px;  
  overflow: hidden;
}
.bd-title small {
  display: block;
  margin: 0;
  font-size: 21px;
  letter-spacing: 0;
  color: #999;
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 1250px) {
  .bd {
    width: 100%;
    overflow: hidden;
  }
}
.bd-entrada {
  width: 400px;
  min-height: 410px;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}  
.bd-entrada .bd-form {
  margin: 0 auto;
  text-align: center;
}
.bd-entrada .bd-title {
  display: block;
  margin: 20px 0;
}
.bd-entrada .bd-title h1 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0px;
  line-height: 1;
}
.bd-entrada .bd-title h1 strong {
  font-weight: 900;
}
.bd-entrada .bd-title small {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #aaa;
}

.bd-entrada .bd-email {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
.bd-entrada .bd-email form {margin: 0 0 5px;}
.bd-entrada .bd-email input {
  padding: 6px 10px;
  display: block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.bd-entrada .bd-email small {    
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
}

.bd-entrada .bd-btn {
  display: block;
  margin-top: 20px;
}
.bd-entrada .bd-btn .btn {
  border-radius: 0;
  padding: 6px 10px;
  background: #b0362b;
  border: 1px solid #b0362b;    
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: block;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;     
}
.bd-entrada .bd-btn .btn:hover {
  background: #df4537;
  border-color: #df4537;
} 
.bd-entrada .bd-btn .link-close {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
  display: block;
  background: transparent !important;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; 
  margin-top: 10px;    
}
.bd-entrada .bd-btn .link-close:hover {
  color: #ccc;
}    
@media only screen and (max-width: 768px) {
  .bd-entrada {
    display: block;
    width: auto;
    height: auto;
    margin: 5%;
    padding: 20px 20px;
  }  
  .bd-entrada .bd-form {
    width: 100%;
  }
}


/* HOME PRODUCTS */
.home-products {
  padding: 50px 0;
}

.item-box {
  height: 300px;
  padding: 0 10px;
}

.item-txt {
  display: block;
  margin-bottom: 30px;
}
.item-txt h1 {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.item-txt h1 a {color:#444;}
.item-txt h1 a:hover {color:#de3753;}

.item-img {
  display: block;
  overflow: hidden;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 200px;
}
.item-img:hover {opacity:0.5;}
.item-img img {
  max-height: 180px;
  margin: auto;
  display: block;
}

.price-de {
  color: #999;
  display: inline-block;
}
.price-de span {text-decoration: line-through;}

.price-por {
  color: #de3753;
  display: inline-block;
}

.vlr-total {
  color: #383f62;
  font-size: 18px;
}
.vlr-total strong {font-weight: 700}
.vlr-total span {
  display: block;
  font-size: 14px;
  color: #777;
}

/*.section-container {
  padding-top: 0;
  padding-bottom: 0;
}*/

.section-container-blog {
  padding-top: 50px;
  padding-bottom: 0;
}

#filters {
  display: block;
  overflow: hidden;
  padding: 5px 20px;
  line-height: 40px;
  border: 1px solid #e9e9e9;
}
#filters select {padding: 5px; border: none;}

.filters-up {margin-bottom: 50px;}
.filters-down {margin-top: 50px;}

ul.list-side-links {
  margin-bottom: 30px;
  display: block;
}
ul.list-side-links li a strong {
  color: #999;
  margin-top: 15px;
  display: block;
}
ul.list-side-links li a strong:hover {color: #ff3940;}

.cat-title {
  margin-top: 50px;
  display: block;
}

.img-brand-menu {
  height: 50px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  text-align: center;
  margin: 3px auto;
}

.header-language a{
  color: white;
}

.moedaSel{
  background-color: #bb4042;
  padding: 5px;
}

.header-language .moedaUnsel{
  color: black;
}

.moedaUnsel{
  color: black;
}

.caixa-pagos {
  height: 150px;
  float: left;
  padding: 15px;
}


/* WhatsApp Btn */
.bt-whatsapp-api {
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 99999;
  border-radius: 100px;
}

.bt-whatsapp-api:hover .ballon-whatsapp-api {
  transition: all .5s ease;
  opacity: 1;
  left: 70%;
}

.icon-whatsapp {
  background: #5dbb2f;
  display: inline-block;
  font-size: 2.5em;
  -webkit-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .22);
  -moz-box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .22);
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .22);
  transition: all .5s ease;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100px;
}

.icon-whatsapp .fa {
  margin-top: 18%
}

.icon-whatsapp:hover {
  transition: all .5s ease;
  color: #fff;
  background: #448a21;
}

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


.btn-contato{
  background-color: rgb(54, 225, 54) !important;
  font-size: 12px !important;
  border-radius: 10px !important;

}

.notify{
  background-color: #273c54;
  position: fixed;
  bottom: 0;
  z-index: 999999999999;
  width: 100%;
  padding: 15px;
}
.notify .acoes {
  display: flex;
  justify-content: space-evenly;
}

.notify p{
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;

}
#aviso-overlaynotify {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99998;
}

input:focus.autobusca {
  outline: none;
}

.img-tree {
  background: url(../img/canto.gif) no-repeat right;
  display: initial;
}

ul.paginacao {
  display: block;
  margin: 0;
  padding: 0;
  float: right;
}

ul.paginacao li {
  float: left;
  margin-right: 5px;
}

ul.paginacao li a {
  background: #1d3177;
  border: 1px solid #1d3177;
  color: #fff;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 2px 8px;
  border-radius: 20px;
}

ul.paginacao li a:hover {
  color: #1d3177;
  border-color: #ffffff;
}

ul.paginacao li.active a {
  color: #1d3177;
  background: #ffffff;
  cursor: default;
  pointer-events: none;
}

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

  ul.paginacao {
      display: block;
      margin: auto;
      padding: 0;
      float: none;
  }
}

/* Arrows Swiper */

.swiper-home-slide .swiper-button-prev, .swiper-home-slide .swiper-button-next {

}

#swiper-home-slide .swiper-button-prev,
#swiper-home-slide .swiper-button-next {
  position: absolute;
  top: 50%;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, #fff); /* branco por padrão, pode mudar */

  /* ✨ O que deixa ela linda */
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
/*   backdrop-filter: blur(8px); /* efeito vidro (fica incrível) * *//
}

#swiper-home-slide .swiper-button-prev:hover,
#swiper-home-slide .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.75);
  transform: scale(1.12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

/* Flecha maior e mais elegante */
#swiper-home-slide .swiper-button-prev:after,
#swiper-home-slide .swiper-button-next:after {
  font-size: calc(var(--swiper-navigation-size) * 0.65);
  font-weight: 900;
}