/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ff0d2483c7b3733de79e)
 * Config saved to config.json and https://gist.github.com/ff0d2483c7b3733de79e
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
  display: block;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.card-faq {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #4E4E4E;
  display: block;
  height: 145px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 25px;
  width: 100%;
}
.card-faq:hover {
  text-decoration: none;
  color: #4E4E4E;
}
.card-faq .circle {
  background: #FF6900;
  border-radius: 30px;
  display: block;
  height: 56px;
  padding: 20px 13px;
  margin: 0 auto 8px;
  width: 56px;
}
.card-faq .circle .icon {
  font-size: 18px;
  color: #FFFFFF;
}
.card-faq .title-faq {
  font-size: 18px;
  line-height: 18px;
  display: block;
  text-transform: uppercase;
}
.card-faq .text {
  margin-bottom: 0;
}
.card-faq.card-shop {
  background-image: url('../images/faq/faq-1.png');
}
.card-faq.card-atendimento {
  background-image: url('../images/faq/faq-2.png');
}
.card-faq.card-manuais {
  background-image: url('../images/faq/faq-3.png');
}
.card-faq.card-fale {
  background-image: url('../images/faq/faq-4.png');
}
.card-faq.card-televendas {
  background-image: url('../images/faq/faq-5.png');
}
.card-faq.card-televendas .title {
  font-size: 18px;
  font-weight: 500;
}
.card-faq.card-televendas .title-faq {
  display: block;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
.card-faq.card-atendimento {
  background-image: url('../images/faq/faq-6.png');
}
.card-faq.card-atendimento-sac {
  background-image: url('../images/faq/faq-6.png');
}
.card-faq.card-atendimento-sac .title {
  -size: 18px;
}
.card-faq.card-atendimento-sac .title-faq {
  display: block;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
}
.faq .nav-search {
  max-width: 100%;
  margin-bottom: 18px;
}
.faq .nav-search .form-search label {
  line-height: 16px;
  margin: 10px 0;
  display: block;
}
.faq .nav-search .form-search .form-inline {
  position: relative;
}
.faq .nav-search .form-search .form-inline .btn-search {
  background: url(../images/header-search-button.png) center center no-repeat;
  height: 30px;
  top: 3px;
  margin-right: 10px;
  background-size: 23px;
  position: absolute;
  right: 0;
  width: 30px;
}
.faq .search-results {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.faq .accordion-faq .panel-default .panel-heading .panel-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #DFE3E6;
}
.faq .accordion-faq .panel-default .panel-heading .panel-title a {
  font-size: 14px;
  color: #4E4E4E;
  display: block;
  position: relative;
  padding: 20px 0;
}
.faq .accordion-faq .panel-default .panel-heading .panel-title a::after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-bottom: 1px solid;
  border-left: 1px solid;
  position: absolute;
  top: 27px;
  right: 5px;
  transform: rotate(135deg);
  transition: all 0.5s ease;
}
.faq .accordion-faq .panel-default .panel-heading .panel-title a.collapsed::after {
  transform: rotate(-45deg);
  top: 25px;
  transition: all 0.3s ease;
}
.perguntas-recentes h1 {
  margin-top: 40px;
}
.page-download .title,
.page-download .text {
  margin-bottom: 40px;
}
.page-download .form {
  margin-bottom: 40px;
}
.page-download .form .form-inline .block {
  width: 42.5%;
}
.page-download .form .form-inline .block .form-control {
  width: 100%;
}
.page-download .form .form-inline .block-text {
  width: 15%;
  text-align: center;
}
.page-download .form .form-inline .block-text strong {
  font-size: 18px;
}
.oc-button__content.oc-button__header {
  height: 68px !important;
}
.oc-button__wrapper {
  height: 60px !important;
}
.omnichat-button-frame-left {
  height: 60px !important;
}
#sidebar .list-group .list-group-item {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-right: none;
  font-size: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
}
#sidebar .list-group .list-group-item .list-group-link {
  padding: 20px 30px;
  display: block;
  color: #4E4E4E;
}
#sidebar .list-group .list-group-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: none;
}
#sidebar .list-group .list-group-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
}
.koder-callcenter #sidebar .wrap {
  padding: 0;
}
.koder-callcenter #sidebar .list-group .list-group-item {
  padding: 0;
}
.koder-callcenter #sidebar .list-group .list-group-item .list-group-link {
  padding: 20px 25px;
  text-transform: uppercase;
}
.koder-callcenter #sidebar .list-group .list-group-item .list-group-link.active {
  color: #FF6900;
}
@include media-breakpoint-down(sm) {
  margin-bottom: 20px;
}
/* General settings */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url("../images/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
  outline: 0;
}
div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
  margin: 0;
  padding: 0;
}
.highContrastDetect {
  background: url("../images/uniform/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px;
}
/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url("../images/uniform/bg-input.png") repeat-x 0 0;
  outline: 0;
}
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url("../images/uniform/bg-input-focus.png") repeat-x 0 0;
}
/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}
div.selector span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 155px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 0px;
  left: 0px;
  width: 100%;
}
div.selector.active {
  background-position: 0 -156px;
}
div.selector.active span {
  background-position: right -26px;
}
div.selector.hover,
div.selector.focus {
  background-position: 0 -182px;
}
div.selector.hover span,
div.selector.focus span {
  background-position: right -52px;
}
div.selector.hover.active,
div.selector.focus.active {
  background-position: 0 -208px;
}
div.selector.hover.active span,
div.selector.focus.active span {
  background-position: right -78px;
}
div.selector.disabled,
div.selector.disabled.active {
  background-position: 0 -234px;
}
div.selector.disabled span,
div.selector.disabled.active span {
  background-position: right -104px;
}
/* Checkbox */
div.checker {
  position: relative;
}
div.checker,
div.checker span,
div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}
div.checker span.checked {
  background-position: -76px -260px;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
div.checker.active span {
  background-position: -19px -260px;
}
div.checker.active span.checked {
  background-position: -95px -260px;
}
div.checker.hover span,
div.checker.focus span {
  background-position: -38px -260px;
}
div.checker.hover span.checked,
div.checker.focus span.checked {
  background-position: -114px -260px;
}
div.checker.hover.active span,
div.checker.focus.active span {
  background-position: -57px -260px;
}
div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
  background-position: -133px -260px;
}
div.checker.disabled,
div.checker.disabled.active {
  background-position: -152px -260px;
}
div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}
/* Radio */
div.radio {
  position: relative;
}
div.radio,
div.radio span,
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px;
}
div.radio span.checked {
  background-position: -72px -279px;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
div.radio.active span {
  background-position: -18px -18px -279px;
}
div.radio.active span.checked {
  background-position: -90px -279px;
}
div.radio.hover span,
div.radio.focus span {
  background-position: -36px -36px -279px;
}
div.radio.hover span.checked,
div.radio.focus span.checked {
  background-position: -108px -279px;
}
div.radio.hover.active span,
div.radio.focus.active span {
  background-position: -54px -279px;
}
div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
  background-position: -126px -279px;
}
div.radio.disabled span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}
div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}
/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 85px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 82px;
  padding: 0 10px;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}
div.uploader.active span.action {
  background-position: right -465px;
}
div.uploader.hover,
div.uploader.focus {
  background-position: 0 -353px;
}
div.uploader.hover span.action,
div.uploader.focus span.action {
  background-position: right -437px;
}
div.uploader.hover.active span.action,
div.uploader.focus.active span.action {
  background-position: right -493px;
}
div.uploader.disabled,
div.uploader.disabled.active {
  background-position: 0 -325px;
}
div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  background-position: right -381px;
}
/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}
div.button a,
div.button button,
div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  text-align: center;
  background-position: right -521px;
  height: 30px;
  margin-left: 13px;
  padding: 0;
}
div.button.active {
  background-position: 0 -671px;
}
div.button.active span {
  background-position: right -551px;
  cursor: default;
}
div.button.hover,
div.button.focus {
  background-position: 0 -701px;
}
div.button.hover span,
div.button.focus span {
  background-position: right -581px;
}
div.button.disabled,
div.button.disabled.active {
  background-position: 0 -731px;
}
div.button.disabled span,
div.button.disabled.active span {
  background-position: right -611px;
  cursor: default;
}
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  color: #777777;
  padding: 0 15px;
  height: 40px;
  width: 100%;
}
textarea.uniform {
  padding: 15px;
  height: 80px;
}
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active,
input.uniform-input.focus,
select.uniform-multiselect.focus,
textarea.uniform.focus,
div.selector.active,
div.selector.focus {
  -webkit-box-shadow: 0px 0px 2px 0px #bbbbbb;
  -moz-box-shadow: 0px 0px 2px 0px #bbbbbb;
  box-shadow: 0px 0px 2px 0px #bbbbbb;
  background: #FFFFFF;
}
div.selector,
div.selector span,
div.selector select {
  background: #FFFFFF;
  height: 40px;
  width: 100% !important;
}
div.selector {
  border: 1px solid #e0e0e0;
}
div.selector span {
  background: #FFFFFF;
  font-size: 13px;
  color: #777777;
  line-height: 40px;
}
div.selector span::after {
  position: absolute;
  right: 8px;
  font: normal 10px/26px 'fontello';
  content: '\e805';
  color: #a2a2a2;
  margin: -13px 0 0 3px;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ui-tabs-nav {
  height: 46px;
  border-bottom: solid 2px #cccccc;
  margin: 0 0 10px;
}
.ui-tabs-nav .ui-state-default {
  line-height: 40px;
  padding: 0 10px 0 0;
}
.ui-tabs-nav .ui-state-default a {
  position: relative;
  background: #ccc;
  color: #616161;
  padding: 0 15px;
}
.ui-tabs-nav .ui-state-default .featured {
  background: #b25252;
  color: #FFFFFF;
}
.ui-tabs-nav .ui-state-active a,
.ui-tabs-nav .ui-state-active a.featured {
  background: #59606d;
  color: #FFFFFF;
}
.ui-tabs-panel.ui-tabs-hide {
  display: none;
}
.ui-tabs-panel.ui-widget-content {
  background: #eeeeee;
  color: #828282;
  clear: both;
  padding: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.ui-tabs-panel.ui-widget-content > ul {
  list-style: disc;
  padding-left: 15px;
}
.adsdasd * {
  float: left;
  display: inline;
}
.adsdasd .novo a {
  background: #b58d8d;
  color: #fff;
}
.adsdasd .novo a:after {
  position: absolute;
  top: 4px;
  right: 5px;
  content: 'Novo!';
  font-size: 8px;
  line-height: 1;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #FFFFFF;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../images/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");*/
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");*/
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-close:after {
  content: 'x';
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle,
label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}
html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 40px;
  padding-left: 10px;
  width: 64%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777777;
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*
@media (max-width: 768px) {
	.wrap {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}
*/
/* TOP HEADER - BEGIN */
body {
  padding-top: 92px;
}
body.hide-menu {
  padding-top: 30px;
}
body.hide-menu #btn-hide-menu {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 30px;
  font-size: 12px;
}
body.hide-menu #main-header {
  height: 30px;
}
body.hide-menu #main-header > .container {
  display: none;
}
body.logged-in {
  padding-top: 132px;
}
body.logged-in.hide-menu {
  padding-top: 70px;
}
body.logged-in #top-header-block #main-header {
  top: 40px;
}
body.cms-index-index #navigation-menu .menu {
  margin-bottom: 0;
}
#btn-mobile-menu,
#mobile-menu {
  display: none;
}
#top-header-block #user-bar {
  line-height: 40px;
  background: #323232;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#top-header-block #user-bar a {
  color: #fff;
}
#top-header-block #main-header {
  position: fixed;
  top: 0;
  background: #000000;
  width: 100%;
  /*height: 92px;*/
  z-index: 100;
}
#top-header-block #main-header .menu {
  float: left;
}
#top-header-block #main-header .menu,
#top-header-block #main-header .menu a {
  color: #b1b1b1;
}
#top-header-block #main-header .menu > li {
  float: left;
  margin: 0 12px 0 0;
  padding: 12px 15px;
  text-align: center;
  min-height: 92px;
}
#top-header-block #main-header .menu > li > span,
#top-header-block #main-header .menu > li > span > a {
  color: #fff;
}
#top-header-block #main-header .menu > li > span > a:hover {
  text-decoration: none;
}
#top-header-block #main-header .menu > li:hover {
  background: #323232;
  text-decoration: none;
}
#top-header-block #main-header .menu > li:hover .submenu {
  display: block;
}
#top-header-block #main-header .menu > .minha-conta:hover .submenu {
  display: none;
}
#top-header-block #main-header .menu > .minha-conta .submenu.active {
  display: block;
}
#top-header-block #main-header .menu > .minha-conta .minha-conta-item {
  cursor: pointer;
}
#top-header-block #main-header .menu > li > span {
  float: left;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  padding: 40px 0 0;
}
#top-header-block #main-header .menu li.minha-conta .additional-login {
  float: left;
}
#top-header-block #main-header .menu li.atendimento-online > span {
  width: 80px;
  background: url(../images/icon-atendimento.png) center 0 no-repeat;
}
#top-header-block #main-header .menu li.minha-conta > span {
  width: 40px;
  background: url(../images/icon-minha-conta.png) center 1px no-repeat;
}
#top-header-block #main-header .menu li.carrinho-de-compras > span {
  width: 100px;
  background: url(../images/icon-carrinho.png) center 5px no-repeat;
}
#top-header-block #main-header .menu li.carrinho-de-compras.has-items > span:before {
  content: '\e808';
  position: absolute;
  bottom: 0;
  right: -7px;
  font-family: 'fontello';
  font-size: 12px;
}
#top-header-block #main-header .menu .submenu {
  position: absolute;
  top: 92px;
  left: 15px;
  right: 15px;
  text-align: left;
  padding: 35px 0 25px;
  background: #323232;
  display: none;
  z-index: 90;
}
#top-header-block #main-header .menu .submenu .title-1 {
  color: #FFFFFF;
  font-size: 18px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#top-header-block #main-header .menu .submenu .title-1 strong {
  font-weight: 400;
}
#top-header-block #main-header .menu .submenu .title-1 small {
  text-transform: none;
}
#top-header-block #main-header .phone-list {
  padding: 0 0 15px;
}
#top-header-block #main-header .phone-list li {
  line-height: 20px;
  color: #b1b1b1;
  overflow: hidden;
}
#top-header-block #main-header .phone-list li span {
  float: left;
  width: 180px;
}
#top-header-block .atendimento-online .col-1 h2 {
  margin: 0 0 20px;
}
#top-header-block .atendimento-online .col-1 .par-2 {
  color: #b1b1b1;
}
#top-header-block .atendimento-online .col-2 h2 {
  margin: 0 0 25px;
}
#top-header-block .atendimento-online .col-2 .line-1 {
  padding: 8px 0 0 150px;
  background: url(../images/Nh6_D5a.png) 40px 0 no-repeat;
  margin: 0 0 30px;
  min-height: 76px;
}
#top-header-block .atendimento-online .col-2 .line-1 h3 {
  font-size: 16px;
  padding: 0 0 10px;
}
#top-header-block .atendimento-online .col-2 .line-1 p {
  font-size: 12px;
  line-height: 2;
}
#top-header-block .atendimento-online .col-2 .line-2 {
  margin: 0 0 50px;
}
#top-header-block .atendimento-online .col-2 .line-2 p {
  font-size: 12px;
  padding: 0 0 4px;
  margin: 0;
}
#top-header-block .atendimento-online .col-2 .line-2 ul {
  overflow: hidden;
}
#top-header-block .atendimento-online .col-2 .line-2 ul li {
  float: left;
  padding: 0 8px 0 0;
}
/* TOP HEADER - END */
#navigation-menu {
  z-index: 90;
}
#navigation-menu .menu {
  background: #383838;
  height: 56px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}
