@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;
}
/** bf */ 

@media screen and (min-width: 767px) {
.main-container, .category-page{
    margin-top:10.2em;
    
}
}
@media screen and (max-width: 766px) {
.main-container, .category-page{
    margin-top:0em;
    
}
}


.page-default {
margin-top:18.49em !important;
}


/**
 * 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 */
  overflow-x:hidden;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

body{
background:#0b0d10 !important;
}

.container{

position:relative;
}

.page-bg::before{
content:"";
position:absolute;
inset:0;
background-image:url("/img/grain.png");
opacity:0.06;
pointer-events:none;
}

/* ==========================================================================
   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;
}

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: Open Sans;
  background-color: #FFF;
}

.clearfix {
  clear: both;
}

p.small {
  font-size: 0.8666666667em;
  line-height: 1.5em;
  color: #000;
}

a {
  color: #000;
}

h1, h2, h3 {
  font-weight: normal;
}

b, strong {
  font-weight: 700;
  font-family: "open sans";
}

em {
  font-style: normal;
  font-family: 'open sans';
}

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: 1.8em;
  line-height: 1em;
  font-family: "open sans", serif;
  color:#3A3A3A;
  font-weight:700;
  margin: 0;
  text-transform: capítalize;
}

@media screen and (max-width: 767px) {
  .title-h2 {
    font-size: 1.3333333333em;
  }
}

.title-page {
  font-family: 'open sans';
  font-weight: 800;
  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: "open sans";
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.title-h4 {
  font-size: 1em;
  font-family: "open sans", serif;
  font-weight:600;
  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 {
  padding: 0 4em;
  height: 3.3333333333em;
  line-height: 3.3333333333em;
  color: #fff;
  border-radius: 0.2666666667em;
  
  background: #2a7fe0;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn--buy i {
  margin-right: 0.3333333333em;
}

.btn--buy span {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.0555555556em;
  font-family: Open Sans;
  font-weight: 600;
}

.btn--buy:hover {
 /* background-color: #0E8C4D;
  transform: translateY(2px);
  background-color: #0E8C4D;
  box-shadow: 0 2px #0E8C4D;
  */
}

.btn--buy:active {
  transform: translateY(4px);
  box-shadow: 0 0 #ede2dc;
}

.btn--primary {
  font-size: 1.2em;
  font-family: "open sans";
  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: #f2eae1;
}

.btn--secondary {
  text-decoration: none;
  background-color: transparent;
  font-size: 0.8666666667em;
  padding: 0 1.5384615385em;
  font-family: "open sans";
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.0769230769em;
  line-height: 2.9230769231em;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.btn--secondary:hover {
  color: #666;
}

.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: 'open sans';
  font-weight: 600;
  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: 1em;
  text-transform: uppercase;
  letter-spacing: 0.0200em;
  font-family: 'open sans';
}

.btn--lg {
  min-width: 14.6666666667rem;
}

.link-default {
  font-family: 'open sans';
  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;
  }
}


body:not(.no-header) {
  padding-top: 7.4em;
  /*padding-top: 12.4em;  blackfriday*/
  
}
/*
@media screen and (min-width: 768px) {
  body:not(.no-header) {
    padding-top: 13.2em; 
   /* padding-top: 18.2em; blackfriday
  }
}
*/
.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: 'open sans';
  height: 3em;
  color: #787878;
  border-radius: 0.4285714286em;
  border: none;
  background: #FFF;
  padding: 0 0.7142857143em;
  box-sizing: border-box;
}

.purchase-header {
  background-color: #f2eae1;
  width: 100%;
}

.purchase-header .row {
  height: 6.6666666667em;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  background: 
    linear-gradient(180deg, #111 0%, #000 100%),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.02),
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 3px
    );
  width: 100%;
  z-index: 3;
}

.main-top-header {
 background: 
    linear-gradient(180deg, #111 0%, #000 100%),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.02),
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 3px
    );
  width: 100%;
  z-index: 3;
    top: 0em;
  left: 0; position: fixed;
}

.main-top-header .row {
  height: 2.6666666667em;
}

.main-header .row {
  height: 11em;
}

@media screen and (min-width: 768px) {
  .main-header__toggle {
    display: none;
  }
  
  .main-header {
 /* top: 2.6666666667em;*/
  top: 6.6666666667em;
	}
  
}

