@charset "utf-8";
@import "../css/normalize.min.css";
@import "../css/slick.css";
@import "../css/font-awesome.min.css";
@import "../fonts/levis/style.css";
@import "../fonts/levis247/style.css";
@import "../css/select2.css";
@import "../css/jquery-ui.min.css";
@import "../css/xzoom.css";
@import "../css/leaflet.css";
@import "../css/jquery.mCustomScrollbar.css";
@import "../css/flatpickr.min.css";
@import "../css/lsco-icons.css";
@import "../css/ion.rangeslider.css";
@import "../css/lightgallery.css";
@import "../css/cookiebar.css";
@import "../css/custom.css";
/*Interstate*/
@import url('../fonts/levis-21/style.css');
@import "../css/justin.css";
@font-face {
  font-family: 'interstate';
  src: url('../fonts/rebrand-21/interstate_light.woff2') format('woff2'), url('../fonts/rebrand-21/interstate_light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'interstate';
  src: url('../fonts/rebrand-21/Interstate-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'interstate';
  src: url('../fonts/rebrand-21/InterstateWGL-Black.woff2') format('woff2'), url('../fonts/rebrand-21/InterstateWGL-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/*Helvetica-Now*/
@font-face {
  font-family: 'Helvetica-Now';
  src: url('../fonts/rebrand-21/Helvetica-Now-Text-Regular.woff2') format('woff2'), url('../fonts/rebrand-21/Helvetica-Now-Text-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica-Now';
  src: url('../fonts/rebrand-21/Helvetica-Now-Text-Bold.woff2') format('woff2'), url('../fonts/rebrand-21/Helvetica-Now-Text-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/*Avenir Next LT Pro t*/
@font-face {
  font-family: 'Avenir-Next';
  src: url('../fonts/rebrand-21/AvenirNextLTPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Next';
  src: url('../fonts/rebrand-21/AvenirNextLTPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/*ICONS*/
/*Colors*/
/*Typography*/
/*Breakpoints*/
/*INDEX*/
/*ELEMENTS*/
.clear-both::before,
.clear-both:after {
  content: '';
  display: block;
  clear: both;
}
.icon-levis-21 {
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.main-menu-hover {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.main-menu-hover::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.4s cubic-bezier(0.45, 0.05, 0.5, 0.1);
}
.main-menu-hover:hover::after,
.main-menu-hover.active::after {
  width: 100%;
}
/*BUTTONS*/
.button-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.button-appearance:focus {
  outline: 0;
}
.hover-anim-line {
  position: relative;
}
.hover-anim-line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.4s cubic-bezier(0.45, 0.05, 0.5, 0.1);
  border-bottom: 1px solid currentColor;
}
.hover-anim-line:hover::after {
  width: 100%;
}
/*FORMS*/
.form-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.form-appearance:focus {
  outline: none;
}
.form-appearance::-webkit-input-placeholder {
  color: #6E6E6E;
  transition: color 0.25s ease-out;
}
.form-appearance::-moz-placeholder {
  color: #6E6E6E;
  opacity: 1;
  transition: color 0.25s ease-out;
}
.form-appearance:-ms-input-placeholder {
  color: #6E6E6E;
  transition: color 0.25s ease-out;
}
.form-appearance:-moz-placeholder {
  color: #6E6E6E;
  transition: color 0.25s ease-out;
}
.form-appearance[type="date"]::-webkit-inner-spin-button,
.form-appearance[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
/*HEADER*/
.right-bar-items-margin {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .right-bar-items-margin {
    margin-right: 10px;
  }
}
@media (max-width: 380px) {
  .right-bar-items-margin {
    margin-right: 2px;
  }
}
/*FOOTER*/
.footer-mobile-padding {
  padding-left: 8vw;
  padding-right: 8vw;
}
.f100 {
  float: left;
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
h1,
.type-h1 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  color: black;
}
h1.invert,
.type-h1.invert {
  color: white;
}
@media (max-width: 1400px) {
  h1,
  .type-h1 {
    font-size: calc(-13.71429px + 5.95238vw);
  }
}
@media (max-width: 767px) {
  h1,
  .type-h1 {
    font-size: 32px;
    letter-spacing: 0.02em;
  }
}
h2,
.type-h2 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  color: black;
}
h2.invert,
.type-h2.invert {
  color: white;
}
@media (max-width: 1400px) {
  h2,
  .type-h2 {
    font-size: calc(4.57143px + 3.57143vw);
  }
}
@media (max-width: 767px) {
  h2,
  .type-h2 {
    font-size: 32px;
    letter-spacing: 0.02em;
  }
}
h3,
.type-h3 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  color: black;
}
h3.invert,
.type-h3.invert {
  color: white;
}
@media (max-width: 1400px) {
  h3,
  .type-h3 {
    font-size: calc(5.71429px + 2.38095vw);
  }
}
@media (max-width: 767px) {
  h3,
  .type-h3 {
    font-size: 24px;
    letter-spacing: 0.02em;
  }
}
h4,
.type-h4 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: black;
}
h4.invert,
.type-h4.invert {
  color: white;
}
@media (max-width: 1400px) {
  h4,
  .type-h4 {
    font-size: calc(14.85714px + 1.19048vw);
  }
}
@media (max-width: 767px) {
  h4,
  .type-h4 {
    font-size: 24px;
    letter-spacing: 0.02em;
  }
}
h5,
.type-h5 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: black;
}
h5.invert,
.type-h5.invert {
  color: white;
}
h6,
.type-h6 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: black;
}
h6.invert,
.type-h6.invert {
  color: white;
}
.type-20 {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
}
.type-20.invert {
  color: white;
}
.type-16 {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
}
.type-16.invert {
  color: white;
}
.type-14 {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
}
.type-14.invert {
  color: white;
}
.type-12 {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: black;
}
.type-12.invert {
  color: white;
}
.type-10 {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
}
.type-10.invert {
  color: white;
}
.type-shortheader-subcopy {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
}
.type-shortheader-subcopy.invert {
  color: white;
}
@media (max-width: 767px) {
  .type-shortheader-subcopy {
    font-size: 12px;
  }
}
html.modal-active {
  overflow: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
a:focus {
  outline: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.semScroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.fechaMenuFundo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999998;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@font-face {
  font-family: 'adobe-caslon-pro-regular';
  src: url('../fonts/Adobe-Caslon-Pro-Regular.woff2') format('woff2'), url('../fonts/Adobe-Caslon-Pro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'adobe-caslon-pro-bold-italic';
  src: url('../fonts/Adobe-Caslon-Pro-Bold-Italic.woff2') format('woff2'), url('../fonts/Adobe-Caslon-Pro-Bold-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Caslon224Std-BookItalic';
  src: url('../fonts/Caslon224Std-BookItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'caslon224std-book';
  src: url('../fonts/caslon224std-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ffont-light {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
}
.ffont-regular {
  font-family: interstate, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}
.ffont-bold {
  font-family: interstate, Helvetica, Arial, sans-serif !important;
  font-weight: 900 !important;
}
.ffont-caslon-regular {
  font-family: 'adobe-caslon-pro-regular' !important;
}
.ffont-caslon-bold-italic {
  font-family: 'adobe-caslon-pro-bold-italic' !important;
}
.ffont-caslon {
  font-family: 'caslon224std-book' !important;
}
.font-light {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.font-regular {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.font-bold {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.font-caslon-regular {
  font-family: 'adobe-caslon-pro-regular';
}
.font-caslon-bold-italic {
  font-family: 'adobe-caslon-pro-bold-italic';
}
/*body {
    .font-regular();
}*/
.icon-app {
  font-family: 'levis247' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* COMMON */
.column-50 {
  width: 50%;
}
.containerNoMargins {
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .containerNoMargins {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.containerMargins {
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .containerMargins {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 1460px) {
  .containerMargins {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.containerFull {
  width: 100%;
  margin: 0;
}
.containerHome {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.desktop {
  display: inline-block;
}
.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
}
#CookiebotWidget {
  display: none !important;
}
header {
  position: relative;
  z-index: 500;
  background: white;
}
header .top-header {
  background: #323232;
  height: 35px;
  text-align: right;
  font-size: 1.4em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 11;
}
header .top-header a {
  color: #f9f9f9;
  text-decoration: none;
}
header .top-header .links {
  display: inline-block;
  line-height: 35px;
  vertical-align: middle;
}
header .top-header .links a {
  margin-left: 25px;
}
header .top-header .btn-login {
  position: relative;
  line-height: 40px;
  padding: 0 10px 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  transition: all 0.25s;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .top-header .btn-login:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #f9f9f9;
  position: absolute;
  top: 10px;
  left: 0;
}
header .top-header .btn-login .fa {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.4em;
}
header .top-header .btn-favorites {
  margin-left: 25px;
  line-height: 24px;
  padding-top: 2px;
  width: 26px;
  background: transparent;
  border-radius: 15px;
  display: inline-block;
  margin-top: 3px;
  text-align: center;
  font-size: 1.2em;
}
header .top-header .btn-favorites i {
  transition: all 0.5s;
}
header .top-header .btn-favorites:hover i {
  transform: scale(1.15);
}
header .top-header .btn-flag {
  line-height: 25px;
  margin-left: 25px;
  padding: 5px;
  display: inline-block;
  margin-right: 0;
}
header .top-header .btn-flag img {
  margin-top: -3px;
}
header .bottom-header {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  float: left;
  width: 100%;
  position: relative;
  height: 54px;
  z-index: 10;
  background-color: #FFF;
}
header .bottom-header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #cbcbcb;
}
header .bottom-header h1 {
  float: left;
  margin: 0;
}
header .bottom-header h1 a {
  display: block;
  width: 98px;
}
header .bottom-header h1 a img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
header .bottom-header nav {
  float: left;
  margin: 13px 0 0 18px;
}
header .bottom-header nav ul {
  list-style: none;
}
header .bottom-header nav li {
  margin: 10px 0;
}
header .bottom-header nav > ul > li {
  margin: 0;
}
header .bottom-header nav .main-entry {
  float: left;
  border-bottom: 0;
  background: white;
}
header .bottom-header nav .main-entry:hover h2 {
  z-index: 100;
  position: relative;
}
header .bottom-header nav .main-entry:hover h2 a:after {
  background-color: #C41320;
}
header .bottom-header nav .main-entry:hover .submenu {
  display: block;
}
header .bottom-header nav .main-entry:hover.submenu-goes-left {
  position: relative;
}
header .bottom-header nav .main-entry:hover.submenu-goes-left .submenu {
  left: auto;
  right: -1px;
  width: 430px;
  margin-top: -1px;
}
header .bottom-header nav h2 {
  font-size: 1.6em;
  margin: 0;
  font-weight: normal;
}
header .bottom-header nav h2 a {
  text-decoration: none;
  color: #333;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding: 3px 15px 16px 5px;
  display: inline-block;
  position: relative;
}
header .bottom-header nav h2 a:after {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 3px;
  background-color: transparent;
  position: absolute;
  left: 5px;
  bottom: 0;
}
header .bottom-header nav sup {
  font-size: 1em;
}
header .bottom-header nav .submenu {
  position: absolute;
  top: 54px;
  left: 0;
  display: none;
  width: 100%;
  padding-bottom: 20px;
  background: #f9f9f9;
  z-index: 50;
}
header .bottom-header nav h3 {
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-weight: normal;
  color: #333;
  font-size: 1.6em;
  line-height: 1;
}
header .bottom-header nav .column {
  padding: 20px 0 0 30px;
  box-sizing: border-box;
  width: 20%;
  max-width: 250px;
  float: left;
}
header .bottom-header nav .column a {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  font-size: 1.4em;
  margin-right: 5px;
}
header .bottom-header nav .column span.new-menu-item {
  color: #c41230;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 10px;
}
header .bottom-header .user-photo {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin: 8px 19px 0 0;
}
header .bottom-header .user-photo img {
  width: 100%;
  height: auto;
}
header .bottom-header .btn-go-to-cart-container {
  position: relative;
  float: right;
}
header .bottom-header .btn-go-to-cart {
  position: relative;
  float: right;
  width: 32px;
  height: 54px;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/ico_cart.png) left center no-repeat;
  background-size: 100% 100%;
  margin: 0;
  transition: all 0.5s;
}
header .bottom-header .btn-go-to-cart:hover {
  /*transform: scale(1.1);*/
  opacity: 0.6;
}
header .bottom-header .btn-go-to-cart.btn-go-to-cart-active {
  background: url(../img/ico_cart_active.png) left center no-repeat;
  text-indent: 0;
  color: #FFF;
  text-align: center;
  padding-top: 11px;
  box-sizing: border-box;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  text-decoration: none;
  line-height: 0;
}
header .bottom-header .btn-go-to-cart span {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: #C41320;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  right: 0;
}
header .bottom-header .top-search {
  float: right;
  margin: 8px 25px 0 0;
  margin-right: 25px;
}
header .bottom-header .top-search fieldset {
  border: 1px solid #cbcbcb;
}
header .bottom-header .top-search .text {
  border: 0;
  padding: 0 10px;
  margin: 0;
  font-size: 1.6em;
  line-height: 38px;
  height: 38px;
  width: 300px;
  display: inline-block;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  outline: 0;
  border-radius: 0;
  vertical-align: middle;
}
header .bottom-header .top-search button {
  margin: 0;
  padding: 0;
  padding-top: 3px;
  border: 0;
  line-height: 38px;
  height: 38px;
  width: 30px;
  color: #999;
  background: none;
  font-size: 2em;
  vertical-align: middle;
}
header .bottom-header .top-search a.top-search-x {
  display: none;
}
header .bottom-header .top-search .top-search-background {
  display: none;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
header.sticky .top-header {
  display: none;
}
header.sticky .header-notes {
  /*display: none;*/
  height: 0;
  overflow: hidden;
}
header.sticky + .block-spacer {
  display: block;
}
.header-notes {
  background-color: #f9f9f9;
  text-align: center;
  float: left;
  width: 100%;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.header-notes .promoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-notes a.promoNav {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  margin: 0 20px;
}
.header-notes .single-promo {
  width: 92%;
  max-width: 476px;
}
.header-notes .single-promo.unloaded .promotion {
  display: none;
}
.header-notes .promotion {
  font-size: 1.4em;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  outline: 0;
}
.header-notes .promotion .bullet {
  display: inline-block;
  height: 7px;
  width: 7px;
  background: #c33211;
  border-radius: 5px;
  vertical-align: middle;
  margin: -3px 6px 0 0;
}
.header-notes .promotion a {
  text-transform: uppercase;
  font-size: 0.85em;
  color: #333;
  text-decoration: none;
}
.header-notes .promotion a i {
  transition: all 0.5s;
}
.header-notes .promotion a:hover i {
  transform: translateX(3px);
}
.header-notes .promotion a.details-anchor {
  font-weight: bold;
  text-transform: none;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 0.9em;
}
.header-notes .promotion p {
  margin: 0;
}
.header-notes .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 3px;
}
.header-notes .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.header-notes .slick-dots li.slick-active button {
  opacity: 1;
}
.header-notes .slick-dots li button {
  display: block;
  background: #333;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 0;
  width: 4px;
  height: 4px;
  border: solid 1px #333;
  border-radius: 100%;
  opacity: 0.3;
}
@media (max-width: 1140px) {
  .header-notes a.promoNav {
    display: none!important;
  }
}
@media (max-width: 1140px) {
  .header-notes a.promoNav {
    display: none!important;
  }
}
.block-spacer {
  display: none;
  float: left;
  width: 100%;
}
.main:after {
  content: '';
  clear: both;
  display: table;
}
@media (max-width: 1480px) {
  .main > .container-small-gutter {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.video-hero {
  position: relative;
  padding-top: 20px;
  clear: both;
}
.video-hero img {
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-hero .button-box {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 392px;
  margin-left: -196px;
}
.video-hero .button-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.video-hero .button-inner {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.video-hero a {
  display: inline-block;
  width: 100%;
  font-size: 1.6em;
  line-height: 45px;
  color: black;
  opacity: 0.7;
  transition: all 0.5s;
  background: white;
  text-decoration: none;
  margin: 20px 0;
}
.video-hero a:hover {
  opacity: 1;
}
.gender-buttons {
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}
.gender-buttons a {
  display: block;
  width: calc(33.33% - 20px);
  margin: 0 10px 80px;
  max-width: 460px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.2s ease-out;
}
.gender-buttons a img {
  width: 100%;
}
.gender-buttons a span {
  transition: all 0.5s;
  text-decoration: none;
  font-size: 1.6em;
  color: #333;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 2px solid #333333;
  position: absolute;
  bottom: -43px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gender-buttons a:hover {
  opacity: 0.6;
}
.gender-buttons a:hover span {
  color: #000;
  border-bottom: 2px solid #000;
}
.gender-buttons .gender-male {
  background-image: url(../img/gender_male.jpg);
}
.gender-buttons .gender-female {
  background-image: url(../img/gender_female.jpg);
}
.gender-buttons .gender-kid {
  background-image: url(../img/gender_kid.jpg);
}
.content-type-1 {
  margin-top: 60px;
  position: relative;
}
.content-type-1 img {
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-type-1 .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  bottom: 0;
}
.content-type-1 .content-outer {
  display: table;
  width: 100%;
  text-align: center;
  height: 100%;
}
.content-type-1 .content-inner {
  display: table-cell;
  vertical-align: middle;
}
.content-type-1 .lead {
  font-family: 'adobe-caslon-pro-bold-italic';
  font-size: 2.6em;
  margin: 0;
}
.content-type-1 .lead + .sublead {
  margin-top: 20px;
}
.content-type-1 .sublead {
  font-size: 4.6em;
  margin: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}
.content-type-1 .sublead + .buttons {
  margin-top: 35px;
}
.content-type-1 .buttons a {
  color: black;
  opacity: 0.7;
  transition: all 0.5s;
  background: white;
  text-decoration: none;
  line-height: 45px;
  width: 100%;
  max-width: 320px;
  font-size: 1.6em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
}
.content-type-1 .buttons a:hover {
  opacity: 1;
}
.product-showcase {
  text-align: center;
  margin: 20px 0 0;
}
.product-showcase .slider-box {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0;
}
.product-showcase .slider-box .arrow {
  position: absolute;
  top: 30%;
  color: #cecece;
  outline: 0;
  font-size: 6.5em;
  z-index: 20;
}
.product-showcase .slider-box .arrow.arrow-left {
  left: 0;
}
.product-showcase .slider-box .arrow.arrow-right {
  right: 0;
}
.product-showcase .slider-box .slider-window {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.product-showcase .slider-box .slider-window.unloaded {
  max-width: 2500px;
  width: 2500px;
}
.product-showcase .product {
  float: left;
  width: 228px;
  margin: 0 10px;
  text-decoration: none;
  outline: none;
  color: #000;
  font-size: 1.1em;
  color: #afafaf;
  text-align: center;
}
.product-showcase .product img {
  max-width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 340px;
  display: inline;
}
.product-showcase .product .category {
  margin: 6px 0 0;
}
.product-showcase .product .name {
  font-size: 1.25em;
  color: black;
  margin: 7px 0 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-align: left;
}
.product-showcase .product .type {
  margin: 5px 0 0;
  text-align: left;
}
.content-type-2 {
  margin-top: 60px;
  position: relative;
}
.content-type-2 img {
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-type-2 .content-box {
  position: absolute;
  color: white;
  width: 932px;
  height: 278px;
  left: 50%;
  top: 50%;
  margin-left: -466px;
  margin-top: -139px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-type-2 .content-outer {
  display: table;
  width: 100%;
  text-align: center;
  height: 100%;
}
.content-type-2 .content-inner {
  display: table-cell;
  vertical-align: middle;
}
.content-type-2 .lead {
  font-family: 'adobe-caslon-pro-bold-italic';
  font-size: 2.6em;
  margin: 0;
}
.content-type-2 .lead + .sublead {
  margin-top: 20px;
}
.content-type-2 .sublead {
  font-size: 4.6em;
  margin: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}
.content-type-2 .sublead + .buttons {
  margin-top: 20px;
}
.content-type-2 .buttons {
  width: 700px;
  margin: 0 auto;
}
.content-type-2 .buttons a {
  color: white;
  text-decoration: none;
  font-size: 2em;
  display: inline-block;
  margin: 15px 12px 0;
  text-transform: uppercase;
  border-bottom: 2px solid white;
}
.content-type-3 {
  margin-top: 60px;
  position: relative;
}
.content-type-3 img {
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-type-3 .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: black;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-type-3 .content-outer {
  display: table;
  width: 100%;
  text-align: center;
  height: 100%;
}
.content-type-3 .content-inner {
  display: table-cell;
  vertical-align: middle;
  z-index: 50;
  position: relative;
}
.content-type-3 .lead {
  width: 47%;
  max-width: 640px;
  margin: 0 auto;
  font-size: 4.6em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}
.content-type-3 .lead + .buttons {
  margin-top: 20px;
}
.content-type-3 .sublead {
  width: 38%;
  max-width: 520px;
  font-size: 1.6em;
  margin: 0 auto;
}
.content-type-3 .sublead + .sublead {
  margin-top: 20px;
}
.content-type-3 .buttons {
  max-width: 640px;
  margin: 0 auto;
}
.content-type-3 .buttons a {
  color: black;
  text-decoration: none;
  font-size: 2em;
  display: inline-block;
  margin: 15px 12px 0;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.content-type-4 {
  padding-top: 20px;
  position: relative;
  clear: both;
}
.content-type-4 img {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-type-4 .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 20px;
}
.content-type-4 .content-outer {
  display: table;
  width: 100%;
  text-align: center;
  height: 100%;
}
.content-type-4 .content-inner {
  display: table-cell;
  vertical-align: middle;
}
.content-type-4 .lead {
  font-size: 5.4em;
  margin: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}
.content-type-4 .lead + .sublead {
  margin-top: 16px;
}
.content-type-4 .sublead {
  font-family: 'adobe-caslon-pro-regular';
  font-size: 2.8em;
  margin: 0;
}
.content-type-4 .sublead + .intro {
  margin-top: 10px;
}
.content-type-4 .intro {
  font-family: 'adobe-caslon-pro-bold-italic';
  font-size: 2.2em;
  margin: 0;
  margin-bottom: 10px;
}
.content-type-4 .intro:before,
.content-type-4 .intro:after {
  content: "";
  display: inline-block;
  height: 2px;
  margin: 5px;
  width: 30px;
  background-color: #FFF;
}
.content-type-4 .intro + .buttons {
  margin-top: 45px;
}
.content-type-4 .buttons {
  margin-top: 20px;
}
.content-type-4 .buttons a {
  color: black;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #333;
  opacity: 1;
  transition: all 0.5s;
  background: white;
  text-decoration: none;
  line-height: 45px;
  width: 100%;
  max-width: 220px;
  font-size: 1.6em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
}
.content-type-4 .buttons a:hover {
  opacity: 0.7;
}
.content-type-5 {
  margin-top: 60px;
  position: relative;
}
.content-type-5 img {
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-type-5 .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  bottom: 0;
}
.content-type-5 .content-outer {
  display: table;
  width: 100%;
  text-align: center;
  height: 100%;
}
.content-type-5 .content-inner {
  display: table-cell;
  vertical-align: middle;
}
.content-type-5 .lead {
  font-size: 4.6em;
  margin: 0 auto;
  max-width: 520px;
  letter-spacing: 4px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}
.content-type-5 .lead + .buttons {
  margin-top: 35px;
}
.content-type-5 .buttons a {
  color: black;
  opacity: 0.7;
  transition: all 0.5s;
  background: white;
  text-decoration: none;
  line-height: 45px;
  width: 100%;
  max-width: 270px;
  font-size: 1.6em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
}
.content-type-5 .buttons a:hover {
  opacity: 1;
}
.product-slider.productRecent {
  float: left;
  width: 100%;
}
.product-slider.productRecent .titleDetalhe {
  text-align: center;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
  padding: 30px 0 20px;
}
@media (max-width: 767px) {
  .product-slider.productRecent .titleDetalhe {
    font-size: 24px;
    line-height: 24px;
    padding: 50px 0 20px;
  }
}
.product-slider .title {
  font-size: 2.4em;
  margin: 20px 0 0;
  text-transform: uppercase;
  text-align: center;
}
.product-slider .sub-title {
  font-size: 1.6em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: -20px;
  margin-bottom: 20px;
}
.product-slider .slider-box {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0;
}
.product-slider .slider-box .arrow {
  position: absolute;
  top: 30%;
  color: #cecece;
  outline: 0;
  font-size: 6.5em;
}
.product-slider .slider-box .arrow.arrow-left {
  left: 0;
}
.product-slider .slider-box .arrow.arrow-right {
  right: 0;
}
.product-slider .slider-box .slider-window {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.product-slider .slider-box .slider-window.full {
  max-width: 100%;
}
.product-slider .slider-box .slider-window.unloaded {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.product-slider .slider-box .product-item {
  float: left;
  width: 228px;
  margin: 0 10px;
  text-decoration: none;
  outline: none;
}
.product-slider .slider-box .product-item img {
  max-width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 340px;
  display: inline;
}
.product-slider .slider-box .thumbnail {
  position: relative;
  text-align: center;
}
.product-slider .slider-box .quick-view {
  position: absolute;
  width: 180px;
  bottom: 10px;
  left: 50%;
  margin-left: -90px;
  background: white;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.5em;
  color: black;
  text-decoration: none;
  border: 2px solid black;
  line-height: 26px;
  text-align: center;
  display: none;
}
.product-slider .slider-box .name {
  margin: 6px 0 0;
  font-size: 1.4em;
  color: black;
  text-decoration: none;
  max-width: 228px;
  margin-left: auto;
  margin-right: auto;
}
.product-slider .slider-box .type {
  margin: 8px 0 0;
  font-size: 1.3em;
  color: #afafaf;
}
.product-slider3,
.product-slider4 {
  margin-top: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.product-slider3 .title,
.product-slider4 .title {
  font-size: 3.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
  padding: 40px 0;
}
.product-slider3 .slider-box,
.product-slider4 .slider-box {
  margin: 0 auto;
  width: 85%;
  padding: 0 23px;
}
.product-slider3 .slider-box .product-item img,
.product-slider4 .slider-box .product-item img {
  background-size: auto 100%;
}
.product-slider3 .buttons,
.product-slider4 .buttons {
  padding: 50px 0;
}
.product-slider3 .buttons a,
.product-slider4 .buttons a {
  font-size: 1.6em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 2px;
  border-bottom: solid 2px #333;
  text-decoration: none;
  margin: 0 14px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .product-slider .sub-title {
    font-size: 1.4em;
  }
  .product-slider3 .title,
  .product-slider4 .title {
    font-size: 2.4em;
  }
  .product-slider3 .slider-box .arrow,
  .product-slider4 .slider-box .arrow {
    display: none!important;
  }
  .product-slider3 .buttons,
  .product-slider4 .buttons {
    padding: 30px 0;
  }
  .product-slider3 .buttons a,
  .product-slider4 .buttons a {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  .product-slider3,
  .product-slider4 {
    padding: 0 10px;
  }
  .product-slider3 .title,
  .product-slider4 .title {
    font-size: 2.2em;
  }
  .product-slider3 .slider-box,
  .product-slider4 .slider-box {
    width: 100%;
    padding: 0!important;
  }
  .product-slider3 .buttons a,
  .product-slider4 .buttons a {
    margin-bottom: 10px;
  }
}
.product-slider4-container {
  position: relative;
  margin-top: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-slider4-container img {
  width: 100%;
  height: auto;
}
.product-slider4 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-slider4 .title {
  padding: 40px 0 0;
}
.product-slider4 .sub-title {
  margin: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.product-slider4 .buttons {
  padding: 0;
  padding-bottom: 20px;
}
.product-slider4 .buttons a {
  color: inherit;
}
@media (max-width: 1440px) {
  .product-slider4 .title {
    padding-top: 2vw;
  }
}
@media (max-width: 1023px) {
  .product-slider4 .title {
    padding: 15px 0 5px;
  }
  .product-slider4 .sub-title {
    padding-bottom: 10px;
  }
  .product-slider4 .slider-box {
    margin-top: 0!important;
  }
  .product-slider4 .buttons {
    padding-top: 5px;
  }
  .product-slider4.outside-text {
    position: static;
    top: initial;
    left: initial;
    right: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .product-slider4.outside-text .slider-box {
    position: absolute;
    /*top: 3.5vw;*/
    top: 9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 1440px) {
  .product-slider4 .title {
    padding-top: 2vw;
  }
}
@media (max-width: 1023px) {
  .product-slider4 .title {
    padding: 15px 0 5px;
  }
  .product-slider4 .sub-title {
    padding-bottom: 10px;
  }
  .product-slider4 .slider-box {
    margin-top: 0!important;
  }
  .product-slider4 .buttons {
    padding-top: 5px;
  }
  .product-slider4.outside-text {
    position: static;
    top: initial;
    left: initial;
    right: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .product-slider4.outside-text .slider-box {
    position: absolute;
    /*top: 3.5vw;*/
    top: 9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 640px) {
  .product-slider4 {
    box-sizing: border-box;
  }
  .product-slider4 .slider-box {
    width: 95%;
  }
  .product-slider4.outside-text .slider-box {
    top: 20vw;
  }
}
.footer-old {
  margin: 60px 0 0;
  background-color: #F0F0F0;
  clear: both;
  float: left;
  width: 100%;
}
.footer-old .inner-footer {
  clear: both;
  background: #F0F0F0;
  padding: 30px 60px 0;
}
.footer-old .inner-footer:after {
  content: "";
  clear: both;
  display: table;
}
.footer-old .inner-footer-top {
  display: flex;
  width: 100%;
}
.footer-old .site-map {
  margin-bottom: 40px;
  display: flex;
  position: relative;
  order: 1;
  width: 462px;
}
.footer-old .site-map .col {
  max-width: 200px;
  padding: 0 30px 0 0;
  width: 200px;
  flex: 0 0 50%;
}
.footer-old .site-map .title {
  color: #333;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
}
.footer-old .site-map ul li {
  margin-top: 15px;
}
.footer-old .site-map ul a {
  color: black;
  text-decoration: none;
  font-size: 1.4em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
}
.footer-old .site-map ul a:hover {
  text-decoration: underline;
}
.footer-old .column-footer-middle {
  order: 2;
  padding-right: 30px;
  padding-left: 20px;
  width: 33%;
}
.footer-old ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #747474;
}
.footer-old :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #747474;
  opacity: 1;
}
.footer-old ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #747474;
  opacity: 1;
}
.footer-old :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #747474;
}
.footer-old ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #747474;
}
.footer-old .newsletter-subscription {
  border-left: solid 1px #ddd;
  padding-left: 30px;
  padding-bottom: 40px;
  box-sizing: border-box;
  order: 3;
  flex: 1;
  width: 32%;
  max-width: 490px;
  min-width: 300px;
}
.footer-old .newsletter-subscription .title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
  font-size: 2.1em;
  text-transform: uppercase;
  color: #333;
}
.footer-old .newsletter-subscription .lead {
  font-size: 1.4em;
  margin: 15px 0 0;
}
.footer-old .newsletter-subscription .lead span {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.footer-old .newsletter-subscription form {
  margin: 15px 0 0;
}
.footer-old .newsletter-subscription form fieldset {
  padding: 0 80px 0 0;
  position: relative;
}
.footer-old .newsletter-subscription form .text {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #FFF;
  height: 46px;
  line-height: 43px;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  padding: 0 8px;
  outline: 0;
}
.footer-old .newsletter-subscription form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 46px;
  line-height: 43px;
  border: 0;
  padding: 0;
  color: white;
  font-size: 1.6em;
  background: #333;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  outline: 0;
  transition: opacity 0.5s;
}
.footer-old .newsletter-subscription form button:hover {
  opacity: 0.65;
}
.footer-old .newsletter-subscription form label {
  padding-left: 38px;
  font-size: 1.4em;
  line-height: 1.42em;
  color: #666;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin: 20px 0 0;
}
.footer-old .newsletter-subscription form label a {
  color: #333;
  transition: color 0.75s;
  text-decoration: none;
}
.footer-old .newsletter-subscription form label a:hover {
  color: #000;
}
.footer-old .newsletter-subscription form label input {
  display: none;
}
.footer-old .newsletter-subscription form label input:checked + .fake-checkbox {
  background-position: center bottom;
}
.footer-old .newsletter-subscription form label .fake-checkbox {
  position: absolute;
  top: 5px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../img/checkbox2.png) center top no-repeat;
}
.footer-old .social {
  clear: both;
  padding: 25px 0 100px;
}
.footer-old .social a {
  color: #999;
  font-size: 3em;
  margin-right: 20px;
  transition: color 0.75s;
}
.footer-old .social a:hover {
  color: #666;
}
.footer-old .copyright-madeby {
  background-color: #F0F0F0;
  position: relative;
  padding: 0 60px 50px;
}
.footer-old .copyright-madeby .made-by {
  position: relative;
  float: right;
  color: #535353;
  margin: 10px 0;
  font-size: 1.1em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1em;
}
.footer-old .copyright-madeby .made-by a {
  display: inline-block;
  width: 49px;
  height: 12px;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/logo_waynext.png) center center no-repeat;
  vertical-align: middle;
  transition: all 0.5s;
}
.footer-old .copyright-madeby .made-by a:hover {
  transform: scale(1.05);
}
.footer-old .copyright {
  float: left;
  font-size: 1.2em;
  color: #656565;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
}
.footer-old .copyright a {
  color: #656565;
  text-decoration: underline;
}
.footer-old .copyright a:hover {
  text-decoration: none;
}
body[data-template='home/index'] .main {
  overflow: hidden;
}
body[data-template='home/index'] .footer-old {
  margin-top: 0;
}
div.ui-datepicker {
  font-size: 15px;
}
.bg-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 77776;
  display: none;
}
.bg-lightbox.active {
  display: block;
}
@media (max-width: 767px) {
  .bg-lightbox {
    background: white;
  }
}
.lightbox {
  position: fixed;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 56px 32px 52px;
  z-index: 77777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-height: calc(95% - 4vw);
  max-width: 100%;
  overflow: auto;
  color: black;
}
.lightbox::after {
  content: '';
  display: block;
  clear: both;
}
.lightbox.active {
  display: block;
}
.lightbox .login-logo {
  width: 72px;
  height: auto;
  margin-bottom: 20px;
}
.lightbox .title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: black;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.lightbox .title.invert {
  color: white;
}
.lightbox .title a {
  color: inherit;
  position: absolute;
  top: 28px;
  right: 28px;
  text-decoration: none;
}
.lightbox .title a i {
  font-size: 0;
}
.lightbox .title a::after {
  content: '\e903';
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
}
.lightbox .title.large {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: black;
}
.lightbox .title.large.invert {
  color: white;
}
.lightbox .title.font {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  font-weight: 700;
  text-transform: none;
}
.lightbox .title.font.invert {
  color: white;
}
.lightbox .lightbox-body {
  padding: 0;
}
.lightbox .lead {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  margin: 10px 0 0;
}
.lightbox .lead.invert {
  color: white;
}
.lightbox fieldset .field-box.no-border {
  border: 0;
}
.lightbox fieldset .field-box.has-error {
  border-color: #c41230;
}
.lightbox fieldset .text {
  border: 0;
  font-size: 1.6em;
  line-height: 38px;
  height: 38px;
  padding: 0 8px;
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox .field-error {
  display: inline-block;
  color: #c41230;
  border: 1px solid #c41230;
  border-radius: 9px;
  position: relative;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 0.7em;
  line-height: 16px;
  vertical-align: middle;
}
.lightbox .field-error .field-error-msg {
  bottom: 100%;
  left: 50%;
  margin-left: -73px;
  padding: 0 4px;
  width: 140px;
  position: absolute;
  background: #e0e0e0;
  color: #000;
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.lightbox .field-error .field-error-msg:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e0e0e0 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.no-touchevents .lightbox .field-error:hover .field-error-msg,
.lightbox .field-error.active .field-error-msg {
  opacity: 1;
}
.lightbox .toggle-password {
  position: absolute;
  width: 19px;
  height: 15px;
  right: 10px;
  background: url(../img/btn_toggle_password.png) center bottom no-repeat;
  bottom: 12px;
  cursor: pointer;
}
.lightbox .toggle-password.active {
  background-position: center top;
}
.lightbox .toggle-password + input {
  padding-right: 40px;
}
.lightbox .btn-register,
.lightbox .button-filled,
.lightbox .button-stroked {
  box-sizing: border-box;
  width: 280px;
}
@media (max-width: 767px) {
  .lightbox .btn-register,
  .lightbox .button-filled,
  .lightbox .button-stroked {
    width: 100%!important;
  }
}
.lightbox .btn-register-fb {
  width: 100%;
}
.lightbox .control-status p {
  margin-bottom: 32px;
}
.lightbox .row-for-checkboxes {
  margin-top: 28px;
}
.lightbox .checkbox-21 {
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 5px;
  padding-top: 5px;
  text-align: left;
}
.lightbox .row-for-button {
  text-align: center;
}
.lightbox .row.as-guest {
  margin-top: 34px;
  margin-bottom: 30px;
}
.lightbox .select2-container {
  z-index: 9999;
}
.lightbox .select2-container .select2-selection--single {
  height: 46px;
  border: solid 1px #ccc;
  border-radius: 0;
  outline: 0;
}
.lightbox .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  font-size: 1.6em;
}
.lightbox .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.lightbox .select2-container.select2-container--below .select2-selection__rendered {
  color: #333;
}
.lightbox.generic-lightbox {
  min-width: 300px;
  max-width: 500px;
}
.lightbox.generic-lightbox .lead p {
  margin: 0;
}
.lightbox.generic-lightbox .description {
  margin-top: 15px;
}
.separate-calendar {
  float: left;
}
.separate-calendar.day {
  width: 55px;
}
.separate-calendar.month {
  width: 118px;
  margin-left: 5px;
}
.separate-calendar.year {
  width: 75px;
  margin-left: 5px;
}
.fa-calendar {
  position: absolute;
  right: 0;
  padding: 10px;
  top: 50%;
  font-size: 1.4em;
  margin-top: -18px;
  color: #636363;
}
.text-birthday {
  padding-right: 30px;
}
.select2-results {
  font-size: 1.5em;
}
.register-lightbox {
  width: 60vw;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (max-width: 767px) {
  .register-lightbox {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.register-lightbox .lightbox-body {
  padding: 0;
}
.register-lightbox .row {
  float: left;
  width: 100%;
}
.register-lightbox .row fieldset {
  width: calc(50% - 2vw);
  float: left;
}
.register-lightbox .row fieldset + fieldset {
  float: right;
}
@media (max-width: 1024px) {
  .register-lightbox .row fieldset {
    width: 100%;
    float: left;
  }
  .register-lightbox .row fieldset + fieldset {
    float: left;
  }
}
.register-lightbox .row-for-button {
  margin: 32px 0;
}
.lightbox-21,
.login-lightbox,
.recover-password-lightbox,
.sign-in-employee-lightbox,
.facebook-alert-lightbox,
.subscrever-lightbox,
.cookies-info-lightbox,
.cookies-settings-lightbox,
.remove-account-lightbox,
.verify-phone-lightbox,
.timed-logout-lightbox,
.logout-after-order-lightbox,
.receipt-signature-lightbox,
.modal-generic,
.delivery-lightbox {
  width: 44vw;
  padding-left: 8vw;
  padding-right: 8vw;
  text-align: center;
}
@media (max-width: 1024px) {
  .lightbox-21,
  .login-lightbox,
  .recover-password-lightbox,
  .sign-in-employee-lightbox,
  .facebook-alert-lightbox,
  .subscrever-lightbox,
  .cookies-info-lightbox,
  .cookies-settings-lightbox,
  .remove-account-lightbox,
  .verify-phone-lightbox,
  .timed-logout-lightbox,
  .logout-after-order-lightbox,
  .receipt-signature-lightbox,
  .modal-generic,
  .delivery-lightbox {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .lightbox-21,
  .login-lightbox,
  .recover-password-lightbox,
  .sign-in-employee-lightbox,
  .facebook-alert-lightbox,
  .subscrever-lightbox,
  .cookies-info-lightbox,
  .cookies-settings-lightbox,
  .remove-account-lightbox,
  .verify-phone-lightbox,
  .timed-logout-lightbox,
  .logout-after-order-lightbox,
  .receipt-signature-lightbox,
  .modal-generic,
  .delivery-lightbox {
    width: 100%;
  }
}
.lightbox-21 .lightbox-body,
.login-lightbox .lightbox-body,
.recover-password-lightbox .lightbox-body,
.sign-in-employee-lightbox .lightbox-body,
.facebook-alert-lightbox .lightbox-body,
.subscrever-lightbox .lightbox-body,
.cookies-info-lightbox .lightbox-body,
.cookies-settings-lightbox .lightbox-body,
.remove-account-lightbox .lightbox-body,
.verify-phone-lightbox .lightbox-body,
.timed-logout-lightbox .lightbox-body,
.logout-after-order-lightbox .lightbox-body,
.receipt-signature-lightbox .lightbox-body,
.modal-generic .lightbox-body,
.delivery-lightbox .lightbox-body {
  padding: 0;
}
.lightbox-21 .row,
.login-lightbox .row,
.recover-password-lightbox .row,
.sign-in-employee-lightbox .row,
.facebook-alert-lightbox .row,
.subscrever-lightbox .row,
.cookies-info-lightbox .row,
.cookies-settings-lightbox .row,
.remove-account-lightbox .row,
.verify-phone-lightbox .row,
.timed-logout-lightbox .row,
.logout-after-order-lightbox .row,
.receipt-signature-lightbox .row,
.modal-generic .row,
.delivery-lightbox .row {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.lightbox-21 .row fieldset,
.login-lightbox .row fieldset,
.recover-password-lightbox .row fieldset,
.sign-in-employee-lightbox .row fieldset,
.facebook-alert-lightbox .row fieldset,
.subscrever-lightbox .row fieldset,
.cookies-info-lightbox .row fieldset,
.cookies-settings-lightbox .row fieldset,
.remove-account-lightbox .row fieldset,
.verify-phone-lightbox .row fieldset,
.timed-logout-lightbox .row fieldset,
.logout-after-order-lightbox .row fieldset,
.receipt-signature-lightbox .row fieldset,
.modal-generic .row fieldset,
.delivery-lightbox .row fieldset {
  margin-top: 10px;
}
.lightbox-21 .forgotten-password,
.login-lightbox .forgotten-password,
.recover-password-lightbox .forgotten-password,
.sign-in-employee-lightbox .forgotten-password,
.facebook-alert-lightbox .forgotten-password,
.subscrever-lightbox .forgotten-password,
.cookies-info-lightbox .forgotten-password,
.cookies-settings-lightbox .forgotten-password,
.remove-account-lightbox .forgotten-password,
.verify-phone-lightbox .forgotten-password,
.timed-logout-lightbox .forgotten-password,
.logout-after-order-lightbox .forgotten-password,
.receipt-signature-lightbox .forgotten-password,
.modal-generic .forgotten-password,
.delivery-lightbox .forgotten-password {
  margin: 8px 0 0;
  text-align: left;
}
.lightbox-21 .forgotten-password a,
.login-lightbox .forgotten-password a,
.recover-password-lightbox .forgotten-password a,
.sign-in-employee-lightbox .forgotten-password a,
.facebook-alert-lightbox .forgotten-password a,
.subscrever-lightbox .forgotten-password a,
.cookies-info-lightbox .forgotten-password a,
.cookies-settings-lightbox .forgotten-password a,
.remove-account-lightbox .forgotten-password a,
.verify-phone-lightbox .forgotten-password a,
.timed-logout-lightbox .forgotten-password a,
.logout-after-order-lightbox .forgotten-password a,
.receipt-signature-lightbox .forgotten-password a,
.modal-generic .forgotten-password a,
.delivery-lightbox .forgotten-password a {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: black;
  font-weight: 700;
  color: #6E6E6E;
  text-decoration: underline;
}
.lightbox-21 .forgotten-password a.invert,
.login-lightbox .forgotten-password a.invert,
.recover-password-lightbox .forgotten-password a.invert,
.sign-in-employee-lightbox .forgotten-password a.invert,
.facebook-alert-lightbox .forgotten-password a.invert,
.subscrever-lightbox .forgotten-password a.invert,
.cookies-info-lightbox .forgotten-password a.invert,
.cookies-settings-lightbox .forgotten-password a.invert,
.remove-account-lightbox .forgotten-password a.invert,
.verify-phone-lightbox .forgotten-password a.invert,
.timed-logout-lightbox .forgotten-password a.invert,
.logout-after-order-lightbox .forgotten-password a.invert,
.receipt-signature-lightbox .forgotten-password a.invert,
.modal-generic .forgotten-password a.invert,
.delivery-lightbox .forgotten-password a.invert {
  color: white;
}
.lightbox-21 .btn-continue,
.login-lightbox .btn-continue,
.recover-password-lightbox .btn-continue,
.sign-in-employee-lightbox .btn-continue,
.facebook-alert-lightbox .btn-continue,
.subscrever-lightbox .btn-continue,
.cookies-info-lightbox .btn-continue,
.cookies-settings-lightbox .btn-continue,
.remove-account-lightbox .btn-continue,
.verify-phone-lightbox .btn-continue,
.timed-logout-lightbox .btn-continue,
.logout-after-order-lightbox .btn-continue,
.receipt-signature-lightbox .btn-continue,
.modal-generic .btn-continue,
.delivery-lightbox .btn-continue {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lightbox-21 .more-options,
.login-lightbox .more-options,
.recover-password-lightbox .more-options,
.sign-in-employee-lightbox .more-options,
.facebook-alert-lightbox .more-options,
.subscrever-lightbox .more-options,
.cookies-info-lightbox .more-options,
.cookies-settings-lightbox .more-options,
.remove-account-lightbox .more-options,
.verify-phone-lightbox .more-options,
.timed-logout-lightbox .more-options,
.logout-after-order-lightbox .more-options,
.receipt-signature-lightbox .more-options,
.modal-generic .more-options,
.delivery-lightbox .more-options {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: black;
  font-weight: 700;
  color: #6E6E6E;
}
.lightbox-21 .more-options.invert,
.login-lightbox .more-options.invert,
.recover-password-lightbox .more-options.invert,
.sign-in-employee-lightbox .more-options.invert,
.facebook-alert-lightbox .more-options.invert,
.subscrever-lightbox .more-options.invert,
.cookies-info-lightbox .more-options.invert,
.cookies-settings-lightbox .more-options.invert,
.remove-account-lightbox .more-options.invert,
.verify-phone-lightbox .more-options.invert,
.timed-logout-lightbox .more-options.invert,
.logout-after-order-lightbox .more-options.invert,
.receipt-signature-lightbox .more-options.invert,
.modal-generic .more-options.invert,
.delivery-lightbox .more-options.invert {
  color: white;
}
.lightbox-21 .more-options .line,
.login-lightbox .more-options .line,
.recover-password-lightbox .more-options .line,
.sign-in-employee-lightbox .more-options .line,
.facebook-alert-lightbox .more-options .line,
.subscrever-lightbox .more-options .line,
.cookies-info-lightbox .more-options .line,
.cookies-settings-lightbox .more-options .line,
.remove-account-lightbox .more-options .line,
.verify-phone-lightbox .more-options .line,
.timed-logout-lightbox .more-options .line,
.logout-after-order-lightbox .more-options .line,
.receipt-signature-lightbox .more-options .line,
.modal-generic .more-options .line,
.delivery-lightbox .more-options .line {
  display: block;
}
.lightbox-21 .more-options a,
.login-lightbox .more-options a,
.recover-password-lightbox .more-options a,
.sign-in-employee-lightbox .more-options a,
.facebook-alert-lightbox .more-options a,
.subscrever-lightbox .more-options a,
.cookies-info-lightbox .more-options a,
.cookies-settings-lightbox .more-options a,
.remove-account-lightbox .more-options a,
.verify-phone-lightbox .more-options a,
.timed-logout-lightbox .more-options a,
.logout-after-order-lightbox .more-options a,
.receipt-signature-lightbox .more-options a,
.modal-generic .more-options a,
.delivery-lightbox .more-options a {
  color: black;
  text-decoration: underline;
}
.facebook-alert-lightbox .set-password {
  width: 100%;
}
.facebook-alert-lightbox .top-padding {
  padding-top: 15px;
}
.facebook-alert-lightbox .bottom-padding {
  padding-bottom: 15px;
}
.facebook-alert-lightbox .success-msg p {
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.facebook-alert-lightbox .back {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
.facebook-alert-lightbox .back.invert {
  color: white;
}
.add-review-lightbox {
  width: 36vw;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (max-width: 1024px) {
  .add-review-lightbox {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .add-review-lightbox {
    width: 100%;
  }
}
.add-review-lightbox .row {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.add-review-lightbox .row fieldset {
  margin-top: 10px;
}
.add-review-lightbox .stars {
  font-size: 2em;
  margin-bottom: 24px;
}
.add-review-lightbox .stars a {
  color: balck;
  margin-left: 5px;
  text-decoration: none;
  outline: 0;
}
.add-review-lightbox .stars a:first-child {
  margin-left: 0;
}
.add-review-lightbox .stars a .fa-star {
  display: none;
}
.add-review-lightbox .stars a.active .fa-star {
  display: inline;
}
.add-review-lightbox .stars a.active .fa-star-o {
  display: none;
}
.add-review-lightbox label {
  display: block;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  margin-bottom: 8px;
}
.add-review-lightbox label.invert {
  color: white;
}
.subscrever-lightbox .row {
  float: left;
  width: 100%;
}
.subscrever-lightbox .forgotten-password {
  margin: 0 0 5px;
  text-align: right;
}
.subscrever-lightbox .forgotten-password a {
  color: #000;
  font-size: 1.2em;
  transition: color 0.75s;
}
.subscrever-lightbox .forgotten-password a:hover {
  color: #999;
}
.subscrever-lightbox .btn-continue {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscrever-lightbox .more-options {
  font-size: 1.4em;
  text-align: center;
  margin: 0;
}
.subscrever-lightbox .more-options .line {
  display: block;
}
.subscrever-lightbox .more-options a {
  color: #000;
  transition: color 0.75s;
}
.subscrever-lightbox .more-options a:hover {
  color: #999;
}
.catalog .top-catalog {
  position: relative;
}
.catalog .top-catalog .top-catalog-img {
  position: relative;
  z-index: 1;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.catalog .top-catalog .content-box {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  bottom: 0;
}
.catalog .top-catalog .content-outer {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.catalog .top-catalog .content-inner {
  width: 100%;
  padding: 0 4vw;
}
.catalog .top-catalog .top-catalog-headline {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin: 0 0 16px;
}
.catalog .top-catalog .top-catalog-text {
  margin: 0;
}
.catalog .top-catalog .top-catalog-link {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.breadcrumbs {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #757575;
  padding: 24px 0 8px;
}
.breadcrumbs a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.breadcrumbs a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 0.4s cubic-bezier(0.45, 0.05, 0.5, 0.1);
  border-bottom: 1px solid currentColor;
}
.breadcrumbs a:hover::after {
  width: 100%;
}
.breadcrumbs i {
  display: inline-block;
  padding: 0 4px 0 2px;
}
.breadcrumbs span {
  color: black;
}
.product-list-container {
  overflow: hidden;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .product-list-container {
    margin-bottom: 45px;
  }
}
.catalog-products > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.345%;
  grid-row-gap: 64px;
}
@media (max-width: 767px) {
  .catalog-products > ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4vw;
    grid-row-gap: 56px;
  }
}
.catalog-products > ul > li {
  position: relative;
  overflow: hidden;
}
.catalog-products .thumbnail {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .catalog-products .thumbnail {
    margin-bottom: 8px;
  }
}
.catalog-products .thumbnail .product-list-slide.unloaded > div:nth-child(2) {
  display: none;
}
.catalog-products .thumbnail .product-list-slide.unloaded > div:nth-child(2) ~ div {
  display: none;
}
@media (max-width: 767px) {
  .catalog-products .thumbnail .product-list-slide .product-list-frame {
    display: none;
  }
  .catalog-products .thumbnail .product-list-slide .product-list-frame:first-child {
    display: block;
  }
}
.catalog-products .thumbnail .product-list-slide .slick-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  transition: all 0.25s ease-out;
  font-size: 14px;
  line-height: 1;
  color: black;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  display: none!important;
}
.catalog-products .thumbnail .product-list-slide .slick-button:focus {
  outline: 0;
}
@media (max-width: 1024px) {
  .catalog-products .thumbnail .product-list-slide .slick-button {
    display: inline-block !important;
  }
}
.catalog-products .thumbnail .product-list-slide .slick-button::before {
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.catalog-products .thumbnail .product-list-slide .slick-button.prev {
  left: 4px;
}
.catalog-products .thumbnail .product-list-slide .slick-button.prev::before {
  content: '\e909';
}
.catalog-products .thumbnail .product-list-slide .slick-button.next {
  right: 4px;
}
.catalog-products .thumbnail .product-list-slide .slick-button.next::before {
  content: '\e90a';
}
.catalog-products .thumbnail .product-list-slide:hover .slick-button {
  display: inline-block !important;
}
.catalog-products .thumbnail .product-image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 133.41%;
  overflow: hidden;
}
.catalog-products .thumbnail .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-products .thumbnail .badges {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.catalog-products .thumbnail .badges img {
  max-width: 85px;
  max-height: 21px;
  margin-left: 5px;
}
.catalog-products .thumbnail.loaded {
  opacity: 1;
}
@media (max-width: 1024px) {
  .catalog-products .product-details {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.catalog-products .product-details a {
  text-decoration: none;
}
.catalog-products .product-details .collection {
  font-size: 12px;
  line-height: 16px;
  color: #6E6E6E;
  margin-bottom: 4px;
}
.catalog-products .product-details .name {
  font-size: 14px;
  line-height: 20px;
  color: Black;
  margin-bottom: 4px;
}
.catalog-products .product-details .price {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: Black;
  margin-bottom: 4px;
}
.catalog-products .product-details .price.discount {
  color: #C41320;
}
.catalog-products .product-details .price.discount span {
  margin-right: 12px;
}
.catalog-products .product-details .price.discount .old-price {
  font-weight: 700;
  color: #6E6E6E;
  text-decoration: line-through;
}
.catalog-products .product-details .product-tag {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: black;
  margin-bottom: 4px;
}
.catalog-products .promo {
  font-size: 12px;
  line-height: 16px;
  color: #C41320;
  margin-bottom: 4px;
}
.catalog-products .is-new {
  width: 144px;
  height: 144px;
  background: black;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  border-radius: 90px;
  top: -72px;
  left: -72px;
  position: absolute;
  padding-top: 80px;
  padding-left: 83px;
  /*padding-right: 30px;*/
  /*text-align: right;*/
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.1em;
  text-transform: uppercase;
}
.catalog-products .splitter-4 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.catalog-products .splitter-2 {
  float: left;
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.catalog-products .no-results {
  margin-top: 72px;
}
.catalog-products .no-results h2 {
  text-transform: uppercase;
}
.catalog-products .no-results p {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  margin: 24px 0;
}
.catalog-products .no-results p.invert {
  color: white;
}
.catalog-products .no-results .links {
  display: flex;
  justify-content: center;
}
.catalog-products .no-results .links a {
  margin: 0 8px;
}
@media (max-width: 1024px) {
  .catalog-products .no-results .links {
    flex-direction: column;
    align-items: center;
  }
  .catalog-products .no-results .links a {
    width: 450px;
    max-width: 100%;
    margin: 0 0 16px;
  }
}
.my-account-profile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.my-account-profile .area {
  float: left;
  width: 100%;
  border-bottom: solid 1px #E9E9E9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.my-account-profile .area:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.my-account-profile .inner-area {
  width: 100%;
}
.my-account-profile .inner-area p {
  font-size: 16px;
  line-height: 24px;
}
.my-account-profile .inner-area p a {
  color: black;
  font-weight: 700;
  text-decoration: none;
}
.my-account-profile .inner-area p a:hover {
  text-decoration: underline;
}
.my-account-profile .inner-area p.note {
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0 0;
  color: #6E6E6E;
}
.my-account-profile .row {
  float: left;
  width: 100%;
  display: flex;
}
.my-account-profile .row fieldset {
  display: block;
  width: 20vw;
  margin-right: 4vw;
}
.my-account-profile .row fieldset:last-child {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .my-account-profile .row fieldset {
    width: 32vw;
  }
}
@media (max-width: 767px) {
  .my-account-profile .row {
    display: block;
  }
  .my-account-profile .row fieldset {
    width: 100%;
    margin-right: 0;
  }
}
.my-account-profile .row-center {
  width: 44vw;
}
@media (max-width: 1023px) {
  .my-account-profile .row-center {
    width: 72vw;
  }
}
@media (max-width: 767px) {
  .my-account-profile .row-center {
    width: 100%;
  }
}
.my-account-profile fieldset .field-box {
  border: 1px solid #ccc;
  position: relative;
}
.my-account-profile fieldset .field-box.calendar {
  border: 0;
}
.my-account-profile fieldset .field-box.no-border {
  border: 0;
}
.my-account-profile fieldset .text {
  border: 0;
  font-size: 1.6em;
  line-height: 44px;
  height: 44px;
  padding: 0 8px;
  outline: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.my-account-profile fieldset p.value {
  font-size: 1.6em;
  line-height: 44px;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
.my-account-profile .cp-1 {
  width: 80px;
  float: left;
}
.my-account-profile .cp-splitter {
  float: left;
  line-height: 38px;
  font-size: 2em;
  padding: 0 5px;
}
.my-account-profile .cp-2 {
  width: 60px;
  float: left;
}
.my-account-profile .cp-2 + .value {
  float: left;
  line-height: 38px;
  padding-left: 10px;
}
.my-account-profile .btn-sync-fb {
  color: white;
  background: #3b5998;
  outline: 0;
  font-size: 1.8em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  display: inline-block;
  line-height: 52px;
  text-transform: uppercase;
  padding: 0 40px;
  text-decoration: none;
  margin: 15px 0 0;
  transition: all 0.5s;
}
.my-account-profile .btn-sync-fb:hover {
  opacity: 0.8;
}
.my-account-profile .btn-sync-fb i {
  font-size: 1.25em;
  margin-right: 15px;
}
.my-account-profile .row-for-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.my-account-profile .fiscal-data {
  display: none;
}
.my-account-profile .fiscal-data.active {
  display: block;
}
.my-account-profile .field-error {
  display: inline-block;
  color: #c41230;
  border: 1px solid #c41230;
  border-radius: 9px;
  position: relative;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 0.7em;
  line-height: 16px;
  vertical-align: middle;
}
.my-account-profile .field-error .field-error-msg {
  bottom: 100%;
  left: 50%;
  margin-left: -73px;
  padding: 0 4px;
  width: 140px;
  position: absolute;
  background: #e0e0e0;
  color: #000;
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.my-account-profile .field-error .field-error-msg:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e0e0e0 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.no-touchevents .my-account-profile .field-error:hover .field-error-msg,
.my-account-profile .field-error.active .field-error-msg {
  opacity: 1;
}
.my-account-profile .toggle-password {
  position: absolute;
  width: 19px;
  height: 15px;
  right: 14px;
  background: url(../img/btn_toggle_password.png) center bottom no-repeat;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.my-account-profile .toggle-password.active {
  background-position: center top;
}
.my-account-profile .toggle-password + input {
  padding-right: 40px;
}
.my-account-profile .section-title {
  font-size: 1.8em;
  border-bottom: 1px solid black;
  margin: 25px 0 0;
}
.generic-pagination {
  clear: both;
  text-align: center;
  border-top: solid 1px #C9C9C9;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.generic-pagination.vazio {
  border-top: 0;
}
.generic-pagination a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.generic-pagination .arrow {
  color: black;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .generic-pagination .arrow {
    font-size: 0;
  }
}
.generic-pagination .arrow.inactive {
  opacity: 0;
}
.generic-pagination .arrow.arrow-left:before {
  content: '\e900';
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 8px;
  margin-right: 10px;
  vertical-align: middle;
}
.generic-pagination .arrow.arrow-right:after {
  content: '\e901';
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 8px;
  margin-left: 10px;
  vertical-align: middle;
}
.generic-pagination .pages {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.generic-pagination .pages a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: black;
  font-size: 12px;
  line-height: 16px;
  border: solid 1px transparent;
  margin: 0 4px;
  flex-shrink: 1;
}
.generic-pagination .pages a:hover {
  border-color: #C9C9C9;
}
.generic-pagination .pages a.active {
  border-color: #403E3F;
}
@media (max-width: 767px) {
  .generic-pagination .pages {
    max-width: calc(100% - 40px);
  }
}
.my-account-favorites {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.my-account-favorites .my-account-favorites-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-account-favorites .my-account-favorites-total {
  font-size: 12px;
  line-height: 16px;
  color: #757575;
}
.my-account-favorites .favorites-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.345%;
  grid-row-gap: 44px;
  margin-top: 52px;
}
@media (max-width: 767px) {
  .my-account-favorites .favorites-list {
    margin-top: 28px;
    display: block;
  }
}
.my-account-favorites .favorite {
  position: relative;
  width: 100%;
}
.my-account-favorites .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 133.41%;
  overflow: hidden;
}
.my-account-favorites .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-account-favorites .col-1 {
  margin-bottom: 24px;
}
.my-account-favorites .col-2 .name {
  font-size: 14px;
  line-height: 20px;
  color: black;
  margin-bottom: 4px;
}
.my-account-favorites .col-2 .details {
  font-size: 12px;
  line-height: 16px;
  color: #6E6E6E;
  margin-bottom: 4px;
}
.my-account-favorites .col-2 .price {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: Black;
  margin-bottom: 4px;
}
.my-account-favorites .col-2 .add {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: Black;
  margin-top: 8px;
}
.my-account-favorites .col-2 .add a {
  color: inherit;
  text-decoration: underline;
}
.my-account-favorites .col-2 .add a:hover {
  text-decoration: none;
}
.my-account-favorites .col-4 {
  position: absolute;
  top: 8px;
  right: 8px;
}
.my-account-favorites .col-4 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  color: black;
  text-decoration: none;
}
.my-account-favorites .col-4 a::before {
  content: '\e917';
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
}
.my-account-favorites .col-3 {
  width: 200px;
  padding-right: 15px;
}
.my-account-favorites .col-3 .price {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  margin: 5px 0 0;
}
.my-account-favorites .col-3 .voucher {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}
.my-account-favorites .col-3 .voucher img {
  max-width: 100%;
}
.my-account-favorites .col-3 .voucher .did-you-know {
  margin: 0;
  color: #C41320;
}
.my-account-favorites .col-3 .voucher .see-more {
  margin: 0;
}
.my-account-favorites .col-3 .voucher .see-more a {
  color: #000;
  transition: color 0.75s;
}
.my-account-favorites .col-3 .voucher .see-more a:hover {
  color: #666;
}
@media (max-width: 767px) {
  .my-account-favorites .favorite {
    width: auto;
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 8vw;
    padding-right: 8vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: solid 1px #E9E9E9;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .my-account-favorites .col-1 {
    margin-bottom: 0;
    width: 90px;
    margin-right: 32px;
    flex-shrink: 0;
  }
  .my-account-favorites .col-2 {
    width: 44vw;
    margin-right: 32px;
    flex-shrink: 1;
  }
  .my-account-favorites .col-4 {
    top: 0;
    right: 8vw;
  }
  .my-account-favorites .col-4 a {
    background-color: transparent;
    width: 10px;
    height: 10px;
  }
  .my-account-favorites .col-4 a::before {
    content: '\e903';
    font-size: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .my-account-favorites .favorite {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
.checkout-paypal {
  display: block;
  width: 100%;
  border: solid 1px #333;
  color: #333;
  background-color: #FFF;
  font-size: 1.6em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding: 5px 0;
  margin-top: 10px;
}
.checkout-paypal img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.my-cart-help a {
  display: inline-block;
  color: #0055a3;
  font-size: 1.6em;
  text-decoration: none;
  margin-top: 15px;
}
.my-cart-help a:first-child {
  margin-top: 0;
}
.my-cart-back2 a {
  font-size: 1.6em;
  color: #666;
  text-decoration: none;
}
.my-cart-back {
  float: left;
  width: 100%;
}
.my-cart-back a {
  font-size: 1.4em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.my-cart-back a:hover span {
  transform: translateX(-5px);
}
.my-cart-back a span {
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../img/arrow_back.png) center center no-repeat;
  margin-right: 3px;
  transition: all 0.5s;
}
.my-cart-payment .title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 4px solid #000;
  padding: 15px;
}
.my-cart-payment .title:last-child {
  margin-top: 20px;
  margin-bottom: 25px;
}
.my-cart-payment .payment-picker label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 35px;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  margin-top: 16px;
  float: left;
  width: 100%;
}
.my-cart-payment .payment-picker input {
  display: none;
}
.my-cart-payment .payment-picker input:checked + .fake-radio {
  background-position: center bottom;
}
.my-cart-payment .payment-picker .fake-radio {
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/radio_button.png) center top no-repeat;
}
.my-cart-payment .payment-picker img {
  margin-left: 4px;
}
.my-cart-payment .payment-picker .my-cart-options {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.my-cart-payment .tpa-method {
  text-align: center;
}
.my-cart-payment .tpa-method .tpa-msg,
.my-cart-payment .tpa-method .tpa-error {
  font-size: 25px;
}
.my-cart-payment .tpa-method .try-again {
  height: 50px;
  line-height: 50px;
  background: #333;
  color: white;
  padding: 0;
  border: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  text-transform: uppercase;
  padding: 0 15px;
  transition: opacity 0.5s;
}
.my-cart-payment .tpa-method .try-again:hover {
  opacity: 0.85;
}
.xzoom-preview {
  z-index: 44444 !important;
  margin-left: 2vw!important;
}
.xzoom-source .xzoom-lens {
  background-color: white;
  border: solid 1px black;
}
.xzoom-source .xzoom-lens img {
  opacity: 0.3;
}
.my-cart-side-payment-details {
  border-top: 1px solid #ddd;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.my-cart-side-payment-details .title {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #000;
}
.my-cart-side-payment-details .value {
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-top: 0;
  font-size: 1.6em;
}
.my-cart-side-payment-details .delivery {
  margin: 0;
  padding: 5px 0;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.my-cart-side-payment-details .highlight {
  margin: 0;
}
.my-cart-side-payment-details .regular {
  margin: 0;
  color: #999999;
}
.product-hero {
  width: 92vw;
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-hero .product-photos-container {
  width: 56vw;
}
.product-hero .product-photos-img {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.product-hero .product-photos-img > img {
  order: 2;
  width: 44vw!important;
  height: auto;
  box-sizing: border-box;
}
.product-hero .product-image {
  width: 59%;
  float: left;
  overflow: hidden;
  text-align: center;
  height: 650px;
  position: relative;
}
.product-hero .product-image img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -406.5px;
  width: 813px;
  height: 650px;
}
.product-hero .product-photos-mobile {
  display: none;
}
.product-hero .product-thumbs-mobile {
  display: none;
}
.product-hero .mobile-zoom {
  display: none;
}
.product-hero .mobile-zoom-fundo {
  display: none;
}
.product-hero .xzoom-thumbs {
  display: block;
  margin: 0;
  position: relative;
  width: 8vw;
  order: 1;
  margin-right: 2vw;
  flex-shrink: 0;
}
.product-hero .xzoom-thumbs a {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 2vw;
}
.product-hero .detail-thumbs-slide,
.product-hero .detail-thumbs-slide .slick-list {
  height: 48.3vw !important;
}
.product-hero .detail-thumbs-slide.slick-vertical .slick-slide {
  border: 0;
  width: 100%!important;
}
.product-hero .detail-thumbs-slide.unloaded {
  overflow: hidden;
}
.product-hero .detail-thumbs-slide .slick-prev,
.product-hero .detail-thumbs-slide .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  transition: all 0.25s ease-out;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 1.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.7vw;
}
.product-hero .detail-thumbs-slide .slick-prev:focus,
.product-hero .detail-thumbs-slide .slick-next:focus {
  outline: 0;
}
.product-hero .detail-thumbs-slide .slick-prev .ico,
.product-hero .detail-thumbs-slide .slick-next .ico {
  display: block;
}
.product-hero .detail-thumbs-slide .slick-prev.slick-disabled,
.product-hero .detail-thumbs-slide .slick-next.slick-disabled {
  display: none!important;
}
.product-hero .detail-thumbs-slide .slick-prev {
  top: 0;
}
.product-hero .detail-thumbs-slide .slick-prev .ico {
  transform: rotate(-90deg);
}
.product-hero .detail-thumbs-slide .slick-next {
  bottom: 0;
}
.product-hero .detail-thumbs-slide .slick-next .ico {
  transform: rotate(90deg);
}
.product-hero .layerInfo {
  display: none;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 1.2em;
  padding: 12px;
  border-radius: 4px;
}
.product-hero .product-title-mobile {
  display: none;
}
@media (max-width: 767px) {
  .product-hero .product-title-mobile {
    display: block;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .product-hero .product-title-desktop {
    display: none;
  }
}
.product-hero .product-data {
  position: relative;
  width: 36vw;
  z-index: 2;
}
.product-hero .product-data h2 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25em;
  margin: 0;
  text-transform: uppercase;
}
.product-hero .product-data .product-tag {
  font-size: 12px;
  line-height: 16px;
  color: #6E6E6E;
  margin-bottom: 8px;
}
.product-hero .product-data .price-comments {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-end;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.product-hero .product-data .price-comments .price {
  width: 50%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.product-hero .product-data .price-comments .price.discount {
  color: #C41320;
}
.product-hero .product-data .price-comments .price.discount .old-price {
  text-decoration: line-through;
  color: black;
  margin-left: 35px;
  font-size: 16px;
  opacity: 0.56;
}
.product-hero .product-data .price-comments .comments {
  width: 50%;
  text-align: right;
}
.product-hero .product-data .price-comments .comments i {
  color: #f8ba00;
  font-size: 1.3em;
}
.product-hero .product-data .price-comments .comments a {
  font-size: 1.3em;
  color: #999;
  text-decoration: none;
}
.product-hero .product-data .btn-add-to-favorites {
  margin-bottom: 20px;
}
.product-hero .product-data .btn-add-to-favorites::before {
  content: '\e916';
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  margin-right: 5px;
}
.product-hero .product-data .btn-add-to-favorites:hover {
  background-color: #F3F3F3;
  color: black!important;
}
.product-hero .product-data .btn-add-to-favorites.active::before {
  content: '\e917';
}
.product-hero .product-data .btn-stock-alert-lightbox {
  margin-bottom: 20px;
}
.product-hero .product-data .size-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-hero .product-data .product-data-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.product-hero .product-data .product-data-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #6E6E6E;
  margin-top: 16px;
}
.product-hero .product-data .size-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.product-hero .product-data .size-list li {
  margin-right: 16px;
}
.product-hero .product-data .size-list li:last-child {
  margin-right: 0;
}
.product-hero .product-data .size-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px transparent;
  width: 48px;
  height: 48px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.product-hero .product-data .size-list li a:hover {
  border-color: #F3F3F3;
}
.product-hero .product-data .size-list li a.active {
  border-color: #000;
}
.product-hero .product-data .size-list li a.unavailable {
  color: #6E6E6E;
  text-decoration: line-through;
  text-decoration-line: line-through;
}
@media (max-width: 767px) {
  .product-hero .product-data .size-list li a {
    border-color: #F3F3F3;
  }
}
.product-hero .product-data .sizes-board {
  /* text-align: right; */
  font-size: 14px;
  line-height: 1.3;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .product-hero .product-data .sizes-board {
    margin-top: 16px;
  }
}
.product-hero .product-data .sizes-board a {
  color: #000;
  text-decoration: none;
  padding-left: 22px;
  background: url(../img/icon-size.png) no-repeat left 6px;
}
.product-hero .product-data .sizes-board a:hover {
  text-decoration: underline;
}
.product-hero .product-data .size-picker {
  float: left;
  margin-top: 15px;
}
.product-hero .product-data .size-picker .title {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 1.4em;
  text-transform: uppercase;
}
.product-hero .product-data .size-picker ul {
  float: left;
  list-style: none;
  margin-left: 1px;
}
.product-hero .product-data .size-picker ul li {
  float: left;
  border: 1px solid #888888;
  margin: -1px 0 0 -1px;
  text-align: center;
  background: white;
  font-size: 1.5em;
  /* TODO: refine this, temp styles */
}
.product-hero .product-data .size-picker ul li.active {
  background: black;
}
.product-hero .product-data .size-picker ul li.active a {
  color: white;
}
.product-hero .product-data .size-picker ul li.active a:hover {
  background: #000;
}
.product-hero .product-data .size-picker ul li.unavailable a,
.product-hero .product-data .size-picker ul li.disabled a {
  color: #696969;
  position: relative;
}
.product-hero .product-data .size-picker ul li.unavailable a:hover,
.product-hero .product-data .size-picker ul li.disabled a:hover {
  cursor: default;
  background: white;
  color: #696969;
}
.product-hero .product-data .size-picker ul li.unavailable a:after,
.product-hero .product-data .size-picker ul li.disabled a:after {
  color: #2b2b2b;
  display: block;
  position: absolute;
  top: 0px;
  content: '×';
  width: 100%;
  height: 28px;
  font-size: 35px;
  font-weight: normal;
}
.product-hero .product-data .size-picker ul a {
  display: inline-block;
  line-height: 31px;
  min-width: 32px;
  color: #000;
  border: 2px solid white;
  text-decoration: none;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.product-hero .product-data .size-picker ul a:hover {
  background: #666;
  color: white;
}
.product-hero .product-data .size-picker.size-waist {
  width: 235px;
}
.product-hero .product-data .size-picker.size-length {
  width: 175px;
}
.product-hero .classificacao {
  margin-top: 5px;
}
.product-hero .classificacao a {
  color: inherit;
  text-decoration: none;
}
.product-hero .estrelas {
  font-size: 16px;
}
.product-hero .estrelas i {
  margin-right: 2px;
}
.product-hero .sizeContainer {
  margin-top: 25px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
.product-hero .sizeContainer fieldset.tamanho {
  width: 65%;
}
.product-hero .sizeContainer fieldset.quantidade {
  width: 32%;
}
.product-hero .sizeContainer .select2-container .select2-selection--single {
  height: 44px;
  outline: 0;
  border-color: #ccc;
  border-radius: 0;
}
.product-hero .sizeContainer .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  font-size: 1.6em;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.product-hero .sizeContainer .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.product-hero .sizeContainer select {
  height: 44px;
  line-height: 44px;
  font-size: 1.6em;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: url(../img/select.png) 100% 20px no-repeat;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 0;
}
.product-hero .sizeContainer select:focus {
  background: url(../img/select-up.png) 100% 20px no-repeat;
}
.product-hero .qty-picker {
  position: relative;
  float: left;
}
.product-hero .qty-picker .current {
  line-height: 50px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  background: white url(../img/arrow_down.png) 90px center no-repeat;
  border: 1px solid #888888;
  width: 120px;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #969696;
  font-size: 1.3em;
  margin: 0;
}
.product-hero .qty-picker .current span {
  color: #000;
  margin-left: 5px;
}
.product-hero .qty-picker.active {
  background-image: url(../img/arrow_up.png);
}
.product-hero .qty-picker.active .other-sizes {
  display: block;
}
.product-hero .qty-picker .other-sizes {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 120px;
  background: white;
  border: 1px solid #888888;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px;
  border-bottom: 0;
  text-align: center;
  padding: 7px 0 0;
  display: none;
}
.product-hero .qty-picker .other-sizes p {
  margin: 3px 0;
}
.product-hero .qty-picker .other-sizes a {
  border: 1px solid black;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
  text-align: center;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.product-hero .qty-picker .other-sizes a:hover,
.product-hero .qty-picker .other-sizes a.active {
  color: white;
  background: black;
}
.product-hero .btn-add-to-cart {
  margin-bottom: 20px;
}
.product-hero .btn-add-to-cart.transparent {
  cursor: default;
}
@media (max-width: 1023px) {
  .product-hero .product-data {
    width: 36vw;
  }
  .product-hero .product-data .price-comments {
    flex-wrap: wrap;
    text-align: left;
  }
  .product-hero .product-data .price-comments .price {
    width: 100%;
    order: 2;
  }
  .product-hero .product-data .price-comments .price.discount .old-price {
    margin-left: 15px;
  }
  .product-hero .product-data .price-comments .comments {
    width: 100%;
    order: 1;
    text-align: left;
  }
}
.product-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.product-inner .product-description {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.product-inner .product-description .product-details {
  width: 55%;
  box-sizing: border-box;
}
.product-inner .product-description .product-details .lead {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.product-inner .product-description .product-details .style {
  color: #969696;
  font-size: 1.2em;
  margin: 10px 0 0;
}
.product-inner .product-description .product-details ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
  margin-left: 2px;
}
.product-inner .product-description .product-materials-and-sizes {
  width: 30%;
  margin: 0 0 0 4%;
}
.product-inner .product-description .product-materials {
  width: 100%;
  margin: 0;
}
.product-inner .product-description .product-cut-sizes {
  width: 100%;
  margin: 0 0 24px 0;
}
.product-inner .product-description .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  background-position: left center;
  background-repeat: no-repeat;
}
.product-inner .product-description .product-materials ul,
.product-inner .product-description .product-cut-sizes ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6E6E6E;
}
.product-inner .product-sustainability-hr {
  margin-top: 60px;
}
.product-inner .product-sustainability {
  width: 40%;
  box-sizing: border-box;
}
.product-inner .product-sustainability .lead {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.product-inner .product-sustainability .lead p {
  margin: 0 0 8px;
}
.product-inner .product-sustainability .lead a {
  font-size: 14px;
  font-weight: 700;
}
.reviewsBt-hr {
  display: none;
}
.reviewsBt {
  display: none;
}
.product-reviews {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.product-reviews .reviewsTit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 30px 0 20px;
}
.product-reviews .reviews-header {
  float: left;
  width: 100%;
  padding-bottom: 12px;
}
.product-reviews .reviews-header .rating {
  float: left;
}
.product-reviews .reviews-header .rating .title {
  margin: 0 10px 0 0;
  float: left;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 42px;
  color: #333;
}
.product-reviews .reviews-header .rating .stars {
  float: left;
  white-space: nowrap;
  color: black;
  font-size: 1.5em;
  line-height: 38px;
}
.product-reviews .reviews-header .rating .stars i {
  margin-left: 5px;
}
.product-reviews .reviews-header .rating .stars i:first-child {
  margin-left: 0;
}
.product-reviews .reviews-header .rating .stars span {
  font-size: 0.8em;
  color: #000;
  margin-left: 5px;
}
.product-reviews .reviews-header .btn-open-review-lightbox {
  float: right;
}
.product-reviews .reviews-sub-header {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.product-reviews .reviews-sub-header .counter {
  float: left;
  line-height: 45px;
  font-size: 1.4em;
  margin: 0;
  color: #333;
}
.product-reviews .reviews-sub-header .counter strong {
  font-weight: normal;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.product-reviews .reviews-sub-header .catalog-filters {
  float: right;
}
.product-reviews .reviews-sub-header .ordenar {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  color: #999;
  margin-right: 8px;
}
.product-reviews .reviews-sub-header .avaliacaoDrop {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews .reviews-sub-header .avaliacaoDrop li .checkbox {
  width: 16px;
  height: 16px;
  background: url(../img/checkbox-zen.png) center center no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px;
}
.product-reviews .reviews-sub-header .avaliacaoDrop li.active .checkbox {
  background-image: url(../img/checkbox-zen-checked.png);
}
.product-reviews .reviews-sub-header .btn-open-classification {
  float: right;
  border: 1px solid #cbcbcb;
  position: relative;
  padding: 0px 10px;
  line-height: 30px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #323232;
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  display: none;
}
.product-reviews .reviews-list {
  float: left;
  width: 100%;
}
.product-reviews .reviews-list .review-item {
  float: left;
  width: 100%;
}
.product-reviews .reviews-list .review-header {
  float: left;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.product-reviews .reviews-list .review-header .stars {
  float: left;
  white-space: nowrap;
  color: #f8ba00;
  font-size: 1.5em;
  line-height: 26px;
}
.product-reviews .reviews-list .review-header .stars i {
  margin-left: 5px;
}
.product-reviews .reviews-list .review-header .stars i:first-child {
  margin-left: 0;
}
.product-reviews .reviews-list .review-header .stars span {
  font-size: 0.8em;
  color: #000;
  margin-left: 5px;
}
.product-reviews .reviews-list .review-header .when {
  float: right;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #969696;
  margin: 0;
  line-height: 28px;
  font-size: 1.2em;
}
.product-reviews .reviews-list .review-content {
  float: left;
  width: 100%;
  display: table;
}
.product-reviews .reviews-list .review-content .author {
  display: table-cell;
  width: 300px;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 10px 10px 20px 10px;
}
.product-reviews .reviews-list .review-content .free-text {
  display: table-cell;
  padding: 10px 10px 20px 0;
}
.product-reviews .reviews-list .review-content .name {
  font-size: 1.6em;
  margin: 0;
}
.product-reviews .reviews-list .review-content .gender {
  font-size: 1.2em;
  margin: 5px 0 0;
  color: #969696;
}
.product-reviews .reviews-list .review-content .title {
  font-size: 2.2em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  color: #333;
}
.product-reviews .reviews-list .review-content .description {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  font-size: 1.6em;
  margin: 10px 0 0;
}
.product-reviews .reviews-list .review-content .stars {
  display: inline-block;
  vertical-align: baseline;
  white-space: nowrap;
  color: #f8ba00;
  font-size: 1.5em;
  line-height: 26px;
}
.product-reviews .reviews-list .review-content .stars i {
  margin-left: 5px;
}
.product-reviews .reviews-list .review-content .stars i:first-child {
  margin-left: 0;
}
.product-reviews .reviews-list .review-content .stars span {
  font-size: 0.8em;
  color: #000;
  margin-left: 5px;
}
.product-reviews .reviews-list .review-content .when {
  display: inline-block;
  vertical-align: baseline;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #969696;
  margin: 0;
  line-height: 28px;
  font-size: 1.2em;
}
.product-reviews .generic-pagination {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
.product-reviews .small-filter-top {
  display: none;
}
@media (max-width: 1023px) {
  .product-reviews .reviews-list .review-content .author {
    width: 200px;
  }
}
.size-charts-page {
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  max-width: 690px;
}
@media (max-width: 767px) {
  .size-charts-page {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.size-charts-page h2 {
  font-size: 3.5em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.size-chart-nav-box {
  padding: 0;
}
.size-chart-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.size-chart-nav .nav-item {
  display: table-cell;
  text-align: center;
  border: 1px solid black;
}
.size-chart-nav .nav-item.active a {
  background: #333333;
  color: white;
}
.size-chart-nav .nav-item.active a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
}
.size-chart-nav a {
  display: block;
  font-size: 1.8em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
  transition: all 0.25s;
}
.size-chart-nav a:hover {
  background: #666;
  color: white;
}
.size-chart {
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  max-width: 690px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .size-chart {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.size-chart .size-explanation {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.size-chart .size-explanation .thumb {
  display: table-cell;
  width: 267px;
  vertical-align: top;
}
.size-chart .size-explanation .thumb img {
  max-width: 100%;
}
.size-chart .size-explanation .description {
  padding-left: 15px;
  font-size: 1.4em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: table-cell;
  vertical-align: top;
}
.size-chart .size-explanation .description p {
  margin: 10px 0 0;
}
.size-chart .size-explanation .description p:first-child {
  margin-top: 0;
}
.size-chart .toggler {
  border-top: 1px solid #ccc;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  font-size: 1.4em;
  padding-left: 8px;
  cursor: pointer;
}
.size-chart .toggler .arrow {
  position: absolute;
  background: url(../img/arrow_down.png) center center no-repeat;
  width: 9px;
  height: 9px;
  right: 10px;
  top: 50%;
  margin-top: -4.5px;
  opacity: 0.4;
}
.size-chart .toggler.active .arrow {
  background-image: url(../img/arrow_up.png);
}
.size-chart .toggler.active + .size-detail {
  display: block;
}
.size-chart .size-detail {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}
.size-chart .table-title {
  font-size: 1.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 25px 0 5px;
  text-align: center;
  text-transform: uppercase;
}
.size-chart .size-table-box.big-table .size-table {
  font-size: 1.4em;
  line-height: 1;
}
.size-chart .size-table-box:first-child {
  margin-top: 10px;
}
.size-chart .size-table-box:last-child {
  margin-bottom: 30px;
}
.size-chart .size-table {
  font-size: 1.4em;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  table-layout: fixed;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.size-chart .size-table th,
.size-chart .size-table td {
  border: 1px solid #ccc;
  height: 38px;
}
.size-chart .size-table th {
  background: #ececec;
}
.size-chart .size-table .highlight {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.size-chart .size-table .secondary-header {
  height: 25px;
  background: #f7f7f7;
}
.size-chart .size-item:last-child {
  border-bottom: 1px solid #ccc;
}
.product-showcase .slider-box,
.product-slider .slider-box {
  padding: 0 45px;
}
.product-showcase .slider-box .arrow.arrow-left,
.product-slider .slider-box .arrow.arrow-left {
  left: 10px;
}
.product-showcase .slider-box .arrow.arrow-right,
.product-slider .slider-box .arrow.arrow-right {
  right: 10px;
}
.outer-catalog-filters {
  padding: 0 20px;
}
@media (max-width: 1366px) {
  header .bottom-header:after {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .footer-old .site-map .col {
    padding-left: 15px;
    width: 165px;
  }
  .footer-old .newsletter-subscription {
    width: calc(100% - 165px - 165px - 165px - 15px - 15px - 15px - 30px);
  }
}
.bottom-header .mobile-links {
  display: none;
}
header .mobile-nav {
  display: none;
}
@media (max-width: 1250px) {
  header .top-header .links {
    display: none;
    height: 0px;
  }
  header .top-header {
    display: none;
    height: 0;
  }
  header .bottom-header h1 {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -49px;
  }
  .bottom-header .mobile-links {
    float: right;
    margin-right: 0;
    width: 100%;
    text-align: right;
    display: block;
    line-height: 54px;
  }
  .bottom-header .mobile-links .btn-go-to-cart {
    display: inline-block;
    float: none;
    margin: 0 0 0 28px;
    /*width: 25px;
                height: 27px;*/
  }
  .bottom-header .mobile-links .user-photo {
    display: inline-block;
    float: none;
    line-height: normal;
    margin: 0 0 0 18px;
  }
  .bottom-header .mobile-links a {
    color: #323232;
    font-size: 2.5em;
    vertical-align: middle;
    margin-left: 28px;
    outline: 0;
  }
  .bottom-header .mobile-links a.btn-search {
    margin-left: 0;
    text-decoration: none;
    font-size: 2.3em;
    padding-top: 3px;
    display: inline-block;
  }
  .bottom-header .mobile-links a.btn-menu {
    float: left;
    margin: 0;
    text-decoration: none;
  }
  .bottom-header .user-photo,
  .bottom-header .btn-go-to-cart,
  .bottom-header .top-search,
  .bottom-header nav {
    display: none;
  }
  header .mobile-nav {
    position: fixed;
    top: 0;
    left: -105%;
    bottom: 0;
    width: 312px;
    z-index: 999999999;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #333;
    transition: all 0.25s ease-out;
    display: block;
  }
  header .mobile-nav.active {
    display: block;
    left: 0;
  }
  header .mobile-nav .bnt-close-holder {
    background: #333;
    height: 50px;
    color: #FFF;
  }
  header .mobile-nav .bnt-close-holder a.fecharMenu {
    display: block;
    float: right;
    width: 30px;
    padding: 10px;
    text-align: center;
    color: #f9f9f9;
    font-size: 2em;
    margin-right: 5px;
    margin-top: 3px;
    transition: color 0.75s;
  }
  header .mobile-nav .bnt-close-holder a.fecharMenu:hover {
    color: #C41320;
  }
  header .mobile-nav .bnt-close-holder a.btn-login {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6em;
    color: #FFF;
    margin: 12px 0 0 15px;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  header .mobile-nav .bnt-close-holder a.btn-login .fa {
    font-size: 1.4em;
  }
  header .mobile-nav .bnt-close-holder a.btn-favorites {
    margin-left: 25px;
    margin-top: 12px;
    border-radius: 100%;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    color: #FFF;
  }
  header .mobile-nav .bnt-close-holder a.voltarMenu {
    display: block;
    float: left;
    width: 30px;
    padding: 10px;
    text-align: center;
    color: #f9f9f9;
    font-size: 2em;
    margin-top: 3px;
    transition: color 0.75s;
  }
  header .mobile-nav .bnt-close-holder a.voltarMenu:hover {
    color: #C41320;
  }
  header .mobile-nav .bnt-close-holder .menuTitle {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6em;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFF;
    margin: 16px 10px 0;
    width: 182px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  header .mobile-nav .bnt-close-holder .menuTitle .icon {
    display: none;
  }
  header .mobile-nav a {
    text-decoration: none;
  }
  header .mobile-nav .menu {
    background: white;
    transition: all 0.25s;
    top: 0;
  }
  header .mobile-nav .menu li {
    border-top: 1px solid #dddddd;
    line-height: 37px;
  }
  header .mobile-nav .menu li a {
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding: 10px 15px;
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 1.6em;
    text-decoration: none;
    position: relative;
  }
  header .mobile-nav .menu li .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #999;
  }
  header .mobile-nav .menu .dynamic-content ul {
    border-bottom: 1px solid #dddddd;
  }
  header .mobile-nav .menu .dynamic-content li {
    /*&:first-child{
                        ul {
                            display: block;
                        }
                    }*/
  }
  header .mobile-nav .menu .dynamic-content li .icon {
    color: #999;
    font-size: 25px;
    margin-top: -14px;
  }
  header .mobile-nav .menu .dynamic-content li .icon:after {
    content: '\e90d';
    display: inline-block;
    transition: all 0.25s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  header .mobile-nav .menu .dynamic-content li.aberto .icon:after {
    content: '\e90e';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .mobile-nav .menu .dynamic-content li a {
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  header .mobile-nav .menu .dynamic-content li ul {
    display: none;
    padding: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: none;
    background-color: #f9f9f9;
  }
  header .mobile-nav .menu .dynamic-content li ul li {
    border: none;
  }
  header .mobile-nav .menu .dynamic-content li ul li a {
    font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #262626;
    text-transform: none;
    padding: 0 15px 0 25px;
  }
  header .mobile-nav .menu .menuSpace {
    display: block;
    height: 15px;
  }
  header .mobile-nav .menu .bottom {
    background: #333;
    line-height: 35px;
    border-top: 0;
  }
  header .mobile-nav .menu .bottom a {
    font-size: 1.6em;
    font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #FFF;
    text-transform: none;
    padding: 3px 15px;
  }
  header .mobile-nav .menu .bottom a.btMinhaConta .icon {
    font-size: 26px;
    color: #FFF;
  }
  header .mobile-nav .menu .bottom a.btMinhaConta .icon:after {
    content: '\e90d';
    display: inline-block;
    transition: all 0.25s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  header .mobile-nav .menu .bottom a.btMinhaConta.aberto .icon:after {
    content: '\e90e';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .mobile-nav .menu .bottom ul {
    padding: 10px 0;
    background: #444;
    display: none;
  }
  header .mobile-nav .menu .bottom ul li {
    border-top: none;
    line-height: 30px;
    background: #444;
  }
  header .mobile-nav .menu .bottom ul li a {
    padding: 3px 15px 3px 27px;
  }
  header .mobile-nav .menu .bottom ul li a .icon {
    font-size: 20px;
    color: #FFF;
  }
  header .mobile-nav .menu .bottom ul li a .icon:after {
    content: '\e90d';
    display: inline-block;
    transition: all 0.25s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  header .mobile-nav .menu .bottom ul li a.aberto .icon:after {
    content: '\e90e';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .mobile-nav .menu .bottom ul li ul {
    padding-left: 20px;
  }
  header .mobile-nav .menu .sairConta:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #666;
    margin: 10px 0 0 15px;
  }
  header .mobile-nav .menu .menuIdioma:before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 2px;
    background-color: #666;
    margin: 0 0 10px 15px;
  }
  header .mobile-nav .menu .back-btn-holder {
    background: #333;
    height: 50px;
  }
  header .mobile-nav .menu .back-btn-holder a {
    color: #FFF;
    line-height: 35px;
    padding-left: 20px;
    font-size: 1.6em;
    outline: 0;
    transition: color 0.75s;
  }
  header .mobile-nav .menu .back-btn-holder a i {
    color: #ccc;
    font-size: 0.75em;
    margin-right: 4px;
  }
  header .mobile-nav .menu .back-btn-holder a:hover {
    color: #666;
  }
  header .mobile-nav .menu .section-title {
    color: #C41320;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
    padding-left: 20px;
    line-height: 30px;
    font-size: 1.6em;
  }
  header .mobile-nav .menu-1 {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
  }
  header .mobile-nav .menu-1.go-left {
    left: -100%;
  }
  header .mobile-nav .menu-2 {
    position: absolute;
    left: 100%;
    width: 100%;
    min-height: 100%;
    background-color: #FFF;
  }
  header .mobile-nav .menu-2.active {
    left: 0;
  }
  header .mobile-nav .menu-2.go-left {
    left: -100%;
  }
}
@media (max-width: 470px) {
  .bottom-header .mobile-links a.btn-search {
    position: absolute;
    left: 80px;
  }
}
@media (max-width: 1140px) {
  .footer-old .inner-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-old .site-map .col {
    padding-left: 15px;
    width: 165px;
  }
  .footer-old .newsletter-subscription {
    width: calc(100% - 165px - 165px - 165px - 15px - 15px - 15px - 30px);
    max-width: 490px;
  }
  .content-type-2 .lead {
    font-size: 2em;
  }
  .content-type-2 .lead + .sublead {
    margin-top: 10px;
  }
  .content-type-2 .sublead {
    font-size: 3.5em;
  }
  .content-type-2 .sublead + .buttons {
    margin-top: 10px;
  }
  .content-type-2 .buttons a {
    font-size: 1.8em;
  }
}
.my-cart-products .product .mobile-details,
.my-cart-products .product .mobile-title {
  display: none;
}
@media (max-width: 1023px) {
  .my-cart-help a {
    margin-top: 10px;
  }
  .my-cart-help a:first-child {
    margin-top: 15px;
  }
  .my-cart-back2 {
    border-top: solid 1px #ddd;
    display: inline-block;
    margin-top: 25px;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .content-type-2 .lead {
    font-size: 1.8em;
  }
  .content-type-2 .lead + .sublead {
    margin-top: 5px;
  }
  .content-type-2 .sublead {
    font-size: 3em;
  }
  .content-type-2 .sublead + .buttons {
    margin-top: 5px;
  }
  .content-type-2 .buttons a {
    font-size: 1.5em;
  }
}
.footer-old .site-map .title .fa-plus,
.footer-old .site-map .title .fa-minus {
  display: none;
}
@media (max-width: 1160px) {
  .footer-old .inner-footer {
    padding: 0 26px;
  }
  .footer-old .inner-footer-top {
    display: block;
    clear: both;
    border-bottom: solid 1px #ddd;
  }
  .footer-old .column-footer-middle {
    float: left;
    width: 43%;
    padding-top: 28px;
    box-sizing: border-box;
    padding-left: 30px;
  }
  .footer-old .site-map {
    float: left;
    width: 57%;
    margin: 0;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
  }
  .footer-old .site-map .col {
    text-align: left;
  }
  .footer-old .site-map ul li {
    margin-top: 22px;
  }
  .footer-old .site-map ul li a {
    font-size: 1.6em;
  }
  .footer-old .newsletter-subscription {
    float: none;
    width: 408px;
    margin: auto;
    padding: 30px 0 40px;
    border: 0;
  }
  .footer-old .newsletter-subscription .title {
    text-align: center;
  }
  .footer-old .social {
    text-align: center;
    padding: 50px 0 30px;
    border-bottom: solid 1px #ddd;
  }
  .footer-old .social a {
    margin-top: 0 10px;
  }
  .footer-old .copyright-madeby {
    padding: 10px 26px 15px;
    text-align: center;
  }
  .footer-old .copyright-madeby .copyright {
    float: none;
  }
  .footer-old .copyright-madeby .made-by {
    position: static;
    float: none;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 790px) {
  .footer-old .inner-footer {
    padding: 0 26px;
  }
  .footer-old .inner-footer-top {
    display: block;
    clear: both;
    border-bottom: solid 1px #ddd;
    text-align: center;
  }
  .footer-old .column-footer-middle {
    float: none;
    width: auto;
    padding-top: 28px;
    padding-left: 0;
    justify-content: center;
    padding-right: 0;
    padding-top: 40px;
  }
  .footer-old .store-payments-list {
    justify-content: center;
  }
  .footer-old .site-map {
    float: none;
    width: auto;
    margin: 0;
    text-align: center;
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer-old .site-map .col {
    text-align: left;
    width: auto;
    box-sizing: border-box;
    padding: 10px;
  }
  .footer-old .site-map ul li {
    margin-top: 22px;
  }
  .footer-old .site-map ul li a {
    font-size: 1.6em;
  }
  .footer-old .newsletter-subscription {
    box-sizing: border-box;
    min-width: 100px;
    float: none;
    width: auto;
    margin: auto;
    padding: 30px 0 40px;
    border: 0;
    text-align: left;
  }
  .footer-old .newsletter-subscription .title {
    text-align: center;
  }
  .footer-old .social {
    text-align: center;
    padding: 50px 0 30px;
    border-bottom: solid 1px #ddd;
  }
  .footer-old .social a {
    margin-top: 0 10px;
  }
  .footer-old .copyright-madeby {
    padding: 10px 26px 15px;
    text-align: center;
  }
  .footer-old .copyright-madeby .copyright {
    float: none;
  }
  .footer-old .copyright-madeby .made-by {
    position: static;
    float: none;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .footer-old .site-map {
    text-align: left;
  }
  .footer-old .newsletter-subscription {
    max-width: 100%;
  }
  .footer-old .newsletter-subscription .title {
    text-align: left;
  }
}
@media (max-width: 470px) {
  .footer-old .store-payments-list {
    flex-wrap: nowrap;
  }
  .app-store-links-btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 400px) {
  .footer-old .newsletter-subscription form .text {
    font-size: 1.4em;
  }
}
@media (max-width: 1023px) {
  .product-inner .product-description {
    display: block;
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-top: 50px;
  }
  .product-inner .product-description .product-details {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  .product-inner .product-description .product-details p {
    margin: 0;
  }
  .product-inner .product-description .product-materials-and-sizes {
    width: 100%;
    margin: 0;
  }
  .product-inner .product-description .product-sustainability {
    width: 100%;
    padding-left: 0;
    margin: 0;
  }
  .product-inner .product-description .product-materials {
    width: 100%;
    margin: 0;
  }
  .product-inner .product-description .product-cut-sizes {
    width: 100%;
    margin: 0;
  }
  .product-inner .product-description .title {
    position: relative;
    margin: 0;
    margin-top: -1px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 4vw;
    background-position: 20px center;
    cursor: pointer;
  }
  .product-inner .product-description .title:after {
    content: '\e90d';
    font-family: 'levis' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 4vw;
    font-size: 23px;
    color: black;
    transition: all 0.25s ease-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .product-inner .product-description .title.aberto:after {
    content: '\e90e';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .product-inner .product-description .expandeDetalhe {
    display: none;
    box-sizing: border-box;
    width: 92vw;
    margin: 20px auto 30px;
  }
  .product-inner .product-description.product-sustainability-row {
    margin-top: 0;
  }
  .product-inner .product-sustainability-hr {
    margin-top: 0;
  }
  .product-inner .product-sustainability-hr .product-data-hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .reviewsBt-hr {
    display: block;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
  }
  .reviewsBt {
    display: block;
    position: relative;
    float: left;
    width: calc(100% + 8vw);
    box-sizing: border-box;
    margin-left: -4vw;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 4vw;
    background-position: 20px center;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
  }
  .reviewsBt:after {
    content: '\e90d';
    font-family: 'levis' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 4vw;
    font-size: 23px;
    color: black;
    transition: all 0.25s ease-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .reviewsBt.aberto:after {
    content: '\e90e';
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .product-reviews {
    display: none;
    box-sizing: border-box;
    border: 0;
    width: 100%;
    margin: 30px auto 30px;
  }
  .product-reviews .reviewsTit {
    display: none;
  }
  .content-type-1 .lead {
    font-size: 1.8em;
  }
  .content-type-1 .sublead {
    font-size: 3em;
  }
  .content-type-1 .buttons a {
    font-size: 1.3em;
    line-height: 40px;
    max-width: 250px;
  }
  .content-type-2 {
    margin-top: 30px;
  }
  .content-type-3 {
    margin-top: 30px;
  }
  .content-type-3 .content-box {
    position: static;
    top: auto;
    left: auto;
    margin-top: 10px;
  }
  .content-type-3 .lead {
    width: 100%;
    font-size: 3em;
  }
  .content-type-3 .lead + .sublead {
    margin-top: 10px;
  }
  .content-type-3 .sublead {
    width: 100%;
    font-size: 1.6em;
  }
  .content-type-3 .buttons {
    width: 100%;
  }
  .content-type-3 .buttons a {
    font-size: 1.8em;
  }
  .content-type-4 {
    margin-top: 0;
  }
  .content-type-4 .resizer-desktop {
    padding: 0;
  }
  .content-type-4 .lead {
    font-size: 3.5em;
  }
  .content-type-4 .sublead {
    font-size: 2em;
  }
  .content-type-4 .content-box {
    position: static;
    top: auto;
    left: auto;
    margin-top: 10px;
    color: black;
  }
  .content-type-4 .intro {
    font-size: 1.6em;
  }
  .content-type-4 .intro + .buttons {
    margin-top: 20px;
  }
  .content-type-4 .intro:before,
  .content-type-4 .intro:after {
    margin-bottom: 3px;
    background-color: #000;
  }
  .content-type-4 .buttons {
    margin-top: 15px;
  }
  .content-type-4 .buttons a {
    background: transparent;
    font-size: 1.4em;
    color: #333;
    opacity: 1;
    border-bottom: solid 2px #000;
    padding: 0 0 2px 0;
    line-height: normal;
    margin-top: 15px;
    width: auto;
  }
  .content-type-4 .buttons a.margem-mobile {
    padding: 10px 15px;
    min-width: 140px;
    box-sizing: border-box;
  }
  .content-type-5 {
    margin-top: 30px;
  }
  .content-type-5 .content-box {
    position: static;
    top: auto;
    left: auto;
    margin-top: 10px;
    color: black;
  }
  .content-type-5 .lead {
    font-size: 3em;
  }
  .content-type-5 .lead + .buttons {
    margin-top: 10px;
  }
  .content-type-5 .buttons a {
    background: #f2f2f2;
    margin-top: 8px;
    opacity: 1;
    line-height: 40px;
    font-size: 1.3em;
    max-width: 200px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .product-inner .product-description .title {
    padding-left: 8vw;
  }
  .product-inner .product-description .title:after {
    right: 8vw;
  }
}
@media (max-width: 940px) {
  .content-type-2 .content-box {
    position: static;
    width: 100%;
    top: auto;
    left: auto;
    margin: 15px 0 0;
    color: black;
    height: auto;
  }
  .content-type-2 .buttons {
    width: 100%;
  }
  .content-type-2 .buttons a {
    font-size: 1.8em;
    color: black;
    border-color: black;
    border: 0;
    text-decoration: underline;
  }
}
@media (max-width: 640px) {
  .content-type-4 .resizer-desktop {
    /*padding-bottom: 135px;*/
    padding-bottom: 22%;
  }
  .content-type-4 .lead {
    font-size: 2.2em;
  }
}
.product-images-slider {
  display: none;
}
@media (max-width: 767px) {
  .product-hero {
    width: 100%;
  }
  .product-hero .product-photos-container {
    width: 100vw;
    margin-left: -4vw;
    margin-right: -4vw;
    margin-top: 32px;
  }
  .product-hero .product-photos-img {
    display: none;
  }
  .product-hero .product-photos-mobile {
    display: block;
    /* Dots */
  }
  .product-hero .product-photos-mobile.unloaded {
    height: 133vw;
    overflow: hidden;
  }
  .product-hero .product-photos-mobile img {
    width: 100%;
    height: auto;
  }
  .product-hero .product-photos-mobile img.hidden {
    display: none;
  }
  .product-hero .product-photos-mobile .slick-dots {
    position: absolute;
    bottom: 12px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .product-hero .product-photos-mobile .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .product-hero .product-photos-mobile .slick-dots li button {
    border: 0;
    background: #333;
    display: block;
    height: 8px;
    width: 8px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    padding: 0;
    border-radius: 100%;
    color: transparent;
    cursor: pointer;
    opacity: 0.4;
  }
  .product-hero .product-photos-mobile .slick-dots li button:hover,
  .product-hero .product-photos-mobile .slick-dots li button:focus {
    opacity: 1;
  }
  .product-hero .product-photos-mobile .slick-dots li.slick-active button {
    opacity: 1;
  }
  .product-hero .product-photos-mobile a.slick-slide {
    position: relative;
  }
  .product-hero .product-photos-mobile a.slick-slide:after {
    content: '';
    display: block;
    background: url(../img/magnify.png) center no-repeat;
    position: absolute;
    width: 44px;
    height: 44px;
    z-index: 2;
    bottom: 20px;
    right: 14px;
  }
  .product-hero .product-thumbs-mobile {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .product-hero .product-thumbs-mobile::-webkit-scrollbar {
    display: none;
  }
  .product-hero .product-thumbs-mobile-container {
    display: flex;
    padding-left: 2vw;
  }
  .product-hero .product-thumbs-mobile-container::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    flex-shrink: 0;
  }
  .product-hero .product-thumbs-mobile-img {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    background-color: transparent;
    font: inherit;
    cursor: pointer;
    transition: all 0.25s ease-out;
    flex-shrink: 0;
    margin: 2vw 2vw 0 0;
    border: solid 2px transparent;
  }
  .product-hero .product-thumbs-mobile-img:focus {
    outline: 0;
  }
  .product-hero .product-thumbs-mobile-img img {
    width: 68px;
    height: auto;
  }
  .product-hero .product-thumbs-mobile-img.active {
    border-color: black;
  }
  .product-hero .mobile-zoom {
    position: fixed;
    width: 100%;
    max-width: 600px;
    height: 90%;
    max-height: 800px;
    top: 5%;
    z-index: 100000;
    background-color: #FFF;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .product-hero .mobile-zoom-img {
    position: absolute;
    top: 50px;
    left: 0;
    border-top: solid 1px #ddd;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
    background: url(../img/loading.gif) center no-repeat;
    background-size: 120px auto;
  }
  .product-hero .mobile-zoom-img img {
    width: 100%;
    height: auto;
  }
  .product-hero a.mobile-zoom-fechar {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    color: #666;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .product-hero .mobile-zoom-fundo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
  }
  .product-hero .product-image {
    width: 100%;
  }
  .product-hero .product-data {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .product-hero .product-data .size-picker.size-waist,
  .product-hero .product-data .size-picker.size-length {
    width: 100%;
  }
  .product-hero .product-image {
    display: none;
  }
  .product-hero .product-images-slider {
    display: block;
    position: relative;
  }
  .product-hero .product-images-slider .arrow {
    position: absolute;
    top: 50%;
    font-size: 5em;
    color: #333;
    z-index: 20;
    margin-top: -40px;
    outline: 0;
  }
  .product-hero .product-images-slider .arrow.arrow-left {
    left: 10px;
  }
  .product-hero .product-images-slider .arrow.arrow-right {
    right: 10px;
  }
  .product-hero .product-images-slider div {
    outline: 0;
  }
  .product-hero .product-images-slider img {
    max-width: 100%;
  }
  .product-hero .qty-picker .current {
    width: 100px;
    background-position: 70px center;
  }
  .product-hero .qty-picker .other-sizes {
    width: 100px;
  }
  .reviewsBt {
    width: calc(100% + 16vw);
    margin-left: -8vw;
    padding-left: 8vw;
  }
  .reviewsBt:after {
    right: 8vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .product-hero .product-photos-container {
    margin-left: -8vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .product-hero .product-photos-container {
    margin-right: -8vw;
  }
}
@media (max-width: 600px) {
  .product-hero .mobile-zoom {
    height: 100%;
    max-height: none;
    top: 0;
  }
}
.my-cart-sidebar .my-cart-options,
.my-cart-sidebar .my-cart-back {
  display: none;
}
@media (max-width: 768px) {
  .video-hero:last-child {
    margin-top: 20px;
  }
  .video-hero .button-box {
    position: static;
    left: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
  }
  .video-hero a {
    background: #f2f2f2;
    font-size: 1.3em;
    opacity: 1;
    margin: 8px 0 0;
    line-height: 40px;
  }
  .product-slider .slider-box {
    margin-top: 10px;
  }
  .product-showcase .product .category {
    font-size: 1.4em;
    color: #555;
  }
  .product-showcase .product .type {
    font-size: 1.3em;
    color: #555;
  }
  .catalog .top-catalog .top-catalog-img {
    min-height: 150px;
  }
  .product-inner .product-description .product-materials,
  .product-inner .product-description .product-cut-sizes {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-inner .product-description {
    width: calc(100% + 16vw);
    margin-left: -8vw;
    margin-top: 20px;
  }
}
@media (max-width: 720px) {
  .size-charts-page,
  .size-chart {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .size-chart .size-table-box.big-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .size-chart .size-table-box.big-table .size-table {
    width: 590px;
  }
}
@media (max-width: 650px) {
  .catalog-products .splitter-2 {
    display: block;
  }
  .catalog-products .splitter-4 {
    display: none;
  }
}
@media (max-width: 767px) {
  .content-type-1 {
    margin-top: 30px;
  }
  .content-type-1 .content-box {
    position: static;
    top: auto;
    left: auto;
    color: black;
  }
  .content-type-1 .lead {
    margin-top: 8px;
  }
  .content-type-1 .lead + .sublead {
    margin-top: 7px;
  }
  .content-type-1 .sublead {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-type-1 .sublead + .buttons {
    margin-top: 0;
  }
  .content-type-1 .buttons a {
    background: #f2f2f2;
    opacity: 1;
    margin-top: 10px;
  }
  .product-reviews .reviews-header .rating {
    width: 100%;
  }
  .product-reviews .reviews-header .btn-open-review-lightbox {
    float: left;
  }
  .product-reviews .reviews-sub-header .counter {
    width: 100%;
  }
  .product-reviews .reviews-sub-header .catalog-filters {
    float: left;
  }
  .product-reviews .reviews-list .review-header {
    padding: 0;
  }
  .product-reviews .reviews-list .review-content {
    display: block;
  }
  .product-reviews .reviews-list .review-content .author {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0 0;
  }
  .product-reviews .reviews-list .review-content .free-text {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 35px;
  }
  .product-reviews .reviews-list .review-content .gender,
  .product-reviews .reviews-list .review-content .description {
    margin-top: 0;
  }
  .product-inner .product-description .expandeDetalhe {
    width: 84vw;
  }
  .size-charts-page h2 {
    font-size: 2.2em;
  }
  .size-chart-nav {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .size-chart-nav .nav-item {
    border: 0;
    width: 32%;
    display: block;
    float: left;
  }
  .size-chart-nav .nav-item:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .size-chart-nav .nav-item a {
    border: 1px solid #333;
    line-height: 35px;
    font-size: 1.2em;
  }
  .size-chart-nav .nav-item.active a:after {
    display: none;
  }
  .size-chart .size-explanation {
    display: block;
  }
  .size-chart .size-explanation .thumb {
    display: block;
    text-align: center;
    width: 100%;
  }
  .size-chart .size-explanation .description {
    display: block;
    padding: 20px 0 0;
  }
  .size-chart .size-detail {
    padding-left: 0;
    padding-right: 0;
  }
  .size-chart .size-table {
    font-size: 1.2em;
  }
  .size-chart .size-table-box.big-table .size-table {
    font-size: 1.2em;
  }
}
@media (max-width: 460px) {
  .content-type-3 .buttons a {
    border: 0;
    text-decoration: underline;
  }
  .product-reviews .reviews-header .rating .title {
    width: 100%;
    margin: 0;
  }
  .product-reviews .reviews-header .rating .stars {
    margin: -15px 0 5px;
  }
  .size-chart .size-table-box.big-table .size-table {
    width: 480px;
  }
}
@media (max-width: 340px) {
  .bottom-header .mobile-links .user-photo,
  .bottom-header .mobile-links .btn-go-to-cart {
    margin-left: 13px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
/*@media (min-width: 861px) {
    .hidden-desktop {
        display: none;
    }
}*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible,
.start-hidden {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  margin: 0;
}
.transparent {
  opacity: 0;
  transition: all 0.3s linear;
}
.transparent.visible {
  opacity: 1;
  transition: all 0.3s linear;
}
.center-text {
  text-align: center;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html.loading,
html.loading:hover,
html.loading * {
  cursor: wait !important;
}
html.lock_click * {
  pointer-events: none !important;
}
.g-error-msg {
  color: #c41230;
  font-size: 1.4em;
}
.add-error {
  margin-bottom: 0px;
}
.alert-success {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
}
.alert-success.invert {
  color: white;
}
/* ==========================================================================
   More Classes
   ========================================================================== */
/*Text*/
.title-light {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  padding-bottom: 5px;
  color: #333;
}
.title-underline {
  border-bottom: 1px solid black;
  margin: 0;
}
@media (max-width: 860px) {
  .title-light {
    text-align: center;
    padding: 12px 15px;
  }
  .title-underline {
    border-top: 1px solid black;
    margin: 0;
  }
}
.text-center {
  text-align: center;
}
.text-normal {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.text-notes {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
}
.text-notes a {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
/*Containers*/
.new-container {
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  margin: 0 auto;
  float: left;
}
@media (max-width: 767px) {
  .new-container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.small-container {
  width: 100%;
  max-width: 970px;
  padding: 0 15px;
  margin: auto;
  box-sizing: border-box;
}
.very-small-container {
  max-width: 926px;
}
.inner-area-bigger {
  max-width: initial!important;
}
.box-more {
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  border: solid 1px #dddddd;
  text-align: center;
}
.box-more h3 {
  font-size: 2.2em;
  margin: 0;
}
/*Buttons*/
a.btn-secure {
  display: inline-block;
  font-size: 1.6em;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  background: url(../img/icon_secure.png) left center no-repeat;
}
a.btn-secure:hover {
  text-decoration: underline;
}
.btn-secure.align-bottom {
  transform: translateY(53px);
}
.btn-text-blue {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #0055A3;
  text-decoration: none;
}
.row-sequence {
  float: left;
  width: calc(100% - 220px);
  max-width: 590px;
}
.row-sequence > span {
  float: left;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  margin-top: 53px;
  display: block;
  width: 50px;
  text-align: center;
  color: #333;
}
.row-sequence fieldset {
  float: left;
}
.row-sequence fieldset.localidade {
  width: calc(100% - 235px);
}
.row-sequence fieldset.distrito {
  width: 185px;
}
.row-sequence + .btn-action {
  margin-top: 35px;
  float: right;
}
@media (max-width: 860px) {
  .row-sequence > span {
    margin-top: 48px;
  }
  .row-sequence + .btn-action {
    margin-top: 30px;
  }
}
@media (max-width: 620px) {
  .row-sequence {
    float: none;
    width: 100%;
    max-width: none;
  }
  .row-sequence > span {
    margin-top: 10px;
    width: 100%;
  }
  .row-sequence fieldset {
    float: none;
  }
  .row-sequence fieldset.localidade {
    width: 100%;
  }
  .row-sequence fieldset.distrito {
    width: 100%;
  }
  .row-sequence + .btn-action {
    display: block;
    margin: 25px auto 0;
    float: none;
  }
}
.store-line-break {
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
}
@media (max-width: 767px) {
  .store-line-break {
    width: auto;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .store-line-break {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
.store-resultes-empty {
  display: none;
  padding-top: 160px;
  padding-bottom: 88px;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  color: #6E6E6E;
}
.store-resultes-empty.invert {
  color: white;
}
@media (max-width: 767px) {
  .store-resultes-empty {
    padding-top: 120px;
    padding-bottom: 48px;
  }
}
.store-results-comtainer.center-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.store-results-comtainer.hidden + .store-resultes-empty {
  display: block;
}
/* Modal de Consentimento de Cookies */
.cookie-consent-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-consent-modal .modal-body {
  position: relative;
  max-width: 400px;
  width: calc(100vw - 100px);
  min-height: 100px;
  padding: 50px 60px 40px 60px;
  background: white;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  z-index: 999991;
}
.cookie-consent-modal .modal-body .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.cookie-consent-modal .modal-body .close-btn:hover {
  color: #333;
}
.cookie-consent-modal .modal-body .consent-button {
  margin-top: 25px;
}
/* Estilos para marcadores personalizados do mapa */
.custom-marker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marker-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}
.store-map-large {
  width: 100%;
  height: 572px;
  margin-top: 30px;
}
.store-map-tight {
  float: left;
  width: 65%;
  height: 572px;
  margin-top: 30px;
}
.store-results-comtainer {
  float: left;
  width: 34%;
  margin-right: 1%;
  height: 572px;
  overflow: hidden;
  margin-top: 30px;
}
.store-results-row {
  margin-bottom: 56px;
}
.store-results-row:last-child {
  margin-bottom: 0;
}
.store-results-tit {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.store-results-number {
  flex: 0 0 24px;
  width: 24px;
  height: 36px;
  line-height: 26px;
  text-align: center;
  background: url(../img/store-black.png) center no-repeat;
  background-size: cover;
  color: #FFF;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  margin-right: 11px;
}
a.store-results-name,
.store-results-name {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
a.store-results-name.invert,
.store-results-name.invert {
  color: white;
}
a.store-results-name:hover,
.store-results-name:hover {
  text-decoration: none!important;
}
.store-results-text p {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  color: #6E6E6E;
  margin: 0 0 8px;
}
.store-results-text p.invert {
  color: white;
}
.store-results-text p.horario {
  font-weight: 700;
  color: #268061;
}
.store-results-text a {
  color: #333;
  text-decoration: none;
}
.store-results-text a:hover {
  text-decoration: underline;
}
.store-results-text .buttons {
  display: flex;
}
.store-results-text .buttons a {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  font-weight: 700;
  text-decoration: underline;
  margin-right: 24px;
}
.store-results-text .buttons a.invert {
  color: white;
}
.store-results-text .buttons a:last-child {
  margin-right: 0;
}
.horario_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 14px;
}
.horario_column {
  width: 49.5%;
  min-width: 118px;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
}
.horario_column td:first-child {
  text-align: right;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-right: 2px;
}
.expand-div {
  display: none;
}
.custom:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 21px;
  height: 23px;
  background: url(../img/ico_map.png) center no-repeat;
  bottom: 0;
  margin: auto;
}
.map-window {
  font-size: 10px;
  width: 250px;
  margin: 0;
  padding: 20px;
}
.map-window .store-results-name {
  font-weight: 400;
  padding-bottom: 14px;
  border-bottom: solid 1px #dddddd;
  cursor: default;
}
.map-window .store-results-name:hover {
  color: #000;
}
.map-window .horario_column {
  margin-bottom: 15px;
}
.map-window td {
  padding-top: 4px;
  padding-bottom: 4px;
}
/*
.map-window-content {
    &:last-child{
        display: none;
    }
}
*/
.js-info-bubble-close {
  top: 10px!important;
  right: 10px!important;
}
@media (max-width: 760px) {
  .store-map-tight {
    float: none;
    width: 100%;
  }
  .store-results-comtainer {
    float: none;
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .store-results-row {
    margin-bottom: 40px;
  }
  .store-results-row:first-child {
    margin-top: 40px;
  }
  .store-results-text {
    margin-left: 10px;
  }
  .store-results-text p {
    margin: 8px 0;
  }
}
.toast-message {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
}
#toast-container > div {
  width: 350px;
  opacity: 1;
}
/*Products view*/
.loading-ripple {
  display: block;
  position: relative;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  /*div {
        position: absolute;
        border: 4px solid @color-red;
        opacity: 1;
        border-radius: 50%;
        animation: loading-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;

        &:nth-child(2) {
          animation-delay: -0.5s;
        }
    }*/
  background: url(../img/loading.gif) center no-repeat;
  background-size: 120px auto;
}
@keyframes loading-ripple {
  0% {
    top: 60px;
    left: 60px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 116px;
    height: 116px;
    opacity: 0;
  }
}
.product-data .loading-ripple {
  margin-top: 100px;
}
.g-error-msg {
  color: #c41230;
  font-size: 1.4em;
}
.add-error {
  margin-bottom: 0px;
}
.alert-success {
  font-size: 1.6em;
}
.submit {
  opacity: 1;
  transition: all 0.3s linear;
}
form.submitting .submit:not(.secondary-submit) {
  opacity: 0.1 !important;
  transition: all 0.3s linear;
  cursor: default;
}
form.submitting .submit:not(.secondary-submit):hover {
  opacity: 0.1 !important;
  transition: all 0.3s linear;
}
.submit.submitting {
  opacity: 0.1 !important;
  transition: all 0.3s linear;
}
.submit.submitting:hover {
  opacity: 0.1 !important;
  transition: all 0.3s linear;
}
.error-msg,
.fb-error-msg,
.success-msg {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
}
.error-msg.invert,
.fb-error-msg.invert,
.success-msg.invert {
  color: white;
}
.error-msg,
.fb-error-msg {
  color: #990611;
}
.success-msg {
  color: #009933;
}
div.success-msg p {
  padding: 25px 0;
}
.retanguloContainer {
  position: relative;
  width: 100%;
}
.retanguloContainer img {
  width: 100%;
  height: auto;
}
.retanguloContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.retanguloContent h3 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 4.2em;
  line-height: 1em;
  margin: 0;
}
.retanguloBt a {
  display: inline-block;
  font-size: 1.6em;
  line-height: 45px;
  color: black;
  transition: all 0.5s;
  background: white;
  text-decoration: none;
  padding: 0 25px;
  margin: 30px 20px 0;
}
.retanguloBt a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .retanguloContent {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .retanguloContent h3 {
    color: #000;
    font-size: 3em;
    margin: 20px 20px 10px;
  }
  .retanguloBt a {
    background: #f2f2f2;
    font-size: 1.3em;
    line-height: normal;
    padding: 14px 25px;
    margin: 10px 20px 0;
  }
}
@media (max-width: 560px) {
  .retanguloContent h3 {
    font-size: 2.2em;
  }
}
.estreito {
  width: calc(100% - 40px);
  margin: auto;
}
.quadradoContainerDois {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.quadradoContainer {
  position: relative;
  width: 49%;
}
.quadradoContainer img {
  width: 100%;
  height: auto;
}
.quadradoContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.quadradoContent h4 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 2.4em;
  line-height: 1em;
  margin: 0;
  margin-bottom: 10px;
}
.quadradoForm .select2-container {
  text-align: left;
  margin: 10px 10px 0;
}
.quadradoForm .select2-container .select2-selection--single {
  height: 45px;
  border-radius: 0;
  outline: 0;
  border-color: #000;
}
.quadradoForm .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 1.6em;
}
.quadradoForm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.quadradoForm .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #000;
  text-transform: uppercase;
}
.quadradoForm .select2-results__option {
  padding: 10px 6px;
}
.select2-results__options {
  max-height: none!important;
}
.register-lightbox .select2-results__options {
  max-height: 200px!important;
}
body[data-template="catalog/detail"] .select2-results__options,
body[data-template="catalog/list"] .select2-results__options {
  max-height: 250px!important;
}
@media (max-width: 768px) {
  .quadradoContent {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
  }
  .quadradoContent h4 {
    color: #000;
    font-size: 1.8em;
    margin-top: 20px;
  }
  .quadradoForm {
    width: 100%;
  }
  .quadradoForm form {
    width: 100%;
  }
  .quadradoForm .select2-container {
    width: calc(100% - 20px) !important;
    margin: 10px 10px 0;
  }
  .quadradoForm .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.4em;
  }
}
@media (max-width: 560px) {
  .estreito {
    width: 100%;
  }
  .quadradoContainerDois {
    margin-top: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quadradoContainer {
    margin-top: 20px;
    width: 100%;
  }
  .quadradoContent h4 {
    font-size: 1.6em;
  }
}
.tendenciasTit {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
}
.tendenciasTit h4 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 2.4em;
  line-height: 1em;
  margin: 0;
}
.tendenciasLinha {
  padding-top: 45px;
  clear: both;
}
.tendenciasBloco {
  width: 49%;
}
.tendenciasEsq {
  float: left;
}
.tendenciasDir {
  float: right;
}
.tendenciasImg img {
  width: 100%;
  height: auto;
}
.tendenciasTxt {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.tendenciasTxt h2 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 3.8em;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 12%;
}
.tendenciasTxt p {
  color: #000;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 20px 0;
}
a.tendenciasBt {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6em;
  line-height: 1em;
  letter-spacing: 1px;
  width: auto;
  box-sizing: border-box;
  opacity: 1;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 5px 10px;
  padding: 15px 25px;
  min-width: 200px;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
}
a.tendenciasBt:hover {
  opacity: 0.8;
}
.tendenciasBotoes {
  clear: both;
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .tendenciasTit h4 {
    font-size: 2em;
  }
  .tendenciasTxt h2 {
    font-size: 3em;
    letter-spacing: 1px;
  }
  a.tendenciasBt {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  .tendenciasTxt h2 {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .tendenciasTit {
    margin-top: 40px;
    padding: 0 10px 15px;
    box-sizing: border-box;
  }
  .tendenciasTit h4 {
    font-size: 1.8em;
  }
  .tendenciasLinha {
    padding-top: 30px;
  }
  .tendenciasBloco {
    width: 100%;
  }
  .tendenciasEsq {
    float: none;
  }
  .tendenciasDir {
    float: none;
  }
  .tendenciasTxt h2 {
    font-size: 2.2em;
    margin-top: 20px;
  }
  .tendenciasTxt p {
    margin: 10px 0;
  }
}
.quick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
  display: none;
}
.quickFecharDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
.quickContainer {
  position: fixed;
  top: 80px;
  z-index: 2;
  width: 90%;
  max-width: 700px;
  box-sizing: border-box;
  background-color: #FFF;
  margin: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.quickHeader {
  padding: 0 40px;
  border-bottom: solid 1px #ddd;
}
.quickHeader h4 {
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 1.6em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
  padding: 15px 0;
}
.quickFecharBt {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  width: 30px;
  height: 40px;
  transition: all 0.25s ease-out;
  cursor: pointer;
  font-size: 2em;
  color: #333;
}
.quickFecharBt:hover {
  opacity: 0.6;
}
.quickbutton {
  margin-top: 40px;
}
.quickbutton button {
  width: 100%!important;
}
.quickBody {
  padding: 40px;
  padding-top: 0;
}
.quickBody h2 {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  margin: 0;
}
.quickBody h2.invert {
  color: white;
}
.quickBody .style {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  color: #6E6E6E;
  margin: 8px 0;
}
.quickBody .style.invert {
  color: white;
}
.quickLinha {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}
body[data-template="catalog/list"] .xzoom-source {
  z-index: 10000000;
}
.quickEsq {
  width: 90px;
  flex-shrink: 0;
  margin-right: 24px;
  overflow: hidden;
}
.quickEsq .product-photos-container {
  width: 100%;
}
.quickEsq .product-photos-img {
  width: 100%;
  overflow: hidden;
}
.quickEsq .product-photos-img > img {
  width: 100%!important;
  height: auto;
  /*border: solid 1px #c2c2c2;*/
  box-sizing: border-box;
}
.quickEsq .xzoom-thumbs a {
  width: 25%;
}
.quickDir {
  width: 100%;
  flex-shrink: 1;
}
.quickDir .qty-action-box {
  margin-top: 25px;
}
.quickDir .color-picker {
  margin-top: 25px;
}
.quickDir .color-picker .current {
  font-size: 1.4em;
  color: #969696;
  text-transform: uppercase;
  margin: 0;
}
.quickDir .color-picker .current span {
  margin-left: 20px;
  color: #000;
}
.quickDir .color-picker .color-list {
  margin-left: -8px;
  color: #333;
}
.quickDir .color-picker a {
  margin: 10px 5px 0;
  overflow: hidden;
  display: inline-block;
  width: 48px;
  height: 33px;
  outline: 1px solid transparent;
  outline-offset: 2px;
}
.quickDir .color-picker a img {
  width: 100%;
}
.quickDir .color-picker a.active {
  outline-width: 2px;
  outline-color: #C41320;
}
.quickDir .qty-picker {
  position: relative;
  float: left;
}
.quickDir .qty-picker .current {
  line-height: 50px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  background: white url(../img/arrow_down.png) 90px center no-repeat;
  border: 1px solid #888888;
  width: 120px;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #969696;
  font-size: 1.3em;
  margin: 0;
}
.quickDir .qty-picker .current span {
  color: #000;
  margin-left: 5px;
}
.quickDir .qty-picker.active {
  background-image: url(../img/arrow_up.png);
}
.quickDir .qty-picker.active .other-sizes {
  display: block;
}
.quickDir .qty-picker .other-sizes {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 120px;
  background: white;
  border: 1px solid #888888;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px;
  border-bottom: 0;
  text-align: center;
  padding: 7px 0 0;
  display: none;
}
.quickDir .qty-picker .other-sizes p {
  margin: 3px 0;
}
.quickDir .qty-picker .other-sizes a {
  border: 1px solid black;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
  text-align: center;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.quickDir .qty-picker .other-sizes a:hover,
.quickDir .qty-picker .other-sizes a.active {
  color: white;
  background: black;
}
.quickDir .notification {
  margin-top: 25px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.4em;
  line-height: 1em;
}
.quickDir .notification p {
  display: inline;
}
.quickDir .notification p a {
  color: #000;
}
.quickDir .promo:before {
  content: ".";
  margin-right: 4px;
  color: #c41230;
  font-size: 4em;
  vertical-align: text-top;
  line-height: 0;
  margin-top: -7px;
  display: inline-block;
}
.quickDir a.btn-add-to-cart {
  float: right;
  background: #c21e2e;
  color: white;
  line-height: 52px;
  height: 52px;
  text-align: center;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6em;
  transition: all 0.5s;
  width: 100%;
}
.quickDir a.btn-add-to-cart:hover {
  opacity: 0.7;
}
.quickDir .sizeContainer {
  margin-top: 25px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
.quickDir .sizeContainer fieldset.tamanho {
  width: 65%;
}
.quickDir .sizeContainer fieldset.quantidade {
  width: 32%;
}
.quickDir .sizeContainer .select2-container .select2-selection--single {
  height: 44px;
  outline: 0;
  border-color: #ccc;
  border-radius: 0;
}
.quickDir .sizeContainer .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  font-size: 1.6em;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.quickDir .sizeContainer .select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.quickDir .sizeContainer select {
  height: 44px;
  line-height: 44px;
  font-size: 1.6em;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: url(../img/select.png) 100% 20px no-repeat;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 0;
}
.quickDir .sizeContainer select:focus {
  background: url(../img/select-up.png) 100% 20px no-repeat;
}
.quickPreco {
  font-size: 1.6em;
  color: #333;
  margin-top: 15px;
}
.quickTamanhoContainer {
  position: relative;
  margin-top: 35px;
}
.quickTamanhoBt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 15px 0;
  font-size: 1.6em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.quickTamanhoBt span:first-child {
  color: #969696;
}
.quickTamanhoBt span:last-child {
  display: block;
  width: 30px;
  height: 20px;
  background: url(../img/arrow_down.png) center no-repeat;
}
.quickTamanhoInvisivel {
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  z-index: 2;
  display: none;
}
.quickTamanhoFechar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.quickTamanhoContent {
  background-color: #f6f6f6;
  padding: 10px;
  padding-top: 80px;
  box-sizing: border-box;
  border: solid 1px #000;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.quickTamanhoTipo {
  width: 48%;
}
.quickTamanhoTipo span {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #000;
  display: inline-block;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.quickTamanhoTipo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quickTamanhoTipo ul li {
  height: 25px;
  min-width: 25px;
  padding: 0 1px;
  margin: 0 4px 4px 0;
  display: inline-block;
  outline: 1px solid #000;
}
.quickTamanhoTipo ul li a {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  width: 100%;
  line-height: 26px;
  text-align: center;
  color: #000;
  display: inline-block;
  font-size: 1.6em;
  text-decoration: none;
}
.quickTamanhoTipo ul li:hover,
.quickTamanhoTipo ul li.active {
  background-color: #000;
}
.quickTamanhoTipo ul li:hover a,
.quickTamanhoTipo ul li.active a {
  color: #FFF;
}
.quickTamanhoTipo ul li.unavailable,
.quickTamanhoTipo ul li.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.quickDetalhe {
  clear: both;
  padding-top: 20px;
  text-align: center;
}
a.quickDetalheBt {
  text-decoration: none;
  color: #0055a3;
  font-size: 1.4em;
}
@media (max-width: 680px) {
  .quickSlide img {
    max-width: 680px;
  }
  .quickContainer {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: auto;
    bottom: 0;
  }
  .quickEsq {
    width: 60px;
  }
  .quickBody h2 {
    font-size: 12px;
  }
  .quickBody .style {
    font-size: 12px;
    margin: 4px 0;
  }
}
.levis-id {
  width: 300px;
  margin: 0;
}
a.main-button {
  display: inline-block;
  background: #C41320;
  color: white!important;
  text-align: center;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s;
  margin: 15px 5px 0;
  padding: 10px 10px;
  box-sizing: border-box;
}
a.main-button:hover {
  opacity: 0.7;
}
.space-bottom {
  margin-bottom: 50px !important;
}
h2.smaller-font {
  font-size: 2em !important;
}
.text-black {
  color: #000;
}
.filter-special-category,
.filter-item-special-category,
.filter-type,
.filter-item-type .filter-age,
.filter-item-age {
  display: none !important;
}
@media (max-width: 1140px) {
  header .bottom-header .top-search {
    float: none;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 100;
  }
  header .bottom-header .top-search fieldset {
    border: 0;
    border-bottom: 1px solid #cbcbcb;
  }
  header .bottom-header .top-search .text {
    width: 100%!important;
    box-sizing: border-box;
    padding: 10px 50px 5px 40px;
    height: auto;
  }
  header .bottom-header .top-search button {
    display: none;
  }
  header .bottom-header .top-search a.top-search-x {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 16px;
    color: #666;
  }
  header .bottom-header .top-search .top-search-background {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .bottom-header .top-search .top-search-background-int {
    text-align: center;
    color: #ccc;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 2em;
  }
  header .bottom-header .top-search .top-search-background-int span {
    font-size: 50px;
  }
  header .bottom-header .top-search .top-search-background-int p {
    margin: 0;
  }
}
.mapaContainer > h2 {
  border-bottom: solid 1px #000;
  width: 94%;
  max-width: 890px;
  margin: 0 auto 1px;
  padding-bottom: 45px;
}
.mapa {
  width: 100%;
  max-width: 890px;
  margin: auto;
  border-top: solid 2px #000;
  padding-top: 45px;
  padding-bottom: 100px;
}
.mapa h2 {
  font-size: 2em;
  text-transform: uppercase;
}
.mapa h2 a {
  color: #000;
}
.mapa h2 a:hover {
  color: #c41230;
}
.mapaMenuContainer {
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mapaMenu {
  padding: 40px 20px 0;
  box-sizing: border-box;
  width: 25%;
}
.mapaMenu h4 {
  margin-bottom: 0;
}
.mapaMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mapaMenu ul li {
  padding-top: 20px;
}
.mapaMenu ul li a {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.mapaMenu ul li a:hover {
  color: #c41230;
}
.mapaSecundario ul li {
  padding-top: 10px;
}
@media (max-width: 760px) {
  .mapaContainer > h2 {
    padding-bottom: 30px;
  }
  .mapa {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .mapaMenu {
    padding: 25px 20px 0;
    width: 50%;
  }
}
.fontSize {
  font-size: 10px;
}
.sustentHeader {
  height: 500px;
  background-size: cover;
  background-position: center;
  -webkit-display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
}
.sustentHeader h1 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 4.8em;
  line-height: 1em;
  margin: 0;
  margin-bottom: 20px;
  max-width: 94%;
  text-transform: uppercase;
}
.sustentHeader h6 {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 1.6em;
  margin: 0;
}
.sustentHeader p {
  font-family: 'adobe-caslon-pro-regular';
  font-size: 1.7em;
  width: 80%;
  max-width: 700px;
  margin: 0;
}
.tailorHeaderMobile {
  display: none;
}
@media (max-width: 860px) {
  .sustentHeader {
    height: 300px;
  }
  .sustentHeader h1 {
    font-size: 3.5em;
    margin-bottom: 15px;
  }
  .tailorHeader .sustentHeader h1,
  .tailorHeader .sustentHeader h6 {
    display: none;
  }
  .tailorHeaderMobile {
    display: block;
    text-align: center;
    width: 94%;
    margin: auto;
    color: #333;
  }
  .tailorHeaderMobile h1 {
    font-size: 3.4em;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0;
  }
  .tailorHeaderMobile h6 {
    font-size: 1.4em;
    font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
  }
}
@media (max-width: 760px) {
  .sustentHeader h1 {
    font-size: 3em;
  }
  .tailorHeaderMobile h1 {
    font-size: 2.2em;
  }
}
.sustentMargem {
  width: 90%;
  margin: auto;
}
.sustentVideo {
  padding-top: 20px;
  text-align: center;
  color: #333;
}
.sustentVideo h3 {
  font-size: 2.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sustentVideo p {
  font-family: 'caslon224std-book';
  font-size: 1.7em;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.1;
}
.sustentVideo a.sustentLink {
  margin-top: 15px;
}
.sustentVideoImg {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.sustentVideoImg img {
  width: 100%;
  height: auto;
}
a.sustentVideoBt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pages/play-video.png) center no-repeat;
  transition: opacity 0.25s ease-out;
  cursor: pointer;
}
a.sustentVideoBt:hover {
  opacity: 0.8;
}
a.sustentLink {
  display: inline-block;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  text-decoration: none;
  border-bottom: solid 2px #333;
  color: #333;
  transition: all 0.25s ease-out;
}
a.sustentLink:hover {
  border-bottom: solid 2px transparent;
}
@media (max-width: 860px) {
  .sustentVideo h3 {
    font-size: 2em;
  }
}
@media (max-width: 760px) {
  .sustentVideo h3 {
    font-size: 1.8em;
  }
  a.sustentLink {
    font-size: 1.4em;
  }
}
.sustentMenuArea {
  position: relative;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 50px;
}
.sustentMenu {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ddd;
  background-color: #FFF;
}
.sustentMenu ul {
  width: 94%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.sustentMenu ul li {
  display: block;
  width: 100%;
  max-width: 220px;
}
.sustentMenu ul li a {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4em;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border-bottom: solid 8px transparent;
  text-decoration: none;
  cursor: pointer;
}
.sustentMenu ul li a.active {
  border-bottom: solid 8px #000;
}
.sustentMenu.fixo {
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 499;
  border-top: solid 1px #ddd;
}
@media (max-width: 860px) {
  .sustentMenu ul li a {
    font-size: 2em;
  }
}
@media (max-width: 760px) {
  .sustentMenu ul li a {
    font-size: 1.5em;
  }
}
@media (max-width: 380px) {
  .sustentMenu ul li a {
    font-size: 1.4em;
  }
}
.sustentGrupo {
  width: 100%;
  border-bottom: solid 1px #ddd;
  padding-bottom: 40px;
}
.sustentGrupo h2 {
  text-align: center;
  font-size: 2.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
  padding: 50px 0 60px;
}
.sustentGrupoMargem {
  width: 100%;
  /*max-width: 1180px;*/
  margin: auto;
}
.sustentPainelLinha {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sustentPainelLink {
  width: 49%;
  text-align: center;
  cursor: pointer;
  padding-bottom: 40px;
  color: #333;
  max-width: 580px;
}
.sustentPainelLink:nth-child(2n) {
  margin-left: 2%;
}
.sustentPainelLink h3 {
  margin: 0;
  font-size: 2.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 30px 0 10px;
}
.sustentPainelLink p {
  margin: 0;
  font-family: 'caslon224std-book';
  font-size: 1.7em;
  max-width: 340px;
  margin: auto;
}
.sustentPainelLink p .mais {
  font-family: 'adobe-caslon-pro-bold-italic';
  white-space: nowrap;
}
.sustentPainelImg {
  position: relative;
  width: 100%;
}
.sustentPainelImg img {
  width: 100%;
  height: auto;
}
.sustentPainelImgHover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.8em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.4) url(../img/pages/down.png) center no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.sustentPainelImgHover div {
  padding-bottom: 60px;
}
.sustentPainelImgHover:hover {
  opacity: 1;
}
.sustentPainelSlide {
  clear: both;
  display: none;
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-bottom: 60px;
}
.sustentPainelSlide:nth-child(4) .sustentArrow {
  left: 72%;
}
.sustentPainelDesc {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
  max-width: 1220px;
  margin: auto;
}
.sustentPainelDesc:after {
  content: '';
  clear: both;
  display: block;
}
.sustentArrow {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 0 solid #ffffff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  transform: rotate(45deg);
  background: #ffffff;
  overflow: hidden;
  top: -15px;
  left: 22%;
}
a.btClose {
  position: absolute;
  top: 27px;
  right: 20px;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
a.btClose:hover {
  opacity: 0.6;
}
.sustentPainelDescLinha {
  clear: both;
  padding-top: 60px;
  max-width: 1220px;
  margin: auto;
}
.sustentPainelDescLinha.sustentPainelDescColuna {
  width: 100%;
}
.sustentPainelDescColuna {
  float: left;
  width: 48%;
  margin: 0 1%;
  color: #333;
}
.sustentPainelDescColuna img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.sustentPainelDescColuna h1,
.sustentPainelDescColuna h2,
.sustentPainelDescColuna h3,
.sustentPainelDescColuna h4 {
  margin: 0;
  font-size: 3.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 40px;
}
.sustentPainelDescColuna h1 a,
.sustentPainelDescColuna h2 a,
.sustentPainelDescColuna h3 a,
.sustentPainelDescColuna h4 a {
  color: #333;
  text-decoration: none;
}
.sustentPainelDescColuna h5 {
  margin: 0;
  font-size: 2.1em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2em;
}
.sustentPainelDescColuna h5 a {
  color: #333;
  text-decoration: none;
}
.sustentPainelDescColuna p {
  font-family: 'caslon224std-book';
  font-size: 1.6em;
  line-height: 1.13;
  margin-bottom: 15px;
}
.sustentPainelDescColuna ul,
.sustentPainelDescColuna ol {
  font-family: 'caslon224std-book';
  font-size: 1.6em;
  line-height: 1.13;
  margin: 1em 0;
  padding-left: 20px;
}
.sustentPainelDescColuna ul li,
.sustentPainelDescColuna ol li {
  display: list-item;
  list-style: decimal;
  margin-bottom: 15px;
}
.sustentPainelDescColuna ul li {
  list-style: disc;
}
.sustentPainelDescColuna a.link {
  display: inline-block;
  padding: 14px 20px;
  font-size: 1.6em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #FFF;
  background-color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
.sustentPainelDescColuna a.link:hover {
  opacity: 0.6;
}
.sustentPainelDescImg {
  position: relative;
}
.sustentPainelDescImgTxt {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
}
.sustentPainelDescImgTxt h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 5.4em;
  line-height: 1em;
}
.sustentVideoGaleria {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}
.sustentVideoGaleriaBloco {
  width: 100%;
  max-width: 460px;
  margin: 0 1%;
}
.sustentVideoGaleriaImg {
  position: relative;
  width: 100%;
}
.sustentVideoGaleriaImg img {
  width: 100%;
  height: auto;
}
.sustentVideoGaleriaImg a.sustentVideoBt {
  background-size: 60px 60px;
}
@media (max-width: 860px) {
  .sustentGrupo h2 {
    font-size: 2em;
  }
  .sustentPainelLink h3 {
    font-size: 2em;
  }
  .sustentPainelDescColuna h1,
  .sustentPainelDescColuna h2,
  .sustentPainelDescColuna h3,
  .sustentPainelDescColuna h4 {
    font-size: 2.5em;
  }
  .sustentPainelDescColuna h5 {
    font-size: 1.8em;
  }
  .sustentPainelDescImgTxt h2 {
    font-size: 3em;
    margin: 5px 0;
  }
}
@media (max-width: 760px) {
  .sustentGrupo {
    padding-bottom: 20px;
  }
  .sustentGrupo h2 {
    font-size: 2em;
    padding: 30px 0 30px;
  }
  .sustentPainelLink {
    width: 100%;
    padding-bottom: 30px;
  }
  .sustentPainelLink:nth-child(2n) {
    margin-left: 0;
  }
  .sustentPainelLink h3 {
    font-size: 4vw;
    margin: 15px 0 10px;
  }
  .sustentPainelLink:nth-child(2) {
    order: 1;
  }
  .sustentPainelSlide {
    margin-bottom: 40px;
  }
  .sustentPainelSlide:nth-child(4) {
    order: 2;
  }
  .sustentPainelSlide:nth-child(4) .sustentArrow {
    left: 50%;
  }
  .sustentPainelDesc {
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .sustentArrow {
    left: 50%;
    margin-left: -15px;
  }
  .sustentPainelDescLinha {
    padding-top: 30px;
  }
  .sustentPainelDescColuna {
    width: 100%;
  }
  .sustentPainelDescColuna h1,
  .sustentPainelDescColuna h2,
  .sustentPainelDescColuna h3,
  .sustentPainelDescColuna h4 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
  .sustentPainelDescColuna h5 {
    font-size: 4vw;
  }
  .sustentPainelDescColuna p {
    margin-bottom: 10px;
  }
  .sustentPainelDescColuna .hiddenXs {
    display: none;
  }
  .sustentPainelDescImgTxt h2 {
    font-size: 7vw;
    margin: 5px 0;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .sustentVideoGaleria {
    display: block;
  }
  .sustentVideoGaleriaBloco {
    max-width: none;
    margin: 0;
    margin-bottom: 15px;
  }
}
body[data-template="static/tailor-shop"] .main > .container {
  max-width: none;
  padding-right: 0!important;
  padding-left: 0!important;
}
.tailorLargura1 {
  max-width: 1200px;
  margin: auto;
}
.tailorLargura2 {
  width: 100%!important;
  max-width: 1200px;
  margin: auto;
}
.tailorLargura3 {
  width: 98%!important;
  max-width: 1440px;
  margin: auto;
}
.tailorLogo {
  width: 150px;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 860px) {
  .tailorLogo {
    width: 150px;
  }
}
.tailorMenuArea {
  position: relative;
  height: 80px;
}
.tailorMenu {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #333;
  background-color: #f9f9f9;
}
.tailorMenu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.tailorMenu ul li {
  display: block;
  width: 100%;
}
.tailorMenu ul li a {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  color: #333;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
.tailorMenu ul li a.active {
  color: #FFF;
  background-color: #c41230;
}
.tailorMenu.fixo {
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 499;
  border-top: solid 1px #ddd;
}
@media (max-width: 860px) {
  .tailorMenuArea {
    height: 46px;
  }
  .tailorMenu ul li a {
    font-size: 1.4em;
    height: 46px;
  }
}
@media (max-width: 760px) {
  .tailorMenu ul li a {
    font-size: 1.2em;
  }
}
@media (max-width: 590px) {
  .tailorMenuArea {
    display: none;
  }
}
.tailorTxt img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.tailorTxt h2 {
  width: 100%;
  margin: 0;
  font-size: 3.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-align: center;
}
.tailorTxt h3 {
  margin: 0;
  font-size: 2.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.tailorTxt p {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 15px;
}
.tailorTxt .desktop {
  display: block;
}
.tailorTxt .mobile {
  display: none;
}
.tailorLinha {
  padding-top: 30px;
  clear: both;
  width: 94%;
  margin: auto;
}
.tailorColuna {
  float: left;
  width: 48%;
  margin: 0 1%;
  text-align: center;
  color: #333;
}
.tailorTxtLargura {
  width: 80%;
  margin: auto;
}
.tailorTxtLargura.margem80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 860px) {
  .tailorTxt h2 {
    font-size: 2.2em;
  }
  .tailorTxt h3 {
    font-size: 2em;
  }
  .tailorTxt p {
    font-size: 1.4em;
  }
  .tailorTxtLargura.margem80 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .tailorTxt h2 {
    font-size: 2.2em;
  }
  .tailorTxt h3 {
    font-size: 2.2em;
  }
  .tailorTxt .desktop {
    display: none;
  }
  .tailorTxt .mobile {
    display: block;
  }
  .tailorColuna {
    width: 100%;
    margin: 0;
  }
  .tailorTxtLargura {
    width: 90%;
  }
  .tailorTxtLargura.margem80 {
    margin-top: 0;
  }
}
.tailorSlideContainer {
  clear: both;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 30px;
}
.tailorSlideContainer > h2 {
  margin: 30px 0 50px;
}
.tailorSlideContainer2 {
  position: relative;
}
.tailorSlideContainer2 .arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 30px;
  color: #8c8c8c;
}
.tailorSlideContainer2 .arrow.arrow-left {
  left: -30px;
}
.tailorSlideContainer2 .arrow.arrow-right {
  right: -30px;
}
.tailorSlideContainer2 .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tailorSlideContainer2 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.tailorSlideContainer2 .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  font-size: 0;
  padding: 0;
  background-color: #c0c0c0;
  border-radius: 100%;
  outline: 0;
}
.tailorSlideContainer2 .slick-dots li.slick-active button {
  background-color: #333;
}
.tailorSlideBloco {
  position: relative;
  width: 100%;
}
.tailorSlideBloco .tailorSlideImg {
  width: 80%;
}
.tailorSlideBloco .tailorSlideImg img {
  margin: 0;
}
.tailorSlideBloco .tailorSlideTxt {
  position: absolute;
  left: 80%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 5;
  width: 35%;
  top: 25px;
  height: calc(100% - 50px);
  background-color: #F2F2F2;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
}
.tailorSlideBloco .contagem {
  font-family: 'adobe-caslon-pro-regular';
  font-size: 4.8em;
  color: #a9a9a9;
}
.tailorSlideBloco .contagem .contagem1 {
  top: -0.3em;
  position: relative;
  left: 0.1em;
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic;
}
.tailorSlideBloco .contagem .contagem2 {
  font-size: 0.5em;
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 860px) {
  .tailorSlideContainer {
    width: 100%;
    margin: 0 auto 30px;
  }
  .tailorSlideContainer > h2 {
    margin: 30px 0 30px;
  }
  .tailorSlideContainer2 .arrow {
    display: none!important;
  }
  .tailorSlideBloco .tailorSlideImg {
    width: 100%;
  }
  .tailorSlideBloco .tailorSlideTxt {
    position: relative;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    top: initial;
    height: auto;
    padding: 25px;
  }
  .tailorSlideBloco .contagem {
    font-family: 'adobe-caslon-pro-regular';
    font-size: 4.8em;
    color: #a9a9a9;
  }
  .tailorSlideBloco .contagem .contagem1 {
    top: -0.3em;
    position: relative;
    left: 0.1em;
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
  }
  .tailorSlideBloco .contagem .contagem2 {
    font-size: 0.5em;
    font-weight: normal;
    font-style: italic;
  }
}
.tailorLinhaPares {
  padding-top: 30px;
  clear: both;
  width: 94%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.tailorLinhaPares h2 {
  width: 100%;
  margin: 0;
  font-size: 3.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.tailorColunaPares {
  width: 48%;
  margin: 0 1%;
  text-align: center;
  padding: 15px 0;
  color: #333;
}
.tailorColunaPares img {
  width: 100%;
  height: auto;
}
.tailorColunaPares h5 {
  display: inline-block;
  width: auto;
  margin: 0;
  margin-top: 10px;
  border-top: solid 2px #000;
  padding: 0 30px;
}
.tailorColunaPares h5 span {
  display: block;
  padding: 0 5px;
  background-color: #FFF;
  font-family: 'adobe-caslon-pro-bold-italic';
  font-size: 2.2em;
  transform: translateY(-50%);
}
.tailorColunaPares h3 {
  margin: 0;
  font-size: 2.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.tailorColunaPares p {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  margin-bottom: 15px;
}
.tailorColunaPares h4 {
  margin: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
}
.tailorColunaPares a.tool {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-decoration-color: #999999;
  text-decoration-color: #999999;
  cursor: pointer;
}
.tailorColunaPares a.tool:hover {
  text-decoration: none;
}
a.shops {
  font-size: 1.6em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-bottom: solid 2px #000;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
a.shops:hover {
  border-bottom: solid 2px transparent;
}
@media (max-width: 860px) {
  .tailorLinhaPares h2 {
    font-size: 2.2em;
  }
  .tailorLinhaPares p {
    font-size: 1.4em;
  }
  .tailorColunaPares h3 {
    font-size: 2.2em;
  }
}
@media (max-width: 760px) {
  .tailorLinhaPares {
    padding-top: 30px;
  }
  .tailorColunaPares {
    width: 100%;
    margin: 0;
  }
  .tailorColunaPares h4 {
    margin: 3px 0;
  }
  .tailorColunaPares.text {
    order: 2;
  }
  .tailorColunaPares.image {
    order: 1;
  }
  a.shops {
    display: inline-block;
    margin: 10px 15px 0;
    max-width: 340px;
    padding: 14px 20px;
    vertical-align: top;
    font-size: 1.4em;
    color: #FFF;
    background-color: #333;
  }
}
.tailorDestaqueContainer {
  position: relative;
  margin-top: 30px;
}
.tailorDestaqueContainer h1 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 5.4em;
  line-height: 1em;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tailorDestaqueContainer h6 {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 1.6em;
  margin: 0;
  text-transform: uppercase;
}
.tailorDestaqueContainer p {
  font-family: 'adobe-caslon-pro-regular';
  font-size: 1.7em;
  width: 80%;
  max-width: 700px;
  margin: 0;
}
.tailorDestaqueContainer a {
  display: inline-block;
  margin: 10px 15px 0;
  padding: 14px 20px;
  vertical-align: top;
  background-color: #FFF;
  color: #333;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
}
.tailorDestaqueContainer a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.tailorDestaque {
  height: 500px;
  background-size: cover;
  background-position: center;
  -webkit-display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
}
.tailorDestaqueTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tailorDestaqueTxtInt {
  text-align: center;
  color: #FFF;
}
@media (max-width: 860px) {
  .tailorDestaqueContainer h1 {
    font-size: 3.5em;
    margin-bottom: 15px;
  }
  .tailorDestaqueContainer a {
    font-size: 1.4em;
  }
  .tailorDestaque {
    height: 300px;
  }
}
@media (max-width: 760px) {
  .tailorDestaqueContainer h1 {
    font-size: 2.2em;
  }
  .tailorDestaqueContainer h6 {
    font-size: 1.4em;
  }
  .tailorDestaqueContainer a {
    margin: 15px 15px 0;
    padding: 0;
    font-size: 1.4em;
    border-bottom: solid 2px #333;
  }
  .tailorDestaqueTxt {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15px;
  }
  .tailorDestaqueTxtInt {
    color: #333;
  }
}
/*Tooltip*/
.tooltip {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
}
.tooltipBalao {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 250px;
  height: auto;
  background-color: #FFF;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.3em;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 14px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 3px 3px 14px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 3px 3px 14px -2px rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.tooltipIco {
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: '';
  transform: rotate(45deg);
  background: #ffffff;
  overflow: hidden;
  margin-top: -10px;
  margin-left: 10px;
  z-index: 2;
}
/*Fim de Tooltip*/
.instaSlider {
  clear: both;
  padding: 30px 0;
}
.instaSlider .slider-box .product-item img {
  background-size: cover;
}
.instaSlider .user {
  text-align: center;
  text-transform: uppercase;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #4d5866;
}
.instaSlider .title {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #667282;
}
.instaSlider2 .title {
  text-transform: none;
  color: #000;
}
@media (max-width: 860px) {
  .instaSlider {
    padding: 15px 0;
  }
  .instaSlider .title {
    font-size: 2em;
  }
}
@media (max-width: 760px) {
  .instaSlider {
    padding: 10px 0;
  }
  .instaSlider .title {
    font-size: 1.8em;
  }
}
.tailorModalContent {
  display: none;
}
.tailorModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1500;
  display: none;
}
.tailorModalJanela {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, -50%);
  background-color: #f9f9f9;
  z-index: 2000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  max-width: 600px;
  max-height: calc(95%-30%);
  overflow: auto;
  font-size: 10px;
  text-align: left;
}
.tailorModalHeader {
  position: relative;
  padding: 15px 35px;
  background-color: #FFF;
  border-bottom: solid 1px #ddd;
  min-height: 50px;
  box-sizing: border-box;
}
.tailorModalHeader h2 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  margin: 0;
  text-align: center;
}
.tailorModalHeader a {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #333;
  font-size: 1.6em;
  transition: color 0.75s;
  text-decoration: none;
}
.tailorModalBody {
  width: 94%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.tailorModalBody .tailorModalBloco {
  display: block;
  width: 50%;
  text-align: center;
  padding: 35px 0;
  border-bottom: solid 1px #eee;
}
.tailorModalBody a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  transition: background-color 0.25s ease-out;
}
.tailorModalBody a:hover {
  background-color: #f0f0f0;
}
.tailorModalBody h5 {
  border: none;
  padding: 0;
  margin: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 8px;
}
.tailorModalBody p {
  font-size: 1em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.tailorModalBody address {
  font-size: 1em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 640px) {
  .tailorModalJanela {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }
  .tailorModalBody .tailorModalBloco {
    width: 100%;
  }
}
.filtrosDrop.order,
.avaliacaoDrop.order {
  width: 270px;
  text-align: right;
}
.filtrosDrop.order .filter,
.avaliacaoDrop.order .filter {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.filtrosDrop.avaliacaoDrop,
.avaliacaoDrop.avaliacaoDrop {
  width: 170px;
}
.filtrosDrop .filter,
.avaliacaoDrop .filter {
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  position: relative;
}
.filtrosDrop .filter .launcher,
.avaliacaoDrop .filter .launcher {
  width: 100%;
  position: relative;
  padding: 0px 17px 0px 8px;
  line-height: 35px;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.4em;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.filtrosDrop .filter .launcher:after,
.avaliacaoDrop .filter .launcher:after {
  content: '\e906';
  font-family: 'levis' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4em;
  color: #666;
}
.filtrosDrop .filter .launcher:hover,
.avaliacaoDrop .filter .launcher:hover {
  background: #f9f9f9;
}
.filtrosDrop .filter .launcher:hover:after,
.avaliacaoDrop .filter .launcher:hover:after {
  content: '\e909';
}
.filtrosDrop .filter:hover .launcher:after,
.avaliacaoDrop .filter:hover .launcher:after {
  content: '\e909';
}
.filtrosDrop .filter ul,
.avaliacaoDrop .filter ul {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
  left: -1px;
  background: white;
  list-style: none;
  border: 1px solid #ccc;
  max-height: 240px;
  overflow-y: scroll;
  display: none;
}
.filtrosDrop .filter li,
.avaliacaoDrop .filter li {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.filtrosDrop .filter li a,
.avaliacaoDrop .filter li a {
  outline: 0;
  padding: 10px;
  display: block;
}
.filtrosDrop .filter li:first-child,
.avaliacaoDrop .filter li:first-child {
  border: 0;
}
.filtrosDrop .filter li:hover,
.avaliacaoDrop .filter li:hover {
  background: #f9f9f9;
}
.filtrosDrop .filter a,
.avaliacaoDrop .filter a {
  color: black;
  text-decoration: none;
}
.filtrosDrop .filter:hover ul,
.avaliacaoDrop .filter:hover ul {
  display: block;
}
.filtrosDrop .filtrosDropTxt,
.avaliacaoDrop .filtrosDropTxt {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  color: #949494;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .filtrosDrop.order {
    width: 50%;
    box-sizing: border-box;
  }
  .filtrosDrop.order .filter {
    width: 100%;
    display: block;
  }
  .filtrosDrop .filter .launcher {
    padding: 0px 8px;
    text-align: center;
    line-height: 30px;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
  }
  .filtrosDrop .filter .launcher:after {
    display: none;
  }
  .filtrosDrop .filtrosDropTxt {
    display: none;
  }
}
.catalogoContainer-0 {
  margin-left: -4vw;
  margin-right: -4vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .catalogoContainer-0 {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
.catalogoContainer-1 {
  width: 120vw;
}
.catalogoContainer {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
.catalogoContainer.expanded .catalogo-col-left {
  transform: translateX(-120%);
}
.catalogoContainer.expanded .catalogo-col-right {
  width: 100vw;
  margin-left: -20vw;
}
@media (max-width: 1024px) {
  .catalogoContainer.expanded .catalogo-col-left {
    transform: translateX(0);
  }
  .catalogoContainer.expanded .catalogo-col-right {
    margin-left: 0;
  }
}
.catalogo-col-left {
  position: relative;
  width: 20vw;
  transition: transform 0.25s cubic-bezier(0.45, 0.05, 0.5, 0.1);
}
.catalogo-col-left .inner-wrapper-sticky {
  left: initial!important;
}
.catalogo-col-right {
  width: 80vw;
  padding: 0 4vw;
  transition: margin-left 0.25s cubic-bezier(0.45, 0.05, 0.5, 0.1);
}
@media (max-width: 1024px) {
  .catalogo-col-right {
    width: 100%;
    padding: 0;
  }
}
.colunaFiltros .catalog-filters {
  width: 20vw;
}
@media (max-width: 1024px) {
  .colunaFiltros .catalog-filters {
    width: 88vw;
  }
}
.colunaFiltros .catalog-filters.fixed-bottom {
  position: fixed;
  bottom: 0;
}
.colunaFiltros .catalog-filters.footer-is-visible {
  position: absolute;
  bottom: 0;
}
.colunaFiltros .catalog-filters .catalog-filters-category .filter {
  border: 0;
}
.colunaFiltros .catalog-filters .catalog-filters-container {
  padding-left: 4vw;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (max-width: 1024px) {
  .colunaFiltros .catalog-filters .catalog-filters-container {
    padding-right: 4vw;
  }
}
@media (max-width: 767px) {
  .colunaFiltros .catalog-filters .catalog-filters-container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.colunaFiltros .catalog-filters .filter {
  border-top: solid 1px #F2F2F2;
  /*
            &.filter-more-less {
                ul {

                    li {
                        display: none;
                        padding-bottom: 20px;

                        &:nth-child(1),
                        &:nth-child(2),
                        &:nth-child(3),
                        &:nth-child(4),
                        &:nth-child(5),
                        &:nth-child(6),
                        &:nth-child(7) {
                            display: block!important;
                        }
                    }
                }
            }
            */
}
.colunaFiltros .catalog-filters .filter a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
.colunaFiltros .catalog-filters .filter a.launcher {
  font-weight: 700;
  padding: 22px 0;
  margin: 10px 0;
  display: block;
  position: relative;
}
.colunaFiltros .catalog-filters .filter a.launcher:after {
  content: '\e918';
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 10px;
}
.colunaFiltros .catalog-filters .filter a.launcher.fechado:after {
  content: '\e919';
}
.colunaFiltros .catalog-filters .filter a.show-more {
  font-weight: 700;
  text-decoration: underline;
}
.colunaFiltros .catalog-filters .filter .filterContent {
  padding-bottom: 25px;
}
.colunaFiltros .catalog-filters .filter ul {
  padding: 6px 0 0;
}
.colunaFiltros .catalog-filters .filter ul li {
  padding-bottom: 14px;
}
.colunaFiltros .catalog-filters .filter ul li .checkbox {
  width: 16px;
  height: 16px;
  border: solid 1px black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 12px;
}
.colunaFiltros .catalog-filters .filter ul li .checkbox::after {
  content: '';
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 6px;
}
.colunaFiltros .catalog-filters .filter ul li.active .checkbox::after {
  content: '\e913';
}
.colunaFiltros .catalog-filters .filter ul li ul li {
  display: block;
}
.colunaFiltros .catalog-filters .filter.filter-size ul,
.colunaFiltros .catalog-filters .filter.filter-length ul,
.colunaFiltros .catalog-filters .filter.filter-size-type ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li,
.colunaFiltros .catalog-filters .filter.filter-length ul li,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li {
  padding: 0;
  display: block!important;
  margin-right: 8px;
  margin-bottom: 8px;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li.filter-g,
.colunaFiltros .catalog-filters .filter.filter-length ul li.filter-g,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li.filter-g {
  width: 100%;
  margin-bottom: 0;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li a,
.colunaFiltros .catalog-filters .filter.filter-length ul li a,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li a {
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: solid 1px transparent;
  box-sizing: border-box;
  font-size: 14px;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li a:hover,
.colunaFiltros .catalog-filters .filter.filter-length ul li a:hover,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li a:hover {
  background-color: #f3f3f3;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li a.unavailable,
.colunaFiltros .catalog-filters .filter.filter-length ul li a.unavailable,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li a.unavailable {
  color: #6E6E6E;
  text-decoration: line-through;
  text-decoration-line: line-through;
  pointer-events: none;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li a.disabled,
.colunaFiltros .catalog-filters .filter.filter-length ul li a.disabled,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li a.disabled {
  color: #6E6E6E;
  pointer-events: none;
  opacity: 0.5;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li .checkbox,
.colunaFiltros .catalog-filters .filter.filter-length ul li .checkbox,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li .checkbox {
  width: 100%;
  height: 100%;
  background: none;
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li .checkbox::after,
.colunaFiltros .catalog-filters .filter.filter-length ul li .checkbox::after,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li .checkbox::after {
  display: none;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li.active a,
.colunaFiltros .catalog-filters .filter.filter-length ul li.active a,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li.active a {
  border-color: black;
}
.colunaFiltros .catalog-filters .filter.filter-size ul li.active a:hover,
.colunaFiltros .catalog-filters .filter.filter-length ul li.active a:hover,
.colunaFiltros .catalog-filters .filter.filter-size-type ul li.active a:hover {
  background-color: transparent;
}
.small-filter-bottom {
  display: none;
}
.filtrosLlightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 77776;
}
.colunaProdutos .catalog {
  margin-bottom: 30px;
}
.filtrosHeader a.filtrosFechar,
.filtrosHeader2 a.filtrosFechar {
  display: none;
}
.filtrosHeader .titulo,
.filtrosHeader2 .titulo {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.filtrosHeader ul.main-list,
.filtrosHeader2 ul.main-list {
  list-style: none;
  margin: 0;
  padding: 10px 0 20px;
  font-size: 12px;
  line-height: 8px;
}
.filtrosHeader ul.main-list li,
.filtrosHeader2 ul.main-list li {
  padding: 5px 0!important;
}
.filtrosHeader ul.main-list li a,
.filtrosHeader2 ul.main-list li a {
  font-size: 12px!important;
  line-height: 8px!important;
}
.filtrosHeader ul.main-list li a:hover,
.filtrosHeader2 ul.main-list li a:hover {
  text-decoration: underline;
}
.filtrosHeader ul.main-list li a.active,
.filtrosHeader2 ul.main-list li a.active {
  text-decoration: underline;
}
.filtrosHeader ul.main-list li ul,
.filtrosHeader2 ul.main-list li ul {
  padding-left: 20px!important;
}
.productsListHeader .filtrosTit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  text-transform: uppercase;
  font-size: 2.2em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
.productsListHeader .number-count {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 1.4em;
}
.productsListHeader .small-filters-launchers {
  display: none;
}
.filtersDesktop {
  display: block;
}
a.filtersMobileBt {
  display: none;
}
.filtersCountMobile {
  display: none;
}
@media (max-width: 1024px) {
  .catalogoContainer-1 {
    width: 100%;
  }
  .catalogoContainer {
    display: block;
  }
  .catalogoContainer .generic-pagination {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  /*.catalog-filters-category {
        display: none;
    } */
  .colunaFiltros {
    position: fixed;
    width: 88vw;
    height: 100%;
    top: 0;
    left: 0;
    overflow-x: auto;
    z-index: 77777;
    background-color: #FFF;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
  }
  .colunaFiltros.active {
    transform: translateX(0);
    transition: transform 0s;
  }
  .colunaFiltros .catalog-filters .catalog-filters-category .filter {
    border-top: solid 1px #F2F2F2;
  }
  .colunaFiltros .catalog-filters .filter.filter-size ul,
  .colunaFiltros .catalog-filters .filter.filter-length ul,
  .colunaFiltros .catalog-filters .filter.filter-size-type ul {
    max-width: 100%;
  }
  .colunaFiltros .catalog-filters .filter.filter-size ul li,
  .colunaFiltros .catalog-filters .filter.filter-length ul li,
  .colunaFiltros .catalog-filters .filter.filter-size-type ul li {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .colunaFiltros .catalog-filters .filter.filter-size ul li a,
  .colunaFiltros .catalog-filters .filter.filter-length ul li a,
  .colunaFiltros .catalog-filters .filter.filter-size-type ul li a {
    width: 48px;
    height: 48px;
    border-color: #c9c9c9;
    font-size: 14px;
  }
  .colunaFiltros .catalog-filters .filter.filter-size ul li.active a,
  .colunaFiltros .catalog-filters .filter.filter-length ul li.active a,
  .colunaFiltros .catalog-filters .filter.filter-size-type ul li.active a {
    border-color: #403e3f;
  }
  .colunaFiltros .small-filter-bottom {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: sticky;
    z-index: 11;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFF;
    padding: 16px 4vw 34px;
  }
  .colunaFiltros .small-filter-bottom a {
    width: calc(50% - 8px);
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .colunaFiltros .small-filter-bottom a.btn-apply .number-count {
    margin-left: 5px;
  }
  .filtrosLlightbox {
    display: block;
    transform: translateX(-100%);
    opacity: 0;
  }
  .filtrosLlightbox.active {
    transform: translateX(0);
    opacity: 1;
  }
  .filtrosHeader {
    position: fixed;
    background-color: #FFF;
    width: 480px;
    top: 40px;
    z-index: 10;
  }
  .filtrosHeader a.filtrosFechar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 18px;
  }
  .filtrosHeader .titulo {
    font-size: 1.8em;
    margin-top: 13px;
    text-align: center;
  }
  .productsListHeader {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productsListHeader .filtrosTit {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    text-transform: uppercase;
    font-size: 2.2em;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
  }
  .productsListHeader .number-count {
    font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 1.4em;
  }
  .productsListHeader .small-filters-launchers {
    display: none;
  }
  .filtersDesktop {
    display: none;
  }
  a.filtersMobileBt {
    display: block;
    width: 50%;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-right: 0;
    font-size: 1.4em;
    color: #333;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .filtersCountMobile {
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .colunaFiltros .small-filter-bottom a {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .filtrosHeader {
    width: 100%;
    top: 0;
  }
  .irs--flat {
    margin-top: 0px;
  }
}
/*Form*/
.floatForm {
  /*float-label*/
}
.floatForm *:focus {
  outline: 0;
}
.floatForm input,
.floatForm select {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #333;
}
.floatForm input,
.floatForm select {
  display: inline-block;
  font-size: 1.6em;
  height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
}
.floatForm .text-birthday {
  padding: 10px;
}
.floatForm .text-birthday + i {
  background-color: #FFF;
}
.floatForm ::-webkit-input-placeholder {
  color: #999;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.floatForm ::-moz-placeholder {
  color: #999;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  opacity: 1;
}
.floatForm :-ms-input-placeholder {
  color: #999;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.floatForm :-moz-placeholder {
  color: #999;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.floatForm .float {
  position: relative;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  border: solid 1px #cccccc;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  box-sizing: border-box;
}
.floatForm .float.has-error {
  border-color: #b81234;
  background-color: #fcf5f5;
}
.floatForm .float.has-error + .erro {
  display: block;
}
.floatForm .float label {
  /*label oculta antes de subir para o topo*/
  position: absolute;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  color: #999;
  top: 10px;
  left: 5px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.floatForm .erro {
  display: none;
  color: #c41230;
  font-size: 1.4em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-bottom: 5px;
  width: 100%;
  clear: both;
}
.floatForm .has-error .erro {
  display: block;
}
.floatForm .has-error .float {
  border-color: #b81234;
  background-color: #fcf5f5;
}
.floatForm .has-error .select2 span {
  border-color: #b81234;
}
.floatForm .has-error .select2-container--default .select2-selection--single {
  background-color: #fcf5f5;
}
.floatForm .float.focused {
  border-color: #7f7f7f;
}
.floatForm .float.focused label {
  color: #333;
}
.floatForm .float.focused label,
.floatForm .float.populated label,
.floatForm .float.focused.populated label {
  /*label no topo*/
  top: -10px;
  opacity: 1;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  background-color: #FFF;
  padding: 0 5px;
  height: auto;
}
.floatForm .float input,
.floatForm .float textarea,
.floatForm .float label {
  /*Placeholder*/
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  color: #999;
  transition: all 0.15s ease-out;
}
.floatForm .float.focused input,
.floatForm .float.populated input,
.floatForm .float.focused textarea,
.floatForm .float.populated textarea {
  /*campo prenchido*/
  font-size: 1.6em;
  color: #333;
}
.floatForm input[disabled],
.floatForm input[readonly] {
  color: #999 !important;
}
@media (max-width: 1024px) {
  .floatForm .float.calendario label {
    left: 10px;
    opacity: 1;
    height: auto;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.localizar-loja .my-account-profile {
  max-width: none;
}
.localizar-loja .area {
  margin-top: 16px!important;
  width: 100%;
  margin: auto;
}
.localizar-loja .store-form-content {
  width: 100%;
  max-width: 279px;
  margin: 16px auto;
}
@media (max-width: 767px) {
  .localizar-loja .store-form-content {
    max-width: 100%;
  }
}
.localizar-loja fieldset {
  width: 100%!important;
  margin: 0!important;
}
.localizar-loja .input-21 {
  padding-right: 24px;
  background: url(../img/rebrand-21/icons/arrow-small-down.svg) right 14px center no-repeat;
  background-size: 10px auto;
}
.localizar-loja .button-filled {
  width: 100%;
  margin-top: 32px;
}
.localizar-loja .error-msg p {
  margin: 32px 0;
}
.localizar-loja .localidade {
  position: relative;
}
.localizar-loja .localidade .autocomplete {
  position: absolute;
  top: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 50;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 6px 10px 3px rgba(51, 51, 51, 0.08);
  border: 1px solid #dddddd;
}
.localizar-loja .localidade .autocomplete a {
  display: inline-block;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  color: #767676;
  font-size: 14px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
  cursor: pointer;
  text-decoration: none;
}
.localizar-loja .localidade .autocomplete a:hover {
  background-color: #f9f9f9;
}
.localizar-loja .localidade .autocomplete a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 16px;
  background: url(../img/ico_location.png) right center no-repeat;
  margin-right: 13px;
}
.localizar-loja .localidade .autocomplete a.current-location {
  display: block;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: black;
}
.localizar-loja .localidade .autocomplete a.current-location::before {
  width: 31px;
  height: 14px;
  background: url(../img/ico_current_location.png) right center no-repeat;
  margin-right: 10px;
}
.field-box.action {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.field-box.action button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: transparent;
  padding: 0;
  border: 0;
}
.field-box.action button:after {
  content: '\e90c';
  font-family: 'levis' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #767676;
  transition: opacity 0.5s;
  margin-top: 3px;
}
.field-box.action .text {
  width: calc(100% - 40px);
}
.my-account .float.cp-1 {
  width: 120px;
}
.my-account .float.cp-2 {
  float: left!important;
  width: 80px;
  margin-left: 10px;
}
.my-account .float-splitter {
  display: block;
  float: left;
  line-height: normal;
  padding: 15px 5px 0;
  margin-top: 15px;
}
.my-account .cidade {
  width: 0!important;
  margin-right: 0!important;
}
@media (max-width: 400px) {
  .subscrever-lightbox form fieldset {
    padding: 0 120px 0 0!important;
  }
  .subscrever-lightbox form .text {
    font-size: 1.3em;
  }
  .subscrever-lightbox form button {
    width: 120px!important;
  }
}
.localizar-pedido {
  max-width: 80vw;
  margin: auto;
}
.localizar-pedido .localizar-pedido-flex {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
.localizar-pedido .localizar-pedido-col {
  width: 50%;
  padding: 56px 6vw;
}
.localizar-pedido .localizar-pedido-col + .localizar-pedido-col {
  border-left: solid 1px #979797;
}
.localizar-pedido .my-account-profile {
  width: 100%;
  max-width: none;
}
.localizar-pedido .error-msg {
  margin-top: 32px;
  text-align: center;
}
.localizar-pedido .button-filled {
  width: 100%;
  margin-top: 56px;
}
.localizar-pedido .login-title {
  margin-top: 62px;
  text-transform: uppercase;
}
.localizar-pedido .login-text {
  margin-top: 16px;
  font-size: 16px;
}
.localizar-pedido .button-stroked {
  width: 100%;
  margin-top: 56px;
}
.localizar-pedido .text-notes {
  margin-top: 32px;
}
.localizar-pedido .my-account-packages {
  max-width: none;
  padding: 0 6vw;
}
.localizar-pedido .packages-mobile .package-header {
  padding-top: 30px;
}
.localizar-pedido .packages-mobile .package-detail {
  display: block!important;
}
@media (max-width: 1024px) {
  .localizar-pedido {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .localizar-pedido .localizar-pedido-flex {
    margin-top: 0;
    display: block;
  }
  .localizar-pedido .localizar-pedido-col {
    width: 100%;
    padding: 0;
  }
  .localizar-pedido .localizar-pedido-col + .localizar-pedido-col {
    border-left: 0;
    margin-top: 44px;
  }
  .localizar-pedido .button-filled {
    margin-top: 36px;
  }
  .localizar-pedido .login-title {
    margin-top: 0;
  }
  .localizar-pedido .button-stroked {
    margin-top: 32px;
  }
  .localizar-pedido .text-notes {
    margin-top: 32px;
  }
  .localizar-pedido .my-account-packages {
    padding: 0;
  }
}
#review-form .btn-register {
  margin-top: 15px;
}
.returns-lightbox,
.help-lightbox {
  width: 600px;
  padding: 0!important;
  top: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.returns-lightbox .title,
.help-lightbox .title {
  padding-top: 12px;
  background-color: #FFF;
}
.returns-lightbox .title a,
.help-lightbox .title a {
  top: 12px;
}
.returns-lightbox .lightbox-body,
.help-lightbox .lightbox-body {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 20px;
}
.returns-lightbox p,
.help-lightbox p {
  font-size: 1.6em;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 1.5em;
  color: #333;
}
.returns-lightbox p.links,
.help-lightbox p.links {
  text-align: center;
}
.returns-lightbox p.links a,
.help-lightbox p.links a {
  color: #0055a3;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.returns-lightbox ul,
.help-lightbox ul,
.returns-lightbox ol,
.help-lightbox ol {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
}
@media (max-width: 639px) {
  .returns-lightbox,
  .help-lightbox {
    width: 100%;
    height: 100%;
    max-height: none;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #f9f9f9;
  }
  .returns-lightbox .title,
  .help-lightbox .title {
    position: fixed;
    display: block;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
  }
  .returns-lightbox .lightbox-body,
  .help-lightbox .lightbox-body {
    padding-top: 50px;
  }
}
.stock-alert-lightbox {
  width: 36vw;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media (max-width: 1024px) {
  .stock-alert-lightbox {
    width: 60vw;
  }
}
@media (max-width: 767px) {
  .stock-alert-lightbox {
    width: 100%;
  }
}
.stock-alert-lightbox .quickBody {
  padding: 0;
}
.stock-alert-lightbox .quickLinha {
  float: left;
}
.stock-alert-lightbox .quickEsq img {
  width: 100%;
  height: auto;
}
.staticVideoFundo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1900;
}
.staticVideo {
  display: none;
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  background-color: #f9f9f9;
  z-index: 2000;
}
.staticVideoHeader {
  position: relative;
  background-color: #FFF;
  border-bottom: solid 1px #ddd;
  height: 50px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px 0 20px;
}
.staticVideoHeader h3 {
  margin: 0;
  text-align: center;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  color: #333;
  text-transform: uppercase;
}
.staticVideoHeader a.fechar {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.staticVideoBody {
  position: relative;
  margin: 10px;
}
.staticVideoBody .proporcao {
  width: 100%;
  height: auto;
}
.staticVideoBody iframe {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 620px) {
  .staticVideo {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
  }
  .staticVideoHeader h3 {
    font-size: 1.4em;
  }
}
.styles {
  position: relative;
  color: #333;
}
.styles .responsive {
  width: 100%;
  height: auto;
}
.styles .largura {
  max-width: 580px;
  margin: auto;
}
.styles h3 {
  text-align: center;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 4.1em;
  margin: 25px 0;
}
.styles h4 {
  text-align: center;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.8em;
  color: #333;
  margin: 30px 0 10px;
}
.styles p {
  text-align: center;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.375em;
  color: #333;
}
.styles .italico {
  font-family: 'Caslon224Std-BookItalic';
  font-size: 2em;
  line-height: 1em;
  color: #333;
  text-align: center;
}
.styles .pequeno {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
}
.styles .imagem_1 {
  position: relative;
  margin-top: 72px;
  margin-bottom: 40px;
}
.styles .videoBt {
  position: relative;
  margin: 30px 0 60px;
}
.styles .videoBt a.play {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/play.png) center no-repeat;
}
.styles .containerFlex {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.styles .flexImg {
  position: relative;
  width: 60%;
}
.styles .flexTxt {
  width: 40%;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
}
.styles .flexTxt h2 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 7.2em;
  line-height: 1em;
  margin: 20px 0;
}
.styles .flexTxt h5 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4em;
  line-height: 1em;
  margin: 0;
}
.styles .marca {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  background: url(../img/cms/marca.png) center no-repeat;
  margin-top: -19px;
  margin-left: -19px;
}
.styles .marca a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.styles .topo {
  height: 700px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.styles .topoTxt,
.styles .topoTxtMobile {
  width: 90%;
  margin: auto;
  text-align: center;
}
.styles .topoTxt .topoLogo,
.styles .topoTxtMobile .topoLogo {
  width: 355px;
  height: auto;
}
.styles .topoTxt p,
.styles .topoTxtMobile p {
  color: #FFF;
  font-size: 1.3em;
  margin: 15px 0;
}
.styles .topoTxt a.topoBtVideo,
.styles .topoTxtMobile a.topoBtVideo {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/play.png) center no-repeat;
  background-size: contain;
  margin: auto;
}
.styles .topoTxt a.topoSite,
.styles .topoTxtMobile a.topoSite {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333;
  opacity: 1;
  transition: all 0.5s;
  background: #fff;
  text-decoration: none;
  line-height: 45px;
  width: 100%;
  max-width: 350px;
  font-size: 1.6em;
  text-transform: uppercase;
  display: inline-block;
  margin: 30px 12px 0;
}
.styles .topoTxtMobile {
  display: none;
}
@media (max-width: 1023px) {
  .styles .gender-buttons a span {
    font-size: 1.4em;
    white-space: initial;
    bottom: -63px;
  }
  .styles .flexTxt h2 {
    font-size: 5em;
  }
  .styles .topo {
    height: 500px;
  }
  .styles .topoTxt .topoLogo {
    width: 250px;
  }
  .styles .topoTxt a.topoBtVideo {
    width: 60px;
    height: 60px;
  }
  .styles .topoTxt a.topoSite {
    max-width: 280px;
    font-size: 1.4em;
  }
}
@media (max-width: 700px) {
  .styles .marca {
    display: none;
  }
}
@media (max-width: 640px) {
  .styles h3 {
    font-size: 3.4em;
  }
  .styles h4 {
    font-size: 2.4em;
  }
  .styles p {
    font-size: 1.8em;
  }
  .styles .italico {
    font-size: 3.4em;
  }
  .styles .imagem_1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .styles .containerFlex {
    width: 100%;
  }
  .styles .flexImg {
    width: 100%;
  }
  .styles .flexTxt {
    width: 100%;
    padding: 0;
  }
  .styles .flexTxt h2 {
    font-size: 4.2em;
    margin: 20px 0;
  }
  .styles .flexTxt h2 br {
    display: none;
  }
  .styles .flexTxt h5 {
    font-size: 2.4em;
    margin: 0;
  }
  .styles .ordem-1 {
    -webkit-order: 1;
    order: 1;
  }
  .styles .ordem-2 {
    -webkit-order: 2;
    order: 2;
  }
  .styles .topo {
    height: 400px;
  }
  .styles .topoTxt .topoLogo {
    width: 250px;
  }
  .styles .topoTxt a.topoBtVideo {
    margin-top: 30px;
  }
  .styles .topoTxt p {
    display: none;
  }
  .styles .topoTxt a.topoSite {
    display: none;
  }
  .styles .topoTxtMobile {
    margin-top: 30px;
    margin-bottom: 80px;
    display: block;
  }
  .styles .topoTxtMobile p {
    color: #000;
    font-size: 1.8em;
    margin: 5px 0;
  }
  .styles .topoTxtMobile a.topoSite {
    background: 0 0;
    font-size: 2em;
    color: #333;
    opacity: 1;
    border-bottom: solid 2px #000;
    padding: 0 0 2px 0;
    line-height: normal;
    margin-top: 15px;
    width: auto;
    max-width: none;
  }
}
@media (max-width: 639px) {
  .gender-buttons {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gender-buttons a {
    display: block;
    width: 49%;
    margin: 0 0 70px;
    max-width: none;
  }
  .gender-buttons a:nth-child(3) {
    width: 100%;
    padding-bottom: 48%;
  }
  .gender-buttons a:nth-child(3) img {
    height: 1px;
  }
  .gender-buttons a img {
    width: 100%;
  }
  .gender-buttons a span {
    transition: all 0.5s;
    text-decoration: none;
    font-size: 1.6em;
    color: #333;
    text-transform: uppercase;
    border-bottom: 2px solid #333333;
    position: absolute;
    bottom: -43px;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gender-buttons a:hover {
    opacity: 0.6;
  }
  .gender-buttons a:hover span {
    color: #000;
    border-bottom: 2px solid #000;
  }
}
@media (max-width: 639px) {
  .styles .gender-buttons a:nth-child(3) {
    width: 49%;
    padding-bottom: 0;
  }
  .styles .gender-buttons a:nth-child(3) img {
    height: auto;
  }
}
.costumCheckbox label {
  padding-left: 38px;
  font-size: 1.4em;
  line-height: 1.42em;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  position: relative;
}
.costumCheckbox label a {
  color: #333;
  transition: color 0.75s;
  text-decoration: none;
}
.costumCheckbox label a:hover {
  color: #000;
}
.costumCheckbox label input {
  display: none;
}
.costumCheckbox label input:checked + .fake-checkbox {
  background-position: center bottom;
}
.costumCheckbox label .fake-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../img/checkbox2.png) center top no-repeat;
}
.cms-tpl-4 .main > .container,
.cms-tpl-5 .main > .container {
  max-width: none;
  padding: 0!important;
}
.cms-tpl-5 .breadcrumbs,
.cms-tpl-6 .breadcrumbs,
.cms-tpl-5 .main > .container > .my-account > h2,
.cms-tpl-6 .main > .container > .my-account > h2 {
  display: none;
}
.filter-item-gender {
  display: none !important;
}
.tamanhos {
  color: #333;
  padding: 0 40px 40px!important;
}
.tamanhos select {
  height: 44px;
  line-height: 44px;
  font-size: 1.4em;
  color: #333 !important;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: url(../img/select.png) 100% 20px no-repeat;
  outline: none;
  border: solid 1px #ccc;
  border-radius: 0;
}
.tamanhos select:focus {
  background: url(../img/select-up.png) 100% 20px no-repeat;
}
.tamanhos .select2-container.select2-container--below .select2-selection__rendered {
  color: #333;
}
.tamanhos .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
}
.tamanhos .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 1.4em;
}
.tamanhosOpcoes {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  padding: 25px 0 25px;
}
.tamanhosOpcoes fieldset {
  width: 48%;
}
.tamnhosContent {
  display: none;
}
.tamanhosMedidas {
  margin-bottom: 40px;
}
.tamanhosMedidas h2 {
  font-size: 1.8em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.tamanhosMedidasTabela {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.tamanhosMedidasTabela ul li {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  padding: 0 10px;
  height: 42px;
  border-bottom: solid 1px #ddd;
}
.tamanhosMedidasTabela ul li:first-child {
  font-size: 1.2em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  height: 32px;
}
.tamanhosMedidasTabela ul li:nth-child(2n+2) {
  background-color: #f9f9f9;
}
.tamanhosMedidasTabela > ul {
  width: 25%;
}
.tamanhosMedidasTabela > ul li {
  margin-left: -20px;
  padding-left: 20px;
}
.tamanhosMedidasTabela .tamnhosMedidasSlide {
  position: relative;
  width: calc(75% + 20px);
  margin-right: -20px;
}
.tamanhosMedidasTabela .tamnhosMedidasSlide ul {
  outline: 0;
}
.tamanhosMedidasTabela .sombra {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 40px;
  z-index: 10;
  background-image: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}
a.tamanhosArrow {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 20px;
  color: #333;
  text-decoration: none;
}
a.tamanhosArrow.left {
  right: 40px;
}
a.tamanhosArrow.slick-disabled {
  display: none!important;
}
a.tamanhosArrow.slick-disabled + .sombra,
a.tamanhosArrow.slick-hidden + .sombra {
  display: none;
}
.tamanhosFooter {
  text-align: center;
  margin-top: 30px;
}
.tamanhosFooter a.topo {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 700;
  color: black;
  text-decoration: underline;
  cursor: pointer;
}
.tamanhosFooter a.topo.invert {
  color: white;
}
@media (max-width: 620px) {
  .tamanhos {
    padding: 0 20px 40px!important;
  }
  .tamanhosOpcoes {
    display: block;
    padding: 25px 0 15px;
  }
  .tamanhosOpcoes fieldset {
    width: 100%;
    margin-bottom: 15px;
  }
  .tamanhosMedidasTabela .sombra {
    width: 140px;
  }
  a.tamanhosArrow {
    display: none!important;
  }
}
#woman-bottoms .grafico1,
#bottoms-women .grafico1 {
  left: 8%;
  top: 4%;
}
#woman-bottoms .grafico2,
#bottoms-women .grafico2 {
  left: 8%;
  top: 21%;
}
#woman-bottoms .grafico3,
#bottoms-women .grafico3 {
  left: 8%;
  top: 51%;
}
#woman-tops .grafico1,
#tops-women .grafico1 {
  left: 5%;
  top: 23%;
}
#woman-tops .grafico2,
#tops-women .grafico2 {
  left: 5%;
  top: 40%;
}
#woman-tops .grafico3,
#tops-women .grafico3 {
  left: 5%;
  top: 70%;
}
#woman-dresses .grafico1,
#dressesandjumpsuits-women .grafico1 {
  left: 5%;
  top: 23%;
}
#woman-dresses .grafico2,
#dressesandjumpsuits-women .grafico2 {
  left: 5%;
  top: 45%;
}
#woman-dresses .grafico3,
#dressesandjumpsuits-women .grafico3 {
  left: 5%;
  top: 68%;
}
#man-bottoms .grafico1,
#bottoms-men .grafico1,
#bottoms-unisex .grafico1 {
  left: 8%;
  top: 5%;
}
#man-bottoms .grafico2,
#bottoms-men .grafico2,
#bottoms-unisex .grafico2 {
  left: 8%;
  top: 13%;
}
#man-bottoms .grafico3,
#bottoms-men .grafico3,
#bottoms-unisex .grafico3 {
  left: 8%;
  top: 27%;
}
#man-bottoms .grafico4,
#bottoms-men .grafico4,
#bottoms-unisex .grafico4 {
  left: 8%;
  top: 57%;
}
#man-tops .grafico1,
#tops-men .grafico1,
#tops-unisex .grafico1 {
  left: 8%;
  top: 4%;
}
#man-tops .grafico2,
#tops-men .grafico2,
#tops-unisex .grafico2 {
  left: 8%;
  top: 33%;
}
#man-tops .grafico3,
#tops-men .grafico3,
#tops-unisex .grafico3 {
  left: 8%;
  top: 61%;
}
#man-tops .grafico4,
#tops-men .grafico4,
#tops-unisex .grafico4 {
  left: 8%;
  top: 88%;
}
.add-to-cart-error {
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
  color: #990611;
}
.contact-us-page {
  text-align: center;
  padding-bottom: 58px;
}
.contact-us-page .contact-us-header {
  color: #333333;
  text-transform: uppercase;
  font-size: 20px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 22px;
  padding: 20px 10px 0 10px;
}
.contact-us-page [class*="col-sm"] {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-us-page .logo {
  font-size: 78px;
  color: #767676;
  padding: 25px 0 20px 0;
}
.contact-us-page .logo.lscoicon-envelope {
  padding-top: 25px;
}
.contact-us-page .contact-us-button {
  padding: 11px 10px 17px 10px;
  border: 1.5px solid;
  color: #333333;
  text-transform: uppercase;
  font-size: 16px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 18px;
  max-width: 400px;
}
.contact-us-phone-hours {
  font-size: 14px;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0 28px 0;
  border-bottom: 2px solid #dddddd;
  max-width: 300px;
  color: red;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-tertiary {
  border: 1px solid;
  background-color: #ffffff;
  border-color: #333333;
  color: #333333;
  text-transform: uppercase;
  font-size: 16px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 18px;
}
.btn-tertiary:hover {
  color: #333333;
  background-color: #f9f9f9;
  border-color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  text-decoration: none;
  box-shadow: none;
  height: 46px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .contact-us-page .contact-us-header {
    padding-top: 30px;
  }
  .contact-us-page .contact-us-section {
    margin-top: 30px;
  }
  .contact-us-page .contact-us-phone-section {
    border-right: 1px solid #dddddd;
    margin-bottom: 100px;
  }
  .contact-us-page .logo.lscoicon-envelope {
    padding-top: 20px;
    color: #767676;
  }
  .contact-us-page .contact-us-button {
    width: 400px;
  }
  .contact-us-phone-hours {
    border-bottom: none;
    padding-bottom: 14px;
    width: 400px;
  }
}
@media (min-width: 640px) {
  .col-sm-6 {
    float: left;
    width: 50%;
  }
}
.destaqueSobreposto {
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  padding-top: 40px;
  clear: both;
}
.destaqueSobrepostoImg {
  position: relative;
  width: 100%;
}
.imgSobreposto1 {
  margin-left: 33.333333%;
  width: 41.66666667%;
}
.imgSobreposto1 img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imgSobreposto2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.imgSobreposto2 .imgSobreposto2int {
  margin-left: 66.66666667%;
  width: 25%;
}
.imgSobreposto2 img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.txtSobreposto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.txtSobrepostoInt {
  margin-left: 5.36%;
  width: 50%;
  max-width: 720px;
  text-align: center;
  padding-left: 20px;
  box-sizing: border-box;
}
.txtSobrepostoInt .lead {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 5.4em;
  line-height: 1.037;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #333;
  margin: 0;
}
.txtSobrepostoInt .sublead {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.037;
  padding: 5px 40px;
  color: #333;
  margin: 0;
}
.txtSobrepostoInt .buttons {
  padding: 0 10px;
}
.txtSobrepostoInt .buttons a {
  font-size: 1.6em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 2px;
  border-bottom: solid 2px #333;
  text-decoration: none;
  display: inline-block;
  margin: 10px 14px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .destaqueSobreposto {
    position: relative;
    width: calc(100% - 40px);
    padding-top: 40px;
    clear: both;
  }
  .imgSobreposto1 {
    margin-left: 25%;
  }
  .imgSobreposto2 .imgSobreposto2int {
    margin-left: 58.3333%;
  }
  .txtSobreposto {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    display: block;
  }
  .txtSobrepostoInt {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .txtSobrepostoInt .lead {
    font-size: 3.2em;
  }
  .txtSobrepostoInt .sublead {
    font-size: 1.4em;
    padding: 5px 0;
  }
  .txtSobrepostoInt .buttons a {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  .destaqueSobreposto {
    position: relative;
    width: calc(100% - 40px);
    padding-top: 40px;
    clear: both;
  }
  .imgSobreposto1 {
    margin-left: 0;
    width: 75%;
  }
  .imgSobreposto2 .imgSobreposto2int {
    width: 41.66666667%;
  }
  .txtSobreposto {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    display: block;
  }
  .txtSobrepostoInt .lead {
    font-size: 2.2em;
  }
  .txtSobrepostoInt .buttons {
    padding: 0;
  }
}
body[data-template="catalog/list"] .xzoom-preview,
body[data-template="static/presentesparahomem"] .xzoom-preview,
body[data-template="static/presentesparamulher"] .xzoom-preview {
  z-index: 99999999;
}
/*Gifts*/
.gifts-header {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 10px auto 0;
}
.gifts-header img {
  width: 100%;
  height: auto;
}
.gift-header-text {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  color: #c41230;
}
.gift-header-text p {
  font-size: 1.6em;
  line-height: 1.125;
}
.gift-header-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 5.4em;
  line-height: 1.03;
  margin: 15px 0 0;
}
@media (max-width: 1023px) {
  .gift-header-title {
    font-size: 3.4em;
  }
}
@media (max-width: 640px) {
  .gift-header-title {
    font-size: 2.2em;
  }
}
.gifts-menu-space {
  position: relative;
  z-index: 999;
  margin: 20px 0;
  height: 56px;
}
.gifts-menu-container {
  position: relative;
  background-color: #FFF;
}
.gifts-menu-container.fixo {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 499;
}
.gifts-menu {
  box-sizing: border-box;
  width: 480px;
  margin: auto;
}
.gifts-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.gifts-menu li {
  width: 50%;
}
.gifts-menu-title {
  display: none;
}
.gifts-link {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  border: solid 1px #ccc;
  background-color: #f9f9f9;
  color: #333;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 4px;
}
.gifts-link:hover {
  border-color: #333;
}
.gifts-link.active {
  border-bottom: solid 5px #c41230;
  padding-bottom: 0;
}
.gifts-link.active:hover {
  border-color: #ccc;
  border-bottom-color: #c41230;
}
@media (max-width: 1023px) {
  .gifts-menu-space {
    height: 50px;
  }
  .gifts-menu {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gifts-menu ul {
    display: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: solid 1px #ccc;
    border-top: 0;
  }
  .gifts-menu ul.active {
    display: block;
  }
  .gifts-menu li {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  .fixo .gifts-menu {
    padding: 0;
  }
  .gifts-menu-title {
    position: relative;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    border: solid 1px #ccc;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .gifts-menu-title:after {
    content: '\e906';
    font-family: 'levis' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4em;
    color: #666;
  }
  .gifts-link {
    display: inline-block;
    height: auto;
    border: none;
    background-color: transparent;
    padding-bottom: 2px;
    padding-top: 0;
    border-bottom: solid 2px transparent;
  }
  .gifts-link:hover {
    border-bottom: solid 2px #c41230;
  }
  .gifts-link.active {
    border-bottom: solid 2px #c41230;
  }
  .gifts-link.active:hover {
    border-color: #c41230;
  }
}
.catalog-gifts li {
  width: calc(100% / 4 - 10px);
}
.catalog-gifts .product-details .name {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .catalog-gifts li {
    width: calc(100% / 2 - 20px);
  }
}
.gifts-email {
  display: inline-block;
  color: #b71334;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.4em;
  text-decoration: none;
  margin-top: 5px;
}
.gifts-email span {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 2px;
}
.gifts-shop {
  font-size: 1.6em;
  color: #c41230;
}
.gifts-highlight {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #c41230;
}
.gifts-highlight h3 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 3.4em;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .gifts-highlight h3 {
    font-size: 2.2em;
  }
}
.promotion-rows {
  margin: 20px 0 0;
  font-size: 12px;
  float: none !important;
  width: auto;
}
.promotion-rows .slick-hidden {
  display: none !important;
}
.promotion-rows .promoContainer .single-promo {
  flex: 1;
}
.promotion-rows .promotion-row a {
  color: #0055a3;
  text-decoration: none;
  transition: 0.33s;
}
.promotion-rows a.promoNav {
  margin: 0 !important;
  flex: 0 0 40px;
}
.gorillasHeaderContainer {
  padding: 10px;
  max-width: 1440px;
  margin: auto;
}
.gorillasHeaderContainer img {
  max-width: 100%;
}
.gorillaz p {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.4;
}
.gorillaz img {
  max-width: 100%;
}
.gorillasSeparador {
  font-family: 'Caslon224Std-BookItalic';
  font-size: 2em;
  margin-bottom: 0;
}
.gorillasSeparador::after,
.gorillasSeparador::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 5px;
  background-color: #333;
}
.gorillazTitulo {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 5.4em;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
.gorillazTitulo sup {
  font-size: 0.6em;
}
.gorillaz-text1-container {
  max-width: 700px;
  margin: auto;
}
.gorillaz-flex-container {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 88%;
  max-width: 1150px;
  margin: 20px auto 0;
}
.gorillaz-flex-element {
  display: block;
  width: 48%;
}
.gorillaz-order1 {
  order: 1;
}
.gorillaz-order2 {
  order: 2;
}
.gorillaz-button {
  display: inline-block;
  background-color: #333;
  color: #FFF;
  margin: 10px 15px 0;
  padding: 14px 20px;
  vertical-align: top;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
}
.gorillaz-button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1023px) {
  .gorillaz p {
    font-size: 1.4em;
  }
  .gorillazTitulo {
    font-size: 3.4em;
  }
  .gorillaz-text1-container {
    max-width: 500px;
  }
  .gorillaz-flex-container {
    display: block;
    margin: 40px auto 0;
  }
  .gorillaz-flex-element {
    width: 100%;
    margin: 20px 0;
  }
  .gorillaz-button {
    background-color: transparent;
    color: #333;
    padding: 0;
    font-size: 1.4em;
    border-bottom: solid 1px #333;
  }
  .gorillaz-button:hover {
    background-color: transparent;
    border-color: transparent;
  }
}
@media (max-width: 640px) {
  .gorillasSeparador {
    font-size: 1.8em;
  }
  .gorillazTitulo {
    font-size: 2.2em;
  }
  .gorillaz-flex-container {
    width: 90%;
  }
}
.button-white {
  color: black;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #333;
  opacity: 1;
  transition: all 0.5s;
  background: white;
  text-decoration: none;
  line-height: 45px;
  padding: 0 17px;
  font-size: 1.6em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
}
.button-white:hover {
  opacity: 0.7;
}
@media (max-width: 640px) {
  .button-white {
    background: transparent;
    font-size: 1.4em;
    color: #333;
    opacity: 1;
    border-bottom: solid 2px #000;
    padding: 0 0 2px 0;
    line-height: normal;
    margin-top: 15px;
    width: auto;
  }
}
.peanuts img {
  max-width: 100%;
}
.peanuts p {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
}
.peanuts .img-mobile {
  display: none;
}
@media (max-width: 1480px) {
  .peanuts .container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .peanuts .img-desktop {
    display: none;
  }
  .peanuts .img-mobile {
    display: inline-block;
  }
}
.peanuts-header-container {
  position: relative;
}
.peanuts-header-buttons-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.peanuts-header-buttons-container .button-white {
  margin: 0 25px;
}
.peanuts-header-buttons-container .peanuts-logo {
  display: none;
}
.peatuts-text-container {
  max-width: 510px;
}
.peanuts-separador {
  font-family: 'Caslon224Std-BookItalic';
  font-size: 2em;
  margin-bottom: 0;
  font-weight: normal;
}
.peanuts-separador::after,
.peanuts-separador::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 9px;
  background-color: #333;
  vertical-align: middle;
}
.peanuts-photos-container {
  display: -webkit-flex;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.peatuts-text2 {
  display: none;
}
.peanuts-slide {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .peanuts-header-buttons-container {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    display: block;
    text-align: center;
  }
  .peanuts-header-buttons-container .button-white {
    margin: 0 25px;
  }
  .peanuts-header-buttons-container .peanuts-logo {
    display: block;
    width: 78%;
    max-width: 320px;
    margin: 30px auto 25px;
  }
  .peatuts-text1 {
    display: none;
  }
  .peanuts-photos-container {
    display: block;
  }
  .peatuts-text2 {
    display: block;
  }
}
.static-slide-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
}
.static-slide-title a {
  color: #333;
  text-decoration: none;
}
.static-slide-title a:hover {
  text-decoration: underline;
}
.static-slide-container {
  position: relative;
}
.static-slide-arrow {
  position: absolute;
  top: calc(50% - 30px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #cecece;
  outline: 0;
  font-size: 6.5em;
  z-index: 999;
}
.static-slide-arrow.arrow-left {
  left: 0;
}
.static-slide-arrow.arrow-right {
  right: 0;
}
.static-slide.unloaded {
  display: none;
}
.static-slide-block {
  margin: 0 8px;
  text-decoration: none;
  color: #333;
}
.static-slide-img {
  width: 100%;
  height: auto;
}
.static-slide-name {
  font-size: 1.4em;
  margin: 5px 0;
}
.static-slide-collection {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  margin: 5px 0;
}
@media (max-width: 1480px) {
  header .container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .bottom-header .top-search .text {
    width: 70px;
  }
}
@media (max-width: 1480px) {
  .main > .ribcage .container {
    box-sizing: border-box;
  }
}
.ribcage img {
  max-width: 100%;
}
.ribcage p {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.ribcage-intro-container {
  margin-top: 60px;
}
.ribcage-intro-container .peanuts-separador {
  font-size: 2.4em;
}
.ribcage-intro-container .gorillazTitulo {
  font-size: 5.2em;
}
.ribcage-intro-container p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.ribcage-video-container {
  max-width: 1024px;
  margin: 45px auto 0;
}
.ribcage-video {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.ribcage-video.ribcage-video_desktop {
  display: block;
}
.ribcage-video.ribcage-video_mobile {
  display: none;
}
.ribcage-slide {
  margin-top: 80px;
}
.ribcage-quote-container {
  max-width: 670px;
  margin-top: 60px;
}
.ribcage-quote {
  font-family: 'caslon224std-book';
  font-weight: normal;
  font-size: 3.2em;
  line-height: 1.2;
  margin: 0;
}
.ribcage-quote-author {
  font-family: interstate, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: italic;
  font-size: 1.5em !important;
}
.ribcage-gallery-title {
  margin-top: 60px;
  margin-bottom: 20px;
}
.ribcage-last-container {
  margin-top: 65px;
}
@media (max-width: 640px) {
  .ribcage-intro-container {
    margin-top: 30px;
  }
  .ribcage-intro-container .peanuts-separador {
    font-size: 1.8em;
  }
  .ribcage-intro-container .gorillazTitulo {
    font-size: 2.2em;
  }
  .ribcage-intro-container p {
    text-align: center;
  }
  .ribcage-video-container {
    margin-top: 30px;
  }
  .ribcage-video.ribcage-video_desktop {
    display: none;
  }
  .ribcage-video.ribcage-video_mobile {
    display: block;
  }
  .ribcage-slide {
    margin-top: 30px;
  }
  .ribcage-quote-container {
    margin-top: 30px;
  }
  .ribcage-gallery-title {
    margin-top: 30px;
  }
  .ribcage-last-container {
    margin-top: 35px;
  }
}
.gallery-container {
  position: relative;
  max-width: 830px;
  margin: auto;
}
.gallery-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.gallery-menu li {
  padding: 0 3px;
}
.gallery-menu-link {
  color: inherit;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.gallery-menu-link:hover .gallery-menu-img,
.gallery-menu-link.active .gallery-menu-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.gallery-menu-img {
  max-width: 90%!important;
  transition: all 0.25s ease-out;
}
.gallery-menu-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 8px;
}
.gallery-block {
  display: none;
  animation: gallery-open 0.3s ease-in;
}
.gallery-block.active {
  display: block;
}
.gallery-block-content {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-end;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gallery-img {
  width: 48%;
}
.gallery-img img {
  width: 100%;
  height: auto;
}
.gallery-text {
  width: 49%;
  padding-right: 20px;
  box-sizing: border-box;
}
.gallery-text p {
  margin: 0;
}
.gallery-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.2em;
}
@keyframes gallery-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallery-footer-container {
  margin-top: 40px;
  max-width: 590px;
}
.gallery-footer-container p {
  color: #444;
}
@media (max-width: 640px) {
  .gallery-menu {
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
  }
  .gallery-menu-title {
    font-size: 1.1em;
  }
  .gallery-block-content {
    display: block;
    margin-top: 10px;
  }
  .gallery-img {
    width: 100%;
  }
  .gallery-text {
    width: 100%;
    padding-left: 20px;
  }
  .gallery-title {
    margin: 8px 0;
  }
}
.black-button {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  margin: 10px 15px 0;
  padding: 9px 40px;
  vertical-align: top;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
}
.black-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 640px) {
  .black-button {
    background-color: transparent;
    color: #000;
    padding: 0;
    border-bottom: solid 2px #333;
  }
  .black-button:hover {
    background-color: transparent;
    border-color: transparent;
  }
}
.tapered p {
  color: #333;
}
.tapered .gorillazTitulo {
  color: #333;
}
.tapered .ribcage-intro-container {
  margin-top: 20px;
}
.tapered .ribcage-intro-container p {
  max-width: 500px;
}
.tapered .ribcage-video-container {
  max-width: 1440px;
}
.tapered .ribcage-quote-container {
  margin-top: 10px;
}
.tapered .ribcage-quote {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 3.4em;
  color: #333;
}
.tapered .gorillaz-flex-container {
  margin-top: 55px;
}
.tapered .black-button {
  padding: 14px 20px;
  background-color: #333;
}
.tapered .static-slide-container {
  margin-bottom: 30px;
}
.tapered .static-slide-title {
  font-size: 3.4em;
  margin: 10px 0;
  color: #333;
}
.tapered .gallery-title {
  color: #333;
}
.tapered-pre-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2em;
  color: #333;
  margin: 0;
}
.tapered-container2 {
  width: 70%;
  max-width: 940px;
}
@media (max-width: 1023px) {
  .tapered p {
    font-size: 1.4em;
  }
  .tapered .ribcage-quote {
    font-size: 2.8em;
  }
  .tapered .static-slide-title {
    font-size: 2.2em;
  }
  .tapered .gorillaz-flex-container {
    display: -webkit-flex;
    display: flex;
  }
  .tapered .gorillaz-flex-element {
    width: 48%;
  }
  .tapered .black-button {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  .tapered .ribcage-quote {
    width: 90%;
    margin: auto;
    font-size: 2em;
  }
  .tapered .gorillazTitulo {
    font-size: 2.8em;
  }
  .tapered .gorillaz-flex-container {
    display: block;
    margin-top: 30px;
    width: 100%;
  }
  .tapered .gorillaz-flex-container .black-button {
    margin-top: -2px;
  }
  .tapered .gorillaz-flex-element {
    width: 100%;
  }
  .tapered .black-button {
    background-color: #333;
    color: #FFF;
    box-sizing: border-box;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .tapered-pre-title {
    font-size: 1.4em;
  }
  .tapered-container2 {
    width: 90%;
  }
}
.menu-highlight-container {
  max-width: 290px!important;
}
.menu-highlight-content {
  border-left: solid 1px #ccc;
  padding-left: 40px;
}
.menu-highlight-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 216px;
  margin: 20px 0;
}
.menu-highlight-link img {
  max-width: 100%;
  height: auto;
}
.menu-highlight-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 94%;
  text-align: center;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1em;
  color: #FFF;
  margin: 0;
}
@media (max-width: 1250px) {
  .menu-highlight-content {
    border: 0;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .menu-highlight-link {
    max-width: none;
    padding: 0!important;
  }
}
@media (max-width: 640px) {
  .menu-highlight-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.button-group {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lightbox .lead2x {
  font-weight: 700;
}
a.no-link {
  cursor: default !important;
}
.custom-radio {
  position: relative;
  margin: 12px 0;
}
.custom-radio input[type=radio] {
  position: absolute;
  height: 29px;
  width: 29px!important;
  top: 0;
  left: 0;
  visibility: hidden;
}
.custom-radio label {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 3px;
  min-height: 29px;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
.custom-radio label strong {
  display: block;
  font-size: 1.15em;
}
.custom-radio label p {
  font-size: 1em;
  margin-bottom: 8px;
}
.custom-radio.has-error label {
  color: #c41230;
}
.custom-radio.has-error .custom-radio-shape {
  border-color: #c41230;
}
.custom-radio-shape {
  display: block;
  position: absolute;
  border: 1px solid #333;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  transition: all 0.25s ease-out;
  z-index: 1;
}
.custom-radio-shape::before {
  display: block;
  position: absolute;
  content: '';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  transition: all 0.25s ease-out;
}
input[type=radio]:checked ~ label p {
  color: #CCC;
}
input[type=radio]:checked ~ .custom-radio-shape {
  border-color: #CCC;
}
input[type=radio]:checked ~ .custom-radio-shape::before {
  background-color: #CCC;
}
/*Download APP*/
.get-app {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 2200000000;
  -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.27);
}
.get-app-container {
  padding: 30px 20px;
}
.get-app-close {
  color: #333;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
  text-decoration: none;
  padding: 10px;
}
.get-app-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.1em;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 10px;
}
.get-app-text {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  margin: 0 0 20px;
}
.get-app-btn {
  display: block;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  background: #333;
  color: white;
  padding: 0;
  border: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  text-transform: uppercase;
  width: 100%;
  padding: 0 15px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 380px) {
  .get-app-container {
    padding-top: 45px;
  }
  .get-app-close {
    top: 2px;
  }
}
.embed-video {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.icon-play {
  position: relative;
}
.icon-play::after {
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  border: solid 2px #FFF;
  border-radius: 100%;
  background: url(../img/icon_play.png) center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-play-2 {
  display: block;
  position: relative;
}
.icon-play-2::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  border: solid 3px #FFF;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-sizing: border-box;
}
.icon-play-2::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 22px;
  border-color: transparent transparent transparent #ffffff;
  line-height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
  z-index: 3;
}
@media (max-width: 640px) {
  .icon-play-2::after,
  .icon-play-2::before {
    transform: scale(0.5, 0.5);
  }
}
.video-play-pause {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  cursor: pointer;
  transition: all 0.25s ease-out;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  padding: 8px 18px;
}
.video-play-pause::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFF;
  font-size: 16px;
  opacity: 0.6;
}
.video-play-pause.video-play::before {
  content: '\f04b';
}
.video-play-pause.video-pause::before {
  content: '\f04c';
}
.video-play-pause:hover::before {
  opacity: 0.9;
}
.video-desktop {
  display: block;
}
.video-mobile {
  display: none;
}
@media (max-width: 640px) {
  .video-desktop {
    display: none;
  }
  .video-mobile {
    display: block;
  }
}
.performance .tapered-pre-title {
  font-size: 2.4em;
}
.performance .tapered-pre-title a {
  color: inherit;
  text-decoration: none;
}
.performance .tapered-pre-title a:hover {
  text-decoration: underline;
}
.performance .block-space {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .performance .tapered-pre-title {
    font-size: 2.2em;
  }
  .performance .gorillazTitulo {
    font-size: 3.4em;
  }
}
@media (max-width: 640px) {
  .performance .tapered-pre-title {
    font-size: 2.2em;
  }
  .performance p {
    font-size: 1.8em;
  }
}
.performace-small-container {
  margin-top: 50px;
  width: 85%;
  max-width: 1180px;
}
.performance-puzzle-container {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.performance-puzzle-container .gorillazTitulo {
  font-size: 4.1em;
  line-height: 1.1;
  max-width: 560px;
}
.performance-puzzle-container strong {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.25em;
}
.performance-puzzle-container p {
  margin: 0 0 50px;
}
.performance-puzzle-column {
  width: calc(50% - 10px);
}
.performance-text-link {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}
.performance-text-link span {
  border-bottom: solid 2px #333;
}
@media (max-width: 1023px) {
  .performace-small-container {
    width: 100%;
  }
  .performance-puzzle-container .gorillazTitulo {
    max-width: none;
  }
  .performance-puzzle-container p {
    margin: 0 0 25px;
  }
  .performance-text-link {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  .performace-small-container {
    width: 100%;
  }
  .performance-puzzle-container.performance-puzzle-container__ext {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .performance-puzzle-container.performance-puzzle-container__ext > .performance-puzzle-column {
    width: 100%;
    margin-bottom: 30px;
  }
  .performance-puzzle-container .gorillazTitulo {
    text-align: center;
  }
  .performance-puzzle-container p {
    text-align: center;
    margin: 15px 0 30px;
  }
  .performance-puzzle-column.order-1 {
    -webkit-order: 1;
    order: 1;
  }
  .performance-puzzle-column.order-2 {
    -webkit-order: 2;
    order: 2;
  }
  .performance-text-link {
    font-size: 1.4em;
  }
}
.performace-products-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4em;
  line-height: 1.1;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
}
.performace-products-container {
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.performance-product {
  width: calc(33.33% - 20px + 6px);
  margin-right: 20px;
  margin-top: 30px;
}
.performance-product:nth-child(3n) {
  margin-right: 0;
}
.performance-product-img-link {
  display: block;
  text-decoration: none;
}
.performance-product-img-link img {
  width: 100%;
}
.performance-product-img-link p {
  margin: 0;
  margin-top: 15px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.8em;
  line-height: 1.1;
}
.performance-product-img-link p.soft {
  font-size: 16px;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 10px;
  color: #333;
}
@media (max-width: 1023px) {
  .performace-products-title {
    margin: 0;
  }
  .performance-product-img-link p.soft {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .performance-product {
    width: calc(50% - 10px);
    margin-top: 30px;
  }
  .performance-product:nth-child(3n) {
    margin-right: 20px;
  }
  .performance-product:nth-child(2n) {
    margin-right: 0;
  }
}
.text-right {
  text-align: right;
}
.performance2 .text-right h2 {
  text-align: right!important;
}
@media (max-width: 640px) {
  .performance2 .text-right h2 {
    text-align: left!important;
  }
}
@media (max-width: 640px) {
  .no-breack br {
    display: none;
  }
}
.performance2 .gorillazTitulo {
  font-size: 4.8em;
}
.performance2 .subtitulo {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 3.4em;
  line-height: 1.4;
  color: #333;
  margin: 0;
}
.performance2 p {
  font-size: 1.4em;
}
.performance2 .ribcage-intro-container p {
  max-width: 460px;
}
.performance2 .no-margin-top {
  margin-top: 0;
}
.performance2 .text-width {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .performance2 .gorillazTitulo {
    font-size: 2.6em;
  }
  .performance2 .subtitulo {
    font-size: 2em;
  }
  .performance2 .tapered-pre-title {
    font-size: 1.6em;
  }
  .performance2 p {
    font-size: 1.2em;
    line-height: 1.6;
  }
  .performance2 .black-button {
    font-size: 1.1em;
    padding: 11px 20px;
  }
}
.performance2-tile-container {
  position: relative;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.performance2-tile-container .gorillazTitulo {
  line-height: 1.1;
}
.performance2-tile-small {
  width: 41%;
}
.performance2-tile-small img {
  width: 100%;
  height: auto;
  max-width: 262px;
}
.performance2-tile-large {
  width: 57%;
}
.performance2-tile-limit {
  display: inline-block;
  width: 80%;
}
.performance2-tile-full {
  max-width: 780px;
  margin: 75px auto 0;
}
.performance2-margin {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.performance2-black {
  background-color: #323232;
  color: #FFF;
  padding-bottom: 54px;
  margin-top: -137px;
}
.performance2-black p,
.performance2-black h3 {
  color: #FFF;
}
.performance2-sobreposicao {
  padding-top: 137px;
}
.performance2-tile-space {
  padding-top: 65px;
}
.performance2-video-button {
  display: block;
  position: relative;
  margin-top: 44px;
}
.performance2-video-button p {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.performance2-video-button::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 15px;
  opacity: 0.7;
  transition: all 0.25s ease-out;
}
.performance2-video-button:hover::after {
  opacity: 1;
}
.parallax-space-bottom {
  padding-bottom: 80px;
}
.performance2-gallery-container {
  width: 100%;
  max-width: 774px;
  margin: 65px auto 0;
}
.performance2-gallery-container img {
  width: 100%;
}
.performance2-gallery-container.unloaded {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.performance2-gallery-container .slick-dots {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  padding-top: 15px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.performance2-gallery-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  text-align: center;
  cursor: pointer;
}
.performance2-gallery-container .slick-dots li button {
  border: 0;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  margin: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  background-color: #FFF;
  transition: all 0.25s ease-out;
}
.performance2-gallery-container .slick-dots li button:hover,
.performance2-gallery-container .slick-dots li button:focus {
  outline: none;
  background-color: #CECECE;
}
.performance2-gallery-container .slick-dots li.slick-active button {
  background-color: #CECECE;
}
.performance2-title-absolut .gorillazTitulo {
  text-align: left;
}
.performance2-parallax-relative {
  position: relative;
  width: 100%;
  background-color: #FFF;
  z-index: 3;
}
.performance2-parallax-relative::before {
  content: '';
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  top: -150px;
  left: 0;
  background-color: #FFF;
}
.performance2-parallax-container {
  display: block;
  position: relative;
}
.performance2-parallax-content {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 0 30px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.performance2-parallax-content.fixo {
  position: relative;
  top: auto;
  left: auto;
}
@media (max-width: 640px) {
  .performance2-tile-container {
    background-color: #323232;
    color: #FFF;
  }
  .performance2-tile-container p {
    color: #FFF;
  }
  .performance2-tile-small {
    width: 100%;
    text-align: center;
  }
  .performance2-tile-large {
    width: 100%;
    text-align: center;
  }
  .ordem-1 .performance2-tile-small {
    order: 1;
    margin-top: -260px;
    margin-bottom: 15px;
  }
  .ordem-1 .performance2-tile-large {
    order: 2;
  }
  .ordem-2 .performance2-tile-small {
    order: 2;
  }
  .ordem-2 .performance2-tile-large {
    order: 1;
  }
  .performance2-title-absolut {
    position: absolute;
    width: 320px;
    top: calc(-260px - 23px);
    left: 50%;
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
    text-align: left;
    z-index: 3;
  }
  .performance2-title-absolut p {
    color: #333;
  }
  .performance2-tile-limit {
    width: 100%;
  }
  .performance2-tile-full {
    margin: 30px auto 0;
  }
  .performance2-black {
    padding-bottom: 24px;
    margin-top: 0;
  }
  .performance2-sobreposicao {
    padding-top: 0;
  }
  .performance2-tile-space {
    padding-top: 0;
  }
  .performance2-tile-space-mobile {
    height: calc(260px + 40px);
  }
  .performance2-video-button {
    margin-top: 15px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
  }
  .performance2-gallery-container {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.anim-fade {
  opacity: 0;
}
.anim-fade.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: all 1s;
}
.over-image-supercontainer {
  position: relative;
}
.over-image-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice .ribcage-intro-container {
  margin-top: 40px;
}
.voice-header-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 4em;
  line-height: 1.1;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.voice-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 5.2em;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  color: #333;
}
.voice-video-container {
  width: 80%;
}
@media (max-width: 640px) {
  .voice p {
    font-size: 1.6em;
  }
  .voice-header-title {
    font-size: 2em;
  }
  .voice-title {
    font-size: 2.2em;
  }
  .voice-video-container {
    width: 100%;
  }
}
.d501 .gorillazTitulo {
  line-height: 1.1;
}
.d501 .performance-product-img-link p {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #333;
}
@media (max-width: 640px) {
  .d501 p {
    font-size: 1.6em;
  }
  .d501 .tapered-pre-title {
    font-size: 1.4em;
    margin-bottom: 5px;
  }
  .d501 .gorillazTitulo {
    font-size: 2.6em;
  }
  .d501 .gorillazTitulo br {
    display: none;
  }
  .d501 .black-button {
    display: block;
    width: 247px;
    margin-left: auto;
    margin-right: auto;
  }
}
.d501-header-container {
  position: relative;
}
.d501-logo-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.d501-logo {
  width: 23%;
  height: auto;
}
@media (max-width: 640px) {
  .d501-logo {
    display: none;
  }
}
.d501-adjust {
  width: 460px;
}
@media (max-width: 1023px) {
  .d501-adjust {
    width: auto;
  }
}
@media (max-width: 640px) {
  .d501-adjust {
    max-width: 460px!important;
  }
}
.d501-adjust2 br {
  display: none;
}
@media (max-width: 640px) {
  .d501-adjust2 br {
    display: block;
  }
}
.ribcage2-header-container {
  position: relative;
}
.ribcage2-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ribcage2-header-pretitle {
  color: #FFF;
  font-size: 2.2em;
  line-height: 1;
  font-weight: normal;
  margin: 0;
}
.ribcage2-header-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 7.2em;
  line-height: 1;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0.1em 0 0.3em;
}
@media (max-width: 1023px) {
  .ribcage2-header-pretitle {
    font-size: 1.6em;
  }
  .ribcage2-header-title {
    font-size: 2.8em;
    margin: 0.6em 0 1em;
  }
}
.button-white_same-mobile {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #333;
  opacity: 1;
  transition: all 0.5s;
  background: white;
  text-decoration: none;
  line-height: 45px;
  padding: 0 17px;
  font-size: 1.6em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
}
.button-white_same-mobile:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .button-white_same-mobile {
    font-size: 1.4em;
  }
}
.ribcage2-header-text {
  width: 66.6666%;
  margin: 80px auto;
  text-align: center;
}
.ribcage2-header-text p {
  margin: 0;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.1em;
  color: #333;
}
@media (max-width: 640px) {
  .ribcage2-header-text p {
    font-size: 1.6em;
    line-height: 1.35;
  }
}
.ribcage2-image-container {
  position: relative;
}
@media (max-width: 640px) {
  .ribcage2-image-container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.ribcage2-btn-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
body[data-template="static/ribcage2"] .xzoom-source,
body[data-template="cms/page"] .xzoom-source {
  z-index: 10000000;
}
@media (max-width: 1023px) {
  .ribcage2-quickview {
    display: none;
  }
}
.ribcage2-bg-blue {
  background-color: #070b21;
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .ribcage2-bg-blue {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .ribcage2-bg-blue {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
.ribcage2-blue-pretitle {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1.1;
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  letter-spacing: 0.15em;
}
.ribcage2-blue-title {
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.75px #FFF;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .ribcage2-blue-title {
    font-size: 20vw;
  }
}
.ribcage2-intro-supercontainer {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 60px 0;
}
.ribcage2-intro-column {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.ribcage2-intro-column.order-1 {
  order: 1;
}
.ribcage2-intro-column.order-2 {
  order: 2;
}
.ribcage2-intro-column_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ribcage2-intro-column_text.right {
  justify-content: flex-end;
}
.ribcage2-intro-img {
  position: relative;
  display: block;
  width: 66%;
}
.ribcage2-intro-img.right {
  margin-left: auto;
  margin-right: 0;
}
.ribcage2-intro-img.center {
  margin: auto;
}
.ribcage2-intro-img img {
  max-width: 100%;
  height: auto;
}
.ribcage2-intro-text {
  width: 66%;
  color: #FFF;
}
.ribcage2-intro-text h4 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1.1;
  letter-spacing: 0.15em;
  margin: 10px 0;
}
.ribcage2-intro-text p {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.37;
  margin: 10px 0 15px;
}
.ribcage2-intro-text a {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.12;
  margin: 10px 0;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .ribcage2-intro-column {
    width: 45%;
  }
  .ribcage2-intro-column_text {
    width: 55%;
  }
  .ribcage2-intro-img {
    width: 70%;
  }
  .ribcage2-intro-text {
    width: 80%;
  }
  .ribcage2-intro-text h4 {
    font-size: 1.8em;
  }
  .ribcage2-intro-text p {
    font-size: 1.4em;
  }
  .ribcage2-intro-text a {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  .ribcage2-intro-supercontainer {
    display: block;
    margin: 40px 0 20px;
  }
  .ribcage2-intro-column {
    width: 100%;
  }
  .ribcage2-intro-column_text {
    width: 100%;
  }
  .ribcage2-intro-img {
    width: 88%;
    margin-top: 25px!important;
  }
  .ribcage2-intro-img.right {
    margin: auto;
  }
  .ribcage2-intro-text {
    width: 94%;
    text-align: center;
  }
  .ribcage2-intro-text h4 {
    font-size: 2.2em;
    margin: 20px 0;
  }
  .ribcage2-intro-text p {
    margin: 20px 0 20px;
  }
}
.ribcage2-product-supercontainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 60px 0;
}
.ribcage2-product-column {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.ribcage2-product {
  display: block;
  width: 66%;
  text-align: center;
  text-decoration: none;
}
.ribcage2-product.right {
  margin-left: auto;
  margin-right: 0;
}
.ribcage2-product img {
  max-width: 100%;
  height: auto;
}
.ribcage2-product p {
  margin: 0;
  margin-top: 20px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .ribcage2-product p {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  .ribcage2-product {
    width: 100%;
  }
  .ribcage2-product-supercontainer {
    margin: 20px 0;
  }
}
.mss-video-container {
  position: relative;
}
.mss-video-container .video-play-pause {
  position: absolute;
  z-index: 5;
  right: 35px;
  bottom: 25px;
}
.mss-video-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.mss-video-text .button-white_same-mobile {
  font-size: 1.2em;
  letter-spacing: 0.15em;
  color: #000;
}
.mss-video-pretitle {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4em;
  line-height: 1.27;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 8.3% 15px;
}
.mss-video-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 7.2em;
  line-height: 1.2;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 20px 0;
}
.mss-video-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
.mss-video-note {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.333;
  letter-spacing: 0.075em;
  color: #FFF;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .mss-video-pretitle {
    font-size: 2em;
  }
  .mss-video-title {
    font-size: 4.5em;
    letter-spacing: 4px;
  }
  .mss-video-note {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .mss-video-container .video-play-pause {
    right: 15px;
    bottom: 10px;
  }
  .mss-video-text .button-white_same-mobile {
    margin-bottom: 10px;
    min-width: 250px;
  }
  .mss-video-pretitle {
    font-size: 1.6em;
  }
  .mss-video-title {
    font-size: 4em;
    line-height: 1.4;
    letter-spacing: 3px;
  }
  .mss-video-buttons {
    flex-direction: column;
    margin: 9px 0 25px;
  }
  .mss-video-note {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    box-sizing: border-box;
  }
}
@media (max-width: 390px) {
  .mss-video-title {
    font-size: 3em;
  }
}
.ms-block-container {
  max-width: 1168px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.ms-block {
  position: relative;
  display: block;
  width: 50%;
  padding: 24px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.ms-block img {
  width: 100%;
  height: auto;
}
.ms-block-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ms-block-btn {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 5em;
  line-height: 1.2;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 640px) {
  .ms-block-container {
    padding-top: 20px;
  }
  .ms-block {
    width: 100%;
    padding: 25px 20px;
  }
  .ms-block-text {
    padding: 25px 20px;
  }
  .ms-block-btn {
    font-size: 3em;
    letter-spacing: 3px;
  }
}
.way-header-container {
  position: relative;
}
.way-header-container img {
  width: 100%;
  height: auto;
}
.way-header-title-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 640px) {
  .way-header-title-container {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.way-header-title,
.my-account h2.way-header-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  word-break: initial;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #FFF;
  color: #FFF;
  font-size: 16em;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .way-header-title,
  .my-account h2.way-header-title {
    font-size: 11vw;
  }
}
@media (max-width: 1023px) {
  .way-header-title,
  .my-account h2.way-header-title {
    font-size: 14vw;
  }
}
@media (max-width: 640px) {
  .way-header-title,
  .my-account h2.way-header-title {
    font-size: 20vw;
    -webkit-text-stroke: 1px #FFF;
  }
  .way-header-title.way-header-title-2,
  .my-account h2.way-header-title.way-header-title-2 {
    font-size: 14vw;
  }
}
.way-header-text-container {
  width: 64%;
  max-width: 930px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .way-header-text-container {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .way-header-text-container {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .way-no-br-mobile br {
    display: none;
  }
}
.way-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 4em;
  line-height: 1.125;
  color: #000;
  letter-spacing: 8px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .way-title {
    font-size: 2.8em;
  }
}
@media (max-width: 640px) {
  .way-title {
    font-size: 2.2em;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }
}
.way-title-large {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 5em;
  line-height: 1.125;
  color: #000;
  letter-spacing: 8px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .way-title-large {
    font-size: 3.4em;
  }
}
@media (max-width: 640px) {
  .way-title-large {
    font-size: 2.8em;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }
}
.way-title-medium {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1.125;
  color: #000;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .way-title-medium {
    font-size: 2em;
  }
}
@media (max-width: 640px) {
  .way-title-medium {
    font-size: 1.6em;
    line-height: 1.1;
  }
}
.way-title-small {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4em;
  line-height: 1.125;
  color: #000;
  letter-spacing: 6px;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .way-title-small {
    font-size: 2em;
  }
}
@media (max-width: 640px) {
  .way-title-small {
    font-size: 2.2em;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }
}
.way-title-margin {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .way-title-margin {
    margin-bottom: 25px;
  }
}
.way-text p {
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 1.6em;
  line-height: 1.56;
  margin: 30px 0;
}
.way-text-2 p {
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 1.6em;
  line-height: 1.56;
  margin: 0;
}
@media (max-width: 1023px) {
  .way-text-2 p {
    font-size: 1.4em;
    line-height: 1.43;
  }
}
.exception-p {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .exception-p {
    margin-bottom: 0;
  }
}
.way-margin-top-large {
  margin-top: 130px;
}
@media (max-width: 640px) {
  .way-margin-top-large {
    margin-top: 110px;
  }
}
.way-margin-top-medium {
  margin-top: 90px;
}
@media (max-width: 640px) {
  .way-margin-top-medium {
    margin-top: 80px;
  }
}
.way-quote-name {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 25px;
}
@media (max-width: 640px) {
  .way-quote-name {
    font-size: 14px;
  }
}
.way-video-img {
  width: 100%;
}
.way-video-img img {
  width: 100%;
  height: auto;
}
.way-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.way-video-wrap video {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
}
@media (max-width: 640px) {
  .way-video-wrap video {
    width: 300%;
    margin-left: -100%;
  }
}
.way-video-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.way-video-btn {
  font-size: 1.2em;
  color: #000;
  line-height: 50px;
  min-width: 210px;
  text-align: center;
  margin: 9px 15px;
}
.way-container-limit {
  position: relative;
  width: 85%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .way-container-limit {
    width: 100%;
  }
}
.way-slide-supercontainer .way-title {
  margin: 115px auto 70px;
  text-align: center;
  max-width: 1100px;
}
.way-slide img {
  width: 100%;
  height: auto;
}
.way-slide.unloaded {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.way-slide-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 45px;
}
.way-slide-counter {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
  color: #000;
  letter-spacing: 5px;
  margin: 0 20px;
}
@media (max-width: 1023px) {
  .way-slide-supercontainer .way-title {
    margin: 100px 0 50px;
  }
  .way-slide-controls {
    padding-top: 35px;
  }
  .way-slide-counter {
    font-size: 1.8em;
  }
}
@media (max-width: 640px) {
  .way-slide-supercontainer .way-title {
    margin: 60px 0 50px;
  }
  .way-slide-controls {
    padding-top: 20px;
    justify-content: center;
  }
  .way-slide-counter {
    font-size: 1.6em;
  }
}
.way-invert,
.way-invert * {
  color: #FFF !important;
}
.way-block-cotainer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.way-block-left {
  position: relative;
  width: 49%;
}
.way-block-right {
  position: relative;
  width: 47.4%;
}
.way-block-text-container {
  display: flex;
  align-items: center;
}
.way-block-text {
  width: 31vw;
  max-width: 450px;
}
.way-block-text-right {
  margin-left: auto;
  margin-right: 6%;
}
.way-block-img {
  position: relative;
}
.way-block-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.way-block-img-right {
  padding-bottom: 12%;
}
.way-img-right-1 {
  width: 79%;
  margin-left: auto;
}
.way-img-right-2 {
  width: 58%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.way-img-right-3 {
  width: 34%;
  position: absolute;
  top: 14%;
  left: -15px;
}
.way-img-left-1 {
  width: 81%;
}
.way-img-left-2 {
  width: 89%;
  position: absolute;
  left: 11%;
  top: 13%;
}
.way-img-left-3 {
  width: 66%;
  position: absolute;
  left: 9%;
  top: 8%;
}
.way-block-link {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-top: 35px;
}
.way-block-link::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.15s;
}
.way-block-link::after {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10%;
  bottom: -1px;
  transition: all 0.15s;
}
.way-block-link:hover::before {
  opacity: 1;
}
.way-block-link:hover::after {
  opacity: 1;
  bottom: -3px;
}
.way-block-link::before {
  width: 70%;
  left: 15%;
  bottom: -5px;
}
.way-block-link::after {
  width: 50%;
  left: 25%;
  bottom: -7px;
}
.way-block-link:hover::after {
  bottom: -9px;
}
@media (max-width: 1023px) {
  .way-block-text {
    width: 90%;
    max-width: none;
  }
  .way-block-text-right {
    margin-right: 0;
  }
  .way-block-link {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .way-block-left {
    width: 100%;
  }
  .way-block-right {
    width: 100%;
  }
  .way-block-text-container {
    order: 2;
  }
  .way-block-text {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .way-block-img-container {
    order: 1;
  }
  .way-block-img {
    width: 80%;
    margin: auto;
  }
  .way-block-link {
    margin-top: 20px;
  }
}
.way-bg-blue {
  position: relative;
  background-color: #00031a;
  padding-top: 85px;
  padding-bottom: 150px;
}
@media (max-width: 1023px) {
  .way-bg-blue {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  .way-bg-blue {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.way-blue-text {
  max-width: 680px;
  margin: auto;
  padding-bottom: 10px;
  background: url(../img/your-voice-your-way/text-underline.png) center bottom no-repeat;
  margin-bottom: 110px;
}
@media (max-width: 1023px) {
  .way-blue-text {
    margin-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .way-blue-text {
    padding-bottom: 1px;
    margin-bottom: 60px;
  }
}
.way-more-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .way-more-container {
    width: 100%;
  }
}
.way-more-block {
  width: 30%;
}
.way-more-block img {
  display: block;
  width: 100%;
  height: auto;
}
.way-more-block:nth-child(4),
.way-more-block:nth-child(5),
.way-more-block:nth-child(6) {
  align-self: flex-end;
}
.way-more-btn {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.277;
  color: #FFF;
  letter-spacing: 3px;
  margin: 0;
  margin-top: 25px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1023px) {
  .way-more-btn {
    font-size: 1.6em;
  }
}
@media (max-width: 640px) {
  .way-more-btn {
    font-size: 1.4em;
    letter-spacing: 0.5px;
  }
}
.way-tag-container {
  background-color: #c51230;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 56px;
  margin-bottom: -60px;
}
.way-tag {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .way-tag {
    font-size: 1.11vw;
  }
}
@media (max-width: 1023px) {
  .way-tag {
    font-size: 2vw;
  }
  .way-tag:nth-child(1),
  .way-tag:nth-child(2) {
    display: none;
  }
}
@media (max-width: 640px) {
  .way-tag {
    font-size: 3vw;
  }
  .way-tag:nth-child(3) {
    display: none;
  }
}
.js-way-up-image {
  transition: transform 800ms ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.js-way-up-image.not-visible {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.starwars-bg {
  background-color: #050505;
  color: #FFF;
}
.starwars-header-container {
  position: relative;
}
.starwars-header-container img {
  max-width: 100%;
  height: auto;
}
.starwars-header-logos {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.starwars-header-logos img {
  display: block;
  height: auto;
  max-width: 37%;
  backface-visibility: hidden;
}
@media (max-width: 640px) {
  .starwars-header-logos img {
    max-width: 88%;
  }
}
.starwars-pretitle {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  margin: 0;
  margin-top: 55px;
}
.starwars-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 7.2em;
  letter-spacing: 0.2em;
  line-height: normal;
  margin: 0;
}
.starwars-title sup {
  font-size: 0.4em;
  letter-spacing: 0;
  top: -1em;
}
.starwars-subtitle {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.8em;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 35px;
}
.starwars-subtitle sup {
  font-size: 0.5em;
  letter-spacing: 0;
  top: -0.5em;
}
.starwars-button {
  font-size: 1.2em;
  letter-spacing: 0;
  color: #000;
  padding: 1px 25px;
}
@media (max-width: 1200px) {
  .starwars-pretitle {
    font-size: 2.2em;
  }
  .starwars-title {
    font-size: 6em;
  }
}
@media (max-width: 1023px) {
  .starwars-pretitle {
    font-size: 2em;
  }
  .starwars-title {
    font-size: 4.5em;
    margin-top: 15px;
  }
  .starwars-subtitle {
    font-size: 1.6em;
  }
}
@media (max-width: 640px) {
  .starwars-pretitle {
    font-size: 1.2em;
    letter-spacing: 0.15em;
    margin-top: 23px;
  }
  .starwars-title {
    font-size: 2.5em;
    letter-spacing: 0.15em;
    margin-top: 20px;
  }
  .starwars-subtitle {
    font-family: Arial, sans-serif;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: 0.025em;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .starwars-button {
    position: relative;
    text-decoration: none;
    font-size: 1.2em;
    background: transparent;
    line-height: normal;
    letter-spacing: 0.17em;
    color: #FFF;
    padding: 0 0 10px 0;
  }
  .starwars-button::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.15s;
  }
  .starwars-button::after {
    content: '';
    display: block;
    width: 80%;
    height: 3px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 10%;
    bottom: -1px;
    transition: all 0.15s;
  }
  .starwars-button:hover::before {
    opacity: 1;
  }
  .starwars-button:hover::after {
    opacity: 1;
    bottom: -3px;
  }
  .starwars-button::before {
    width: 60%;
    left: 20%;
  }
  .starwars-button::after {
    width: 40%;
    left: 30%;
  }
}
.starwars-video-supercontainer {
  max-width: 1200px;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 90px;
}
.starwars-video-text {
  width: 37%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.starwars-video-container {
  width: 61%;
}
.starwars-video-container img {
  width: 100%;
  height: auto;
}
.starwars-video-container .icon-play-2::after {
  top: auto;
  left: auto;
  right: 3%;
  bottom: 3%;
  transform: none;
  opacity: 0.4;
  transition: all 0.25s ease-out;
}
.starwars-video-container .icon-play-2::before {
  top: auto;
  left: auto;
  right: calc(3% + 15px);
  bottom: calc(3% + 15px);
  transform: none;
  opacity: 0.4;
  transition: all 0.25s ease-out;
}
.starwars-video-container .icon-play-2:hover::after,
.starwars-video-container .icon-play-2:hover::before {
  opacity: 0.6;
}
.starwars-title-small {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 4em;
  letter-spacing: 0.2em;
  line-height: normal;
  margin: 0;
}
.starwars-p {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.075em;
  line-height: 1.33;
  margin: 0;
  max-width: 233px;
}
.starwars-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .starwars-title-small {
    font-size: 3.5em;
  }
}
@media (max-width: 1023px) {
  .starwars-title-small {
    font-size: 2.5em;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 640px) {
  .starwars-video-supercontainer {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 70px;
    text-align: center;
  }
  .starwars-video-text {
    width: 100%;
    display: block;
    order: 3;
    padding-left: 10px;
    padding-right: 10px;
  }
  .starwars-video-container {
    width: 100%;
    order: 2;
    padding-right: 15px;
    margin-top: 44px;
  }
  .starwars-video-container .icon-play-2::after {
    right: 0;
    bottom: 0;
  }
  .starwars-video-container .icon-play-2::before {
    right: 15px;
    bottom: 15px;
    margin-right: 2px;
  }
  .starwars-video-container .icon-play-2::after,
  .starwars-video-container .icon-play-2::before {
    transform: scale(0.5, 0.5);
  }
  .starwars-title-small {
    font-size: 2.5em;
    letter-spacing: 0.15em;
  }
  .starwars-p {
    max-width: 262px;
    margin: auto;
    margin-top: 15px;
  }
  .starwars-desktop {
    display: none;
  }
  .starwars-mobile {
    display: block;
  }
}
.starwars-slide {
  margin-top: 220px;
  position: relative;
}
.starwars-slide.unloaded {
  height: 0;
  overflow: hidden;
}
.starwars-slide .slick-prev,
.starwars-slide .slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
  cursor: pointer;
  transition: all 0.25s ease-out;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  z-index: 10;
}
.starwars-slide .slick-prev:focus,
.starwars-slide .slick-next:focus {
  outline: 0;
}
.starwars-slide .slick-prev::after,
.starwars-slide .slick-next::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 65px;
  color: #cecece;
}
.starwars-slide .slick-prev {
  left: 10px;
}
.starwars-slide .slick-prev::after {
  content: '\f104';
}
.starwars-slide .slick-next {
  right: 10px;
}
.starwars-slide .slick-next::after {
  content: '\f105';
}
.starwars-slide-btn {
  display: block;
  padding-left: 48px;
  text-align: center;
  text-decoration: none;
}
.starwars-slide-btn:last-child {
  padding-right: 48px;
}
.starwars-slide-btn:hover .starwars-slide-name {
  text-decoration: none;
}
.starwars-slide-name {
  display: inline-block;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #FFF;
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.41;
  letter-spacing: 0.075;
  /*border-bottom: solid 1px #FFF;*/
  text-decoration: underline;
  margin: 10px 0 0 0;
  max-width: 264px;
}
@media (max-width: 1023px) {
  .starwars-slide {
    margin-top: 150px;
  }
  .starwars-slide-btn {
    padding-left: 30px;
  }
  .starwars-slide-btn:last-child {
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .starwars-slide {
    margin-top: 78px;
  }
  .starwars-slide-btn {
    padding-left: 20px;
  }
  .starwars-slide-btn:last-child {
    padding-right: 20px;
  }
  .starwars-slide-name {
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 0;
    margin-top: 15px;
    text-decoration: none;
  }
}
.starwars-title-special {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 16em;
  line-height: 1;
  letter-spacing: 0,040em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #faea18;
  margin: 190px 0 130px;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .starwars-title-special {
    font-size: 11.11vw;
  }
}
@media (max-width: 1023px) {
  .starwars-title-special {
    margin: 120px 0 80px;
  }
}
@media (max-width: 640px) {
  .starwars-title-special {
    font-size: 17.5vw;
    margin: 65px 0 35px;
    -webkit-text-stroke: 1px #faea18;
    letter-spacing: 0;
  }
}
.starwars-footer {
  margin-bottom: -60px;
}
.starwars-footer img {
  max-width: 100%;
}
.starwars-button-footer {
  margin: 35px auto 90px;
}
.tooltip-regular {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}
.no-break {
  white-space: pre;
}
.btn-more {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 700;
  color: black;
  text-decoration: underline;
}
.btn-more.invert {
  color: white;
}
.btn-back-container {
  margin-top: 50px;
}
.my-account {
  margin-top: 96px;
}
.my-account h2 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: black;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.my-account h2.invert {
  color: white;
}
@media (max-width: 1400px) {
  .my-account h2 {
    font-size: calc(14.85714px + 1.19048vw);
  }
}
@media (max-width: 767px) {
  .my-account h2 {
    font-size: 24px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 767px) {
  .my-account {
    margin-top: 64px;
  }
}
.my-account-container {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.my-account-nav-box {
  width: 16vw;
  margin-right: 8vw;
  flex-shrink: 0;
}
.my-account-content-box {
  width: 68vw;
}
@media (max-width: 1023px) {
  .my-account-nav-box {
    width: 20vw;
    margin-right: 4vw;
  }
}
@media (max-width: 767px) {
  .my-account-container {
    display: block;
  }
  .my-account-nav-box {
    margin-left: -4vw;
    margin-right: -4vw;
    width: auto;
    margin-right: 0;
    padding-left: 8vw;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 45px;
  }
  .my-account-nav-box::-webkit-scrollbar {
    display: none;
  }
  .my-account-content-box {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .my-account-nav-box {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
.my-account-nav {
  display: block;
  width: 100%;
}
.my-account-nav .nav-item {
  display: block;
  position: relative;
}
.my-account-nav .nav-item.active a {
  text-decoration: underline;
  font-weight: 700;
}
.my-account-nav a {
  display: block;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
}
.my-account-nav a:hover {
  text-decoration: underline;
  font-weight: 700;
}
.nav-item-menu a {
  display: inline-block;
  vertical-align: middle;
}
.nav-item-menu::after {
  content: '\e90d';
  font-family: 'levis' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.nav-item-menu:focus {
  outline: 0;
}
.nav-item-menu:hover a {
  text-decoration: underline;
  font-weight: 700;
}
.nav-item-menu.active::after {
  content: '\e90e';
}
.nav-item-submenu {
  display: none;
  padding-left: 20px;
}
.nav-item-submenu.active {
  display: block;
}
@media (max-width: 767px) {
  .my-account-nav {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap!important;
    white-space: nowrap;
    width: initial;
  }
  .my-account-nav::after {
    content: '';
    display: inline-block;
    width: 8vw;
    height: 3px;
    flex-shrink: 0;
  }
  .my-account-nav .nav-item {
    padding-right: 24px;
  }
  .my-account-nav .nav-item:last-child {
    padding-right: 0;
  }
  .my-account-nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
  }
  .nav-item-container {
    position: relative;
  }
  .nav-item-submenu {
    padding-left: 0;
    padding-top: 5px;
  }
  .nav-item-submenu.active {
    display: flex;
  }
  .nav-item-submenu .nav-item:last-child {
    padding-right: 24px;
  }
}
.user-title-21 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.user-title-21_margin {
  margin-bottom: 32px;
}
.btn-tolltip {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  cursor: pointer;
}
.btn-tolltip::after {
  content: '\e901';
  font-family: 'levis247' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8C8C8C;
  font-size: 20px;
}
.avatar-supercontainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.avatar-container {
  flex-shrink: 0;
  margin-top: 20px;
  margin-right: 22px;
}
.avatar-container:last-child {
  margin-right: 0;
}
.avatar {
  background-color: #ebebeb;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.avatar.active {
  background-color: #C41320;
}
.avatar.active .avatar-icon {
  color: #FFF;
}
.avatar-icon {
  color: #666;
  font-size: 40px;
}
@media (max-width: 620px) {
  .avatar {
    width: 60px;
    height: 60px;
  }
  .avatar-icon {
    font-size: 36px;
  }
}
.interesse-container {
  flex-shrink: 0;
  margin-top: 18px;
  margin-right: 22px;
}
.interesse-container:last-child {
  margin-right: 0;
}
.interesse {
  position: relative;
  width: 68px;
  text-align: center;
  cursor: pointer;
}
.interesse.active .interesse-bg {
  color: #C41320;
}
.interesse.active .interesse-icon {
  color: #FFF;
}
.interesse.active .interesse-name {
  color: #C41320;
}
.interesse-bg {
  font-size: 80px;
  color: #ebebeb;
}
.interesse-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.interesse-icon {
  color: #666;
  font-size: 32px;
}
.interesse-icon.shrink {
  font-size: 18px;
}
.interesse-icon.shrink2 {
  font-size: 26px;
}
.interesse-name {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1;
  color: #666;
  margin: 12px 0 0;
}
@media (max-width: 620px) {
  .interesse-container {
    margin-right: 22px;
  }
  .interesse-container:last-child {
    margin-right: 0;
  }
  .interesse {
    width: 61px;
  }
  .interesse-bg {
    font-size: 62px;
  }
  .interesse-icon-container {
    left: 5px;
    width: 51px;
    height: 51px;
  }
  .interesse-icon {
    font-size: 27px;
  }
  .interesse-icon.shrink {
    font-size: 14px;
  }
  .interesse-icon.shrink2 {
    font-size: 20px;
  }
  .interesse-name {
    font-size: 1em;
  }
}
.favorite-store-btn {
  font-size: 1.6em;
  text-decoration: none;
  color: #333;
  margin-top: 10px;
  display: none;
}
.favorite-store-btn::after {
  content: '\e918';
  font-family: 'levis247' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #C41320;
  margin-left: 8px;
}
.favorite-store-btn:hover {
  color: #000;
}
.favorite-store .select2-results__options {
  max-height: 200px!important;
}
.favorite-store .select2-selection__rendered {
  font-family: interstate, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.6em !important;
  color: #333 !important;
}
.coins-container {
  max-width: 1110px;
}
.coins-container .generic-pagination {
  border-top: 0;
}
.coins-extract {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 56px;
  color: black;
  margin: 20px 0;
}
.coins-extract::after {
  content: '\e90a';
  font-family: 'levis247' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #C41320;
  font-size: 0.4em;
  margin-left: 0.5em;
}
.coins-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: solid 1px #E9E9E9;
}
.coins-list li {
  padding: 18px 0;
  border-bottom: solid 1px #E9E9E9;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  display: -webkit-flex;
  display: flex;
}
.coins-list li.invert {
  color: white;
}
.coins-list + .generic-pagination {
  border-top: 0;
}
.coins-list-date {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  color: black;
  color: #6E6E6E;
  padding-top: 5px;
  margin-right: 15px;
}
.coins-list-date.invert {
  color: white;
}
.coins-list-value {
  font-size: 1em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  display: inline-block;
  min-width: 95px;
  padding: 0 13px 0 0;
  box-sizing: border-box;
}
.coins-list-value::after {
  content: '\e90a';
  font-family: 'levis247' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.7em;
  margin-left: 0.4em;
}
.coins-list-value.positive {
  color: #C41320;
}
.coins-list-value.negative {
  color: #000;
}
.coins-list-btn {
  text-decoration: none;
  color: inherit;
}
.btn-more-coins {
  margin: 20px 0;
}
.usertabs-container {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
}
.usertabs-container li {
  padding-top: 20px;
  padding-right: 45px;
  padding-bottom: 38px;
}
.usertabs-container li:last-child {
  padding-right: 0;
}
.usertabs-btn {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.usertabs-btn.invert {
  color: white;
}
.usertabs-btn:hover {
  border-color: black;
}
.usertabs-btn.active {
  font-weight: 700;
  border-color: black;
}
.usertabs-content {
  display: none;
}
@media (max-width: 620px) {
  .usertabs-container li {
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 17px;
  }
  .usertabs-btn {
    font-size: 1.3em;
  }
}
.discount-ico-container {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 44px;
}
.discount-ico-bg {
  flex-shrink: 0;
  width: 146px;
  height: 70px;
  background: url(../img/desconto.svg) center no-repeat;
  background-size: contain;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-ico-value {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 3.5em;
  color: #C41320;
  line-height: 0;
  letter-spacing: -2px;
  padding-bottom: 5px;
}
.discount-ico-value span {
  font-size: 0.8em;
}
.discount-ico-text-1 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2em;
  color: black;
  padding: 0 10px;
}
.discount-ico-text-2 {
  display: block;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #333;
  line-height: 1;
}
.discount-ico-text-3 {
  display: block;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.4em;
  color: #C41320;
  line-height: 1;
}
.discount-ico-text-3::after {
  content: '\e90a';
  font-family: 'levis247' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.6em;
  margin-left: 0.4em;
}
.discount-text {
  font-size: 1.6em;
  color: #333;
  margin-bottom: 38px;
}
.discount-store {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.125em;
}
.discount-date {
  font-size: 0.875em;
}
@media (max-width: 620px) {
  .discount-ico-container {
    margin: 13px 0 30px;
  }
  .discount-ico-bg {
    width: 112px;
    height: 54px;
  }
  .discount-ico-value {
    font-size: 3em;
    padding-bottom: 5px;
  }
  .discount-ico-text-1 {
    font-size: 1.4em;
    padding: 0 8px;
  }
  .discount-ico-text-2 {
    font-size: 1em;
  }
  .discount-ico-text-3 {
    font-size: 1.8em;
  }
  .discount-text {
    font-size: 1.4em;
  }
}
.notifications-list li {
  flex-wrap: wrap;
}
.notifications-margin {
  width: 110px;
  flex-shrink: 0;
}
.notifications-list-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 7%;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
.notifications-list-btn::after {
  content: '\e919';
  font-family: 'levis-21' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 8px;
  color: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.notifications-list-btn:hover {
  text-decoration: underline;
}
.notifications-list-btn.active {
  font-weight: 700;
  text-decoration: underline;
}
.notifications-list-btn.active::after {
  content: '\e918';
}
.notifications-container {
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  padding-right: 7%;
  display: none;
}
.notifications-container img {
  max-width: 100%;
}
.notifications-content {
  padding: 12px 0;
}
.notifications-content p {
  margin: 1em 0;
}
.notifications-link {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
.notifications-link:hover {
  text-decoration: none;
}
.hp-section-margin-large {
  margin-bottom: 90px;
}
@media (max-width: 640px) {
  .hp-section-margin-large {
    margin-bottom: 70px;
  }
}
.home-hover {
  position: relative;
  text-decoration: none;
}
.home-hover::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.15s;
}
.home-hover::after {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10%;
  bottom: -1px;
  transition: all 0.15s;
}
.home-hover:hover::before {
  opacity: 1;
}
.home-hover:hover::after {
  opacity: 1;
  bottom: -3px;
}
.home-hover-2 {
  position: relative;
  text-decoration: none;
}
.home-hover-2::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.15s;
}
.home-hover-2::after {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10%;
  bottom: -1px;
  transition: all 0.15s;
}
.home-hover-2:hover::before {
  opacity: 1;
}
.home-hover-2:hover::after {
  opacity: 1;
  bottom: -3px;
}
.home-hover-2::after {
  bottom: -3px;
}
.home-hover-2:hover::after {
  bottom: -5px;
}
.home-hover-white::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='white'/%3E%3C/svg%3E");
}
.home-hover-white::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='white'/%3E%3C/svg%3E");
}
.content-swap-images-menu {
  position: relative;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
}
.swap-images-pretitle {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 4em;
  letter-spacing: 0.15em;
  line-height: 1.125;
  text-transform: uppercase;
  max-width: 900px;
  margin: 0 auto;
  color: #000;
}
.swap-images-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-weight: 500;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.75px #000;
  font-size: 16em;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.stroke-125 {
  -webkit-text-stroke: 1.25px #000;
}
.swap-images-columns-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -45px;
  position: relative;
  z-index: 1;
}
.swap-images-column {
  position: relative;
  width: 48%;
  min-height: 523px;
}
.swap-images {
  position: absolute;
  background-size: cover;
  background-position: center;
  transition: transform 800ms ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.swap-images.active {
  z-index: 2;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.swap-images-0 {
  width: 458px;
  height: 458px;
  top: 30px;
  left: 0;
  z-index: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.swap-images-1 {
  width: 523px;
  height: 523px;
  top: 0;
  left: 30px;
  z-index: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.swap-images-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swap-images-btn {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 4em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: inline-block;
  min-width: 280px;
  text-align: center;
}
.swap-images-btn::before {
  opacity: 0;
}
.swap-images-btn::after {
  opacity: 0;
}
.swap-images-btn:hover::after {
  bottom: 2px;
}
.swap-images-mobile-container {
  display: none;
}
@media (max-width: 1024px) {
  .swap-images-title {
    font-size: 15vw;
    letter-spacing: 0;
  }
  .swap-images-columns-container {
    display: none;
  }
  .swap-images-mobile-container {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -35px;
    z-index: 1;
  }
  .swap-images-mobile-scroll {
    width: 100%;
    overflow: hidden;
  }
  .swap-images-mobile-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .swap-images-mobile-btn {
    display: block;
    padding-bottom: 20px;
    text-decoration: none;
    text-align: center;
    width: 48%;
  }
  .swap-images-mobile-btn span {
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 1.6em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
  }
  .swap-images-mobile {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .swap-images-mobile-content {
    width: 116%;
    margin-left: -8%;
  }
  .swap-images-mobile-btn:first-child span {
    margin-left: 8%;
  }
  .swap-images-mobile-btn:last-child span {
    margin-right: 8%;
  }
}
@media (max-width: 640px) {
  .swap-images-pretitle {
    font-size: 2.5em;
  }
  .swap-images-title {
    margin-top: 17px;
  }
  .swap-images-mobile-container {
    margin-top: -4vw;
  }
  .swap-images-mobile-content {
    width: 120%;
    margin-left: -10%;
  }
  .swap-images-mobile-btn:first-child span {
    margin-left: 10%;
  }
  .swap-images-mobile-btn:last-child span {
    margin-right: 10%;
  }
}
@media (max-width: 580px) {
  .swap-images-mobile-content {
    width: 130%;
    margin-left: -15%;
  }
  .swap-images-mobile-btn:first-child span {
    margin-left: 18%;
  }
  .swap-images-mobile-btn:last-child span {
    margin-right: 18%;
  }
}
.js-up-image {
  transition: transform 800ms ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.js-up-image.not-visible {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.content-background-change {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.content-background-change.active .background-change {
  opacity: 1;
  z-index: 1;
}
.content-background-change.active .background-change-title {
  color: #FFF;
}
.content-background-change.active .background-change-btn {
  color: #FFF;
}
.content-background-change.index .background-change {
  z-index: 1;
}
.background-change {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #050615;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0, -0.005, 0.08, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.background-change-columns-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.background-change-column-1 {
  position: relative;
  width: 60%;
  max-width: 767px;
}
.background-change-column-2 {
  width: 31%;
}
.background-change-column-2_description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.background-change-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
}
.background-change-image-front {
  position: relative;
  z-index: 2;
}
.background-change-image-back {
  z-index: 1;
  position: absolute;
  top: 24px;
  left: 24px;
}
.background-change-image-back.go-left {
  left: -24px;
}
.background-change-text {
  margin-top: 100px;
}
.background-change-text-2 {
  opacity: 0.8;
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.2;
  letter-spacing: 0.075em;
  color: #000;
  max-width: 270px;
}
.background-change-text-2 p:last-child {
  margin-bottom: 0;
}
.background-change-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  font-size: 4em;
  letter-spacing: 0.15em;
  line-height: 1.13;
  margin: 0;
  margin-bottom: 0.5em;
  transition: all 0.25s ease-out;
}
.background-change-title span {
  white-space: nowrap;
}
.background-change-btn {
  display: inline-block;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  font-size: 1.2em;
  line-height: 1.4;
  letter-spacing: 0.075em;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.background-change-btn::after {
  bottom: -3px;
}
.background-change-btn:hover::after {
  bottom: -5px;
}
.background-change-desktop {
  display: block;
}
.background-change-mobile {
  display: none;
}
@media (max-width: 1440px) {
  .content-background-change {
    padding-left: 10vw;
    padding-right: 3vw;
  }
  .content-background-change.content-inverse {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .background-change-text {
    margin-top: 7vw;
  }
  .background-change-title {
    font-size: 2.8vw;
  }
}
@media (max-width: 1024px) {
  .content-background-change {
    padding-left: 8vw;
  }
  .content-background-change.content-inverse {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 640px) {
  .content-background-change {
    padding-left: 0;
    padding-right: 0;
  }
  .content-background-change.content-inverse {
    padding-left: 0;
    padding-right: 0;
  }
  .content-background-change.content-inverse .background-change-text {
    margin-top: 0;
  }
  .background-change-column-1 {
    width: calc(100% - 10px);
    order: 2;
  }
  .background-change-column-2 {
    width: calc(100% - 10px);
    order: 1;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .background-change-image-back {
    top: 10px;
    left: 10px;
  }
  .background-change-image-back.go-left {
    left: -10px;
  }
  .background-change-text {
    margin-top: 7vw;
  }
  .background-change-text-2 {
    margin-top: 20px;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    order: 3;
    text-align: center;
  }
  .background-change-title {
    font-size: 25px;
  }
  .background-change-desktop {
    display: none;
  }
  .background-change-mobile {
    display: block;
  }
}
.content-home-catlog {
  position: relative;
}
.home-catlog-columns-container {
  width: 927px;
  max-width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  margin-top: -40px;
  position: relative;
}
.home-catlog-column {
  position: relative;
  width: 46%;
}
.home-catlog-column-single {
  width: calc(46% + 24px);
  margin-bottom: -24px;
}
.home-catlog-column-single .home-catlog-btn p {
  margin-top: 31px;
}
.home-catlog-btn {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.home-catlog-btn p {
  margin: 0;
  margin-top: 32px;
  font-size: 1.6em;
  line-height: 1.56;
  letter-spacing: 0.075em;
  color: #000;
  font-family: Arial, sans-serif;
}
.home-catlog-btn h3 {
  margin: 0;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1.56;
  letter-spacing: 0.075em;
  color: #000;
}
.home-catlog-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 126%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .home-catlog-columns-container {
    margin-top: -35px;
  }
}
@media (max-width: 640px) {
  .home-catlog-columns-container {
    max-width: 100%;
    display: block;
    margin-top: -4vw;
  }
  .home-catlog-column {
    width: 88%;
    /*margin-left: 10px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .home-catlog-column:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  .home-catlog-column:last-child {
    margin-right: 0;
  }
  .home-catlog-column-single {
    width: calc(83% + 10px);
    margin-bottom: -10px;
    margin-left: auto;
    margin-top: 30px;
  }
  .home-catlog-column-single .home-catlog-btn p {
    margin-top: 20px;
  }
  .home-catlog-btn p {
    margin-top: 30px;
    padding: 0 10px;
  }
  .home-catlog-btn h3 {
    padding: 0 10px;
  }
}
.content-type-4 {
  padding-top: 0;
}
.content-type-4 .new-buttons a {
  position: relative;
  color: #000;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  opacity: 1;
  transition: all 0.5s;
  background: white;
  text-decoration: none;
  line-height: 1.4;
  font-size: 1.2em;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
  padding: 17px 25px 15px;
  letter-spacing: 0.075em;
}
.content-type-4 .new-buttons a::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.15s;
}
.content-type-4 .new-buttons a::after {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='%23C41230'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 10%;
  bottom: -1px;
  transition: all 0.15s;
}
.content-type-4 .new-buttons a:hover::before {
  opacity: 1;
}
.content-type-4 .new-buttons a:hover::after {
  opacity: 1;
  bottom: -3px;
}
.content-type-4 .new-buttons a::before {
  opacity: 0;
  width: auto;
  height: 3px;
  left: 25px;
  right: 25px;
  bottom: 10px;
  background-size: 100% 100%;
}
.content-type-4 .new-buttons a::after {
  opacity: 0;
  width: auto;
  height: 2px;
  left: 25px;
  right: 25px;
  bottom: 9px;
  background-size: 100% 100%;
}
.content-type-4 .new-buttons a:hover::after {
  bottom: 9px;
}
.content-type-4 .new-buttons a.no-background {
  color: #FFF;
  background: transparent;
  padding: 0 0 5px;
  margin: 17px 37px 15px;
}
.content-type-4 .new-buttons a.no-background::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='white'/%3E%3C/svg%3E");
}
.content-type-4 .new-buttons a.no-background::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82 2.568c.036 1.699-3.547.36-4.332.308-1.457-.1-18.759.065-22.197.054-1.466-.005-15.946-.361-16.682-.378-1.378-.03-7.148-.193-8.656-.17-1.2.017-14.44.345-16.02.404-1.2.044-9.782-.2-10.583-.247C2.663 2.487.014 3.376 0 1.501-.017-.67 2.378.23 3.49.203c1.172-.027 8.753.205 9.655.173.635-.022 17.965-.4 19.035-.377 1.623.035 12.802.269 14.052.29C47.495.313 61.47.532 62.776.54 64.51.551 70.418.274 71.64.286c1.591.015 7.335.628 8.6.422.86-.14 1.771.226 1.76 1.86z' fill='white'/%3E%3C/svg%3E");
}
.content-type-4 .new-buttons a.no-background::before {
  opacity: 1;
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.content-type-4 .new-buttons a.no-background::after {
  opacity: 1;
  width: 80%;
  height: 3px;
  left: 10%;
  right: 10%;
  bottom: -3px;
  background-size: cover;
}
.content-type-4 .new-buttons a.no-background:hover::after {
  bottom: -5px;
}
@media (max-width: 1023px) {
  .content-type-4 .new-buttons a {
    line-height: 17px;
    width: 220px;
    font-size: 12px;
    margin: 0 12px 10px;
    padding: 15px 5px;
    box-sizing: border-box;
  }
  .content-type-4 .new-buttons a::before {
    display: none;
  }
  .content-type-4 .new-buttons a::after {
    display: none;
  }
  .content-type-4 .new-buttons a.no-background {
    line-height: 17px;
    width: auto;
    margin: 20px 0;
    padding: 0 0 5px;
  }
  .content-type-4 .new-buttons a.no-background::before {
    display: initial;
  }
  .content-type-4 .new-buttons a.no-background::after {
    display: initial;
  }
}
.content-bg-contrast {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.highlight-p {
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1.56;
  letter-spacing: 0.075em;
  color: #FFF;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .highlight-p {
    margin-bottom: 20px;
  }
}
.highlight-size-container {
  width: 100%;
}
.highlight-size {
  position: relative;
  width: 100%;
  /*min-height: 80vh;*/
}
.highlight-size-img-wrap {
  /*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;*/
}
.highlight-size-img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  /*-o-object-fit: cover;
    object-fit: cover;*/
}
/*highlight no image*/
.home-high-text-container {
  text-align: center;
  padding: 60px 0 90px;
}
.home-high-text-pretitle {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.27;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 8.3% 15px;
}
.home-high-text-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 4em;
  line-height: 1.125;
  color: #C41320;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 8.3% 5px;
}
.home-high-text-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 25px;
}
.home-high-btn {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 1.2em;
  line-height: 1.42;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin: 0 15px;
}
.home-high-text-note {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.333;
  letter-spacing: 0.075em;
  color: #000;
}
@media (max-width: 640px) {
  .home-high-text-container {
    padding: 45px 0 70px;
  }
  .home-high-text-pretitle {
    font-size: 1.2em;
    line-height: 1.91;
    margin-left: 4.2%;
    margin-right: 4.2%;
  }
  .home-high-text-title {
    font-size: 2.5em;
    line-height: 1.2;
    margin-left: 4.2%;
    margin-right: 4.2%;
  }
  .home-high-text-buttons {
    flex-direction: column;
    margin: 9px 0 25px;
  }
  .home-high-btn {
    margin: 9px 15px;
  }
  .home-high-text-note {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.333;
    letter-spacing: 0.075em;
    color: #000;
  }
}
.home-text-wrap {
  position: absolute;
  top: 10px;
  left: 20px;
  right: 20px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.starwars-home-logo {
  display: block;
  height: auto;
  width: 447px!important;
  backface-visibility: hidden;
  margin: 42px auto 34px;
}
@media (max-width: 1023px) {
  .starwars-home-logo {
    width: 45vw!important;
    margin: 30px auto 20px;
  }
}
@media (max-width: 640px) {
  .starwars-home-logo {
    width: 308px!important;
    margin: 14px auto 20px;
    max-width: 94%;
  }
}
.home-title-1 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 640px) {
  .home-title-1 {
    font-size: 16px;
    letter-spacing: 0.15em;
  }
}
.home-buttons-1 {
  margin-bottom: 8px!important;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .home-buttons-1 {
    width: 250px;
    padding-left: 5px!important;
    padding-right: 5px!important;
  }
}
.starwars-home-logo-2 {
  display: block;
  height: auto;
  width: 482px!important;
  backface-visibility: hidden;
  margin: auto;
}
@media (max-width: 1023px) {
  .starwars-home-logo-2 {
    width: 48vw!important;
  }
}
@media (max-width: 640px) {
  .starwars-home-logo-2 {
    width: 308px!important;
    max-width: 94%;
  }
}
.home-title-2 {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-weight: normal;
  color: #ffffff;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 26px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .home-title-2 {
    font-size: 18px;
  }
}
.home-buttons-2 {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  text-decoration: underline;
  margin: 20px 20px 0;
}
.home-buttons-2:hover {
  text-decoration: none;
}
@media (max-width: 640px) {
  .home-buttons-2 {
    font-size: 20px;
  }
}
.starwars-home-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.15em;
}
.hp-carousel-shrink {
  padding-left: 100px;
  padding-right: 100px;
}
.hp-carousel-shrink .hp-carousel-left {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .hp-carousel-shrink {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 640px) {
  .hp-carousel-shrink {
    padding-left: 0;
    padding-right: 0;
  }
  .hp-carousel-shrink .hp-carousel-left {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .hp-carousel-shrink .hp-carousel-slide-btn {
    margin-right: 30px;
  }
}
.hp-carousel-container {
  display: flex;
  align-items: flex-start;
}
.hp-carousel-left {
  width: 308px;
  flex-shrink: 0;
  padding-right: 37px;
  box-sizing: border-box;
}
.hp-carousel-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.5em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  color: #333;
  margin-top: 10px;
}
.hp-carousel-text {
  opacity: 0.8;
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #000;
}
.hp-carousel-cta {
  margin-top: 30px;
}
.hp-carousel-cta .home-high-btn {
  display: inline-block;
  margin: 0 0 15px;
}
.hp-carousel-cta.desktop {
  display: block;
}
.hp-carousel-cta.mobile {
  display: none;
}
.hp-carousel-right {
  width: calc(100% - 308px);
}
.hp-carousel-slide {
  transition: opacity 0.6s ease-in;
}
.hp-carousel-slide.unloaded {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.hp-carousel-slide-btn {
  display: block;
  width: 18.6vw;
  max-width: 269px;
  margin-right: 37px;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.hp-carousel-slide-btn img {
  max-width: 100%;
}
.hp-carousel-slide-name {
  margin: 10px 0 0;
  font-size: 1.4em;
}
.hp-carousel-slide-price {
  margin: 0;
  font-size: 1.4em;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
}
@media (max-width: 1440px) {
  .hp-carousel-left {
    width: 328px;
    padding-left: 20px;
  }
  .hp-carousel-right {
    width: calc(100% - 328px);
  }
  .hp-carousel-slide-btn {
    margin-right: 2.6vw;
  }
}
@media (max-width: 640px) {
  .hp-carousel-container {
    display: block;
  }
  .hp-carousel-left {
    width: 100%;
    padding: 0 35px;
  }
  .hp-carousel-title {
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
  }
  .hp-carousel-text {
    margin-bottom: 20px;
    text-align: center;
  }
  .hp-carousel-cta {
    text-align: center;
  }
  .hp-carousel-cta.desktop {
    display: none;
  }
  .hp-carousel-cta.mobile {
    display: block;
  }
  .hp-carousel-right {
    width: 100%;
  }
  .hp-carousel-slide-btn {
    width: 72vw;
    max-width: none;
    margin-right: 0;
    padding-left: 2.5vw;
  }
  .hp-carousel-slide-btn:nth-of-type(1) {
    margin-left: 2.5vw;
  }
  .hp-carousel-slide-name {
    margin: 10px 0 0;
    font-size: 1.4em;
  }
  .hp-carousel-slide-price {
    margin: 0;
    font-size: 1.4em;
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
  }
}
.hp-background-dark {
  box-sizing: border-box;
  background-color: #070F36;
  color: #FFF;
  padding-top: 110px;
  padding-bottom: 20px;
  position: relative;
}
.hp-background-dark::before,
.hp-background-dark::after {
  content: '';
  display: block;
  background-color: #070F36;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: calc((100vw - 1440px) / 2);
}
.hp-background-dark::after {
  right: auto;
  left: 100%;
}
.hp-background-dark > div:fist-child {
  margin-top: 0;
}
.hp-background-dark .background-change-title,
.hp-background-dark .background-change-btn,
.hp-background-dark .background-change-text-2,
.hp-background-dark p,
.hp-background-dark h1,
.hp-background-dark h2,
.hp-background-dark h3,
.hp-background-dark h4,
.hp-background-dark h5,
.hp-background-dark a {
  color: #FFF;
}
@media (max-width: 640px) {
  .hp-background-dark {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.hp-background-dark + .hp-background-dark {
  padding-top: 0;
}
.hp-video-container {
  width: 100%;
  /*height: 80vh;*/
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.hp-video-container .hp-video-play-pause {
  position: absolute;
  z-index: 5;
  right: 35px;
  bottom: 25px;
}
.hp-embed-video {
  display: block;
  width: 100%;
  /*height: 100%;*/
  height: auto;
  left: 0;
  top: 0;
  /*-o-object-fit: cover;
    object-fit: cover;*/
}
.hp-video-play-pause {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  cursor: pointer;
  transition: all 0.25s ease-out;
  background-color: rgba(0, 0, 0, 0.08);
  border: 0;
  padding: 8px 18px;
}
.hp-video-play-pause::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFF;
  font-size: 12px;
  opacity: 1;
}
.hp-video-play-pause.video-play::before {
  content: '\f04b';
}
.hp-video-play-pause.video-pause::before {
  content: '\f04c';
}
.hp-video-desktop {
  display: block;
}
.hp-video-mobile {
  display: none;
}
@media (max-width: 640px) {
  .hp-video-desktop {
    display: none;
  }
  .hp-video-mobile {
    display: block;
  }
}
.hp-hero-footer {
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.hp-hero-footer p {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.333;
  letter-spacing: 0.075em;
}
.hp-logo-container {
  margin-top: 10px;
  margin-bottom: 43px;
}
.hp-logo {
  max-width: 100%;
  width: auto!important;
  height: auto;
}
[data-template="cms/page"] .pg_header {
  background: url(../img/giftguide/H219_Holiday_GiftGuide_HERO_SORT_BKGND_COPPER_Desktop.jpeg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}
[data-template="cms/page"] h2.pg_header__title {
  font-family: [object Object],[object Object],[object Object],[object Object];
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  word-break: initial;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #FFF;
  color: #FFF;
  font-size: 7vw;
  margin: 10px 0;
}
@media (min-width: 640px) {
  [data-template="cms/page"] .pg_header {
    padding-bottom: 60px;
  }
  [data-template="cms/page"] h2.pg_header__title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  [data-template="cms/page"] h2.pg_header__title {
    -webkit-text-stroke: 3px #FFF;
    font-size: 9vw;
  }
}
@media (max-width: 1024px) {
  [data-template="cms/page"] h2.pg_header__title {
    -webkit-text-stroke: 2px #FFF;
    font-size: 9vw;
  }
}
@media (max-width: 640px) {
  [data-template="cms/page"] h2.pg_header__title {
    -webkit-text-stroke: 1.5px #FFF;
    font-size: 12.9vw;
  }
}
[data-template="cms/page"] .pg_media img {
  display: block;
  max-width: 100%;
}
[data-template="cms/page"] .pg_header__group {
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
[data-template="cms/page"] .pg_header__group .pg_header__column {
  padding: 0 10px;
}
[data-template="cms/page"] .pg_banner {
  position: relative;
  display: block;
}
[data-template="cms/page"] .pg_banner .pg_banner__caption {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[data-template="cms/page"] .pg_banner h3 {
  color: white;
  text-transform: uppercase;
  font-family: [object Object],[object Object],[object Object],[object Object];
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
}
[data-template="cms/page"] .pg_tabs__inactive {
  opacity: 0.4;
}
@media (min-width: 320px) {
  [data-template="cms/page"] .pg_banner h3 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (min-width: 640px) {
  [data-template="cms/page"] .pg_banner h3 {
    font-size: 41px;
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  [data-template="cms/page"] .pg_banner h3 {
    font-size: 54px;
    line-height: 56spx;
  }
}
[data-template="cms/page"] .pg_section {
  padding-top: 40px;
}
[data-template="cms/page"] .pg_section__header {
  text-align: center;
  margin-bottom: 10px;
}
[data-template="cms/page"] .pg_section__topshort {
  padding-top: 10px;
}
[data-template="cms/page"] .pg_section__topshort2 {
  padding-top: 20px;
}
[data-template="cms/page"] .pg_section__header__title {
  font-family: [object Object],[object Object],[object Object],[object Object];
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  word-break: initial;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.8px #000;
  color: #000;
  font-size: 7vw;
  margin: 0;
}
[data-template="cms/page"] .pg_tag {
  margin: 0 0 10px;
  color: #333333;
  font-size: 16px;
  font-family: [object Object],[object Object],[object Object],[object Object];
  line-height: 18px;
  letter-spacing: 2px;
}
[data-template="cms/page"] .pg_tag__color {
  color: #c41230;
}
[data-template="cms/page"] .pg_row__initsmall {
  display: flex;
  position: relative;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
[data-template="cms/page"] .pg_row__initsmall .pg_row__column {
  padding: 0 10px;
  flex: 1;
}
@media (max-width: 639px) {
  [data-template="cms/page"] .pg_row__initsmall.slick-initialized .pg_row__column:not(.pg_column_32) {
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  [data-template="cms/page"] .pg_row_alternate .pg_row__column {
    width: 83%;
    margin-top: 25px;
  }
  [data-template="cms/page"] .pg_row_alternate .pg_row__column:first-child {
    margin-top: 0;
  }
  [data-template="cms/page"] .pg_row_alternate .pg_row__column:nth-child(odd) {
    margin-left: -10px;
    margin-right: auto;
  }
  [data-template="cms/page"] .pg_row_alternate .pg_row__column:nth-child(even) {
    margin-left: auto;
    margin-right: -10px;
  }
}
@media (min-width: 640px) {
  [data-template="cms/page"] .pg_row_alternate {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
  [data-template="cms/page"] .pg_section__topshort2 {
    padding-top: 40px;
  }
  [data-template="cms/page"] .pg_row__initsmall.pg_row {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
[data-template="cms/page"] .pg_column_32 {
  flex: 0 0 32%;
}
[data-template="cms/page"] .pg_row__vcenter {
  align-items: center;
}
[data-template="cms/page"] .pg_limit {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
[data-template="cms/page"] .pg_limit__large {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}
[data-template="cms/page"] .pg_topspace_50 {
  margin-top: 50px !important;
}
[data-template="cms/page"] a.pg_card {
  text-decoration: none;
  color: #333;
}
[data-template="cms/page"] .pg_card {
  text-align: center;
}
[data-template="cms/page"] .pg_card__media {
  margin-bottom: 10px;
}
[data-template="cms/page"] .pg_card__text__topspaced {
  margin-top: 10px;
}
[data-template="cms/page"] .pg_text {
  color: #333;
  font-size: 16px;
  font-family: [object Object],[object Object],[object Object],[object Object];
  line-height: 1.4;
}
[data-template="cms/page"] .pg_text p {
  margin-bottom: 5px;
}
[data-template="cms/page"] .pg_intro {
  color: #333;
  font-size: 16px;
  font-family: [object Object],[object Object],[object Object],[object Object];
  line-height: 1.4;
  margin: 0;
}
[data-template="cms/page"] .pg_card__title {
  font-family: [object Object],[object Object],[object Object],[object Object];
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  word-break: initial;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #FFF;
  color: #FFF;
  font-size: 3.1vw;
  line-height: 4vw;
}
@media (min-width: 640px) {
  [data-template="cms/page"] .pg_tag {
    margin-bottom: 0;
    text-transform: uppercase;
  }
  [data-template="cms/page"] .pg_text h3,
  [data-template="cms/page"] .pg_text h4,
  [data-template="cms/page"] .pg_text h5,
  [data-template="cms/page"] .pg_text h5,
  [data-template="cms/page"] .pg_text p {
    margin: 0 0 15px;
  }
  [data-template="cms/page"] .pg_row {
    display: flex;
    position: relative;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  [data-template="cms/page"] .pg_row .pg_row__column {
    padding: 0 10px;
    flex: 1;
  }
  [data-template="cms/page"] .pg_card__title {
    -webkit-text-stroke: 2px #FFF;
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media (min-width: 1024px) {
  [data-template="cms/page"] .pg_row .pg_row__column {
    padding: 0 10px;
    flex: 1;
  }
  [data-template="cms/page"] .pg_row.pg_row__gutters2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  [data-template="cms/page"] .pg_row.pg_row__gutters2 .pg_row__column {
    padding: 0 15px;
  }
}
@media (max-width: 1440px) {
  [data-template="cms/page"] .pg_section__header__title {
    -webkit-text-stroke: 1.8px #000;
    font-size: 9vw;
  }
}
@media (max-width: 1023px) {
  [data-template="cms/page"] .pg_section__header__title {
    -webkit-text-stroke: 1.8px #000;
    font-size: 9vw;
  }
  [data-template="cms/page"] .pg_intro,
  [data-template="cms/page"] .pg_text {
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  [data-template="cms/page"] .pg_section__header__title {
    -webkit-text-stroke: 1.8px #000;
    font-size: 12vw;
  }
  [data-template="cms/page"] .pg_card__title {
    font-size: 7vw;
    line-height: 9vw;
  }
}
@media (min-width: 640px) {
  [data-template="cms/page"] .pg_card__text__topspaced {
    margin-top: 20px;
  }
}
[data-template="cms/page"] .pg_tabs__label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.33s;
}
[data-template="cms/page"] .pg_tabs {
  transition: 0.33s;
}
@media (max-width: 640px) {
  [data-template="cms/page"] .pg_tabs {
    transform: scale(0.8);
  }
}
[data-template="cms/page"] .pg_header .pg_header__group .pg_header__column .pg_tabs {
  opacity: 0.4;
}
[data-template="cms/page"] .pg_tabs__content {
  display: none;
}
[data-template="cms/page"] .tabs__control {
  position: absolute;
  opacity: 0;
}
[data-template="cms/page"] .tabs__control#MEN:checked {
  height: 40px;
}
[data-template="cms/page"] .tabs__control#MEN:checked ~ .pg_header .pg_header__group .pg_header__column .pg_tabs__men {
  opacity: 1;
  transform: scale(1);
}
[data-template="cms/page"] .tabs__control#MEN:checked ~ .pg_tabs__content.pg_tabs__men {
  display: block;
}
[data-template="cms/page"] .tabs__control#WOMEN:checked {
  height: 40px;
}
[data-template="cms/page"] .tabs__control#WOMEN:checked ~ .pg_header .pg_header__group .pg_header__column .pg_tabs__women {
  opacity: 1;
  transform: scale(1);
}
[data-template="cms/page"] .tabs__control#WOMEN:checked ~ .pg_tabs__content.pg_tabs__women {
  display: block;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 639px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 639px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.outlet header .top-header {
  background-color: #f2f2f2;
}
.outlet header .top-header a {
  color: #333;
}
.outlet header .top-header .btn-login:before {
  background-color: #333;
}
.outlet header .bottom-header {
  height: 77px;
}
.outlet header .bottom-header nav {
  margin-left: 0;
  margin-top: 20px;
}
.outlet header .bottom-header nav h2 a {
  padding-bottom: 26px;
}
.outlet header .bottom-header nav .submenu {
  top: 70px;
}
.outlet header .bottom-header h1 {
  float: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -59px;
}
@media (min-width: 1251px) and (max-width: 1480px) {
  .outlet header .bottom-header h1 {
    float: left;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 20px;
  }
}
.outlet header .bottom-header h1 a {
  width: 118px;
}
@media (min-width: 1251px) {
  .outlet header .bottom-header .top-search {
    margin-top: 15px;
  }
}
.outlet header .bottom-header .btn-go-to-cart-container {
  margin-top: 8px;
}
.outlet header .bottom-header .mobile-links a.btn-search {
  margin-top: 10px;
}
@media (max-width: 470px) {
  .outlet header .bottom-header .mobile-links a.btn-search {
    left: 60px;
  }
}
.outlet header .bottom-header .mobile-links a.btn-menu {
  margin-top: 10px;
}
.outlet .user-menu {
  background-color: #f2f2f2;
}
.simple-input {
  font-size: 1.6em;
  color: #333;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: inline-block;
  height: 46px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #cccccc;
  border-radius: 0;
}
.simple-input:focus {
  outline: 0;
  border-color: #7f7f7f;
}
/*FRIENDS*/
.friends-link-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.friends-link-row input {
  width: 70%;
}
.friends-link-row button {
  width: 28.5% !important;
  min-width: 100px;
  height: 46px!important;
  line-height: 46px!important;
}
@media (max-width: 640px) {
  .friends-link-row {
    display: block;
  }
  .friends-link-row input {
    width: 100%;
  }
  .friends-link-row button {
    width: 100%!important;
    max-width: none!important;
    margin-top: 10px;
  }
}
.friends-social-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.friends-social-container p {
  margin-right: 10px;
}
.friends-social-wrap {
  display: flex;
  align-items: center;
}
.friends-social-btn {
  color: #000;
  text-decoration: none;
  font-size: 32px;
  margin-right: 27px;
  transition: all 0.25s ease-out;
}
.friends-social-btn:lasf-of-type {
  margin-right: 0;
}
.friends-social-btn:hover {
  opacity: 0.6;
}
@media (max-width: 640px) {
  .friends-social-container {
    justify-content: center;
    margin-top: 10px;
  }
}
.friends-data-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 35px 0 50px;
}
.friends-data-block {
  width: 48%;
  padding: 25px 20px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.friends-data-text {
  width: 70%;
  font-size: 1.8em !important;
  font-family: interstate, Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  margin: 0!important;
  text-align: left!important;
}
.friends-data-number {
  width: 25%;
  text-align: center;
  font-size: 2.5em !important;
  font-family: interstate, Helvetica, Arial, sans-serif !important;
  font-weight: 900 !important;
  margin: 0!important;
  color: #C41320 !important;
}
.friends-link {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #333 !important;
  text-decoration: underline!important;
}
.friends-link:hover {
  text-decoration: none!important;
}
@media (max-width: 640px) {
  .friends-data-container {
    display: block;
  }
  .friends-data-block {
    width: 100%;
    margin-top: 15px;
  }
}
.levis-tooltip {
  font-size: 20px!important;
  color: #8c8c8c;
  cursor: pointer;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16000004;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.25;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16000006;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
.mfp-wrap *,
.mfp-wrap *:after,
.mfp-wrap *:before {
  box-sizing: border-box;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  width: 90%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  max-width: 600px;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0;
  color: #FFF;
  border-radius: 50%;
  background: url(../img/close.svg) no-repeat center;
  background-size: 15px 15px;
  font-size: 0;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.7;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.white-popup .mfp-content {
  position: relative;
  background: #FFF;
  padding: 15px 15px;
  width: auto;
  width: 100%;
  max-width: 840px;
  margin: 20px auto;
}
.toast-modal .mfp-content {
  width: auto;
}
.modal-effect {
  /* start state */
  /* animate in */
  /* animate out */
}
.modal-effect .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.modal-effect.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.modal-effect.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.modal-effect.mfp-ready.mfp-bg {
  opacity: 0.25;
}
.modal-effect.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.modal-effect.mfp-removing.mfp-bg {
  opacity: 0;
}
.button.close-this {
  text-decoration: none;
}
.modal-close {
  font-size: 25px;
  color: #C41230;
  text-decoration: none;
}
.modal-content-hidden {
  display: none;
}
.mfp-container .modal-content-hidden {
  display: block;
}
.mfp-container .form-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .mfp-container .form-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .mfp-close {
    right: 20px;
    top: 14px;
  }
  .white-popup .mfp-content {
    margin-top: 80px;
  }
}
.modal-content {
  display: none;
}
.mfp-content .modal-content {
  display: block;
}
.white-popup--bordered .mfp-content {
  border: 7px solid #323232;
}
.modal--small .mfp-content {
  max-width: 445px;
}
.modal--text {
  font-size: 16px;
}
.modal--text a {
  color: #C41230;
}
.modal--text .text {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.modal--title {
  margin-top: 0;
  color: #323232;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .modal--small .mfp-content {
    max-width: 480px;
  }
}
.chat-btn {
  position: fixed;
  z-index: 999999;
  right: 20px;
  bottom: 20px;
  width: 220px;
  height: 60px;
  border: 1px solid white;
  border-radius: 100px;
  background-color: white;
  box-shadow: 0 0 4px rgba(102, 102, 102, 0.5);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.chat-btn:hover {
  background-color: #f8f8f8;
}
.chat-btn-icon {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  background-color: black;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: -2px 0 -2px -3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-btn-icon img {
  width: 65%;
  height: auto;
}
.chat-btn-text {
  flex-shrink: 1;
  width: 130px;
  margin-left: 14px;
}
.chat-btn-text-line1 {
  width: 100%;
  font-size: 16px;
  color: #262626;
  font-weight: bold;
  line-height: 19px;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis !important;
}
.chat-btn-text-line2 {
  font-size: 12px;
  color: #666;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis !important;
}
/*Window*/
.chat-container {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 17px;
  /*left: 400px;*/
  bottom: 17px;
  width: 354px;
  max-width: 90vw;
  border-radius: 4px;
  background-color: #f7f7f9;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.16), 0 4px 8px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.chat-container .floatForm .float.focused label,
.chat-container .floatForm .float.populated label,
.chat-container .floatForm .float.focused.populated label {
  background-color: #f7f7f9;
}
.chat-container .error-msg,
.chat-container .success-msg {
  margin-bottom: 0;
}
.chat-container .error-msg p,
.chat-container .success-msg p {
  padding: 0;
}
.chat-header {
  height: 50px;
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-header-col {
  display: flex;
  align-items: center;
}
.chat-logo {
  flex-shrink: 0;
  width: 30px;
  height: auto;
  margin: 0 15px;
}
.chat-title {
  flex-shrink: 1;
  padding: 5px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-header-btn {
  color: white;
  display: inline-block;
  padding: 10px 15px 10px 5px;
  text-decoration: none;
  opacity: 0.7;
}
.chat-header-btn .icon-minus {
  font-size: 24px;
}
.chat-header-btn .icon-close {
  font-size: 18px;
}
.chat-header-btn:hover {
  opacity: 1;
}
.chat-body {
  padding: 15px;
}
.chat-text {
  font-family: 'interstateregular_light';
  font-size: 1.5em;
  color: #333;
}
.chat-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  height: 120px;
  background-color: transparent;
  border: 0;
  padding: 10px;
  box-sizing: border-box;
}
.chat-send-button {
  height: 50px;
  line-height: 50px;
  background: #333;
  color: white;
  padding: 0;
  border: 0;
  font-family: 'interstateregular_bold';
  font-size: 1.6em;
  text-transform: uppercase;
  width: 100%;
  padding: 0 15px;
  transition: opacity 0.5s;
  margin-top: 18px;
}
.chat-send-button:hover {
  opacity: 0.85;
}
.title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.align-center {
  text-align: center;
}
.separator {
  border: none !important;
  height: 2px;
  background-color: #ccc;
  box-shadow: none;
}
.separator--medium {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.row--columns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.row--columns .column {
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 10px 20px;
}
.row--columns.row--columns--sty {
  position: relative;
  background: url(../img/arrow-next.svg) no-repeat center;
}
.row--columns.row--columns--sty .column {
  padding: 10px 20px;
}
.sty--text {
  font-size: 15px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-weight: normal;
  color: #C41230;
}
.modal-wrap {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-weight: 400;
  max-width: 480px;
  margin: auto;
  font-size: 16px;
}
.consent-use-text {
  font-size: 16px;
}
.consent-use-text a {
  text-decoration: underline;
  color: #069;
}
.consent-use-text a:hover {
  text-decoration: none;
  color: #069;
}
.modal-header {
  padding: 18px 16px;
}
.modal-body {
  padding: 18px 16px;
}
.input-custom-wrap label {
  font-size: 16px;
}
.input-custom-wrap {
  margin: 30px 0;
}
.button-medium {
  font-size: 16px;
}
.button-medium-fixed {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media (min-width: 600px) {
  .modal-header {
    padding: 18px 22px;
  }
  .modal-body {
    padding: 24px 22px;
  }
}
@media (min-width: 1000px) {
  .modal-header {
    padding: 18px 30px;
  }
  .modal-body {
    padding: 24px 30px;
  }
}
.button-default {
  font-size: 13px;
  font-weight: bold;
  color: #bbbbbb;
  text-decoration: none;
  border-radius: 2px;
  justify-content: center;
}
.button-default-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #080c20;
  min-width: 125px;
}
.button-link {
  background-color: transparent;
  font-size: 13px;
  color: #bbbbbb;
  text-decoration: underline;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-weight: 400;
}
.button.button-small {
  font-size: 12px;
  height: 38px;
}
@media (max-width: 1250px) {
  header .mobile-nav .menu .bottom.bottom-small-nav-group img {
    display: none;
  }
  header .mobile-nav .menu .bottom.bottom-small-nav-group {
    display: flex;
    justify-content: space-between;
  }
  .menuIdioma--small {
    display: none !important;
  }
}
#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
  right: 100px !important;
}
.title--tiny {
  font-size: 15px;
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.4;
}
/*APP STORE*/
.app-store-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.4;
  color: #333;
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 0;
}
.app-store-links-wrap {
  margin-top: 5px;
}
.app-store-links-btn {
  display: inline-block;
  opacity: 0.4;
  margin-top: 10px;
  margin-right: 10px;
  transition: all 0.25s ease-out;
}
.app-store-links-btn img {
  display: block;
}
.app-store-links-btn:hover {
  opacity: 0.8;
}
@media (max-width: 960px) {
  .app-store-title {
    font-family: interstate, Helvetica, Arial, sans-serif;
    font-weight: 900;
    line-height: 1.4;
    color: #333;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
  }
  .app-store-links-wrap {
    margin-top: 5px;
  }
  .app-store-links-btn {
    display: inline-block;
    opacity: 0.4;
    margin-top: 10px;
    margin-right: 10px;
    transition: all 0.25s ease-out;
  }
  .app-store-links-btn img {
    display: block;
  }
  .app-store-links-btn:hover {
    opacity: 0.8;
  }
}
.store-payments {
  padding-top: 20px;
  padding-bottom: 20px;
}
.store-payments-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px -3px 0;
  position: relative;
  padding: 0;
}
.store-payments-list li {
  list-style: none;
  padding: 3px;
  max-width: 50px;
}
.store-payments-list img {
  display: block;
  max-width: 100%;
  width: 50px;
}
.recover-container {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.recover-container .my-account-profile .inner-area {
  text-align: center;
  width: 28vw;
  margin: auto;
}
@media (max-width: 1023px) {
  .recover-container .my-account-profile .inner-area {
    width: 44vw;
  }
}
@media (max-width: 767px) {
  .recover-container .my-account-profile .inner-area {
    width: 100%;
  }
}
.recover-container .area {
  border-bottom: 0;
  padding-bottom: 0;
}
.recover-container .button-filled {
  width: 280px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .recover-container .button-filled {
    width: 100%;
  }
}
.recover-container .success-msg {
  margin-top: 16px;
}
iframe.web_chat_panel {
  z-index: 2147483647 !important;
}
.product-title-columns {
  display: flex;
  justify-content: space-between;
}
.social-share {
  text-align: right;
  padding-left: 40px;
  flex-shrink: 0;
}
.social-share a {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  text-decoration: none;
  margin: 5px;
}
.social-share a:last-child {
  margin-right: 0!important;
}
.social-share a:first-child {
  margin-left: 0!important;
}
@media (max-width: 1023px) {
  .product-title-columns {
    display: block;
  }
  .social-share {
    text-align: left;
    padding-left: 0;
    padding-top: 20px;
  }
}
@media (max-width: 760px) {
  .social-share a {
    font-size: 20px;
    margin: 5px 10px;
  }
}
.sold-out {
  /*.font-bold();*/
  font-size: 12px;
  font-weight: 700;
  color: #990611;
  margin: 5px 0 0;
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
}
.sold-out.large {
  font-size: 14px;
}
.gift-container {
  background-color: #F0F0F0;
  margin-top: 30px;
}
.gift-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 1.4em;
  cursor: pointer;
}
.gift-header::after {
  content: '\e902';
  font-family: 'levis' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #C41320;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}
.gift-header.active::after {
  transform: rotate(180deg);
}
.gift-img {
  width: 29px;
  height: auto;
  margin-right: 15px;
}
.gift-body {
  display: none;
}
.gift-body-inner {
  padding: 5px 15px 15px;
}
.gift-body-inner p {
  margin: 0!important;
}
.my-cart-no-products {
  text-align: center;
}
.my-cart-no-products-title {
  font-family: interstate, Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-weight: normal;
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}
.order-status {
  font-family: Helvetica-Now, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: black;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
}
.section-title-confirm {
  font-size: 14px;
  margin-top: 10px;
}
.content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
