html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
@font-face {
  font-family: 'Brandon Grotesque Bold';
  src: url("../fonts/brandon_bld-webfont.eot");
  src: url("../fonts/brandon_bld-webfont.eot#iefix") format('embedded-opentype'), url("../fonts/brandon_bld-webfont.woff") format('woff'), url("../fonts/brandon_bld-webfont.ttf") format('truetype'), url("../fonts/brandon_bld-webfont.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Fonecian';
  src: url("../fonts/fonecian_alternates-webfont.eot");
  src: url("../fonts/fonecian_alternates-webfont.eot#iefix") format('embedded-opentype'), url("../fonts/fonecian_alternates-webfont.woff") format('woff'), url("../fonts/fonecian_alternates-webfont.ttf") format('truetype'), url("../fonts/fonecian_alternates-webfont.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.zoomContainer {
  z-index: 2;
}
html {
  background: #1d1d1d;
}
body {
  color: #191919;
  font-family: 'Rokkitt';
  letter-spacing: 1px;
}
body.show-language .choose-language {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.choose-language {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  top: 0;
  left: 0;
  background: #d6d6d6 url("../images/choose-language.png") center -300px no-repeat;
  z-index: 1000;
}
.choose-language .content {
  width: 500px;
  margin: 100px auto 0 auto;
  text-align: center;
}
.choose-language .content .logo {
  background: url("../images/logo.png") no-repeat;
  width: 60px;
  height: 74px;
  margin: 0 auto 80px auto;
}
.choose-language .content .text {
  margin-bottom: 30px;
}
.choose-language .content h2 {
  font-family: 'Brandon Grotesque Bold';
  font-size: 54px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.choose-language .content p {
  font-family: 'Rokkitt';
  text-transform: lowercase;
  line-height: 1.6;
  font-size: 12px;
  width: 380px;
  margin: 0 auto;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.choose-language .content a {
  padding: 5px 10px;
  font-family: 'Brandon Grotesque Bold';
  border: 2px solid #000;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  margin-top: 50px;
  cursor: pointer;
  background: none;
  letter-spacing: 2px;
  transition: all 100ms ease;
  outline: none;
}
.choose-language .content a:hover {
  background: #000;
  color: #fff;
}
label.active .icon {
  background: #000;
}
label:hover .icon {
  background: #000;
}
label.checkbox {
  cursor: pointer;
}
label.checkbox .text {
  display: inline;
  top: -5px;
  font-size: 10px;
  position: relative;
}
label.checkbox .icon {
  width: 15px;
  height: 15px;
  border: 1px #000 solid;
  display: inline-block;
  transition: all 150ms ease;
  cursor: pointer;
}
label.checkbox input {
  display: none;
}
.wait {
  display: none;
}
.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.wrapper--nav {
  width: 1090px;
  margin: 0 auto;
  position: relative;
}
.parsley-error-list {
  display: none !important;
}
.parsley-error,
input.error,
.validation_jquery textarea.error {
  background: #de8585 !important;
  border-color: #9c271e !important;
}
input.error:not(.cpf) + label.error {
  display: none !important
}
input.error.cpf + label.error {
  font-size: 11px;
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #9c271e
}
.parsley-error::-webkit-input-placeholder { color: #fff; }
.validation_jquery input.error::-webkit-input-placeholder { color: #fff; }
input.error::-webkit-input-placeholder { color: #fff; }

#header {
  position: absolute;
  z-index: 3;
  background: #fff;
  width: 100%;
  zoom: 1;
}
#header:before,
#header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header .bar {
  background-color: #e8e8e8;
  height: 29px;
  font-size: 10px;
  text-transform: uppercase;
}
#header .bar #search-form {
  position: relative;
  float: left;
}
#header .bar #search-form input {
  margin-left: 25px;
  outline: none;
  border: none;
  position: relative;
  top: 0px;
  font-size: 11px;
  color: #949494;
  padding: 6px 45px 7px 13px;
  height: 16px;
  font-family: 'Rokkitt';
  border-left: 1px #ddd;
  background-color: #f5f5f5;
}
#header .bar #search-form button {
  padding: 0;
  margin: 0;
  position: absolute;
  background: url("../images/search-button.png") no-repeat 8px 0;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #ddd;
  width: 16px;
  top: 7px;
  padding-left: 25px;
  right: 10px;
  height: 16px;
  outline: none;
}
#header .bar .language {
  color: #191919;
  text-decoration: none;
  float: left;
  line-height: 29px;
  padding: 0 5px;
  margin-left: -5px;
  transition: all 150ms ease;
  border-bottom: 2px solid transparent;
}
#header .bar .language:hover {
  border-color: #000;
}
#header .bar .account,
#header .bar .login,
#header .bar .logout,
#header .bar .faq {
  letter-spacing: 1px;
  margin-right: 60px;
  color: #191919;
  text-decoration: none;
  float: right;
  padding: 0 5px;
  line-height: 29px;
  transition: all 150ms ease;
  border-bottom: 2px solid transparent;
}
#header .bar .account:hover,
#header .bar .login:hover,
#header .bar .logout:hover,
#header .bar .faq:hover {
  border-color: #191919;
}
#header .bar .account,
#header .bar .faq {
  margin-right: 20px;
}
#header .bar .cart {
  width: 22px;
  height: 80px;
  display: block;
  background: url("../images/cocoon.png") no-repeat 0 0;
  position: absolute;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: all 200ms ease;
  color: #fff;
  font-size: 10px;
}
#header .bar .cart span {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: block;
  text-align: center;
}
#header .bar .cart:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
#nav {
  height: 110px;
  float: left;
  width: 100%;
  zoom: 1;
}
#nav:before,
#nav:after {
  content: "";
  display: table;
}
#nav:after {
  clear: both;
}
#nav.en .main li:nth-child(2) {
  margin: 0 25px;
}
#nav.en .main li:nth-child(6) {
  margin: 0 30px 0 40px;
}
#nav .main:not(.dropdown) {
  zoom: 1;
  text-transform: uppercase;
  margin-top: 40px;
}
#nav .main:not(.dropdown):before,
#nav .main:not(.dropdown):after {
  content: "";
  display: table;
}
#nav .main:not(.dropdown):after {
  clear: both;
}
#nav .main:not(.dropdown) li {
  float: left;
  position: relative;
}
#nav .main:not(.dropdown) li:first-child a {
  margin-left: 0;
}
#nav .main:not(.dropdown) li:last-child a {
  margin-right: 0;
}
#nav .main:not(.dropdown) li:nth-child(5) {
  position: absolute;
  left: 50%;
  margin: -35px 0 0 -30px;
}
#nav .main:not(.dropdown) li:nth-child(5) a {
  width: 60px;
  height: 77px;
  background: url("../images/logo.png") no-repeat 0 0;
  text-indent: -10000px;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: none !important;
  transition: none !important;
}
#nav .main:not(.dropdown) li:nth-child(5) a:after {
  width: 55px;
  height: 20px;
  display: block;
  content: '';
  background: url("../images/lettering.png") no-repeat 0 0;
  left: 4px;
  top: 59px;
  position: relative;
}
#nav .main:not(.dropdown) li:nth-child(6) {
  margin-left: 205px;
}
#nav .main:not(.dropdown) li a {
  color: #191919;
  text-decoration: none;
  padding: 5px 8px;
  border: 2px solid #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 16px;
  transition: all 150ms ease;
  margin: 0 10px;
  font-family: 'Brandon Grotesque Bold';
  z-index: 2;
  position: relative;
}
#nav .main:not(.dropdown) li a:hover,
#nav .main:not(.dropdown) li a.active {
  border-color: #191919;
}
#nav .main:not(.dropdown) li a.soon:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#nav .main:not(.dropdown) li a.soon:after {
  background: url("../images/popup.png");
  content: 'Em breve';
  left: -50px;
  top: 35px;
  position: absolute;
  width: 159px;
  height: 68px;
  text-align: center;
  line-height: 79px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 150ms ease;
  display: none;
}
#nav .main:not(.dropdown) .dropdown {
  margin-top: 20px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 340px;
  left: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms ease;
  z-index: 10 !important;
  border: 1px solid #a1a1a1;
  background: white;
}
#nav .main:not(.dropdown) .dropdown:after {
  content: '';
  display: block;
  width: 87px;
  height: 50px;
  position: absolute;
  top: -22px;
  left: -2px;
}
#nav .main:not(.dropdown) .dropdown:before {
    content: '';
    width: 1px;
    background: #a1a1a1;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: -1px;
    z-index: 22;
    display: block;
}
#nav .main:not(.dropdown) .dropdown:nth-child(2) li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nav .main:not(.dropdown) .dropdown:nth-child(2) li:nth-last-child(1) a {
    width: 100%
}
#nav .main:not(.dropdown) .dropdown:nth-child(3) {
  left: 341px;
  width: 340px;
}
#nav .main:not(.dropdown) .dropdown:nth-child(3) li {
  width: 50%;
  height: 100%
}
#nav .main:not(.dropdown) .dropdown:nth-child(3) li a {
  height: 100%;
}
#nav .main:not(.dropdown) .dropdown:nth-child(3) a {
  border-left: none;
}
#nav .main:not(.dropdown) .dropdown.opened {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: auto !important;
  -ms-filter: none;
  filter: none;
}
#nav .main:not(.dropdown) .dropdown .dropdown--title {
  width: 100%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #a1a1a1;
}
#nav .main:not(.dropdown) .dropdown .dropdown--title a {
  width: 100%;
}
#nav .main:not(.dropdown) .dropdown .dropdown--title span {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 14px;
  margin-right: 0;
}
#nav .main:not(.dropdown) .dropdown .dropdown--title span:before,
#nav .main:not(.dropdown) .dropdown .dropdown--title span:after {
  width: 75px;
  height: 1px;
  background: #e5e5e5;
  content: '';
  display: inline-block;
  top: -4px;
  margin: 0 6px;
  position: relative;
}
#nav .main:not(.dropdown) .dropdown li {
  width: 100%;
  margin: 0 !important;
  position: relative;
  left: auto;
}
#nav .main:not(.dropdown) .dropdown li a {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  border: 0;
  color: #787878;
  text-indent: 0;
  background: #fff;
  border-top: none;
  zoom: 1;
}
#nav .main:not(.dropdown) .dropdown li a:before,
#nav .main:not(.dropdown) .dropdown li a:after {
  content: "";
  display: table;
}
#nav .main:not(.dropdown) .dropdown li a:after {
  clear: both;
}
#nav .main:not(.dropdown) .dropdown li a:after {
  display: none;
}
#nav .main:not(.dropdown) .dropdown li a:hover {
  background: #f7f7f7;
}
#nav .main:not(.dropdown) .dropdown li a .icon {
  width: 60px;
  height: 50px;
  float: left;
  margin-left: 30px;
  padding: 0 !important;
  margin-right: 0 !important;
  background-size: 70% !important;
}
#nav .main:not(.dropdown) .dropdown li a span {
  display: block;
  line-height: 54px;
  text-align: left;
  margin-right: 50px;
  padding-left: 40px;
}
#nav .main:not(.dropdown) .dropdown li a.scarabeus .icon {
  background: url("../images/scarabeus-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.cadarço .icon {
  background: url("http://a1.vnda.com.br/insectashoes/images/cadarco.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.vedalia .icon {
  background: url("../images/vedalia-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.papilio .icon {
  background: url("../images/papilio-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.cordulia .icon {
  background: url("http://a1.vnda.com.br/insectashoes/images/cordulia.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.cicada .icon {
  background: url("../images/cicada-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.argia .icon {
  background: url("../images/argia-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.kids .icon {
  background: url("../images/kids-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.mochilas .icon ,
#nav .main:not(.dropdown) .dropdown li a.backpack .icon {
  background: url("http://a1.vnda.com.br/insectashoes/images/mochilas-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.necessaires .icon,
#nav .main:not(.dropdown) .dropdown li a.bags .icon {
  background: url("http://a1.vnda.com.br/insectashoes/images/necessaires-shape.png") no-repeat center left;
}

#nav .main:not(.dropdown) .dropdown li a.stellis .icon {
  background: url("http://a1.vnda.com.br/insectashoes/images/stellis-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.vintage .icon {
  background: url("http://a1.vnda.com.br/insectashoes/images/vintage-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.gravatas .icon {
  background: url("../images/gravatas-borboleta-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.cintos .icon {
  background: url("http://a1.vnda.com.br/insectashoes/images/cintos-shape.png") no-repeat center left;
}
#nav .main:not(.dropdown) .dropdown li a.gift .icon {
  background: url("http://a1.vnda.com.br/insectashoes/images/gift-shape.png") no-repeat center left;
}


#summary {
  width: 620px;
  border: 2px solid #191919;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-left: -143px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 300ms ease;
}
#summary.opened {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#summary .empty {
  width: 364px;
  height: 317px;
  background: url("../images/empty.png") no-repeat;
  display: block;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
}
#summary .close {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  background-color: #191919;
  z-index: 2;
}
#summary .close .helper {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  margin: 10px 0 0 10px;
  overflow: hidden;
  text-align: center;
  text-indent: -100px;
  background: url("../images/summary-bug-x.png");
  transition: all 200ms ease;
}
#summary .close:hover .helper {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#summary h2 {
  color: #707070;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  display: block;
  margin: 30px auto;
  position: relative;
  text-align: center;
  font-family: 'Brandon Grotesque Bold';
}
#summary h2:before,
#summary h2:after {
  width: 50px;
  height: 3px;
  background: #a7a7a7;
  content: '';
  display: inline-block;
  top: -5px;
  margin: 0 6px;
  position: relative;
}
#summary ul {
  margin: 0 25px 22px;
  zoom: 1;
}
#summary ul:before,
#summary ul:after {
  content: "";
  display: table;
}
#summary ul:after {
  clear: both;
}
#summary ul li {
  position: relative;
  zoom: 1;
  border-bottom: 1px solid #ddd;
}
#summary ul li:before,
#summary ul li:after {
  content: "";
  display: table;
}
#summary ul li:after {
  clear: both;
}
#summary ul li:last-child {
  border: 0;
}
#summary ul li a {
  display: block;
  transition: all 150ms ease;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