.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 1.6142857143em;
  background: #fff;
    border: 1px solid #d7d7d7;
    border-radius:2em;
    width:70%;
}

.main-header__search form button {
  position: absolute;
  top: 0;
  right: 15%;
  width: 4.666667em;
  height: 100%;
  background: url(../images/icon-search-v2.svg) no-repeat center;
  border: none;
  border-radius:0 2em 2em 0;
  text-indent: -9999px;
  cursor: pointer;
  background-color:#be952b;
  
}

@media screen and (max-width: 767px) {
    .main-header__search form button {
     width: 3.666667em;
	 right:0
	 }
    
    
    .main-header__search form .form-input{
        width:100%;
    }
    
}

.bkgIcon{
    width:100%;
    background:#666;
}

.adv-bar{
    border:1px solid #9B7A1F; /*padrao*/
   /* border:1px solid #0d3c23; /*bf*/
 /*   margin: 5px;*/
    padding: 5px !important;
    border-radius: 5px;

}
/* blackfriday */
.hightlights-bar{
  padding-top: 25px;
    padding-bottom: 25px;  
    /*background: #CDAA67;
        background: radial-gradient(circle, rgba(205, 170, 103, 1) 0%, rgba(119, 73, 17, 1) 50%);*/
}

.bfBlock{
    /* background: #28713c; natal */
     background: #0d3c23; /*bf */
     margin-top: 0px !important;
}

.blackRowBfHeader{
    background: #28713c;
    top:0px;
    height:75px;
}

.blackRowBf{
     background: #CDAA67;
        background: radial-gradient(circle, rgba(205, 170, 103, 1) 0%, rgba(119, 73, 17, 1) 50%);
}

.bfBlock .category-menu, .bfBlock h1 {
    color:#fff !important;
}

.bfBlock .adv-bar{
border: 1px solid #0d3c23;
}

.bfBlock .category-featured__carousel a{
    color: #fff
}


#main-menuPrincipal{
  /*  background: #bd952b !important; /*padrao*/
     background: #fff !important; /*bf*/
    height:100%;
}

.blackRowBfHeaderOffers{
    color:#000;
    background: #28713c;
    padding:.2em;

    top:1em;
    font-size:1.2em;
    position:absolute;
    font-weight: 600;
}

.blackRowBfHeaderOffers span{
  font-weight: 900;
}

@media screen and (max-width: 767px) {
    .blackRowBfHeader img{
        max-width:250px !important;
    }
/*
.main-header{
    margin-top:75px;
}*/

}

/****/

@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 li {
vertical-align:text-top;
}
  
}

.main-header__links ul {
  padding: 0;
  margin: 0;
}

.main-header__links ul li {
  display: inline-block;
  color: #665637;
}

.main-header__links ul li a {
  text-decoration: none;
  color: #bd952b;
  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;
}

.page-login{
    margin-bottom:0px !important
}

.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: 10.7142857143em;
  font-family: 'open sans';
  font-weight:600;
  color:#fff;
  display: inline-block;
  vertical-align: middle;
}

.main-header__links ul li:last-child label {
  display: none;
}

.main-header__search{
	text-align:center;
}

@media screen and (max-width: 767px) {
  .main-header {
    padding: 0.6666666667rem 0;
  }
  .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;color:#fff;
}

.toggle-button--close span:after {
  animation: nav_down 0.3s linear forwards;color:#fff;
}

.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: #f2eae1; /*padrao*/
    /*background: #CDAA67;*/
