@charset "UTF-8";
/* Type */
.light {
  font-weight: 100; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

/* Type System */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit !important;
  opacity: 0.8 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit !important;
  opacity: 0.8 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit !important;
  opacity: 0.8 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit !important;
  opacity: 0.8 !important; }

body {
  font-family: 'Pluto', sans-serif; }

h1, h2, h3, h4, h5, h6, p, a, span, textarea, input {
  font-family: 'Pluto', sans-serif; }

hr {
  border: 1px solid black; }

a {
  color: #847870; }
  a:hover {
    color: #474747; }

h3 {
  font-size: 20px;
  line-height: 24px; }
  @media only screen and (min-width: 640px) {
    h3 {
      font-size: 22px;
      line-height: 26px; } }

button {
  cursor: pointer; }

/* ICONS */
.arrow-right {
  width: 17px; }
  .arrow-right:after {
    display: block;
    content: url("../content/icons/arrow-right.svg");
    font-size: 17px;
    line-height: 17px; }

.arrow-left {
  width: 17px; }
  .arrow-left:after {
    display: block;
    content: url("../content/icons/arrow-left.svg");
    font-size: 17px;
    line-height: 17px; }

.backtotop-icon {
  background-image: url("../content/icons/backtotop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

/* Foundation — Classes que mudam o estabelecido pelo Framework */
.row {
  padding: 0 10px;
  margin: 0 auto; }
  @media only screen and (min-width: 640px) {
    .row {
      padding: 0 30px;
      padding: 0 75px; } }
  @media only screen and (min-width: 1024px) {
    .row {
      padding: 0 105px 0 105px; } }

.oh {
  overflow: hidden; }

a:focus, a:active {
  outline: none; }

/* Classes de Apoio */
.hamburger-icon {
  border: none;
  background-color: transparent;
  color: black;
  padding: 0 0px;
  width: 25px;
  height: 25px;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  transform: rotate(0deg); }
  .sticky .hamburger-icon, .open .hamburger-icon, .no-hero .hamburger-icon {
    color: black; }
  .open .hamburger-icon {
    transform: rotate(90deg); }
  .hamburger-icon div, .hamburger-icon div:after, .hamburger-icon div:before {
    height: 2px;
    width: 25px;
    background-color: white; }
    .sticky .hamburger-icon div, .open .hamburger-icon div, .no-hero .hamburger-icon div, .sticky .hamburger-icon div:after, .open .hamburger-icon div:after, .no-hero .hamburger-icon div:after, .sticky .hamburger-icon div:before, .open .hamburger-icon div:before, .no-hero .hamburger-icon div:before {
      background-color: red; }
  .hamburger-icon div {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
    .open .hamburger-icon div {
      background-color: transparent; }
    .hamburger-icon div:after, .hamburger-icon div:before {
      content: "";
      display: block;
      position: absolute; }
    .hamburger-icon div:before {
      top: 7px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
      .open .hamburger-icon div:before {
        top: 0px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .hamburger-icon div:after {
      top: -7px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
      .open .hamburger-icon div:after {
        top: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.center {
  margin-right: auto;
  margin-left: auto;
  float: none; }

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

.oh {
  overflow: hidden; }

.os {
  overflow: scroll; }

.relative {
  position: relative; }

.mb05 {
  margin-bottom: 5px; }

.mb1 {
  margin-bottom: 10px; }

.mb2 {
  margin-bottom: 20px; }

.mb3 {
  margin-bottom: 30px; }

.mb4 {
  margin-bottom: 40px; }

.mb5 {
  margin-bottom: 50px; }

.mb6 {
  margin-bottom: 60px; }

.mb7 {
  margin-bottom: 70px; }

.mb8 {
  margin-bottom: 80px; }

.mb9 {
  margin-bottom: 90px; }

.mb10 {
  margin-bottom: 100px; }

.btn {
  font-family: 'Pluto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 40px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #BBACA1;
  color: #847870;
  background-color: transparent;
  display: inline-block; }
  @media only screen and (min-width: 640px) {
    .btn {
      padding: 13px 25px 11px !important; } }
  .btn:hover {
    background-color: #BBACA1;
    color: white; }

/* Tags HTML */
body {
  font-size: 16px;
  line-height: 20px; }
  @media only screen and (min-width: 640px) {
    body {
      font-size: 16px;
      line-height: 20px; } }

html {
  margin-top: 0 !important; }

/* Estrutura genérica */
header#nav-primary {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1001;
  padding: 0px 0;
  text-align: center; }
  header#nav-primary h1, header#nav-primary h1 a {
    line-height: 0; }
  header#nav-primary .site-header-cart {
    display: block;
    top: -10px; }
    @media only screen and (min-width: 640px) {
      header#nav-primary .site-header-cart {
        display: block;
        top: -20px; } }
    header#nav-primary .site-header-cart li a {
      font-size: 12px;
      color: inherit; }
  header#nav-primary.white .site-header-cart li a {
    color: white; }
    header#nav-primary.white .site-header-cart li a img.gray {
      opacity: 0; }
    header#nav-primary.white .site-header-cart li a img.white {
      opacity: 1; }
  header#nav-primary.white.scroll .site-header-cart li a {
    color: #626262; }
    @media only screen and (min-width: 640px) {
      header#nav-primary.white.scroll .site-header-cart li a {
        color: white; } }
    header#nav-primary.white.scroll .site-header-cart li a img.gray {
      opacity: 1; }
      @media only screen and (min-width: 640px) {
        header#nav-primary.white.scroll .site-header-cart li a img.gray {
          opacity: 0; } }
    header#nav-primary.white.scroll .site-header-cart li a img.white {
      opacity: 0; }
      @media only screen and (min-width: 640px) {
        header#nav-primary.white.scroll .site-header-cart li a img.white {
          opacity: 1; } }

.main-navigation ul li a {
  color: #626262 !important; }
  .main-navigation ul li a:hover, .main-navigation ul li a:active, .main-navigation ul li a:focus {
    color: #474747 !important; }

@media only screen and (min-width: 640px) {
  .white .main-navigation ul li a {
    color: white !important; }
    .white .main-navigation ul li a:hover, .white .main-navigation ul li a:active, .white .main-navigation ul li a:focus {
      color: white; } }

nav:not(.woocommerce-MyAccount-navigation) {
  position: fixed;
  z-index: 101;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  -webkit-transition: width 0.7s 0.3s ease-in;
  -moz-transition: width 0.7s 0.3s ease-in;
  -o-transition: width 0.7s 0.3s ease-in;
  transition: width 0.7s 0.3s ease-in;
  top: 0;
  height: 73px; }
  nav:not(.woocommerce-MyAccount-navigation):before {
    content: "";
    display: block;
    height: 78px;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    /* Fallback for sad browsers */
    background-color: rgba(255, 255, 255, 0);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0));
    /* Opera */
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0));
    /* WebKit (Chrome 11+) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0) 0%), color-stop(1, rgba(255, 255, 255, 0)));
    /* WebKit (Safari 5.1+, Chrome 10+) */
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0));
    /* IE10 */
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0));
    /* W3C */
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0));
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    @media only screen and (min-width: 640px) {
      nav:not(.woocommerce-MyAccount-navigation):before {
        display: none !important; } }
  @media only screen and (min-width: 640px) {
    nav:not(.woocommerce-MyAccount-navigation) {
      border-bottom: none;
      height: auto;
      background-color: transparent !important;
      top: 40px; } }
  nav:not(.woocommerce-MyAccount-navigation) .primary-navigation {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: none; }
    @media only screen and (min-width: 1024px) {
      nav:not(.woocommerce-MyAccount-navigation) .primary-navigation {
        display: inline-block;
        left: 125px; } }
    @media (min-width: 1024px) and (max-width: 1220px) {
      nav:not(.woocommerce-MyAccount-navigation) .primary-navigation {
        display: none; } }
  nav:not(.woocommerce-MyAccount-navigation) .menu-menuprincipal-container {
    top: 0 !important;
    position: absolute; }
  nav:not(.woocommerce-MyAccount-navigation) .menu-contacts-menu-container {
    position: absolute;
    text-align: right; }
  nav:not(.woocommerce-MyAccount-navigation) .right-nav {
    text-align: right;
    z-index: 262;
    position: relative; }
    nav:not(.woocommerce-MyAccount-navigation) .right-nav .site-header-cart li {
      margin-right: 0;
      height: 45px; }
      nav:not(.woocommerce-MyAccount-navigation) .right-nav .site-header-cart li.account {
        display: none;
        pointer-events: none; }
        @media only screen and (min-width: 640px) {
          nav:not(.woocommerce-MyAccount-navigation) .right-nav .site-header-cart li.account {
            display: inline-block;
            pointer-events: auto; } }
      nav:not(.woocommerce-MyAccount-navigation) .right-nav .site-header-cart li a {
        position: relative;
        width: 25px; }
        nav:not(.woocommerce-MyAccount-navigation) .right-nav .site-header-cart li a img {
          width: 25px;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          nav:not(.woocommerce-MyAccount-navigation) .right-nav .site-header-cart li a img.white {
            position: absolute;
            top: 15px;
            left: 0;
            opacity: 0; }
    nav:not(.woocommerce-MyAccount-navigation) .right-nav ul {
      display: inline-block;
      text-align: right; }
  nav:not(.woocommerce-MyAccount-navigation) ul {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: left; }
    nav:not(.woocommerce-MyAccount-navigation) ul li {
      display: inline-block;
      margin: 0 18px 0 0; }
      nav:not(.woocommerce-MyAccount-navigation) ul li:last-of-type a {
        border-bottom: none;
        margin-left: 5px; }
      nav:not(.woocommerce-MyAccount-navigation) ul li a {
        display: block;
        margin: 0;
        letter-spacing: -1px;
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        padding: 15px 0px !important;
        letter-spacing: 0.02em;
        font-weight: 400;
        font-family: 'Pluto', sans-serif; }
        nav:not(.woocommerce-MyAccount-navigation) ul li a:hover, nav:not(.woocommerce-MyAccount-navigation) ul li a:active, nav:not(.woocommerce-MyAccount-navigation) ul li a:focus {
          outline: none; }

nav li.dropdown-link .sub-menu {
  display: none;
  position: absolute;
  background: transparent !important; }

nav li.dropdown-link a:after {
  display: none !important; }

.handheld-navigation {
  display: none; }

header#nav-primary nav {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media only screen and (min-width: 640px) {
  header#nav-primary.scroll nav {
    top: -100px; } }

header#nav-primary.scroll nav:before {
  height: 85px;
  opacity: 1;
  /* Fallback for sad browsers */
  background-color: rgba(255, 255, 255, 0);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0));
  /* Opera */
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0));
  /* WebKit (Chrome 11+) */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.7) 70%), color-stop(1, rgba(255, 255, 255, 0)));
  /* WebKit (Safari 5.1+, Chrome 10+) */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0));
  /* IE10 */
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0));
  /* W3C */
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0)); }

header#nav-primary.scroll.white .symbol-container.close img.gray {
  opacity: 1; }

header#nav-primary.scroll.white .symbol-container.close img.white {
  opacity: 0; }

header#nav-primary.scroll.white .symbol-container img.gray {
  opacity: 1; }
  @media only screen and (min-width: 640px) {
    header#nav-primary.scroll.white .symbol-container img.gray {
      opacity: 0; } }

header#nav-primary.scroll.white .symbol-container img.white {
  opacity: 0; }
  @media only screen and (min-width: 640px) {
    header#nav-primary.scroll.white .symbol-container img.white {
      opacity: 1; } }

header#nav-primary.scroll.white .menu-toggle {
  color: #626262; }
  @media only screen and (min-width: 640px) {
    header#nav-primary.scroll.white .menu-toggle {
      color: white; } }
  header#nav-primary.scroll.white .menu-toggle.close {
    color: #626262; }

header#nav-primary.scroll.white .logo-container h1, header#nav-primary.scroll.white .logo-container a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  header#nav-primary.scroll.white .logo-container h1.gray, header#nav-primary.scroll.white .logo-container a.gray {
    opacity: 1; }
    @media only screen and (min-width: 640px) {
      header#nav-primary.scroll.white .logo-container h1.gray, header#nav-primary.scroll.white .logo-container a.gray {
        opacity: 0; } }
  header#nav-primary.scroll.white .logo-container h1.white, header#nav-primary.scroll.white .logo-container a.white {
    opacity: 0; }
    @media only screen and (min-width: 640px) {
      header#nav-primary.scroll.white .logo-container h1.white, header#nav-primary.scroll.white .logo-container a.white {
        opacity: 1; } }

header#nav-primary.white .symbol-container.close img.gray {
  opacity: 1; }

header#nav-primary.white .symbol-container.close img.white {
  opacity: 0; }

header#nav-primary.white .symbol-container img.gray {
  opacity: 0; }

header#nav-primary.white .symbol-container img.white {
  opacity: 1; }

header#nav-primary.white .menu-toggle {
  color: white; }
  header#nav-primary.white .menu-toggle.close {
    color: #626262; }

header#nav-primary.white .logo-container h1, header#nav-primary.white .logo-container a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  header#nav-primary.white .logo-container h1.gray, header#nav-primary.white .logo-container a.gray {
    opacity: 0; }
  header#nav-primary.white .logo-container h1.white, header#nav-primary.white .logo-container a.white {
    opacity: 1; }

header#nav-primary .symbol-container {
  position: fixed;
  left: 23px;
  z-index: 1001;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 30px;
  display: none; }
  @media only screen and (min-width: 640px) {
    header#nav-primary .symbol-container {
      display: block; } }
  @media (min-width: 1220px) {
    header#nav-primary .symbol-container {
      opacity: 0; } }
  header#nav-primary .symbol-container img {
    width: 60px;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    header#nav-primary .symbol-container img.gray {
      opacity: 1; }
    header#nav-primary .symbol-container img.white {
      opacity: 0;
      position: absolute;
      top: 0px;
      left: 0; }

header#nav-primary.scroll .symbol-container {
  opacity: 1;
  top: 30px; }

header#nav-primary .menu-toggle {
  position: fixed;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 9999999;
  background-color: transparent !important;
  color: #626262;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 30px;
  left: 20px; }
  @media only screen and (min-width: 640px) {
    header#nav-primary .menu-toggle {
      top: 120px;
      left: 34px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); } }
  @media (min-width: 1220px) {
    header#nav-primary .menu-toggle {
      opacity: 0; } }
  header#nav-primary .menu-toggle.close span:nth-of-type(1) {
    opacity: 0; }
  header#nav-primary .menu-toggle.close span:nth-of-type(2) {
    opacity: 1; }
  header#nav-primary .menu-toggle span {
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out; }
    header#nav-primary .menu-toggle span:nth-of-type(1) {
      opacity: 1; }
    header#nav-primary .menu-toggle span:nth-of-type(2) {
      position: absolute;
      left: 0;
      opacity: 0; }
      @media only screen and (min-width: 640px) {
        header#nav-primary .menu-toggle span:nth-of-type(2) {
          right: 0;
          left: auto; } }

header#nav-primary.scroll .menu-toggle {
  opacity: 1; }

.site-branding {
  float: none !important; }