#summary ul li a:hover {
  background: #f7f7f7;
}
#summary ul li img {
  display: inline-block;
  float: left;
  margin-right: 80px;
}
#summary ul li .product-name {
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  width: 240px;
  line-height: 18px;
}
#summary ul li .price {
  float: right;
  font-size: 12px;
  color: #191919;
  line-height: 18px;
}
#summary ul li .remove {
  position: absolute;
  right: 25px;
  top: 45px;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none;
  color: #707070;
  background: none;
  border: 0;
  padding: 0;
  letter-spacing: 1px;
  cursor: pointer;
  font-family: 'Rokkitt';
  outline: none;
}
#summary ul li .remove:hover {
  color: #bebebe;
}
#summary .footer {
  background: url("../images/summary-footer.png");
  text-align: center;
  padding: 25px;
}
#summary .footer a {
  border: 2px solid #707070;
  display: inline-block;
  padding: 18px 25px;
  font-size: 12px;
  color: #e1e1e1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  margin: 0 10px;
  transition: all 150ms ease;
}
#summary .footer a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
#summary .footer a.checkout {
  background: #ddfe00;
  border-color: #ddfe00;
  color: #191919;
}
#summary .footer a.checkout:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
#main-banners {
  position: relative;
  width: 100%;
  z-index: 2;
}
#main-banners.editorial {
  width: 960px;
  margin: 50px auto 0;
}
#main-banners.editorial img {
  left: 0 !important;
  margin: 0 !important;
}
#main-banners .container {
  overflow: hidden;
  height: 600px;
}
#main-banners .container a {
  display: block;
}
#main-banners .container a img {
  position: relative;
  left: 50%;
  margin-left: -1300px;
}
#content {
  padding-top: 141px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel.editorial .owl-item a {
  margin-left: -480px;
}
.owl-item a {
  position: relative;
  left: 50%;
  margin-left: -1300px;
}
.owl-item .slide {
  overflow: hidden;
}
.owl-prev {
  left: 10%;
  width: 23px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  background: url("../images/slideshow-arrows.png") no-repeat;
  overflow: hidden;
  text-indent: -1000px;
  z-index: 10;
  cursor: pointer;
}
.owl-prev:hover {
  background-position: left bottom;
}
.owl-next {
  right: 10%;
  width: 23px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  background: url("../images/slideshow-arrows.png") no-repeat -23px 0px;
  overflow: hidden;
  text-indent: -1000px;
  z-index: 10;
  cursor: pointer;
}
.owl-next:hover {
  background-position: right bottom;
}
#mini-banners {
  position: relative;
  zoom: 1;
}
#mini-banners:before,
#mini-banners:after {
  content: "";
  display: table;
}
#mini-banners:after {
  clear: both;
}
#mini-banners .banner {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  border: 10px solid white;
}
.ipad #mini-banners .banner { height: auto !important }

#mini-banners .banner:nth-child(1) {
  width: 60%;
  height: 300px;
  border-right: 0;
  border-bottom: 0;
}
#mini-banners .banner:nth-child(2) {
  width: 40%;
  height: 300px;
  border-bottom: 0;
}
#mini-banners .banner:nth-child(3) {
  width: 33.333%;
  height: 400px;
}
#mini-banners .banner:nth-child(4) {
  width: 33.333%;
  height: 400px;
  border-left: 0;
  border-right: 0;
}
#mini-banners .banner:nth-child(5) {
  width: 33.333%;
  height: 400px;
}
#mini-banners .banner:nth-child(6) {
  width: 30%;
  height: 200px;
  display: none;
}
#mini-banners li {
  float: left;
  width: 33.33%;
  overflow: hidden;
}
#mini-banners li a {
  display: block;
}
#mini-banners li a img {
  display: block;
  max-width: 100%;
}
#video {
  padding: 20px 0;
}
#footer {
  position: relative;
  zoom: 1;
  padding: 20px 0 0;
  margin-top: -5px;
  font-size: 12px;
  float: left;
  width: 100%;
  z-index: 2;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .full {
  float: left;
  width: 100%;
  text-align: center;
}
#footer .full small {
  display: block;
  color: rgb(121, 121, 121);
  margin-bottom: 10px;
  margin-top: 10px;
}
#footer .madre {
  position: relative;
  margin: -68px 0 0 450px;
  width: 52px;
  height: 17px;
  display: block;
  background: url("../images/madre.png") no-repeat 0 0;
}
#footer .madre:hover {
  background-position: left bottom;
}
#footer .vnda {
  color: #fff;
  font-size: 10px;
  margin: auto;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #bcbcbc;
  margin-top: 10px;
  text-transform: uppercase;
}
#footer .vnda:hover {
  color: #fff;
}
#footer .one-third {
  width: 320px;
  float: left;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .one-third.last {
  text-align: center;
}
#footer .one-third:nth-child(2n) {
  border: 1px solid #434343;
  height: 215px;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 30px;
}
#footer .one-third a,
#footer .one-third label {
  color: #bcbcbc;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 150ms ease;
  border-left: 2px solid transparent;
  padding-left: 5px;
}
#footer .one-third a:hover,
#footer .one-third label:hover {
  color: #fff;
}
#footer .one-third a:hover {
  border-left: 2px solid;
}
#footer .one-third label {
  padding: 0;
  border: 0;
}
#footer .nav li {
  margin-bottom: 15px;
}
#footer form {
  text-align: center;
}
#footer form label {
  margin-bottom: 10px;
  display: inline-block;
}
#footer form input {
  background: transparent;
  border: 1px solid #434343;
  font-family: 'Rokkitt';
  font-size: 12px;
  outline: none;
  padding: 6px;
  width: 200px;
  color: #bcbcbc;
}
#footer form input:focus {
  border-color: #fff;
}
#footer form button {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/newsletter-arrow.png") no-repeat center center;
  border: 0;
  padding: 0;
  margin: 8px 0 0 -20px;
  cursor: pointer;
  outline: none;
}
#footer h3 {
  color: #bcbcbc;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer #sustainable_website {
  margin:20px auto;
}
#footer .social li {
  display: inline-block;
  margin: 0 3px;
}
#footer .social li a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/social.png");
  padding: 0;
  border: 0 !important;
  transition: all 0ms ease;
}
#footer .social li a.facebook {
  background-position: 0 0;
  transition: all 0 ease;
}
#footer .social li a.facebook:hover {
  background-position: 0 -32px;
  transition: all 0 ease;
}
#footer .social li a.instagram {
  background-position: -32px 0;
  transition: all 0 ease;
}
#footer .social li a.instagram:hover {
  background-position: -32px -32px;
  transition: all 0 ease;
}
#footer .social li a.tumblr {
  background-position: -64px 0;
  transition: all 0 ease;
}
#footer .social li a.tumblr:hover {
  background-position: -64px -32px;
  transition: all 0 ease;
}
#footer .social li a.vimeo {
  background-position: -96px 0;
  transition: all 0 ease;
}
#footer .social li a.vimeo:hover {
  background-position: -96px -32px;
  transition: all 0 ease;
}
#footer .social li a.spotify {
  background-position: -128px 0;
  transition: all 0 ease;
}
#footer .social li a.spotify:hover {
  background-position: -128px -32px;
  transition: all 0 ease;
}
.link-vnda {
  text-decoration: none;
  position: relative;
  top: 4px;
  color: #fff;
}   
.link-vnda span {
  position: relative;
  top: 3px;
} 
.link-vnda span abbr {}
.logo-vnda {
  max-width: 40px;
  vertical-align: middle;
  margin-right: 5px;
} 

#content {
  zoom: 1;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
#content:before,
#content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
#content .editorial-title {
  font-size: 40px;
  text-align: center;
  margin: 40px 0;
  font-family: Fonecian;
  color: #191919;
}
#content.home {
  padding-bottom: 0;
}
#content.page {
  position: relative;
  background: url("../images/sobre-backgrond.jpg") fixed center top;
}
#content.page .title h1 {
  font-family: 'Fonecian';
  text-align: center;
  font-size: 45px;
  margin: 100px 0;
  font-size: 45px;
  color: #fff;
  display: block;
}
#content.page .content {
  background: #d2d2d2;
  margin-bottom: 180px;
  zoom: 1;
}
#content.page .content:before,
#content.page .content:after {
  content: "";
  display: table;
}
#content.page .content:after {
  clear: both;
}
#content.page .content h3 {
  margin: 50px 0;
  font-size: 35px;
  color: #5e5e5e;
  text-align: center;
  font-family: 'Fonecian';
  float: left;
  width: 100%;
}
#content.page .content h3:after,
#content.page .content h3:before {
  content: '';
  display: inline-block;
  width: 250px;
  height: 3px;
  background: #b7b7b7;
  margin: 0 10px;
  position: relative;
  top: -11px;
}
#content.page .content h4 {
  margin: 50px 0;
  font-size: 20px;
  color: #5e5e5e;
  text-align: center;
  font-family: 'Fonecian';
  float: left;
  width: 100%;
}
#content.page .content h4:before {
  content: '';
  width: 200px;
  display: inline-block;
  height: 10px;
  background: url("../images/left-arrow.png") no-repeat;
  margin-right: 10px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#content.page .content h4:after {
  content: '';
  display: inline-block;
  width: 200px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/right-arrow.png") no-repeat -132px 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
