@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;overflow-x:hidden !important;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
min-height:100px !important;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'motiva_regular';
  src: url("../fonts/MotivaSans-Regular.woff2") format("woff2"), url("../fonts/MotivaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motiva_italic';
  src: url("../fonts/MotivaSans-RegularItalic.woff2") format("woff2"), url("../fonts/MotivaSans-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motiva_medium';
  src: url("../fonts/MotivaSans-Medium.woff2") format("woff2"), url("../fonts/MotivaSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motiva_mediumitalic';
  src: url("../fonts/MotivaSans-MediumItalic.woff2") format("woff2"), url("../fonts/MotivaSans-MediumItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motiva_bold';
  src: url("../fonts/MotivaSans-Bold.woff2") format("woff2"), url("../fonts/MotivaSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motiva_extrabold';
  src: url("../fonts/MotivaSans-ExtraBold.woff2") format("woff2"), url("../fonts/MotivaSans-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  font-smooth: always;
  text-shadow: 0px 0px 1px transparent;
  font-size: 15px;
}

*:focus {
  outline: none !important;
}

body {
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  color: #000;
  font-family: "motiva_regular", serif, Helvetica, Arial;
  background-color: #FFF;
}

.clearfix {
  clear: both;
}

p.small {
  font-size: 0.8666666667em;
  line-height: 1.5384615385em;
  color: #787878;
}

a {
  color: #787878;
}

h1, h2, h3 {
  font-weight: normal;
}

b, strong {
  font-weight: normal;
  font-family: "motiva_bold", serif;
}

em {
  font-style: normal;
  font-family: 'motiva_italic';
}

hr {
  border-top: 1px solid #D2D2D2;
  border-bottom: none;
  margin: 1em 0 1.3333333333em;
}

.color--primary {
  color: #007B6D;
}

.title-h1 {
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 0.0333333333em;
  font-family: 'motiva_extrabold';
  margin: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .title-h1 {
    font-size: 2.6666666667em;
  }
}

@media screen and (min-width: 62em) {
  .title-h1 {
    font-size: 4em;
  }
}

.title-h2 {
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 0.0666666667em;
  font-family: "motiva_bold", serif;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 1.3333333333em;
  }
}

.title-page {
  font-family: 'motiva_extrabold';
  font-size: 1.4666666667em;
  line-height: 1.1333333333em;
  margin: 0 0 0.6666666667em;
}

@media screen and (min-width: 48em) {
  .title-page {
    font-size: 2em;
  }
}

.title-h3 {
  font-size: 1.2em;
  line-height: 1em;
  letter-spacing: 0.0555555556em;
  font-family: "motiva_bold", serif;
  margin: 0;
  text-transform: uppercase;
}

.title-h4 {
  font-size: 1em;
  font-family: "motiva_bold", serif;
  line-height: 1em;
  margin: 0.6666666667em 0;
}

.btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  background: transparent;
  color: currentColor;
}

.btn i {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  background-position: center;
  background-repeat: no-repeat;
}

.btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn--buy {
  background-color: #ea5257;
  padding: 0 4em;
  height: 3.3333333333em;
  line-height: 3.3333333333em;
  color: #FFF;
  border-radius: 0.2666666667em;
  box-shadow: 0 4px #D43339;
}

.btn--buy i {
  margin-right: 0.3333333333em;
}

.btn--buy span {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.0555555556em;
  font-family: 'motiva_extrabold';
}

.btn--buy:hover {
  background-color: #D43339;
  transform: translateY(2px);
  background-color: #D43339;
  box-shadow: 0 2px #D43339;
}

.btn--buy:active {
  transform: translateY(4px);
  box-shadow: 0 0 #D43339;
}

.btn--primary {
  font-size: 1.2em;
  font-family: "motiva_bold", serif;
  letter-spacing: 0.0555555556em;
  text-transform: uppercase;
  height: 2.2222222222em;
  line-height: 2.1111111111em;
  border: 2px solid #FFF;
  border-radius: 3px;
  padding: 0 2.2222222222em;
}

.btn--primary:hover {
  background-color: #FFF;
  color: #D43339;
}

.btn--secondary {
  text-decoration: none;
  background-color: transparent;
  font-size: 0.8666666667em;
  padding: 0 1.5384615385em;
  font-family: "motiva_bold", serif;
  color: #D43339;
  text-transform: uppercase;
  letter-spacing: 0.0769230769em;
  /*height: em(40, 13);*/
  line-height: 2.9230769231em;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.btn--secondary:hover {
  color: #D43339;
}

.btn--link {
  font-size: 0.9333333333em;
  color: #007B6D;
  height: 1.7142857143em;
  display: inline-block;
  text-decoration: none;
}

.btn--link i {
  display: inline-block;
  vertical-align: middle;
  width: 1.6428571429em;
  height: 1.4285714286em;
  background-size: contain;
  background-position: center;
  margin-right: 0.3571428571em;
}

.btn--italic {
  font-size: 0.8666666667em;
  font-family: 'motiva_mediumitalic';
  line-height: 1.8461538462em;
  color: #464646;
  text-decoration: underline;
}

.btn--out {
  background-color: #FFF;
  padding: 0 1em 0 0;
  height: 3em;
  line-height: 2.7333333333em;
  color: #FF0000;
  border-radius: 0.2666666667em;
  border: 2px solid currentColor;
}

.btn--out i {
  float: left;
  width: 3em;
  height: 100%;
  background-color: currentColor;
  display: inline-block;
  margin-right: 0.6666666667em;
  vertical-align: top;
  background-position: center;
  background-size: auto 21px;
}

.btn--out span {
  font-size: 1.0666666667em;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-family: 'motiva_extrabold';
}

.btn--lg {
  min-width: 14.6666666667rem;
}

.link-default {
  font-family: 'motiva_mediumitalic';
  font-size: 0.9333333333em;
  color: #464646;
}

.pull-right {
  float: right;
}

img {
  max-width: 100%;
}

.default-transition, .btn--link, .btn--italic, .link-default, .breadcrumb ul li a, .product-page__sizes a, .product-page__colors ul li a, .cart-list__remove, .account-sidebar ul li a, .box-panel a {
  transition: opacity 0.3s ease-in-out;
}

.default-transition:hover, .btn--link:hover, .btn--italic:hover, .link-default:hover, .breadcrumb ul li a:hover, .product-page__sizes a:hover, .product-page__colors ul li a:hover, .cart-list__remove:hover, .account-sidebar ul li a:hover, .box-panel a:hover {
  opacity: 0.5;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container {
  margin: 0 auto;
  padding: 0 1em;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.3333333333rem;
  margin-left: -0.3333333333rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

div[class^="col"] {
  padding-left: 0.3333333333rem;
  padding-right: 0.3333333333rem;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  /*  .container {
    width: 46rem;
  }*/
  .row {
    margin-right: -0.6666666667rem;
    margin-left: -0.6666666667rem;
  }
  div[class^="col"] {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  /*  .container {
    width: 61rem;
  }*/
  .row {
    margin-right: -1rem;
    margin-left: -1rem;max-height:100%
  }
  div[class^="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 100%;
    max-width: 94.6666666667rem;
    box-sizing: border-box;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    order: 1;
  }
}

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  float: left;
  position: relative;
  perspective: 1000px;
  perspective-origin: 50% 200%;
  height: calc(100% - 3em);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li:first-child > a {
  border-top: 1px solid #FFF;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  height: 2.6666666667em;
  line-height: 2.6666666667em;
  font-size: 0.8666666667em;
  font-family: "motiva_bold", serif;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #FFF;
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 20px;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  content: "";
  position: absolute;
  top: 0.3333333333em;
  background: url(../images/arrow-right.svg) no-repeat center;
  width: 2.1333333333em;
  height: 1.7333333333em;
}

.dl-menuwrapper li.dl-back:after {
  left: -0.6666666667em;
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: -0.6666666667em;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

.dl-subviewopen ul li:first-child {
  /*border-top: none;*/
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 5px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  animation: MenuAnimOut5 0.4s ease;
}

@keyframes MenuAnimOut1 {
  0% {
  }
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% {
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  0% {
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  0% {
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  0% {
  }
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-1 {
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  animation: MenuAnimIn5 0.4s ease;
}

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  animation: SubMenuAnimIn5 0.4s ease;
}

@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  animation: SubMenuAnimOut5 0.4s ease;
}

@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

body:not(.no-header) {
  padding-top: 6.5em;
}

@media screen and (min-width: 768px) {
  body:not(.no-header) {
    padding-top: 10.6em;
  }
}

.wrap:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
}

.form-input {
  width: 100%;
  font-size: 0.9333333333em;
  font-family: 'motiva_medium';
  height: 3em;
  color: #787878;
  border-radius: 0.4285714286em;
  border: none;
  background: #FFF;
  padding: 0 0.7142857143em;
  box-sizing: border-box;
}

.purchase-header {
  background-color: #D43339;
  width: 100%;
}

.purchase-header .row {
  height: 6.6666666667em;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
 background-color: #D43339;/*background-color: #131E40;*/
  width: 100%;
  z-index: 10;
}

.main-header .row {
  height: 6.6666666667em;
}

@media screen and (min-width: 768px) {
  .main-header__toggle {
    display: none;
  }
}

.main-header__search form {
  width: 100%;
  position: relative;
}

.main-header__search form .form-input {
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0 2.8571428571em 0 0.7142857143em;
}

.main-header__search form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6666666667em;
  height: 100%;
  background: url(../images/icon-search.svg) no-repeat center;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .main-header__search.col-xs {
    margin-top: 0.3333333333em;
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.main-header__links ul {
  padding: 0;
  margin: 0;
}

.main-header__links ul li {
  display: inline-block;
  color: #FFF;
}

.main-header__links ul li a {
  text-decoration: none;
  color: currentColor;
  transition: opacity 0.3s ease-in-out;
}

.main-header__links ul li:first-child a:hover {
  text-decoration: underline;
}

.main-header__links ul li:last-child a:hover {
  opacity: 0.5;
}

.main-header__links ul li:not(:last-child) {
  margin-right: 2em;
}

.main-header__links ul li i {
  width: 2em;
  height: 2em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.main-header__links ul li label {
  font-size: 0.9333333333em;
  line-height: 1em;
  max-width: 6.7142857143em;
  font-family: 'motiva_medium';
  display: inline-block;
  vertical-align: middle;
}

.main-header__links ul li:last-child label {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-header {
    padding: 0.6666666667rem 0;
   /* top:2.5em*/
  }
  .main-header .row {
    height: auto;
  }
  .main-header__links {
    margin-left: auto;
  }
  .main-header__links ul li:not(:last-child) {
    margin-right: 0.6666666667em;
  }
  .main-header__links ul li label {
    display: none;
  }
  .main-header__search {
    width: 100%;
    -ms-flex-order: 4;
        order: 4;
  }

#my-storecredits-tableDiv{
display:none
}

}

#my-storecredits-table td{
padding:2px;
}

.tableHead {
    border-top:1px solid #787878;border-bottom:1px solid #787878
}

.tableHead td{
padding-top:5px;padding-bottom:5px
}

.toggle-button {
  font-size: 1em;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #FFF;
  transition: color 0.5s linear;
  margin-right: 0.6666666667em;
}

.toggle-button span {
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 1px;
  background-color: currentColor;
  text-indent: -99999px;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.4s, background 0.3s ease-in-out 0s;
}

.toggle-button span:before, .toggle-button span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background: currentColor;
  content: '';
  transition: transform 0.3s;
  transition: background 0.3s ease-in-out;
}

.toggle-button span:before {
  transform: translateY(-250%);
  animation: nav_up_reverse 0.3s linear forwards;
}

.toggle-button span:after {
  transform: translateY(250%);
  animation: nav_down_reverse 0.3s linear forwards;
}

.toggle-button--close span {
  background-color: transparent !important;
  transition: background-color 0.1s linear 0s;
}

.toggle-button--close span:before {
  animation: nav_up 0.3s linear forwards;
}

.toggle-button--close span:after {
  animation: nav_down 0.3s linear forwards;
}

.open .toggle-button {
  color: #FFF !important;
}

.open .toggle-button span {
  background-color: transparent !important;
  transition: background-color 0.1s linear 0s;
}

.open .toggle-button span:before {
  animation: nav_up 0.3s linear forwards;
}

.open .toggle-button span:after {
  animation: nav_down 0.3s linear forwards;
}

.open .main-menu {
  transform: translateX(0);
}

.open .wrap:before {
  display: block;
}

@keyframes nav_up {
  0% {
    transform: translateY(-250%) rotate(0);
  }
  10% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes nav_down {
  0% {
    transform: translateY(250%) rotate(0);
  }
  10% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes nav_up_reverse {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  10% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-250%) rotate(0);
  }
}

@keyframes nav_down_reverse {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  10% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(250%) rotate(0);
  }
}

@media screen and (max-width: 767px) {
  .main-menu {
    position: fixed;
    width: 17.3333333333em;
    background-color: #D43339;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 21;
    padding: 1.3333333333em;
    box-sizing: border-box;
    transform: translateX(-150%);
    transition: transform 0.3s ease-in-out;
  }
  .main-menu a {
    color: #FFF;
  }
  .main-menu .toggle-button {
    font-size: 1em;
    position: absolute;
    right: -4em;
    top: 0;
    height: 4em;
    width: 4em;
    background-color: #D43339;
    border-left: 1px solid #FFF;
    margin: 0;
  }
  .main-menu .toggle-button span {
    margin: 0 auto;
    width: 21px;
    height: 2px;
  }
  .main-menu__links {
    float: right;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1.3333333333em;
  }
  .main-menu__links li {
    display: inline-block;
    font-size: 0.9333333333em;
    font-family: "motiva_bold", serif;
  }
  .main-menu__links li:not(:last-child):after {
    content: " | ";
    display: inline-block;
    color: #FFF;
    margin: 0 0.3333333333em 0 0.6666666667em;
  }
  .main-menu__links li a {
    text-decoration: none;
  }
}
.icon-phone-white {
    background-image: url(../images/icon-phone-white.svg);
}

@media screen and (min-width: 768px) {
  .main-menu {
    position: fixed;
    top: 6.6em;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #D2D2D2;
    background-color: #fff;
    z-index: 1;
  }
  .main-menu > .container > .row {
    height: 4em;
  }
  .main-menu__item {
    padding: 0 1rem;
    height: 100%;
  }
  .main-menu__item > a {
    display: block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'motiva_bold';
    line-height: 4em;
    position: relative;
    z-index: 6;
    transition: color 0.3s ease-in-out;
  }
  .main-menu__item--hassub > a:after {
    content: "";
    width: 1.7333333333em;
    height: 0.8666666667em;
    position: absolute;
    bottom: -0.2em;
    left: 0;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
    left: 50%;
    margin-left: -0.8666666667em;
  }
  .main-menu__item a {
    text-decoration: none;
  }
  .main-menu__item:last-child {
   /* margin-left: auto; */
  }
  .main-menu__item:hover > a {
    color: rgba(0, 0, 0, 0.5);
  }
  .main-menu__item:hover > a:after {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
  }
  .main-menu__submenu {
    position: absolute;
    z-index: 5;
    display: none;
    top: 3.96em;
    left: 0;
    width: 100%;
    padding: 2em 0 3.3333333333em;
    background-color: #fff;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
  }
  .main-menu__submenu a {
    transition: opacity 0.3s ease-in-out;
  }
  .main-menu__submenu > .container .row div[class^="col"]:not(:first-child) {
    padding-left: 1.3333333333rem;
    border-left: 1px solid #D2D2D2;
  }
  .main-menu__submenu > .container .noborder div[class^="col"] {
    border: none !important;
  }
  .main-menu__submenu ul {
    padding: 0;
    margin: 0;
  }
  .main-menu__submenu ul li {
    display: block;
    font-size: 0.9333333333em;
    line-height: 2.1428571429em;
  }
  .main-menu__submenu ul li a {
    color: #000;
  }
  .main-menu__submenu ul li a:hover {
    opacity: 0.5;
  }
  .main-menu__subitem {
    margin-bottom: 1.3333333333em;
    font-family: 'motiva_bold';
  }
  .main-menu__subitem a {
    color: #000;
  }
  .main-menu__subitem a:hover {
    opacity: 0.5;
  }
  .main-menu__subitem--upper {
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .main-menu__atendimento {
    text-align: center;
  }
  .main-menu__atendimento ul {
    margin: 3.3333333333em 0;
    padding: 0;
  }
  .main-menu__atendimento ul li {
    display: inline-block;
    margin: 0 2em;
  }
  .main-menu__atendimento ul li i {
    width: 2.1333333333em;
    height: 2.2666666667em;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
  }
  .main-menu__atendimento ul li label {
    font-size: 0.8666666667em;
    color: #787878;
    font-family: "motiva_medium", serif;
    display: inline-block;
    vertical-align: middle;
  }
  .main-menu__atendimento p:last-child {
    font-size: 0.8666666667em;
    color: #787878;
  }
}

.hightlights-bar .row {
  height: 5.3333333333em;
}

.hightlights-bar i {
  display: inline-block;
  vertical-align: middle;
  width: 2.6666666667em;
  height: 2.6666666667em;
  background-repeat: no-repeat;
  background-position: center;
}

.hightlights-bar label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8666666667em;
  color: #787878;
  line-height: 1.3846153846em;
}

.hightlights-bar label span {
  font-size: 1.2307692308em;
  font-family: "motiva_medium", serif;
  color: #464646;
  display: block;
}

@media screen and (max-width: 820px) {
  .hightlights-bar .row {
    margin-left: -0.3333333333em;
    margin-right: -0.3333333333em;
  }
  .hightlights-bar .col-sm-3 {
    padding: 0 0.3333333333em;
  }
  .hightlights-bar i {
    width: 2em;
    height: 2em;
    background-size: contain;
  }
}

@media screen and (max-width: 355px) {
  .hightlights-bar {
    font-size: 80%;
  }
}

.banners {
  margin-top: -0.3333333333em;
}

.banners__item {
  padding: 0.3333333333em 0;
  height: 100%;
  box-sizing: border-box;
}

.banners__content {
  padding-top: 86%;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.banners__content:hover {
  opacity: 0.8;
}

.banners__content h3 {
  display: none;
}

.banners__content--doble {
  padding-top: 41%;
}

.banners__content--hight {
  padding-top: calc(172% + 10px);
}

@media screen and (max-width: 767px) {
  .banners__content {
    padding-top: 105%;
  }
}

@media only screen and (min-width: 48em) {
  .banners {
    margin-top: -0.6666666667em;
  }
  .banners__item {
    padding: 0.6666666667em 0;
  }
  .banners__content--hight {
    padding-top: calc(172% + 20px);
  }
}

@media only screen and (min-width: 62em) {
  .banners {
    margin-top: -1.3333333333em;
  }
  .banners__item {
    padding: 1.3333333333em 0;
  }
  .banners__content--hight {
    padding-top: calc(172% + 40px);
  }
}

.featured-banner__item img {
  width: 100%;
  height: auto;
}

.products-featured {
  padding: 2em 0 1.4333333333em;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.products-featured .title-h2 {
  text-align: center;
}

.products-featured__carousel {
  margin: 2em 0;
}

.products-featured .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .products-featured__item {
    padding: 0.6666666667em;
  }
}

.product-card {
  box-sizing: border-box;
  position: relative;
}

.product-card a:not(.btn) {
  color: #000;
  text-decoration: none;
}

.product-card__image {
  text-align: center;
  /*height: 17.3333333333em;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.product-card__image img {
  max-width: 100%;
  max-height: 100%;
}

.product-card__label {
  height: 1.3333333333em;
}

.product-card__label a {
  display: inline-block;
  color: #000;
  height: 2em;
  line-height: 1.8em;
  font-size: 0.6666666667em;
  padding: 0 0.6em;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: "motiva_medium", serif;
  text-transform: uppercase;
  text-decoration: none;
}

.product-card__title {
  font-size: 1.4em;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  margin: 0.3333333333em 0;
  font-family: "motiva_medium", serif;text-align:center
}

.product-card__from {
  font-size: 0.8em;
  font-family: "motiva_medium", serif;
  color: #787878;
  height: 1.5833333333em;
  text-decoration: line-through;
}

.product-card__price {
  font-family: "motiva_medium", serif;
  height: 1.4666666667em;font-size:1.3em;text-align:center
}

.product-card__description {
  font-size: 0.8em;
  line-height: 1.1666666667em;
  margin: 0 0 0.4166666667em;
  color: #787878;
}

@media screen and (min-width: 768px) {
  .product-card__description {
    height: 2.3333333333em;
  }
}

.product-card .btn--buy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  opacity: 0;
}

.product-card .btn--buy:hover {
  transform: none;
  background-color: #D43339;
}

@media screen and (min-width: 768px) {
  .product-card {
    padding: 1.3333333333em 1.3333333333em 3.3333333333em;
    border-radius: 5px;
    transition: box-shadow 0.5s ease-in-out;
  }
  .product-card:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
  }
  .product-card:hover .btn--buy {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .product-card__image {
    /*height: 10em;*/
  }
  .product-card__title {
    font-size: 0.9333333333em;
    height: 3.6em;
  }
  .product-card__price {
    font-size: 0.9333333333em;
  }
  .product-card .btn--buy {
    display: none;
  }
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 0.5333333333em;
}

.owl-carousel .owl-dots .owl-dot {
  width: 0.5333333333em;
  height: 0.5333333333em;
  border-radius: 50%;
  background-color: #D2D2D2;
  display: inline-block;
  margin: 0 0.2666666667em;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: #787878;
}

.owl-theme-products .owl-stage-outer {
  margin-bottom: 2em;
}

.owl-theme-products .owl-nav {
  max-width: 25.3333333333em;
  margin: 0 auto;
}

.owl-theme-products .owl-nav button.owl-prev, .owl-theme-products .owl-nav button.owl-next {
  height: 2.2666666667em;
  width: 0.8em;
  background: url(../images/arrow-carousel.svg) no-repeat center;
  display: block;
  text-indent: -9999px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}

.owl-theme-products .owl-nav button.owl-prev:hover, .owl-theme-products .owl-nav button.owl-next:hover {
  opacity: 1;
}

.owl-theme-products .owl-nav button.owl-prev {
  float: left;
  transform: rotate(-180deg);
}

.owl-theme-products .owl-nav button.owl-next {
  float: right;
}

.newsletter-box {
  background-color: #00C3B0;
  padding: 2.6666666667em 0;
  text-align: center;
  color: #FFF;
}

.newsletter-box .title-h3 {
  max-width: 14.6666666667rem;
  margin: 0 auto;
}

.newsletter-box__form {
  max-width: 24.9333333333em;
  margin: 1em auto;
}

.newsletter-box__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0.6666666667em 0 1.3333333333em;
}

.newsletter-box__options input {
  width: 1em;
  height: 1em;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  background: #FFF;
  border-radius: 3px;
  vertical-align: middle;
}

.newsletter-box__options input:checked {
  background: #007B6D url(../images/bg-checked.svg) no-repeat center;
  background-size: auto 8px;
}

.newsletter-box__options label {
  vertical-align: middle;
  font-size: 0.8em;padding-left:5px;
  font-family: 'motiva_medium';
}

.purchase-footer {
  border-top: 1px solid #D2D2D2;
}

.purchase-footer__logos {
  padding: 2em 0;
}

.purchase-footer__logos ul {
  margin: 0;
  padding: 0;
}

.purchase-footer__logos ul li {
  display: inline-block;
  margin: 0 0.1666666667em;
}

.purchase-footer__infos {
  padding: 1.6666666667em 0;
  background-color: #FAFAFA;
}

@media screen and (min-width: 48em) {
  .purchase-footer .cert {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media screen and (max-width: 47.99em) {
  .purchase-footer {
    text-align: center;
    background-color: #FAFAFA;
    border-top: none;
  }
  .purchase-footer .payments {
    max-width: 12em;
    margin: 0 auto;
  }
}

.main-footer {
  margin-top: 2.6666666667em;
}

.main-footer hr {
  max-width: 48.5333333333em;
  border-top: 1px solid #D2D2D2;
  border-bottom: none;
  margin: 1em auto;
}

.main-footer__logos {
  text-align: center;
  margin: 1.3333333333em 0;
}

.main-footer__logos ul {
  margin: 0;
  padding: 0;
}

.main-footer__logos ul li {
  display: inline-block;
  margin: 0 0.3333333333em;
}

.main-footer__infos {
  background-color: #FAFAFA;
  padding: 1.3333333333em 0;
  text-align: center;
}

.main-footer__phones {
  margin: 0;
  padding: 0;
}

.main-footer__phones li {
  display: inline-block;
  margin: 0 0.9333333333em 0.3333333333em;
}

.main-footer__phones li a {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.main-footer__phones li a:hover {
  opacity: 0.5;
}

.main-footer__phones li i {
  width: 2.1333333333em;
  height: 2.1333333333em;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-footer__phones li label {
  font-size: 0.8666666667em;
  color: #787878;
  font-family: 'motiva_medium';
  display: inline-block;
  vertical-align: middle;
}

.main-footer__logo {
  width: auto;
  height: 2.8666666667em;
  margin: 1.3333333333em 0 0;
}

.main-footer__social {
  padding: 0;
  margin: 0;
}

.main-footer__social li {
  display: inline-block;
  margin: 0 0.3333333333em;
}

.main-footer__social a {
  width: 2.1333333333em;
  height: 2.1333333333em;
  display: inline-block;
  text-indent: -9999px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: opacity 0.3s ease-in-out;
}

.main-footer__social a:hover {
  opacity: 0.5;
}

.main-footer__social a.fb {
  background-image: url(../images/icon-facebook.svg);
}

.main-footer__social a.ig {
  background-image: url(../images/icon-instagram.svg);
}

.main-footer__menu {
  padding: 0;
  margin: 1.3333333333em 0 0;
}

.main-footer__menu li {
  display: inline-block;
  font-size: 0.8em;
  font-family: "motiva_medium", serif;
}

.main-footer__menu li:not(:last-child):after {
  content: " | ";
  display: inline-block;
  color: #787878;
  margin: 0 0.3333333333em;
}

.main-footer__menu li a {
  text-decoration: none;
}

.main-footer__menu li a:hover {
  text-decoration: underline;
}

.main-footer__copyrights {
  height: 6em;
  background-color: #D43339;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.main-footer__copyrights p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  font-family: 'motiva_medium';
}

.main-footer__copyrights p img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.3333333333em;
}

.main-footer__copyrights p a {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.main-footer__copyrights p a:hover {
  opacity: 1;
}

.cart-modal {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 21;
  width: 100%;
  max-width: 25em;
  background-color: #fff;
  transform: translateX(110%);
  transition: transform 0.3s ease-in-out;
  border-left: 1px solid #CFD8DC;
}

.cart-modal__header {
  background-color: #D43339;
  height: 4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #FFF;
}

.cart-modal__title {
  font-size: 1em;
  font-family: "motiva_bold", serif;
  line-height: 1em;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.0666666667em;
  margin-left: 1.3333333333em;
}

.cart-modal .toggle-button {
  font-size: 1em;
  height: 4em;
  width: 4em;
  background-color: #D43339;
  margin: 0;
  transition: background 0.3s ease-in-out;
}

.cart-modal .toggle-button span {
  margin: 0 auto;
  width: 21px;
  height: 2px;
}

.cart-modal .toggle-button:hover {
  background-color: #D43339;
}

.cart-modal__body {
  padding: 1.3333333333em;
  height: calc(100vh - 4em);
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.cart-modal__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #607D8B;
  font-family: "motiva_bold", serif;
  margin-bottom: 1.3333333333em;
}

.cart-modal .btn--buy {
  width: 100%;
  margin-bottom: 1.3333333333em;
  padding: 0;
}

.cart-modal__items {
  margin-bottom: 1.3333333333em;
}

.cart-modal__items ul {
  padding: 0;
  margin: 0;
}

.cart-modal__items li {
  display: block;
  border-bottom: 1px solid #D2D2D2;
  padding: 0.6666666667em 0;
}

.cart-modal__items li:first-child {
  border-top: 1px solid #D2D2D2;
}

.cart-modal__empty {
  margin: 1.3333333333em 0;
  text-align: center;
}

.cart-modal__empty img {
  width: 2em;
  height: auto;
}

.cart-modal__empty p {
  color: #787878;
  margin: 1.6666666667em 0;
}

.cart .cart-modal {
  transform: translateX(0);
}

.cart .wrap:before {
  display: block;
}

.product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.product-list figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.6em;
  -ms-flex-preferred-size: 5.6em;
      flex-basis: 5.6em;
}

.product-list__info {
  padding-left: 0.6666666667em;
  padding-right: 3.3333333333em;
}

.product-list__title {
  font-size: 1em;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  margin: 0 0 0.3333333333em;
  font-family: "motiva_medium", serif;
}

.product-list__title a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.product-list__title a:hover {
  opacity: 0.5;
}

.product-list__price {
  font-family: "motiva_medium", serif;
  line-height: 1.4666666667em;
  height: 1.4666666667em;
}

.product-list__description {
  font-size: 0.8em;
  line-height: 1.1666666667em;
  height: 1.1666666667em;
  margin: 0;
  color: #787878;
}

.product-list__close {
  position: absolute;
  right: 0;
  top: 0.2em;
  border: none;
  background: transparent;
  padding: 0.3333333333em 0.3333333333em;
  color: #787878;
  transition: opacity 0.3s ease-in-out;
}

.product-list__close:hover {
  opacity: 0.5;
}

.product-list__close span {
  display: block;
  text-indent: -9999px;
  width: 0.9333333333em;
  height: 0.1333333333em;
  position: relative;
}

.product-list__close span:before, .product-list__close span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
}

.product-list__close span:before {
  transform: rotate(45deg);
}

.product-list__close span:after {
  transform: rotate(-45deg);
}

.page-default {
  margin: 2.6666666667em 0;
}

.page-default--left .row {
  text-align: left;
}

.page-default p {
  font-size: 0.9333333333em;
  line-height: 1.5em;
  margin: 1.7857142857em 0;
  color: #464646;
}

@media screen and (min-width: 48em) {
  .page-default p:first-child {
    margin-top: 0;
  }
  .page-default p:last-child {
    margin-bottom: 0;
  }
}

.page-form {
  margin: 2em 0 4em;
}

.page-form .title-page {
  margin: 0;
}

.page-form .title-page + p {
  margin-top: 0.6666666667em;
  color: #464646;
}

.page-form hr {
  margin: 2em 0;
}

.login-social {
  text-align: left;
}

.login-social .row {
  margin-left: -0.3333333333rem;
  margin-right: -0.3333333333rem;
}

.login-social div[class^="col"] {
  padding-left: 0.3333333333rem;
  padding-right: 0.3333333333rem;
}

.btn-social {
  font-size: 1em;
  padding: 0;
  margin: 0;
  text-decoration: none;
  height: 2.6666666667em;
  line-height: 2.6666666667em;
  border-radius: 3px;
  text-align: center;
  color: #FFF;
  background-color: #787878;
  display: block;
  transition: background 0.3s ease-in-out;
}

.btn-social i {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  height: 1.1333333333em;
  width: 1.3333333333em;
  vertical-align: text-top;
  margin-right: 0.3333333333em;
}

.btn-social span {
  font-size: 0.8666666667em;
  letter-spacing: 0.0769230769em;
  font-family: "motiva_bold", serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.btn-social--facebook {
  background-color: #3D5E96;
}

.btn-social--facebook i {
  width: 0.6em;
  background-image: url(../images/icon-facebook-white.svg);
}

.btn-social--facebook:hover {
  background-color: #334F7F;
}

.btn-social--google {
  background-color: #DC4E41;
}

.btn-social--google i {
  width: 1.8em;
  background-image: url(../images/icon-google-white.svg);
}

.btn-social--google:hover {
  background-color: #BA4237;
}

.btn-social--twitter {
  background-color: #46AEEA;
}

.btn-social--twitter i {
  width: 1.4em;
  background-image: url(../images/icon-twitter-white.svg);
}

.btn-social--twitter:hover {
  background-color: #3B94C7;
}

@media screen and (max-width: 47.99em) {
  .btn-social {
    width: 3em;
  }
  .btn-social span {
    display: none;
  }
}

.blockquote-default {
  margin: 0;
  font-size: 0.9333333333em;
  padding: 1.7857142857em 0;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  color: #787878;
  font-family: 'motiva_italic';
}

.blockquote-default p {
  margin: 1.7857142857em 0;
  font-size: 1em;
  color: currentColor;
}

.blockquote-default p:first-child {
  margin-top: 0;
}

.blockquote-default p:last-child {
  margin-bottom: 0;
}

.page-sobre figure {
  margin: 2em -15px 0;
  position: relative;
}

.page-sobre figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  font-size: 0.9333333333em;
  line-height: 1.5em;
  padding: 1.0714285714em 1.4285714286em;
  box-sizing: border-box;
  color: #FFF;
  font-family: "motiva_bold", serif;
}

.page-sobre figure img {
  display: block;
  width: 100%;
  height: auto;
}

.page-sobre h3 {
    font-family: 'motiva_extrabold';
    font-size: 1.4em;
}

.page-sobre ul{
	font-size: 0.9333333333em;
    line-height: 1.5em;
    margin: 1.7857142857em 0;
    color: #464646;
}

.page-pagamento {
    list-style: none;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    margin: 0px 0 30px !important;
}

.page-pagamento li {
    float: left;
    margin-right: 20px;
}

@media screen and (min-width: 48em) {
  .page-sobre figure {
    margin: 2em 0 0;
  }
}

.page-error {
  background-color: #FAFAFA;
  padding: 5.3333333333em 0;
}

.page-error:before {
  content: "";
  display: block;
  width: 2.2666666667em;
  height: 2.2666666667em;
  background: url(../images/icon-error.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto 1em;
}

.page-error .title-page {
  margin: 0 0 0.3333333333em;
}

.page-error p:not(.page-error__msg) {
  font-size: 1.2em;
  margin: 0.5555555556em 0;
}

.page-error .page-error__msg {
  font-size: 0.9333333333em;
  margin: 0.7142857143em 0;
}

.page-error .page-error__msg:before {
  content: "";
  display: block;
  margin: 1.4285714286em auto;
  width: 1.7857142857em;
  height: 0.3571428571em;
  background: url(../images/icon-errormsg.svg) no-repeat center;
  background-size: contain;
}

.breadcrumb {
  border-bottom: 1px solid #D2D2D2;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
}

.breadcrumb ul li {
  display: inline-block;
  font-family: "motiva_medium", serif;
  font-size: 0.7333333333em;
  color: #787878;
  height: 2.7272727273em;
  line-height: 2.7272727273em;
}

.breadcrumb ul li:not(:first-child):before {
  content: "›";
  display: inline-block;
  margin: 0 0.9090909091em 0 0.4545454545em;
}

.breadcrumb ul li a {
  color: currentColor;
  text-decoration: none;
}

.pagination {
  text-align: center;
  /*margin-top: 2.6666666667em;*/
}

.pagination ul {
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
  margin: 0 0 0.3333333333em;
}

.pagination ul li a {
  font-size: 1em;
  display: block;
  width: 3em;
  height: 3em;
  text-align: center;
  border-radius: 50%;
  color: #333;
  border: 2px solid currentColor;
  box-sizing: border-box;
  line-height: 2.8666666667em;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.pagination ul li a:hover {
  color: #D43339;
}

.pagination ul li a.current {
  background-color: #D43339;
  border-color: #D43339;
  color: #FFF;
}

.category-header__banner {
  margin: 1.3333333333em 0;
  height: 14em;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1.3333333333em;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 48em) {
  .category-header__banner {
    padding: 2em;
  /*  height: 23.3333333333em;*/
  }
}

.category-header__banner .title-h1 {
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.arrow-down, .custom-select:after, .checkbox-group__header:after, .account-sidebar ul li a:before {
  content: "";
  display: block;
  background: url(../images/arrow-down.svg) no-repeat center;
  background-size: contain;
  width: 0.8em;
  height: 0.4em;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.2em;
  opacity: 0.5;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select:after {
  right: 0.6666666667em;
}

.custom-select select {
  font-size: 0.9333333333em;
  height: 2.6428571429em;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  padding: 0 2.1428571429em 0 0.7142857143em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.date-select {
  position: relative;
  display: inline-block;
  border: 1px solid #787878;
  border-radius: 2px;
  margin-right: 0.6666666667em;
}

.date-select:after {
  content: "";
  display: block;
  width: 1.6666666667em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #F5F5F5 url(../images/arrows-date.svg) center no-repeat;
  border-left: 1px solid #787878;
  z-index: -1;
}

.date-select select {
  font-size: 0.9333333333em;
  height: 2.6428571429em;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  padding: 0 2.5em 0 0.7142857143em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;width:100%
}

.category-selects {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.3333333333em;
}

.category-selects__item {
  margin-left: 2.6666666667em;
  height: 2.4666666667em;
}

.category-selects__item label {
  font-family: "motiva_medium", serif;
  font-size: 0.9333333333em;
  height: 2.6428571429em;
  line-height: 2.6428571429em;
  color: #787878;
  margin-right: 0.3571428571em;
}

.category-page {
  padding: 0 0 30px;
}

.filter-header {
  display: -ms-flexbox;
  display: flex;
  height: 2.4666666667em;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.3333333333em;
}

.filter-header__title {
  font-family: 'motiva_extrabold';
  font-size: 1.0666666667em;
  height: 1.875em;
  lighting-color: 1.875em;
  color: #464646;
}

.filter-header__title:before {
  content: "";
  display: inline-block;
  background: url(../images/icon-filter.svg) no-repeat center;
  background-size: cover;
  width: 1.875em;
  height: 1.875em;
  vertical-align: middle;
  margin-right: 0.625em;
}

.filter-header__clear {
  font-family: 'motiva_mediumitalic';
  font-size: 0.9333333333em;
  color: #787878;
}

.remove-arrow, .filters__active:after, .checkbox-group__option label:after {
  content: "";
  display: block;
  width: 0.8571428571em;
  height: 0.8571428571em;
  background: url(../images/icon-remove.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1.0714285714em;
  top: 50%;
  margin-top: -0.4285714286em;
  opacity: 0;
}

.filters .toggle-button {
  font-size: 1em;
  right: -4em;
  top: 0;
  height: 4em;
  width: 4em;
  background-color: #D43339;
  border-left: 1px solid #FFF;
  margin: 0;
  margin-left: auto;
  margin-right: -1em;
}

.filters .toggle-button span {
  margin: 0 auto;
  width: 21px;
  height: 2px;
}

.filters__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.filters__active {
  padding: 0.6666666667em 3em 0.6666666667em 1em;
  border-radius: 2px;
  border: 1px solid #787878;
  position: relative;
  cursor: pointer;
  margin: 0.3333333333em 0;
  overflow-y: hidden;
}

.filters__active:hover {
  background-color: #F5F5F5;
}

.filters__active:after {
  opacity: 1;
}

.filters__active span, .filters__active strong {
  font-size: 0.9333333333em;
}

@media screen and (max-width: 47.9em) {
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1rem 2em;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.97);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    z-index: 10;
    transform: translateX(-150%);
    transition: opacity 0.3s ease-in-out, transform 0s ease 0.3s;
  }
}

.filtering .filters {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0.3s ease-in-out 0.1s, transform 0s ease 0s;
}

.checkbox-group {
  margin: 0.8em 0;
  border-radius: 2px;
  border: 1px solid #D2D2D2;
}

.checkbox-group__header {
  font-size: 1.0666666667em;
  font-family: 'motiva_extrabold';
  height: 2.8666666667em;
  line-height: 2.8666666667em;
  color: #5A6E78;
  padding: 0 1em;
  cursor: pointer;
  position: relative;text-transform:capitalize;
}

.checkbox-group.closed .checkbox-group__header:after {
  transform: rotate(180deg);
}

.checkbox-group__option {
  border-top: 1px solid #D2D2D2;
  position: relative;
}

.checkbox-group__option label {
  display: block;
  font-size: 1.333333333em;
  font-family: "motiva_medium", serif;
  color: #787878;
  padding: 0.7142857143em 1.5714285714em;
  position: relative;
  overflow-y: hidden;
  /*transition: all 0.3s linear;*/
}

.checkbox-group__option:hover label {
  background-color: #F5F5F5;
}

.checkbox-group__option input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox-group__option input:checked + label {
  color: #464646;
  background-color: #F5F5F5;
}



.checkbox-group__option input:checked + label:after {
  opacity: 1;
}

.product-page {
  margin: 1.3333333333em 0;
}

.product-page .title-page {
  letter-spacing: -0.0166666667em;
  margin-bottom: 0.1666666667em;
}

.product-page__description {
  font-size: 0.9333333333em;
  line-height: 1.5em;
  color: #000;
  margin-top: 0;
}

.product-page__payment {
  margin-top: 0;
  font-size: 1.2em;
  line-height: 1.3333333333em;
  color: #000;
}

.product-page .row {
  margin-bottom: 2.6666666667em;
}

.product-page__sizes {
  margin: 1.6666666667em 0 2em;
}

.product-page__sizes p, .product-page__sizes a {
  font-family: "motiva_medium", serif;
  font-size: 0.9333333333em;
  color: #464646;
  line-height: 1.7142857143em;
  margin: 0;
}

.product-page__sizes ul {
  margin: 0;
  padding: 0;
}

.product-page__sizes ul li {
  display: inline-block;
  margin: 0 0.15em 0.3333333333em;
}

.product-page__sizes ul li a {
  font-size: 1em;
  display: block;
  width: 3em;
  height: 3em;
  text-align: center;
  border-radius: 50%;
  color: #787878;
  border: 2px solid currentColor;
  box-sizing: border-box;
  line-height: 2.8666666667em;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.product-page__sizes ul li a:hover {
  color: #464646;
}

.product-page__sizes ul li a.current {
  background-color: #464646;
  border-color: #464646;
  color: #FFF;
}

.product-page__sizes a {
  font-family: 'motiva_mediumitalic';
  text-decoration: underline;
}

.product-page__colors {
  margin: 2em 0;
}

.product-page__colors p {
  font-size: 0.9333333333em;
  color: #464646;
  line-height: 1.7142857143em;
  margin: 0;
}

.product-page__colors ul {
  margin: 0;
  padding: 0;
}

.product-page__colors ul li {
  display: inline-block;
  margin: 0 0 0.3333333333em;
  width: 3em;
  height: 3em;
}

.product-page__colors ul li a {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 0.2em;
  box-sizing: border-box;
}

.product-page__colors ul li a img {
  max-width: 100%;
  max-height: 100%;
}

.product-page__nopic {
  position: relative;
  padding-top: 100%;
  background-color: #F4F4F4;
  margin-bottom: 1.3333333333em;
}

.product-page__nopic p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.2916666667em;
  font-size: 1.6em;
  line-height: 1.0833333333em;
  text-transform: uppercase;
  color: #787878;
  font-family: "motiva_bold", serif;
  letter-spacing: 0.0833333333em;
  text-align: center;
  margin: 0;
}

.product-page__nopic p i {
  width: 3.6666666667em;
  height: 3.1666666667em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin: 0 auto 0.8333333333em;
}

@media screen and (max-width: 47.99em) {
  .product-page__nopic {
    font-size: 70%;
  }
}

@media screen and (max-width: 61.99em) {
  .product-page .product-page__text {
    -ms-flex-order: 3;
        order: 3;
    border-top: 1px solid #D2D2D2;
    padding-top: 1.3333333333em;
  }
  .product-page .title-page.show-tablet {
    margin-bottom: 0.5em;
  }
  .product-page .row {
    margin-bottom: 1.3333333333em;
  }
}

@media screen and (min-width: 48em) and (max-width: 74.99em) {
  .product-slideshow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-slideshow .product-photonav {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .product-slideshow .product-photos {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}

.product-photos {
  position: relative;
  margin-bottom: 1.6666666667em;
}

.product-photos__item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.3333333333em;
  box-sizing: border-box;
}

.product-photos__item img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 48em) {
  .product-photos {
    padding-top: 100%;
  }
  .product-photos__carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .product-photos__carousel .owl-stage-outer, .product-photos__carousel .owl-stage, .product-photos__carousel .owl-item {
    height: 100%;
  }
}

.product-photonav {
  position: relative;
}

.product-photonav__carousel {
  padding: 0 3.3333333333em;
  box-sizing: border-box;
}

.product-photonav__carousel .product-photonav__item {
  height: 6.6666666667em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.product-photonav__carousel .product-photonav__item a {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

.product-photonav__carousel .product-photonav__item a:active, .product-photonav__carousel .product-photonav__item a:focus {
  opacity: 1;
}

.product-photonav__carousel .product-photonav__item img {
  max-width: 100%;
  max-height: 100%;
}

.product-photonav__carousel .owl-nav button.owl-prev, .product-photonav__carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -1.1333333333em;
  height: 2.2666666667em;
  width: 0.8em;
  background: url(../images/arrow-carousel.svg) no-repeat center;
  display: block;
  text-indent: -9999px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}

.product-photonav__carousel .owl-nav button.owl-prev:hover, .product-photonav__carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}

.product-photonav__carousel .owl-nav button.owl-prev {
  left: 0;
  transform: rotate(-180deg);
}

.product-photonav__carousel .owl-nav button.owl-next {
  right: 0;
}

@media screen and (min-width: 75em) {
  .product-photonav__carousel {
    position: absolute;
    left: -8em;
    bottom: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
  .product-photonav__carousel .product-photonav__item img {
    transform: rotate(-90deg);
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 70, 70, 0.7);
  z-index: 11;
  display: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  padding: 2.6666666667em 2em;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
  width: 30.6666666667em;
  max-width: calc(100% - 30px);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, z-index 0s ease 0.3s;
}

.modal.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s, z-index 0.1s ease 0s;
}

.modal__header {
  margin-bottom: 1.3333333333em;
}

.modal__title {
  font-family: 'motiva_extrabold';
  font-size: 1.4666666667em;
  line-height: 1em;
  margin: 0;
  color: #000;
}

.modal__close {
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  height: 4em;
  display: block;
  background: transparent;
  border: none;
  padding: 0;
}

.modal__close span {
  display: none;
}

.modal__close i {
  display: block;
  width: 100;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 1.6666666667em;
}

.form-default {
  text-align: left;
}

.form-default__group {
  display: block;
  margin: 1.3333333333em 0 0;
}

.form-default label {
  display: block;
  font-size: 1em;
  line-height: 1.3333333333em;
  margin: 0 0 0.3333333333em;
}

.form-default input, textarea {
  width: 100%;
  font-size: 1em;
  height: 2.6666666667em;
  padding: 0;
  margin: 0;
  border: 1px solid #787878;
  border-radius: 2px;
  padding: 0 0.6666666667em;
  box-sizing: border-box;
}

.form-default__small {
  text-align: right;
  font-size: 0.8666666667em;
  margin: 0.3846153846em 0;
  color: #787878;
}

.page-cart {
  margin: 2em 0;
  min-height: calc(100vh - 460px);
}

.page-cart .title-page {
  text-transform: uppercase;
  font-size: 1.0666666667em;
  text-align: left;
}

.page-cart__footer {
  margin: 1em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.page-cart__footer .page-cart__footerright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .page-cart__footer .page-cart__footerright {
    width: 18.6666666667em;
  }
}

.page-cart__total {
  background-color: #FAFAFA;
  padding: 1.6666666667em 1.3333333333em 2em;
  border-radius: 3px;
  margin-bottom: 0.6666666667em;
}

.page-cart__total + .btn--italic {
  display: block;
  text-align: right;
}

.page-cart__total table {
  width: 100%;
}

.page-cart__total table td {
  color: #000000;
  font-size: 0.8666666667em;
  line-height: 1.3846153846em;
  padding: 0.3846153846em 0.2307692308em;
}

.page-cart__total table td:first-child {
  text-align: left;
  width: 6.9230769231em;
}

.page-cart__total table td:last-child {
  text-align: right;
}

.page-cart__total .calculate {
  position: relative;
}

.page-cart__total .calculate button {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
  font-size: 1em;
  border: none;
  width: 2em;
  height: 2em;
  background: url(../images/arrow-down.svg) center no-repeat;
  text-indent: -99999px;
  opacity: 0.5;
  transform: rotate(-90deg);
}

.page-cart__total input {
  width: 100%;
  max-width: 13.8461538462em;
  box-sizing: border-box;
  border: 1px solid #787878;
  border-radius: 2px;
  height: 3.0769230769em;
  padding: 0 2.3076923077em 0 1.1538461538em;
}

.page-cart__total .btn--buy {
  padding: 0 1em;
  float: right;
}

.page-cart .product-list__title {
  font-family: "motiva_regular", serif;
}

.page-cart .product-list__size {
  margin: 0;
}

.page-cart .product-list .cart-list__quantity {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cart-list {
  width: 100%;
  text-align: left;
}

.cart-list thead {
  border-bottom: 1px solid #D2D2D2;
}

.cart-list thead th {
  font-size: 0.8666666667em;
  color: #787878;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  padding: 0.3846153846em;
}

.cart-list tbody tr {
  border-bottom: 1px solid #D2D2D2;
}

.cart-list tbody td {
  vertical-align: middle;
  font-size: 1em;
  color: #000;
  line-height: 1.2em;
  padding: 0.3333333333em;
}

.cart-list tbody td:nth-child(1) {
  width: 6em;
}

.cart-list tbody td:nth-child(3), .cart-list tbody td:nth-child(4), .cart-list tbody td:nth-child(5) {
  width: 6em;
}

.cart-list tbody td:last-child {
  padding: 0;
  width: 2em;
}

.cart-list__image {
  width: 5.6em;
  height: 5.6em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.cart-list__image img {
  max-width: 100%;
  max-height: 100%;
}

.cart-list__product {
  font-size: 1em;
  margin: 0;
}

.cart-list__size {
  margin: 0;
}

.cart-list__quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #787878;
}

.cart-list__quantity label {
  font-family: "motiva_bold", serif;
  font-size: 0.6em;
  text-transform: uppercase;
}

.cart-list__quantity input {
  font-size: 0.9333333333em;
  width: 2.9333333333em;
  height: 2.9333333333em;
  text-align: center;
  border: 1px solid #D2D2D2;
  padding: 0;
  margin: 0;
  margin-left: 0.3333333333em;
  border-radius: 3px;
}

.cart-list__remove {
  font-size: 1.0666666667em;
  background: url(../images/icon-remove.svg) no-repeat center;
  background-size: auto 0.6666666667em;
  text-indent: -9999px;
  display: block;
  width: 2em;
  height: 2em;
  border: none;
  padding: 0;
  margin: 0;
}

.page-sucess__header {
  padding: 2.6666666667em 0;
  background-color: #FAFAFA;
}

.page-logout__header {
  padding: 8em 0;
  background-color: #FAFAFA;
  margin-bottom: 30px;
}

.page-sucess__header .title-page, .page-logout__header .title-page {
  text-align: left;
  margin-bottom: 0;
}

.page-sucess__header .title-page i, .page-logout__header .title-page i {
  float: left;
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3333333333rem;
}

@media screen and (min-width: 48em) {
  .page-sucess__header .title-page i, .page-logout__header .title-page i {
    float: none;
  }
}

.page-logout p {
    text-align: left;
    padding: 0 0 0 65px;
    margin-top: 0;
}

.page-sucess__content {
  padding: 1.3333333333em 0 2.6666666667em;
}

.page-sucess__content .title-page {
  margin-bottom: 0;
}

.page-sucess__content .title-page + p {
  margin: 0.6666666667em 0 1.6666666667em;
}

.page-sucess__content .btn--buy {
  padding: 0 1em;
}

.page-sucess__content .row {
  text-align: left;
}

.page-sucess__content .col-md-3 {
  text-align: right;
}

.page-sucess__content .title-h3 {
  font-size: 1.0666666667em;
  margin: 1.875em 0 1.5625em;
}

.page-sucess__content hr {
  margin: 2.3333333333em 0 2em;
}

.page-sucess__content .page-cart__total {
  margin-top: 2em;
}

.page-sucess .product-list__title {
  font-family: "motiva_regular", serif;
}

.page-sucess .product-list__size {
  margin: 0;
}

.page-sucess .product-list .cart-list__quantity {
  position: absolute;
  right: 0;
  bottom: 0;
}

.msg {
  padding: 1em 1.3333333333em;
  margin: 1.3333333333em 0;
}

.msg p {
  font-size: 0.9333333333em;
  line-height: 1.5em;
  margin: 0;
  color: currentColor;
}

.msg--default {
  background-color: #B2EDE7;
  color: #007B6D;
}

.account-sidebar .title-h3 {
  font-size: 1.0666666667em;
}

.account-sidebar ul {
  margin: 1.3333333333em 0;
  padding: 0;
}

.account-sidebar ul li {
  display: block;
  border-top: 1px solid #D2D2D2;
  position: relative;
}

.account-sidebar ul li a {
  display: block;
  font-size: 0.9333333333em;
  padding-left: 1.7857142857em;
  height: 2.8571428571em;
  line-height: 2.8571428571em;
  font-family: "motiva_medium", serif;
  color: #787878;
  text-decoration: none;
}

.account-sidebar ul li a:before {
  left: 0.3571428571em;
  transform: rotate(-90deg);
  opacity: 0.3;
}

.account-sidebar ul li a.active {
  color: #000;
}

.account-sidebar ul li a.active:before {
  opacity: 1;
}

.box-panel {
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  margin: 0 0 1.3333333333em;
}

.box-panel__header {
  padding: 0 1.3333333333em;
  height: 2.6666666667em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #F5F5F5;
  -ms-flex-align: center;
      align-items: center;
}

.box-panel__title {
  font-family: "motiva_bold", serif;
  font-size: 1em;
  line-height: 1.3333333333em;
  margin: 0;
}

.box-panel__body {
  padding: 1.6666666667em 1.3333333333em;
}

.box-panel__body p {
  font-size: 0.9333333333em;
  line-height: 1.5714285714em;
  color: #000;
  margin: 0.7142857143em 0;
}

.box-panel__body p:first-child {
  margin-top: 0;
}

.box-panel__body p:last-child {
  margin-bottom: 0;
}

.box-panel__body p a {
  font-size: 1em;
}

.box-panel__body .col-xs-12 + .col-xs-12 {
  margin-top: 1.3333333333em;
}

@media screen and (min-width: 62em) {
  .box-panel__body .col-xs-12 + .col-xs-12 {
    margin-top: 0;
  }
}

.box-panel--noborder {
  border: none;
}

.box-panel--noborder .box-panel__body {
  padding: 0;
}

.box-panel a {
  font-family: 'motiva_mediumitalic';
  font-size: 0.8em;
  color: #464646;
}

.cart-resume {
  margin: 1.3333333333em 0 2em;
}

.cart-resume .cart-list__title, .cart-resume .product-list__title {
  font-family: "motiva_regular", serif;
}

.cart-resume .cart-list__size, .cart-resume .product-list__size {
  margin: 0;
  font-size: 1em;
  color: currentColor;
}

@media screen and (max-width: 47.9em) {
  .cart-resume .cart-list__quantity {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.icon-invoice {
  background-image: url(../images/icon-invoice.svg);
}

.icon-account {
  background-image: url(../images/icon-account.svg);
}

.icon-nopic {
  background-image: url(../images/icon-nopic.svg);
}

.icon-remove-white {
  background-image: url(../images/icon-remove-white.svg);
}

.icon-remove {
  background-image: url(../images/icon-remove.svg);
}

.icon-cart {
  background-image: url(../images/icon-cart.svg);
}

.icon-delivery {
  background-image: url(../images/icon-delivery.svg);
}

.icon-discount {
  background-image: url(../images/icon-discount.svg);
}

.icon-payment {
  background-image: url(../images/icon-payment.svg);
}

.icon-change {
  background-image: url(../images/icon-change.svg);
}

.icon-mail {
  background-image: url(../images/icon-mail.svg);
}

.icon-phone {
  background-image: url(../images/icon-phone.svg);
}

.icon-whatsapp {
  background-image: url(../images/icon-whatsapp.svg);
}

.icon-hurt {
  background-image: url(../images/icon-hurt.svg);
}

.icon-logout {
  background-image: url(../images/icon-logout.svg);
}

.open, .cart, .filtering {
  overflow: hidden;
}

@media screen and (max-width: 47.99em) {
  .open, .cart, .filtering {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .show-desktop {
    display: none;
  }

#aw-ln-filters-container{  /* custom display filtros mobile */ 
display:none;
}

}

@media screen and (max-width: 47.99em) {
    .main-header__logo{
        width:45% !important;
    }
}

@media screen and (max-width: 61.9em) {
  .hide-tablet {
    display: none;
  }
}

@media screen and (min-width: 62em) {
  .show-tablet {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .show-mobile {
    display: none;
  }
}

#day, #month, #year{

}

.dob-day, .dob-month, .dob-year{
width:31.7% !important;
float:left;
display:inline;margin-bottom:1.3333333333em;

}

.dob-month{
margin-right:2.4%;margin-left:2.4%
}
.dob-day div, .dob-month div, .dob-year div{
display:inline;margin-top:40px
}

.page-title{
height:32px
}

.totals .btn--italic, .cart-list .btn--italic, .shipping-form .btn--italic{
background:none;border:none;margin:1em 0;
}

.page-cart .btn-update{
float:right
}

.checkout-types li{
list-style-type:none;}

.sp-methods input[type="radio"]{
display:inline-block;
    height:auto;
    padding:0 0 0 25px;
    margin:0 0px 0 0;
    background-repeat:no-repeat;
    background-position:0 0;width:auto
}

.shipping-form, .sp-methods, .sp-methods table{
text-align:left !important
}

.sp-methods label{
font-size: 1.128em;
    color: #787878;
    line-height: 1.5em;
    text-align: left;
    font-weight: normal;
    padding: 0.3846153846em;
}

address{
font-style:normal
}

.page-cart__total .sp-methods td:last-child {
  text-align: left;
}

.cart-list .item-options{
padding:0;margin:0;
}

.toolbar-bottom{
width:100%
}

.messages ul{
    padding-inline-start: 0px;
}

.form-default textarea{
padding:0.6666666667em !important
}

.pagination ul{
margin-bottom:0px !important
}


.aw-ln-overlay{
z-index:-10000 !important;
}

#armored_website a img{
margin-bottom:20px;
}

.page-print{
padding-top:0px !important
}

@media only screen{
.page-print{
max-width:80%;
margin:0px auto;
}
}

.my-account .a-right{
text-align:right !important
}

.my-account .a-center{
text-align:center !important
}
.my-account .a-left{
text-align:left !important
}


.my-account .cart-list__quantity {
width:26%;margin:0px auto;text-align:center
}

@media screen and (max-width: 350px) {
.logo img {
    width: 140px; !important
}
}

#product-attribute-specs-table tr td,#product-attribute-specs-table tr th {
    border-bottom:1px solid #ccc;
}