/*background: radial-gradient(circle,rgba(205, 170, 103, 1) 0%, rgba(119, 73, 17, 1) 50%);*/
    
    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: #403520;
  }
  .main-menu .toggle-button {
    font-size: 1em;
    position: absolute;
    right: -4em;
    top: 0;
    height: 4em;
    width: 4em;
    background-color: #403520;
    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: "open sans";
  }
  .main-menu__links li:not(:last-child):after {
    content: " | ";
    display: inline-block;
    color: #73623f;
    margin: 0 0.3333333333em 0 0.6666666667em;
  }
  .main-menu__links li a {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .main-menu {
    position: fixed;
    top: 2.66em; 
 /*top: 13.6em;*/
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    /*border-bottom: 1px solid #151515;*/
   background: 
    linear-gradient(180deg, #111 0%, #000 100%),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.02),
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 3px
    );
 /*background: #CDAA67;
background: radial-gradient(circle,rgba(205, 170, 103, 1) 0%, rgba(119, 73, 17, 1) 50%);
*/
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    z-index: 2;/*text-transform:uppercase;*/
    /*margin-top:36px*/
  }
  .main-menu > .container > .row {
    height: 4em;
  }
  .main-menu__item {
    padding: 0 1rem;
    height: 100%;
  }
  .main-menu__item > a {
    display: inline-block;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    font-family: 'open sans';
    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;
    background: #F15A24;
    color:#fff;
    font-size:20px;
    line-height:3em;
  }
  .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: "open sans";
    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: 1.6666666667em;
  height: 1.6666666667em;
  background-repeat: no-repeat;
  background-position: center;
/*border-radius: 35px;
background-color: #F4F4F4;*/
padding:15px;
}

.hightlights-bar label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9666666667em;
 color: #757575;
  /*color: #fff; bf */
  font-weight:600;
  line-height: 1.3846153846em;
  width:calc(100% - 100px);
padding-left:15px;
}

.banners__item a img:hover{
    opacity:.9
}

.slider-categorias{
    list-style-type:none;
}

.category-featured__carousel img:hover{
    opacity:.9
}

.category-menu {
    color:#9B7A1F !important;
}

.newsletter-box{
    background-color:#bd952b!important;
    padding:0px !important;
}


.category-featured__carousel{
    text-align:center;
}

.category-featured__carousel img{
    margin:0px auto;
}

.category-featured__carousel a{
    color:#242424;
    font-weight:600;
    font-size:16px;
    text-decoration:none
}

.slider-categorias li{
    display:inline
}

.hightlights-bar label span {
  font-size: 1.1007692308em;
  font-family: "open sans";
  font-weight:800;
  /*color: #fff; bf*/
  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: 41%;
  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;
}

@media screen and (max-width:62em) {
    .products-featured {
 padding: 2em 0 1.4333333333em !important;
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow:hidden;
}
}

.products-featured {
 /* padding: 2em 0 1.4333333333em;*/
  padding: 0em 0 1em 1.433333em;
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow:hidden;
}

.products-featured .title-h2 {
  text-align: center;color:#000;
}

.products-featured__carousel {
  margin: 1em 0;
}

.products-featured .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .products-featured__item {
    padding: 0 2.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: #fff;
  height: 2em;
  line-height: 2em;
  font-size: 0.7666666667em;
  padding: 0 0.6em;
  /*border: 1px solid #000;*/
  box-sizing: border-box;
  border-radius: 2px;
  font-family: "open sans";
  text-transform: uppercase;
  text-decoration: none;
  background:red;
}
.bf-title{
    color: #fff !important;
}
.product-card__title {
  font-size: 1em;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  margin: 0.3333333333em 0;
  font-family: "open sans";
  font-weight:600;
}

.product-card__from {
  font-size: 0.85em;
  font-family: "open sans";
  color: #000;
  height: 1.5833333333em;
  text-decoration: line-through;
}

.product-card__price {
  font-family: "open sans";
  font-weight:600;
  color:#2a7fe0;
  font-size:26px;
  height: 1.4666666667em;
}

.product-card__description {
  font-size: 0.85em;
  line-height: 1.1666666667em;
  margin: 0 0 0.4166666667em;
  color: #000;
}

@media screen and (min-width: 768px) {
  .product-card__description {
    height: 4.3333333333em;
  }
}

.product-card .btn--buy {
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 96%;
  border-radius: 0 0 4px 4px;
 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 3px;
  /*opacity: 0;*/
      font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.0555555556em;
    font-family: Open Sans;
    font-weight: 600;
}

.product-card .btn--buy:hover {
  transform: none;
 /* background-color: #0E8C4D;*/
}