#content.page .content p {
  margin-bottom: 60px;
  font-family: 'Rokkitt';
  color: #545050;
  text-align: center;
  line-height: 1.4;
}
#content.tutorial {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right #d1d1d1;
  padding-top: 240px;
}
#content.tutorial h2 {
  font-family: 'Brandon Grotesque Bold';
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
}
#content.tutorial #how-to-slideshow {
  width: 720px;
  margin: 50px 0;
  display: block;
  position: relative;
  text-align: center;
  left: 50%;
  margin-left: -360px;
}
#content.tutorial #how-to-slideshow .text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
#content.tutorial #how-to-slideshow .text p:first-child {
  margin: 40px 0 5px 0;
}
#content.tutorial #how-to-slideshow .slidesjs-pagination {
  display: none;
}
#content.tutorial #how-to-slideshow .slidesjs-navigation {
  background: url("../images/product-nav.png") no-repeat;
  width: 23px;
  height: 42px;
  position: absolute;
  top: 50px;
  z-index: 50;
}
#content.tutorial #how-to-slideshow .slidesjs-navigation.slidesjs-previous {
  background-position: left top;
  float: left;
  left: 0;
  transition: all all 150ms;
}
#content.tutorial #how-to-slideshow .slidesjs-navigation.slidesjs-previous:hover {
  background-position: left bottom;
}
#content.tutorial #how-to-slideshow .slidesjs-navigation.slidesjs-next {
  background-position: right top;
  float: right;
  right: 0;
  transition: all all 150ms;
}
#content.tutorial #how-to-slideshow .slidesjs-navigation.slidesjs-next:hover {
  background-position: right bottom;
}
#content.table {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right #d1d1d1;
  padding-top: 240px;
}
#content.table table tr.border td {
  border-top: 1px solid #a6a6a6;
}
#content.table table tr:hover td {
  background-color: #ddfe00;
}
#content.table table tr:hover.color td {
  background: #ddfe00;
}
#content.table table tr td {
  width: 38px !important;
  height: 37px;
  text-align: center;
  border-bottom: 1px solid #a6a6a6;
  background-color: #e2e2e2;
  color: #383838;
  font-size: 12px;
  transition: all 150ms ease;
}
#content.table table tr td.green {
  background: #ddfe00 !important;
}
#content.table table tr td:last-child {
  border-right: 1px solid #a6a6a6;
}
#content.table table tr td.country {
  width: 314px !important;
  text-align: left;
  height: 30px;
  font-family: 'Brandon Grotesque Bold';
  border-left: 1px solid #a6a6a6;
  padding-left: 5px;
  font-size: 13px;
  text-transform: uppercase;
}
#content.table table tr.color td {
  background-color: #fff;
  color: #737373;
}
#content.login {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right;
  padding: 210px 0 150px;
  background-color: #d1d1d1;
}
#content.login .enter {
  display: none;
}
#content.login .forget-password {
  display: none;
}
#content.login .active {
  display: block;
}
#content.login .button {
  width: 100%;
  height: 40px;
  display: block;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  background: #ddfe00;
  color: #000;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  font-family: 'Brandon Grotesque Bold';
  transition: all 150ms ease;
}
#content.login .button.connect {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background: #5878b1;
  color: #fff;
}
#content.login .button.connect:hover {
  background: #335187;
}
#content.login .button.enter,
#content.login .button.connect {
  width: 100%;
}
#content.login .button.create {
  width: 226px;
  float: right;
  margin-top: 40px;
}
#content.login .button:hover {
  background: #191919;
  color: #fff;
}
#content.login .left {
  float: left;
  width: 250px;
  text-align: center;
}
#content.login .left li {
  margin-bottom: 15px;
}
#content.login .left a {
  color: #656363;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-top: 5px;
  font-size: 10px;
}
#content.login .left a.back-to-login {
  width: 100%;
  height: 40px;
  display: block;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  background: #ddfe00;
  color: #000;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  font-family: 'Brandon Grotesque Bold';
  transition: all 150ms ease;
  padding: 14px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.login .left h2 {
  margin-bottom: 20px;
  font-family: 'Brandon Grotesque Bold';
  font-size: 26px;
  color: #010101;
  text-transform: uppercase;
  display: inline-block;
}
#content.login .left h2:after,
#content.login .left h2:before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 3px;
  background: #b7b7b7;
  position: relative;
  top: -5px;
  margin: 0 0 0 10px;
}
#content.login .left h2:before {
  margin: 0 10px 0 0;
}
#content.login .left label {
  font-family: Courier;
  font-size: 13px;
  color: #010101;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
#content.login .left input {
  width: 228px;
  background-color: #e1e1e1;
  outline: none;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #191919;
  font-family: 'Rokkitt';
  transition: all 150ms ease;
}
#content.login .left input:focus {
  background: #191919;
  color: #fff;
}
#content.login .right {
  float: right;
  width: 482px;
  zoom: 1;
}
#content.login .right:before,
#content.login .right:after {
  content: "";
  display: table;
}
#content.login .right:after {
  clear: both;
}
#content.login .right li {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#content.login .right li.half {
  width: 226px;
  margin-right: 30px;
}
#content.login .right li.no-margin {
  margin-right: 0;
}
#content.login .right a {
  color: #656363;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-top: 5px;
  font-size: 10px;
}
#content.login .right h2 {
  margin-bottom: 20px;
  font-family: 'Brandon Grotesque Bold';
  font-size: 26px;
  color: #010101;
  text-transform: uppercase;
  display: inline-block;
}
#content.login .right h2:after,
#content.login .right h2:before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 3px;
  background: #b7b7b7;
  position: relative;
  top: -5px;
  margin: 0 0 0 10px;
}
#content.login .right h2:before {
  margin: 0 10px 0 0;
}
#content.login .right label {
  font-family: Courier;
  font-size: 13px;
  color: #010101;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 5px;
  float: left;
}
#content.login .right input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e1e1e1;
  outline: none;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #191919;
  font-family: 'Rokkitt';
  transition: all 150ms ease;
}
#content.login .right input:focus {
  background: #191919;
  color: #fff;
}
#content.login .right input#register-email {
  width: 470px;
}
#content.login .right input#use-terms-checkbox {
  display: none;
}
#content.account {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right;
  background-color: #d1d1d1;
  padding-top: 200px;
}
#content.account table {
  border: 1px solid rgba(0,0,0,0.2);
}
#content.account table tr.margin {
  border: none;
  height: 15px;
}
#content.account table tr th {
  background: #191919;
  color: #fff;
  padding: 15px 20px 10px 20px;
  text-align: center;
  width: 125px;
  text-transform: uppercase;
  font-size: 10px;
}
#content.account table tr th.color {
  color: #ddfe00;
}
#content.account table tr td {
  text-align: center;
  padding: 20px;
  border-right: 1px solid rgba(0,0,0,0.2);
}
#content.account table tr td:last-child {
  border: none;
}
#content.account h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Brandon Grotesque bold';
  margin-bottom: 15px;
}
#content.account p,
#content.account label {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
#content.account input {
  background-color: #e1e1e1;
  width: 100%;
  outline: none;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #191919;
  font-family: 'Rokkitt';
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 150ms ease;
}
#content.account input:focus {
  background: #191919;
  color: #fff;
}
#content.account button {
  width: 100%;
  display: block;
  border: none;
  margin-top: 10px;
  padding: 10px;
  text-transform: uppercase;
  background: #ddfe00;
  color: #000;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  font-family: 'Brandon Grotesque Bold';
  transition: all 150ms ease;
}
#content.account button:hover {
  background: #191919;
  color: #fff;
}
#content.account .order {
  float: left;
}
#content.account .info {
  float: right;
  width: 250px;
}
.from-insta {
  background: url("../images/left.jpg") repeat-y top left, url("../images/right.jpg") repeat-y top right;
  background-color: #d1d1d1;
  text-align: center;
  padding-top: 190px!important;
  padding-bottom: 0!important;
}
.from-insta .text {
  width: 55%;
  margin: 0 auto;
}
.from-insta .text h3 {
  font-family: 'Fonecian';
  font-size: 56px;
  text-transform: uppercase;
}
.from-insta .text h2 {
  font-family: 'Fonecian';
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.from-insta .text p {
  font-size: 14px;
  margin: 40px 0;
  color: #5e5e5e;
}
.from-insta ul {
  zoom: 1;
}
.from-insta ul:before,
.from-insta ul:after {
  content: "";
  display: table;
}
.from-insta ul:after {
  clear: both;
}
.from-insta ul li {
  float: left;
  width: 20%;
}
.from-insta ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.from-insta ul li a img {
  display: block;
  max-width: 100%;
  width: auto;
}
.from-insta ul li a:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.from-insta ul li a .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  top: 0;
  left: 0;
  border: 30px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition: all 250ms ease;
}
.from-insta ul li a .hover span {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  margin-top: -12px;
}
#content.lojas {
  background: url("../images/envio-brackground.jpg") fixed center top no-repeat;
  text-align: center;
}
#content.lojas .content {
  background: #fff;
  padding: 100px 0;
}
#content.lojas .title h1 {
  font-family: 'Fonecian';
  text-align: center;
  font-size: 45px;
  margin: 100px 0;
  font-size: 45px;
  color: #fff;
  display: block;
}
#content.lojas .container {
  margin-bottom: 180px;
}
#content.envio{
  display: none;
}
#content.envio,
#content.faq {
  background: url("../images/envio-brackground.jpg") fixed center top no-repeat;
  text-align: center;
}
#content.envio h1,
#content.faq h1 {
  font-family: 'Fonecian';
  text-align: center;
  font-size: 45px;
  margin: 100px 0;
  font-size: 45px;
  color: #fff;
  display: block;
}
#content.envio .container,
#content.faq .container {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right #d1d1d1;
  padding: 50px 0;
  margin-bottom: 180px;
}
#content.envio .container ul li,
#content.faq .container ul li {
  margin-bottom: 30px;
  text-align: left;
}
#content.envio .container p,
#content.faq .container p {
  line-height: 16px;
  text-align: left;
}
#content.envio .container p a,
#content.faq .container p a {
  color: #000;
}
#content.envio .container h2,
#content.faq .container h2 {
  color: #636363;
  font-size: 18px;
  font-family: 'Brandon Grotesque Bold';
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 15px;
}
#content.contact {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right;
  background-color: #d1d1d1;
  padding: 200px 0;
  text-align: center;
}
#content.contact .button {
  width: 250px;
  height: 65px;
  display: block;
  border: none;
  margin: 35px auto 0;
  text-transform: uppercase;
  background: #ddfe00;
  color: #000;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  font-family: 'Brandon Grotesque Bold';
  transition: all 150ms ease;
  line-height: 71px;
  font-size: 19px;
  letter-spacing: 5px;
  pading: 0;
}
#content.contact .button:hover {
  border-color: #000;
  color: #fff;
  background: #000;
}
#content.contact h2 {
  font-family: 'Fonecian';
  font-size: 40px;
  text-transform: uppercase;
  color: #555;
}
#content.contact h2:before {
  content: '';
  width: 335px;
  display: inline-block;
  height: 10px;
  background: url("../images/left-arrow.png") no-repeat;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