.logo-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 9999;
  text-align: center;
  margin: 0;
  width: 170px;
  top: 17px; }
  @media (max-width: 380px) {
    .logo-container {
      width: 120px;
      top: 24px; } }
  @media only screen and (min-width: 640px) {
    .logo-container {
      top: -2px;
      width: 210px; } }
  .logo-container h1, .logo-container a {
    display: block;
    width: 100%;
    margin: 0;
    max-width: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .logo-container h1.gray, .logo-container a.gray {
      opacity: 1; }
    .logo-container h1.white, .logo-container a.white {
      opacity: 0;
      position: absolute;
      top: 0px;
      width: calc(100% - 20px); }
  .logo-container img {
    width: 100%; }

.site-header-cart .cart-contents .amount {
  pointer-events: none;
  font-family: "DomaineDispNarMedium", sans-serif;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  top: 55px;
  right: -10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  display: block; }
  @media only screen and (min-width: 640px) {
    .site-header-cart .cart-contents .amount {
      font-size: 28px;
      line-height: 32px; } }

.site-header-cart .cart-contents .count {
  pointer-events: none;
  position: absolute;
  top: 65px;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0 !important;
  white-space: nowrap;
  display: block; }

.site-header-cart .cart-contents:hover .amount {
  opacity: 1;
  top: 65px;
  text-align: right; }

.site-header-cart .cart-contents:hover .count {
  opacity: 1 !important;
  top: 100px;
  white-space: nowrap; }

/* Side Bar */
.js-off-canvas-overlay {
  background-color: transparent !important;
  opacity: 0; }

#fixed-menu-bg {
  z-index: 999;
  background-color: transparent;
  min-height: 100vh;
  padding-bottom: 30px;
  height: auto;
  overflow: hidden;
  width: 100%;
  border: none; }
  #fixed-menu-bg:before {
    /* Fallback for sad browsers */
    background-color: rgba(255, 255, 255, 0);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* Opera */
    background-image: -o-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* WebKit (Chrome 11+) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(1, rgba(255, 255, 255, 0)));
    /* WebKit (Safari 5.1+, Chrome 10+) */
    background-image: -webkit-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* IE10 */
    background-image: -ms-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* W3C */
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    content: "";
    display: block;
    width: 0px !important;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 1.6s ease-out;
    -moz-transition: all 1.6s ease-out;
    -o-transition: all 1.6s ease-out;
    transition: all 1.6s ease-out; }
  #fixed-menu-bg.is-open {
    height: 100vh; }
    #fixed-menu-bg.is-open:before {
      width: 250% !important;
      -webkit-transition: all 1.6s 0.2s ease-out;
      -moz-transition: all 1.6s 0.2s ease-out;
      -o-transition: all 1.6s 0.2s ease-out;
      transition: all 1.6s 0.2s ease-out; }
      @media only screen and (min-width: 640px) {
        #fixed-menu-bg.is-open:before {
          width: 250%; } }

#fixed-menu {
  z-index: 1000;
  border: none;
  background-color: transparent;
  overflow-x: hidden;
  min-height: 100vh;
  padding-bottom: 30px;
  height: auto;
  overflow-y: auto; }
  @media only screen and (min-width: 640px) {
    #fixed-menu {
      padding-bottom: 150px; } }
  #fixed-menu:before {
    /* Fallback for sad browsers */
    background-color: rgba(255, 255, 255, 0);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* Opera */
    background-image: -o-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* WebKit (Chrome 11+) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(1, rgba(255, 255, 255, 0)));
    /* WebKit (Safari 5.1+, Chrome 10+) */
    background-image: -webkit-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* IE10 */
    background-image: -ms-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* W3C */
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 1.6s ease-out;
    -moz-transition: all 1.6s ease-out;
    -o-transition: all 1.6s ease-out;
    transition: all 1.6s ease-out; }
  #fixed-menu.is-open {
    padding-right: 20px;
    margin-right: -20px;
    height: 100vh; }
    #fixed-menu.is-open:before {
      width: 500%; }
      @media only screen and (min-width: 640px) {
        #fixed-menu.is-open:before {
          width: 60%; } }
    #fixed-menu.is-open .hero-content-container {
      opacity: 1; }
  #fixed-menu ul {
    list-style: none; }
  #fixed-menu .site-navigation-fixed,
  #fixed-menu .site-sub-navigation {
    list-style: none; }
    #fixed-menu .site-navigation-fixed li a,
    #fixed-menu .site-sub-navigation li a {
      color: #626262;
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase;
      -webkit-transition: left 0.4s ease-in-out;
      -moz-transition: left 0.4s ease-in-out;
      -o-transition: left 0.4s ease-in-out;
      transition: left 0.4s ease-in-out;
      padding: 0; }
      #fixed-menu .site-navigation-fixed li a:hover,
      #fixed-menu .site-sub-navigation li a:hover {
        position: relative;
        color: #474747; }
      #fixed-menu .site-navigation-fixed li a:before,
      #fixed-menu .site-sub-navigation li a:before {
        display: none; }
    #fixed-menu .site-navigation-fixed > li,
    #fixed-menu .site-sub-navigation > li {
      padding: 0px; }
      #fixed-menu .site-navigation-fixed > li > a,
      #fixed-menu .site-sub-navigation > li > a {
        font-family: "DomaineDispNarMedium", sans-serif;
        color: #626262;
        font-size: 30px;
        line-height: 37px;
        text-transform: none; }
        @media only screen and (min-width: 640px) {
          #fixed-menu .site-navigation-fixed > li > a,
          #fixed-menu .site-sub-navigation > li > a {
            font-size: 42px;
            line-height: 47px; } }
      #fixed-menu .site-navigation-fixed > li > ul.sub-menu,
      #fixed-menu .site-sub-navigation > li > ul.sub-menu {
        padding-top: 10px;
        padding-left: 15px; }
      #fixed-menu .site-navigation-fixed > li ul.sub-menu,
      #fixed-menu .site-sub-navigation > li ul.sub-menu {
        list-style: none;
        padding: 0px 0 15px 25px;
        display: none; }
        #fixed-menu .site-navigation-fixed > li ul.sub-menu.opn,
        #fixed-menu .site-sub-navigation > li ul.sub-menu.opn {
          display: block; }
        #fixed-menu .site-navigation-fixed > li ul.sub-menu li,
        #fixed-menu .site-sub-navigation > li ul.sub-menu li {
          margin-bottom: 0px; }
  #fixed-menu .site-navigation-fixed {
    margin: 120px 0 50px 0; }
    @media only screen and (min-width: 640px) {
      #fixed-menu .site-navigation-fixed {
        margin: 180px 0 50px 0; } }
    #fixed-menu .site-navigation-fixed .accordion-title {
      padding: 0;
      display: inline-block; }
  #fixed-menu .site-sub-navigation {
    width: 140px;
    margin: 0 0 50px;
    display: block; }
    #fixed-menu .site-sub-navigation li a {
      font-size: 21px;
      line-height: 25px;
      font-family: "DomaineDispNarMedium", sans-serif;
      text-transform: none; }

#fixed-menu-options {
  z-index: 1002;
  width: calc(230px);
  background-color: transparent;
  overflow: hidden;
  display: none; }
  @media only screen and (min-width: 640px) {
    #fixed-menu-options {
      display: block; } }
  @media only screen and (min-width: 1024px) {
    #fixed-menu-options {
      width: calc(410px); } }
  #fixed-menu-options.is-open {
    height: 100vh; }
    #fixed-menu-options.is-open .hero-content-container {
      opacity: 1;
      -webkit-transition: all 0.6s 0.6s ease-out;
      -moz-transition: all 0.6s 0.6s ease-out;
      -o-transition: all 0.6s 0.6s ease-out;
      transition: all 0.6s 0.6s ease-out; }
  #fixed-menu-options .hero-content-container {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    @media only screen and (min-width: 1024px) {
      #fixed-menu-options .hero-content-container {
        top: 0;
        right: 0;
        position: fixed;
        bottom: 0; } }
    #fixed-menu-options .hero-content-container .footer-links {
      float: left;
      width: 100%;
      padding: 0 100px 0 20px;
      display: none; }
      @media only screen and (min-width: 640px) {
        #fixed-menu-options .hero-content-container .footer-links {
          padding: 0 0px 0 35px;
          width: 230px;
          display: block;
          line-height: 100vh;
          text-align: center;
          background-color: white;
          padding: 0 25px; } }
      @media only screen and (min-width: 1024px) {
        #fixed-menu-options .hero-content-container .footer-links {
          line-height: 100vh;
          min-width: 260px;
          width: calc(33.3333vh - 1px); } }
      #fixed-menu-options .hero-content-container .footer-links .redes {
        position: relative;
        top: -20px; }
      #fixed-menu-options .hero-content-container .footer-links ul {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        list-style: none; }
        #fixed-menu-options .hero-content-container .footer-links ul li {
          margin-bottom: 15px; }
      #fixed-menu-options .hero-content-container .footer-links h2 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 8px;
        font-family: "DomaineDispNarMedium", sans-serif;
        color: #626262; }
      #fixed-menu-options .hero-content-container .footer-links a {
        font-size: 12px;
        line-height: 12px;
        margin: 0;
        color: #626262; }
    #fixed-menu-options .hero-content-container .hero-content {
      display: none; }
      @media only screen and (min-width: 640px) {
        #fixed-menu-options .hero-content-container .hero-content {
          display: none;
          position: fixed;
          right: 0;
          top: 0; } }
      @media only screen and (min-width: 1024px) {
        #fixed-menu-options .hero-content-container .hero-content {
          float: left;
          display: none;
          position: relative; } }
      #fixed-menu-options .hero-content-container .hero-content a {
        width: calc(33.3333vh - 1px);
        display: block;
        margin-bottom: 1px;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        color: #626262; }
  #fixed-menu-options .widget_product_categories {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    #fixed-menu-options .widget_product_categories .widget-title {
      display: none; }
    #fixed-menu-options .widget_product_categories .product-categories {
      display: block;
      list-style: none; }
      #fixed-menu-options .widget_product_categories .product-categories li {
        padding-left: 0; }
        #fixed-menu-options .widget_product_categories .product-categories li a {
          font-family: "DomaineDispNarMedium", sans-serif;
          color: #474747;
          font-size: 40px; }
        #fixed-menu-options .widget_product_categories .product-categories li:before {
          display: none;
          content: "";
          position: absolute;
          top: 0; }

/* Footer */
#newsletter-form {
  padding-top: 100px;
  border: none; }
  @media only screen and (min-width: 640px) {
    #newsletter-form {
      padding-top: 16px; } }
  #newsletter-form form {
    padding: 10px 10px 5px; }
  #newsletter-form label {
    text-transform: uppercase;
    color: #626262;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 5px; }
    @media only screen and (min-width: 640px) {
      #newsletter-form label {
        font-size: 12px;
        line-height: 17px; } }
  #newsletter-form h3 {
    font-size: 20px;
    line-height: 24px;
    color: #626262;
    font-family: "DomaineDispNarMedium", sans-serif;
    margin-bottom: 5px; }
    @media only screen and (min-width: 640px) {
      #newsletter-form h3 {
        font-size: 22px;
        line-height: 26px; } }
  #newsletter-form .indicates-required {
    color: #cecdcd;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 640px) {
      #newsletter-form .indicates-required {
        font-size: 12px;
        line-height: 17px; } }
  #newsletter-form .close-button {
    color: #626262;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    top: 130px;
    background-color: transparent; }
    @media only screen and (min-width: 640px) {
      #newsletter-form .close-button {
        font-size: 10px;
        line-height: 14px; } }
    @media only screen and (min-width: 640px) {
      #newsletter-form .close-button {
        top: 20px; } }
    #newsletter-form .close-button:hover {
      background-color: transparent; }

footer#main-footer {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding: 60px 0 15px 0px;
  color: #626262; }
  footer#main-footer .menu-footer-menu-container,
  footer#main-footer .menu-menu-container {
    display: inline-block; }
  @media only screen and (min-width: 1024px) {
    footer#main-footer {
      padding: 90px 0 15px 0px; } }
  footer#main-footer h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "DomaineDispNarMedium", sans-serif;
    margin-bottom: 30px;
    color: inherit; }
    @media only screen and (min-width: 640px) {
      footer#main-footer h1 {
        font-size: 55px;
        line-height: 55px; } }
    @media only screen and (min-width: 1024px) {
      footer#main-footer h1 {
        font-size: 65px;
        line-height: 65px; } }
  footer#main-footer .sentence h1 {
    display: none;
    z-index: 0;
    position: relative; }
    footer#main-footer .sentence h1.act {
      display: block; }
  footer#main-footer .footer-links {
    padding: 0 30px; }
    @media only screen and (min-width: 640px) {
      footer#main-footer .footer-links {
        padding: 0; } }
    footer#main-footer .footer-links > li {
      margin-bottom: 25px; }
      @media only screen and (min-width: 640px) {
        footer#main-footer .footer-links > li {
          margin-bottom: 0; } }

.footer-links {
  list-style: none; }
  .footer-links h2, .linha .footer-links h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px;
    font-family: "DomaineDispNarMedium", sans-serif;
    color: inherit;
    text-transform: none; }
    @media only screen and (min-width: 640px) {
      .footer-links h2, .linha .footer-links h2 {
        font-size: 22px;
        line-height: 26px; } }
  .footer-links button {
    border: 0;
    background-color: transparent;
    padding: 0; }
    .footer-links button:hover {
      padding: 0;
      border: 0;
      background-color: transparent; }
  .footer-links a, .footer-links button {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: inherit;
    z-index: 1;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .footer-links a, .footer-links button {
        font-size: 14px;
        line-height: 19px; } }
  .footer-links .redes {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative; }
    .footer-links .redes li {
      display: inline-block;
      margin: 0 3px; }

footer#main-footer {
  position: relative; }
  footer#main-footer .footer-links h2 {
    position: relative;
    z-index: 0; }
    @media only screen and (min-width: 640px) {
      footer#main-footer .footer-links h2 {
        height: 75px; } }
    @media only screen and (min-width: 1024px) {
      footer#main-footer .footer-links h2 {
        height: 45px; } }
  footer#main-footer .footer-links .redes {
    position: relative;
    top: -10px; }
    @media only screen and (min-width: 1024px) {
      footer#main-footer .footer-links .redes {
        top: -26px; } }
  footer#main-footer .footer-last-row {
    margin-top: 30px;
    font-size: 12px;
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      footer#main-footer .footer-last-row {
        font-size: 10px; } }
    @media only screen and (min-width: 640px) {
      footer#main-footer .footer-last-row {
        margin-top: 20px; } }
    footer#main-footer .footer-last-row p {
      display: block;
      margin: 10px 0 0;
      font-size: 12px;
      line-height: 17px; }
      @media only screen and (min-width: 640px) {
        footer#main-footer .footer-last-row p {
          font-size: 12px;
          line-height: 17px; } }
    footer#main-footer .footer-last-row ul {
      list-style: none;
      display: block;
      margin: 0 0 40px;
      padding: 0;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        footer#main-footer .footer-last-row ul {
          margin: 0 0 20px; } }
      @media only screen and (min-width: 1024px) {
        footer#main-footer .footer-last-row ul {
          margin: 0 0 0px;
          display: inline-block; } }
      footer#main-footer .footer-last-row ul li {
        display: block;
        margin-bottom: 0 0 10px; }
        @media only screen and (min-width: 640px) {
          footer#main-footer .footer-last-row ul li {
            display: inline-block;
            margin: 0 10px; } }
        footer#main-footer .footer-last-row ul li a {
          margin-bottom: 0;
          color: inherit;
          padding: 0;
          font-size: 12px;
          line-height: 17px;
          text-transform: uppercase; }
          @media only screen and (min-width: 640px) {
            footer#main-footer .footer-last-row ul li a {
              font-size: 12px;
              line-height: 17px; } }
  footer#main-footer div.ball {
    height: 200px;
    width: 200px;
    background-color: rgba(240, 240, 240, 0.3);
    position: absolute;
    border-radius: 50%;
    z-index: 0; }
    @media only screen and (min-width: 640px) {
      footer#main-footer div.ball {
        z-index: 0; } }
    footer#main-footer div.ball:before {
      position: absolute;
      top: 0%;
      left: 0%;
      height: 100%;
      width: 100%;
      background-color: rgba(200, 200, 200, 0.1);
      filter: blur(15px);
      display: block;
      content: "";
      border-radius: 50%; }
    footer#main-footer div.ball:nth-of-type(2) {
      left: 55%;
      top: 40%; }
    footer#main-footer div.ball:nth-of-type(3) {
      left: 50%;
      top: 20%;
      width: 70px;
      height: 70px; }
    footer#main-footer div.ball:nth-of-type(4) {
      left: 30%;
      top: 30%; }
    footer#main-footer div.ball:nth-of-type(5) {
      left: 40%;
      top: 80%;
      width: 40px;
      height: 40px; }