@media screen and (min-width: 768px) {
  .product-card {
    padding: 1.3333333333em 1.3333333333em 4.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 {
  width: 2.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: #000;
}

.owl-prev,.owl-next{position:absolute;top:50%;transform:translateY(-50%)}.owl-prev{left:-2rem}.owl-next{right:0rem}

.btn-newsletter{
    margin-top:10px;
    background: #242424;
    color:#fff;
    border:0;
    text-transform:uppercase;
    padding:10px 60px 13px 60px;
	border-radius: 0px 60px 60px 0px;margin-left:-30px
    
}

.text-center{
    text-align:center
}

.newsletter-box .title-h3 {
  max-width: 14.6666666667rem;
  margin: 0 auto;
}

.newsletter-box span{
font-weight:700
}
.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: #665637 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;
  background: #242424;
padding-top:3em;
color:#fff
}

.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 {
      list-style: none;
    padding: 0px;
}

.main-footer__phones li a {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  color: #fff
}

.main-footer__phones li a:hover {
  opacity: 0.5;
}

.main-footer__phones li i {
  width: 1.5333333333em;
  height: 1.5333333333em;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin:10px
}

.main-header__search .main-footer__phones li label {
  color: #fff;
}

.main-footer__phones li label {
  font-size: 0.8266666667em;
  color: #fff;
  font-family: 'Open Sans';
  display: inline-block;
  vertical-align: middle;
}

footer .small{
	color:#fff
}

.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-facebook2.svg);
}

.main-footer__social a.twt {
    background-image: url(../images/twitter.svg);
}

.main-footer__social a.ig {
  background-image: url(../images/icon-instagram2.svg);
}

.main-footer__menu {
  padding: 0;
  margin: 1.3333333333em 0 0;
}

.main-footer__menu li {
  display: inline-block;
  font-size: 0.8em;
  font-family: "open sans";
}

.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: 2em;
  background-color: #F5F5F5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.main-footer__copyrights p {
  color: #545454;
  font-size: 12px;
  font-family: 'open sans';
  font-weight:600;
}

.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: 
    linear-gradient(180deg, #111 0%, #000 100%),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.02),
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 3px
    );
  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: "open sans";
  line-height: 1em;
  margin: 0;
color:#aaa;
  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: #000;
  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: #666;
}

.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: "open sans";
  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: "open sans";
}

.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: "open sans";
  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: "open sans";
  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: "open sans";
}

.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: "open sans";
  font-weight: 400;
  font-size: 0.8333333333em;
  color: #545454;
  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: #403520;
  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: #665637;
}

.pagination ul li a.current {
  background-color: #f2eae1;
  border-color: #f2eae1;
  color: #73623f;
}

.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;
  pointer-events: none;
}

.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: 5.6666666667em;
  height: 2.4666666667em;
}

.category-selects__item label {
  font-family: "open sans";
  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: 'open sans';
  font-weight: 600;
  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: #403520;
  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: 0em 0;
  border-radius: 0px;
  border-bottom: 1px solid #D2D2D2;
}

.checkbox-group__header {
  font-size: 1.0666666667em;
  font-family: 'open sans';
  font-weight: 700;
  height: 3.5666666667em;
  line-height: 3.5666666667em;
  color: #3A3A3A;
  padding: 0 0.5em;
  cursor: pointer;
  position: relative;
}

.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: "open sans";
  font-weight: 400;
  color: #3A3A3A;
  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: #464646;
  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: "open sans";
  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: "open sans";
  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: .5; */
    text-transform: uppercase;
    background-color: #665637;
    color: #fff;
    /* transform: rotate(-90deg); */
    padding: 10px 38px 10px 37px;
    font-weight: 500;
    width:100%
  
}

.page-cart__total .calculate button:hover {
    opacity: 0.8
}

.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: open sans;
  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: "open sans";
  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: "open sans";
  font-weight:700;
  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-eye {
  background-image: url(../images/icon-eye.png);
}

.icon-eye-slash {
  background-image: url(../images/icon-eye-slash.png);
}
.icon-invoice {
  background-image: url(../images/icon-invoice.svg);
}

.icon-invoice {
  background-image: url(../images/icon-invoice.svg);
}

.icon-account {
  background-image: url(../images/icon-account-v2.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-v2.svg);
}

.icon-cart-a{
      background-image: url(../images/icon-cartWrite.svg);
background-repeat: no-repeat;
background-position:50px;
}

.icon-delivery {
  background-image: url(../images/fretegratis.png);
}

.icon-discount {
  background-image: url(../images/boleto.png);
}

.icon-payment {
  background-image: url(../images/card.png);
}

.icon-televendas {
  background-image: url(../images/icon-phone-home.svg);
}