#content.contact h2:after {
  content: '';
  display: inline-block;
  width: 335px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/right-arrow.png") no-repeat;
  position: relative;
  top: -5px;
}
#content.contact .text {
  margin: 40px 0;
}
#content.contact .text p {
  line-height: 1.4;
}
#content.contact .text p strong {
  font-weight: 600;
}
#content.contact ul {
  margin: 0 auto;
}
#content.contact ul li {
  margin: 0 auto 15px;
  width: 825px;
}
#content.contact ul li label {
  font-family: Courier;
  font-size: 13px;
  color: #010101;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
#content.contact ul li input {
  width: 100%;
  background-color: #e1e1e1;
  outline: none;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #191919;
  font-family: 'Rokkitt';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 150ms ease;
}
#content.contact ul li input:focus {
  background: #191919;
  color: #fff;
}
#content.contact ul li #contact-message {
  width: 100%;
  background-color: #e1e1e1;
  outline: none;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #191919;
  font-family: 'Rokkitt';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  transition: all 150ms ease;
}
#content.contact ul li #contact-message:focus {
  background: #191919;
  color: #fff;
}
#content.editorial {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right;
  background-color: #d1d1d1;
  padding-top: 200px;
  text-align: center;
  overflow: hidden;
}
#content.editorial h2 {
  font-family: 'Fonecian';
  font-size: 40px;
  margin-bottom: 80px;
  text-transform: uppercase;
  color: #555;
}
#content.editorial h2:before {
  content: '';
  width: 335px;
  display: inline-block;
  height: 10px;
  background: url("../images/left-arrow.png") no-repeat;
  margin-right: 10px;
}
#content.editorial h2:after {
  content: '';
  display: inline-block;
  width: 335px;
  height: 10px;
  margin-left: 10px;
  background: url("../images/right-arrow.png") no-repeat;
}
#content.editorial ul {
  margin-bottom: -45px;
}
#content.editorial ul li {
  position: relative;
  /*height: 547px;*/
}
#content.editorial ul li a {
  display: block;
  position: relative;
  /*left: 50%;*/
  /*margin-left: -1300px;*/
  width: 100%;
}


#mc_embed_signup .mc-field-group.input-group ul li{
  display: inline-block !important;
}
#mc_embed_signup .mc-field-group.input-group label{
  display: inline-block !important;
  cursor: pointer;
  font-family: 'Open Sans';
  /*width: 110px;*/
  color: #292a2a;
}
#mc_embed{
  font-family: 'Open Sans';
}
#mc_embed_signup .mc-field-group strong, #mc_embed_signup .mc-field-group label{
  font-family: 'Open Sans';
  font-size: 14px;
}
#mc_embed_signup .mc-field-group select{
  font-size: 14px;
  font-family: 'Open Sans';
  height: 50px;
  color: #292a2a;
}
#mc_embed_signup .mc-field-group input{
  font-size: 14px !important;
}
#mc_embed input{
  color: #292a2a;
  font-family: 'Open Sans';
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mc_embed select{
  cursor: pointer;
}

#mc_embed_signup_scroll input::-webkit-input-placeholder {
   color: #292a2a;
   font-family: 'Open Sans';
   letter-spacing: 1px;
}

#mc_embed_signup_scroll input:-moz-placeholder { /* Firefox 18- */
   color: #292a2a;
   font-family: 'Open Sans';
   letter-spacing: 1px;
}

#mc_embed_signup_scroll input::-moz-placeholder {  /* Firefox 19+ */
   color: #292a2a;
   font-family: 'Open Sans';
   letter-spacing: 1px;
}

#mc_embed_signup_scroll input:-ms-input-placeholder {
   color: #292a2a;
   font-family: 'Open Sans';
   letter-spacing: 1px;
}
#mc_embed_signup{
  font-family: 'Open Sans' !important;
}
#mc_embed_signup h1, #mc_embed_signup h2, #mc_embed_signup h3 {
  text-transform: uppercase;
  text-align: center;
  color: #303132;
}
#mc_embed_signup h2{
  font-family: 'Fonecian';
  font-size: 64px !important;
  font-weight: 700;
}
#mc_embed_signup h1{
  font-size: 22px;
  font-weight: 700;
}
#mc_embed_signup h3{
  font-size: 37px;
}
#mc_embed_signup input{
  padding: 10px;
  outline: none;
  padding: 15px 0 !important;
}
#mc_embed_signup .button {
  color: #272728 !important;
  padding: 0 22px !important;
}

#mc_embed_signup .birthday{
  margin-top: 15px;
}
#mc_embed_signup {
  background: none !important;
  width: 290px;
  margin: 170px auto 0;
}
.news-modal-overlay {
    position: fixed;
    top: 0;
    z-index: 100000;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 150ms ease;
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
}

.news-modal-overlay.active{
    opacity: 1;
    visibility: visible;
}

#mc_embed_signup input,
#mc_embed_signup select {
    border: none !important;
    background: rgba(0,0,0,.2);
}
#mc_embed_signup select {
    height: 30px;
}
#mc_embed_signup{
  width: 500px;
}
#mc_embed_signup .clear{
  text-align: center;
}

#mc-embedded-subscribe {
    font-family: 'Brandon Grotesque Bold';
    text-transform: uppercase;
    background: url(http://a1.vnda.com.br/insectashoes/images/bug-news.png) no-repeat left center !important;
    background-size: 24px !important;
    width: 180px !important;
    width: 180px !important;
    color: #3c3c3b !important;
    font-size: 14px !important;
}

.news-modal-overlay #mc_embed_signup{
  width: 290px;
  float: right;
  margin-right: 20px;
  margin-top: 165px;
}
.news-modal-overlay #mc_embed_signup input{
  padding: 10px 0 !important;
  margin-bottom: 10px;
}
.news-modal-overlay #mc_embed_signup .mc-field-group select{
  height: 40px;
}
.news-modal-overlay #mc-embedded-subscribe.button{
  padding: 0 !important;
  margin-top: 10px;
}
.news-modal-overlay #mc_embed_signup .mc-field-group {
  padding-bottom: 0 !important;
}


#content.editorial ul li a img {
  display: block;
  width: 100%;
  height: auto!important;
}
#content.cart {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right;
  background-color: #d1d1d1;
  padding-top: 200px;
}
#content.cart.two .resume {
  margin-top: 18px;
}
#content.cart.two .resume .discount {
  margin-top: 29px;
}
#content.cart .empty {
  width: 364px;
  height: 317px;
  background: url("../images/empty.png") no-repeat;
  display: block;
  margin: 0 auto 30px;
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
}
#content.cart.four .alert {
  width: 50%;
  margin: auto;
  position: relative;
  height: 425px;
  padding-left: 255px;
  background: url("../images/finished.png") no-repeat left top;
}
#content.cart.four .alert h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
#content.cart.four .alert p {
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase;
}
#content.cart.four .alert p a {
  color: #191919;
  text-decoration: none;
  border-bottom: 1px solid #191919;
}
#content.cart.four .alert .button {
  display: inline-block;
  margin-top: 20px;
}
#content.cart.three h1 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Brandon Grotesque Bold';
  margin-bottom: 50px;
}
#content.cart.three .ways {
  zoom: 1;
  position: relative;
}
#content.cart.three .ways:before,
#content.cart.three .ways:after {
  content: "";
  display: table;
}
#content.cart.three .ways:after {
  clear: both;
}
#content.cart.three .ways form {
  zoom: 1;
}
#content.cart.three .ways form:before,
#content.cart.three .ways form:after {
  content: "";
  display: table;
}
#content.cart.three .ways form:after {
  clear: both;
}
#content.cart.three .ways .toggle {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: all 150ms ease;
  zoom: 1;
}
#content.cart.three .ways .toggle:before,
#content.cart.three .ways .toggle:after {
  content: "";
  display: table;
}
#content.cart.three .ways .toggle:after {
  clear: both;
}
#content.cart.three .ways .active .toggle {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
#content.cart.three .ways .active .icon span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#content.cart.three .ways li {
  width: 40%;
  text-align: center;
  float: left;
  margin-bottom: 80px;
}
#content.cart.three .ways li .moip {
  width: 30%;
}
#content.cart.three .ways li .credit-card.debit {
  width: 30%;
}
#content.cart.three .ways li ul {
  margin: 50px auto 0;
  zoom: 1;
}
#content.cart.three .ways li ul:before,
#content.cart.three .ways li ul:after {
  content: "";
  display: table;
}
#content.cart.three .ways li ul:after {
  clear: both;
}
#content.cart.three .ways li ul li {
  margin-bottom: 20px;
}
#content.cart.three .ways li ul li input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.cart.three .ways li ul li label {
  text-align: left;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}
#content.cart.three .ways li small {
  font-size: 11px;
}
#content.cart.three .ways li h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#content.cart.three .ways li .icon {
  display: inline-block;
  width: 123px;
  height: 143px;
  background: url("../images/payment.png") no-repeat;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
#content.cart.three .ways li .icon span {
  transition: all 150ms ease;
  display: inline-block;
  width: 123px;
  position: absolute;
  top: 0;
  left: 0;
  height: 143px;
  background: url("../images/payment.png") no-repeat;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#content.cart.three .ways li .icon:hover span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#content.cart.three .ways li.moip .toggle {
  margin-top: 50px;
}

#content.cart.three .ways li.credit-card .flags {
  width: 100%;
}
#content.cart.three .ways li.credit-card .flags input {
  float: left;
  width: auto;
  position: relative;
  top: 9px;
  margin-left: 0;
  margin-right: 10px;
}
#content.cart.three .ways li.credit-card .flags label {
  padding: 1px;
  border: 1px solid #191919;
  float: left;
  cursor: pointer;
}
#content.cart.three .ways li.credit-card .flags label img {
  display: block;
}
#content.cart.three .ways li.credit-card .installments .fancy-select {
  margin-left: 0;
  width: 288px;
}
#content.cart.three .ways li.credit-card .fancy-select {
  width: 92px;
  margin-right: 10px;
  float: left;
  position: relative;
}
#content.cart.three .ways li.credit-card .fancy-select .options {
  background: #e1e1e1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  border: 1px solid #191919;
  border-top: 0;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  max-height: 196px;
  overflow: auto;
  transition: all 150ms ease;
}
#content.cart.three .ways li.credit-card .fancy-select .options.open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
#content.cart.three .ways li.credit-card .fancy-select .options li {
  cursor: pointer;
  line-height: 39px;
  margin: 0;
  transition: all 150ms ease;
}
#content.cart.three .ways li.credit-card .fancy-select .options li:hover {
  background: #191919;
  color: #fff;
}
#content.cart.three .ways li.credit-card .fancy-select .options li.selected {
  background: #191919;
  color: #fff;
}
#content.cart.three .ways li.credit-card .fancy-select ul {
  margin: 0;
  width: auto;
}
#content.cart.three .ways li.credit-card .fancy-select li {
  width: 100%;
}
#content.cart.three .ways li.credit-card .fancy-select .trigger {
  height: 39px;
  background: #191919;
  color: #fff;
  line-height: 39px;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  text-align: left;
}
#content.cart.three .ways li.credit-card .fancy-select .trigger:after {
  position: absolute;
  right: 0;
  right: 0;
  width: 26px;
  height: 100%;
  background: url("../images/dropdown.png") no-repeat center center #363636;
  content: '';
}
#content.cart.three .ways li.credit-card .fancy-select .trigger:hover:after {
  background-color: #4d4d4d;
}
#content.cart.three .ways li.credit-card .icon {
  background-position: 0 0;
}
#content.cart.three .ways li.credit-card .icon span {
  background-position: 0 -143px;
}
#content.cart.three .ways li.moip .icon {
  background-position: -123px 0;
}
#content.cart.three .ways li.moip .icon span {
  background-position: -123px -143px;
}
#content.cart .address-form {
  margin-bottom: 40px;
}
#content.cart .address-gift {
  float: left;
  position: relative;
}
#content.cart .address-form ul li,
#content.cart .address-gift ul li {
  float: left;
  margin: 0 30px 20px 0;
  position: relative;
}
#content.cart .address-form ul li.no-margin,
#content.cart .address-gift ul li.no-margin {
  margin-right: 0;
}
#content.cart .address-form ul li label,
#content.cart .address-gift  ul li label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#content.cart .address-form ul li input,
#content.cart .address-gift ul li input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.cart .address-gift ul li label.error {
  display: none !important
}
#content.cart .address-gift {
  float: left;
  width: 450px;
  clear: both;
  transition: all 1s ease-in-out;
}
#content.cart .address-gift h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 39px;
}
#content.cart .buttons {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#content.cart.two .buttons {
   float: auto;
   float: right;
   width: auto;
}
#content.cart .go,
#content.cart .back {
  margin-left: 20px !important;
  display: block;
  float: right;
}
#content.cart .back {
  margin-left: 0px !important;
}
#content.cart textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
#content.cart input[type=text],
#content.cart textarea {
  padding: 10px;
  font-size: 14px;
  background: #e1e1e1;
  border: 1px solid #191919;
  outline: none;
  font-family: 'Rokkitt';
  margin: 0;
  transition: all 150ms ease;
}
#content.cart input[type=text]:focus,
#content.cart textarea:focus {
  background: #191919;
  color: #fff;
}
#content.cart button,
#content.cart .button {
  background: #191919;
  border: 2px solid #191919;
  color: #fff;
  font-family: 'Brandon Grotesque Bold';
  font-size: 14px;
  letter-spacing: 2px;
  padding: 7px 14px;
  margin: 0;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 21px;
  transition: all 150ms ease;
}
#content.cart button:hover,
#content.cart .button:hover {
  background: #ddfe00;
  border-color: #ddfe00;
  color: #191919;
}
#content.cart .resume {
  float: right;
  width: 50%;
  border: 1px solid #191919;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