#navigation-menu .menu > li {
  float: left;
  font-size: 13px;
  line-height: 56px;
}
#navigation-menu .menu > li > a {
  font-weight: 400;
}
#navigation-menu .menu > li:hover > a {
  background: #494544;
  text-decoration: none;
}
#navigation-menu .menu > li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px;
}
#navigation-menu .menu > li a.new {
  position: relative;
}
#navigation-menu .menu > li a.new .new-flag {
  color: #FBAC3A;
  font-size: 9px;
  line-height: 32px;
  position: absolute;
  right: 20px;
  top: 0;
}
#navigation-menu .menu > li a.featured {
  color: #FBAC3A;
}
#navigation-menu .menu > li a.blackfriday {
  background-color: #ED8B30;
}
#navigation-menu .menu > li a.cybermonday {
  background-color: #2196F3;
}
#navigation-menu .menu > li a.offer {
  background-color: #8c3434;
}
#navigation-menu .menu > li.has-submenu > a:after {
  font-family: 'fontello';
  font-size: 18px;
  line-height: 1;
  content: '\e808';
  color: #fff;
  margin: 0 0 0 8px;
}
#navigation-menu .submenu {
  padding: 25px;
  background: #5b5a5a;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  z-index: 2;
}
#navigation-menu li.has-submenu:hover .submenu {
  display: block;
}
#navigation-menu .submenu li {
  line-height: 26px;
}
#navigation-menu .submenu li a {
  display: inline-block;
}
.onestep-messages .checkout-alert {
  clear: both;
  border: solid 1px #f9f7b9;
  background: #faf9d9;
  text-align: center;
  margin-bottom: 15px;
  padding: 30px;
  margin-top: 14px;
}
.onestep-messages .checkout-alert p {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  min-height: 32px;
  padding: 0 0 0 60px;
  background: url(../images/W4r1_Ng.png) 0 center no-repeat;
  margin: 0 auto;
  max-width: 560px;
}
.icon.icon-lock::after {
  font-family: 'fontello';
  content: '\e80c';
  font-style: normal;
}
.button {
  display: inline-block;
  border-style: solid;
  border-width: 0 0 3px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  padding: 3px 15px 0;
  color: #858585;
  background: #dedede;
  border-color: #cecdcd;
}
.button strong {
  font-weight: 400;
  text-transform: uppercase;
}
.button:hover {
  color: #a0a0a0;
  background: #e1e4e6;
  border-color: #d6d6d6;
  text-decoration: none;
}
.button:focus {
  text-decoration: none;
}
.button.button-grey-1 {
  color: #646464;
  background: #bbbbbb;
  border-color: #a3a3a3;
}
.button.button-grey-1:hover {
  color: #a0a0a0;
  background: #d1d1d1;
  border-color: #c5c6c6;
}
.button.button-grey-2 {
  color: #FFFFFF;
  background: #717881;
  border-color: #595d62;
}
.button.button-grey-2:hover {
  color: #FFFFFF;
  background: #9ba0a7;
  border-color: #8f959e;
}
.button.button-grey-3 {
  color: #FFFFFF;
  background: #536270;
  border-color: #4c5863;
}
.button.button-grey-3:hover {
  color: #FFFFFF;
  background: #607181;
  border-color: #4d5c69;
}
.button.button-grey-4 {
  color: #FFFFFF;
  background: #bbbbbb;
  border-color: #a3a3a3;
}
.button.button-grey-4:hover {
  color: #a0a0a0;
  background: #d1d1d1;
  border-color: #c5c6c6;
}
.button.button-grey-5 {
  color: #FFFFFF;
  background: #A0A0A0;
  border-color: #959192;
  /*
        &:hover {
            color: #a0a0a0;
            background: #d1d1d1;
            border-color: #c5c6c6;
        }
        */
}
.button.button-grey-6 {
  color: #b1b1b1;
  background: #1E1E1E;
  border-color: #2c2c2c;
}
.button.button-grey-6:hover {
  color: #b1b1b1;
  background: #1E1E1E;
  border-color: #2c2c2c;
  text-decoration: underline;
}
.button.button-red-1 {
  color: #FFFFFF;
  background: #b25252;
  border-color: #8c3434;
}
.button.button-red-1:hover {
  color: #FFFFFF;
  background: #cb5252;
  border-color: #b44646;
}
.button.button-next::after {
  content: '\e805';
  font-family: 'fontello';
  padding-left: 15px;
}
.button.button-prev::before {
  content: '\e807';
  font-family: 'fontello';
  padding-right: 15px;
}
.button.button-small {
  font-size: 12px;
  line-height: 26px;
  padding: 3px 5px 0;
}
.button.button-large {
  font-size: 26px;
  line-height: 60px;
  padding: 3px 15px 0;
}
.button.button-large span {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
  margin-top: -15px;
  text-align: right;
}
.popup .page-title {
  margin: 5px 0 15px;
}
.popup .slick-prev {
  left: -15px;
}
.popup .slick-next {
  right: -15px;
}
.modal-newsletter-form .page-title {
  margin: 0 0 0px !important;
}
.modal-newsletter-form #frm-newsletter {
  padding: 0 0 !important;
}
.form input,
.form select,
.form textarea,
.form .selector {
  margin-bottom: 15px;
}
.form input.error,
.form select.error,
.form textarea.error,
.form .selector.error,
.form input.validation-failed,
.form select.validation-failed,
.form textarea.validation-failed,
.form .selector.validation-failed {
  border: 1px solid #B25252;
  -webkit-box-shadow: 0 0 0 1px #B25252;
  -moz-box-shadow: 0 0 0 1px #B25252;
  box-shadow: 0 0 0 1px #B25252;
}
.form .validation-advice {
  font-size: 13px;
  color: #B25252;
  margin-bottom: 15px;
}
.form label.error {
  display: none !important;
}
.form label {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
}
.form label.required::after {
  content: " *";
}
.form .block {
  margin-bottom: 30px;
}
.form .radio-box {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 20px;
}
.form .radio-box label {
  margin: 0 60px 0 0;
  text-transform: uppercase;
}
.form.form-inline input,
.form.form-inline select,
.form.form-inline .selector,
.form.form-inline label {
  margin-bottom: 0px;
}
.login-form input {
  height: 52px;
  font-size: 16px;
}
.login-form button {
  width: 100%;
  margin-bottom: 15px;
}
#contact-form textarea {
  height: 337px;
}
#contact-form-suport textarea {
  height: 337px;
  resize: none;
}
#contact-form-suport .uploader {
  width: auto;
  height: auto;
  background: #fff;
}
#contact-form-suport .uploader .filename {
  float: none;
  width: 225px;
}
#contact-form-suport .uploader .action {
  color: #FFF;
  background: #717881;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  padding: 3px 15px 0;
  border-bottom: 3px solid #595d62;
  height: auto;
  width: 225px;
}
#ticket-form-suport textarea {
  height: 337px;
  resize: none;
}
#ticket-form-suport .uploader {
  width: auto;
  height: auto;
  background: #fff;
}
#ticket-form-suport .uploader .filename {
  float: none;
  width: 225px;
}
#ticket-form-suport .uploader .action {
  color: #FFF;
  background: #717881;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  padding: 3px 15px 0;
  border-bottom: 3px solid #595d62;
  height: auto;
  width: 225px;
}
#form-recomendar textarea {
  height: 337px;
}
#checkout-step-login .esqueci-senha {
  font-size: 12px;
  line-height: 42px;
}
#checkout-step-login .esqueci-senha a {
  color: #878787;
}
#checkout-step-login .login-col-2 .par-1 {
  padding: 0 0 60px;
}
.form-drivers {
  margin-bottom: 30px;
}
.form-drivers .form-group .selector,
.form-drivers .form-group .form-control {
  margin-bottom: 10px;
}
.form-drivers .select2-container--default .select2-selection--single {
  position: relative;
  border-radius: 0;
}
.form-drivers .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.form-drivers .select2-container--default .select2-selection--single::after {
  position: absolute;
  right: 8px;
  font: normal 10px/26px 'fontello';
  content: '\e805';
  color: #a2a2a2;
  margin: -13px 0 0 3px;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form-drivers .btn.btn-link {
  text-decoration: underline;
}
.form-drivers .button.button-red-1 {
  margin-bottom: 0;
  width: 30%;
}
@media (min-width: 750px) {
  .form-drivers .button.button-red-1 {
    margin-top: 30px;
    width: 30%;
  }
}
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-clock-wrapper {
  overflow: hidden;
  padding-top: 20px;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
}
.flip-clock-wrapper.clearfix {
  *zoom: 1;
}
/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 18px !important;
}
.flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper {
  display: table;
  text-align: center;
  position: relative;
  width: initial;
  margin: 0 auto;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flip-clock-wrapper:after {
  clear: both;
}
/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 0 2px;
  width: 25px;
  height: 40px;
  font-size: 35px;
  font-weight: bold;
  line-height: 38px;
  border-radius: 3px;
  background: #000;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 35px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 3px;
  font-size: 35px;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.01s 0.49s linear both;
  -moz-animation: asd 0.01s 0.49s linear both;
  animation: asd 0.01s 0.49s linear both;
  z-index: 5;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 5px;
  height: 50px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-dot {
  display: block;
  background: #323434;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 0;
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -46px;
  color: black;
  text-shadow: none;
}
.flip-clock-divider.days .flip-clock-label {
  right: -40px;
}
.flip-clock-divider.minutes .flip-clock-label {
  right: -48px;
}
.flip-clock-divider.seconds .flip-clock-label {
  right: -52px;
}
.flip-clock-dot.top {
  top: 12px;
}
.flip-clock-dot.bottom {
  bottom: 20px;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.container-countdown {
  position: fixed;
}
.container-card-countdown.fixed {
  border: none;
  left: -332px;
  position: absolute;
  top: 620px;
  z-index: 100;
  width: 300px;
}
.container-card-countdown.fixed .flip-clock-wrapper {
  background-color: #fff;
}
.card-countdown {
  margin-bottom: 10px;
  padding: 5px;
}
.item .card-countdown {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.product-countdown.fixed {
  left: 0;
}
.hotsite-countdown {
  position: fixed;
}
.product-media {
  position: relative;
}
.product-list .tag,
.product-media .tag {
  display: block;
  position: absolute;
  z-index: 5;
}
.product-list .tag-item,
.product-media .tag-item {
  display: block;
  overflow: hidden;
}
.product-list .tag-superior-esquerdo,
.product-media .tag-superior-esquerdo {
  left: 5px;
  top: 5px;
}
.product-list .tag-superior-esquerdo .tag-item,
.product-media .tag-superior-esquerdo .tag-item {
  margin-bottom: 5px;
}
.product-list .tag-superior-direito,
.product-media .tag-superior-direito {
  right: 5px;
  top: 5px;
}
.product-list .tag-superior-direito .tag-item,
.product-media .tag-superior-direito .tag-item {
  margin-bottom: 5px;
}
.product-list .tag-inferior-esquerdo,
.product-media .tag-inferior-esquerdo {
  bottom: 5px;
  left: 5px;
}
.product-list .tag-inferior-esquerdo .tag-item,
.product-media .tag-inferior-esquerdo .tag-item {
  margin-top: 5px;
}
.product-list .tag-inferior-direito,
.product-media .tag-inferior-direito {
  bottom: 5px;
  right: 5px;
}
.product-list .tag-inferior-direito .tag-item,
.product-media .tag-inferior-direito .tag-item {
  margin-top: 5px;
}
@media print {
  .catalog-product-compare-index #main-header {
    display: none;
  }
  .catalog-product-compare-index #navigation-menu {
    display: none;
  }
  .catalog-product-compare-index #breadcrumbs {
    display: none;
  }
  .catalog-product-compare-index #sidebar {
    display: none;
  }
  .catalog-product-compare-index #main-footer {
    display: none;
  }
  .catalog-product-compare-index #footer-newsletter {
    display: none;
  }
  .catalog-product-compare-index #contact-us {
    display: none;
  }
  .catalog-product-compare-index .clearfix.head-1 {
    display: none;
  }
  .catalog-product-compare-index .col-sm-3 {
    float: left;
    width: 25%;
  }
}
@font-face {
  font-family: 'Clan';
  src: url('fonts/clanbold.eot');
  src: url('fonts/clanbold.eot?#iefix') format('embedded-opentype'), url('fonts/clanbold.woff2') format('woff2'), url('fonts/clanbold.woff') format('woff'), url('fonts/clanbold.ttf') format('truetype'), url('fonts/clanbold.svg#clan-boldbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Clan';
  src: url('fonts/clanmedium.eot');
  src: url('fonts/clanmedium.eot?#iefix') format('embedded-opentype'), url('fonts/clanmedium.woff2') format('woff2'), url('fonts/clanmedium.woff') format('woff'), url('fonts/clanmedium.ttf') format('truetype'), url('fonts/clanmedium.svg#clan-mediummedium') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Clan';
  src: url('fonts/clanbook.eot');
  src: url('fonts/clanbook.eot?#iefix') format('embedded-opentype'), url('fonts/clanbook.woff2') format('woff2'), url('fonts/clanbook.woff') format('woff'), url('fonts/clanbook.ttf') format('truetype'), url('fonts/clanbook.svg#clan-bookbook') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?31853485');
  src: url('fonts/fontello.eot?31853485#iefix') format('embedded-opentype'), url('fonts/fontello.woff?31853485') format('woff'), url('fonts/fontello.ttf?31853485') format('truetype'), url('fonts/fontello.svg?31853485#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
body,
html {
  height: 100%;
}
body {
  background: #f2f2f2;
}
body,
input,
button {
  font-family: 'Clan';
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #383838;
}
a {
  color: #383838;
}
a:hover,
a:focus {
  text-decoration: underline;
}
option {
  display: block !important;
}
br {
  float: none !important;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 1.4em;
}
/* Bootstrap */
@media (min-width: 1200px) {
  .container {
    width: 12100px;
  }
}
/* Elementos */
.wrap {
  clear: both;
  background: #fff;
  padding: 25px 15px;
  margin-bottom: 15px;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
.fz10 {
  font-size: 10px;
}
.p0 {
  padding: 0 !important;
}
.frete-gratis {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 2px 0 8px;
  text-transform: uppercase;
  background: #95474b;
  color: #fff;
  z-index: 2;
}
.frete-gratis:after {
  position: absolute;
  top: 0;
  right: -24px;
  content: '';
  border: solid 12px transparent;
  border-left-color: #95474b;
  height: 12px;
  width: 12px;
}
.flag-discount {
  background: #a5d157;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  left: 10px;
  padding: 1px 5px 1px 22px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 2;
}
.flag-discount .icon {
  background-image: url('../images/down.png');
  background-position: center;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 11px;
}
.bt-close-box {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  color: #8f780d;
  background: transparent;
}
/* banner */
.banner-1 {
  margin: 0 0px 15px;
}
.banner-1 * {
  display: block;
  width: 100%;
}
/* - */
.product-list .item {
  overflow: hidden;
  position: relative;
  border: solid 1px #e6e6e6;
  font-size: 12px;
  margin-bottom: 30px;
}
.product-list .item .flags {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
}
.product-list .item .flags > span {
  width: 40px;
  height: 40px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-list .item .flags .flag-gamer {
  background-image: url('../images/flag-gamer.png');
}
.product-list .item .flags .flag-workstation {
  background-image: url('../images/flag-workstation.png');
}
.product-list .item .image {
  padding: 20px 10px 0;
  position: relative;
}
.product-list .item .image .compare-checkbox-wrap {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
}
.product-list .item .image figure {
  border-bottom: solid 1px #e7e7e7;
  padding: 0 0 25px;
}
.product-list .item .image figure img {
  display: block;
  width: 75%;
  margin: auto;
}
.product-list .item .informations {
  padding: 15px;
}
.product-list .item .informations h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}
.product-list .item .informations ul {
  margin: 0 0 15px;
}
.product-list .item .informations .garantia {
  margin: 0 0 10px;
}
.product-list .item .actions-prices {
  overflow: hidden;
  padding: 0;
  color: #5e5e5e;
}
.product-list .item .actions-prices .col-lg-6 {
  padding: 0;
}
.product-list .item .actions-prices .col-lg-12 {
  padding: 0 5px;
}
.product-list .item .actions-prices .par-2 {
  float: left;
  display: inline;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  padding-left: 5px;
}
.product-list .item .actions-prices .par-2 span {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.product-list .item .actions-prices .par-3 {
  float: right;
  font-weight: 400;
  line-height: 1;
  margin: 5px 0 0;
  padding-right: 5px;
}
.product-list .item .actions-prices .par-3 span {
  font-size: 20px;
  color: #95464a;
  letter-spacing: -2px;
}
.product-list .item .actions-prices .par-4 {
  line-height: 30px;
  border-left: solid 1px #d3d2d2;
  padding: 0 5px;
}
.product-list .item .actions-prices .par-5 {
  line-height: 1;
  padding: 7px 0 0;
}
.product-list .item .actions-prices a {
  width: 100%;
  margin-bottom: 15px;
}
.product-list .item .actions-prices p {
  margin-bottom: 0px;
  line-height: 22px;
}
.product-list .item .actions-prices .billet .discount {
  color: #999;
}
.product-list .item .actions-prices .credit-card {
  font-size: 13px;
  font-weight: 400;
}
.product-list .item .actions-prices .credit-card .price {
  font-size: 14px;
  color: #95464a;
}
.product-list .item .gear .icon {
  background: url("../images/icon-gear.png") no-repeat center center;
  width: 19px;
  height: 23px;
  display: inline-block;
  margin-right: 5px;
}
.product-list .item .buy .icon {
  background: url("../images/icon-car.png") no-repeat center center;
  width: 19px;
  height: 23px;
  display: inline-block;
  margin-right: 5px;
}
.product-list.products-carroussel {
  padding: 0 15px;
}
.product-list.products-carroussel .page-title {
  padding: 0 15px;
}
.product-list.products-carroussel .slick-prev {
  left: -30px;
}
.product-list.products-carroussel .slick-next {
  right: -30px;
}
.product-list.products-carroussel .item .actions-prices .col-xs-6:first-child {
  padding-right: 7px;
}
.product-list.products-carroussel .item .actions-prices .col-xs-6:last-child {
  padding-left: 7px;
}
.product-list.products-carroussel .item .flags > span {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .product-list.products-carroussel .item .button strong {
    display: none;
  }
}
.product-list.product-list-grid .image,
.product-list.product-list-grid .informations,
.product-list.product-list-grid .actions-prices {
  width: 100%;
}
.product-list.product-list-grid .actions-prices .actions {
  padding: 15px 15px 0;
}
.product-list.product-list-grid .actions-prices .prices {
  background: #e6e6e6;
  padding: 15px;
}
.product-list.product-list-grid .actions-prices .col-xs-6:first-child {
  padding-right: 7px;
}
.product-list.product-list-grid .actions-prices .col-xs-6:last-child {
  padding-left: 7px;
}
.product-list.product-list-grid .informations {
  border-bottom: solid 1px #e7e7e7;
}
.product-list.product-list-list .row > div {
  width: 100%;
}
.product-list.product-list-list .item .informations {
  border-bottom: none;
}
.product-list.product-list-list .item .image .compare-checkbox-wrap {
  left: 10px;
}
.product-list.product-list-list .item .image figure {
  border-bottom: none;
}
.product-list.product-list-list .item .actions-prices {
  height: 100%;
  padding: 40px 15px;
  border-left: solid 1px #e7e7e7;
}
.product-list.product-list-list .item .actions-prices .actions {
  margin: 0;
}
.product-list.product-list-list .item .actions-prices a {
  width: 100%;
  margin-bottom: 15px;
}
.item .actions .lnk-config a {
  padding: 0 0 0 20px;
  background: url(../images/Cj3_Hw2i.gif) 0 center no-repeat;
}
.item .actions .lnk-comprar a {
  padding: 0 0 0 25px;
  background: url(../images/mN0_Jg80d.gif) 0 center no-repeat;
}
.dropdown-menu {
  position: relative;
  float: left;
  margin: 20px 0 0;
  background: #525151;
  border: solid 1px #4b4b4b;
}
.dropdown-menu .label {
  position: relative;
  padding: 4px 27px 4px 7px;
  cursor: pointer;
  z-index: 2;
}
.dropdown-menu .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  font: normal 12px/1 'fontello';
  text-align: center;
  color: #fff;
  margin: -6px 0 0;
  z-index: 1;
}
.dropdown-menu .label img {
  display: block;
}
.dropdown-menu.ativo .options {
  display: block;
}
.dropdown-menu .options {
  display: none;
  position: absolute;
  top: 31px;
  left: -1px;
  width: 70px;
  background: #525151;
  border: solid 1px #4b4b4b;
  z-index: 1;
}
.dropdown-menu .options li {
  border-bottom: solid 1px #4b4b4b;
}
.dropdown-menu .options li:last-child {
  border: 0;
}
.dropdown-menu .options li a {
  display: block;
  padding: 6px 7px;
}
.dropdown-menu .options li a img {
  display: block;
}
/* sidebar */
#sidebar .wrap {
  margin-right: -15px;
}
#sidebar .title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 25px 0;
}
#sidebar .title:before {
  float: left;
  display: inline;
  font-family: 'fontello';
  line-height: 20px;
  letter-spacing: -3px;
  margin: 0 8px 0 0;
  content: '\e805\e805';
  color: #a4a4a4;
}
/* Tem dúvias? */
.box-tem-duvida .lbl {
  float: left;
  font-size: 12px;
  line-height: 40px;
  padding: 0 15px 0 0;
}
.box-tem-duvida .link {
  float: left;
  font-size: 11px;
  line-height: 40px;
}
.box-tem-duvida .link a {
  float: left;
  padding: 0 0 0px 45px;
  background: url(../images/icon-tem-duvida.gif) 0 0 no-repeat;
  color: #7e7e7e;
}
/* -- */
.remove-prod {
  position: absolute;
  top: 10px;
  right: 10px;
}
.remove-prod a {
  float: left;
}
.remove-prod a:before {
  float: left;
  width: 20px;
  height: 20px;
  content: '';
  border: solid 1px #dadada;
}
/* Share */
.share-icon * {
  float: left;
  display: inline;
}
.share-icon li {
  font: normal 24px/30px 'fontello';
  text-align: center;
  margin: 0 7px 0 0;
}
.share-icon li:last-child {
  margin: 0;
}
.share-icon li a {
  width: 30px;
  height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.share-icon .facebook a {
  background: #5d82d1;
}
.share-icon .instagram a {
  background: #d07ab9;
}
.share-icon .googleplus a {
  background: #eb5e4c;
}
.share-icon .twitter a {
  background: #40bff5;
}
.share-icon .email a {
  background: #c2c2c2;
}
/* Breadcrumb */
#breadcrumb {
  position: relative;
  float: left;
  display: inline;
  padding: 0 12px;
  margin: -12px 0;
}
#breadcrumb:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'fontello';
  line-height: 30px;
  content: '\e805';
  color: #a4a4a4;
}
#breadcrumb * {
  float: left;
  display: inline;
  font-size: 12px;
}
#breadcrumb li {
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 4px 0 12px;
  background: url(../images/Jg1_iUc3.gif) 0 center no-repeat;
}
#breadcrumb li:first-child {
  background: none;
  padding-left: 0;
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li a {
  color: #383838;
  text-decoration: underline;
}
#breadcrumb li.current a {
  text-decoration: none;
}
/* */
#language-menu {
  float: right;
  margin-top: 30px;
}
.user-info {
  float: left;
  display: inline;
}
.user-info span {
  padding: 0 15px 0 0;
}
.user-info a {
  padding: 0 0 0 18px;
  background: url(../images/Wmd_19c.gif) 0 center no-repeat;
}
.user-info * {
  float: left;
  display: inline;
}
.user-menu {
  float: right;
  display: inline;
}
.user-menu * {
  float: left;
  display: inline;
}
.user-menu ul li {
  padding: 0 15px 0 18px;
  background: url(../images/Wmd_19c.gif) right center no-repeat;
}
.user-menu ul li:first-child {
  padding-left: 0;
}
.user-menu ul li:last-child {
  padding-right: 0;
  background: none;
}
/* Primeira sessão do menu principal */
#btn-hide-menu {
  position: absolute;
  top: 0;
  left: 0;
  font: normal 18px 'fontello';
  line-height: 92px;
  text-align: center;
}
#btn-hide-menu a {
  float: left;
  width: 30px;
  background: #2E2E2E;
  color: #fff;
  text-decoration: none !important;
}
#site-title {
  float: left;
  margin: 20px 30px 0 20px;
}
#site-title a {
  float: left;
  width: 122px;
  height: 54px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
}
#site-title a span {
  display: none;
}
#frm-search {
  float: left;
  width: 520px;
  margin: 16px 40px 0 0;
  position: relative;
}
#frm-search input {
  border: 0 none;
  float: left;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 60px 0 15px;
  width: 100%;
  margin: 0;
}
#frm-search button {
  background: url(../images/header-search-button.png) center center no-repeat;
  height: 60px;
  position: absolute;
  right: 0;
  width: 60px;
}
#tabela-specs {
  overflow: auto;
}
.tabela-1 {
  width: 100%;
  margin-bottom: 30px;
}
.tabela-1 thead {
  border-bottom: solid 2px #b1b1b1;
}
.tabela-1 thead tr th {
  font-size: 12px;
  line-height: 22px;
  color: #b1b1b1;
}
.tabela-1 thead tr th:first-child {
  padding: 0 15px;
}
.tabela-1 thead tr th:last-child {
  width: 17%;
}
.tabela-1 tbody tr td {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0;
  color: #b1b1b1;
}
.tabela-1 tbody tr:first-child td {
  padding-top: 15px;
}
.tabela-1 tbody tr:last-child td {
  padding-bottom: 20px;
}
.tabela-1 tfoot {
  border-top: solid 2px #b1b1b1;
}
.tabela-1 tfoot tr td {
  color: #b1b1b1;
  padding: 10px 0 0;
}
.tabela-1 tfoot tr td:first-child {
  padding-left: 25px;
}
.bt-header-concluir {
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0 0;
}
.bt-header-concluir a {
  float: right;
  width: 240px;
  line-height: 40px;
  color: #fff;
  background: #5b5a5a
;
  border-bottom: solid 4px #2c2c2c;
}
/* form login */
.form-login-menu .form-row {
  float: left;
  width: 342px;
  margin: 0 15px 0 0;
}
.form-login-menu .form-row input {
  float: left;
  font-size: 22px;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  color: #393939;
  margin-bottom: 0;
}
.form-login-menu .form-button button {
  width: 160px;
  height: 70px;
  background: #5b5a5a;
  border-bottom: solid 4px #313131;
  color: #b1b1b1;
}
.form-login-menu .par-1 {
  clear: both;
  font-size: 12px;
  padding: 8px 0 0;
}
.form-login-menu .par-1 a {
  display: block;
  color: #7f7f7f;
}
.form-login-menu .par-2 strong {
  display: inline-block;
  color: #fff;
  margin: 0 30px 0 0;
}
.form-login-menu .par-2 a {
  display: inline-block;
  color: #7c7c7c;
  margin: 0 45px 0 0;
}
/* Product Images */
.product-img-box {
  width: 50%;
  float: left;
}
.product-img-box .product-name h1 {
  border: 0;
}
.product-img-box .product-image {
  margin-bottom: 10px;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before,
.product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
  display: block;
}
.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}
.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}
/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}
.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}
/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
.product-view .product-img-box .product-image-zoom {
  z-index: 0;
}
.product-view .product-image-thumbs img {
  max-width: 100%;
  max-height: 100%;
}
/* Elementos de texto */
.bold {
  font-weight: 400;
  color: #7d7d7d;
}
.sub-title {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.sub-title:before {
  float: left;
  font-family: 'fontello';
  font-size: 12px;
  content: '\e805';
  margin: 0 5px 0 0;
  color: #7d7d7d;
}
/* newsletter */
.frm-newsletter,
#frm-newsletter {
  padding: 18px 0;
  overflow: hidden;
}
.frm-newsletter .button-home-newsletter,
#frm-newsletter .button-home-newsletter {
  margin: 0 auto;
  display: block;
  width: 90px;
}
.frm-newsletter .button-newsmodal,
#frm-newsletter .button-newsmodal {
  margin-bottom: 30px;
}
.frm-newsletter .form-row,
#frm-newsletter .form-row {
  position: relative;
  margin-left: 25px;
}
.frm-newsletter .form-row label,
#frm-newsletter .form-row label {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 0 0;
  margin-bottom: 0;
  display: block;
}
.frm-newsletter .form-row label span,
#frm-newsletter .form-row label span {
  float: none;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.frm-newsletter .form-row input,