.icon-change {
  background-image: url(../images/icon-change.svg);
}

.icon-mail {
  background-image: url(../images/icon-mailW.svg);
}

.icon-mail-white {
  background-image: url(../images/icon-mail-white.svg);
}

.icon-phone-white {
  background-image: url(../images/icon-phone-white.svg);
}

.icon-phone {
  background-image: url(../images/icon-phoneW.svg);
}

.icon-whatsapp {
  background-image: url(../images/icon-whatsappW.svg);
}

.icon-hurt {
  background-image: url(../images/icon-hurt.svg);
}

.icon-hurt-menu {
  background: url(../media/heart-min.png) no-repeat;
}

.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: 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
}

.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
}



.floatWhatsapp{
position:fixed;width:75px;height:75px;background:url('../media/whatsapp.svg');bottom:0px;right:0px;color:#FFF;border-radius:50px;text-align:center;font-size:30px;z-index:1000;background-size:cover
}

.floatWhatsapp:hover{
opacity:0.9
}

.category-description{
    padding: 0 150px 30px 30px;
    background-size: 275px 77px;
    font-style: italic;
    font-size: .9em!important;
    min-height:15em;
}

.category-description p{
font-size: .9em !important;
    line-height: 1.6em;
    margin: 0 0 0.4166666667em;font-style: italic;
    color: #787878;
}
.category-description ul{
font-size: .9em !important;
    line-height: 1.6em;font-style: italic;
    margin: 0 0 0.4166666667em;
    color: #787878;
}

.h1-home{
font-size: 1em;
    line-height: 1.6em;
    margin: 0 0 0.4166666667em;
    color: #787878;
}

.container .home{
width:auto !important;text-align:center;max-width: 500px;margin: 30px auto 50px;
}


.floatWhatsapp{
	display: inherit;
}
/*
@media only screen and (min-width: 690px) {
	.floatWhatsapp{
		display: none;
	}
}
*/
.aw-acp-continue{
  cursor:pointer;
}

.alert-vinhos{
    border:2px solid #39BF7C;
    border-radius:4px;
    color:#048c06;
    display:block;
    font-size:14px;
    font-weight:700;
    text-align:center;
    margin:20px 0 0 auto;
    width:100%;
    line-height:24px
}
    
.alert-vinhos a{
  color:#0E8C4D;
  text-decoration:underline
}

@media only screen and (min-width: 690px) {
	.featured-banner{
	 /*   margin-top:36px;*/
		
	}
}

.vitrineDestaquesMenu{
	margin:0px auto;
    padding-inline-start: 0px;
}
.vitrineDestaquesMenu li{
	 display: inline-block;
	 padding:1em;
	 border-right: 1px solid #000
}

.vitrineDestaquesMenu li:last-child{
	 border: none;
}

.vitrineDestaquesMenu li a{
	 font-size: 1.1em;
    font-family: open sans,serif;
    color: #242424;
    font-weight: 500;
    margin: 0;
	text-decoration:none;
	padding: .5em
}

.vitrineDestaquesMenu li .selected{
	background: #C4A756;color:#fff;border-radius:.3em
}

.modal__body a{
padding: 1.19em;
}

.date-select{
content: "";
    display: block;
    width: 100%;
    height: 41px;
 
    right: 0;
    top: 0;
    border-left: 1px solid #787878;

}

.my-account{
width:100%;
}
#my-storecredits-table th{
background-color:#00AF9B;
text-transform:uppercase;
color:#fff !important;
font-weight:normal !important;
}

.category-products{
width:98%
}

.category-products ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;width:100%;margin-bottom:30px
}

.products-grid  li{
list-style: none;
display: inherit;
width:48%;
margin:0;
padding:0;
float:left

}

@media screen and (min-width: 1024px) {
.pagination{
margin-bottom:30px
}

}

@media screen and (max-width: 767px) {
    .featured-banner{
        margin-top:28px !important;
    }
}

@media screen and (min-width: 768px) {

.category-products{
width:98.5%
}

.category-products ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;width:100%;margin-bottom:30px
}


.products-grid  li{
list-style: none;
display: inherit;
width:25%;
margin:0;
padding:0;
float:left

}

.category-products div ul li div{
flex-basis: 100%;
max-width:100%;
}