#content.cart.two .resume {
  width: 100%
}
#content.cart .resume h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
#content.cart .resume table {
  width: 100%;
}
#content.cart .resume table tr {
  height: 26px;
}
#content.cart .resume table tr td:last-child {
  text-align: right;
}
#content.cart .resume table .strong td {
  font-size: 18px;
  font-weight: bold;
}
#content.cart .resume .discount {
  margin-top: 20px;
}
#content.cart .resume .discount label {
  display: block;
  text-transform: uppercase;
}
#content.cart .resume .discount input {
  margin-top: 5px;
  display: inline-block;
}
#content.cart .shipping-container {
  width: 50%;
  float: left;
}
#content.cart .shipping {
  float: left;
}
#content.cart .shipping label {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 5px;
  letter-spacing: 0;
}
#content.cart .result {
  float: left;
  clear: both;
}
#content.cart .result li {
  margin-top: 10px;
}
#content.cart .result label {
  display: inline-block;
  cursor: pointer;
}
#content.cart .result label:hover .icon,
#content.cart .result label.active .icon {
  background: #191919;
}
#content.cart .result input {
  display: none;
}
#content.cart .result .icon {
  display: inline-block;
  border: 1px solid #191919;
  width: 15px;
  height: 15px;
  position: relative;
  top: 4px;
  transition: all 150ms ease;
}
#content.cart .result small {
  color: #585858;
  font-size: 12px;
  text-transform: none;
  display: block;
  margin-left: 26px;
  margin-top: 4px;
  width: 200px;
}
#content.cart .items {
  text-align: center;
  margin-bottom: 50px;
}
#content.cart .items .product {
  display: inline-block;
  position: relative;
  width: 304px;
  vertical-align: top;
  margin-bottom: 10px;
}
#content.cart .items .product:nth-child(2) {
  margin: 0 15px;
}
#content.cart .items .product .image {
  width: 304px;
  height: 304px;
  overflow: hidden;
  position: relative;
}
#content.cart .items .product .image img {
  display: block;
  position: absolute;
  bottom: 0;
}
#content.cart .items .product .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  background: #191919;
  border: 0;
  cursor: pointer;
  z-index: 2;
}
#content.cart .items .product .remove:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
  overflow: hidden;
  text-align: center;
  text-indent: -100px;
  background: url("../images/summary-bug-x.png");
  transition: all 200ms ease;
}
#content.cart .items .product .remove:hover:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#content.cart .items .product .name {
  text-transform: uppercase;
  text-align: left;
  margin: 10px 0;
  line-height: 18px;
}
#content.cart .items .product .price {
  font-size: 22px;
  display: block;
  text-align: left;
  font-weight: bold;
}
#content.cart .steps {
  text-align: center;
  margin-bottom: 50px;
}
#content.cart .steps li {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  width: 110px;
  padding-right: 100px;
  position: relative;
}
#content.cart .steps li span {
  width: 72px;
  height: 83px;
  background: url("../images/steps.png") no-repeat;
  display: inline-block;
  margin-bottom: 10px;
}
#content.cart .steps li.cart span {
  background-position: 0 -83px;
}
#content.cart .steps li.cart.active span {
  background-position: 0 0;
}
#content.cart .steps li.address span {
  background-position: -72px -83px;
}
#content.cart .steps li.address.active span {
  background-position: -72px 0;
}
#content.cart .steps li.payment span {
  background-position: -144px -83px;
}
#content.cart .steps li.payment.active span {
  background-position: -144px 0;
}
#content.cart .steps li.confirmation span {
  background-position: -216px -83px;
}
#content.cart .steps li.confirmation.active span {
  background-position: -216px 0;
}
#content.cart .steps li:after {
  width: 90px;
  height: 4px;
  background: url("../images/steps-separator.png") no-repeat;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 44px;
}
#content.cart .steps li:last-child {
  padding: 0;
}
#content.cart .steps li:last-child:after {
  display: none;
}
#content.product {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right;
  background-color: #D2D2D2;
  padding: 240px 0 100px 0;
}
#content.product .main {
  zoom: 1;
}
#content.product .main:before,
#content.product .main:after {
  content: "";
  display: table;
}
#content.product .main:after {
  clear: both;
}
#content.product .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
#content.product .lines.animate .line {
  -webkit-transform: rotate(-38deg) translateX(0px) !important;
  -moz-transform: rotate(-38deg) translateX(0px) !important;
  -o-transform: rotate(-38deg) translateX(0px) !important;
  -ms-transform: rotate(-38deg) translateX(0px) !important;
  transform: rotate(-38deg) translateX(0px) !important;
}
#content.product .lines .line {
  height: 1px;
  border-bottom: 1px solid;
  width: 300px;
  -webkit-transform: rotate(-38deg);
  -moz-transform: rotate(-38deg);
  -o-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
  position: absolute;
  left: 50%;
  transition: all 800ms ease;
}
#content.product .lines .white .line {
  border-color: #fff;
}
#content.product .lines .white .one {
  margin-left: -730px;
  top: 100px;
  width: 340px;
  -webkit-transform: rotate(-38deg) translateX(350px);
  -moz-transform: rotate(-38deg) translateX(350px);
  -o-transform: rotate(-38deg) translateX(350px);
  -ms-transform: rotate(-38deg) translateX(350px);
  transform: rotate(-38deg) translateX(350px);
}
#content.product .lines .white .two {
  margin-left: -800px;
  bottom: 0;
  -webkit-transform: rotate(-38deg) translateX(-200px);
  -moz-transform: rotate(-38deg) translateX(-200px);
  -o-transform: rotate(-38deg) translateX(-200px);
  -ms-transform: rotate(-38deg) translateX(-200px);
  transform: rotate(-38deg) translateX(-200px);
}
#content.product .lines .white .three {
  top: 340px;
  width: 150px;
  margin-left: 490px;
  -webkit-transform: rotate(-38deg) translateX(600px);
  -moz-transform: rotate(-38deg) translateX(600px);
  -o-transform: rotate(-38deg) translateX(600px);
  -ms-transform: rotate(-38deg) translateX(600px);
  transform: rotate(-38deg) translateX(600px);
}
#content.product .lines .black .line {
  border-color: #000;
}
#content.product .lines .black .one {
  margin-left: -580px;
  top: 200px;
  width: 450px;
  -webkit-transform: rotate(-38deg) translateX(-950px);
  -moz-transform: rotate(-38deg) translateX(-950px);
  -o-transform: rotate(-38deg) translateX(-950px);
  -ms-transform: rotate(-38deg) translateX(-950px);
  transform: rotate(-38deg) translateX(-950px);
}
#content.product .lines .black .two {
  margin-left: -630px;
  top: 400px;
  -webkit-transform: rotate(-38deg) translateX(300px);
  -moz-transform: rotate(-38deg) translateX(300px);
  -o-transform: rotate(-38deg) translateX(300px);
  -ms-transform: rotate(-38deg) translateX(300px);
  transform: rotate(-38deg) translateX(300px);
}
#content.product .lines .black .three {
  bottom: 0;
  margin-left: 50px;
  -webkit-transform: rotate(-38deg) translateX(-300px);
  -moz-transform: rotate(-38deg) translateX(-300px);
  -o-transform: rotate(-38deg) translateX(-300px);
  -ms-transform: rotate(-38deg) translateX(-300px);
  transform: rotate(-38deg) translateX(-300px);
}
#content.product .information {
  float: right;
  max-width: 450px;
}
#content.product .information .name {
  font-size: 24px;
  text-transform: uppercase;
}
#content.product .information .price {
  font-size: 28px;
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
}
#content.product .information .price del {
  font-size: 20px;
}
#content.product .information .description {
  margin: 30px 0;
  font-family: 'Rokkitt' !important;
  color: #5e5e5e !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 18px !important;
}
#content.product .information .description ul {
  margin: 20px 0px 20px 20px;
  list-style: circle;
}
#content.product .information .attributes {
  zoom: 1;
}
#content.product .information .attributes:before,
#content.product .information .attributes:after {
  content: "";
  display: table;
}
#content.product .information .attributes:after {
  clear: both;
}
#content.product .information .attributes .sold-out:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  width: 1px;
  height: 40px;
  background: #000;
}
#content.product .information .attributes li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#content.product .information .attributes li label {
  font-size: 18px;
  color: #5e5e5e;
  line-height: 40px;
  width: 40px;
  display: block;
  border: 2px solid #5e5e5e;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: all 150ms ease;
  position: relative;
}
#content.product .information .attributes li label input {
  display: none;
}
#content.product .information .attributes li label.active {
  color: #000 !important;
  border-color: #ddfe00 !important;
  background: #ddfe00 !important;
}
#content.product .information .attributes li label:hover {
  background: #5e5e5e;
  color: #fff;
}
#content.product .information button:not(.bt-notify) {
  display: block;
  width: 100%;
  font-family: 'Brandon Grotesque Bold';
  background: #ddfe00;
  border: 2px solid #ddfe00;
  cursor: pointer;
  height: 80px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 30px 0;
  outline: none;
  transition: all 150ms ease;
}