#frm-newsletter .form-row input {
  height: 42px;
  padding: 0 105px 0 15px;
  margin-bottom: 10px;
}
.frm-newsletter .button-group .button,
#frm-newsletter .button-group .button {
  position: absolute;
  right: 102px;
  top: 58px;
  height: 41px;
}
@media only screen and (max-width: 640px) {
  .frm-newsletter .button-group .button,
  #frm-newsletter .button-group .button {
    position: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .frm-newsletter .button-group,
  #frm-newsletter .button-group {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #uniform-finalidade {
    height: 42px !important;
    right: 0;
    margin-top: 5px;
  }
}
#modal-newsletter-form {
  margin-top: 5px;
  height: auto;
  width: 563px;
  overflow: hidden;
}
/* Footer */
#footer-newsletter {
  background: #5a5a5a;
  position: relative;
  z-index: 1;
}
#main-footer {
  font-size: 12px;
}
#main-footer .titulo {
  font-size: 16px;
  color: #a0a0a0;
  text-transform: uppercase;
  margin: 0 0 15px;
}
#main-footer .box-informacoes.box-certificates {
  padding-right: 70px;
}
@media only screen and (max-width: 1199px) {
  #main-footer .box-informacoes.box-certificates {
    padding-right: 0;
  }
}
#main-footer .box-informacoes {
  padding: 0 0 15px;
}
#main-footer .box-shipping-methods.box-informacoes {
  padding: 0 0 30px;
}
#main-footer .box-informacoes a {
  color: #5e5e5e;
}
#main-footer .box-informacoes figure img {
  display: block;
}
#main-footer .footer-social ul li {
  padding: 0 0 5px;
}
.box-certificates .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-certificates .content .certificate-item {
  width: 50%;
}
.box-certificates .content .certificate-item.trustedcompany-seal,
.box-certificates .content .certificate-item.pagseguroSelo {
  margin-bottom: 30px;
}
.box-certificates .content .certificate-item.seloRA1000 {
  margin-top: 10px;
}
.box-certificates .pagseguroSelo img,
.box-certificates .seloEbitContent img,
.box-certificates .trustedcompany-seal img,
.box-certificates .premiacao-avell img {
  height: 60px;
  width: auto;
}
.box-certificates .ra-widget-great {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  padding: 5px;
  width: 60px !important;
}
.box-certificates .ra-widget-great img {
  height: inherit !important;
  width: 100% !important;
}
.box-certificates .ra-widget-great .ra-widget-reputation-stamp {
  height: 30px !important;
}
#ra-widget-reputation {
  height: inherit !important;
  overflow: visible !important;
  width: 100% !important;
}
#main-footer .footer-social ul li a {
  font-weight: 100;
  display: flex;
  color: #7f7f7f;
  align-items: center;
  margin-bottom: 10px;
}
#main-footer .footer-social ul li a img {
  width: 40px;
  margin: 0 10px 0 0;
}
#main-footer .box-footer-termos {
  padding: 15px 0 0;
}
#main-footer .box-footer-termos p {
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}
#main-footer .box-footer-termos p a {
  color: #5b5a5a;
}
/* Go Top */
#gotop {
  display: none;
  position: fixed;
  z-index: 90;
  bottom: 90px;
  right: 75px;
  text-align: center;
  font-size: 12px;
}
#gotop a {
  float: left;
  width: 57px;
  height: 57px;
  font-weight: 400;
  background: #4d4b4b;
  padding: 7px 0 0;
  line-height: 23px;
  color: #959595;
  border-radius: 50%;
}
#gotop a:hover,
#gotop a:focus {
  text-decoration: none;
}
#gotop a:before {
  display: block;
  content: '\e804';
  font-family: 'fontello';
  font-size: 30px;
}
/* Contact Us */
#contact-us {
  background: #323232;
  color: #ffffff;
  position: fixed;
  z-index: 91;
  bottom: 45px;
  right: 15px;
  text-align: center;
  font-size: 12px;
  border-radius: 25px;
  overflow: hidden;
  width: 190px;
  transition: all 0.2s ease-in-out;
}
#contact-us .header {
  text-transform: uppercase;
  height: 35px;
  font-weight: 400;
  background: #9e0b0f;
  padding: 10px 7px 0 15px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
#contact-us .header .icon-atendimento {
  width: 24px;
  height: 20px;
  background: url(../images/icon-atendimento.png) center 0 no-repeat;
  position: absolute;
  left: 10px;
  top: 7px;
  background-size: contain;
}
#contact-us .header .fale-conosco {
  padding: 0 0 0 25px;
  color: #ffffff;
  text-decoration: none;
}
#contact-us .body {
  height: 0;
  transition: all 0.2s ease-in-out;
}
#contact-us .body .contact {
  padding: 8px 0 12px;
}
#contact-us .body .contact p {
  margin: 0;
}
#contact-us .body .contact .contact-icon {
  background: url(../images/Nh6_D5a.png) no-repeat;
  width: 72px;
  height: 76px;
  position: relative;
  left: 104px;
  top: 5px;
}
#contact-us .body .buttons {
  padding: 0 69px;
}
#contact-us .body .buttons .button {
  display: block;
  margin-bottom: 10px;
  border: none;
  background: #b5b5b5;
  color: #323232;
}
#contact-us .body .buttons .button strong {
  text-transform: none;
}
#contact-us .body .buttons .button .wp-icon {
  background: url(../images/whatsapp-logo-sm.png) no-repeat;
  height: 32px;
  padding: 4px 8px 0 20px;
  background-size: contain;
}
#contact-us.open {
  width: 290px;
  border-radius: 8px 8px 0 0;
  bottom: 0;
}
#contact-us.open .body {
  height: 370px;
}
#contact-us.open .header {
  height: 30px;
  padding: 7px 0 0 0;
}
#contact-us.open .header .icon-minimizar {
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 15px;
  right: 10px;
}
#contact-us.open .header .fale-conosco {
  padding: 0;
}
#contact-us.open .header .icon-atendimento {
  display: none;
}
#contact-us .footer h3 {
  font-weight: normal;
}
.lang-en_US #contact-us.open .body {
  height: 210px;
}
#wp-modal {
  padding: 45px 90px;
  width: 480px;
}
@media only screen and (max-width: 768px) {
  #wp-modal {
    padding: 40px;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  #wp-modal {
    padding: 20px 10px;
    width: auto;
  }
}
#wp-modal .wp-icon {
  background: url(../images/whatsapp-logo.png) no-repeat;
  height: 32px;
  padding: 7px 40px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 1.4em;
}
#wp-modal .title {
  font-weight: normal;
  color: #277430;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}