/* Loja */
.side-bar-hp {
  padding: 30px 0;
  border-top: 1px solid #cecdcd; }

.loja-side-bar {
  text-align: center; }
  .loja-side-bar img {
    width: 100px;
    margin-bottom: 20px; }
  .loja-side-bar p {
    font-size: 14px;
    line-height: 20px; }
    @media only screen and (min-width: 640px) {
      .loja-side-bar p {
        font-size: 14px;
        line-height: 19px; } }

.archive.post-type-archive .loja-side-bar {
  margin-bottom: 80px; }

#filter-tipologia,
#filter-colecao {
  max-width: 600px;
  width: 100%;
  height: 100vh;
  border-right: none;
  background-color: transparent;
  overflow-y: visible; }
  #filter-tipologia:before,
  #filter-colecao:before {
    content: "";
    display: block;
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Fallback for sad browsers */
    background-color: rgba(255, 255, 255, 0);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* Opera */
    background-image: -o-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* WebKit (Chrome 11+) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(1, rgba(255, 255, 255, 0)));
    /* WebKit (Safari 5.1+, Chrome 10+) */
    background-image: -webkit-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* IE10 */
    background-image: -ms-linear-gradient(to right, white, rgba(255, 255, 255, 0));
    /* W3C */
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  #filter-tipologia.is-open:before,
  #filter-colecao.is-open:before {
    width: 100%;
    pointer-events: none; }