#content.product .information button.black {
  background: #000;
  color: #fff;
  border-color: #000;
}
#content.product .information button.black:hover {
  background: #ddfe00;
  color: #000;
  border-color: #ddfe00;
}
#content.product .information button.disabled {
  background: #191919;
  color: #fff;
  cursor: default;
  border-color: #191919;
}
#content.product .information button:hover {
  border-color: #191919;
  color: #fff;
  background: #191919;
}
#content.product .information .help li {
  margin-bottom: 10px;
}
#content.product .information .help li a {
  font-family: 'Brandon Grotesque Bold';
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  position: relative;
  margin-left: 24px;
  transition: all 150ms ease;
}
#content.product .information .help li a:hover {
  border-bottom: 1px solid;
}
#content.product .information .help li a:before {
  width: 17px;
  height: 11px;
  content: '';
  display: inline-block;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: -24px;
}
#content.product .information .help li a.measure:before {
  background: url("../images/ruler-small.png") no-repeat center 5px;
}
#content.product .information .help li a.number:before {
  background: url("../images/play-small.png") no-repeat center center;
}
#content.product .gallery {
  float: left;
  width: 450px;
  display: none;
}
#content.product .gallery:first-child {
  display: block;
}
#content.product .gallery .big {
  margin-bottom: 10px;
}
#content.product .gallery .big img {
  max-width: 100%;
  display: block;
}
#content.product .gallery .thumbs {
  zoom: 1;
}
#content.product .gallery .thumbs:before,
#content.product .gallery .thumbs:after {
  content: "";
  display: table;
}
#content.product .gallery .thumbs:after {
  clear: both;
}
#content.product .gallery .thumbs li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 105px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
#content.product .gallery .thumbs li img {
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
.mobile-only{
  display: none;
}
#content.product .gallery .thumbs li:nth-child(4) {
  margin: 0;
}
#content.buy {
  background: url("../images/left.jpg") no-repeat center left, url("../images/right.jpg") no-repeat center right;
  background-color: #d1d1d1;
}
#content.buy .banner {
  overflow: hidden;
}
#content.buy .pagination {
  text-align: center;
  float: left;
  width: 100%;
}
#content.buy .pagination span:after,
#content.buy .pagination span:before {
  width: 40px;
  height: 1px;
  content: '';
  display: inline-block;
  background: #b9b9b9;
  position: relative;
  top: -3px;
}
#content.buy .pagination span:before {
  left: -5px;
}
#content.buy .pagination span:after {
  right: -5px;
}
#content.buy .pagination span,
#content.buy .pagination a {
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
}
#content.buy .pagination .button {
  text-decoration: none;
  color: #000;
  transition: all 150ms ease;
  border-bottom: 2px solid transparent;
  display: inline-block;
  clear: both;
  padding: 0 5px 5px;
}
#content.buy .pagination .button:hover {
  border-color: #000;
}
#content.buy .pagination ul li {
  display: inline-block;
}
#content.buy .pagination ul li a {
  border-bottom: 2px solid transparent;
  color: #000;
  text-decoration: none;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 12px;
  transition: all 150ms ease;
}
#content.buy .pagination ul li a:hover,
#content.buy .pagination ul li a.active {
  border-color: #000;
}
#content.buy .sizes-header {
  font-family: 'Brandon Grotesque Bold';
  display: block;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  color: #707070;
}
#content.buy .sizes-header:before,
#content.buy .sizes-header:after {
  width: 50px;
  height: 2px;
  background: #b9b9b9;
  content: '';
  display: inline-block;
  top: -4px;
  margin: 0 6px;
  position: relative;
}
#content.buy .sizes {
  text-align: center;
  border-top: 2px solid #b9b9b9;
  line-height: 50px;
}
#content.buy .sizes li {
  display: inline-block;
  margin-right: 25px;
}
#content.buy .sizes li:last-child {
  margin-right: 0;
}
#content.buy .sizes li a {
  text-decoration: none;
  display: block;
  color: #707070;
  position: relative;
  font-size: 14px;
  font-family: 'Brandon Grotesque Bold';
}
#content.buy .sizes li a:hover {
  color: #000;
}
#content.buy .sizes li a.active {
  color: #000;
}
#content.buy .sizes li a.active:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 8px;
  top: -2px;
  background: url("../images/flechinha.png") no-repeat;
}
#content.buy .categories {
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
}
#content.buy .categories li {
  display: inline-block;
  margin: 0 40px;
}
#content.buy .categories li a {
  width: 82px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
#content.buy .categories li a.scarabeus .flipper .back:after {
  background: url("../images/scarabeus-bug.png") no-repeat;
}
#content.buy .categories li a .flipper .back:after {
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
}

#content.buy .categories li a.scarabeus .flipper span:after {
  background: url("../images/scarabeus-shape.png") no-repeat center left;
  background-size: contain;
}
#content.buy .categories li a.papilio .flipper span:after {
  background: url("../images/papilio-shape.png") no-repeat center left;
  background-size: contain;
}
#content.buy .categories li a.papilio .flipper .back:after {
  background: url("../images/papilio-bug.png") no-repeat;
}
#content.buy .categories li a.vedalia .flipper .back:after {
  background: url("../images/vedalia-bug.png") no-repeat;
}
#content.buy .categories li a.vedalia .flipper span:after {
  background: url("../images/vedalia-shape.png") no-repeat center left;
  background-size: contain;
}
#content.buy .categories li a.cicada .flipper .back:after {
  background: url("../images/cicada-bug.png") no-repeat center;
}
#content.buy .categories li a.cicada .flipper span:after {
  background: url("../images/cicada-shape.png") no-repeat center left;
  background-size: contain;
}
#content.buy .categories li a.argia .flipper .back:after {
  background: url("../images/argia-bug.png") no-repeat center;
}
#content.buy .categories li a.argia .flipper span:after {
  background: url("../images/argia-shape.png") no-repeat center left;
  background-size: contain;
}
#content.buy .categories li a.cordulia .flipper .back:after {
  background: url("../images/argia-bug.png") no-repeat center;
}
#content.buy .categories li a.cordulia .flipper span:after {
  background: url("http://a1.vnda.com.br/insectashoes/images/cordulia-shape.png") no-repeat center left;
  background-size: contain;
}
#content.buy .categories li a.kids .flipper span:after {
  background: url("../images/kids-shape.png") no-repeat center;
  background-size: 100%;
}

#content.buy .categories li a.mochilas .flipper .back:after{
  background: url("../images/argia-bug.png") no-repeat center;
  background-size: 100%;
}

#content.buy .categories li a.mochilas .flipper span:after {
  background: url("http://a1.vnda.com.br/insectashoes/images/mochilas-shape.png") no-repeat center;
  background-size: 100%;
}

#content.buy .categories li a.necessaires .flipper .back:after,{
  background: url("http://a1.vnda.com.br/insectashoes/images/stellis-bug.png") no-repeat center;
  background-size: 100%;
}
#content.buy .categories li a.necessaires .flipper span:after {
  background: url("http://a1.vnda.com.br/insectashoes/images/necessaires-shape.png") no-repeat center;
  background-size: 100%;
}

#content.buy .categories li a.stellis .flipper .back:after {
  background: url("http://a1.vnda.com.br/insectashoes/images/stellis-bug.png") no-repeat center;
  opacity: .8;
}
#content.buy .categories li a.stellis .flipper span:after {
  background: url("http://a1.vnda.com.br/insectashoes/images/stellis-shape.png") no-repeat center left;
  background-size: contain;
}
#content.buy .categories li.mochilas,
#content.buy .categories li.necessaires   {
  display: none !important;
}