#wp-modal .store-hours {
  text-align: center;
}
#wp-modal .phone-list li {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  #wp-modal .phone-list li {
    margin-bottom: 15px;
  }
}
#wp-modal .phone-list span {
  float: left;
  width: 180px;
}
@media only screen and (max-width: 480px) {
  #wp-modal .phone-list span {
    width: 100%;
  }
}
/* Login */
.title-two {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 40px;
}
.title-two:before {
  content: '\e805';
  float: left;
  font-family: 'fontello';
  font-size: 14px;
  color: #bfbfbf;
  margin: 0 10px 0 0;
}
/*
.button-one > * {
	float: left;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	border-bottom: solid 3px #9c9c9c;
	text-align: center;
	text-transform: uppercase;
	background: #c4c4c4;
	color: #fff;
}
.button-one > *:hover {
	text-decoration: none;
	color: #fff;
}
.red-button > * {
	background: #c08282;
	border-bottom-color: #956363;
}
*/
.slick-dots {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding: 20px 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0 15px;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #aaa;
  border-radius: 50%;
  overflow: hidden;
}
.slick-dots .slick-active button {
  background: #000;
}
.slick-arrow {
  background: transparent;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 1;
}
.slick-arrow:before {
  transition: all 0.3s;
  float: left;
  font: normal 40px/1.5 'fontello';
  color: #dbdbdb;
}
.slick-arrow.slick-disabled:before {
  color: #efefef;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-prev:before {
  content: '\e807';
}
.slick-next:before {
  content: '\e805';
}
.custom-radio,
.custom-checkbox {
  position: relative;
}
.custom-radio label,
.custom-checkbox label {
  position: relative;
  display: block;
  padding-left: 30px;
  margin: 0 0 10px;
  background: url(../images/home-radio.gif) 0 0 no-repeat;
  font-size: 12px;
  line-height: 20px;
  color: #383838;
  z-index: 9;
}
.custom-radio input,
.custom-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.custom-radio .checked,
.custom-checkbox .checked {
  background-position: 0 bottom;
}
/* Carrinho */
.checkout-cart-index {
  /*
	.sec-1 { padding: 0 0 15px; }
	.sec-1 p { font-size: 12px; }
	.sec-1 .par-1 { padding: 0 0 40px; }
	*/
}
.checkout-cart-index .sec-1 {
  padding: 0 0 15px;
}
.checkout-cart-index .sec-1 .par-1 {
  padding: 0 0 40px;
}
.checkout-cart-index .sec-1 p {
  font-size: 12px;
}
.checkout-cart-index .bt-compra-segura {
  font-size: 26px !important;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.checkout-cart-index .bt-compra-segura a {
  display: block;
  background: #ad5d5d;
  border-bottom: solid 4px #6d3939;
  color: #fff;
}
.checkout-cart-index .bt-compra-segura a:hover {
  color: #fff;
}
.checkout-cart-index .bt-compra-segura a > span {
  position: relative;
  display: inline-block;
}
.checkout-cart-index .bt-compra-segura a > span > span {
  position: absolute;
  top: 46px;
  right: 0;
  font-size: 10px;
  line-height: 12px;
}
.checkout-cart-index .bt-compra-segura a > span > span:before {
  float: right;
  font-family: 'fontello';
  font-size: 12px;
  content: '\e80c';
  margin: -2px 0 0 5px;
}
.checkout-cart-index .lista-item {
  border: solid 1px #9ba0a7;
}
.checkout-cart-index .lista-item header {
  border-bottom: solid 5px #9ba0a7;
  background: #9ba0a7;
  padding: 0 32px;
  height: 70px;
}
.checkout-cart-index .lista-item header .cel {
  color: #fff;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
}
.checkout-cart-index .t-a-l {
  text-align: left !important;
}
.checkout-cart-index .cel-prod {
  border-bottom: solid 5px #9ba0a7;
  padding: 32px;
  background: #fcfcfc;
}
.checkout-cart-index .cel-prod:last-child {
  border: 0;
}
.checkout-cart-index .cel-prod .cel {
  text-align: center;
}
.checkout-cart-index .cel-prod .cel p {
  margin: 0;
}
.checkout-cart-index .cel-prod .col-1 h1 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.checkout-cart-index .cel-prod .col-1 .prod-item li {
  padding: 0 0 15px;
}
.checkout-cart-index .cel-prod .item-msg {
  font-size: 12px;
  margin-bottom: 10px;
  color: #717881;
}
.checkout-cart-index .cel-prod .col-1 .prod-item li h2 {
  font-size: 14px;
  color: #717881;
  text-decoration: underline;
}
.checkout-cart-index .cel-prod .col-1 .prod-item li p {
  color: #717881;
  font-size: 12px;
}
.checkout-cart-index .cel-prod .col-2 p {
  font-size: 10px;
}
.checkout-cart-index .cel-prod .col-2 p a {
  color: #353940;
}
.checkout-cart-index .cel-prod .box-qnt {
  display: table;
  margin: auto;
  padding: 0 0 10px;
}
.checkout-cart-index .cel-prod .box-qnt button {
  float: left;
  width: 28px;
  height: 28px;
  background: #ededed;
}
.checkout-cart-index .cel-prod .box-qnt input {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 1px;
  background: #f6f6f6;
  padding: 0;
}
.checkout-cart-index .cel-prod .exc-prod {
  clear: both;
  font-size: 12px;
  color: #919191;
}
.checkout-cart-index .cel-prod .exc-prod a {
  text-decoration: underline;
  color: #919191;
}
.checkout-cart-index .grey-cont {
  background: #f2f2f2;
  border: solid 1px #dcdcdc;
  margin: 0 0 15px;
  padding: 10px 0;
}
.checkout-cart-index .grey-cont p {
  font-size: 12px;
  line-height: 34px;
  margin-bottom: 0;
}
.checkout-cart-index .grey-cont .gr-row {
  padding: 0 0 10px;
  border-bottom: solid 1px #ddd;
}
.checkout-cart-index .grey-cont .gr-row:last-child {
  margin-bottom: -10px;
  border: 0;
}
.checkout-cart-index .grey-cont .row-bt.billet {
  border-top: 1px solid #acc8b2;
  background: #cfedd6;
}
.checkout-cart-index .grey-cont .row-bt.billet .col-2 p {
  line-height: 16px;
  margin: 9px 0;
}
.checkout-cart-index .grey-cont .gr-row .col-2 p {
  text-transform: uppercase;
  float: left;
}
.checkout-cart-index .grey-cont .gr-row .col-2 p:last-child {
  float: right;
}
.checkout-cart-index .grey-cont .gr-row .par-2 {
  font-size: 10px;
  line-height: 12px;
  margin: 10px 30px 0 0;
}
.checkout-cart-index .grey-cont .gr-row .esqueci-cep {
  font-size: 10px;
  line-height: 12px;
  margin: 17px 0 0;
}
.checkout-cart-index .grey-cont .gr-row .esqueci-cep a {
  text-decoration: underline;
}
.checkout-cart-index .grey-cont .row-md {
  padding: 10px 0;
}
.checkout-cart-index .grey-cont .row-bt {
  background: #dadada;
  padding: 10px 0;
}
.checkout-cart-index .grey-cont .row-bt p {
  font-weight: 700;
}
.checkout-cart-index .estimate-shipping-form {
  overflow: hidden;
  padding: 2px 0;
}
.checkout-cart-index .estimate-shipping-form label {
  float: left;
  font-size: 12px;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
.checkout-cart-index .estimate-shipping-form input {
  float: left;
  width: 200px;
  line-height: 24px;
  padding: 5px 10px;
  margin: 0 6px 0 0;
}
.checkout-cart-index .estimate-shipping-form .instructions {
  float: left;
  font-size: 10px;
  line-height: 12px;
  margin: 10px 30px 0 0;
}
.checkout-cart-index .estimate-shipping-form .find-zipcode {
  float: left;
  font-size: 10px;
  line-height: 12px;
  margin: 17px 0 0;
}
.checkout-cart-index .estimate-shipping-form .find-zipcode a {
  text-decoration: underline;
}
.checkout-cart-index .estimate-shipping-form button {
  float: left;
  margin-right: 10px;
}
.checkout-cart-index .sec-3 {
  padding: 0 0 75px;
}
.checkout-cart-index .box-alert {
  margin-top: 20px;
  position: relative;
  background: #fbf7e2;
  border: solid 1px #f1e08f;
  padding: 20px;
}
.checkout-cart-index .box-alert p {
  color: #b9b9b9;
  font-size: 12px;
  padding: 0 0 1em;
  margin-bottom: 0;
}
.checkout-cart-index .box-alert p:last-child {
  padding: 0;
}
.checkout-cart-index #md-pg {
  float: none;
  margin: 20px 0 10px;
}
.checkout-cart-index #md-pg input,
.checkout-cart-index #md-pg .radio {
  float: left;
  margin: 10px 5px 0 0;
}
.checkout-cart-index #md-pg label {
  line-height: 16px;
  font-size: 12px;
}
.checkout-cart-index #md-pg label img {
  float: left;
  max-width: 70px;
  margin-top: 10px;
}
.checkout-cart-index #md-pg strong {
  display: block;
  float: none;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.checkout-cart-index #md-pg a {
  display: block;
  white-space: nowrap;
}
.checkout-cart-index #md-pg span {
  display: block;
  color: #c58d8d;
  text-transform: uppercase;
}
.checkout-cart-index #md-pg .desc {
  float: left;
  margin: 0 0 5px 5px;
  max-width: calc(100% - 35px);
  margin-bottom: 15px;
}
.checkout-cart-index .checkout-alert p {
  line-height: 1.5em;
  margin-bottom: 15px;
}
.catalog-category-view .box-filter,
.busca-index-index .box-filter,
.catalogsearch-advanced-result .box-filter {
  margin: 50px 0 0;
}
.catalog-category-view .box-filter.first,
.busca-index-index .box-filter.first,
.catalogsearch-advanced-result .box-filter.first {
  margin: 0;
}
.catalog-category-view .box-filter h2,
.busca-index-index .box-filter h2,
.catalogsearch-advanced-result .box-filter h2 {
  font-size: 14px;
  line-height: 16px;
  background: #404040;
  color: #fff;
  padding: 15px;
  margin: 0 0 20px;
  cursor: pointer;
}
.catalog-category-view .box-filter h2:after,
.busca-index-index .box-filter h2:after,
.catalogsearch-advanced-result .box-filter h2:after {
  float: right;
  display: inline;
  font: normal 12px/16px 'fontello';
  content: '\e804';
  color: #fff;
}
.catalog-category-view .close h2:after,
.busca-index-index .close h2:after,
.catalogsearch-advanced-result .close h2:after {
  content: '\e806';
}
.catalog-category-view .box-filter .filter-list li,
.busca-index-index .box-filter .filter-list li,
.catalogsearch-advanced-result .box-filter .filter-list li {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 20px;
}
.catalog-category-view .product-list .item .button strong,
.busca-index-index .product-list .item .button strong,
.catalogsearch-advanced-result .product-list .item .button strong {
  display: none;
}
@media only screen and (min-width: 479px) and (max-width: 767px) {
  .catalog-category-view .product-list .item .button strong,
  .busca-index-index .product-list .item .button strong,
  .catalogsearch-advanced-result .product-list .item .button strong {
    display: inline-block;
  }
}
.busca-index-index .product-list > div > div:nth-child(3n+1),
.catalogsearch-advanced-result .product-list > div > div:nth-child(3n+1),
.catalog-category-view .product-list > div > div:nth-child(3n+1) {
  clear: left;
}
.contacts-index-index .serv-col-1 .wrap {
  margin-right: -15px;
}
.contacts-index-index .serv-col-2 .serv-list {
  width: 100%;
}
.contacts-index-index .serv-list {
  float: left;
  display: inline;
  width: 100%;
  padding: 0;
  border-right: solid 1px #bcbcbc;
}
.contacts-index-index .serv-list:last-child {
  border-right: 0;
}
.contacts-index-index .serv-list li {
  clear: both;
}
.contacts-index-index .serv-list li .mid {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  height: 58px;
  margin: 0 0 30px;
  color: #333;
}
.contacts-index-index .serv-list li:last-child .mid {
  margin: 0 0 30px 0;
}
.contacts-index-index .serv-list li img {
  float: left;
  display: inline;
}
.contacts-index-index .serv-list li .mid .txt {
  position: absolute;
  top: 50%;
  left: 90px;
  line-height: 1.1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contacts-index-index .select-cidade {
  padding: 0 15px;
  line-height: 50px;
  margin: 0 0 30px;
  overflow: hidden;
}
.contacts-index-index .select-cidade label {
  float: left;
  padding: 0 15px 0 0;
}
.contacts-index-index .select-cidade .select-wrap {
  width: 250px;
  float: left;
}
.contacts-index-index #mapa-lojas {
  width: 100%;
  height: 500px;
  background: #BBBBBB;
}
.contacts-index-index .sec-4 {
  color: #747474;
  padding: 10px 0 50px;
}
.contacts-index-index .sec-4 .title {
  font-size: 30px;
  text-transform: uppercase;
  padding: 0 0 40px;
}
.contacts-index-index .sec-4 .par {
  padding: 0 0 25px;
}
.contacts-index-index .sec-4 .title-2 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 5px;
}
.contacts-index-index .box-tem-duvida {
  background: url(../images/icon-tem-duvida.gif) 0 0 no-repeat;
  padding: 0 0 0 50px;
}
.contacts-index-index .box-tem-duvida h3 {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.contacts-index-index .box-tem-duvida p {
  font-size: 11px;
  line-height: 16px;
}
.contacts-index-index .box-tem-duvida p a {
  display: block;
  color: #7e7e7e;
  text-decoration: underline;
}
.checkout-onepage-index {
  /* Passo 2 */
  /* Passo 3 */
  /* Passo 4 */
}
.checkout-onepage-index .register-form {
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 30px;
}
.checkout-onepage-index .register-form .customer-group {
  margin-bottom: 30px;
}
.checkout-onepage-index .register-form .customer-group label {
  margin-right: 30px;
}
.checkout-onepage-index #checkoutSteps .section {
  margin-bottom: 0;
  display: none;
}
.checkout-onepage-index #checkoutSteps .section.active {
  display: block;
}
.checkout-onepage-index #checkoutSteps .section .order-review .error-vendedor {
  border: 3px solid #e01818;
}
.checkout-onepage-index .address-list {
  overflow: hidden;
  margin-bottom: 15px;
}
.checkout-onepage-index .address-list .saved-address {
  float: left;
  width: 100%;
  padding: 0 0 15px;
}
.checkout-onepage-index .address-list .saved-address .lnk-edit {
  float: right;
  border-left: solid 1px #a8a8a8;
  font-size: 12px;
  padding-left: 15px;
}
.checkout-onepage-index .address-list .saved-address a {
  color: #838383;
  text-decoration: underline;
}
.checkout-onepage-index .payment-method-list {
  border: solid 1px #f1f1f1;
  padding: 15px;
  margin-bottom: 15px;
}
.checkout-onepage-index .payment-method-list .payment-method {
  background: #f1f1f1;
  margin-bottom: 15px;
}
.checkout-onepage-index .payment-method-list .payment-method > .row {
  display: table;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.checkout-onepage-index .payment-method-list .payment-method > .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.checkout-onepage-index .payment-method-list .payment-method .box-additional .form {
  padding: 30px;
}
.checkout-onepage-index .payment-method-list .payment-method .logo {
  text-align: center;
}
.checkout-onepage-index .payment-method-list .payment-method .logo img {
  max-width: 160px;
}
.checkout-onepage-index .payment-method-list .payment-method .title {
  font-size: 16px;
  font-weight: 700;
}
.checkout-onepage-index .payment-method-list .payment-method .description {
  margin-top: 5px;
  font-size: 13px;
}
.checkout-onepage-index .payment-method-list .payment-method .info-image {
  margin-top: 20px;
}
.checkout-onepage-index .payment-method-list .payment-method .instructions {
  margin-top: 15px;
  font-size: 12px;
}
.checkout-onepage-index .payment-method-list .payment-method .instructions p {
  margin: 0;
}
.checkout-onepage-index .payment-method-list .payment-method .price {
  color: #acacac;
  font-weight: 400;
}
.checkout-onepage-index .payment-method-list .payment-method .button {
  max-width: 175px;
  width: 100%;
}
.checkout-onepage-index .payment-method-list .payment-method:last-child {
  margin-bottom: 0;
}
.checkout-onepage-index .payment-method-list .secondary-payment-methods {
  overflow: hidden;
}
.checkout-onepage-index .payment-method-list .secondary-payment-methods a {
  border-right: 1px solid #ddd;
  float: left;
  line-height: 40px;
  margin-right: 10px;
  padding-right: 10px;
}
.checkout-onepage-index .payment-method-list .secondary-payment-methods a:last-child {
  border-right: 0;
}
.checkout-onepage-index .box-forma-pg .mid {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-onepage-index .box-forma-pg {
  clear: both;
}
.checkout-onepage-index .box-forma-pg li {
  height: 150px;
  background: #f1f1f1;
  margin: 0 0 8px;
}
.checkout-onepage-index .box-forma-pg li:last-child {
  margin: 0;
}
.checkout-onepage-index .box-forma-pg li * {
  float: left;
  display: inline;
}
.checkout-onepage-index .box-forma-pg .col-1 {
  width: 200px;
  line-height: 150px;
  height: 150px;
}
.checkout-onepage-index .box-forma-pg .col-1 img {
  float: none;
  vertical-align: middle;
  max-width: 90%;
  margin: 0 5%;
}
.checkout-onepage-index .box-forma-pg .col-2 {
  position: relative;
  width: 340px;
  height: 150px;
}
.checkout-onepage-index .box-forma-pg .col-2 .par-2 {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px;
}
.checkout-onepage-index .box-forma-pg .col-2 .par-3 {
  padding: 0 0 20px;
}
.checkout-onepage-index .box-forma-pg .col-2 .par-3:last-child {
  padding: 0;
}
.checkout-onepage-index .box-forma-pg .col-3 {
  position: relative;
  height: 150px;
}
.checkout-onepage-index .box-forma-pg .col-3 p {
  font-weight: 400;
  color: #c4c0be;
  white-space: nowrap;
}
.checkout-onepage-index .box-forma-pg .col-4 {
  position: relative;
  float: right;
  height: 150px;
  margin: 0 15px 0 0;
}
.checkout-onepage-index .box-forma-pg .col-4 .bt-next {
  left: auto;
  right: 0;
}
.checkout-onepage-index .checkout-wrap {
  clear: both;
  background: #fbfbfb;
  padding: 15px;
}
.checkout-onepage-index .title-two {
  margin: 0 0 25px !important;
}
.checkout-onepage-index .title-two span {
  text-decoration: underline;
}
.checkout-onepage-index .checkout-desc {
  padding: 0 0 0px 20px;
  font-size: 12px;
  margin-bottom: 30px;
}
.checkout-onepage-index .checkout-header {
  margin-bottom: 30px;
}
.checkout-onepage-index .passos {
  background: #c3c8cf;
  margin: 5px auto 45px;
  overflow: hidden;
}
.checkout-onepage-index .passos li {
  float: left;
  text-align: center;
  padding: 0 0 0 0;
  line-height: 116px;
  color: #3a3a3a;
  background: url(../images/Fsa2_C1eW.gif) left 0 no-repeat;
  position: relative;
}
.checkout-onepage-index .passos li p {
  position: relative;
  right: -30px;
  width: 100%;
  padding: 0 40px 0 23px;
  margin: 0;
}
.checkout-onepage-index .passos li a {
  position: absolute;
  top: 70px;
  left: 25px;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 300;
  line-height: 1;
}
.checkout-onepage-index .passos li:first-child {
  background: #c3c8cf;
  margin: 0 0 0 -30px;
}
.checkout-onepage-index .passos .current {
  background-color: #6c7780;
  background-image: url(../images/Vw2_eOh52.gif);
  color: #fff;
  font-weight: bold;
}
.checkout-onepage-index .passos .current p span a {
  color: #fff;
}
.checkout-onepage-index .passos .current p {
  background: url(../images/Hv9_dK34.gif) right 0 no-repeat;
}
.checkout-onepage-index .passos .current:first-child {
  background: #6c7780;
}
.checkout-onepage-index .passos li:last-child p {
  background: #c3c8cf;
}
.checkout-onepage-index .passos .current:last-child p {
  background: #6c7780;
}
.checkout-onepage-index .passos .current {
  z-index: 1;
}
.checkout-onepage-index #checkout-passo-1 .par-2 {
  padding: 0 5% 30px;
}
.checkout-onepage-index .bt-comprar {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.checkout-onepage-index .bt-comprar a {
  display: block;
  background: #c4c7cb;
  color: #444;
  border-bottom: solid 3px #ababab;
}
.checkout-onepage-index .checkout-grid-1 {
  border: solid 1px #cfcfcf;
  padding: 20px 25px;
  margin: 0 0 30px;
}
.checkout-onepage-index #checkout-passo-2 .box-2 {
  clear: both;
  padding: 0 50px 50px 50px;
  color: #71757d;
}
.checkout-onepage-index .checkout-alert {
  clear: both;
  border: solid 1px #f9f7b9;
  background: #faf9d9;
  text-align: center;
  margin-bottom: 15px;
  padding: 30px;
}
.checkout-onepage-index .checkout-alert p {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  min-height: 32px;
  padding: 0 0 0 60px;
  background: url(../images/W4r1_Ng.png) 0 center no-repeat;
  margin: 0 auto;
  max-width: 560px;
}
.checkout-onepage-index #md-pg input {
  float: left;
  margin: 12px 5px 0 0;
}
.checkout-onepage-index #md-pg label {
  line-height: 16px;
  font-size: 12px;
  min-height: 40px;
  float: left;
}
.checkout-onepage-index #md-pg label img {
  float: left;
  max-width: 70px;
  margin-top: 10px;
}
.checkout-onepage-index #md-pg strong {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.checkout-onepage-index #md-pg a {
  display: block;
  white-space: nowrap;
}
.checkout-onepage-index #md-pg span {
  display: block;
  color: #c58d8d;
  text-transform: uppercase;
}
.checkout-onepage-index #md-pg .desc {
  float: left;
  margin: 0 0 15px 5px;
  max-width: 300px;
}
.checkout-onepage-index .tb-valor table {
  float: right;
  font-size: 12px;
}
.checkout-onepage-index .tb-valor table .td-1 {
  width: 180px;
}
.checkout-onepage-index .tb-valor table .td-2 {
  width: 25px;
}
.checkout-onepage-index .tb-valor table .td-3 {
  text-align: right;
}
.checkout-onepage-index .tb-valor .par-2 {
  clear: both;
  text-align: right;
  font-weight: 400;
  padding: 15px 0 0;
  text-transform: uppercase;
}
.checkout-onepage-index .lista-item {
  border: solid 1px #9ba0a7;
}
.checkout-onepage-index .lista-item header {
  border-bottom: solid 5px #9ba0a7;
  background: #9ba0a7;
  padding: 0 32px;
  height: 70px;
}
.checkout-onepage-index .lista-item header .cel {
  color: #fff;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
}
.checkout-onepage-index .t-a-l {
  text-align: left !important;
}
.checkout-onepage-index .cel-prod {
  border-bottom: solid 5px #9ba0a7;
  padding: 32px;
  background: #fcfcfc;
}
.checkout-onepage-index .cel-prod:last-child {
  border: 0;
}
.checkout-onepage-index .cel-prod .cel {
  text-align: center;
}
.checkout-onepage-index .cel-prod .col-1 h1 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.checkout-onepage-index .cel-prod .col-1 .prod-item li {
  padding: 0 0 15px;
}
.checkout-onepage-index .cel-prod .item-msg {
  font-size: 12px;
  margin-bottom: 10px;
  color: #717881;
}
.checkout-onepage-index .cel-prod .col-1 .prod-item li h2 {
  font-size: 14px;
  color: #717881;
  text-decoration: underline;
}
.checkout-onepage-index .cel-prod .col-1 .prod-item li p {
  color: #717881;
  font-size: 12px;
}
.checkout-onepage-index .cel-prod .col-2 p {
  font-size: 10px;
}
.checkout-onepage-index .cel-prod .col-2 p a {
  color: #353940;
}
.checkout-onepage-index .cel-prod .box-qnt {
  display: table;
  margin: auto;
  padding: 0 0 10px;
}
.checkout-onepage-index .cel-prod .box-qnt button {
  float: left;
  width: 28px;
  height: 28px;
  background: #ededed;
}
.checkout-onepage-index .cel-prod .box-qnt input {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 1px;
  background: #f6f6f6;
}
.checkout-onepage-index .cel-prod .exc-prod {
  clear: both;
  font-size: 12px;
  color: #919191;
}
.checkout-onepage-index .cel-prod .exc-prod a {
  text-decoration: underline;
  color: #919191;
}
.checkout-onepage-index .grey-cont {
  background: #f2f2f2;
  border: solid 1px #dcdcdc;
  margin: 0 0 15px;
}
.checkout-onepage-index .grey-cont .gr-row {
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
  font-size: 12px;
  margin: 0;
}
.checkout-onepage-index .grey-cont .gr-row .col-2 .total-type,
.checkout-onepage-index .grey-cont .gr-row .col-2 .total-price {
  text-transform: uppercase;
  text-align: right;
}
.checkout-onepage-index .grey-cont .gr-row .par-2 {
  font-size: 10px;
  line-height: 12px;
  margin: 5px 30px 0 0;
}
.checkout-onepage-index .grey-cont .gr-row .esqueci-cep {
  font-size: 10px;
  line-height: 12px;
  margin: 17px 0 0;
}
.checkout-onepage-index .grey-cont .gr-row .esqueci-cep a {
  text-decoration: underline;
}
.checkout-onepage-index .grey-cont .row-md {
  padding: 10px 0;
}
.checkout-onepage-index .grey-cont .row-bt {
  background: #dadada;
  padding: 10px 0;
}
.checkout-onepage-index .grey-cont .row-bt div {
  font-weight: 700;
}
.checkout-onepage-index .zzaa {
  clear: both;
  position: relative;
  border: solid 1px #f5e9b0;
  background: #fcf9eb;
  padding: 20px 50px 20px 100px;
  margin: 0 0 30px;
}
.checkout-onepage-index .zzaa .pull-left {
  padding: 9px 0;
}
.checkout-onepage-index .zzaa .pull-left div {
  font-size: 12px;
  color: #323845;
}
.checkout-onepage-index .zzaa .pull-right input {
  float: left;
  width: 290px;
  height: 50px;
  font-size: 12px;
  padding: 10px;
  border: solid 1px #c3c3c3;
}
.checkout-onepage-index .barra-area {
  display: none;
}
.checkout-onepage-index .transaction-location {
  background: #eee;
  font-size: 12px;
  margin-bottom: 15px;
  padding: 15px;
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .checkout-onepage-index .transaction-location {
    text-align: center;
  }
}
.checkout-onepage-index .transaction-location img {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .checkout-onepage-index .transaction-location img {
    display: block;
    margin: 10px auto 0;
  }
}
.pagseguro_cc_cc_dob_div input.uniform-input,
.pagseguro_cc_cc_dob_div select.uniform-multiselect,
.pagseguro_cc_cc_dob_div textarea.uniform {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .pagseguro_cc_cc_dob_div input.uniform-input,
  .pagseguro_cc_cc_dob_div select.uniform-multiselect,
  .pagseguro_cc_cc_dob_div textarea.uniform {
    padding: 0 5px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .pagseguro_cc_cc_dob_div input.uniform-input,
  .pagseguro_cc_cc_dob_div select.uniform-multiselect,
  .pagseguro_cc_cc_dob_div textarea.uniform {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 480px) {
  .pagseguro_cc_cc_dob_div .customer-dob > div {
    margin-right: 5px;
    width: 36px;
  }
  .pagseguro_cc_cc_dob_div .customer-dob .dob-year {
    margin: 0;
    width: 55px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .pagseguro_cc_cc_dob_div .customer-dob > div {
    margin-right: 5px;
    width: 36px;
  }
  .pagseguro_cc_cc_dob_div .customer-dob .dob-year {
    margin: 0;
    width: 55px;
  }
}
/* One Step Checkout */
@media only screen and (min-width: 1200px) {
  .onestepcheckout-general-row {
    display: flex;
  }
}
.onestepcheckout-general-column {
  background-color: #fff;
  background-clip: content-box;
}
.opc {
  padding: 15px 0;
  margin-bottom: 20px;
}
.opc .form-group {
  margin-bottom: 15px;
}
.opc .icon-credit-card {
  font-size: 45px;
}
.opc .sp-methods .title-shipping {
  text-transform: uppercase;
  display: block;
}
.opc .sp-methods .price-shipping {
  text-transform: uppercase;
  display: block;
}
.opc .sp-methods .month {
  width: 100%;
}
.opc .flag-credit-card {
  margin-top: 5px;
}
.opc.order-form .block {
  margin-bottom: 20px;
}
.opc .custom-control.custom-checkbox .custom-control-label {
  font-size: 12px;
}
.opc .tipopessoa .custom-control .custom-control-label {
  font-size: 14px;
}
.opc .tipopessoa .invisible {
  height: 25px;
}
.opc .step-title {
  margin-bottom: 20px;
}
.opc .step-title .number {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #000;
  padding: 7px 12px;
  margin-right: 10px;
}
.opc .step-title .title {
  padding-top: 7px;
  margin-bottom: 10px;
}
.opc .step-title .required {
  font-size: 12px;
  padding-left: 48px;
}
.opc .step {
  padding: 10px 15px;
  margin: 0;
}
.opc .step .title-payment {
  margin-bottom: 5px;
}
.opc .step .legend-payment {
  margin-bottom: 20px;
  display: block;
}
.opc .step .legend-payment::before {
  content: icon-char(security);
  font-family: 'icons';
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.opc .step .nao-sei-cep {
  float: left;
  margin: 0;
  padding-left: 0;
}
.opc .step .icon-credit-card-1 {
  font-size: 44px;
  transform: scaleX(-1);
  display: block;
  line-height: 34px;
}
.opc .form-mundipagg-credit-card .cc_brands .cc_brand_types {
  display: none;
}
.opc .form-mundipagg-credit-card .cc_brands .cc_brand_types .flag-credit-card {
  margin-top: 7px;
  max-height: 30px;
  max-width: 100%;
}
.opc .form-mundipagg-credit-card .cc_brands .cc_brand_types.active {
  display: block;
}
.opc .form-mundipagg-credit-card .cc_brands input {
  display: none;
}
.opc.order-review .step {
  font-size: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.opc.order-review .step .order-body .item {
  background: #fff;
  padding: 15px 10px;
  margin-bottom: 10px;
}
.opc.order-review .step .order-body .item .lc-thumbnails img {
  border: 1px solid #bfbfbf;
}
.opc.order-review .step .order-body .item .product-category {
  font-size: 8px;
  display: block;
  text-transform: uppercase;
}
.opc.order-review .step .order-body .item .product-qty,
.opc.order-review .step .order-body .item .cart-price,
.opc.order-review .step .order-body .item .product-name {
  margin: 0 0 5px;
}
.opc.order-review .step .order-body .item .product-qty,
.opc.order-review .step .order-body .item .cart-price {
  font-size: 18px;
}
.opc.order-review .step .order-header {
  padding: 20px 10px 20px 20px;
  background: #000;
}
.opc.order-review .step .order-header .title-4 {
  color: #fff;
  margin: 0;
}
.opc.order-review .step .order-footer .totals-list,
.opc.order-review .step .order-footer .totals-total {
  background-color: #fff;
  padding: 10px;
}
.opc.order-review .step .order-footer .totals-total {
  margin-bottom: 5px;
  margin-top: 10px;
}
.opc.order-review .step .order-footer .title {
  margin: 0;
}
.opc.order-review .step .order-footer .text {
  margin: 0;
}
.opc.order-review #onestepcheckout-place-order {
  margin: 0 15px;
}
@include media-breakpoint-down(sm) {
  height: inherit;
}
.opc.order-review .btn-success {
  padding-bottom: 18px;
  padding-top: 18px;
}
.opc.order-review .btn-success .icon {
  margin-right: 10px;
}
.opc.order-review .item-options {
  margin: 0;
  overflow: hidden;
}
.opc.order-review .item-options dd {
  float: left;
  font-weight: bold;
}
.opc.order-review .item-options dd.label {
  clear: both;
  font-weight: normal;
  margin-right: 5px;
}
.osc-title {
  margin: 0 4px 10px 0 !important;
}
.osc-title .title-two {
  color: #000;
  margin-bottom: 10px;
}
#onestepcheckout-place-order-overlay,
.onestepcheckout-overlay-48 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../images/fancybox/fancybox_loading.gif) !important;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-checkout {
  width: 100%;
}
.onestepcheckout-cart-table .a-center {
  text-align: center !important;
}
.onestepcheckout-cart-table .a-right {
  text-align: right !important;
}
.osc-totals-list > .row {
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  padding-top: 5px;
}
.osc-totals-list > .row:last-child {
  border-bottom: none;
}
.osc-totals-list > .row .total-price {
  text-align: right;
}
.catalog-product-compare-index {
  /**/
}
.catalog-product-compare-index #sidebar .sec-1 {
  position: relative;
  background: #f9f9f9;
  height: 455px;
}
.catalog-product-compare-index #sidebar .sec-1 div {
  position: absolute;
  left: 20px;
  right: 20px;
  font-size: 12px;
  padding: 0 0 0 20px;
}
.catalog-product-compare-index #sidebar .sec-1 div:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'fontello';
  line-height: 16px;
  margin: 0 8px 0 0;
  color: #a4a4a4;
}
.catalog-product-compare-index #sidebar .sec-1 .par-top {
  top: 20px;
}
.catalog-product-compare-index #sidebar .sec-1 .par-top:before {
  content: '\e805';
}
.catalog-product-compare-index #sidebar .sec-1 .par-bottom {
  bottom: 20px;
}
.catalog-product-compare-index #sidebar .sec-1 .par-bottom:before {
  content: '\e806';
}
.catalog-product-compare-index .head-1 {
  padding: 20px 25px;
}
.catalog-product-compare-index .head-1 .col-1 .par-2 {
  float: left;
  line-height: 20px;
}
.catalog-product-compare-index .head-1 .col-1 .par-2:before {
  float: left;
  display: inline;
  content: '\e805';
  font: normal 12px/20px 'fontello';
  margin: 0 5px 0 0;
}
.catalog-product-compare-index .head-1 .col-1 .par-3 {
  float: left;
  font-size: 10px;
  padding: 5px 0 0 10px;
}
.catalog-product-compare-index .head-1 .col-1 .par-3 a {
  float: left;
  text-decoration: underline;
}
.catalog-product-compare-index .head-1 .col-1 .par-4 {
  clear: both;
  font-size: 10px;
  text-decoration: underline;
  padding: 10px 0 0;
}
.catalog-product-compare-index .head-1 .col-2 * {
  float: left;
  display: inline;
}
.catalog-product-compare-index .head-1 .col-2 div {
  font-size: 10px;
  line-height: 4;
  color: #7e7e7e;
}
.catalog-product-compare-index #print {
  /*
		padding: 0 18px 0 0;
		border-right: solid 1px #ddd;
		*/
}
.catalog-product-compare-index #print a {
  padding: 0 0 0 35px;
  background: url(../images/icon-print.gif) 0 center no-repeat;
}
.catalog-product-compare-index .head-1 .col-2 .par-5 {
  padding: 0 6px 0 15px;
}
.catalog-product-compare-index .head-1 .col-2 .share-icon {
  margin: 5px 0;
}
.catalog-product-compare-index .remove-prod {
  top: 12px;
  left: 27px;
  right: auto;
  font-size: 10px;
  line-height: 20px;
}
.catalog-product-compare-index .remove-prod a:before {
  margin: 0 10px 0 0;
}
.catalog-product-compare-index .ppyy {
  padding: 13px 15px;
  margin: 0;
}
.catalog-product-compare-index .ppyy .col-1 {
  line-height: 20px;
  padding: 6px 0;
}
.catalog-product-compare-index .ppyy .col-1 * {
  float: left;
  display: inline;
}
.catalog-product-compare-index .ppyy .col-1 div {
  padding: 0 25px 0 0;
}
.catalog-product-compare-index .ppyy .col-1 label {
  margin: 0 25px 0 0;
  font-size: 12px;
}
.catalog-product-compare-index .box-product {
  padding: 15px;
  margin: 0 -10px 0 -15px;
  padding-top: 50px;
  color: #383838;
  border: solid 1px #d7d7d7;
}
.catalog-product-compare-index .box-product .buttons-set {
  text-align: center;
}
.catalog-product-compare-index .box-product .buttons-set .button {
  width: 100%;
}
.catalog-product-compare-index .box-product .prod-img {
  padding: 0 0 20px;
}
.catalog-product-compare-index .box-product .prod-img img {
  width: 100%;
}
.catalog-product-compare-index .box-product .prod-name {
  font-size: 14px;
  padding: 0 0 10px;
  display: block;
  font-weight: 400;
}
.catalog-product-compare-index .box-product .prod-desc {
  padding: 0 0 15px;
  font-size: 12px;
}
.catalog-product-compare-index .box-product .par-2 {
  font-size: 12px;
  line-height: 18px;
}
.catalog-product-compare-index .box-product .par-2 span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #ad5d5d;
}
.catalog-product-compare-index .box-product .par-3 {
  padding: 0 0 20px;
}
.catalog-product-compare-index .bt-4 {
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.catalog-product-compare-index .bt-4 > * {
  display: block;
  width: 130px;
  margin: auto;
  background: #c24646;
  border-bottom: solid 2px #8e0f0f;
  color: #fff;
}
.catalog-product-compare-index .prod-empty {
  height: 385px;
  background: #faf9f9;
  margin: 0 -10px 0 -15px;
}
.catalog-product-compare-index .prod-empty div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -90px 0 0;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5%;
  text-align: center;
  color: #7e7e7e;
}
.catalog-product-compare-index .prod-empty div span {
  display: block;
  font-size: 120px;
  line-height: 1;
  font-weight: 400;
  color: #d7d5d5;
  padding: 0 0 25px;
}
.catalog-product-compare-index .tb-1 {
  background: #FFFFFF;
  width: 100%;
  margin-bottom: 15px;
}
.catalog-product-compare-index .tb-1 thead td.first {
  padding: 15px;
}
.catalog-product-compare-index .tb-1 thead td.first .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.catalog-product-compare-index .tb-1 thead td.first .title:before {
  float: left;
  display: inline;
  font-family: 'fontello';
  line-height: 20px;
  letter-spacing: -3px;
  margin: 0 8px 0 0;
  content: '\e805\e805';
  color: #a4a4a4;
}
.catalog-product-compare-index .tb-1 tbody td.first {
  background: #FFFFFF;
  width: 25%;
  border: 0;
  padding: 20px;
  line-height: 22px;
  font-size: 14px;
}
.catalog-product-compare-index .tb-1 tbody td.first div {
  padding: 0 15px;
}
.catalog-product-compare-index .tb-1 tbody td.first.odd {
  background: #ececec;
}
.catalog-product-compare-index .tb-1 tbody td {
  font-size: 10px;
  border: solid 1px #ebeaea;
  width: 18.75%;
  padding: 10px;
}
.catalog-product-compare-index .tb-1 tbody tr.highlight {
  background: #F7F191;
}
.catalog-product-compare-index .tb-1 tbody td ul {
  margin: 0 8px 0 0;
  padding: 10px;
  padding-right: 0;
  border-right: solid 1px #ebeaea;
}
.catalog-product-compare-index .tb-1 tbody td ul li {
  color: #7b7b7b;
}
.catalog-product-compare-index .tb-1 tbody td .empty {
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
#home-filter {
  position: relative;
  height: 152px;
  z-index: 1;
}
#home-filter .wrap-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 30px 0;
  background: #e4e3e3;
}
#home-filter .wrap-2 {
  height: 102px;
  overflow: hidden;
}
#home-filter.open .wrap-2 {
  height: auto;
}
#home-filter .title-filter {
  font-size: 16px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