.filter-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px; }
  @media only screen and (min-width: 1024px) {
    .filter-container {
      left: 100px; } }
  .filter-container ul {
    list-style: none;
    padding: 0;
    margin: 9; }
    .filter-container ul li {
      padding: 0;
      margin: 0; }
      .filter-container ul li.current-menu-item a:before {
        background-color: #626262 !important; }

.filter-container {
  padding-left: 15px;
  display: block;
  width: 100%; }
  .filter-container button {
    color: #626262;
    line-height: 12px !important;
    font-family: 'Pluto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    background-color: transparent;
    outline: none !important;
    margin-bottom: 30px; }
    @media only screen and (min-width: 640px) {
      .filter-container button {
        font-size: 12px;
        line-height: 17px; } }
    .filter-container button:hover {
      background-color: transparent;
      outline: none; }
  .filter-container .woocommerce-widget-layered-nav-list__item--chosen a::before {
    background: #626262; }
  .filter-container .woocommerce-widget-layered-nav-list li .count {
    display: none !important; }
  .filter-container .woocommerce-widget-layered-nav-list li a {
    display: inline-block; }
    .filter-container .woocommerce-widget-layered-nav-list li a:before {
      content: "" !important; }
  .filter-container .woocommerce-widget-layered-nav-list.chosen a:before {
    background-color: #626262 !important; }
  .filter-container li {
    padding-left: 0px !important;
    position: relative;
    width: 100%; }
    .filter-container li.dropdown-link > a:before {
      display: none; }
    .filter-container li.current-cat a:before {
      background-color: #626262; }
    .filter-container li .sub-menu {
      display: none; }
      .filter-container li .sub-menu a {
        padding: 15px 20px !important; }
    .filter-container li a {
      padding: 15px 20px !important;
      color: #626262;
      line-height: 12px !important;
      font-family: 'Pluto', sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 17px;
      display: block;
      position: relative;
      outline: none; }
      @media only screen and (min-width: 640px) {
        .filter-container li a {
          font-size: 12px;
          line-height: 17px; } }
      .filter-container li a:before {
        position: absolute;
        top: 15px;
        left: 0px;
        height: 10px;
        width: 10px;
        display: block;
        content: "";
        border: 1px solid #626262;
        border-radius: 50%; }
      .filter-container li a:hover, .filter-container li a:focus, .filter-container li a:active {
        outline: none; }
      .filter-container li a:hover:before {
        background-color: #626262; }
    .filter-container li:before {
      display: none !important; }

.checkbox-container {
  margin-bottom: 20px;
  position: relative;
  float: left;
  display: inline-block; }
  .checkbox-container label {
    margin: 0 0 0 18px;
    font-family: 'Pluto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    line-height: 12px !important;
    position: relative;
    top: -7px;
    color: #626262; }
    @media only screen and (min-width: 640px) {
      .checkbox-container label {
        font-size: 12px;
        line-height: 17px; } }
    .checkbox-container label:before {
      position: absolute;
      top: 0px;
      left: -18px;
      height: 10px;
      width: 10px;
      display: block;
      content: "";
      border: 1px solid #626262;
      border-radius: 50%; }
  .checkbox-container input[type="checkbox"] {
    position: absolute;
    top: 5;
    width: 100%;
    height: 15px;
    margin: 0;
    z-index: 10;
    opacity: 0; }
    .checkbox-container input[type="checkbox"]:checked + label:before {
      background-color: #626262; }
    .checkbox-container input[type="checkbox"]:checked + label + .sub-filter {
      max-height: 300px;
      padding: 10px 0 0 20px;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
      .checkbox-container input[type="checkbox"]:checked + label + .sub-filter li {
        opacity: 1;
        -webkit-transition: all 0.6s 0.6s ease-in-out;
        -moz-transition: all 0.6s 0.6s ease-in-out;
        -o-transition: all 0.6s 0.6s ease-in-out;
        transition: all 0.6s 0.6s ease-in-out; }
  .checkbox-container .sub-filter {
    padding: 0px 0 0 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s 0.6s ease-in-out;
    -moz-transition: all 0.6s 0.6s ease-in-out;
    -o-transition: all 0.6s 0.6s ease-in-out;
    transition: all 0.6s 0.6s ease-in-out; }
    .checkbox-container .sub-filter li {
      opacity: 0;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .checkbox-container .sub-filter li:last-of-type .checkbox-container {
      margin: 0; }

.filter-buttons {
  position: fixed;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50%;
  font-size: 12px;
  line-height: 17px;
  padding: 0;
  z-index: 100;
  left: -90px; }
  @media only screen and (min-width: 640px) {
    .filter-buttons {
      font-size: 12px;
      line-height: 17px; } }
  @media only screen and (min-width: 640px) {
    .filter-buttons {
      left: -63px; } }
  .filter-buttons button {
    color: #626262 !important;
    text-transform: uppercase;
    background-color: transparent !important;
    margin: 00px 20px;
    letter-spacing: 0.02em;
    cursor: pointer; }
    .filter-buttons button:hover {
      text-decoration: underline; }

.product.columns {
  float: left !important; }

.product-module {
  padding: 0 0 15px;
  position: relative;
  margin-bottom: 0px; }
  @media only screen and (min-width: 640px) {
    .product-module {
      margin-bottom: 0px; } }
  .product-module .added_to_cart {
    display: block;
    background: transparent;
    color: #847870;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    margin: -10px auto 0; }
    .product-module .added_to_cart:hover {
      background-color: transparent;
      color: #626262; }
  .product-module img {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 0;
    opacity: 1;
    width: 66%;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (min-width: 1024px) {
      .product-module img {
        left: 0%;
        transform: translateX(0%);
        width: 100%; } }
    .bigger-module.small-8 .product-module img {
      width: 100%; }
      @media only screen and (min-width: 1024px) {
        .bigger-module.small-8 .product-module img {
          bottom: auto;
          top: 0;
          width: 70%;
          left: 50%;
          transform: translateX(-50%); } }
    .bigger-module.small-12 .product-module img {
      width: 100%; }
      @media only screen and (min-width: 1024px) {
        .bigger-module.small-12 .product-module img {
          bottom: auto;
          top: 0;
          width: 70%;
          left: 50%;
          transform: translateX(-50%); } }
    @media only screen and (min-width: 1024px) {
      .bigger-module .product-module img {
        bottom: auto;
        top: 0;
        width: 70%;
        left: 50%;
        transform: translateX(-50%); } }
  .product-module .info-container {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }
    .product-module .info-container h2 {
      font-family: "DomaineDispNarMedium", sans-serif;
      font-size: 24px;
      line-height: 28px;
      font-size: 28px !important;
      color: #474747;
      letter-spacing: 0.02em;
      font-weight: 400;
      margin: 0 0 5px !important; }
      @media only screen and (min-width: 640px) {
        .product-module .info-container h2 {
          font-size: 28px;
          line-height: 32px; } }
    .product-module .info-container h3 {
      font-family: 'Pluto', sans-serif;
      font-size: 12px !important;
      font-weight: 100 !important;
      margin-bottom: 0; }

.storefront-sorting {
  display: none; }

ul.category-section {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  float: left;
  width: 100%; }
  ul.category-section > li {
    margin-bottom: 40px;
    float: left;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      ul.category-section > li {
        margin-bottom: 90px; } }
  ul.category-section h4.product-category-title {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #626262;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
    text-transform: capitalize; }
    @media only screen and (min-width: 640px) {
      ul.category-section h4.product-category-title {
        font-size: 28px;
        line-height: 32px; } }

.featured-products .product-module {
  text-align: center; }

.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  width: 100%;
  height: 0px !important;
  padding-bottom: calc(115% + 50px) !important;
  margin-bottom: 17px;
  text-align: center; }
  .woocommerce-LoopProduct-link {
    width: 70%;
    padding-bottom: calc(85% + 60px) !important;
    margin: 0 auto 17px; }
    @media only screen and (min-width: 640px) {
      .woocommerce-LoopProduct-link {
        padding-bottom: calc(85% + 70px) !important; } }
    @media only screen and (min-width: 1024px) {
      .woocommerce-LoopProduct-link {
        width: 100%;
        padding-bottom: calc(115% + 70px) !important; } }
  @media only screen and (min-width: 1024px) {
    .bigger-module.small-12 .woocommerce-LoopProduct-link {
      padding-bottom: calc(55% + 62px) !important; } }
  @media only screen and (min-width: 1024px) {
    .bigger-module.small-8 .woocommerce-LoopProduct-link {
      padding-bottom: calc(55% + 62px) !important; } }
  .woocommerce-LoopProduct-link img {
    position: absolute;
    width: 100%;
    opacity: 1; }
    @media only screen and (min-width: 1024px) {
      .bigger-module .woocommerce-LoopProduct-link img {
        width: 70%;
        left: 50%;
        transform: translateX(-50%); } }

.onsale {
  position: absolute;
  background-color: rgba(100, 100, 230, 0.15);
  border-color: transparent !important;
  color: #626262 !important;
  display: block;
  border-radius: 50% !important;
  bottom: 30px;
  right: 90px;
  height: 50px;
  width: 50px;
  padding: 19px 0px !important;
  font-size: 10px;
  line-height: 10px;
  font-weight: 100;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media only screen and (min-width: 640px) {
    .onsale {
      font-size: 10px;
      line-height: 14px; } }
  .onsale:hover {
    opacity: 1; }

.add_to_cart_button,
.product_type_simple {
  position: relative;
  z-index: 2; }
  .add_to_cart_button span.button-price,
  .product_type_simple span.button-price {
    font-family: "DomaineDispNarMedium", sans-serif;
    color: #474747;
    font-size: 18px;
    line-height: 10px;
    position: relative;
    top: 2px;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .add_to_cart_button:hover span,
  .product_type_simple:hover span {
    color: white; }

/* Single Page */
.storefront-product-pagination {
  display: none !important; }

.single-product .woocommerce-message {
  border-bottom: none !important;
  text-align: center;
  color: transparent;
  background-color: white;
  width: 100%;
  position: fixed;
  padding: 10px 20px 10px;
  font-size: 0;
  line-height: 0;
  bottom: 0px;
  left: 0;
  color: #626262;
  font-family: 'Pluto', sans-serif;
  margin-bottom: 0;
  min-height: 65px; }
  @media only screen and (min-width: 640px) {
    .single-product .woocommerce-message {
      min-height: 65px;
      text-align: left;
      padding: 20px calc(70px + 185px) 20px 70px;
      font-size: 15px !important;
      line-height: 23px !important; } }
  @media only screen and (min-width: 1024px) {
    .single-product .woocommerce-message {
      padding: 20px calc(125px + 185px) 20px 125px; } }
  .single-product .woocommerce-message .button {
    float: none;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Pluto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #BBACA1;
    color: #847870;
    background-color: transparent;
    border: 1px solid #BBACA1;
    background-color: #BBACA1;
    color: white;
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      .single-product .woocommerce-message .button {
        padding: 13px 25px 11px !important; } }
    .single-product .woocommerce-message .button:hover {
      background-color: #BBACA1;
      color: white; }
    .single-product .woocommerce-message .button .button-price {
      color: white; }
    .single-product .woocommerce-message .button:hover {
      background-color: #847870;
      border-color: #847870; }
    @media only screen and (min-width: 640px) {
      .single-product .woocommerce-message .button {
        right: 70px;
        left: auto;
        transform: translateX(0%); } }
    @media only screen and (min-width: 1024px) {
      .single-product .woocommerce-message .button {
        right: 125px; } }

.cart-contents {
  padding: 0 !important; }
  .cart-contents:after {
    content: "" !important;
    background-image: url("..//content/icons/cart_g.svg");
    content: "" !important;
    width: 23px;
    height: 30px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block !important;
    position: relative;
    top: 12px; }
  .white .cart-contents:after {
    background-image: url("..//content/icons/cart_w.svg"); }
  .white.scroll .cart-contents:after {
    background-image: url("..//content/icons/cart_g.svg"); }
    @media only screen and (min-width: 640px) {
      .white.scroll .cart-contents:after {
        background-image: url("..//content/icons/cart_w.svg"); } }

.single-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center; }
  .single-bg:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.product-template-default {
  padding-top: 200px !important; }
  .product-template-default .zoomImg {
    mix-blend-mode: multiply !important; }
  .product-template-default input {
    border-radius: 50px;
    background-color: transparent;
    box-shadow: none !important;
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 20px;
    line-height: 24px; }
    @media only screen and (min-width: 640px) {
      .product-template-default input {
        font-size: 22px;
        line-height: 26px; } }
    .product-template-default input:focus {
      background-color: transparent; }
  .product-template-default .quantity {
    display: inline-block; }
    .product-template-default .quantity label {
      display: none !important; }
    .product-template-default .quantity input {
      margin-bottom: 0;
      width: 100px;
      text-align: center; }

.product_title.entry-title {
  font-family: "DomaineDispNarMedium", sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 5px; }
  @media only screen and (min-width: 640px) {
    .product_title.entry-title {
      font-size: 35px;
      line-height: 35px; } }
  @media only screen and (min-width: 1024px) {
    .product_title.entry-title {
      font-size: 50px;
      line-height: 50px; } }

p.price {
  margin: 0 0 30px !important;
  font-family: "DomaineDispNarMedium", sans-serif; }
  p.price ins, p.price del {
    text-decoration: none;
    color: #626262; }
  p.price .woocommerce-Price-amount.amount {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 20px; }

.single_add_to_cart_button {
  font-family: 'Pluto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 40px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #BBACA1;
  color: #847870;
  background-color: transparent;
  border: 1px solid white;
  background-color: white;
  color: #847870;
  display: inline-block;
  margin: 0 auto;
  float: none !important; }
  @media only screen and (min-width: 640px) {
    .single_add_to_cart_button {
      padding: 13px 25px 11px !important; } }
  .single_add_to_cart_button:hover {
    background-color: #BBACA1;
    color: white; }
  .single_add_to_cart_button:hover {
    background-color: white;
    color: #847870; }
  @media only screen and (min-width: 640px) {
    .single_add_to_cart_button {
      float: left !important; } }

.woocommerce-tabs {
  background-color: transparent; }
  .woocommerce-tabs .tabs {
    background-color: transparent;
    border: none; }

.product-text-container {
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .product-text-container {
      text-align: left; } }

.gramagem {
  margin-bottom: 2px; }
  .gramagem span {
    font-size: 12px;
    line-height: 17px;
    color: inherit;
    margin-right: 5px; }
    @media only screen and (min-width: 640px) {
      .gramagem span {
        font-size: 12px;
        line-height: 17px; } }
  .gramagem a {
    font-size: 12px;
    line-height: 17px;
    color: inherit;
    opacity: 0.7;
    margin-right: 5px; }
    @media only screen and (min-width: 640px) {
      .gramagem a {
        font-size: 12px;
        line-height: 17px; } }
    .gramagem a:hover {
      opacity: 1; }

.single-product .woocommerce-tabs .accordion {
  margin: 0;
  padding: 0; }
  .single-product .woocommerce-tabs .accordion .accordion-item {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    border-bottom: none !important; }
    @media only screen and (min-width: 640px) {
      .single-product .woocommerce-tabs .accordion .accordion-item {
        font-size: 14px;
        line-height: 19px; } }
    .single-product .woocommerce-tabs .accordion .accordion-item a.accordion-title {
      text-transform: uppercase;
      border-bottom: none !important;
      padding: 7px 0;
      font-size: 14px;
      line-height: 20px;
      color: inherit !important; }
      @media only screen and (min-width: 640px) {
        .single-product .woocommerce-tabs .accordion .accordion-item a.accordion-title {
          font-size: 14px;
          line-height: 19px; } }
      .single-product .woocommerce-tabs .accordion .accordion-item a.accordion-title:before {
        left: -1.1rem;
        right: auto !important;
        margin-top: -0.55rem !important;
        opacity: 0.7;
        display: none; }
        @media only screen and (min-width: 640px) {
          .single-product .woocommerce-tabs .accordion .accordion-item a.accordion-title:before {
            display: inline-block; } }
  .single-product .woocommerce-tabs .accordion .accordion-content {
    color: inherit;
    margin: 0;
    padding: 20px 0; }
    .single-product .woocommerce-tabs .accordion .accordion-content h2 {
      display: none;
      color: inherit; }
    .single-product .woocommerce-tabs .accordion .accordion-content p {
      color: inherit !important;
      font-size: 14px;
      line-height: 20px; }
      @media only screen and (min-width: 640px) {
        .single-product .woocommerce-tabs .accordion .accordion-content p {
          font-size: 14px;
          line-height: 19px; } }

.linha-cta {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: -30px;
  text-transform: uppercase;
  color: inherit;
  display: none; }
  @media only screen and (min-width: 640px) {
    .linha-cta {
      font-size: 14px;
      line-height: 19px; } }
  @media only screen and (min-width: 640px) {
    .linha-cta {
      display: none; } }

.related-desktop {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .related-desktop {
      display: block; } }

.related-mobile .slick-dots {
  text-align: center; }
  .related-mobile .slick-dots button {
    background-color: #626262; }

.related-mobile .slick-list {
  padding: 0 !important; }

@media only screen and (min-width: 640px) {
  .related-mobile {
    width: 60%;
    margin: -20px auto 0; } }

@media only screen and (min-width: 1024px) {
  .related-mobile {
    display: none; } }

.related.products {
  display: none !important; }

.related.products,
.up-sells {
  padding-top: 70px;
  margin-top: 50px;
  padding-bottom: 100px;
  float: left;
  width: 100%;
  height: auto !important;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  color: #626262; }
  .related.products:before,
  .up-sells:before {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .related.products a,
  .up-sells a {
    color: inherit; }
    .related.products a:hover,
    .up-sells a:hover {
      color: inherit; }
  .related.products h2,
  .up-sells h2 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 35px;
    line-height: 41px;
    color: inherit;
    letter-spacing: 0.04em; }
    @media only screen and (min-width: 640px) {
      .related.products h2,
      .up-sells h2 {
        font-size: 35px;
        line-height: 41px; } }
  .related.products h3,
  .up-sells h3 {
    color: inherit; }
  .related.products .button,
  .up-sells .button {
    font-family: 'Pluto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #BBACA1 !important;
    color: #847870;
    background-color: transparent !important;
    border: 1px solid #BBACA1 !important;
    background-color: #BBACA1 !important;
    color: white !important;
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      .related.products .button,
      .up-sells .button {
        padding: 13px 25px 11px !important; } }
    .related.products .button:hover,
    .up-sells .button:hover {
      background-color: #BBACA1 !important;
      color: white !important; }
    .related.products .button .button-price,
    .up-sells .button .button-price {
      color: white !important; }
    .related.products .button:hover,
    .up-sells .button:hover {
      background-color: #847870 !important;
      border-color: #847870 !important; }
  .related.products li,
  .up-sells li {
    text-align: center; }
    .related.products li h2,
    .up-sells li h2 {
      line-height: 28px; }
  .related.products .slick-dots,
  .up-sells .slick-dots {
    text-align: center; }

/* Template */
.content-area {
  padding-top: 200px !important; }
  .content-area h1 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 35px;
    line-height: 41px;
    color: #474747;
    margin-bottom: 30px; }
    @media only screen and (min-width: 640px) {
      .content-area h1 {
        font-size: 35px;
        line-height: 41px; } }

.woocommerce-Price-currencySymbol {
  font-family: "DomaineDispNarMedium", sans-serif; }

/* Cart Page */
.select2-container--default .select2-selection--single {
  border-color: #e7e7e7 !important;
  border-radius: 0 !important;
  height: 40px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px !important;
  height: 40px !important;
  padding-top: 6px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
  right: 5px !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #847870 !important; }

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
  font-size: 12px !important;
  text-transform: uppercase !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e7e7e7 !important; }

.woocommerce-cart-form {
  float: left;
  width: 100%; }
  .woocommerce-cart-form table.cart {
    border: none !important; }
    .woocommerce-cart-form table.cart tbody {
      border: none !important; }
    .woocommerce-cart-form table.cart tr {
      position: relative !important;
      border-top: 1px solid #cecdcd !important;
      padding: 20px 0 !important; }
      .woocommerce-cart-form table.cart tr:hover .product-remove {
        display: block !important; }
  .woocommerce-cart-form .product-thumbnail {
    max-width: 160px !important;
    width: 160px !important; }
    .woocommerce-cart-form .product-thumbnail img {
      width: 100%; }
  .woocommerce-cart-form .product-price span {
    font-family: "DomaineDispNarMedium", sans-serif; }
  .woocommerce-cart-form .product-subtotal {
    padding: 30px 0 !important;
    text-align: right;
    vertical-align: top !important; }
    .woocommerce-cart-form .product-subtotal span.woocommerce-Price-amount {
      font-family: "DomaineDispNarMedium", sans-serif;
      font-size: 24px;
      line-height: 28px; }
      @media only screen and (min-width: 640px) {
        .woocommerce-cart-form .product-subtotal span.woocommerce-Price-amount {
          font-size: 28px;
          line-height: 32px; } }
  .woocommerce-cart-form .product-quantity {
    margin-top: 20px; }
    .woocommerce-cart-form .product-quantity label {
      display: none !important; }
    .woocommerce-cart-form .product-quantity input {
      box-shadow: none;
      border-color: #e7e7e7;
      border-radius: 30px;
      font-family: "DomaineDispNarMedium", sans-serif;
      color: #626262;
      background-color: transparent;
      text-align: center;
      font-size: 18px;
      line-height: 22px; }
      @media only screen and (min-width: 640px) {
        .woocommerce-cart-form .product-quantity input {
          font-size: 18px;
          line-height: 22px; } }
  .woocommerce-cart-form .product-name {
    padding: 30px 0px !important;
    vertical-align: bottom !important; }
    .woocommerce-cart-form .product-name a {
      color: #626262;
      font-family: "DomaineDispNarMedium", sans-serif;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 640px) {
        .woocommerce-cart-form .product-name a {
          font-size: 28px;
          line-height: 32px; } }
  .woocommerce-cart-form .product-remove {
    display: block !important;
    height: 20px !important;
    width: 20px !important;
    padding: 0 !important;
    margin: 0; }
    .woocommerce-cart-form .product-remove a.remove {
      height: 20px !important;
      width: 20px !important; }
      .woocommerce-cart-form .product-remove a.remove:hover {
        background-color: transparent; }
        .woocommerce-cart-form .product-remove a.remove:hover:before, .woocommerce-cart-form .product-remove a.remove:hover:after {
          background-color: #626262; }
      .woocommerce-cart-form .product-remove a.remove:before, .woocommerce-cart-form .product-remove a.remove:after {
        display: block;
        content: "";
        background-color: #626262;
        width: 20px;
        height: 1px;
        position: absolute;
        top: 10px;
        left: -2px; }
      .woocommerce-cart-form .product-remove a.remove:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .woocommerce-cart-form .product-remove a.remove:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  .woocommerce-cart-form thead {
    display: none !important; }
  .woocommerce-cart-form td.actions {
    background-color: white !important;
    border-top: 1px solid #e7e7e7 !important;
    z-index: 100 !important; }

.cart-collaterals {
  float: left;
  border: 1px solid #e7e7e7 !important; }
  .cart-collaterals .cart_totals {
    width: 100% !important; }
    .cart-collaterals .cart_totals h2 {
      display: none; }

.checkout-summary {
  border: 1px solid #e7e7e7;
  padding: 30px 0px 0;
  text-align: center; }
  .checkout-summary h3 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #626262;
    padding-bottom: 25px;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7; }
    @media only screen and (min-width: 640px) {
      .checkout-summary h3 {
        font-size: 28px;
        line-height: 32px; } }

.checkout-page-form .woocommerce-message,
.checkout-page-form .woocommerce-error,
.checkout-page-form .woocommerce-info,
.checkout-page-form .info-messages-container {
  padding: 0;
  border: none;
  margin-bottom: 30px; }

/* Mini Cart */
.widget woocommerce widget_shopping_cart {
  display: none !important; }

.woocommerce-mini-cart-item li {
  display: block; }
  .woocommerce-mini-cart-item li a {
    float: left; }
    .woocommerce-mini-cart-item li a img {
      width: 100px; }

/* Colecções */
.page-template-page-coleccao section.active {
  display: block; }
  .page-template-page-coleccao section.active + footer#main-footer {
    display: block; }
  .page-template-page-coleccao section.active + section {
    display: block; }

.section .coleccao-linha .motivo {
  display: none;
  height: 150px;
  width: 150px;
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 640px) {
    .section .coleccao-linha .motivo {
      display: block; } }

.section:nth-of-type(odd) .coleccao-linha .motivo:nth-of-type(1) {
  height: 180px;
  width: 180px;
  right: -5%;
  top: 0%; }

.section:nth-of-type(odd) .coleccao-linha .motivo:nth-of-type(2) {
  height: 120px;
  width: 120px;
  right: 20%;
  bottom: 20%; }

.section:nth-of-type(odd) .coleccao-linha .motivo:nth-of-type(3) {
  height: 100px;
  width: 100px;
  right: 75%;
  bottom: 84%; }

.section:nth-of-type(odd) .coleccao-linha .motivo:nth-of-type(4) {
  height: 180px;
  width: 180px;
  right: 70%;
  bottom: 10%; }

.section:nth-of-type(odd) .coleccao-linha .motivo:nth-of-type(5) {
  height: 150px;
  width: 150px;
  right: 95%;
  bottom: 76%; }

.section:nth-of-type(even) .coleccao-linha .motivo:nth-of-type(1) {
  height: 180px;
  width: 180px;
  left: -5%;
  bottom: 0%; }

.section:nth-of-type(even) .coleccao-linha .motivo:nth-of-type(2) {
  height: 120px;
  width: 120px;
  left: 20%;
  top: 20%; }

.section:nth-of-type(even) .coleccao-linha .motivo:nth-of-type(3) {
  height: 100px;
  width: 100px;
  left: 75%;
  top: 84%; }

.section:nth-of-type(even) .coleccao-linha .motivo:nth-of-type(4) {
  height: 180px;
  width: 180px;
  left: 70%;
  top: 10%; }

.section:nth-of-type(even) .coleccao-linha .motivo:nth-of-type(5) {
  height: 150px;
  width: 150px;
  left: 95%;
  top: 76%; }

.coleccao-linha {
  text-align: center;
  overflow: hidden;
  position: relative; }
  .coleccao-linha video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1; }
    @media (max-width: 1023px) {
      .coleccao-linha video {
        display: none !important; } }
  .coleccao-linha p {
    margin-bottom: 30px; }
  .coleccao-linha .prev,
  .coleccao-linha .next {
    position: absolute;
    bottom: 20px;
    display: none; }
    @media only screen and (min-width: 640px) {
      .coleccao-linha .prev,
      .coleccao-linha .next {
        display: inline-block; } }
    @media only screen and (min-width: 1024px) {
      .coleccao-linha .prev,
      .coleccao-linha .next {
        bottom: 50%; } }
    .coleccao-linha .prev a,
    .coleccao-linha .next a {
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px;
      line-height: 17px;
      text-transform: uppercase; }
      @media only screen and (min-width: 640px) {
        .coleccao-linha .prev a,
        .coleccao-linha .next a {
          font-size: 12px;
          line-height: 17px; } }
  .coleccao-linha .prev {
    left: 20px; }
  .coleccao-linha .next {
    right: 20px; }
  .coleccao-linha .cta-down {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: inherit; }
    @media only screen and (min-width: 640px) {
      .coleccao-linha .cta-down {
        font-size: 12px;
        line-height: 17px; } }

.coleccao {
  min-height: 100vh;
  color: white;
  background-color: rgba(90, 90, 90, 0.3);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 1024px) {
    .coleccao {
      background-image: none !important; } }
  .coleccao .btn {
    font-family: 'Pluto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #BBACA1;
    color: #847870;
    background-color: transparent;
    border: 1px solid white;
    background-color: white;
    color: #847870;
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      .coleccao .btn {
        padding: 13px 25px 11px !important; } }
    .coleccao .btn:hover {
      background-color: #BBACA1;
      color: white; }
    .coleccao .btn:hover {
      background-color: white;
      color: #847870; }
  .coleccao .first-content {
    margin-top: 150px; }
    @media only screen and (min-width: 640px) {
      .coleccao .first-content {
        margin-top: 30%; } }
    @media only screen and (min-width: 1024px) {
      .coleccao .first-content {
        margin-top: 15%; } }
  .coleccao .row:last-of-type {
    margin-bottom: 150px; }
  .coleccao .relative {
    min-height: 1px; }
  .coleccao .rspo-container {
    text-align: center;
    width: 100%;
    padding-top: 30px; }
    @media only screen and (min-width: 640px) {
      .coleccao .rspo-container {
        position: absolute;
        top: 0px;
        left: 0px; } }
    @media only screen and (min-width: 1024px) {
      .coleccao .rspo-container {
        left: 0; } }
    .coleccao .rspo-container figure {
      margin-bottom: 20px;
      position: relative; }
    .coleccao .rspo-container img {
      max-width: 100px; }
      .coleccao .rspo-container img:last-of-type {
        animation: spin 20s linear infinite;
        position: absolute;
        top: 0;
        width: 100%;
        left: 50%;
        margin-left: -50px; }
    .coleccao .rspo-container p {
      margin-bottom: 14px;
      font-size: 10px;
      line-height: 10px;
      font-family: 'Pluto', sans-serif;
      text-transform: uppercase; }
      @media only screen and (min-width: 640px) {
        .coleccao .rspo-container p {
          font-size: 10px;
          line-height: 14px; } }
      .coleccao .rspo-container p a {
        color: inherit; }
  .coleccao .text {
    position: relative; }
    .coleccao .text:before {
      display: block;
      height: 0%;
      width: 70%;
      padding-bottom: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      z-index: 0; }
    .coleccao .text:after {
      display: block;
      height: 0%;
      width: 70%;
      padding-bottom: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      background-color: rgba(150, 150, 150, 0.2);
      border-radius: 50%;
      filter: blur(15px);
      z-index: 0; }
  .coleccao h1 {
    font-family: "DomaineDispNarMedium", sans-serif;
    color: inherit;
    font-size: 0px;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    float: none;
    position: relative;
    z-index: 1; }
    .coleccao h1 img {
      min-width: 280px;
      max-width: 280px;
      width: 80%;
      display: inline-block; }
      @media only screen and (min-width: 640px) {
        .coleccao h1 img {
          width: 100%;
          max-width: 370px;
          min-width: 370px; } }
  .coleccao a {
    position: relative;
    z-index: 1; }
  .coleccao h2 {
    font-family: 'Pluto', sans-serif;
    color: inherit;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px; }
    @media only screen and (min-width: 640px) {
      .coleccao h2 {
        font-size: 14px;
        line-height: 19px; } }
  .coleccao p {
    position: relative;
    z-index: 1;
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 20px;
    line-height: 24px; }
    @media only screen and (min-width: 640px) {
      .coleccao p {
        font-size: 28px;
        line-height: 32px; } }

.iScrollVerticalScrollbar.iScrollLoneScrollbar {
  display: none !important; }

.fp-scrollable {
  overflow-y: scroll !important; }

.linha {
  background-color: #A190B0;
  color: white; }
  .linha .linha-bg:after {
    background-color: rgba(161, 144, 176, 0.7); }

.linha {
  background-color: #847870;
  color: white;
  position: relative;
  overflow: hidden; }
  .linha .btn {
    font-family: 'Pluto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #BBACA1;
    color: #847870;
    background-color: transparent;
    border: 1px solid #BBACA1;
    background-color: #BBACA1;
    color: white;
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      .linha .btn {
        padding: 13px 25px 11px !important; } }
    .linha .btn:hover {
      background-color: #BBACA1;
      color: white; }
    .linha .btn .button-price {
      color: white; }
    .linha .btn:hover {
      background-color: #847870;
      border-color: #847870; }
  .linha .slick-dots li button {
    background-color: #626262; }
  .linha.white-nav .btn {
    font-family: 'Pluto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #BBACA1;
    color: #847870;
    background-color: transparent;
    border: 1px solid white;
    background-color: white;
    color: #847870;
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      .linha.white-nav .btn {
        padding: 13px 25px 11px !important; } }
    .linha.white-nav .btn:hover {
      background-color: #BBACA1;
      color: white; }
    .linha.white-nav .btn:hover {
      background-color: white;
      color: #847870; }
  .linha.white-nav .slick-dots li button {
    background-color: white; }
  .linha .linha-container {
    padding: 70px 0 60px;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .linha .linha-container {
        padding: 160px 0 120px; } }
    .linha .linha-container * {
      position: relative;
      z-index: 1; }
  .linha .linha-bg {
    display: block;
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%; }
    @media only screen and (min-width: 640px) {
      .linha .linha-bg {
        width: 75%; } }
    .linha .linha-bg:after {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-color: rgba(132, 120, 112, 0.7); }
  .linha h1 {
    font-family: "DomaineDispNarMedium", sans-serif;
    color: inherit;
    font-size: 50px;
    line-height: 50px;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 640px) {
      .linha h1 {
        font-size: 60px;
        line-height: 55px;
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1024px) {
      .linha h1 {
        font-size: 100px;
        line-height: 90px; } }
  .linha p {
    font-size: 16px;
    line-height: 20px; }
    @media only screen and (min-width: 640px) {
      .linha p {
        font-size: 16px;
        line-height: 20px; } }
  .linha h2 {
    font-family: 'Pluto', sans-serif;
    color: inherit;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px; }
    @media only screen and (min-width: 640px) {
      .linha h2 {
        font-size: 14px;
        line-height: 19px; } }
    @media only screen and (min-width: 640px) {
      .linha h2 {
        margin-bottom: 30px; } }
  .linha .products-slider {
    margin-top: 60px; }
    @media only screen and (min-width: 1024px) {
      .linha .products-slider {
        margin-top: 80px; } }
    .linha .products-slider .slick-list {
      overflow: visible;
      padding: 0 20px !important; }
    .linha .products-slider .slick-slide * {
      opacity: 0;
      -webkit-transition: opacity 0.8s ease-in-out;
      -moz-transition: opacity 0.8s ease-in-out;
      -o-transition: opacity 0.8s ease-in-out;
      transition: opacity 0.8s ease-in-out; }
    .linha .products-slider .slick-slide.slick-current * {
      opacity: 1;
      -webkit-transition: opacity 0.8s ease-in-out;
      -moz-transition: opacity 0.8s ease-in-out;
      -o-transition: opacity 0.8s ease-in-out;
      transition: opacity 0.8s ease-in-out; }
    .linha .products-slider .img-container {
      position: relative;
      -webkit-transform: translateY(-8%);
      -moz-transform: translateY(-8%);
      -o-transform: translateY(-8%);
      transform: translateY(-8%);
      padding: 0 00px;
      margin-bottom: -50px;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .linha .products-slider .img-container {
          margin-bottom: -100px;
          width: 57%;
          float: left; } }
      .linha .products-slider .img-container img {
        width: 70%;
        margin: 0 auto;
        transform: translateY(-15%); }
      .linha .products-slider .img-container.bigger img {
        width: 80%;
        margin: 0 auto;
        transform: translateY(0%); }
    .linha .products-slider .text-container {
      text-align: center;
      padding-bottom: 40px;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .linha .products-slider .text-container {
          text-align: left;
          float: left;
          width: 43%; } }
      .linha .products-slider .text-container h3 {
        font-family: "DomaineDispNarMedium", sans-serif;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.04em;
        color: inherit;
        margin-bottom: 15px; }
        @media only screen and (min-width: 640px) {
          .linha .products-slider .text-container h3 {
            font-size: 28px;
            line-height: 32px; } }
        @media only screen and (min-width: 1024px) {
          .linha .products-slider .text-container h3 {
            white-space: nowrap; } }
        .linha .products-slider .text-container h3 span {
          font-family: "DomaineDispNarMedium", sans-serif;
          margin-left: 15px;
          font-size: 16px;
          line-height: 20px;
          display: block;
          margin-top: 5px; }
          @media only screen and (min-width: 640px) {
            .linha .products-slider .text-container h3 span {
              font-size: 16px;
              line-height: 20px; } }
          @media only screen and (min-width: 640px) {
            .linha .products-slider .text-container h3 span {
              display: inline-block;
              margin-top: 0px; } }
      .linha .products-slider .text-container p {
        font-size: 14px;
        line-height: 20px; }
        @media only screen and (min-width: 640px) {
          .linha .products-slider .text-container p {
            font-size: 14px;
            line-height: 19px; } }

.slick-dots li {
  display: inline-block;
  margin: 0 7px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .slick-dots li button {
    color: transparent;
    background-color: white;
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    top: 0;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .slick-dots li.slick-active {
    margin: 0 2px; }
    .slick-dots li.slick-active button {
      height: 17px;
      width: 17px;
      top: -3px;
      outline: none; }

/* Homepage */
@media only screen and (min-width: 1024px) {
  .patrocinado {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 75px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2; } }

.patrocinado a {
  background-color: white;
  display: block;
  padding: 10px;
  max-width: 500px;
  margin: 0 auto; }
  @media only screen and (min-width: 1024px) {
    .patrocinado a {
      padding: 20px;
      max-width: auto;
      margin: 0; } }

.patrocinado span {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 15px;
  display: block; }
  @media only screen and (min-width: 640px) {
    .patrocinado span {
      font-size: 10px;
      line-height: 14px; } }

@media only screen and (min-width: 1024px) {
  .patrocinado:hover {
    opacity: 1; } }

@media only screen and (min-width: 1024px) {
  .patrocinado.scrolled {
    right: -180px; } }

.hp-intro {
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  .hp-intro .slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-blend-mode: multiply;
    background-color: #f0f0f0;
    padding: 130px 0 80px; }
    @media only screen and (min-width: 640px) {
      .hp-intro .slide {
        padding: 200px 0 50px; } }
    @media only screen and (min-width: 640px) {
      .hp-intro .slide .row {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
  .hp-intro .slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 50%;
    display: inline-block;
    width: auto;
    text-align: center;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
    .hp-intro .slick-dots li button {
      background-color: #cecdcd; }
  .hp-intro h1 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    color: #474747; }
    @media only screen and (min-width: 640px) {
      .hp-intro h1 {
        font-size: 55px;
        line-height: 55px; } }
    @media only screen and (min-width: 1024px) {
      .hp-intro h1 {
        font-size: 75px;
        line-height: 75px; } }
  .hp-intro p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Pluto', sans-serif;
    color: #474747;
    margin-bottom: 30px;
    padding: 0 5%; }
    @media only screen and (min-width: 640px) {
      .hp-intro p {
        font-size: 14px;
        line-height: 19px; } }
  .hp-intro a {
    font-size: 12px;
    line-height: 17px;
    color: #626262;
    text-transform: uppercase; }
    @media only screen and (min-width: 640px) {
      .hp-intro a {
        font-size: 12px;
        line-height: 17px; } }

.featured-products {
  padding: 80px 0 50px; }
  .featured-products h1 {
    font-family: "DomaineDispNarMedium", sans-serif;
    color: #626262;
    font-size: 24px;
    line-height: 28px; }
    @media only screen and (min-width: 640px) {
      .featured-products h1 {
        font-size: 28px;
        line-height: 32px; } }
  .featured-products .products {
    margin: 0; }
  .featured-products .desktop {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .featured-products .desktop {
        display: block; } }
  .featured-products .mobile .slick-dots {
    text-align: center; }
    .featured-products .mobile .slick-dots button {
      background-color: #626262; }
  .featured-products .mobile .slick-list {
    padding: 0 !important; }
  @media only screen and (min-width: 640px) {
    .featured-products .mobile {
      width: 60%;
      margin: -20px auto 0; } }
  @media only screen and (min-width: 1024px) {
    .featured-products .mobile {
      display: none; } }

.hp-rspo {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0 50px;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .hp-rspo {
      padding: 80px 0 60px; } }
  .hp-rspo:before {
    content: "";
    background-color: rgba(80, 121, 82, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .hp-rspo .rspo-principles-circle {
    margin-bottom: 40px; }
    @media only screen and (min-width: 640px) {
      .hp-rspo .rspo-principles-circle {
        margin-bottom: 90px; } }
    @media only screen and (min-width: 1024px) {
      .hp-rspo .rspo-principles-circle {
        margin-bottom: 40px; } }
  .hp-rspo .btn {
    margin-bottom: 30px;
    background-color: #507952;
    color: white;
    border-color: #507952; }
    @media only screen and (min-width: 1024px) {
      .hp-rspo .btn {
        position: absolute;
        left: 100px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .hp-rspo .btn:hover {
      color: #507952;
      background-color: transparent; }
  .hp-rspo h3 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #626262;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (min-width: 640px) {
      .hp-rspo h3 {
        font-size: 28px;
        line-height: 32px; } }
    @media only screen and (min-width: 640px) {
      .hp-rspo h3 {
        display: none; } }
  .hp-rspo .rspo-signature {
    margin-bottom: 20px;
    overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      .hp-rspo .rspo-signature {
        margin-bottom: 0px;
        width: 300px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .hp-rspo .rspo-signature figure {
      margin: 0 auto;
      width: 100px; }
    .hp-rspo .rspo-signature .info-container {
      margin-top: 20px;
      width: 100%;
      float: left;
      text-align: center; }
      .hp-rspo .rspo-signature .info-container p {
        color: #626262;
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 14px;
        text-transform: uppercase; }
        @media only screen and (min-width: 640px) {
          .hp-rspo .rspo-signature .info-container p {
            font-size: 10px;
            line-height: 14px; } }
        .hp-rspo .rspo-signature .info-container p a {
          color: #626262; }

.rspo-principles-circle {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  border: 1px solid #626262;
  border-radius: 50%; }
  .rspo-principles-circle:hover h1 {
    opacity: 0; }
  .rspo-principles-circle .text-container {
    width: 80%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media only screen and (min-width: 640px) {
      .rspo-principles-circle .text-container {
        width: 60%; } }
    .rspo-principles-circle .text-container h2 {
      font-size: 28px;
      line-height: 28px;
      font-family: "DomaineDispNarMedium", sans-serif;
      color: #626262; }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle .text-container h2 {
          font-size: 35px;
          line-height: 35px; } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle .text-container h2 {
          font-size: 50px;
          line-height: 50px; } }
    .rspo-principles-circle .text-container p {
      font-family: 'Pluto', sans-serif;
      font-size: 16px;
      line-height: 20px;
      color: #626262; }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle .text-container p {
          font-size: 16px;
          line-height: 20px; } }
  .rspo-principles-circle h1 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 28px;
    line-height: 28px;
    color: #626262;
    position: relative;
    top: 100px;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none; }
    @media only screen and (min-width: 640px) {
      .rspo-principles-circle h1 {
        font-size: 35px;
        line-height: 35px; } }
    @media only screen and (min-width: 1024px) {
      .rspo-principles-circle h1 {
        font-size: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 640px) {
      .rspo-principles-circle h1 {
        display: block;
        max-width: 60%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
  .rspo-principles-circle button {
    position: absolute;
    font-family: "DomaineDispNarMedium", sans-serif;
    display: block;
    border-radius: 50%;
    background-color: transparent;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    font-size: 28px;
    line-height: 28px;
    line-height: 50px !important;
    outline: none;
    color: #626262; }
    @media only screen and (min-width: 640px) {
      .rspo-principles-circle button {
        font-size: 35px;
        line-height: 35px; } }
    @media only screen and (min-width: 1024px) {
      .rspo-principles-circle button {
        font-size: 50px;
        line-height: 50px; } }
    @media only screen and (min-width: 640px) {
      .rspo-principles-circle button {
        height: 100px;
        width: 100px;
        line-height: 100px !important; } }
    @media only screen and (min-width: 1024px) {
      .rspo-principles-circle button {
        height: 140px;
        width: 140px;
        line-height: 140px !important; } }
    .rspo-principles-circle button:before {
      content: "";
      background-color: rgba(80, 121, 82, 0.25);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      filter: blur(10px);
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:before {
          filter: blur(0px); } }
    .rspo-principles-circle button:hover {
      color: #507952;
      outline: none; }
      .rspo-principles-circle button:hover:before {
        background-color: rgba(80, 121, 82, 0.25);
        filter: blur(10px); }
        @media only screen and (min-width: 1024px) {
          .rspo-principles-circle button:hover:before {
            filter: blur(0px); } }
      .rspo-principles-circle button:hover + .text-container {
        opacity: 1; }
    .rspo-principles-circle button:nth-of-type(1) {
      top: -25px;
      left: calc(50% - 25px); }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle button:nth-of-type(1) {
          top: -50px;
          left: calc(50% - 50px); } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:nth-of-type(1) {
          top: -65px;
          left: calc(50% - 70px); } }
    .rspo-principles-circle button:nth-of-type(2) {
      top: calc(15% - 25px);
      right: 4%; }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle button:nth-of-type(2) {
          top: calc(15% - 50px);
          right: 0%; } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:nth-of-type(2) {
          top: calc(15% - 70px);
          right: 0%; } }
    .rspo-principles-circle button:nth-of-type(3) {
      right: -25px;
      top: calc(50% - 25px); }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle button:nth-of-type(3) {
          right: -50px;
          top: calc(50% - 50px); } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:nth-of-type(3) {
          right: -70px;
          top: calc(50% - 70px); } }
    .rspo-principles-circle button:nth-of-type(4) {
      bottom: calc(15% - 25px);
      right: 4%; }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle button:nth-of-type(4) {
          bottom: calc(15% - 50px);
          right: 0%; } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:nth-of-type(4) {
          bottom: calc(15% - 70px);
          right: 0%; } }
    .rspo-principles-circle button:nth-of-type(5) {
      bottom: -25px;
      left: calc(50% - 25px); }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle button:nth-of-type(5) {
          bottom: -50px;
          left: calc(50% - 50px); } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:nth-of-type(5) {
          bottom: -65px;
          left: calc(50% - 70px); } }
    .rspo-principles-circle button:nth-of-type(6) {
      bottom: calc(15% - 25px);
      left: 4%; }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle button:nth-of-type(6) {
          bottom: calc(15% - 50px);
          left: 0; } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:nth-of-type(6) {
          bottom: calc(15% - 70px);
          left: 0; } }
    .rspo-principles-circle button:nth-of-type(7) {
      left: -25px;
      top: calc(50% - 25px); }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle button:nth-of-type(7) {
          left: -50px;
          top: calc(50% - 50px); } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:nth-of-type(7) {
          left: -70px;
          top: calc(50% - 70px); } }
    .rspo-principles-circle button:nth-of-type(8) {
      top: calc(15% - 25px);
      left: 4%; }
      @media only screen and (min-width: 640px) {
        .rspo-principles-circle button:nth-of-type(8) {
          top: calc(15% - 50px);
          left: 0%; } }
      @media only screen and (min-width: 1024px) {
        .rspo-principles-circle button:nth-of-type(8) {
          top: calc(15% - 70px);
          left: 0%; } }

/* Contacts Page */
section.contacts .results-container {
  padding: 80px 0 00px;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 1024px) {
    section.contacts .results-container {
      padding: 0 0 100px;
      position: relative;
      z-index: 99; } }
  section.contacts .results-container .result {
    text-align: center;
    margin-bottom: 60px; }
    section.contacts .results-container .result h2 {
      font-size: 20px;
      line-height: 24px;
      font-family: "DomaineDispNarMedium", sans-serif;
      color: #626262; }
      @media only screen and (min-width: 640px) {
        section.contacts .results-container .result h2 {
          font-size: 22px;
          line-height: 26px; } }
    section.contacts .results-container .result p, section.contacts .results-container .result p a {
      color: #626262;
      font-size: 14px;
      line-height: 20px; }
      @media only screen and (min-width: 640px) {
        section.contacts .results-container .result p, section.contacts .results-container .result p a {
          font-size: 14px;
          line-height: 19px; } }

section.contacts .form-container {
  position: relative;
  padding-top: 160px;
  margin-bottom: 0; }
  @media only screen and (min-width: 640px) {
    section.contacts .form-container {
      padding-top: 160px; } }
  @media only screen and (min-width: 640px) {
    section.contacts .form-container {
      height: 100vh;
      margin-bottom: -20vh; } }
  @media only screen and (min-width: 1024px) {
    section.contacts .form-container form {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; } }

section.contacts .form-row {
  width: 100%;
  float: none;
  display: block;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    section.contacts .form-row {
      text-align: left; } }

section.contacts h1, section.contacts label {
  font-family: "DomaineDispNarMedium", sans-serif;
  color: #626262;
  display: inline-block;
  font-size: 25px;
  line-height: 25px; }
  @media only screen and (min-width: 640px) {
    section.contacts h1, section.contacts label {
      margin-bottom: 10px;
      font-size: 45px;
      line-height: 45px; } }
  @media only screen and (min-width: 1024px) {
    section.contacts h1, section.contacts label {
      margin-bottom: 10px;
      font-size: 65px;
      line-height: 70px; } }

section.contacts label {
  margin-right: 10px;
  padding: 0; }

section.contacts button {
  font-family: 'Pluto', sans-serif;
  color: #626262;
  font-weight: 100;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cecdcd;
  text-transform: uppercase;
  position: relative;
  font-size: 25px;
  line-height: 40px;
  padding: 0 20px;
  top: 5px;
  display: block;
  width: 80%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 10px;
  outline: none; }
  section.contacts button:focus, section.contacts button:active {
    outline: none; }
  @media only screen and (min-width: 640px) {
    section.contacts button {
      display: inline-block;
      top: -5px;
      font-size: 30px;
      line-height: 40px;
      padding: 0 40px;
      width: auto;
      max-width: initial;
      margin: 10px 0 10px; } }
  @media only screen and (min-width: 1024px) {
    section.contacts button {
      font-size: 55px;
      line-height: 70px; } }
  section.contacts button:hover, section.contacts button:focus, section.contacts button:active {
    background-color: transparent;
    color: #626262; }

section.contacts .dropdown-pane {
  background-color: rgba(255, 255, 255, 0.99);
  text-align: center;
  border: none;
  max-width: none;
  width: auto;
  max-height: 310px;
  overflow-y: auto; }
  section.contacts .dropdown-pane label {
    font-size: 40px;
    line-height: 40px;
    font-family: "DomaineDispNarMedium", sans-serif;
    margin: 20px 40px;
    @inclide light;
    display: block;
    position: relative; }
    @media only screen and (min-width: 640px) {
      section.contacts .dropdown-pane label {
        font-size: 40px;
        line-height: 40px; } }
    section.contacts .dropdown-pane label input {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0; }

.reveal-contacts {
  background-color: rgba(255, 255, 255, 0.99);
  text-align: center;
  border: none;
  max-width: none;
  width: auto;
  overflow-y: auto;
  padding: 20px 0 20px; }
  @media only screen and (min-width: 640px) {
    .reveal-contacts {
      width: 100% !important;
      max-width: 300px !important; } }
  .reveal-contacts label {
    display: block;
    position: relative; }
    .reveal-contacts label span {
      font-family: "DomaineDispNarMedium", sans-serif;
      margin: 20px 40px;
      @inclide light;
      color: #cecdcd;
      display: block;
      font-size: 25px;
      line-height: 25px; }
      @media only screen and (min-width: 640px) {
        .reveal-contacts label span {
          font-size: 35px;
          line-height: 35px; } }
      @media only screen and (min-width: 1024px) {
        .reveal-contacts label span {
          font-size: 35px;
          line-height: 35px; } }
      .reveal-contacts label span:hover {
        color: #626262; }
    .reveal-contacts label input {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0; }
      .reveal-contacts label input:checked + span {
        color: #474747; }

section.contacts {
  overflow: hidden;
  position: relative;
  min-height: 100vh; }
  section.contacts .contacts-container {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative; }
    @media only screen and (min-width: 1024px) {
      section.contacts .contacts-container {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px; } }
    section.contacts .contacts-container:after, section.contacts .contacts-container:before {
      content: "";
      display: block;
      height: 1px;
      width: 100vw;
      background-color: #cecdcd;
      position: absolute;
      left: -20px;
      display: none; }
    section.contacts .contacts-container:before {
      top: 0; }
    section.contacts .contacts-container:after {
      bottom: 0; }
    @media only screen and (min-width: 1024px) {
      section.contacts .contacts-container {
        margin-top: 0px;
        position: fixed;
        height: 100vh;
        padding: 0 30px;
        top: 0; }
        section.contacts .contacts-container.absolute {
          position: absolute;
          bottom: 0;
          top: auto; } }
    section.contacts .contacts-container .bg {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 100vh;
      position: absolute;
      top: 0;
      z-index: -1;
      opacity: 0.6;
      display: block;
      width: calc(100% + 40px);
      left: -20px; }
      @media only screen and (min-width: 640px) {
        section.contacts .contacts-container .bg {
          width: calc(100% + 200px);
          left: -100px; } }
      @media only screen and (min-width: 1024px) {
        section.contacts .contacts-container .bg {
          left: 0px;
          width: calc(100vh - 100%);
          display: block; } }
    section.contacts .contacts-container .container {
      text-align: center; }
      @media only screen and (min-width: 1024px) {
        section.contacts .contacts-container .container {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 394%;
          text-align: right; } }
      section.contacts .contacts-container .container > div {
        margin-bottom: 30px; }
      section.contacts .contacts-container .container h2 {
        color: #626262;
        font-family: "DomaineDispNarMedium", sans-serif;
        font-size: 24px;
        line-height: 28px; }
        @media only screen and (min-width: 640px) {
          section.contacts .contacts-container .container h2 {
            font-size: 28px;
            line-height: 32px; } }
      section.contacts .contacts-container .container p, section.contacts .contacts-container .container p a {
        color: #626262;
        font-family: 'Pluto', sans-serif;
        font-size: 14px;
        line-height: 20px;
        display: block;
        margin-bottom: 20px; }
        @media only screen and (min-width: 640px) {
          section.contacts .contacts-container .container p, section.contacts .contacts-container .container p a {
            font-size: 14px;
            line-height: 19px; } }

/* RSPO */
.rspo-page {
  position: relative;
  overflow: hidden; }
  .rspo-page h2 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 35px;
    line-height: 41px;
    color: #626262;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 640px) {
      .rspo-page h2 {
        font-size: 35px;
        line-height: 41px; } }
  .rspo-page .left-side {
    padding: 150px 20px 0px;
    background-color: #fbfbf9;
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .rspo-page .left-side {
        padding: 200px 50px 60px 0;
        text-align: left; } }
    .rspo-page .left-side:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      background-color: #fbfbf9;
      z-index: -1;
      right: -10px;
      width: 100vw; }
      @media only screen and (min-width: 640px) {
        .rspo-page .left-side:before {
          right: 0px; } }
    .rspo-page .left-side .rspo-signature {
      text-align: center;
      position: relative; }
      .rspo-page .left-side .rspo-signature figure {
        width: 100px;
        margin-right: 25px;
        float: left; }
      .rspo-page .left-side .rspo-signature .info-container {
        width: calc(100% - 145px);
        float: left;
        text-align: left;
        padding-top: 15px; }
      .rspo-page .left-side .rspo-signature img {
        margin: 0 auto;
        margin-bottom: 20px; }
      .rspo-page .left-side .rspo-signature p {
        font-size: 10px;
        line-height: 10px;
        text-transform: uppercase;
        margin-bottom: 14px; }
        @media only screen and (min-width: 640px) {
          .rspo-page .left-side .rspo-signature p {
            font-size: 10px;
            line-height: 14px; } }
        .rspo-page .left-side .rspo-signature p a {
          color: inherit;
          text-transform: uppercase; }
    .rspo-page .left-side .container {
      margin-bottom: 60px;
      overflow: hidden; }
      .rspo-page .left-side .container:first-of-type {
        margin-bottom: 30px; }
    .rspo-page .left-side p {
      font-size: 14px;
      line-height: 20px; }
      @media only screen and (min-width: 640px) {
        .rspo-page .left-side p {
          font-size: 14px;
          line-height: 19px; } }
  .rspo-page .right-side {
    text-align: center;
    position: relative;
    padding: 40px 0; }
    @media only screen and (min-width: 640px) {
      .rspo-page .right-side {
        height: 100vh;
        width: 50%;
        position: fixed; } }
    @media only screen and (min-width: 640px) {
      .rspo-page .right-side.absolute {
        position: absolute;
        bottom: 0; } }
    .rspo-page .right-side .container {
      width: 100%;
      padding: 0 20px; }
      @media only screen and (min-width: 640px) {
        .rspo-page .right-side .container {
          position: absolute;
          padding: 0 50px;
          width: 100%;
          left: 00%;
          top: 20%; } }
      @media only screen and (min-width: 1024px) {
        .rspo-page .right-side .container {
          max-width: 850px; } }
    .rspo-page .right-side h2 {
      margin-bottom: 0px; }
    .rspo-page .right-side .bg {
      height: 100%;
      display: block;
      background-size: cover;
      background-attachment: fixed;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px); }
      @media only screen and (min-width: 640px) {
        .rspo-page .right-side .bg {
          width: 50vw;
          left: 0; } }
      .rspo-page .right-side .bg:before {
        content: "";
        background-color: rgba(80, 121, 82, 0.15);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: block; }

/* Manifesto */
@keyframes bubbly {
  0% {
    -webkit-transform: translateX(-4px) translateY(-2px);
    -moz-transform: translateX(-4px) translateY(-2px);
    -o-transform: translateX(-4px) translateY(-2px);
    transform: translateX(-4px) translateY(-2px); }
  25% {
    -webkit-transform: translateX(0px) translateY(-4px);
    -moz-transform: translateX(0px) translateY(-4px);
    -o-transform: translateX(0px) translateY(-4px);
    transform: translateX(0px) translateY(-4px); }
  50% {
    -webkit-transform: translateX(2px) translateY(4px);
    -moz-transform: translateX(2px) translateY(4px);
    -o-transform: translateX(2px) translateY(4px);
    transform: translateX(2px) translateY(4px); }
  50% {
    -webkit-transform: translateX(0px) translateY(4px);
    -moz-transform: translateX(0px) translateY(4px);
    -o-transform: translateX(0px) translateY(4px);
    transform: translateX(0px) translateY(4px); }
  100% {
    -webkit-transform: translateX(-4px) translateY(-2px);
    -moz-transform: translateX(-4px) translateY(-2px);
    -o-transform: translateX(-4px) translateY(-2px);
    transform: translateX(-4px) translateY(-2px); } }

a.bubble, div.bubble {
  display: block;
  background-color: rgba(200, 200, 200, 0.15);
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in; }

a.bubble:before, div.bubble:before {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: rgba(200, 200, 200, 0.1);
  filter: blur(15px);
  display: block;
  content: "";
  border-radius: 50%; }

.manifesto-page {
  position: relative;
  padding-top: 200px;
  text-align: center;
  overflow: hidden;
  min-height: 101vh; }
  @media only screen and (min-width: 1024px) {
    .manifesto-page {
      overflow: visible; } }
  .manifesto-page h1 {
    font-family: "DomaineDispNarMedium", sans-serif;
    color: #474747;
    position: relative;
    font-size: 50px;
    line-height: 50px; }
    @media only screen and (min-width: 640px) {
      .manifesto-page h1 {
        font-size: 90px;
        line-height: 160px; } }
  .manifesto-page .text-container {
    position: relative;
    padding-top: 0px;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in; }
    .manifesto-page .text-container:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #474747;
      width: 1px;
      height: 0px;
      left: 50%;
      top: 0;
      -webkit-transition: all 0.6s ease-in;
      -moz-transition: all 0.6s ease-in;
      -o-transition: all 0.6s ease-in;
      transition: all 0.6s ease-in; }
    .manifesto-page .text-container .text-1,
    .manifesto-page .text-container .text-2,
    .manifesto-page .text-container .text-3,
    .manifesto-page .text-container .text-4,
    .manifesto-page .text-container .text-5 {
      display: none; }
    .manifesto-page .text-container h3, .manifesto-page .text-container h2 {
      font-family: "DomaineDispNarMedium", sans-serif;
      font-size: 35px;
      line-height: 41px;
      color: #474747;
      margin: 0; }
      @media only screen and (min-width: 640px) {
        .manifesto-page .text-container h3, .manifesto-page .text-container h2 {
          font-size: 35px;
          line-height: 41px; } }
    @media only screen and (min-width: 640px) {
      .manifesto-page .text-container h3 {
        opacity: 0; } }
    .manifesto-page .text-container h2 {
      margin-bottom: 20px; }
    .manifesto-page .text-container p {
      font-size: 14px;
      line-height: 20px; }
      @media only screen and (min-width: 640px) {
        .manifesto-page .text-container p {
          font-size: 14px;
          line-height: 19px; } }
  .manifesto-page .close-div {
    background-color: transparent;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block; }
  .manifesto-page .bubbles {
    z-index: 100;
    width: 100%;
    left: 0;
    height: 100vh;
    position: absolute;
    top: 0;
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in; }
    @media only screen and (min-width: 640px) {
      .manifesto-page .bubbles {
        top: 0;
        position: absolute;
        height: 740px; } }
    .manifesto-page .bubbles div, .manifesto-page .bubbles a.bubble {
      display: block;
      background-color: rgba(200, 200, 200, 0.15);
      border-radius: 50%;
      position: absolute;
      -webkit-transition: all 2s ease-in;
      -moz-transition: all 2s ease-in;
      -o-transition: all 2s ease-in;
      transition: all 2s ease-in; }
    .manifesto-page .bubbles div {
      display: none; }
      @media only screen and (min-width: 640px) {
        .manifesto-page .bubbles div {
          display: block; } }
    .manifesto-page .bubbles nav.manifesto-nav {
      display: none;
      position: absolute;
      top: 50%;
      left: 135px;
      color: #474747;
      width: 20px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      display: none; }
      @media only screen and (min-width: 640px) {
        .manifesto-page .bubbles nav.manifesto-nav {
          display: none; } }
      .manifesto-page .bubbles nav.manifesto-nav ul {
        padding: 0;
        margin: 0;
        display: block;
        list-style: none; }
        .manifesto-page .bubbles nav.manifesto-nav ul li {
          display: block;
          margin: 0;
          padding: 0; }
          .manifesto-page .bubbles nav.manifesto-nav ul li a {
            margin: 0 0 15px !important;
            font-size: 35px;
            line-height: 41px;
            line-height: 1em !important;
            padding: 0 !important; }
            @media only screen and (min-width: 640px) {
              .manifesto-page .bubbles nav.manifesto-nav ul li a {
                font-size: 35px;
                line-height: 41px; } }
            .manifesto-page .bubbles nav.manifesto-nav ul li a span {
              color: #474747;
              font-family: "DomaineDispNarMedium", sans-serif;
              color: #474747;
              font-size: 35px;
              line-height: 41px;
              line-height: 1em !important;
              margin: 0; }
              @media only screen and (min-width: 640px) {
                .manifesto-page .bubbles nav.manifesto-nav ul li a span {
                  font-size: 35px;
                  line-height: 41px; } }
    .manifesto-page .bubbles a.bubble-link.bubble {
      -webkit-animation: bubbly 6s infinite;
      -o-animation: bubbly 6s infinite;
      -moz-animation: bubbly 6s infinite;
      animation: bubbly 6s infinite;
      cursor: pointer;
      height: 70px;
      width: 70px; }
      .manifesto-page .bubbles a.bubble-link.bubble span {
        font-family: "DomaineDispNarMedium", sans-serif;
        color: #474747;
        font-size: 35px;
        line-height: 41px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
        @media only screen and (min-width: 640px) {
          .manifesto-page .bubbles a.bubble-link.bubble span {
            font-size: 35px;
            line-height: 41px; } }
      .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(1) {
        top: 50%;
        left: 65%; }
        @media only screen and (min-width: 640px) {
          .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(1) {
            top: 55%;
            left: 55%;
            height: 144px;
            width: 144px; } }
      .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(2) {
        top: 30%;
        left: 60%; }
        @media only screen and (min-width: 640px) {
          .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(2) {
            top: 38%;
            left: 60%;
            height: 122px;
            width: 122px; } }
      .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(3) {
        top: 60%;
        left: 38%; }
        @media only screen and (min-width: 640px) {
          .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(3) {
            top: 50%;
            left: 45%;
            height: 106px;
            width: 106px; } }
      .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(4) {
        top: 30%;
        left: 17%; }
        @media only screen and (min-width: 640px) {
          .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(4) {
            top: 30%;
            left: 27%;
            height: 90px;
            width: 90px; } }
      .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(5) {
        top: 50%;
        left: 10%; }
        @media only screen and (min-width: 640px) {
          .manifesto-page .bubbles a.bubble-link.bubble:nth-of-type(5) {
            top: 60%;
            left: 35%;
            height: 155px;
            width: 155px; } }
    .manifesto-page .bubbles div:nth-of-type(1) {
      height: 30px;
      width: 30px;
      top: 25%;
      left: 33%; }
    .manifesto-page .bubbles div:nth-of-type(2) {
      height: 80px;
      width: 80px;
      top: 26%;
      left: 43%; }
    .manifesto-page .bubbles div:nth-of-type(3) {
      height: 20px;
      width: 20px;
      top: 40%;
      left: 51%; }
    .manifesto-page .bubbles div:nth-of-type(4) {
      height: 90px;
      width: 90px;
      top: 40%;
      left: 35%; }
    .manifesto-page .bubbles div:nth-of-type(5) {
      height: 40px;
      width: 40px;
      top: 50%;
      left: 55%; }
    .manifesto-page .bubbles div:nth-of-type(6) {
      height: 43px;
      width: 43px;
      top: 45%;
      left: 30%; }
    .manifesto-page .bubbles div:nth-of-type(7) {
      height: 86px;
      width: 86px;
      top: 53%;
      left: 27%; }
    .manifesto-page .bubbles div:nth-of-type(8) {
      height: 78px;
      width: 78px;
      top: 70%;
      left: 50%; }

.manifesto-page.text-1 .text-container, .manifesto-page.text-2 .text-container, .manifesto-page.text-3 .text-container, .manifesto-page.text-4 .text-container, .manifesto-page.text-5 .text-container {
  opacity: 1;
  padding-top: 65px;
  -webkit-transition: all 0.6s 2s ease-in;
  -moz-transition: all 0.6s 2s ease-in;
  -o-transition: all 0.6s 2s ease-in;
  transition: all 0.6s 2s ease-in; }
  .manifesto-page.text-1 .text-container:before, .manifesto-page.text-2 .text-container:before, .manifesto-page.text-3 .text-container:before, .manifesto-page.text-4 .text-container:before, .manifesto-page.text-5 .text-container:before {
    height: 40px;
    -webkit-transition: all 0.6s 2s ease-in;
    -moz-transition: all 0.6s 2s ease-in;
    -o-transition: all 0.6s 2s ease-in;
    transition: all 0.6s 2s ease-in; }

.manifesto-page.text-1 .text-container .text-1 {
  display: block; }

@media only screen and (min-width: 640px) {
  .manifesto-page.text-1 .bubbles a.bubble:nth-of-type(1) {
    height: 144px;
    width: 144px;
    top: 54%;
    left: calc(50% - 72px); }
  .manifesto-page.text-1 .bubbles a.bubble:nth-of-type(2) {
    height: 122px;
    width: 122px;
    top: 30%;
    left: 70%; }
  .manifesto-page.text-1 .bubbles a.bubble:nth-of-type(3) {
    height: 106px;
    width: 106px;
    top: 80%;
    left: 15%; }
  .manifesto-page.text-1 .bubbles a.bubble:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 20%;
    left: 20%; }
  .manifesto-page.text-1 .bubbles a.bubble:nth-of-type(5) {
    height: 155px;
    width: 155px;
    top: 70%;
    left: 75%; }
  .manifesto-page.text-1 .bubbles div:nth-of-type(1) {
    height: 30px;
    width: 30px;
    top: 23%;
    left: 30%; }
  .manifesto-page.text-1 .bubbles div:nth-of-type(2) {
    height: 80px;
    width: 80px;
    top: 26%;
    left: 43%; }
  .manifesto-page.text-1 .bubbles div:nth-of-type(3) {
    height: 20px;
    width: 20px;
    top: 20%;
    left: 51%; }
  .manifesto-page.text-1 .bubbles div:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 40%;
    left: 35%; }
  .manifesto-page.text-1 .bubbles div:nth-of-type(5) {
    height: 40px;
    width: 40px;
    top: 60%;
    left: 60%; }
  .manifesto-page.text-1 .bubbles div:nth-of-type(6) {
    height: 43px;
    width: 43px;
    top: 65%;
    left: 20%; }
  .manifesto-page.text-1 .bubbles div:nth-of-type(7) {
    height: 86px;
    width: 86px;
    top: 73%;
    left: 27%; }
  .manifesto-page.text-1 .bubbles div:nth-of-type(8) {
    height: 78px;
    width: 78px;
    top: 90%;
    left: 30%; } }

.manifesto-page.text-2 .text-container .text-2 {
  display: block; }

@media only screen and (min-width: 640px) {
  .manifesto-page.text-2 .bubbles a.bubble:nth-of-type(1) {
    height: 144px;
    width: 144px;
    top: 85%;
    left: 60%; }
  .manifesto-page.text-2 .bubbles a.bubble:nth-of-type(2) {
    height: 122px;
    width: 122px;
    top: calc(50% + 40px);
    position: absolute;
    left: calc(50% - (122px / 2)); }
  .manifesto-page.text-2 .bubbles a.bubble:nth-of-type(3) {
    height: 106px;
    width: 106px;
    top: 80%;
    left: 15%; }
  .manifesto-page.text-2 .bubbles a.bubble:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 20%;
    left: 20%; }
  .manifesto-page.text-2 .bubbles a.bubble:nth-of-type(5) {
    height: 155px;
    width: 155px;
    top: 70%;
    left: 75%; }
  .manifesto-page.text-2 .bubbles div:nth-of-type(1) {
    height: 30px;
    width: 30px;
    top: 23%;
    left: 30%; }
  .manifesto-page.text-2 .bubbles div:nth-of-type(2) {
    height: 80px;
    width: 80px;
    top: 26%;
    left: 43%; }
  .manifesto-page.text-2 .bubbles div:nth-of-type(3) {
    height: 20px;
    width: 20px;
    top: 20%;
    left: 51%; }
  .manifesto-page.text-2 .bubbles div:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 40%;
    left: 35%; }
  .manifesto-page.text-2 .bubbles div:nth-of-type(5) {
    height: 40px;
    width: 40px;
    top: 60%;
    left: 60%; }
  .manifesto-page.text-2 .bubbles div:nth-of-type(6) {
    height: 43px;
    width: 43px;
    top: 65%;
    left: 20%; }
  .manifesto-page.text-2 .bubbles div:nth-of-type(7) {
    height: 86px;
    width: 86px;
    top: 73%;
    left: 27%; }
  .manifesto-page.text-2 .bubbles div:nth-of-type(8) {
    height: 78px;
    width: 78px;
    top: 90%;
    left: 30%; } }

.manifesto-page.text-3 .text-container .text-3 {
  display: block; }

@media only screen and (min-width: 640px) {
  .manifesto-page.text-3 .bubbles a.bubble:nth-of-type(1) {
    height: 144px;
    width: 144px;
    top: 85%;
    left: 60%; }
  .manifesto-page.text-3 .bubbles a.bubble:nth-of-type(2) {
    height: 122px;
    width: 122px;
    top: 30%;
    left: 70%; }
  .manifesto-page.text-3 .bubbles a.bubble:nth-of-type(3) {
    height: 106px;
    width: 106px;
    top: 58%;
    left: calc(50% - 53px); }
  .manifesto-page.text-3 .bubbles a.bubble:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 20%;
    left: 20%; }
  .manifesto-page.text-3 .bubbles a.bubble:nth-of-type(5) {
    height: 155px;
    width: 155px;
    top: 70%;
    left: 75%; }
  .manifesto-page.text-3 .bubbles div:nth-of-type(1) {
    height: 30px;
    width: 30px;
    top: 23%;
    left: 30%; }
  .manifesto-page.text-3 .bubbles div:nth-of-type(2) {
    height: 80px;
    width: 80px;
    top: 26%;
    left: 43%; }
  .manifesto-page.text-3 .bubbles div:nth-of-type(3) {
    height: 20px;
    width: 20px;
    top: 20%;
    left: 51%; }
  .manifesto-page.text-3 .bubbles div:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 40%;
    left: 35%; }
  .manifesto-page.text-3 .bubbles div:nth-of-type(5) {
    height: 40px;
    width: 40px;
    top: 60%;
    left: 60%; }
  .manifesto-page.text-3 .bubbles div:nth-of-type(6) {
    height: 43px;
    width: 43px;
    top: 65%;
    left: 20%; }
  .manifesto-page.text-3 .bubbles div:nth-of-type(7) {
    height: 86px;
    width: 86px;
    top: 73%;
    left: 27%; }
  .manifesto-page.text-3 .bubbles div:nth-of-type(8) {
    height: 78px;
    width: 78px;
    top: 90%;
    left: 30%; } }

.manifesto-page.text-4 .text-container .text-4 {
  display: block; }

@media only screen and (min-width: 640px) {
  .manifesto-page.text-4 .bubbles a.bubble:nth-of-type(1) {
    height: 144px;
    width: 144px;
    top: 85%;
    left: 60%; }
  .manifesto-page.text-4 .bubbles a.bubble:nth-of-type(2) {
    height: 122px;
    width: 122px;
    top: 30%;
    left: 70%; }
  .manifesto-page.text-4 .bubbles a.bubble:nth-of-type(3) {
    height: 106px;
    width: 106px;
    top: 80%;
    left: 15%; }
  .manifesto-page.text-4 .bubbles a.bubble:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 58%;
    left: calc(50% - 45px); }
  .manifesto-page.text-4 .bubbles a.bubble:nth-of-type(5) {
    height: 155px;
    width: 155px;
    top: 70%;
    left: 75%; }
  .manifesto-page.text-4 .bubbles div:nth-of-type(1) {
    height: 30px;
    width: 30px;
    top: 23%;
    left: 30%; }
  .manifesto-page.text-4 .bubbles div:nth-of-type(2) {
    height: 80px;
    width: 80px;
    top: 26%;
    left: 43%; }
  .manifesto-page.text-4 .bubbles div:nth-of-type(3) {
    height: 20px;
    width: 20px;
    top: 20%;
    left: 51%; }
  .manifesto-page.text-4 .bubbles div:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 40%;
    left: 35%; }
  .manifesto-page.text-4 .bubbles div:nth-of-type(5) {
    height: 40px;
    width: 40px;
    top: 60%;
    left: 60%; }
  .manifesto-page.text-4 .bubbles div:nth-of-type(6) {
    height: 43px;
    width: 43px;
    top: 65%;
    left: 20%; }
  .manifesto-page.text-4 .bubbles div:nth-of-type(7) {
    height: 86px;
    width: 86px;
    top: 73%;
    left: 27%; }
  .manifesto-page.text-4 .bubbles div:nth-of-type(8) {
    height: 78px;
    width: 78px;
    top: 90%;
    left: 30%; } }

.manifesto-page.text-5 .text-container .text-5 {
  display: block; }

@media only screen and (min-width: 640px) {
  .manifesto-page.text-5 .bubbles a.bubble:nth-of-type(1) {
    height: 144px;
    width: 144px;
    top: 85%;
    left: 60%; }
  .manifesto-page.text-5 .bubbles a.bubble:nth-of-type(2) {
    height: 122px;
    width: 122px;
    top: 30%;
    left: 70%; }
  .manifesto-page.text-5 .bubbles a.bubble:nth-of-type(3) {
    height: 106px;
    width: 106px;
    top: 80%;
    left: 15%; }
  .manifesto-page.text-5 .bubbles a.bubble:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 20%;
    left: 20%; }
  .manifesto-page.text-5 .bubbles a.bubble:nth-of-type(5) {
    height: 155px;
    width: 155px;
    top: 53%;
    left: calc(50% - (155px / 2)); }
  .manifesto-page.text-5 .bubbles div:nth-of-type(1) {
    height: 30px;
    width: 30px;
    top: 23%;
    left: 30%; }
  .manifesto-page.text-5 .bubbles div:nth-of-type(2) {
    height: 80px;
    width: 80px;
    top: 26%;
    left: 43%; }
  .manifesto-page.text-5 .bubbles div:nth-of-type(3) {
    height: 20px;
    width: 20px;
    top: 20%;
    left: 51%; }
  .manifesto-page.text-5 .bubbles div:nth-of-type(4) {
    height: 90px;
    width: 90px;
    top: 40%;
    left: 35%; }
  .manifesto-page.text-5 .bubbles div:nth-of-type(5) {
    height: 40px;
    width: 40px;
    top: 60%;
    left: 60%; }
  .manifesto-page.text-5 .bubbles div:nth-of-type(6) {
    height: 43px;
    width: 43px;
    top: 65%;
    left: 20%; }
  .manifesto-page.text-5 .bubbles div:nth-of-type(7) {
    height: 86px;
    width: 86px;
    top: 73%;
    left: 27%; }
  .manifesto-page.text-5 .bubbles div:nth-of-type(8) {
    height: 78px;
    width: 78px;
    top: 90%;
    left: 30%; } }

.archive .term-description {
  display: none; }

/* About */
.about-page {
  position: relative;
  text-align: center;
  padding-top: 130px; }
  @media only screen and (min-width: 640px) {
    .about-page {
      padding-top: 200px; } }
  .about-page .text-section {
    margin-bottom: 130px;
    position: relative; }
    .about-page .text-section:after {
      content: "";
      display: block;
      height: 80px;
      width: 1px;
      left: 50%;
      position: absolute;
      bottom: -100px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #cecdcd; }
    .about-page .text-section:last-of-type {
      margin-bottom: 60px; }
      .about-page .text-section:last-of-type:after {
        display: none; }
    .about-page .text-section h3, .about-page .text-section h2 {
      font-family: "DomaineDispNarMedium", sans-serif;
      font-size: 35px;
      line-height: 41px;
      color: #474747;
      margin: 0 0 10px; }
      @media only screen and (min-width: 640px) {
        .about-page .text-section h3, .about-page .text-section h2 {
          font-size: 35px;
          line-height: 41px; } }
    .about-page .text-section p {
      font-size: 14px;
      line-height: 20px; }
      @media only screen and (min-width: 640px) {
        .about-page .text-section p {
          font-size: 14px;
          line-height: 19px; } }

.about-page {
  position: relative; }
  .about-page.active .close-images {
    display: block; }
  .about-page .close-images {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    display: none;
    z-index: 2; }
  .about-page .bubbles {
    display: block; }
    .about-page .bubbles > div {
      position: absolute;
      -webkit-animation: bubbly 6s infinite;
      -o-animation: bubbly 6s infinite;
      -moz-animation: bubbly 6s infinite;
      animation: bubbly 6s infinite;
      z-index: -1;
      outline: none;
      cursor: pointer;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
      @media only screen and (min-width: 640px) {
        .about-page .bubbles > div {
          z-index: 100; } }
      .about-page .bubbles > div:hover, .about-page .bubbles > div:focus, .about-page .bubbles > div:active {
        outline: none; }
      .about-page .bubbles > div .bubble {
        width: 100%;
        height: 100%;
        position: absolute;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.4;
        cursor: pointer;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
        @media only screen and (min-width: 640px) {
          .about-page .bubbles > div .bubble {
            opacity: 0.6; } }
        .about-page .bubbles > div .bubble.active {
          height: 50vw !important;
          width: 50vw !important;
          z-index: 2;
          opacity: 1; }
        .about-page .bubbles > div .bubble:hover {
          opacity: 1; }
      .about-page .bubbles > div:nth-of-type(1) {
        width: 70px;
        height: 70px;
        left: 20%;
        top: 10%; }
      .about-page .bubbles > div:nth-of-type(2) {
        width: 100px;
        height: 100px;
        right: 24%;
        top: 13%; }
        .about-page .bubbles > div:nth-of-type(2) .bubble {
          right: 0; }
      .about-page .bubbles > div:nth-of-type(3) {
        width: 120px;
        height: 120px;
        left: 22%;
        top: 18%; }
      .about-page .bubbles > div:nth-of-type(4) {
        width: 30px;
        height: 30px;
        right: 24%;
        top: 26%; }
        .about-page .bubbles > div:nth-of-type(4) .bubble {
          right: 0; }
      .about-page .bubbles > div:nth-of-type(5) {
        width: 40px;
        height: 40px;
        left: 24%;
        top: 30%; }
      .about-page .bubbles > div:nth-of-type(6) {
        width: 140px;
        height: 140px;
        right: 15%;
        top: 33%; }
        .about-page .bubbles > div:nth-of-type(6) .bubble {
          right: 0; }
      .about-page .bubbles > div:nth-of-type(7) {
        width: 20px;
        height: 20px;
        left: 20%;
        top: 44%; }
      .about-page .bubbles > div:nth-of-type(8) {
        width: 100px;
        height: 100px;
        right: 211%;
        top: 53%; }
        .about-page .bubbles > div:nth-of-type(8) .bubble {
          right: 0; }
      .about-page .bubbles > div:nth-of-type(9) {
        width: 50px;
        height: 50px;
        left: 24%;
        top: 66%; }
      .about-page .bubbles > div:nth-of-type(10) {
        width: 10px;
        height: 10px;
        right: 20%;
        top: 69%; }
        .about-page .bubbles > div:nth-of-type(10) .bubble {
          right: 0; }
      .about-page .bubbles > div:nth-of-type(11) {
        width: 40px;
        height: 40px;
        left: 20%;
        top: 70%; }
      .about-page .bubbles > div:nth-of-type(12) {
        width: 150px;
        height: 150px;
        right: 15%;
        top: 87%; }
        .about-page .bubbles > div:nth-of-type(12) .bubble {
          right: 0; }
      .about-page .bubbles > div:nth-of-type(13) {
        width: 80px;
        height: 80px;
        left: 14%;
        top: 84%; }
      .about-page .bubbles > div:nth-of-type(14) {
        width: 60px;
        height: 60px;
        left: 20%;
        top: 90%; }
      .about-page .bubbles > div:nth-of-type(15) {
        width: 40px;
        height: 40px;
        left: 14%;
        top: 98%; }

/* Loja  Carrinho Floating */
.woofc-trigger {
  background: white !important;
  color: #626262;
  height: 42px !important;
  width: 42px !important;
  top: 25px !important; }
  .woofc-trigger .woofc-count {
    top: -5px !important;
    left: -5px !important;
    height: 20px !important;
    width: 20px !important; }
    .woofc-trigger .woofc-count li {
      font-family: "DomaineDispNarMedium", sans-serif;
      font-size: 12px;
      line-height: 20px; }

.woofc-pos-top-right .woofc-inner .woofc-wrapper {
  top: -20px !important; }
  @media only screen and (min-width: 640px) {
    .woofc-pos-top-right .woofc-inner .woofc-wrapper {
      top: 0px !important; } }
  @media only screen and (min-width: 1024px) {
    .woofc-pos-top-right .woofc-inner .woofc-wrapper {
      top: 10px !important;
      right: 25px !important; } }

.woofc-inner .woofc-wrapper {
  position: absolute;
  z-index: 2;
  height: 42px;
  width: 42px;
  box-shadow: none !important; }

.woofc-inner .woofc-title {
  font-family: "DomaineDispNarMedium", serif !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #474747 !important;
  font-weight: 400 !important;
  text-transform: none !important; }

.woofc-inner .woofc-header {
  padding: 17px 20px !important;
  height: 60px !important; }

.woofc-inner .woofc-quantity input {
  box-shadow: none !important;
  border: 1px solid #cecdcd !important; }

.woofc-inner .woofc-quantity .woofc-quantity-button {
  border-left: 1px solid #cecdcd !important; }

.woofc-price.amount {
  font-family: "DomaineDispNarMedium", serif !important;
  font-size: 18px !important;
  line-height: 18px !important;
  font-weight: 400 !important; }

.woofc-delete-item {
  font-size: 10px;
  line-height: 10px;
  color: #cecdcd;
  text-transform: uppercase; }
  @media only screen and (min-width: 640px) {
    .woofc-delete-item {
      font-size: 10px;
      line-height: 14px; } }

.woofc-btn {
  font-family: 'Pluto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 40px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #BBACA1 !important;
  color: #847870;
  background-color: transparent !important;
  border: 1px solid #BBACA1 !important;
  background-color: #BBACA1 !important;
  color: white !important;
  display: inline-block;
  height: 45px !important; }
  @media only screen and (min-width: 640px) {
    .woofc-btn {
      padding: 13px 25px 11px !important; } }
  .woofc-btn:hover {
    background-color: #BBACA1 !important;
    color: white !important; }
  .woofc-btn .button-price {
    color: white !important; }
  .woofc-btn:hover {
    background-color: #847870 !important;
    border-color: #847870 !important; }
  .woofc-btn em {
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: uppercase !important;
    display: block !important; }
    .woofc-btn em .amount {
      font-family: "DomaineDispNarMedium", serif !important;
      font-size: 18px !important;
      line-height: 18px !important;
      font-weight: 400 !important; }

.woofc-footer {
  box-shadow: none !important;
  padding: 20px !important; }
  .woofc-cart-opened .woofc-footer {
    border-top: 1px solid #cecdcd !important; }

.woofc-body {
  margin: 60px 0 10px !important; }
  .woofc-body .woofc-list .woofc-product.woofc-simple .woofc-product-details .woofc-product-title,
  .woofc-body .woofc-list .woofc-product.woofc-simple .woofc-product-details .woofc-product-title a {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #626262; }

/* Login */
.woocommerce-shipping-fields {
  font-size: 12px;
  line-height: 17px;
  color: #626262;
  text-transform: uppercase; }
  @media only screen and (min-width: 640px) {
    .woocommerce-shipping-fields {
      font-size: 12px;
      line-height: 17px; } }
  .woocommerce-shipping-fields span {
    font-size: 12px;
    line-height: 17px;
    color: #626262;
    text-transform: uppercase; }
    @media only screen and (min-width: 640px) {
      .woocommerce-shipping-fields span {
        font-size: 12px;
        line-height: 17px; } }

.login h2 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Pluto', sans-serif; }
  @media only screen and (min-width: 640px) {
    .login h2 {
      font-size: 16px;
      line-height: 20px; } }

.login p {
  font-size: 12px;
  line-height: 17px; }
  @media only screen and (min-width: 640px) {
    .login p {
      font-size: 12px;
      line-height: 17px; } }

.login a {
  font-size: 10px;
  line-height: 10px;
  color: #626262;
  text-transform: uppercase; }
  @media only screen and (min-width: 640px) {
    .login a {
      font-size: 10px;
      line-height: 14px; } }

.woocommerce-form__label woocommerce-form__label-for-checkbox span {
  font-size: 12px;
  line-height: 17px;
  color: #626262;
  text-transform: uppercase; }
  @media only screen and (min-width: 640px) {
    .woocommerce-form__label woocommerce-form__label-for-checkbox span {
      font-size: 12px;
      line-height: 17px; } }

#menu-gamas li {
  display: block;
  width: 100%; }

/* Terms */
.terms-page {
  padding-top: 130px;
  color: #626262;
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (min-width: 640px) {
    .terms-page {
      font-size: 14px;
      line-height: 19px; } }
  @media only screen and (min-width: 640px) {
    .terms-page {
      padding-top: 200px; } }
  .terms-page h1, .terms-page h2, .terms-page h3, .terms-page h4, .terms-page h5, .terms-page h6, .terms-page p {
    color: #626262; }
  .terms-page h1 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 640px) {
      .terms-page h1 {
        font-size: 35px;
        line-height: 41px; } }
  .terms-page h2 {
    font-family: "DomaineDispNarMedium", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 60px 0 20px; }
    @media only screen and (min-width: 640px) {
      .terms-page h2 {
        font-size: 22px;
        line-height: 26px; } }
  .terms-page h3 {
    font-family: 'Pluto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    margin: 40px 0 10px; }
    @media only screen and (min-width: 640px) {
      .terms-page h3 {
        font-size: 14px;
        line-height: 19px; } }
  .terms-page h4, .terms-page h5, .terms-page h6 {
    font-family: 'Pluto', sans-serif;
    font-size: 14px;
    line-height: 20px; }
    @media only screen and (min-width: 640px) {
      .terms-page h4, .terms-page h5, .terms-page h6 {
        font-size: 14px;
        line-height: 19px; } }
  .terms-page p  {
    font-size: 12px;
    line-height: 17px; }
    @media only screen and (min-width: 640px) {
      .terms-page p  {
        font-size: 12px;
        line-height: 17px; } }
  .terms-page ul, .terms-page ol {
    margin-left: 30px; }

/* Revies */
.woocommerce-Reviews {
  overflow: hidden;
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 100px;
  padding-top: 50px;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .woocommerce-Reviews {
      text-align: left; } }
  .woocommerce-Reviews h2 {
    font-size: 24px;
    line-height: 28px;
    color: inherit;
    font-family: "DomaineDispNarMedium", sans-serif; }
    @media only screen and (min-width: 640px) {
      .woocommerce-Reviews h2 {
        font-size: 28px;
        line-height: 32px; } }
  .woocommerce-Reviews p, .woocommerce-Reviews label, .woocommerce-Reviews span, .woocommerce-Reviews span small {
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    margin-bottom: 0; }
    @media only screen and (min-width: 640px) {
      .woocommerce-Reviews p, .woocommerce-Reviews label, .woocommerce-Reviews span, .woocommerce-Reviews span small {
        font-size: 14px;
        line-height: 19px; } }
  .woocommerce-Reviews input {
    border-radius: 0;
    margin-top: 5px;
    border-color: #cecdcd !important;
    background-color: white !important;
    color: #626262;
    font-size: 14px;
    line-height: 20px; }
    @media only screen and (min-width: 640px) {
      .woocommerce-Reviews input {
        font-size: 14px;
        line-height: 19px; } }
  .woocommerce-Reviews label {
    margin-top: 30px;
    display: block; }
  .woocommerce-Reviews textarea {
    margin-top: 5px; }
  .woocommerce-Reviews input[type="submit"] {
    font-family: 'Pluto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #BBACA1 !important;
    color: #847870;
    background-color: transparent !important;
    border: 1px solid #BBACA1 !important;
    background-color: #BBACA1 !important;
    color: white !important;
    display: inline-block; }
    @media only screen and (min-width: 640px) {
      .woocommerce-Reviews input[type="submit"] {
        padding: 13px 25px 11px !important; } }
    .woocommerce-Reviews input[type="submit"]:hover {
      background-color: #BBACA1 !important;
      color: white !important; }
    .woocommerce-Reviews input[type="submit"] .button-price {
      color: white !important; }
    .woocommerce-Reviews input[type="submit"]:hover {
      background-color: #847870 !important;
      border-color: #847870 !important; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 20px 0 0 50px; }

/* My Account */
nav.woocommerce-MyAccount-navigation {
  margin-bottom: 60px; }
  nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: left; }
    nav.woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      margin: 0 18px 0 0; }
      nav.woocommerce-MyAccount-navigation ul li:last-of-type a {
        border-bottom: none;
        margin-left: 5px; }
      nav.woocommerce-MyAccount-navigation ul li a {
        display: block;
        margin: 0;
        letter-spacing: -1px;
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        padding: 15px 0px !important;
        letter-spacing: 0.02em;
        font-weight: 400;
        font-family: 'Pluto', sans-serif; }
        nav.woocommerce-MyAccount-navigation ul li a:hover, nav.woocommerce-MyAccount-navigation ul li a:active, nav.woocommerce-MyAccount-navigation ul li a:focus {
          outline: none; }
        nav.woocommerce-MyAccount-navigation ul li a:before {
          display: none !important; }

.woocommerce-MyAccount-content p {
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (min-width: 640px) {
    .woocommerce-MyAccount-content p {
      font-size: 14px;
      line-height: 19px; } }

woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
  border-bottom: 1px solid #e7e7e7; }

.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td {
  text-align: left;
  font-size: 12px;
  line-height: 17px; }
  @media only screen and (min-width: 640px) {
    .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td {
      font-size: 12px;
      line-height: 17px; } }

.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order .woocommerce-button {
  margin-left: 5px; }

.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  text-align: right; }

table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
  background-color: transparent !important; }

.woocommerce-MyAccount-content .woocommerce-info p {
  font-size: 20px;
  line-height: 24px; }
  @media only screen and (min-width: 640px) {
    .woocommerce-MyAccount-content .woocommerce-info p {
      font-size: 22px;
      line-height: 26px; } }

.woocommerce-MyAccount-content h3 {
  font-family: "DomaineDispNarMedium", sans-serif;
  color: #626262; }

.woocommerce-MyAccount-content address {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  margin-bottom: 30px; }
  @media only screen and (min-width: 640px) {
    .woocommerce-MyAccount-content address {
      font-size: 14px;
      line-height: 19px; } }

.reveal-contacts#cities > label {
  display: none; }

/* Cookies */
#cookie-notice span {
  color: #626262;
  font-size: 12px;
  line-height: 17px; }
  @media only screen and (min-width: 640px) {
    #cookie-notice span {
      font-size: 12px;
      line-height: 17px; } }

#cookie-notice .cn-button {
  margin-left: 10px;
  position: relative;
  top: 8px;
  font-family: 'Pluto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 40px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid #BBACA1 !important;
  color: #847870;
  background-color: transparent !important;
  display: inline-block; }
  @media only screen and (min-width: 640px) {
    #cookie-notice .cn-button {
      padding: 13px 25px 11px !important; } }
  #cookie-notice .cn-button:hover {
    background-color: #BBACA1 !important;
    color: white !important; }
  #cookie-notice .cn-button:hover {
    color: #847870 !important; }

.wpml-ls-current-language a {
  font-weight: bold; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon, #add_payment_method #payment ul.payment_methods li img.stripe-icon {
  float: none !important; }

.woocommerce .star-rating span {
  font-family: 'star'; }

.woocommerce-checkout #payment ul.payment_methods li label img {
  float: right; }

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  padding: 0 !important; }

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  padding: 0 !important; }