#content.buy .categories li a:hover .flipper,
#content.buy .categories li a.active .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#content.buy .categories li a .flipper {
  width: 82px;
  height: 94px;
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 500ms ease;
  margin-bottom: 10px;
}
#content.buy .categories li a .flipper span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/categories-bg.png") no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content.buy .categories li a .flipper span:after {
  width: 62px;
  height: 62px;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -31px 0 0 -31px;
}
#content.buy .categories li a .flipper .front {
  background-position: left top;
  z-index: 2;
}
#content.buy .categories li a .flipper .back {
  background-position: right top;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#products {
  width: 915px;
}
#products .search-fail {
  margin: 90px auto;
  width: 610px;
  text-align: center;
}
#products .search-fail img {
  float: left;
}
#products .search-fail .text {
  float: right;
  width: 440px;
  margin-top: 50px;
}
#products .search-fail .text h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #525252;
}
#products .search-fail .text h2 .color {
  color: #080808;
}
#products .product {
  margin: 15px;
  width: 275px;
  height: 275px;
  float: left;
  position: relative;
  overflow: hidden;
}
#products .product.gift {
  height: 713px;
}
#products .product.gift .info {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#products .product a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 2;
  transition: all 150ms ease;
}
#products .product a .hover {
  position: absolute;
  border: 40px solid transparent;
}
#products .product a:hover .info {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#products .product a:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#products .product a .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  top: 0;
  left: 0;
  border: 40px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition: all 250ms ease;
}
#products .product a .hover span {
  color: #fff;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  display: block;
}
#products .product a .hover span.vedalia {
  background: url("http://a1.vnda.com.br/insectashoes/images/vedalia.png") no-repeat center center;
}
#products .product a .hover span.papilio {
  background: url("../images/papilio.png") no-repeat center center;
}
#products .product a .hover span.scarabeus {
  background: url("http://a1.vnda.com.br/insectashoes/images/scarabeus.png") no-repeat center center;
}
#products .product a .unavailable-text {
  display: none;
}
#products .before-unavailable {
  display: block;
}
#products .product a.unavailable {
  border-color: #000;
  background: rgba(0,0,0,0.75);
}
#products .product a.unavailable .hover {
  display: none;
}
#products .product a.unavailable .unavailable-text {
  font-family: 'Brandon Grotesque Bold';
  text-transform: uppercase;
  text-align: center;
  line-height: 306px;
  font-size: 22px;
  display: block;
}
#products .product a.unavailable .unavailable-text:after,
#products .product a.unavailable .unavailable-text:before {
  top: -7px;
  position: relative;
  content: '';
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 1px;
}
#products .product a.unavailable .unavailable-text:after {
  left: 10px;
}
#products .product a.unavailable .unavailable-text:before {
  right: 10px;
}
#products .product a.unavailable:hover {
  border-color: #fff;
}
#products .product a.unavailable .info {
  display: none;
}
#products .product a .info {
  padding: 10px;
  color: #4d4d4d;
  transition: all 150ms ease;
}
#products .product a .info .price {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
#products .product a .info .price .old {
  font-size: 12px;
  text-decoration: line-through;
  margin-right: 10px;
}
#products .product img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.stores {
  text-align: center;
  -webkit-background-size: #f00;
  -moz-background-size: #f00;
  background-size: #f00;
  font-family: 'Lato', sans-serif !important;
}
.stores p {
  font-size: 16px;
  color: #4f4f4f;
  width: 550px;
  margin: 0 auto;
}
.stores h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  color: #383838;
}
.stores--text {
  margin-bottom: 100px;
}
.stores--text p {
  line-height: 1.6;
  width: 570px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.stores--text h2 {
  text-align: center !important;
  font-weight: 500;
}
.stores--box {
  text-align: center;
}
.stores--box img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 40px;
  text-align: center !important;
}
.stores--box ul {
  list-style: none;
  width: 960px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
.stores--box ul:before,
.stores--box ul:after {
  content: "";
  display: table;
}
.stores--box ul:after {
  clear: both;
}
.stores--box li {
  float: left;
  width: 33%;
  text-align: center !important;
}
.stores--box li:last-child {
  margin-right: 0;
}
.stores--box li h5 {
  color: #444;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px !important;
}
.stores--box li h2 {
  font-size: 16px !important;
  text-align: center !important;
  color: #383838 !important;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
}
.stores--box li p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-family: 12px;
}
.stores--box .pin-ico {
  width: 11px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  background: url("../images/pin-icon.png") center no-repeat;
}
.stores--box p {
  color: #717171;
  width: 310px;
  font-size: 12px;
  font-family: 'Lato', sans-serif !important;
}
.stores--box h2.after-separator:after {
  margin: 20px auto;
}
.stores--phone {
  color: #4f4f4f !important;
  margin-top: 5px;
}
.after-separator:after {
  display: block;
  height: 2px;
  width: 45px;
  background: #e7e7e7;
  content: "";
  position: relative;
  margin: 40px auto;
}
.head--stores {
  display: block;
  background: url("http://a1.vnda.com.br/insectashoes/stylesheets/head-img-stores.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 270px;
}
.head--stores--text {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
  letter-spacing: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about--profiles {
  padding: 85px 0;
  background: #ececec;
  text-align: center;
}
.about--profiles img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.about--profiles h1 {
  color: #5a5a5a;
  font-weight: 300;
  margin: 40px 0 30px;
  font-size: 22px;
}
.about--profiles:after {
  width: 50px;
  height: 2px;
  content: '';
  display: block;
  background: #c8c8c8;
  margin: 20px auto 20px;
}
.about--profiles p {
  width: 530px;
  margin: 0 auto;
  line-height: 2 !important;
  font-size: 16px;
  color: #797979;
}
.about--shoe {
  padding: 40px 0 100px;
  position: relative;
  background: #e9eaeb;
}
.about--shoe .shoe p {
  width: 240px;
  color: #797979;
  font-size: 14px;
  text-align: right;
}
.about--shoe .shoe img {
  position: relative;
  top: 20px;
}
.about--shoe .shoe .box {
  display: inline-block;
}
.about--shoe .shoe .sola p {
  width: 190px;
}
.about--shoe .shoe .cabedal p {
  width: 190px;
}
.about--shoe .shoe p span {
  color: #3e3d3d;
}
.about--shoe .shoe h3,
.about--shoe .shoe h1 {
  color: #5a5a5a;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.about--shoe .shoe h3:before, .about--shoe .shoe h3:after{
  display: none !important;
}
.menu-mobile{
  display: none;
}
.about--shoe .img {
  left: 223px;
  background: url("../images/shoe.png") center no-repeat;
  top: 150px;
  width: 570px;
  height: 300px;
}
.about--shoe .palmilia {
  left: -90px;
  top: 100px;
  text-align: right !important;
}
.about--shoe .palmilia p {
  text-align: right !important;
}
.about--shoe .cabedal {
  right: -60px;
  top: 110px;
}
.about--shoe .cabedal p {
  text-align: left !important;
}
.about--shoe .sola {
  right: 260px;
  bottom: -90px;
  text-align: center;
}
.about--insecta {
  text-align: center;
  font-family: 'Lato', sans-serif !important;
}
.about--insecta-wrapper{
  width: 740px;
  margin: 0 auto;
}
.about--insecta h1.title{
  font-family: 'Fonecian';
  text-align: center;
  font-size: 45px;
  margin-bottom:50px;
  font-size: 45px;
  display: block;
}
.about--text{
  padding: 65px 0;
  background: #e3e3e3;
  color: #666;
}
.about--text .losangle{
  margin-bottom: 30px;
}
.about--text .losangle.bot{
  margin-top: 30px;
  margin-bottom: 0;
}
.about--text .losangle li{
  width: 10px;
  height: 10px;
  background: #666;
  display: inline-block;
  border: 1px solid transparent;
  margin: 0 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about--text .losangle.border li{
  background: transparent;
  border-color: #666;
  margin: 0 -4px;
}
.about--text .dash{
  width: 60px;
  height: 2px;
  background: #999;
  display: block;
  margin: 30px auto 0;
}
.our-prices{
  text-align: center;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
}
.our-prices ul{
  width: 100%;
  margin: 0 auto;
}
.our-prices li{
  display: inline-block;
  width: 140px;
  margin: 15px 20px;
  vertical-align: top;
}
.our-prices li img{
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.our-prices li span{
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  width: 100%;
}
.our-prices h1{
  color: #666;
}
.about--insecta h2 {
  color: #2e2e2e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
}
.about--insecta p {
  width: 100%;
  margin: 0 auto 50px;
  margin-bottom: 0px !important;
  color: #4f4f4f;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 2 !important;
  font-size: 14px;
  font-family: 'Lato', sans-serif !important;
}
.about--insecta .made-in-brazil img{
  width: 100%;
  margin: 50px 0;
}
.about--insecta .sustainability img{
  width: 100%;
  margin: 80px 0;
}
.about--insecta .sustainability{
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
}
.about--insecta .made-in-brazil{
  background: #4d4d4d;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
}
.about--insecta .about--shoe img{
  width: 100%;
}
.about--insecta .design-and-comfort{
  background: #c6c6c6;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
}
.about--insecta .design-and-comfort h2{
  width: 100%;
  margin: 30px auto;
  color: #666 !important;
  line-height: 1.8;
}
.about--insecta .heal-the-world p:after{
  background: #666;
  display: block;
  content: '';
  width: 60px;
  margin: 20px auto 0;
  height: 2px;
}
.about--insecta .design-and-comfort .images{
  margin-bottom: 50px;
}
.about--insecta .design-and-comfort .images img{
  width: 47%;
}
.about--insecta .design-and-comfort .images img:last-child{
  margin-left: 5%;
}
.about--insecta .design-and-comfort .super-comfort{
  width: 100%;
  margin: 30px 0;
}
.about--insecta .made-in-brazil p{
  color: white !important;
}
.info--product {
  width: 100%;
  margin: 50px 0;
  zoom: 1;
}
.info--product:before,
.info--product:after {
  content: "";
  display: table;
}
.info--product:after {
  clear: both;
}
.info--product ul {
  list-style: none;
  width: 100%;
  zoom: 1;
}
.info--product ul:before,
.info--product ul:after {
  content: "";
  display: table;
}
.info--product ul:after {
  clear: both;
}
.info--product li {
  float: right;
  text-align: center;
  width: 50%;
}
.info--product li:first-child {
  float: left;
}
.info--product h2 {
  color: #696969;
  font-size: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.info--product h1 {
  color: #293140;
  font-size: 14px;
  text-transform: uppercase;
}
.info--product img {
  margin-bottom: 15px;
}
.notification--out--p {
  font-family: 'Brandon Grotesque Bold';
  font-size: 11px;
  color: #1c1c1c;
  text-transform: uppercase;
  margin: 25px 0 15px;
}
.notification--out--form input {
  padding: 12px 10px 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  outline: none;
  background: #ebebeb;
  border: none;
  text-transform: uppercase;
}
.notification--out--form button {
  background: #000;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: none;
  margin-left: -9px;
  text-transform: uppercase;
  font-family: 'Brandon Grotesque Bold';
  width: 125px;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  transition: all 150ms all;
}
.notification--out--form button:hover {
  color: #000;
  background: #ddfe00;
  border-color: #ddfe00;
}
.notification--out--form button.envoy {
  color: #000 !important;
  border-color: #ddfe00 !important;
  background: #ddfe00 !important;
}
.notification--out--form button:disabled {
  cursor: default;
}

.notif form {
  position: relative;
}
.notif label.error{
  position: absolute;
  top: 40px;
  left: 0px;
  color: red;
}
.related--container {
  display: block;
  width: 960px;
  margin: 80px auto 0;
  zoom: 1;
}
.related--container:before,
.related--container:after {
  content: "";
  display: table;
}
.related--container:after {
  clear: both;
}
.related--container h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.product--related {
  width: 275px;
  height: 275px;
  float: left;
  position: relative;
  overflow: hidden;
}
.product--related.gift {
  height: 713px;
}
.product--related.gift .info {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.product--related:nth-child(3) {
  margin: 0 67px;
}
.product--related a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 2;
  transition: all 150ms ease;
}
.product--related a .hover {
  position: absolute;
  border: 40px solid transparent;
}
.product--related a:hover .info {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.product--related a:hover .hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product--related a .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  top: 0;
  left: 0;
  border: 40px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition: all 250ms ease;
}
.product--related a .hover span {
  color: #fff;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  display: block;
}
.product--related a .hover span.vedalia {
  background: url("http://a1.vnda.com.br/insectashoes/images/vedalia.png") no-repeat center center;
}
.product--related a .hover span.papilio {
  background: url("../images/papilio.png") no-repeat center center;
}
.product--related a .hover span.scarabeus {
  background: url("http://a1.vnda.com.br/insectashoes/images/scarabeus.png") no-repeat center center;
}
.product--related a .unavailable-text {
  display: none;
}
.product--related a.unavailable {
  border-color: #000;
  background: rgba(0,0,0,0.75);
}
.product--related a.unavailable .hover {
  display: none;
}
.product--related a.unavailable .unavailable-text {
  font-family: 'Brandon Grotesque Bold';
  text-transform: uppercase;
  text-align: center;
  line-height: 306px;
  font-size: 22px;
  display: block;
}
.product--related a.unavailable .unavailable-text:after,
.product--related a.unavailable .unavailable-text:before {
  top: -7px;
  position: relative;
  content: '';
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 1px;
}
.product--related a.unavailable .unavailable-text:after {
  left: 10px;
}
.product--related a.unavailable .unavailable-text:before {
  right: 10px;
}
.product--related a.unavailable:hover {
  border-color: #fff;
}
.product--related a.unavailable .info {
  display: none;
}
.product--related a .info {
  padding: 10px;
  color: #4d4d4d;
  transition: all 150ms ease;
}
.product--related a .info .price {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.product--related a .info .price .old {
  font-size: 12px;
  text-decoration: line-through;
  margin-right: 10px;
}
.product--related img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.mac #header .blog {
  margin-left: 168px !important;
}

.newsletter {
  background: url("http://a1.vnda.com.br/insectashoes/images/background-newsletter.jpg") no-repeat center;
  background-size: cover;
}
#content.newsletter {
  padding-bottom: 200px;
  padding-top: 250px;
}


@media screen and (max-width: 960px) {
  .quem-faz ul{
    width: 640px !important;
  }

  #products {
    margin: 0 auto;
    width: 100% !important;
  }

}
.hide {
  display: none !important;
}
#product-form h3 {
  margin:20px 0 10px;
  font-size: 14px;
  color: #5e5e5e;
}
#content.product .information .attributes li label {
  width: auto;
  min-width: 40px;
  padding: 0 3px;
}
#content.product .information .attributes.gift li label {
  padding: 0 5px;
}

/* Carts */
#content.cart .items .product small {
  float: left;
  text-align: left;
  display: inline-block;
  margin-bottom: 5px;
}
#content.cart .items .product .price {
  clear: both;
}

/* Payment */
#content.cart.three .ways li {
  width: 30%;
}

#nav .main:not(.dropdown) .dropdown li a.scarabeus .icon, #nav .main:not(.dropdown) .dropdown li a.vedalia .icon {
  background-size: 60%;
}
.960-only{
  display:  none;
}