#home-filter li {
  margin-bottom: 10px;
  overflow: hidden;
}
#home-filter li label {
  color: #383838;
  line-height: 20px;
  font-size: 12px;
}
#home-filter .submit {
  display: none;
}
#home-filter .more {
  clear: both;
  font-size: 10px;
  line-height: 30px;
  position: relative;
  height: 30px;
  margin: 0 -30px;
  background: #dbdbdb;
  text-align: center;
  text-transform: uppercase;
}
#home-filter .more a {
  display: block;
  color: #383838;
  text-decoration: none;
  height: 30px;
}
#home-filter .more a:after {
  content: '\e806';
  font: normal 12px/2 'fontello';
  margin: 0 0 0 6px;
}
#home-filter.open .more a:after {
  content: '\e804';
}
.cms-index-index .std,
.cms-index-index #breadcrumbs {
  display: none;
}
.cms-index-index .sec-1 h2 {
  font-size: 16px;
  line-height: 1;
  padding: 0 10px;
  margin: -6px 0;
}
#banner-home figure img {
  width: 100%;
  display: none;
}
#banner-home figure img.banner-desktop {
  display: block;
}
#banner-home .text {
  background: #000;
  font-size: 0;
  text-align: center;
  padding: 18px 0;
}
#banner-home .par-1 {
  display: inline-block;
  font-size: 20px;
  line-height: 54px;
  color: #fff;
  background: url(../images/icon-frete.png) 0 0 no-repeat;
  padding: 0 0 0 75px;
}
#banner-home .par-1 strong {
  font-size: 22px;
  color: #fac200;
  text-decoration: underline;
}
#banner-home .par-2 {
  display: inline-block;
  font-size: 13px;
  line-height: 54px;
  padding: 0 0 0 40px;
}
#banner-home .par-2 a {
  color: #fff;
}
#banner-home-secundario img {
  width: 100%;
  display: block;
}
#banner-home .slick-prev {
  left: 30px;
}
#banner-home .slick-next {
  right: 30px;
}
.container {
  position: relative;
  z-index: 1;
}
#banner-wallpaper {
  background-position: top center;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
#banner-wallpaper.fixed {
  position: fixed;
}
#banner-wallpaper.absolute {
  position: absolute;
}
.customer-account-login .login-col-1 {
  background: #f9f9f9;
  height: 470px;
  margin-right: -15px;
}
.customer-account-login .esqueci-senha {
  font-size: 12px;
  line-height: 42px;
}
.customer-account-login .esqueci-senha a {
  color: #878787;
}
.customer-account-login .login-col-2 {
  height: 470px;
  margin-left: -15px;
}
.customer-account-login .login-col-2 .par-1 {
  padding: 0 0 60px;
}
.customer-account-login .login-col-2 .button-one {
  float: right;
}
.customer-account-login .login-col-2 .button-one a {
  width: 220px;
}
.lang-en_US.catalog-product-view .grey-scale .preco-x {
  display: none;
}
.lang-en_US.catalog-product-view .grey-scale .final-price-fixed {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 400;
  text-align: center !important;
}
.lang-en_US.catalog-product-view .grey-scale .final-price-fixed .label {
  display: none;
}
.catalog-product-view .prod-box-1 .prices {
  color: #5e5e5e;
}
.catalog-product-view .prod-box-1 .prices .old-price {
  font-size: 12px;
}
.catalog-product-view .prod-box-1 .prices .old-price span {
  text-decoration: line-through;
}
.catalog-product-view .prod-box-1 .prices p {
  margin-bottom: 10px;
  line-height: 22px;
}
.catalog-product-view .prod-box-1 .prices .billet .discount {
  display: block;
  font-size: 13px;
  color: #bcbcbc;
}
.catalog-product-view .prod-box-1 .prices .billet .boleto-price {
  font-size: 22px;
  color: #95464a;
  font-weight: 400;
}
.catalog-product-view .prod-box-1 .prices .credit-card {
  font-weight: 400;
}
.catalog-product-view .prod-box-1 .prices .credit-card .price {
  font-size: 22px;
  color: #95464a;
}
.catalog-product-view .prod-box-1 .prices .destaque-price .price {
  font-weight: 400;
  font-size: 22px;
  color: #95464a;
}
.catalog-product-view .prod-box-4 .button-favorite {
  margin: 5px 0 0;
  position: relative;
  padding: 3px 10px 0px;
}
.catalog-product-view .prod-box-4 .button-favorite::before {
  position: absolute;
  top: -3px;
  right: 4px;
  content: '';
  width: 12px;
  height: 16px;
  background: url(../images/Bw31_Tk2.png) 0 0 no-repeat;
}
.catalog-product-view .box-configurar-item {
  border: solid 1px #cdcdcd;
  padding: 20px 0 0;
  margin: 0 0 25px;
}
.catalog-product-view .box-configurar-item .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0 15px;
}
.catalog-product-view .box-configurar-item .par {
  font-size: 12px;
  padding: 0 15px;
}
.catalog-product-view .box-configurar-item ul {
  padding: 0 5px;
}
.catalog-product-view .box-configurar-item ul li {
  padding: 5px;
  display: block;
  margin: 0 0 5px;
  background: #f8f8f8;
  overflow: hidden;
}
.catalog-product-view .box-configurar-item ul li.active {
  background: #edecec;
}
.catalog-product-view .box-configurar-item ul li label {
  line-height: 20px;
  font-size: 12px;
  padding: 7px 0 0 5px;
}
.catalog-product-view .box-configurar-item ul li label .price-block {
  float: right;
  color: #CD0000;
}
.catalog-product-view .box-configurar-item ul li .koder_option {
  margin-top: 10px;
}
.catalog-product-view .box-configurar-item ul li .koder_option .note {
  padding: 5px 0 0;
  font-size: 12px;
}
.catalog-product-view .box-configurar-item .item {
  border: solid 1px #cdcdcd;
  margin-bottom: 25px;
}
.catalog-product-view #product-options-wrapper .select-type {
  border-bottom: solid 2px #e8e8e8;
  margin: 0 -30px 25px 0;
}
.catalog-product-view #product-options-wrapper .select-type li {
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.catalog-product-view #product-options-wrapper .select-type li a {
  width: 200px;
  background: #d1d3d7;
  color: #5a5a5a;
  float: left;
  margin-right: 1px;
}
.catalog-product-view #product-options-wrapper .select-type li a.active {
  background: #59606d;
  color: #fff;
}
.catalog-product-view #product-chat-popup {
  bottom: -1px;
  left: 0;
  padding: 0;
  position: fixed;
  z-index: 10;
}
.catalog-product-view #product-chat-popup .refuse {
  line-height: 22px;
  color: #d90000;
  float: left;
  font-size: 12px;
  margin-left: 95px;
  text-transform: uppercase;
}
.catalog-product-view #product-chat-popup .close {
  float: right;
  height: 22px;
  line-height: 22px;
  margin-right: 20px;
  width: 78px;
  background: #d90000;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}