.toolbar-bottom .category-selects {
display:none
}

}



ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
}

dd {
    display: block;
    -webkit-margin-start: 0;
}

.toolbar-top .pagination{
display:none
}

.validation-advice{
color:red;font-size:0.8em
}

.date-select{
margin-right:0;
display:block;
}


/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
padding:0;
list-style-type:none;
}
.error-msg ul{
padding:0;
list-style-type:none;
}
.messages li li {
  position: relative;
  list-style-type:none;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;list-style-type:none;
  border-left: 5px solid #9B7A1F !important;
  background-color: #faebe7 !important;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #9B7A1F !important;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #F2E9E0 !important;
}

.esgotado-label{
    background-color:#F2E9E0 !important;
    color:#9B7A1F !important;
}

.promocao-label{
    color:#fff !important;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #9B7A1F;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 5px solid #9B7A1F;
  background-color: #F2E9E0;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #9B7A1F;
  border-right: none;
}

.item .col-xs-6{
max-width:100% !important;
}

.quantidade-cart{
  font-size: 10px;
  color: #000;
  font-weight:bold;
  background-color: #fff;
  min-width: 13px;
  height: auto;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  padding: 3px 4px 3px;
  top: -10px;
  left: -15px;
  width: auto;
margin-right:-20px;
}

.bg-logo_visa {
    width: 38px; height: 24px;
    background: url('../media/cartoes_aceitos-min.png') -10px -10px;
}

.bg-logo_mastercard {
    width: 38px; height: 24px;
    background: url('../media/cartoes_aceitos-min.png') -68px -10px;
}

.bg-logo_diners {
    width: 38px; height: 24px;
    background: url('../media/cartoes_aceitos-min.png') -184px -10px;
}

.bg-logo_elo {
    width: 38px; height: 24px;
    background: url('../media/cartoes_aceitos-min.png') -126px -10px;
}

.bg-logo_americanexpress {
    width: 38px; height: 24px;
    background: url('../media/cartoes_aceitos-min.png') -300px -10px;
}

.bg-logo_pix {
    width: 65px; height: 25px;
    background: url('../media/cartoes_aceitos-minv2.png') -350px -10px;
}
.payment a{
font-size:unset;font-family:unset;color:unset
}

.product-list__info {
    text-align: left !important;
}

.btn-indisponivel{

background: #FF0000 !important;

}

.btn-indisponivel:hover{

background: #FF0000 !important;

}

.add-to-cart .icon-cart, .cart-modal .icon-cart, .product-card .icon-cart, .aw-acp-btn-container .icon-cart,.ajaxcartpro-box-show .icon-cart, .ajaxcartpro-add-confirm .icon-cart{
background-image: url(../images/icon-cartWrite.svg);
}

.menu_categorias{
background: #665637;
}
.menu_categorias a, .menu_categorias a:hover,.menu_categorias a:active {
color: #666;
}

@media screen and (max-width: 350px) {

.main-header__logo img{
width:140px
}
}

#product-review-table {
    width: 100%;
    display: inline-block;
    border-color: #ccc;
}

.value.item-stars {
    background: #f7eee9;
    border-radius: 3px;
    float: left;
    width: 40px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.value.item-stars label {
    font-size: 14px;
    color: #3b2706;
    letter-spacing: .23px;
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 6px;
    cursor: pointer;
}

.value.item-stars input[type=radio] {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: none;
}

.value.item-stars label:after {
    content: url(/images/icon-star.png);
    width: 100%;
    display: inline-block;
    margin-right: -1px;
}

.value.item-stars.active {
    background: #3b2706;
    color: #fff;
}

.value.item-stars.active label:after {
    content: url(/images/icon-star-check.png);
    width: 100%;
    display: inline-block;
    margin-right: -1px;
}

.list-rating .rating-box {
    float: none;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}
.rating-box {
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(/images/bkg_rating.gif) repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    height: 13px;
    background: url(/images/bkg_rating.gif) 0 100% repeat-x;
}

.product-card .rating-links {
display:none;
}

.menu-adicional {
  position: relative;
    float: left;
    z-index: 100;
    margin-top: 2px !important;
}

.menu-adicional a{
  z-index: 100;
    position: relative;
    padding: 21px 1px 19px;
    font-family: 'open sans';
    font-weight:600;
    text-decoration: none;
    color: #aaa; /* padrao*/
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 40px !important;
    margin-right: 10px;
}

.menu-adicional a:hover{
  color:#fff; /*padrao */
}

#clickmenu.menu-desktop {
  background: #665637;
    padding: 25px 22px 20px 56px !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 15px !important;
    text-decoration: none;
    position: relative;
    width: auto;
    color: #FFF;
    font-size: 15px !important;
    letter-spacing: 0.1em;
    font-family: 'open sans' !important;
    margin: 0 !important;
}