@media screen and (max-width: 1024px) {
  #header .bar .cart:hover{
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  #content.contact {
    padding: 200px 20px;
    box-sizing: border-box;
  }
  #content.contact ul li{
    width: 100%;
  }
  #content.contact h2:after, #content.contact h2:before{
    display: none;
  }
  #content.faq .container{
    padding: 50px 30px;
  }
  .stores--box ul{
    width: auto;
  }
  .stores--box li{
    width: 50%;
  }
  .choose-language{
    display: none;
  }
  #nav .main:not(.dropdown) li a {
    font-size: 11px;
  }
  .wrapper{
    width: 880px;
  }
  #footer .madre {
    margin: 0 auto;
  }
  #footer .full{
    margin-bottom: 40px;
  }
  #footer .full small {
    color: #838383;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #nav li ul.dropdown{
    width: 540px !important;
  }
  #nav li ul.dropdown li a span {
    margin: 0 !important;
  }
  #nav li ul.dropdown li a span.icon {
    margin-left: 30px !important;
  }
  #nav li ul.dropdown li:nth-child(5){
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  #nav .main:not(.dropdown) .dropdown:nth-child(3){
    width: 370px !important;
    left: 390px;
  }
  #nav .dropdown li a{
    width: 100% !important;
  }
  #footer .one-third{
    width: 33.33%;
  }
  #footer .wrapper{
    width: auto !important;
  }
  #header .bar .cart{
    right: 20px;
  }
  .wrapper--nav{
    width: 880px;
  }
  #nav .main:not(.dropdown) li:nth-child(5){
    margin: 0;
    -ms-transform: translateX(35%) translateY(-50%);
    -webkit-transform: translateX(35%) translateY(-50%);
    transform: translateX(35%) translateY(-50%);
  }
  .960-only{
    display:  block;
  }
  #summary{
    margin-left: -173px;
  }
  #nav .main:not(.dropdown) li:nth-child(6){
    margin-left: 20%;
  }
  #content.cart input[type=text]{
    margin-bottom: 10px;
  }
   #content.product .gallery{
    float: none;
    margin: 0 auto;
    width: 565px;
   }
   #content.product .information{
    float: none;
    margin: 30px auto 0;
    width: 650px;
   }
   .zoomContainer{
    /*display: none;*/
   }
   #content.product .gallery .thumbs li:nth-child(4){
    margin: 0 10px 10px 0;
   }
   #content.product .gallery .thumbs li:nth-child(5){
    margin: 0;
   }
   #content.cart .resume{
    width: 100%;
    margin-top: 20px;
   }
   #content.cart .empty{
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    width: 363px;
    position: relative;
    left: -20px;
   }
   #content.login{
    padding: 210px 20px 100px
   }
   #content.cart .shipping-container{
    width: 100%;
   }
   #content.cart{
      padding-left: 20px;
      padding-right: 20px;
   }
   #content.cart .steps{
    text-align: center;
    margin-bottom: 50px;
    width: 330px;
    margin: 0 auto 60px;
   }
   #content.cart .steps li.address{
    padding-right: 0;
   }
   #content.cart .steps li.address:after{
    display:  none;
   }
}
@media screen and (max-width: 720px){
  .news-modal-overlay {
    display: none! important;
  }
  .our-prices li{
    width: 110px;
  }
  .about--insecta .design-and-comfort .images img{
    width: 100%;
  }
  .about--insecta h1.title{
    width: 100% !important;
    font-size: 32px;
  }
  .about--insecta .design-and-comfort .images img:last-child{
    margin-left: 0%;
    margin-top: 20px;
  }
  .about--insecta-wrapper{
    width: 320px;
  }
  .quem-faz ul{
    width: 320px !important;
  }
  #content.product .gallery .thumbs {
    text-align: center;
  }
  #content.product .gallery .thumbs li {
    width: 85px;
    height: 150px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
@media screen and (max-width: 860px) {
  #content.editorial h2:before,
  #content.editorial h2:after {
    display: none;
  }
  #mc_embed_signup .mc-field-group.input-group ul li{
    display: block !important;
  }
  #mc_embed_signup{
    width: 300px;
  }
  #mc_embed_signup h2{
    font-size: 41px !important;
  }
  #mc_embed_signup h1{
    font-size: 14px !important;
  }
  #mc_embed_signup h3{
    font-size: 23px !important;
  }
  #content.lojas{
    overflow: hidden;
  }
  #mini-banners .banner{
    width: 100% !important;
    height: 200px !important;
    border-left: 0;
    border-right: 0;
  }
  .home .banner img {
    position: static !important;
    /*top: 50%;*/
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    width: 100%
  }
  .stores--text h2{
    font-size: 20px;
    width: 300px;
    margin: 0 auto;
  }
  .stores--text p{
    width: 270px;
    line-height: 2.2 !important;
  }
  .stores--box li{
    width: 100%;
    margin-bottom: 30px;
  }
  #content.login .left{
    float: none;
    margin: 0 auto 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  #content.login .right{
    float: none;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
  #content.login .right li, #content.login .left input{
    width: 100% !important;
    box-sizing: border-box;
  }
  #content.login .left h2:after{
    display: none;
  }
  #content.login .right h2:after{
    display: none;
  }
  #content.login .left h2:before{
    display: none;
  }
  #content.login .right h2:before{
    display: none;
  }
  #mini-banners li{
    width: 100%;
    float: none !important;
  }
  #nav .dropdown {
    display: none;
  }
  #nav li{
    display: none;
  }
  .menu-mobile .close-menu{
    color: black;
    background: white;
    display: block;
    padding: 8px 10px;
    width: 15px;
    font-size: 14px;
    text-align: center;
    position: fixed;
    right: 20px;
    cursor: pointer;
    top: 30px;
  }
  #nav .open-menu{
    color: black;
    background: white;
    display: block;
    padding: 10px;
    width: 15px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    left: 20px;
    cursor: pointer;
    top: 30px;
  }
  .open-menu span {
    width: 100%;
    height: 2px;
    background: black;
    display: block;
    margin-bottom: 2px;
  }
  .open-menu span:last-child{
    margin-bottom: 0;
  }
  .menu-mobile{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999999;
  }
  .menu-mobile.show{
    display: block;
  }
  #nav-mobile{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #nav-mobile .dropdown {
    display: none;
  }
  #nav-mobile li {
    width: 47%;
    display: inline-block;
  }
  #nav-mobile li a{
      color: white;
      text-decoration: none;
      padding: 25px 8px;
      display: block;
      font-size: 13px;
      letter-spacing: 2px;
      line-height: 16px;
      box-sizing: border-box;
      margin: 0 10px;
      text-transform: uppercase;
      font-family: 'Brandon Grotesque Bold';
      z-index: 2;
      position: relative;
  }
  #header .bar #search-form input{
    margin-left: 20px;
    padding: 6px 0px 7px 13px;
  }
   #header .bar .faq{
    margin-right: 0;
    display: none;
   }
   #products .product{
    margin: 15px auto;
    float: none;
   }
   #content.buy {
    background: #d1d1d1;
   }
   #content.buy .sizes{
    max-width: 360px;
    margin: 0 auto;
    border-top: 0;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: left;
   }
   #content.buy .categories{
    padding: 50px 0 50px;
    width: 340px;
    margin: 0 auto;
   }
   #content.product .gallery{
    float: none;
    margin: 0 auto;
    max-width: 450px;
    width: auto;
   }
 
   #content.product .information{
    float: none;
    margin: 20px auto 0;
    max-width: 450px;
    width: auto;
   }
   #content.buy .categories li:last-child{
      position: relative;
   }
   #header .bar .language{
    margin-left: 0;
   }
  #nav .main:not(.dropdown) li:nth-child(5){
    display: block;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  #footer .one-third{
    width: 100%;
    padding: 30px 0;
  }
  #footer .nav li{
    padding: 0 20px;
  }
  #footer .one-third:nth-child(2n){
    border: none;
    margin-bottom: 0;
    height: auto;
  }
  #footer .one-third label{
    display: block;
  }
  #summary{
    display: none;
  }
  #products {
    width: auto;
  }
  #mini-banners li a img{
    width: 100%;
  }
  .wrapper{
    width: auto !important;
  }
  .wrapper--nav {
    width: auto !important;
  }
  .mobile-only{
    display: block;
  }
}








.sticky-wrapper {
  height: auto!important;
}
.newsletter-bar {
  overflow: hidden;
  z-index: 2;
}
.newsletter-bar input {
  font-size: 16px;
  padding: 20px;
  color: #000;
  width: 100%;
  border: 10px solid white;
  float: right;
  border-top: 0;
  border-bottom: 0;
  background: #000;
  outline: none;
  font-family: 'Brandon Grotesque Bold';
  background: #E8E8E8;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  transition: all 150ms ease;
}
.newsletter-bar input::-webkit-input-placeholder { color: #000; }
.newsletter-bar input:focus::-webkit-input-placeholder { color: #FFF; }
.newsletter-bar input:focus {
  background: #000;
  color: white;
  padding: 40px 20px;
}
body:not(.ipad) .banner img {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: block;
}
body.home.ipad .banner img { 
 width: 100%;
}
.banner.sec {
	border: 10px solid white;
	overflow: hidden;
	display: block;
 
}
.banner.sec.last {
	border-top: 0;
	border-bottom: 0;
}
#slideshow .slide {
  border: 10px solid white;
  overflow: hidden;
}
.ipad #slideshow .slide { background: none !important }
@media screen and (max-width: 320px) { 
  .home .banner.sec,
  .home #slideshow .slide {     
    height: 200px;
  }
  .home .banner.sec img,
  .home #slideshow .slide img { display: none }
}
@media screen and (min-width: 320px){
  .home .banner.sec,
  .home #slideshow .slide { background: none; }
}

.news-modal {
  position: fixed;
  width: 600px;
  height: 437px;
  left: 50%;
  top: 50%;
  margin: -218px 0 0 -300px;
  z-index: 100000;
  background: url(http://a1.vnda.com.br/insectashoes/images/bg-news.jpg);
}

.close-modal {
    color: white;
    text-decoration: none;
    font-size: 24px;
    position: absolute;
    display: block;
    right: 30px;
    top: 22px;
    font-family: sans-serif;
}
.quem-faz {
  background: url("http://a1.vnda.com.br/insectashoes/images/bg-quem-faz.jpg") fixed center top !important;
  background-size: cover !important;
  padding-bottom: 0 !important;
}
.quem-faz .content {
  margin-bottom: 0 !important;
}
.quem-faz ul {
  width: 960px;
  margin: 50px auto;
  overflow: hidden;
}
.quem-faz ul li {
  width: 280px;
  float: left;
  background-color: #d7d7d7;
  padding: 10px;
  margin: 10px;
}
.quem-faz ul li:hover .hover {
  opacity: 1 !important;
}
.quem-faz ul li .image {
  width: 280px;
  height: 365px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.quem-faz ul li .image img {
  display: block;
  width: 100%;
}
.quem-faz ul li .image .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62,58,59,.9);
  opacity: 0;
  transition: all 150ms ease;
}
.quem-faz ul li .image .hover p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 30px;
  color: #d7d7d7 !important;
}
.quem-faz ul li h5 {
  text-align: center;
  padding: 20px 0 20px;
  text-transform: uppercase;
  font-family: "Brandon Grotesque Bold";
  color: #4d4d4d;
}
.quem-faz ul li h5:after {
  width: 50px;
  height: 3px;
  background: #4d4d4d;
  content: '';
  display: block;
  margin: 20px auto 0;
}
.anatomia {
  height: 613px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.anatomia img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}
@media screen and (max-width: 860px){
  .anatomia img {
    -webkit-transform: scale(0.4) translateX(-50%) translateY(10%);
    -moz-transform: scale(0.4) translateX(-50%) translateY(10%);
    -ms-transform: scale(0.4) translateX(-50%) translateY(10%);
    transform: scale(0.4) translateX(-50%) translateY(10%);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    left: 50%;
    margin-left: 0px;
  }
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .banner img { position: static !important; width: 100%; -webkit-transform: none !important }
}