.catalog-product-view #product-chat-popup table {
  width: 100%;
}
.catalog-product-view #product-chat-popup img {
  width: 100%;
}
.catalog-product-view #product-options-sidebar .button-buy {
  width: 220px;
  display: block;
  margin: 0 auto;
}
.catalog-product-view .prod-info .wrap {
  margin-left: -15px;
}
.catalog-product-view .prod-image .wrap > div {
  width: 100%;
  padding: 0 20px;
  margin: auto;
}
.catalog-product-view #prod-img .item img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.catalog-product-view #prod-img-nav .item {
  float: left;
  padding: 4px;
  border: solid 1px #e1dfdf;
  background: #fff;
  margin: 1px;
  cursor: pointer;
}
.catalog-product-view #prod-img-nav .item img {
  float: left;
  width: 100%;
}
.catalog-product-view #prod-img-nav .slick-list {
  margin-left: -4px;
}
.catalog-product-view #prod-img-nav .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.catalog-product-view #prod-img-nav .slick-arrow:before {
  float: left;
  font: normal 26px/2 'fontello';
  color: #dbdbdb;
}
.catalog-product-view #prod-img-nav .slick-prev {
  left: -30px;
}
.catalog-product-view #prod-img-nav .slick-prev:before {
  content: '\e807';
}
.catalog-product-view #prod-img-nav .slick-next {
  right: -30px;
}
.catalog-product-view #prod-img-nav .slick-next:before {
  content: '\e805';
}
.catalog-product-view .compra-segura {
  position: absolute;
  top: 18px;
  right: 20px;
  line-height: 20px;
  color: #9a9a9a;
  text-decoration: underline;
}
.catalog-product-view .compra-segura:before {
  content: '\e80c';
  float: right;
  display: inline;
  font-family: 'fontello';
  font-size: 16px;
  margin: -3px 0 0 5px;
}
.catalog-product-view .prod-title-cont {
  padding: 0 0 12px;
  margin: 0 0 15px;
  border-bottom: solid 2px #f6f6f6;
}
.catalog-product-view .prod-title {
  position: relative;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 5px 30px;
}
.catalog-product-view .prod-title:before {
  content: '\e805';
  position: absolute;
  top: 0;
  left: 5px;
  font-family: 'fontello';
  font-size: 22px;
  color: #a4a4a4;
}
.catalog-product-view .prod-tag {
  padding: 0 0 0 30px;
}
.catalog-product-view .prod-cat {
  float: left;
  font-size: 13px;
  line-height: 20px;
  padding: 0 15px 0 0;
}
.catalog-product-view .prod-cod {
  float: left;
  line-height: 20px;
  color: #9f9f9f;
}
.catalog-product-view .prod-box-1 .col-1 {
  position: relative;
  line-height: 22px;
}
.catalog-product-view .prod-box-1 .col-1 .frete-gratis {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  margin: 0 0 15px;
  text-transform: uppercase;
  background: #383838;
  color: #fff;
}
.catalog-product-view .prod-box-1 .col-1 .frete-gratis:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 10px;
  height: 10px;
  border: solid 10px transparent;
  border-left-color: #383838;
}
.catalog-product-view .prod-box-1 .col-1 .de-tanto {
  font-size: 12px;
  color: #a5a5a5;
  text-decoration: line-through;
}
.catalog-product-view .prod-box-1 .col-1 .em-ate {
  font-size: 12px;
}
.catalog-product-view .prod-box-1 .col-1 .em-ate .s1 {
  font-size: 15px;
  font-weight: 400;
}
.catalog-product-view .prod-box-1 .col-1 .em-ate .s2 {
  font-size: 16px;
  color: #ad5d5d;
  font-weight: 400;
}
.catalog-product-view .prod-box-1 .col-1 .no-boleto {
  font-size: 12px;
  color: #898989;
}
.catalog-product-view .prod-box-1 .col-1 s.no-boleto .s1 {
  color: #bcbbbb;
}
.catalog-product-view .prod-box-1 .availability {
  padding-bottom: 15px;
}
.catalog-product-view .prod-box-1 .col-2 {
  padding-top: 5px;
}
.catalog-product-view .prod-box-1 .col-2 .par-1 {
  font-size: 12px;
  line-height: 14px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.catalog-product-view .prod-box-1 .availability strong {
  display: block;
}
.catalog-product-view .prod-box-1 .availability.in-stock strong {
  color: #17ce04;
}
.catalog-product-view .prod-box-1 .availability.out-of-stock strong {
  color: #ad5d5d;
}
.catalog-product-view .prod-box-1 .col-2 .par-2 {
  line-height: 14px;
  padding: 0 0 5px;
}
.catalog-product-view .prod-box-1 .col-2 .button-buy {
  width: 100%;
}
.catalog-product-view .icon-duvida {
  float: right;
  width: 14px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  background: #1d96db;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
}
.catalog-product-view .prod-box-2 {
  background: #9ba0a7 url(../images/icon-brinde.png) 20px center no-repeat;
}
.catalog-product-view .prod-box-2 .par-1 {
  float: left;
  color: #fff;
  line-height: 16px;
  padding: 0 0 0 50px;
}
.catalog-product-view .prod-box-2 .par-1 strong {
  font-size: 16px;
}
.catalog-product-view .prod-box-2 .veja-regra {
  float: right;
  line-height: 16px;
}
.catalog-product-view .prod-box-2 .veja-regra a {
  float: left;
  color: #fff;
  text-decoration: underline;
}
.catalog-product-view .prod-box-3 {
  padding: 15px;
  background: #fff url(../images/E3y_Cx1.gif) 25px 18px no-repeat;
}
.catalog-product-view .prod-box-3 .block-content {
  float: left;
}
.catalog-product-view #frm-frete {
  padding: 0 0 0 100px;
}
.catalog-product-view #frm-frete .form-input label {
  line-height: 36px;
  padding: 0 15px 0 0;
  font-size: 10px;
}
.catalog-product-view #frm-frete .form-input input {
  width: 130px;
  height: 36px;
  line-height: 34px;
  margin-right: 10px;
}
.catalog-product-view #frm-frete .button {
  line-height: 28px;
}
.catalog-product-view #shipping-estimate-results {
  margin-top: 20px;
}
.catalog-product-view #md-pg input {
  float: left;
  margin: 10px 10px 0 0;
}
.catalog-product-view #md-pg label {
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 15px;
}
.catalog-product-view #md-pg label img {
  float: left;
  margin-bottom: 10px;
}
.catalog-product-view #md-pg strong {
  display: block;
  float: none;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.catalog-product-view #md-pg a {
  display: block;
  white-space: nowrap;
}
.catalog-product-view #md-pg span {
  display: block;
  color: #c58d8d;
  text-transform: uppercase;
}
.catalog-product-view #md-pg .desc {
  float: left;
  margin: 0 0 5px 5px;
}
.catalog-product-view .prod-box-4 {
  padding: 15px;
}
.catalog-product-view .prod-box-4 * {
  float: left;
}
.catalog-product-view .prod-box-4 .share-icon {
  padding: 5px 15px 5px 0;
  border-right: solid 1px #c3c3c3;
  margin-right: 15px;
}
.catalog-product-view .prod-box-4 .share-lbl {
  line-height: 40px;
  padding: 0 10px 0 0;
}
.catalog-product-view .prod-box-4 .par-1 {
  float: right;
  padding: 6px 0 0;
  width: 200px;
}
.catalog-product-view .prod-box-5 * {
  float: left;
  display: inline;
  font-size: 12px;
  line-height: 40px;
}
.catalog-product-view .prod-box-5 .lbl {
  margin: 0;
  padding: 0 40px 0 0;
}
.catalog-product-view .prod-box-5 ul {
  margin: 0;
}
.catalog-product-view .prod-box-5 ul li {
  padding: 0 40px 0px 0;
}
.catalog-product-view .prod-box-5 ul li:last-child {
  padding: 0;
}
.catalog-product-view .prod-box-5 ul li a {
  color: #a6a6a6;
  text-decoration: underline;
}
.catalog-product-view .config-option {
  position: relative;
  border: solid 1px #dfdfdf;
  margin-bottom: 15px;
}
.catalog-product-view .config-option .config-option-header {
  border-bottom: solid 1px #dfdfdf;
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
}
.catalog-product-view .config-option .config-option-header h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  color: #d7d5d5;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.catalog-product-view .config-option .config-option-header h2 span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.catalog-product-view .config-option .config-option-header .preco-x {
  font-size: 14px;
  color: #3f3f3f;
  padding: 0 0 10px;
}
.catalog-product-view .config-option .config-option-header .preco-x span {
  font-size: 18px;
  font-weight: 400;
  color: #ad5d5d;
}
.catalog-product-view .config-option .config-option-header .price-list {
  color: #9a9a9a;
  position: relative;
}
.catalog-product-view .config-option .config-option-header .price-list .final-price-fixed {
  text-align: right;
}
.catalog-product-view .config-option .config-option-header .price-list .billet-fixed {
  text-align: left;
}
.catalog-product-view .config-option .config-option-header .price-list .billet-fixed::after {
  background: #c1c1c1;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.catalog-product-view .config-option .config-option-header.grey-scale {
  background: #bbbbbb;
}
.catalog-product-view .config-option .config-option-header.grey-scale h2 {
  color: #9a9a9a;
}
.catalog-product-view .config-option .config-option-header.grey-scale h2 span {
  padding-top: 15px;
}
.catalog-product-view .config-option .config-option-header.grey-scale h2 span:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: 'Versão';
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  text-transform: none;
}
.catalog-product-view .config-option .config-option-header.grey-scale .preco-x {
  color: #4f4f4f;
}
.catalog-product-view .config-option .config-option-header.grey-scale .preco-x span {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 300;
}
.catalog-product-view .config-option .config-option-header.grey-scale .preco-x strong {
  font-size: 24px;
  font-weight: 400;
  color: #4f4f4f;
}
.catalog-product-view .config-option .config-option-header.grey-scale .price-list {
  color: #4f4f4f;
  font-size: 12px;
}
.catalog-product-view .config-option .config-option-header.grey-scale .price-list .billet-fixed::after {
  background: #999999;
}
.catalog-product-view .config-option .bt-wrap {
  padding: 15px 15px 0;
  background: #f2f2f2;
}
.catalog-product-view .config-option .bt-wrap .button {
  width: 100%;
  margin-bottom: 15px;
}
.catalog-product-view .config-option.em-promocao:before {
  position: absolute;
  top: -10px;
  left: -8px;
  content: '';
  width: 92px;
  height: 131px;
  background: url(../images/em-promocao.png) 0 0 no-repeat;
}
.catalog-product-view .config-option .cmp-prod-act {
  padding: 15px 15px 0;
  background: #f2f2f2;
}
.catalog-product-view .config-option .cmp-prod-act .button {
  width: 100%;
  margin-bottom: 15px;
}
.catalog-product-view #log {
  height: 329px;
  overflow: auto;
  position: relative;
}
.catalog-product-view .hhjjj li {
  padding: 5px 20px;
  border-bottom: solid 1px #dfdfdf;
  font-size: 12px;
  line-height: 18px;
  color: #adadad;
}
.catalog-product-view .hhjjj li span {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
.catalog-product-view .bt-red a {
  background: #b25252;
  border-bottom-color: #8b3333;
}
.catalog-product-view .jsjshsh {
  padding: 25px 0 0;
}
.catalog-product-view .jsjshsh * {
  float: left;
  display: inline;
}
.catalog-product-view .jsjshsh .share-lbl {
  line-height: 30px;
  padding: 0 6px 0 0;
}
.catalog-product-view .tag-lbl {
  float: left;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}
.catalog-product-view .tag-list li {
  line-height: 30px;
  padding: 0 7px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
.catalog-product-view .tag-list li:last-child {
  padding: 0;
}
.catalog-product-view .tag-list li a {
  color: #fff;
  background: #59606d;
  padding: 0 10px;
}
.catalog-product-view .box-8-col-4 {
  padding: 0;
  border-bottom: solid 2px #e8e8e8;
}
.catalog-product-view .prod-box-8 .title-2 {
  display: inline-block;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  color: #383838;
  padding: 0 50px 0 0;
  text-transform: uppercase;
  background: url('../images/Qh2i_Dr3.gif') right 0 no-repeat;
}
.catalog-product-view .prod-box-8 .box-8-par-1 {
  padding: 0 0 30px;
}
.catalog-product-view .prod-box-8 .box-8-par-2 {
  padding: 0 0 10px;
}
.catalog-product-view .propaganda {
  margin: 0 0 10px;
}
.catalog-product-view .propaganda img {
  display: block;
  width: 100%;
}
.catalog-product-view #box-prazo {
  width: 450px;
  padding: 30px;
}
.koder-coupon {
  overflow: hidden;
  margin-bottom: 15px;
}
.koder-coupon .koder-coupon-col {
  float: left;
  overflow: hidden;
}
.koder-coupon .koder-coupon-col:first-child {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 66px;
  padding: 25px 15px;
  text-align: center;
  width: 40%;
}
.koder-coupon .koder-coupon-col:last-child {
  background-color: #ffb300;
  font-size: 30px;
  font-weight: bold;
  height: 66px;
  color: #000;
  padding: 15px 40px;
  position: relative;
  width: 60%;
}
.koder-coupon .koder-coupon-col.active {
  animation: color-me-in 2s;
}
@keyframes color-me-in {
  0% {
    background-color: #ffb300;
  }
  50% {
    background-color: #11b400;
  }
  100% {
    background-color: #ffb300;
  }
}
.koder-coupon .btn-copy {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  text-decoration: none;
}
.koder-coupon .btn-copy .icon {
  background: url(../images/copy-icon.png) center no-repeat;
  display: block;
  height: 20px;
  width: 20px;
}
.gallery-container {
  background: #000000;
  position: relative;
}
.gallery-container .gallery-image .item {
  text-align: center;
}
.gallery-container .gallery-image .item img {
  margin: 0 auto;
}
.gallery-container .gallery-nav {
  position: absolute;
  bottom: 15px;
  left: 105px;
  right: 105px;
}
.gallery-container .gallery-nav .item {
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}
.gallery-container .gallery-nav .item img {
  border: 1px solid #e99822;
  margin: 0 auto;
  width: 205px;
}
.gallery-container .gallery-nav .item.slick-current {
  opacity: 1;
}
.gallery-container .gallery-nav .slick-prev {
  left: -30px;
}
.gallery-container .gallery-nav .slick-next {
  right: -30px;
}
.koder-coupon-info {
  color: #272727;
  font-size: 12px;
}
.link-stock-alert .button.button-large {
  font-size: 18px;
  line-height: 40px;
}
.cms-page-view .text-content h1 {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #7d7d7d;
  margin: 0 0 30px;
  font-weight: 400;
}
.cms-page-view .text-content .titulo {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 15px;
  display: block;
}
.cms-page-view .text-content .titulo:before {
  float: left;
  font-family: 'fontello';
  font-size: 12px;
  content: '\e805';
  margin: 0 5px 0 0;
  color: #7d7d7d;
}
.cms-canais-de-atendimento .wrap.text-content,
.cms-central-de-atendimento .wrap.text-content {
  background: none !important;
  padding-left: 0;
  padding-right: 0;
}
.cms-central-de-atendimento .wrap.text-content {
  padding-top: 0;
}
.centrais-atendimento .service-channels,
.callcenter .service-channels {
  background-color: #fff;
  margin-bottom: 60px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.centrais-atendimento .service-channels .col,
.callcenter .service-channels .col {
  margin: 0;
}
.centrais-atendimento .service-channels .col:after,
.callcenter .service-channels .col:after {
  background-color: #ebebeb;
  height: 80px;
  top: -15px;
}
@media (max-width: 991px) {
  .centrais-atendimento .service-channels .card-channel,
  .callcenter .service-channels .card-channel {
    margin-bottom: 30px;
  }
}
.centrais-atendimento .service-channels .mid,
.callcenter .service-channels .mid {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .centrais-atendimento .service-channels,
  .callcenter .service-channels {
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.centrais-atendimento .col,
.callcenter .col {
  position: relative;
}
.centrais-atendimento .col:after,
.callcenter .col:after {
  background-color: #808080;
  content: '';
  height: 330px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.centrais-atendimento .col:last-child:after,
.callcenter .col:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .centrais-atendimento .col,
  .callcenter .col {
    margin-bottom: 60px;
  }
  .centrais-atendimento .col:after,
  .callcenter .col:after {
    display: none;
  }
}
.centrais-atendimento .card-channel,
.callcenter .card-channel {
  margin: 0 auto;
  max-width: 280px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .centrais-atendimento .card-channel,
  .callcenter .card-channel {
    max-width: 260px;
    padding-left: 0;
    padding-right: 0;
  }
}
.centrais-atendimento .open-chat,
.callcenter .open-chat,
.centrais-atendimento .open-chat-suport,
.callcenter .open-chat-suport,
.centrais-atendimento .open-email,
.callcenter .open-email,
.centrais-atendimento .open-onsite-avell,
.callcenter .open-onsite-avell,
.centrais-atendimento .open-sac,
.callcenter .open-sac,
.centrais-atendimento .open-service,
.callcenter .open-service,
.centrais-atendimento .sale-of-parts,
.callcenter .sale-of-parts,
.centrais-atendimento .faq,
.callcenter .faq,
.centrais-atendimento .manual,
.callcenter .manual,
.centrais-atendimento .warranty,
.callcenter .warranty,
.centrais-atendimento .open-callcenter,
.callcenter .open-callcenter,
.centrais-atendimento .called-opening,
.callcenter .called-opening {
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  margin-bottom: 65px;
  min-height: 51px;
}
.centrais-atendimento .open-service,
.callcenter .open-service,
.centrais-atendimento .called-opening,
.callcenter .called-opening,
.centrais-atendimento .sale-of-parts,
.callcenter .sale-of-parts,
.centrais-atendimento .faq,
.callcenter .faq,
.centrais-atendimento .manual,
.callcenter .manual,
.centrais-atendimento .warranty,
.callcenter .warranty,
.centrais-atendimento .open-callcenter,
.callcenter .open-callcenter {
  margin-bottom: 20px;
}
.centrais-atendimento .open-service .txt,
.callcenter .open-service .txt,
.centrais-atendimento .called-opening .txt,
.callcenter .called-opening .txt,
.centrais-atendimento .sale-of-parts .txt,
.callcenter .sale-of-parts .txt,
.centrais-atendimento .faq .txt,
.callcenter .faq .txt,
.centrais-atendimento .manual .txt,
.callcenter .manual .txt,
.centrais-atendimento .warranty .txt,
.callcenter .warranty .txt,
.centrais-atendimento .open-callcenter .txt,
.callcenter .open-callcenter .txt {
  color: #8c3434;
}
.centrais-atendimento .open-chat,
.callcenter .open-chat {
  background-image: url(../images/central/chat.png);
  background-size: 61px 48px;
  line-height: 25px;
  padding-left: 75px;
}
.centrais-atendimento .open-chat .txt,
.callcenter .open-chat .txt {
  display: block;
}
.centrais-atendimento .open-chat .txt:first-child,
.callcenter .open-chat .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .open-chat .txt:last-child,
.callcenter .open-chat .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .open-chat-suport,
.callcenter .open-chat-suport {
  background-image: url(../images/central/chat.png);
  background-size: 61px 48px;
  line-height: 25px;
  padding-left: 75px;
}
.centrais-atendimento .open-chat-suport .txt,
.callcenter .open-chat-suport .txt {
  display: block;
}
.centrais-atendimento .open-chat-suport .txt:first-child,
.callcenter .open-chat-suport .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .open-chat-suport .txt:last-child,
.callcenter .open-chat-suport .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .called-opening,
.callcenter .called-opening {
  background-image: url(../images/central/called-opening.png);
  background-size: 41px 53px;
  line-height: 25px;
  padding-left: 65px;
}
.centrais-atendimento .called-opening .txt,
.callcenter .called-opening .txt {
  display: block;
}
.centrais-atendimento .called-opening .txt:first-child,
.callcenter .called-opening .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .called-opening .txt:last-child,
.callcenter .called-opening .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .sale-of-parts,
.callcenter .sale-of-parts {
  background-image: url(../images/central/sale-of-parts.png);
  background-size: 52px 52px;
  line-height: 25px;
  padding-left: 65px;
}
.centrais-atendimento .sale-of-parts .txt,
.callcenter .sale-of-parts .txt {
  display: block;
}
.centrais-atendimento .sale-of-parts .txt:first-child,
.callcenter .sale-of-parts .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .sale-of-parts .txt:last-child,
.callcenter .sale-of-parts .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .faq,
.callcenter .faq {
  background-image: url(../images/central/faq.png);
  background-size: 56px 56px;
  line-height: 25px;
  padding-left: 65px;
}
.centrais-atendimento .faq .txt,
.callcenter .faq .txt {
  display: block;
}
.centrais-atendimento .faq .txt:first-child,
.callcenter .faq .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .faq .txt:last-child,
.callcenter .faq .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .manual,
.callcenter .manual {
  background-image: url(../images/central/manual.png);
  background-size: 57px 44px;
  line-height: 25px;
  padding-left: 65px;
}
.centrais-atendimento .manual .txt,
.callcenter .manual .txt {
  display: block;
}
.centrais-atendimento .manual .txt:first-child,
.callcenter .manual .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .manual .txt:last-child,
.callcenter .manual .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .warranty,
.callcenter .warranty {
  background-image: url(../images/central/warranty.png);
  background-size: 51px 51px;
  line-height: 25px;
  padding-left: 65px;
}
.centrais-atendimento .warranty .txt,
.callcenter .warranty .txt {
  display: block;
}
.centrais-atendimento .warranty .txt:first-child,
.callcenter .warranty .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .warranty .txt:last-child,
.callcenter .warranty .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .open-callcenter,
.callcenter .open-callcenter {
  background-image: url(../images/central/open-callcenter.png);
  background-size: 61px 48px;
  line-height: 25px;
  padding-left: 65px;
}
.centrais-atendimento .open-callcenter .txt,
.callcenter .open-callcenter .txt {
  display: block;
}
.centrais-atendimento .open-callcenter .txt:first-child,
.callcenter .open-callcenter .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .open-callcenter .txt:last-child,
.callcenter .open-callcenter .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .open-service,
.callcenter .open-service {
  background-image: url(../images/central/service.png);
  background-size: 52px 42px;
  line-height: 25px;
  padding-left: 65px;
}
.centrais-atendimento .open-service .txt,
.callcenter .open-service .txt {
  display: block;
}
.centrais-atendimento .open-service .txt:first-child,
.callcenter .open-service .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .open-service .txt:last-child,
.callcenter .open-service .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .open-email,
.callcenter .open-email {
  background-image: url(../images/central/email.png);
  background-size: 61px 48px;
  line-height: 25px;
  padding-left: 75px;
}
.centrais-atendimento .open-email .txt,
.callcenter .open-email .txt {
  display: block;
}
.centrais-atendimento .open-email .txt:first-child,
.callcenter .open-email .txt:first-child {
  font-size: 18px;
}
.centrais-atendimento .open-email .txt:last-child,
.callcenter .open-email .txt:last-child {
  font-size: 24px;
  font-weight: 700;
}
.centrais-atendimento .open-onsite-avell,
.callcenter .open-onsite-avell {
  background-image: url(../images/central/onsite.png);
  background-size: contain;
  height: 51px;
  padding: 30px 0 0 25px;
  width: 161px;
}
.centrais-atendimento .open-onsite-avell .txt,
.callcenter .open-onsite-avell .txt {
  display: block;
  font-size: 28px;
  font-weight: 300;
  margin-top: -3px;
  text-align: right;
  text-transform: uppercase;
}
.centrais-atendimento .open-sac,
.callcenter .open-sac {
  background-image: url(../images/central/sac_new_widthout_phone.png);
  background-size: contain;
  height: 51px;
  padding: 30px 0 0 25px;
  width: 161px;
}
.centrais-atendimento .open-sac .txt,
.callcenter .open-sac .txt {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin-top: -3px;
  text-align: right;
  text-transform: uppercase;
}
.centrais-atendimento .title,
.callcenter .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.centrais-atendimento .text,
.callcenter .text {
  font-size: 14px;
}
.centrais-atendimento .text-atendimento,
.callcenter .text-atendimento {
  color: #808080;
  display: block;
  font-size: 12px;
  margin-top: 50px;
  max-width: 290px;
  width: 100%;
}
.callcenter .col {
  margin-bottom: 60px;
}
.callcenter .col:after {
  height: 210px;
}
@media (max-width: 991px) {
  .callcenter .col {
    margin-bottom: 30px;
  }
}
.callcenter .card-channel {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .callcenter .card-channel {
    padding-left: 0;
    padding-right: 0;
  }
}
.callcenter-attendance {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .callcenter-attendance {
    margin-top: 0;
  }
}
.central-atendimento .link span {
  background-image: url(../images/central/suporte.png);
  background-size: 37px 35px;
  background-position: center 0;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 40px 0 0;
}
.md-chat-widget-wrapper .md-chat-widget-btn-container {
  bottom: 21px !important;
  right: -60px !important;
}
.md-chat-widget-wrapper .md-chat-widget-btn-container.active {
  right: 20px !important;
}
.grecaptcha-badge {
  bottom: 165px !important;
  z-index: 1;
}
.ticket-form-suport .btn-link {
  font-size: 12px;
}
.ticket-form-suport .open-ticket-button {
  margin-top: 10px;
}
.customer-dashboard-navigation .avatar {
  text-align: center;
  width: 85px;
  margin: 0 auto 15px;
}
.customer-dashboard-navigation .avatar img {
  border-radius: 50%;
}
.customer-dashboard-welcome .avatar {
  text-align: center;
  margin: 50px 0;
}
.customer-dashboard-welcome .avatar img {
  border-radius: 50%;
}
.customer-dashboard-welcome .greeting {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 18px;
}
.customer-dashboard-welcome .greeting span {
  font-weight: 500;
}
.customer-dashboard-welcome p {
  padding: 0 60px;
}
.progress-bar-container {
  margin-bottom: 45px;
}
.progress-bar-container .label {
  font-size: 12px;
  float: left;
}
.progress-bar-container p {
  color: #b1b1b1;
  font-size: 12px;
  margin-bottom: 0;
  clear: both;
}
.progress-bar-container a {
  text-decoration: underline;
  color: #b1b1b1;
}
.progress-bar {
  background-color: #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  display: block;
  float: left;
  margin: 3px 35px 20px 10px;
  position: relative;
  width: 160px;
}
.progress-bar .loaded {
  background-color: #bdbdbd;
  display: block;
  height: 10px;
}
.progress-bar .percent {
  color: #b1b1b1;
  font-size: 10px;
  position: absolute;
  right: -35px;
  top: -2px;
}
.customer-dob > div {
  float: left;
  width: 50px;
  margin-right: 15px;
}
.customer-dob > div label {
  font-size: 10px;
  color: #b1b1b1;
}
.customer-dob .dob-year {
  width: 90px;
}
.customer-dob input {
  margin-bottom: 0px;
}
.info-block-list .item.new-address {
  border: 1px dashed #cdcdcd;
}
.info-block-list .item.new-address a {
  color: #5d6c7d;
  display: block;
  font-size: 13px;
  height: 156px;
  line-height: 156px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.info-block-list .item.new-address a::after {
  background: #5d6c7d none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  content: "+";
  font-size: 37px;
  height: 45px;
  left: 50%;
  line-height: 45px;
  margin-left: -22px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 45px;
}
.hotsite-hotsite-view #hotsite-header {
  position: relative;
}
.hotsite-hotsite-view #hotsite-header .info {
  color: #FFFFFF;
  bottom: 25px;
  left: 25px;
  position: absolute;
}
.hotsite-hotsite-view #hotsite-content .hotsite-title {
  margin: 0;
  font-size: 21px;
}
@media only screen and (min-width: 992px) {
  .hotsite-hotsite-view .product-list > div > div:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hotsite-hotsite-view .product-list > div > div:nth-child(2n+1) {
    clear: left;
  }
}
.page-title {
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  color: #9a9a9a;
  margin: 0 0 30px;
}
.page-title span {
  font-weight: 400;
}
.page-title:before {
  float: left;
  font-family: 'fontello';
  font-size: 18px;
  content: '\e805';
  margin: 0 10px 0 0;
  color: #7d7d7d;
}
.page-title-2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 15px;
  margin-top: 10px;
}
.page-title-2 span {
  font-weight: 400;
}
.page-title-2:before {
  float: left;
  font-family: 'fontello';
  font-size: 14px;
  content: '\e805';
  margin: 0 10px 0 0;
  color: #7d7d7d;
}
.messages > li {
  padding: 25px 15px 10px;
}
.messages li {
  margin-bottom: 15px;
}
.messages .success-msg {
  background: #98ca69;
}
.messages .error-msg {
  background: #AD5D5D;
  color: #FFFFFF;
}
#sidebar .link-list {
  margin-bottom: 25px;
}
#sidebar .link-list li {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}
.table {
  margin-bottom: 15px;
}
.table .header {
  background: #9ba0a7;
  padding: 0 15px;
}
.table .header > div {
  border-bottom: 5px solid #9ba0a7;
  color: #fff;
  line-height: 70px;
  text-transform: uppercase;
}
.table .body {
  background: #fcfcfc;
  padding: 0 15px;
  border: 1px solid #9ba0a7;
  color: #717881;
  font-size: 12px;
}
.table .body > .row {
  padding: 15px 0;
  border-bottom: 5px solid #9ba0a7;
}
.table .body > .row:last-child {
  border-bottom: 0;
}
.table .body .title {
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.table .body .list li {
  padding: 0 0 15px;
}
.table .body .list .title {
  font-size: 14px;
  color: #717881;
  text-decoration: underline;
  font-weight: 700;
}
.table .body .list .content {
  color: #717881;
  font-size: 12px;
}
.table .footer {
  border: 1px solid #dcdcdc;
  background: #F2F2F2;
  padding: 15px;
}
.table .footer p {
  font-size: 12px;
  line-height: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
}
#comparison-bar {
  padding: 8px 0 8px 70px;
  background: #b2b2b2;
}
#comparison-bar > * {
  float: left;
  display: inline;
}
#comparison-bar .par-2 {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin: 9px 80px 5px 0;
}
#comparison-bar .par-2 strong {
  display: block;
  padding: 4px 0 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