#clickmenu.menu-desktop:before {
    position: absolute;
    left: 15px;
    top: 23px;
}

/*
.dl-trigger{
width:150px;background:#665637;color:#fff;
}
*/
.list-rating {
    float: right;
    margin-top: 3px;
}

.value.item-stars.active label {
    color: #fff;
}

/* Common styles of menus */
.dl-menuwrapper-mobile {
  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-mobile ul {
  padding: 0;
  list-style: none;
  transform-style: preserve-3d;
}

.dl-menuwrapper-mobile li {
  position: relative;
}

.dl-menuwrapper-mobile li:first-child > a {
  border-top: 1px solid #403520;
}

.dl-menuwrapper-mobile li a {
  display: block;
  position: relative;
  /*height: 2.6666666667em;*/
  line-height: 1em;
  font-size: 0.8666666667em;
  font-family: "open sans";
  text-decoration: none;padding: 10px 5px 10px 0 !important;
  text-transform: uppercase;
  border-bottom: 1px solid #403520;/* padrao */
  /*border-bottom: 1px solid #F15A24; bf*/
 /*color:#fff; /*bf*/
}

.dl-menuwrapper-mobile li.dl-back > a {
  padding-left: 20px;
}
.dl-subviewopen .f-l:last-child{
display: inline-flex !important;
width: 100%;
}
.dl-menuwrapper-mobile li.dl-back:after,
.dl-menuwrapper-mobile 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;
}

.sublevel {
  content: "";
  position: absolute;
  top: 0.3333333333em;
  background: url(../images/arrow-right.svg) no-repeat center;
  width: 2.1333333333em;
  height: 1.7333333333em;
  right: 0;
}

.dl-menuwrapper-mobile li.dl-back:after {
  left: -0.6666666667em;
  transform: rotate(180deg);
}

