/* RESET STYLES
----------------------------------------------- */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 100%; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

a img {
  border: 0; }

a:focus {
  outline: 0; }

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

::-moz-selection {
  background: #f0b018;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #f0b018;
  color: #fff;
  text-shadow: none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: none;
  background: transparent;
  border: 0;
  outline: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: white; }

/* HTML5 RESETS > BROWSERS + VELHOS 
---------------------------------------*/
article, aside, figure, figure img, hgroup, footer, header, nav, section {
  display: block; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: inherit; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }
.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }
.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }
.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }
.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }
.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

@font-face {
  font-family: 'bebas_neuebold';
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neuebook';
  src: url("../fonts/bebasneue_book-webfont.woff2") format("woff2"), url("../fonts/bebasneue_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neuelight';
  src: url("../fonts/bebasneue_light-webfont.woff2") format("woff2"), url("../fonts/bebasneue_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neueregular';
  src: url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neuethin';
  src: url("../fonts/bebasneue_thin-webfont.woff2") format("woff2"), url("../fonts/bebasneue_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 62.5%;
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: border-box; }

body {
  position: relative;
  width: 100%;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  background-color: white; }

.row {
  max-width: initial; }

p, ul, ol, dl {
  margin-bottom: initial; }

a, button {
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea {
  resize: none; }

.wrap {
  width: 90%;
  max-width: 1600px; }

input, textarea {
  text-transform: none !important; }

body {
  font-family: "bebas_neueregular", sans-serif;
  font-weight: 400;
  background-image: url("../image/generic-bg.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: top center; }
  body.anchor header {
    height: 60px;
    border-bottom: 1px solid white;
    background-color: #12100c;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    body.anchor header .hamb {
      top: 16px;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
  body.anchor .content .page-nav {
    top: 21px;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
    @media only screen and (max-width: 560px) {
      body.anchor .content .page-nav {
        top: 24px; } }
    body.anchor .content .page-nav ul li a {
      font-size: 22px; }
      @media only screen and (max-width: 560px) {
        body.anchor .content .page-nav ul li a {
          font-size: 17px;
          padding: 0 6px; } }
  body.anchor .bag-list {
    top: 59px;
    border: 1px solid white;
    border-top: none; }
    body.anchor .bag-list li .bag-view-bag {
      font-size: 16px;
      padding: 10px 0; }

@media only screen and (max-width: 760px) {
  .content {
    margin-top: 60px; } }
.content .letter-bg {
  background-image: url("../img/generic-bg.jpg");
  background-repeat: repeat;
  background-position: top center; }

.page-nav {
  position: fixed;
  top: 44px;
  right: 44px;
  z-index: 9986; }
  @media only screen and (max-width: 1000px) {
    .page-nav {
      top: 30px;
      right: 20px; } }
  @media only screen and (max-width: 760px) {
    .page-nav {
      top: 21px; } }
  @media only screen and (max-width: 560px) {
    .page-nav {
      top: 22px; } }
  .page-nav ul li {
    display: inline-block; }
    .page-nav ul li a {
      display: block;
      font-family: "bebas_neuelight", sans-serif;
      font-size: 23px;
      text-transform: uppercase;
      padding: 0 20px;
      color: white; }
      @media only screen and (max-width: 760px) {
        .page-nav ul li a {
          font-size: 22px; } }
      @media only screen and (max-width: 560px) {
        .page-nav ul li a {
          font-size: 20px;
          padding: 0 10px; } }
      .page-nav ul li a:hover {
        color: #f0b018; }
      .page-nav ul li a.bag-action.active {
        color: #f0b018; }
      .page-nav ul li a div {
        display: inline-block;
        vertical-align: middle;
        margin-left: 2px; }
        .page-nav ul li a div.icon-cart {
          margin-top: -8px;
          font-size: 20px; }
        .page-nav ul li a div.icon-arrow-down {
          margin-top: -6px;
          font-size: 14px; }
          @media only screen and (max-width: 560px) {
            .page-nav ul li a div.icon-arrow-down:before {
              content: '\e904'; } }

.bag-list {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  max-width: 300px;
  width: 100%;
  top: 84px;
  right: 20px;
  background: #12100c;
  z-index: 9986;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  @media only screen and (max-width: 760px) {
    .bag-list {
      top: 60px; } }
  @media only screen and (max-width: 600px) {
    .bag-list {
      min-width: 275px; } }
  @media only screen and (max-width: 560px) {
    .bag-list {
      display: none !important; } }
  .bag-list:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: transparent; }
  .bag-list.active {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
  .bag-list li {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-top: 1px solid black; }
    .bag-list li:first-of-type {
      margin-top: 0;
      border-top: none; }
    .bag-list li:last-of-type {
      padding: 0; }
    .bag-list li a {
      display: block; }
      .bag-list li a:hover .bag-list-item:first-of-type {
        opacity: 0.7;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
      .bag-list li a:hover .bag-list-item p {
        color: #f0b018; }
      .bag-list li a .bag-list-item {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        margin-left: -3px;
        padding: 0 10px; }
        .bag-list li a .bag-list-item:first-of-type {
          text-align: left; }
        .bag-list li a .bag-list-item img, .bag-list li a .bag-list-item p {
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
        .bag-list li a .bag-list-item img {
          max-width: 70px;
          width: 100%;
          border: 2px solid #f0b018; }
        .bag-list li a .bag-list-item p {
          min-width: 100px;
          font-family: "bebas_neuebold", sans-serif;
          font-size: 15px;
          color: white; }
          .bag-list li a .bag-list-item p span {
            display: block;
            margin-top: 2px; }
          .bag-list li a .bag-list-item p .bag-list-ref {
            font-weight: 300;
            font-size: 12px; }
          .bag-list li a .bag-list-item p .bag-list-price {
            color: #f0b018; }
    .bag-list li .bag-view-bag {
      display: block;
      width: 100%;
      color: black;
      padding: 10px 0;
      font-size: 16px;
      text-align: center;
      text-transform: inherit;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-bottom: 1px solid transparent;
      background: #f0b018; }
      .bag-list li .bag-view-bag:hover {
        color: #f0b018;
        background-color: #12100c; }

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.generic-footer {
  background-size: cover;
  background-position: top center; }
  .generic-footer .generic-footer-copy {
    width: 90%;
    margin: auto;
    padding: 80px 0;
    text-align: center;
    color: white; }
    @media only screen and (max-width: 760px) {
      .generic-footer .generic-footer-copy {
        padding: 70px 0; } }
    @media only screen and (max-width: 560px) {
      .generic-footer .generic-footer-copy {
        padding: 50px 0; } }
    .generic-footer .generic-footer-copy .footer-copy-title {
      font-family: "bebas_neuebold", sans-serif;
      font-size: 36px;
      line-height: 1;
      margin-bottom: 14px; }
      @media only screen and (max-width: 760px) {
        .generic-footer .generic-footer-copy .footer-copy-title {
          font-size: 33px;
          margin-bottom: 12px; } }
      @media only screen and (max-width: 560px) {
        .generic-footer .generic-footer-copy .footer-copy-title {
          font-size: 30px;
          margin-bottom: 10px; } }
    .generic-footer .generic-footer-copy .footer-copy-text {
      font-family: "bebas_neuelight", sans-serif;
      font-size: 26px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 760px) {
        .generic-footer .generic-footer-copy .footer-copy-text {
          font-size: 24px;
          margin-bottom: 18px; } }
      @media only screen and (max-width: 560px) {
        .generic-footer .generic-footer-copy .footer-copy-text {
          font-size: 21px;
          margin-bottom: 16px; } }
    .generic-footer .generic-footer-copy a {
      position: relative;
      display: table;
      padding: 14px 14px 14px 28px;
      border: 2px solid #f0b018;
      background-color: #12100c;
      margin: auto; }
      @media only screen and (max-width: 560px) {
        .generic-footer .generic-footer-copy a {
          padding: 11px 11px 11px 22px; } }
      .generic-footer .generic-footer-copy a:hover {
        background-color: #f0b018; }
        .generic-footer .generic-footer-copy a:hover p, .generic-footer .generic-footer-copy a:hover div {
          color: #12100c; }
      .generic-footer .generic-footer-copy a p, .generic-footer .generic-footer-copy a div {
        display: inline-block;
        vertical-align: middle;
        color: #f0b018; }
      .generic-footer .generic-footer-copy a p {
        font-family: "bebas_neuebook", sans-serif;
        font-size: 24px;
        text-transform: uppercase; }
        @media only screen and (max-width: 760px) {
          .generic-footer .generic-footer-copy a p {
            font-size: 22px; } }
        @media only screen and (max-width: 560px) {
          .generic-footer .generic-footer-copy a p {
            font-size: 20px; } }
      .generic-footer .generic-footer-copy a div {
        font-size: 18px;
        margin-left: 10px; }
        @media only screen and (max-width: 760px) {
          .generic-footer .generic-footer-copy a div {
            font-size: 17px; } }
        @media only screen and (max-width: 560px) {
          .generic-footer .generic-footer-copy a div {
            font-size: 16px; } }
    .generic-footer .generic-footer-copy form input {
      position: relative !important;
      display: block !important;
      width: 100% !important;
      max-width: 340px !important;
      padding: 14px !important;
      border: 2px solid #f0b018 !important;
      margin: auto !important;
      font-family: "bebas_neueregular", sans-serif !important;
      font-size: 20px !important;
      color: white !important;
      text-transform: uppercase !important;
      outline: none !important;
      background-color: transparent !important;
      text-align: center !important; }
      .generic-footer .generic-footer-copy form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-family: "bebas_neuebook", sans-serif !important;
        text-transform: uppercase !important;
        color: #f0b018 !important;
        text-align: center !important; }
        @media only screen and (max-width: 360px) {
          .generic-footer .generic-footer-copy form input::-webkit-input-placeholder {
            font-size: 18px !important; } }
      .generic-footer .generic-footer-copy form input::-moz-placeholder {
        /* Firefox 19+ */
        font-family: "bebas_neuebook", sans-serif !important;
        text-transform: uppercase !important;
        color: #f0b018 !important;
        text-align: center !important; }
        @media only screen and (max-width: 360px) {
          .generic-footer .generic-footer-copy form input::-moz-placeholder {
            font-size: 18px !important; } }
      .generic-footer .generic-footer-copy form input:-ms-input-placeholder {
        /* IE 10+ */
        font-family: "bebas_neuebook", sans-serif !important;
        text-transform: uppercase !important;
        color: #f0b018 !important;
        text-align: center !important; }
        @media only screen and (max-width: 360px) {
          .generic-footer .generic-footer-copy form input:-ms-input-placeholder {
            font-size: 18px !important; } }
      .generic-footer .generic-footer-copy form input:-moz-placeholder {
        /* Firefox 18- */
        font-family: "bebas_neuebook", sans-serif !important;
        text-transform: uppercase !important;
        color: #f0b018 !important;
        text-align: center !important; }
        @media only screen and (max-width: 360px) {
          .generic-footer .generic-footer-copy form input:-moz-placeholder {
            font-size: 18px !important; } }
      @media only screen and (max-width: 760px) {
        .generic-footer .generic-footer-copy form input {
          font-size: 22px !important; } }
      @media only screen and (max-width: 560px) {
        .generic-footer .generic-footer-copy form input {
          font-size: 20px !important; } }

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9989;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  @media only screen and (max-width: 760px) {
    .modal {
      overflow-y: scroll;
      overflow-x: hidden; } }
  .modal.modal-active {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -i-transition: all 0.25s ease-out; }
  .modal .modal-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9987; }
  .modal .modal-box {
    position: absolute;
    display: table;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9988; }
    @media only screen and (max-width: 760px) {
      .modal .modal-box {
        top: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin: 0 auto 40px; } }
    .modal .modal-box .modal-box-content {
      position: relative;
      width: 500px;
      padding: 40px 40px 20px;
      margin: auto;
      background-color: white;
      text-align: center; }
      @media only screen and (max-width: 600px) {
        .modal .modal-box .modal-box-content {
          width: 360px; } }
      @media only screen and (max-width: 460px) {
        .modal .modal-box .modal-box-content {
          width: 300px; } }
      @media only screen and (max-width: 380px) {
        .modal .modal-box .modal-box-content {
          width: 260px;
          padding: 30px 30px 20px; } }
      .modal .modal-box .modal-box-content .modal-close {
        display: table;
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer; }
        @media only screen and (max-width: 560px) {
          .modal .modal-box .modal-box-content .modal-close {
            top: 5px;
            right: 5px; } }
        .modal .modal-box .modal-box-content .modal-close:hover div {
          color: #141414;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
        .modal .modal-box .modal-box-content .modal-close div {
          font-size: 50px;
          color: black;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
          @media only screen and (max-width: 760px) {
            .modal .modal-box .modal-box-content .modal-close div {
              font-size: 45px; } }
          @media only screen and (max-width: 560px) {
            .modal .modal-box .modal-box-content .modal-close div {
              font-size: 36px; } }
      .modal .modal-box .modal-box-content .modal-content .modal-registo, .modal .modal-box .modal-box-content .modal-content .modal-login {
        display: none;
        width: 100%; }
        .modal .modal-box .modal-box-content .modal-content .modal-registo.active, .modal .modal-box .modal-box-content .modal-content .modal-login.active {
          display: block; }
      .modal .modal-box .modal-box-content .modal-content .modal-header, .modal .modal-box .modal-box-content .modal-content .modal-content, .modal .modal-box .modal-box-content .modal-content .modal-footer {
        display: block;
        width: 100%; }
      .modal .modal-box .modal-box-content .modal-content .modal-header {
        margin-bottom: 60px; }
        @media only screen and (max-width: 560px) {
          .modal .modal-box .modal-box-content .modal-content .modal-header {
            margin-bottom: 40px; } }
        .modal .modal-box .modal-box-content .modal-content .modal-header .modal-header-title {
          font-family: "bebas_neuebold", sans-serif;
          font-size: 68px; }
          @media only screen and (max-width: 560px) {
            .modal .modal-box .modal-box-content .modal-content .modal-header .modal-header-title {
              font-size: 48px; } }
        .modal .modal-box .modal-box-content .modal-content .modal-header .modal-header-subtitle {
          font-family: "bebas_neuebook", sans-serif;
          font-size: 19px; }
          @media only screen and (max-width: 560px) {
            .modal .modal-box .modal-box-content .modal-content .modal-header .modal-header-subtitle {
              font-size: 18px; } }
      .modal .modal-box .modal-box-content .modal-content .modal-form {
        margin-bottom: 60px; }
        @media only screen and (max-width: 560px) {
          .modal .modal-box .modal-box-content .modal-content .modal-form {
            margin-bottom: 40px; } }
        .modal .modal-box .modal-box-content .modal-content .modal-form form input {
          position: relative;
          display: block;
          width: 100%;
          max-width: 600px;
          padding: 14px;
          text-align: center;
          border: 2px solid black;
          margin: auto auto 14px;
          font-family: "bebas_neueregular", sans-serif;
          font-size: 20px;
          color: black;
          text-transform: uppercase;
          outline: none;
          background-color: transparent; }
          @media only screen and (max-width: 760px) {
            .modal .modal-box .modal-box-content .modal-content .modal-form form input {
              font-size: 20px; } }
          @media only screen and (max-width: 560px) {
            .modal .modal-box .modal-box-content .modal-content .modal-form form input {
              font-size: 18px;
              padding: 8px; } }
          .modal .modal-box .modal-box-content .modal-content .modal-form form input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-family: "bebas_neuebook", sans-serif;
            text-transform: uppercase;
            color: black;
            text-align: center; }
          .modal .modal-box .modal-box-content .modal-content .modal-form form input::-moz-placeholder {
            /* Firefox 19+ */
            font-family: "bebas_neuebook", sans-serif;
            text-transform: uppercase;
            color: black;
            text-align: center; }
          .modal .modal-box .modal-box-content .modal-content .modal-form form input:-ms-input-placeholder {
            /* IE 10+ */
            font-family: "bebas_neuebook", sans-serif;
            text-transform: uppercase;
            color: black;
            text-align: center; }
          .modal .modal-box .modal-box-content .modal-content .modal-form form input:-moz-placeholder {
            /* Firefox 18- */
            font-family: "bebas_neuebook", sans-serif;
            text-transform: uppercase;
            color: black;
            text-align: center; }
        .modal .modal-box .modal-box-content .modal-content .modal-form form button {
          width: 100%;
          max-width: 200px;
          font-family: "bebas_neuebold", sans-serif;
          font-size: 20px;
          color: white;
          padding: 10px 20px;
          margin-bottom: 6px;
          border: 2px solid black;
          background-color: black; }
          @media only screen and (max-width: 560px) {
            .modal .modal-box .modal-box-content .modal-content .modal-form form button {
              font-size: 18px; } }
          .modal .modal-box .modal-box-content .modal-content .modal-form form button:hover {
            color: black;
            background-color: white; }
        .modal .modal-box .modal-box-content .modal-content .modal-form form .form-disclaimer {
          font-family: "bebas_neuebook", sans-serif;
          font-size: 16px; }
          @media only screen and (max-width: 560px) {
            .modal .modal-box .modal-box-content .modal-content .modal-form form .form-disclaimer {
              font-size: 15px; } }
      .modal .modal-box .modal-box-content .modal-content .modal-footer a {
        font-family: "bebas_neuebold", sans-serif;
        font-size: 16px;
        color: black;
        border-bottom: 1px solid black; }
        @media only screen and (max-width: 560px) {
          .modal .modal-box .modal-box-content .modal-content .modal-footer a {
            font-size: 15px; } }
        .modal .modal-box .modal-box-content .modal-content .modal-footer a:hover {
          color: #f0b018;
          border-color: #f0b018; }

.cookies-holder {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #12100c;
  z-index: 9990; }
  .cookies-holder .cookies-copy {
    position: relative;
    width: 90%;
    padding: 16px 0;
    margin: auto; }
    .cookies-holder .cookies-copy p {
      font-family: "bebas_neuebold", sans-serif;
      font-size: 14px;
      color: white;
      padding-right: 76px; }
    .cookies-holder .cookies-copy a {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-family: "bebas_neuebold", sans-serif;
      font-size: 15px;
      color: #12100c;
      padding: 5px 10px;
      border: 1px solid white;
      text-transform: uppercase;
      background-color: white; }
      .cookies-holder .cookies-copy a:hover {
        color: white;
        background-color: #12100c; }

#user-data-save-button button {
  display: table;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 22px;
  color: black;
  padding: 12px 20px;
  border: 2px solid #f0b018;
  background-color: #f0b018;
  margin-bottom: 6px; }
  @media only screen and (max-width: 760px) {
    #user-data-save-button button {
      font-size: 20px; } }
  #user-data-save-button button:hover {
    color: #f0b018;
    background-color: black; }

button {
  outline: none; }

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9986; }
  @media only screen and (max-width: 760px) {
    header {
      height: 60px;
      background-color: #12100c; } }

footer {
  width: 100%;
  text-align: center;
  padding: 20px 0;
   }
  footer .rights {
    width: 90%;
    max-width: 840px;
    margin: auto; }
    footer .rights p {
      font-family: 'Lato', sans-serif;
      font-weight: 300;
      font-size: 10px;
      color: white; }
      footer .rights p a {
        color: #f0b018; }
        footer .rights p a:hover {
          border-bottom: 1px solid #f0b018; }

.nav {
  display: none;
  position: fixed;
  width: 300px;
  height: 100%;
  z-index: 9985;
  background: #1c1d21; }
  @media only screen and (max-width: 760px) {
    .nav {
      width: 250px; } }
  @media only screen and (max-width: 560px) {
    .nav {
      width: 100%; } }
  .nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left; }
    .nav ul li {
      display: block;
      margin: auto; }
      .nav ul li a {
        display: block;
        font-family: "bebas_neuelight", sans-serif;
        font-size: 36px;
        text-transform: uppercase;
        padding: 22px 0;
        color: white; }
        @media only screen and (max-width: 760px) {
          .nav ul li a {
            font-size: 32px; } }
        .nav ul li a:hover {
          color: #f0b018; }

.hamb {
  position: absolute;
  top: 22px;
  left: 14px; }
  @media only screen and (max-width: 760px) {
    .hamb {
      top: 16px; } }
  .hamb #nav-toggle {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 32px;
    cursor: pointer;
    z-index: 9999; }
    .hamb #nav-toggle span {
      cursor: pointer;
      width: 28px;
      height: 1px;
      background: white;
      position: absolute;
      top: 15px;
      right: 5px;
      display: block;
      content: '';
      transition: all 500ms ease-in-out; }
      .hamb #nav-toggle span:before, .hamb #nav-toggle span:after {
        cursor: pointer;
        width: 28px;
        height: 1px;
        background: white;
        position: absolute;
        display: block;
        content: '';
        transition: all 500ms ease-in-out; }
      .hamb #nav-toggle span:before {
        top: -7px; }
      .hamb #nav-toggle span:after {
        bottom: -7px; }
  .hamb .active span {
    background-color: transparent !important; }
    .hamb .active span:before, .hamb .active span:after {
      top: 0 !important;
      background: white !important; }
    .hamb .active span:before {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg); }
    .hamb .active span:after {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg); }

.content .homepage .homepage-separator {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  border-right: 2px solid #383838; }
  @media only screen and (max-width: 560px) {
    .content .homepage .homepage-separator {
      display: none; } }
  .content .homepage .homepage-separator.homepage-separator-first {
    top: initial;
    bottom: 0;
    height: calc(100% - 19px);
    /*
    .homepage-separator-number {
    	position: fixed;
    }
    */ }
  .content .homepage .homepage-separator.homepage-separator-second .homepage-separator-number {
    position: fixed;
    top: 60px; }
  .content .homepage .homepage-separator .homepage-separator-number:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 68px;
    height: 200px;
    border-right: 2px solid #f0b018; }
  .content .homepage .homepage-separator .homepage-separator-number p {
    position: absolute;
    top: 86px;
    left: 28px;
    font-family: "bebas_neuebold", sans-serif;
    font-size: 24px;
    color: #f0b018;
    text-align: center; }
.content .homepage .homepage-header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: top center; }
  @media only screen and (max-width: 760px) {
    .content .homepage .homepage-header {
      height: calc(100vh - 60px); } }
  .content .homepage .homepage-header .homepage-copy {
    position: absolute;
    display: table;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: right; }
    .content .homepage .homepage-header .homepage-copy p {
      text-transform: uppercase;
      color: white; }
    .content .homepage .homepage-header .homepage-copy .homepage-copy-branch {
      font-family: "bebas_neuelight", sans-serif;
      font-size: 42px; }
      @media only screen and (max-width: 760px) {
        .content .homepage .homepage-header .homepage-copy .homepage-copy-branch {
          font-size: 37px; } }
      @media only screen and (max-width: 560px) {
        .content .homepage .homepage-header .homepage-copy .homepage-copy-branch {
          font-size: 26px; } }
    .content .homepage .homepage-header .homepage-copy .homepage-copy-name {
      font-family: "bebas_neuebold", sans-serif;
      font-size: 140px;
      line-height: 0.75;
      margin-bottom: 10px; }
      @media only screen and (max-width: 760px) {
        .content .homepage .homepage-header .homepage-copy .homepage-copy-name {
          font-size: 120px; } }
      @media only screen and (max-width: 560px) {
        .content .homepage .homepage-header .homepage-copy .homepage-copy-name {
          font-size: 80px; } }
    .content .homepage .homepage-header .homepage-copy a {
      position: relative;
      display: table;
      float: right;
      padding: 14px 14px 14px 28px;
      border: 2px solid #f0b018;
      background-color: #12100c; }
      @media only screen and (max-width: 560px) {
        .content .homepage .homepage-header .homepage-copy a {
          padding: 11px 11px 11px 22px; } }
      .content .homepage .homepage-header .homepage-copy a:hover {
        background-color: #f0b018; }
        .content .homepage .homepage-header .homepage-copy a:hover p, .content .homepage .homepage-header .homepage-copy a:hover div {
          color: #12100c; }
      .content .homepage .homepage-header .homepage-copy a p, .content .homepage .homepage-header .homepage-copy a div {
        display: inline-block;
        vertical-align: middle;
        color: #f0b018; }
      .content .homepage .homepage-header .homepage-copy a p {
        font-family: "bebas_neuebook", sans-serif;
        font-size: 24px;
        text-transform: uppercase; }
        @media only screen and (max-width: 760px) {
          .content .homepage .homepage-header .homepage-copy a p {
            font-size: 22px; } }
        @media only screen and (max-width: 560px) {
          .content .homepage .homepage-header .homepage-copy a p {
            font-size: 20px; } }
      .content .homepage .homepage-header .homepage-copy a div {
        font-size: 18px;
        margin-left: 10px; }
        @media only screen and (max-width: 760px) {
          .content .homepage .homepage-header .homepage-copy a div {
            font-size: 17px; } }
        @media only screen and (max-width: 560px) {
          .content .homepage .homepage-header .homepage-copy a div {
            font-size: 16px; } }
  .content .homepage .homepage-header .homepage-next {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media only screen and (max-width: 760px) {
      .content .homepage .homepage-header .homepage-next {
        bottom: 20px; } }
    .content .homepage .homepage-header .homepage-next div {
      font-size: 22px;
      color: white; }
  .content .homepage .homepage-header .homepage-sound {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    cursor: pointer; }
    .content .homepage .homepage-header .homepage-sound.homepage-sound-change .homepage-sound-on {
      display: none; }
    .content .homepage .homepage-header .homepage-sound.homepage-sound-change .homepage-sound-off {
      display: block; }
    .content .homepage .homepage-header .homepage-sound .homepage-sound-on p {
      color: #f0b018; }
    .content .homepage .homepage-header .homepage-sound .homepage-sound-off {
      display: none; }
      .content .homepage .homepage-header .homepage-sound .homepage-sound-off p {
        color: white; }
    .content .homepage .homepage-header .homepage-sound img {
      width: 9px;
      margin: auto auto 4px; }
    .content .homepage .homepage-header .homepage-sound p {
      font-family: "bebas_neuebook", sans-serif;
      font-size: 16px;
      text-transform: uppercase; }
  .content .homepage .homepage-header video {
    opacity: 0;
    visibility: hidden; }
.content .homepage .homepage-profile {
  position: relative;
  padding: 140px 0;
  background-color: #12100c; }
  @media only screen and (max-width: 900px) {
    .content .homepage .homepage-profile {
      padding: 100px 0; } }
  @media only screen and (max-width: 760px) {
    .content .homepage .homepage-profile {
      padding: 70px 0 70px 70px; } }
  @media only screen and (max-width: 560px) {
    .content .homepage .homepage-profile {
      padding: 50px 0; } }
  .content .homepage .homepage-profile #perfil {
    margin-top: -100px;
    position: absolute; }
  .content .homepage .homepage-profile .homepage-profile-items {
    max-width: 1200px;
    width: 90%;
    margin: auto; }
    .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item {
      display: inline-block;
      width: 50%;
      vertical-align: middle;
      margin-left: -3px; }
      @media only screen and (max-width: 900px) {
        .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item {
          vertical-align: top; } }
      @media only screen and (max-width: 760px) {
        .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item {
          display: block;
          width: 100%;
          margin-left: 0;
          padding: 0 !important; } }
      .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item:first-of-type {
        padding-right: 40px;
        text-align: center; }
        @media only screen and (max-width: 760px) {
          .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item:first-of-type {
            margin-bottom: 30px;
            text-align: left; } }
      .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item:last-of-type {
        padding-left: 40px; }
      .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item img {
        max-width: 500px;
        width: 100%; }
      .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy {
        max-width: 500px;
        color: white; }
        .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy p {
          text-transform: uppercase; }
          .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy p.homepage-profile-title {
            font-family: "bebas_neuebold", sans-serif;
            font-size: 38px;
            margin-bottom: 8px; }
            @media only screen and (max-width: 760px) {
              .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy p.homepage-profile-title {
                font-size: 35px; } }
            @media only screen and (max-width: 560px) {
              .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy p.homepage-profile-title {
                font-size: 31px; } }
          .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy p.homepage-profile-text {
            font-family: "bebas_neuelight", sans-serif;
            font-size: 22px;
            line-height: 1.2;
            margin-bottom: 24px; }
            @media only screen and (max-width: 760px) {
              .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy p.homepage-profile-text {
                font-size: 19px;
                margin-bottom: 20px; } }
            .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy p.homepage-profile-text:last-of-type {
              margin-bottom: 18px; }
              @media only screen and (max-width: 760px) {
                .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-copy p.homepage-profile-text:last-of-type {
                  margin-bottom: 14px; } }
      .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-social .homepage-social-items .homepage-social-item {
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px; }
        .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-social .homepage-social-items .homepage-social-item a {
          position: relative;
          display: block;
          width: 32px;
          height: 32px;
          border-radius: 30px;
          border: 2px solid white; }
          .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-social .homepage-social-items .homepage-social-item a:hover {
            background-color: white; }
            .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-social .homepage-social-items .homepage-social-item a:hover div {
              color: black; }
          .content .homepage .homepage-profile .homepage-profile-items .homepage-profile-item .homepage-profile-social .homepage-social-items .homepage-social-item a div {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 14px;
            color: white; }

.list {
  padding-top: 160px;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .list {
      padding-top: 100px; } }
  @media only screen and (max-width: 760px) {
    .list {
      padding-top: 40px; } }
  @media only screen and (max-width: 560px) {
    .list {
      padding-top: 20px; } }
  .list .list-items {
    width: 90%;
    max-width: 1500px;
    padding-bottom: 40px;
    margin: auto; }
    .list .list-items .list-item {
      display: inline-block;
      width: 33.33%;
      vertical-align: top;
      margin-left: -3px;
      padding: 0 30px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 1000px) {
        .list .list-items .list-item {
          width: 50%; } }
      @media only screen and (max-width: 660px) {
        .list .list-items .list-item {
          display: block;
          width: 100%;
          margin-left: 0;
          padding: 0; } }
      @media only screen and (max-width: 560px) {
        .list .list-items .list-item {
          margin-bottom: 30px; } }
      .list .list-items .list-item a {
        color: white; }
        .list .list-items .list-item a:hover .list-product-image:after, .list .list-items .list-item a:hover .list-product-image .list-image-alert {
          opacity: 1;
          visibility: visible;
          -moz-transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -i-transition: all 0.25s ease-out; }
        .list .list-items .list-item a .list-product-image {
          position: relative;
          border: 2px solid #f0b018;
          background-size: cover;
          background-position: top center; }
          .list .list-items .list-item a .list-product-image:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
            background-color: rgba(0, 0, 0, 0.46);
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
          .list .list-items .list-item a .list-product-image .list-image-alert {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 10px;
            background-color: #f0b018;
            z-index: 16;
            opacity: 0;
            visibility: hidden;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
            .list .list-items .list-item a .list-product-image .list-image-alert p {
              color: black; }
        .list .list-items .list-item a .list-product-copy {
          position: relative;
          margin-top: -30px; }
          @media only screen and (max-width: 800px) {
            .list .list-items .list-item a .list-product-copy {
              margin-top: -27px; } }
          @media only screen and (max-width: 560px) {
            .list .list-items .list-item a .list-product-copy {
              margin-top: -23px; } }
          .list .list-items .list-item a .list-product-copy .list-product-price {
            display: table;
            padding: 10px 28px;
            margin: auto auto 10px;
            background-color: #f0b018; }
            @media only screen and (max-width: 560px) {
              .list .list-items .list-item a .list-product-copy .list-product-price {
                padding: 8px 22px; } }
            .list .list-items .list-item a .list-product-copy .list-product-price p {
              font-family: "bebas_neuebold", sans-serif;
              font-size: 37px;
              color: black; }
              @media only screen and (max-width: 1200px) {
                .list .list-items .list-item a .list-product-copy .list-product-price p {
                  font-size: 34px; } }
              @media only screen and (max-width: 800px) {
                .list .list-items .list-item a .list-product-copy .list-product-price p {
                  font-size: 30px; } }
              @media only screen and (max-width: 560px) {
                .list .list-items .list-item a .list-product-copy .list-product-price p {
                  font-size: 26px; } }
          .list .list-items .list-item a .list-product-copy .list-product-name {
            font-family: "bebas_neuebold", sans-serif;
            font-size: 37px; }
            @media only screen and (max-width: 1200px) {
              .list .list-items .list-item a .list-product-copy .list-product-name {
                font-size: 34px; } }
            @media only screen and (max-width: 800px) {
              .list .list-items .list-item a .list-product-copy .list-product-name {
                font-size: 30px; } }
            @media only screen and (max-width: 560px) {
              .list .list-items .list-item a .list-product-copy .list-product-name {
                font-size: 26px; } }
          .list .list-items .list-item a .list-product-copy .list-product-colors {
            font-family: "bebas_neuelight", sans-serif;
            font-size: 27px; }
            @media only screen and (max-width: 1200px) {
              .list .list-items .list-item a .list-product-copy .list-product-colors {
                font-size: 22px; } }
            @media only screen and (max-width: 800px) {
              .list .list-items .list-item a .list-product-copy .list-product-colors {
                font-size: 20px; } }
            @media only screen and (max-width: 560px) {
              .list .list-items .list-item a .list-product-copy .list-product-colors {
                font-size: 18px; } }
  .list .list-disclaimer {
    padding: 110px 0 200px; }
    @media only screen and (max-width: 1000px) {
      .list .list-disclaimer {
        padding: 60px 0 150px; } }
    @media only screen and (max-width: 760px) {
      .list .list-disclaimer {
        padding: 40px 0 120px; } }
    @media only screen and (max-width: 560px) {
      .list .list-disclaimer {
        padding: 10px 0 80px; } }
    .list .list-disclaimer p {
      width: 90%;
      margin: auto;
      font-family: "bebas_neuebold", sans-serif;
      font-size: 37px;
      color: white; }
      @media only screen and (max-width: 1200px) {
        .list .list-disclaimer p {
          font-size: 34px; } }
      @media only screen and (max-width: 800px) {
        .list .list-disclaimer p {
          font-size: 30px; } }
      @media only screen and (max-width: 560px) {
        .list .list-disclaimer p {
          font-size: 26px; } }

.detail {
  padding-top: 160px;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .detail {
      padding-top: 100px; } }
  @media only screen and (max-width: 760px) {
    .detail {
      padding-top: 40px; } }
  @media only screen and (max-width: 560px) {
    .detail {
      padding-top: 20px; } }
  .detail .detail-items {
    width: 90%;
    max-width: 1100px;
    padding-bottom: 200px;
    margin: auto; }
    @media only screen and (max-width: 1100px) {
      .detail .detail-items {
        padding-bottom: 150px; } }
    @media only screen and (max-width: 760px) {
      .detail .detail-items {
        padding-bottom: 110px; } }
    @media only screen and (max-width: 560px) {
      .detail .detail-items {
        padding-bottom: 70px; } }
    .detail .detail-items .detail-item {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      margin-left: -3px;
      padding: 0 30px; }
      @media only screen and (max-width: 760px) {
        .detail .detail-items .detail-item {
          display: block;
          width: 100%;
          margin-left: 0;
          padding: 0; } }
      @media only screen and (max-width: 760px) {
        .detail .detail-items .detail-item:first-of-type {
          margin-bottom: 30px; } }
      .detail .detail-items .detail-item:last-of-type {
        text-align: left;
        color: white; }
      .detail .detail-items .detail-item .detail-slider {
        border: 2px solid #f0b018; }
        .detail .detail-items .detail-item .detail-slider .detail-slider-image {
          position: relative;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: top center; }
        .detail .detail-items .detail-item .detail-slider .slick-dots {
          position: absolute;
          bottom: 8px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          text-align: center;
          z-index: 9970; }
          @media only screen and (max-width: 760px) {
            .detail .detail-items .detail-item .detail-slider .slick-dots {
              bottom: 2px; } }
          .detail .detail-items .detail-item .detail-slider .slick-dots li {
            display: inline-block;
            margin: auto 3px; }
            .detail .detail-items .detail-item .detail-slider .slick-dots li.slick-active button {
              background-color: #f0b018; }
            .detail .detail-items .detail-item .detail-slider .slick-dots li button {
              display: block;
              width: 10px;
              height: 10px;
              padding: 0;
              border: none;
              border-radius: 10px;
              text-indent: -9999px;
              background-color: white;
              border: 2px solid white; }
      .detail .detail-items .detail-item .detail-item-copy .product-spec {
        margin-bottom: 30px; }
        .detail .detail-items .detail-item .detail-item-copy .product-spec .product-name {
          font-family: "bebas_neuebold", sans-serif;
          font-size: 36px; }
          @media only screen and (max-width: 760px) {
            .detail .detail-items .detail-item .detail-item-copy .product-spec .product-name {
              font-size: 30px; } }
        .detail .detail-items .detail-item .detail-item-copy .product-spec .product-serie {
          font-family: "bebas_neuelight", sans-serif;
          font-size: 22px; }
          @media only screen and (max-width: 760px) {
            .detail .detail-items .detail-item .detail-item-copy .product-spec .product-serie {
              font-size: 20px; } }
      .detail .detail-items .detail-item .detail-item-copy .product-title {
        font-family: "bebas_neuebook", sans-serif;
        font-size: 26px;
        margin-bottom: 6px; }
        @media only screen and (max-width: 760px) {
          .detail .detail-items .detail-item .detail-item-copy .product-title {
            font-size: 22px;
            margin-bottom: 5px; } }
      .detail .detail-items .detail-item .detail-item-copy .product-color-holder {
        margin-bottom: 30px; }
        .detail .detail-items .detail-item .detail-item-copy .product-color-holder .product-colors .product-color {
          display: inline-block;
          width: 26px;
          height: 26px;
          border: 2px solid #f1f1f1;
          margin-right: 6px; }
      .detail .detail-items .detail-item .detail-item-copy .product-size-holder {
        margin-bottom: 30px; }
        .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item {
          display: inline-block;
          margin-right: 10px;
          text-align: center; }
          .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox {
            /* Base for label styling */
            /* checkbox aspect */
            /* checked mark aspect */
            /* checked mark aspect changes */
            /* disabled checkbox */
            /* accessibility */ }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:not(:checked),
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:checked {
              position: absolute;
              left: -9999px; }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:not(:checked) + label,
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:checked + label {
              position: relative;
              display: block;
              margin: auto;
              cursor: pointer; }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:not(:checked) + label:before,
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:checked + label:before {
              content: '';
              display: block;
              width: 26px;
              height: 26px;
              margin: auto auto 7px;
              border: 2px solid transparent;
              background: transparent;
              box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:not(:checked) + label:after,
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:checked + label:after {
              content: '';
              position: absolute;
              top: 0;
              left: 50%;
              width: 26px;
              height: 26px;
              margin-left: -13px;
              background: #181315;
              border: 2px solid #f1f1f1;
              font-size: 1.3em;
              line-height: 0.8;
              color: black;
              transition: all .2s;
              font-family: 'icomoon' !important;
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:not(:checked) + label:after {
              opacity: 0;
              transform: scale(0); }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:checked + label:after {
              opacity: 1;
              transform: scale(1); }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:disabled:checked + label:before {
              box-shadow: none;
              border-color: #bbb;
              background-color: #ddd; }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:disabled:checked + label:after {
              color: #999; }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:disabled + label {
              color: #aaa; }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:checked:focus + label:before,
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox [type="checkbox"]:not(:checked):focus + label:before {
              border: 2px solid black; }
            .detail .detail-items .detail-item .detail-item-copy .product-size-holder .product-sizes .detail-size-item .checkbox label p {
              position: relative;
              margin-top: -27px;
              z-index: 99; }
      .detail .detail-items .detail-item .detail-item-copy .product-amount-holder {
        margin-bottom: 30px; }
        .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input {
          position: relative;
          display: block;
          width: 100%;
          max-width: 100px;
          padding: 6px 8px;
          border: 2px solid #f1f1f1;
          font-family: "bebas_neueregular", sans-serif;
          font-size: 17px;
          color: white;
          text-transform: uppercase;
          outline: none;
          background-color: #181315; }
          .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-family: "bebas_neuebook", sans-serif;
            text-transform: uppercase;
            color: #f0b018;
            text-align: center; }
            @media only screen and (max-width: 360px) {
              .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input::-webkit-input-placeholder {
                font-size: 18px; } }
          .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input::-moz-placeholder {
            /* Firefox 19+ */
            font-family: "bebas_neuebook", sans-serif;
            text-transform: uppercase;
            color: #f0b018;
            text-align: center; }
            @media only screen and (max-width: 360px) {
              .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input::-moz-placeholder {
                font-size: 18px; } }
          .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input:-ms-input-placeholder {
            /* IE 10+ */
            font-family: "bebas_neuebook", sans-serif;
            text-transform: uppercase;
            color: #f0b018;
            text-align: center; }
            @media only screen and (max-width: 360px) {
              .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input:-ms-input-placeholder {
                font-size: 18px; } }
          .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input:-moz-placeholder {
            /* Firefox 18- */
            font-family: "bebas_neuebook", sans-serif;
            text-transform: uppercase;
            color: #f0b018;
            text-align: center; }
            @media only screen and (max-width: 360px) {
              .detail .detail-items .detail-item .detail-item-copy .product-amount-holder .product-amounts input:-moz-placeholder {
                font-size: 18px; } }
      .detail .detail-items .detail-item .detail-item-copy .product-add {
        margin-top: 20px; }
        @media only screen and (max-width: 760px) {
          .detail .detail-items .detail-item .detail-item-copy .product-add {
            margin-top: 0; } }
        .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-cart {
          display: table;
          font-family: "bebas_neueregular", sans-serif;
          font-size: 22px;
          color: black;
          padding: 12px 20px;
          border: 2px solid #f0b018;
          background-color: #f0b018;
          margin-bottom: 6px; }
          @media only screen and (max-width: 760px) {
            .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-cart {
              font-size: 20px; } }
          .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-cart:hover {
            color: #f0b018;
            background-color: black; }
        .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav {
          display: block; }
          .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav.product-add-active div, .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav.product-add-active p {
            color: #f0b018; }
          .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav.product-add-active div:before {
            content: '\e908' !important; }
          .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav:hover div, .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav:hover p {
            color: #f0b018;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
          .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav div, .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav p {
            display: inline-block;
            vertical-align: middle;
            color: white;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
          .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav div {
            font-size: 16px; }
          .detail .detail-items .detail-item .detail-item-copy .product-add .product-add-fav p {
            margin-left: 8px;
            font-family: "bebas_neuebook", sans-serif;
            font-size: 16px; }
  .detail .others-products {
    width: 90%;
    max-width: 1100px;
    padding-bottom: 200px;
    margin: auto; }
    @media only screen and (max-width: 1100px) {
      .detail .others-products {
        padding-bottom: 140px; } }
    @media only screen and (max-width: 760px) {
      .detail .others-products {
        padding-bottom: 100px; } }
    @media only screen and (max-width: 560px) {
      .detail .others-products {
        padding-bottom: 60px; } }
    .detail .others-products .others-products-title {
      font-family: "bebas_neuebold", sans-serif;
      font-size: 36px;
      color: white;
      margin-bottom: 40px; }
      @media only screen and (max-width: 760px) {
        .detail .others-products .others-products-title {
          font-size: 30px;
          margin-bottom: 20px; } }
    .detail .others-products .others-products-slider a:hover .others-products-image:after {
      opacity: 1;
      visibility: visible;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
    .detail .others-products .others-products-slider a .others-products-image {
      position: relative;
      width: 90%;
      height: 100%;
      margin: auto;
      border: 2px solid #f0b018;
      background-size: cover;
      background-position: top center; }
      .detail .others-products .others-products-slider a .others-products-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.46);
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
    .detail .others-products .others-products-slider a .others-products-name {
      font-family: "bebas_neuebold", sans-serif;
      font-size: 22px;
      color: white;
      margin-top: 10px; }
      @media only screen and (max-width: 560px) {
        .detail .others-products .others-products-slider a .others-products-name {
          font-size: 20px; } }
    .detail .others-products .others-products-slider .slick-dots {
      margin: 16px auto auto;
      text-align: center;
      z-index: 9970; }
      .detail .others-products .others-products-slider .slick-dots li {
        display: inline-block;
        margin: auto 3px; }
        .detail .others-products .others-products-slider .slick-dots li.slick-active button {
          background-color: #f0b018; }
        .detail .others-products .others-products-slider .slick-dots li button {
          display: block;
          width: 10px;
          height: 10px;
          padding: 0;
          border: none;
          border-radius: 10px;
          text-indent: -9999px;
          background-color: white;
          border: 2px solid white; }

.contacts {
  padding: 160px 0 100px;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .contacts {
      padding: 100px 0 80px; } }
  @media only screen and (max-width: 760px) {
    .contacts {
      padding: 60px 0; } }
  .contacts .contacts-copy {
    display: table;
    margin: auto;
    color: white; }
    .contacts .contacts-copy .contacts-title {
      font-family: "bebas_neuebold", sans-serif;
      font-size: 38px;
      margin-bottom: 2px; }
      @media only screen and (max-width: 560px) {
        .contacts .contacts-copy .contacts-title {
          font-size: 34px; } }
    .contacts .contacts-copy .contacts-subtitle, .contacts .contacts-copy .contacts-email, .contacts .contacts-copy .contacts-number {
      font-family: "bebas_neuelight", sans-serif; }
    .contacts .contacts-copy .contacts-subtitle {
      font-size: 28px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 560px) {
        .contacts .contacts-copy .contacts-subtitle {
          font-size: 24px; } }
    .contacts .contacts-copy .contacts-email, .contacts .contacts-copy .contacts-number {
      display: block;
      font-size: 30px;
      color: white; }
      @media only screen and (max-width: 560px) {
        .contacts .contacts-copy .contacts-email, .contacts .contacts-copy .contacts-number {
          font-size: 26px; } }
    .contacts .contacts-copy .contacts-email {
      margin-bottom: 6px; }
    .contacts .contacts-copy .contacts-number {
      margin-bottom: 36px; }
    .contacts .contacts-copy .contacts-send {
      display: table;
      font-family: "bebas_neuebold", sans-serif;
      font-size: 22px;
      color: black;
      padding: 12px 36px;
      border: 2px solid #f0b018;
      background-color: #f0b018;
      margin: auto; }
      @media only screen and (max-width: 760px) {
        .contacts .contacts-copy .contacts-send {
          font-size: 20px; } }
      .contacts .contacts-copy .contacts-send:hover {
        color: #f0b018;
        background-color: black; }

.carrinho {
  padding: 160px 0 100px;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .carrinho {
      padding: 100px 0 80px; } }
  @media only screen and (max-width: 760px) {
    .carrinho {
      padding: 60px 0; } }
  .carrinho .carrinho-step-title {
    font-family: "bebas_neuebold", sans-serif;
    font-size: 36px;
    color: white;
    margin-bottom: 40px; }
    @media only screen and (max-width: 560px) {
      .carrinho .carrinho-step-title {
        font-size: 30px; } }
  .carrinho .carrinho-step1 .carrinho-step1-table {
    width: 100%;
    max-width: 770px;
    margin: auto auto 40px;
    color: white;
    text-align: center; }
    @media only screen and (max-width: 770px) {
      .carrinho .carrinho-step1 .carrinho-step1-table {
        overflow-x: scroll; } }
    @media only screen and (max-width: 560px) {
      .carrinho .carrinho-step1 .carrinho-step1-table {
        margin: auto auto 30px; } }
@keyframes arrow {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(20px, 0);
    @media only screen and (max-width: 760px) {
      transform: translate(14px, 0); }
    @media only screen and (max-width: 560px) {
      transform: translate(10px, 0); } }
  50% {
    transform: translate(0, 0); }
  100% {
    transform: translate(20px, 0);
    @media only screen and (max-width: 760px) {
      transform: translate(14px, 0); }
    @media only screen and (max-width: 560px) {
      transform: translate(10px, 0); } } }
    .carrinho .carrinho-step1 .carrinho-step1-table .carrinho-swipe-indicator {
      position: relative;
      display: none;
      text-align: right;
      margin: auto 28px 10px auto;
      animation: arrow 3s ease infinite alternate; }
      @media only screen and (max-width: 770px) {
        .carrinho .carrinho-step1 .carrinho-step1-table .carrinho-swipe-indicator {
          display: block; } }
      .carrinho .carrinho-step1 .carrinho-step1-table .carrinho-swipe-indicator img {
        width: 22px; }
    .carrinho .carrinho-step1 .carrinho-step1-table table {
      width: 100%;
      max-width: 770px;
      margin: auto;
      border-collapse: collapse;
      border-spacing: 0; }
      .carrinho .carrinho-step1 .carrinho-step1-table table tr {
        border-bottom: 2px solid #282828; }
      .carrinho .carrinho-step1 .carrinho-step1-table table thead tr th {
        font-family: "bebas_neuebook", sans-serif;
        font-size: 28px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 560px) {
          .carrinho .carrinho-step1 .carrinho-step1-table table thead tr th {
            font-size: 24px; } }
        .carrinho .carrinho-step1 .carrinho-step1-table table thead tr th:first-of-type {
          text-align: left;
          padding: 0 28px 10px 10px; }
        .carrinho .carrinho-step1 .carrinho-step1-table table thead tr th:last-of-type {
          text-align: right;
          padding: 0 10px 10px 28px; }
      .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td {
        padding: 0 28px; }
        .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td:first-of-type {
          padding: 0 28px 0 10px; }
        .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td:last-of-type {
          padding: 0 10px 0 28px; }
        .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td .table-product-image {
          width: 120px;
          height: 120px;
          margin: 10px 0;
          border: 2px solid #f0b018;
          background-size: cover;
          background-position: top center; }
        .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td .table-product-name {
          font-family: "bebas_neuelight", sans-serif;
          font-size: 17px;
          text-align: left; }
        .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td .table-product-size {
          display: block;
          width: 30px;
          height: 30px;
          font-family: "bebas_neueregular", sans-serif;
          font-size: 17px;
          line-height: 26px;
          margin: auto;
          border: 2px solid #f1f1f1;
          background-color: #181315; }
        .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td .table-product-color {
          display: block;
          width: 30px;
          height: 30px;
          border: 2px solid #f1f1f1;
          margin: auto; }
        .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td .table-product-amount input {
          max-width: 80px;
          font-family: "bebas_neuebook", sans-serif;
          font-size: 16px;
          border: 2px solid #f1f1f1;
          color: white;
          padding: 4px 4px 3px 10px;
          background-color: #181315; }
        .carrinho .carrinho-step1 .carrinho-step1-table table tbody tr td .table-product-price {
          font-family: "bebas_neuebook", sans-serif;
          font-size: 18px; }
  .carrinho .carrinho-step1 .carrinho-step1-total {
    width: 90%;
    margin: auto auto 30px; }
    @media only screen and (max-width: 900px) {
      .carrinho .carrinho-step1 .carrinho-step1-total {
        margin: auto auto 20px; } }
    @media only screen and (max-width: 560px) {
      .carrinho .carrinho-step1 .carrinho-step1-total {
        margin: auto auto 10px; } }
    .carrinho .carrinho-step1 .carrinho-step1-total p {
      color: white; }
    .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-subtotal {
      font-family: "bebas_neuebook", sans-serif;
      font-size: 20px;
      margin-bottom: 6px; }
    .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-subtotal-amount {
      font-family: "bebas_neuebook", sans-serif;
      font-size: 20px;
      margin-bottom: 20px; }
    .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-total {
      font-family: "bebas_neuebook", sans-serif;
      font-size: 28px;
      margin-bottom: 6px; }
    .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-total-amount {
      font-family: "bebas_neuebold", sans-serif;
      font-size: 20px;
      margin-bottom: 36px; }
    .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-proceed .carrinho-proceed-disclaimer {
      font-family: "bebas_neueregular", sans-serif;
      font-size: 15px;
      margin-bottom: 6px; }
    .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-proceed .carrinho-proceed-btn {
      display: table;
      font-family: "bebas_neuebold", sans-serif;
      font-size: 22px;
      color: black;
      padding: 12px 50px;
      border: 2px solid #f0b018;
      background-color: #f0b018;
      margin: auto auto 8px; }
      .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-proceed .carrinho-proceed-btn:hover {
        color: #f0b018;
        background-color: black; }
    .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-proceed .carrinho-back-store {
      font-family: "bebas_neuebook", sans-serif;
      font-size: 16px;
      color: white;
      text-decoration: underline; }
      .carrinho .carrinho-step1 .carrinho-step1-total .carrinho-proceed .carrinho-back-store:hover {
        color: #f0b018;
        border-color: #f0b018; }
  .carrinho .carrinho-step2 .carrinho-items {
    max-width: 1100px;
    width: 90%;
    margin: auto auto 50px; }
    .carrinho .carrinho-step2 .carrinho-items .carrinho-item {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      margin-left: -3px;
      text-align: left; }
      @media only screen and (max-width: 560px) {
        .carrinho .carrinho-step2 .carrinho-items .carrinho-item {
          display: block;
          width: 100%;
          padding: 0 !important;
          margin-left: 0; } }
      .carrinho .carrinho-step2 .carrinho-items .carrinho-item:first-of-type {
        padding-right: 20px; }
        @media only screen and (max-width: 560px) {
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item:first-of-type {
            margin-bottom: 50px; } }
      .carrinho .carrinho-step2 .carrinho-items .carrinho-item:last-of-type {
        padding-left: 20px; }
      .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-item-title {
        font-family: "bebas_neuebook", sans-serif;
        font-size: 30px;
        color: #f0b018;
        margin-bottom: 34px; }
        @media only screen and (max-width: 560px) {
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-item-title {
            font-size: 27px;
            margin-bottom: 18px; } }
      .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line {
        margin-bottom: 18px; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line p {
          font-family: "bebas_neuebook", sans-serif;
          font-size: 18px;
          color: white;
          margin-bottom: 5px; }
          @media only screen and (max-width: 560px) {
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line p {
              font-size: 17px; } }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line input, .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line textarea {
          width: 100%;
          max-width: 380px;
          padding: 10px;
          font-family: "bebas_neuebook", sans-serif;
          font-size: 17px;
          color: white;
          border: 1px solid white;
          background-color: transparent; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side {
          display: inline-block;
          vertical-align: top; }
          @media only screen and (max-width: 900px) {
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side {
              display: block; } }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side:first-of-type {
            padding-right: 20px; }
            @media only screen and (max-width: 900px) {
              .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side:first-of-type {
                padding-right: 0;
                margin-bottom: 18px; } }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side input {
            width: 179px; }
            @media only screen and (max-width: 900px) {
              .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side input {
                width: 100%; } }
      .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder {
        max-width: 360px; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line {
          color: white;
          border-bottom: 2px solid #282828;
          padding-bottom: 18px;
          margin-bottom: 18px; }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line:last-of-type {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0; }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-title {
            font-family: "bebas_neuebook", sans-serif;
            font-size: 30px;
            margin-bottom: 2px; }
            @media only screen and (max-width: 560px) {
              .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-title {
                font-size: 27px; } }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-amount {
            font-family: "bebas_neuebold", sans-serif;
            font-size: 21px; }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options {
            margin-top: 20px; }
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item {
              display: block;
              text-align: left;
              margin-bottom: 16px; }
              .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox {
                /* Base for label styling */
                /* checkbox aspect */
                /* checked mark aspect */
                /* checked mark aspect changes */
                /* disabled checkbox */
                /* accessibility */ }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked),
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:checked {
                  position: absolute;
                  left: -9999px; }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked) + label,
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:checked + label {
                  position: relative;
                  display: block;
                  margin: auto;
                  cursor: pointer; }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked) + label:before,
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:checked + label:before {
                  content: '';
                  display: block;
                  width: 14px;
                  height: 14px;
                  margin: auto 0 7px;
                  border: 2px solid white;
                  background: transparent;
                  border-radius: 30px; }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked) + label:after,
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:checked + label:after {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 14px;
                  height: 14px;
                  border: 2px solid white;
                  background: #f0b018;
                  border-radius: 30px;
                  font-size: 1.3em;
                  line-height: 0.8;
                  color: black;
                  transition: all .2s;
                  font-family: 'icomoon' !important;
                  speak: none;
                  font-style: normal;
                  font-weight: normal;
                  font-variant: normal;
                  text-transform: none;
                  line-height: 1;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale; }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked) + label:after {
                  opacity: 0;
                  transform: scale(0); }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:checked + label:after {
                  opacity: 1;
                  transform: scale(1); }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:disabled:checked + label:before {
                  box-shadow: none;
                  border-color: white;
                  background-color: #ddd; }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:disabled:checked + label:after {
                  color: #999; }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:disabled + label {
                  color: #aaa; }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:checked:focus + label:before,
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked):focus + label:before {
                  border: 2px solid white; }
                .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep-options .carrinho-choice-item .checkbox label .filter-name {
                  position: absolute;
                  left: 26px;
                  font-family: "bebas_neuebook", sans-serif; }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-delivery label .filter-name {
            top: -1px;
            font-size: 19px;
            margin-top: -1px; }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-pay label .filter-name {
            top: -5px;
            font-size: 17px; }
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-pay label .filter-name p, .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-pay label .filter-name .option-image {
              display: inline-block;
              vertical-align: middle; }
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-pay label .filter-name p {
              width: 86px; }
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-pay label .filter-name .option-image {
              width: 102px;
              padding: 3px 10px;
              border-radius: 6px;
              background-color: white;
              margin-left: 10px;
              text-align: center; }
              .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-pay label .filter-name .option-image img {
                max-height: 18px; }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep {
            margin-bottom: 36px; }
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep .carrinho-laststep-total {
              font-family: "bebas_neuebold", sans-serif;
              font-size: 27px;
              margin-bottom: 6px; }
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-laststep .carrinho-laststep-disclaimer {
              font-family: "bebas_neuelight", sans-serif;
              font-size: 19px; }
          .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-btns {
            text-align: right; }
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-btns .carrinho-laststep-btn {
              font-family: "bebas_neuebold", sans-serif;
              font-size: 22px;
              color: black;
              padding: 12px 50px;
              border: 2px solid #f0b018;
              background-color: #f0b018;
              margin: auto auto 12px; }
              .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-btns .carrinho-laststep-btn:hover {
                color: #f0b018;
                background-color: black; }
            .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-btns .carrinho-laststep-back {
              text-decoration: underline;
              display: block;
              font-family: "bebas_neuebook", sans-serif;
              font-size: 16px;
              color: white;
              text-decoration: underline;
              margin-top: 24px; }
              .carrinho .carrinho-step2 .carrinho-items .carrinho-item .carrinho-laststep-holder .carrinho-laststep-line .carrinho-btns .carrinho-laststep-back:hover {
                color: #f0b018;
                border-color: #f0b018; }
    .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item {
      display: block;
      text-align: left;
      margin: 26px auto 16px; }
      .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox {
        /* Base for label styling */
        /* checkbox aspect */
        /* checked mark aspect */
        /* checked mark aspect changes */
        /* disabled checkbox */
        /* accessibility */ }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked),
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:checked {
          position: absolute;
          left: -9999px; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked) + label,
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:checked + label {
          position: relative;
          display: block;
          margin: auto;
          cursor: pointer; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked) + label:before,
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:checked + label:before {
          content: '';
          display: block;
          width: 14px;
          height: 14px;
          margin: auto 0 7px;
          border: 2px solid white;
          background: transparent;
          border-radius: 30px; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked) + label:after,
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:checked + label:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 14px;
          height: 14px;
          border: 2px solid white;
          background: #f0b018;
          border-radius: 30px;
          font-size: 1.3em;
          line-height: 0.8;
          color: black;
          transition: all .2s;
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked) + label:after {
          opacity: 0;
          transform: scale(0); }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:checked + label:after {
          opacity: 1;
          transform: scale(1); }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:disabled:checked + label:before {
          box-shadow: none;
          border-color: white;
          background-color: #ddd; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:disabled:checked + label:after {
          color: #999; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:disabled + label {
          color: #aaa; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:checked:focus + label:before,
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox [type="checkbox"]:not(:checked):focus + label:before {
          border: 2px solid white; }
        .carrinho .carrinho-step2 .carrinho-items .carrinho-fat .carrinho-choice-item .checkbox label .carrinho-fat-trigger {
          position: absolute;
          top: -2px;
          left: 22px;
          font-family: "bebas_neuebook", sans-serif;
          font-size: 18px;
          color: #f0b018; }
  .carrinho .carrinho-step2 .carrinho-payment-secure img {
    max-width: 180px;
    margin-bottom: 4px; }
  .carrinho .carrinho-step2 .carrinho-payment-secure p {
    font-family: "bebas_neuebook", sans-serif;
    font-size: 14px;
    color: white; }

.area-reservada {
  padding: 160px 0 100px;
  text-align: center; }
  @media only screen and (max-width: 1000px) {
    .area-reservada {
      padding: 100px 0 80px; } }
  @media only screen and (max-width: 760px) {
    .area-reservada {
      padding: 60px 0; } }
  .area-reservada .area .area-welcome p {
    font-family: "bebas_neuebold", sans-serif;
    font-size: 38px;
    color: white; }
    @media only screen and (max-width: 760px) {
      .area-reservada .area .area-welcome p {
        font-size: 34px; } }
    @media only screen and (max-width: 560px) {
      .area-reservada .area .area-welcome p {
        font-size: 30px; } }
  .area-reservada .area .c-tabs .c-tabs-nav {
    margin: 60px auto 70px;
    text-align: center; }
    @media only screen and (max-width: 760px) {
      .area-reservada .area .c-tabs .c-tabs-nav {
        margin: 50px auto; } }
    @media only screen and (max-width: 560px) {
      .area-reservada .area .c-tabs .c-tabs-nav {
        margin: 40px auto; } }
    .area-reservada .area .c-tabs .c-tabs-nav a {
      display: inline-block;
      font-family: "bebas_neuebook", sans-serif;
      font-size: 26px;
      color: #f0b018;
      padding: 14px 26px;
      margin: 0 50px;
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
      @media only screen and (max-width: 760px) {
        .area-reservada .area .c-tabs .c-tabs-nav a {
          font-size: 24px;
          margin: auto; } }
      @media only screen and (max-width: 560px) {
        .area-reservada .area .c-tabs .c-tabs-nav a {
          font-size: 20px; } }
      .area-reservada .area .c-tabs .c-tabs-nav a.is-active {
        color: #110f0c;
        background-color: #f0b018; }
  .area-reservada .area .c-tabs .c-tab {
    display: none; }
    .area-reservada .area .c-tabs .c-tab.is-active {
      display: block; }
    .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items {
      max-width: 1100px;
      width: 90%;
      margin: auto auto 50px; }
      .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-left: -3px;
        text-align: left; }
        @media only screen and (max-width: 560px) {
          .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item {
            display: block;
            width: 100%;
            padding: 0 !important;
            margin-left: 0; } }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item:first-of-type {
          padding-right: 20px; }
          @media only screen and (max-width: 560px) {
            .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item:first-of-type {
              margin-bottom: 50px; } }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item:last-of-type {
          padding-left: 20px; }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form-inside {
          display: table;
          margin: auto; }
          @media only screen and (max-width: 900px) {
            .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form-inside {
              width: 100%; } }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form-title {
          font-family: "bebas_neuebook", sans-serif;
          font-size: 30px;
          color: white;
          margin-bottom: 34px; }
          @media only screen and (max-width: 560px) {
            .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form-title {
              font-size: 27px;
              margin-bottom: 18px; } }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line {
          margin-bottom: 18px; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line p {
            font-family: "bebas_neuebook", sans-serif;
            font-size: 18px;
            color: white;
            margin-bottom: 5px; }
            @media only screen and (max-width: 560px) {
              .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line p {
                font-size: 17px; } }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line input, .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line textarea {
            width: 100%;
            max-width: 380px;
            padding: 10px;
            font-family: "bebas_neuebook", sans-serif;
            font-size: 17px;
            color: white;
            border: 1px solid white;
            background-color: transparent; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side {
            display: inline-block;
            vertical-align: top; }
            @media only screen and (max-width: 900px) {
              .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side {
                display: block; } }
            .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side:first-of-type {
              padding-right: 20px; }
              @media only screen and (max-width: 900px) {
                .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side:first-of-type {
                  padding-right: 0;
                  margin-bottom: 18px; } }
            .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side input {
              width: 179px; }
              @media only screen and (max-width: 900px) {
                .area-reservada .area .c-tabs .c-tab .c-tab__content .area-items .area-item .area-form .carrinho-form-line .carrinho-form-sides .carrinho-form-side input {
                  width: 100%; } }
    .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table {
      width: 100%;
      max-width: 770px;
      margin: auto auto 40px;
      color: white;
      text-align: center; }
      @media only screen and (max-width: 770px) {
        .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table {
          overflow-x: scroll; } }
      @media only screen and (max-width: 560px) {
        .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table {
          margin: auto auto 30px; } }
@keyframes arrow {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(20px, 0);
    @media only screen and (max-width: 760px) {
      transform: translate(14px, 0); }
    @media only screen and (max-width: 560px) {
      transform: translate(10px, 0); } }
  50% {
    transform: translate(0, 0); }
  100% {
    transform: translate(20px, 0);
    @media only screen and (max-width: 760px) {
      transform: translate(14px, 0); }
    @media only screen and (max-width: 560px) {
      transform: translate(10px, 0); } } }
      .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table .carrinho-swipe-indicator {
        position: relative;
        display: none;
        text-align: right;
        margin: auto 28px 10px auto;
        animation: arrow 3s ease infinite alternate; }
        @media only screen and (max-width: 770px) {
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table .carrinho-swipe-indicator {
            display: block; } }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table .carrinho-swipe-indicator img {
          width: 22px; }
      .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table {
        width: 100%;
        max-width: 770px;
        margin: auto;
        border-collapse: collapse;
        border-spacing: 0; }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tr {
          border-bottom: 2px solid #282828; }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table thead tr th {
          font-family: "bebas_neuebook", sans-serif;
          font-size: 28px;
          padding-bottom: 10px; }
          @media only screen and (max-width: 560px) {
            .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table thead tr th {
              font-size: 24px; } }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table thead tr th:first-of-type {
            text-align: left;
            padding: 0 28px 10px 10px; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table thead tr th:last-of-type {
            text-align: right;
            padding: 0 10px 10px 28px; }
        .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td {
          padding: 0 28px; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td:first-of-type {
            padding: 0 28px 0 10px; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td:last-of-type {
            padding: 0 10px 0 28px; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td .table-product-image {
            width: 120px;
            height: 120px;
            margin: 10px 0;
            border: 2px solid #f0b018;
            background-size: cover;
            background-position: top center; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td .table-product-name {
            font-family: "bebas_neuelight", sans-serif;
            font-size: 17px;
            text-align: left; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td .table-product-size {
            display: block;
            width: 30px;
            height: 30px;
            font-family: "bebas_neueregular", sans-serif;
            font-size: 17px;
            line-height: 26px;
            margin: auto;
            border: 2px solid #f1f1f1;
            background-color: #181315; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td .table-product-color {
            display: block;
            width: 30px;
            height: 30px;
            border: 2px solid #f1f1f1;
            margin: auto; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td .table-product-amount input {
            max-width: 80px;
            font-family: "bebas_neuebook", sans-serif;
            font-size: 16px;
            border: 2px solid #f1f1f1;
            color: white;
            padding: 4px 4px 3px 10px;
            background-color: #181315; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td .table-product-price {
            font-family: "bebas_neuebook", sans-serif;
            font-size: 18px; }
          .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td .table-product-remove .icon {
            font-size: 30px;
            color: white;
            -moz-transition: all 0.25s ease-out;
            -webkit-transition: all 0.25s ease-out;
            -i-transition: all 0.25s ease-out; }
            .area-reservada .area .c-tabs .c-tab .c-tab__content .carrinho-step1-table table tbody tr td .table-product-remove .icon:hover {
              color: #f0b018;
              -moz-transition: all 0.25s ease-out;
              -webkit-transition: all 0.25s ease-out;
              -i-transition: all 0.25s ease-out; }
  .area-reservada .area .area-logout .area-logout-btn {
    font-family: "bebas_neuebold", sans-serif;
    font-size: 26px;
    color: #f0b018; }
    @media only screen and (max-width: 560px) {
      .area-reservada .area .area-logout .area-logout-btn {
        font-size: 22px; } }
    .area-reservada .area .area-logout .area-logout-btn:hover {
      text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