#comparison-bar .par-2 strong span {
  float: right;
  font-size: 11px;
  line-height: 16px;
  background: #fff;
  color: #858585;
  padding: 0 5px;
  margin: 0 0 0 5px;
  font-weight: 100;
}
#comparison-bar ul {
  margin: 0 50px 0 0;
}
#comparison-bar ul * {
  float: left;
  display: inline;
}
#comparison-bar ul li {
  width: 48px;
  font-size: 22px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #c5c5c5;
  margin: 0 10px 0 0;
}
#comparison-bar ul li > * {
  width: 100%;
  color: #fff;
}
#comparison-bar ul li:last-child {
  margin: 0;
}
#comparison-bar .button {
  margin: 0;
  line-height: 42px;
}
#comparison-bar .par-3 {
  font-size: 12px;
  line-height: 48px;
  color: #fff;
}
.toolbar .filter-top {
  padding: 12px 15px;
}
.toolbar .filter-top * {
  float: left;
  display: inline;
  line-height: 30px;
}
.toolbar .filter-top .par-2 {
  padding: 0 10px 0 0;
  font-size: 12px;
}
.toolbar .filter-top .select-wrap {
  width: 230px;
}
.toolbar .filter-top .select-wrap span,
.toolbar .filter-top .select-wrap .selector {
  width: 230px;
  height: 30px;
}
.toolbar .filter-top .select-wrap select {
  width: 230px;
  height: 30px;
  font-size: 13px;
}
.toolbar .sort .par-2 {
  padding: 0 10px 0 0;
}
.toolbar .sort a {
  padding: 0 25px 0 30px;
  color: #a7a7a7;
}
.toolbar .sort-list {
  padding: 0 25px 0 0;
}
.toolbar .sort-list a {
  background: url(../images/Gr32_K81y.gif) 0 center no-repeat;
}
.toolbar .sort-table a {
  background: url(../images/nF_Uv29.gif) 0 center no-repeat;
}
.toolbar .list {
  background: url(../images/Gr32_K81y.gif) 0 center no-repeat;
}
.toolbar .grid {
  background: url(../images/nF_Uv29.gif) 0 center no-repeat;
}
.toolbar.toolbar-bottom .filter-top,
.toolbar.toolbar-bottom .pagination-bar .items-count,
.toolbar.toolbar-bottom .pagination-bar .items-limit {
  display: none;
}
.toolbar .pagination-bar {
  margin: 0;
  padding-bottom: 0;
}
.toolbar .pagination-bar * {
  float: left;
  display: inline;
  font-size: 12px;
  line-height: 30px;
  color: #a2a2a2;
}
.toolbar .pagination-bar select,
.toolbar .pagination-bar .select-wrap span,
.toolbar .pagination-bar .select-wrap .selector {
  line-height: 30px;
  height: 30px;
  width: 52px;
}
.toolbar .pagination-bar .items-count {
  padding: 0 15px 0 0;
  border-right: solid 1px #ddd;
}
.toolbar .pagination-bar .items-limit {
  padding: 0 6px 0 15px;
}
.toolbar .pagination-bar .items-limit label {
  margin-right: 5px;
}
.toolbar .pagination-bar .select-wrap {
  height: 30px;
}
.toolbar .pagination-bar .select-wrap select {
  width: 52px;
  height: 30px;
}
.toolbar .pagination-bar .lbl-paginator {
  font-size: 12px;
  padding: 0 10px 0 0;
  line-height: 30px;
  color: #a2a2a2;
}
.toolbar .lbl-paginator {
  font-size: 12px;
  padding: 0 10px 0 0;
  line-height: 26px;
  color: #a2a2a2;
}
.toolbar .paginator * {
  float: left;
  display: inline;
}
.toolbar .paginator li {
  font-size: 12px;
  line-height: 30px;
  min-width: 32px;
}
.toolbar .paginator li a {
  color: #a2a2a2;
}
.toolbar .paginator li a:hover {
  text-decoration: underline;
}
.toolbar .paginator .first {
  padding: 0 10px 0 0;
}
.toolbar .paginator .first a:before {
  float: left;
  font: normal 10px/26px 'fontello';
  letter-spacing: -2px;
  content: '\e807\e807';
  color: #a2a2a2;
  margin: 0 5px 0 0;
}
.toolbar .paginator .prev {
  padding: 0 10px 0 0;
}
.toolbar .paginator .prev a:before {
  float: left;
  font: normal 10px/26px 'fontello';
  content: '\e807';
  color: #a2a2a2;
  margin: 0 3px 0 0;
}
.toolbar .paginator .num {
  padding: 0 5px 0 0;
  text-align: center;
}
.toolbar .paginator .num a {
  min-width: 32px;
  padding: 0 8px;
  background: #f4f4f4;
  border-bottom: solid 2px #e4e4e4;
}
.toolbar .paginator .num a:hover {
  color: #f4f4f4;
  background: #a2a2a2;
}
.toolbar .paginator .next {
  padding: 0 5px;
}
.toolbar .paginator .next a:after {
  float: right;
  font: normal 10px/30px 'fontello';
  content: '\e805';
  color: #a2a2a2;
  margin: 0 0 0 3px;
}
.toolbar .paginator .last {
  padding: 0 0 0 5px;
}
.toolbar .paginator .last a:after {
  float: right;
  font: normal 10px/26px 'fontello';
  content: '\e805\e805';
  letter-spacing: -2px;
  color: #a2a2a2;
  margin: 0 0 0 5px;
}
.info-block-list .item {
  border: 1px solid #cdcdcd;
  padding: 15px 15px 0;
  margin-bottom: 15px;
}
.info-block-list .item .title {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 25px;
  font-weight: 400;
}
.info-block-list .item .content {
  font-style: normal;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
}
.info-block-list .item .buttons-set .button {
  width: 100%;
  margin-bottom: 15px;
}
.list-items .item .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.list-items .item .content {
  font-style: normal;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
}
.input-quantity {
  display: table;
  margin: auto;
  padding: 0 0 10px;
}
.input-quantity button {
  float: left;
  width: 28px;
  height: 28px;
  background: #ededed;
}
.input-quantity input {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 1px;
  background: #f6f6f6;
  padding: 0;
}
#andamento-processo {
  padding-top: 15px;
}
#andamento-processo .passos {
  margin: 0 auto;
  max-width: 1220px;
  overflow: hidden;
  position: relative;
}
#andamento-processo .passos li {
  float: left;
  width: 95px;
  text-align: center;
  margin: 0;
  height: auto;
}
#andamento-processo .passos .divisor-passo {
  width: auto;
}
#andamento-processo .passos .divisor-passo span {
  display: block;
  background: #b9b8b8;
  height: 3px;
  width: 30px;
  margin: 70px 0;
}
#andamento-processo .passos .divisor-passo.current span {
  background: #f0cf5a;
}
#andamento-processo .passos .divisor-passo.canceled span {
  background: #a40000;
}
#andamento-processo .passos .divisor-passo.done span {
  background: #7bc143;
}
#andamento-processo .passos .nome {
  color: #747474;
  font-size: 12px;
  font-weight: 100;
  line-height: 14px;
  height: 28px;
  padding: 0 10px;
}
#andamento-processo .passos .data,
#andamento-processo .passos .hora {
  font-size: 12px;
  line-height: 12px;
  color: #747474;
}
#andamento-processo .passos .icon {
  margin: 10px auto;
  background: url("../images/sprite-order-status.jpg") no-repeat left top;
  display: block;
  width: 80px;
  height: 60px;
}
#andamento-processo .passos .status {
  margin-top: 10px;
  display: block;
  background: #b9b8b8;
  color: #FFFFFF;
  padding: 5px;
  font-size: 12px;
}
#andamento-processo .passos .current .status {
  background: #f0cf5a;
}
#andamento-processo .passos .canceled .status {
  background: #a40000;
}
#andamento-processo .passos .done .status {
  background: #7bc143;
}
#andamento-processo .passos .realizado .icon {
  background-position: -12px -182px;
}
#andamento-processo .passos .realizado .status {
  background: #7bc143;
}
#andamento-processo .passos .pagamento .icon {
  background-position: -101px 0px;
}
#andamento-processo .passos .pagamento.current .icon {
  background-position: -101px -62px;
}
#andamento-processo .passos .pagamento.canceled .icon {
  background-position: -101px -124px;
}
#andamento-processo .passos .pagamento.done .icon {
  background-position: -101px -182px;
}
#andamento-processo .passos .producao .icon {
  background-position: -210px 0px;
}
#andamento-processo .passos .producao.current .icon {
  background-position: -210px -62px;
}
#andamento-processo .passos .producao.canceled .icon {
  background-position: -210px -124px;
}
#andamento-processo .passos .producao.done .icon {
  background-position: -210px -182px;
}
#andamento-processo .passos .qualidade .icon {
  background-position: -327px 0px;
}
#andamento-processo .passos .qualidade.current .icon {
  background-position: -327px -62px;
}
#andamento-processo .passos .qualidade.canceled .icon {
  background-position: -327px -124px;
}
#andamento-processo .passos .qualidade.done .icon {
  background-position: -327px -182px;
}
#andamento-processo .passos .faturado .icon {
  background-position: -444px 0px;
}
#andamento-processo .passos .faturado.current .icon {
  background-position: -444px -62px;
}
#andamento-processo .passos .faturado.canceled .icon {
  background-position: -444px -120px;
}
#andamento-processo .passos .faturado.done .icon {
  background-position: -444px -182px;
}
#andamento-processo .passos .transito .icon {
  background-position: -563px 0px;
}
#andamento-processo .passos .transito.current .icon {
  background-position: -563px -62px;
}
#andamento-processo .passos .transito.canceled .icon {
  background-position: -563px -124px;
}
#andamento-processo .passos .transito.done .icon {
  background-position: -563px -182px;
}
#andamento-processo .passos .unboxing {
  padding-top: 27px;
  width: 130px;
}
#andamento-processo .passos .unboxing p {
  color: #7ac142;
  font-weight: bold;
  font-size: 14px;
}
#andamento-processo .passos .unboxing a {
  background: url("../images/icon-question.jpg") no-repeat right 26px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #747474;
  padding: 6px;
  display: block;
}
.wishlist-index-index .buttons-set .button {
  width: 100%;
  margin-bottom: 10px;
}
.suport-form {
  margin-top: 5px;
}
.ticket-index-visualizar .wrap {
  padding: 25px;
}
.ticket-index-visualizar .block-item {
  border-bottom: 1px solid gray;
}
.ticket-index-visualizar .block-item.status {
  border-top: 1px solid gray;
  padding-top: 10px;
}
.ticket-index-visualizar .title {
  display: inline-block;
}
.ticket-index-visualizar p {
  display: inline-block;
}
.relatorio-format {
  line-height: 30px;
}
#uniform-nome-vendedor {
  overflow: inherit;
}
#uniform-nome-vendedor div.selector,
#uniform-nome-vendedor span {
  height: 30px;
  margin-bottom: 10px;
}
#uniform-consultants {
  overflow: inherit;
}
#uniform-consultants div.selector,
#uniform-consultants span {
  height: 30px;
  margin-bottom: 10px;
}
#uniform-installments {
  overflow: inherit;
  white-space: nowrap;
}
#uniform-installments div.selector,
#uniform-installments span {
  height: 30px;
  margin-bottom: 10px;
}
#uniform-nome-suporte {
  overflow: inherit;
}
#uniform-nome-suporte div.selector,
#uniform-nome-suporte span {
  height: 30px;
  margin-bottom: 10px;
}
#onestepcheckout-place-order button {
  margin-top: 10px;
}
#octadesk-octachat-appchat {
  margin-right: 61px;
}
.related-carroussel {
  padding: 0 15px;
}
.related-carroussel .item {
  margin-right: 15px;
  position: relative;
  padding: 15px;
  height: 280px;
}
.related-carroussel .item .label {
  display: block;
  font-weight: bold;
}
.related-carroussel .item .label .title-block {
  display: block;
}
.related-carroussel .item .label .price-block {
  background: #f8f8f8;
  bottom: 0;
  color: #CD0000;
  display: block;
  margin-left: -15px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  text-align: right;
  width: 100%;
}
.related-carroussel .item .label .img-related {
  display: block;
  margin-bottom: 15px;
  padding: 0;
}
.related-carroussel .item .related-title {
  display: block;
  font-weight: bold;
}
.related-carroussel .item .checker {
  position: absolute;
  top: 5px;
  left: 5px;
}
.related-carroussel .item .price-related-block {
  display: block;
  color: #CD0000;
  text-align: right;
  overflow: hidden;
  background: #f8f8f8;
  width: 100%;
}
.wrap.promotional-text p {
  margin-bottom: 0 !important;
}
.grecaptcha-badge {
  display: none;
}
/*
html {
  font-size: 62.5%;
}
#frm-search input {
	font-size: unit(1,rem);
}
*/
@media (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}
@media (min-width: 767px) {
  .product-list-list .item {
    display: table;
    float: none;
  }
  .product-list-list .item .image {
    display: table-cell;
    float: none;
  }
  .product-list-list .item .informations {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .product-list-list .item .actions-prices {
    display: table-cell;
    float: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  #gotop {
    display: none !important;
  }
  #frm-search {
    width: 300px;
  }
  .wishlist-index-index .input-quantity input {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .wishlist-index-index .input-quantity button {
    width: 26px;
    height: 26px;
  }
  .customer-address-form .buttons-set .button {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-cart-index .estimate-shipping-form input {
    margin-bottom: 10px;
  }
  .checkout-cart-index a.button.button-red-1.button-large.pull-right {
    font-size: 24px;
  }
  .customer-account-create .form .radio-box label {
    margin: 0 9px 5px 0;
  }
  .catalog-product-view .config-option .config-option-header h2 {
    font-size: 30px;
  }
  .checkout-onepage-index .passos li {
    line-height: 70px;
    background-image: none;
    display: none;
  }
  .checkout-onepage-index .passos li::after {
    border-style: solid solid none none;
    border-width: 1px;
    border-top-width: 2px;
    content: "";
    height: 50px;
    width: 15px;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: -10px;
    transform: skew(-18deg, 73deg);
    background-color: #6c7780;
    z-index: -1;
  }
  .checkout-onepage-index .passos li.current {
    display: block;
  }
  .checkout-onepage-index .passos li:first-child {
    margin: 0;
  }
  .checkout-onepage-index .passos .current {
    background-image: none;
  }
  .checkout-onepage-index .passos .current p {
    background-image: none;
    right: 0;
    padding: 0 7px;
  }
  .checkout-onepage-index .barra-area {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  .checkout-onepage-index .barra {
    position: relative;
    display: block;
    width: 100%;
    background-color: #eee;
    padding: 1px;
    width: calc(100% - 45px);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .checkout-onepage-index .carga {
    height: 10px;
    display: block;
    background-color: #BDBDBD;
    width: 0%;
    -webkit-transition: width .60s ease;
    -moz-transition: width .60s ease;
    -o-transition: width .60s ease;
    transition: width 0.6s ease;
  }
  .checkout-onepage-index .etapa {
    width: 30px;
    float: right;
    margin-top: -14px;
    font-size: 12px;
  }
  .box-tem-duvida .lbl {
    display: none;
  }
  .sales-order-view #andamento-processo {
    display: none;
  }
  .cms-index-index .wrap {
    padding: 25px 3px;
  }
  .cms-index-index .wrap .products-carroussel {
    padding: 0 3px;
  }
  .cms-index-index .wrap .products-carroussel .slick-next {
    right: -13px;
  }
  .cms-index-index .wrap .products-carroussel .slick-arrow {
    top: 25%;
  }
  .cms-index-index .wrap .products-carroussel .slick-arrow::before {
    font-size: 25px;
  }
  .cms-index-index .wrap .products-carroussel .slick-prev {
    left: -13px;
  }
  .cms-index-index .wrap .products-carroussel .slick-arrow {
    top: 25%;
  }
  .cms-index-index .wrap .products-carroussel .slick-arrow::before {
    font-size: 25px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  #top-header-block #main-header .menu,
  #top-header-block #user-bar,
  #language-menu,
  #btn-hide-menu,
  #navigation-menu {
    display: none;
  }
  body {
    /*padding-top: 0px !important;*/
  }
  #btn-mobile-menu {
    display: block;
    float: left;
    padding: 25px 0;
    margin-right: 15px;
  }
  #btn-mobile-menu a {
    display: block;
  }
  #btn-mobile-menu .icon-bar {
    background: #FFFFFF;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
  }
  #btn-mobile-menu .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  #secondary-mobile-menu {
    float: right;
    overflow: hidden;
  }
  #secondary-mobile-menu li {
    float: left;
    margin-left: 05px;
  }
  #secondary-mobile-menu li a {
    display: block;
    width: 35px;
    height: 70px;
  }
  #secondary-mobile-menu li.cart {
    background: url('../images/icon-cart.png') no-repeat center center;
  }
  #secondary-mobile-menu li.search {
    background: url('../images/icon-search-open.png') no-repeat center center;
  }
  #secondary-mobile-menu li.search.open {
    background: url('../images/icon-search-close.png') no-repeat center center;
  }
  #secondary-mobile-menu li.customer-service {
    background: url('../images/icon-customer-service.png') no-repeat center center;
  }
  #mobile-menu {
    background: transparent;
    margin-top: 70px;
    max-width: 100%;
    width: 100%;
    z-index: 2;
  }
  html.mm-front .mm-slideout {
    z-index: 1 !important;
  }
  #mobile-menu.mm-opened {
    display: block;
  }
  #mobile-menu .mm-panel {
    background: rgba(55, 55, 55, 0.95);
  }
  #mobile-menu .mm-panel.mm-subopened {
    transform: translate3d(-100%, 0px, 0px);
  }
  #mobile-menu .mm-listview > li:not(.mm-divider)::after {
    right: 20px;
  }
  #mobile-menu .mm-listview .mm-next {
    width: 100%;
  }
  #mobile-menu .mm-listview .mm-next::before {
    border-left: 0;
  }
  #mobile-menu .mm-navbar {
    height: 50px;
    line-height: 25px;
    padding: 0 60px;
  }
  #mobile-menu .mm-navbar .mm-prev {
    background: #585757;
  }
  #mobile-menu .mm-navbar .mm-title {
    text-align: left;
    padding-left: 15px;
    height: 49px;
  }
  #mobile-menu .mm-navbar .mm-btn {
    width: 60px;
    height: 49px;
  }
  #mobile-menu > .mm-panel > .mm-listview {
    margin-top: -10px;
  }
  #mobile-menu a,
  #mobile-menu span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
  }
  #mobile-menu .mm-listview > li > a,
  #mobile-menu .mm-listview > li > span {
    padding: 15px 10px 15px 20px;
  }
  #mobile-menu .mm-next::after,
  #mobile-menu .mm-arrow::after {
    right: 30px;
    width: 10px;
    height: 10px;
    border-color: #d7d7d7;
  }
  #mobile-menu .mm-prev::before {
    left: 27px;
    width: 10px;
    height: 10px;
    border-color: #FFFFFF;
  }
  #mobile-menu #mm-0 {
    padding-top: 0;
    margin-top: -10px;
  }
  #mobile-menu #mm-0 .mm-navbar {
    display: none;
  }
  #top-header-block #main-header {
    height: 70px;
    margin-bottom: 15px;
    top: 0 !important;
  }
  #top-header-block #main-header #site-title {
    margin: 15px;
  }
  #top-header-block #main-header #site-title a {
    width: 90px;
    height: 40px;
  }
  #frm-search {
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 15px;
    background: #3b3b3b;
  }
  #frm-search.open {
    display: block;
  }
  #frm-search input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #frm-search button {
    background: url('../images/icon-search-button.png') no-repeat center center;
    height: 40px;
    line-height: 40px;
    width: 60px;
    right: 15px;
  }
  .busca-index-index .product-list > div > div:nth-child(3n+1),
  .catalogsearch-advanced-result .product-list > div > div:nth-child(3n+1),
  .catalog-category-view .product-list > div > div:nth-child(3n+1) {
    clear: none;
  }
  .busca-index-index .product-list > div > div:nth-child(2n+1),
  .catalogsearch-advanced-result .product-list > div > div:nth-child(2n+1),
  .catalog-category-view .product-list > div > div:nth-child(2n+1) {
    clear: left;
  }
  .catalog-product-view .ui-tabs-nav {
    border-bottom: 0;
  }
  .catalog-product-view .ui-tabs-nav .ui-state-default a {
    margin-bottom: 10px;
  }
  #product-options-sidebar {
    position: inherit;
    top: 0;
  }
  #main-footer .footer-social ul li {
    display: inline-block;
    margin-right: 2px;
    width: 32px;
  }
  #main-footer .footer-social ul li a {
    text-indent: -9999px;
  }
  #main-footer .footer-social ul li a::before {
    text-indent: 0px;
  }
  #checkout-step-login .login-col-2 {
    margin-top: 50px;
  }
  .checkout-onepage-index .zzaa {
    padding: 20px 30px;
  }
  .box-tem-duvida .lbl {
    display: block;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  #banner-home figure img.banner-desktop {
    display: none;
  }
  #banner-home figure img.banner-tablet {
    display: block;
  }
  .wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #checkout-review-submit a.button.button-prev {
    width: 100%;
    margin-bottom: 5px;
  }
  #checkout-review-submit .button.button-red-1.button-large.pull-right {
    width: 100%;
  }
  .checkout-cart-index .button.button-large span {
    text-align: center;
  }
  .checkout-cart-index a.button.button-red-1.button-large.pull-right {
    width: 100%;
  }
  .checkout-cart-index .sec-3 .button.button-grey-4 {
    width: 100%;
    margin-bottom: 10px;
  }
  .catalog-product-view #product-options-wrapper .select-type {
    border-bottom: 0;
  }
  .catalog-product-view #product-options-wrapper .select-type li {
    margin-right: 30px;
    border-bottom: 0;
  }
  .catalog-product-view #product-options-wrapper .select-type li a {
    width: 100%;
    margin-bottom: 1px;
  }
  .catalog-category-view .toolbar .pagination-bar .items-count {
    margin-bottom: 5px;
    border-right: 0;
  }
  .catalog-category-view .toolbar .pagination-bar .items-limit {
    padding: 0 6px 0 0;
    margin-bottom: 5px;
  }
  .catalog-category-view .toolbar .pagination-bar * {
    float: left !important;
  }
  .catalog-category-view .form-busca .box-filter {
    margin: 20px 0 0;
  }
  .catalog-category-view .form-busca .box-filter .filter-list {
    display: none;
  }
  .frm-newsletter .form-row,
  #frm-newsletter .form-row {
    margin-left: 0;
    padding: 0 33px;
    width: 100%;
  }
  .frm-newsletter .form-row label,
  #frm-newsletter .form-row label {
    margin-bottom: 15px;
  }
  .frm-newsletter .form-row input,
  #frm-newsletter .form-row input {
    width: 100%;
  }
  .frm-newsletter .form-row button,
  #frm-newsletter .form-row button {
    top: auto;
    bottom: 4px;
    right: 19px;
  }
  #uniform-finalidade {
    height: 42px;
  }
  #form-validate-submit-newsletter {
    right: 144px;
    top: 175px;
    height: 41px;
  }
  .checkout-onepage-index .payment-method-list .payment-method {
    text-align: center;
    padding: 0 15px;
  }
  .checkout-onepage-index .payment-method-list .payment-method .instructions p {
    margin: 0 0 15px 15px;
  }
  .checkout-onepage-index .payment-method-list .payment-method .title,
  .checkout-onepage-index .payment-method-list .payment-method .price {
    margin-bottom: 15px;
  }
  .checkout-onepage-index .payment-method-list .payment-method .description,
  .checkout-onepage-index .payment-method-list .payment-method .logo {
    margin: 15px 0;
  }
  .checkout-onepage-index .payment-method-list .payment-method > .row {
    display: block;
    width: auto;
  }
  .checkout-onepage-index .payment-method-list .payment-method > .row > div {
    display: block;
  }
  .checkout-onepage-index .payment-method-list .payment-method a.button.button-grey-2.button-next.pull-right {
    float: none !important;
    text-align: center;
    font-size: 12px;
    width: 100%;
  }
  .checkout-onepage-index .button.button-grey-2 {
    width: 100%;
  }
  .checkout-onepage-index .zzaa .pull-right {
    float: none !important;
  }
  .checkout-onepage-index .zzaa .pull-right input {
    width: 100%;
  }
  #shipping-method-buttons-container .button {
    width: 100%;
    margin-bottom: 15px;
  }
  .button-cart-top {
    display: none;
  }
  #main-footer .container {
    padding: 0;
  }
  #main-footer .row {
    margin: 0;
  }
  #main-footer .row > div {
    padding: 0;
  }
  #main-footer .wrap {
    padding: 0;
    background: #dddddd;
  }
  #main-footer .box-informacoes,
  #main-footer .box-informacoes .content {
    display: none;
  }
  #main-footer .box-institutional,
  #main-footer .box-telesales,
  #main-footer .footer-social {
    display: block;
  }
  #main-footer .footer-social ul {
    margin-top: 20px;
  }
  #main-footer .footer-social ul li {
    margin: 0 10px;
  }
  #main-footer .box-informacoes {
    padding: 0;
  }
  #main-footer .box-informacoes .titulo {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 25px 35px;
    border-bottom: 1px solid #a5a5a5;
  }
  #main-footer .box-informacoes .titulo::after {
    content: "+";
    float: right;
    font-size: 25px;
    line-height: 16px;
  }
  #main-footer .box-informacoes .content {
    background: #cbcbcb;
    border-bottom: 1px solid #a5a5a5;
    text-align: center;
    padding: 5px 0 25px;
  }
  #main-footer .box-informacoes .content ul,
  #main-footer .box-informacoes .content p {
    margin-bottom: 0;
    margin-top: 1.4em;
  }
  #main-footer .box-informacoes.open .titulo::after {
    content: "-";
  }
  #main-footer .box-informacoes.open .content {
    display: block;
  }
  #opc-shipping .button {
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-cart-index .val-frete {
    margin-bottom: 10px;
  }
  .sales-order-history .order-list .item > div {
    margin-bottom: 15px;
  }
  .sales-order-history .items-info > div {
    text-align: center;
    margin-bottom: 15px;
  }
  .sales-order-view .item-list .item .info > div {
    text-align: center;
    margin-bottom: 15px;
  }
  .wishlist-index-index .product-info > div {
    text-align: center;
    margin-bottom: 15px;
  }
  #comparison-bar {
    display: none;
  }
  .catalog-product-view .prod-box-4 .share-icon {
    border-right: none;
  }
  .catalog-product-view .prod-box-4 .par-1 {
    float: left;
  }
  .catalog-product-view .prod-box-4 .button-favorite {
    margin: 5px 10px 0 0;
  }
  .catalog-product-view .prod-box-5 .tab-gaming-performance {
    display: none;
  }
  .catalog-product-view #aba-design {
    display: none;
  }
  .catalog-product-view .abas .ui-tabs-panel {
    display: none;
  }
  .catalog-product-view .abas .ui-tabs-panel.open {
    display: block;
  }
  .catalog-product-view .abas .produtos-abas #desg,
  .catalog-product-view .abas .produtos-abas #tab-gaming-performance {
    display: none;
  }
  .catalog-product-view .has-options .title {
    line-height: 24px;
    font-size: 16px;
    padding: 0 30px 0 10px;
    position: relative;
  }
  .catalog-product-view .has-options .title::after {
    content: "\e806";
    font: normal 12px/2 'fontello';
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .catalog-product-view .has-options.open .title::after {
    content: "\e804";
  }
  .catalog-product-view .has-options.open ul li {
    display: block;
  }
  .catalog-product-view .has-options ul li {
    display: none;
  }
  .catalog-product-view .has-options ul li.active {
    display: block;
  }
  .catalog-product-view .has-options ul li label .price-block {
    width: 100%;
  }
  .catalog-product-view .prod-box-3 {
    background-position: center 20px;
  }
  .catalog-product-view #frm-frete {
    padding: 35px 0 0 0;
  }
  .catalog-product-view #frm-frete .form-input {
    text-align: center;
  }
  .catalog-product-view #frm-frete .form-input label {
    width: 100%;
  }
  .catalog-product-view #frm-frete .form-input input {
    margin-bottom: 5px;
  }
  .customer-account-index .customer-dashboard-welcome .avatar {
    display: none;
  }
  .customer-account-index .customer-dashboard-welcome .greeting {
    margin: 30px 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  #banner-home figure img.banner-tablet {
    display: none;
  }
  #banner-home figure img.banner-smartphone {
    display: block;
  }
  #checkout-review-submit .button.button-red-1.button-large.pull-right {
    font-size: 18px;
  }
  .checkout-cart-index a.button.button-red-1.button-large.pull-right {
    font-size: 18px;
  }
  .contacts-index-index .select-cidade .select-wrap {
    width: 100%;
  }
  .customer-dashboard-welcome p {
    padding: 0;
  }
  .checkout-onepage-index .payment-method-list {
    border: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .checkout-onepage-index .payment-method-list .secondary-payment-methods a {
    border-right: 0;
  }
  .checkout-onepage-index .checkout-alert p {
    padding: 60px 0 0 0;
    background: url(../images/W4r1_Ng.png) center 0 no-repeat;
  }
  .checkout-onepage-index .ul-end {
    margin-bottom: 30px;
  }
  .checkout-onepage-index .checkout-grid-1 .address-list .button-add-address {
    padding: 3px 5px 0;
  }
  .catalog-product-view #tabela-specs .titulo {
    padding: 5px;
    font-size: 12px;
  }
  .catalog-product-view #tabela-specs .coluna1-itens {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    font-size: 12px;
  }
  .catalog-product-view #tabela-specs .coluna2-itens {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    font-size: 12px;
  }
  .catalog-product-view #tabela-specs .linha1-informacoes {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 10px;
  }
  .catalog-product-view #tabela-specs .linha2-informacoes {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 10px;
  }
  .catalog-product-view .ui-tabs-nav .ui-state-default {
    width: 100%;
    text-align: center;
  }
  .catalog-product-view .ui-tabs-nav .ui-state-default a {
    width: 100%;
  }
  .catalog-product-view .prod-box-8 .title-2 {
    font-size: 28px;
  }
  .catalog-product-view .config-option .config-option-header h2 {
    font-size: 24px;
  }
  .catalog-product-view #product-options-sidebar a.button.button-red-1.button-large.button-buy,
  .catalog-product-view .prod-box-1 a.button.button-red-1.button-large.button-buy {
    font-size: 20px;
    line-height: 40px;
  }
  .catalog-product-view .box-tem-duvida .lbl {
    display: none;
  }
  .catalog-product-view .box-tem-duvida .link {
    font-size: 10px;
  }
  .catalog-category-view .product-list .item .button strong {
    display: none;
  }
}
/* Custom, iPhone Retina */