.dl-menuwrapper-mobile li > a:after {
  right: -0.6666666667em;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper-mobile .dl-menu-mobile {
  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-mobile .dl-menu-mobile.dl-menu-mobile-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper-mobile .dl-menu-mobile.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper-mobile 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-mobile.dl-subview li,
.dl-menu-mobile.dl-subview li.dl-subviewopen > a,
.dl-menu-mobile.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu-mobile.dl-subview li.dl-subview,
.dl-menu-mobile.dl-subview li.dl-subview .dl-submenu,
.dl-menu-mobile.dl-subview li.dl-subviewopen,
.dl-menu-mobile.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu-mobile.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-mobile > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 5px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
.dl-menu-mobile.dl-animate-out-1 {
  animation: MenuAnimOut1 0.4s;
}

.dl-menu-mobile.dl-animate-out-2 {
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu-mobile.dl-animate-out-3 {
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu-mobile.dl-animate-out-4 {
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu-mobile.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-mobile.dl-animate-in-1 {
  animation: MenuAnimIn1 0.3s;
}

.dl-menu-mobile.dl-animate-in-2 {
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu-mobile.dl-animate-in-3 {
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu-mobile.dl-animate-in-4 {
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu-mobile.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-mobile > .dl-submenu.dl-animate-in-1 {
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper-mobile > .dl-submenu.dl-animate-in-2 {
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper-mobile > .dl-submenu.dl-animate-in-3 {
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper-mobile > .dl-submenu.dl-animate-in-4 {
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper-mobile > .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-mobile > .dl-submenu.dl-animate-out-1 {
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper-mobile > .dl-submenu.dl-animate-out-2 {
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper-mobile > .dl-submenu.dl-animate-out-3 {
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper-mobile > .dl-submenu.dl-animate-out-4 {
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper-mobile > .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-mobile .dl-menu-mobile {
  position: relative;
  opacity: 1;
  transform: none;
}

.no-js .dl-menuwrapper-mobile li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper-mobile li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper-mobile li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper-mobile li > a:not(:only-child):after {
  content: '';
}

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper-mobile button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper-mobile button:hover,
.demo-1 .dl-menuwrapper-mobile button.dl-active,
.demo-1 .dl-menuwrapper-mobile ul {
  background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper-mobile button {
  background: #e86814;
}

.demo-2 .dl-menuwrapper-mobile button:hover,
.demo-2 .dl-menuwrapper-mobile button.dl-active,
.demo-2 .dl-menuwrapper-mobile ul {
  background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper-mobile button {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper-mobile button:hover,
.demo-3 .dl-menuwrapper-mobile button.dl-active,
.demo-3 .dl-menuwrapper-mobile ul {
  background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper-mobile button {
  background: #90b912;
}

.demo-4 .dl-menuwrapper-mobile button:hover,
.demo-4 .dl-menuwrapper-mobile button.dl-active,
.demo-4 .dl-menuwrapper-mobile ul {
  background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper-mobile button {
  background: #744783;
}

.demo-5 .dl-menuwrapper-mobile button:hover,
.demo-5 .dl-menuwrapper-mobile button.dl-active,
.demo-5 .dl-menuwrapper-mobile ul {
  background: #643771;
}

.dl-submenu .f-l {
  display: none !important;
}

.dl-subviewopen .f-l{
  display: none !important;
}

.dl-submenu li > a:not(:only-child):after, li.dl-back::after{
  display: none !important;
}

.hightlights-mobile label{
    margin-left: 5px;
    font-size:0.8em;
    
}

.ofertasMenu a{
    color:#73623f;
    font-weight:600;
}

.footer-menu {
  list-style-type: none;
padding:0px;
}

.footer-menu li a{
    text-decoration:none;

    color:#fff;
    font-size: 13px;
}

.footer-menu li{

    padding-top: 5px;
    padding-bottom: 5px;

}

.footer-menu li a:hover{
    color:#73623f;
}

.main-header__search .main-footer__phones li{
    display:inline;
}
.main-top-header .main-footer__phones li{
    display:inline;
}

.main-top-header .main-footer__phones li label{
    color:#fff !important;
}

.align-right{
	text-align:right
}

.icon-arrow-bottom {
    background-image: url(../images/arrow-bottom.svg);
}

.product-card__title-desc {
    font-size: 1em;
    line-height: 1.2em;
    overflow: hidden;
    margin: 0.3333333333em 0;
    font-family: open sans;
    font-weight: 600;
}

.customer-checkbox{
    height:0.966667em !important;width:auto !important
}

.show-desktop .flexslider{
		height:100%
	}
    
    .pointer{
        z-index:0 !important
    }

    .buy-whats{
      background:#128C7E;padding:0 2.2em
    }
    .buy-whats span{
      font-size:.7em;
    }
  
.category-bf{
    background:#151515;
}


/*CONTADOR*/
.box_contador {
    padding: 10px 0;
    background-color: #0E0F10;
}

.box_contador .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 810px) {
    .box_contador .columns .column:first-child {
        display: none;
    }

    .box_contador .title {
        font-size: 12px !important;
    }
}

.box_contador .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.box_contador .title strong {
  color: #bd952b;
}

.box_contador #contador:not(.active) {
    opacity: 0;
    transition: opacity 300ms;
}

.box_contador #contador {
    float: right;
}

@media screen and (min-width: 810px) {
    .box_contador #contador {
        max-width: 230px;
    }
}

@media screen and (max-width: 810px) {
    .box_contador #contador {
        opacity: 1 !important;
        max-width: 220px;
    }
}

.box_contador #contador ol {
    padding: 10px;
    color: #000;
    display: flex;
    list-style: none;
    border-radius: 5px;
    justify-content: center;
    background-color: #bd952b;
}

.box_contador #contador ol li {
    text-align: center;
}

.box_contador #contador ol li i:empty {
    content: '00';
}

.box_contador #contador ol li i {
    font-size: 33px;
    font-weight: bold;
    font-style: normal;
}

.box_contador #contador ol li span {
    font-size: 12px;
}

.box_contador #contador ol li i,
.box_contador #contador ol li span {
    display: block;
}

.destaque-top-menu-ofertas:hover{
    opacity:.7
}